/*Theme Name: Winfield Child Theme - Custom CSS File
 Theme URI: http://wpcanada.ca/our-themes/winfield/
Description: This custom CSS file is used to modify the default behavior of the Windfield child theme and it also adds some new functionality.
Author: EnterNet Web Team
Author URI: http://www.enternetwebdesign.com/
Version: 1 - supreme package
Last Update: 12/29/14
Template: Genesis - Winfield Child Theme
Template Version: Winfield v3.0.0
*/
body {
	color: #444444;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

body.custom-background {
	 background-position: center center !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat!important;
} 

iframe {
	max-width:100%;
}
.search-form input[type="search"] {
    padding: 0.6rem 0 0.8rem 2.7rem;
}
.genesis-nav-menu > .search {
    padding: 1rem 2.4rem 0 0;
}
.title-area {
    display: none;
}
.site-header {
    background: #FFF;
    margin: 0 auto;
    max-width: 100%;
    min-height: 75px;
	  overflow: hidden;
}

.site-header .wrap {
    margin: 0 auto;
    max-width: 1180px;
}
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 100%;
}
.site-container {
    background-color: rgba(255, 255, 255, 0);
    border-top: 0px solid #F2B447;
	border-bottom: 0px solid #F2B447;
    clear: both;
    margin: 0 auto -22px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}


/* ---------------------- Simple HEADER ----------------- */
/* Structure */
.logo {
	float: left;
	width: 27%;
	margin-right:2%;
}
.tagline {
	float: left;
	width: 40%;
	margin-right:2%;
}
.head {
	float: right;
	 width: 27%;
}

/* Style */
.logo img {
    float: left;
    max-height: 135px;
    max-width: 100%;
}
.tagline {
    color: #c2c2c2;
    font-family: Lato;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    padding: 33px 0;
    text-align: left;
    text-shadow: 0 1px 0 #444;
}
.head {
    color: #000;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 14px;
	font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 20px;
	padding: 2rem;
    text-align: right;
    text-transform: uppercase;
}
.head a {
	 color:#3e650d;
}
header .call {
    font-family: 'Oswald', Georgia, serif !important;
    font-weight: 900;
    letter-spacing: 2px;
}
header h2 {
    margin-bottom: auto;
	color:#537598;
}
header a:hover {
	color: #477046 !important;
	text-decoration: none;
}

/* ---------------------- HEADER CENTERED ----------------- */
/* Structure *
.logo {
	float: none;
	width: 100%;
}
.head {
	float: none;
	width: 100%;
}

/* Style *
.logo img {
    float: none;
     margin: 1rem auto 0;
	margin: 10px auto 0;
    max-height: 150px;
    max-width: 100%;
	display: block;
}
.head {
    color: #FFF;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 14px;
	font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px;
	padding: 1rem;
    text-align: center;
    text-transform: uppercase;
	display: block;
	text-shadow: 0 1px 0 #000;
}
.head a {
    color: #FFF;
}
.head a:hover {
    color: #D72128;
}
/*
.head {
    background: rgba(255, 255, 255, 0);
    color: #333333;
    display: block;
    float: none;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 2px 0 #FFFFFF;
    width: 100%;
}
*/



/* -------------------------- Navigation -------------------------- */
.nav-primary, .nav-secondary {
	background: #aec100; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#619320', endColorstr='#436714'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#619320), to(#436714));
	background: -moz-linear-gradient(top,  #619320,  #436714); 
    margin: 0 auto;
	max-width: 100%;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}
.nav-primary .wrap, .nav-secondary .wrap {
    margin: 0 auto 0;
	max-width: 1180px;
}
.nav-header a:hover,
.nav-header .current-menu-item > a,
.nav-header .sub-menu .current-menu-item > a:hover,
.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover,
.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	background:#a5ba82; 
    color: #FFF;
	text-decoration:none;
}
.nav-primary .current-menu-item > a{
	background:#a5ba82; 
    color: #FFF;
	text-decoration:none;
}
.genesis-nav-menu .sub-menu a {
    text-shadow: none;
}
.genesis-nav-menu {
	font-family: 'Oswald', Georgia, serif;
    font-size: 1.4rem;
	font-size: 14px;
	letter-spacing:1px;
}
	
.genesis-nav-menu a {
    padding: 1.5rem  !important;
	padding: 15px !important;
	color:#FFF;
}


h1, h2, h3, h4, h5, h6, .entry-title a, .site-title {
    font-family: 'Lobster', cursive !important;
	color:#406312;
	letter-spacing: normal !important;
	text-transform:none;
	 margin-bottom: 16px;
	 margin-bottom: 1.6rem;
	 font-weight: bold;
}
.entry-title, .entry-title a {
	margin-bottom: 1.6rem;
	font-size: 24px !important;
	font-size: 2.4rem !important;
}
h1 {
    color: #406312;
    letter-spacing: 1px;
	font-weight:400;
	 font-size: 40px !important;
	font-size: 4rem !important;
        text-align: center;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}
h4 {
        font-size: 18px;
        font-size: 1.8rem;
}

h4.widgettitle {
	margin-bottom: 1.6rem;
}

h4.widgettitle {
    font-size: 4rem;
	 font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
	font-family: 'Lobster', cursive !important;
	text-shadow: 1px 1px 0 #000;
	text-transform:none;

}

/*.sidebar h4.widgettitle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 solid #BBBBBB;
    border-left: 0 solid #003261;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    text-transform: none;
}*/
/* BOTTOM RIGHT */
.bottom-right .widget, .sidebar .widget {
    background: #406312;
    border: 1px solid #999999;
    margin-bottom: 1.6rem;
    padding: 10px 15px;
	 border-radius: 3px;
	 color:#FFF;
}
.bottom-right h4.widgettitle, .sidebar h4.widgettitle  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
     border-bottom: 1px solid #999999;
    color: #FFF;
    border-left: 0 solid #003261;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
blockquote:before {
    color: #446111;
    font-family: Arial;
    font-size: 75px;
    left: -35px;
    top: -28px;
}
blockquote {
    margin: 25px 0;
	padding: 20px 20px 20px 50px !important;
}
blockquote p {
    font-size: 18px;
    color: #302e2f;
	margin-bottom: 0 !important;
}
cite {
    color: #302e2f;
}
cite:before {
    content: "-";
    display: block;
    height: 0;
    position: relative;
	left: -10px;
}
blockquote p cite {
	margin: 5px 0 0 !important;
}

.imgborder {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    border: 8px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    margin-bottom: 15px;
    padding: 3px;
}


/* -------------------------- HOME PAGE WIDGETS Structure ------------------------ */


.home-welcome, .home-bottom,.wideimg,.instagram, .about, .food, .location, .reviews, .faq, .rules,  .assoc {
	clear: both;
	max-width: 100%;
	padding:0 !important;
	border-bottom: 0px solid #CCCCCC;
}

.welcome-wrap, .home-middle , .home-bottom .wrap,.bottom, .wideimg .wrap, .instagram .wrap, .about .wrap, .food .wrap, .location .wrap, .reviews .wrap, .faq .wrap, .rules .wrap,  .assoc .wrap {
	clear: both;
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
	padding: 30px 40px;
	padding: 3rem 4rem;
	background: rgba(255, 255, 255, .75);
}
.home-welcome p, .home-middle p, .home-bottom p, .instagram p, .about p, .food p, .location p, .reviews p, .faq p, .rules p, .bottom p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	
}
.home-middle ul, .home-bottom ul, .about ul, .food ul , .location ul , .reviews ul, .faq ul, .rules ul, .bottom ul {
    -moz-padding-start: 40px;
    display: block;
    list-style-type: disc;
    margin: 1em 0;
}
.home-welcome .textwidget,.home-bottom .textwidget, .instagram .textwidget,.bottom .textwidget {
    margin: 1rem auto;
	margin: 10px auto;
}
.bottom .textwidget {
    margin: 1rem auto;
	margin: 10px auto;
}
.bottom iframe {
	background:#FFF;
}



/* --------------------------  HOME PAGE WIDGETS - add customization ------------------------ */


/* SITE INNER */
.home .site-inner {
	display:none;
}
.site-inner {
	background: #FFF;
	max-width: 1180px;
	border: 0px solid #CCCCCC;
	margin: 0 auto;
	padding: 30px 40px;
	padding: 3rem 4rem;
}

/* HOME SLIDER   */

.home-slider {
    margin: 0;
}
.home-slider .wrap {
    margin: 0 auto;
    max-width: 100%;
}
.soliloquy-theme-classic .soliloquy-pager {
    text-align: center !important;
}
/*  HOME WELCOME WIDGET  */
.home-welcome {
	border-bottom: 0px solid #CCCCCC;
    border-top: 0px solid #CCCCCC;
}
.welcome-wrap {
    color: #444444;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 18px;
	text-align:left;
}

/* HOME INTRO  */
.homeintro {
	text-align:center;
}
/* HOME MIDDLE  */
.home-middle {
    text-align: center;
}
.home-left, .home-center, .home-right, .home-4  {
    width: 23%;
	float:left;
	margin-right:2.6%;
}
.home-4 {
	margin-right:0 !important;
}

.home-middle img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #8da000;
    border-radius: 4px 4px 0 0;
    margin-bottom: -6px;
    width: 100%;
}
.home-middle a:hover img { box-shadow:0 0 1px rgba(0, 0, 0, 0.25); }
.home-middle h2 {
    font-size: 2rem !important;
	font-size: 20px;
	margin: 15px 0 5px;
	margin:1.5rem 0 .5rem;
}	
.home-middle ul li:before {
    content:"✓ ";
	color:green;
	 margin: 0 5px 0 0;
}
.home-middle ul {
    list-style-type: none;
	-moz-padding-start: 0px;
    display: block;
    margin: 0;
}
.home-middle p  {
    margin:0 0 1rem 0;
}
.home-middle ul {
    -moz-padding-start: 20px;
    display: block;
    margin: 0;
}
.home-middle .widget {
    margin-bottom: 0;
}


/* HOME BOTTOM 
.home-bottom {
	background:#f1f1f1;
	border-top: 1px solid #CCCCCC;
}*/ 
.home-bottom .wrap {
	background: rgba(255, 255, 255, .75);
}


/* REVIEWS */
.reviews {
	background: url("https://thebamboocuisine.com/wp-content/themes/winfield/wp-content/uploads/reviews.png") repeat scroll left top  rgba(255, 255, 255, 0);
}
.sfststreadmore a {
	color:#555;
	text-transform:uppercase;
	 font-size: 14px;
}
.sfststreadmore a:after {
	content: "▶";
    margin: 0 0 0 5px;
    position: relative;
	font-size:.75em;
}
/* LOCATIONS */

.location iframe {
    background: rgba(0, 0, 0, 0.25);
    border: 8px solid #FFFFFF !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.55);
    margin-bottom: 15px;
    padding: 3px;
}

 /* WIDE IMAGE */
.wideimg .wrap {
	 background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat!important;
	background-image: url("https://thebamboocuisine.com/wp-content/themes/winfield/wp-content/uploads/flooring-colors.jpg");
	background-color: rgba(255, 255, 255, 0);
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}

.wideimg h1, .wideimg h2, .wideimg h3, .wideimg h4, .wideimg h5, .wideimg h6 {
	color:#FFF !important;
}
.wideimg a {
    color: #d6be04;
    text-decoration: none;
}
.wideimg a:hover {
    color: #f9e257;;
    text-decoration: none;
}
/* INSTAGRAM 
.instagram {
	background:url("https://thebamboocuisine.com/wp-content/themes/winfield/wp-content/uploads/insta.png") repeat scroll left top  rgba(255, 255, 255, 0);
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 30px 40px;
	padding: 3rem 4rem;
	text-align:left;

}
/*.instagram img {
    margin: 5px 10px;
    max-height: 48px;
    opacity: 0.85;
}
*/

/*------ BOTTOM ------*/
.bottom {
	margin:0px auto;
        max-width: 100%;
}
/* structure */
.bottom-left {
	float:left;
	width:65.812%;
	margin-right:2.5641%;
	clear:both;
}
.bottom-right {
	float:left;
	width:31.6239%;
	margin-right:0;
	text-align:center;
}
/* BOTTOM LEFT */

.bottom-left h4.widgettitle {
    border-bottom: 1px solid #999;
    color: #446111;
    font-weight: bold;
    margin-bottom: 1.6rem;
    padding-bottom: 10px;
    text-align: center;
	font-size: 40px;
}


/* YouTube */
/*HEADLINE */
.vheadline {
    background: #FFF;
    border: 0 none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
	color:#FFF;
	text-align:center;
	box-shadow: 0 1px 3px #000;
}
.vheadline .wrap {
	margin: 0 auto;
	max-width: 1080px;
	padding: 3rem;
}
.vheadline h2 {
    margin-bottom: 0;
	text-align:center;
}
.vheadline h1, .vheadline h2, .vheadline h3, .vheadline h4, .vheadline h5, .vheadline h6, .vheadline p {
	color:#404347 !important;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
/*VIDEO WRAPPER */
.tube h2 {
    margin-bottom: 0;
	text-align:center;
}
.tube {
	background: url("../../../-entntgen/wp-content/uploads/arrow.png") no-repeat scroll center top #262428;
	border: 0 none;
    box-shadow: none;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
	color:#FFF;
	text-align:center;
}
.tube .wrap{
	margin: 0 auto;
	max-width: 1080px;
	padding: 6rem 3rem 3rem;
}
/*VIDEO */
.tubevideo, .vdetails {
	float: left;
	width: 48.717948717948715%;
}
.tubevideo {
	margin-right: 2.564102564102564%;
}
/*VIDEO DETAiLS */
.tube p {
	color:#FFF !important;
}
.tube h1, .tube h2, .tube h3, .tube h4, .tube h5, .tube h6 {
	color:#F9E257 !important;
	text-shadow: 0 1px 0 #000;
}
.line {
background: rgba(255, 255, 255, 0.25);
width: 98px;
height: 5px;
margin: 20px auto 15px;
}
.vidbtn {
    display: block;
    padding-top: 46px;
}
.vidbtn a {
    background:  rgba(255, 255, 255, 0.25);
    border-bottom: 4px solid  rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 18px 68px 14px;
    position: relative;
	text-transform:uppercase;
	font-style:italic;
}
.vidbtn a:after {
	    content: "▶";
    margin: 0 0 0 5px;
    position: relative;
	font-size:.75em;
}

/* Associations */
.assoc {
	color:#E3DED0;
}
 .assoc .wrap {
	text-align:center;
	border-bottom: 0px solid #cccccc !important;

}
.assoc img {
    margin: 5px 25px;
    max-height: 50px;
    opacity: 0.75;
}
.assoc img:hover {
    opacity: 1;
}
.assoc .wrap  h4.widgettitle:before, .assoc .wrap  h4.widgettitle:before {
    margin-right: 12px;
}
.assoc .wrap  h4.widgettitle:after, .assoc .wrap  h4.widgettitle:before  {
    border-top: 1px solid #446111;
    content: " ";
    display: inline-block;
    padding-bottom: 4px;
    width: 15%;
}
.assoc .wrap  h4.widgettitle:after {
    margin-left: 12px;
}
.assoc .wrap  h4.widgettitle {
    color: #446111;
    margin: 0px 0 0;
    padding-bottom: 20px;
    text-align: center;
	font-weight:400;
}



#quotearea {
	min-height:150px;
}
#quote {
    display: block;
    font-family: "Georgia",cursive;
    font-size: 30px;
	color:#F9E257;
	text-shadow: 0 1px 0 #000;
}
#quote:before {
     content: "“";
    margin: 0 0 0 5px;
    position: relative;
	font-size:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif
}
#quote:after {
     content: "”";
    margin: 0 0 0 5px;
    position: relative;
	font-size:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif
}
#quoteauthor {
	display:block;
	font-family: 'Oswald', serif;
}
/*
.assoc .wrap  h4.widgettitle:after, .assoc .wrap  h4.widgettitle:before  {
    border-top: 1px solid #ccc;
}
.assoc .wrap  h4.widgettitle {
    color: #ccc;
}
*/
/* -------------------------------------------- Bread Crumbs -------------------------------------------- */
.breadcrumb a, .breadcrumb a:visited {
    color: #5E9CE7;
    text-decoration: none;
}
.breadcrumb {
    padding: 1rem !important;
	padding: 10px !important;
	color: #3a84df;
}

/* -------------------------------------------- END  Bread Crumbs-------------------------------------------- */

/* -------------------------- END HOME PAGE WIDGETS ------------------------ */
/* --------------------------  HOME PAGE WIDGET TITLES ------------------------ */
.home-welcome h4.widgettitle {
    font-size: 4.6rem !important;
}


.home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:before, .instagram .wrap  h4.widgettitle:before{
    margin-right: 12px;
}
.home-welcome h4.widgettitle:after, .home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:after, .home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:after, .home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:after, .instagram .wrap  h4.widgettitle:before {
    border-top: 1px solid #446111;
    content: " ";
    display: inline-block;
    padding-bottom: 4px;
    width: 15%;
}

.home-welcome h4.widgettitle:after,
.home-middle h4.widgettitle:after,
.home-bottom .wrap  h4.widgettitle:after,
.instagram .wrap  h4.widgettitle:after {
    margin-left: 12px;
}

.home-welcome h4.widgettitle,
.home-middle h4.widgettitle,
.home-bottom .wrap  h4.widgettitle,
.instagram .wrap  h4.widgettitle {
    color: #446111;
    margin: 0px 0 0;
    padding-bottom: 20px;
    text-align: center;
	font-weight:400;
}



/* -------------------------- HM BTN ------------------------ */

.hmbtn {
    background: #002D5A; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002D5A', endColorstr='#537598'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#002D5A), to(#537598));
	background: -moz-linear-gradient(top,  #002D5A,  #537598); 
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
    display: block;
   font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px !important;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    text-transform: uppercase;
}
.hmbtn a {
	color: #FFF;
}
.hmbtn a:hover, .hmbtn:hover a {
	color: #E2C308;
	text-decoration:none;
}	
/* -------------------------- BTN ------------------------ */

.btn {
    background: #002D5A; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad656', endColorstr='#b5c442'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#cad656), to(#b5c442));
	background: -moz-linear-gradient(top,  #cad656,  #b5c442); 
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.4rem;
	font-size: 14px;
    letter-spacing: 1px;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase;
  	margin: 10px 0 20px 0;
   	display: inline-block;
   	font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 1px;
	font-weight:400;
	text-shadow: 0 1px 2px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 0px rgba(0,0,0,0.55);
}
.btn a, .btn a:hover,.btn:hover a {
	color: #FFF;
}	
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	color:#E2C308;
	text-decoration:none;
}
button:hover, input:hover[type="button"], input:hover[type="submit"], .btn:hover {
background-color: #002D5A;
}
.btn h1, .btn h2,.btn h3, .btn h4, .btn h5, .btn h6 {
    margin-bottom: 0px;
}


/* -------------------------- END Ribbon BTN ------------------------ */
.home-middle td {
    border-top: 0 solid #ddd;
    padding: 0;
}

.home-middle tbody {
    border-bottom: 0 solid #ddd;
}
.home-middle table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    width: auto;
}
.home-middle input, .home-middle select, .home-middle textarea {
    padding: 0;
}


#Table9 {
	border: 1px solid #ddd;
}
#Table9 input {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    font-size: 13px;
    margin: 0 0 5px;
}

input, select, textarea {
    padding: 0.6rem;
	padding: 6px;
}	
button, input[type="button"], input[type="submit"], .btn {
    padding: .5rem 2.4rem;
	padding: 5px 24px;

}
/* -------------------------- footer border  ------------------------ 
.footerborder {
    background: url("https://thebamboocuisine.com/wp-content/themes/winfield/wp-content/uploads/wave-bg.png") repeat-x scroll left bottom rgba(255, 255, 255, 0);
    height: 90px;
    margin: 40px 0 0;
}

*/

/* -------------------------- footer widgets  ------------------------ */
.footer-widgets {
	 background: #3e650d;
    border-top: 0px solid #444444;
    text-align: left !important;
}
.footer-widgets .wrap {
    background-color: #3e650d;
    background-image: none;
    border-top: 0px solid #444444;
    font-size: 14px;
    padding: 2.4rem 2.4rem 1rem;
	padding: 24px 24px 10px;
	max-width: 1180px;
}
/*
.footer-widgets .widget {
    margin-bottom: 0;
}
*/

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	float: left;
	margin-right: 2.5%;
	width: 30%;
} 
/*.footer-widgets-4 {
    width: 20%;
	float: left;
}*/

.footer-widgets-2 img {
    max-height: 32px;
    margin: 3px 3px 3px 0;
}

.footer-widgets-3 img, .footer-widgets-4 img {
    clear: both;
    margin: 0 0 -10px;
    max-height: 40px;
    padding: 5px;
}
.footer-widgets-3 img:hover, .footer-widgets-4 img:hover {
	opacity: .75;
}
.footer-widgets, .footer-widgets p, .footer-widgets cite  {
    color: #F2EEE4;
}
.footer-widgets a, .footer-widgets a:visited {
    color: #FFF;
}
.footer-widgets a:hover, .footer-widgets h2 a.call:hover {
    color: #E2C308; 
}

.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h5, .footer-widgets h6 {
	color: #FFF;
	 margin-bottom: 0;
}
.footer-widgets h4 {
	color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 1.5rem;
    font-weight: 900;
    text-shadow: 0 1px 1px #000000;
}


.footer-widgets blockquote {
    padding: 0 0 0 2.4rem;
	padding: 0 0 0 24px;
    background: rgba(255, 255, 255, 0);
    border: 0 solid #E1E1E1;
	margin: 0;
}
.footer-widgets blockquote:before {
	color: #fff;
}

.footer-widgets h2 .call {
	font-weight:800;
	color:#F9E257;
	text-shadow: 1px 1px 0 #000000;
	font-family: 'Oswald', Georgia, serif !important;
}
p.servicearea {
	padding: 0 20px;
	margin-bottom:16px;
	margin-bottom:1/6rem;
}


/* -------------------------- SITE  FOOTER ------------------------ */
/*.site-footer {
	 background: url("https://thebamboocuisine.com/wp-content/themes/winfield/wp-content/uploads/dark-wood.png") repeat scroll center top #3f1c03;
    border-top: 1px solid #222;
} */
.site-footer {
		 background: #3e650d;
		   border-top: 0px solid #222;
}
.site-footer .wrap {
 	background:none;
	padding:2.4rem 2.4rem;
	padding:24px 24px;
	max-width: 1180px;
}


.site-footer p {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
	font-size: 12px;
    font-weight: 400;
	color: #F2EEE4;
}
.site-footer a {
	color:#F2EEE4;
}
.site-footer a:hover {
	color:#FFF;
}
.site-footer img {
    height: 48px;
    margin: 0 10px 0 0;
}
.site-footer .gototop {
    float: right;
    margin-top: -20px;
    width: auto;
	font-weight:300;
	display:none;
}


/* ---------------------- end Footer ----------------- */

/*	
input, select, textarea {
    padding: 0.6rem;
	padding: 6px;
}	
button, input[type="button"], input[type="submit"], .btn {
    padding: .5rem 2.4rem;
	padding: 5px 24px;

}

*/

/*
.entry-content img {
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
    height: auto;
}
.entry-content a:hover img {box-shadow:0 2px 4px rgba(0, 0, 0, 0.25);  }
*/
.imgnone {
	border: none !important;
    box-shadow: none !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

.sidebar .widget {
    padding-bottom: 0;
}

.star {
	display:inline;
	color: #537598; 
}
.sep {
	display:inline; 
}


/* ----------- Forms ----------- */

.label {
    display: block;
    float: left;
    width: 30%;
}
.wpcf7-list-item input {width:auto; display:inline;}
.wpcf7-form-control-wrap {width:auto; display:inline;}
.contactform {
    display: block;
	float: left;
	margin-right: 2%;
	width: 30%;
}
.required {color:red;}
/* ----------- end Forms ----------- */

.ccform {
    background: none repeat scroll 0 0 #999999;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}
.ccform input {
    width: 75%;
}
.post-5 .entry-header {
	display:none;
}



/* ---------------------- Link/ Accent Color ----------------- */


a {
	color: #3A84DF;
	text-decoration: none;
}
a:hover {
	color: #3D7596;
	text-decoration: underline;
}
/*
::-moz-selection {
	background-color: #F2B447;
	color: #fff;
}
::selection {
	background-color: #F2B447;
	color: #fff;
}
*/


/* ---------------------- END Link/ Accent Color ----------------- */
/* ---------------------- FONT  ----------------- */
.entry-header .entry-meta,
.entry-footer .entry-meta {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.content-box-blue,
.content-box-dark,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a.button-black,
a.button-blue-green,
a.button-dark-blue,
a.button-dark-orange,
a.button-green,
a.button-grey,
a.button-light-blue,
a.button-light-orange,
a.button-middle-blue,
a.button-pink,
a.button-red {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.pagination li a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidebar .tagcloud a {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
button,
input[type="button"],
input[type="submit"],
.btn {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a.social-buttons {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.wp-caption {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.nav-header, .nav-primary, .nav-secondary {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    text-align: center;
}

/* ---------------------- END FONT  ----------------- */
/* ---------------------- END FONT  ----------------- */
/* -------------------------------------------- Blog Details -------------------------------------------- */

.entry-header .entry-meta, .entry-header .entry-meta a, .entry-footer .entry-meta, .entry-footer .entry-meta a {
    color: #013668;
}


.entry-footer .entry-meta {
    border: 1px solid #7C6957;
    padding: 2.4rem;
	padding: 24px;
}

.post-nav span.next, .post-nav span.prev {
    border-bottom: 1px solid #7C6957;
    display: block;
    margin-bottom: 0.5rem;
	margin-bottom: 5px;
}
img.alignleft, .post-image, .wp-caption.alignleft {
    display: inline;
    margin: 0 2.4rem 2.4rem 0 !important;
	margin: 0 24px 24px 0 !important;
}


.entry-footer {
	display:none;
}

.entry-meta {
	font-style:italic;
	font-weight:300;
}

.entry-header h2 a:visited {
    color: #254A87;
}

.entry-header .entry-meta {
    display:none;
}

.entry-header h2.entry-title {
    margin-bottom: 2.4rem;
}

.page .post.entry {
    border-bottom: 2px dotted #999;
    margin-bottom: 15px;
}
.pagination li a:hover, .pagination li.active a {
    background-color: #016997;
}
.pagination li a {
    background-color: #555;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 1rem 1.5rem;
}
.single .entry {
    border-bottom: medium none;
    margin-bottom: 4.8rem;
}
/* -------------------------------------------- END Blog Details -------------------------------------------- */
.soliloquy-container .soliloquy-control-nav {
	display:none;
}
/* 04f - Column Classes ----------- */

.one-fifth, .two-fifths, .three-fifths, .four-fifths {
	float: left;
	margin-left: 2.25%;
}
.one-fifth {
	width: 17.5%;
}
.two-fifths {
	width: 37.5%;
}
.three-fifths {
	width: 57.5%;
}
.four-fifths {
	width: 77.5%;
}
/* -------------------------------------------- iPads (landscape) -------------------------------------------- */
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
.footer-widgets, .site-container, .site-footer {
    max-width: 100%;
}
.home-slider .wrap, .welcome-wrap, .home-middle, .home-bottom .wrap, .wideimg .wrap, .instagram .wrap, .about .wrap, .food .wrap, .location .wrap, .reviews .wrap, .faq .wrap, .rules .wrap,  .assoc .wrap {
	max-width: 95%;
}
.nav-header, .nav-primary, .nav-secondary {
    text-align: center;
}
.nav-primary, .nav-secondary {
    border-radius: 0;
}
.hmbtn {
    font-size: 16px;
}
}	
/* -------------------------------------------- iPads (portrait) -------------------------------------------- */
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
	
.home-bottom .wrap, .about .wrap, .food .wrap, .location .wrap, .reviews .wrap, .faq .wrap, .rules .wrap {
    padding: 2rem;
}
.insurance .wrap, .welcome-wrap, .home-middle, .bottom, .home-bottom .wrap, .wideimg .wrap, .instagram .wrap, .assoc .wrap {
    padding: 2rem 2rem;
	padding: 20px 20px;
}

.home-bottom .wrap, .about .wrap, .food .wrap, .location .wrap, .reviews .wrap, .faq .wrap, .rules .wrap {
    padding: 2rem;
}
.logo {
    width: 100%;
}
.head {
    width: 100%;
}

/* -- head -- */

.site-header {
    background: #FFF;
}

.logo {
    display: block;
    float: none !important;
    margin: 0 auto;
	width:100%;
}
.logo img {
    float: none;
    margin: 0 auto;
    max-height: 135px;
    max-width: 100%;
    padding: 5px;
}
.tagline {
    font-size: 3rem;
	font-size: 30px;
    margin: 15px 0;
	margin: 1.5rem auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.head {
    display: block;
    margin: 15px auto;
	margin: 1.5rem auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.head p {
	margin-bottom:10px;
}
/* --end head --*/

/* --home middle --*/

.home-middle .widget {
    margin-bottom: 1.6rem;
	margin-bottom: 16px;
}
.hmbtn {
    font-size: 16px;
    letter-spacing: 0;
}
/*-3 column-
.home-left, .home-center, .home-right {
    width: 30.9091%;
	float: left;
	margin-right: 3.38983%;
}
.home-right {
	margin-right: 0 !important;
}
/*-4 column-*/
.home-left, .home-center, .home-right, .home-4 {
    width: 46%;
	float:left;
	margin-right:2.6%;
}
.home-right {
    clear: both !important;
}
.home-4 {
	margin-right:0 !important;
}



/* --end home middle --*/

/* -- navigation --*/
.genesis-nav-menu a {
    color: #302e2f;
    padding: 20px 24px !important;
    text-shadow: none;
}
.nav-primary, .nav-secondary {
	border-radius: 0;
}
#header-menu-icon:before, #primary-menu-icon:before, #secondary-menu-icon:before {
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px;
}
#header-menu-icon:hover::before, #primary-menu-icon:hover::before, #secondary-menu-icon:hover::before {
color: #CCC;
}

/* --end navigation --*/
/* -- home welcome  --*/

.home-welcome iframe {
	max-width:100%;
}
/* -- home middle  --*/
.home-middle .alignright {
    clear: both;
    display: block;
    float: none;
    margin: 16px auto 0 !important;
    max-width: 100%;
    width: 100%;
}

/* -- home bottom  --*/
.home-bottom .textwidget, .instagram .textwidget {
    margin-bottom: 1rem;
}
/* -- end home bottom  --*/

	
	
/* -- home widget titles  --*/
	.home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:before, .instagram .wrap  h4.widgettitle:before  ,
.assoc .wrap  h4.widgettitle:before, .assoc .wrap  h4.widgettitle:before    {
    margin-right: 0;
}
.home-welcome h4.widgettitle:after, .home-welcome h4.widgettitle:before,
.home-middle h4.widgettitle:after, .home-middle h4.widgettitle:before,
.home-bottom .wrap  h4.widgettitle:after, .home-bottom .wrap  h4.widgettitle:before,
.instagram .wrap  h4.widgettitle:after, .instagram .wrap  h4.widgettitle:before,
.assoc .wrap  h4.widgettitle:after, .assoc .wrap  h4.widgettitle:before  {
    display: none;
}

.home-welcome h4.widgettitle:after,
.home-middle h4.widgettitle:after,
.home-bottom .wrap  h4.widgettitle:after,
.instagram .wrap  h4.widgettitle:after,
.assoc .wrap  h4.widgettitle:after {
    margin-left: 0;
}
/* -- end home widget titles  --*/


/* -- footer widgets  -- */
.footer-widgets {
    text-align: center !important;
}

.footer-widgets .widget, .home-bottom .widget {
    margin-bottom: 2.4rem;
}

.footer-widgets #sfstest-sidebar blockquote:before {
    display: none;
}
/* -- end footer widgets  -- */

/* -- defaults  -- */
.site-footer .wrap,
.site-header .widget-area,
.site-inner,
.title-area,
.site-container .sidebar-primary,
.site-container .content,
.site-container .content-sidebar-wrap,
.site-container .sidebar-secondary {
	width: 100%;
}
.soliloquy-container .soliloquy-control-nav {
	display:none;
}

.star {
	display:block; 
}	
.sep {
    display: block;
    max-height: 3px;
    opacity: 0;
}
.site-container {
	margin: 0 auto;
}
.site-header .widget-area {
    float: right;
    text-align: center !important;
    width: 100% !important;
}
.site-inner {
	clear: both;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 15px;
}
.site-footer p {
	margin-bottom: 15px;
}

.headbg img {
    float: none;
}
}

/* -------------------------------------------- iPhones (portrait and landscape) -------------------------------------------- */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {

.insurance .wrap, .welcome-wrap, .home-middle, .bottom, .home-bottom .wrap, .wideimg .wrap, .instagram .wrap, .assoc .wrap {
    padding: 2rem 2rem;
	padding: 20px 20px;
}

/* -- head -- */


.logo {
    display: block;
    float: none !important;
    margin: 0 auto;
	width:100%;
}
.logo img {
    float: none;
    margin: 0 auto;
    max-height: 135px;
    max-width: 100%;
    padding: 5px;
}
.tagline {
    font-size: 3rem;
	font-size: 30px;
    margin: 15px 0;
	margin: 1.5rem auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.head {
    display: block;
    margin: 15px auto;
	margin: 1.5rem auto;
    padding: 0;
    text-align: center;
	max-width: 90%;
}

.head p {
	margin-bottom:10px;
}
/* --end head --*/

/* -- head -- */

.head {
    display: block;
    float: none !important;
     margin: 0 auto 15px;
	margin: 0 auto 1.5rem;
	width:100%;
}
.tagline {
    display: block;
    float: none !important;
    margin: 10px auto 20px;
    width: 100%;
}
header .hours {
	display: block;
}


/*-- home widgets --*/
.welcome-wrap, .home-middle, .home-bottom .wrap, .wideimg .wrap, .instagram .wrap, .about .wrap, .food .wrap, .location .wrap, .reviews .wrap, .faq .wrap, .rules .wrap, .assoc .wrap {
    padding: 4rem 2.5rem;
	padding: 40px 25px;
}

/* -- slider -- */
.home-slider .wrap {
    float: none;
}
/* -- home welcome -- */	
.welcome-wrap {
    font-size: 16px;
    padding: 40px 20px;
}
.welcome-wrap h1 {
	margin-bottom: 1rem;
	margin-bottom: 10px;
}

.welcome-wrap .btn {
    font-size: 14px;
    margin: 0;
}	
.home-welcome img {
    transform: none;
	-webkit-transform: none;
	-moz-transform:    none;
	-ms-transform:     none;
	-o-transform:      none;
}
/* -- home middle -- */
.home-middle, .home-bottom {
padding: 2rem;
}
/* -- home bottom -- */
.home-bottom ul {
    -moz-padding-start: 30px;
    display: block;
    list-style-type: disc;
    margin: 0;
}
/* BOTTOM */
.bottom {
    width: 95%;
}
.bottom-left, .bottom-right {
    clear: both;
    float: none;
    width: 100%;
}
/* -- YOUTUBE  VIDEO -- */
.tubevideo, .vdetails {
    float: none;
    margin: 10px auto !important;
    width: 100%;
}
/* -- instagram -- 
.instagram img {
    margin: 0 2px;
    max-height: 27px;
    opacity: 0.85;
}	
*/
.assoc .widget-title {
    font-size: 14px;
}
/* -- footer widgets -- */	
	
.footer-widgets {
    text-align: center !important;
}

/* -- defaults -- */
.one-fifth, .two-fifths, .three-fifths, .four-fifths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.home-center,
.home-left,
.home-right,
.home-4,
.site-footer .wrap,
.site-header .widget-area,
.site-inner,
.title-area,
.site-container .sidebar-primary,
.site-container .content,
.site-container .content-sidebar-wrap,
.site-container .sidebar-secondary {
		width: 100%;
	}

.site-header {
padding: 0 2%;
}
.mlogo {
	display: block;
    margin: 0 auto 2.4rem !important;
	margin: 0 auto 24px !important;
}
.fax {display:block;}
.txtbx {width:100%;}
.city {width:100%;}
.state {width:15%;}
.zip {width:35%;}
.phonetxt {width:100%;}
.mobiletxtarea {width:100%;}
.wpcf7-submit {margin-left:0;}
.contactform {
    display: block;
	float: left;
	margin-left: 2%;
	width: 100%;
}
.mblock {
    display: block;
    margin-top: 2.4rem;
	margin-top: 24px;
}
.site-footer .gototop {
    float: none;
    margin-top: 0;
    width: 100%;
	display:block;
}
.sep {
    display: block;
    max-height: 16px;
    opacity: 0;
}
.msep {
    display: block;
    max-height: 3px;
    opacity: 0;
}
}

/* slider full-width 
remember to go into slider settings and change it to full-width
slide -> config -> change slider dimensions to full-width
*/

/*
.home-slider .wrap {
    max-width: 100%;
    width: 100%;
}
​
.soliloquy-container .soliloquy-image {
    width: 100%;
}
*/

/* Styles for Printing coupons
Change the page id to the corresponding page id*/

@media print {
    .page-id-1 .site-header, .page-id-1 .nav-primary, .page-id-1 .footer-widgets, .page-id-1 .site-footer, .page-id-1 .entry-title {
        display: none;
    }
}
.print-btn {
    font-size: 20px;
}