/*
Theme Name: Fiore Winery
Description: Fiore Winery WordPress theme
Author: Main St. Design
Author URI: http://www.mainstdesign.net
Version: 1.0
*/
*,html {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "brandon-grotesque";  
    height: 100%;  
}
p { 
    margin: 10px 0;
}
.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-bar {
    background-color: #FFF;     
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 170px;   
    z-index: 1040;      
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.0);
    box-shadow: 0px 3px 5px rgba(0,0,0,.0);
   -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
  
}
.sticky {
   height: 85px;
  -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,.2);
}

.sticky #logo {
  height:50px;
  background-size:cover;
  background-position:0 -35px;
  width:150px;
  bottom:3px;
}
.sticky #menuribbon .inner {
  height:60px;
}
.sticky #topribbon {
  	padding:5px;
  	font-size:11px;
}
#topribbon {
    background-color: #536E45;
    color: #FFF;
    padding: 10px;
}
#topribbon .inner {
    max-width: 1200px;
}
#topribbon #hourstext {
    float: left;
}
#topribbon #logintext {
    float: right;    
}
#topribbon #logintext a {
    color: #FFF;
    text-decoration: none;    
}
#menuribbon .inner {
    position: relative;
    height: 130px;
}
#nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-left: 200px;
}
#nav a {
    text-decoration: none;
    color: #536E45;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-size: 12px;
    font-weight: 500;    
}
#nav a:hover {
    color: #BDCF9B;
}
#logo {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 112px;
    height: 105px;
    display: block;
    background-image: url(images/BAREL_LOGO-GREEN-WTEXT.png);
  	background-repeat:no-repeat;
  	background-size:contain;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#logo span {
    display: none;
}
#headerpic {
    position: relative;
    background-image: url(images/header.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 184px;
   	margin-top:170px;
}
.home #headerpic {
    min-height: 384px;
}
#headerpic #overlay {
    position: absolute;
    width: 380px;    
    background-color: #FFF;
    right: 0;
    top: 20px;
    opacity: 0.9;
    border-left: 3px solid #BDCF9B;
    color: #536E45;
    font-size: 24px;
    padding: 15px 35px 15px 15px;
    letter-spacing: 3px;
}
.home #headerpic #overlay {
    top: 60px;
    padding: 35px;
}
#panels {
    background-color: #F3ECE4;
    padding: 30px 0;
}
#panels .inner {
    max-width: 1100px;
    text-align: center;
}
#panels .widget_fpw_widget {
    width: 31%;
    border-right: 1px solid #BDCF9B;
    display: inline-block;   
    padding: 50px 30px;
    vertical-align: top;    
}
#panels .widget_fpw_widget img {
    /*width: 100%;*/
}
#panels .widget_fpw_widget:first-child {

}
#panels .widget_fpw_widget:last-child {
    border-right: none;  
}
#panels .widget_fpw_widget .fpw-excerpt  {
    border-bottom: 5px solid #4A653C;
    padding-bottom: 10px;
    max-width: 280px;
    text-align: left;
}
#panels .widget-title {
    color: #4A653C;
    border-bottom: 3px solid #BDCF9B;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    font-weight: normal;
    font-family: "mrs-eaves";
    letter-spacing: 2px;
    font-size: 24px;
    text-decoration: none;
    text-align: left;
}

#panels .fpw-page-title, #panels h2 {
    color: #BBA86B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
  	margin:0;
    margin-top:10px;
    text-align: left;
}
#panels p {
  	margin:0;
    margin-bottom:5px;
}
#panels .fpw-read-more-link {
    font-size: 14px;
    color: #536E45;
    border: 1px solid #BDCF9B;
    text-transform: uppercase;
    padding: 2px 5px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
    transition: all 0.5s;
    font-weight: bold;
    text-decoration: none;
}
#panels .fpw-featured-link {
    text-decoration: none;
}
#panels .fpw-read-more-link:hover {
    color: #BDCF9B;
    background-color: #536E45;
}
#panels .fpw-read-more-link{
    display: block;
}
#hoursbtn {
    cursor: pointer;
}
#hourshidden {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #536E45;  
    padding: 20px;
}
#hourshidden span {
    margin-left: 15px;
    display: inline-block;
    float: right;
}
.clear {
    clear: both;
}
h1 {
    font-family: "mrs-eaves";
    font-weight: normal;
    font-size: 38px;
    color: #4A653C;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
body>.content {
    padding: 50px;
}
body>.content .inner {
    max-width: 900px;
}
#footer {
    background-color: #446135;
    border-top: 5px solid #BDCF9B;
    text-align: center;
    padding: 30px 0;
    color:#FFF;
  	font-size:14px;
}
#footer a {
  color:#FFF;
}
#footer .newsletter input {
   margin-left:15px;
   padding:3px 6px;
  border:1px solid #BDCF9B;
}
#footer .newsletter input[type='button'] {  
  background-color:#BDCF9B;
  color:#446135;
  padding:4px 10px;
  font-size:11px;
}
#footer .menu {
  margin:15px 0;
}
#footer .menu a {
    text-transform:uppercase;
 		text-decoration:none;
}
#footer .copyright {
  	margin-top:15px;
  font-size:12px;
}
#footer .socials {
  margin-top:15px;
}
#footer .socials a {
	display:inline-block;
  font-size:22px;
  margin: auto 5px;
  background-color:#BCD199;
  color:#446135;
  width:32px;
  height:32px;
  border-radius:16px;  
  line-height:34px;
  transition:all 0.5s;
}
#footer .socials a:hover {
  color:#BCD199;
  background-color:#446135;
 
}
#footer .menu a {
  border-right:1px solid #BCD199;
  padding-right:8px;
  padding-left:5px;
}
#footer .menu a:last-child {
  border-right:0;
}
.blog .hentry {
    max-width: 700px;
    margin: 0 auto;
}
.blog .wp-post-image {
    width: 150px;
    height: auto;
}
.blog h2 a, .product h2 {
    font-family: "mrs-eaves";
    font-weight: normal;
    font-size: 26px;
    color: #4A653C;
    text-decoration: none;
}
a {
    color: #4A653C;
}

.woocommerce .widget .widget-title {
    font-family: "mrs-eaves";
    background-color: #4A653C;
    color: #FFF;
    margin: 10px 0;
    padding: 5px;
    font-size: 22px;
}
.woocommerce .widget .widget-title a {
    color: #FFF;
    text-decoration: none;
}

.widget_wpb_widget .accordion {      
     background-color: #F0E5D3;
     display: block;
     margin-top: 10px;
     padding: 5px;
     text-transform: uppercase;
     text-decoration: none;
     cursor: pointer;
}
.widget_wpb_widget .accordion:after {
    content: '\f0d7'; /* Unicode character for "plus" sign (+) */
    font-size: 18px;
    font-family: FontAwesome;
    color: #4B673C;
    float: right;
    margin-left: 5px;
}
.widget_wpb_widget .accordion.active:after {
    content: "\f0da"; /* Unicode character for "minus" sign (-) */
}
.widget_wpb_widget ul.panel {    
    max-height: 0;
    opacity: 0;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.widget_wpb_widget ul.panel.show {
    display: block;
    opacity: 1;
    max-height: 500px;
}
.widget_wpb_widget a {
    text-decoration: none;
}
.widget_wpb_widget ul.panel a  {
    display: block; 
    padding: 5px;
    text-decoration: none;
}
.post {
    padding: 20px;
}
h1.page-title, .woocommerce h1.featured-title {
    font-family: "mrs-eaves";
    font-weight: normal;
    font-size: 34px;
    color: #4A653C;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 3px solid #BDCF9B;
    text-transform: uppercase;
    letter-spacing: 2px;    
}
.woocommerce-checkout h1.page-title {
    border-bottom: 0;
    margin-bottom: 10px;
}
.woocommerce #featured {
 background-color: #F0E5D3;
 padding:  50px 0 10px 0;
 border-bottom: 5px solid #4B673C;  
}
#featured .card {
    width: 600px;
    margin: 0 auto;
    height: 350px;
    position: relative;
}
#featured .rightcol {    
    position: absolute;
    border-left: 1px dotted #BDCF9B;
    padding-left: 20px;    
    vertical-align: middle;    
    font-size: 16px;
    left: 40%;
    top: 50%; 
     -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#featured h2 {
    font-family: "mrs-eaves";
    color: #446135;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#featured .attribute-label {
    color: #C0AE6F;
    text-transform: uppercase;
}
#featured .attribute-value {
    font-style: italic;
    margin-bottom: 5px;
}
#featured .add_to_cart_inline {
    border: 0!important;
}
#featured h2 a {
    text-decoration: none;
}
#featured .btn {
    border: 1px solid #4A653C;
    background-color: #4A653C;
    text-decoration: none;
    padding: 10px;
    color: #FFF;
    margin:20px auto;
    display: inline-block;
    transition: all 0.4s;
}
#featured .btn:hover {
    color: #4A653C;
    background-color: #F0E5D3;
}
.widget_search input[type=submit] {
    background-color: #DEC1B3;
    background-image: url(images/magnifying_glass.png);
    background-repeat: no-repeat;
    display: inline-block;
    border: 0;
    color: Transparent;
    width: 22px;
    height: 22px;
    background-position: center center;
}
.widget {
    margin-bottom: 20px;
}
.pp_gallery {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.page .entry table {
    margin: 0 auto; 
    border-spacing: 20px;  
    border-collapse: separate; 
}
.page .entry table tr td {
    padding: 10px;
    background-color: #F2EEE5;    
}
.page .entry table tr td a {
    font-weight: bold;
    font-size: 16px;
}

.page-template-template-page-quadrant .child-page {
    padding: 20px;
    background-color: #F2EEE5;  
    width: 45%;
    float: left;
    display: block;  
    margin:  0 0 20px 20px; 
}
.page-template-template-page-quadrant .child-page a {   
   text-decoration: none; 
}
.page-template-template-page-quadrant .child-page a h2 {
   font-weight: bold;
   font-size: 18px; 
   margin-bottom: 5px;
}
.page-template-template-page-quadrant .child-page p {
    margin-top: 0;
}

/* =WooCommerce Overrides
-------------------------------------------------------------- */
.woocommerce div.product form.cart .variations .label {
    color: #000!important;
    font-size: 16px!important;
    vertical-align: middle!important;
}
.woocommerce .leftcol {
    float: left;
    width: 25%;
}
.woocommerce .rightcol {
    float: right;
    width: 70%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #4A653C!important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #4A653C!important;
    color: #FFF!important;
    margin-right: 5px!important;
}
.woocommerce .cart {
    margin-bottom: 1em!important;
}
.woocommerce div.product form.cart .button {
    width: 135px!important;
}
.woocommerce .add_to_cart_button:before, .woocommerce .single_add_to_cart_button:before {
    content: '\f07a';
    margin-right: 5px;
    font-family: FontAwesome;
}
.woocommerce #store_modal_button, .woocommerce .no_order, .locator-button {
    margin-left: 3.85em!important;
    margin-bottom: 15px!important;
    background-color: #4A653C!important;
    color: #FFF!important;
    margin-right: 5px!important;
    width: 135px;
}

.woocommerce .products .no_order, .locator-button {
    margin-left: 0!important;
    
}
.woocommerce #store_modal_button:before, .locator-button:before{
    content: '\f002';
    margin-right: 5px;
    font-family: FontAwesome;
}
.woocommerce-info {
    border-top-color: #4A653C!important;
}
.woocommerce-info:before {
    color: #4A653C!important;
}

.woocommerce ul.products li.product a img {
    margin: 0!important;
}
.woocommerce table.shop_attributes td.product_weight {
    padding: 8px 0;
}
.woocommerce table.shop_attributes tr th {
    text-align: left!important;
    background-repeat: no-repeat!important;
    background-position: left center!important;
    padding-left:30px!important;
    width: 200px!important;
    font-size: 16px!important;
    color: #556E45!important;
}
.woocommerce table.shop_attributes tr:nth-child(1) th  {
    background-image: url(images/fiore_icon_flavor.png)!important;    
}
.woocommerce table.shop_attributes tr:nth-child(2) th  {
    background-image: url(images/fiore_icon_aroma.png)!important;    
}
.woocommerce table.shop_attributes tr:nth-child(3) th  {
    background-image: url(images/fiore_icon_food.png)!important;    
}
.woocommerce table.shop_attributes tr:nth-child(4) th  {
    background-image: url(images/fiore_icon_temp.png)!important;    
}
.woocommerce table.shop_attributes tr:nth-child(5) th  {
    background-image: url(images/fiore_icon_style.png)!important;    
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30%!important;
    background-color: #F2EEE5;
    padding: 10px!important;
    text-align: center;
    margin: 0 3.8% 3.8% 0!important;
}
.woocommerce-page .related ul.products li.product {
    width: 29.05%!important;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin: 0!important;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em; margin-top: 2em;
}
.store_locator_filter_title {
    background-color: #F0E5D3;
    padding: 5px 10px;
}
.store_locator_result_list_box {
    min-height: 400px;
}
.wpcf7-recaptcha div {
    margin: 0 auto;
}
.wpcs-slide-out-div {
    height: 550px!important;
}
/* =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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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-size: 0.875rem;
	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. */
}

@media only screen and (max-width: 736px) {
    .woocommerce .leftcol {
        display: block;   
        float: none; 
        width: 100%;
    }
    .woocommerce .rightcol {
        display: block;
        float: none;
        width: 100%;
    }
    .archive ul.products li.product {
        width: 48%!important;
        float: left!important;
        clear: both!important;
        margin: 0 0 2.992em!important;  
    }
    .woocommerce-page .related ul.products li.product {
        width: 45%!important;
    }
    .woocommerce-page .related ul.products li.last {
        margin: 0 3.8% 3.8% 0!important;
    }
    .woocommerce-page .related .add_to_cart_button {
        display: none!important;
    }
    .page-template-template-page-quadrant .child-page {          
        width: 100%;
        float: none;        
        margin:  0 0 20px 0; 
    }
    #panels .widget_fpw_widget {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    #panels .widget_fpw_widget img {
        width: 100%;
    }
    #panels .widget_fpw_widget .fpw-excerpt{
        width: 100%;
        max-width: 100%;
    }
    #featured .card {
        width: 100%;
        margin: 0 auto;
        height: auto;
        position: relative;
        clear: both;
        padding: 0 20px;
    }
    #featured img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    #featured .rightcol {    
        float: none;
        position: relative;
        border-left: none;
        padding-left: 0;
        vertical-align: middle;    
        font-size: 16px;
        left: auto;
        top: auto;
         -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    #headerpic {
        margin-top:0;
    }
    .headertext {
        text-decoration: none;
    }
}
@media only screen and (max-width: 400px) {
    #headerpic #overlay {
        width: 90%;
        padding: 5px!important;
    }
}