/*   
Theme Name: Enviro Medica
Theme URI: https://www.glidedesign.com
Author: Glide Design
Author URI: https://www.glidedesign.com/team/
Version: 1.0.0
License:
License URI: 
Description: WordPress theme for Enviro Medica.
*/

/*******************************************************

Reset

********************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html, html a {
    -webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/***** Clear *****/

.clear:before, .clear:after {
	content:""; 
	display:table;
}
.clear:after { 
	clear: both;
}


/***** Images *****/

a img {
	border:none;
	outline: none;
}
img {
	max-width:100%;
	height:auto;
}



/*******************************************************

Basic Styles

********************************************************/

/***** Formatting *****/

s, strike, del {
	text-decoration: line-through;
}
del {
	color: #ff6b6b;
}
ins {
	color: #1dd1a1;
}
strong, b {
	font-weight: 700;
}
u, ins {
	text-decoration: underline;
}


/***** Miscellaneous *****/

address {
	margin: 0 0 4rem 0;
}

abbr, acronym {
	border-bottom: 1px dotted #3d3d3b;
}

i, cite, em, var, address, dfn {
	font-style: italic;
}
code {
	background-color: #3d3d3b;
	padding: 2.5rem 2.5rem 2.5rem 3rem;
	display: block;
	margin: 0 0 4rem 0;
    color: #fafaf0;
}
pre {
	background-color: #3d3d3b;
	margin: 0 0 4rem 0;
	padding: 2.5rem 2.5rem 2.5rem 3rem;
	overflow-x: scroll;
	line-height: 1.5;
    color: #fafaf0;
}
tt, code, kbd, samp {
	font-family: monospace;
}
dt {
	font-weight: 700;
}
dl, dd {
	margin: 0 0 4rem 0;
}
sub, sup {
	font-size: 1.4rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25rem;
}
sup {
	top: -0.5rem;
}
.page-template-template-terraflora sup {
	top: -3.5rem;
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
	
}
.bypostauthor {
}

/*******************************************************

Default Styles

********************************************************/

/***** Body *****/

html {
    font-size: 10px;
}
body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	color: #3e3e36;
    background-color: #fbfcee;
	line-height: 1.7;
    word-spacing: 0.5px;
  	-webkit-text-size-adjust: none;
}
p {
	margin: 0px 0px 4rem 0px;
}


/***** Lists *****/

ul, ol {
	margin: 0 0 4.5rem 2.5rem;
}
ul li, ol li {
	margin: 0 0 2rem 0;
}
ul ul, ol ol {
	margin: 2rem 0 0 4rem;
}
ul {
    list-style: none;
}
ul li:before {
    content: "• ";
    color: #c9a571;
    font-size: 2.7rem;
    position: relative;
    top: 3px;
}



/***** Links *****/

a, a:visited {
	color: #c9a571;
	text-decoration: none;
}
a:hover {
	color: #948163;
	text-decoration: none;
}
a, a:visited, input[type="submit"], input[type="reset"], button, .search-button, .wpcf7-submit {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	outline: none;
}


/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	color: #1f1f1e;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	margin: 0 0 4rem 0;
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1 {
	line-height: 1.15;
	font-size: 6.0rem;
	font-weight: 400;
}
h2 {
	line-height: 1.2;
	font-size: 5.2rem;
	font-weight: 400;
}
h3 {
	line-height: 1.25;
	font-size: 3.8rem;
	font-weight: 400;
}
h4 {
	line-height: 1.3;
	font-size: 3.6rem;
	font-weight: 400;
}
h5 {
	line-height: 1.35;
	font-size: 3.0rem;
	font-weight:400;
}
h6 {
	line-height: 1.4;
	font-size: 2.0rem;
	font-weight: 400;
}


/***** Tables *****/

thead {
    background-color: #f1f2e4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 4rem 0;
	width: 100%;
    text-align: right;
	table-layout: fixed;
}
th {
	font-weight: 700;
    padding: 1.5rem 1.8rem;
}
th:nth-child(1)
{
    text-align: left;
}
tr {
	vertical-align: middle;
}
td {
	padding: 1.3rem 1.8rem;
	vertical-align:middle;
}
tr:nth-child(even){
  background-color: #f1f2e4;
}
td:nth-child(1){
    text-align: left;
}
table {
}
/***** Worth to Read *****/
div#wtr-slider {
	background: rgb(161,127,78 ) !important;
  opacity: 1 !important;
}

/***** Quotes *****/

blockquote {
    margin: 0 0 5rem 0;
    padding: 5rem 4rem 5rem 9.5rem;
    position: relative;
    quotes: "\201C" "\201D";
    background-color: #3d3d3b;
    color: #fbfbf1;
}

blockquote:before {
	display: block;
    font-size: 8.0rem;
    position: absolute;
    content: open-quote;
    left: 3.5rem;
    top: 1.5rem;
    color: #958065;
}
blockquote cite {
	display: block;
	margin-top: 2rem;
	color:#c3c3bc;
  float: left;
}
blockquote cite:before {
	content: "\( ";
}
blockquote cite:after {
	content: "\ )";
}
.quote-social {
    float: right;
    text-align: right;
}
.quote-social.social-icons ul {
    margin: 2rem 0px 0 0;
}
.social-icons ul li.quote-socials-title {
    padding: 6px 10px 0 0;
    text-transform: uppercase;
    color: #AAAAA0;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
    letter-spacing: 1.5px;
    font-size: 15px;
}
.quote-social.social-icons ul li a:before {
	color: #AAAAA0;
  border: 2px solid #AAAAA0;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.light-quote {
    background-color: rgba(243,243,232,1);
	color: #1f1f1e;
}
blockquote :first-child {
	display: inline-block;
}
blockquote p {
	margin-bottom: 0px;
}
q {
	quotes: " “ " " ” " ;
    padding: 0.3rem 0.6rem 0.3rem 2rem;
    position: relative;
    background-color: #3d3d3b;
    color: #fbfbf1;
}
q:before {
    font-size: 3rem;
    position: absolute;
    content: open-quote;
    left: 7px;
    top: -8px;
    color: #958065;
}
q:after {
    display: none;
}



/*******************************************************

Header

********************************************************/


.top-bar {
    background-color:  #3d3d3b;
    padding: 1.2rem 4rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
}
.top-bar a , .top-bar a:visited {
    color: #c9a571;
}
.top-bar p {
    margin-bottom: 0;
}
.header {
    padding: 3.3rem 4rem;
    height: 5rem;
}
.logo {
    float: left;
    width: 23rem;  
    padding-top: 1rem;
}
.main-menu {
    text-align: center;
}
.icons-menu {
    float: right;
    width: 23rem;
    text-align: right;
    
}
ul.icons-list {
    margin: 0;
    padding: 0;  
    float: right;
}
ul.icons-list li {
    margin: 0px;
    list-style-type:  none;
    display:  inline-block;
}
ul.icons-list li:before {
    display:  none;
} 
.icons-list img {
    float: left;
}
ul.icons-list li a, ul.icons-list li a:visited {
    padding: 12px;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 50%;
    line-height: 1;
}
ul.icons-list li a:hover {
    border: 2px solid #3e3e36
}

/***** Menu *****/


.nav-menu {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align:  center;
    padding: 1rem 0 0 0;
    color: #1f1f1e;
}
.nav-menu ul  {
	list-style:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.nav-menu ul li {
	padding: 0 0 0 0;
	margin: 0 3rem 0 0;
	display: inline-block;
    font-size: 1.6rem;
	position:relative;
}
.nav-menu ul li:before {
    display: none;
}
.nav-menu ul li:last-child {
    margin-right: 0px;
}
.nav-menu ul li a, .nav-menu ul li a:visited {
	display: inline-block;
	color: #1f1f1e;
    letter-spacing: 2px;
	padding: 0 0 0.8rem 0;
   border-bottom: 2px solid transparent;
}
.menu-item-has-children {
	border: 0px;
}
.nav-menu ul li a:hover, .nav-menu ul li.current-menu-item a {
	color: #958065;
	border-bottom: 2px solid #958065;
}
.nav-menu ul ul {
	margin: 1rem 0 0 0;
	opacity: 0;
	visibility: hidden;
    padding: 1.5rem 0;
	position: absolute;
	top: 3.8rem;
	left: 50%;
    margin-left: -13.5rem !important;
	    z-index: 99999;
    width: 27rem;
	overflow:hidden;
	background-color: rgba(0,0,0,0.8);
	text-align:left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    text-align: center;
}
.nav-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	overflow:visible;
}
.nav-menu ul ul ul {
	top: -1px;
	left: 27rem;
	margin: 0 0 0 1rem;
}
.nav-menu ul ul li {
	display: block;
	border: 0;
    margin: 0px;
}
.nav-menu ul ul li:last-child {
	box-shadow: none;
}
.nav-menu ul ul li a, .nav-menu ul ul li a:visited, .nav-menu ul li.current-menu-item ul li a, .nav-menu ul li.current-menu-item ul li a:visited {
	padding: 0 1.5rem 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
    display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    line-height: 1.2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #fbfdf2;
}
.nav-menu ul ul li a:hover, .nav-menu ul ul li.current-menu-item a, .nav-menu ul li.current-menu-item ul li a:hover {
	color: #fbfdf2;
    border-bottom: 2px solid #958065;
      padding-bottom: 5px !important;
}
.nav-menu ul ul li.current-menu-item a {
	padding: 0 1.5rem;
}
.nav-menu ul ul li.current-menu-item a:hover {
	padding: 0 1.5rem;
}
#menu-error .nav-menu {
	text-align: left;
	position: relative;
	margin: 1.5rem 0px 2rem 0px;
	width: 100%;
}
#menu-error .nav-menu ul li a {
	margin-left: 0px
}
#menu-error .nav-menu ul li ul {
	display:none;
}

/***** Mobile Menu *****/


a.slicknav_btn {
    position: absolute;
    display: block;
    line-height: 1;
    cursor: pointer;
    top: 65px;
    right: 15px;
    margin: 0 auto;
    text-align: right;
    height: 20px;
    width: 32px;
    padding: 7px 0px 5px 0px;
    z-index: 99;
    margin-right: 5px;
    background-color: #3d3e3c;
}
.logged-in a.slicknav_btn {
    top: 110px;
}
.slicknav_menu .slicknav_menutxt {
    line-height: 1;
    float: left;
    color: #000000;
    font-weight: 700;
    display: none;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 0 0 0;
}
.slicknav_menu .slicknav_no-text {
    margin: 0
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    margin-bottom: 3px;
    margin: 0 auto;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 4px;
}
.slicknav_nav .slicknav_arrow {
    font-size: 12px;
    margin: 0 0 0 4px;
}
.slicknav_menu {
    display: none;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fcfced;
}
.slicknav_nav {
	text-align: left;
    width: 100%;
    background-color: #fff;
}
.slicknav_nav ul {
    padding: 10px 0 15px 0;
    margin: 0 0 0 0;
    list-style: none;
	background-color: #434442;
}
.slicknav_nav ul ul {
    border-top: none;
    padding: 0 0 0 0;
}
.slicknav_nav ul li {
    margin: 0 auto;
	list-style-type: none;
	display: block;
}
.slicknav_nav ul li:before {
    display: none;
}

/ Safari 6.1-10.0 (10.1 is the latest version of Safari at this time) /

::-webkit-full-page-media, :future, :root .slicknav_nav ul li.menu-item-has-children a {
    font-size: 2.3rem !important;
}
.slicknav_nav ul li a {
    color: #fcfced;
    margin: 0 auto;
    display: block;
    padding: 9px 5% 10px 5%;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2rem !important;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.slicknav_nav ul li a:hover {
	background-color: #191919;
}
.slicknav_nav ul li ul li a {
    padding-left: 10%;
}
.slicknav_nav ul li ul li ul li a {
    padding-left: 15%;
}
.slicknav_nav ul li ul li ul li ul li a {
    padding-left: 20%;
}
.slicknav_nav a.slicknav_item a {
    display: inline-block;
    padding: 0 0 0 0;
}
.mobile-clear, .show-content {
	display: none;
}

/***** Search Popup *****/


.popup-search {
    max-width: 50%;
    margin: 0 auto;
    width: 90%;
    position: relative;
    min-height: 250px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding: 3rem 4rem 4rem 4rem;
  	background-color: #000000;
}
.popup-search .search-banner {
	max-width: 100%;
	box-sizing: border-box;
}
.popup-search .heading {
	color: #fbfcee;
	margin-bottom: 3.5rem;
	text-transform: capitalize;
}



/*******************************************************

Theme Elements

********************************************************/

/***** Headings *****/

.heading, .heading a, .heading a:visited {
	color: #1f1f1e;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	margin: 0 0 4rem 0;
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
	font-size: 6.0rem;
	font-weight: 400;
}
.heading a:hover {
	color: #fbfbf1;
}
.sub-heading, .sub-heading a, .sub-heading a:visited {
    color: #fbfbf1;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	margin: 0 0 4rem 0;
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
	font-size: 5.2rem;
	font-weight: 400;
}
.sub-heading a:hover {
	color: #fbfbf1;
}
.cat-heading {
    background-color: #8f897d;
    font-size: 1.4rem;
    padding: .8rem 1.2rem;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 2.5rem;
	  color: #fbfbf1;
}
.cat-heading a, .cat-heading a:visited {
	color: #fbfbf1;
}
.cat-heading a:hover {
	color: #fbfbf1;
}
.small-heading, .small-heading a, .small-heading a:visited {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #1f1f1e;
}
.small-heading a:hover {
    color: #1f1f1e;
}

/***** Intro *****/

.intro-text {
    font-size: 2.4rem;
    color: #1f1f1e;
    margin: 0 0 7rem 0;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

/***** Layout *****/

.wrapper {
	max-width: 1440px;
    width: 90%;
	margin: 0 auto;
}
.mid-wrapper {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
main.home-content {
    position: relative;
    top: -60px;
}
.tra-wrapper {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
/***** Banner *****/

.home-banner {
    padding: 12rem 0 24rem 0;
    background: url(assets/images/hero-home.png) no-repeat bottom center;
    background-size: 100%;    
}
.banner-content {
    width: 70%;
    margin:  0 auto;
    text-align:  center;
}
.banner-content .button:after {
	display: none;
}

/***** Buttons *****/

.button {
    padding: 1.7rem 6.5rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    letter-spacing: 2px;
}
.arrow {
	background-image: url(assets/images/arrow-btn.png);
	background-repeat: no-repeat;
	background-position: right 60px center;
    padding: 1.7rem 8.5rem 1.7rem 5.5rem;
}
.button:hover.arrow {
    background-image: url(assets/images/arrow-btn.png);
	background-repeat: no-repeat;
	background-position: right 55px center;
	background-color: #3d3d3b;
}
.button:after {
    content: "";
    height: 2px;
    background-color: transparent;
    display: block;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.button:hover:after {
	background-color: #948164;
}

.brown-bg, a.brown-bg {
    background-color: #3d3d3b;
    color: #fbfbf1;
}
.button:hover.brown-bg {
	background-color: #000000;
    color: #fbfbf1;
}
.page-template-template-about .brown-bg, .page-template-template-about a.brown-bg {
	border: 2px solid #3d3d3b;
	color: #3d3d3b;
	background-color: transparent;
}
.page-template-template-about .button:hover.brown-bg {
	background-color: #3d3d3b;
    color: #fbfbf1;
}
.white, a.white  {
    background-color: #fbfbf1;
    color: #3d3d3b;
}
.page-template-template-about .arrow {
	background-image: none;
	padding:1.7rem 6.5rem;
}
.page-template-template-about .button:hover.arrow {
	background-image: none;
	padding:1.7rem 6.5rem;
}
/***** Boxes *****/

.feature-half {
    float: left;
    width: 49%;
		margin: 0 2% 2% 0;
  	background-size: cover;
	position: relative;
    overflow: hidden;
}
.feature-full {
    width: 100%;
  	background-size: cover;
	position: relative;
    overflow: hidden;
}

.home-post {
	position: relative;
    overflow: hidden;
}



.hover-box-bg {
    position: absolute;
    background-size: cover;
    background-position: center center;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
  bottom: 0;
  right: 0;
    z-index: 1;
    transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.feature-full:hover .hover-box-bg, .feature-half:hover .hover-box-bg, .home-post:hover .hover-box-bg {
  transform: scale(1.07);
}










.feature-full-content .sub-heading {
    margin-bottom: 3.5rem;
}
.feature-full-content {
    width: 50%;
    margin: 0 auto;
}
.feature-half:nth-child(2n+2) {
	margin-right: 0px;
}
.box {
    color: #fbfbf1;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4rem;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background-color: rgba(0,0,0,0.2);
	position: relative;
	z-index: 99;
}
.box.browdn:hover {
   /* background-color: rgba(161,127,78,0.2);
    -webkit-box-shadow: inset 0 0 0 10px rgba(161,127,78,0.5);
    box-shadow: inset 0 0 0 10px rgba(161,127,78,0.5);*/
}
.box.whiteds:hover {
   /* background-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.5);*/
}
.box:hover {
   /* background-color: rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 0 10px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 0 10px rgba(0,0,0,0.4);*/
}

.box p {
    color: #fbfbf1;
    line-height: 1.4;
	text-shadow: 1px 1px 1px #000;
}
.box p:last-child {
    margin-bottom: 0px;
}

/***** Social Icons *****/


.social-icons {
    position: relative;
}
.social-icons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    margin: 2rem 0px;
}
.social-icons ul li {
	line-height: 1.65;
	margin: 0 0 1.5rem 0;
	padding: 0;
    display: inline-block;
    float: left;
    width: auto !important;
	display: inline-block !important;
}
.social-icons ul li:before {
    display: none;
}
.social-icons ul li a {
	position: relative;
    width: 4.8rem;
    height: 4.8rem;
    display: inline-block;
}
.social-icons ul li a:before {
	font-family: 'Socicon';
	position: absolute;
	left: 0px;
	top: 0px;
    right: 0px;
	width: 1.8rem;
	text-align: center;
	height: 1.8rem;
	color:#1f1f1e;
	font-size: 1.8rem;
    border-radius: 50%;
    border: 2px solid #1f1f1e;
    padding: 1.1rem;
    line-height: 1.8rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icons ul li a.facebook:before {
	content: "\e028";
}
.social-icons ul li a.twitter:before {
	content: "\e08d";
}
.social-icons ul li a.instagram:before {
	content: "\e044";
}
.social-icons ul li a.pinterest:before {
	content: "\e063";
}
.social-icons ul li a.googleplus:before {
	content: "\e038";
}
.social-icons ul li a, .social-icons ul li a:visited {
	color: #444444;
	height: 2.4rem;
}
.social-icons ul li:hover a::before{
	color: #ffffff;
    background-color: #1f1f1e;
}

.sharing-img-wrap {
   position: relative;
   margin-bottom: 60px;
}
.sharing-img-wrap .img-social-icons {
   position: absolute;
   left: 10px;
   bottom: -45px;
}
/***** Form Elements *****/


input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range, select, input[type="search"], .mktoForm input[type="text"] , .mktoForm input[type="password"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="file"], .mktoForm select, .mktoForm input[type="search"]{
	height: 55px;
	width: 100%;
	border: 2px solid #3d3e3c;
	background-color: #fbfcee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	color: #3d3e3c;
	outline: none;
	padding: 0 1.5rem;
	margin: 0 0 2rem 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 1.6rem;
}

	
#page-wrap .mktoForm input[type="text"] , #page-wrap .mktoForm input[type="password"], #page-wrap .mktoForm input[type="email"], #page-wrap .mktoForm input[type="tel"], #page-wrap .mktoForm input[type="number"], #page-wrap .mktoForm input[type="file"], #page-wrap .mktoForm select, #page-wrap .mktoForm input[type="search"], #page-wrap .mktoForm input[type="url"]{	
	height: 55px !important;
	width: 100% !important;
	font-size: 1.6rem !important;
	padding: 0 1.5rem !important;
	margin: 0 0 3rem 0 !important;
 }
input[type="submit"], input[type="reset"], #page-wrap .mktoForm .mktoButton {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	color: #fbfbf1;
	padding: 2rem 8rem;
	background-color: #000000;
	margin: 0 0 1.5rem 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 1.6rem;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
    letter-spacing: 2px;
}
#page-wrap .mktoForm .mktoButton {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
	color: #fbfbf1;
    text-align: center;
    text-shadow: none;
    width: auto;
}
input[type="submit"]:hover, input[type="reset"]:hover,#page-wrap .mktoForm .mktoButton:hover {
	color: #fbfbf1;
	background-color: #3d3d3b;
	background-image: none;
}
#page-wrap .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

#page-wrap .mktoForm .mktoButtonRow {
    float: none;
    width: 100%;
    clear: both;
}
#page-wrap .mktoForm  .mktoCheckboxList {
    width: 100% !important;
	padding-top: 2rem;
}
input[type="file"], #page-wrap .mktoForm input[type="file"] {
    padding-top: 13px;
}
textarea, #page-wrap .mktoForm textarea {
    height: 150px;
	width: 100%;
	border: 2px solid #3d3e3c;
	background-color: #fbfcee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 3px;
	color: #3d3e3c;
	outline: none;
	padding: 1rem 1.5rem;
	margin: 0 0 2rem 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size: 1.6rem;
}
#page-wrap .mktoForm label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #1f1f1e;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	width: 100% !important;
    padding: 0px !important;
	font-weight: bold !important;
}
#page-wrap .mktoForm label br {
	display: none !important;
	}
#page-wrap .mktoCheckboxList label {
	line-height: 0.9 !important;
	margin-bottom: 1.3rem;
}	
.validation_error, .validation_message {
    color: #e74c3c;
}
.validation_message {
    position: relative;
    top: -15px;
}
.gform_fields {
    margin: 0 !important;
}
#page-wrap  .mktoForm .mktoRadioList > input, #page-wrap  .mktoForm .mktoCheckboxList > input {
    margin-right: 1.5rem !important;
}
/***** Pagination *****/


.pagination {
	margin: 8rem auto 4rem auto; 
}
.pagination span, .pagination a, .pagination a:visited {
	color:#3d3e3c;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	padding: .5rem 1.5rem;
	position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pagination span:after, .pagination a:after {
    content: "";
    border-right: 1px solid #3d3e3c;
    width: 1px;
    height: 2rem;
    right: -1px;
    position: absolute;
    top: 1rem;
}
.pagination a:last-child:after,.pagination a:hover:after, .pagination .current:after, .pagination a.next:after {
    display: none;
}
.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#3d3e3c;
}
.pagination a.next {
	background: url(assets/images/next-arrow.png) no-repeat right 5px center;
    padding-right: 2rem;
}
.pagination a.next:hover {
	background:#3d3e3c url(assets/images/next-arrow-hover.png) no-repeat right 5px center;;
}


/***** WordPress Core *****/


.alignright {
    float:right;
    margin: 5px 0 10px 20px;  					
}
.alignleft {
    float:left;
  	margin: 5px 20px 10px 0px;
}
.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}
.wp-caption {
    background-color: #a17f4e;
    border: 1px solid #876a41;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 1rem 1rem 0rem 1rem;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}
.wp-caption.alignleft {
    margin: 15px 20px 15px 0;
}
.wp-caption.alignright {
    margin: 15px 0 10px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 7px 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    padding: 6px 4px 4px 4px;
    text-align: center;
    color: #fbfcee;
}


/**** Comments ****/

#respond ul {
    list-style-type: none;
}
#respond .logged-in {
    margin: 0 0 1.5rem;
}
#commentform .input-comments, #commentform input[type=text] {
    width: 32.25%;
    float: left;
    margin-right: 1.62%;
}
#commentform label {
    display: block;
}
#commentform ul {
    margin-left: 0;
    margin-bottom: 0;
}
#commentform ul li {

}
#commentform ul li:before {
    display: none;
}
#commentform .url-comments, #commentform li.middle {
    margin-right: 0!important;
}
.comments-closed {
    margin: 4rem 0;
}
ol.commentlist {
    list-style: none;
    margin: 0 0 0 0;
}
.commentlist li {
    margin: 0 0 4rem 0;
}
.comment-body p {
    margin: 0 0 3rem 0;
}
.commentlist li:before {
    display: none;
}
ol.commentlist li div.vcard cite.fn {
    font-style: normal;
    position: relative;
    top: -5px;
}
span.says {
    position: relative;
    top: -5px;
    left: 0.8rem;
}
ol.commentlist li div.vcard img.avatar {
    float: left;
    margin: 0 2rem 0 0;
    width: 6rem;
}
ol.commentlist li div.commentmetadata {
    padding: 0 0 1.5rem;
}
ol.commentlist li div.comment-meta {
    font-size: 1.4rem;
    color: #777;
    position: relative;
    top: -5px;
}
ol.commentlist li div.reply {
    margin: 0 0 4rem 0;
}
ol.commentlist li ul.children {
    list-style: none;
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5 {
    margin: 4rem 0 0 6rem;
}
ol.commentlist li.pingback {
    margin: 0 0 4rem;
}
.comment-author.vcard {
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 0px;
    color: #1f1f1e;
}
a.comment-reply-link {
    background: #c9a571;
    color: #ffffff;
    padding: 0.7rem 1.4rem;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 1.6rem;
}
a.comment-reply-link:hover {
    background: #1f1f1e;
    color: #ffffff;
}
.comment-body {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 3rem;
}


/*******************************************************

Home Page

********************************************************/

/***** Featured Boxes *****/

.essentials-box-bg {
    background-position: center center;
    background-size: cover;
	text-align:  center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.essentials-box {
	padding: 6rem 0 0 0;
	min-height: 31.1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.essentials-box .sub-heading {
    margin-bottom: 2.5rem;
    font-size: 4.2rem;
}
.essentials-box p {
    margin-bottom: 3rem
}
.products-box-bg {
    background-position: center center;
    background-size: cover;
}
.products-box {
    min-height: 31.1rem;
}
.products-box .sub-heading {
    margin-bottom: 2.5rem;
}
.products-box .cat-heading {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}
.sourced-box {
	padding-top: 4.5rem;
	min-height: 30.5rem;
}
.sourced-box-bg {
    background-position: center center;
    background-size: cover;
    text-align:  center;
}
.products-box .feature-half-img {
    float: left;
    width: 28%;
    margin-right: 5%;
}
.products-box .feature-half-content {
    float: right;
    width: 67%;
}

/***** Link Boxes *****/

.home-links{
    margin: 4rem 0;
    text-align: center;
}
.home-link{
    float: left;
    width: 33.33%;
    border-right: 1px solid #d6d2c6;
    padding: 4rem;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home-link:nth-child(3){
    border-right: none;
}
.home-link img{
    float: left;
}
.home-link a{
    display: block;
    padding-top: 3rem;
}
.home-link-icon { 
    display: inline-block;
    padding: 3.5rem;
    border-radius: 50%;
    margin-bottom: 3rem;
    background-image: url(assets/images/icon-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.home-link:first-child .home-link-icon { 
        background-position: center right;
}
.home-link:nth-child(3) .home-link-icon { 
       background-position: top left;
}
.home-link a:hover .home-link-icon{
    box-shadow: 0 0 0 5px #fbfcee, 0 0 0 7px #3d3e3c;
}
.link-heading {
    letter-spacing: 4px;
    margin-bottom: 2rem;
    font-size: 2.0rem;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-link a:hover .link-heading {
    color: #000000;
}

/***** Home Posts *****/

.home-post {
	float: left;
	width: 49%;
	margin: 0 0 2% 0;
    min-height: 26.2rem;
    position: relative;
	overflow: hidden;
}
.home-post .post-content{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
}
.home-post:first-child {
	margin-right:2%;
}
.home-post .post-title, .home-post .post-title a, .home-post .post-title a:visited {
	color: #fbfbf1;
	font-size: 3.6rem;
	margin-bottom: 0px;
	max-height: 14rem;
	overflow: hidden;
	text-shadow: 1px 1px 4px #000;
}
.home-post .cat-heading {
    margin-bottom: 1.5rem
}
.home-post p {
    margin-bottom: 0px
}
.full-post{
    min-height: 47.3rem;
}
.full-post .post-title {  
   margin-bottom: 2rem;
}
.post-inner {
    min-height: 18.2rem;
}



/*******************************************************

Sidebar

********************************************************/
.sidebar-active #content-area {
	width: 63%;
	float: left;
}

#sidebar {
	width: 32%;
	float: right;
	padding: 7rem 0 0 0;
}
.sidebar-active  .small-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.jump-links-sidebar.desktop-jump-links.fixed .sidebar-fix {
    position: fixed;
    top: 40px;
    width: 25%;
    max-width: 360px;
    box-sizing: border-box;
}
/*******************************************************

Widgets

********************************************************/

.widgets-area .widget {
	margin: 0 0 5rem 0;
}
.widgets-area .widget-title, .widgets-area .widget-title a, .widgets-area .widget-title a:visited {
	color: #1f1f1e;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	margin: 0 0 2.5rem 0;
    word-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
	font-size: 3.6rem;
	font-weight: 400;
}
.widgets-area .widget-title a:hover {
	color: #c9a571;
}
.widgets-area ul {
    margin-left: 0;
}
.widgets-area ul li {
	margin-left: 0;
}
.widgets-area ul li a, .widgets-area ul li a:visited {
	color: #1f1f1e;
}
.widgets-area ul li a:hover {
	color: #c9a571;
}
span.post-date, span.rss-date {
	font-size: 1.4rem;
	display: block;
	padding: 5px 0 5px 0;
	color: #777777;
}
.widget_rss .rssSummary {
	line-height: 1.5;
	margin: 5px 0;
	font-size: 1.4rem;
}
.widget_rss cite {
	font-size: 1.4rem;
	display: block;
	margin: 5px 0;
	color: #777777;
	font-style: normal;
}
.widgets-area .tagcloud a, .widgets-area .tagcloud a:visited {
	background-color: #3d3e3c;
	color: #fbfcee;
	display: inline-block;
	margin: 0 1rem 1rem 0;
	padding: 0.6rem 1.2rem;
	font-size: 1.8rem !important;
}
.widgets-area .tagcloud a:hover {
	background-color: #c9a571;
	color: #ffffff;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar a, #wp-calendar a:visited { 
	color: #c9a571;
}
#wp-calendar a:hover { 
	color: #1f1f1e;
}
#wp-calendar caption { 
	text-align: right; 
	margin-bottom: 1rem; 
}
#wp-calendar thead { 
	font-size: 1.2rem; 
}
#wp-calendar thead th { 
	padding: 1.5rem; 
	border: none;
}
#wp-calendar tbody {
	border: 1px solid #e0e0e0;
}
#wp-calendar td { 
	text-align: center; 
	padding: 0.8rem;
	border: solid 1px #e0e0e0;
}
#wp-calendar tr {
	border: solid 1px #e0e0e0;
}
#wp-calendar tbody .pad { 
	background: none;
}
#wp-calendar tfoot #next { 
	text-transform: uppercase; 
	text-align: right; 
}
#wp-calendar tfoot #prev { 
	text-transform: uppercase; 
	text-align: left; 
}

/*******************************************************

Footer Styling

********************************************************/


.footer-wrap {
    background: url(assets/images/footer-bg-new.jpg) no-repeat bottom center;
    background-size: 100%;
}
.footer-widgets {
    border-top: 4px solid #e3e4d6;
    padding-top: 6rem;
    padding-bottom: 6.5rem;
}
.footer-widgets .widget {
    float: left;
    width: 33.33%;
    margin-bottom: 5rem;
    padding-right: 4%;
    box-sizing: border-box;
}
.footer-widgets .widget:nth-child(3n+3) {
    padding-right: 0;
}
.social-icons .small-heading{
    line-height: 1.4;
}
.social-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-widget ul li{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.lead-widget {
    padding-left: 10%;
}
footer .widget {
   
}
footer .widget ul{
    list-style: none;
}
footer .widget ul::after{
    
}
footer .widget ul li {
    display: block;
    margin-bottom: 1.3rem;
    line-height: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.footer-widgets .widget ul.menu {
    margin-bottom: 0;
}
.footer-widgets .widget ul.menu li {
    width: 49.8%;
    display: inline-block;
    margin-bottom: 0.8rem;
}
footer .widget ul li:before {
    display: none;
}
footer .widget ul li a, footer .widget ul li a:visited{
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1f1f1e;
    letter-spacing: 2px;
    font-size: 1.6rem;
}
footer .widget ul li a:hover{
    color: #948163;
}
.footer-form .subcribe-title{
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
}
.footer-form {
    border-bottom: 2px solid #3e3e36;
}
.footer-form form input[type="email"], .footer-form form input[type="text"]{
    border: none;
    background-color: transparent;
    width: 77%;
    float: left;
    outline: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    height: 48px;
    color: #c3c3bc !important;;
    padding-left: 0;
    font-size: 1.8rem;
}
.footer-form form ul li {
    width: 100%;
    margin: 0;
    display: block;
}
.footer-form form input[type="text"]::placeholder, .footer-form form input[type="email"]::placeholder {
    color: #c3c3bc;
    text-transform:  capitalize;
}
.footer-form form input[type="submit"]{
    float: left;
    width: 23%;
	text-align: right;
	padding: 0;
    background-color: transparent;
    color: #1f1f1e;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.footer-form form input[type="submit"]:hover, .leadgen-cta .footer-form form input[type="submit"]:hover {
	color: #c3c3bc;
}
.trust-logos{
    margin-top: 3.5rem;
}
.trust-logos span{
    width: 12%;
    margin-right: 5%;
    float: left;
}
.trust-logos span:last-child{
    margin-right: 0;
}
.footer-bottom{
    background-color: #3d3d3b;
    padding: 1.2rem 5rem;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
}
.footer-bottom ul{
    margin: 0;
    padding: 0;
}
.footer-bottom ul li{
    margin: 0;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #dbddd2;
    padding: 0 1.8rem 0 1.5rem;
    border-right: 1px solid #dbddd2;
    line-height: 1;
    font-size: 1.6rem;
}
.footer-bottom ul li:before {
    display: none
}
.footer-bottom ul li a{
    color: #fbfcee;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.footer-bottom ul li:last-child{
    border-right: none;
}
.footer-bottom ul li a:hover{
    color: #948163;
}
.gform_body ul li:before {
    display: none;
}





/*******************************************************

Blog Posts, Archive Post , Single Post

********************************************************/
.post-read-msg {
    margin-bottom: 4rem;
    padding: 3rem;
    background-color: #F1EFDE;
}
.post-read-msg p{
  margin: 0;
}
.post-share-icons {
    float: right;
    position: relative;
    top: -6px;
}
.reading-time {
	padding-left: 4rem;
  background: url('assets/images/reading-time.png') no-repeat left 3px;
  float: left;
}
.key-message{
  margin-top: 2rem;
  padding-left: 4rem;
  background: url('assets/images/post-key.png') no-repeat left 5px;
}
.key-message p {
  margin: 0;
}
.post-share-icons ul {
    margin: 0 0 -0.5rem 0;
}
.post-newlayout {
    float: left;
    width: 73%;
    max-width: 700px;
}
h5.ctj {
    text-transform: initial;
    font-size: 24px;
    margin-bottom: 2rem;
    color: #948163;
    letter-spacing: 0;
}
.jump-links-sidebar {
      float: left;
    width: 19%;
    margin-right: 2%;
    padding-top: 7rem;
}
.jump-links-sidebar h4 {
	 margin-bottom: 1.5rem;
}
.jump-links-sidebar ul {
    margin: 0;
  	padding-right: 2rem;
}
.jump-links-sidebar ul li {
    margin-bottom: 0;
  	list-style-type: none;
}
.jump-links-sidebar ul li a {
  	border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: inline-block;
}
.jump-links-sidebar ul li:before {
  display: none;
}
.jump-links-sidebar ul a:hover {
	border-bottom: 1px solid #948163;
}
.linked-content {
    padding: 4rem 0 0 0;
}
.mobile-jump-links.jump-links-sidebar {
    padding-top: 0rem;
}



.archive-post {
	margin: 0 0 3rem 0;
}
.single-post-layout {
	margin: 0 0 1rem 0;
}
.post-title, .post-title a, .post-title a:visited {
	color: #3d3e3c;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0 0 2.0rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.6rem;
    font-weight: 400;
}
.archive-post p {
	margin: 0 0 2.5rem 0;
}
.post-image {
	margin: 0 0 4rem 0;
    width: 100%;
}
.archive-post .post-image {
	margin: 0 2.7% 0 0;
	text-align: center;
    width: 30%;
    float:left;
}
.archive-post .post-content {
    float: left;
    width: 67.3%;
    padding-top: 1.6rem;
}
.single-feature-image img {
	float:left;
	margin: 0px 1.5rem 1rem 0px;
}
a.read-more, a.read-more:visited {
	color: #948164;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0 0 2.2rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5rem;
    font-weight: 400;
    background: url(assets/images/arrow-btn.png) no-repeat right center;
    padding-right: 3.5rem;
}

.secondary-nav {
   padding: 2.5rem 4rem 2.5rem 2rem;
   border-bottom: 2px solid #e3e4d6;
}
.secondary-nav .nav-menu ul li a {
   padding-bottom: 0.5rem;
   border-bottom:  2px solid transparent;
}
.secondary-nav .nav-menu ul li a:hover {
   border-bottom:  2px solid #948164;
} 

.page-banner.textured-banner {
    background: url(assets/images/texture-img1.png) repeat #3d3e3c;
}
.search-banner {
    border: 2px solid #fbfcee;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 510px;
    clear: both;
	margin-bottom: 2rem;
}
.search-banner input[type="text"], .search-banner input[type="email"]{
    width: 90%;
    float: left;
    border: none;
    outline: none;
    background-color: #3d3e3c;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    height: 5.8rem;
    color: #c3c3bc;
    padding: 1rem 1rem 1rem 1.5rem;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    font-size: 1.8rem;
	color: #fbfcee;
	margin: 0px;
}
.search-banner input:placeholder {
    color: #c3c3bc;
}
.search-banner input[type="submit"], .search-banner button {
    width: 10%;
    float: right;
    border: none;
    outline: none;
    height: 5.8rem;
    background: #3d3e3c url(assets/images/search-banner-icon.png) no-repeat center center;
    cursor: pointer;
	padding: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}
.page-banner .post-meta {
    color: #fbfcee;
}
.leadgen-cta {
    max-width: 860px;
    padding: 3rem 4rem;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: #3d3e3c;
    margin: 0 auto;
}
.leadgen-left {
    border-right: 1px solid #777771;
    text-align: center;
    float: left;
    width: 50%;
    padding: 3.4rem;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.leadgen-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fbfcee;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0 0 3rem 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.leadgen-cta .social-icons ul li {
    float: none;
}
.leadgen-cta .social-icons ul li a:before {  
    color: #fbfcee;   
    border: 2px solid #fbfcee;
}
.leadgen-cta  .social-icons ul li:hover a::before {
    color: #1f1f1e;
    background-color: #fbfcee;
}
.leadgen-right {
    float: right;
    width: 50%;
    padding: 3.4rem 0 3.4rem 3.4rem;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.leadgen-cta .footer-form form input[type="submit"] {
    color: #fbfcee;
    font-size: 1.5rem;
    vertical-align: middle;
}
.leadgen-cta .footer-form {
    border-bottom: 2px solid #fbfcee;
}
.section-title {
    margin: 7rem 0;
    text-align: center;
}
.related-posts {
    padding-bottom: 7rem;
}

.mktoForm {
    width: 100% !important;
}
#Email {
    margin-top: 0px !important;
    width: 100% !important;
}

.mktoButtonRow {
    float: right;
    width: 25%;
}

.mktoFormRow, .mktoFieldWrap textarea {
   width: 70%;
   float: left;
}
#content-area .mktoForm .mktoGutter {
    height: 0.5rem !important;
}
.leadgen-right .footer-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, footer .footer-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: none !important;
    color: #fbfcee !important;
    text-indent: initial !important;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-right: 0 !important;
    letter-spacing: 2px !important;
    width: 100% !important;
    
}
footer .footer-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #1f1f1e !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: right !important;
    letter-spacing: 2px !important;
}
.mktoForm .mktoOffset {
    position: absolute;
}
.mktoForm .mktoFieldWrap {
    width: 100%;
}
.mktoForm span, .mktoForm label, .mktoForm p {
    margin-left: 0 !important;
}
.leadgen-cta .leadgen-title {
    margin-bottom:  0;
}
.mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
    width: 100% !important;
}
/*******************************************************

Inner Page

********************************************************/


.page-banner {
    text-align: center;
    background-position: center center;
    background-size: cover;
    padding: 10rem 4rem 6rem 4rem;
    position: relative;
    overflow: hidden;
}
.page-banner-overlay {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}
.page-banner-content {
    position: relative;
    z-index: 99;
}






 
.small-wrapper{
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.page-template-template-about .small-wrapper{
    max-width: 1024px;
}
.page-banner .heading {
    color: #ffffff;
	text-shadow: 1px 1px 4px #000;
}
.page-content {
    padding: 7rem 0 5rem 0;
}



/*******************************************************

Ingredients Page

********************************************************/


.mobile-ing-title {
	display: none;
}

.ingredients-page {
	background: url(assets/images/taxture-bg.png) repeat-x;
}
.single-ingredient {
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 5rem 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ingredient-image {
	background-repeat: no-repeat;
	background-position: center center;
	width: 22.2rem;
	height: 22.2rem;
	font-size: 7.2rem;
	color: #fcfced;
	margin: 0 auto 3.5rem auto;
	border-radius: 50%;
}
.single-ingredient:hover .ingredient-detail .ingredient-image {
    width: 15rem;
    height: 15rem;
}

.ingredient-content p {
	font-size: 1.6rem;
	padding: 0 25px;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.ingredient-detail p {
    margin: 0px 0px 1rem 0px;
    padding-top: 1rem;
    border-top: 1px solid #d6d2c6;
}
.single-ingredient:hover .ingredient-detail .ingredient-image span {
    padding-top: 2.5rem;
    font-size: 6rem;
}
.ingredient-image span {
    display: block;
    height: 100%;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-top: 4.5rem;
	text-transform: uppercase;
}
.ingredient-detail {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 0;
	background-color: rgba(243,243,232,1);
	padding: 3rem 2.5rem;
  cursor: initial;
}
.mfp-wrap .ingredient-detail {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0s linear;
	position: initial;
	text-align: center;
	background-color: transparent;
	padding: 3rem 1.5rem
}
.mfp-wrap .detail-button .button {
    background-color: #fbfbf1;
    color: #3d3d3b;
    padding: 1.2rem 3.5rem;
}
.hide-content {
	display: none;
}
.mfp-wrap .hide-content {
	display: block;
}
.mfp-wrap .ingredient-title, .mfp-wrap .ingredient-detail p {
	color: #fcfced;
}
.mfp-wrap .ingredient-detail p {
	font-size: 2rem;
    margin-bottom: 1rem;
}
.mfp-wrap .ingredient-title {
	margin-bottom: 4rem;
    font-size: 4rem;
}
.mfp-wrap .ingredient-detail .detail-button {
	position: initial;
}
.open-popup-link {
	text-transform: uppercase;
	color: #3d3e3c;
	letter-spacing: 2px;
}
.ingredient-detail p  {
	font-size: 1.4rem;
	line-height: 1.4;
}
.ingredient-detail .detail-button {
	/*position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;*/
}
.ingredient-detail .detail-button {
    margin-top: 10px;
    display: inline-block;
}
.detail-button .button {
	background-color: #3d3d3b;
	color: #fbfbf1;
	padding: 1.2rem 3.5rem;
}
.ingredient-title {
	margin-bottom: 1rem;
}
.ingredient-title a {color:#1f1f1e}
.ingredient-title a:hover {color:#948163}
.ingredient-image a {
   color: #ffffff;
}
.mfp-content .ingredient-title a {color:#ffffff}
.single-ingredient:hover .ingredient-detail {
	visibility: visible;
	opacity: 1;
}
.single-ingredient:hover .ingredient-content {
	opacity: 1;
}
.single-ingredient:hover .hide-content {
	display: none;
}
.single-ingredient .show-singletitle {
	display:block;
}
.single-ingredient:hover .show-singletitle {
	display: none;
}
.show-content {
	display:none;
}
.cta, .full-cta {
    margin-bottom: 8rem;
}
.cta-setion {
   background-color: #3d3d3b;
   padding: 2.5rem 0 0 0;
   min-height: 32.5rem;
   position: relative;
}
.page-template-template-ingredients .cta-left {
	float: right;
	padding: 70px 5rem 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.page-template-template-ingredients .cta-right {
	float: left;
	position: absolute;
	left: 0px;
}
.cta-heading {
   font-size: 2.4rem;
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   color: #fbfcee;
   margin-bottom: 4rem;
   line-height: 1.2;
}
.button:hover.cta-button {
	background-color: #fbfbf1;
    color: #3d3d3b;
}
.evergreen-post {
	min-height: 42rem;
}
.evergreen-post .post-title {
    margin-bottom: 2rem;
}
.evergreen-post-full {
	width: 100%;
}
.post-bg {
    background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-color: rgba(0,0,0,0.3);
}

.evergreen-post-full .post-content {
	max-width: 580px;
	width: 90%;
}
.evergreen-posts .home-post:nth-child(1), .evergreen-posts .home-post:nth-child(4), .evergreen-posts .home-post:nth-child(7), .evergreen-posts .home-post:nth-child(10) {
    margin-right: 2%;
}
p.white-text {
	color: #fbfbf1;
	margin-bottom: 2.5rem;
	line-height: 1.4;
	text-shadow: 1px 1px 1px #000;
}
.read-more-btn {
	margin-bottom: 2rem;
}
.read-more-btn a {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: transparent;
	color: #fbfbf1;
	padding: 1.1rem 3.2rem;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	display: inline-block;

}
.read-more-btn a:hover {
	background-color: #000000;
	border: 2px solid #000000;
}



/*******************************************************

About Page

********************************************************/


.mid-wrapper{
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}
.about-content h6{
    margin-bottom: 2.5rem;
    word-spacing: 0px;
}
.about-quality-left{
    float: left;
    width: 48%;
    margin-right: 2%;
    line-height: 0;
}
.about-quality-right {
    float: left;
    width: 50%;
    margin: 4rem 0rem 2rem 0rem;
}
.about-quality-right h4{
    font-size: 4.2rem;
}
.cta-left{
    float: left;
    width: 60%;
    text-align: center;
	padding: 6.5rem 2rem 0 6.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cta-right {
    float: right;
    width: 40%;
    text-align: center;
    position: absolute;
    bottom: -60px;
	right: 0px;
}
.cta-heading {
    font-size: 2.4rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #fbfcee;
    margin-bottom: 4rem;
    line-height: 1.2;
}



/*******************************************************

Contact Page 

********************************************************/


.contact-form-area {
    max-width: 650px;
}
.contactpage-content{
    display: table;
    margin-bottom: 5.5rem;
    width: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.contactpage-left{
    background: url(assets/images/contact-bg.jpg) top center no-repeat;
    background-size: cover;
}
.contactpage-right{
    background: url(assets/images/taxture-bg.png) repeat;
    padding: 6rem 5rem 3rem 5rem;
}
.contactpage-right h2{
    color: #fbfcee;
}
#contact-page-from label {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #fbfcee;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.half-input-field, .name_first {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.name_last {
	width: 49%;
    float: left;
}
.half-input-field:nth-child(2){
    margin-right: 0;
}
.contact-form-area input[type="text"], .contact-form-area input[type="email"] {
	background-color: #3d3e3c;
	color: #fbfcee;
	border: 2px solid #fbfcee;
}
#contact-page-from textarea {
    height: 100px;
    border: 2px solid #fbfcee;
    background-color: #3d3e3c;
    color: #fbfcee;
    padding: 1.3rem 1.5rem;
    resize: none;
}
.contact-page-from-submit, .gform_footer {
    margin: 20px auto 0 auto;
    text-align: center;
}
.contact-form-area input[type="submit"]{
    display: inline-block;
}
.contact-form-area input[type="submit"] {
	color: #3d3e3c;
	background-color: #fbfcee;
	margin: 0 0 3rem 0;
    text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}
.contact-form-area input[type="submit"]:hover {
	background-color: #000;
    color: #ffffff;
}
.contact-info-content{
    text-align: center;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}
.single-contact-info{
    float: left;
    width: 32%;
    margin-right: 1.3%;
}
.single-contact-info:nth-child(3){
    margin-right: 0;
}
.contact-info-content h3{
    margin-bottom: 5rem;
}
.single-ci-heading{
    font-size: 1.3rem;
    color: #9d978c;
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}
.single-ci-text, .single-ci-text a{
    font-size: 2rem;
    color: #3e3e36;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.single-ci-text a:hover {
	color: #c9a571;
}
.contact-page {
    padding-bottom: 5rem;
}



/*******************************************************

Quality Page

********************************************************/


.quality-benner {
    background-image: url(assets/images/quality-hero.jpg);
    background-position: center center;
    background-size: cover;
}
.cta-setion.full-cta {
    padding-top: 9rem;
    text-align: center;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    margin-bottom: 8rem;
}
.full-cta .cta-heading {
    font-size: 3rem;
}



/*******************************************************

FAQ Page

********************************************************/


.faq-banner {
    background: url(assets/images/taxture-bg.jpg) repeat-x;
}
.faq-content-area{
    padding-top: 7rem;
    border-bottom: 2px solid #e3e4d6;
}
.faq-content-area:last-child {
    border-bottom: 0px;
}
.faq-heading {
    float:  left;
    width:  33%;
    padding: 3rem 2% 3rem 3rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.faq-content {
    float: left;
    width:  69%;
    max-width: 700px;
}
#accordion {
    margin: 0 0 0 0;
}
#accordion .accordian-text {
    padding: 0 0 0 0;
}
#accordion li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
}
#accordion li:before {
    content: "";
    display: inline-block;
    background: url(assets/images/plus-icon.png) no-repeat left 3px;
    width: 14px;
    height: 22px;
    position: absolute;
    left: -2.5rem;
    top: .5rem;
}
#accordion li.current-faq-item:before {
    background: url(assets/images/less-icon.png) no-repeat left 10px;
}
.faqs-title, .faqs-title a, .faqs-title a:visited {
        display: inline-block;
      font-size: 2rem;
}
.faqs-title:hover, .current-faq-item  {
       color: #c9a571;
}
.page-content-area {
    padding-bottom: 4rem;
}
.faq-heading:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 35px;
    position: absolute;
    left: 0px;
}
.cta-margin {
	margin-bottom: 8rem;
}
.margin-less {
	margin: 8rem 0 0 0;
}


.next-post, .previous-post{
  font-size: 1.5rem;
  font-weight: 400;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.np-link {
	margin: 6rem 0;
}
.next-post{
  width: 48%;
  float: left;
  margin-right: 2%;
}
.previous-post{
  width: 50%;
  float: right;
  text-align: right;
}
.next-post a, .previous-post a {
    font-size: 2rem;
}
.mobile-jump-links {
	display: none;
}

.cheat-sheet-img {
	margin-bottom: 4rem;
}
.cheat-sheet-img ul {
	margin: 0;
}
.cheat-sheet-img ul li {
	margin: 0 0 2rem 0;
}
/* .cheat-sheet-img .quote-social.social-icons ul li a:before {
	color: #1f1f1e;
    background-color: transparent;
	border-color: #1f1f1e;

}
.cheat-sheet-img .social-icons ul li:hover a::before {
    color: #ffffff;
    background-color: #1f1f1e;
}

.cheat-sheet-img .social-icons ul li.quote-socials-title {
    color: #1f1f1e;
}
*/

progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: .25em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	color: rgba(161,127,78,1);
      z-index: 99999999;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

.flat::-webkit-progress-value {
  background-color: rgba(161,127,78,1);
}

.flat::-moz-progress-bar {
  background-color: rgba(161,127,78,1);
}


.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: .25em;
  display: block;
}

.progress-bar {
  background-color: rgba(161,127,78,1);
  width: 50%;
  display: block;
  height: inherit;
}

/*******************************************************

Terraflora Template

********************************************************/

.support-sec {
    text-align: center;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 5rem;
}
.support-box {
    padding: 9.8rem 3.3rem;
    border-radius: 50%;
  	background-color:#3d3e3c;
    /*background-image: url(assets/images/icon-bg.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 4px;
    box-sizing: border-box;
	  background-size: 620px;
    position: relative;
    width: 33.3%;
    float: left;
    opacity: 0.9;
  margin-bottom: 4rem;
}
.support-box-inner {
    opacity: 1;
  text-transform: uppercase;
}
.support-box span {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 9999;
    transform: translate(5%, -50%);
}
.support-1 {
    right: -4rem;
    z-index: -1;
  background-image: url(assets/images/texture-teraflora-img.png);
      background-position: left top;
}
.support-2 {
z-index: 99;
    background-image: url(assets/images/texture-teraflora-img.png);
      background-position: center top;

}
.support-3 {
    z-index: 999;
    left: -4rem;
   background-image: url(assets/images/texture-teraflora-img.png);
      background-position: right top;
}
.support-sec:after {
    content: '';
    height: 2px;
    width: 90%;
    background-color: #3D3E3C;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0.1;
}
.tra-headline {
    font-size: 2.4rem;
    text-transform: uppercase;
}

.tra-features {
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 5rem;
}
.tra-features:after {
    content: '';
    height: 2px;
    width: 90%;
    background-color: #3D3E3C;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0.1;
}
.tra-feature {
    width: 49%;
    float: left;
    margin: 0 2% 4rem 0;
   
}
.tra-feature:nth-child(2n+2){
  margin-right: 0px;
}
.tra-feature-icon {
    line-height: 1;
    margin-bottom: 4rem;
}
.tra-feature .tra-headline {
    margin-bottom: 2.5rem;
}
.tra-bottom-sec {
  text-align: center;
}
/*******************************************************

Responsive Design

********************************************************/

@media only screen and (min-width: 1440px) {
    .home-banner {
        background-position: center 175px;
    }
	
	.single-ingredient {
		min-height: 570px;
	}
}

@media only screen and (min-width:1366px) and (max-width:1439px) {
html {
	font-size: 10px;
}
.footer-form form input[type="submit"] {
	padding-top: 15px;
}
.single-ingredient {
		min-height: 520px;
	}
.jump-links-sidebar.desktop-jump-links.fixed .sidebar-fix {
    width: 22.5% !important;
    margin-right: 2%;
}

}

@media only screen and (min-width:1024px) and (max-width:1365px) {

html {
	font-size: 9.5px;
}
.header {
    padding: 3.3rem 3rem;
}
.nav-menu ul li {
    padding: 5px 0 0 0;
    margin: 0 2.3rem 0 0;
}
.icons-menu {
    width: 18rem;
}  
.heading {
    font-size: 5.5rem;
}
.sub-heading, .sub-heading a, .sub-heading a:visited {
    font-size: 4.2rem;
}
.box {
    padding: 4rem 2rem;
}
.full-post {
    min-height: 46.4rem;
}
.feature-full-content {
    width: 80%;
}
.footer-form form input[type="submit"] {
	padding-top: 15px;
}
.home-post .post-content {
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.about-quality-right {
	margin-top: 0px;
}
.about-quality-right h4 {
	margin-bottom: 2rem;
}
.cta-right {
	width: 45%;
}
.cta-left {
	width: 56%;
}
.faq-cta .cta-left, .faq-cta .cta-right {
	width: 50%;
}
.faq-heading {
	font-size: 3rem;
}
.faq-content {
    float: left;
    width: 65%; 
}
.popup-search {
    max-width: 90%;
}
.social-title .small-heading {
    font-size: 1.8rem;
}
.about-quality {
    margin-bottom: 6rem;
}
.cta-setion {
    min-height: 33rem;
}
.evergreen-post {
    min-height: 45rem;
}
.show-content {
	display:block;
}
.ingredient-inner-content {
    display: none;
}
.single-ingredient:hover .ingredient-content {
    opacity: 1;
}
.single-ingredient:hover .ingredient-detail {
    visibility: hidden;
    opacity: 0;
}
.ingredient-image:hover, .single-ingredient:hover {
	cursor: default;
}
.search-banner {
    margin-bottom: 4rem;
}
.cta-setion.full-cta {
    padding-top: 7.5rem;
}
.about-quality-left {
    top: 43px;
    position: relative;
}
.mobile-ing-title {
	display: block;
}
.jump-links-sidebar.desktop-jump-links.fixed .sidebar-fix {
    width: 22.5% !important;
    margin-right: 2%;
}
.support-box {
    padding: 10.4rem 3.3rem;
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
html {
	font-size: 9px;
}
.header {
    padding: 3.3rem 3rem;
    height: auto;
}
.banner-content, .feature-full-content {
	width: 100%;
}
.mobile-clear {
	display: block;
}
.feature-half {
    float: none;
    width: 100%;
}
.home-post {
    float: none;
    width: 100%;
	margin: 0 0 2rem 0;
}
.single-ingredient {
    width: 50%;
}
.cta-heading {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.page-template-template-ingredients .cta, .page-template-template-ingredients .full-cta {
    min-height: 26rem;
}
.page-template-template-ingredients .cta-left {
    padding: 4rem 3rem 0;
}
.footer-widgets .widget {
    width: 50%;
}
.footer-widgets .widget:nth-child(2n+2) {
    padding-right: 0;
}
footer .widget ul li {
    width: 48%;
}
.footer-form form ul li {
    width: 100%;
    margin: 0;
    display: block;
}
.footer-form form input[type="submit"] {
    padding-top: 15px;
}
.leadgen-right .footer-form form input[type="submit"] {
	padding-top: 5px;
}
.lead-widget {
    padding-left: 0;
}
.about-quality-right {
	float: none;
	width: 100%;
	margin: 50px 0;
	text-align: center;
	max-width: 100%;
}
.about-quality-left {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.cta-left, .page-template-template-ingredients .cta-left {
	float: none;
	width: 100%;
}
.cta-right, .page-template-template-ingredients .cta-right {
	float: none;
	width: 100%;
	margin-top: 50px;
	position: initial;
}
 .contactpage-left {
    width: 100%;
    float: none;
    display: block;
    height: 230px;
}
.contactpage-right {
    width: 100%;
    display: block;
    float: none;
    box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}
.single-ci-text {
	font-size: 1.6rem;
}
.faq-heading, .faq-content {
	float: none;
	width: 100%;
	margin: 0;
}
#accordion ul {
	margin-left: 0;
}
.faq-content-area {
	padding-top: 0rem;
	border: none;
}
.faq-heading {
	padding-left: 25px;
    font-size: 25px;
    cursor: pointer;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 2px solid #e3e4d6;
}
.faq-content { 
	display: none;
	padding-top: 10px;
}
.faq-heading:before {
    background: url(assets/images/plus-icon.png) no-repeat left 8px; 
}
.faq-heading.current-custom:before {
    background: url(assets/images/less-icon.png) no-repeat left 15px;
}
.popup-search {
    max-width: 90%;
}
.show-content {
	display:block;
}
.ingredient-inner-content {
    display: none;
}
.single-ingredient:hover .ingredient-content {
    opacity: 1;
}
.single-ingredient:hover .ingredient-detail {
    visibility: hidden;
    opacity: 0;
}
 .next-post, .previous-post{
   	width: 100%;
   float: none;
  }
.ingredient-image:hover, .single-ingredient:hover {
	cursor: default;
}
.search-banner {
    margin-bottom: 4rem;
}
.full-post {
    min-height: 36rem;
}
.evergreen-post {
    min-height: 32rem;
}
.small-heading br, .page-template-template-faq .secondary-nav {
    display: none;
}
.sidebar-active #content-area {
	width: 100%;
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
	padding: 4rem 0 0 0;
}
.mobile-jump-links.jump-links-sidebar {
	width: 100%;
    padding: 0rem 0 5rem 0;
}
.post-newlayout {
    float: none;
    width: 100%;
    margin: 0 auto;

}
.support-box {
    padding: 10.8rem 3.3rem;
	}
}
@media only screen and (min-width:600px) and (max-width:767px) {
html {
	font-size: 8.5px;
}
.header {
    padding: 3.3rem 2rem;
	height: 4rem;
}
.logo {
    padding-top: 0;
}
.arrow {
    background: url(assets/images/arrow-btn.png) no-repeat right 50px center;
}
.single-ingredient:hover .ingredient-detail {
    visibility: hidden;
    opacity: 0;
}
.single-ingredient:hover .ingredient-content {
    opacity:1;
}
.main-menu, ul.icons-list li.search-icon, ul.icons-list li.user-icon, .ingredient-inner-content {
	display: none;
}
.slicknav_menu {
	display: block;
}
.icons-menu {
    float: right;
    width: 15rem;
    text-align: left;
    box-sizing: border-box;
		-webkit-box-sizing: border-box;
    padding-right: 47px;
    position: relative;
    bottom: 13px;
}
.banner-content, .feature-full-content, .page-banner .small-wrapper {
	width: 100%;
}
.heading {
    font-size: 5.0rem;
}
.page-banner {
    padding: 8rem 2rem 4rem 2rem;
}
.feature-half {
    float: none;
    width: 100%;
}
.feature-full-content {
	width: 100%;
}
.home-link {
    float: none;
    width: 100%;
    border-right: 0px solid #d6d2c6;
	border-bottom: 1px solid #d6d2c6;
}
.home-link:nth-child(3) {
	border-bottom: none;
}
.home-post {
    float: none;
    width: 100%;
	margin: 0 0 2rem 0;
}
.full-post {
    min-height: 30rem;
}
.single-ingredient {
    width: 50%;
}
.page-template-template-ingredients .cta-left {
    float: none;
    width: 100%;
    padding: 70px 5rem 0;
    margin-bottom: 7rem;
}
.page-template-template-ingredients .cta-right {
    float: none;
    width: 100%;
    text-align: center;
    position: initial;
}
.leadgen-left {
    border-bottom: 1px solid #777771;
    text-align: center;
    float: none;
    width: 100%;
    padding: 2rem 3rem;
    border-right: 0px;
}
.leadgen-right {
    float: none;
    width: 100%;
    padding: 2rem 3rem;
}
.evergreen-post {
    min-height: 25rem;
}
.footer-widgets .widget {
    float: none;
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 0;
}
footer .widget ul {
	margin-left: 0px;
}
.lead-widget {
	padding-left: 0px;
}
.footer-form form input[type="submit"] {
    padding-top: 20px;
}
.box {
	padding: 5rem 2rem 5rem 2rem;
}
.essentials-box {
    padding: 5rem 0 0 0;
}
.sourced-box {
    padding-top: 0rem;
    min-height: auto;
}
.home-post .post-content {
    left: 20px;
    right: 20px;
    bottom: 30px;
}
.show-content {
	display:block;
}
 .about-quality-right {
	float: none;
	width: 100%;
	margin: 50px 0;
	text-align: center;
	max-width: 100%;
}
.about-quality-left {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.cta-left {

	float: none;
	width: 100%;
}
.cta-right {
	float: none;
	width: 100%;
	margin-top: 50px;
  position: initial;
}

.contactpage-content {
	display: block;
}
.table-cell {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contactpage-left {
	height: 300px;
}
.half-input-field, .name_first, .name_last {
	width: 100%;
	float: none;
	margin-right: 0;
}
input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range{
	width: 100%;
	max-width: 100%;
}
.single-ci-text {
	font-size: 1.3rem;
}
.cta-about .cta-right {
    position: initial;
} 
.faq-cta .cta-right {
	position: initial
}
.faq-heading, .faq-content {
	float: none;
	width: 100%;
	margin: 0;
}
.faq-heading {
	padding-left: 25px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e4d6;
}
.faq-content { 
	display: none;
	padding-top: 10px;
}
.faq-heading.current-custom:before {
    background: url(assets/images/less-icon.png) no-repeat left 16px;
}
.faq-heading:before {
    background: url(assets/images/plus-icon.png) no-repeat left 5px;
}

#accordion ul {
	margin-left: 0px;
}
#accordion ul li{
	border-bottom: 2px solid #e9e9db;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#accordion li.current-faq-item:before {
	background-position: left 15px;
}
#accordion li:before {
	position: initial;

	background-position: left 5px;
	margin-right: 10px;
}
#accordion .accordian-text p{
	padding-bottom: 20px;
	border-bottom: 2px solid #e9e9db;
}
#general-faq {
	margin-left: 0px;
	margin-bottom: 0;
}
.faq-content-area {
    border-bottom: 0px; 
	padding-top: 0rem;
}
.cta-setion.full-cta {
	padding: 5rem;
	min-height: auto;
}
.contactpage-right {
    padding: 6rem 3rem 3rem 3rem;
}
.ingredient-image:hover, .single-ingredient:hover {
	cursor: default;
}
.search-banner {
    margin-bottom: 4rem;
}
.small-heading br, .page-template-template-faq .secondary-nav {
  	display: none;
} 
.sidebar-active #content-area {
	width: 100%;

	float: none;
}
#sidebar {
	width: 100%;
	float: none;
	padding: 4rem 0 0 0;
} 
.support-box {
    padding: 8.8rem 2rem;
    font-size: 2rem;
}
}
@media only screen and (min-width:480px) and (max-width:599px) {
html {
	font-size: 8px;
}
.header {
    padding: 3.3rem 2rem;
	height: 4.5rem;
}
.logo {
    padding-top: 0;
}
.single-ingredient:hover .ingredient-content {
    opacity:1;
}

.single-ingredient:hover .ingredient-detail {
    visibility: hidden;
    opacity: 0;
}
.main-menu, ul.icons-list li.search-icon, ul.icons-list li.user-icon, .ingredient-inner-content {
	display: none;
}
.slicknav_menu {
	display: block;
}
.icons-menu {
    float: right;
    width: 15rem;
    text-align: left;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-right: 47px;
    position: relative;
    bottom: 10px;
}
.page-banner {
    padding: 10rem 2rem 6rem 2rem;
}
.heading {
    font-size: 5.0rem;
}
.banner-content, .feature-full-content, .page-banner .small-wrapper {
	width: 100%;
}
.feature-half {
    float: none;
    width: 100%;
}
.feature-full-content {
	width: 100%;
}
.products-box .feature-half-img {
    float: none;
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
    text-align: center;
}
.products-box .feature-half-content {
    float: none;
    width: 100%;
    text-align: center;
}
.home-link {
    float: none;
    width: 100%;
    border-right: 0px solid #d6d2c6;
	border-bottom: 1px solid #d6d2c6;
}
.home-link:nth-child(3) {
	border-bottom: none;
}
.home-post {
    float: none;
    width: 100%;
	margin: 0 0 2rem 0;
}
.full-post {
    min-height: 35rem;
}
.single-ingredient {
    width: 50%;
}
.page-template-template-ingredients .cta-left {
    float: none;
    width: 100%;
    padding: 7rem 3rem 0;
    margin-bottom: 7rem;
}
.page-template-template-ingredients .cta-right {
    float: none;
    width: 100%;
    text-align: center;
    position: initial;
}
.arrow {
    background: url(assets/images/arrow-btn.png) no-repeat right 45px center;
}
.button:hover.arrow {
	background: url(assets/images/arrow-btn.png) no-repeat right 50px center;
}
.button:hover.cta-button {
    background-color: #fbfbf1;
    color: #3d3d3b;
}
.leadgen-cta {
    padding: 2rem 2rem; 
}
.leadgen-left {
    border-bottom: 1px solid #777771;
    text-align: center;
    float: none;
    width: 100%;
    padding: 2rem 1rem;
    border-right: 0px;
}
.leadgen-right {
    float: none;
    width: 100%;
    padding: 2rem 1rem;
}
.archive-post .post-image {
    margin: 0 0 2rem 0;
    text-align: center;
    width: 100%;
    float: none;
}
  .archive-post .post-image img {
  	width: 100%;
  }
  .archive-post {
    margin: 0 0 6rem 0;
}
.archive-post .post-content {
    float: none;
    width: 100%;
}    
.footer-widgets .widget {
    float: none;
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 0;
}
footer .widget ul {
	margin-left: 0px;
}
.lead-widget {
	padding-left: 0px;
}
.footer-form form input[type="submit"] {
    padding-top: 15px;
}
.box {
	padding: 5rem 2rem;
}
.box.feature-full {
	padding-top: 5rem;
}
.essentials-box, .sourced-box {
    min-height: auto;
	padding-top: 0;
}

.home-post .post-content {
    left: 20px;
    right: 20px;
    bottom: 30px;
}
.show-content {
	display:block;
}
 .about-quality-right {
	float: none;
	width: 100%;
	margin: 50px 0;
	text-align: center;
}
.about-quality-left {
	float: none;
	width: 100%;
	margin-right: 0;

	text-align: center;
}
.cta-left {
	float: none;
	width: 100%;
}
.full-cta .cta-left {
	padding: 6rem 0;
}
.cta-right {
	float: none;
	width: 100%;
	margin-top: 50px;
  position: initial;
}
.cta-about .cta-right {
    position: initial;
} 
.cta-setion {
	padding: 0.5rem 5rem 0 5rem;
}
.cta-setion.full-cta {
	padding: 5rem;
}
.cta-setion.full-cta .cta-heading br {
	display: none;
}
.contactpage-content {
	display: block;
}
.table-cell {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contactpage-left {
	height: 350px;
}
.half-input-field, .name_first, .name_last {
	width: 100%;
	float: none;
	margin-right: 0;
}
input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range{
	width: 100%;
	max-width: 100%;
}
.single-contact-info {
	float: none;
	width: 100%;
	margin: 0 0 5rem 0;
}
.faq-cta .cta-right {
	position: initial
}
.nav-menu ul li {
	padding: 0 0 15px 0; 
}
.faq-heading, .faq-content {
	float: none;
	width: 100%;
	margin: 0;
}
.secondary-nav {
    margin-bottom: 40px;
}
.faq-heading {
	padding-left: 25px;
    font-size: 20px;
    cursor: pointer;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e4d6;
}
.faq-content { 
	display: none;
	
}
.faq-heading:before {
    background: url(assets/images/plus-icon.png) no-repeat left 5px; 
}
.faq-heading.current-custom:before {
    background: url(assets/images/less-icon.png) no-repeat left 13px;
}
#accordion ul {
    margin-left: 0px;
}
#accordion ul li{
	border-bottom: 2px solid #e9e9db;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#accordion li.current-faq-item:before {
	background-position: left 5px;
}
#accordion li {
	padding-left: 20px;
}
#accordion li:before {
	background-position: left 2px;
	left: 0;
}
#accordion .accordian-text p{
	padding-bottom: 20px;
	border-bottom: 2px solid #e9e9db;
}
#general-faq {
	margin-left: 0px;
	margin-bottom: 0;
}
.faq-content-area {
    border-bottom: 0px; 
	padding-top: 0rem;
}
.contactpage-right {
    padding: 6rem 3rem 3rem 3rem;
}
.ingredient-image:hover, .single-ingredient:hover {
	cursor: default;
}
.home-post .post-title, .home-post .post-title a, .home-post .post-title a:visited {
    max-height: 13.5rem;
}
.small-heading br, .page-template-template-faq .secondary-nav {
  	display: none;
}
.sidebar-active #content-area {
	width: 100%;
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
	padding: 4rem 0 0 0;
}
.support-box {
    float: none;
    width: 220px;
    padding: 12rem 3.3rem;
    height: 220px;
    margin: 0 auto;
}
.support-3 {
    z-index: 999;
    left: auto;
    top: -5rem;
}
.support-1 {
    right: auto;
    z-index: -1;
    bottom: -5rem;
}
.support-box span {
    position: absolute;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -4%);
    top: 4%;
}
.tra-feature {
    width: 100%;
    float: none;
    margin: 0 0 4rem 0;
}
}
@media only screen and (max-width:479px) {
html {
	font-size: 7.5px;
}
.logo {
    width: 20rem;
}
.header {
    padding: 3.3rem 2rem;
	height: 4.5rem;
}
.single-ingredient:hover .ingredient-content {
    opacity:1;
}
.single-ingredient:hover .ingredient-detail {
    visibility: hidden;
    opacity: 0;
}
.main-menu, ul.icons-list li.search-icon, ul.icons-list li.user-icon, .ingredient-inner-content {
	display: none;
}
.slicknav_menu {
	display: block;
}
.icons-menu {
    float: right;
    width: 15rem;
    text-align: left;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-right: 47px;
    position: relative;
    bottom: 7px;
}
.heading {
    font-size: 5.0rem;
}
.banner-content, .feature-full-content, .page-banner .small-wrapper {
	width: 100%;
}
.feature-half {
    float: none;
    width: 100%;
}
.feature-full-content {
	width: 100%;
}
.products-box .feature-half-img {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
	margin-bottom: 20px;
}
.products-box .feature-half-content {
    float: none;
    width: 100%;
    text-align: center;
}
.home-link {
    float: none;
    width: 100%;
    border-right: 0px solid #d6d2c6;
	border-bottom: 1px solid #d6d2c6;
}
.home-link:nth-child(3) {
	border-bottom: none;
}
.home-post {
    float: none;
    width: 100%;
	margin: 0 0 2rem 0;
}
.full-post {
    min-height: 35rem;
}
.box {
	padding: 5rem 2rem;
}
.box.feature-full {
	padding-top: 5rem;

}
.essentials-box, .sourced-box {
    min-height: auto;
	padding-top: 0;
}
.home-post .post-content {
    left: 20px;
    right: 20px;
    bottom: 30px;
}
.single-ingredient {
    width: 50%;
}
.ingredient-image {
	width: 16rem;
	height: 16rem;
}
.ingredient-image span {
    padding-top: 2.5rem;
}
.page-template-template-ingredients .cta-left {
    float: none;
    width: 100%;
    padding: 5rem 0 0;
    margin-bottom: 7rem;
}
.page-template-template-ingredients .cta-right {
    float: none;
    width: 100%;
    text-align: center;
    position: initial;
}
.arrow {
    background: url(assets/images/arrow-btn.png) no-repeat right 40px center;
}
.button:hover.arrow {
	background: #000000 url(assets/images/arrow-btn.png) no-repeat right 45px center;
}
.button:hover.cta-button {
    background-color: #fbfbf1;
    color: #3d3d3b;

}
.leadgen-cta {

    padding: 2rem 2rem;
}
.leadgen-left {
    border-bottom: 1px solid #777771;
    text-align: center;
    float: none;
    width: 100%;
    padding: 2rem 1rem;
    border-right: 0px;
}
.leadgen-right {
    float: none;
    width: 100%;
    padding: 2rem 1rem;
}
.archive-post .post-image {
    margin: 0 0 3rem 0;
    text-align: center;
    width: 100%;
    float: none;
}
.wp-caption.alignright {
    margin-left: 0px;
}
.archive-post .post-image img {
  	width: 100%;
  }
  .archive-post {
    margin: 0 0 6rem 0;
}
.archive-post .post-content {
	float: none;
	width: 100%;
}
.footer-widgets .widget {
    float: none;
    width: 100%;
    margin-bottom: 5rem;
    padding-right: 0;
}
footer .widget ul {
	margin-left: 0px;
}
.lead-widget {
	padding-left: 0px;
}
footer .widget ul li {
    width: 48%;
}
.footer-form form ul li {
    width: 100%;
    margin: 0;
    display: block;
}
.footer-form form input[type="submit"] {
    padding-top: 15px;
}
.show-content {
	display:block;
}
.about-quality-right {
	float: none;
	width: 100%;
	margin: 50px 0;
	text-align: center;
}
.about-quality-left {
	float: none;
	width: 100%;
	margin-right: 0;
}
.cta-left, .faq-cta .cta-left, .faq-cta .cta-right {
	float: none;
	width: 100%;
}
.cta-left {
	padding: 7rem 0 0;
}
.full-cta .cta-left {
	padding: 7rem 0;
}
.faq-cta .cta-right {
	position: initial
}
.cta-right {
	float: none;
	width: 100%;
	margin-top: 50px;
  position: initial;
}
.cta-setion {
	padding: 0rem 3rem 0 3rem;
}
.arrow {
    padding: 1.7rem 8rem 1.7rem 4rem;
}
.contactpage-content {
	display: block;
}
.contactpage-left {
	height: 250px;
}
.table-cell {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.half-input-field, .name_first, .name_last {
	width: 100%;
	float: none;
	margin-right: 0;
}
input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range{
	width: 100%;
	max-width: 100%;
}
.single-contact-info {
	float: none;
	width: 100%;
	margin: 0 0 5rem 0;
}
.cta-about .cta-right {
    position: initial;
} 
.faq-heading, .faq-content {
    float: none;
    width: 100%;
    margin: 0;
}
.faq-heading {
	padding-left: 25px;
    font-size: 17px;
    cursor: pointer;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e4d6;
}
.faq-content { 
	display: none;
	padding-top: 10px;
}
.faq-heading:before {
    background: url(assets/images/plus-icon.png) no-repeat left 3px; 
}
.faq-heading.current-custom:before {
    background: url(assets/images/less-icon.png) no-repeat left 10px;
}
.page-banner {
	padding: 9rem 3rem 5rem 3rem;
}
.search-banner {
	margin-bottom: 4rem;
}
.heading {
	font-size: 5rem;
}    
.page-content {
	padding-top: 50px;
}
.search-form {
	width: 100%;
}
.search-form input[type="text"] {
	width: 72%; 
}
.faq-heading, .faq-content {
	float: none;
	width: 100%;
	margin: 0;
}
#general-faq {
	margin-left: 0px;
	margin-bottom: 0;
}
.faq-content-area {
    border-bottom: 0px; 
	padding-top: 0rem;
}
#accordion ul {
    margin-left: 0px;
}
#accordion ul li{
	border-bottom: 2px solid #e9e9db;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#accordion li.current-faq-item:before {
	background-position: left 2px;
}
#accordion li {
	padding-left: 20px;
}
#accordion li:before {
	background-position: left 2px;
	left: 0;
}
#accordion .accordian-text p{
	padding-bottom: 20px;
	border-bottom: 2px solid #e9e9db;
}
#general-faq {
	margin-left: 0px;
}
.full-cta .cta-heading br {
	display: none;
}
.cta-setion.full-cta {
	padding: 5rem 3rem;
}
.contactpage-right {
    padding: 6rem 3rem 3rem 3rem;
}
.ingredient-image:hover, .single-ingredient:hover {
	cursor: default;
}
.home-post .post-title, .home-post .post-title a, .home-post .post-title a:visited {
    max-height: 13.5rem;
}
.evergreen-post {
    min-height: 30rem;
}
.small-heading br, .page-template-template-faq .secondary-nav {
  	display: none;
}
.sidebar-active #content-area {
	width: 100%;
	float: none;
}
#sidebar {
	width: 100%;
	float: none;
	padding: 4rem 0 0 0;
}
.leadgen-right .footer-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, footer .footer-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    margin-top: 14px !important;
}

.support-box {
    float: none;
    width: 170px;
    padding: 9rem 3.3rem;
    height: 170px;
    margin: 0 auto;
}
.support-box span {
    position: absolute;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -4%);
    top: 4%;
}
.support-3 {
    z-index: 999;
    left: auto;
    top: -4rem;
}
.support-1 {
    right: auto;
    z-index: -1;
    bottom: -4rem;
}
.tra-feature {
    width: 100%;
    float: none;
    margin: 0 0 4rem 0;
}
}
@media screen and (min-width: 730px) and (max-width: 740px){
.support-box {
    padding: 11rem 2rem;
}
}
@media screen and (min-width: 667px) and (max-width: 684px){ 
.support-box {
    padding: 10.1rem 2rem;
}
}
@media screen and (max-width: 600px) {
table {
	border: 0;
}
table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
table tr {
	display: block;
	margin-bottom: .625rem;
}
td:nth-child(1) {
	text-align: right;
}
table td {
	display: block;
}
table td::before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
table td:last-child {
	border-bottom: 0;
}
#commentform .input-comments, #commentform input[type=text] {
    width: 100%;
    float: none;
    margin-right: 0;
}
}
@media screen and (min-width: 1369px) {
    footer strong {
    display: block;
}   
}
@media screen and (max-width: 1369px) {
.contact-form-area {
    margin: 0 auto;
}
.single-ingredient:hover .show-singletitle {
	display:block;
}
}
@media screen and (min-width: 1023px) {
    .faq-content {
    display: block !important;
}
  
 
}
@media screen and (max-width: 767px) {
.mobile-ing-title {
	display: block;
}
.next-post, .previous-post {
    width: 100%;
    float: none;
    text-align: center;
}
.next-post {
    margin-bottom: 2rem
}
.jump-links-sidebar, .post-newlayout {
	float: none;
	width: 100% !important;
}
.post-share-icons {
    float: none;
    top: 0;
    text-align: center;
}
.social-icons ul li {
    margin: 0 0 5rem 0;
    float: none;
}
ul.icons-list li.search-icon, ul.icons-list li.user-icon {
    display: inline-block;
}
.icons-menu {
    float: right;
    width: 100%;
    padding-right: 0;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
#mobile-menu {
    clear: both;
}
.popup-search {
    max-width: 100%;
}
}
.about-quality-left img {
	margin-top: 180px;
}
@media only screen and (min-width: 480px) {
/* == INTERMEDIATE: Menu == */
#navigation-wrapper, nav ul a, nav ul {
width:75%;
font-size:82%;
}
nav ul {
width:90%;
}
nav a, .next-post a{
float:left;
margin:0 1%;
padding:5px 1%;
margin-bottom:0;
}
nav li:first-child a{
margin-left:0;
}
nav li:last-child  a{
margin-right:0;
}
/* == INTERMEDIATE: IE Fixes == */
nav ul li{
display:inline;
}

}
nav{
width:100%;
float:left;
background:#e44d26;
margin-bottom:9px;
padding:5px 0px 5px 0px;
}
nav select {
display: none;
}
@media (max-width: 960px) {
nav ul     {
display: none;
}
nav select {
display: inline-block;
}
.about-quality-left img {
    margin-top: 0px !important;
}
}
@media screen and ( max-width: 1023px ) {
  .mobile-ing-title {
	display: block;
        font-size: 2.5rem;
}
.reading-time {
  background-position: left 0px;
  padding: 2px 0 2px 4rem;
}
.mobile-jump-links {
	display: block;
}
.desktop-jump-links {
	display: none;
}
}


.non-fixed-div{
  position: relative !important;
}

/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto) {
  .button.arrow:hover {
  	background-position: right 60px center;
  }
}
/*----MS Edge Browser CSS End----*/

.single-post-layout .footnote_container_prepare {
    padding-top: 2px !important;
}
.single-post-layout .footnote_plugin_tooltip_text {
    color: #c9a571 !important;
    font-size: 2rem;
    position: relative;
    top: 10px !important;
}
.single-post-layout .footnote_tooltip {
    color: #000 !important;
}
.footnote_container_prepare > p > span:first-child {
    font-weight: 700;
    padding-bottom: 2.5rem !important;
    display: block !important;
}
.footnote_plugin_text {
    padding-left: 6rem;
    box-sizing: border-box;
}
.footnote_plugin_link span {
    padding-left: 15px;
    position: relative;
    top: -2px;
}
.footnote_container_prepare > p {
    padding-bottom: 2rem !important;
}