/*
	Theme Name: TADA & TOY
	Theme URI:
	Author: Pragmatic Web
	Author URI: http://www.pragmatic-web.co.uk
	Description: The theme for TADA & TOY.
	Version: 1.0
	Template: neighborhood
*/

@import url("../neighborhood/style.css");
@import url("//fonts.googleapis.com/css?family=Cinzel");

/*FONT WORK*/

    /*HEADINGS*/
    h1,h2,h3,h4,body #footer a,
    body .gform_wrapper .gform_footer input[type=submit] {
        font-family: 'Didact gothic',sans-serif;
        /*font-size: 14px !important;*/
        letter-spacing: 1px !important;
        font-weight: normal;
        text-transform: uppercase;
    }

    /*SOCIAL*/
    body #footer .social-font a {
        letter-spacing: 14px !important;
    }

    /*BODY*/
    body,
    h6,
    #sidebar .widget-heading h3,
    #header-search input,
    .header-items h3.phone-number,
    .related-wrap h4,
    #comments-list > h4,
    .item-heading h1,
    .sf-button,
    button,
    /*input[type="submit"],
    input[type="reset"],
     input[type="button"],
     input[type="email"], */
    .spb_accordion_section h3,
    #header-login input,
    #mobile-navigation > div,
    .search-form input,
    input,
    select,
    textarea {
        font-family: 'Cinzel', serif !important;
    }

/* NEW OUT OF STOCK EMAIL BUTTON */


.woocommerce_waitlist.join {
    background-color: #222 !important;
    margin-top: 23px !important;
}

.woocommerce_waitlist.join:hover {
    background-color: #bdb9b0 !important;
}

#wcwl_email {
    padding: 6px !important;
}


/* TEMPORARY FIX */

body #mini-header {

    display:none !important;
    visibility:hidden !important;

}

body .masonryItem {
    display: inline-block !important;
    width: 199px !important;
    border: none !important;
    float: none !important;
}

/* END TEMP */

body {
    overflow-x:hidden !important;
}

/* HEADER */

#mini-header {
    border-bottom: 0px solid #e4e4e4;
    margin-left:269px;
}

#mini-header a {
    text-transform:uppercase;
}

#header-section > #main-nav {
    border-top: 0px solid #e4e4e4 !important;
}

#header nav .menu > li a, #menubar-controls a,  .tb-welcome, .header-right nav ul li a, .header-right nav ul li a .sf-cart{
    /*color:#fdd7c2;*/
    color:#bdb9b0;
}

#header nav .menu > li a:hover, #menubar-controls a:hover,  .tb-welcome:hover, .header-right nav ul li a:hover, .header-right nav ul li a .sf-cart:hover {
    /*color:#ff3399;*/
    color:#000;
}

#main-navigation {
    margin-left: 0px;
    background-color:#fff;
}

nav#main-navigation .menu > li > a {
    background-color:#fff;
    padding: 8px 39px;
    text-transform:uppercase;
    margin:0px;
    color:#000;
    letter-spacing: 1px;
}

#menu-main-menu li a[title=sale] {
	font-weight:bold;
}

    /* MAKE DROP DOWN HORIZONTAL */

    nav#main-navigation .menu > li {
        position: static !important;
    }

    nav .menu .inspiration ul.sub-menu {
        top: 40px;
        width: 100%;
        box-shadow:0 0 5px -1px rgba(0,0,0,0);
        -webkit-box-shadow:0 0 5px -1px rgba(0,0,0,0);
    }

    @media only screen and (max-width: 979px){
        body nav .menu .inspiration ul.sub-menu {
            position: static;
        }
        body .container nav .menu .inspiration ul.sub-menu li {
            float: none;
        }
    }

    body nav .menu .inspiration ul.sub-menu li {
        display: block;
        float: left;
        width: initial;
        border: 0;
    }

    @media only screen and (min-width: 1200px) {
        body nav .menu .inspiration ul.sub-menu li {
            left: 600px;
        }
    }

    @media only screen and (min-width: 980px) and (max-width: 1199px) {
        body nav .menu .inspiration ul.sub-menu li {
            left: 344px;
        }
    }

    nav .menu .inspiration ul.sub-menu li > a {
        font-size: 12px;
    }

    body nav .menu .inspiration ul.sub-menu li:first-child:before {
        border: 0;
    }

    nav .menu .inspiration ul.sub-menu li:hover > a {
        background: transparent;
    }



nav#main-navigation .menu .current-menu-item a {
    color:#bdb9b0;
    font-weight: bold;
}

#main-nav .header-right ul.menu > li > a {
padding: 7px 5px;
}

nav#main-navigation .menu > li > a:hover {
    /*color:#fdd7c2;*/
    color:#bdb9b0;
}

/*
.span3.header-right .menu-search {
    display:none;
}

.span3.header-right {
    width: 220px;
    margin-left: 0px;
    position: relative;
    margin-top: -129px;
    margin-left: 1003px;
}
*/

/* position cart [jh] */

#header-section > #main-nav .container {
	position: relative;
}
.span3.header-right {
	position: absolute;
	top: -100px;
	right: 0;
	width: 400px;
}

#header .container {
	position: relative;
}
.header-right.span4 {
	position: absolute;
	top: 0px;
	right: 0px;
}



#main-nav .span9 {
    width:100%;
}

/*
nav .menu {
    margin: 0 0 0 102px;
}
*/

.search-go a{
    color:#bdb9b0;
}

.search-go a:hover {
    color:#000 !important;
}

.menu-main-menu-container ul#menu-main-menu.menu {
    text-align:center;
}

nav#main-navigation .menu ul {
    top: 36px !important;
}

.header-left nav .menu {
margin: 0 0 0 0px;
}

.bag-header {
    border-bottom:none;
}

.bag-empty, .wishlist-empty {
    border-bottom: 0px solid #e4e4e4;
}

nav .menu ul li > a {
    padding: 10px 15px;
    display: block;
    margin: 0;
    white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:16px;
    text-transform:uppercase !important;
}

.wishlist-link {
    background-image:url(images/tiny_tada_tiger.png) !important;
    background-repeat:no-repeat !important;
    background-position:left !important;
    padding-left:54px !important;
}

.yith-wcwl-add-to-wishlist a,
.yith-wcwl-wishlistaddedbrowse a {
    background-image:url(images/tiny_tada_tiger_white.png) !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    padding-left:30px !important;
    padding-right:24px !important;
    height:15px;
}

body.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist a {
    background: initial;
}

body.woocommerce ul.products li.product-category:last-child {
    width:100% !important;
    height:270px;
    overflow:hidden;
    background-image:url(images/bespoke.jpg);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

body.woocommerce ul.products li.product-category:last-child img {
    display:none;
}

body.woocommerce ul.products li:last-child h3 {
    margin-left:calc(50% - 80px) !important;
}

.term-description {
    padding-bottom:70px;
}

body .yith-wcwl-wishlistexistsbrowse a {
    background-color: initial !important;
}

.yith-wcwl-add-button {
    margin-top:8px;
}

.wishlist-link i, .yith-wcwl-add-to-wishlist a i{
    display:none;
}

.yith-wcwl-wishlistexistsbrowse a{
    padding-top:20px !important;
    padding-bottom:13p !important;
}

/* CONTENT */
.page-heading {
    background-color:#fff !important;
    text-align:center ;
}

.post-type-archive-product .page-heading,
body.archive.tax-product_cat .page-heading {
    display:none;
}

.page-heading h1{
    background-color:#fff !important;
    text-transform:uppercase;
    font-size:50px;
    font-weight:300;
    padding:50px 0px 0px 0px;
    letter-spacing:10px
}

.single-product .page-heading h1{
    font-size:25px;
}

.page-heading .heading-text {
    /*width:200px;*/
    margin:0px auto;
    float:none;
    text-align:center;
}

.woocommerce-page ul.products li.product-category h3 {
    position:absolute;
    top:90px;
    z-index:993;
    padding:15px 20px;
    width:230px;
    float:none;
    color:#000;
    text-transform:uppercase;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}

.product-details h3 a, .posted_in a {
    text-transform:uppercase;
}

.single_add_to_cart_button {
    text-transform:uppercase;
}

.update-cart-button{
    background-color:#2e2e36 !important;
    color:#fff !important;
}

.update-cart-button:hover{
    /*background-color:#fdd7c2 !important;*/
    background-color:#bdb9b0 !important;
}

.bag-product figure {
    -webkit-box-shadow: 0 0px 0px -0px #999;
    -moz-box-shadow: 0 0px 0px -0px #999;
    box-shadow: 0 0px 0px -0px #999;
}

.bag-product {
    border-bottom: 0px solid #e4e4e4;
}

.shopping-bag .bag-header {
    text-align:center;
}

.shopping-bag .bag-buttons a {
    background-color:#2e2e36;
    color:#fff;
}

.shopping-bag .bag-buttons a:hover {
    color:#fff;
}

body .shopping-bag:before,
body nav .menu ul.sub-menu li:first-child:before {
    border-bottom-color: #bdb9b0;
}

body nav .menu ul.sub-menu li > a {
    color:#bdb9b0;
}

mark {
    background-color:transparent;
    color:#000;
    font-size:18px;
}

.bag-summary {
    text-align:center;
}

.cart_totals h2 {
    text-align:center;
}

.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce-page .products ul,
.woocommerce-page ul.products {
    padding-left: 147px;
}

.woocommerce-page ul.products li:last-child {
    /*margin-left:301px !important;*/
}

.woocommerce-count-wrap {
    display:none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce .woocommerce-message {
    background-color: #f7f7f7;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #f7f7f7 !important;
}

.summary .product_meta {
    display:none;
}

.single_add_to_cart_button i {
    display:none;
}

.yith-wcwl-add-button a i {
    /*display:none;*/
}

.summary .yith-wcwl-add-button a i:before {
    content:"Wishlist";
    display:block;
    font-family: "Oswald", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    margin-top:5px;
}

.woocommerce form.cart .yith-wcwl-add-to-wishlist a {
    padding: 5px 13px;
}

.add-tip-woocommerce .woocommerce-info {
    /*background-color:#fdd7c2;*/
    background-color:#bdb9b0;

}

body .gform_wrapper {
    overflow: inherit;
    margin: 0px  !important;
    max-width: 100%;
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 0px 0 6px 0 !important;
}

.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 100%;
    padding:0px;
    text-align: center;
}

.wp-caption img {
    max-width: 100%;
}

/* position the page content relative  */

.page-content {
	position: relative;
}

.home .page-content a.home-button {
		top: 41%;
		left: 41%;
    position:absolute;
    background-image: url(images/wood-effect.png);
    color:#bdb9b0;
    background-position:center;
    background-repeat:no-repeat;
    text-align:center;
    background-color:transparent;
    width:240px;
    height: 28px;
    font-size: 18px;
    padding-top: 4px;
    font-weight:bold;
    text-transform:uppercase;
}

.home .page-content a.home-button:hover {
    color: #fff;
}

.tp-bannertimer {
    display:none;
}

/* NL SIGN UP */

body .gform_wrapper ul li.gfield {
    clear: none;
    float: left;
    width: 46.7%;
}

body .gform_wrapper ul li.gfield:first-child {
    padding-right: 30px
}

body .gform_body {
    width: 87%;
}

body .gform_wrapper .gform_footer {
    clear: none;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    margin-left: 28px;
    border: 0;
    outline: 0;
    background-color: #fff;
    text-transform: uppercase;
    padding: 5px 45px 5px 45px;
    margin-top: 18px;
}

/* FOOTER */
#footer {
    padding-top:0px;
}

#footer-widgets .textwidget {
    text-align:center;
}

#footer-widgets .span3 {
    width:100%;
}

.social-font a {
    font-size:20px !important;
    letter-spacing:10px !important;
    /*color:#fdd7c2 !important;*/
    color:#bdb9b0 !important;
}

#footer-widgets .textwidget a {
    /*color:#fdd7c2 !important;*/
    color:#bdb9b0 !important;
}

#footer-widgets .textwidget a:hover {
    /*color:#ff3399 !important;*/
    color:#000 !important;
}

.footer-tiger {
    width:130px;
    height:81px;
    background-image:url(images/panther_roll_over.png);
    margin:0px auto;
}

.footer-tiger:hover {
    /*background-position:bottom;*/
}

.menu-footer-container ul#menu-footer {
    width: -webkit-fit-content;
    margin: auto;
}

#menu-footer li{
    float:left;
}

#menu-footer ul li a{
    margin:0px 20px;
    display:block;

}

body .widget ul li > a,
body .widget ul li:last-child > a {
    padding: 8px 40px;
    display: block;
    border-right:1px solid #ccc !important;
    text-transform:uppercase;
}

.widget ul li:last-child > a {
    padding: 8px 53px;
    display: block;
    border-right:0px solid #ccc !important;
}

.widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before {
    content: " ";
}

.widget_categories ul > li, .widget_archive ul > li, .widget_nav_menu ul > li, .widget_recent_comments ul > li, .widget_meta ul > li, .widget_recent_entries ul > li, .widget_product_categories ul > li, .widget_layered_nav ul li {
    border-top: 0px solid transparent;
}

.caroufredsel_wrapper {
    overflow:visible !important;
}

.product-share li a {
    /*color:#fdd7c2 !important;*/
    color:#bdb9b0 !important;
}

.product-share li a:hover {
   /* color:#ff3399 !important;*/
    color:#000 !important;
}

ul.portfolio-items {
/*     margin-left:107px !important; */
}

/* CART PAGE */

body.woocommerce-cart h3.bag-summary,
body.woocommerce-cart .cart_totals h2 {
    text-transform: uppercase;
}

/* SHOP PAGE */

body.post-type-archive-product .woocommerce-shop-page .page-content {
  text-align:center;
}

body.post-type-archive-product .woocommerce-shop-page .page-content ul#products {
  padding: 0 0 0 0;
  display: inline-block;
}

.woocommerce-shop-page .page-content {
  text-align:center;
}

ul#products {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: left;
}

body .product-cat-info .count {
    display: none;
}

/* GIFT WRAPPING */

.gift-wrapping {
    padding-top:1.5em !important;
}

.gift-wrapping input[type="checkbox"] {
    margin: -3px 5px 0;
}

/* LOOKBOOK */

.forcefullwidth_wrapper_tp_banner {
    top: 41px;
}

    /* ARROWS */

    body .home-slider-wrap .rev_slider_wrapper .tp-rightarrow {
        background: url('images/tada-nav-right.png') no-repeat;
        background-size: 23px 36px;

    }

    body .home-slider-wrap .rev_slider_wrapper .tp-leftarrow {
        background: url('images/tada-nav.png') no-repeat;
        background-size: 72px 36px;
    }

/* INSTAGRAM */

@media only screen and (min-width: 980px) {
    body #masonryContainer {
        padding-left: 78px
    }
}

body .masonry .masonry-brick {
    border:0;
}

body .masonryItem p {
    display: none;
}

body.page-id-13 .page-content.clearfix {
    /*width: 1055px;*/
    margin: auto;
}

/* PINK TEXTURES */

body .woocommerce form.cart .yith-wcwl-wishlistexistsbrowse .yith-wcwl-add-to-wishlist a  {
    background: transparent !important;
    z-index: 999;
}

body div.yith-wcwl-add-to-wishlist {
    z-index: 1;
}

body .shopping-bag .bag-buttons a.sf-roll-button.bag-button,
body .wishlist-bag .bag-buttons a.shop-button,
body.woocommerce .button.update-cart-button,
body div.yith-wcwl-add-to-wishlist
 {
    background: url('images/pink-fabric.jpg') !important;
    color: #000 !important;
}

body .carousel-overflow div.yith-wcwl-add-to-wishlist {
    background: transparent !important;
}

/* WOOD GRAINS */

.widget ul li > a,
body .shopping-bag .bag-buttons a.sf-roll-button.checkout-button,
body.woocommerce input.checkout-button.alt,
body.woocommerce input#place_order.button.alt,
body.woocommerce form.cart button.single_add_to_cart_button,
body.woocommerce ul.products li.product figure figcaption .shop-actions > a,
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    background: url('images/wood-effect.png') !important;
    color: #bdb9b0 !important;
    text-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
}


    @media only screen and (max-width: 768px) {
        body.woocommerce section ul.products li.product figure figcaption .shop-actions > a {
            font-size: 8px;
            font-weight: bold;
        }
    }


body.woocommerce-page ul.products li.product-category h3 {
    background: url('images/wood-effect.png') !important;
    color: #bdb9b0 ;
    width: 120px;
    margin-left: 52px;
}

    @media only screen and (max-width: 1024px) {
        body.woocommerce-page section.page-content ul.products li.product-category h3 {
            margin-left: 6px;
            font-size: 13px;
            padding: 6px;
        }
    }

    @media only screen and (max-width: 1024px) {

    }


body.woocommerce-page ul.products li.product-category h3:hover {
    color: #fff;
}

.widget ul li > a:hover,
body .shopping-bag .bag-buttons a.sf-roll-button.checkout-button:hover,
body.woocommerce input.checkout-button.alt:hover,
body.woocommerce input#place_order.button.alt:hover,
body.woocommerce form.cart button.single_add_to_cart_button:hover,
body.woocommerce ul.products li.product figure figcaption .shop-actions > a:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover    {
    color: #fff !important;
}

/* CORRECT COLOUR GENERATED BY THEME, IN SPITE OF NEW SCHEMA WITHOU PINK BEING LOADED */

body a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover,
.portfolio-pagination div:hover > i, #footer a:hover, #copyright a, .beam-me-up a:hover span,
.portfolio-item .portfolio-item-permalink, .read-more-link, .blog-item .read-more, .blog-item-details a,
.author-link, .comment-meta .edit-link a, .comment-meta .comment-reply a, #reply-title small a,
ul.member-contact, ul.member-contact li a, #respond .form-submit input:hover, span.dropcap2,
.spb_divider.go_to_top a, .love-it-wrapper:hover .love-it, .love-it-wrapper:hover span,
.love-it-wrapper .loved, .comments-likes a:hover i, .comments-likes .love-it-wrapper:hover a i,
.comments-likes a:hover span, .love-it-wrapper:hover a i, .item-link:hover, #header-translation p a,
#swift-slider .flex-caption-large h1 a:hover, .wooslider .slide-title a:hover,
.caption-details-inner .details span > a, .caption-details-inner .chart span,
.caption-details-inner .chart i, #swift-slider .flex-caption-large .chart i, #breadcrumbs a:hover,
.ui-widget-content a:hover, .woocommerce form.cart button.single_add_to_cart_button:hover,
.yith-wcwl-add-button a:hover, #product-img-slider li a.zoom:hover,
.woocommerce .star-rating span, .mobile-search-link.active,
body nav .menu li.current-menu-ancestor > a, body nav .menu li.current-menu-item > a

 {
    color: #bdb9b0;
}



body #footer a {
    color: #bdb9b0;
    letter-spacing: 1px;
}

body.woocommerce .quantity .plus:hover,
body.woocommerce .quantity .minus:hover,
body.woocommerce table.shop_table tr td.product-remove .remove:hover,

body.woocommerce table.shop_table tr td.product-remove .remove:hover,
body.woocommerce .coupon input.apply-coupon:hover,
body.woocommerce .shipping-calculator-form .update-totals-button button:hover,
body.woocommerce .quantity .plus:hover,
body.woocommerce .quantity .minus:hover,
.add_review a:hover,
body.woocommerce #review_form #respond .form-submit input:hover,
.lost_reset_password p.form-row input[type="submit"]:hover,
.track_order p.form-row input[type="submit"]:hover,
.change_password_form p input[type="submit"]:hover,
body.woocommerce table.my_account_orders .order-actions .button:hover,
body.woocommerce .widget_price_filter .price_slider_amount .button:hover,
body.woocommerce.widget .buttons a:hover,
body.woocommerce .wishlist_table tr td.product-add-to-cart a:hover,
body.woocommerce input.button[name="save_address"]:hover,
#login-form .modal-body form.login p.form-row input[type="submit"]:hover,
body.woocommerce input[name="save_account_details"]:hover,
body.woocommerce input[name="apply_coupon"]:hover,
.login p.form-row input[type="submit"]:hover  {
    background: #bdb9b0;
}

#menu-footer a:hover {
    color: #fff !important;
}

ul#products li.product a:hover,
body ul.social-icons li a:hover,
body nav .menu > li:hover > a {
    color: #bdb9b0;
}

body nav .menu > li.shopping-bag-item:hover > a,
body nav .menu > li.wishlist-item:hover > a {
    color: #000;
}

body #super-search {
    background: #fff;
    color:#bdb9b0;
    padding: 9px 0px 4px 0px;
    border-bottom: 1px solid #eee;
}

body #super-search .search-options {
    font-size: 16px;
}

body #super-search .search-options .ss-dropdown > span,
body #super-search .search-options input {
    color: #999;
}

body #super-search-go,
body #super-search-close {
    border: 1px solid #eee;
}

body #super-search-go:hover,
body #super-search-close:hover {
    background-color: #999;
    border-color: #999;
    color: #ffffff;
}

body ul.show-dropdown a:hover {
    color: #999;
}

body .sf-roll-button:hover span {
    top: 0px;
}

body nav .menu ul li.current-menu-ancestor > a,
body nav .menu ul li.current-menu-item > a {
    background: transparent;
}

/* FIX MINI NAV */

body #mini-header {
    margin-left: 0;
}

body nav#mini-navigation .menu .inspiration ul.sub-menu li {
    left:44% !important;
    position: relative;
}

body nav#mini-navigation ul.menu {
    position: static;
    margin-left: 35%;
}

body nav#mini-navigation ul.menu li {
    position: static;
}

body nav .menu li.current-menu-item > a {
    color: #bdb9b0;
}

/* CONTACT PAGE */

body  .page .gform_wrapper ul li.gfield {
    width: 100%;
}

body .page .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
    margin-left: 2px;
    font-family: 'Didact gothic',sans-serif !important;
}


/* --------------------------------------------
	Home button responsive fix
-------------------------------------------- */
@media only screen and (max-width: 1199px) {
	.home .page-content a.home-button {
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
}

/* --------------------------------------------
	Subscribe form responsive fix
-------------------------------------------- */

@media only screen and (max-width: 560px) {
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit] {
    display: block;
		clear: both;
		margin: 150px 0 0 0;
	}
	body .gform_wrapper .top_label input.large {
		width: 243%;
	}
}

/* --------------------------------------------
	Footer menu responsive fix
-------------------------------------------- */

@media only screen and (max-width: 1200px) {
	body .widget ul li > a,
	body .widget ul li:last-child > a {
		padding: 8px 15px;

	}
}

@media only screen and (max-width: 695px) {
	body #footer .widget_nav_menu ul li {
		text-align: center;
	}
	body #footer .widget_nav_menu ul li.col4clear {
		clear: left;
	}
	body #footer .widget_nav_menu ul li a {
		width: 100px;
	}
}

@media only screen and (max-width: 570px) {
	body #footer .widget_nav_menu ul li.col4clear {
		clear: none;
	}
	body #footer .widget_nav_menu ul li.col2clear {
		clear: left;
	}
}

/* --------------------------------------------
	Footer menu responsive fix
-------------------------------------------- */

@media only screen and (max-width: 1199px) {
	nav#main-navigation .menu > li > a {
		padding: 8px 24px;
	}
}

/* --------------------------------------------
	Videos responsive fix
-------------------------------------------- */

.fitvid {
	margin: 0 auto;
	max-width: 560px;
}

/* --------------------------------------------
	Form on contact page responsive fix
-------------------------------------------- */

@media only screen and (max-width: 768px) {
	body .gform_wrapper {
		overflow: inherit;
		margin: 0 auto !important;
		max-width: 75%;
	}
    body .gform_wrapper .gform_body {
        width: 100%;
    }
}


body  .wc-new-badge {
    display: none;
}



/* --------------------------------------------
    Hide additional info secondary title
-------------------------------------------- */

#product-additional_information h2 {
    display: none;
}

/* HIDE VARIABLE PRICE / INCREASE STRAIGHT PRICE */

body.woocommerce.single-product {

}

/*REMOVE DROP SHADS*/

body.woocommerce ul.products li.product figure,
body.woocommerce #product-img-slider,
body.woocommerce #product-img-nav li,
body.woocommerce ul.products li.product a img {
    box-shadow: 0 0 0 0 #fff;
}

/* BESPOKE BTN */

#bespoke-btn {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    background-image: url(images/wood-effect.png);
    padding: 10px 22px;
}

#bespoke-btn a {
    color: #bdb9b0;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Didact Gothic', sans-serif;
    text-transform: uppercase;
}

#bespoke-btn a:hover {
    color: #fff;
}

/* PRICE */

body.single-product .single_variation .price .amount {
    color: #000 !important;
    font-weight: bold;
    font-size: 23px !important;
    font-family: 'Didact', sans-serif !important;
}

body.woocommerce div.product .summary p.price,
body.woocommerce-page div.product .summary p.price {
    font-size: 18px;
}


/* Checkout link quick fix */

input.checkout-button {
	display: none !important;
	visibility: hidden !important;
}

a.checkout-button {
	display: block;
	background: url('images/wood-effect.png') !important;
	color: #BDB9B0 !important;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font-weight: normal;
	padding: 10px 15px;
	margin: 0 0 10px;
}

.header-right .shopping-bag a.checkout-button span {
    top: -9px;
    overflow: hidden;
    height: 27px;
}

/* --------------------------------------------
    Product list fix small phone
-------------------------------------------- */

@media only screen and (max-width: 480px) {
    body.woocommerce .woocommerce-shop-page.has-no-sidebar ul.products li {
        width: 100% !important;
        float: none;
        clear: both;
    }
}

/* HIDE GREY SORT BAR */

body .woocommerce-ordering {
    display: none;
}

/* HIDE SPLASH SCREEN ON iPad and mobile */

    @media only screen and (max-width: 1024px) {
        body #kento-splash-screen-black,
        body .kento-splash-screen {
            display: none !important;
        }
    }


/* Currency converter widget */

#main-nav .header-right ul.menu > li.wishlist-item {
    border-right: 1px solid #f0f0f0;
}

body ul#pwl-currency-sidebar li ul.currency_switcher {
    margin-left: 6px;
    margin-top: 13px;
}

body ul#pwl-currency-sidebar li ul.currency_switcher li a {
    padding: 8px 8px 0;
    background: transparent !important;
    border: 0 !important;
    font-weight: bold;
    color: #bdb9b0 !important;
    font-family: 'Helvetica Neue', 'Helvetica', arial, sans-serif !important;
}

body ul#pwl-currency-sidebar li ul.currency_switcher li a.active {
    color: #000 !important;
}

body ul#pwl-currency-sidebar li ul.currency_switcher li a:hover {
    color: #000 !important;
}

body ul#pwl-currency-sidebar li ul.currency_switcher li a.active:hover {
    color: #bdb9b0 !important;
}

body ul#pwl-currency-sidebar {
    float: left;
}


body ul#pwl-currency-sidebar li {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 979px) {
    body .header-right > nav:first-child,
    body .header-1 .header-right {
        display: block;
    }
    body .header-1 .header-right ul.menu li {
        display: none;
    }
    body .header-1 .header-right ul.menu ul#pwl-currency-sidebar li {
        display: block;
    }
    body ul#pwl-currency-sidebar li ul.currency_switcher {
        position: relative;
        right: 28px;
    }
}

@media only screen and (max-width: 480px) {
    body .header-wrap ul#pwl-currency-sidebar li ul.currency_switcher {
        top: 18px;
    }
}

@media only screen and (max-width: 430px) {
    body .header-wrap #header-section ul#pwl-currency-sidebar li ul.currency_switcher {
        /*top: 48px;*/
        bottom: -60px;
        top: initial;
    }
}


/* Fix search icon position */

body #main-nav .header-right ul.menu > li.menu-search > a {
    padding: 9px 5px 20px 20px;
}

/* Remove coupons on basket - still on checkout */

body.woocommerce-cart .coupon {
    display: none;
}

@media only screen and (min-width: 980px) {
    body.woocommerce-cart .cart-shipping-wrap {
        margin-top: -130px
    }
}

/* Subscribe to NL */

body.woocommerce form #customer_details .form-row#subscribe_to_newsletter_field input {
    margin-top: 10px;
}

body.woocommerce form #customer_details #subscribe_to_newsletter_field label {
    width: 23%;
    font-size: 12px;
    line-height: 1.6;
}

/* HEADER WIDGET */

.header_widget.container {
    width: 1170px;
    margin: 0 auto;
    top: 140px;
    position: relative;
}

.absolute-header {
    position: absolute;
    top: -70px;
}

.header_widget img {
    max-width: 80px !important;
    margin-bottom: 8px;
    margin-right: 10px;
}

@media only screen and (max-width: 979px){
    body .header_widget.container {
        display: none;
    }
}

@media only screen and (max-width: 1200px){
    body .header_widget img {
        max-width: 70px !important;
    }
}

/* PRESS PAGES */

.page-template-template-press .one_fourth,
.page-template-template-press-php .one-fourth {
    height: 400px;
    margin-bottom: 10px;
}

/* NO HEADER ON HOME */

body.home h1 {
    display: none;
}




/* LOOKBOOK INTRO PAGE */
.lookbook-cat-wrap {
    margin-bottom: 50px;
    list-style-type: none;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .lookbook-cat-wrap {
        margin-bottom: 0;
        width: 48%;
        float: left;
        text-align: none;
    }

    .lookbook-cat-list > li:nth-of-type(odd) {
      text-align: right;
      margin-right: 2%;
    }

    .lookbook-cat-list > li:nth-of-type(even) {
      text-align: left;
      margin-left: 2%;
    }
}

.lookbook-cat-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lookbook-cat {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: center;
}


.lookbook-cat-info h3 {
    min-width: 150px;
    color: #bdb9b0;
    z-index: 993;
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: url('images/wood-effect.png') !important;
}

.lookbook-cat-info h3:hover {
  color: #ffffff;
}

.lookbook-entry-img {
  width: 270px;
  height: 270px;
}

.electriccarousel-anchor {
  margin-bottom: 70px;
}


.header-left.span4 {

}
.header-right.span4 {

}

#logo a.show-main-nav,
#logo a.mobile-search-link,
#logo a.mobile-cart-link {
  position: relative;
  z-index: 9;
}

.woocommerce span.onsale, .woocommerce .wc-new-badge, .woocommerce .out-of-stock-badge, .woocommerce .free-badge {
	background: #000;
}

/* --------------------------------------------
  SOCIAL PAGE
-------------------------------------------- */

h2.social-font i.fa::before {
    font-size:50px;
}

/* ----------------------------
INSTAGRAM
---------------------------- */

.pwl-instagram {
  position: relative;
  left: 64px;
}

@media only screen and (max-width: 980px) {
    #sb_instagram {
        width:100% !important;
    }
    .pwl-row .pwl-instagram {
      left: 0px !important;
    }
}

.pwl-instagram > span {
  background-color: transparent;
}

/* ----------------------------
FACEBOOK
---------------------------- */
.facebook-widget-wrapper {
  text-align:center;
}

.fb_iframe_widget {
  display: inline-block !important;
}


/* ----------------------------
TWITTER
---------------------------- */
.pwl-twitter {
  max-width: 490px;
  margin: 0 auto;
  position:relative;
}

.pwl-twitter .widget-heading {
  display: inline-block;
  padding-left: 60px;
  margin-bottom: 22px;
}

.pwl-twitter .twitter-avatar {
  display: inline-block;
  position: absolute;
  left: 0;
}

.widget_twitter ul li {
  margin-bottom: 20px;
}

.widget_twitter ul li .entry-content a {
  text-decoration: underline;
}

.widget_twitter ul li .entry-meta {
  display: block;
  font-size: 10px;
}

.widget_twitter ul li .intent-meta a {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin-right: 28px;
}


/* ----------------------------
MEDIA QUERIES
---------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 3000px) {
  .pwl-facebook ,
  .pwl-instagram,
  .pwl-twitter {
    float:left;
  }

  .pwl-instagram {
    width:50%;
    left: 50px;
  }
  .pwl-facebook ,
  .pwl-twitter {
    width:25%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 3000px) {
  .pwl-instagram {
    left:0px !important;
  }
}