/*
Theme Name: Carvalho
Description: Custom wp theme
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpbc
 
Tags: fluid-layout, translation-ready, microformats, white, light, two-columns, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post

License: GNU General Public License V2 or Later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Global Settings
2.0 Alignments
3.0 Media
    3.1 Images
    3.2 Captions
    3.3 Galleries
    3.4 Screen Reader
4.0 Header & Navigation
5.0 Content
6.0 Comments
7.0 Widgets
8.0 Footer
9.0 Pagination
10.0 Infinite Scrolling by Jetpack (Disabled by default)
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
  font-family: 'PalatinoLinotype-Italic';
  src: url('fonts/PalatinoLinotype-Italic.eot?#iefix') format('embedded-opentype'),  url('fonts/PalatinoLinotype-Italic.woff') format('woff'), url('fonts/PalatinoLinotype-Italic.ttf')  format('truetype'), url('fonts/PalatinoLinotype-Italic.svg#PalatinoLinotype-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-Light.otf')  format('opentype'),
	     url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf')  format('truetype'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),  url('fonts/Montserrat-SemiBold.otf')  format('opentype'),
	     url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf')  format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700,300);*/
/*--------------------------------------------------------------

1.0 Global Settings

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

/* This is a small security for too long strings titles */

body { word-wrap: break-word; font-family: 'Montserrat-Light' !important; color:#1e1e1e }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { }
.site-content .site-main h1, .site-content .site-main h2, .site-content .site-main h3 { }
button, button.wpb_btn-large, span.wpb_btn-large, .entry-content .wpb_btn-inverse { font-weight:bold; text-transform:uppercase; background:#000; color:#fff;text-transform:uppercase;}
button.wpb_btn-large, span.wpb_btn-large { font-size: 16px; padding: 10px 26px; }
a {color: #961334;}
/*--------------------------------------------------------------

2.0 Alignment

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

.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin: 0 auto; }
/*--------------------------------------------------------------

3.0 Media

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

/* 3.1 Images */

img { /*display: inline-block; */ height: auto; max-width: 100%; }
 img[class*="wp-image-"] {
margin-top: 10px;
margin-bottom: 10px;
}
/* 3.2 Captions */

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }
 .wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { padding: 0.8075em 1em; font-size: 12px; background: #E5E5E5; background: hsl(0, 0%, 90%); }
/* 3.3 Gallery */

.gallery { margin-bottom: 1.5em; overflow: hidden; }
.gallery-item { position: relative; float: left; padding: 1.79104477%; text-align: center; width:100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-icon img { margin: 0 auto; }
.gallery-caption { background-color: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #FFF; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption,.woocommerce-breadcrumb,.woocommerce.woocommerce-page .woocommerce-breadcrumb,.woocommerce .site-content #secondary,.woocommerce-page .site-content #secondary,.woocommerce.woocommerce-page .site-content #secondary { display: none; }
/* 3.4 Text meant only for screen readers */

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #F1F1F1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759B; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ }
/******************************************************************

4.0 Header & Navigation

******************************************************************/

/*

 * Header

 */

.site-title a { text-decoration: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); font-size: 40px; font-weight: 500; font-family: Lato, Arial, Helvetica, Geneva, sans-serif; color: #333; }
.site-title a:hover, .site-title a:focus { color: #555; text-decoration: none; }
.site-description { color: #555; margin-top: 10px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35); }
.site-header-top {  padding:8px 0px 0px 0px !important; margin:0px; }
.banner_inner, .banner_home { margin:5px auto 15px; }
/*

 * Navigation

 */

nav ul.nav li a:hover, nav ul.nav li a:focus { background-color: #581811 !important;color:#fff !important; }
.site-navigation .navbar-default ul.navbar-nav > li > a:focus, .site-navigation .navbar-default ul.navbar-nav > li > a:hover { border-radius:4px }
.navbar, .navbar-inverse {  text-transform:uppercase /* end .menu li */ }
/* end .navbar, .navbar-inverse */

/* highlight current page */

/*.site-navigation .navbar-default .navbar-nav li.current-menu-item > a, .navbar-default .navbar-nav li.current_page_item > a { background:#581811;}*/
.site-navigation .navbar-default ul.navbar-nav > li.current-menu-item > a { font-weight:bold; border-radius:4px }
/* Single Post Navigation */

.post-navigation .pager span { width: 100%; }
.nav-previous { margin-bottom: 20px; }
 @media (min-width: 750px) {
 .post-navigation .pager span {
width: auto;
}
 .post-navigation .pager {
margin-bottom: 20px;
}
 .nav-previous {
margin-bottom: 0;
}
}
/*--------------------------------------------------------------

5.0 Content

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

#secondary.widget-area { padding-top:20px }
.hentry, #comments { margin: 0; background: #FFF; }
#comments { margin: 0 0 1.5em; }
.page-header { padding: 5px 20px 10px; margin: 0 !important; background-color: #FFF; }
.entry-header { margin-bottom:20px; padding: 20px 20px 0; border: none !important; }
.entry-header.container{ margin-bottom:0px;}
.entry-header.container h1{ padding:3% 0 2%}
#page .site-content .site-main h1.entry-title { margin: 0; font-weight:bold; text-transform:uppercase; font-size:30px }
.entry-content, .entry-summary { padding: 0 0px 10px; }
.page .page .entry-content { padding-top:0px }
.blog .content-area article.post{ margin-bottom:4%} 
.blog .content-area article.post a img{ width:100%}
.blog .content-area article.post .entry-header{ margin-bottom:10px; padding-top:15px} 
.blog .content-area article.post .entry-footer { border-bottom: 1px solid #eee; margin-bottom:15px} 
.blog .content-area article.post .entry-footer a{ color:inherit}
.entry-footer { padding: 10px 10px 10px; border-top: 1px solid #EEE; color: #888; font-size: 12px; }
.entry-footer span { margin-right: 10px; }
.entry-footer .glyphicon { margin-right: 5px; }
.entry-footer .byline .author { margin-right: initial; }
/* Style for Single post navigation (Previous post & Next post) */

.pager a, .nav-previous a, .nav-next a { color: #999; }
.pager a:hover, .nav-previous a:hover, .nav-next a:hover { color: #444; text-decoration: none; cursor: pointer; }/* end single post navigation style */
.sticky { }
.bypostauthor { }
/*--------------------------------------------------------------

6.0 Comments

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

#comments .media-body { width: 88%; margin-left: 2%; float: left; }
.comment-list .comment-author { width: 10%; float: left; }
#comments .comment-body { padding: 20px 20px 0; }
#comments .comment-body .comment-content { overflow: hidden; }
#comments .pingback { margin: 0; }
#comments .pingback .comment-body { padding: 10px 20px; }
.comment-list .vcard img.avatar { padding: 2px; border: 1px solid #CECECE; background: #FFF; }
.comment-list .comment-author img { width: 100%; height: auto; }
#respond { padding: 20px; }
#reply-title { margin-top: 0; }
.comments-title { font-size: 24px; margin: 15px 0 10px; }
.site-content .comment-reply-title { font-family:oxygen }
/* Nested comments. */

.comment .children { /*    margin-left: 1.5em; */ list-style: none; }
.comment-form-author, .comment-form-email, .comment-form-url { width: 50%; }
.comment-respond .reply-title { font-size: 21px; }
.odd { background: #FCFCFC; }
.even { background: #F9F9F9; }
.bypostauthor { background: #EFF5FB; }
/*--------------------------------------------------------------

7.0 Widgets

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

/* Check out bootstrap-wp.js for more style settings. */



.widget { margin-bottom: 2em; background-color: #FFF; overflow: hidden; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
/* Make sure select elements fit in widgets */

.widget select { max-width: 90%; margin: 10px auto; }
.widget #calendar_wrap { padding: 5px 15px 0; }
.widget ul, .textwidget, .tagcloud { padding: 10px 15px; margin: 0; }
.widget .search-form { padding: 10px 0 5px 10px; margin: 0 auto; }
.widget ul li { padding: 5px 0; list-style: none;/* deep nesting */ }
.widget-title { padding: 10px; margin: 0; border-bottom: 2px solid #111; font-size: 18px; line-height: 24px; }
/******************************************************************

8.0 Footer

******************************************************************/

.site-footer { padding:30px 0 0; margin-top: 0; clear: both; color: #111; font-size:15px }
.site-footer > .container { padding-bottom:10px; }
.site-footer a, .site-footer a:hover { color: #111; }
.site-footer .textwidget, .site-footer .widget ul, .site-footer .tagcloud, .site-footer .widget-title, #secondary.widget-area .textwidget, #secondary.widget-area .widget ul, #secondary.widget-area .tagcloud { padding: 10px 1px; }
.site-footer .footer-widget-title { font-family:Oxygen, Arial, sans-serif; font-weight:800; text-transform:uppercase }
.copyright { border-top: 2px solid #111; padding: 12px 0 8px; }
.site-footer-inner small {font-size: 90%;}
.site-footer-copyright{ text-transform:uppercase;font-size:13px; font-weight:bold}
.site-footer-links ul li{ display:inline-block; list-style-type:none;padding: 0 20px;border-right: 1px solid; margin:0;line-height: 12px;text-transform:uppercase; font-size:13px; font-weight:bold}
.site-footer-links ul li:last-child{ border:0}
.site-footer-inner a:hover{color: #000;}
/******************************************************************

9.0 Pagination

******************************************************************/

.pagination li a:hover, .pagination li a:focus { background-color: #428BCA !important; color: #FFF !important; }
.pagination li .active, .pagination li .current, .pagination li span:hover { background-color: #6AA3D5; color: #FFF; }
 
.left-only{ padding: 0px 15px; }
.left-only > .fl-col-content.fl-node-content { background: #f3f1ed; padding: 15px 0; position: relative; }
.left-only .fl-col-content.fl-node-content:before{ content: ""; background:#f3f1ed; position: absolute; top: 0; bottom: 0; width:100%; width: 200%;}
.left-only .fl-col-content.fl-node-content:before { right: 100%; }
.left-only > .fl-col-content.fl-node-content .fl-module-content { margin: 12px;}

.left, .search-form label, .search-submit.btn.btn-default { float:left }
.right { float:right }
.wpb_button { text-transform:uppercase; padding:8px 18px; font-weight:bold }
.social-media-icons { padding: 0; margin:0; position: relative; z-index: 1; }
.header-rt-block .social-media-icons { float: right; }
.social-media-icons .icon-item { display: table; float: left; text-align: center; list-style: none; color:#111; margin: 2px 3px; height:20px; width:20px; }
.social-media-icons li i { font-size:20px; }
.social-media-icons .icon-item > a { vertical-align: middle; display: table-cell; }
.social-media-icons a { color:#fff; }
.social-media-icons a:hover, .phone-number a:hover span, .phone-number a:hover { color:#961334; text-decoration:none }
.phone-number { font-size: 16px; font-weight:bold; color:#fff; float: left; display: table; vertical-align: middle; padding:0; margin:1px 12px }
.phone-number span { font-weight: bold; color:#fff; }
 
.site-content .wpb_call_text p, .site-content .wpb_call_text { font-family:Oxygen, Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold }
.site-content button.wpb_btn-large, .site-content span.wpb_btn-large { font-size:16px; font-weight:bold; border-radius:4px }
.site-content .wpb_call_text span.wpb_btn-large { margin:0 12px }
.price-table { position: relative; overflow: hidden; border: 2px solid #3DC6F0; margin-bottom: 30px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.price-table:hover { }
.price-heading { padding: 20px 0 15px 0; margin: 0 -2px; background-color: #3DC6F0; }
.price-heading h3:first-child { font-size:44px; }
.price-heading h3 { text-transform:uppercase; font-size:28px; padding: 1px 0; background-color: #3DC6F0; color: #fff; text-align: center; margin-bottom:0; font-weight:400 }
.price-table > h5 { position: absolute; top: 5px; right: -25px; padding: 3px 30px; background-color: #EC1B44; color: #fff; text-align: center; text-transform: uppercase; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.pricing-features { margin-left: 0; padding:0; list-style: none; background: #fff; }
.pricing-features li { float: none; display: block; width: 100%; padding:5px 0; text-align: center; font-size: 16px; }
.pricing-features li:first-child { line-height: 22px; font-weight:bold; font-size:150%; background-color: #000; padding:15px 0; margin-bottom:12px; color:#fff }
.pricing-features li:first-child small { font-size:64% }
.pricing-features li:last-child { padding:25px 0 }
.pricing-features li:last-child a.btn { text-transform:uppercase; padding: 7px 20px; font-weight:bold; font-size:100%; border:0; color:#fff; }
.pricing-features li:last-child a.btn { background-color: #000; border-radius:0; margin:0 auto !important; text-align:center }
.pricing-features li:last-child { background-color:#3DC6F0; margin-top:15px }
.price-table.selected, .price-table:hover { }
.price-table.selected .pricing-features li/*,  .price-table:hover .pricing-features li*/ { background-color: #fef5f2; }
 .price-table.selected .pricing-features li:nth-child(odd), .price-table:hover .pricing-features li:nth-child(odd) { }
.pricing-features li a.btn:hover { background-color: #222; }
body.fl-builder .site-content .container{width:100%; }
body.fl-builder .site-content .container .content-area.col-sm-12:not(.col-sm-8){ padding: 0;}
.banner_inner .entry-header .entry-title { font-size: 30px; text-transform:uppercase }
.banner_inner { position:relative; overflow:hidden }
.banner_inner .entry-header { position: absolute; padding:0; margin:0 auto; text-align: center; left:0; right:0; top:0; bottom:0 }
.banner_inner .entry-header .entry-title { display:inline-block; padding:8px 15px; background:rgba(255, 255, 255, 0.66); font-weight:bold }
.wpcf7 .form-control, .wpcf7 .wpcf7-submit.wpb_button { border-radius:0; background:#eee }
.wpcf7 .wpcf7-submit.wpb_button { background:#3dc6f0; border-color:#3dc6f0; width:100%; text-shadow:none; font-size:14px; }
.wpcf7 .wpcf7-submit{border-radius:3px;font-size:15px; margin-top:3px }
.row-rt p, .row-lt p { line-height:23px; margin:15px 0; }
.row-rt ul li, .row-lt ul li, .row-lt ul { line-height:23px; margin:5px 0; }
.row-lt ul { padding-left:20px }
.row-lt .vc_column_container .wpb_button { padding:7px 21px; margin:5px; }
.rt-bullet { padding-top:10px; list-style-type:none; }
.rt-bullet li { background: url("images/dot.png") no-repeat right center; padding-right:20px; margin-right:10px; }
 
 @media (max-width: 1024px) { 
 } 
 @media (min-width: 768px) {
 .header-rt-block.col-sm-12 {
padding:0 35px
}
 .entry-content, .entry-summary, .entry-header {
padding-left: 0;
padding-right:0
}
 .page-template-template-sidebarpage-php .entry-content {
padding-right:10px
}
 .site-navigation .navbar-collapse, .site-navigation .navbar-default {
border-color: transparent;
background:none;
border:0;
border-radius :0;
box-shadow:none;
}
}
 @media (max-width: 767px) {
 
 .banner_inner img {
max-width: 146%
}
 .banner_inner .entry-header .entry-title {
font-size: 25px;
}
 .entry-content, .entry-summary {
padding: 0 10px 10px;
}
body.fl-builder .site-content .container .entry-content, body.fl-builder .site-content .container .entry-summary {
padding: 0 0px 10px;
}
 .price-table:hover {
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
 .navbar-nav > li:hover > .dropdown-menu {
width: 100%;
position: relative;
box-shadow:none;
border-radius:0
}
 .navbar-default.navbar .navbar-collapse {
padding-left:2px;
padding-right:2px; position: absolute;
    width: 100%;
    z-index: 9999;
}
 .navbar-default.navbar {
background:none;
border: 1px solid transparent;
}
 .navbar-default.navbar .navbar-collapse {
background-color:#eae7dc ;
border-color:1px solid #e7e7e7;
}
 .nav.navbar-nav {
min-width: 160px;
margin:0;
font-size:92%
}
 .nav.navbar-nav .dropdown-menu {
border: 1px solid transparent;
position:relative;
background-color:#f1f1f1
}
 .nav.navbar-nav li a:hover, .nav.navbar-nav ul.nav li a:focus {
color: #222;
}
 .img-grid-last {
display:none
}
}
 @media (max-width: 480px) {
 .banner_inner img {
max-width: 175%
}
 .banner_inner .entry-header .entry-title {
font-size: 23px;
}
}


/*****************************custom-css***********************************/

.site-footer { background: #9b998d; padding:0; font-family:'Montserrat', sans-serif;}
.site-footer .widget { background:none !important; padding:30px 0 0;}
.footer-1 h4 { color: #fff !important; text-transform: uppercase; margin:0;}
.footer-1 p { color: #fff; font-size: 18px; margin: 0; padding: 25px 0 0; text-transform: uppercase; }
.footer-1 ul { margin: 0; }
.footer-1 li { font-size: 17px; color:#d3d1c5; font-family: Montserrat-Light;}
.strong { font-weight: bold;}
.strong a:hover { color: #bebcb3;}
/****************************footer-2************************************************* */
.contact-link a { text-decoration: none !important; color: #fff; font-size: 18px; font-weight: bold; margin: 0; padding: 0; text-transform: uppercase; }
.contact-link li { padding: 0 0 19px !important; text-align: right; }
.foote-2 .contact-link { padding: 0 23px 0 0 !important; }
.contact-link a:hover { color: #bebcb3; }
.contact-link a:focus { color: #bebcb3;}
/*****************************footer-3******************************************/
.site-footer-inner > div:last-child { background: #817f73;}
.footer-3 { padding:0 25px 0; text-align: center; }
.footer-3 h4 { color: #fff !important; font-size: 26px; line-height: 34px; margin: 0; padding: 0 ; text-align: center;  text-transform: uppercase; }
.footer-3  p { color: #d3d1c5; font-size: 15px; font-weight: bold; margin: 0; padding: 14px 0 32px;}
.join_btn {  border: 1px solid #fff; color: #fff !important;  font-size: 25px;  font-weight: bold;  padding: 13px 29px 10px;  text-decoration: none !important; text-transform: uppercase;}
.join_btn:hover { background: #000; border: medium none; color: #fff !important;}
.copy { padding: 27px 0 0 !important;}
.woocommerce div.product .woocommerce-tabs .panel{box-shadow:none}
.woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt,.woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,.woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button{ background: #eae7dc; color: #80767c; font-size: 13px; font-weight: bold; letter-spacing: 1px; margin: 0; padding: 13px 26px; text-transform: uppercase; text-decoration:none; border-radius:0}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color:#b0ada1;}
.woocommerce div.product p.price, .woocommerce div.product span.price{ color:#961334;}
/*************************/ 
.jo-list-icon{ background: url(images/tree.png) no-repeat left top; padding: 0px 0px 0px 28px;}
.cart-icon{ background: url(images/cup.png) no-repeat right top; padding: 11px 24px 11px 0px; }

.home .site-header{ background:none}
.home .site-header .site-header-wrap{ background:url(images/header-bg.jpg) no-repeat top center;}
.home .site-header .header_banner_bg{ display:none}
/*.site-header{background:url(images/banner_vineyard.jpg) no-repeat top center; background-size:cover}*/
.site-header{background-image:none !important;}
.site-header .site-header-wrap{ background:url(images/header-bg.jpg) no-repeat top center;}
/*.site-header .site-header-wrap{background:rgba(255, 255, 255, 0.75) }*/

.site-header .site-branding{ text-align: center; }    
.site-header-top{ padding: 10px 0px 28px 0px; }
.site-header-top .textwidget{ padding-top: 0px; padding-bottom: 0px; }
.site-navigation{ background: #eae7dc; margin-top: 9px; }
.site-navigation-inner .navbar-nav{ float: inherit !important; text-align: center; }
.site-navigation-inner .navbar.navbar-default{ margin-bottom: 0px;} 
.site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ padding: 15px 24px 15px; font-size: 19px;  font-family: 'Montserrat', sans-serif; font-weight: 400; color: #961334; border-right: solid 1px #d3d0c4; border-radius: 0px !important; font-weight: 400 !important;}
.site-navigation-inner .navbar.navbar-default .navbar-nav li.current-menu-item>a,
.site-navigation-inner .navbar.navbar-default .navbar-nav li a:hover{ background-color: #571812; border-radius: 0px !important; color: #fff !important; }
.site-navigation-inner .navbar.navbar-default .navbar-nav > li:last-child > a{ border-right: inherit; }

.dummy-col{ padding: 0px 15px; }
.dummy-col div{ background: #f3f1ed; }
.dummy-2{ padding:0px 15px; }
.dummy-2 div{ background: #f3f1ed; }
.woocommerce-account .entry-content > .woocommerce{ padding:4% 0 3% 0}
.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation ul li{ list-style-type:square; line-height:26px; color:brown}
.woocommerce-MyAccount-navigation ul li{ padding-left:8px}
.page-id-32 .fl-builder-content .fl-row-content-wrap{ margin-bottom: 30px !important; }
img{ margin-top: 0px !important; margin-bottom: 0px !important; }
.footer-1 li a { color: #d3d1c5; font-family: Montserrat-Light; font-size: 17px;}

/***************sa**************************/
.tac{ text-align:center; }
.three-block-section .fl-col.fl-col-small{ padding:0px 15px; }
.three-block-section .fl-col.fl-col-small .fl-col-content.fl-node-content{ background:#eae7dc; padding: 15px;}
.three-block-section .fl-col.fl-col-small img{ margin-bottom:0px; margin-top:0px; }
.three-block-section .fl-module-content.fl-node-content{ margin:0px; }
.three-block-section .fl-module-rich-text{ background:#fff; text-align:center; }
.three-block-section h3{ background:#581811; color:#fff  !important;  margin:0px; padding:18px 0px; font-size:24px; font-family: 'PalatinoLinotype-Italic' !important; }
/*****************************************************************/
.top-left-text span { padding: 0 6px 0 0;}
.top-right-text a { color: #a46a63; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.top-left-text a{  color: #a46a63; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.top-right-text{text-align:right;}
/********************************************/
.fl-node-content .fl-rich-text p { color: #9a978a; font-family: Montserrat-Light; font-size: 15px; padding: 16px 25px 0 ;}
.fl-node-content .fl-rich-text a { /*background: #eae7dc; color: #80767c; font-size: 11px; font-weight: bold; letter-spacing: 2px; margin: 0; padding: 13px 26px; text-transform: uppercase; text-decoration:none;*/}
.fl-node-content .fl-rich-text a:hover {/* background: #581811; color: #fff;*/}
.page-id-32 .fl-node-content .fl-rich-text { padding: 0 0 12px;}
.page-id-32 .fl-builder-content .fl-row-content-wrap { margin: 0 0 50px; padding: 0;}
.page-id-32 .page .entry-content { padding-top: 0;}
.site-navigation-inner.container { margin: 0 auto; /*width:82%;*/}
.site-footer .container { padding-bottom: 0;}
.join-club-btn{ position: absolute; top: 0px; right: 30px; background: #b0ada1; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 400; border-radius: 3px;  padding:7px 15px; text-transform: uppercase;  }
.join-club-btn:hover{ text-decoration: inherit; opacity: 0.8; color: inherit;}

.page-id-4 .fl-module.fl-module-html.fl-node-5804777d9a83d.tac { border-left: 1px solid #fff; border-right: 1px solid #fff;} 

input[type="text"], input[type="email"], input[type="password"]{ border: solid 1px #ddd; min-height: 48px; padding: 0px 10px; width:100%; margin:5px 0px 0px; font-size: 15px;}
textarea{ height: 150px;  border: solid 1px #ddd; padding: 10px; width:100%; margin:5px 0px !important; font-size: 15px; }
input[type="submit"]{ border-radius: 3px; background: #a09d91; color: #fff; font-size: 15px; text-transform: uppercase; height: 40px; padding: 0px 15px; border:none; transition: all ease-in-out 0.2s; }
input[type="submit"]:hover{ background:#b0ada1; }
input[type="number"]{min-height: 34px;}
.contact-form .col-sm-6,
.contact-form .col-sm-12{ padding-left: 5px; padding-right: 5px; margin-bottom:5px;}
.contact-form textarea{ resize: none; }
span.wpcf7-not-valid-tip { font-size: 0.8em; }


.inner-banner h1{ font-family:'Montserrat', sans-serif; font-weight: 400; color: #fff; font-size: 36px; }
.secondayr-li ul{ margin: 0px; padding: 0px; }
.secondayr-li ul li{ list-style: none; }
.secondayr-li ul li a{ color: #727068; font-family: 'Montserrat-Light'; font-size: 18px; text-transform: uppercase; padding: 6px 0px; display: inline-block; }
.secondayr-li ul li a:hover, .secondayr-li ul li a.active{ text-decoration: inherit; color: #961a36;  }

.secondayr-li h2{ font-size: 21px; font-family: 'PalatinoLinotype-Italic'; color: #961a36; font-weight: bold; }

.page h3{ color: #b0ada1; font-family: 'Montserrat-Light'; font-size: 32px; margin-top: 7px; }
.page .three-block-section h3{margin-top:0}
a.btn-outline{ text-transform: uppercase; color: #961a36; font-family: 'Montserrat-Light'; font-size: 18px; border: solid 2px #961a36; border-radius: 0px; }
a.btn-outline:hover{ color: #fff; background: #961a36; }

a.btn-outline-black{ text-transform: uppercase; color: #fff !important; background: inherit !important; font-family: 'Montserrat-Light'; font-size: 18px; border: solid 2px #fff; border-radius: 0px; }
a.btn-outline-black:hover{ color: #333 !important; background: #fff !important; }

.p-ff{ color: #fff !important; font-family: 'PalatinoLinotype-Italic' !important; font-size: 22px !important; }

.fr{ float: right; }
.fl{ float: left; }
.pt25{padding-top: 25px; }
.d-inline{ display: inline-block; }

.site-header-inner{ padding-top: 0px; } 

.site-content #container div { margin: 15px 0 0;}
#content .summary.entry-summary p { color: #888888; font-size: 18px; line-height: 28px;}
.price .woocommerce-Price-amount.amount { color: #961334; font-size: 30px;}
.woocommerce div.product form.cart .button {margin: 14px 10px 0;}
.woocommerce-tabs #tab-description h2, #tab-additional_information h2, .woocommerce-Reviews-title { display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li { background-color: #eae7dc; border: 1px solid #d3ced2;}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: #961334 ; color: #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{ display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0;}
#tab-description h6 {font-weight: bold;}
.woocommerce .woocommerce-info { border-top-color:#961334 }
.woocommerce  .woocommerce-info:before { color:#961334 }
/* [== RESPONSIVE CSS HERE ==] */
/***** popup css ****/
.popup {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
	overflow: auto;
	/*-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;*/
	 -webkit-transition: all .5s ease-in-out;
	 transition: all .5s ease-in-out;
}
.popup .popup-wrapper{
	-webkit-transform: translate(-3%, -50%);
	-moz-transform: translate(-3%, -50%);
	-ms-transform: translate(-3%, -50%);
	-o-transform: translate(-3%, -50%);
	transform: translate(-3%, -50%);
	left: 6%;
	top: 50%;
	margin:0 auto;
	max-width:100%;
	position:absolute;
	bottom:0;
	right:0;
	height:100%;
	padding: 15px 0;
	font-weight: 300;
    font-size: 14px;
}
.popup .btn-close {
	font-size: 33px;
    background-color: transparent;
    border: 0 none;
    color: #961a36;
    float: right;
	padding: 0;
	width: 40px;
	/*position: absolute;
	top: 14px;
	right: -120px;*/
}
.popup-wrapper .form-title,
.cust-register h2{
    color: #666;
	font-family: 'Montserrat-Light';
	font-size: 33px;
	margin: 0 auto 10px;
	text-align: center;
	font-weight: 400;
	max-width: 760px;
}
.popup_show{
	-webkit-transition-delay: .10s;
    -moz-transition-delay: .10s;
    -o-transition-delay: .10s;
    transition-delay: .10s;/*
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);*/
}
.header_banner_bg, .inner-banner {
	background-color: #fff;
	background-image:url(images/carvalho_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
	height: 244px;
}
.header_banner_bg .entry-header {
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.header_banner_bg .entry-header .entry-title {
    display: inline-table;
	padding:3% 0 3%;
	color:#fff !important;
}
/**** 29-03-2017 ***/
#customer_login .cust-register {
    display: none;
	float:none;
	margin:0 auto;
}
.create-acc-col {
    float: right;
    width: 42.10526316%;
}
.acc-cont{
	float:left;
	width:100%;
	margin-top:1.5em;
}
.create-acc-col ul {
    padding: 0;
}
.create-acc-col ul li {
    margin-bottom: 7px;
}
#customer_login .login-hide, 
.login-hide{
	display:none;
}
#customer_login .login-show{
	display:block;
}
.cust-login h2, .create-acc-col h2 {
	font-family:'PalatinoLinotype-Italic';
    font-size: 18px;
	color:#666;
}
.popup-wrapper .woocommerce form.login, .popup-wrapper  .woocommerce form.register {
    border: 0 none;
    padding: 0;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.popup-wrapper .woocommerce {
    margin: 0 auto;
    max-width: 760px;
}
.cust-login {
    width: 44.73684211% !important;
}
.popup-wrapper input.woocommerce-Button,
.create-button {
    text-transform: uppercase;
    color: #961a36;
    font-family: 'Montserrat-Light';
    font-size: 18px;
    border: solid 2px #961a36;
    border-radius: 0px;
	background-color:#fff;
	margin:20px 0;
	padding: .618em 1em;
	line-height: 1;
	font-weight: 700;
	height:100%;
}
.popup-wrapper input.woocommerce-Button:hover,
.create-button:hover {
	background-color:#961a36;
	color:#fff;
}
.popup-wrapper .form-row {
	text-align:center;
}
.popup-wrapper .inline {
    width: 100%;
    float: left;
    text-align: left;
}
.popup-wrapper .input-text {
    display: block;
    background-image: none;
    outline: none;
    background-color: #f5f5f3;
    border: 1px solid #cececc;
    border-radius: 0;
    color: #272727;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    padding: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 520px;
    width: 100%;
    -webkit-appearance: none;
}
.login label, .cust-register label {
    text-align: left;
}
/**** age verification****/
#ageWrapper {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	background-color: rgba(32,23,19,.7);
	transition: visibility 0s ease-in-out .5s, opacity .5s ease-in-out;
}
   
#ageWrapper.ageUnknown {
	visibility: visible;
	opacity: 1;
}
#agePopUp {
	position: fixed;
	top: 0;
	left: 50%;
	background-color: #fff;
	text-align: center;
	padding: 60px 35px;
	max-width: 520px;
	margin-top: 0;
	margin-left: -260px;
	box-sizing: border-box;
	right: 0;
	width: 100%;
}
#agePopUp a {
   background-color: black;
   color: white;
   padding: 10px 20px;
   margin-top: 10px;
   display: inline-block;
}
.input-checkmark{
	padding: 40px 0;
}
.agecheckbox {
    background: #f5f5f3;
    border: 1px solid #cececc;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    transition: all .2s ease;
	margin-right: 10px;
}
.agecheckbox.selected {
    top: -6px;
    position: relative;
}
 .agecheckbox.selected::before {
    background-color: transparent;
    content:"\f00c";
    color: #666;
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 14px;
    left: 12px;
}
.agecheckbox input[type="checkbox"]{
    cursor: pointer;
    margin: 0;
    opacity: 0;
    width: 22px;
    height: 22px;
	position: absolute;
	left: 0;
}
.input-checkmark label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: lighter;
	float:none;
}
#ageOkay{
	background: #961334 !important;
   	color: white;
   	padding: 10px 20px;
   	margin-top: 10px;
   	display: inline-block;
	border: 1px solid #961334;
}
/***** 11-04-2017 *****/
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
	background: rgba(88,24,17,0.8) !important;
	text-align: left !important;
	height: 92px;
	padding:0;
}
.redbar {
	float: left !important;
	width: 100% !important;
	height: 100% !important;
}
.redbar .container {
    padding: 0 15px;
	float: none;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	height: 100%;
}
.redbar .title-container {
    display: inline-block;
	float:left;
    vertical-align: middle;
    width: calc(100% - 220px);
	display: inline-flex;
	align-items: center;
	height:100%;
}
.redbar .button-container {
    display: inline-block;
	float:right;
	text-align:right;
    vertical-align: middle;
    width: 220px;
    height: 100%;
}
.redbar .main-title {
    font-size: 3vw;
    margin-top: 0;
	color: #ffffff !important;
	padding: 0;
	/*font-family: 'Frontage-Bold', sans-serif;*/
	font-weight: 400;
	float:left;
	width:100%;	
	text-transform:uppercase;
	word-spacing:18px;
}
.redbar .sub-title {
    font-size: 24px;
	display: block;
	color: #fff !important;
	margin-top: 10px;
	padding: 0;
	/*font-family: 'Frontage-Regular', sans-serif;*/
	letter-spacing: 3px;
	font-weight: 400;
	margin-left: 7px;
	position: relative;
	text-transform:uppercase;
}
.redbar .red-btn {
    margin: 12px 0;
	padding: 17px 25px;
    min-width: 140px;
    color: #fff !important;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    background-color: rgba(150,19,52,0.75);
    -pie-background: rgba(150,19,52,0.75);
    border-radius: 5px;
    transition: background-color 250ms;
}
/***** 12-04-2017 *****/
.soliloquy-container{
	margin-bottom:0 !important;
}
.banner-boxes {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-bottom:30px;
}
.box-module {
    float: left;
	position:relative;
    width: 50%;
	height: 366px;
	overflow: hidden;
}
.box-module:first-child{
	border-right: 1px solid #fff;
}
.image-module {
    float: left;
    width: 100%;
}
.image-module img {
    position: absolute;
    height: 100%;
	width: 100%;
	object-fit: cover;
}
.box-module .redbar {
    position: absolute;
    height: 92px !important;
	bottom: 0;
	background: rgba(88,24,17,0.8) !important;
	color:#fff;
	padding: 15px 25px;
}
.home-section-module {
    float: left;
	width: 100%;
	display: inline-flex;
	align-items: center;
	height: 100%;
}
.home-section-module .section-title{
	margin: 0;
	font-size:32px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform:uppercase;
	word-spacing:18px;
	color:#fff !important;
}
/***** 13-04-2017 ****/
.menu-header-top-left-container ul {
    list-style: none;
	padding: 0 15px;
	margin: 5px 0 15px;
}
.menu-header-top-left-container ul li {
    display: inline-block;
    position: relative;
}
.menu-header-top-left-container ul li::after {
    content: "|";
    padding: 0 6px 0 10px;
   /* color: #961334;*/
    font-size: 16px;
}
.menu-header-top-left-container ul li:last-child::after {
    content: "";
}
.menu-header-top-left-container ul li.jo-list-icon{
	background-position:0 2px;
}
.menu-header-top-left-container ul li a{
	color: #a46a63;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-footer-menu-container ul {
    padding: 10px 24px 10px 0 !important;
}
.menu-footer-menu-container ul li {
    padding: 0 0 19px !important;
    text-align: right;
}
.menu-footer-menu-container ul li a {
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.menu-footer-menu-container ul li a:hover {
    color: #bebcb3;
}
ol li, ul li, p {
    color: #9a978a;
}
h1, h2, h3, h4, h5, h6,
.fl-rich-text h1, .fl-rich-text h2, .fl-rich-text h3,
.fl-rich-text h4, .fl-rich-text h5, .fl-rich-text h6,
.woocommerce div.product .product_title, .product_meta,
.site-content h3.comment-reply-title, .related products h2 {
    color: #b0ada1 !important;
}
.fl-node-content .fl-rich-text a.cust-btn { background: #eae7dc; color: #80767c; font-size: 11px; font-weight: bold; letter-spacing: 2px; margin: 0; padding: 13px 26px; text-transform: uppercase; text-decoration:none;}
.fl-node-content .fl-rich-text a.cust-btn:hover { background: #581811; color: #fff;}
b, strong {
    font-weight: 700 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #9a978a;
}
/*** 17-04-2017 ***/
.custom-blog article {
    background-color: #f4f4f4;
}
.blog-left {
    height: 300px;
    overflow: hidden;
}

.custom-blog {
    margin: 40px 0;
}
.blog-right{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 2% !important;
}
.blog-right .posted-on .glyphicon, .blog-right .byline, 
.blog-right .comments-link, .blog-right .edit-link {
    display: none;
}
.blog-right .posted-on .entry-date {
    font-size: 14px;
}
.blog-right .entry-title {
    line-height: 1.4;
}
.blog-right-inner{
	padding:0 20px;
	float:left;
	width:100%;
	color: #9a978a;
	font-family: Montserrat-Light;
	font-size: 15px;
	padding: 16px 25px 0;
}
.fl-post-more-link{
	margin-bottom:20px;
	display:inline-block;
}
/**** Media Query *****/
@media (max-width: 1199px) {
    .site-navigation-inner.container{ width: 970px; }
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ font-size: 18px; }
    .join_btn{ font-size: 18px; }
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ padding-left: 16px; padding-right: 16px; }
}
@media(max-width: 1024px){
	.box-module{height: 255px;}
	.box-module .redbar{padding: 15px;}
	.home-section-module .section-title { font-size:30px; width: calc(100% - 140px);}
	.redbar .home-section-module .red-btn{padding: 17px 17px;}
}
@media (max-width: 991px) {
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ font-size: 14px; padding-left: 12px; padding-right: 12px; }
    .site-header .site-navigation .navbar-collapse, 
    .site-header .site-navigation .navbar-default{ margin-top: 0px; }
    .site-navigation-inner.container{ width: 750px; }
    .three-block-section .fl-col.fl-col-small{ padding: 0px 5px; }
    .three-block-section .fl-col.fl-col-small .fl-col-content.fl-node-content{ padding: 10px; }
    .three-block-section h3{ font-size: 18px; padding: 10px 0px; }
    .site-footer h4{ font-size: 19px; line-height: 23px; }
    .contact-link li, .menu-footer-menu-container ul li{ padding-bottom: 10px !important; }
    .contact-link a, .menu-footer-menu-container ul li a{ font-size: 15px; }
    .footer-3{ padding: 0px; }
    .join_btn{ font-size: 15px; }
    .site-footer p, .site-footer li,  .site-footer li a, .menu-footer-menu-container ul li a{ font-size: 15px; }
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ padding-left: 10px; padding-right: 10px; }
}
@media(max-width: 768px){
	.box-module {height: 191.5px;}
	.home-section-module .section-title { font-size: 23px;}
}
@media (max-width: 767px) {
    .site-title img { max-width:200px }
    .contact-link li, .menu-footer-menu-container ul li {text-align: center;} 
    .footer-1{text-align: center;}
    .site-navigation-inner.container { margin: 0 auto; width: auto;	}  
    .site-header-top .header-lt-block,
    .site-header-top .header-rt-block{ padding-left: 0px; padding-right: 0px; }
    .site-header-top p{ margin-bottom: 9px; } 
    .join-club-btn{ position: inherit; margin:10px 0px; display:inline-block; padding:5px; font-size:14px; }
    .footer-3{ padding: 0px; }
    .site-footer h4{ line-height: 26px; font-size: 18px; }
    .site-footer .widget{ padding: 15px 0px; margin-bottom: 0em; }
    .site-footer p, .site-footer li,  .site-footer li a, .menu-footer-menu-container ul li a{ font-size: 13px; }
    .join_btn{ font-size: 18px; }
    .contact-link{ padding-right: 0px !important; }
    .contact-link li, .menu-footer-menu-container ul li{ padding-bottom: 8px !important; }
    .three-block-section .fl-col-content{ padding-left: 5px !important; padding-right: 5px !important; }
    .three-block-section .fl-col.fl-col-small .fl-col-content.fl-node-content{ padding: 5px; }
    .three-block-section .fl-col.fl-col-small{ padding: 5px 15px; }
    .three-block-section h3{ padding: 10px 0px; font-size: 18px; }
    .three-block-section .fl-col.fl-col-small img{ width: 100% !important; }
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li > a{ font-size: 13px; padding: 8px 15px; border-right: inherit;  border-bottom:solid 1px #d3d0c4 }
    h3{ font-size: 28px; }
	.site-navigation-inner .navbar.navbar-default .navbar-nav > li:first-child > a{ border-top:solid 1px #e3d0c4 }
    .site-header-inner{ padding-top: 0px; }
    .site-navigation-inner .navbar.navbar-default .navbar-nav > li{ display: block; text-align: left; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{ background: #581811 !important; }
    .navbar-default .navbar-toggle{ border-color: #581811 !important; }
    .navbar-default .navbar-toggle .icon-bar{ background-color: #581811 !important; }
    .navbar-default .navbar-toggle:focus .icon-bar,
     .navbar-default .navbar-toggle:hover .icon-bar{ background: #fff !important;  }  
	 .soliloquy-container .soliloquy-caption {    position: relative !important;}
	 .soliloquy-container .soliloquy-caption .soliloquy-caption-inside { background: rgba(88,24,17,0) !important; height:100%; padding:0 !important;}
	 .redbar{background: rgba(88,24,17,1) !important; padding:20px 10px !important;}
	 .redbar .main-title { font-size: 23px;}
	 .redbar .title-container{width:100%; text-align:center;}
	 .redbar .button-container{width:100%; text-align:center;}
	 .redbar .red-btn{background-color: rgba(150,27,19,0.75);-pie-background: rgba(150,27,19,0.75);margin: 12px 0 0;}
	 .banner-boxes{position:relative; z-index:1;}
	 .box-module { width: 100%; border: 0 none !important; height:100%;}
	 .image-module img{position: relative;}
	 .box-module .redbar { position: relative;height: auto !important; background: rgba(88,24,17,1) !important;}
	 .home-section-module{display:block;}
	 .home-section-module .section-title{ width:100%; text-align:center;white-space: normal;overflow: visible;text-overflow: inherit;}
	 .box-module .section-link.red-btn { margin: 17px auto 0; max-width: 160px !important; display:block;}
	 .menu-footer-menu-container ul{ padding-right:0 !important;}
}

@media (max-width: 667px){
	.header_banner_bg, .inner-banner {
		height: 100%;
	}
	.header_banner_bg .entry-header {
		display: flex;
		align-items: flex-end;
		height: 100%;
	}
	.header_banner_bg .entry-header .entry-title {
		display: inline-table;
		padding:3% 0 2%;
	}
}
@media(max-width: 414px){
	.res-header-left, .res-header-right {
		width: 100%;
		float: left !important;
	}
	.menu-header-top-left-container ul{
		width:100%;
		text-align:center;
	}
	.top-right-text {
		text-align: center;
	}
}
