/*
Theme Name: Riverbench
Theme URI: http://riverbench.com/
Description: A custom theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'Avenir LT Std Book';
	src: url('media/AvenirLTStd-Book.otf');
	src: url('media/AvenirLTStd-Book.otf?#iefix') format('opentype'),
		 url('media/AvenirLTStd-Book.otf') format('opentype');
}

@font-face {
	font-family: 'Avenir LT Std Light';
	src: url('media/AvenirLTStd-Light.otf');
	src: url('media/AvenirLTStd-Light.otf?#iefix') format('opentype'),
		 url('media/AvenirLTStd-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Avenir LT Std Medium';
	src: url('media/AvenirLTStd-Medium.otf');
	src: url('media/AvenirLTStd-Medium.otf?#iefix') format('opentype'),
		 url('media/AvenirLTStd-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Avenir LT Std Heavy';
	src: url('media/AvenirLTStd-Heavy.otf');
	src: url('media/AvenirLTStd-Heavy.otf?#iefix') format('opentype'),
		 url('media/AvenirLTStd-Heavy.otf') format('opentype');
}

@font-face {
	font-family: 'Lisbon Script';
	src: url('media/Lisbon-Script.otf');
	src: url('media/Lisbon-Script.otf?#iefix') format('opentype'),
		 url('media/Lisbon-Script.otf') format('opentype');
}

body{
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 17px;
	color: rgba(76, 65, 69, 0.8);
	background-color: rgb(255, 253, 239);	
	width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ line-height: 1.2em; }

a{
	color: rgba(76, 65, 69, 0.8);
	text-decoration: underline;
}

a:hover {
	color: #be984b;
}

ul{
	padding-left: 4px;
}

li{
	margin: 12px 0;
}

body > .container{
	padding-left: 0;
	padding-right: 0;
}

.topbar{
	width: 100%;
	background-color: #6a5c57;
}

.topbar .container{
	padding: 0;
}

.topnav{
	height: 40px;
}
 
.topnav .btn	{
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	border: none;
	background-color: #6a5c57;
	font-family: 'Avenir LT Std Medium';
	font-size: 11px;
	font-style: normal;
	color: rgba(255,255,255,0.4);
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}

.topnav .btn-middle:before{
	content: "";
	height: 16px;
	width: 1px;
	background-color: rgba(190, 152, 75, 0.6);
	position: absolute;
	left: 0;
	top: 10px;
}

.topnav .btn-middle:after{
	content: "";
	height: 16px;
	width: 1px;
	background-color: rgba(190, 152, 75, 0.6);	
	position: absolute;
	right: 0;
	top: 10px;
}

.topnav a{
	text-decoration: none;
}

.topnav a:hover{
	color: #ffffff;
}

.topnav a, .topnav a:hover{
	box-shadow: none;
	/*border-bottom-width: 0 !important;*/
}

.topnav .btn.active{
	box-shadow: none;
	color: #ffffff;
	background-image: url('media/mobile-white-mouseover.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.navbar{
	margin-bottom: 0;
	box-shadow: 1px 0 3px 0 #aaaaaa;
	border-radius: 0;
	z-index: 10;
}

.modal-backdrop{
	opacity: 0.7 !important;
}

.modal-open .navbar{
	box-shadow: none;
}

.navbar-header{
	background-color: #ffffff;
	height: 55px;
	line-height: 55px;
}

.navbar-toggle{
	float: none;
	border-width: 0;
	margin-top: 11px;
	margin-right: 0;
}

.navbar-toggle .icon-bar{
	height: 2px;
}

.navbar-nav li.double a:first-child{
	display: none;
}

.vertical-divider{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #dcdcdc;
	height: 31px;
	position: absolute;
	top: 12px;
}

.nav-logo{
	margin-top: -9px;
	margin-left: 15px;
	height: 32px;
	width: 209px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.nav-logo {
		margin-top: -40px;
    }
}

.jumbotron{
	margin: 0;
	padding: 0;
	border-radius: 0px !important;
	background-image: url('media/mobile-page-background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 72%;
	text-align: center;
	font-style: normal;
	height: 395px;
}

.jumbotron h1{
	font-family: 'Lisbon Script';
	color: rgb(190, 152, 75);
	font-size: 70px;
	margin: 0;
	padding: 0;
	padding-top: 40px;
}

.jumbotron h2{
	font-family: 'Avenir LT Std Heavy';
	font-size: 18px;
	color: rgba(76, 75, 69, 0.8);
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.jumbotron a{
	height: 35px;
	width: 211px;
	background-color: rgba(0, 0, 0, 0.4);
	font-family: 'Avenir LT Std Book';
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 11px 21px 9px 21px;
}

.jumbotron a:hover{
	background-color: rgba(0,0,0,0.6);
}

.heads-up .container {
	margin: 0 !important;
	padding: 0 !important;
}

.heads-up > div > div{
	border-bottom: 1px dotted rgba(76, 65, 69, 0.2);
	margin-left: 0;
	margin-right: 0;
	font-family: "Avenir LT Std Medium";
	font-style: normal;
}

.heads-up h3{
	font-size: 15px !important;
	margin: 0;
	padding-left: 7px;
	text-transform: uppercase;
	color: rgb(76,75,69);
}

.heads-up img{
	width: 100%;
}

.heads-up small{
	float: right;
	margin-right: 15px;
}

.heads-up a{
	text-decoration: none;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: block;
}

.featured-wine a{
	text-decoration: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: block;
}

.heads-up p{
	font-family: "Times New Roman";
    font-style: italic;
    font-size: 17px;
}

.heads-up a.btn, .container a.btn{
	border-radius: 0;
    /*background-color: rgba(0,0,0,0.4);*/
    color: #ffffff;
    /*padding: 6px 12px !important;*/
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Avenir LT Std Light";
    font-style: normal;
}

.heads-up a.btn:hover, .container a.btn:hover, .heads-up a.btn:active, .container a.btn:active{
	/*background-color: rgba(0,0,0,0.6);*/
    color: #ffffff;
}

.footer ul{
	list-style-type: none;
}

.footer ul a{
	text-decoration: none;
	font-size: 16px;
}

.footer .about-us ul a{
	text-decoration: underline;
}

.row-fill{
	margin: 0;
}

.footer > .container{
	margin: 0;
	padding: 0;
}

.footer h2{
	font-family: "Avenir LT Std Medium";
	font-size: 15px;
	font-style: normal; 
	text-transform: uppercase;
	color: rgb(127, 20, 25);
}
	
.about-us{
	padding: 7px 21px !important;
}

.links{
	border-top: 1px dotted rgba(76, 65, 69, 0.2);
	padding: 0 !important;
}

.links > div{
	padding: 7px 0 21px 0;
}

.links-first{
	border-right: 1px dotted rgba(76, 65, 69, 0.2);
}

.links h2{
	margin-left: 21px;
}

.links ul{
	margin-left: 18px;
	margin-bottom: 16px;
}

.social{
	border-top: 1px dotted rgba(76, 65, 69, 0.2);
	text-align: center;
}

.social div{
	border-right: 1px dotted rgba(76, 65, 69, 0.2);
	padding: 21px;
}

.social div:last-child{
	border-right: none;
}

.social img{ 
}

.copyright{
	border-top: 1px dotted rgba(76, 65, 69, 0.2);
	text-align: center;
	padding: 15px 35px !important;
	font-size: 15px;
}

.inset{
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url('media/mobile-background-wood.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.blog .inset,
.single .inset,
.tag .inset,
.category .inset,
.search .inset,
.archive .inset{
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.inset h1{
	font-family: "Lisbon Script";
	font-size: 96px;
	font-style: normal;
	padding-right: 25px;
}

.inset h2{
	font-family: "Avenir LT Std Medium";
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	margin-top: -15px;
	margin-bottom: 0;
}

.inset p{
	font-size: 17px;
	margin: 15px 0;
}

.inset a{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-family: "Avenir LT Std Book";
	font-size: 14px;
	text-decoration: none; 
	font-style: normal;	
	text-transform: uppercase;
	height: 38px !important;
	line-height: 38px;
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 15px auto 30px auto;
}

.inset a.btn{
	width: auto;
	height: inherit !important;
	line-height: inherit;
	padding: 6px 12px;
	border: none;
}

.video{
	margin: 30px auto 15px auto;
}

.video-wrap{
	position: relative;
	padding-bottom: 51% !important;
	padding-top: 25px;
	height: 0;
}

.video-wrap.fifty-two{
	padding-bottom: 52%;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature{
	text-align: center;
	border-bottom: 1px dotted rgba(76, 65, 69, 0.2);
	margin: 0 -15px;
	font-size: 16px;
}

.feature > div{
	padding: 0;
}

.feature h2{
	font-family: "Lisbon Script";
	font-size: 60px;
	font-style: normal;
	color: rgb(76,75,69);
	margin-top: 33px;
}

.feature .btn-group .btn{
	font-family: "Avenir LT Std Medium";
	font-size: 10px;
	color: rgb(75,76,69);
	background-color: transparent !important;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(76,65,69,0.2);
	border-left: 1px dotted rgba(76,65,69,0.2);
	border-radius: 0;
}

.feature .btn-group .btn:first-child{
	border-left: none;
}

.feature .btn-group .btn:hover,.feature .btn-group a.active{
	color: rgb(127,20,25);
	border-bottom: 3px solid rgb(127,20,25);
	padding-bottom: 0;
	box-shadow: none;
}

.feature .btn-group .btn:hover{
	color: #be984b;;
}

.sections{
    overflow: hidden;
}

.section{
	padding: 0 15px;
	padding-bottom: 29px;
}

.profile{
	padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.profile p{
	margin: 30px 15px 22px 15px;
}

.section img{
	margin: 25px auto;
	/*height: 180px;*/
	height: auto;
}

.profile .photo{
	margin: 0 -15px;
	position: relative;
}

.profile-photo{
	width: 100%;
	max-width: 100%;
}

.profile .caption{  
	position: absolute;
	bottom: 0;
	height: 44px;
	width: 100%;
}

.profile .caption-inner{
    display: block;
    height: 44px;
    margin: 0;
    padding: 0 6px;
	line-height: 44px;
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
	font-family: "Avenir LT Std Book";
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
}

.caption .mail img{
	vertical-align: middle;
}

.profile-selector{
	margin-bottom: 40px;
}

.profile-selector li{
	cursor: pointer;
}

.featured-wine{
	margin: 0;
	padding: 0;
	color: rgb(76,75,69);	
}

.featured-wine > .row-fill > div{
	margin: 0;
	padding: 0;
}

.featured-wine ul{
	list-style-type: none;
	margin-top: 20px;
}

.featured-wine ul a{
	text-decoration: none;
}

.featured-wine li{
	margin: 0;
	padding: 0;
}

.featured-wine h2{
	font-family: "Avenir LT Std Medium";
	font-size: 14px;
	font-style: normal; 
	text-transform: uppercase;
	background-color: rgb(127, 20, 25);
    color: #fff;
    padding-top: 2px;
	text-align: center;
	height: 44px;
    line-height: 42px;
    padding-top: 2px;
}

.featured-wine h3{
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Avenir LT Std Medium";
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 5px;

}

.featured-wine .content{
	margin: 0 20px;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px dotted rgba(76,65,69,0.2);
}

.featured-wine .btn{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Avenir LT Std Light";
	border-radius: 0;
}

.featured-wine .btn:hover,.featured-wine .btn:active{
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
}

.featured-wine img{
    margin: 0 auto;
}

.inset h5{
	font-family: "Avenir LT Std Medium";
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 24px;
}

.inset h5 small{
	color: #d2b882;
	font-size: 18px;
}

.inset ul{
	list-style-type: none;
	font-size: 18px;
}

.inset ul li{
	margin-bottom: 18px;
}
  
.notice{
	margin-top: 39px !important;
	margin-bottom: 50px !important;
	font-family: "Avenir LT Std Medium";
	font-size: 15px;
	color: rgba(255,255,255,0.4);
	font-style: normal;
	text-transform: uppercase;
}

.notice small{
	color: #d2b882;
	font-size: 15px;
}
  
.dot-top{
	border-top: 1px dotted rgba(255,255,255,0.6);
}
  
.page-template-page-wine-club-php .feature{
	color: rgb(76,75,69);
} 

.page-template-page-wine-club-php .feature img{
	margin-bottom: 26px;
}
  
.page-template-page-wine-club-php .feature p{
	margin: 0 25px;
	font-size: 17px;
} 

.page-template-page-wine-club-php .feature ul{
	list-style-type: none;
	margin: 0 25px;
}  

.page-template-page-wine-club-php .feature li{
	border-bottom: 1px dotted rgb(190,152,75);
	font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 8px;
}

.page-template-page-wine-club-php .feature li:before{
	content: "•";
	color: #7f1419;
	padding-right: 6px;
}
  
.page-template-page-wine-club-php .feature .btn{
	background-color: rgba(0,0,0,0.4);
	font-family: "Avenir LT Std Book";
	color: #ffffff;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
	border-radius: 0;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 60px;
	width: 280px;
} 

.page-template-page-wine-club-php .feature .btn:hover, .page-template-page-wine-club-php .feature .btn:active{
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
}

.page-template-page-visit-us-php .feature{
	color: rgb(76,75,69);
}

.page-template-page-visit-us-php .inset h1{
	margin-bottom: 20px;
}

.page-template-page-visit-us-php .feature .writeup{
	margin: 25px auto;
}

.location-img{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.location .btn-group{
	margin-bottom: 40px;
}

.location .btn-group .btn{
	height: 67px;
	border: none;
	padding-bottom: 0;
}

.location .btn-group .btn:hover{
	border: none;
	padding: 0;
}

.location .content{
	margin: 19px auto 31px auto;
	font-size: 17px;
}

.location h2{
	font-family: "Avenir LT Std Medium";
	font-size: 15px;
	font-style: normal; 
	text-transform: uppercase;
	color: rgb(127, 20, 25);
	margin-top: 38px;
	margin-bottom: 20px;
	position: relative;
	left: 8px;
	padding-right: 30px;
	border-bottom: 1px dotted rgba(76, 65, 69, 0.2);
	padding-bottom: 20px;	
} 
 
.location .location-events{
	text-align: left;
}

.location .time, .location .date{ 
	text-align: right;
	font-family: "Avenir LT Std Medium";
	font-style: normal;
	text-transform: uppercase; 
	padding: 0;
}

.location .date{
	display: inline-block;
	float: right;
	clear: both;
	font-size: 14px;
	color: rgb(127,20,25);
	margin-top: 10px;
	border-bottom: 1px dotted rgba(76, 65, 69, 0.2);
	padding-bottom: 4px;
	margin-bottom: 3px;
}

.location .time{
	display: inline-block;
	float: right;
	clear: both;
	font-size: 12px;
	color: rgba(76,75,69,0.6);
	font-size: 9px;
}

.location-event .event-content{
	border-bottom: 1px dotted rgba(76, 65, 69, 0.2);
	padding-bottom: 10px;
	margin-bottom: 15px;
	padding-left: 0;
}

.date small{
	font-size: 9px !important;
}

.location-event .event-title{
	font-family: "Avenir LT Std Medium";
	font-size: 21px;
	font-style: normal;
	margin-top: 0;
	line-height: 29px;
}

.location .col-xs-2{
	text-align: right;
	padding: 0;
}

.location-more{
	border-radius: 0;
	background-color: rgba(0,0,0,0.1);
	font-family: "Avenir LT Std Book";
	font-size: 16px;
	color: rgb(76,75,69);
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	width: 400px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 60px;
}

.location-more:hover, .location-more:active{
	background-color: rgba(0,0,0,0.15);
}

address{
	font-style: italic;
}

.page-template-page-locator-php .jumbotron{
	background-image: url('media/find-page-background.jpg');
	height: 440px;
	color: #ffffff;
}

.page-template-page-locator-php .jumbotron h1{
	padding-top: 15px;
	color: #ffffff;
	font-size: 60px;
}

.page-template-page-locator-php .jumbotron h2{
	color: #ffffff;
	font-size: 17px;
	margin-top: -10px;
	margin-bottom: 30px;
}

.locator-form .form-group label{
	font-family: "Avenir LT Std Medium";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.locator-form .form-control{
	border-radius: 0;
	text-align: center;
	font-style: italic;
	color: rgb(76,75,69);
}

.locator-form .input-group input{
	border-right: none;
}

.locator-form .input-group-addon{
	border-radius: 0;
	color: rgba(76,75,69,0.5);
	background-color: #ffffff;
	font-style: italic;
	font-size: 16px;
}

.locator-form .checkbox{
	font-style: italic;
	font-size: 15px;
}

.locator-form .submit{
	background-color: rgba(0,0,0,0.4);
	width: 280px;
	height: 38px;
	line-height: 38px;
	font-family: "Avenir LT Std Book";
	font-size: 15px;
	padding: 0;
	text-transform: uppercase;
	margin-top: 20px;
}

.locator-form .submit:hover, .locator-form .submit:active{
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
}

.results{
	padding-top: 50px;
	margin-bottom: 30px;
}

.results h2{
	margin-bottom: 30px;
}

.results h2 small{
	margin-left: 8px;
	font-size: 18px;
	font-family: "Avenir LT Std Medium";
	color: rgba(255,255,255,0.2);
}

.result{
	width: 280px;
	margin: 0 auto 15px auto;
}

.result img{
	max-width: 100%;
	height: auto;
}

.result-image{
	position: relative;
}

.result-image .name-overlay{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: rgba(0,0,0,0.6);
	margin: 0;
	padding: 0;	
	text-align: left;
	padding-left: 20px;
	font-family: "Avenir LT Std Medium";
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}
 
.name-overlay a.link{
	background-color: transparent;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
	width: auto;
	height: 44px;
	line-height: 44px;
} 
 
.result .info{
	background-color: rgb(255,253,239);
	text-align: left;
	color: rgb(76,75,69); 
	font-size: 15px;
	padding: 12px 20px;
	height: 68px;

} 
 
.result .marker{
	float: right;
} 

.sorry{
    margin-top: -40px;
}

.sorry h1{
    margin-bottom: 20px;
}

.sorry p{
    font-size: 18px;
}

.sorry .purchase{
    width: 256px;
    height: 38px;
    line-height: 38px;
}

.sorry .purchase:hover, .sorry .purchase:active{
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
}

.info .marker a{
    background-color: transparent;
}

.result address{
	margin: 0;
}
	
.page-template-page-our-wine-php .inset .btn{
	margin-top: 11px;
	margin-bottom: 0;
}	
	
.page-template-page-our-wine-php .inset{
	padding-bottom: 40px;
}		
	
.content-inner li a{
	line-height: 1.41285;
	margin: 0;
	background: none !important;
}	

.content-inner li a:hover{
	color: #BE984B;
}
	
.page-template-page-terms-of-use-php .inset,
.page-template-page-privacy-policy-php .inset,
.error404 .inset{
    padding-bottom: 30px;
}    
    
.plain{
    color: rgb(76,75,69);
    text-align: center;
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 15px;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}    

.plain p{
    margin-bottom: 30px;
}
    
.plain h2{
    font-family: "Avenir LT Std Medium";
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}    

.content-inner .btn:hover{
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
}

.modal{
	text-align: center;
}

.modal.focused .modal-dialog{
	top: -230px;
}

.modal-dialog{
	width: 346px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.modal-full{
	width: auto;
	max-width: 95% !important;
	text-align: center;
	display: inline-block;
}

.age{
	font-size: 16px;
}

.modal-full img{
	max-width: 100%;
	max-height: 100%;
}

.modal-full .modal-body, .modal-contact .modal-body{
	display: inline-block;
	max-width: 100%;
}

.modal-content{
	border-radius: 0;
	text-align: center;
	max-width: 100%;
}

.modal-full .modal-content, .modal-contact .modal-content{
	display: inline-block;
}

.modal-contact .container{
	max-width: 100%;
}

.modal-body img.mobile{
	margin-top: 25px;
	margin-bottom: 40px;
}
	
.modal-body h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Avenir LT Std Book";
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
	color: rgb(76,75,69);
}	

.modal-body p{
	font-size: 17px;
	color: rgba(76,75,69,0.8);
	margin: 15px;
}
	
.modal-body .horizontal-separator{
	border-bottom: 1px dotted rgba(101, 86, 81, 0.6);
}
	
.modal-body .form-group{
	margin-top: 15px;
	margin-bottom: 10px;
}	
	
.modal-body input, .modal-body select{
	border-radius: 0;
	width: 280px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
}

.modal-body textarea{
	width: 280px;
	border-radius: 0;
	margin: 0 auto;
}

.modal-body .submit{
	border-radius: 0;
	width: 280px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	background-color: rgb(122,118,108);
	padding: 0;
	font-family: "Avenir LT Std Book";
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 25px;
}

.modal-body .submit:hover, .modal-body .submit:active{
	background-color: rgb(102,98,88);
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}
[placeholder]::-webkit-input-placeholder {
  opacity: 0.5;
}	

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}	
[placeholder]::-moz-placeholder {
  opacity: 0.5;
}	

[placeholder]:focus:-ms-input-placeholder {
  transition: opacity 0.5s 0.5s ease; 
  opacity: 0;
}
[placeholder]:-ms-input-placeholder { 
  opacity: 0.5;
}	

.blog .heading,
.single .heading,
.tag .heading,
.search .heading,
.category .heading{
	padding-bottom: 40px;
}

.blog .section img,
.single .section img,
.tag .section img,
.search .section img,
.category .section img{
	margin: 0;
	width: auto;
	max-width: 100%;
	height: auto;
}

.feature .post-title{
	font-family: "Avenir LT Std Medium";
	font-size: 25px;
	color: rgb(76,75,69);
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
    margin-top: 30px;
}

.post-title a{
	font-family: "Avenir LT Std Medium";
	font-size: 25px;
	text-decoration: none;
	color: inherit;
	text-transform: none;
    margin-bottom: 10px;
}

.post-meta {
	font-size: 14px;
	font-family: "Avenir LT Std Medium";
	font-style: normal;	
    margin-bottom: -10px !important;
}

.post-meta .date, .post-meta .pair-with{
	color: rgba(76,75,69,0.4);
}

.post-meta .tags{
	color: rgba(76,75,69,0.6) !important;
}

.post-meta a{
	color: rgb(190,152,75) !important;
	text-transform: capitalize;
	text-decoration: none;
	margin-bottom: 15px;
	color: rgb(190,152,75) !important;	
}

.post-meta a:hover{
	color: #be984b;
}

.post-body{
	color: rgba(76,75,69,0.8);
	width: 100%;
	margin: 0 !important;
	padding: 0 20px;
}

.inset .post-body p{
    font-size: 18px !important;
    line-height: 24px !important;
}

.post-footer{
	color: rgb(76, 75, 69);
	font-family: "Avenir LT Std Medium";
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
}

.post-footer p{
	margin-top: 40px;
	margin-bottom: 5px;
}

.post-footer a{
	margin-right: 12px;
	height: 32px !important;
	width: 32px !important;
	display: inline-block;
}

.post-footer a.facebook{
	background-image: url('media/shared-icon-facebook.png');
}
.post-footer a.twitter{
	background-image: url('media/shared-icon-twitter.png');
}
.post-footer a.pinterest{
	background-image: url('media/shared-icon-pinterest.png');
}
.post-footer a.email{
	background-image: url('media/shared-icon-email.png');
}
.post-footer a.facebook:hover{
	background-image: url('media/shared-icon-facebook-hover.png');
}
.post-footer a.twitter:hover{
	background-image: url('media/shared-icon-twitter-hover.png');
}
.post-footer a.pinterest:hover{
	background-image: url('media/shared-icon-pinterest-hover.png');
}
.post-footer a.email:hover{
	background-image: url('media/shared-icon-email-hover.png');
}

.post-footer a:last-child{
	margin-right: 0;
}

.inset .btn.more-link{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	margin-top: 23px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Avenir LT Std Light";
	border-radius: 0;
	width: 88px;
	height: 24px !important;
	line-height: 24px; 
	padding-bottom: 25px;
}

.inset .btn.more-link:hover, .inset .btn.more-link:active{
	background-color: rgba(0,0,0,0.6);
	color: #ffffff;
}	

.clean{
	margin-top: 40px;
	background-color: rgb(255, 253, 239);
	padding: 0;
}

.clean .btn, .clean a{
	background-color: transparent;
}

.clean .section{
	padding-bottom: 0;
}

.clean a{
	width: auto;
}

.container-full{
	padding: 0;
}

.container-full .row{
	margin: 0;
}

.container-full .row > div{
	margin: 0;
}

.sidebar{
	padding-bottom: 30px;
}

.sidebar img{
	max-width: 100%;
}

.sidebar input{
	text-align: center;
}

.sidebar .list-clean{
	padding-left: 0;
}

.sidebar > ul > li{
	margin-top: 38px;
}

.sidebar .widget-title{
	font-family: "Avenir LT Std Medium";
	color: rgba(255, 255, 255, 0.4);
	margin-top: 38px;
}

.sidebar h2{
	margin-top: 0;
}

.sidebar li li{
	border-bottom: 1px dotted rgba(255,255,255,0.6);
	margin: 0;
}

.sidebar li li:first-child{
	border-top: 1px dotted rgba(255,255,255,0.6);
	margin-top: 15px;
}

.sidebar a{
	background-color: transparent;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 15px;
	text-transform: none;
}

.sidebar a:hover{
	color: #be984b;
}

.sidebar .widget a:before{
	content: '- ';
}

.sidebar .widget-riverbench-ingredients a{
	text-transform: capitalize;
}

.widget-riverbench-ingredients .badge{
	background-color: transparent;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
}

.widget-riverbench-ingredients .badge:before{
	content: '(';
}

.widget-riverbench-ingredients .badge:after{
	content: ')';
}

.searchbar .btn{
	padding-top: 8px;
	padding-bottom: 4px;
}

.searchbar .glyphicon{
	color: rgba(76, 75, 69, 0.8);
}

.searchbar .form-group{
	margin-bottom: 0;
}

.form-control{
	border-radius: 0;
}

.brand{
	background-color: rgb(255, 255, 255);
}

.brand h2{
	color: rgb(127,20,25);
	font-size: 14px;
}

.brand h3{
	color: rgba(76, 75, 69, 0.8);
	font-size: 12px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 0;
	font-family: "Avenir LT Std Book";
	text-transform: uppercase;
}

.brand p{
	color: rgba(76, 75, 69, 0.6);
	font-size: 10px;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-family: "Avenir LT Std Book";
	text-transform: uppercase;	
}

.wine-shop{
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 20px;
	padding-bottom: 20px;
}

h2.archive-title{
	height: 42px;
	border-bottom: 1px dotted rgba(76,75,69,0.2);
	color: rgb(127,20,25);
	font-family: "Avenir LT Std Medium";
	text-transform: uppercase;
	font-size: 15px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 42px;
	text-align: center;
}

.archive .clean .section,
.search .clean .section{
	margin-top: 0;
}

p.search{
	color: rgba(76,75,69,0.8);
	text-align: center;
}

.greeting{
    font-size: 17px !important;
}

.promo{
	margin-top: 20px;
	text-align: left;
}

.promo h2{
	margin-top: 0;
	font-size: 14px;
}

.promo p{
	font-size: 16px;
	margin-top: 5px;
}

.promos{
	border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.signup h2{
	margin-top: 0;
}

.signup p{
	margin-bottom: 30px;
    font-size: 17px;
}

.signup .form-control{
	text-align: center;
}

.signup .btn{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-family: "Avenir LT Std Book";
	font-size: 14px;
	text-decoration: none; 
	font-style: normal;	
	text-transform: uppercase;
	height: 38px !important;
	line-height: 38px;
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 15px auto 30px auto;
}

.signup .btn:hover{
	background-color: rgba(0, 0, 0, 0.6);
}

.signup .check{
	margin-top: 30px;
}

.signup .check input{
	margin-right: 4px;
}

.help{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-family: "Avenir LT Std Book";
	font-size: 14px;
	text-decoration: none; 
	font-style: normal;	
	text-transform: uppercase;
	height: 38px !important;
	line-height: 38px;
	width: 100%;
	border-radius: 0;
	padding: 0;
	margin: 45px auto 30px auto;
}

.help:hover{
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.6);
}

.page-template-page-special-offers-php .inset, .page-template-page-trade-resources-php .inset{
	padding-bottom: 30px;
}

.page-template-page-trade-resources-php .inset ul{
	font-size: 16px;
}

.facts{
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px dotted rgba(76,75,69,0.2);
}

.facts h2, .photos h2{
	font-family: "Lisbon Script";
	font-size: 56px;
	font-style: normal;
	color: rgb(76,75,69);
	margin-bottom: 0;
}

.facts h3{
	font-family: "Avenir LT Std Medium";
	font-size: 16px;
	font-style: normal;
	color: rgb(76,75,69);
	text-transform: uppercase;
	margin-top: 0;
}

.facts p, .photos p{
	color: rgb(76,75,69);
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 30px;
}

.facts .form-control{
	text-align: center;
	color: rgba(76,75,69,0.8);
	font-size: 16px;
}

.facts .btn{
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 40px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Avenir LT Std Light";
	border-radius: 0;
	height: 38px;
	width: 280px;
}

.facts .btn:hover{
	background-color: rgba(0,0,0,0.6);
}

.photos{
	text-align: center;
	border-bottom: 1px dotted rgba(76,75,69,0.2);
}

.photos img{
	width: 320px !important;
    margin-left: auto;
    margin-right: auto;
}

.photos h2{
	margin-bottom: 10px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	margin-bottom: 50px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.jcarousel-pagination{
	position: relative;
	bottom: 40px;
}

.jcarousel-pagination > a{
	display: inline-block;
	margin: 1px 4px;
	background-image: url('media/mobile-dotlink-inactive.png');
	height: 8px;
	width: 8px;
	padding: 0;
	border-width: 0;
	border-radius: 0;
}

.jcarousel-pagination > a.active{
	margin: 1px 4px;
	background-image: url('media/mobile-dotlink-active.png');
	height: 8px;
	width: 8px;
	padding: 0;
	border-width: 0;
	border-radius: 0;
}

.jcarousel-control-prev{
	background-image: url('media/media-trade-left-arrow.png');
	width: 38px;
	height: 174px;
	display: inline-block;
	position: absolute;
	left: 0;
	margin-top: 12px;
	z-index: 900;
}

.jcarousel-control-next{
	background-image: url('media/media-trade-right-arrow.png');
	width: 38px;
	height: 174px;	
	display: inline-block; 
	position: absolute;
	right: 0;
	margin-top: 12px;
	z-index: 900;
}

.container-push{
	margin: 0 -15px;
}

	
.page-template-page-trade-resources-php .form-group{
	padding-left: 0;
	padding-right: 0;
}

ul.gold-bullet li:before, .gold-bullet ul li:before{
	content: "•";
	color: rgb(190,152,75);
	padding-right: 6px;
}

.modal-contact{
	margin-top: 40px;
}

.modal-contact .modal-content{
	border: none;
}

.modal-contact .modal-body{
	padding-top: 20px;
}

.modal-contact .modal-body img{
	max-width: 100%;
}

.modal-contact .modal-body .container{
	padding: 0;
}

.modal-contact .row{
	text-align: left;
}

.modal-contact h2{
	font-family: "Avenir LT Std Medium";
	font-size: 14px;
	color: rgb(127, 20, 25);
	margin-top: 19px;
}

.modal-contact address{
	font-size: 14px;
	margin-bottom: 30px;
}

.modal-contact .contact-form{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted rgba(76,75,69,0.2);
}

.modal-contact a, .modal-contact button{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	width: 280px;
	background-color: rgb(122,118,108);
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Avenir LT Std Book";
	font-size: 14px !important;
	margin: 0 auto;
}

.modal-contact a:hover{
	background-color: rgb(102,98,88);
}

.modal-contact select{
	text-align: center;
}

.modal-contact textarea{
	text-align: center;
	height: 114px;
}

.modal-contact .dismiss{
	border-radius: 0;
	padding: 0;
	margin: 10px auto;
	background-color: rgba(0,0,0,0.1);
	color: rgba(76,75,69, 0.4);
}

.modal-contact form{
	text-align: center;
}

.profile-selector li{
	padding: 0;
	margin: 0;
}

.profile-selector a{
	display: inline-block;
	margin: 1px 4px;
	background-image: url('media/mobile-dotlink-inactive.png');
	height: 8px;
	width: 8px;
	padding: 0;
	border-width: 0;
	border-radius: 0;
}

.profile-selector .active a{
	margin: 1px 4px;
	background-image: url('media/mobile-dotlink-active.png');
	height: 8px;
	width: 8px;
	padding: 0;
	border-width: 0;
	border-radius: 0;
}

.contact-modal address{
    font-size: 16px;
}

.shipment-content a{
    font-size: 17px !important;
    font-family: 'Times New Roman';
    font-style: italic;
}

.shipment-content a:hover{
    color: #d2b882 !important;
}

.event-title a{
    text-decoration: none;
    color: #4c4b45;
}

.event-title a:hover{
    color: #be984b;
}

.post-body{
    text-align: left !important;
}

.post-body.excerpt{
    text-align: center !important;
}

.post-body ul{
    margin-left: 45px;
    list-style-type: disc;
}

.post-body li{
    margin: 4px 0 !important;
}

.slim{
	margin: 0 !important;
	padding: 0 !important;
}

.slim > li{
	margin: 0;
	padding: 0;
}

.footer .menu a:before{
	content: '- ';
}

.widget-riverbench-responsive-social-links{
	font-size: 17px;
}

input, select, option, textarea{
    font-size: 17px !important;
}

#recaptcha_area{
	display: inline-block;
	margin-left: auto !important;
	margin-right: auto !important;
}

#recaptcha_area a {
	width: auto;
	line-height: 0 !important;
	height: auto !important;
	float: left;
	clear: both;
}

#recaptcha_privacy{
	display: none;
}

#recaptcha_response_field{
	border-color: #cccccc !important; 
	color: #555555 !important;
}

@media only screen and (min-width : 320px) {
	
}

/* xs */ 
@media only screen and (min-width : 480px) {
    .profile .caption-inner{
        padding: 0 16px;
    }
}

@media only screen and (min-width : 560px) {
	.video-wrap{
		padding-bottom: 53% !important;
	}	
}	

/* sm */
@media only screen and (min-width : 768px) {
	html{
		overflow-y: scroll;
	}

	.video-wrap{
		padding-bottom: 53.5% !important;
	}		
	
	.topbar{
		position: relative;
		z-index: 97;	
	}
	
	.topnav .btn-group-justified{
		display: inline-block;
		width: 100%;
		text-align: right;
		padding-right: 0;
	}
	
	.topnav .btn{
		display: inline-block;
		width: auto;
	}

	.topnav .btn.contact{
		width: 50%; 
	 }

	 @media screen and (min-width: 40rem){
	 	.topnav .btn.contact{
			width: auto; 
	 	}
	 }
	
	.navbar{
		box-shadow: none;
		padding: 0;
		background-color: rgb(255, 253, 239);
		border: none;
		text-align: center;
		font-family: "Avenir LT Std Book";
		color: rgba(76, 75, 69, 0.8);
		font-style: normal;
		text-transform: uppercase;
		width: 764px;
		margin: 0 auto 0 auto;
	}
	
	.navbar{
		z-index: auto;	
	}
		
	.navbar .container-fluid{
		margin: 0 auto;
		padding: 0;
	}
	
	.navbar-collapse{
		padding: 0;
		display: inline-block !important;
	}
	
	.navbar-collapse li{
		margin: 0;
		width: 140px;
		box-shadow: 0 5px 0 0 rgb(190, 152, 75);
	}
	
	.navbar-collapse li a{
		height: 80px;
		line-height: 80px;
		padding: 0;
		text-decoration: none;
	}
	
	.navbar-collapse li:first-child{
		border-left: 1px dotted rgba(101, 86, 81, 0.6);
		border-right: 1px dotted rgba(101, 86, 81, 0.6);
	}
	
	.navbar-collapse li:last-child{
		border-left: 1px dotted rgba(101, 86, 81, 0.6);
		border-right: 1px dotted rgba(101, 86, 81, 0.6);
	}
	
	.navbar-collapse li.logo{
		width: 204px;
		box-shadow: none;
	}
	
	.navbar-collapse li.logo a{
		margin: 0;
		padding: 0;
	}
	
	.navbar-collapse img{
		box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
		position: relative;
		z-index: 998;
		top: -40px;		
		max-width: 100% !important;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	
	.navbar-nav a:hover, .navbar-nav li.current-page-item a, .navbar-nav li.current-menu-item a, .page-template-page-visit-us-php .navbar-nav li.menu-item-type-custom a, .navbar-nav li.current-page-ancestor a{
		background: url('media/mouseover.png') bottom center no-repeat;
	}
	
	.jumbotron{
		margin-top: 5px;
		height: 340px;
		background-image: url('media/landing-page-background.jpg');
		background-position: center top;
	}
	
	.jumbotron h1{
		padding-top: 40px;
		font-size: 88px;
		margin-bottom: -5px;
	}
	
	.jumbotron h2{
		font-size: 31px;
	}
	
	.mission{
		font-style: italic;
		color: rgba(76, 75, 69, 0.8);
		font-size: 19px !important;
		margin-top: -25px;
		margin-bottom: 20px !important;
		padding: 0;
	}
	
	.heads-up{
		height: 120px;
		text-align: center;
		margin-bottom: 75px;
		padding-top: 30px;
		background-image: url('media/landing-page-wood.jpg');
	}
	
	.heads-up .container > div{
		border: none;
	}
	
	.heads-up .container{
		margin: 0 auto !important;
		position: relative;
		top: -20px;
	}
	
	.heads-up h3{
		position: absolute;
		width: 220px;
		height: 44px;
		line-height: 42px;
		padding-top: 2px;
		padding-left: 0;
		text-align: center;
		background-color: rgb(255, 253, 239);
		font-family: "Avenir LT Std Medium";
		font-size: 14px !important;
		font-style: normal;
		text-transform: uppercase;
	}
	
	.heads-up small{
		display: none;
	}
	
	.heads-up a{
		color: rgba(76, 75, 69, 0.8);
	}

    .heads-up.quarters h3{
        width: 158px;
    }
	
	.footer > .container{
		border-top: 1px dotted rgba(76, 65, 69, 0.2);
		margin: 0 auto;
		padding: 0 15px;
	}
	
	.about-us{
		padding: 7px 14px 7px 7px !important;
	}
	
	.links{
		padding-top: 7px !important;
		padding-bottom: 7px !important;		
		border-right: 1px dotted rgba(76, 65, 69, 0.2);	
		border-top: 0;
	}
	
	.links-first{
		border-left: 1px dotted rgba(76, 65, 69, 0.2);		
	}
	
	.links ul{
		margin-bottom: 9px;
	}
	
	.links li{
		margin: 4px 0;
	}
	
	.social{
		border-top: none;
		text-align: left;
		padding-top: 7px !important;
		padding-bottom: 7px !important;		
	}

	.social div{
		border-right: none;
		padding: 7px 3px;
	}

	.social img{ 
		width: auto;
		height: auto;
		margin-right: 6px;
	}
	
	.social a{
		text-decoration: none;
	}
	
	.copyright{
		text-align: left;
		padding: 16px 7px !important;
	}
	
	.inset{
		margin-top: 5px;
		padding-top: 30px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	
	.inset p{
		line-height: 24px;
	}
	
	.page-template-page-about-php .heading{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.page-template-page-about-php .heading h1,.page-template-page-wine-club-php .heading h1{
		text-align: left;
		font-size: 96px;
	}

	.page-template-page-about-php .heading  h2, .page-template-page-wine-club-php .heading  h2{
		position: relative;
		left: -23px;
		top: -3px;
		font-size: 21px;
	}
	
	.page-template-page-about-php .heading  h1,
	.page-template-page-wine-club-php .heading  h1,
	.page-template-page-about-php .heading  h2,
	.page-template-page-wine-club-php .heading  h2{
		display: inline;
	}

	.page-template-page-about-php .inset a{
		width: 100% !important;
	}	
	
	.page-template-page-about-php .video,
	.page-template-page-trade-resources-php .video {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		width: 100%;
	}
	
	.page-template-page-about-php .content-inner,
    .page-template-page-trade-resources-php .content-inner{
		margin-right: 15px;
		margin-top: -38px;
		width: 600px;
		margin-left: auto; 
		margin-right: auto;
	}
	
	.page-template-page-about-php .content-inner p, 	.page-template-page-trade-resources-php .content-inner p{
		margin: 20px 0;
	}
	
	.page-template-page-about-php .content-outer, 	.page-template-page-trade-resources-php .content-outer{
		width: 768px;
		margin: 0 auto;
		padding: 0 25px;
		text-align: center;
	}
	
	.feature{
		margin-top: 60px;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 30px;
	}
	
	.feature h2 {
		margin-top: 20px;
		font-size: 68px;
	}
	
	.profile{
		margin: 0;
		margin-bottom: 8px;
	}
	
	.profile .photo {
		margin: 0;
	}
		
	.profile-photo{
		width: 370px;
	}
	
	.section{
		text-align: left;
	}
	
	.section-vineyard{
		margin: 0;
	}
	
	.section img{
		margin: 0;
		height: auto;
	}
	
	.writeup{
		padding-left: 3px;
		padding-right: 22px;
		font-size: 17px;
	}
	
	.content-heading{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.content-heading small{
		font-family: "Avenir LT Std Medium";
		font-size: 18px;
		text-transform: uppercase;
		padding-left: 6px;
		position: relative;
		top: -2px;
		color: rgb(76,75,69);		
	}
	
	.feature-team{
		margin-top: 0;
	}
	
	.featured-wine{
		margin: 0 auto;
		padding-top: 20px;
		clear: both;
	}

	.featured-wine .row-fill{
		margin: 0 15px;
	}
	
	.featured-wine .row-fill > div{
		padding-right: 22px;
	}
	
	.featured-wine h2{
		margin-top: 0;
		text-align: left;
		margin-bottom: 0;
		position: relative;
		z-index: 25;		
	}
	
	.featured-wine h3{
		margin-top: 0;
		font-size: 20px;
		margin-bottom: 10px;
		text-align: left;
	}
	
    .featured-wine .tablet-intro h2{
        margin-bottom: 5px;
        text-align: center;
    }
	
    .featured-wine .tablet-intro h3{
        margin-bottom: 30px;
        text-align: center;
    }
	
	.featured-wine ul{
		margin-bottom: 0;
	}
	
	.featured-wine .row-fill .content{
		padding-right: 0;
		text-align: left;
		font-size: 17px;
        border-bottom-width: 0;
	}
	
	.featured-wine img{
		width: 100%;
	}

	
	.page-template-page-our-wine-php .inset{
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.page-template-page-our-wine-php .inset p{
		font-size: 20px;
		width: 694px;
		margin: 0 auto;
	}
	
	.page-template-page-our-wine-php .inset .btn{
		margin-top: 30px;
		margin-bottom: 30px;
		width: 256px;
	}

	.page-template-page-our-wine-php .content-inner .btn{
		float: left;
	}
	
	.page-template-page-our-wine-php .content-inner > div > div:first-child .btn{
		float: right;
		margin-right: 8px;
	}
	
	.page-template-page-our-wine-php .heading h1{
		font-size: 96px;
		margin-bottom: 0;
	}
	
	.heads-up.quarters h3{
		position: static;
	}
	
	.page-template-page-wine-club-php .inset{
		padding-top: 45px;
		padding-bottom: 35px;
	}	
	
	.page-template-page-wine-club-php .heading{
		margin-bottom: -20px;
	}	
	
	.page-template-page-wine-club-php .content-inner > .row{
		padding-top: 35px;
		padding-bottom: 50px;
	}
	
	.page-template-page-wine-club-php .content-inner > p{
		font-size: 21px;
	}
	.page-template-page-wine-club-php .feature{
		text-align: left;
	}
	
	.page-template-page-wine-club-php .feature p,.page-template-page-wine-club-php .feature ul,.page-template-page-wine-club-php .feature .btn{
		margin-left: 15px !important;
		margin-right: 0 !important;
	}
	
	.page-template-page-wine-club-php .feature ul{
		margin-top: 23px !important;
	}
	
	.page-template-page-wine-club-php .feature li{
		text-indent: -10px;
		padding-left: 10px;
	}

	.page-template-page-wine-club-php .feature .btn{
		margin-top: 22px !important;
		margin-bottom: 50px !important;
	}
	
	h5{
		margin-top: 0 !important;
	}
	
	.notice{
		margin-bottom: 0 !important;
	}
	
	.dot-top{
		border-top: none;
		border-left: 1px dotted rgba(255,255,255,0.6);
	}
	
    .page-template-page-about-php .inset,
    .page-template-page-visit-us-php .inset{
		padding-top: 45px;
	}	
	
    .page-template-page-visit-us-php .heading h1{
		font-size: 96px;
        margin-top: 0;
	}
		
	.location .row-fill{
		margin: 0 15px;
	}
	
	.location-img{
		height: 282px;
		width: 502px;
		margin-bottom: 30px;
	}
	
	.location .writeup .content-heading{
		font-family: "Avenir LT Std Medium";
		font-size: 21px;
		color: rgb(255,255,255);
	}
	
	.location .writeup{
		color: #ffffff;
	}
	
	.feature:last-child{
		border-bottom: none;
	}
	
	.location .btn-group{
		border: none !important;
	}
	
	.location .btn-group .btn{
		left: 0;
		border: none !important;
		padding: 0px;
		display: inline-block;
		width: 31%;
	}
	
/*	.location .btn-group .btn:hover{
		border: none !important;
		padding: 0 !important;
	}*/
	
	.location .content{
		margin-top: 0;
		text-align: left;
		padding-left: 16px;
		padding-right: 0;
		font-size: 16px;
	}
	
	.location .content-heading{
		margin-left: 58px;
	}
	
	.location .col-sm-2{
		padding: 0 !important;
		text-align: left;
		margin-left: -15px;
	}

	.location-events h2{
		margin-top: 40px !important;
		font-size: 12px;
		padding-bottom: 15px;
		margin-bottom: 10px !important;
		left: 5px;
	}
	
	.location-event .col-xs-2{
		width: 64px;
	}
	
	.location-event small{
		font-size: 9px !important;
	}
	
	.event-title{
		font-size: 19px !important;
	}
	
	.event-content{
		font-size: 14px;
	}
	
	.location-more{
		float: left;
		margin-left: 80px;
		font-size: 15px;
	}
	
    .location-santa-barbara .location-more{
        margin-left: 65px;
    }
    
	address{
		font-size: 17px;
		margin-right: -15px;
	}
	
	.page-template-page-locator-php .inset{
		padding-top: 0;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	.page-template-page-locator-php .jumbotron{
		margin-top: 0;
		padding-top: 80px;
		background-position: center 34.5%;
	}
	
	.page-template-page-locator-php .heading{
		display: inline;
		padding-right: 0;
		font-size: 96px !important;
	}
	
	.page-template-page-locator-php .subheading{
		display: inline;
		position: relative;
		bottom: 3px;
		font-size: 21px !important;
	}
	
	.locator-form{
		margin-top: 20px;
	}
	
	.search-includes{
		font-family: "Avenir LT Std Medium";
		text-transform: uppercase;
		font-size: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.locator-form .submit{
		margin-top: 35px;
	}
	
	.result{
		width: auto;
		margin-bottom: 30px;
	}
	
	.result-image img{
		width: 100%;
	}
	
    .sorry{
        margin-top: -10px;
    }
    
	.sorry h1{
		display: inline;
		padding-right: 6px;
		font-size: 96px !important;
	}
	
	.sorry h2{
		display: inline;
		position: relative;
		bottom: 3px;
		font-size: 21px !important;
	}    
    
    .sorry .row{
        margin-top: 15px;
    }

    .sorry .purchase {
        margin-top: 30px;
    }
    
	.heads-up a, .featured-wine a{
		overflow: hidden;
	}

	.heads-up h3{
		z-index: 5;	
	}
	
	.heads-up.quarters h3{
		position: relative;
	}
	
	.heads-up img, .featured-wine img{
		-webkit-transition: all 620ms ease; /* Safari and Chrome */
		-moz-transition: all 620ms ease; /* Firefox */
		-ms-transition: all 620ms ease; /* IE 9 */
		-o-transition: all 620ms ease; /* Opera */
		transition: all 620ms ease;		
	}
	
	.heads-up a:hover img, .featured-wine a:hover img{
		-webkit-transform:scale(1.1); /* Safari and Chrome */
		-moz-transform:scale(1.1); /* Firefox */
		-ms-transform:scale(1.1); /* IE 9 */
		-o-transform:scale(1.1); /* Opera */
		 transform:scale(1.1);	
	}
    
    .page-template-page-terms-of-use-php .inset,
	.page-template-page-privacy-policy-php .inset,
	.error404 .inset{
        height: 446px;
		padding-top: 50px;
    }
    
    .page-template-page-terms-of-use-php h1,
	.page-template-page-privacy-policy-php h1,
	.error404 h1,
	.page-template-page-trade-resources-php h1,
	.blog .heading h1,
	.single .heading h1,
	.tag .heading h1,
	.search .heading h1,
	.category .heading h1,
	.page-template-special-offers-php h1{
        display: inline;
        font-size: 96px;
        padding: 0;
        padding-right: 3px;
    }
    
    .page-template-page-terms-of-use-php .heading h2,
	.page-template-page-privacy-policy-php .heading h2,
	.error404 .heading h2,
	.page-template-page-trade-resources-php .heading h2,
	.blog .heading h2,
	.single .heading h2,
	.tag .heading h2,
	.search .heading h2,
	.category .heading h2{
    	display: inline;
        position: relative;
        bottom: 3px;
        padding: 0;
        margin: 0;
    }
    
    .page-template-page-terms-of-use-php .plain,
	.page-template-page-privacy-policy-php .plain,
	.error404 .plain{
        margin-top: -280px;
        margin-bottom: 60px;
        padding-left: 40px;
        padding-right: 40px;
        width: 606px;
		min-height: 400px;
    }
	
    .profile .caption-inner{
        padding: 0 16px;
    }
		
	.modal-body p{
		margin: 15px 30px;
	}	
	
	.horizontal-separator{
		margin: 0 30px;
	}

	.contents{
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.blog .footer,
	.single .footer,
	.tag .footer,
	.search .footer,
	.category .footer,
	.page-template-page-special-offers-php .footer{
		padding-top: 30px;
	}
	
	.blog .heading,
	.single .heading,
	.tag .heading,
	.search .heading,
	.category .heading{
		margin-top: -30px;
		padding-bottom: 15px;
	}
	
	.clean .section{
		margin-top: 60px;
	}
	
	.blog .clean .btn-group .btn{
		font-size: 14px;
	}
	
	.blog .clean .btn-group a.active{
		color: rgb(127,20,25);
		border-bottom: 3px solid rgb(127,20,25) !important;
		padding-bottom: 0;
		box-shadow: none;	
	}
	
	.container-full{
		padding: 0 45px;
		padding-bottom: 40px;
	}
	
	.sidebar{
		padding-left: 30px;
		padding-right: 0;
	}
	
	.sidebar > ul > li{
		margin-top: 0;
	}
	
	.blog .post,
	.single .post,
	.tag .post,
	.search .post,
	.category .post{
		margin-bottom: 60px;
		padding-bottom: 15px;
        padding-left: 60px;
        padding-right: 60px;
		border-bottom: 1px dotted rgba(76, 75, 69, 0.2);
	}
	
	.blog .post:last-child{
		border-bottom: 0;
		margin-bottom: 0;
	}	
	
    .blog .post-body{
        padding: 0;
    }
    
	.single .post:last-child,
	.tag .post:last-child,
	.search .post:last-child,
	.category .post:last-child{
		border-bottom: 0;
		margin-bottom: -30px;
	}
	
	.blog .clean{
		padding-bottom: 0;
	}
	
	.post-footer p{
		margin-top: 60px;
	}
	
	h2.archive-title{
		margin-bottom: 50px !important;	
	}
	
	.promos{
		border-bottom: none;
		border-right: 1px dotted rgba(255, 255, 255, 0.2);
	}
	
	.promo > div:first-child{
		text-align: right;
	}
	
	.promo > div{
		margin-bottom: 15px;
	}
	
    .promo p{
        font-size: 17px;
    }
    
	.promos .heading{
		padding-top: 0;
		text-align: left;
		margin-left: 45px;
	}
    
	.promos > p{
		text-align: left;
		font-size: 18px;
		margin-left: 45px;
		margin-top: 0;
		margin-bottom: 45px;
	}
	
	.signup{
		padding-left: 30px;
		margin-top: 70px;
	}
	
	.signup h2{
		font-size: 18px;
	}
	
	.signup p{
		margin-top: 20px;
		margin-bottom: 30px;
        font-size: 16px;
	}
	
	.signup .form-group{
		margin-bottom: 20px;
	}
	
	.heading-optional{
		margin-top: -30px;
	}
	
	.heading-optional h1{
		font-size: 77px;
		display: inline;
	}
	
	.heading-optional h2{
		margin: 0;
		padding: 0;
		display: inline;
		position: relative;
		left: -23px;
		top: -3px;
		font-size: 18px;
	}
	
	.page-template-page-special-offers-php .inset{
		padding-top: 60px;
	}
	
	.page-template-page-special-offers-php .inset p{
		margin-top: 5px;
	}	
	
	.photos{
		border-bottom: none;
	}
	
	.photos img{
		max-width: 310px !important;
		max-height: 174px;
	}
	
	.carousel{
		width: 720px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.jcarousel{
        width: 720px;
        margin-left: auto;
        margin-right: auto;
	}
	
	.page-template-page-trade-resources-php .inset{
		padding-top: 50px;
	}
	
	.page-template-page-trade-resources-php .content-inner{
		margin-top: -25px;
	}
	
	.page-template-page-trade-resources-php .heading{
		text-align: center;
		margin-bottom: 15px;
		position: relative;
		left: -40px;
	}
	
	.page-template-page-trade-resources-php .inset li{
		margin: 0;
		font-size: 17px;
	}
	
	.page-template-page-trade-resources-php .inset p,
	.page-template-page-trade-resources-php .facts p,
	.page-template-page-trade-resources-php .photos p{
		font-size: 17px;
	}
	
	.page-template-page-trade-resources-php .form-group{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.facts .btn{
		margin-top: 0;
	}
	
	.facts .form-control{
		height: 38px;
	}
	
	.facts h2, .photos h2{
		font-size: 76px;
		display: inline;
	}
	
	.facts h3{
		font-size: 18px;
		display: inline;
		position: relative;
		left: -18px;
		top: -3px;
	}
	
	.photos{
		margin-top: 54px;
	}
	
	.carousel li{
		cursor: pointer;
		overflow: hidden;
	}
	
	.modal-contact .modal-body{
		padding: 40px 82px;
	}
	
	.modal-contact .row > div:first-child{
		padding-right: 20px;
	}
	
	.modal-contact .row > div:last-child{
		padding-left: 20px;
		border-left: 1px dotted rgba(76,75,69,0.2);
	}
	
	.modal-contact{
		width: 716px;
		text-align: center;
		display: inline-block;
	}	
	
	.modal-contact textarea{
		width: 572px;
		height: 76px;
	}
	
    .visit-us{
        margin-top: 15px !important;
    }
    
	.modal-contact .dismiss{
		margin-bottom: 25px;
	}
	
	.modal-contact .submit{
		margin-top: 10px;
	}
	
	.footer{
		padding-top: 0 !important;
	}

	.page-template-page-landing-php .footer{
		border-top: 1px dotted rgba(76,75,69,0.2);
	}
	
	.footer .container{
		padding-left: 0;
		padding-right: 0;
		width: 768px;
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	
	.footer .container > .row:first-child > div:first-child{
		text-align: center;
		padding-left: 20px !important;
		padding-right: 20px !important;
		border-bottom: 1px dotted rgba(76,75,69,0.2);
	}
	
	.footer .container .col-lg-2:nth-child(2){
		border-left: none;
	}
	
	.copyright{
		text-align: center;
	}
	
	.modal-body p{
		font-size: 14px;
	}	

	.modal-contact .contact-form{
		padding-top: 20px;
	}
	
	.modal-contact .contact-form .col-xs-12{
		margin-top: 5px;
		margin-bottom: 5px;
	}	
	
	.modal-contact .submit{
		margin-bottom: 0;
	}
	
	.page-template-page-special-offers-php .inset > .container{
		padding-left: 66px;
		padding-right: 66px;
	}
	
	.page-template-page-special-offers-php .container > .hidden-xs{
		border-bottom: 1px dotted rgba(255,255,255,0.4);
	}

	.signup{
		margin-top: 30px;
	}	
	
	.promos{
		padding-top: 10px;
	}
	
	.promo img{
		max-width: 100%;
	}
	
	.promo .col-sm-3{
		text-align: left !important;
		padding-left: 0;
		padding-right: 4px;
	}
	
	.signup p{
		margin-bottom: 30px;
	}	
	
	.tabbed{
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
	
	.sections{ 
		margin-top: 30px;
		width: 680px;
		margin-left: 44px;
		margin-right: 44px;
	}
	  
	.profile .caption-inner{
		width: 370px;
        margin: 0 auto;
	}	

	.profile .col-sm-5 > p:first-child{
		margin: 0;
		text-align: left;
	}
	
	.footer {
		border-top: 1px dotted rgba(76,75,69,0.2);
	}
    
    .club-content-lead{
        margin-bottom: 30px;
        text-align: center;
    }
    
    .inner-content{
        margin-left: 15px;
    }
    
    .inner-content > ul:first-child{
        margin-top: 0 !important;
    }
    
    .inner-content > ul:first-child > li:first-child{
        margin-top: 0 !important;
    }    
    
    .results{
        padding-left: 60px;
        padding-right: 60px;
    }    
    
    .page-template-page-visit-us-php .feature{
        margin-top: 0;
    }
    
    .location .writeup{
        color: #4c4b45;
    }   

    .visit-location-buttons{
        position: absolute;
        width: 100%;
        left: 0;
    }
    
    .location{
        margin-top: 45px;
    }
    
    .facts button{
        margin-top: 15px !important;
    }

    .photos img{
        width: 620px !important;
        max-width: 620px !important;
        max-height: 384px !important;
    } 

	.modal.focused .modal-dialog{
		top: 0 !important;
	}	
}

/* md */
@media only screen and (min-width : 992px) {
	.carousel{
		width: 930px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.jcarousel{
        width: 930px;
        margin-left: auto;
        margin-right: auto;
	}

	.footer .container{
		width: 970px;
	}	
	
	.heads-up h3{
		width: 293px;
	}

	.heads-up.quarters h3{
		width: 213px;
	}

	.sections{
		margin-left: 165px;
		margin-right: 165px;
	}	
	
	.page-template-page-about-php .heading{
		width: 750px;
		text-align: center;
	}
}

/* lg */
@media only screen and (min-width : 1200px) {
	.carousel{
		width: 1084px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.jcarousel{
		width: 970px;
		margin-left: 57px;
		margin-right: 57px;
	}

    .photos img{
        width: 320px !important;
    }

    .facts button{
        margin-top: 0 !important;
    }

	.page-template-page-trade-resources-php .video{
		float: left;
		width: 532px;
		margin-left: 15px;
		margin-top: 0;
	}
    
	.page-template-page-trade-resources-php .content-inner{
		float: right;
		width: 532px;
		margin-right: 15px;
		margin-top: -33px;
	}

    .location{
        margin-top: 0;
    }

    .location .writeup{
        color: rgb(255, 255, 255);
    }

	.page-template-page-visit-us-php .location-santa-maria{
		border-right: 1px dotted rgba(196,196,196,0.6);
	}

    .page-template-page-visit-us-php .feature{
        margin-top: 60px;
    }
    
	.page-template-page-visit-us-php .inset{
		padding-top: 30px;
		height: 430px;
		margin-bottom: -300px;
	}
    
	.page-template-page-visit-us-php .heading h1{
        margin-top: 20px;
	}    
    
	.featured-wine .row-fill .content{
        border-bottom-width: 1px;
    }
    
    .results{
        padding-left: 15px;
        padding-right: 15px;
    }

	.locator-form .form-group{
		text-align: left;
	}
	
    .inner-content{
        margin-left: 0;
    }
    
    .inner-content > ul:first-child{
        margin-top: 29px !important;
    }
    
    .inner-content > ul:first-child > li:first-child{
        margin-top: 12px !important;
    } 
    
	.tabbed{
		margin-top: 60px;
		margin-right: 15px;
		margin-left: 15px;
	}

	.sections{
		margin-top: 0;
		width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	
    .profile{
        padding: 0 15px;
    }
    
	.profile .caption-inner{
		width: 340px;
	}	

	.profile .col-sm-5 > p:first-child{
		margin-top: 30px;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}	
	
	.footer{
		padding-top: 30px;
		margin-top: 30px;
		border-top-width: 0;
	}
	
	.footer .container{
		padding-left: 15px;
		padding-right: 15px;
		width: 1170px;
		border-top: 1px dotted rgba(76, 65, 69, 0.2);
		margin: 0 auto;
	}

	.footer .container > .row:first-child > div:first-child{
		text-align: left;
		padding-left: 7px !important;
		padding-right: 14px !important;		
		border-bottom: none;
	}
	
	.footer .container .col-lg-2:nth-child(2){
		border-left: 1px dotted rgba(76,75,69,0.2);
	}	
	
	.copyright{
		text-align: left;
	}
	
	.navbar{
		width: 1096px;
	}
	
	.navbar-collapse li.logo{
		width: 292px;
	}
	
	.navbar-collapse img{
		padding-top: 0;
		padding-bottom: 0;
		top: -50px;	
	}
	
	.navbar-collapse li a{
		height: 110px;
		line-height: 110px;
	}	
	
	.navbar-collapse li{
		width: 201px;
	}	
	
	.topbar .container{
		padding: 0 15px;
	}
	
	.topnav .btn-group-justified{
		padding-right: 10px;
	}	
	
	.jumbotron{
		height: 540px;
        background-position: center center;
	}	
	
	.jumbotron h1{
		padding-top: 71px;
		font-size: 94px;
	}
	
	.jumbotron h2{
		font-size: 38px;
	}	
	
	.heads-up{
		margin-bottom: 155px;
	}	

	.heads-up h3{
		width: 360px;
	}
		
	.heads-up.quarters h3{
		width: 263px;
		position: auto;
	}
	
	.modal-contact{
		width: 716px;
		position: relative;
		left: 15%;
	}		
	
	.modal-contact .contact-form{
		padding-top: 30px;
	}	
	
	.modal-contact .contact-form .col-xs-12{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.promos .heading h1{
		font-size: 96px;
		display: inline;
	}
	
	.promos .heading h2{
		font-size: 22px;
		display: inline;
		position: relative;
		left: -20px;
		top: -3px;
	}
	
	.page-template-page-special-offers-php .container > .hidden-xs{
		border-bottom: none;
	}

	.signup{
		margin-top: 70px;
	}	
	
	.promos{
		margin-top: 0;
	}

	.promo .col-sm-3{
		text-align: right !important;
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.signup p{
		margin-bottom: 45px;
	}		
    
    .page-template-page-visit-us-php .feature{
        border-bottom-width: 0;
    }
	
	.home .footer{
		border-top-width: 0;
	}
	
	.page-template-page-about-php .heading{
		float: right;
		width: 440px;
		margin-right: 15px;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.page-template-page-about-php .heading h1,.page-template-page-wine-club-php .heading h1{
		text-align: left;
		font-size: 96px;
	}

	.page-template-page-about-php .heading  h2, .page-template-page-wine-club-php .heading  h2{
		position: relative;
		left: -23px;
		top: -3px;
		font-size: 21px;
	}
	
	.page-template-page-about-php .heading  h1,
	.page-template-page-wine-club-php .heading  h1,
	.page-template-page-about-php .heading  h2,
	.page-template-page-wine-club-php .heading  h2{
		display: inline;
	}

	.page-template-page-about-php .inset a{
		width: 100% !important;
	}	
	
	.page-template-page-about-php .video{
		float: left;
		width: 624px;
		margin-left: 15px;
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.page-template-page-trade-resources-php .video{
		float: left;
		width: 532px;
		margin-left: 15px;
		margin-top: 0;
	}
	
	
	.page-template-page-about-php .content-inner{
		float: right;
		width: 440px;
		margin-right: 15px;
		margin-top: -38px;
	}
	
	.page-template-page-trade-resources-php .content-inner{
		float: right;
		width: 532px;
		margin-right: 15px;
		margin-top: -28px;
	}
	
	.page-template-page-about-php .content-inner p, 	.page-template-page-trade-resources-php .content-inner p{
		margin: 20px 0;
	}
	
	.page-template-page-about-php .content-outer, 	.page-template-page-trade-resources-php .content-outer{
		width: 1170px;
		margin: 0 auto;
		padding: 0 25px;
		text-align: left;
	}
	
	.page-template-page-about-php  .feature .btn-group{
		border-left: 4px solid rgb(127,20,25);
		padding-right: 14px;
	}
	
	.page-template-page-about-php  .feature  .btn-group .btn{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
		padding-bottom: 0;
		border-bottom: 1px dotted rgba(76,65,69,0.2);
		border-right: 1px dotted rgba(76,65,69,0.2);
		border-left: none;
		width: 100%;
		display: block;
		border-radius: 0;
		text-align: left;
		padding-left: 20px;
	}
	
	.page-template-page-about-php  .feature  .btn-group .btn:first-child{
		left: -1px;
		border-top: 1px dotted rgba(76,65,69,0.2);
	}
	
	.page-template-page-about-php  .feature .btn-group .btn:hover,.feature .btn-group a.active{
		padding-bottom: 0;
		border-bottom: 1px dotted rgba(76,65,69,0.2) !important;		
	}
	
	.contents{
		width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
	}
	    
	.profile .caption{
		margin: 0;
	}	
		
	.profile .col-lg-12{
		padding: 0;
	}
    
    .page-template-page-terms-of-use-php .plain,
	.page-template-page-privacy-policy-php .plain,
	.error404 .plain{
        width: 716px;
    }    
}

.dot-left{
	border-left: 1px dotted #fff;
}

.feature h2.club-heading{
	font-family: "Avenir LT Std Medium";
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(127, 20, 25);
}

@media only screen and (min-width: 992px){
	.club-secondary-content-wrapper{
		display: flex;
	}

	.club-secondary-content-inner{
		display: grid;
	}
	
}

.club-secondary-content{
	border: 1px solid #cccac1;
	margin-bottom: 2em;
}


.c7-checkout-summary__notes{
    font-size: 14px !important;
    font-family: "Avenir LT Std Light" !important;
}

