 /*
Theme Name: This Little Love 2015
Theme URI: http://www.example.com/
Description: A theme for WordPress.
Author: Shane Neal
Author URI: http://www.shaneneal.com.au
Version: 2.0.1

Fonts:
    font-family: Helvetica, Arial, sans-serif;
        font-weight: 400;     
        font-weight: 500;

    font-family: 'franklin-gothic-cond', sans-serif;
        font-weight: 500;
        font-weight: 700;       

Colors:
    Grey Borders : #c8c8c8;
    Blue: #??????;
    Pink: #??????;

/*-------------------------------------------------------------- */

/*
 * Fonts
 */
	/* @import url('fonts/fonts.css'); */

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gotham-Book.woff') format('woff'),
        url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pier-Sans';
    src: url('fonts/PierSans-Bold.eot');
    src: url('fonts/PierSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PierSans-Bold.woff') format('woff'),
        url('fonts/PierSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pier-Sans';
    src: url('fonts/PierSans.eot');
    src: url('fonts/PierSans.eot?#iefix') format('embedded-opentype'),
        url('fonts/PierSans.woff') format('woff'),
        url('fonts/PierSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*Gallery only show first image*/

.gallery-item {
	display: none;
       margin-top:0px !important; 
}
.gallery-item:first-child {
	display:block;
}


.design-gallery-col1 img, .design-gallery-col2 img{
width:99%;
height:auto;
}


/*
 * Globals 
 */
    body { 
        font-family: Helvetica, Arial, sans-serif; 
        font-size: 11px; 
        color: #333;
        margin:0;
    }
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    ::selection {
        color: #ebebe3;
        background: #222;
    }
    ::-moz-selection {
        color: #ebebe3;
        background: #222;
    }   

    .woocommerce-message, .woocommerce-info, .woocommerce-error   {
        border: 1px solid #c8c8c8;
        margin: 10px 0px;
        padding:15px 10px 15px 30px;
        background-repeat: no-repeat;
        background-position: 10px center;
        font-family: 'Gotham-Book';
        font-size: 13px;
        background: #c8c8c8;
        color: #fff;
    }    

/* 
 * Links 
 */
    a { 
        color: #414141; 
        text-decoration: none;
        outline: none;      
    }
    a:hover { 
        color: #666;
        text-decoration: none;
    }
    a img {
       border: none;
    }


/*
 *   Top Grey Bar - Social/Contact
 */


    #top-contact-bar{
        width:100%;
        /*position:fixed;*/
        top:0;
        left:0;
        width:100%;
        height:35px;
        border-bottom: 1px solid #000;
        background:#f2f2f2;
        z-index: 3001;
    }

    .contact-controls{
        float: right;
        font-family: 'Gotham-Book';
        font-size: 12px;  
        margin: 8px 5rem;  
        text-align: right;  
    } 

    .contact-controls .phone svg{
        position: relative;
        top:4px;
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }    
    .contact-controls .email svg{
        position: relative;
        top:4px;
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }

    .social-controls{
        width: 25%;
        float: left;
        font-family: 'Gotham-Book';
        font-size: 12px;  
        margin: 10px 0 10px 5rem;   
        padding: 0px; 
    }

    .social-controls > li{
        display: inline-block;
        margin: 0 4px;
    }

    .fa{
        color: #999999;
    }

/*
 *   Top Menu Bar 
 */

    #top-menu-bar{
        width:100%;
        /*position:fixed;*/
        top:35px;
        left:0;
        width:100%;
        height:90px;
        border-bottom: 1px solid #000;
        background:#fff;
        z-index: 3000;
    }
    .fixed{
        position: fixed;
        top:0px !important;
        border-top: 1px solid #000;
    }


    .store-controls{
        float: right;
        text-align: right;
        font-family: 'Gotham-Book';
        font-size: 0.7rem;
        margin:35px 5rem 35px 0;
        text-transform: uppercase;
    }

    .icons .store-controls svg{
        position: relative;
        top:3px;
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }
    .icons .store-controls .cart svg{
        position: relative;
        top:1px;
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }



    .nav-menu{
        font-family: 'Gotham-Book';
        font-size: 0.7rem;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        display: table;
        width: 50%;
        margin:40px 0 40px 0px;
        float: left;
    }
    .nav-menu > li{
        text-align: center;
        padding:0 0.8rem;
    }

    .nav-menu > a{
        display: block;
        text-align: center;
    }


    .nav-logo{
        height:70px;
        margin:0.6rem 0px 0.2rem 5rem;
        float: left;
    }


/* 
 * Page Structure 
 */


    



    #container {
       /* overflow: hidden; */


    }
    #content, .promo-bottom {
        margin: auto;
        margin-top: 5px;
        max-width: 1100px;
        overflow: hidden;
    }

    #header {
        margin: auto;
        max-width: 1100px;
        margin-top: 10px;
    }    
    #header-checkout {
        margin: auto;
        max-width: 1100px;
        margin-top: 65px;
        margin-bottom:50px;
    }
    #footer {

    }
    .top-pad{
        padding-top: 85px;
    }


/* 
 * Menus
 */
    .menu{
        padding:0px;
    }
    .menu > li{
        display: inline-block;
        margin: 0 0.6rem;
    }
    .current-menu-item > a {
        font-weight: bold;
    }

  





    .main-menu{
        font-family: "Gotham-Book";
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        display: table;
        width: 100%;
        margin:30px 0 15px 0;
    }
    .main-menu > li{
        text-align: center;
        padding:0 19px;
    }

    .main-menu > a{
        display: block;
        text-align: center;
    }

	/*.menu-item-has-children{
	  position: relative;
	}*/
	.menu-item-has-children:after {
	  content: "\25BC";
	  font-size: .5em;
	  display: inline-block;
	  position: relative;

	}


	.sub-menu {
	  	position: absolute;
		display: none;
		background: #fff;
		z-index: 1001;
		padding: 25px;
        font-family: 'Gotham-Book';
        font-size: 11px;
	    overflow: hidden;
        width: auto;
        white-space: nowrap;
        min-width: 50%;
        border: 1px solid #c8c8c8;


	}
	.sub-menu li {
	  /*border-bottom: 1px solid rgba(255,255,255,.2);*/
	  width: auto;
      display: block;
      
	}
	.sub-menu li a{
		/* height: 12px; */
        display:block;
        padding: 7px;
	}
    .sub-menu .sale a{
        color: #fff;
        background: red;
    }
	/*.sub-menu li:first-child{
		margin-top: 10px;
	}
	.sub-menu li:last-child{
		margin-bottom: 10px;
	} */ 
	.sub-menu li:hover {
		background: #fde0d3;
	}
	.menu-item-has-children:hover > .sub-menu{
	  display: block;
	}

    .sub-ul{
        padding: 0px;
        text-align: left;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    .sub-ul:last-child{
        margin-bottom: 0px;
    }

    .sub-ul li a{
        padding: 3px 7px;
        font-family: 'Gotham-Book';

    }
    .sub-ul li:nth-child(1) a{
        padding:7px 7px 3px 7px;
        font-size: 12px;
    }

    .sub-ul li:nth-child(1){
        font-family: Pier-Sans;
        text-transform: uppercase;
        font-weight: bold;
    }

    .sub-ul li:nth-child(1) a:hover{
        text-decoration: underline;
        background: #fff;
    }


	.search-menu-item{
	  position: relative;
	}
	.search-icon{
		cursor: pointer;
	}
	.search-wrapper{
		display: none;
	    position: absolute;
	    z-index: 3001;
	    right: 0px;
	    padding: 10px;
	    border: 1px solid #c8c8c8;
	    top: 34px;
	    width: 260px;
        background: #fff;
	}
	.search-wrapper label{
		display: none;
	}

	.search-wrapper input[type="submit"] {
	    height: 33px;
	    width: 90px;
	    background: #000;
	    color: #fff;
	    border: 2px solid #000;
	    -webkit-appearance: none;
	    font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        float: left;
	}

	.search-wrapper .search-field {
	    width: 150px;
	    height: 28px;
	    padding: 0 5px;
	    font-family: 'Gotham-Book';
        font-size: 10px;
        float: left;

	}
    .cart-menu-item, .search-menu-item{
        height:15px;
    }



/* 
 * Header
 */ 
    #logo{
        width:300px;
        margin: 0 auto;
        display: block;
    }

    #logo-checkout{
        width:250px;
        margin: 0 auto;
        display: block;
    }
    #logo img, #logo-checkout img{
        width: 100%;
    }



/* 
 * Home
 */
    .banner-slideshow {
        position: relative;
        overflow: hidden;
    }
    .slide {
        float: left;
        width: 100%;
    }
    .home-categories{
        width: 100%;
        margin-top: 14px;
        overflow: hidden;
    }
    .home-category{
        width: 24%;
        float: left;
        padding-right: 14px;
    }
    .home-category:last-of-type{
        padding-right:0px;
    }
    .home-category img{
        width: 100%;
    }    

    .home-category-three{
        width: 32.48%;
        float: left;
        padding-right: 14px;
    }
    .home-category-three:last-of-type{
        padding-right:0px;
    }
    .home-category-three img{
        width: 100%;
    }   

    .home-category-split-three{
        width: 75%;
        float: left;
        padding-right: 14px;
    }    
    .home-category-splitl{
        width: 49%;
        float: left;
        padding-right: 10px;
    }    
    .home-category-splitr{
        width: 49%;
        float: left;
        padding-left: 10px;
    }
    .home-category-split-one{
        width: 23.6%;
        float: left;
        padding-right:0px;
    }

    .home-category-split-three img, .home-category-splitl img, .home-category-splitr img, .home-category-split-one img{
        width: 100%;
    }

    .instagram-feed-wrapper{
        width:100%;
        margin: 10px 0;
        clear: both;        
    }   
    .instagram-heading{
        font-size: 22px;
        text-align: center;
        padding: 30px 0px 0px;
        display: block;
        font-family: "orator-std",sans-serif;
        font-size: 15px;
        text-transform: lowercase;
    }


/* 
 * Work Grid
 */



 /* 
 * Product Page
 */ 


    .widget-product{
    
        height: 70px;
        margin-top: 30px;
    }
    .product-images{
        float: left;
        width: 50%;
    }

    .product-summary{
        float: left;
        width: 50%;
        padding:0 10px;
    }

    .product-title{
        font-family: "orator-std";
        font-size: 28px;
        text-transform: lowercase;
    }   

    .product-brand-name, .product-brand-name a{
        font-family: "orator-std";
        font-size: 14px;
        text-transform: lowercase;
    }

    .product-price{
        font-family: "Gotham-Book";
        font-size: 20px;
        margin: 0px;

    }

    .single_variation .amount{
        font-family: "Gotham-Book";
        font-size: 20px;
        margin: 0px;
        padding-bottom:10px;

    }

    .product-description{
        font-family: "Gotham-Book";
        font-size: 13px;
        margin-top: 30px;
    }

    .woocommerce-tabs{
        float: left;
        width: 100%;
    }
    .related, .upsells{
        float: left;
        width: 100%;
        margin-top: 40px;
    }
    .upsells h2{
        font-family: "orator-std";
        text-transform: lowercase;
    }

    .single_add_to_cart_button{
        height: 33px;
        width: 150px;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .product-summary .single_add_to_cart_button{
         margin-left: 70px;
    }

    .woocommerce .quantity, .woocommerce-page .quantity{
        position: absolute !important;
    }
    .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus{
        height: 1.5em !important;
    }
    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
        font-size: 13px;
        height: 2.4em !important;
    }

    .product-price-block{
        margin: 15px 0px;
    }


    .in-stock{
        display: none;
        font-family: "orator-std";
        font-size: 14px;
        text-transform: lowercase;
        color: #5b5e59;
        margin:0px 0 20px 0;

    }

    .in-stock svg{
        height: 20px;
        width: 20px;
        position: relative;
        top: 7px;
    }

    .accordion-toggle {cursor: pointer;}
    .accordion-content {display: none;}
    .accordion-content.default {display: block;}

    #product-accordion{
        margin-top: 30px;

    }

    .accordion-toggle{
        font-size: 16px;
        line-height: 34px;
        display: block;
        font-family: "orator-std",sans-serif;
        margin: 0;
        cursor: pointer;
        border-bottom: 1px solid #c8c8c8;
        text-transform: lowercase;
    }
    .accordion-toggle i{
        float: right;
        margin-top: 8px;
    }
    .accordion-content p{
        font-family: "Gotham-Book";
        font-size: 13px;  
    }

    .jck-wt-all-images-wrap--thumbnails-below .jck-wt-thumbnails-wrap--sliding{
        padding-top: 25px !important;
        border-top: 1px solid #c8c8c8;
    }
    .jck-wt-images-wrap{
        padding-bottom: 50px;
    }
    .variations{
        margin-bottom: 20px;
    }

    .shop_attributes{
        width: 90%;
        margin:20px;
        border-collapse:collapse;
        
    }
    .shop_attributes th{
        width: 50%;
        padding:10px;
        border:1px solid #c8c8c8;
    }
    .shop_attributes td{
        width: 50%;
        padding:10px;
        border:1px solid #c8c8c8;
    }


/* 
 * Category
 */ 


    .filter-cats{
      list-style: none;
      margin: 0;
      padding: 0;  
    }

    .filter-cats h2{
        font-family: "orator-std";
        font-size: 16px;
        text-transform: lowercase;
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 15px;
        cursor: pointer;
    }
    /*.filter-cats li:last-child{
        margin-top: 15px;
    }*/

    .filter-cats h2 i{ 
        float: right;
    }

    .filter-cat{
        display: block;
    }
    .filter-brand{
        display: none;
    }


/* 
 * My Account 
 */ 

    .myacc-left{
        float: left;
        width: 20%;
        overflow: hidden;
        margin-right: 5%;
    }
    .myacc-right{
        float: left;
        width: 75%;
        overflow: hidden;
        font-family: "Gotham-Book";
    }
    .myacc-right h2{
        font-size: 20px;
        font-family: "orator-std";
        text-transform: lowercase;
        margin:20px 0;
    }
    .my_account_orders{
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }
    .my_account_orders thead{
            background: #f1f1f1;
    }
    .my_account_orders th, .my_account_orders td{
        text-align: left;
        padding: .857em 0;
        border-bottom: 1px solid #f1f1f1;
    }
    .my_account_orders th:first-child, .my_account_orders td:first-child{
        padding-left: 3px;
    }
    .order-actions a{
        width: 25%;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 8px 15px;
        display: block;
        text-align: center;
        float: right;
    }
    .addresses h3{
        margin-bottom: 10px;
    }
    .addresses address{
        margin: 15px 0 30px 0;
    }
    .addresses a{
        width: 25px;
        background: #c8c8c8;
        color: #000;
        border: 2px solid #c8c8c8;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 2px 13px;
        display: block;
        text-align: center;
    }

/* 
 * Fallback Page
 */ 

    .page .entry{
        font-size: 13px;
        font-family: 'Gotham-Book';
    }

    .page .entry strong{
        font-weight: 700;
        color: #000;
    }
/* 
 * Footer
 */ 
    .footer-wrapper{
        background: #f2f2f2;
    }
    .footer{
        background: #f2f2f2;
        width: 100%;
        position: relative;
        max-width: 1100px;
        margin:0 auto;
        padding:40px 0;
        font-family: 'Gotham-Book';
        font-size: 13px; 
        text-transform: uppercase;
    }
    .links ul{
        display: block;
        list-style: none;
        margin:0;
        padding:0;
    }
    .links li{
        word-break: break-all;
        line-height: 1.4;
        padding: 4px 0;
    }
    .footer .links{
        float: left;
        width: 20%;
        padding: 0 30px 0 0;
        margin-bottom: 30px;
        font-size: 12px;
    }
    .links .block-title{
        position: relative;
        padding: 3px 0 0;
        margin-bottom: 10px;
        border-bottom: 0;
        color:#000;
        font-family: "orator-std",sans-serif;
        font-size: 15px;
        text-transform: lowercase;
    }

    .block-subscribe{
        float: right;
        width: 350px;
        margin-bottom: 20px;
    }

    .subscribe-title{
        padding: 3px 0 0;
        margin-bottom: 10px;
        border-bottom: 0;
        color:#000;
        font-family: "orator-std",sans-serif;
        font-size: 15px;
        text-transform: lowercase;
    }


    .subscribe-form-header{
    	font-family: 'Gotham-Book';
        font-size: 12px;
        line-height: 1.7;

    }


    .block-content{
    	margin-top: 20px;
    }
	.block-subscribe input[type="email"] {
	    width: 200px;
	    height: 30px;
	    padding: 0 90px 0 5px;
	    font-family: 'Gotham-Book';
        font-size: 10px;
	}

	.block-subscribe input[type="submit"] {
	    margin-left: -90px;
	    height: 33px;
	    width: 90px;
	    background: #000;
	    color: #fff;
	    border: 2px solid #000;
	    -webkit-appearance: none;
	    font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
	}



    .footer .payment{
        float: right;
        padding: 0px;
        text-align: left;
        width: 350px;    
    }
    .footer .payment li{
        display: inline-block;
    }
    .footer .payment li em{
        font-size: 20px;
        color: #000;
    }
    .footer address{
        border-top: 1px solid transparent;
        text-align: center;
        width: 100%;
        font-size: 11px;
        margin-top:0;
        padding: 0;
        display: inline-block;
    }

    .promo-col{
        width: 33.2%;
        float: left;
        min-height:170px;
        text-align: center;
        margin:30px 0;
        border-right: 1px solid #c8c8c8;
    }
    .promo-col:last-child{
        border-right: none;
    }
    .promo-col h3{
        font-family: "orator-std",sans-serif;
        font-size: 15px;
        text-transform: lowercase;
        font-weight: bold;
    }
    .promo-col svg{
        margin:15px 0px;
    }
    .promo-col span{
        display: inline-block;
        width: 100%;
        font-family: 'Gotham-Book';
        font-size: 13px;
        text-transform: uppercase;
        padding-bottom: 5px;
    }



.page-numbers {
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    width: 32%;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;

}

.page-numbers li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    line-height: 1;
    text-decoration: none;

    font-weight: 600;

}
.page-numbers.current, a.page-numbers:hover {
    background: #d3d3d3;
}



/*
 * Animations
 */
    /* Color */
    a {
        transition: color 0.4s;
    }    

    /* Opacity */
    .browse {
        transition: opacity 0.4s;
    }

    /* Everything */
    svg path {
        transition: 0.4s;
    }
    


/* 
 * Page Structure 
 */


    #sidecart {
        position: fixed;
        width: 300px;
        bottom: 0;
        right: 0;
        top: 100px;
    }

/* 
 * Utils
 */
    .loading {
        opacity: 0.3;
    }
/*
 *	FAQ's Acordion
 */ 
.transition, .faq-acordion p, .faq-acordion ul li i:before, .faq-acordion ul li i:after {
  transition: all 0.25s ease-in-out;
}

.flipIn, .faq-acordion h1, .faq-acordion li {
  animation: flipdown 0.5s ease both;
}

.no-select, .faq-acordion h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-acordion h1 {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 3px;
  font-weight: 100;
}

.faq-acordion h2 {
  font-size: 16px;
  line-height: 34px;
  display: block;
  font-family: "orator-std",sans-serif;
  margin: 0;
  cursor: pointer;
}

.faq-acordion p {
  font-family: 'Gotham-Book';
  font-size: 13px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.faq-acordion{
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-acordion li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px solid #c8c8c8;
}
.faq-acordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-acordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq-acordion li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq-acordion li:last-of-type {
  padding-bottom: 0;
}
.faq-acordion li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 10px;
    right: 10px;
}
.faq-acordion  li i:before, .faq-acordion  li i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 9px;
}
.faq-acordion  li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq-acordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-acordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq-acordion li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-acordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-acordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}



/*
 *   Popup
 */ 

#private-popup{display: none; font-size: 13px; font-family: 'Gotham-Book';}

#room-popup{display: none;font-size: 13px; font-family: 'Gotham-Book';}
#families-popup{display: none;font-size: 13px; font-family: 'Gotham-Book';}
#contact-popup{display: none;font-size: 13px; font-family: 'Gotham-Book';padding: 10px;background: #fff;}


#free-pickup{display: none; font-size: 13px; font-family: 'Gotham-Book';}


.featherlight-inner img{
    width: 100%;
    height: auto;
}
.featherlight .featherlight-content{
    padding: 0px !important;
    overflow: auto !important;
    background: transparent !important;
}


/* 
 * Product Grid
 */
    .cat-left-col{
        float: left;
        width: 20%;
        overflow: hidden;
         
        margin-right: 5%;
    }

    .cat-right-col{
        float: left;
        width: 75%;
        overflow: hidden;
    }
    .woocommerce-breadcrumb{
        font-family: 'Gotham-Book';
        font-size: 11px; 
        margin: 20px 0 15px;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
    }
    .cat-breadcrumb{
        padding-left: 25%;
    }
    .shop-block {
        display: inline-block;
        width: 23.5%;
        vertical-align: top;
        margin: 5px 5px 50px;
        height:310px;
        position: relative;
        text-align: center;
    }
    .shop-block .image-wrap{
        height: 210px;
        width: 100%;
        line-height: 17;
    }
    .shop-block .image-wrap img{
        height: auto;
        margin: auto;
        vertical-align: middle;
        display: inline-block;
        max-height: 194px;
        margin-bottom: 5px;

    }
    .shop-block h3{
        font-family: 'Gotham-Book';
        font-size: 13px; 
        text-align: center;
        height:26px;
    }
    .shop-block .price{
        text-align: center;
        margin-top: 8px;
        font-family: 'Gotham-Book';
        font-size: 13px;
    }
    .shop-block .price .regular-price{
        text-decoration: line-through;
        margin-right: 15px;
    }    
    .shop-block .price .sale-price{
        color: red;
    }  
    .add-cart-cat{
        height: 33px;
        width: 100%;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        margin-top: 13px;
    }

    .be-notified-stock{
        height: 33px;
        width: 100%;
        background: #c8c8c8;
        color: #fff;
        border: 2px solid #c8c8c8;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        margin-top: 13px;  
    }

/* Sale Banner */

    .ribbon-wrapper {
      width: 85px;
      height: 88px;
      overflow: hidden;
      position: absolute;
      top: -3px;
      right: -3px;
    }

    .ribbon-red {
        font-family: "orator-std",sans-serif;
        text-transform: lowercase;
        font-size: 14px; 
      color: #333;
      text-align: center;
      text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform:    rotate(45deg);
      -ms-transform:     rotate(45deg);
      -o-transform:      rotate(45deg);
      position: relative;
      padding: 7px 0;
      left: -5px;
      top: 15px;
      width: 120px;
      background-color: #ff0000;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#ff0000)); 
      background-image: -webkit-linear-gradient(top, #ff0000, #ff0000); 
      background-image:    -moz-linear-gradient(top, #ff0000, #ff0000); 
      background-image:     -ms-linear-gradient(top, #ff0000, #ff0000); 
      background-image:      -o-linear-gradient(top, #ff0000, #ff0000); 
      color: #fff;
      -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
      -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
      box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    }

    .ribbon-red:before, .ribbon-red:after {
      content: "";
      border-top:   3px solid #6e8900;   
      border-left:  3px solid transparent;
      border-right: 3px solid transparent;
      position:absolute;
      bottom: -3px;
    }

    .ribbon-red:before {
      left: 0;
    }
    .ribbon-red:after {
      right: 0;
    }
    .ribbon-black {
        font-family: "orator-std",sans-serif;
        text-transform: lowercase;
        font-size: 13px; 
      text-align: center;
      text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
      -webkit-transform: rotate(45deg);
      -moz-transform:    rotate(45deg);
      -ms-transform:     rotate(45deg);
      -o-transform:      rotate(45deg);
      position: relative;
      padding: 7px 0;
      left: -5px;
      top: 15px;
      width: 120px;
      background-color: #c8c8c8;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#c8c8c8)); 
      background-image: -webkit-linear-gradient(top, #c8c8c8, #c8c8c8); 
      background-image:    -moz-linear-gradient(top, #c8c8c8, #c8c8c8); 
      background-image:     -ms-linear-gradient(top, #c8c8c8, #c8c8c8); 
      background-image:      -o-linear-gradient(top, #c8c8c8, #c8c8c8); 
      color: #fff;
      -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
      -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
      box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
    }

    .ribbon-black:before, .ribbon-black:after {
      content: "";
      border-top:   3px solid #6e8900;   
      border-left:  3px solid transparent;
      border-right: 3px solid transparent;
      position:absolute;
      bottom: -3px;
    }

    .ribbon-black:before {
      left: 0;
    }
    .ribbon-black:after {
      right: 0;
    }​


/*
 * Cart
 */


    


    table.cart-table{
        margin: 0 0 3.631em;
        border-spacing: 0;
        border-collapse: separate;
        
    }

   table.cart-table thead{
        font-size: 1em;
        text-indent: 0;
        background: #f1f1f1;
    }
    table.cart-table th{
        font-family: "orator-std";
        font-size: 16px;
        text-transform: lowercase;
    }
    table.cart-table th, table.cart-table td{
        text-align: left;
        padding: .857em 0;
    }
    table.cart-table th:first-child{
        padding-left: 1.654em;
    }
    .cart-product-quantity .buttons_added{
        position: relative !important;
    }
    .cart-border-bottom{
        border-bottom: 1px solid #f1f1f1;
    }

    .actions .coupon {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: inline-block;
        float: left;
    }
    .actions input{
        display: inline-block;
        width: auto;
        margin: 0;
    }
    .actions .cart-update{
        float: right;
        height: 33px;
        width: 150px;
        background: #c8c8c8;
        color: #000;
        border: 2px solid #c8c8c8;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }
    .actions .apply-coupon, .checkout_coupon .apply-coupon{
        height: 33px;
        width: 150px;
        background: #c8c8c8;
        color: #000;
        border: 2px solid #c8c8c8;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;       
    }
    .checkout-button {
        width: 83%;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 15px 25px;
        display: block;
        text-align: center;
    }

    #coupon_code{
        width: 150px;
        height: 30px;
        padding: 0 5px;
        font-family: 'Gotham-Book';
        font-size: 10px;

    }

    h1.heading-line {
        text-align: center;
        font-size: 1.95em;
        font-family: "orator-std";
        margin-bottom: 40px;
        text-transform: lowercase;
    }
    .heading-line:before, .heading-line:after{
        background-color: #c8c8c8;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 35.5%;
    }
    .heading-line:before {
        margin-left: -50%;
        right: 20px;
    }
    .heading-line:after{
        left: 20px;
        margin-right: -50%;
    }




    .cart_totals{
        width: 40%;
        float: right;
        margin: 0;
        clear: right;
    }
    .cart_totals h2{
        font-family: "orator-std";
        font-size: 20px;
        margin-bottom: 20px;
    }

    .cart_totals table{
        text-align: left;
        width: 100%;
        margin: 0 0 1.618em;
    }
    .cart_totals table td, .cart_totals table th{
        padding:0.575em 0;
    }

    .cart-wrapper{
        width:70%;
        float: left;
        margin-top: 20px;
    }
    .cart-collaterals{
        width: 70%;
        float: left;
        margin-bottom: 80px;
        margin-top:20px;
    }
    .cart-login{
        margin-top: 85px;
        width: 29%;
        float: right;
    }
    .cart-login img{
        margin-left:30px;
        width: 91%;
    }
    .cart-img img{
        width:auto;
        height: 100%;
        margin: auto;
        vertical-align: middle;
        display: inline-block
    }

        .shipping ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
        
    } 
/*
 * Checkout
 */

    .woocommerce-billing-fields, .woocommerce-shipping-fields{
        width: 70%;
        margin:0 auto;
    }
    .woocommerce-shipping-fields{
        margin-top: 30px;
    }
    .woocommerce-billing-fields h3{
        font-family: "orator-std";
        text-transform: lowercase;
    }
    .woocommerce-billing-fields input:not([type=checkbox]) , .woocommerce-shipping-fields input:not([type=checkbox]) {
        /*width: 150px; */ 
        height: 30px;
        padding: 0 5px;
        font-family: 'Gotham-Book';
        font-size: 13px;
        width: 75%;
    }
    #billing_address_2_field, #shipping_address_2_field{
        padding-left: 25%;
    }
    #billing_address_2, #shipping_address_2{
        width: 100%;
    }
    #s2id_billing_state, #s2id_shipping_state {
        width: 75% !important;
        display: inline-block !important; 
    }
    #ship-to-different-address label{
        width: 30%;
        font-family: "Gotham-Book";
        font-size: 13px;
        text-transform: uppercase;
    }


    #order_comments{
        width: 100%;
        height:100px;
        padding: 5px;
        font-family: 'Gotham-Book';
        font-size: 13px;
    }


    #order_review{
        width: 70%;
        margin:0 auto;
        overflow: hidden;
    }

    #order_comments_field{
        margin-top: 14px;
    }
    #order_comments_field label{
        font-family: "orator-std";
        margin-bottom: 10px;
        text-transform: lowercase;
    }

    .checkout-subtotal th, .woocommerce-checkout-review-order-table .shipping th, .checkout-order-total th {
        text-align: right;
        padding-right: 15px !important;
    }


    .woocommerce-checkout-review-order-table{
        float: left;
        text-align: left;
        width: 80%;
    }
    .woocommerce-checkout-payment{
        float: left;
        width: 100%;
    }
    .payment_method_stripe input[type=radio], .payment_method_paypal input[type=radio]{
        vertical-align: top;
        margin-top: 0px;
    }


    .woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td{
        padding: 0.575em 0;
    }


    h3#order_review_heading {
        text-align: center;
        font-size: 1.95em;
        font-family: "orator-std";
        margin-bottom: 40px;
        margin-top: 30px;
        text-transform: lowercase;
    }
    #order_review_heading:before, #order_review_heading:after{
        background-color: #c8c8c8;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 40.5%;
    }
    #order_review_heading:before {
        margin-left: -50%;
        right: 20px;
    }
    #order_review_heading:after{
        left: 20px;
        margin-right: -50%;
    }


    .payment_methods li{
        margin-bottom: 25px;

    }

    #place_order{
        width: 100%;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 15px 25px;
        display: block;
        text-align: center;
    }




    .checkout-controls {
        overflow: hidden;
    }
    .checkout-controls .switch:hover,
    .checkout-controls .switch.active {
        background: #cbcbcb;
    }
    .checkout-controls .switch {
        text-align: center;
        cursor: pointer;
        float: left;
        background: #f1f1f1;
        width: 33.33%;
        height: 150px;
    }

    .checkout label {
        display: inline-block;
        width: 25%;
    }

    .checkout .view {
        position: relative;
        float: left;
        width: 66.66%;
    }
    .checkout .subtotals {
        float: right;
    }
    .checkout input {
       

        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .select2-container  a.select2-choice {
        padding: 3px;
    }

    ul.payment_methods {
        padding: 0;
        list-style-type: none;
    }
    ul.payment_methods > li:only-child > input[type="radio"] {
        display: none;
    }
    fieldset {
        border: none;
        padding: 0;
    }

/*
 * TLH About
 */

/*
 *   Contact Page
 */

.ninja-forms-all-fields-wrap label{
    width: 24% !important;
    display: inline-block !important;
    vertical-align: top;
}
.ninja-forms-all-fields-wrap input[type=text] {
    display: inline-block;
    height: 30px !important;
    padding: 0 5px;
    font-family: 'Gotham-Book';
    font-size: 13px;
    width: 75% !important;
}
.ninja-forms-all-fields-wrap textarea{
    display: inline-block;
    padding: 0 5px;
    font-family: 'Gotham-Book';
    font-size: 13px;
    width: 75% !important;

}

#ninja_forms_field_5{
           height: 33px;
        width: 150px;
        background: #000;
        color: #fff;
        border: 2px solid #000;
        -webkit-appearance: none;
        font-family: 'Gotham-Book';
        font-size: 10px;
        text-transform: uppercase;
        cursor: pointer;
        float: right; 
}

 .contact-left{
    float: left;
    width: 48%;
    margin-right: 2%;
 }
 .contact-right{
    float: left;
    width: 50%;

 }
/*
 * Wordpress Required 
 */
	.alignleft { 
	    display: inline; 
	    float: left;
	}
	.aligncenter { 
	    clear: both; 
	    display: block; 
	    margin: 0 auto 10px auto; 
	}
	.alignright { 
	    display: inline; 
	    float: right;
	}
	img.alignleft { 
	    margin: 0 10px 10px 0;
	}
	img.alignright { 
	    margin: 0 0 10px 10px;
	}
	img.aligncenter { 
	    margin: 0 auto 10px auto;
	}
	
	.wp-caption { 
	    background: #f1f1f1; 
	    color: #888; 
	    text-align: center; 
	    margin-bottom: 15px; 
	    width: auto !important;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	}
	.wp-caption img { 
	    margin: 0px;
	}
	.wp-caption p.wp-caption-text { 
	    margin: 0 0 5px; 
	    padding: 4px; 
	    font-style: italic;
	}