/*
Theme Name: SOSCuisine_WP
Author: Dania Sonin
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
 */
 /*
    Notes: If odd things aren't showing up, like titles or very specific elements that have no styling in Wordpress and serve as names or placeholders without options to hide them, check the child elements for"display: none" as with the sidebars and the search widgets. Text widgets also have their h3 tags hidden.
    Container sizing: satic pages + single posts = 1000px, blog front page=1500px;
 */
/***************************
      COLOURS
***************************/
.red{
    color: #CF0000;
}
.pink{
    color: #E08283;
}
.coral{
    color: #E73922;
}
.green{
    color: #588A0F;
}
.light-green{
    color: #A0C963;
}
.tan{
    color: #fff2a6;
}
.light-orange{
    color: #FDA830;
}
.orange{
    color: #F1762B;
}
.white{
	color: #fff;
}
.dark-grey{
	color: #333;
}
.medium-grey{
	color: #666;
}
.text-shadow{
	text-shadow: 1px 1px 2px #333;
}
.light-text{
	font-weight: lighter;
}
.light-blue-diabetes{
    color: #5C8AC8;
}
html,
body {
    background-color: transparent;
    padding: 0;
    font-family: "Open Sans", "Open Sans Pro", arial, helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
    -moz-box-sizing:border-box;   
    -webkit-box-sizing: border-box;
}
a:link {
    color: #588a0f;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #588a0f;
    font-style: italic;
}

/* mouse over link */
a:hover {
    text-decoration: underline;
}
a span.hover-fix:hover{
	color: inherit !important;
}
.nav > li > .item > a:hover {
	text-decoration: none !important;
	color: #fff !important;
	}

/* selected link */
.nav-user .dropdown{
	top: 0;
}
a:active {
    color: #e73922;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.small{
    font-size: 0.8em;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
p{
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
img{
    max-width: 100%;
	overflow: hidden;
	height: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky,
.bypostauthor{
	display:block;
}

.qtrans_language_chooser{
	list-style: none;
	padding: 0;
}
/*#sidebar{

}*/
*{
    box-sizing: border-box;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6{
    font-family: "Open Sans", Tahoma, helvetica, arial, sans-serif;
	line-height: normal;
	font-weight: 500;
}
p{
    /*font-family: Verdana, arial, Helvetica, sans-serif;*/
	line-height: normal;
}
.header{
    width: 1000px;
    margin: 0 auto;   
}
.right{
	float: right;
}
.left{
	float: left;
}
/*.bordered{
    border: 1px solid #d5d5d5;
} for borders! */
#content-wrap{
        background-color: #fff;
	width:1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
#content-wrap h3{
    font-family: 'Open Sans', arial, helvetica, tahoma, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}
p.small{
    margin: 0;
    font-size: 0.7em !important;
    color: #333;
}
/*************************************************
                Blog Header
*************************************************/
#main-wide{
    width: 100%;
    margin: 0 auto;
}
#blogHeader{
	background-image: url("/wp-content/themes/soscuisinewp/images/tomatoes-banner.jpg");
	height: 250px;
	padding:0 24%;
}
.blogNav{
    width:100%;
    z-index: 50;
}
#nav.blogNav{
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent;
	color: #000 !important;
}
.blogNav ul{
	padding: 0 22%;
	margin: 0 auto;
}
.blogNav li{
	margin: 0 auto;
}
#blogLogo{
	color: #efefef;
	font-size: 4em;
}
/*************************************************
                   Static Sidebar!
*************************************************/
#staticSidebar{
    width: 33%;
	margin-top: 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background-color: transparent;
	position: relative;
	top: 10px;
	left: 0;
	
}


/*************************************************
                   Primary Sidebar!
*************************************************/
#sidebar-1{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color: #fff;
}
.primary-sidebar-post-title{
    color: #000;
	font-size: 1em;
	text-align: left;
}
.sidebar1-img{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 100%;
}
.sidebar h3 {
    font-weight: normal !important;
}
.ps1-post-title{
    font-size: 1.5em;
}
.preview-post{
    width: 100%; 
}
#sidebar-1 .post-thumb{
    display: block;
    width:100%;
}
/*************************************************
             Media Menu
*************************************************/
div.green-sidebar,
div.green-sidebar ul li,
div.green-sidebar ul li a,
div.green-sidebar ul li span{
	width: 100% !important;
	display: inherit;
}
div.green-sidebar ul{
	list-style: none;
}
.media-content{
    float: left;
    width: 70%;
}    
.menu-medias-container{
    float: left;
    width: 15%;
    margin-top: 40px;
    display: inline-block;
    width: 25%;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.menu-medias-container ul,
div.green-sidebar ul{
	list-style: none;
    padding: 0;
    font-family: inherit;
}
.menu-medias-container ul li,
div.green-sidebar ul li{
	margin: 10px 0;
	color: white;
	font-size: 1.2em;
	font-family: tahoma;
    display: table;
    min-height: 50px;
    width: 200px;
}
.menu-medias-container ul li a:hover,
div.green-sidebar ul li a:hover{
	background-color: #588a0f;
}
.menu-medias-container ul li:active,
div.green-sidebar ul li a:active{
	background-color: #588a0f;
}
.menu-medias-container ul li a,
div.green-sidebar ul li a{
	color: white !important;
    background-color: #a0c963;
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.menu-medias-container ul li a:hover,
div.green-sidebar ul li a:hover{
	text-decoration: none !important;
	color: white !important;
}
.menu-medias-container ul li.selected,
div.green-sidebar ul li.selected{
	background-color: #588a0f;
}
.menu-medias-container .selected{
	background-color: #588a0f;
}
.menu-couverture-media{
    display: none;
    width: 100%;
}
ul.mediaCoverageLinks{
    padding: 0;
    width: 100%;
}
ul.mediaCoverageLinks li{
   	border-bottom: 2px dashed #ccc;
   	background-color: transparent;
   	color: #333;
}
ul.mediaCoverageLinks li a{
   	background-color: transparent;
   	color: #666 !important;
}
ul.mediaCoverageLinks li a.selected{
   	background-color: transparent;
   	color: #333 !important;
}
/*************************************************
             Default Widgets
*************************************************/
#adTitle{
    font-size: 0.6em;
	font-color: #666;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget{
	padding: 0;
	max-width: 100%;
}
.widget h3{
    /*/*border-top: 2px solid  #588a0f;*/
	border-bottom: 1px solid  #588a0f;
	height: auto;
	color: #588a0f;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 5px !important;
	width: 100%;
	margin-bottom: 10px !important;
}
#newsletter-fix{
    /*/*border-top: 2px solid  #588a0f;*/
	border-bottom: 1px solid  #588a0f;
	height: auto;
	color: #588a0f;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 5px !important;
	width: 100%;
	margin-bottom: 10px !important;
}
div.slide-holder p{
	font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.disclaimer{
    color: #666;
	font-size: 0.7em;
}
.tagCloud{
}
.tagCloud h3{
    margin-bottom: 5px !important;
}
.widget_categories{
    padding: 5%;
	color: initial;
}
.widget_archive{
	}
.widget_archive h3{

}
input,
textarea,
form#searchSiteForm{
	border-radius: 0 !important;
}
input[type="submit"],
button{
	border-radius: 5px !important;
}
input.blogSearch{
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: 'Open Sans', 'fontawesome' !important;
        box-sizing: border-box;
}
#archives-dropdown-3{
    width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	margin-bottom: 25px;

}
.archives-dropdown-3 select {
  background: transparent;
  width: 168px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  color: #000;
}
#text_icl-2{
    height: auto;
}
.widget_search{

}
div#newsletter-responsive p{
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
    font-weight: lighter;
    width: 90%;
    margin: 20px;
    margin-bottom: 0;
}
div#newsletter-responsive p.disclaimer{
	font-weight: initial;
    font-size: 0.8em;
    color: #666;
    margin-top: 0;
    line-height: 1;
}
input.nLSubscriberEmail{
	display: block;
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #ccc;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    border-radius: 3px;
}
input#sidebar-email{
    width: 100%;
    border: none;
    padding: 10px;
    background-color: #588A0F;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
}
input#sidebar-email:hover{
	background-color: #A0C963;
}
/*************************************************
                 Secondary Sidebar!
*************************************************/
#sidebar-2{
	height: auto;
	text-align: left;
	background-color: #fff;
}
#sidebar-secondary img{
   margin: 0 10px 10px 10px;
   max-width: 30%;
   padding: 3px;
   border: 1px solid #d5d5d5;
}
#sidebar-secondary h1{
    font-size: 1.3em;
	color: #000;
	font-weight: 500;
}
.sidebar{
	background-color: transparent;
	height: auto;
	min-width: 30%;
	max-width: 30%;
	display: inline-block;
	vertical-align: top;
	height: auto;
}
.sidebar a{
    color: #333 !important;
    line-height: normal;
}
.sidebar a:hover{
	color: #e73922;
    text-decoration: none;
}
#aboutUs{
    padding: 0 10px;
    color: #666;
    margin: 0 auto 10px auto;
	max-width: 100%;
	text-align: center;
}
#aboutUs img{
    max-width: 70%;
    margin: 15px auto;
}

/*************************************************
                 Content
*************************************************/
#content{
	width: 66.66%;
	height: auto;
	position: relative;
	vertical-align: top;
	text-align: left;
	margin: 0 1.3%;
	background-color: #fff;
	display: inline-block;
    vertical-align:top;
	padding-top: 25px;
	
}
#content h1{
	font-size: 2em;
	line-height: 35px;
  
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: normal;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-weight: normal;
}
.content{
    padding: 20px 50px;
    background-color: #fff;
    position: relative;
    width:55%;
    margin: 0 auto;
    display: inline-block;
    vertical-align:top;
    font-family: "Open Sans", arial, helvetica, sans-serif;
}
.content p{
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
#mainContent{
	width: 60%;
	top: 10px;
}
#content-wrapper{
    font-family: "Open Sans", arial, helvetica, sans-serif;
    background-color: #fff;
    max-width: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#content p{
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
.featured-img{
    margin: 0 auto;
    width: 95%;
}
.featured-img img{
    width: 100%; 
	margin: 0 auto;
	height: 400px;
}
.single-featured{
	max-height: 400px;
	overflow: hidden;
}
.article{
    width: 95%;
	height: auto;
}
.excerpt{
    position: relative;
	top: -45px;
	width: 90%;
	padding: 15px;
	border-top: 5px solid #A0C963;
	margin: 0 auto;
	background-color: white;
}
.excerpt h1 a{
	color: #333;
}
.single-post{
    position: relative;
	top: -100px;
	width: 80%;
	padding: 15px;
	border-top: 10px solid red;
	margin: 0 auto;
	background-color: white;
}
#wrapper-single{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
.post-tags{
	margin: 0;
}
/*************************************************
                 Social Sidebar!
*************************************************/
.sidebar-social{
    max-width: 100%;
    min-width: 100%;
	margin: 0 auto;
	height: auto;
	background: transparent;
	border: 0;
    overflow: auto;
    background-color: #fff;
}
#sidebar-social{
    clear: both;'
}
.jr-insta-slider{
	margin: 0 !important;
	padding: 0 !important;
}
#pinterest{
    max-width: 100%;
	margin: 0 auto;
}
#facebook{
    max-width: 100%;
	margin: 0 auto;
}
.socialContainer{
	float: left;
	width: 32%;
	margin: 0 0.5%;
}
.socialContainer h3{
	border-bottom: 1px solid  #588a0f;
	height: auto;
	color: #588a0f;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 5px !important;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	text-align: left;
}
/*************************************************
                 Footer
*************************************************/
footer{
    clear: both;
}
/* Needs an active class as well....*/
.bar-title{
    /*background-color: #588a0f;*/
	/*border-top: 2px solid #588A0F;*/
	color: #588A0F;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 50px;
	vertical-align: middle;
}
/*.bar-title h1, h2, h3, h4 ,h5 {
    margin: 0 !important;
	padding: 0 !important;
}*/
/*************************************************
                 Searchbar
*************************************************/
#search-3{
	margin: 0 auto!important;
    /*vertical-align: top;*/
   /* background-color: #588A0F;*/
    color: #fff;
    height: 50px;
    position: relative;
    padding: 5px;
    vertical-align: middle;
	margin-bottom: 20px;
}
#search-4{
    color: #fff;
    position: relative;
	margin-bottom: 20px;
	margin-top: 23px !important;
}
#search-4 fieldset{
    margin-top: 0 !important;
	margin-bottom: 50px !important;
	padding: 0 !important;
}
#search-4 form{
    margin-top: 0 !important;
	margin-bottom: 50px !important;
	padding: 0 !important;
}
#search-3 h3{
   display: none; 
}
#search-3 input[type="submit"]{
    display:none;
}
#search-3 input[type="search"]{
    border: 0;
	width: 88%;
	margin: 0 auto;
	padding: 2%;
	border: 1px solid #efefef;
}
#search-4 h3{
   display: none; 
}
#search-4 input[type="submit"]{
	display: none;
}
#search-4 input[type="search"]{
    background-image: url("/wp-content/themes/soscuisinewp/images/loupe.png");
	background-repeat: no-repeat;
	background-position: 99%;
	width: 100%;
	margin: 0 auto;
	padding: 2%;
	border: 1px solid #efefef;
}
#blog-search{
    display: inline;
	margin: 0;
    width: 65%;
}
#search-button{
    border: none;
	background-color: #e73922;
	background-image: url("../img/striped-bg3.png");
	border-radius: 25px;
	margin-left: 20px;
	
}
/*************************************************
                 Single Post
*************************************************/
.single-title{
    text-align: left;
	color: #333;
	margin: 0;
}
#content-single{
    background-color: #fff;
    position: relative;
    width:66.66%;
    margin: 0 1.3%;
    display: inline-block;
    vertical-align:top;
	font-size: 1em;
	float: left;
	padding: 0;
}
.content-single{
    /*float: left;*/
    width: 100%;
    padding: 2%;
    line-height: 1.5;
    font-size: 1.1em;
}
.content-single h1{
	font-family: "Open Sans", arial, verdana, sans-serif;
    font-weight: 500;
	color: #333;
	font-size: 3em;
}
.content-single h2{
    color: #A0C963;
	line-height: normal;
	font-size: 1.8em;
	position: relative;
}
.content-single h3{
	font-size: 1.5em;
	color: #333;
	margin: 5px 0;
} 
.content-single h4, 
.content-single h5, 
.content-single h6{
    color: #666;
}
.content-single p{
    line-height: normal;
	font-size: 1em;
	color: #222;
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
blockquote p:before{
    position: relative;
    font-family: "fontawesome";
    content: "\f10d";
	color: #A0C963;
	left: -10px;
	text-rendering: optimizeLegibility;
}
blockquote{
    font-size: 1.1em;
	color: #bbb;
	font-family: Verdana, arial, sans-serif;
}
blockquote p{
    font-size: 1.1em;
	color: #666 !important;
	font-family: arial, sans-serif;
	font-style: italic; 
}
blockquote p:after{
    position: relative;
    font-family: "fontawesome";
    content: "\f10e";
	color: #A0C963;
	left: 10px;
	text-rendering: optimizeLegibility;
}
.meta li:before{
    display: none;
}
.content-single ul>li{
    list-style: none;
    color: #333;
}
.content-single ul>li:before{
    font-family: "fontawesome";
    content: "\f069";
	color: #66892F;
	position: relative;
	left: -2em;
        margin: -4px;
	bottom: 3px;
	font-size: 0.5em;
	text-rendering: optimizeLegibility;
	
}
.ts-fab-latest li{
    list-style: none;
}
.ts-fab-latest li:before{
    display: none;
}
ol.green-numbers {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol.green-numbers > li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding: 4px 16px; /* Add some spacing around the content */
	list-style: none;
	line-height: 1.7em;
}
ol.green-numbers > li:before {
    content:counter(li)"."; /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    left:-1em;
    top: 2px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:2px;
    color:#A0C963;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
    text-align:center;
}
div.info-well ol > li:before{
	color: #333;
}
li ol,
li ul {
	margin-top: 6px;
}
ol ol li:last-child {
	margin-bottom: 0;
}
.single-sidebar{
    width: 30%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
ul.recipe-category-list{
    list-style: none;
    padding: 0;
}
ul.recipe-category-list li{
    display: inline;
    text-align: center;
}
ul.recipe-category-list li:not(:last-child):after{
    content: " | ";
    font-weight: bold;
    vertical-align: middle;
}
/*************************************************
                 Universals
*************************************************/
.date{
    color: #999;
	font-size: 1em;
}
.the-author{
	color: #999;
	font-size: 1em;
}
.the-author .fa{
	color: #999;
}
.the-author a{
	color: #999;
}
.the-tags{
	color: #999;
}
.meta li{
	display: inline;
	list-style: none;
	margin: 0 auto;
	font-size: 0.8em;
}
ul.inlineList{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.inlineList li{
    float: left;
}
.thirds{
   width: 33%;
   box-sizing: border-box;
}
.quarters{
    width: 25%;
    box-sizing: border-box;
}
#sidebar-secondary date{
    font-size: 0.7em;
}
.separator{
    border-bottom: 1px dashed #d5d5d5;
	margin: 15px auto;
	height: 1px;
	width: 100%;
}
.info{
    color: #588a0f;
}
.shadow {
    -moz-box-shadow:    2px 3px 3px #999;
    -webkit-box-shadow: 2px 3px 3px #999;
    box-shadow:         2px 3px 3px #999;
}
.full-image{
    width: 100%;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}
.full-image img{
	min-width: 100%;
	height: auto;
	max-width: 100%;
}
/*************************************************
                 Comments
*************************************************/
#comment{
    margin: 0 auto;
    display: block;
    width: 100%;
}
#respond{
    
}
.comment-respond{
    margin-top: 50px;
    width: 100%;
}
#reply-title{
    color: #588a0f;
    margin: 0;
    border-bottom: 1px solid #588A0F;
}
.comment-reply-title{
    color: #A0C963;
}
.reply-button{
	/*overflow: hidden;*/
	width: 100%;
}
.reply-button p{
	margin: 0;
}
.comment-reply-link{
	font-size: 0.8em;
	margin: 5px 0 0 0;
}
.comment-text p{
	margin-bottom: 5px;
}
/*
.comment-reply-link{
	background-color: #588A0F;
	padding: 10px;
	border-radius: 3px;
	color: white !important;
	float: right;
	margin-right: 40px;
}
.comment-reply-link:hover{
	background-color: #A0C963;
    color: #fff;
    padding: 10px;
    border: 0;
    box-shadow: 1px 1px 2px #ccc;
    border-radius: 3px;
}
.comment-reply-link:active{
    background-color: #588a0f;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border: 0;
    box-shadow: inset 2px 2px 3px #333;
    border-radius: 3px;
}*/
form{
}
#response-title{
	color: #588a0f;
    margin: 0;
    border-bottom: 1px solid #588A0F;
}
#comment-form{
    border: 1px solid #588a0f;
    overflow: hidden;
}
.depth-2{
	margin-left: 15px;
	position: relative;
}
.depth-3{
	margin-left: 30px;
	position: relative;
}
.depth-4{
	margin-left: 45px;
	position: relative;
}
.odd{

}
.even{
	
}
.comment-text{
	width: 90%;
	margin: 0 auto;
	clear: both;
	padding-top: 5px;
}
.comment-form{
    
}
.avatar-holder{
	float: left;
	margin-right: 15px;
}
.logged-in-as{
    font-size: 0.7em !important;
    color: #666;
    margin: 0;
}
.commentlist-holder {

}
.commentlist{
	margin-top: 30px;
}
.commentlist-item{
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 5px;
}
.comment-form-comment{
    color: #333;
    width: 100%;
    margin: 0 auto;
}
.form-allowed-tags{
    display: none;
}
#form-allowed-tags{

}
#submit{
    background-color: #588a0f;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 3px;
}
#submit:hover{
	background-color: #A0C963;
    color: #fff;
    padding: 10px;
    border: 0;
    box-shadow: 1px 1px 2px #ccc;
    border-radius: 3px;
}
#submit:active{
    background-color: #588a0f;
    color: #fff;
    padding: 10px;
    border: 0;
    box-shadow: inset 2px 2px 3px #333;
    border-radius: 3px;
}
form label[for="comment"]{
   display:none;
}
/*************************************************
                 Navigation
*************************************************/
.next{
    display: inline;
	float:left;
}
.prev{
    display: inline;
	float:right;
}
.clickForMore{
	font-size: 1.5em;
	color: #E7422C !important;
}
/*************************************************
                 Recent Posts Widget
*************************************************/
.rpwe-block a{
	color: #6e6e6e;
}
.rpwe-block h3{
    line-height: 140%;
}
.rpwe-title{
	font-size: 1em;
	border: 0 !important;
	padding: 0;
	margin: 10px auto;
	padding-top: 10px;	
}
.rpwe-thumb{
    vertical-align: text-top;

}
.rpwe-time{
    clear: both;
	display: block;
}
.rpwe-li{
    text-align: center;
}

/***********************************************
                    Page Numbers                   
***********************************************/
.page-numbers{
    text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
.page-numbers a{
    padding: 1% 2%;
    border: 1px solid #a0c963;
    font-weight: bold;
    margin: 0 5px;
    text-align: center;
    line-height: 2.5em;
}
.page-numbers a:hover{
    background-color: #a0c963;
    border: 1px solid #a0c963;
	color: #fff !important;
	text-decoration: none !important;
}
.navigation{
    overflow: hidden;
    width: 95%;
    margin: 50px auto;
    font-size: 1.5em;
    clear: both;
}
.navigation a{
    color: #588a0f !important;
}
.navigation a:hover{
    color: #e73922 !important;
}
.sb_instagram_header {
    display:none;
}
.single-featured img{
    max-width: 100% !important;
	min-width: 100% !important;
	overflow: hidden;
	height: 350px;
	margin-bottom: 20px;
}
.single-featured img{
    max-width: 100% !important;
	min-width: 100% !important;
	overflow: hidden;
	height: auto;
}
#fab-tab-title{
    border-bottom: 1px solid #588a0f;
    height: auto;
    color: #588a0f;
    font-size: 1.4em;
  
    position: relative;
    padding-bottom: 5px !important;
    width: 100%;
    margin-bottom: 10px !important;
}
#yuzo-title{
    border-bottom: 1px solid #588a0f;
    height: auto;
    color: #588a0f;
    font-size: 1.4em;
  
    position: relative;
    padding-bottom: 5px !important;
    width: 100%;
    margin-bottom: 10px !important;
}
/**********************************************
                   Archives
**********************************************/
.archive-item{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    max-width: 100%;
}
.author-line{
    width: 100%;
}
#archive-line a:link{
    color: #999;
}
#archive-line a:visited{
    color: #999;
}
.archive-excerpt{
    max-width: 65%;
	overflow: hidden;
}
.archive-img{
    margin-top: 10px;
	margin-right: 20px;
    max-width: 30%;
    max-height: 200px;
    overflow: hidden;
	margin-bottom: 10px;
}
.archive-img img{
    overflow:hidden;
}
#nickname{
  font-weight: 600;
  color: #777;
  margin-top: 0;
}
.archive-excerpt .single-title{
    margin-bottom: 0;
}
.archive-excerpt h1 a {
  margin: 0;
  font-size: 0.8em;
  color: #333;
  padding: 0;
  display: block;
  line-height: 1;
  }
.archive-excerpt.left p {
    font-size: 1em;
    line-height: 1.2;
    display: block;
}
#archive-line{
    margin: 15px auto;
    color: #999;
    font-size: 1em;
	display: block;
}
#author-page-title{
    color: #A0C963;
  
    line-height: normal;
	font-size: 1.8em;
}
#archive-page-title{
    color: #333;
    line-height: normal;
    font-size: 2em;
}
.fb-comments-title{
    border-bottom: 1px solid  #588a0f;
	height: auto;
	color: #588a0f !important;
	font-size: 1.4em;
	position: relative;
	padding-bottom: 5px !important;
	width: 100%;
	margin-bottom: 10px !important;
	overflow: hidden;
}
.facbook{
	min-width: 100%;
	margin: 0 auto;
}
#date{
	content: "\f017";
	text-rendering: optimizeLegibility;
}
#author{}
#comments-icon{}
/************************************************
                   Weird Fixes 
			NON-ESSENTIAL FOR
			       MIGRATION
************************************************/

/*To center the FB widget*/
.fb_iframe_widget{
    display: block !important;
	margin: 0 auto;
    width: 90%;
}
/*Fancier author box picks up an extra link when posts have more than one page. Very odd. */
li.ts-fab-bio-link :first-child:not(:only-child) {
  display: none;
}
#responsiveSidebarContainer{
	overflow: hidden;
	max-width: 100%;
	min-width: 100%;
}
#content .yuzo_related_post{
    display: none;
}
/*Restore Auto height function to accordion*/
.auto-height{
    height: auto !important;
    font-family: "Open Sans", arial, helvetica, sans-serif;
}
div.auto-height p{
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
div.container-fluid p{
	font-family: "Open Sans", arial, helvetica, sans-serif;
}
#accordion h3{
    border-bottom: 1px dashed #ccc !important; 
    margin-bottom: 0 !important;
}
/***********************************************
                  Author Page
************************************************/
#author-name{
    margin: 0;
    padding: 0;
    font-size: 3em;
    color: #333;
}
#author-image{
    float: left;
	max-width: 30%;
}
#author-image img{
}
#author-description{
}
#author-posts{
    clear: both;
}
#author-page-biobox{
	margin: 0 0 40px 25px;
	width: 60%;
	float: left;
}
.author-list li:before {
    content: "\f007";
    font-family: "fontawesome";
    padding: 2px;
    margin-right: 5px;
	text-rendering: optimizeLegibility;
}
.author-list li {
    list-style: none;
    text-align: left;
    font-size: 1.2em;
}
/***************************************************
                    Tables
***************************************************/
.content-single th, 
.content-single td{
    border-collapse: collapse;
	border: 1px solid #ccc;
	padding: 10px;
}
.content-single table{
    color: #333;
    max-width: 95%;
	min-width: 80%;
	margin: 0 auto;
	text-align: left;
}
.content-single thead{
    background-color:  #efefef;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
.content-single th{
    text-align: center;
}
.content-single tr{}
.cotnent-single td{
   vertical-align: middle;
}
.content-single .alt-row{
    background-color: rgb(226, 236, 209);
}
.item{
	font-family: Tahoma, verdana, arial, sans-serif;
}
.commentForm{
    width: 200px;
    position: relative;
    display: block;
    float: left;
}
.wpml-dialog .wpml-dialog-content{
    padding: 0 !important;
}
/**********************************
Theme: SOSCuisine
Title: Page (p1) Wordpress Styles
Author: Dania Sonin
**********************************/
.bg-card{
    box-sizing: border-box; 
    display: inline-block;
    padding: 30px; 
    border-radius: 2em
}
section.image-card{
	float: left; 
	margin: 10px 10px; 
	text-align: center; 
	color: black;
}
section.image-card-half{
	float: left; 
	margin: 10px 10px; 
	text-align: center; 
}
section.image-card h2{
     font-weight: bolder !important;
}
section.image-card-half h2,
section.image-card-half h3,
section.image-card-half h4,
section.image-card-half h5,
section.image-card-half h6{
     font-weight: bolder !important;
}
.white-header{
    color: #fff;
    font-size: 1.5em;
}
h1.oldHeaderRed{
	color: #e73922; 
	font-weight: bold; 
	font-size: 1.8em;
}
section p{
    padding: 5px;
    font-size: 1.1em;
    line-height: 1.4em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
div.full-width{
    width: 100%;
    height: 700px;
    overflow: hidden;
}
img.banner-image{
    width: 100%;
}
.shadow{
     -moz-box-shadow: 2px 2px 4px #999;
     -webkit-box-shadow: 2px 2px 4px #999;
     box-shadow: 2px 2px 4px #999;
}
.green-button{
    padding: 20px;
    background-color: #54880b;
    border: none;
    border-radius: 3px;
    color: #fff;
}
.green-button-small{
    padding: 10px 5px !important;
    font-weight: normal !important;
    border-radius: 3px !important;
}
p.button-paragraph{
	margin: 0 !important;
	padding: 0;
	font-size: inherit !important;
}
a:link.orange-button-small,
input.orange-button-small,
button.orange-button-small,
a:link.green-button-small,
input.green-button-small,
button.green-button-small,
a:link.green-button-alt-small,
button.green-button-small,
input.green-button-alt-small,
a:link.hockey-button-small,
button.hockey-button-small,
input.hockey-button-small{
	padding: 10px 5px;
    font-size: inherit !important;
    line-height: normal !important;
    margin: 10px 0;
}
a:link.orange-button,
input.orange-button,
button.orange-button,
a:link.green-button,
input.green-button,
button.green-button,
a:link.green-button-alt,
button.green-button,
input.green-button-alt,
a:link.hockey-button,
button.hockey-button,
input.hockey-button{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    color: white;
    display: inline-block;
    line-height: 1.5em;
}
.green-button:hover{
    background-color: #A0C963;
}
a:hover.green-button{
    text-decoration: none !important;
}
a:visited.green-button{
    color: white !important;
}
.orange-button{
    padding: 20px;
    background-color: #FDA830;
    border: none;
    border-radius: 3px;
    color: #efefef;
}
.orange-button:hover{
    background-color: #FFB956; 
}
a:hover.orange-button{
    text-decoration: none !important;
}
a:visited.orange-button{
    color: white !important;
}
.green-button-alt{
    padding: 20px;
    background-color: #303C74;
    border: none;
    border-radius: 3px;
    color: #efefef;
}
.green-button-alt:hover{
    background-color: #7B84AE;
}
a:hover.green-button-alt{
    text-decoration: none !important;
}
a:visited.green-button-alt{
    color: white !important;
}
.hockey-button{
    padding: 20px;
    background-color: #1b1d54;
    border: none;
    border-radius: 3px;
    color: #efefef;
}
.hockey-button:hover{
    background-color: #f7ca18;
}
a:hover.hockey-button{
    text-decoration: none !important;
}
a:visited.hockey-button{
    color: white !important;
}
input.hockey-button{
    padding: 20px!important;
    background-color: #1b1d54 !important;
    border: none !important;
    border-radius: 5px !important;
    color: #efefef !important;
    text-decoration: none !important;
}
input.hockey-button:hover{
    background-color: #f7ca18 !important;
}
li.tab-list-mobile-item{
        display: none;
}
div.alt-icon-box.tab-box{
    max-width: 1000px;
    margin-top: 0 !important;
    background-color: #fff;
    min-height: 570px;
}
section.splashTabSection{
    min-height: 500px;
    padding-top: 0;
    padding-bottom: 0;
}
div.p1-choose-section-img{
    max-height: 300px;
    min-height: 175px;
    overflow: hidden;
}
div.icon-box.p1-row-tile{
    border-color: #f1f1f1;
    min-height:375px;
}
.extra-large-font{
    font-size: 1.5em;
}
div.testimonial-text-box{
    padding: 50px;
}
div.p1-tiles-mobile{
    display: none;
}
a.green-button{
    margin-bottom: 15px;
}
/**************************************
               Styling Classes
**************************************/
/*Headers*/
.oldHeaders{
    font-size: 2.8em !important;
    font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif !important;
    font-weight: normal!important;
    color: black !important;
}
.borderBottom{
    border-bottom: 1px dashed #A0C963;
    margin-bottom: 15px;
}
hr.borderBottom{
    width: 90%;
}
div.sosHR,
hr.sosHR{
    border: 0;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    height: 1px;
}
div.sosHR{
    float: left;
    margin: 20px auto;
}
.gridContainer{
    display: table;
    table-layout: fixed;
    min-width: 100%;
}
.cell{
    text-align: center;
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    min-width: 49%;
    float: left;
    margin: 10px auto;
    padding: 5px;
}
#staticPage{
    position: relative;
    top: -20px;
    width: 100%;
    z-index: -10;
}
.staticSection{
    width: 100%;
    padding: 20px;
    overflow: auto;
}
.staticSection img{
    padding: 0;
    border-radius: 0.5em;
}
.bottomButton{
    position: absolute;
    bottom: 20px;
}
#content-splash{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    top: 0;
    width: 100%;
}
#content-splash p, 
#content-splash section p{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#content-splash section{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
h1#splashHeader{
	font-weight: 900;
	font-size:5em;
	margin-top: 150px;
}
div.middle-align h1#splashHeader{
	margin: 0;
}
h1#bookHeader{
	color: white;
	width:50%;
	font-size: 3em;
	font-weight: 900;
	text-shadow: 1px 2px 3px black;
}
h2.sectionHeader{
	font-size: 3em;
	text-align: center;
}
h2.menuCategory{
    /*padding: 15px 0 15px 0 10px;
    border-bottom-width: 5px;
    border-bottom-style: solid;*/
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666;
    text-align: center;
    font-size: 2em;
    border-top: 2px groove #ccc;
    padding-top: 15px;
}
h3.bigSubTitle{
	text-align: center;
	font-size: 1.5em;
	min-height: 70px;
	padding-top: 10px;
}
h3.bigSubTitle.threeCols{
	min-height: 0;
	height: auto;
}
h3.menuName{
	display: table;
	position: absolute;
	text-align: center;
	left: 10%;
	width: 80%;
	padding: 5px;
	text-transform: uppercase;
	top: -13%;
	border: 1px solid #d5d5d5;
	background-color: white;
	height: 60px;
	/*width: 100%;*/
	/*font-size:1.2em;*/
	/*margin: 0;*/
}
/*CSS tricks for a fancy line next to the titles */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px groove #999;
  border-top: 2px groove #999;
  top: 5px;
  width: 223%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
/* end */
h3.menuName>a{
	color: #333;
	display: table-cell;
	vertical-align: middle;
}
h3.menuName>a:link{
    font-weight: bold;
}
h3.menuName>a:visited{
	color: #333;
}
h3.menuName>a:hover{
	color: #588a0f;
    text-decoration: none !important;
    font-weight: bolder;
}
h3.menuName>a:active{
    color: #588a0f;
}
p.menuDescription>a{
	color: #333;
	/*display: table-cell;*/
	vertical-align: middle;
}
p.menuDescription>a:link{

}
p.menuDescription>a:visited{
	color: #333;
}
p.menuDescription>a:hover{
	color: #588a0f;
    text-decoration: none !important;
}
p.menuDescription>a:active{
    color: #588a0f;
}
div.title-holder{
	display: table;
	width: 100%;
}
h3.howItWorksTitles{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
div.premiumMenuCards{
	padding: 20px;
	height: 450px;
	border: 1px solid #333;
	box-shadow: 0 3px 6px 0 #ccc;
}
div.fullWidthBG{
	background-size: cover;
	background-repeat: no-repeat;
        background-position: top;
}
div.video-box-carb-loading,
div.video-box-carb-loading div.middle-aligner,
div.video-box-carb-loading div.middle-align{
	height: 500px;
}
.greenHeader{
    color: #A0C963;
	line-height: normal;
	font-size: 1.8em;
	position: relative;
}
.centerContainer{
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
}
.card-box{
    display: table;
    table-layout: fixed;
    background-color: #fff;
    border-radius: 2em;
}
ul.menuTOC{
	display: block;
	margin: 20px auto;
	padding-left:20%;
	overflow: hidden;
	position: relative;
}
ul.menuTOC li{
	float: left;
	width: 50%;
	font-weight: bold;
	font-size: 1.2em;
        padding-left: 10px;
}
h3.expand{
	cursor: pointer;
}
h3.expand:hover{
	text-decoration: underline;
}
div.info-well{
	display: none;
}
div.mealPlan{
	margin-bottom: 50px;
	position: relative;
	background-color: white;
	box-shadow: 0 5px 10px 0 #ccc;
	-webkit-transition: box-shadow 0.3s ease-in-out 0.3s;
	-moz-transition: box-shadow 0.3s ease-in-out 0.3s;
	-o-transition: box-shadow 0.3s ease-in-out 0.3s;
	-ms-transition: box-shadow 0.3s ease-in-out 0.3s;
	-webkit-transition: top 0.3s ease-in-out 0.3s;
	-moz-transition: top 0.3s ease-in-out 0.3s;
	-o-transition: top 0.3s ease-in-out 0.3s;
	-ms-transition: top 0.3s ease-in-out 0.3s;
	transition: box-shadow 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
}
div.mealPlan.specialised-menu-tile{
	margin-top: 45px;
}
h3.menuName.specialised-menu-name{
	top: -13%;
}
div.mealPlan:hover,
section.pro-card:hover{
	box-shadow: 0 10px 10px 0 #ccc;
	top: -5px;
}
img.menuImage{
	width: 100%;
	background-color: white;
	padding: 5px;
}
div.middleAligner{
	display: table;
	width: 100%;
	/*nested elements should have display: table cell; vetical-align: middle;*/
}
div.menuTitleBox{
	height: 100px;
	background-color: #fff;
}
p.menuDescription{
	display: table-cell;
	vertical-align: middle;
    text-align: center;
    line-height: normal;
    color: #333;
    margin-bottom: 40px;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}
.image-card{
    display: table-cell;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    width: 30%;
    margin: 2%;
    border-radius: 1em;
}
.center-text{
	text-align: center;
}
.left-text{
	text-align: left;
}
.right-text{
	text-align: right;
}
.justify-text{
	text-align: justify;
}
#content .splashBigText,
p.splashBigText,
.splashBigText{
	font-size: 1.3em;
}
.bigger{
    font-size: 1.5em;
    padding: 15px;
    font-weight: bolder;
}
.blurb{
    float: left;
    max-width: 50%;
    padding: 20px;
    color: #588a0f;
    border-radius: 1em;
    border: 1px dotted #588a0f;
    background-color: #EAF3DD;
    font-family: 'Open Sans';
    margin: 10px;
}
.blurb h3{
    font-weight: bold;
    color: #588a0f;
    text-transform: uppercase;
}
.g-icon{
    position: relative;
    color: #5F8F1B;
    font-size: 7em !important;
}
.lgIcon{
    position: relative;
    font-size: 7em !important;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}
.orange-icon{
    position: relative;
    color: #FDA830;
    font-size: 7em !important;
}
.splashTableHalf{
    margin: 0 auto;
    width: 100%;
    border: none;
    border-collapse: collapse;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 15px;
}
table.splashTableHalf td{
    width: 30%;
    padding: 5px;
    white-space: nowrap;
}
table.splashTableHalf td.alt{
    width: auto !important;
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;
}
.tableTitle{
    font-weight: bold;
    color: black;
    font-size: 1.5em;
    margin: 0;
}
.legacy-h1{
    font-size: 2.8em !important; 
    font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif !important; 
    font-weight: normal !important; 
    color: black;
}
.legacy-header-font{
    font-family: 'banda-regular-normal', 'Trebuchet MS', Trebuchet, sans-serif !important; 
}
h3.partners{
    font-weight: bold;
    font-family: "Open Sans";
    margin-top: 0;
}
img.partner-img{
    width: 125px;
    height: 153px;
    padding: 15px;
    background-color: #f1f1f1;
}
div.row.contributors>div{
	height: 300px;
}
div.row.partner-logos>div{
	height: 120px;
}
.bigRed{
    color: #e33e28; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.bigWhite{
    color: #fff; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.bigBlue{
    color: #f7ca18; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.bigGrey{
    color: #333; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.middle-aligner{
    display:table;
    width: 100%;
}
.middle-align{
    display: table-cell;
    vertical-align: middle;
}
.bigLightGrey{
    color: #efefef; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.bigGreen{
    color: #588a0f; 
    font-size: 4em; 
    margin: 40px auto; 
    text-align: center;
}
.initialText{
	font-size: 1em !important;
}
.small9{
    font-size: 0.9em !important;
}
.small8{
	font-size: 0.8em !important;
}
.smallGrey{
    color: #3c3c3c; 
    font-size: 1.8em; 
    margin: 0px auto; 
    text-align: center;
}
.clearfixSplash{
    overflow: auto;
}
/*Accordion Styles*/
#accordion h3,
#accordion h3 div{
    border: none !important;
    background-color: transparent !important;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
    background-color: #fff;
    border: none !important;  
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
    background: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: none !important;
}
.ui-state-active{
    background: none !important;
}
.ui-widget-content{
    border: none !important;
}
.ui-state-hover{
    background: none !important;
}
.ui-state-focus{
    background: none !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background-color: #fff;
}
.card-box{
    display: table;
    table-layout: fixed;
    background-color: #fff;
    border-radius: 2em;
}
.image-card{
    display: table-cell;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    width: 30%;
    margin: 2%;
    border-radius: 1em;
    vertical-align: top;
}
.image-card-half{
    display: table-cell;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    width: 48%;
    margin: 2%;
}
.bigger{
    font-size: 1.5em;
    padding: 15px;
    font-weight: bolder;
}
.g-icon{
    position: relative;
    color: #5F8F1B;
    font-size: 7em !important;
}
.r-icon{
    position: relative;
    color: #e73922;
    font-size: 7em !important;
}
.b-icon{
    position: relative;
    color: #000;
    font-size: 7em !important;
}
.w-icon{
    position: relative;
    color: #efefef;
    font-size: 7em !important;
}
.splashTableHalf{
    margin: 0 auto;
    width: 100%;
    border: none;
    border-collapse: collapse;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 15px;
}
table.splashTableHalf td{
    width: 30%;
    padding: 5px;
    white-space: nowrap;
}
table.splashTableHalf td.alt{
    width: auto !important;
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;
}
.tableTitle{
    font-weight: bold;
    color: black;
    font-size: 1.5em;
    margin: 0;
}
.bigRed{
    color: #e33e28; 
    font-size: 3em; 
    margin: 40px auto; 
    text-align: center;
}
.smallGrey{
    color: #3c3c3c; 
    font-size: 1.8em; 
    margin: 0px auto; 
    text-align: center;
}
.clearfixSplash{
    overflow: auto;
}
h3.allergies-titles{
	padding:5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
    /*set bg-color and font-color in document*/
}
ul.allergy-list.foods,
ul.faq-do-list,
ul.faq-dont-list,
ul.faq-avoid-list{
    list-style: none;
}
ul.allergy-list.foods>li:before,
ul.faq-dont-list>li:before{
    font-family: "fontawesome";
    content: "\f05e";
    color: #e73922;
	position: relative;
	left: -1em;
    margin: -0.4em;
	text-rendering: optimizeLegibility;
}
ul.faq-do-list>li:before{
    font-family: "fontawesome";
    content: "\f00c";
    color: #588A0F;
	position: relative;
	left: -1em;
    margin: -0.47em;
	text-rendering: optimizeLegibility;
}
ul.allergy-list.fodmap{
    display: table-cell;
    list-style: none;
}
ul.allergy-list.fodmap>li:before{
    font-family: "fontawesome";
    content: "\f056";
    color: #F5D76E;
	position: relative;
	left: -1em;
    margin: -0.4em;
	text-rendering: optimizeLegibility;
}
ul.fontawesome-list li:before{
    font-family: "fontawesome";
	position: relative;
	left: -1em;
    margin: -0.47em !important;
	text-rendering: optimizeLegibility;
}
ul.faq-avoid-list>li:before{
	content: "\f071";
    color: #F5D76E;
    margin: -0.47em !important;
}
ul.fontawesome-list.large{
	font-size: 1.3em;
	line-height: 1.4;
}
/*Accordion Styles*/
#accordion h3,
#accordion h3 div{
    border: none !important;
    background-color: transparent !important;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
    background-color: #fff;
    border: none !important;  
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active{
    background: none !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: none !important;
}
.ui-state-active{
    background: none !important;
}
.ui-widget-content{
    border: none !important;
}
.ui-state-hover{
    background: none !important;
}
.ui-state-focus{
    background: none !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
    background-color: #fff;
}
/*Temp WP-jQuery-Lightbox fix language fix */
#playPause{
    display: none !important;
}
/******************************************
            Master Slider
******************************************/
.ms-info{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
    color: #fff;
    background-color: black;
    opacity: 0.8;
}
/****************************************
      Ninja Forms
****************************************/
input[type="submit"].ninja-forms-field{
    border: none;
    padding: 10px;
    width: 30%;
    background-color: #588a0f;
    color: #fff;
    font-size: 1.5em;
}
input[type="submit"].ninja-forms-field:hover{
    border: none;
    padding: 10px;
    width: 30%;
    background-color: #A0C963;
    color: #fff;
    font-size: 1.5em;
}
input[type="submit"].ninja-forms-field:active{
    border: none;
    padding: 10px;
    width: 30%;
    background-color: #A0C963;
    color: #fff;
    font-size: 1.5em;
}
div.ninja-forms-form input,
form.ninja-forms-form input,
input.ninja-forms-field,
textarea.ninja-forms-field{
	width: 96%;
	margin: 10px auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
}
div.ninja-forms-form label{
	color: #333;
	font-family: 'Open Sans';
}
.ninja-forms-required-items{
	font-size: 0.8em;
	color: red;
}
#bloc-ty-msg{
    width: 90%; 
    padding: 50px; 
    font-size: 4em; 
    color: #666; 
    text-align: center;
    display: none;
}
.hockey-hover-box{
    background-color: #1B1D54;
    margin: 10px !important;
    color: #efefef !important;
    padding: 5px;
    border-radius: 1em;
}
.borderBox{
	border-width: 5px;
	border-style: solid;
	padding: 20px;
}
.icon-box{
    background-color: #fff;
    margin: 10px auto !important;
    color: #333!important;
    width: 90%;
    padding: 30px;
    border:1px solid #ccc;
    box-shadow: 2px 2px 5px 1px #ccc;
}
.alt-icon-box{
    margin: 10px !important;
    color: #333!important;
    width: 90%;
    padding: 30px;
    border:5px solid #fff;
    margin: 10px auto !important;
}
.grey-icon{
    position: relative;
    font-size: 7em !important;
    color: #213770;
    margin: 10px;
}
.x-mas-font{
    font-family: 'Dancing Script', cursive !important;
}
.x-mas-slide-header{
    font-family: 'Dancing Script', cursive;
    font-size: 1.5em;
    /*background-color: #ba210d;*/
    padding: 10px 0 15px 0;
    line-height: normal;
    display: block;
    width: 100%;
    position: relative;
}
.x-mas-hover:hover{
    box-sizing: border-box;
    box-shadow: 0 0 2px #000;
}
.x-mas-recipe-card{
   margin: 10px;
   box-sizing: border-box;
   background-color: #FEFFF9;
   border-bottom-left-radius: 1em;
   border-bottom-right-radius: 1em;
   box-shadow: 1px 1px 2px #222;
}
.x-mas-recipe-card a{
    text-decoration: none;
    color: inherit !important;
}
.x-mas-recipe-card p{
    padding: 20px;
}
.x-mas-recipe-card a:hover{
    text-decoration: none !important;
    color: inherit !important;
}
.no-radius{
    border-radius: 0 !important;
}
.x-mas-menu-title{
    background-color: #AE1406;
    color: white;
    font-family: 'Open Sans', arial, sans-serif;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
}
.x-mas-menu-title-alt{
    background-color: #245E0C;
    color: white;
    font-family: "open sans", arial, tahoma, sans-serif;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px;
    height: 90px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}
.x-mas-menu-title-alt a{
    color: white !important;
    text-decoration: none;
}
.x-mas-menu-title-alt a:hover{
    color: white !important;
    text-decoration: none;
}
.x-mas-button{
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
    background-color: #AE1406;
    color: white;
    font-size: 2em;
    font-family: 'Dancing Script', cursive;
    border: none;
    box-shadow: 2px 2px 2px #999;
}
.x-mas-button:active{
    box-shadow: inset 2px 2px 2px #330000;
}
.x-mas-recipe-card br{
    display: none;
    margin: 0;
    padding: 0;
}
.no-more-breaks br{
    display: none;
    margin: 0;
    padding: 0;
}
hr.fancy-x-mas {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.fancy-x-mas:after {
    font-family: "fontawesome";
    content: "\f1bb \f006 \f1bb";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}
.x-mas-blog-img{
    padding: 5px;
    border: 3px solid #245E0C;
    margin-top: 10px;
}
.bloc-notes-header{
    color: white;
    background-color: #666;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
    margin: 10px 0 10px 0;
}
.medium-grey-bg{
    background-color: #666;
}
.white-bg{
    background-color: #fff;
}
.light-grey-bg{
    background-color: #d5d5d5;
}
.very-light-grey-bg{
    background-color: #f1f1f1;
}

table.bloc-notes-ref{
    width: 100%;
}
table.bloc-notes-ref td{
    padding: 10px 5px;
}
.allergyRow{
   display: none;
}
.allergyRow td{
    background-color: #f1f1f1;
    border: 1px solid #fff;
    color: #666;
    font-style: italic;
}
.pro-card{
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 1px 5px 5px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 1px 5px 5px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 1px 5px 5px 0px rgba(50, 50, 50, 0.65);
}
section.pro-card{
    padding: 0 !important;
    position: relative;
    height: 430px;
    margin-bottom: 20px !important;

    border: 1px solid #efefef;
    -webkit-transition: box-shadow 0.3s ease-in-out 0.3s;
	-moz-transition: box-shadow 0.3s ease-in-out 0.3s;
	-o-transition: box-shadow 0.3s ease-in-out 0.3s;
	-ms-transition: box-shadow 0.3s ease-in-out 0.3s;
	-webkit-transition: top 0.3s ease-in-out 0.3s;
	-moz-transition: top 0.3s ease-in-out 0.3s;
	-o-transition: top 0.3s ease-in-out 0.3s;
	-ms-transition: top 0.3s ease-in-out 0.3s;
	transition: box-shadow 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0.3s;
}
.pro-card img{
    min-width: 100%;
    padding: 0;
}
.pro-card a{
    color: black !important;
}
.pro-card h2{
    height: 100px;
}
div.presentation{
	width: 100%;
	height: 100px;
	display: table;
	text-align: center;
}
div.presentation h2{
	width:100%;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	font-size: 1.2em;
	padding: 0 20px;
	font-weight: bold;
	color: #333 !important;
}
div.presentation h2 a:link{
	color: #333 !important;
}
div.presentation h2 a:visited{
    color: #333 !important;
}
div.presentation h2 a:hover{
	text-decoration: none;
}
div.presentation h2:hover{
	text-decoration: none;
	color: #588A0F !important;
}
div.presentation img{
	border-top: 1px solid transparent;
}
div.col-xs-12.col-sm-6.col-md-3.col-lg-3>a:hover{
    text-decoration: none;
    color: #588A0F;
}
.grn-header-label{
    text-align: center;
    color: #fff;
    background-color: #588a0f;
    min-height: 50px;
    padding-top: 10px;
    font-size: 1.3em;
}
h3.faq,
div.faq h3{
	border-bottom: 1px dashed #ccc;
	font-size: 1.4em;
	font-weight: bold;
}
div.faq div p,
div.faq div ul{
	font-size: 1.2em;
}
div.faq.list h3{
	border-bottom: none;
}
div.faq h3 a{
	color: #333;
}
div.faq h3:before{
	font-family: 'fontawesome';
	content:"\f0da";
	left: -15px;
    position: relative;
    padding: 0;
    margin-right: -7px;
}
.set-width{
	max-width: 1000px;
}
.pro-header-height{
	height: 450px;
}
/*****************************************
                Splash Tabs
*****************************************/
.splashTabSection{
	padding: 0 20px;
}
.splashTabSection p {
	margin-top: 10px;
}
.splashTabSection h3{
	font-size: 2em;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}
.tabUl{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: 75px;
    bottom: -15px;
    position: relative;
    text-align: center;
    position: relative;
}
.tabList{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    bottom: -5px;
    box-sizing: border-box;
    width: 30%;
    border: 5px solid white;
    margin: 0 10px;
    height: 60px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    background-clip: padding-box;
    padding-top: 12px;
}
.tabHover:hover{
    background-color: #f1762b !important;
}
.splashExerpt{
    float: left;
    text-align: justify;
    min-height: 250px;
}
.blog-image{
    margin-top:20px;
}
ul.tierCardList{
    font-size: 1.3em;  
}
.centre-bottom-button{
    position: absolute;
    bottom: 5%;
    text-align: center;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
ul.tierCardList>li{
    list-style: none;
    color: #333;
    line-height: 1.5;
}
ul.tierCardList>li:before{
    font-family: "fontawesome";
    content: "\f00c";
    color: #588A0F;
	position: relative;
	left: -1em;
        margin: -10px;
	text-rendering: optimizeLegibility;	
}
ul.tierCardList.initialText>li:before{
    margin: -7px;
}
.mobileBookLink{
     display: none;
}
.partners-box{
    padding: 10px;
    border: 1px solid #588a0f;
    background-color: #EAF3DD;
}
div.bg-blur:before{
    content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  
  display: block;
  background-image: url('/wp-content/uploads/2016/01/pier-bg-FODMAP.jpg');
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.bg-blur{
    position: relative;
  left: 0;
  right: 0;
  z-index: 0;
}
h2.sub-title{
	text-align: center;
	color: white;
	text-shadow: 1px 2px 3px black;
	font-size: 2em;
}
/**********************************
       Youtube iFrame Fix
**********************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.actionBtn{
    background-color: #658A2F;
    border-radius: 14px 14px 14px 14px;
    cursor: pointer;
    margin-right: 5px;
    padding: 2px;
    margin-bottom: 15px;
}
/*****************************************
                 Hockey Page 
*****************************************/

/*****************************************
                 Price Checker
*****************************************/

.itemAutocomplete{
border-bottom: 1px dotted #333;
}
.ui-autocomplete{
background-color: #fffadb;
border: 1px solid #ccc !important;
}
/*anchor that works with the current header*/
span.anchor{
	position: relative;
	display: block; 
	top: -100px;
}
/*******************************************
            FOOTER PAGE STYLES
*******************************************/
div.side-toggle-menu{
    width: 25%;
    margin-top: 20px;
    float: left;
}
div.side-toggle-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
div.side-toggle-menu ul li {
}
div.side-toggle-menu ul li span#partner-toggle-menu,
div.side-toggle-menu ul li span.list-header,
div.side-toggle-menu ul li span.list-header-alt{
    vertical-align: middle;
    color: white;
    display: block;
    width: 100%;
    background-color: #A0C963;
    color: white;
}
div.side-toggle-menu ul li span.list-header#partner-menu-toggle{
	height: 1px;
}
div.side-toggle-menu ul li span.list-header-alt{
    background-color: #e73922;
}
div.side-toggle-menu ul li span a{
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 15px 5px 15px 15px;
}
div.side-toggle-menu ul li span i{
    vertical-align: middle;
    padding: 15px 5px;
}
div.side-toggle-menu ul li.menu-sub-link{
    background-color: white;
    font-weight: bold;
    margin-left: 20px;
    list-style: none;
    padding: 15px 0;
    border-bottom: 2px dashed #ccc;
    color: #666;
    height: 60px;
}
span#partner-menu-toggle{
    display: none;
}
/**************************
     some mobile styles
**************************/
.desktop-show{
	display: initial;
}
.desktop-hide{
	display: none;
}
.partner-page-content{
	padding-left: 40px;
	min-height: 600px;
}
/*************************
      SERVICES
*************************/
div.planHeader h1{
    text-align: center;
    font-size:5em;
    margin-top: 20px;
}
div.planHeader p{
    text-align: center;
    font-size: 1.3em;
    color: #333;
    font-weight: 300;
    margin: 50px auto;
}
div.planTile{
    padding: 0;
    margin: 20px auto;
    box-shadow: 4px 4px 6px #ccc;
    -moz-box-shadow: 4px 4px 6px #ccc;
    -webkit-box-shadow: 4px 4px 6px #ccc;
}
div.planTile h2{
	text-align: center;
    margin: 0;
    padding: 10px 0;
    color: white;
    font-size: 2em;
    border-top-left-radius: 1em;
    -moz-border-top-left-radius: 1em;
    -webkit-border-top-left-radius: 1em;
}
div.planInfo{
    border-top: none !important;
    border-width: 2px;
    border-style: solid;
    /*border-bottom-width: 30px;*/
    padding-top: 30px;
    background-color: #fff;
}
div.planInfo p{
    color: #666;
    padding: 0 15px;
    text-align: left;
    margin: 0;
}
div.planInfo a:link,
div.planInfo p a:link,
div.planInfo p a:visited{
    color: #588a0f;
}
div.planInfo p.planDescription{
    height: 60px;
    overflow: hidden;
}
div p.price,
div.planInfo p.price{
    font-size:3em;
    color: #95A5A6;
    text-align: center;
    padding: 15px 0;
    margin: 10px;
}
p.price sub,
p.price sup,
div.planInfo p.price sub,
div.planInfo p.price sup{
    font-size:0.5em;
}
div.planInfo p.planSubscribe{
    width: 90%;
    text-align: center;
    margin: 10px auto 20px auto;
}
div.planInfo p.learnMore{
	margin: 0;
	font-size: 0.9em;
}
.center-text-fix{
	width: 100%;
	display: block;
}
div.planInfo a.green-button,
div.planInfo p.planSubscribe a.green-button{
    width: 100%;
    font-weight: normal;
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
a.green-button#vipCook{
	font-weight: normal;
}
p.vipPrice{
	padding: 0;
}
div.planInfo p.planCTA{
    text-align: center;
    padding: 10px;
    margin: 0;
    color: #333 !important;
    line-height: 1;
    font-size: 1em !important;
    font-weight: bold;
    padding-top: 20px;
    background-color: #fff !important;
    margin-bottom: 17px;
}
div.planInfo p.planCTA.link{
	padding: 20px;
	font-weight: initial;
    transition: opacity 0.1s ease-in-out 0.1s;
    -webkit-transition: opacity 0.1s ease-in-out 0.1s;
    -moz-transition: opacity 0.1s ease-in-out 0.1s;
    -o-transition: opacity 0.1s ease-in-out 0.1s;
    -ms-transition: opacity 0.1s ease-in-out 0.1s;
}
div.planInfo p.planCTA.link:hover,
div.planInfo ul li:hover{
    opacity: 0.7;
}
div.planInfo p.planCTA a:link{
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: initial;
}
div.planInfo p.planCTA a:link{
    color: white;
    font-size: 1.2em;
}
div.planInfo p.planCTA a:visited{
    color: white;
}
div.planInfo p.planCTA a:hover{
    text-decoration: none;
}
div.planInfo p.planCTA a:active{
    color: white;
}
div.planInfo h3{
	padding: 10px;
	color: #666;
	text-align: center;
	font-size: 1.5em;
	margin: 20px auto;
	padding: 0;
}
div.planInfo ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
/*div.planInfo ul li:before{
    font-family: 'fontawesome';
    content: '\f05d';
    left: -10px;
    margin: -5px;
    position: relative;
    
}*/
div.planInfo ul li{
    padding: 20px 10px;
    vertical-align: middle;
    display: table;
    width: 100%;
    margin: 0;
    height: 75px;
    transition: opacity 0.2s ease-in-out 0.1s;
    -webkit-transition: opacity 0.2s ease-in-out 0.1s;
    -moz-transition: opacity 0.2s ease-in-out 0.1s;
    -o-transition: opacity 0.2s ease-in-out 0.1s;
    -ms-transition: opacity 0.2s ease-in-out 0.1s;
}
div.planInfo ul li div{
    display: table-cell;
    vertical-align: middle;
}
div.planInfo ul li:nth-child(even){
    background-color: #DADFE1;
}
div.planInfo ul li:nth-child(odd){
    background-color: #ECF0F1;
}
div.planInfo ul li:last-child{

}
div#VIPcook,
div#VIPcook div.middle-aligner{
	height: 250px;
}
div#VIPcook{
	font-size: 0.85em;
}
div#VIPcook.container{
	margin: 50px auto;
	border: 3px solid #777;
}
hr.planHR { 
    border-top-width: 10px;
    border-top-style: solid;
    margin: 0;
    height: 0;
    position: relative;
} 
hr.planHR:after {
    font-family: 'fontawesome';
    content: '\f0d7'; 
    display: inline-block;
    position: absolute;
    font-size: 5em;
    top: -5px;
    left: 5%;
    z-index: 1;
}
/*********************
    buttons
*********************/
a.green-button#free{
    padding: 20px;
    background-color: #A0c963;
    border: none;
    border-radius: 3px;
    color: #fff;
}
a.green-button#free:hover{
    background-color: #C9EB98;
}
a.green-button#plus{
    padding: 20px;
    background-color: #588a0f;
    border: none;
    border-radius: 3px;
    color: #fff;
}
a.green-button#plus:hover,
a.green-button#premium:hover,
a.green-button#vipn:hover{
    background-color: #A0c963;
}
a.green-button#premium{
    padding: 20px;
    background-color: #3E6800;
    border: none;
    border-radius: 3px;
    color: #fff;
}
a.green-button#premium:hover{
    /*background-color: #588a0f;*/
}
a.green-button#vipn{
    padding: 20px;
    background-color: #274100;
    border: none;
    border-radius: 3px;
    color: #fff;
}
a.green-button#vipn:hover{
    /*background-color: #3E6800;*/
}
/***************************
      FAQ Pages
***************************/
div.faq-content{}
div.faq-do-list,
div.faq-avoid-list,
div.faq-dont-list{
	font-family: 'Open Sans', helvetica, arial, sans-serif;
    padding: 20px 100px;
    display: block;
    color: #333;
    box-shadow: 1px 2px 4px #ddd;
    border-width: 2px;
    border-width: 5px;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #F9F9F7;
    margin: 25px auto;
}
div.faq-do-list{
    /*background-color: #C8F7C5;*/
    border-color: #A0C963;
}
div.faq-avoid-list{
	/*background-color: #ffffcc;*/
	border-color: #F5AB35;
}
div.faq-dont-list{
	/*background-color: #F1A9A0;*/
	border-color: #E73922;
}
h3.advice-title{
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    /*padding: 5px;*/
    /*font-size: 1.5em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;*/
    color: #333;
    font-size: 2em;
}
/*h3.advice-title#dos{
	background-color: #A0C963;
}
h3.advice-title#avoid{
	background-color: #F5AB35;
}
h3.advice-title#donts{
	background-color: #E73922;
}*/
ul.faqList{
    list-style: none;
    overflow: hidden;
    padding: 0;
}
h1.faqPage{
	font-size: 5em;
    font-weight: bold;
    color: #666;
    border-bottom: 3px solid #666;
    margin-bottom: 0;
    margin-top: 0;
}
h2.faqH2{
	font-size: 2em;
    color: #333;
    border-bottom: 2px solid #333;
}
ul.faqList li{
	float: left;
	display: table;
	width: 23%;
	margin: 30px 1%;
}
ul.faqList.culinary li{
	float: left;
	display: table;
	width: 30%;
	margin: 30px 1%;
	box-sizing: border-box;
}
ul.faqList li:hover{
	
}
ul.faqList li span a:link{
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	/*background-color: #fff;*/
	text-align: center;
	border-radius: 4px;
	padding:10px;
	width: 100%;
	position: relative;
	display: block;
    background-color: #fff;
    -ms-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    -ms-transition: box-shadow 0.2s ease-in-out 0.1s;
    -moz-transition: box-shadow 0.2s ease-in-out 0.1s;
    -webkit-transition: box-shadow 0.2s ease-in-out 0.1s;
    transition: box-shadow 0.2s ease-in-out 0.1s;
}
ul.faqList li span a:visited{
	color: #333;
}
ul.faqList li span a:hover{
	top: -2px;
	color: #333;
	text-decoration: none;
	box-shadow: 2px 2px 4px #333;
}
ul.faqList li span a:active{
	background-color: #666;
	color: white;
    box-shadow: inset 1px 1px 3px #588a0f;
}
ul.faqList li span{
	display: table-cell;
	vertical-align: middle;
}
span.top{
	text-align: center;
	width: 100%;
	margin: 25px 0;
	border-bottom: 1px dashed #ccc;
}
span.top a:link{
    color: #54880B;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
span.top a:visited{
    color: #54880B;
	text-decoration: none;
}
span.top a:hover{
    color: #54880B;
    text-decoration: none;
	/*box-shadow: inset 1px 1px 1px #588A0F;*/
}
div.blog-roll-box{
	height: 250px;
	padding:10px;
	border: 1px solid #efefef;
	position: relative;
	transition: box-shadow 0.3s ease-in-out 0.1s;
	transition: top 0.3s ease-in-out 0.1s;
	margin: 10px auto;
}
div.blog-roll-box:hover{
	box-shadow: 2px 2px 5px #ccc;
	top: -10px;
}
div.blog-roll-box img{
    transition: all 0.2s ease-in-out;
}
div.blog-roll-box img:hover{
    transform: scale(1.1); 
}
div.blog-roll-box h3{
	display: table;
	width: 100%;
}
div.blog-roll-box h3 a:link{
	font-weight: bold;
	text-decoration: none;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
div.blog-roll-box h3 a:visited{
}
div.blog-roll-box h3 a:hover{
	text-decoration: underline;
}
input[type="text"].splashInput,
input[type="email"].splashInput{
	font-family: 'Open Sans';
	width: 70%;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #ccc;
	display: block;
	margin: 10px auto;
}
ol.longLink li a,
ul.longLink li a,
ol.longLink li span a,
ul.longLink li span a{
	word-wrap: break-word;
}
h3.green.expand:before {
    font-family: 'fontawesome';
    content: '\f0d7';
    margin-right: 10px;
}
div.services-testimonial .testimonial-box{
    padding: 10px 50px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.freeSubscriptionForm.ui-resizable{
    max-width:95% !important;
    margin: 10px;
}
/***************************************
                 DOSSIER PAGES
***************************************/
h1#dossier-title{
	font-size: 6vw;
	line-height: 0.9;
}
div.dossier-header-h1{
	margin: -15px !important;
}
div.dossier-header,
div.dossier-header div{
    height: 450px;
    position: relative;
    margin: 15px 0 30px 0;
    margin-top: 0;
}
div.dossier-header div.dossier-bottom-title{
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #fff;
    margin: 0 auto;
    padding: 10px;
    width: 75%;
    height: auto;
    border-bottom: 1px solid white;
    left: 0;
    right: 0;
    border-top: 5px solid #A0C963;
}
div.dossier-header div.dossier-bottom-title h1,
div.dossier-header div.dossier-bottom-title h2,
div.dossier-header div.dossier-bottom-title h3{
	margin: 0 auto;
}
div.dossier-header div.dossier-bottom-title h1,
div.dossier-header div.dossier-bottom-title h2,
div.dossier-header div.dossier-bottom-title h3,
div.dossier-header div.dossier-bottom-title p{
    background-color: white;
    text-align: center;
    color: #333;
    font-weight: bold;
}
div.dossier-header div.dossier-bottom-title p{
	font-weight: normal;
}
div.dossier-header div.dossier-bottom-title h1 a,
div.dossier-header div.dossier-bottom-title h2 a,
div.dossier-header div.dossier-bottom-title h3 a,
div.dossier-header div.dossier-bottom-title p a{
    color: #333;
}
div.dossier-header.dossier-header-block div.dossier-bottom-title h1:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title h2:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title h3:hover,
div.dossier-header.dossier-header-block div.dossier-bottom-title p:hover,
div.dossier-header div.dossier-bottom-title p.no-hover-effect:hover{
	cursor: text !important;
	text-decoration: none !important;

}
div.dossier-header div.dossier-bottom-title h1:hover,
div.dossier-header div.dossier-bottom-title h2:hover,
div.dossier-header div.dossier-bottom-title h3:hover,
div.dossier-header div.dossier-bottom-title p:hover{
	cursor: pointer;
	text-decoration: underline;
}
div.dossier-header.video-fix{
	height: auto;
	margin-bottom: 20px;
	overflow: hidden;
}
div.dossier-header.video-fix div.dossier-bottom-title{
	position: relative;
	width: 100%;
	left: 0;
}
div.dossier-header.video-fix div.dossier-bottom-title p{
    margin: 5px;
}
div.dossier-tile{
    min-height: 150px;
}
div.dossier-tile a:link{
	color: #333;
}
div.dossier-tile a:visited{
	color: #333;
}
div.dossier-tile a:hover{
	color: #333;
}
div.dossier-tile a:active{
	color: #588A0F;
}
div.dossier-tile h3{
    margin: 10px 0 25px 0;
    color: #333;
    text-align: center;
    height: 65px;
    font-weight: bold;
}
div.dossier-tile h3 a,
div.dossier-tile p a{
    color: #333;
}
div.dossier-tile img{
    transition: all 0.3s ease-in-out 0.3;
    transition: box-shadow 0.3s ease-in-out 0.3;
}
div.dossier-tile img:hover{
    transform: scale(1.1);
}
div.dossier-tile .dossier-img-box{
    width: 300px;
    height: 200px;
    overflow: hidden;
}
div.dossier-tile.dossier-overflow .dossier-img-box{
	height: 150px;
	width: 225px;
}
div.dossier-tile .dossier-img-box-small{
    width: 150px;
    height: 100px;
    float: left;
    overflow: hidden;
}
div.dossier-tile .dossier-img-box-fit{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
div.dossier-tile .dossier-img-box-medium{
    height: 125px;
    overflow: hidden;
}
div.dossier-tile .dossier-img-box:hover,
div.dossier-tile .dossier-img-box-small:hover,
div.dossier-tile .dossier-img-medium:hover{
    
}
div.dossier-tile-box{
    margin: 20px auto;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
div.dossier-tile h3.dossier-quarter-title{
    width: 100%;
    text-align: left;
    font-size: 1em;
    margin: 0;
    height: auto;
}
h3.dossier-quarter-title a,
p.dossier-quarter-title a{
    text-align: left;
}
div.dossierAd{
	margin-bottom: 25px;
	padding: 0;
}
div.dossier-navigation{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	box-shadow: 0 1px 3px 1px #ccc;
}
ul.dossier-nav{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 80%;
	text-align: center;
}
ul.dossier-nav li{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}
div.social-media.col-md-12{
	margin: 25px;
}
/*************************************
         UberMenu Fixes
*************************************/
div h3.coral-menu-header{
	color: #666;
	font-weight: bold;
	font-size:1.2em;
}
ul.dossier-nav li a,
ul.coral-nav-list li a,
ul.coral-menu-list li a{
	color: #666;
	font-weight: normal;
	font-size: 1.2em;
}
ul.coral-nav-list,
ul.coral-menu-list{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul.coral-nav-list li{
	display: inline-block;
	float: left;
	width: 33%;
	font-weight: normal !important;
	text-transform: uppercase;
}
ul.coral-nav-list li a{
	font-weight: normal;
}
ul.coral-menu-list.halves{
	width: 100%;
}
ul.coral-menu-list.halves li{
	width: 50%;
	float: left;
	display: inline-block;
}
ul.coral-menu-list.faq-coral-menu i{
	width: 20px;
	text-align: center;
}
#search-6{
	padding: 0;
}
#search-6 h3{
	display: none;
}
ul.ubermenu-content-block.ubermenu-widget-area.ubermenu-autoclear{
	padding: 0;
}
ul.ubermenu-tab-content-panelubermenu-submenu-id-40116 span.ubermenu-target-title.ubermenu-target-text{
	font-size: 1.3em;
	font-weight: normal;
}
li.ubermenu-divider{
	padding: 1px 0 !important;
}