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

/* COLORS USED

	LT TEAL  #2F7284
	MD TEAL  #225360 
	DK TEAL  #183942 
	TAN		 #EFECEC
	DK BROWN #4F3730
	DK GREY  #5B6163
	BR BRGDY #9B3754 (155 55 84)
	LT BRGDY #7F2E45 (127 46 69)
	MD BRGDY #602234 (102 0 52)
	DK BRGDY #491A27 (73 26 39)

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

html, 
body {
    font-family: 'Trebuchet MS', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	background: #FFF;
}

.container {
    width: 1280px;
}

h1,
h2 {
	font-family: 'Bebas Neue', cursive;
	font-style: uppercase;
	color: #602234;
	font-weight: bold;
}

h3,
h4,
h5 {
	font-family: 'Trebuchet MS', sans-serif;
	font-style: uppercase;
	color: #602234;
	font-weight: bold;
}

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

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #9B3754;
}

a {
	color: #9B3754;
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 18px !important;
	//color: #602234 !important;
	background: #602234 !important;
	color: #FFF !important;
}

.su-tabs-nav span {
    font-weight: 700;
    font-size: 16px !important;
	color: #602234 !important;
}

.su-tabs-pane {
    font-weight: 500;
    font-size: 16px !important;
}

hr {
	color: #9B3754;
	background: #9B3754;
	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;
}

#sidebar .sidebar-content {
    padding:10px;
    background:#FFF;
    margin-bottom:20px;
}

#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;
}

.accent0 {color: #666;} 
.accent0sm {color: #666;font-size:.8em;line-height:65%;}
.accent1 {color: #99004d;} 
.accent1sm {color: #99004d;font-size:.8em;line-height:65%;}
.accent2 {color: #99004d;} 
.accent2sm {color: #99004d;font-size:.8em;line-height:65%;}
.accent3 {color: #99004d;} 
.accent3sm {color: #999;font-size:.8em;line-height:65%;}

.percentbar { background:#CCCCCC; border:1px solid #666666; height:10px; }
.percentbar div { background: #28B8C0; height: 10px; }

/*.entry img{display:block;position:relative;padding-left:0px;margin:0 10px 5px 10px;border:none;}*/

.pod-alert {
    font-size: 1.1em;
    font-weight: 500;
    background: #f8e8e8;
    border-left: 3px solid #D65A4E;
    padding: 15px;
}

.pod-alert:before {
    content: '\f06a';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #BE0019;
}

.blue-alert {
    background: #e8f1f8;
    border-left: 3px solid #76A8C3;
}

.blue-alert:before {
    color: #1587BB;
}


/* =========== 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 #7F2E45;
    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: #7F2E45;
    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: #491A27;
    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: #491A27;
    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: #7F2E45; */
}

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

.btn,
.btn-a {
    font-size: 22px;
    font-weight: 500;
    background: #9B3754;
    color: #fff;
    border-bottom: 2px solid #491A27;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
}

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

.btn-b {
    background: #491A27;
}

.btn-b:hover {
    background: #9B3754;
}

.btn-m {
	background: #491A27;
	color: #fff;
	padding: 5px;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
}

.btn-m:hover {
    background: #9B3754;
	text-decoration: none;
}

.btn-t {
	font-size: 22px;
    font-weight: 500;
    background: #225360;
    color: #fff;
    border-bottom: 2px solid #183942;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
	text-decoration: none;
}

.btn-t a{
	font-size: 22px;
    font-weight: 500;
    background: transparent;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
	text-decoration: none;
}

.btn-t:hover {
    background: #2F7284;
}

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

/* ======= Page Builder Stuff ======= */

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

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

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

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

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

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

.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 #491A27;
    color: #491A27;
    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: #491A27;
    border: 3px solid #491A27;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

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

.tml-field,
.tml-log-wrap,
.tml-pwd-wrap {
    width: 100%;
    border-radius: 0px;
    //border: 2px solid #491A27;
    color: #491A27;
    padding: 8px;
    font-size: 18px;
    background: none;
}



/* ======= 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: #491A27;
    background: #fff;
    padding: 12px;
    font-size: 22px;
}

.tpl_home form.wpcf7-form input[type=submit] {
    font-size: 22px;
    font-weight: 500;
    background: #9B3754;
    color: #fff;
    border: none;
    border-bottom: 3px solid #491A27;
    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: #491A27;
}

.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 #602234;
    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 #7F2E45;
}

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

#header #logo-box {
    width: 200px;
    float: left;
    display: block;
    position: absolute;
//    top: 25%; (removed to accommodate the google translate in prehdr)
    -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 ============ */
/* COMMENTED OUT
#main-navigation {
    // transform: translateY messes up z-index? Using absolute pixel values instead. 
	position: absolute;
    top: 75px;
}

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

#main-navigation li a:hover {
    color: #9B3754;
}

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

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

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

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

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

#main-navigation {
	height:40px;
	line-height:40px;
	bottom:0px;
	text-align:left;
	background-color:transparent;
	border-right:0px solid #fff;
	margin-left:10px;
	float:left;
	top: 51px;
}

/* Top Level Menu Items */
#main-navigation li a {
	background-color:transparent;
	text-transform: uppercase;
	color:#602234;
	height:40px;
	line-height:40px;
	padding:0 15px;
	margin-left:0px;
	border-left:1px solid #fff;
}
#main-navigation li:first-child a {border-left:0px;}
#main-navigation li a:hover, #main-navigation li.mega-hover a, #main-navigation li.mega-hover a:hover {
	color:#FFF;
	background:#602234;
}

/* top pulldowns */
#main-navigation li .sub a {
	color:#FFF;
	height:auto !important;
	line-height:normal !important;
}
#main-navigation li .sub {background: #602234;}
#main-navigation li .sub a:hover {
	color:#FFF;
	background:#9B3754;
}
/* Mega Menu Header Links */


#main-navigation li .sub li.mega-hdr { float: left;}

#main-navigation li .sub .menu-item-has-children > .sub-menu a {background: transparent; padding-left: 10px;}

#main-navigation li .sub .menu-item-has-children > .sub-menu a:hover {background: #9B3754;}

#main-navigation li .sub .menu-item-has-children > .sub-menu {}

#main-navigation li.mega-unit {height: auto !important;}

#main-navigation li .sub li.mega-hdr.last {margin-right: 0;}

#main-navigation li .sub li.mega-hdr a.mega-hdr-a {padding: 7px 10px; color: #fff; border:none; height: auto !important;}

#main-navigation li .sub li.mega-hdr a.mega-hdr-a:hover {border:none;}

#main-navigation .mega ul.sub-menu.sub { padding: 7px !important; }


/* --- mNavigation --- */
/*
#mobilenav a {display:block;background:#F7F8F8 url(images/ico/page.png) no-repeat 15px center;padding:12px 12px 12px 47px;margin:0;border-bottom:1px solid #fff;color:#602234;text-decoration:none;}
#mobilenav a.dcjq-parent {display:block;background:#F7F8F8 url(images/ico/folder.png) no-repeat 15px center;padding:12px 12px 12px 47px;margin:0;border-bottom:1px solid #fff;color:#602234;text-decoration:none;}
#mobilenav a.active {background-color:#602234 !important;color:#fff;}
.sub-menu .sub-menu a {background-color:#EBF2F4 !important;color:#602234 !important}
.dcjq-parent {}
.dcjq-count {display:none;visibility:hidden;}

#mobilenav>ul>li>a .dcjq-icon {display:block;position:relative;height:26px;width:26px;background:transparent url(images/mnav-menu-btn.png) no-repeat center center;position:absolute;top:9px;left:9px;}
#mobilenav>ul>li>a {padding-left:47px;background:#602234!important; color:#fff !important;}
*/

/* =========== 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: #491A27;
}

.paged-nav a:hover {
	background: #9B3754;
}

.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;
}

/* ---- move the recaptcha badge to the left (so chat doesn't conflict) --- */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

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

#footer-wide {
    background: #EFECEC;
}

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

#footer {
    color: #5B6163;
    font-size: 14px;
}

#footer a {
    color: #491A27;
    font-size: 14px;
}

#footer a:hover {
    color: #9B3754;
}

#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(102, 0, 52, .6);
    color: #fff;
}

#slides-wide .slide-caption h2 {
    background: #491A27;
//    background-image: url(images/meyer_note_Wsml.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: 25px;
    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: #9B3754;
}

.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;
}
*/

/* =========== Promos ============ */

#promos-wide {
    background: #9B3754;
}

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

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

#promos .items {}

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

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

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

#promos .item a:hover .item-image {
    opacity: .5;
}

#promos .item a:hover h3 {
    color: #491A27;
}

/* =========== CTA ============= */

#cta-bar-wide {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #EFECEC;
}

#cta-bar {
    color: #000;
    font-weight: 600;
    font-size: 2vw;
    line-height: 1.5;
}

#cta-bar a {
	text-decoration: none;
	font-size: 2vw;
	}

#cta-bar .c2-3 {
	padding: 40px;
    text-align: center;
    font-size: 2vw;
}

#cta-bar .c1-3 {
    margin: 1% 0;
	font-size: 3vw;
    //height: 120px;
    //background: url(images/instruments-lt.png) no-repeat center top;
    background-size: contain;
}

#cta-bar .cloud-text {
    color: #FFF;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 125px;
}

#cta-bar span.cloud-text:hover {
    color: #FFF;
}


/* =========== 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: #491A27;
    border-left: 4px solid #491A27;
    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: #9B3754;
    border-color: #9B3754;
}

.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;
	color: white;
}

#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://malifr.wpengine.com/wp-content/themes/MALIFR_2022/images/bullet-li-li.svg) no-repeat left 3px;
}

.ingredient-row {
    display: block;
    float: left;
    left: 35px;
    position: relative;
    margin-bottom: 20px;
}

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

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

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

.ingredient-row .btn {
    margin-top: 10px;
}

.ingredient-row .c2-3 .btn {
    margin-left: 25px;
}
*/

/* =========== Page Switcher (Guides) =========== */

#guides-wide {
    width: 100%;
    display: block;
    position: relative;
    color: #fff;
    
}

#guides-wide ul.guide-menu {
    display: block;
}

.guide-tabs {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    z-index: 2;
}

#guides-wide .guide-menu li {
    margin-top: 8px;
    margin-bottom: 8px;
	font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
	position: relative;
	float: left;
	clear: both;
	width: 165px;
    height: 60px;
	padding: 12px 25px 12px 20px;
    background: #e1dede;
    background: -moz-linear-gradient(left, #e1dede 0%, #f2f3f3 33%);
    background: -webkit-linear-gradient(left, #e1dede 0%,#f2f3f3 33%);
    background: linear-gradient(to right, #e1dede 0%,#f2f3f3 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dede', endColorstr='#f2f3f3',GradientType=1 );
    color: #707070;
    text-transform: uppercase;
}

#guides-wide .guide-menu li .guide-menu-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0px;
	padding-right: 25px;
}

#guides-wide .guide-menu li.guide-menu-active {
	color: #fff;
	background: #602234;
	width: 180px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 35px;
}

#guides-wide .guide-slide {
	background-size: cover;
	background-position: center;
	height: 650px; 
	position: relative;
	float: left;
	width: 100%;
}

#guides-wide .guide-slide:before {
    content: '';
	background: rgba(127, 46, 69, 1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


#guides-wide .guide-text {
	width: 60%;
	float: left;
	padding-left: 175px;
	height: 650px; 
	position: relative;
}

#guides-wide .guide-text-inner {
	padding: 20px 80px 20px 40px ;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
}

#guides-wide .guide-text-inner .btn {
	background: #602234;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 13px 30px;
	font-size: 16px;
    border-bottom: none;
}

#guides-wide .guide-text-inner .btn:hover {
    background: #491A27;
}

#guides-wide .guide-image {
	width: 40%;
    height: 650px; 
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}

#guides-wide h2 {
    color: #fff;
	font-size: 32px;
    text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
}

#guides-wide h4 {
	font-size: 18px;
	line-height: 1;
    color: #D0CDCC;
    text-transform: uppercase;
	margin: 0;
}

.guide-slide {
	display: none;
	visibility: hidden;
	pointer-events: none;
}

.guide-slide.guide-slide-active {
	display: block;
	visibility: visible;
	pointer-events: auto;
}


/* =========== Product Tables =========== */
/*
#ingredient-tables-wide table,
#ingredient-tables-wide tbody {
    width: 100%;
    margin-bottom: 20px;
}

#ingredient-tables-wide tbody {
    border: 1px solid #7F2E45;
}

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

#ingredient-tables th {
    background-color: #491A27;
    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: #491A27;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    position: relative;
} 

#box-links a:hover h3 {
    background: #7F2E45;
}

#cta-wide {
    background: #491A27;
    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 #491A27 !important;
    color: #491A27 !important;
    padding: 8px !important;
    font-size: 18px !important;
    text-align: left;
    background: none;
}

.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;
    background: none !important;
	float: none;
	padding: 8px 30px !important;
    border: 3px solid #491A27 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px !important;
}

.ctct-form-wrapper input[type=submit]:hover {
    border: 3px solid #491A27 !important;
    background: #491A27 !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;
		font-size: 10px !important;
    }
 */   
    #slides-wide .slide-caption {
        width: 60%;
    }
    
    html, body {
        min-width: 200px;
    }
/*    
    .ingredient-row {
        left: 0px;
    }

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

    .ingredient-row img {
        width: 100%;
    }
    
    .ingredient-row .buttons-row .col.c2-3 {
        width: 66.13%;
    }
    
    .ingredient-row .buttons-row .col.c1-3 {
        width: 32.26%;
    }
*/	
	#cta-bar .c2-3 {
    	font-size:  2vw;
    } 
    
    #cta-bar .cloud-text {
        font-size: 3vw;
        line-height: 13.8vw;
    }
	
    #cta-bar .c1-3 {
		font-size: 3vw;
	}
}
/*
@media screen and (max-width: 1080px) and (min-width: 751px) {

    #promos .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: 70%;
        position: relative;
        top: 11px;
        right: 20px;
        text-align: center;
		font-size: 10px;
    }

    #header #logo-box {
        width: 100%;
        position: relative;
        top: -35px;
        -ms-transform: translateY(0%);
        transform: translate(0px);
    }
    
    #header #top-logo img {
        //width: 20%;
        height: auto;
        margin: auto;
    }
    
    #guides-wide .guide-text {
        width: 100%;
    }
    
    #guides-wide .guide-image {
        width: 0%;
    }
    
    #guides-wide .guide-slide:before {
        background: rgba(127, 46, 69, 0.9);
    }

}
*/
@media screen and (max-width: 1100px) {
    
    #guides-wide .guide-slide:before {
        background: rgba(127, 46, 69, 0.9);
    }
    
    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 a {
        display: block; 
        background: transparent; 
        padding:0px;
        margin:0; 
        color: #fff;
        text-decoration:none;
    }
    #mobile-navigation a.dcjq-parent {
        display:block;
        background: transparent; 
        padding:0px;
        margin:0; 
        color:#fff;
        text-decoration:none;
    }
*/
    #mobile-navigation > ul > li > .dcjq-parent {
            background: #491A27;
    }

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

    #mobile-navigation .sub-menu {
        background: #602234;
        border-bottom: 4px solid #491A27;
    }

    #mobile-navigation .sub-menu .sub-menu {
        background: #491A27; 
        border-bottom: 2px solid #602234;
    }

    #mobile-navigation .sub-menu .sub-menu .sub-menu {
        background: #491A27; 
        border-bottom: 2px solid #602234;
    }
    
    #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%;
    }
    
    
    #promos .item {
        width: 50%;
        padding: 20px;
        min-height: 275px;
    }

	#cta-bar a {
		text-decoration: none;
		font-size: 3vw;
	}
    
    #cta-bar .c2-3 {
        text-align: center;
        font-size: 3vw;
    }
	
	#cta-bar .cloud-text {
    	color: #FFF;
    	font-size: 5vw;
}
    
    #cta-bar .c1-3 {
        font-size: 5vw;
    }
    
    .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%;
    }
    
    .ingredient-row .buttons-row .col.c2-3,
    .ingredient-row .buttons-row .col.c1-3 {
        width: 50%;
        padding-top: 20px;
        display: inline-block;
        text-align: center;
    }
    
    .ingredient-row .c2-3 .btn {
        margin-left: 0;
    }
*/    
    .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%;
    }
*/   
    
    #guides-wide ul.guide-menu {
		width: 100%;
		float: left;
		position: relative;
	}
	
	#guides-wide .guide-menu li {
		width: 50%;
		clear: none;
		margin: 0;
	}
	
	#guides-wide .guide-menu li.guide-menu-active:before {
		display: none;
		visibility: hidden;
	}
	
	#guides-wide .guide-menu li img {
		display: none;
		visibility: hidden;
	}
	
	#guides-wide .guide-menu li.guide-menu-active {
		width: 50%;
		margin: 0;
		background-image: none;
		padding-left: 0;
		border-left: 5px solid #9B3754;
	}
	
	#guides-wide .guide-menu li,
	#guides-wide .guide-menu li.guide-menu-active {
		padding: 10px 15px;
		height: 60px;
	}
	
	#guides-wide .guide-menu li:first-child,
	#guides-wide .guide-menu li:nth-child(2) {
		border-bottom: 1px solid #ccc;
	}
	
	#guides-wide .guide-menu li:nth-child(2),
	#guides-wide .guide-menu li:nth-child(4) {

	}
	
	.guide-tabs {
		top: 0;
		position: relative;
		float: left;
		width: 100%;
	}
	
	#guides-wide {
		float: left;
	}
	
	#guides-wide .guide-menu li .guide-menu-text {
		padding: 0;
		top: 50%;
		float: left;
		font-size: 15px;
		width: auto;
	}
	
	#guides-wide .guide-slide {
		height: auto;
	}
	
	#guides-wide .guide-text {
		width: 100%;
		padding: 40px 25px 30px;
		height: auto;
	}
	
	#guides-wide .guide-image {
		display: none;
		visibility: hidden;
	}
	
	#guides-wide .guide-text-inner {
		transform: translate(0,0);
		top: 0;
		position: relative;
		width: 100%;
		padding: 0;
		font-size: 16px;
	}
	
	#guides-wide .guide-slide {
		display: none;
		visibility: hidden;
		opacity: 1;
		top: 0;
		position: relative;
		transition: none;
	}
	
	#guides-wide .guide-slide.guide-slide-active {
		display: block;
		visibility: visible;
	}
	
	#guide-menu li.guide-menu-item.guide-menu-active:hover {
		background-image: none;
	}
	
	#guides-wide .guide-slides {
		height: auto;
		float: left;
		position: relative;
	}
    
}

@media screen and (max-width: 500px) {
    #slides-wide .sue-content-slider .slide-wide {
        height: 650px;
		background-position: center top;
    }
	
    #promos .item {
        margin-bottom: 0px;
        min-height: 200px;
    }
    
    #promos .boxlink h3 {
        font-size: 1em;
    }
	
	#cta-bar {
    	color: #000;
    	font-weight: 600;
    	font-size: 5vw;
    	line-height: 1.5;
}
	
	#cta-bar .c2-3 {
        text-align: center;
        font-size: 5vw;
    }
	
	#cta-bar .cloud-text {
    	color: #FFF;
    	font-size: 10vw;
	}
	
	#cta-bar .c1-3 {
        font-size: 10.5vw;
    }
    
    
    .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%);
    }
} 