/*
	Theme Name: Boxed
	Theme URI: http://www.higest.co.mz
	Description:
	Author: Shortcut.co.mz
	Author URI: http://www.shortcut.co.mz
	Version: 1.0.0

	Tags: 

	Template: genesis
	Template Version: 2.1

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Clearings
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	##Common Classes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Color Pallete
Red: #B10523
Blue: #00237D
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

html,
body {
	min-height:100%;
	width:100%;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

a:focus {
	outline: thin dotted
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	line-height: normal
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	display: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top
}
optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before, 
.entry-content:before, 
.entry:before, 
.footer-widgets:before,
.nav-primary:before, 
.nav-secondary:before, 
.pagination:before,
.site-container:before, 
.site-footer:before, 
.site-header:before,
.site-inner:before,
.widget-area:before,
.widget:before, 
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after, 
.entry-content:after, 
.entry:after, 
.footer-widgets:after,
.nav-primary:after, 
.nav-secondary:after, 
.pagination:after,
.site-container:after, 
.site-footer:after, 
.site-header:after,
.site-inner:after, 
.widget-area:after,
.widget:after, 
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #676765;  /*#2a2f33; #484848; #59626a;*/
	background-color: #F6F5F2;
	height: 100%
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a, button, input[type="button"], input[type="reset"], input[type="submit"],
	textarea:focus, .button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

p {
	line-height: 1.6;
	margin-bottom: 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Headings
--------------------------------------------- */

h1,.h1,h2,.h2,h3,.h3,h4,.h4, h5, h6 {
	clear: both;
	color: #323b43;
	font-family: 'Roboto Condensed', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	outline:0
}

h1,.h1{
	font-size:30px;
	line-height:1.6em;
	margin-bottom:.2em;
	letter-spacing:-0.029em;
	text-transform:capitalize
}

h2,.h2{
	font-size:25px;
	line-height:1.44em;
	margin-bottom:1.92em;
	letter-spacing:-0.024em
}

h3,.h3{
	font-size:21px;
	line-height:1.14285714em;
	margin-bottom:1.14285714em;
	letter-spacing:-0.025em;
}

h4,.h4{
	font-size:17px;
	line-height:1.76470588em;
	margin-bottom:1.05882353em
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol, ul {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; 
	max-width: 100%;
}

.featured-content img, .gallery img {
	width: auto; /* IE8 */
}

/* Tables
--------------------------------------------- */
table {
	line-height: 2;
	margin: 0 0 1.5em;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th, td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input, select, textarea {
	background-color: #F6F5F2;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"], 
input[type="image"], 
input[type="radio"] {
	width: auto;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.button, 
.entry-content .button,
#options li a {
	width: auto;
	background:#007bb6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#329ced),color-stop(100%,#168eea));
	background:-webkit-linear-gradient(top,#329ced 0,#168eea 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#329ced),to(#168eea));
	background:linear-gradient(top,#329ced 0,#168eea 100%);
	border:1px solid #006697;
	color:#fff;
	text-shadow:0 0 1px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
	font-size:14px;
	font-weight:400;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
	text-decoration:none;
	line-height:21px;
	margin-bottom:20px;
	padding:8px 20px;
	display:inline-block;
	cursor:pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:none;
	border-radius:3px;
	position:relative;
	top:0
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover, 
.entry-content .button:hover,
#options li a:hover {
	background:#B10523;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45a5ee),color-stop(100%,#168eea));
	background:-webkit-linear-gradient(top,#45a5ee 0,#2d99ec 100%);
	background:-webkit-gradient(linear,left top,left bottom,from(#45a5ee),to(#2d99ec));
	background:linear-gradient(top,#45a5ee 0,#2d99ec 100%);
	border-color:#a00718;
	color:#fff;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
	text-decoration:none
}

#options li a.selected {
	background: #B10523;
	border:1px solid #B10523;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline:0;
	text-decoration:none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 1px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.footer-cta a.button {
	display: inline-block;
	margin-top: -30px;
	text-align: center;
}

/*--------------------------------------------------------------
# Structure and Layout
--------------------------------------------------------------*/
.site-container {
	margin: 10px auto;
	max-width: 1200px;
	background: #fff;
	border-top: 5px solid #B10523;
}

.wrap, .site-inner {
	clear: both;
	margin: 0 30px;
	overflow: hidden;
}	

.nacional .site-inner {
	overflow: visible;
}

/* Header
--------------------------------------------- */
.site-header {
	margin: 0 auto;
	padding: 15px 0;
	min-height: 110px;
	width: 100%;
}

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 300px;
}

.site-title {
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 5px;
}

.site-title a, .site-title a:hover, .site-title a:visited {
	color: #00237D;
	display: block;
	padding: 28px 0 0;
	text-decoration: none;
	font-weight: bold;
}

/* Full width header, no widgets */
.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
}

.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area, .header-image .site-title, .header-image .site-title a
	{
	float: left;
	margin: 0;
	max-width: 230px;
	min-height: 60px;
	padding: 5px 0 0;
	width: 100%;
}

/* Widget Area */
.site-header .widget-area {
	float: right;
	width: 800px;
}

.site-header .widget {
	padding: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	width: 50%;
}

/* Content Area
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
	padding: 40px 0 40px 10px;
}

.full-width-content .content {
	width: 100%;
}

.higest-home .content {
	float: none;
	padding: 20px 0;
}

/* Sidebar
--------------------------------------------- */
.sidebar-primary {
	background-color: #F6F5F2;
	float: right;
	width: 380px;
	margin: 60px 0 40px;
	padding: 20px 0;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child, .sidebar ul {
	margin-bottom: 0;
}

.sidebar li, .sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 15px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

/* Home Page
--------------------------------------------- */
.home-boxes {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-boxes .widget {
	float: left;
	padding: 0;
	width: 25%;
}

.home-boxes .widget:nth-of-type(4n+1){
	clear: left;
}

.home-boxes .featured-content .entry {
	position: relative;
	margin: 0;
	padding: 0;
}

.home-boxes .entry .entry-header {
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
}

.home-boxes .entry .entry-header .entry-title {
	margin: 0;
	padding: 0;
	line-height: 1;	
}

.home-boxes .entry .entry-header .entry-title a {
	display: block;
	padding: 17px 0;
	text-align: center;
	font-weightx: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #F6F5F2;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  	filter: alpha(opacity=75);
  	-moz-opacity: 0.75;
  	-khtml-opacity: 0.75;
  	opacity: 0.75;
}

.home-boxes .entry .entry-header .entry-title a:hover {
	background: #B10523;
	-moz-opacity: 1;
  	-khtml-opacity: 1;
  	opacity: 1;
}

.executive-pro-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	width: 100%
}

.executive-pro-home .home-cta p {
	color: #ddd;
}

/*
Footer Widgets
--------------------------------------------- */
.footer-widgets {
	background-color: #222;
	color: #999;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 50px 0 30px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	padding: 0;
	width: 33.3333333333%;
}

.footer-widgets-1, .footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

.footer-widgets-1 .widget {
	padding-right: 40px;
}

.footer-widgets-3 .widget {
	padding:0 20px;
}

.footer-widgets .widget .entry:before, .footer-widgets .widget .entry-content:before {
	content: none;
}

.footer-widgets .widget .widget-title {
	color: #ccc;
	margin: 0 0 10px;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets a {
	color: #999;;
}

.footer-widgets a.more-link {
	color: #B10523;
}


.footer-widgets-2 img {
	width: 85px;
	border: 5px solid #666;
	margin: 2px 5px 2px 0;
}

/*
Site Footer
--------------------------------------------- */
.site-footer {
	background: #111;
	color: #999	;
	padding: 20px 0;
	text-align: left;
}

.site-footer a {
	color: #333;
}

.site-footer a:hover {
	color: #B10523;
}

.site-footer p {
	margin: 0;
}

.copyrights {
	float: left;
	width: 50%
}

.footer-right {
	float: right;
	color: #333;
}

.footer-right .widget{
	margin: 0;
}


/*
Contact Widget
--------------------------------------------- */
.shortcut_contact_widget p, .shop-details {
    margin: 0 0 7px 0;
    padding-left: 25px;
}

.address { background: url(images/icon-address.png) no-repeat 0 3px; }

.phone { background: url(images/icon-phone.png) no-repeat center left; }

.fax { background: url(images/icon-fax.png) no-repeat center left; }

.email { background: url(images/icon-email-2.png) no-repeat center left; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {
	
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00237D;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #00237D;
}

a:hover,
a:focus,
a:active {
	color: #B10523;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	margin-bottom: -4px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.genesis-nav-menu {
	clear: both;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #666;
	display: block;
	padding: 16px 20px;
	position: relative;
}

.genesis-nav-menu li:hover, .genesis-nav-menu a:hover {
	text-decoration: none;
	color: #B10523;
}

.genesis-nav-menu .current-menu-item>a {
	background-colorx: #64c9ea;
	colorx: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 170px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px 18px;
	position: relative;
	width: 170px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #B10523;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu>.right>a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu>.rss>a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	padding-left: 16px;
}

.genesis-nav-menu>.twitter>a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
}

.genesis-nav-menu>.search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .widget_nav_menu {
	padding: 0;
	margin: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
	margin-top: 10px;
}

.site-header .genesis-nav-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -10px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary .genesis-nav-menu {
	background: #00237D;
	text-transform: uppercase;
	font-size: 12px;
	font-weightx: bold;
}

.nav-primary .menu-item {

}
.nav-primary .genesis-nav-menu a {	
	color: #F6F5F2;
	padding: 50px 38px 15px;
	background-repeat: no-repeat;
	background-position: center 15px;
}

#menu-value-chain-en a {
	padding: 50px 34px 15px;
}

.menu-item-328 a, .menu-item-870 a {
	background-image: url("images/eggz.png");
}

.menu-item-331 a, .menu-item-871 a {
	background-image: url("images/baby-chicken.png");
}

.menu-item-332 a, .menu-item-872 a {
	background-image: url("images/bag-icon.png");
}

.menu-item-329 a, .menu-item-874 a {
	background-image: url("images/chicken-icon.png") ;
}

.menu-item-330 a, .menu-item-873 a {
	background-image: url("images/pultry-icon.png");
}

.menu-item-325 a, .menu-item-775 a {
	background-image: url("images/nacional-icon.png");
}

.menu-item-327 a, .menu-item-875 a {
	background-image: url("images/client-icon.png");
}

.nav-primary .genesis-nav-menu li:hover, .nav-primary .genesis-nav-menu a:hover {
	background-color: #B10523;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu li:hover, .nav-secondary .genesis-nav-menu a:hover,
	.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item>a {
	background-color: transparent;
	color: #64c9ea;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	background-color: #f2f2f2;
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	word-wrap: break-word;
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol>li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul>li {
	text-indent: 0;
}

.widget ul>li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol>li:last-child, .widget ul>li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Titles
--------------------------------------------- */
.entry-title {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title a, .sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover, .footer-widgets .entry-title a:hover {
	color: #B10523;
	text-decoration: none;
}

.archive-title, .widget-title, .executive-pro-portfolio .entry-title, .sidebar h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-widgets .entry-title, .sidebar .entry-title {
	font-size: 16px;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	margin-bottom: 6px;
	text-transform: none;
}

.footer-widgets .entry-title a, .footer-widgets .widget-title {
	color: #fff;
}

.featured-content .entry-title {
	font-size: 18px;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
}

.executive-pro-portfolio .entry, .single-portfolio .entry {
	margin-bottom: 20px;
}

.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li, .entry-content ul li {
	margin-left: 10px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style: none;
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.entry-content ol ol, .entry-content ul ul, .entry-content .wp-caption p
	{
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	padding-left: 10px;
}

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.entry img {
	margin-bottom: 2em;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child, .after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Call to action
--------------------------------------------- */
.cta {
	background-color: #F6F5F2;
	padding: 0px;
	margin: 40px 0;	
	width: 100%;
	border-left: 5px solid #B10523;
}

.cta .featured-content {
	margin: 0;
	padding: 15px 20px 0;
	float: left;
	width: 860px;
}

.cta .widget_text {
	float: right;
	width: 160px;
	background: #B10523;
	text-align: center;
	margin: 0;
	padding: 27px 0;
}

.cta .widget-title {
	margin: 0 0 5px;
	padding: 0;
	line-height: 1;
}

.cta p {
	margin: 0;
}

.cta .button {
	margin: 0;
	background: #dedede;
	color: #323B43;
	border-color: #F8F8F8;
}

.cta .button:hover {
	background: #007bb6;
	border-color:#006697;
	color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-respond, .entry-comments, .entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"], .comment-respond input[type="text"],
	.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li, .ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1, .ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header, .ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite, .ping-list cite, .says {
	display: inline-block;
}

.comment-header .comment-meta a, .comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p, .comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt, .even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video, 
.wp-caption {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption, .entry-content .gallery-caption {
	margin: 0 0 10px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	overflow: hidden;
	margin-bottom: 1.5em;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
	vertical-align: top;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1)
	{
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/*--------------------------------------------------------------
# Common Classes
--------------------------------------------------------------*/

/* WordPress
--------------------------------------------- */
.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"]
	{
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img, img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.executive-pro-home .breadcrumb {
	margin: 0;
}

.archive-description, .author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* CPT Hover Effect 
------------------------------------------------------------ */
.cpt-image {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: inherit;
}

.element img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.element:hover img {
	transform: scale(2.5);
	-ms-transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.portfolio_shadow {
	width: 100%
}

.item_label {
	overflow: hidden;
}

.item_label h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.item_label p {
	padding: 0;
	line-height: 19px;
}

.item-wrapper {
	float: left;
	width: 1000px;
}

.item-desc {
	height: inherit;
	position: absolute;
	left: -100%;
	width: 100%;
	top: 0;
}

.item-desc .item_link {
	display: table-cell;
	height: 100%;
	left: 0;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding: 0 10px;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	vertical-align: middle;
}

.item-desc.item_hover_icon .item_link {
	background: url("images/post-thumb.png") no-repeat scroll center center
		transparent;
	text-indent: -9999px;
}

.item-desc.item_hover_title .item_link {
	background: none;
	text-indent: 0;
}

.item-desc .item_link:hover {
	-webkit-transition: all 0.2s ease-in-out;
}

.item-desc .item_gallery {
	display: table-cell;
	height: 100%;
	left: 0;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	padding: 0 10px;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	vertical-align: middle;
}

.item-desc.item_hover_icon .item_gallery {
	background: url("images/post-thumb.png") no-repeat scroll center center
		transparent;
	text-indent: -9999px;
}

.item-desc.item_hover_title .item_gallery {
	background: none;
	text-indent: 0;
}

.item-desc .item_gallery:hover {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.item-desc {
	position: absolute;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}

.element:hover .item-desc {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.element:hover .item-desc {
	background-color: rgba(175, 175, 182, 0.5);
	transition-delay: 0s;
}

.element .item-wrap {
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
	text-align: center;
}

/*-----------------------------isotopes---------------------------------*/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/*----------------------------Isotope CSS3 transitions---------------------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
	{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#container {
	float: left;
	margin: 0;
	overflow: hidden;
}

.element {
	float: left;
	overflow: hidden;
	position: relative;
}

.element * {
	margin: 0;
}

.element-2col, .gallery-2col {
	height: auto;
	margin: 0 10px 20px;
	padding: 0;
	width: 48.11320754716981%;
}

.element-3col, .gallery-3col {
	height: auto;
	margin: 0 10px 20px;
	padding: 0;
	width: 31.41509433962264%;
}

.element-featured, .gallery-featured {
	height: auto;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 23.11320754716981%;
}

/* Catgegories Portofolio Filter 

 ------------------------------------------------------------ */
#options {
	width: 100%;
}

#options ul {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

#options ul ul {
	margin-left: 1.5em;
}

#options li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

#options li a {
	display: block;
}

#options li a.selected, #options li a:hover {
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.element-2col #icon, .gallery-2col #icon, .element-3col #icon,
	.gallery-3col #icon, .element-featured #icon, .gallery-featured #icon {
	-moz-box-sizing: border-box;
	background: #FFFFFF;
	display: none;
	border: 1px solid #ffffff;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	opacity: 0.9;
}

.element-3col #icon .icon_image {
	top: 45px;
	left: 116px;
}

.gallery-3col #icon .icon_image {
	left: 135px;
	top: 40px;
}

.element-3col #icon .icon_read {
	left: 125px;
	top: 10px;
}

.gallery-3col #icon .icon_read {
	left: 134px;
	top: 62px;
}

.element-2col #icon .icon_image {
	left: 200px;
	top: 76px;
}

.gallery-2col #icon .icon_image {
	left: 210px;
	top: 70px;
}

.element-2col #icon .icon_read {
	left: 197px;
	top: 15px;
}

.gallery-2col #icon .icon_read {
	left: 202px;
	top: 125px;
}

.element-featured #icon .icon_image {
	left: 75px;
	top: 20px;
}

.gallery-featured #icon .icon_image {
	left: 96px;
	top: 20px;
}

.element-featured #icon .icon_read {
	left: 90px;
	top: 0;
}

.gallery-4col #icon .icon_read {
	left: 88px;
	top: 29px;
}

#icon .icon_image {
	background: none repeat scroll 0 0 #333333;
	border-radius: 50px 50px 50px 50px;
	display: block;
	height: 25px;
	padding: 3px;
	position: absolute;
	width: 25px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

#icon .icon_read {
	background: url("images/overlay.png") no-repeat scroll center center
		transparent;
	border-radius: 50px 50px 50px 50px;
	display: block;
	height: 55px;
	padding: 3px;
	position: relative;
	width: 45px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(-moz-min-device-pixel-ratio: 1.5) , only screen and
		(-o-min-device-pixel-ratio: 3/2) , only screen and
	(min-device-pixel-ratio: 1.5) {
	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	.genesis-nav-menu>.rss>a {
		background-image: url(images/icon-rss@2x.png);
	}
	.genesis-nav-menu>.twitter>a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}
}

@media only screen and (max-width: 1200px) {
	
	.site-container {
		max-width: 100%;
		margin: 10px 20px;
	}
	.site-header .widget-area {
		width: 700px;
	}
	.content {
		width: 660px;
	}
	.sidebar-primary {
		width: 300px;
	}
	.title-area {
		width: 260px;
	}
	.breadcrumb {
		margin: -30px -40px 30px;
	}
		
	.content #genesis-responsive-slider .flex-control-nav, .content #genesis-responsive-slider .flex-direction-nav li a,
		.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}
}

@media only screen and (max-width: 1023px) {
		
	.site-header .widget-area {
	    width: 640px;
	}
	
	.site-header .genesis-nav-menu a {
	    padding: 10px 13px;
	}

	.nav-primary .genesis-nav-menu a {	
		padding: 50px 20px 15px;
	}

	.slides > li .li-wrap {
	  width: 100%;
	}
	.content {
		width: 65%;
	}
	.sidebar-primary {
		width: 30%;
	}
	
	.cta .featured-content {
	    width: 700px;
	}
	
	.footer-widgets-2 img {
		width: 65px;
	}
	
}

@media only screen and (max-width: 960px) {
	
	.header-image .title-area, .header-image .site-title, .header-image .site-title a {
		float: none;
		margin: 0 auto 10px;
	}
	
	.site-header .widget-area {
	    width: 100%;
	}
	
	.site-header .genesis-nav-menu {
	    float: none;
	    width: auto;
	    margin: 0 auto;
	}

	.nav-primary .genesis-nav-menu a {
	    paddingx: 50px 40px 15px;
	}
	
	.cta .featured-content {
	    width: 70%;
	}
	
	.cta .widget_text {
	    width: 150px;
	    padding: 50px 0px;
	}
	
	.home-boxes  {
		width: 600px;
	    margin: auto;
	}
	
	.home-boxes .widget {
	    width: 50%;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		margin: 0;
		width: 100%;
	}
	
	.footer-widgets-3 .widget {
	    padding: 0;
	}
	
}

@media only screen and (max-width: 700px) {
	
	.content, .sidebar-primary {
		clear: both;
		width: 100%;
	}
	
	.site-header .genesis-nav-menu.responsive-menu>.menu-item>.sub-menu,
	.site-header .genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item, .site-header .responsive-menu-icon {
		display: block;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.site-header .genesis-nav-menu.responsive-menu li a, 
	.site-header .genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 16px;
		text-transform: none;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
		margin-right: 60px;
	}
	
	.site-header .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
		content: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a, 
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 16px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .current-menu-item>a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}
	
	.site-header .genesis-nav-menu.responsive-menu .sub-menu a:hover, 
	.site-header .genesis-nav-menu.responsive-menu a:hover,
	.site-header .genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #111;
	}
}

@media only screen and (max-width: 600px) {
	
	.cta {
		border: none;
	}
	
	.cta .featured-content {
		float:none;
	    width: 100%;
	}
	
	.cta .widget_text {
	    width: 100%;
	    padding: 20px 0px;
	}
	
	.home-boxes  {
		width: 100%;
	}
	
	.copyrights, .footer-right {
		float: none;
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 480px) {
	
	.site-container {
		min-width: 300px;
		margin: 10px;
	}
	
	.nav-primary .genesis-nav-menu .menu-item {
	    display: block;
	    width: 100%;
	    margin: 0px;
	    padding: 0px;
	    text-align: left;
	}

	.nav-primary .genesis-nav-menu a {	
		padding: 15px 20px 15px 85px;
		background-repeat: no-repeat;
		background-position: 15px 8px;
	}

	.slides > li .excerpt {
	    display: none;
	}

	.entry-title {
		font-size: 24px;
	}
	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	.home-boxes .widget {
	    float: none;
	    width: 300px;
	    margin: 0 auto;
	}

}

.widget_polylang {
	margin: 0;
}

.widget_polylang ul {
	float: right;
	margin: 0;
	padding: 0;
}

.widget_polylang ul li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}