/*
	Theme Name: Rocklin Ranch
	Theme URI: http://rocklinranchwines.com
	Description: WordPress Theme for Rocklin Ranch
	Version: 1.4.3
	Author: Little Tango, LLC (littletangollc)
	Author URI: https://www.littletango.com
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.html');
	src:url('fonts/font-named41d.html?#iefix') format('embedded-opentype'),
		url('fonts/font-name-2.html') format('woff'),
		url('fonts/font-name-3.html') format('truetype'),
		url('fonts/font-name-4.html#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

body, .slides, h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", "Georgia", "Arial", "Source Sans Pro", serif;	
}
h1, h2, h3, h4, h5, h6 { 
	font-style: italic;
	letter-spacing: 4px;
	margin-bottom: 1em;	
}
.textured {
	  color: #6B483e;
}
.textured h1 {
		color: #934e35; 
}
.box-74 img {
	margin-top: 40px;
    width: 120px !important;
}
.box-74 {
	background: #fff;
	text-align: center;
}

.box-74:hover {
    background: rgba(255, 255, 255, 0.8);
}
.name-74 {
	background: transparent;
}
.home {
	color: #6B483e;
}
.home .content {
	background: none;
}
.home .content .ae-2 {
	background: none;
	border-top: 1px solid #dfca8b;
    border-bottom: 1px solid #dfcaa8;
    padding-top: 40px;
    padding-bottom: 40px;
}
p {
    font-style: italic;    
}
.lighted.home {
	color: #fff;
}
.lighted.home .content .ae-2 {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);

}
.panel.bottom.forceMobileView {
	background: #d89843; 
	background-color: rgba(216, 152, 67, 0.6); 
	position: fixed; 
	background: #9b7a5a;
    background-color: rgba(131, 86, 35, 0.7);	
    background: #21290f;
    background-color: rgba(33, 41, 15, 0.91);    
    background: #41534c; 
    background-color: rgba(65, 83, 76, 0.9); 
}
.bg {
	background: #fff;
    padding: 2em;
    border-radius: 6px;
    color: #333333;	
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.1);    
}
.popup {
    background-size: cover;	
}
.chardonnay.popup {
    background: url(../assets/img/rocklin-ranch-wines-set-06.html);
    background-size: cover;	

}
.pinot.popup {
    background: url(../assets/img/rocklin-ranch-wines-set-07.html);
    background-size: cover;	

}
.cabernet.popup {
    background: url(../assets/img/rocklin-ranch-wines-set-05.html);
    background-size: cover;	

}
.logo {
	width: 100%;
	max-width: 600px;
}
.fade.content {
	background: rgba(17, 19, 20, 0.6);
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;	
}
.dark {
	color: #333;
}
.cell {
	color: #934e35; 
}
.cell h3 {
	margin-bottom: 0px;
}
.description-74 {
	color: #585f4e;
	margin-top: 0;
}
.background.top {
	background-position: top; 
}
// .our-wines .container .wrap:not(.noSpaces) {
// 	padding-top: 0px;
// 	padding-bottom: 0px;
// }
.reded {
	background-color: #934e35;
}
.line {
	color: #ff;
	color: rgba(255, 255, 255, 0.35);
	padding-left: 14px; 
	padding-right: 14px;
}
.pink {
	background: #56622e !important; 
	background: #934e35 !important; 
}
form input[type="text"], form input[type="name"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea, form select {
	max-width: none;
}
.popup .close.closeButton {
	text-transform: uppercase;
	
}
a.button.round.white.small.ae-8 {
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


@media screen and (max-width: 500px) {
	.box-74, .pad {
    max-width: 340px;
    margin: 0 auto 20px;
}
}
.mb0 {
margin-bottom: 0;
}
.grid-84  {
    border-radius: 10px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.06), 0 2px 3px rgba(0,0,0,0.1) !important;
}
@media (min-width: 1024px) {
.grid.grid-84>[class*='col-']:after {
background: transparent !important; 
} }
.shot-link {
color: #934e35;
font-size: 1.6em;
}
.shot-link:hover, .shot-link:focus {
text-decoration: underline;
}
.media-link:hover, .media-link:focus {
color: #fff;
text-decoration: underline;
}
.divider {
font-size: 1.6em;
color: #f3f3f3;
padding-left: 10px;
padding-right: 10px; 
}
nav a:hover, nav a:focus {
color: #fff;
}
.wpcf7-quiz-label {
color: #989898; 
}
div.wpcf7-response-output {
font-size: 17px;
}

.h4.mb10 {
margin-bottom: 20px;
}
@media (max-width: 480px) {
.content h1, .popupContent h1 {
font-size: 2.2em;
}
.sidebar .mainMenu li a {
font-size: 18px;
}
}
@media (max-width: 1278px) {
.grid.grid-74>[class*='col-'] {
    max-width: 32% !important;
} 
.grid.grid-74 {
margin-left: 12px !important;
}
}
@media (max-width: 766px) {
.grid.grid-74 {
margin-left: -12px !important;
}
}