/*********************************
COMPONENTS 
*********************************/
body {
	font-family: 'Roboto', sans-serif;
	background:#FFF;
	font-size: 15px;
	line-height:23px;
}
a {
	outline: none !important;
	-webkit-transition: back 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
a:focus, a:hover, a:active {
	outline: none !important;
	text-decoration: none;
	color:#b91319;
}
/*-------- html tags --------*/
p {
	line-height:25px;
	font-family: 'Roboto', sans-serif;
	margin: 5px 0 25px 0;
}
ul, li, ol {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
h6 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h4 {
	font-size: 16px;
}
h3 {
	font-size:18px;
}
h2 {
	color: #222222;
	font-size: 20px;
}
h1 {
	color: #222222;
	font-size: 50px;
}
h1 span {
	color: #1a8ad0;
}
h1 span.bg-color {
	color: #fff;
	padding:0px 10px;
	background:#1a8ad0;
}
figure {
	margin:30px 0 0 0;
	padding: 0;
}
em {
	color: #525252;
}
blockquote {
	border-color:#9f2920;
	background:#efefef;
	font-size:25px;
	font-style:italic;
	line-height:36px !important;
	padding:20px;
}
blockquote p {
    line-height: 36px !important;
}
p.logged-in-as {
    margin-bottom: 20px;
}
/*-------- font weight --------*/
.font-thin-xs {
	font-weight:200 !important;
}
.font-thin {
	font-weight:300 !important;
}
.font-slim {
	font-weight: 400 !important;
}
.font-sbold {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 600 !important;
}
.font-uppercase {
	text-transform: uppercase;
}
.uppercase {
	text-transform: uppercase;
}
.font-lowercase {
	text-transform: initial !important;
}
/*-------- font colors --------*/
.font-white {
	color:#FFF !important;
}
.font-color {
	color:#b91319;
}
.font-red {
	color:#ff0000;
}
.font-black {
	color:#000;
}
.font-grey {
	color:#7D7D70;
}
.font-grey-light {
	color:#6d7279;
}
/*-------- font sizes / style --------*/
.italic {
	font-style:italic;
}
.font13 {
	font-size:13px !important;
}
.font14 {
	font-size:14px !important;
}
.font15 {
	font-size:15px !important;
}
.font16 {
	font-size:16px !important;
}
.font18 {
	font-size:18px !important;
}
.font20 {
	font-size:20px !important;
}
.font25 {
	font-size:25px !important;
}
.font30 {
	font-size:30px !important;
}
.font35 {
	font-size:35px !important;
}
.font40 {
	font-size:40px !important;
}
.font45 {
	font-size:45px !important;
}
.font50 {
	font-size:50px !important;
}
.font55 {
	font-size:55px !important;
}
.font60 {
	font-size:60px !important;
}
.font65 {
	font-size:65px !important;
}
.font70 {
	font-size:70px !important;
}
.font80 {
	font-size:80px !important;
}
.font90 {
	font-size:90px !important;
}
.font100 {
	font-size:100px !important;
}
/*-------- marigns --------*/
.nomargin {
	margin:0 !important;
}
.m-top0 {
	margin-top:0px;
}
.m-top1 {
	margin-top:10px;
}
.m-top2 {
	margin-top:20px;
}
.m-top3 {
	margin-top:30px;
}
.m-top4 {
	margin-top:40px;
}
.m-top5 {
	margin-top:50px;
}
.m-top6 {
	margin-top:60px;
}
.m-top7 {
	margin-top:70px;
}
.m-top8 {
	margin-top:80px;
}
.m-top9 {
	margin-top:90px;
}
.m-top10 {
	margin-top:100px;
}
.m-top-1 {
	margin-top:-10px;
}
.m-top-2 {
	margin-top:-20px;
}
/*bottom margin*/
.m-bottom1 {
	margin-bottom:10px;
}
.m-bottom2 {
	margin-bottom:20px !important;
}
.m-bottom3 {
	margin-bottom:30px;
}
.m-bottom4 {
	margin-bottom:40px;
}
.m-bottom5 {
	margin-bottom:50px;
}
.m-bottom6 {
	margin-bottom:60px;
}
.m-bottom7 {
	margin-bottom:70px;
}
.m-bottom8 {
	margin-bottom:80px;
}
.m-bottom9 {
	margin-bottom:90px;
}
.m-bottomp10 {
	margin-bottom:100px;
}
.m-left1 {
	margin-left:10px;
}
/*-------- padding --------*/
.padding50{
	padding:50px;
}
.nopadding {
	padding:0 !important;
}
.no-left-padd {
	padding-left:0;
}
.no-right-padd {
	padding-right:0;
}
.left-padd0 {
	padding-left:0px !important;
}
.left-padd1 {
	padding-left:10px;
}
.left-padd2 {
	padding-left:20px;
}
.left-padd3 {
	padding-left:30px;
}
.left-padd4 {
	padding-left:40px;
}
.left-padd5 {
	padding-left:50px;
}
.left-padd6 {
	padding-left:60px;
}
.left-padd7 {
	padding-left:70px;
}
.left-padd8 {
	padding-left:80px;
}
.left-padd9 {
	padding-left:90px;
}
.left-padd10 {
	padding-left:100px;
}
.left-padd11 {
	padding-left:110px;
}
.left-padd12 {
	padding-left:120px;
}
.left-padd13 {
	padding-left:130px;
}
.right-padd1 {
	padding-right:10px;
}
.right-padd2 {
	padding-right:20px;
}
.right-padd3 {
	padding-right:30px;
}
.right-padd4 {
	padding-right:40px;
}
.right-padd5 {
	padding-right:50px;
}
.right-padd6 {
	padding-right:60px;
}
.right-padd7 {
	padding-right:70px;
}
.right-padd8 {
	padding-right:80px;
}
.right-padd9 {
	padding-right:90px;
}
.right-padd10 {
	padding-right:100px;
}
/* Chhaya */
blockquote p{
    font-size: 18px;
    line-height: 30px !important;
}
/* Chhaya */
/*New styles by Fluent-Themes*/
.navbar-header .butter_logo{
	float: left;
	padding: 0px;
	max-width: 100px;
}
ul.pagenation-list li span.current {
    background-color: #a8a8a8;
    border-radius: 100%;
    color: #161616;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: center;
    width: 35px;
}
.pad-left3{
	padding-left: 30px;
}
.cat-list li a{
	color: #262526;
	text-decoration: none;
	font-family: Helvetica;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 0;
}
.cat-list li a:first-child{
    padding: 0 0 15px 0;
}
.cat-list li a:last-child{
    padding: 0 0 15px 0;
}
.cat-list li{
	color: #262526;
	text-decoration: none;
	font-family: Helvetica;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 0;
}
.cat-list li:first-child{
    padding: 0 0 5px 0;
}
.cat-list li:last-child{
    padding: 0 0 5px 0;
}
.cat-list li a:hover{
	text-decoration: none;
}

ul.cat-list{
	list-style: outside none none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 0 0 25px;
}
.widget_categories ul.cat-list, .widget_archive ul.cat-list{
	list-style: outside none none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0;
    padding: 0;
}
.widget_tag_cloud .tags, .widget_text .textwidget, .calendar_wrap, .widget_categories, .widget_archive, .widget_rss{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
    padding: 0 0 25px;
}
.widget_archive select, .widget_categories select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #989898;
    float: left;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0 0 40px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.widget .screen-reader-text {
    display: none;
}
.widget_rss ul{
	padding-left: 0 !important;
}
.widget_rss ul li{
	padding-top: 20px;
	padding-bottom: 10px;
}
.widget_rss ul li:first-child{
	padding-top: 0;
}
.widget_rss ul li:last-child{
	padding-bottom: 0;
}
.widget_text form select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #989898;
    float: left;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0 0 40px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
	position: relative;
}
.widget_text form select .option-width{
	width: 250px;
}
.tags a {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    color: #727272;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 8px 15px;
}
.calendar_wrap td, .calendar_wrap th {
    padding: 10px 18px 10px 0 !important;
	border: 0px !important;   
}
.calendar_wrap caption{
	padding-top: 0;
}
.cat-list .post-date{
	display: none;
}
.textwidget img{
	padding: 5px 0;
}
.form-control, .btn-default, .btn{
	border-radius: 0 !important;
}
.comment-notes{
	display: none;
}
.sky-form .m-bottom3{
	margin-bottom: 30px !important;
}
.sky-form .m-top2{
	margin-top: 20px !important;
}
.form-submit button{
	margin-bottom: 20px !important;
}
.comment.depth-2{
	padding-left: 80px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 120px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 160px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 200px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 20px;
	padding-top: 10px;
    padding-bottom: 5px;
}
@media only screen and (max-width: 998px) {
.comment.depth-2{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 75px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 90px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 105px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 18px;
}
.media-body p{
	font-size: 16px;
	line-height: 19px;
}
}
@media only screen and (max-width: 767px) {
.comment.depth-2{
	padding-left: 45px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 75px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 90px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 18px;
}
.media-body p{
	font-size: 16px;
	line-height: 19px;
}
.media img {
	max-width: 60px !important;
}
}
@media only screen and (max-width: 600px) {
.comment.depth-2{
	padding-left: 30px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 45px;
	padding-top: 10px;
}
.comment.depth-4{
	padding-left: 60px;
	padding-top: 10px;
}
.comment.depth-5{
	padding-left: 75px;
	padding-top: 10px;
}
h4.media-heading{
	font-size: 16px;
}
.media-body p{
	font-size: 14px;
	line-height: 17px;
}
}
@media only screen and (max-width: 320px) {
.comment.depth-2{
	padding-left: 20px;
	padding-top: 10px;
}
.comment.depth-3{
	padding-left: 30px;
	padding-top: 5px !important;
}
.comment.depth-4{
	padding-left: 40px;
}
.comment.depth-5{
	padding-left: 50px;
	padding-top: 5px;
}
.comment .media-body p{
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 17px !important;
}
.comment-list {
    margin-bottom: 15px !important;
}
.media:first-child{
	margin-top: 0 !important;
	margin-bottom: 10px;
}
}
img{
    max-width: 100%;
	height: auto;
}
.header div, .menupop div, div.vc_row{
	max-width: none;
}
.media img {
    max-width: none !important;
}
.widget .cat-title{
	padding-bottom: 25px;
}
 @media only screen and (max-width: 995px) {
.butter_sidebar{
	margin-top: 50px;
}
}
#contactsMsgs{
	color: #6fb679;
}
.spinner-style{
	display: none !important; 
	color: #000 !important;
}
.wp-caption{}
.wp-caption-text {
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
.gallery-caption{
	font-weight:bold;
	padding-top: 10px;
    text-align: center;
}
.bypostauthor{
	border:0;
}
.type-post.sticky p{
	background-color: #F1F1F1;
	padding: 10px;
}
.alignright{
	text-align: right;
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft{
	text-align: left;
	float:left;
	margin: 10px 10px 10px 0;
}
.aligncenter {
	text-align: center;
	float: none;
	margin: auto;
}
td, th {
    padding: 5px 5px 5px 0;
}
.sky-form .progress{
	display: none;
}
.cbp-l-caption-title{
	margin-left: 10px;
	margin-right: 10px;
}
.p-bottom3{
	padding-bottom: 30px !important;
}
.padding20 {
    padding: 20px;
}
.white-bg {
    background: #fff none repeat scroll 0 0;
}
.nopadding {
    padding: 0 !important;
}
.color-bg {
    background: #dd3c9d none repeat scroll 0 0;
    padding: 14px 25px;
}
.customad-block{
	border:solid 1px #aad18b;
	padding:15px 25px 15px 15px;
	overflow:hidden;
}
.customad-block a{
	font-size:18px;
	color:#3e2308;
	text-transform:uppercase;
	font-weight:bold;
}
.title-line {
    height: 2px;
    margin: 10px auto 25px 0;
    padding: 0;
    width: 36px;
}
.flickr-widget img {
    border: 0 solid #999 !important;
    height: 58px;
    margin-bottom: 6px;
    margin-right: 6px;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease-out;
    width: 58px;
}
.breadcrumbs.view-links a{
	color: #fff;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.line-height25{
	line-height: 25px;
}
.line-height30{
	line-height: 30px;
}
.line-height50{
	line-height: 50px;
}
.p-top03{
	padding-top: 3px;
}
.wpb_content_element{
	margin-bottom: 0 !important;
}
.white-box {
    background: #FFF;
    padding: 60px 45px;
    margin: 70px 0 0 -200px;
}
.pro-display{
	border:solid 1px #efeef4;
	overflow:hidden;
	transition: all 0.3s ease 0s;
}
.pro-display:hover{
	border:solid 1px #aad18b;
	overflow:hidden;
}
.post-dis.winery{
	background:#e8e8e8;
	padding:40px 30px;
	overflow:hidden;
}
.maps{
	line-height:0;
}

/*------------------------------------*    $OPEN TABLE RESERVATIONS
\*------------------------------------*/
.powered-by-text{
	font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3;
	line-height: 1.7;
}
.ot_title{
	display: block;
    padding: 20px 0 0 0;
    background: none;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
	text-align: center;
}
.ot_title_heading{
	display: block;
    padding: 20px 0;
    background: none;
    font-size: 25px;
    font-weight: 300;
    color: #232323;
	text-align: center;
}
.ot_frame{
	max-width: 60%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.otw-button-wrap {
	margin-top: 20px;
}
.otw-button-wrap.sky-form .button{
	float: none;
    height: 40px;
    overflow: hidden;
    margin: 30px auto 70px auto;
    padding: 2px 35px;
    outline: none;
    border: 0;
    font: 500 18px/39px 'Roboto', sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
}
.post-password-form input[type="submit"]{
	float: none;
    overflow: hidden;
    padding: 3px 20px;
    outline: none;
    border: 0;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
}
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select {
	width: 210px !important;
    height: 40px !important;
    padding: 10px !important;
    background: none !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
	display: inline-block !important;
	vertical-align: middle !important;
	outline: 0 !important;
}
.selectric {
    border: 1px solid #d8d8d8;
    background: none !important;
    position: relative;
    border-radius: 3px;
    height: 40px;
	width: 210px;
	vertical-align: middle !important;
	display: inline-block !important;
}
.selectric .label{
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
	color: #777575 !important;
	text-align: left;
	margin: 10px !important;
	font-weight: 400 !important;
}
.selectric-items{
	background: #fff !important;
	vertical-align: middle !important;
}
.selectric-items li.selected {
    background: #fff !important;
    color: #000 !important;
}
.selectric-items li:hover {
    background: #fff !important;
	font-size: 15px !important;
    color: #000 !important;
}
.selectric-wrapper {
	float: right;
}
.margin-ot{
	margin-top: 40px;
}
.selectric-items ul{
	float: left;
	clear: both;
}
@media only screen and (max-width: 1199px) {
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select, .selectric, .selectric-wrapper  {
	width: 170px !important;
}
}
@media only screen and (max-width: 998px) {
.ot_frame{
	max-width: 100%;
	float: left;
	text-align: center;
}
.otw-input-wrap input, .otw-input-wrap select, .otw-time-wrap.otw-input-wrap select, .otw-party-size-wrap.otw-input-wrap select, .selectric, .selectric-wrapper  {
	width: 100% !important;
}
.margin-ot{
	margin-top: 20px;
	margin-bottom: 60px;
}
}
#recentcomments .recentcomments span{color: #262526;}
#recentcomments .recentcomments a{color: #777575;}
.comment .media-body p{
	line-height: 24px;
	margin: 0 0 20px;
}
/*Inline Styles*/
.floatleft{ /*contact.php*/
	float:left !important;
}
.floatright{/*header.php*/
	float:right !important;
}
.floatnone{/*orderby.php*/
	float:none !important;
}
.margin_zero{/*orderby.php*/
	margin: 0 !important;
}
.padding_point2{/*custom-woocommerce-functions.php*/
	padding: 0.2em !important;
}
.nodisplay{/*custom-woocommerce-functions.php, price.php, result-count.php, single-product-reviews.php*/
	display: none !important
}
.autowidth{/*theme-functions.php*/
	width: auto !important;
}
.p_b_10{/*widgets.php*/
	padding-bottom: 10px !important;
}
.wh60_65{/*widgets.php*/
	width: 65px !important;
	height: 60px !important;
}
.maxw{/*searchform.php*/
	max-width: 600px !important;
}
.pleft_zero{/*woocommerce.php, single-product-reviews.php*/
	padding-left: 0 !important;
}
.mleft_zero{/*woocommerce.php*/
	margin-left: 0 !important;
}
/*Inline Styles Complete*/
@media only screen and (max-width: 600px) {
.media img {
	max-width: 40px !important;
	max-height: 40px !important;
}
.media-heading{
	margin-bottom: 0;
}
h4.media-heading{
	padding-bottom: 0;
	padding-top: 0;
}
.comment .media-body p{
	margin: 0 0 15px;
}
.comment-list {
    margin-bottom: 5px;
}
}
.collapse.in{
	overflow-y: auto;
}

/*New css for reservation form*/
.reserve_dropdown select {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #a9a9a9;
    float: left;
    font: 15px/23px 'Roboto', sans-serif;
	font-weight: normal;
    height: auto;
    margin: 0;
    padding: 13px 50px 13px 5px;
	width: 100%;
}
.reserve_dropdown{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0;
    padding: 0 0 25px;
	width: 100%;
}

@media only screen and (min-width: 1100px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 90%;
}
}
@media only screen and (max-width: 998px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 80%;
}
}
@media only screen and (max-width: 1099px) {
.reserve_dropdown select, .reserve_dropdown{
	max-width: 85%;
}
}

.sky-form .state-success select{
	background: #fff !important;
}
/*reservation css end*/
/*Events page style*/
h2.event_date{
	color: #262526;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
}
h3.event_title{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
h3.event_title a{
	color: #262526;
}
hr.thick {
    display: inline-block;
    width: 50px;
    margin: 5px 0 15px 0;
    clear: both;
    border-top: 2px solid #262526;
	text-align: center;
}

.sidebar_wrapper, #social_share_wrapper{
    border-color: #262526;
}
.sidebar_wrapper, .sidebar_wrapper .sidebar {
    width: 240px;
    float: left;
    margin-top: 0;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #262526;
}
.sidebar_wrapper .sidebar {
    width: 100%;
    float: left;
    border: 1px solid #262526;
    padding: 15px;
    box-sizing: border-box;
}
.sidebar_wrapper .sidebar .content, #social_share_wrapper, .sidebar_wrapper a {
    color: #262526;
}
.sidebar_wrapper .sidebar .content {
    width: 100%;
    margin: 0 0 0 0;
}
.event_time i {
    margin-right: 7px;
}
.post_img.large {
    width: 100%;
    margin-right: 0;
}
.post_img {
    position: relative;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
    overflow: hidden;
    float: left;
    line-height: 0;
}
.sidebar_content img {
    max-width: 100%;
    height: auto !important;
}
.post_img img {
    max-width: 100% !important;
}
#social_share_wrapper, .social_share_wrapper {
    margin-left: 0 !important;
    padding: 10px 0 10px 0;
    border-top: 1px solid #262526;
    border-bottom: 1px solid #262526;
    margin-bottom: 40px;
	text-align: center;
}
#social_share_wrapper ul, .social_share_wrapper.shortcode ul {
    display: block;
    clear: both;
    list-style: none;
    margin: 0;
    margin-left: 0 !important;
	padding-left: 0 !important;
}
#social_share_wrapper ul li, .social_share_wrapper.shortcode ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 11px;
    text-transform: uppercase;
}
.event_description {
    text-align: left;
}
#social_share_wrapper .tooltip.tooltipstered{
	position: inherit;
	opacity: 1;
}
hr.thick.social{
    display: inline-block;
    width: 50px;
    margin: 20px 0 20px 0;
    clear: both;
    border-top: 2px solid #262526;
	text-align: center;
}
.woocommerce .must-log-in{
	display: none;
}


/**Max css**/
/**Max css**/
.heading1 .section-titles h2{display:inline-block;width:auto; color: #9f2920;padding:0 0 5px;position:relative;}
.heading1 .section-titles h2:after{content:"";display:inline-block;width:100%;height:4px; background:#9f2920;position:absolute;bottom:0;left:0;}

.heading2 .section-titles h2{display:inline-block;width:auto; color: #ffffff;padding:0 0 5px;position:relative;}
.heading2 .section-titles h2:after{content:"";display:inline-block;width:100%;height:4px; background:#ffffff;position:absolute;bottom:0;left:0;}

.Home-services .service-info{display:none;}
.Home-services .post-img{height: 320px; position: relative;}
.Home-services .post-img a{display: inline-block;height: 100%;position: relative;}
.Home-services .post-img a img{height: 100%;object-fit: cover;}
.Home-services .post-img .dine-time{background: transparent;top: 50%; left: 50%;transform: translate(-50%, -50%); text-align: center;margin: 0;line-height: normal; font-style: italic;}
/*sanku*/
/*.service-info{min-height:465px;}*/
/*.delivery-wrap{display: flex; align-items: center; flex-flow: row wrap;}*/
ul.address-info li{margin-bottom: 10px;}
ul.address-info h4,.address-info h4{ font-weight:bold}
ul.address-info li h4.m-bottom2{margin-bottom: 10px !important;}
ul.address-info li p{ margin-bottom:15px}

body.rtl .menu-items h3{ float:none; text-align:center;}
.delivery-para p{ text-align:justify;}
.premium-brand .textwidget {color:#ffffff; border:none;}
.premium-brand p{text-align:justify;}
.premium-brand .ms-staff-carousel{margin:0;}
.premium-brand .ms-skin-black-2 .ms-nav-next:hover, .premium-brand .ms-skin-black-2 .ms-nav-prev:hover { background-color: #f26422;}
.premium-brand  .ms-staff-carousel .ms-nav-next{right:-228px;}
.premium-brand  .ms-staff-carousel .ms-nav-prev{left:-228px;}
.Download-banner{padding:30px 0 20px;}
.Download-banner .Download-ttl h5{color:#ffffff;font-size:22px !important;font-weight:normal !important;}
.Download-banner .button {margin-top: 10px;margin-bottom:30px;}
.Download-banner .Download-subttl{color:#ffffff;}
.page-template .button .btn.boxed-color-lg{ padding: 15px 45px; background: #f26422;border:2px solid #ffffff;transition:0.5s;}
.page-template .button .btn.boxed-color-lg:hover{background: #9f2920;}
.tax-product_cat .section-lg {margin-top: 30px;}
.breadcrumbs{display:none;}
.products .menu-card { margin-bottom: 20px;text-align: center;}
.products  p.m-top1,.products .button{display:none;}
.products  .m-bottom5{margin-bottom: 20px;}
.woocommerce ul.products li.product a{display: inline-block; pointer-events: none;}
.single-post .sidebar_wrapper{display:none;}
/*career*/
.career .bg-parallax h2{color: #B91319 !important;}
.career .bg-parallax{padding: 40px 0 80px 0;background:none;}
.career .bg-parallax p.font-white{font-size:16px !important;color: #777575 !important;text-align:left;padding: 0 15%;}
.career .title-line-shape{height: 0px;}
/*Footer*/
footer.footer-bg{background: #6f1610 none repeat scroll 0 0; padding: 30px 0;}
footer ul{margin:0;padding:0;}
.footer-menu li a, footer p a{color:#ffffff; font-size:16px;font-weight: 300;}
footer p{margin:0;font-size:16px;color:#ffffff;font-weight: 300;}
footer p a:hover{color:#ffffff;}
.footer-menu li{margin:0 0 5px;}
footer .countries{display:inline-flex;flex-flow:row wrap; justify-content:center;margin:0 0 12px;} 
footer .countries li{padding:0 8px;border-right:1px solid #fff; }
footer .countries li:last-child{ border:0;}
footer .countries li a{color:#ffffff;font-size:15px; font-weight: 300;}
footer h5{color:#ffffff; font-size:20px; font-weight: 500;margin:0 0 8px;}
footer .col{float:left;padding:0 15px;}
footer .col-1{width:15%;}
footer .col-2{width:30%;}
footer .col-3{width:30%;}
footer .col-4{width:25%;}

footer ul.social-icons.style-two{float:none;text-align:center;}
footer ul.social-icons li a{background-color: #ffffff;}
ul.social-icons li i{color:#6f1610;}
ul.social-icons li{margin:0 6px;}
.contact i{width: 26px; height: 26px;border-radius: 30px;display: inline-flex; justify-content: center;align-items: center; margin-right: 8px;border: 1px solid;}
.contact p{margin:0 0 6px;}
.contact .fa-mobile{font-size:20px;}
.site_wrapper .copyrights{background: #ffffff;text-align: center;padding:0;color:#686868;font-weight:bold;}
.signup{display:inline-block;width: 100%;padding:5px 6px;text-align:center;color:#ffffff;font-size:16px;border:1px solid #ffffff;text-transform:uppercase;}
.signup:hover{color:#ffffff;}
.address p{margin-bottom:10px;}
footer .contact-wrap{padding-left:50px;}
.header .cart{display:none;}
/*.ms-slide:not([data-id="first-slide"]) img.ms-layer{display:none;}*/
footer ul.social-icons.style-two{margin:0 0 20px;}
.button2{background: #c74247;color: white;font-weight: bold;border: 0;padding: 10px 25px;font-size: 16px;}
ul.address-info.map{padding-right:15px;}
.page-header {background-image:none !important;padding: 170px 0 40px 0;}
.page-header .container .font45, .page-header .container .font18{color:#9f2920 !important;}
.page-header .container .breadcrumbs.view-links a, .page-header .container .breadcrumbs.view-links i {color:#9f2920 !important;}
.page-header .container .breadcrumbs.view-links span {color:#9f2920 !important;}
.about-history p{text-align:justify;}
.premium-brands h4{text-align:center !important;}
.maps{margin-bottom:20px;}
.maps iframe{width:100%;}
.brand-list .wpb_single_image .vc_single_image-wrapper{overflow:hidden;}
.brand-list .wpb_single_image .vc_single_image-wrapper img{transition:0.5s ease-in-out;transform:scale(0.9);}
.brand-list .wpb_single_image .vc_single_image-wrapper:hover img{transform:scale(1);}
.brand-list .wpb_single_image{display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;}
.brand-list .wpb_heading{order:2;margin:0px 0 15px;border-bottom: 2px solid #d7d7d7; width: 100%; text-align: center;padding: 0 0 15px;}
.brand-list figure {margin-bottom: 0px !important;}
.button2:hover{background: #B91319;color:#fff;}
.no-sticky-header{padding-top: 200px;padding-bottom: 50px;}

.woocommerce ul.products li.product a img { transform: scale(0.9); transition: 0.5s ease-in-out; }
.woocommerce ul.products li.product:hover a img { transform: scale(1); }
.woocommerce ul.products li.product h3 a { transition: 0.5s ease-in-out; text-transform: capitalize; text-align: center; }
.woocommerce ul.products li.product .dotted-lines { display: none; }
.woocommerce ul.products li.product:hover h3 a { color: #9f2920 !important; }

.newsletter-email{display:flex;margin-top:15px;}
.newsletter-email .wpcf7-form-control-wrap{display: inline-block; width: calc(100% - 100px);}
.newsletter-email .wpcf7-form-control{width: 100%;height: 50px;padding: 6px 10px;outline: none;background: #fff;
font: 15px/23px 'Roboto', sans-serif;border: 0;}
.newsletter-email input[type=submit]{background: #c74247;color: white;font-weight: bold;border: 0;padding: 10px 25px;font-size: 16px;border: 0;width:100px;}
.newsletter-email .wpcf7-spinner{position: absolute;left: 50%;transform: translateX(-50%);top: 14px;}
footer .wpcf7 form .wpcf7-response-output{ margin: 0;color:#fff;}
.newsletter-email .wpcf7-not-valid-tip{text-align:left;}
.back-btn{color: #9f2920;font-family: 'Roboto', sans-serif;font-size: 18px;}
.back-btn:hover{color:#6f1610;}
.full-img .vc_figure,.full-img .vc_single_image-wrapper,.full-img img{width:100%;}
@media (min-width: 1000px){
body .header{background-color: #ffffff;height: 90px;}
.header .navbar .container{width:100%;}
body .header.headr-style-2 .navbar-default{padding:17px 20px 17px;height: 90px;}
.header .navbar-default .navbar-nav > li > a,.header .navbar-default .navbar-text{color: #9f2920;}
.navbar-header{position: absolute;left: calc(50% - 15px); transform: translateX(-50%);top: -17px;}
#navbar-collapse-1{position: absolute;left: 50%; width: 100%;transform: translate(-50%);}
.nav.navbar-nav{display: inline-flex;justify-content: space-between; padding: 0;}
.nav.navbar-nav:before, .nav.navbar-nav:after { display: none; }
.navbar-nav>li:nth-child(3){margin-right:50px;}
.header .navbar-nav > li > a,body.compact .header .navbar-nav>li>a{padding-bottom:15px;padding-top: 20px;}
.navbar-nav>li:nth-child(4){margin-left: 100px;}
	/*sanket*/
.navbar-nav>li:last-child{ position: absolute; right: -150px;}
.rtl .navbar-nav>li:nth-child(4){ margin-left: 0;margin-right: 50px; }
.rtl .navbar-nav>li:nth-child(3){ margin-right: 0; margin-left:100px;}

}
@media (max-width: 1440px){
	.nav.navbar-nav{justify-content:center;}
	.navbar-nav>li{ margin-right: 15px;}
	.navbar-nav>li:nth-child(3){ margin-left: 15px;}
	.navbar-nav>li:last-child {right: 75px;	}

	.rtl .navbar-nav>li:nth-child(4){ margin-right: 100px;}
/* 	.rtl .navbar-nav>li{ margin-left: 20px;} */
	/* .rtl .navbar-nav>li:nth-child(3) {margin-right: 15px;} */
}
@media (max-width: 1200px){
	.navbar-nav>li:last-child {right: -10px;	}
}
@media (max-width: 999px){
	.page-header {padding: 100px 0 20px 0;}
	.page-header .container .font45{font-size: 25px !important;}
	.vc_custom_1634555711337 { padding-top: 30px !important; padding-bottom: 30px !important;}
	.font20 {font-size: 16px !important;}
	footer .col{width:100%;padding:0 20px 30px;text-align:center;}
	.premium-brand .vc_col-sm-8{padding:0 12px;}
	.navbar-header .butter_logo{ padding: 10px 0; max-width: 70px;}
	.header .navbar-collapse.pull-right.dark-color{background: #fff;}
	.heading1 .section-titles h2,.heading2 .section-titles h2{font-size:26px !important;}
	body.compact .header .navbar-nav>li>a { padding-bottom: 5px; padding-top: 15px;}
	.navbar-default .menu-header-menu-bakery-container .navbar-nav > li > a, .navbar-default .navbar-text ,.menu-header-menu-bakery-container .dropdown-menu>li>a{ color: #222222;}
	.navbar-default .menu-header-menu-bakery-container .navbar-nav > li.current_page_item > a, .navbar-default .navbar-text, .menu-header-menu-bakery-container .dropdown-menu>li.current_page_item>a{color: #9f2920;}
	.page-template .premium-brands{padding-top: 30px !important;}
	.m-bottom6 { margin-bottom: 30px;}
	.premium-brand .master-slider {margin-top: 30px !important;}
	.career .bg-parallax p.font-white{padding: 0 5%;}
/*sanket*/
.navbar-nav>li,.rtl .navbar-nav>li {  margin-right: 0;}

}
@media (max-width: 767px){
	.woocommerce .products ul, .woocommerce ul.products{width: 100%; display: flex; flex-flow: row wrap;justify-content: center;}
	.woocommerce .products ul, .woocommerce ul.products li.product{ width: 50% !important;}
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{ width: 50% !important;}

}
@media (max-width: 480px){

	.woocommerce .products ul, .woocommerce ul.products li.product{ width: 100% !important;}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{ width: 100% !important;}
 
}
.wpb_single_image:hover h2.wpb_heading.wpb_singleimage_heading {
    color: #9f2920 !important;
}

@media (max-width: 480px){
	.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev{background-size: 80px!important;width:30px!important;height:30px!important;}
	.ms-skin-light-3 .ms-nav-next{right: 30px!important;background-position: -120px -167px!important;}
	.ms-skin-light-3 .ms-nav-prev{background-position:-120px -8px !important;}
	.ms-skin-light-3 .ms-bullet{background-position:-34px -109px !important;}
	
}
