/*
THEME NAME: Rosetta
DESCRIPTION: Custom theme developed by DaddyDesign.com for Rosetta
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */

*{ margin: 0; padding: 0; }
img { border: 0; }

html { -webkit-text-size-adjust: none; }
body{
font-family: 'Lora', serif;
font-weight: 400;
font-size: 15px;
color: #444;
background: #edd9c0; 
}
a{ color: inherit; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

p { margin-bottom: 20px; }
/* Fontface */
.fontface{ font-family: 'IeicesterText'; font-weight: normal; letter-spacing: 1px; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.section{ width: 100%; float: left; position: relative; }
.clearfix:after{ content: ""; display: block; width: 100%; height: 0; clear: both; }
#nav_btn{ display: none; }
#container{
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
	box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
}
#logo{
    margin: 5px 15px 5px;
    float: left;
    background: url(images/Artboard-1.png);
    background-size: 100% auto;
    text-indent: -9000px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0px;
}
#logo a{
	width: 190px;
	height: 90px;
	display: block;	
}
#nav{ float: right; margin: 16px 0 36px; }
#nav ul{ list-style: none; }
#nav ul li{ float: left; position: relative; border-right: 1px solid #dddddd; }
#nav ul li a{ display:block; text-decoration: none; color: #bc813b; font-size: 24px; line-height: 24px; padding: 10px 20px; }
#nav ul li a span{ display: block; font-style: italic; font-size: 13px; color: #786a65 }

#header .btn { 
width: auto; 
float: right; 
padding: 0 30px;
margin: 18px 0 0 20px; 
position: relative;
z-index: 9; 
}
#header .btn span{ 
width: auto; 
height: 60px;
display: block;
font-family: 'Lora', serif; 
font-size: 20px;
line-height: 60px;
font-weight: bold;
color: #fff; 
padding: 0;
border: 0;
background: #dbac6d; 
cursor: pointer;
outline: none;
z-index: 9; 
}
#header .btn::before, #header .btn::after{
content: '';
width: 60px;
height: 60px;
position: absolute;
top: 0;
left: 0;
background: url(images/btn-bg.svg) no-repeat center;
z-index: -1;
}
#header .btn::after{ left: inherit; right: 0; }

#main-banner ul{ list-style: none; }
#main-banner ul li{
	width: 100%;
	height: 740px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	display: table;
	vertical-align: middle;
	text-align: center;
}
#main-banner ul li.first-slide{ background-image:url(images/slider-1.jpg); }
#main-banner.page-banner ul li{ height: 480px; }
#main-banner.page-banner ul li.first-slide{ background-image:url(images/page-banner.jpg); }

.rslides_nav.prev,
.rslides_nav.next{
	width: 34px;
	height: 54px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	text-decoration: none;
	top: 50%;
	margin-top: -27px;
	position: absolute;
}
.rslides_nav.prev{ left: 0; background: url(images/slider-left.png) no-repeat center left; }
.rslides_nav.next{ right: 0; background: url(images/slider-right.png) no-repeat center left; }

.slider-content{
	vertical-align: middle;
	display: table-cell;
}
.slider-content .wrap{
	width: 390px;
	height: 350px;
	background: url(images/banner-content.svg) no-repeat center;
	background-size: 100% auto;
	display: block;
	margin: 0 auto;
}
.slider-content .wrap .inner{ display: table; vertical-align: middle; width: 100%; height: 100%; }
.slider-content .wrap .inner .inner-content{ display: table-cell; text-align: center; vertical-align: middle; padding: 0 80px; }
.banner-main-text{
	font-size: 48px;
	line-height: 52px;
	color: #fff;
}
.banner-content{
	padding-top: 30px;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	position: relative;
}
.banner-content:before{
	content: "";
	width: 40px;
	height: 3px;
	background: #cc9a5e;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -20px;
}
.box-boxes .box-box,
.food-menu-wrap{
	float:left;
	width: 25%;
	height: 376px;
	padding: 0 10px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.recent-post-box{
	width: 33.33%; float: left; padding: 0 10px; margin-bottom: 20px;
	color: #fff;
}
.recent-post-box .recent-post-wrap{
	padding: 45px 55px;
	background: #dbac6d;
}
.recent-post-box .recent-post-wrap h2{ font-weight: normal; font-size: 46px; line-height: 52px; position: relative; margin-bottom: 48px; }
.recent-post-box .recent-post-wrap h2:after{
	height: 3px;
	width: 40px;
	background: #cc9a5e;
	position: absolute;
	bottom: -20px;
	left: 0;
	content: "";
	display: block;
}
.recent-post-box .recent-post-wrap ul{ list-style: none; }
.recent-post-box .recent-post-wrap ul li{ margin-bottom: 25px; }
.recent-post-box .recent-post-wrap ul li:last-child{ margin-bottom: 0; }
.recent-post-box .recent-post-wrap ul li a{ color: #fff; text-decoration: none; font-weight: bold; font-size: 22px; line-height: 28px; }
.recent-post-box .recent-post-wrap ul li .post-date{ padding-top: 5px; font-size: 14px; font-style: italic; }


.box-boxes .box-box .main-wrap,
.food-menu-wrap .main-wrap{
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.box-box.social_tweet,
.food-menu-wrap.social_tweet,
.food-menu-wrap.post_type{
	color: #dbac6d;
}
.box-box.social_tweet .wrap-inside,
.wrap-inside.partner,
.food-menu-wrap.social_tweet .main-wrap,
.food-menu-wrap.post_type .main-wrap{
	border: 1px solid #ddb176;
}
.main-wrap .wrap-inside.recent-ig,
.main-wrap .wrap-inside.recent-tweets{
	background-color: #dbac6d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 75%;
}
.main-wrap .wrap-inside.recent-tweets{ background-image: url(images/tw-dark.svg); }
.main-wrap .wrap-inside.recent-ig{  background-image: url(images/ig-dark.svg);  }
.food-menu-wrap.post_type .wrap{ display: block; padding-top: 15%; }
.food-menu-wrap.social_tweet .wrap{ display: block; padding-top: 15%; }
.food-menu-wrap.post_type .post_type-type{ font-size: 32px; margin-bottom: 30px; position: relative; }
.food-menu-wrap.post_type .post_type-type:after{
	content: "";
	width: 24px;
	height: 3px;
	position: absolute;
	background: #dbac6d;
	left: 50%;
	margin-left: -12px;
	bottom: -18px;
}

.food-menu-wrap.post_type .post_type-title{ padding: 0 35px; font-size: 26px; line-height: 34px; font-weight: bold; margin-bottom: 10px; }
.box-box.social_tweet .wrap-inside .post_type-title,
.food-menu-wrap.social_tweet .post_type-title{
	font-size: 24px;
	line-height: 32px;
	padding: 0 34px;
	margin-bottom: 10px;
}
.box-box.social_tweet .wrap-inside .post_type-title{ padding: 0 10px; }
.box-boxes .box-box.ig-box,
.food-menu-wrap.instagram .wrap{ position: relative; }
.box-boxes .box-box.ig-box:before,
.food-menu-wrap.instagram .wrap:before{
	width: 50px;
	height: 50px;
	bottom: 0;
	right: 0;
	content: "";
	position: absolute;
	background: url(images/instagram.svg) no-repeat #ddb176 center;
	background-size: 27px 27px;
}
.box-boxes .box-box.ig-box:before{ right:10px; }
.food-menu-wrap.social_tweet{ position: relative; }
.box-box.social_tweet .wrap-inside .post_type-date,
.food-menu-wrap.social_tweet .post_type-date{ font-style: italic; font-size: 18px; }
.food-menu-wrap.social_tweet:before{
	background-image: url(images/tw.svg);
	background-repeat: no-repeat;
	background-size: 36px 26px;
	width: 36px;
	height: 26px;
	position: absolute;
	top: 8%;
	left: 50%;
	margin-left: -18px;
	content: "";
	display: block;
}
.food-menu-wrap.post_type .post_type-date{ font-size: 18px; font-style: italic; }
.main-wrap .wrap-inside,
.box-box .wrap-inside,
.food-menu-wrap .wrap{
	display: table-cell;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	vertical-align: middle;
}
.box-box .wrap-inside.team{ vertical-align: bottom; }
.box-box .wrap-inside .section-title,
.food-menu-wrap .section-title{ font-size: 80px; line-height: 74px; }
.box-box .wrap-inside .section-content,
.food-menu-wrap .section-content{ font-size: 24px; line-height: 24px; font-style: italic;}

.wrap-inside.partner img{ max-width: 100%; }

.box-boxes .wrap,
#explore-the-menu-on-home .wrapper{ margin: 20px -10px 0; }
#explore-the-menu-on-home .wrapper.second{ margin-top: 0; }
.food-menu-wrap .food-menu-content{
	width: 212px;
	height: 190px;
	display: block;
	background: url(images/food-menu-content.svg) no-repeat center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	margin: 0 auto;
	color: #bc813b;
	font-size: 32px;
	line-height: 38px;
}
.clearer { clear: both; }
.meet-the-team-info{
	padding: 16px;
	background: rgba(221, 177, 118, 0.9);
}
.meet-the-team-info .team-name{ font-size: 20px; font-weight: bold; line-height: 20px; margin-bottom: 6px; }
.meet-the-team-info .team-position{ font-style: italic; font-size: 16px; }

.table-content{ display: table; width: 100%; height: 100%; vertical-align: middle; text-align: center; padding-top: 5px; }
.table-content .table-content-inner{ display: table-cell;vertical-align: middle; }

#footer{ text-align: center; padding: 40px; background: #786a65; }
#footer .site-copy{ text-align: center; color: #c8b5af; font-size: 11px; line-height: 16px; }
#footer .site-copy a{ color: #c8b5af; text-decoration: none; }
#footer-nav ul{ list-style: none; text-align: center; }
#footer-nav li{ display: inline-block; margin: 0 8px 15px; }
#footer-nav li a{ color: #dbac6d; font-size: 24px; line-height: 16px; text-decoration: none; }
.social-media-footer {text-align: center; }
.social-media-footer a{
	display: inline-block;
	width: 46px;
	height: 41px;
	background: url(images/social-icons.svg) no-repeat center;
	background-size: 100% auto;
	text-decoration: none;
	margin: 0 3px 15px;
}

.social-media-footer a span{ display: table;width: 100%; height: 100%;  background-repeat: no-repeat; background-position: center;}
.social-media-footer a.rss span{ background-image: url(images/rss.svg); background-size: 17px 16px; }
.social-media-footer a.fb span{ background-image: url(images/fb.svg); background-size: 9px 18px; }
.social-media-footer a.tw span{ background-image: url(images/tw.svg); background-size: 19px 14px; }
.social-media-footer a.ig span{ background-image: url(images/ig.svg); background-size: 17px 16px; }
.social-media-footer a.cm span{ background-image: url(images/custom.svg); background-size: 17px 16px; }
.social-media-footer a.ta span{ background-image: url(images/tripadvisor.png); background-size: 17px 16px; }

#footer .icon{
	width: 48px;
	height: 50px;
	margin: 0 auto 12px;
	background: url(images/icon-footer.svg) no-repeat;
	background-size: 48px 50px; 
}

#footer .email_signup{ display: inline-block; text-align: center; margin: 0 auto 35px; }
#footer .email_signup h2{ font-size: 20px; font-weight: normal; line-height: 23px; color: #dbac6d; margin: 0 0 15px; }
#footer .email_signup .email{
width: 280px;
height: 40px;
float: left;
font-family: 'Lora', serif;
color: #dbac6d;
font-size: 15px; 
font-weight: normal;
padding: 0 20px;
margin-right: 8px;
background: #786a65;
border: 1px solid #dbac6d;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 20px; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px;	
outline: none;
}
#footer .email_signup .email::-webkit-input-placeholder{ color: #dbac6d; }
#footer .email_signup .email:-moz-placeholder{ color: #dbac6d; }
#footer .email_signup .email::-moz-placeholder{ color: #dbac6d; }
#footer .email_signup .email:-ms-input-placeholder{ color: #dbac6d; }
#footer .email_signup #mc-embedded-subscribe{ 
width: auto; 
height: 40px;
float: left; 
font-family: 'Lora', serif; 
font-size: 15px;
font-weight: bold !important;
color: #786a65; 
text-transform: uppercase; 
padding: 0 30px;
border: 0;
background: #dbac6d; 
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 20px; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px;
z-index: 9; 
}

#content{ font-size: 21px; line-height: 33px; color: #786a65; }

.wrapper-content{ max-width: 960px; margin: 60px auto; text-align: center; }
.wrapper-content p{ line-height: 33px; }

.wrapper-content .btn_wrap{ display: block; text-align: center; margin: 0 0 30px; }
.wrapper-content a.btn {
width: auto; 
display: inline-block;
font-family: 'Lora', serif; 
font-size: 20px;
font-weight: bold;
color: #fff; 
text-transform: uppercase; 
line-height: 26px;
padding: 16px 40px;
margin: 0 auto; 
border: 0;
background: #dbac6d; 
position: relative; 
cursor: pointer;
border-radius: 30px; 
-moz-border-radius: 30px; 
-webkit-border-radius: 30px;
z-index: 9; 
}
.wrapper-content a:hover.btn{ color: #fff; }

.content-blocks-section .content-box{ float: left; width: 50%; margin-bottom: 20px; }
.content-blocks-section .content-box:nth-child(2n+1){ padding-right: 10px; }
.content-blocks-section .content-box:nth-child(2n){ padding-left: 10px; }
.content-blocks-section .content-box:nth-child(3n+3){ float:right; padding-left:10px; padding-right:0; }
.content-blocks-section .content-box:nth-child(4n+4){ float:left; padding-left:0px; padding-right:10px; }
.content-blocks-section .content-box:nth-child(7){float:right;padding-left: 10px;padding-right: 0;}
.content-blocks-section .content-box:nth-child(9){float:left;padding-left: 0px;padding-right: 10px;}

.content-blocks-section .content-box.image .table-content .table-content-inner{ padding: 0; }
.content-blocks-section .content-box.image img{ float: left; width: 100%; }

.content-blocks-section .content-box .table-content{
	background: #bc813b;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding-top: 0;
}
.content-blocks-section .content-box.image .table-content{ background: #fff; }
.content-blocks-section .content-box .table-content .table-content-inner{ padding: 84px 10%; }
.content-blocks-section .content-box .table-content .table-content-inner h2{
	font-size: 46px;
	font-weight: 400;
	color: #f1c993;
	line-height: 52px;
	margin-bottom: 15px;
}
.content-blocks-section .content-box .table-content .table-content-inner p:last-of-type{ margin-bottom: 0;}

#page-nav{
	background: #dbac6d;
	margin-bottom: 20px;
	padding: 15px 3px 15px 20px;
}

#page-nav-title:before{
	display: block;
	width: 51px;
	height: 54px;
	background: url(images/food-icon.png) no-repeat;
	content:"";
	float: left;
	margin: 8px 13px 8px 0;
}
#page-nav-title{ line-height: 70px; font-size: 46px; color: #fff; float: left; }

#page-nav-menu{ float: right; }
#page-nav-menu ul{ list-style: none; }
#page-nav-menu ul li{ height: 70px; float: left; position: relative; margin-right: 0;}
#page-nav-menu ul li a{
	height: 70px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 70px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-style: normal;
	font-size:20px;
	padding: 0 25px;
	border-left: 1px solid #cc9a5e;
}


#food-nav{
	background: #dbac6d;
	margin-bottom: 20px;
	padding: 15px 3px 15px 20px;
}

#food-nav-title:before{
	display: block;
	width: 51px;
	height: 54px;
	background: url(images/food-icon.png) no-repeat;
	content:"";
	float: left;
	margin: 8px 13px 8px 0;
}
#food-nav-title{ line-height: 70px; font-size: 46px; color: #fff; float: left; }

#food-nav-menu{ float: right; }
#food-nav-menu ul{ list-style: none; }
#food-nav-menu ul li{ float: left; position: relative; display: table; vertical-align: middle; margin-right: 20px;}
#food-nav-menu ul li.custom-links{ margin-right: 0; }
#food-nav-menu ul li.custom-links a{ display:block; font-weight: bold; text-align: left; border-left: 1px solid #cc9a5e; padding: 11px 27px; font-style: normal; font-size: 18px; margin-right: 0; }
#food-nav-menu ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-style: italic;
	font-size:20px;
}
#food-nav-menu ul li a span{ font-weight: normal; }

.food-banner{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	margin-bottom: 20px;
}

.food-banner .table-content{ padding-top: 0; }
.food-banner-title{
	width: 388px;
	margin:0 auto;
	height: 100%;
	background: url(images/food-banner-text.png) no-repeat center;
	background-size: auto 100%;
	font-size: 52px;
	color: #bc813b;
	line-height: 62px;
}
.food-menu-blocks{ padding: 30px 0; }
.food-menu-blocks .food-menu-block{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;

}
.food-menu-blocks .food-menu-block:nth-child(2n+1){ clear:both; }
.food-menu-blocks .food-menu-block:nth-child(2n+1){ padding-right: 30px; padding-left: 40px; }
.food-menu-blocks .food-menu-block:nth-child(2n){ padding-left: 30px; padding-right: 40px; }

.food-menu-block .food-label{
	color: #bc813b;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-top: 5px;
	position: relative;	
    margin-right: 45px;
}
.food-menu-block .food-label:after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
    border-bottom: 1px dotted #bc813b;
    width: 100%;
    z-index: 1;
}
.food-menu-block .food-label span{ display: inline-block; background: #fff;
    padding: 2px 5px 0px 0;
    position: relative;
    z-index: 2;
}
.food-menu-block .food-desc{ color: #786a65; font-size: 15px; font-style: italic; }
.food-menu-block .food-price{
	position: absolute;
	width: 70px;
	height: 60px;
	background: url(images/banner-content.svg) no-repeat center;
	background-size: 100% auto;
	top: 0;
	right: 0px;
	font-size: 21px;
	line-height: 24px;
	color: #fff;
}
.food-menu-blocks .food-menu-block:nth-child(2n) .food-price{ right: 40px; }
.food-menu-blocks .food-menu-block:nth-child(2n) .food-label{ margin-right: 75px; }
.mobile-banner{ display: none; }

.store-wrap{ margin: 10px -10px; padding-bottom: 1px; }
.page-store:last-of-type{ margin-bottom: 20px; }
.page-store-gallery{ width: 35%; float: left; padding:10px 10px 0; }
.page-store-gallery img{ width: 100%; }
.store-slideshow-wrap ul,
.store-slideshow-wrap{ position: relative; display: table; height: 100%; width: 100%; }
.store-slideshow-wrap ul{ list-style: none; }
.store-slideshow-wrap ul li{
	display: table-cell; width: 100%; height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.page-store-address{ width: 30%; float: left; padding:10px 10px 0; }
.page-store-address .table-content{
	padding:100px 40px; background: #dbac6d; color: #fff;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page-store-gmap{ float: right; width: 35%; padding: 10px 10px 0; }
.page-store-gmap iframe{ float: left; width: 100%; height: 100%; }
.page-store-gmap .table-content{ padding-top: 0; }


.page-store-address .store-name{ font-size: 32px; line-height: 52px; font-weight: bold; }
.page-store-address .store-flagship{ font-style: italic; font-size: 20px; line-height: 24px; margin-bottom: 30px; }
.page-store-address .store-address{ font-size: 24px; line-height: 30px; margin-bottom: 30px; }
.page-store-address .store-phone{ font-size: 24px; line-height: 30px; font-weight: bold; }

.newsletter{ clear: both; margin: 0 auto 30px; width: 100%; max-width: 320px; }

.divider-section{ width:100%; clear:both; padding:0; margin-bottom:20px; }
.divider-section:before{ width:100%; height:1px; background:#ddd; content:""; display:block; }

#mc_embed_signup #mc-embedded-subscribe-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dbac6d;
}
#mc_embed_signup #mc-embedded-subscribe-form input::-moz-placeholder { /* Firefox 19+ */
  color: #dbac6d;
}
#mc_embed_signup #mc-embedded-subscribe-form input:-ms-input-placeholder { /* IE 10+ */
  color: #dbac6d;
}
#mc_embed_signup #mc-embedded-subscribe-form input:-moz-placeholder { /* Firefox 18- */
  color: #dbac6d;
}

/* Forms */
.wpcf7, .mailchimp_form{ width: 100%; max-width: 600px; display: block; clear: both; padding-top: 30px; margin: 0 auto !important; }
.wpcf7-form{ width: 100%; display: block; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; padding: 0; margin: 0; }
.wpcf7-form label{ display: block; font-size: 15px; font-weight: bold; line-height: 20px; text-transform: uppercase; padding: 0 0 0 5px; margin: 0 0 8px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; padding: 0 10px; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: 'Lora', serif;
color: #786a65;
font-size: 18px; 
font-weight: bold;
padding: 13px 30px;
background: #fff;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;	
outline: none;
}
.wpcf7-form div.form_field textarea { 
height: 240px; 
padding: 24px 30px; 
}
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 32px;
background: url(images/arrow_down.svg) no-repeat right 20px top 50% #fff;
-webkit-background-size: 18px 10px; 
-moz-background-size: 18px 10px;  
-o-background-size: 18px 10px; 
background-size: 18px 10px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #786a65; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #786a65; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #786a65; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #786a65; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #786a65; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #786a65; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #786a65; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; text-align: center; padding: 10px 0 0; margin: 0 0 30px; position: relative; }
div.wpcf7 img.ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px; }
.wpcf7-form div.submit input { 
width: auto; 
height: 50px;
float: none; 
display: inline-block;
font-family: 'Lora', serif; 
font-size: 20px;
font-weight: bold !important;
color: #fff; 
text-transform: uppercase; 
padding: 0 60px;
margin: 0 auto !important; 
border: 0;
background: #dbac6d; 
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 25px; 
-moz-border-radius: 25px; 
-webkit-border-radius: 25px;
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #fff; }
div.wpcf7 .ajax-loader{ margin-left: 12px !important; }

div.wpcf7-response-output{ 
clear: both;
color: #444 !important;
font-family: 'Lora', serif;
font-size: 18px;
font-weight: bold;
line-height: 26px;
border: 1px solid #e9e9e9 !important;
background: #e9e9e9;
margin: 0 0 20px !important; 
padding: 30px !important;
color: inherit; 
text-align: center;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px;
}
div.wpcf7-validation-errors{ color: #fff !important; border: 1px solid #ec1c23 !important; background: #ec1c23; }

span.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid{ border: 1px solid #ec1c23 !important; }
.wp-block-image img{ height: auto; }