/*
Theme Name: base1
Author: Eric Janofski
Author URI: http://www.ericjanofski.com/
Description: HTML5 client theme
Version: 1.0

  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  font-family: 'Quicksand',Arial,Helvetica,sans-serif;
  font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;
  

*/

/* BASE FONT STYLES
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
label,
select,
textarea,
ul,
li,
ol {
  font-family: 'Quicksand',Arial,Helvetica,sans-serif;
	font-size: 22px;
	line-height: 1.3em;
	color: #000;
}

.entry-content p {
  margin-bottom: 30px;
  font-weight: 600;
}

.center {
  text-align: center;
}

.entry-content ul li {
  margin-left: 20px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content strong {
  color: #ffb700;
}

/* LINKS
------------------------------------------------------------ */
a, a:visited {
	color: #000;
	text-decoration: underline;
}

.desktop a:hover {
	color: #ccc;
}

/* BODY
------------------------------------------------------------ */
body, html {
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* HEADER
------------------------------------------------------------ */

#branding {
	background: #fff;
}

#branding-inner {
	position: relative;
	padding-top: 1px;
}

h1#logo, #logo {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 300px;
}

h1#logo a {
	margin: 0;
}

/* MAIN MENU
------------------------------------------------------------ */

nav#access a.menu-toggle {
	display: none;
}

nav#access, nav#footer-access {
  margin: 70px 0 45px;
  padding: 0;
  text-align: right;
}

nav#access ul {
    display: flex;
    justify-content: flex-end;
}

nav#access ul li, nav#footer-access ul li {
	margin:0;
	padding:0;
	list-style: none;
	position: relative;
}

nav#access ul a, nav#access ul a:visited,
nav#footer-access ul a, nav#footer-access ul a:visited {
  color: #333;
  font-size: 22px;
  padding: 8px 20px 8px;
  text-decoration: none;
  display: inline-block;
  border-right: 2px solid #000;
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}

nav#footer-access ul a, nav#footer-access ul a:visited {
  font-size: 19px;
  padding: 5px 12px 5px;
}

nav#access ul li.current-menu-item a, .desktop nav#access ul a:hover,
nav#footer-access ul li.current-menu-item a, .desktop nav#footer-access ul a:hover {
  text-decoration: underline;
}

nav#access ul#menu-main-menu > li.last a,
nav#footer-access ul li:last-child a {
  border: none;
  padding-right: 0;
}

nav#access li.menu-item-has-children > a:hover {
  cursor: default;
  text-decoration: none;
}

/* sub menu */

nav#access ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	background: #fff;
	opacity: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.25);
	padding: 15px;
	left: 0;
	z-index: 300;
	line-height: 1em;
	width: 340px;
	border-radius: 10px;
}

nav#access ul ul.sub-menu:before {
	position: absolute;
	top: -11px;
	height: 11px;
	display: block !important;
	content: url(images/sub-menu-arrow.png);
	left: 50%;
	margin-left: -11px;
}

nav#access ul ul li {
	line-height: 1em;
	width: 100%;
	position: static;
}

nav#access ul ul li a, nav#access ul ul li a:visited {
	color: #ffb700;
	position: relative;
	line-height: 1em;
	padding: 10px 0;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	border: none !important;
	background: none !important;
	display: block;
	text-align: center;
}

nav#access ul ul li a:hover {
	color: #333;
}

/* HEADERS
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  font-weight: 400;
	font-size: 35px;
	text-align: center;
	margin-bottom: 20px;
}


h2, h2 a {
  font-size: 34px;
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  margin-bottom: 35px;
}

h1.banner .in, h1.banner .in2, h2.banner .in, h2.banner .in2 {
  font-size: 34px;
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  display: inline-block;
  height: 63px;
  line-height: 63px;
  color: #000;
}

h1.banner, h2.banner {
  padding-left: 16px;
  background: url(images/title-banner-left.png) no-repeat left top;
  margin-bottom: 35px;
  display: inline-block;
}

h1.banner .in, h2.banner .in {
  padding-right: 16px;
  background: url(images/title-banner-right.png) no-repeat right top;
}

h1.banner .in2, h2.banner .in2 {
  background: #fff;
  padding: 0 25px;
}

/* CONTENT SECTIONS
------------------------------------------------------------ */

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.black-bg {
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #323232 50%, #000000 100%);
  background: -webkit-linear-gradient(left, #000000 0%,#323232 50%,#000000 100%);
  background: linear-gradient(to right, #000000 0%,#323232 50%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
}

.image_on_black_background {
  text-align: center;
}

.centered_content_banner, .home_recipes_section {
  text-align: center;
}

.single_column_text .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.home .entry-content, .single_narrow_column .entry-content {
  max-width: 750px;
  margin: 0 auto;
}

.blue_bg {
  background: #00a7ce;
}

.orange_bg {
  background: #ff6c0c;
}

.centered_content_banner img {
  margin-bottom: 30px;
}

.cta a, .cta a:visited {
  background: #fff;
  padding: 6px 18px 9px;
  font-size: 28px;
  font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;
  line-height: 1em;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.home .cta {
  margin-top: 20px;
}

.blue_bg .cta a, .blue_bg .cta a:visited {
  color: #00a7ce;
}

.orange_bg .cta a, .orange_bg .cta a:visited {
  color: #ff6c0c;
}

.black-bg, .black-bg p, .black-bg h2, .black-bg li {
  color: #fff;
}

.black-bg li {
  font-weight: 600;  
}

.section.home_recipes_section {
  padding: 70px 0;
}

.home_recipes_section .center-image {
  margin: 50px 0;
}

.testimonials {
  text-align: center;
}

.testimonial-slider {
  padding-bottom: 80px;
}

.follow-us {
  text-align: center;
}

.follow-us a {
  padding: 0 13px;
}

.follow-us img {
  height: 57px;
}

.newsletter_signup {
  text-align: center;
}


.newsletter_signup .container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.newsletter_signup .envelope {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 100;
}

.newsletter_signup .envelope2 {
  left: auto;
  right: 0;
}

.newsletter_signup label {
  display: none;
}

.newsletter_signup, .newsletter_signup .mc-field-group, .newsletter_signup input {
  vertical-align: text-top;
}

.newsletter_signup input.text {
  font-size: 22px;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  width: 300px;
  text-align: center;
}

.newsletter_signup input.button {
  font-size: 34px;
  text-indent: -10000px;
  background: #444 url(images/go.png) no-repeat center center;
  width: 110px;
  height: 50px;
  border: none;
  border-radius: 0 5px 5px 0;
}


/* FORM
------------------------------------------------------------ */

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;
  font-size: 28px;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.1em;
  font-weight: normal;
  text-transform: uppercase;
}

body #page .gform_wrapper .top_label div.ginput_container, #page .gform_wrapper .gform_footer {
  margin-top: 0;
}

body #page .gform_wrapper ul li.gfield {
  margin-top: 25px;
}

#page .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}

#page .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0;
}

#page .gform_wrapper #field_1_6.field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 20px;
}

#field_1_2 {
  margin-bottom: 30px;
}


#page .gform_wrapper input, #page .gform_wrapper input[type=text] {
  padding: 10px 10px;
}

#page .gform_wrapper input, #page .gform_wrapper input[type=text], #page .gform_wrapper select {
  font-size: 22px;
  font-family: 'Quicksand',Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-align: center;
}

#page .gform_wrapper input[type=submit] {
  font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;
  background: #919191;
  padding: 8px 15px;
  border: none;
  letter-spacing: .06em;
  font-size: 24px;
}

#field_1_2, #field_1_3 {
  float: left;
  width: 50%;
  clear: none;
}

#page #mc_embed_signup div.mce_inline_error {
  margin-top: 10px;
  background: none;
  color: #ffb700;
  font-size: 18px;
}

#page .gform_wrapper div.validation_error {
  color: #ffb700;
  border-color: #fff;
  font-size: 18px;
}

#page .gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}

#page .gform_wrapper li.gfield.gfield_error, #page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
}

#page .gform_wrapper .validation_message {
  color: #ffb700;
  margin-top: 5px;
  font-size: 18px;
}

#page .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;  
  font-size: 18px;
}

#mce-responses .response {
  margin-top: 30px;
  color: #ffb700;
}

#mce-responses a {
  display: none;
}

#page .gform_validation_errors>h2 {
    color: #fff;
}

/* FAQS
------------------------------------------------------------ */

#faqs {
  margin-bottom: 60px;
}

.faq-category, .faq-topic {
  margin-bottom: 20px;
}

h2.faq, h3.faq {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  background: #ffb700;
  padding: 10px 50px;
  margin: 0 0 20px;
}

h3.faq {
  color: #000;
  background: #f8db91;
  margin: 0;
}

h3.faq:hover {
  cursor: pointer;
}

#faqs .entry-content {
  background: #fff;
  padding: 20px 50px;
}

#faqs .entry-content {
  display: none;
}

#faqs .entry-content p {
  color: #000;
}

#bottom-content.entry-content {
  text-align: center;
}

#bottom-content.entry-content a, #bottom-content.entry-content a:visited {
  color: #fff;
}

/* PRODUCTS
------------------------------------------------------------ */

.section.no-yes {
  padding-bottom: 0;
}

.no-yes.black-bg li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.no-yes .inner {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.no-yes .no {
  flex: 45% 0;
  padding-left: 20%;
  background: url(images/no.png) no-repeat left top;
  background-size: 32%;
}

.no-yes .no2 {
  flex: 50% 0;
  background: url(images/yes.png) no-repeat right top;
  background-size: 60%;
  padding-right: 24%;
}

.product-grid .product {
  text-align: center;
  margin: 25px 0;
}

.product-grid .product img {
  padding: 0 10px 10px;
}

.product-grid .product a, .product-grid .product a:visited {
  text-decoration: none;
  font-size: 18px;
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  line-height: 1em;
}

.product-description {
  padding-top: 50px;
}

.product-image {
  padding-top: 10px;
  position: relative;
}

.product-image img {
  position: relative;
  z-index: 5;
  width: 65%;
}

.product-image .new-look {
  position: absolute;
  z-index: 4;
  right: -5%;
  top: 23%;
  width: 51%
}

.term-5 .product-image {
  padding-top: 104px;
}

.term-5 .product-image img.the-product-image {
  width: 100%;
}

.term-5 .product-image .new-look {
  top: 10px;
  right: 14%;
}

/* tabs
------------------------------------------------------------ */

.tabs {
  margin-bottom: 15px;
}

.tab {
  width: 32.4%;
  margin-right: 1.4%;
  float: left;
}

.tab:hover {
  cursor: pointer;
}

.tab:last-child {
  margin-right: 0;
}

.tab .inner {
  padding: 14px 12px 10px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: 'Pangolin',Arial,Helvetica,sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-content h2.title {
  display: none;
}

.tab-content .entry-content {
  display: none;
  background: #fff;
  padding: 25px 35px; 
}

.tab-content .entry-content.active {
  display: block;
}

.tab-content .entry-content, .tab-content .entry-content p, .tab-content .entry-content li {

}

/* FOOTER
------------------------------------------------------------ */

#colophon {
	padding: 50px 0;
	background: #ffb700;
}

#footer-logo {
  float: left;
}

nav#footer-access {
  float: right;
  margin: 30px 0 0;
}


/* FIXED HEADER STYLES
------------------------------------------------------------ */

body.fixed-header.admin-bar #branding {
	top: 32px;
}

.fixed-header #branding {
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
}

/* header offset */
.fixed-header #banner {
	margin-top: 128px;
}

/* RESPONSIVE
------------------------------------------------------------ 

xm < 768
sm >= 768
md >= 992
lg >= 1200
xl > 1200

} @media only screen and (min-width: 1200px) { 
} @media only screen and (max-width: 1199px) { 
} @media only screen and (max-width: 991px) { 
} @media only screen and (max-width: 767px) { 

------------------------------------------------------------ */

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

  h1#logo, #logo {
    width: 220px;
  }
  
  nav#access {
    margin: 40px 0 30px;
  }
  
  nav#access ul a, nav#access ul a:visited {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .envelope {
    display: none;
  }

} @media only screen and (max-width: 782px) {

	body.fixed-header.admin-bar #branding {
		top: 46px;
	}

} @media only screen and (max-width: 767px) {
	
	
.term-5 .product-image {
    padding-top: 150px;
  }
  
  h1.banner .in, h1.banner .in2, h2.banner .in, h2.banner .in2 {
    font-size: 25px;
  }
	
} @media only screen and (max-width: 700px) {

  h1#logo, #logo {
    width: 180px;
  }
  
  h2.banner {
    background: none;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
  }
  
  h2.banner .in, h2.banner .in2 {
    background: none;
    padding: 0;
    color: #fff;
    line-height: 1.3em;
    height:  auto;
  }
  
  nav#access {
    margin: 30px 0;
  }

	nav#access a.menu-toggle {
		display: block;
	}

	#menu-main-menu {
		display: none;
	}
	
	#menu-main-menu.open {
		display: block;
		margin-top: 20px;
	}
	
    nav#access ul {
        display: none;
    }

	nav#access ul li {
		float: none;
		clear: both;
		padding: 0;
		display: block;
	}
	
	nav#access ul a, nav#access ul a:visited {
		padding: 10px 0;
		border: none;
	}
	
	nav#access ul ul {
		display: block !important;
		position: static;
		padding: 0;
		background: none;
		width: auto;
		box-shadow: none;
		opacity: 1 !important;
		border-radius: 0;
		margin-bottom: 10px;
	}

	nav#access ul ul li a, nav#access ul ul li a:visited {
		width: auto;
	  padding: 5px 0;
	  font-size: 17px;
	  text-align: right;
	}
	
    .no-yes .inner {
        display: block;
    } 

  .no-yes .no, .no-yes .no2 {
    margin: 0 auto;
    width: auto;
    background-size: contain;
    min-height: 100px;
  }
  
  .no-yes .no {
    padding-left: 180px;
    margin-bottom: 50px;
  }
  
  .no-yes .no2 {
    padding-right: 220px;
  }
	
	#footer-logo, nav#footer-access {
    	clear: both;
    	float: none;
    	text-align: left;
	}
	
} @media only screen and (max-width: 641px) {

  #page div.ginput_complex.ginput_container.gf_name_has_2 span,
  #field_1_2, #field_1_3 {
    width: 100%;
    float: none;
    clear: both;
  }
  
  .tab .inner {
    font-size: 20px;
  }

	
} @media only screen and (max-width: 600px) {

	.fixed-header #page #branding {
		position: static;
	}

	/* header offset */
	.fixed-header #banner {
		margin-top: 0;
	}
	
	h1.banner {
  	  padding-top: 10px;
    padding-bottom: 5px;
	}
	
	h1.banner, h1.banner .in, h1.banner .in2, h2.banner .in, h2.banner .in2 {
    	background: none;
    line-height: 1.3em;
    color: #fff;
    font-size: 33px;
	}

} @media only screen and (max-width: 500px) {
	
  .no-yes .no {
    padding-left: 100px;
    background-size: 72px;
  }
  
  .no-yes .no2 {
    padding-right: 120px;
    background-size: 140px;
  }
  
  .tab {
    display: none;
  }
  
  .tab-content h2.title {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
  }
  
  .tab-content .entry-content {
    margin-bottom: 20px;
    display: block !important;
  }

} @media only screen and (max-width: 450px) {
  .newsletter_signup input.text {
    font-size: 18px;
    padding: 8px;
    width: auto;
  }
  
  .newsletter_signup input.button {
    width: 80px;
    height: 42px;
    background-size: 50px;
  }
}


