/*

Theme Name: Nextra

Theme URI: http://nextra.com.au

Authoor: BirdsHost

Author URI: https://birdshost.com

Description: Custom WordPress theme for Nextra

Text Domain: nextra

*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

/* RA CHANGES */


.vc_col-has-fill>.vc_column-inner{padding-top:0px !important;}

.vc_images_carousel .vc_carousel-inner {
    position: relative !important;
}

#top-link,
h2.page-title {
    text-align: center
}

body,
body p {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: justify;
}
.left_textalign {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left !important;
}

img,
object {
    max-width: 100%;
    height: 100%;
}

a {
    color: #d73227;
    transition: all .5s ease
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: none
}

.nextra-button,
.nextra-button:hover {
    text-decoration: none
}

input[type=submit],
a.nextra-button.default {
    border: 0 none;
    padding: 10px 15px;
    font-size: 15px;
    background: #000000;
    color: #ffffff;
}

input[type=submit]:hover,
input[type=submit]:focus,
a.nextra-button.default:hover {
    background: #da291c;
    color: #ffffff;
}

#top-link:hover,
h1,
h2,
h3 {
    color: #000000
}
h6 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase
	text-align: center !important;
}


#top-link {
    display: none;
    background: #fff;
    position: fixed;
    right: 30px;
    border: 2px solid #000000;
    bottom: 20%;
    color: #444;
    font-weight: 700;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 32px;
    line-height: 32px;
    padding: 1px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 99
}

#top-link.active {
    display: block
}

h1,
h2,
h3 {}

h2 {
    font-size: 24px;
}

h3 {
    color: #333333;
    font-size: 24px;
}

h4.widget-title {
    color: #db291d;
}

ul {
    margin-left: 20px; 
    padding: 0
}

#main-content {
    margin-top: 230px;
}

body.home #main-content {
    margin: 205px 0 0 0;
}

#main-content,
.page-inner,
.page-wrapper {
    float: left;
    width: 100%
}

.page-wrapper .wpb_row,
.parallax-content {
    margin: 0 0 35px 0;
}

.page-wrapper .wpb_row#home_callouts {
    margin: 0;
}

input[type=tel],
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    border: 1px solid #b7b7b7;
    background: #fff;
    color: #444;
    padding: 7px 10px;
width:250px;
}

input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 1px rgba(187, 187, 187, .6)
}

.featured_image img {
    width: 100%;
    height: auto
}

.vc_row {}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.vc_empty_space {
    width: 100%;
    float: left;
}

header.header-sticky {
    width: 100%;
    background: #fff;
    z-index: 99;
    position: fixed;
}


/** Navigation Menu **/

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 0 none;
    background: #ffffff;
    border-radius: 0;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    font-size: 16px;
}

.navbar-nav {
    clear: both;
    float: none;
    margin: auto;
    text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #000000;
    padding: 15px 20px;
}

.navbar-nav>li {
    clear: both;
    float: none;
    display: inline-block;
}

.desktop-hide{display:none !important;}
.mobile-hide{display:block;}


@media (max-width:850px) {
#main-content { margin-top: 300px !important;}


}





@media (max-width: 1024px) {

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0 none;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px
    }
    .navbar-nav {
        float: left;
        width: 100%;
        margin: 0
    }
    .navbar-nav>li {
        clear: both;
        float: none;
        display: block;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #da291c
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #da291c
    }
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .dropdown-menu {
        width: 100%;
    }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li.current_page_item>a,
.navbar-default .navbar-nav li.current_page_parent>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #da291c;
   
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #da291c;

}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #da291c
}

.dropdown-menu>li {
    border-bottom: 1px solid #cccccc;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #000000;
    white-space: nowrap
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #da291c;
    text-decoration: none;
    outline: 0
}




/** Top Bar **/

#top_bar {
    padding: 10px 0;
    background: #da291c;
    color: #ffffff;
}

#top_bar a {
    color: #ffffff;
}

#top_bar a i {
    color: #ffffff;
    padding-right: 5px;
}

button.member_login {
    background: none;
    border: 0 none;
}

button.member_login i {
    padding-right: 5px;
}


/** Main Header **/

#main_header {
    padding: 25px 0 0 0;
}

.site-logo {
    background: #ffffff;
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

a.navbar-brand {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    -moz-border-radius-topright: 170px 85px;
    border-top-right-radius: 170px 85px;
    -moz-border-radius-topleft: 170px 85px;
    border-top-left-radius: 170px 85px;
}

@media (max-width: 1024px) {
    a.navbar-brand {
        text-align: center;
        margin-top: 0;
        width: 100%;
        background: #ffffff;
        float: left;
        width: 100%;
        padding: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
    }
}

.navbar-brand > img {
    display: inline;
    width: 212px;
}


/** Footer **/

footer {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 50px;
}

footer,
footer a {
    color: #ffffff
}

.footer-top {
    background: #231f20;
    color: #ffffff;
    padding: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-top i {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.footer-top i.icon-navigation {
    background: url(assets/img/icon-navigation.png) no-repeat;
}

.footer-top i.icon-fb {
    background: url(assets/img/icon-fb.png) no-repeat;
}

.footer-top i.icon-store {
    background: url(assets/img/icon-store.png) no-repeat;
}
.footer-top i.icon-insta {
    background: url(assets/img/icon-insta.png) no-repeat;
}

.footer-wrapper-cont {
    background: #da291c;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.coppyright-footer {
    background: #da291c;
text-align: center !important;
    width: 100%;
    padding: 25px 0
}

#footer_logos a {
    margin-left: 15px;
text-align: center !important;
}

footer ul {
    list-style: none
}

footer ul li {
    padding: 0;
    margin: 5px 0
}

footer .widget_nav_menu .menu {
    height: 100%;
    padding-bottom: 30px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer .widget_nav_menu ul li {}

footer .widget_nav_menu ul li a {
    padding: 10px 0;
    color: #ffffff;
}

footer .widget_nav_menu ul li a:hover {
    color: #111
}

footer .widget_nav_menu ul li.current-menu-item a {
    color: #ffffff;
}

footer .widget_nav_menu ul li ul {
    margin-left: 10px;
    display: none
}

footer .mc4wp-form .btn-default {
    background: #a68133;
    color: #fff;
    border: 2px solid #F9EAC8;
    border-radius: 5px;
    padding: 6px 20px;
    transition: all .5s ease
}

footer .mc4wp-form .btn-default:hover {
    background: #F9EAC8;
    border: 2px solid #a68133;
    color: #a68133
}

footer .footer-3 li {
    margin: 10px 0
}

footer .footer-3 i {
    font-size: 16px;
    margin-right: 10px
}

footer .footer-3 input[type="text"] {
    width: 250px;
}

footer .menu-social-container i {
    font-size: 18px;
    background: #a68133;
    color: #F9EAC8;
    border-radius: 50%;
    display: block;
    width: 35px;
    text-align: center;
    line-height: 35px;
    transition: all .5s ease
}

.footer_text {
    border-top: 1px dotted #ffffff;
    padding: 10px 0 0 0;
}

.widget_shopping_cart_content .button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 400;
    border-radius: 0px;
    bordre: 0 none;
    padding: 15px;
    font-size: 15px;
    left: auto;
    color: #ffffff;
    background-color: #da291c;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: all .5s ease
}

.author-avatar,
.entry-meta-footer,
.gallery-item,
.navigation-paging,
.navigation-post,
.widget_layered_nav_filters,
.widget_product_tag_cloud,
.widget_tag_cloud {
    overflow: hidden
}

.woocommerce #respond input#submit {
    color: #fff
}

.widget_shopping_cart_content .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover {
    background-color: #000000;
    text-decoration: none;
    background-image: none;
    color: #ffffff
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #F7F6F7;
    color: #515151;
    border-top: 3px solid #000000;
    list-style: none!important;
    width: auto
}

.woocommerce .woocommerce-message::before {
    color: #000000
}

.woocommerce ul.products li.product .price {
    color: #444;
    font-weight: 400;
    font-size: 14px
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 25px 0 1em;
    padding: 0;
    list-style: none;
    clear: both
}

body.home ul.products li .imagewrapper {
    float: left;
    width: 30%
}

ul.products li h3 {
    font-size: 18px;
    text-transform: uppercase
}

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

.woocommerce ul.products li.product a .imagewrapper {
    margin-bottom: 15px
}

.woocommerce ul.products li.product a .imagewrapper img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    box-shadow: none
}

body.home .woocommerce ul.products li.product h3 {
    padding: 50px 0 15px;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product h3 {
    padding: 0 0 15px;
    margin: 0;
    font-size: 1em
}

.woocommerce nav.woocommerce-breadcrumb {
    display: block;
    margin: 15px 0
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    margin: 0 auto 10px;
    text-align: center;
    display: none
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 35%;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce-product-rating strong {
    float: left;
    color: #db291d;
    padding-right: 10px
}

.woocommerce .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
    color: #db291d
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 65%;
    padding: 0 0 0 25px !important;
    margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .product ul.shop_attributes {
    padding: 0;
    list-style: none;
    margin: 0 0 10px;
    float: left;
    width: 100%
}

.woocommerce .product ul.shop_attributes li {
    float: left;
    margin: 0 10px 0 0
}

.woocommerce .product ul.shop_attributes li strong {
    padding-right: 10px;
    color: #db291d
}

.woocommerce .product .product_price {
    float: left;
    width: 100%;
    display: none
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #db291d;
    font-size: 18px
}

.quantity .minus,
.quantity .plus,
.quantity .qty,
select#pa_qty {
    float: left;
    border: 1px solid #b7b7b7;
    background: #fff;
    color: #444
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.single_variation_wrap {
    float: left;
    width: 100%;
    margin: 0
}

.single_variation {
    float: left;
    width: 100%;
    margin: 0 0 15px
}

table.variations {
    float: left;
    margin-right: 15px
}

.add_to_cart_btn,
.qty_select,
.variations_select {
    float: left;
    margin-right: 10px
}

.quantity .minus,
.quantity .plus {
    width: 25px;
    padding: 5px;
    text-align: center
}

.quantity .minus {
    margin-right: 5px
}

.quantity .plus {
    margin-left: 5px
}

.quantity .qty,
select#pa_qty {
    padding: 5px 10px
}

a.members_signup {
    clear: both;
    float: none;
    display: block
}

.woocommerce .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0;
    overflow: hidden;
    position: relative;
    display: none
}

.woocommerce .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 5px 25px
}

.woocommerce .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 400;
    color: #000000;
    text-decoration: none
}

.woocommerce form.cart:after,
.woocommerce form.cart:before,
.woocommerce p.cart:after,
.woocommerce p.cart:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #000000
}

.woocommerce .woocommerce-tabs ul.tabs li.active:after,
.woocommerce .woocommerce-tabs ul.tabs li.active:before,
.woocommerce .woocommerce-tabs ul.tabs li:after,
.woocommerce .woocommerce-tabs ul.tabs li:before,
.woocommerce .woocommerce-tabs ul.tabs:before {
    display: none
}

.woocommerce .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce .woocommerce-tabs .tabs_full {
    background: #231f20;
    padding: 10px 0 45px
}

.woocommerce .woocommerce-tabs ul.tabs li.active {
    background: #231f20;
    z-index: 2
}

.woocommerce .woocommerce-tabs ul.tabs li.active a {
    color: #000000;
    text-shadow: inherit
}

.woocommerce .woocommerce-tabs #comment {
    background: 0 0;
    border: 1px solid #d2d4d2;
    color: #d2d4d2
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #d2d4d2;
    color: #d2d4d2
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    color: #000000
}

.woocommerce .panel p.stars a,
.woocommerce .panel p.stars a.active,
.woocommerce .panel p.stars a:hover {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    border-bottom: 0 none!important;
    position: relative;
    font-weight: 700;
    outline: 0
}

.woocommerce .panel p.stars a {
    color: #fff;
    transition: all .5s ease
}

.woocommerce .panel p.stars a.active,
.woocommerce .panel p.stars a:hover {
    color: #000000
}

.woocommerce .related.products {
    background: url(assets/img/paper_bg.png) bottom left no-repeat;
    position: relative
}

.woocommerce .related.products h2 {
    display: block;
    text-align: center
}

.woocommerce div.product form.cart,
.woocommerce p.cart {
    margin: 15px 0 0
}

.wine_club {
    background: url(assets/img/wine_club.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.addthis_sharing_toolbox {
    display: block;
    margin: 15px 0
}

.ajax_loader {
    margin: 0 0 0 7px;
    display: none
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #fff;
    color: #fff
}

#map_container {
    position: relative
}

#map_container .map-info {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 30px
}

#map_container .map_inner {
    padding: 15px;
    background: #FFF
}

table.shop_table cart {
    margin-top: 25px
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #000000!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff!important;
    background: #000000
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 30%
}

.cart_totals h2 {
    display: none
}

.cart_totals table {
    width: 100%
}

.woocommerce-cart table.cart input.minus {
    margin-right: 5px
}

.woocommerce-cart table.cart input.plus {
    margin-left: 5px
}

.woocommerce-page table.cart td.actions .coupon {
    width: 50%
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #B7B7B7;
    padding: 7px 10px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
    width: 50%;
    color: #444
}

.woocommerce-cart table.cart td.actions .coupon input[type=submit] {
    float: left
}

form.contact-form {
    width: 100%;
    float: left;
    margin: 25px 0
}

form.contact-form ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

form.contact-form ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px
}

form.contact-form ul li label.gfield_label {
    float: left;
    width: 100%;
    text-align: left
}

form.contact-form ul li.half:nth-child(1n) {
    float: left;
    width: 50%;
    padding: 0 10px 0 0
}

form.contact-form ul li.half:nth-child(2n) {
    float: left;
    width: 50%;
    padding: 0 0 0 10px
}

form.contact-form ul li input[type=text],
form.contact-form ul li input[type=email],
form.contact-form ul li textarea {
    border: 1px solid #b7b7b7;
    background: #fff;
    color: #444;
    padding: 5px 10px;
    width: 100%;
    float: left
}

form.contact-form ul li textarea {
    height: 100px
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px
}

.tp-bullets,
p.woocommerce-result-count {
    display: none
}

form.contact-form .gform_footer {
    float: left;
    width: 100%;
    text-align: left;
    margin: 15px 0
}

form.contact-form .gform_footer .gform_button.button {
    float: left;
    width: 25%;
    background: 0 0;
    border-radius: 5px;
    border: 2px solid #000000;
    padding: 5px 15px;
    font-size: 15px;
    transition: all .5s ease
}

form.contact-form .gform_footer .gform_button.button:hover {
    color: #000000
}

.validation_error,
.validation_message {
    color: #C03
}

.dark label {
    color: #fff
}

.dark form.contact-form .gform_footer .gform_button.button {
    color: #fff;
    border: 2px solid #fff
}

.dark form.contact-form .gform_footer .gform_button.button:hover {
    color: #000000;
    border: 2px solid #000000
}

.woocommerce-checkout #payment {
    background: 0 0;
    border-radius: 0
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #D3CED2;
    margin: 0;
    list-style: none
}

.width70 {
    width: 70%;
    margin: auto;
    float: none
}

ul {
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
}

.cart_list.product_list_widget {
    display: block
}

.cart_list.product_list_widget li {
    display: block;
    clear: both;
    float: none;
    float: left;
    width: 400px;
    padding: 0 0 15px
}

.cart_list.product_list_widget a img {
    width: auto;
    height: 50px
}

.cart_list.product_list_widget li a,
.cart_list.product_list_widget li dl,
.cart_list.product_list_widget li dl dd,
.cart_list.product_list_widget li dl dt {
    float: left
}

.cart_list.product_list_widget li span.quantity {
    float: right
}

.widget_shopping_cart_content.featherlight-inner P {
    float: left;
    width: 100%
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: auto;
    height: 50px;
    box-shadow: none
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400
}

body.page-template-page-signup footer,
body.page-template-page-signup h2.page-title,
body.page-template-page-signup header {
    display: none
}

body.page-template-page-signup {
    background: #000
}

body.page-template-page-signup #main-content {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%
}

body.page-template-page-signup .page-wrapper {
    display: table-cell;
    vertical-align: middle
}

.woocommerce span.onsale,
span.from,
table.cart dl.variation dt {
    display: none
}

body.page-template-page-signup .page-inner {
    margin-left: auto;
    margin-right: auto
}

div.rev_slider+div {
    margin: -30px 0 0
}

.wpb_single_image img.attachment-full,
.vc_single_image-wrapper {
    max-width: 100%;
    height: auto
}

body.home .wpb_single_image img.attachment-full {
    width: auto;
    height: auto
}

.nextra-heading-text {
    float: left;
    width: 100%
}

.nextra-heading-title {
    margin: 0;
}

.label {
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    text-align: left;
    white-space: nowrap
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    line-height: 30px
}

#nextra_map .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

#nextra_map .wpb_content_element {
    margin-bottom: 0
}

.widget_recent_entries li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e7e7e4
}

.widget_recent_entries li:before {
    content: "+";
    color: #222
}

.title-blog {
    color: #202020;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
    padding-left: 50px;
    text-transform: uppercase;
    background: url(../images/heading-icon.png) left center no-repeat
}

.nextra-post-wrapper .read-blog {
    text-align: right;
    margin-top: 29px;
    margin-bottom: 30px
}

.post-author-name,
.post-date,
.preview_icon_wrap,
.wp-caption-text {
    text-align: center
}

.nextra-post-wrapper .read-blog a {
    border-radius: 5px;
    border: 2px solid #000000;
    padding: 5px 15px;
    font-size: 15px
}

.post-content .content-link {
    height: 50px;
    background: #363636;
    color: #fff;
    line-height: 48px;
    position: relative;
    text-align: center
}

.post-content .content-link a {
    color: #231f20;
    font-size: 18px
}

.masonry-link .post-content .content-link a {
    font-size: 11px
}

.preview_icon_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.preview_icon_wrap span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #000000;
    font-size: 20px
}

article.hentry,
article.type-post {
    margin-bottom: 60px
}

.entry-header {
    margin-bottom: 20px

}

h1.entry-title {
    font-size: 20px;
    margin: 0 0 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
margin-top: 10px;
}

.search-results .text-center h1.entry-title,
.type-page h1.entry-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.search-results .text-center h1.entry-title,
.type-page .text-center h1.entry-title {
    margin-bottom: 15px;
    text-transform: uppercase
}

.entry-image {
    position: relative;
    margin: 10px 0 15px
}

.entry-image img {
    width: 100%
}

.entry-image .post-date {
    position: absolute;
    top: 40px;
    left: -10px;
    width: 60px;
    height: 60px;
    background: #FFF;
    font-size: 120%;
    padding-top: 8px;
    border-width: 4px
}

.blog-page-timeline .timeline,
.post-meta {
    position: relative
}

.entry-meta {
    font-size: 90%;
    padding: 10px 0
}

.entry-meta span.divider {
    opacity: .5;
    margin: 0 5px
}

.entry-meta-footer {
    border-top: 1px dotted #EDEDED;
    border-bottom: 3px solid #EDEDED;
    padding: 15px 0
}

body.archive h1.page-title,
body.search-results h1.page-title {
    font-size: 20px;
    font-weight: 400!important;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.navigation-paging {
    width: 100%;
    margin-top: -30px;
    font-size: 100%
}

.navigation-paging .nav-previous {
    float: left
}

.navigation-paging .nav-next {
    float: right
}

.navigation-image a,
.navigation-paging a {
    display: block;
    border: 3px solid #9F824A;
    padding: 5px 10px 7px;
    text-transform: uppercase
}

.navigation-image a:hover,
.navigation-paging a:hover {
    color: #FFF;
    background-color: #9F824A
}

.navigation-image {
    margin-top: 15px
}

.navigation-image>div {
    display: inline-block;
    margin-right: 10px
}

.nextra-post-wrapper {
    margin-bottom: 40px;
    border: 4px solid #ccc;
    padding: 10px;
}

.nextra-post-wrapper .entry-title,
.nextra-post-wrapper .post-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.masonry-page .nextra-post-wrapper .entry-title,
.masonry-page .nextra-post-wrapper .post-title {
    font-size: 18px
}

.post-title {
    margin-bottom: 0
}

.nextra-post-wrapper .more-link {
    display: none
}

.post-meta {
    font-size: 14px;
    color: #858585;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.masonry-page .post-meta {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb
}

.masonry-page .post-meta img {
    border-radius: 100%
}

.post-meta .post-act {
    display: inline-table
}

.post-meta .fa-comments,
.post-meta .fa-heart {
    margin-right: 5px;
    font-size: 18px
}

.excerpt,
.excerpt p {
    font-size: 15px
}

.love-it-wrapper {
    float: left;
    margin-right: 15px
}

.post-date {
    pointer-events: none;
    border: 2px solid #9F824A;
    margin-right: 10px;
    font-size: 70%;
    padding: 3px;
    color: #9F824A;
    font-weight: 700;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 100%;
    text-transform: uppercase
}

.post-date .post-date-day {
    display: block
}

.post-date .post-date-month {
    font-weight: 400;
    font-size: 80%
}

.post-item:hover .post-date {
    background: #9F824A;
    color: #FFF
}

.author-box {
    padding: 30px 0;
    border-bottom: 1px solid #EDEDED
}

.author-box p {
    font-size: 80%
}

.author-box .author-name {
    margin: 0
}

.author-box .author-title {
    text-transform: uppercase
}

.author-avatar {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 164px;
    padding: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 49, .45);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 49, .45);
    box-shadow: 0 0 5px 0 rgba(50, 50, 49, .45)
}

.post-author-name {
    margin-top: 15px
}

.post-author-name a {
    font-size: 14px;
    color: #9f824a
}

.post-author-name a:hover {
    color: #202020
}

.comment-form .comment-form-author label,
.comment-form .comment-form-comment label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
    display: block!important;
    margin-right: 10px!important;
    float: none;
    width: 100%
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
    display: inline-block!important;
    width: 100%!important
}

.comment-form p.comment-form-comment {
    padding: 0
}

textarea#comment {
    height: 100px;
    width: 100%
}

footer.entry-meta {
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px dotted #eee;
    border-bottom: 2px solid #EDEDED
}

.navigation-post span {
    display: inline-block;
    margin: 0 5px;
    top: 1px;
    position: relative
}

.navigation-post>div {
    display: block;
    margin: 10px 0
}

#drop-tags {
    list-style: none;
    margin: 0;
    padding: 0
}

.gallery {
    margin-bottom: 30px!important
}

.gallery a img {
    border: 0!important
}

.gallery-item {
    margin-bottom: 0
}

.alignleft,
.alignright {
    display: inline;
    margin-bottom: 1.5em
}

.gallery-item a img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.entry-content .more-link {
    margin-top: 20px
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.post.sticky {
    border: 3px solid #9F824A;
    padding: 30px
}

.post.sticky footer.entry-meta {
    border-bottom: 0
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #f6f6f6;
    clear: both
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%
}

.wp-caption .wp-caption-text {
    padding: 10px 0;
    margin: 0
}

.site-main .gallery dl,
.site-main .gallery dt {
    margin: 0!important
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.blog-page-timeline {
    padding: 50px 0
}

.blog-page-timeline .comment-share .comment-blog {
    color: #676767!important
}

.blog-page-timeline .comment-share .fa-share-alt {
    color: #231f20
}

.blog-page-timeline .timeline:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    content: " "
}

.blog-page-timeline .timeline:after {
    clear: both;
    content: " ";
    display: table
}

.blog-page-timeline .timeline .timeline-item {
    opacity: 0;
    position: relative;
    transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s;
    z-index: 1
}

.blog-page-timeline .timeline .timeline-item:hover {
    z-index: 99
}

.blog-page-timeline .timeline .timeline-item:before {
    background: #231f20;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    content: "";
    height: 12px;
    position: absolute;
    top: 5px;
    width: 12px;
    z-index: 1
}

.blog-page-timeline .timeline .timeline-item:hover:before {
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    background: #000000;
    z-index: 99
}

.blog-page-timeline .timeline .timeline-left {
    clear: left;
    float: left;
    padding-right: 55px
}

.blog-page-timeline .timeline .timeline-left:before {
    right: -6px
}

.blog-page-timeline .timeline .timeline-item .nextra-post-wrapper:after,
.blog-page-timeline .timeline .timeline-item .nextra-post-wrapper:before {
    content: " ";
    position: absolute;
    top: 6px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border: 6px solid transparent
}

.blog-page-timeline .timeline .timeline-left:hover .nextra-post-wrapper:before {
    border-left: 6px solid #000000;
    right: 25px
}

.blog-page-timeline .timeline .timeline-right:hover .nextra-post-wrapper:before {
    border-right: 6px solid #000000;
    left: 25px
}

.blog-page-timeline .timeline .timeline-right {
    clear: right;
    float: right;
    padding-left: 55px
}

.blog-page-timeline .timeline .timeline-right:nth-child(1) {
    margin-top: 60px
}

.blog-page-timeline .timeline .timeline-right:before {
    left: -6px
}

.blog-page-timeline .nextra-post-wrapper .read-blog {
    text-align: left
}

.blog-page-timeline .preview_icon_wrap a {
    background: #e9e9e9;
    color: #363636
}

.gallery-item {
    float: left;
    position: relative
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%
}

.gallery-item:hover .gallery-caption,
.has_preview:hover .preview_info_wrap .controls {
    opacity: 1
}

.preview_info_wrap,
a .preview_info_wrap .controls {
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    -moz-box-shadow: 0 -10px 15px #000 inset;
    -webkit-box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.custom-quote {
    margin-bottom: 30px;
    float: left
}

.custom-quote i {
    float: left;
    margin: 0 15px 15px 0;
    font-size: 20px
}

.custom-quote .quote-content {
    display: block;
    font-size: 16px!important;
    padding-right: 20px;
    padding-left: 20px
}

.custom-quote .quote-content p {
    font-size: 20px!important;
    font-style: italic
}

.custom-quote .quote-source-name:before {
    content: "— "
}

.custom-quote .quote-source-name {
    font-size: 17px;
    color: #222
}

embed,
iframe,
object {
    max-width: 100%
}

.entry-attachment .attachment {
    margin-bottom: 15px
}

.blog-share {
    margin-top: 30px;
    text-align: center
}

.author-infomations {
    margin: 30px 0;
    padding: 30px 0;
    border-top: #202020 solid 1px;
    border-bottom: #202020 solid 1px
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-list>li {
    margin-bottom: 0
}

.comment-description {
    width: 85%;
    float: right;
    padding: 20px 20px 10px;
    border: 1px solid #ebebeb
}

.comment-author {
    margin-right: 10px
}

.comment-author img.avatar {
    width: 85px
}

.comment-content a {
    word-wrap: break-word
}

.comments-title {
    font-weight: 400;
    font-size: 24px
}

.comments-title i {
    color: #231f20;
    margin-right: 5px
}

.form-allowed-tags {
    font-size: 80%
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0
}

.comment-inner {
    padding: 10px 0
}

ol.comment-list {
    padding-left: 0;
    border-bottom: #ececec solid 1px;
    padding-bottom: 30px;
    padding-top: 15px
}

.comment-list cite.fn {
    color: #000000
}

.comment-meta.commentmetadata {
    font-size: 12px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    position: relative;
    width: 33%
}

#respond .form-allowed-tags,
#respond .form-submit,
.comment-form span.required {
    display: none
}

.comment-form-author,
.comment-form-email {
    padding-right: 10px
}

#comments .comment-reply-link {
    color: #000000;
    font-size: 12px
}

#comments .cm-time {
    padding: 0 10px
}

#add_review .comment-form-author,
#add_review .comment-form-email,
#add_review .comment-form-url {
    width: 40%;
    margin-bottom: 0
}

#nav-below.navigation-post {
    border-top: 1px solid #e7e7e4;
    margin-top: 20px;
    padding-top: 20px
}

#nav-below #related-title,
#respond #reply-title {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px
}

#respond #reply-title i {
    color: #231f20;
    margin-right: 10px
}

#comments ul.children {
    margin-left: 60px
}

.children #respond,
.comment-list .children .comment-inner {
    margin-right: 0
}

.children #respond {
    padding: 15px 30px
}

.comment-list .comment:last-child {
    border: 0
}

.blog_posts_gridlist .restaurant-author {
    position: relative;
    top: 10px
}

.blog_posts_gridlist .latest-post-text a {
    text-transform: none
}

.blog_posts_gridlist .restaurant-title h3 a {
    color: #202020;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase
}

.blog_posts_gridlist .restaurant-title h3 {
    margin-bottom: 15px
}

.blog_posts_gridlist .restaurant-title h3 a:hover {
    text-decoration: underline
}

.blog_posts_gridlist .restaurant-author span {
    font-size: 13px;
    color: #A5A5A5
}

.blog_posts_gridlist .latest-blog-item {
    margin-bottom: 40px
}

.blog_posts_gridlist .latest-post-text,
.blog_posts_gridlist .restaurant-image {
    display: inline
}

.blog_posts_gridlist .restaurant-image {
    margin-right: 20px;
    float: left
}

.blog_posts_gridlist .excerpt {
    color: #231f20
}

.nextra-post-wrapper .post-meta span i {
    font-size: 18px;
    color: #231f20;
    margin-right: 10px
}

.nextra-post-wrapper .post-meta .date-blog {
    padding: 0
}

.nextra-post-wrapper .post-meta .date-blog,
.nextra-post-wrapper .post-meta .published_by {
    font-style: italic;
    color: #231f20
}

.nextra-post-wrapper .update-blog {
    margin-top: 20px
}

.nextra-post-wrapper #tags-blog {
    padding: 0 8px
}

.nextra-post-wrapper .post-meta .author-blog {
    padding: 0 8px 0 10px;
    color: #000000;
    font-style: italic
}

.nextra-post-wrapper .post-meta .comment-blog {
    margin-right: 10px;
    color: #000000;
    font-size: 18px
}

.nextra-post-wrapper .post-meta .comment-share {
    display: inline-block;
    float: right
}

.masonry-page .post-content {
    padding-left: 20px;
    padding-right: 20px
}

.masonry-page .comment-share {
    margin-top: 0
}

.masonry-page .comment-share .comment-blog {
    margin-right: 5px;
    color: #676767!important
}

.masonry-page .comment-share .comment-blog i,
.masonry-page .comment-share .fa-share-alt {
    color: #231f20
}

.nextra-post-wrapper .post-meta .comment-share .dropdown {
    display: inline-block
}

.nextra-post-wrapper .post-meta .comment-share .social-icons .icon:hover {
    background: #000000;
    border: 1px solid #000000
}

.nextra-post-wrapper .post-meta .comment-share .social-icons .icon:hover i {
    color: #fff
}

.nextra-post-wrapper .post-meta .comment-share .social-icons .icon i {
    color: #231f20
}

.nextra-post-wrapper .post-meta .comment-share a {
    color: #000000
}

.nextra-post-wrapper .post-meta .dropdown-menu {
    left: -200px;
    top: 35px!important;
    box-shadow: none!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    font-weight: 700;
    color: #000;
    min-width: 212px;
    background-clip: initial;
    padding-left: 10px;
    padding-top: 10px
}

.nextra-post-wrapper .wp-audio-shortcode {
    margin-bottom: 30px!important
}

.author-content {
    text-align: center
}

.author-content img {
    border-radius: 100%
}

.author-content h2 {
    font-style: italic;
    color: #000000;
    margin-top: 10px;
    font-size: 14px
}

.tags-blog {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-left: 50px
}

.tags-blog a {
    color: #000000;
    padding: 0 3px;
    font-size: 12px
}

.has_preview {
    position: relative
}

.has_preview {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 10px 10px 0;
}

h2.post-title a {
    color: #000000;
}

.post_tags {
    text-align: left;
	display: none;
}

.post_tags a {
    background: #da291c;
    color: #ffffff;
    padding: 2px;
    line-height: 30px;
    margin-right: 2px;
}

.post_tags a:hover {
    background: #231f20;
}

.has_preview:hover .preview_info_wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.has_preview:hover .preview_info_wrap .controls.single.img {
    margin-left: -22px;
    left: 50%;
    bottom: 50%
}

.preview_info_wrap {
    transition: all .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    background-image: linear-gradient(top, rgba(1, 1, 1, .3) 0, rgba(1, 1, 1, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(1, 1, 1, .3) 0, rgba(1, 1, 1, .5) 100%);
    background-image: -moz-linear-gradient(top, rgba(1, 1, 1, .3) 0, rgba(1, 1, 1, .5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(1, 1, 1, .3) 0, rgba(1, 1, 1, .5) 100%);
    background-image: -ms-linear-gradient(top, rgba(1, 1, 1, .3) 0, rgba(1, 1, 1, .5) 100%);
    background-image: -webkit-gradient(linear, top, color-stop(0, rgba(1, 1, 1, .3)), color-stop(1, rgba(1, 1, 1, .5)));
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#010101", endColorstr="#010101", GradientType=0)
}

.preview_info_wrap .controls,
a .preview_info_wrap .controls {
    height: 46px;
    width: 46px;
    margin-bottom: -23px;
    line-height: 46px;
    display: block;
    position: absolute
}

.preview_info_wrap .controls {
    color: #9F824A
}

.preview_info_wrap .controls:hover {
    color: #fff!important
}

.preview_info_wrap .controls.img {
    right: auto;
    left: 0
}

.preview_info_wrap .view-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.preview_info_wrap .controls.link {
    left: auto;
    right: 0
}

.preview_info_wrap .controls.single.img {
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: -22px
}

a .preview_info_wrap .controls {
    transition: all .3s;
    opacity: 1;
    bottom: 50%;
    font-size: 18px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%
}

.preview_info_wrap .controls {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    bottom: 50%;
    font-size: 15px
}

.preview_info_wrap:hover .controls {
    opacity: 1
}

.preview_info_wrap:hover .controls.img {
    left: 50%;
    bottom: 50%;
    right: auto;
    margin-left: -23px
}

.preview_info_wrap:hover .controls.link {
    right: 50%;
    bottom: 50%;
    left: auto;
    margin-right: -23px
}

.preview_info_wrap:hover .controls.single.img {
    margin-left: -22px;
    left: 50%;
    bottom: 50%
}

.preview_info_wrap .controls i {
    display: block;
    padding-top: 13px;
    font-size: 24px;
    color: #ddd
}

.nextra-custom-heading-page {
    margin-bottom1: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover!important
}

.nextra-custom-heading-page-inner {
    text-align: center;
}

.nextra-custom-heading-page h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nextra-custom-heading-page.light h1 {
    color: #202020
}

.nextra-custom-heading-page.dark {
    background-color: #333
}

.nextra-custom-heading-page.dark .nextra-breadcrumb,
.nextra-custom-heading-page.dark .nextra-breadcrumb a,
.nextra-custom-heading-page.dark h1 {
    color: #fff
}

.page #secondary {
    padding-top: 5px
}

.widget li a,
.widget_categories li a {
    color: #000000;
    font-size: 15px
}

.widget li:hover a,
.widget_categories li:hover a {
    text-decoration: none;
    color: #da291c
}

.footer-2-left .widget {
    margin-bottom: 10px
}

.footer-2-left a,
.widget_latest_tweets_widget a {
    color: #9F824A
}

.widget_latest_tweets_widget ul li:before {
    position: absolute;
    top: -6px;
    margin-left: -40px;
    content: "\f099";
    font-family: FontAwesome;
    font-size: 26px
}

.widget_latest_tweets_widget ul li {
    border-bottom: none!important;
    padding: 0 0 0 40px!important;
    margin-bottom: 15px;
    position: relative
}

.widget .tx-div {
    margin-bottom: 20px
}

.widget-title {
    text-transform: uppercase;
    font-weight: 400
}

#secondary .widget {
    margin-bottom: 40px
}

#secondary .widget_archive ul,
#secondary .widget_categories ul,
#secondary .widget_recent_entries ul,
.widget.widget_categories>ul {
    padding: 15px
}

#secondary .widget_categories ul.children {
    border: none
}

.widget h3.blog-sidebar {
    text-transform: uppercase!important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px
}

.widget h3.widget-title {
    padding: 6px 0 30px;
    color: #202020;
    font-size: 16px!important
}

.widget ul li {
    list-style: none;
}

.widget ul li:last-child {
    border: 0
}

.widget ul li:first-child {
    padding-top: 0
}

.widget ul {
    margin: 0;
    padding: 0
}

.nsu_widget label {
    display: none
}

.nsu_widget .nsu-field {
    background: #161616;
    border: 1px solid #676767;
    line-height: 30px;
    color: #fff
}

.nsu_widget .nsu-field:active,
.nsu_widget .nsu-field:focus,
.nsu_widget .nsu-field:hover {
    background: #161616
}

.nsu_widget p {
    margin-bottom: 0
}

.nsu_widget .nsu-text-before-form {
    color: #676767;
    line-height: 24px;
    margin-bottom: 20px
}

.nsu_widget .nsu-submit {
    background-color: #000000;
    float: right;
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.widget_layered_nav li a,
.widget_layered_nav_filters li a,
.widget_product_categories li a {
    padding: 10px 5px 10px 10px;
    display: inline-block;
    color: #676767;
    font-size: 12px;
    text-transform: uppercase
}

.widget_layered_nav_filters .chosen a {
    background: #eee;
    display: inline-block;
    padding: 0 5px
}

.widget_layered_nav_filters .chosen a:hover {
    background: #b20000;
    text-decoration: none;
    color: #FFF
}

.widget_layered_nav_filters .chosen a:before {
    content: "x";
    margin-right: 5px;
    font-size: 80%;
    color: #999
}

.widget_layered_nav li .count,
.widget_product_categories li .count {
    color: #9b9b9b;
    font-size: 10px;
    padding-top: 9px
}

.widget_layered_nav>ul>li,
.widget_product_categories>ul>li {
    font-size: 15px;
    font-weight: 400
}

.widget_categories a:hover,
.widget_product_categories a:hover {
    text-decoration: underline
}

.widget_categories>ul>li a:before,
.widget_product_categories>ul>li a:before {
    content: "\f105";
    font-family: FontAwesome;
    line-height: 12px;
    padding-right: 20px;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    color: #231f20
}

.widget_categories>ul>li:hover a:before,
.widget_product_categories>ul>li:hover a:before {
    color: #000000!important
}

.widget_categories li ul.children li:before,
.widget_product_categories li ul.children li:before {
    line-height: 12px;
    padding-right: 0;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none;
    color: #999
}

.widget_categories li ul.children li a,
.widget_product_categories li ul.children li a {
    color: #999
}

.widget_layered_nav .chosen a {
    font-weight: 700
}

.widget_product_categories li ul.children {
    display: none;
    padding: 5px 0 10px 15px
}

.product_list_widget li a,
.widget_product_categories li.current-cat ul.children,
.widget_product_categories li.current-cat-parent ul.children {
    display: block
}

.widget_layered_nav_filters li {
    float: left;
    margin-right: 5px
}


/** Search Box **/

.search-box {
    margin: 2px 0 0 0;
}

form.searchform {
    position: relative;
}

input[type=search] {
    font-family: inherit;
    border: 1px solid #cccccc;
    color: #666666;
    display: block;
    font-size: 14px;
    margin: 0;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.searchform button.search-button {
    color: #000000;
    background: transparent;
    padding: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.nextra_recent_posts li {
    padding: 15px 0
}

.recent-post-thumbnail {
    margin-right: 4%;
    width: 26%
}

.recent-post-content {
    width: 70%
}

.recent-post-title {
    font-size: 12px!important;
    text-transform: uppercase
}

.recent-post-title a {
    padding: 5px 0!important
}

.recent-post-meta {
    font-size: 12px
}

.recent-post-act a,
.recent-post-meta a {
    padding: 0!important
}

.recent-post-act i {
    margin-right: 5px
}

.product_list_widget .wp-post-image {
    float: left;
    width: 80px!important;
    margin-right: 15px
}

.product_list_widget li {
    position: relative;
    overflow1: hidden;
    text-transform: normal;
    width: 100%;
    margin-bottom: 25px
}

.widget_recently_viewed_products .product_list_widget li {
    padding: 6px 6px 6px 0
}

.product_list_widget span.amount {
    display: inline-block;
    font-weight: 700;
    color: #D93600;
    margin-top: 3px;
    font-size: 14px
}

.product_list_widget del span.amount {
    color: #202020;
    font-weight: 400;
    text-decoration: line-through
}

.product_list_widget .variation {
    font-size: 80%;
    margin: 0
}

.product_list_widget .variation dd,
.product_list_widget .variation dt {
    display: inline-block
}

.product_list_widget .variation dd {
    margin: 0 0 0 5px
}

.product_list_widget .star-rating {
    font-size: 80%;
    margin-top: 5px
}

.widget_shopping_cart_content p.total {
    border-bottom: 2px dotted #CCC;
    color: #000;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #eee
}

.widget_shopping_cart_content .buttons .button {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 90%;
    margin: 0 0 5px
}

.widget_recent_comments li {
    margin-bottom: 10px;
    padding-bottom: 5px
}

.recentcomments:before {
    content: '\f086';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 18px
}

.textwidget {
    line-height: 160%;
    font-size: 100%
}

.widget_calendar caption {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
    border-top: 2px solid #EDEDED
}

.widget_rss ul li {
    margin-bottom: 15px
}

.widget_rss ul li a.rsswidget {
    display: block
}

.widget_rss .rss-date {
    text-transform: uppercase;
    font-size: 80%
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
    color: #ffffff !important;
    background: #db291d;
    display: inline-block;
    font-size: 12px!important;
    float: left;
    border: 1px solid #ebebeb!important;
    padding: 4px 8px;
    margin: 0 5px 5px 0
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
    background: #000000!important;
    border: 1px solid #000000!important;
    color: #FFF!important
}

.dark .widget_product_tag_cloud a,
.dark .widget_tag_cloud a {
    border-color: #FFF;
    opacity: .6
}

.dark .widget_product_tag_cloud a:hover,
.dark .widget_tag_cloud a:hover {
    background: #FFF;
    color: #333;
    opacity: 1
}

.footer .widget_ninja_forms_widget #ninja_forms_required_items,
.footer .widget_ninja_forms_widget .ninja-forms-req-symbol {
    display: none
}

.footer .widget_ninja_forms_widget .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field {
    margin: 0
}

.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field,
.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
    margin-left: 0!important
}

.widget_price_filter .price_slider {
    margin-bottom: 1em;
    background: #eee
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: .8751em;
    padding-top: 50px
}

.widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 30px
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .9em;
    height: .9em;
    cursor: pointer;
    outline: 0;
    -moz-outline: none;
    top: -5px;
    background-color: #9b9b9b
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-image: none!important
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #999
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.page_404_notfound .page_error,
.page_404_notfound .page_error_image,
.social-icons .icon {
    display: inline-block
}

.post-meta .dropdown-menu {
    background: #fff;
    border: 1px solid #ebebeb
}

.social-icons {
    line-height: 100%
}

.social-icons .icon {
    font-size: 14px;
    padding-top: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #9b9b9b;
    background: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center
}

.social-icons.style-1 .icon {
    background: 0 0;
    border: none
}

.social-icons.style-1 .icon i {
    font-size: 18px
}

.social-icons.style-2 .icon {
    background: #fff;
    color: #dadada;
    border: 2px solid #dadada;
    padding-top: 10px;
    padding-bottom: 10px
}

.social-icons.style-2 .icon:hover {
    color: #fff
}

.social-icons.small .icon {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 25px;
    height: 25px
}

.social-icons.style-2.small .icon {
    padding-top: 4px;
    padding-bottom: 4px
}

.social-icons.style-3 .icon i {
    font-size: 22px
}

.social-icons.style-3 .icon {
    width: 50px;
    height: 50px;
    color: #202020;
    line-height: 40px;
    margin-right: 15px
}

.social-icons.share-row span.title {
    font-weight: 700;
    margin-right: 5px
}

.product-info .social-icons {
    text-align: center;
    float: left
}

.product-info .social-icons .icon {
    border: none;
    font-size: 18px;
    color: #202020
}

.page_404_notfound .page_error {
    width: 43%;
    text-align: center;
    margin: -350px auto auto 330px;
    display: block
}

.page_404_notfound {
    background: url(404_4.png) #dedddb;
    background-size: cover;
    min-height: 700px
}

.page_404_notfound .page_error .page_error_text1 {
    margin-top: 50px
}

.page_404_notfound .page_error_button {
    margin: 50px 0 0
}

.page_404_notfound .page_error_button a {
    border-radius: 5px;
    border: 2px solid #000000;
    padding: 5px 15px;
    font-size: 15px
}

.page_404_notfound .page_error_button a:hover {
    color: #000000;
    border: 2px solid #231f20
}


/** Visual Composer **/

.vc_row .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    width: 100%;
}

.vc_single_image-wrapper img {
    width: 100%;
    height: auto;
}

.wpb_wrapper {
    float: left;
    width: 100%;
}


/** WooCommerce **/

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #ffffff;
    color: #515151;
    border-top: 3px solid #000000;
    list-style: none !important;
    width: auto;
}

.woocommerce .woocommerce-info::before {
    color: #da291c;
}


/** Store Members Page **/

.woocommerce-account #main-content .woocommerce-MyAccount-navigation {
    float left;
    width: 22%;
    margin-right: 3%;
}

.woocommerce-account #main-content .woocommerce-MyAccount-content {
    float left;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #cccccc;
}

.woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    padding: 10px;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
    background: #da291c;
    color: #ffffff
}


/** Cta Buttons **/

.vc_cta3-container .vc_general.vc_cta3 {
    font-size: 1em;
    padding: 56px 28px;
    word-wrap: break-word;
    position: relative;
    border: 2px solid #cccccc;
}

.vc_cta3-container .vc_general.vc_cta3.home_cta_double {
    padding: 33px 25px;
}

.vc_cta3-container .vc_general.vc_cta3.vc_cta3-style-classic,
.vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #cccccc;
    background-color: #f8f8fa;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 15px;
}






.vc_cta3-container .vc_general.vc_cta3.home_cta_links_large.vc_cta3-style-classic {
    background: #da291c url(assets/img/logo_members.png) no-repeat center 34px !important;
   /*  padding: 205px 0 150px 0; */border:none; margin-top: 19px;
}

.vc_custom_1466942986999 .vc_cta3-container .vc_general.vc_cta3 h2{margin-top:100px;background:transparent;}

#home_callouts .vc_column_container .vc_column-inner.vc_custom_1466942986999{height: 448px;background: #da291c;  border-color: #cccccc;}

.vc_cta3-container .vc_general.vc_cta3.home_cta_links h2 {
    margin: 0 0 25px 0;
}

.vc_cta3-container .vc_general.vc_cta3 h2 {
    margin: 32px 0;
}

.vc_cta3-container .vc_general.home_cta_links a {
    display: inline-block;
    margin: 0 4px;
}

.vc_cta3-actions .vc_btn3-container {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.vc_cta3-container .vc_general.vc_cta3 .vc_cta3-actions {}

.home .vc_general .vc_cta3-actions .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
    background: none !important;
    padding: 0;
    padding: 5px 10px;
}

.home .home_ctas .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.find_us {
    width: 530px;
    height: 190px;
}

.find_us a {}

.find_us a:hover {}

.vc_general .vc_cta3-actions .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom:hover,
.vc_general .vc_cta3-actions .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom:focus {
    background: #e31d1a !important;
    color: #ffffff !important;
}


/** Forms **/

.content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.content .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    display: none;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

.ts-box-icon-title-holder div {
    clear: both !important;
    width: 100% !important;
    display: flex !important;
}

h2.ts-box-icon-title-text {
    clear: both !important;
    width: 100% !important;
    display: flex !important;
}

.wpb_wrapper .ts-box-icon .ts-icon-box-readmore.style1 {
    background: none !important;
    border: 0 none !important;
    text-shadow: none;
    box-shadow: none;
    color: #ee3425;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.ts-icon-box-inner {
    height: 285px;
}

.ts-box-icon .ts-icon-box-content ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #ee3425;
    padding: 0 10px 0 0;
    font-size: 10px;
    margin: 0 0 0 -17px;
}

.ts-box-icon .ts-icon-box-content ul.latest-posts-listing li:before {
    display: none !important;
}

.ts-icon-box-content ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 17px;
}

ul.latest-posts-listing {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

ul.latest-posts-listing li {
    margin: 0 0 17px 0;
}

ul.latest-posts-listing li a.title {}

.ts-box-icon-title-icon,
img.ts-box-icon-title-image {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 75px;
    height: 65px;
}

.bulletins ul { list-style:none !important;
}

.bulletins {
    float: left;
    width:100%;
    height: 285px;
    border: 1px solid rgb(204, 204, 204);
    background-color: #f8f8fa;
    padding: 20px;

}

.bulletins ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #ee3425;
    padding: 0 10px 0 0;
    font-size: 10px;
}

.bulletins ul li:first-child:before {}

.bulletins a.readmore {
    float: right;
    background: none !important;
    border: 0 none !important;
    text-shadow: none;
    box-shadow: none;
    color: #ee3425;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
}

.modal-content {
    position: relative;
    color: #ffffff;
    background-color: #ee3425;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 5px solid #000000;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    padding: 0 20px;
}

.modal-content h3 {
    color: #ffffff;
    text-transform: uppercase;
}

.modal-content label,
.woocommerce-page .modal-content form .form-row label,
.modal-content .gform_wrapper .top_label .gfield_label {
    color: #ffffff;
    display: none;
}

.modal-content input,
.modal-content .gform_wrapper .top_label input.medium {
    width: 100%;
}

.modal-content input[type="submit"],
.modal-content .gform_wrapper .gform_footer input[type="submit"] {
    text-transform: uppercase;
    width: 100%;
}

.modal-content .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}


/** Store Locator Slider **/

#store_slider_container {
    float: left;
    width: 100%;
}

#store_slider_nav {
    margin: 25px 0;
    display: block;
}

#store_slider_nav h3 {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 35px;
}

#store_slider_nav a {
    display: inline-block;
    color: #cccccc;
    background: #ffffff;
    border: 2px solid #cccccc;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
}

#store_slider_nav a i {
    color: #cccccc;
}

#store_slider_nav a:hover {
    border: 2px solid #e31d1a;
}

#store_slider_nav a:hover i {
    color: #e31d1a;
}

#store_nav {
    float: right;
    text-align: right;
}

#slider-prev {}

#slider-next {}

#store_slider {}

#store_slider .store_container {
    height: 150px;
    padding: 10px;
}

body.home .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #cccccc;
    left: 0;
    background: #fff;
}

h2.store_title {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #e31d1a;
}

.store_location {
    float: left;
    width: 100%;
}

.store_phone {
    float: left;
    width: 100%;
    border-top: 1px dotted #cccccc;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}


/** Members Calendar **/

.ecwd_calendar .ecwd_calendar_prev_next {
    background: #231f20;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid #E5E5E5;
    border-bottom: 0;
}

.calendar-head .previous {
    border-right: none !important;
}

.calendar-head .current-month {
    font-size: 28px;
    border-left: none !important;
    border-right: none !important;
}

.calendar-head .next {
    border-left: none !important;
}

table.cal_blue.mini .previous span,
table.cal_blue.mini .next span,
.ecwd_calendar .previous span,
.ecwd_calendar .next span {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
}

table.cal_blue.mini td.has-events {
    background: #da291c;
    color: #ffffff;
}

table.cal_blue.mini td.current-day {
    background: #231f20;
    color: #ffffff;
}

table.em-calendar {
    width: 100%;
    line-height: 1.1;
    border: 1px solid #cccccc;
    background-color: rgb(248, 248, 250);
}

table.em-calendar thead tr td {
    background: #000000;
    color: #ffffff;
    padding: 13px;
}

table.em-calendar td {
    padding: 12px;
    text-align: center;
}

table.em-calendar a.em-calnav {
    color: #ffffff;
}

table.em-calendar a.em-calnav:hover {
    color: #da291c;
}

table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today {
    background-color: #231f20;
    color: #ffffff;
}

table.em-calendar td.eventful {
    background: #da291c;
    color: #ffffff;
}

table.em-calendar td.eventful a {
    color: #ffffff;
}

table.em-calendar td:hover {
    color: #ffffff;
    background: #000000;
    cursor: pointer;
}

.card_club .vc_cta3-content img {
    height: 110px;
    width: auto;
    padding: 0px;
}

.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 20px;
    display: none;
}

.gform_wrapper form {
    width: 100%;
}

.wpb_wrapper .gform_wrapper ul li.gfield {
    clear: none;
}

.gfield_label {
    display: none;
}

.ginput_container {
    margin: 15px 0 0 0;
}

.ginput_container input[type="text"],
.ginput_container select,
.gform_wrapper input[type="submit"],
.ginput_container textarea {
    width: 100%;
    border-radius: 5px;
}

.gform_wrapper input[type="submit"] {
    background: #da291c;
}

.gform_body {
    float: left;
    width: 100%;
}

.gform_footer {
    float: left;
    margin: 15px 0px 0px;
}

.modal-body .ginput_container input[type="text"],
.modal-body .ginput_container select,
.modal-body .gform_wrapper input[type="submit"] {
    border-radius: 0;
}

.modal-body .gform_wrapper input[type="submit"] {
    background: #000000;
}

.modal-body .gform_footer {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0px 0px;
}

.wpb_wrapper .ts-box-icon .ts-icon-box-readmore.style1:active,
.wpb_wrapper .ts-box-icon .ts-icon-box-readmore.style1:focus {
    background: none;
    top: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.events-table {
    width: 100%;
    border: 1px solid #ccc;
}

table.events-table th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: rgb(248, 248, 250);
}

table.events-table td {
    padding: 10px;
}

.bx-wrapper img.store_image {
    height: 125px;
    margin: auto;
}

#top.single-post .big-preview.single-big {
display: none !important;
}
.post-thumbnail img {
    margin: auto;
}

.post-thumbnail {
    text-align: center;
}

.wpb_text_column.wpb_content_element,
.ts-vcsc-box-icon {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

div.em-calendar-wrapper {
    position: relative;
    z-index: 11;
}

.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%;
    display: block;
}

article.post {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background: none !important;
    color: #ee3425 !important;
    padding: 0px;
}



.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__before{border: 2px solid #cccccc ! important;
height:207px ! important ;}


.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__after{border: 2px solid #cccccc ! important;
height:207px ! important ;}


.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__before img{padding:58px 0 ! important;}


.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__after img{padding:58px 0 ! important;}



.vc_custom_1501133161678 .vc_cta3-container .vc_general.vc_cta3{background: rgba(0, 0, 0, 0) url("images/pat11.png") repeat scroll 0 0;
height: 207px;
padding: 0;}

.vc_custom_1501133161678 .ts-imageswitch-items{height:207px ! important ;}


.vc_custom_1501133161678 .card_club .vc_cta3-content img{height: 150px;
margin-top: -38px;}


.vc_custom_1501133246175 .vc_column-inner{padding-top:0 ! important;}




#home_callouts .vc_custom_1467109109764 .vc_cta3-container .home_cta_links{background: rgba(0, 0, 0, 0) url("images/pat10.png") no-repeat scroll 0 0 / 100% auto;}



#home_callouts .vc_custom_1467109109764 .vc_cta3-container .home_cta_links .vc_custom_heading{background: #ffffff none repeat scroll 0 0;
    color: #000000;} 


.vc_custom_1467109090683 .vc_cta3-container .home_cta_links{background: rgba(0, 0, 0, 0) url("images/pat13.png")  scroll 0 0 ;}



#home_callouts .vc_custom_1467109109764 .vc_inner .vc_column-inner {padding:0;}

#home_callouts .vc_custom_1467109109764 .vc_inner .home_cta_double{background: rgba(0, 0, 0, 0) url("images/pat14.png")  scroll 0 0 ;}


/* .vc_custom_1467109090683 .vc_inner .vc_cta3-container .vc_cta3 {background: rgba(0, 0, 0, 0) url("images/pat15.png") no-repeat scroll 0 0 / 100% auto ;}
 */

.vc_custom_1467109090683 .vc_inner .vc_column_container:first-child .vc_general{background: rgba(0, 0, 0, 0) url("images/pat15.png") no-repeat scroll 0 0 / 100% auto ;}


.vc_custom_1467109090683 .vc_inner .vc_column_container:first-child .vc_column-inner {padding-left:0;}


.vc_custom_1467109090683 .vc_inner .vc_column_container:last-child .vc_column-inner {padding-right:0;}




 .vc_custom_heading{background: #ffffff none repeat scroll 0 0;
padding: 10px 0;}

.vc_custom_1501133605716 .vc_custom_heading{background: #ffffff none repeat scroll 0 0;
padding: 70px 0;}




.vc_custom_1467109090683 .vc_inner .vc_column_container:last-child .vc_general{background: rgba(0, 0, 0, 0) url("images/pat16.png") no-repeat scroll 0 0 / 100% auto ;}


.vc_cta3-container .vc_general.vc_cta3 {
  font-size: 1em;
  padding: 43px 28px;
  position: relative;
}





.vc_cta3-container .vc_general.vc_cta3.home_cta_links h2 {
  margin: 0 0 25px;
  padding:13px 0;
}

.vc_custom_1501133161678 .vc_cta3-container .vc_cta3-content{padding: 26px 0;}

.vc_custom_1501133161678 .vc_cta3-container .vc_general.vc_cta3 a::before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.vc_custom_heading > a::before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* .vc_custom_1466942584263 .ts-imageswitch-items{background:rgba(0, 0, 0, 0) url("images/pat9.png") no-repeat scroll 0 0 / 100% auto ;}
 */
.vc_custom_1466942584263 .vc_cta3-container .vc_general.vc_cta3 {background: rgba(0, 0, 0, 0) url("images/pat9.png") no-repeat scroll 0 0 / 100% auto;
border-radius: 0;
height: 207px;
}


.vc_custom_1501133161678 .vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 0;
}


.vc_custom_1467109090683  .vc_cta3-container .vc_general.vc_cta3 {
  font-size: 1em;
  padding: 46px 28px;
  position: relative;
}

@media screen and (max-width:480px){
	
	.vc_custom_1501133161678 .ts-imageswitch-items{height:auto ! important}
	
.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__before{height:auto ! important;}


.vc_custom_1501133161678 .ts-imageswitch-items .ts-imageswitch__after{height:auto ! important;}


.vc_custom_1501133161678 .card_club .vc_cta3-content img {
  height: auto;
}	
	
	.vc_custom_1501133161678 .vc_column-inner{padding:0 ! important;}
	
	.vc_column-inner.vc_custom_1467109109764 {
  padding: 0!important;
}

.vc_cta3-container {
  margin-bottom: 10px ! important;
  margin-left: auto;
  margin-right: auto;
}
	.vc_custom_1467109090683 .vc_column-inner {padding:0 ! important;}
	
	.vc_custom_1467109090683{padding:0 ! important;margin-bottom:0 ! important;}

.vc_custom_1467109109764 .wpb_row{margin-bottom:0 ! important;}

.vc_column-inner.vc_custom_1467109090683 {
  padding: 0!important;
}

.vc_custom_1466942986999{margin-bottom:10px;}
 #store_slider_container .bx-viewport{ height: 262px ! important;text-align:center;}
 
 .ts-imageswitch > .ts-switch-wrapper{margin-bottom:10px ! important;}
 
 #home_callouts .vc_column_container .vc_column-inner.vc_custom_1466942986999 {

  height: auto;
}
 .vc_column-inner {padding:0;}
 
 .vc_custom_1467160518299{margin-bottom:10px ! important;}
 
 .vc_custom_1467160720225{margin-bottom:10px ! important;}

 .page-wrapper .wpb_row, .parallax-content {
  margin: 0;
}
 

 
}
.wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 select, .wpcf7 textarea{
	width:100%;
}
.wpcf7 label{width:100%;}

input[name=recipient-email]{
	display:none;
}
#wpsl-result-list a, #wpsl-wrap [class*=" wpsl-icon-"]:focus, #wpsl-wrap [class^=wpsl-icon-]:active {
    outline: 0;
    color: red !important;
}

.wpsl-store-details:before{
	display:none !important;
}



@media (max-width: 1024px) {

.mobile-hide{display:none;}
.desktop-hide{display:block !important;}

#main_header {    padding:0px 0 0 0 !important;}
.navbar {margin-top:0px !important;}
#main-content {margin-top: 270px !important;}
.container { padding-right:10px !important;  padding-left:10px !important;}

.col-xs-6 { width: 100%;}

.footer-top{ display:none !important;}



}