/*
Theme Name:     Mount Horrocks 2018
Theme URI:      https://github.com/domingobishop/mount-horrocks-2018
Author:         Chris Bishop
Description:    Mount Horrocks 2018 with Bootstrap WordPress themes. 
Author URI:     https://github.com/domingobishop
Version:        0.3.0 beta
License:		Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/. Feel free to make any changes.
Text Domain:    blank-canvas
*/

/**
 * Global
 * ----------------------------------------------------------------------------
 */

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif, sansserif;
    text-rendering: optimizeLegibility;
    color: #222;
    font-size: 18px;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    margin: 1.6em 0 1em;
    font-weight: 700;
    color: #123c3d;
}
h1 {
    font-size: 3em;
}
p {
    margin: 0 0 1.6em;
}
a {
    color: #91700C;
}
a:hover, a:focus {
    text-decoration: underline;
}
a:focus {
    background-color: #f7ecb5;
}
ul {
    margin-bottom: 1.6em;
}

/**
 * Content
 * ----------------------------------------------------------------------------
 */

.entry-header h1 {
    margin: 1.6em 0;
    font-size: 2.4em;
}
.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover, .entry-content a:focus {
    text-decoration: none;
}
.header-page {
    height: 74px;
    background-position: center center;
    background-size: cover;
}
@media (max-width: 768px) {
    .header-page {
        height: 48px;
    }
}
.page .entry-content, .single .entry-content {
    margin-bottom: 3em;
}
ul.buttons {
    padding: 0;
    text-align: center;
}
ul.buttons li {
    display: inline-block;
    list-style: none;
}
ul.buttons li a {
    display: block;
    padding: 1em 1.5em;
    border: 2px solid #ddd;
    text-decoration: none;
}
ul.buttons li a:hover {
    background-color: #eee;
    border: 2px solid #ccc;
    text-decoration: underline;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.contact-form textarea,
.contact-form input[type=email], .contact-form input[type=text] {
    width: 98%;
    max-width: 98%;
    margin-bottom: 1.9em;
}
.contact-form input[type=checkbox], .contact-form input[type=radio] {
    float: left !important;
    position: relative;
    margin: 7px 1em 1em 0 !important;
}
.contact-form label.checkbox, .contact-form label.radio {
    margin-bottom: 1.6em !important;
}

/**
 * Carousel
 * ----------------------------------------------------------------------------
 */

.carousel {
    width: 100%;
    height: 420px;
}
.carousel .item {
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 420px;
}
.carousel-caption {
    right: 40%;
    left: 5%;
    text-align: left;
}
.carousel-caption h3 {
    color: #fff;
}


/**
 * Nav
 * ----------------------------------------------------------------------------
 */

.navbar {
    margin: 0;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    background: #fff;
}
@media (min-width: 768px) {
    .navbar .container-fluid {
        display: table;
        width: 100%;
        max-width: 1240px;
    }
    .navbar-default .navbar-collapse {
        display: table-cell !important;
        vertical-align: middle;
    }
}
.navbar-brand {
    height: 100px;
}
.navbar-nav > li > a {
    padding-bottom: 1em;
}
.navbar-default .navbar-nav > li > a {
    color: #123c3d;
    font-family: 'Bitter', serif;
}
.navbar-default .navbar-brand {
    font-weight: 700;
    color: #123c3d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #91700C;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #91700C;
}
.navbar-default .navbar-nav > li.current-menu-item > a span {
    color: #91700C;
    border-bottom: 3px solid;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
.social {
    background-color: #123c3d;
    padding: 1em 0;
}
footer {
    padding: 1em 0;
    background-color: #e4eaea;
}
footer ul {
    list-style-type: none;
    padding: 0;
}
footer .site-info {
    padding: 1em;
}
.footer-col .widget {
    padding-right: 3.4em;
}
.widFRR {
    margin: 0 auto !important;
}
.social .logo {
    max-width: 140px;
    height: auto;
    margin: 0 auto;
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */
.header-home {
    display: table;
    background-size: cover;
    background-position: center top;
    width: 100%;
    min-height: 480px;
    color: #fff;
}
.header-home a, .header-home a:hover {
    color: #fff;
}
.header-home h1, .header-home p {
    color: #fff;
    text-shadow: #222 2px 3px 5px;
}
@media (min-width: 768px) {
    .header-home h1, .header-home p {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 768px) {
    .header-home h1 {
        font-size: 2em;
    }
}
.header-home h1 {
    margin-bottom: 0;
}
.header-home .container {
    display: table-cell;
    vertical-align: middle;
}
.header-home .home-call-to-action {
    margin-bottom: 2.4em;
}
.home-entry {
    margin: 1.6em 0;
}
.btn-action {
    text-shadow: #222 2px 3px 5px;
    font-size: 1em;
    font-weight: 700;
    background-color: transparent;
    border-color: #fff;
    padding: 1em 1.6em;
    margin: 0 0.6em 0.6em 0.6em;
}
.paged-posts {
    margin-bottom: 1.6em;
}

nav .previous {
    float: left;
}

nav .next {
    float: right;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    text-decoration: none;
    background-color: #3b94d9;
}

.call-to-action {
    margin: 3.2em 0;
}
.btn-home {
    color: #222;
    font-size: 1em;
    background-color: transparent;
    border-color: #222;
    padding: 1em 1.6em;
    margin: 0.6em 0;
}
.btn:hover {
    color: #fff;
    background-color: #91700C;
}
.section-img .section-bg {
    background: rgba(0,0,0,.2);
    min-height: 480px;
    color: #fff;
}
.section-img .section-bg h2 {
    color: #fff;
}

/**
 * Wines
 * ----------------------------------------------------------------------------
 */

.wines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wine-item {
    float: left;
    width: 14%;
    padding: 0 0.6em;
    min-width: 140px;
}
.wine-item a {
    text-decoration: none;
}
.wine-item a:hover {
    text-decoration: underline;
}
@media (max-width: 480px) {
    .wine-item {
        width: 48%;
    }
}

/**
* Images
* ----------------------------------------------------------------------------
*/

.wp-caption.aligncenter, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.entry-content img.alignright, .entry-content .wp-caption.alignright {
    margin-right: 0px;
    float: right;
}

.entry-content img.alignnone {
    margin: 1.6em 0;
}

.wp-caption.alignright, img.alignright {
    margin: 5px 0 5px 20px;
}

.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
    margin-left: 0px;
    float: left;
}

.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0px;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
    color: #220e10;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    padding: 1em;
    background: #eee;
}

iframe {
    margin: 1.6em 0;
}

/**
* Woo
* ----------------------------------------------------------------------------
*/

.woocommerce-page .head {
    box-shadow: 0 8px 6px -6px #eee;
    margin-bottom: 1.6em;
}

.woocommerce div.product p.price {
    display: none;
}

.woocommerce div.product span.price {
    color: #222;
    font-weight: bold;
    font-size: 1.25em;
}

.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .variations td.label {
    display: none;
}

.woocommerce .checkbox input[type=checkbox] {
    position: inherit;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #222;
    font-size: 1em;
    background-color: transparent;
    border: #222 solid 1px;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    color: #666;
    font-size: 1em;
    background-color: transparent;
    border: #666 solid 1px;
}

.woocommerce .quantity .qty {
    height: 42px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce .variations {
    width: 100%;
}

.woocommerce .variations .label {
    display: none;
}

.woocommerce .variations select {
    width: 90%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.menu-item .cart-btn .fa-shopping-cart {
    font-size: 1.5em;
    float: left;
}

.menu-item .cart-count {
    position: absolute;
    top: 25px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;
}


/**
* Temp
* ----------------------------------------------------------------------------
*/

.lcp_catlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lcp_catlist h2, .lcp_catlist h3 {
    padding-top: 1em;
    border-top: dotted 1px #123c3d;
}
.lcp_title {
    display: none;
}
.page ul.lcp_catlist li {
    margin-bottom:10px;
}

table.mcnButtonContentContainer,
table.mcntitleContentContainer,
td.mcnTitleContent,
td.mcntitleBlockInner
{
    width: 100% !important;
}
.post-9 .entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#wine {
    width: 14%;
    padding: 5px;
    vertical-align: top;
    min-width: 140px;
}
@media (max-width: 480px) {
    #wine {
        width: 48%;
    }
}
#wine h2 {
    margin: 5px 5px 5px 5px;
    text-align: left;
    color: #123c3d;
    font-size: 18px;
}
#wine p {
    margin: 5px 5px 0 0;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#ccc;
}
.grid {display:block;float:left;margin-left:0;margin-right:0;}

.entry-content .grid img.alignnone {
    margin: 0;
}

#vineyard {
    width: 249px;
    padding: 0;
    vertical-align: top;
}
#vineyard h2 {
    margin: 20px 10px 5px 0;
    text-align: left;
    color: #123c3d;
    font-size: 18px;
}
#vineyard p {
    margin: 5px 30px 5px 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#ccc;
}

li.widget_wp_shopping_cart ul {
    list-style-image: none !important;
    list-style-type: none !important;
}

li.widget_wp_shopping_cart ul li {
    list-style-image: none !important;
    list-style-type: none !important;
    background: none !important;
}

li.widget_wp_shopping_cart ul li:before{
    /* Countermand any content properties like the one in the default wordpress theme.  */
    content: "" !important;
}


div.categorydisplay ul li:before{
    /* Countermand any content properties like the one in the default wordpress theme.  */
    content: "" !important;
}

a.additional_description_link img {
    margin:0px 3px 0px 0px;
}

div.textcol form {
    min-width: 300px;
}

div.wpsc_loading_animation {
    visibility: hidden;
}

#idc-container-parent{
    clear:both;

}
table.wpsc_checkout_table {
    width: 100% !important;
}
table.wpsc_checkout_table label{
    display:inline;
    padding-right:10px;
}

#checkout_page_container textarea, #checkout_page_container input, #content #checkout_page_container textarea, #content #checkout_page_container input {
    line-height: inherit !important;
    font-size: 1em !important;
    margin-bottom: 1em !important;
}
