/*
    Theme Name:     AIA 2025
    Description:    Design for AIA.
    Author:         The Imagination Factory
    Author URI:     http://www.what-if.com
    Template:       IFICore2
    Version:        0.0
*/

/* =========== Temporary Overrides =========== */

#header #main-navigation {
    display: none !important;
    visibility: hidden !important;
}

/* =========== Basic Styles =========== */

html, 
body {
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #5B6163;
	background: #FFF;
}

.container {
    width: 1280px;
}

h1,
h2,
h3,
h4,
h5 {
	color: #007360;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: #007360;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #018bad;
}

a {
	color: #018bad;
}

hr {
	color: #018bad;
	background: #018bad;
	margin: 30px 0 30px !important;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden !important;
}

.tpl_home #content-wide {
    display: none;
    visibility: hidden;
}

#landing-title-wide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#landing-title {
    height: 380px;
    position: relative;
    display: block;
}

#landing-title h1 {
    color: #fff;
    display: block;
    font-size: 46px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.entry ul li {
    background:transparent url(images/bullet-li.svg) no-repeat left 3px; 
}

.entry ul li ul li {
    background:transparent url(images/bullet-li-li.svg) no-repeat left 3px;
}

img.post-img {
    width: 100%;
    height: auto;
    margin: 0;
}

#content {
    width: 100%;
}

section.type-post {
    margin-bottom: 30px;
    overflow: auto;
}

section.type-post footer {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* =========== New Post Format ============ */

.post-items .post-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    float: left;
    display: block;
}

.post-items .post-item a {
    text-decoration: none;
    color: #666;
}

.post-items .post-item .post-item-inner {
    border: 1px solid #94AF6F;
    overflow: auto;
    width: 100%;
    position: relative;
    background: #f3f3f3;
}

.post-items .post-item .post-item-inner .post-image {
    width: 34%;
    float: left;
    display: block;
    background-color: #94AF6F;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.post-items .post-item .post-item-inner .post-content {
    padding: 15px 20px;
    position: absolute;
    width: 66%;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-items .post-item .post-item-inner .read-more {
    color: #007360;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 9px;
    font-size: 34px;
    opacity: 0;
}

.post-items .post-item .post-item-inner .post-content .post-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.post-items .post-item a:hover .post-item-inner {
    background: #E3EBD4;
    border-color: #007360;
    box-shadow: 0 5px 20px rgba(55, 55, 55, .3);
}

.post-items .post-item a:hover .post-item-inner .read-more {
    opacity: 1;
}

.post-items .post-item a:hover .post-item-inner .post-image {
    opacity: .5;
}

.post-items .post-item a:hover .post-item-inner .post-content .post-title {
    /* color: #94AF6F; */
}

/* =========== Buttons =========== */

.btn,
.btn-a {
    font-size: 22px;
    font-weight: 500;
    background: #F0C106;
    color: #fff;
    border-bottom: 2px solid #BE9A08;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    box-shadow: none;
}

.btn:hover,
.btn-a:hover {
    background: #BE9A08;
}

.btn-b {
    background: #03AA8E;
}

.btn-b:hover {
    background: #007360;
}

.btn-row {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
}

/* ======= Page Builder Styles ======= */

.light,
.light #content-container {
    background: #CCECF4;
}

.dark,
.dark #content-container {
    background: #007360;
    color: #fff !important;
}

.center-content {
    text-align: center;
}

/* ======= Forms ======= */

.ctct-form-wrapper input[type=submit]:hover {
    color: #fff !important;
}

.aifi-form {
    padding: 20px 10%;
    margin: 20px auto;
    width: 100%;
    float: left;
    background: none;
}

.aifi-form .form-row,
.aifi-form .fr-full,
.aifi-form label {
    width: 100%;
    float: left;
    position: relative;
}

.aifi-form label {
    font-weight: 500;
}

.aifi-form .fr-half {
    width: 50%;
    float: left;
}

.aifi-form .fr-full,
.aifi-form .fr-half {
    padding: 10px 20px;
}

form.wpcf7-form input[type=text], 
form.wpcf7-form input[type=password], 
form.wpcf7-form input[type=email], 
form.wpcf7-form input[type=url], 
form.wpcf7-form input[type=tel], 
form.wpcf7-form input[type=number], 
form.wpcf7-form textarea, 
form.wpcf7-form select {
    width: 100%;
    border-radius: 0px;
    border: 2px solid #007360;
    color: #007360;
    padding: 8px;
    font-size: 18px;
    background: none;
}

form.wpcf7-form input[type=submit] {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    color: #007360;
    border: 3px solid #007360;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

form.wpcf7-form input[type=submit]:hover {
    border: 3px solid #007360;
    background: #007360;
}

/* ======= Home Page Form ======= */

.tpl_home form.wpcf7-form input[type=text], 
.tpl_home form.wpcf7-form input[type=password], 
.tpl_home form.wpcf7-form input[type=email], 
.tpl_home form.wpcf7-form input[type=url], 
.tpl_home form.wpcf7-form input[type=tel], 
.tpl_home form.wpcf7-form input[type=number], 
.tpl_home form.wpcf7-form textarea, 
.tpl_home form.wpcf7-form select {
    width: 100%;
    border-radius: 0px;
    border: 0;
    color: #007360;
    background: #fff;
    padding: 12px;
    font-size: 22px;
}

.tpl_home form.wpcf7-form input[type=submit] {
    font-size: 22px;
    font-weight: 500;
    background: #018bad;
    color: #fff;
    border: none;
    border-bottom: 3px solid #007360;
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.tpl_home form.wpcf7-form input[type=submit]:hover {
    background: #007360;
}

.tpl_home form.wpcf7-form .ajax-loader {
    display: none !important;
    visibility: hidden !important;
}

.tpl_home form.wpcf7-form .wpcf7-response-output {
    background: #fff;
}


/* =========== Warehouse Locations ============ */

#distribution-map {
    background-repeat: no-repeat;
    background-size: 400px contain;
    background-position: center center;
}

#distribution-map .cities-block {
    display: inline-block;
}

.location-blocks {
    display: block;
    position: relative;
    width: 100%;
    min-height: 600px;
}


.cities-block {
    position: absolute;
    /* background: rgba(255,255,255,0.75); */
    background: rgba(227,235,212,0.75);
    padding: 10px 15px;
    border-left: 3px solid #006D2C;
    font-weight: 500;
}

.eastern-cities {
    right: 14vw;
    top: 16vw;
}

.southern-cities {
    bottom: 5vw;
    left: 45vw;
}

.midwest-cities {
    right: 40vw;
    top: 3vw;
}

.western-cities {
    top: 10vw;
    left: 11vw;
}

#locations .col .inner-text {
    padding: 35px 20px;
}

#locations .sue-content-slide {
    padding-right: 1px;
    min-height: 235px;
    background-color: #EAF0DF;
    padding: 30px;
    text-align: center;
}

#locations .sue-content-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 30px;
    pointer-events: none;
}

#locations .sue-content-slider .owl-nav button {
    pointer-events: all;
}

#locations .sue-content-slider .owl-nav button.owl-prev {
    left: 0px;
}

/* =========== Header ============ */

#header-wide {
    background: #fff;
	border-bottom: 4px solid #BE9A08;
}

#header {
    height: 120px;
    position: relative;
}

#header #logo-box {
    width: 200px;
    float: left;
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header #top-logo {
    width: 100%;
}

#header #top-logo img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}

/* =========== Navigation ============ */

#main-navigation {
    /* transform: translateY messes up z-index? Using absolute pixel values instead. */
	position: absolute;
    top: 35px;
}

#main-navigation li a {
    font-size: 18px;
	color: #007360;
    padding-left: 15px;
    padding-right: 15px;
}

#main-navigation li a:hover {
    color: #018bad;
}

#main-navigation .nav-btn a {
    font-size: 16px;
	background: #007360;
	padding: 2px 15px 2px;
}

#main-navigation .nav-btn a:hover {
	background: #018bad;
	color: #fff;
}

#main-navigation li .sub {
	background: #007360;
}

#main-navigation li .sub a:hover {
	background: #018bad;
    color: #fff;
}

#main-navigation li .sub a {
	padding-top: 9px;
	padding-bottom: 7px;
}

/* =========== Pagination =========== */

.paged-nav a,
.paged-nav .current {
	font-size: 16px;
	border-radius: 0;
	padding: 9px 10px 6px;
	margin: 0 2px;
	line-height: 1;
	border: none;
}

.paged-nav a {
	background: #007360;
}

.paged-nav a:hover {
	background: #018bad;
}

.paged-nav .current {
	background: #fff;
}

#header,
#header-small .mc1-2 {
	text-align: right;
}

/* =========== Intro ============ */

#intro {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 30px;
}

#intro h2 {
    font-size: 40px;
}

#intro .button-row {
    padding-top: 20px;
}

#intro .button-row .btn {
    padding: 10px 30px;
    margin-left: 7px;
    margin-right: 7px;
}

/* =========== Footer =========== */

#footer-wide {
    background: #BE9A08;
}

#footer {
    padding: 8px 15px 2px;
}

#footer {
    color: #fff;
    font-size: 16px;
}

#footer a {
    color: #fff;
    font-size: 18px;
}

#footer a:hover {
    color: #018bad;
}

#footer .col.c1-4 {
    text-align: left;
}

#footer .menu-footer-menu-container {
    display: inline-block;
    float: none;
}

#footer ul.menu li {
    display: inline-block;
    float: left;
}

#footer .inner-text,
#footer .ifi-copyright {
    padding-top: 15px;
}

#footer .ifi-copyright {
    padding-top: 10px;
}

#footer .ifi_phone {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

#footer .fa-phone:before {
    margin-right: 6px;
}

/* =========== Slideshow ============ */

#slides-wide .sue-content-slider {
	padding-top: 0;
	margin-bottom: 0;
}

#slides-wide .sue-content-slider .owl-stage {}

#slides-wide .sue-content-slider .owl-stage {
	box-sizing: border-box;
}

#slides-wide .sue-content-slider .owl-item {
	margin-right: 10px !important;
}

#slides-wide .sue-content-slider .slide-wide {
	height: 700px;
	background-position: center;
	background-size: cover;
}

#slides-wide .slide-caption {
	position: absolute;
    width: 45%;
	top: 50%;
	transform: translateY(-50%);
	clear: both;
    background: rgba(255,204,0, .6);
    color: #fff;
}

#slides-wide .slide-caption h2 {
    background: #F0C106;
    background-image: url(images/world-white.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 50px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 85px;
    padding-right: 20px;
    font-size: 38px;
    border-bottom: 3px solid #fff;
}

#slides-wide .slide-caption .inner-text {
    font-size: 22px;
    padding: 20px 20px 10px 25px;
    width: 100%;
}

#slides-wide .slide-caption a.slide-button {
    font-size: 28px;
    font-weight: 600;
    float: right;
    padding: 0 20px 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#slides-wide .slide-caption a.slide-button:after {
    content: ' »';
}

#slides-wide .slide-caption a.slide-button:hover {
    color: #018bad;
}

.sue-content-slide {
    padding-right: 0px !important;
}

#slides-wide .sue-content-slider .owl-nav {
    position: absolute;
    top: auto;
    bottom: 30px;
    width: 100%;
}

#slides-wide .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
}

#slides-wide .owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

#slides-wide .sue-content-slider .owl-prev:before, 
#slides-wide .sue-content-slider .owl-next:before {
    width: 20px;
    height: 20px;
}

/*
#slides-wide .sue-content-slider .owl-prev {
	left: 0;
	margin: 230px 0 0;
}

#slides-wide .sue-content-slider .owl-next {
	right: 15px;
	margin: 230px 0 0;
}

#slides-wide .sue-content-slider .owl-nav {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: 300px;
}

#slides-wide .sue-content-slider .owl-prev:before, 
#slides-wide .sue-content-slider .owl-next:before {
	border-color: #fff;
	border-width: 6px;
	height: 25px;
	width: 25px;
}

#slides-wide .sue-content-slider .owl-prev:hover:before, 
#slides-wide .sue-content-slider .owl-next:hover:before {
	border-color: #333;
}
*/

/* =========== Industries ============ */

#industries-wide {
    background: #BE9A08;
}

#industries {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

#industries h2 {
    font-size: 40px;
    color: #fff;
}

#industries .items {}

#industries .item {
    display: block;
    float: left;
    width: 20%;
    padding-left: 1%;
    padding-right: 1%;
    margin-bottom: 20px;
}

#industries .item .item-image {
    width: 100%;
    padding-bottom: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#industries .item a {
    text-decoration: none;
}

#industries .item h3 {
    color: #fff;
}

/* #industries .item a:hover .item-image {
    opacity: .5;
}

#industries .item a:hover h3 {
    text-decoration: underline;
} */

/* =========== News ============ */

#news-wide {}

#news {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

#news h2 {
    font-size: 40px;
}

.post-link-box {
    width: 31.33%;
    float: left;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    text-decoration: none;
}

.post-link-box .thumbnail-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    background: #ccc;
    position: relative;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-link-box h3 {
    font-size: 20px;
    text-align: left;
    color: #007360;
    border-left: 4px solid #007360;
    min-height: 60px;
    padding: 5px 15px 5px 15px;
    position: relative;
    font-weight: 500;
}

.post-link-box h3 .inner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-link-box:hover h3 {
    color: #018bad;
    border-color: #018bad;
}

.post-link-box:hover .thumbnail-container {
    opacity: .5;
}



/* =========== Newsletter ============ */

#newsletter-wide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#newsletter {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    height: 500px;
}

#newsletter h3 {
    font-size: 32px;
    color: #fff;
}

.newsletter-half {
    width: 50%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* =========== Featured Ingredients =========== */

#featured-ingredients-wide {
    margin-top: 30px;
}

.ingredient-item {
    width: 33%;
    display: inline-block;
    text-align: left;
    font-size: 22px;
    color: #005237;
    font-weight: 500;
    padding-left: 25px;
}

.ingredient-item:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 2px;
    position: relative;
    background: transparent url(https://amerinat.wpengine.com/wp-content/themes/AIFI_2021/images/bullet-li-li.svg) no-repeat left 3px;
}

.ingredient-row {
    display: block;
    float: left;
}

.ingredient-row h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #005237;
}

.ingredient-row .c3-4 {
    background: #E3EBD4;
    margin-top: 30px;
    padding: 20px 40px 40px 100px;
    right: 40px;
    position: relative;
}

.ingredient-row img {
    width: 100%;
    height: auto;
    border: 5px solid #005237;
    border-radius: 50%;
    z-index: 200;
    position: relative;
    bottom: 20px;
    left: 40px;
    display: block;
}


/* =========== Product Tables =========== */

#ingredient-tables-wide table,
#ingredient-tables-wide tbody {
    width: 100%;
    margin-bottom: 20px;
}

#ingredient-tables-wide tbody {
    border: 1px solid #94AF6F;
}

#ingredient-tables-wide tr {
    width: 100%;
}

#ingredient-tables th {
    background-color: #007360;
    color: #fff;
    padding: 10px;
}

#ingredient-tables td {
    padding: 10px 15px;
}

#ingredient-tables tr:nth-child(odd) {
    background-color: #E3EBD4;
}

#ingredient-tables-wide .indent {
    padding-left: 35px;
}

#ingredient-tables-wide .indent::before {
    content: '• ';
}

/* =========== Page Builder Options =========== */

#box-links .item-inner img {
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
}

.box-link-image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    float: none;
    position: relative;
    display: block;
}

#box-links {
    text-align: center;
}

#box-links .inner-text {
    padding: 10px;
    text-align: left;
    color: #555;
    min-height: 225px;
}

#box-links .item-list {
    text-align: center;
    position: relative;
    float: left;
}

.sea-salt #box-links .item {
    width: 31%;
}

.featured-ingredient-cassava .col img {
    width: 50%;
    height: auto;
    margin: 0 auto !important;
    float: none;
    position: relative;
}

.featured-ingredient-cassava .col {
    text-align: center;
}

.featured-ingredient-cassava .col .btn {
    margin-top: 10px;
}

#box-links .item {
    width: 23%;
    margin: 1%;
    position: relative;
    display: inline-block;
}

#box-links .item {
    border: 2px solid #e3ebd4;
    float: left;
}

#box-links a.boxlink {
    text-decoration: none;
}

#box-links h3 {
    background: #007360;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    position: relative;
} 

#box-links a:hover h3 {
    background: #94AF6F;
}

#cta-wide {
    background: #007360;
    padding: 20px 50px;
}

#cta-wide a {
    text-decoration: none;
    color: #fff;
}

#cta-wide a:hover {
    text-decoration: underline;
}

#cta-wide a h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

/* ======= Constant Contact Form Styles ======= */

.ctct-form {
    padding: 20px 10% !important;
    margin: 20px auto !important;
    width: 100% !important;
    float: left !important;
}

.ctct-form-wrapper label {
    width: 100% !important;
	padding: 20px 8px 0px !important;
    float: left !important;
	text-align: left !important;
    position: relative !important;
}

.ctct-form-wrapper label {
    font-weight: 500 !important;
}

.ctct-form-wrapper input.ctct-label-right, .ctct-form-wrapper textarea.ctct-label-right {
	display: inline-block;
	margin-right: 0% !important;
}

.ctct-form-wrapper input[type=text], 
.ctct-form-wrapper input[type=password], 
.ctct-form-wrapper input[type=email], 
.ctct-form-wrapper input[type=url], 
.ctct-form-wrapper input[type=tel],
.ctct-form-wrapper input[type=number],
.ctct-form-wrapper input[type=textarea], 
.ctct-form-wrapper ctct-form-field-required {
    width: 100% !important;
    border-radius: 0px !important;
    border: 2px solid #007360 !important;
    color: #007360 !important;
    padding: 8px !important;
    font-size: 18px !important;
    background: none !important;
    text-align: left;
}

.ctct-form-wrapper input.ctct-label-right[type="checkbox"], .ctct-form-wrapper textarea.ctct-label-right[type="checkbox"] {
	width: auto !important;
	vertical-align: super !important;
}

.ctct-form-wrapper input[type=submit] {
    border-radius: 0px !important;
    box-shadow: none !important;
    text-align: center !important;
	float: none;
	padding: 8px 30px !important;
    border: 3px solid #007360 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
    margin-top: 15px;
    background: none;
}

.ctct-form-wrapper input[type=submit]:hover {
    border: 3px solid #007360 !important;
    background: #007360 !important;
}

/* MS hero CLS bounce fix 11/7/2024 */

.owl-carousel {
	display: block !important;
}


/* =========== Responsive =========== */

@media screen and (max-width: 1280px) {
    
    .container {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #main-navigation {
        right: 20px;
    }
    
    #slides-wide .slide-caption {
        width: 60%;
    }
    
    html, body {
        min-width: 200px;
    }
    
}

@media screen and (max-width: 1080px) and (min-width: 751px) {

    #industries .item {
        min-height: 250px;
    }
    
    .ingredient-row .col {
        width: 100%;
        margin: 0;
    }
    
    .ingredient-row .c3-4 {
        right: 0px;
    }
    
    .ingredient-row .c1-4 {
       text-align: center;
        margin-bottom: 20px;
    }
    
    .ingredient-row img {
        left: 0px;
        width: 30%;
        display: inline;
        bottom: 0px;
    }
    
    #ingredient-tables .c1-4 {
        width: 48%;
    }
    
    #box-links h3 {
        font-size: 1.8vw;
    }

}

@media screen and (max-width: 960px) and (min-width: 751px) {
    
    #header {
        height: 200px;
    }
    
    #main-navigation {
        width: 100%;
        position: relative;
        top: 35px;
        right: 0px;
        text-align: center;
    }

    #header #logo-box {
        width: 100%;
        position: relative;
        top: 20px;
        -ms-transform: translateY(0%);
        transform: translate(0px);
    }
    
    #header #top-logo img {
        width: 20%;
        height: auto;
        margin: auto;
    }

}

@media screen and (max-width: 820px) {

    #distribution-map {
        width: 100%;
        float: left;
    }
    
    #distribution-map .cities-block {
        position: relative;
        margin: 10px 1%;
        top: 50vw;
        width: 47%;
        transform: translateY(-50vw);
    }
    
    .western-cities,
    .eastern-cities,
    .midwest-cities,
    .southern-cities {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    
    
    
}

@media screen and (max-width: 750px) {
    
	.aifi-form {
    	padding: 2px;
		margin: 20px auto;
    	width: 100%;
    	float: left;
    	background: none;
	}
	
    body.contact :nth-of-type(5) {
        background: none;
    }

    #header-small.container {
        padding: 0px;
    }
    
    #header-small .action-btn {
        margin-right: 20px;
        margin-top: 17px;
    }
    
    #mobile-navigation > ul > li > .dcjq-parent {
            background: #007360;
    }

    #mobile-navigation > ul > li > .dcjq-parent.active {
        background: #00402F;
    }

    #mobile-navigation .sub-menu {
        background: #003224;
        border-bottom: 4px solid #00402F;
    }

    #mobile-navigation .sub-menu .sub-menu {
        background: #00241A;
        border-bottom: 2px solid #00402F;
    }

    #mobile-navigation .sub-menu .sub-menu .sub-menu {
        background: #00160F;
        border-bottom: 2px solid #003224;
    }
    
    #slides-wide .slide-caption {
        width: 100%;
        top: unset;
        bottom: 0;
        transform: translateY(0%);
    }
    
    #slides-wide .sue-content-slider .slide-wide {
        height: 550px;
    }
    
    #slides-wide .slide-caption .inner-text {
        font-size: 16px;
    }
    
    #slides-wide .slide-caption h2 {
        font-size: 22px;
    }
    
    #slides-wide .slide-caption a.slide-button {
        font-size: 20px;
    }
    
    #slides-wide .sue-content-slider .owl-nav {
        bottom: 65%;
    }
    
    
    #industries .item {
        width: 50%;
        padding: 20px;
        min-height: 275px;
    }
    
    .post-link-box {
        width: 100%;
        margin-bottom: 60px;
    }
    
    .newsletter-half {
        width: 100%;
        position: relative;
    }
    
    #footer .col.c1-4 {
        text-align: center;
        margin-top: 20px;
    }
    
    #footer .inner-text {
        padding-top: 0px;
    }
    
    .ingredient-row .c3-4 {
        right: 0px;
        padding: 20px;
    }
    
    .ingredient-row .c1-4 {
       text-align: center;
        margin-bottom: 20px;
    }
    
    .ingredient-row img {
        left: 0px;
        width: 50%;
        border: none;
        border-radius: 0px;
        display: inline;
        bottom: 0px;
    }
    
    .ingredient-item {
        width: 100%;
    }
    
    .aifi-form .fr-half {
        width: 100%;
    }
    
    #box-links .item {
        width: 47%;
    }
    
    #box-links {
        margin-bottom: 40px;
    }
    
    .post-items .post-item {
        width: 98%;
    }
    
    .post-items .post-item .post-item-inner .post-image {
        height: 250px;
    }
    
    .sea-salt #box-links .item {
        width: 100%;
    }
    
}

@media screen and (max-width: 500px) {
    
	.aifi-form {
    	padding: 2px;
		margin: 20px auto;
    	width: 100%;
    	float: left;
    	background: none;
	}
	
    #industries .item {
        margin-bottom: 0px;
        min-height: 200px;
    }
    
    #industries .boxlink h3 {
        font-size: 1em;
    }
    
    .post-items .post-item .post-item-inner .post-image {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .post-items .post-item .post-item-inner .post-content {
        position: relative;
        width: 100%;
        right: 0;
        top: unset;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
} 