/* 
	Theme Name: Vintage Finds You
	Theme URL: http://www.exsite.ie
	Description: Website by exSite
	Author: Marco Antonio Lacerda Rodrigues
	Version: 1.0
*/

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    -webkit-appearance: none;
    border-radius: 0;
}
*:focus {
    outline: 0;
}
body {
    margin: 0;
    padding: 0;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

.aligncenter{
    margin: 0 auto;
    text-align: center;
    display: block;
}
.alignleft {
float: left;
margin-right: 20px;
display: block;
}

.alignright {
float: right;
margin-left: 20px;
display: block;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.woocommerce-checkout fieldset{
    clear: both;
}
textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*{
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

/* ==========================================================================
   Author: Marco Antonio Lacerda Rodrigues - www.exsite.ie 
   ========================================================================== */

/* ==========================================================================
   HEADER
   ========================================================================== */
header{
    z-index: 0;
    position: relative;
    
}

.head_wrap{
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10;
    height: 100vh;
}

    .top_wrap{
        width: 100%;

    }
        .logo{
            width: 205px;
            margin: 130px auto 50px;
            padding: 0;
            position: relative;
            z-index: 10;
        }
        .logo.menu_l{
            width: 140px;
            margin: 30px auto 50px;
        }
            .logo h1{
                margin: 0;
                padding: 0;
            }
                .logo h1 a{
                    background: url(images/logo_home.svg) no-repeat center;
                    background-size: 100%;
                    display: block;
                    margin: 0 auto;
                    min-height: 130px;
                    text-indent: -99999px;
                    width: 210px;
                    max-width: 100%;
                }
                .logo.menu_l h1 a{
                    min-height: 90px;
                    width: 150px;
                }
    .mid_wrap{
        display: block;
        position: relative;
        z-index: 10;
    }
        .text_header{
            display: none;
        }
        .button_top{
            text-align: center;
            width: 100%;
            position: relative;
            z-index: 10;
        }
        .button_top a{
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff;
            display: inline-block;
            padding: 10px 60px;
            line-height: 20px;
            font-family: 'Lato', sans-serif;
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 300;
        }
        .button_top a:hover {
            background-color: #fff;
            color: black;
            
        }
    .cart_troler{
        display: block;
        float: right;
        width: 170px;
        text-align: right;
        margin-right: 30px;
        margin-top: 15px;
    }
    .home a.cart-contents {
    color: #fff;
    background-image: url(images/cart.png);
    
}
    a.cart-contents {
    color: #000;
    text-decoration: none;
    font-family: 'lato', sans-serif;
    font-weight: 100;
    background-image: url(images/cart_black.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    display: block;
    background-size: contain;
    font-weight: 300 !important;
    padding: 0 25px 0 0;
}


.home .search_field{
  width: 70%;
  float: right;
  margin: 15px 18px 0 0;
  text-align: right;
}
.home .search_field form{
    width: 100%;
}
.home .search_field input[type="text"]{
    border: none;
    background: none;
    color: #fff;
    line-height: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 55%;
    opacity: 0.4;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.home .search_field input[type="text"]:focus{
    opacity: 1;
}
.home .search_field input[type="submit"]{
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    background-image: url(images/lensw.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-left: 5px
}

.home .search_field input[type="text"]:-webkit-autofill{

}
.search_field{
  width: 70%;
  float: right;
  margin: 15px 18px 0 0;
  text-align: right;
  display: none;
}
.search_field form{
    width: 100%;
}
.search_field input[type="text"]{
    border: none;
    background: none;
    color: #000;
    line-height: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    width: 55%;
    opacity: 0.4;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.search_field input[type="text"]:focus{
    opacity: 1;
}
.search_field input[type="submit"]{
    background-color: transparent;
    border: none;
    text-indent: -9999px;
    background-image: url(images/lensb.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin-left: 5px
}

.search_field input[type="text"]:-webkit-autofill{

}
/* ==========================================================================
   HEADER INTERN
   ========================================================================== */
header.intern_wrapper{
    background: #fce6da;
    z-index: 10;
    position: relative;
} 
.head_wrap.intern {
  min-height: 100%;
  background: #fce6da;
  height: 100%;
}
header.intern_wrapper .logo{
    margin: 30px auto;
}
header.intern_wrapper .logo h1 a{
    background: url(images/logo_internal.svg) no-repeat center;
    background-size: 100%;
}

header.intern_wrapper .logo.menu_l h1 a{
    background: url(images/logo_home.svg) no-repeat center;
    background-size: 100%;
}

header.intern_wrapper .nav_wrap{
    min-height: 100vh;
}
/* ==========================================================================
   SLIDER
   ========================================================================== */
.back_slider{
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.carousel_wrapper {
    height: 100vh !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

#carousel {
    max-height: 100vh;
}

.slide {
    display: block;
    float: left;
    height: 100vh;
    margin: 0 !important;
    min-width: 320px;
    position: relative;
   width: 100%;
    overflow: hidden;
}

   /* .slide img {
        height: auto;
        width: 270%;
    }*/
 
.breaking {
    display: block;
}

dt.gallery-icon {
    width: 140px;
    height: 140px;
    display: block;
    overflow: hidden;
    margin:0 auto;
}

dt.gallery-icon img {
    width: 100%;
    height: auto;
}

.wp-caption-text.gallery-caption {
    display: none;
}
    

/* =========END OF SLIDER======== */
/* ==========================================================================
   NAVIGATION 
   ========================================================================== */
/*===========================================================================
    NAVIGATION WITH TRANSICTION
    =========================================================================*/
    #menu_button{
        cursor: pointer;
        height: 38px;
        margin-top: 15px;
        margin-left: 30px;
        position: relative;
        text-align: left;
        width: 38px;
        z-index: 21;
    }
    
        #menu_button a{
            display: block;
            position: relative;
        }
        
        .burger,
        .burger:before,
        .burger:after {
            background: #7e7b75;
            position: absolute;
            top: 24px;
            left: 0px;
            width: 30px;
            height: 3px;

            transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            transform: 0.5s, top 0.5s;
            -moz-transform: 0.5s, top 0.5s;
            -webkit-transform: 0.5s, top 0.5s;
            -webkit-backface-visibility: hidden; 
        }
        
        
        
        body.home .burger,
        body.home .burger:before,
        body.home .burger:after, 
        .show_menu .burger:before,
        .show_menu .burger:after {
            background: #fff;
            z-index: 20;
        }
        
        

        .burger:before {
          top: -10px;
          left: 0;
          content: "";
        }

        .burger:after {
          top: 10px;
          left: 0;
          content: "";
        }
        
        #menu_button.menu_button_change{
            display: block;
            height: 50px;
            margin: 10px auto 0;
            width: 35px;
        }
        
        .menu_button_change .burger,
        .menu_button_change .burger:before,
        .menu_button_change .burger:after {
            height: 3px;
            width: 35px;
        }
        
        body.home .menu_button_change .burger,
        .menu_button_change .burger {
          background: none;
        }
    
        .menu_button_change .burger:before {
          top: 0;
          -webkit-transform: rotate(225deg);
          -moz-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
          transform: rotate(225deg);
        }

        .menu_button_change .burger:after {
          top: 0;
          -webkit-transform: rotate(-225deg);
          -moz-transform: rotate(-225deg);
          -ms-transform: rotate(-225deg);
          -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
        }
    

    
    .nav_wrap{
        display: none;
        min-height: 100%;
        left: 0;
        opacity: 1;
        padding: 50px 0 20px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 20;
    }
    
    .nav_wrap.show_menu{
        display: block;
    }
    
    .nav_wrap.reveal{
        background: #000;
    }
    
        nav.main_nav,
        .logo_heading{
            opacity: 0;
        }
        
        .nav_wrap.reveal nav.main_nav,
        .nav_wrap.reveal .logo_heading{
            opacity: 1;
        }
    

    
        nav.main_nav{
            text-align: center;
            /* display: table-cell; */
            /* vertical-align: middle; */
        }
        
        nav.main_nav ul{
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 75%;
        }
        
            nav.main_nav ul li{
                list-style: none;
                border-bottom: 1px solid #fff;
                padding-bottom: 5px;
                padding-top: 10px;
            }
            
                nav.main_nav ul li a{
                    color: #fff;
                    font-size: 20px;
                    line-height: 35px;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-family: 'Lato', sans-serif;
                    font-weight: 100;

                }
                
                nav.main_nav ul li a:hover,
                nav.main_nav ul li a:active,
                nav.main_nav ul li a:focus{
                    color: #aaa499;
                }
                    
                    nav.main_nav ul li ul{
                        display: none;
                    }
                    
                        nav.main_nav ul li ul li a{
                            display: inline-block;
                            color: #b9b4aa;
                            font-size: 16px;
                            text-transform: initial;
                        }
            /*================== END NAVIGATION WITH TRANSICTION ==============*/


a{  
    color: #e60771;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

a:hover{
    color: #649694;
}

.wrapper{
    
}

nav {
    padding: 7px 0 0 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

nav.open {
    padding: 5px 0;
    position: absolute;
    z-index: 20;
    background-color:rgba(0,0,0,0.6);
}

nav ul {
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
}
    nav .activator {
        float: left;
        margin: 20px 10px 0 25px;
       
    }
    nav .activator ul {
        cursor: pointer;
        display: inline-block;
        margin: 0;
        float: left;
    }
    nav .activator ul li {
        background: #fff;
        height: 2px;
        margin: 0 0 4px;
        width: 20px;
        list-style: none;
    }
    nav .activator ul li:last-child {
        margin-bottom: 0;
    }   
    nav .activator .menu_text {
        color: #FFF;
        display: inline-block;
        margin: -4px 0 0 0 ;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        line-height: 20px;
        }
    nav ul#main_menu {
        clear: both;
        display: none;
        margin-top: 0px;
        padding: 0;
        float: right;
        list-style: none;
        margin-right: 20px;
        width: 90%;
        
    }
    nav ul#main_menu li {}
        nav ul#main_menu li a {
            color: #fff;
            display: block;
            font-size: 1.1em;
            padding: 3px;
            text-transform: uppercase;
            text-decoration: none;
        }
            nav ul#main_menu li ul{
                list-style: none;
            }
                nav ul#main_menu li ul li{
                    border: none;
                }
                    nav ul#main_menu li ul li a{
                        text-transform: none;
                        padding: 1px 0 1px 35px;
                    }
        nav ul#main_menu li ul{
                list-style: none;

            }
                nav ul#main_menu li ul li{
                    border: none;
                }
                    nav ul#main_menu li ul li a{
                        text-transform: none;
                        padding: 3px 0 3px 5px;
                        font-size: 0.9em;
                    }

                    nav ul#main_menu li:hover  > ul{
                        display: inline-block;
                    }
                     nav ul#main_menu li ul.sub-menu{
                       display: none;
                        padding: 0 0 0 40px;
                        margin: 0;
                        width: 100%;
                        -webkit-box-sizing: border-box; 
                        -moz-box-sizing: border-box;   
                        box-sizing: border-box;  
                    }
                    nav ul#main_menu li:hover > ul {
                        display: inline-block;
                    }
                   nav ul#main_menu li ul li ul.sub-menu {
                    
                    display: block;
                    }
        
/* =========END OF NAVIGATION======== */

/* ==========================================================================
   HOME 
   ========================================================================== */
.wraper_home{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.vint_title{
    width: 100%;
    text-align: center;
}
.vint_title h1{
    border-top: 1px solid #f7dbcb;
    border-bottom: 1px solid #f7dbcb;
    font-family: 'Glass Antiqua', cursive;
    font-weight: 400;
    color: #000;
    font-size: 33px;
    margin: 20px auto;
    display: inline-block;
    position: relative;
}
.home .vint_title h1{
    margin: 40px auto;
    font-size: 33px;
}
.vint_title h1:before{
    content: '';
    background-image: url(images/ar_left.png);
    width: 43px;
    height: 23px;
    
    background-size: cover;
    position: absolute;
    left: -45px;
}
.vint_title h1:after{
   
    background-image: url(images/ar_right.png);
    content: '';    
    width: 43px;    
    height: 23px;    
    background-size: cover;    
    position: absolute;    
    right: -50px;
    top: 0px;
}
.poducts_category{

}
.cat_prod{
    padding: 0 30px;
}

.cat_prod ul{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.cat_prod ul li{
    max-height: 330px;
}
.cat_prod ul li a{
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    
}

.cat_prod ul li a .thumb{
    
}
.cat_prod ul li a span{
    padding: 10px 0 40px 0;
    display: inline-block;
    position: relative;
    line-height: 22px;
    
}

.cat_prod ul li a span:before{
    content: '';
    width: 22px;
    height: 1px;
    background: #fbe5d8;
    position: absolute;
    left: -33px;
    top: 21px;
}
.cat_prod ul li a span:after{
    content: '';
    width: 22px;
    height: 1px;
    background: #fbe5d8;
    position: absolute;
    right: -33px;
    top: 21px;

}
.thumb_effect {
    max-height: 254px;
    overflow: hidden;
    display: inline-block;
}

.cat_prod ul li a img{
    width: 100%;
    max-width: 320px;
    height: auto;
    opacity:1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.cat_prod ul li a img:hover {
    opacity: 0.4;
}
/* ==========================================================================
   BLOG/PRESS PAGE
   ========================================================================== */
.page .cat_title h1{
    margin: 60px auto 35px;
   
}
.blog {
    max-width: 626px;
    margin: 0px auto 20px;
    text-align: center;
    padding: 0 15px;
}
.feat_img{
    max-height: 360px;
    overflow: hidden;
}
.feat_img a img{
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.feat_img a:hover img{
    opacity: 0.7;
}
.feat_img img {
    width: 100%;
    height: auto;
}
.wrap_content{
    display: block;
    border: 1px solid #fce6da;
    padding: 10px 20px 20px;
    margin-bottom: 30px;
}
.meta_info{
    text-align: center;
    margin: 20px 0 0 0;
}
.meta_info span{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    display: block;
}
.single-post .meta_info {
  text-align: center;
  margin: 20px 0 26px 0;
}
.title_post_homed{

}
.title_post_homed a{
    display: block;
    text-decoration: none;
    font-family: 'Glass Antiqua', serif;
    color: #000;
    font-size: 25px;
}
.title_post_homed a:hover{
    color: #ffc9ab;
}
.title_post_homed h2{
    display: block;
    text-decoration: none;
    font-family: 'Glass Antiqua', serif;
    color: #000;
    font-size: 25px;
}
.excerpt_postd{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.read-side{
    float: right;
    width: 39px;
    height: 9px;
    background-image: url(images/arrow_next.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}
.read-side:hover{
    background-image: url(images/arrow_next_hover.png);
}
.pagination{
    display: block;
    width: 100%;
    margin: 10px auto 25px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: right;
    max-width: 950px;
}

.pagination span.current{
    margin: 0 10px;
    border-bottom: 1px solid #fce6da;
    display: inline-block;
}

.pagination a{
    color: #000;
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
}


/* ==========================================================================
   SINGLE POST
   ========================================================================== */
.single-post .wrapper_inter{
    max-width: 626px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}
.single-post .cat_title h1{
    margin: 60px auto 50px;
    font-size: 33px;
}
.single-post .cat_title h1:after{
    
}
.top-image{
    width: 100%;
    max-height: 360px;
    overflow: hidden;
}
.top-image img{
    width: 100%;
}
.single-post .wrapper_inter h2{
    display: block;
    text-decoration: none;
    font-family: 'Glass Antiqua', serif;
    color: #000;
    font-size: 25px;
    text-align: center;
    position: relative;
    margin: 10px 0;
    font-weight: 400;
    margin: 60px 0 10px 0;
}
.single-post .wrapper_inter h2:after{
    content: '';
    width: 80px;
    height: 1px;
    background-color: #fce6da;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -40px;
}
.single-post .gen_content {
   padding: 0 10px;
}
.single-post .gen_content p:first-child{
    font-weight: 400;
}
.wrap_single{
    display: block;
    border: 1px solid #fce6da;
    padding: 0;
    margin-bottom: 32px;
}

.single-post .back_button{
 display: block;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
.single-post .back_button a{
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}
.single-post .back_button a:hover{
     color: #ffc9ab;
}
/* ==========================================================================
   SEARCH PAGE
   ========================================================================== */
.thumb_search{
    max-width: 150px;
    float: left;
    padding: 20px;
}
.thumb_search img{
    width: 100%;
    height: auto;
}
.thumb_search a img{
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.thumb_search a:hover img{
    opacity: 0.4;
}
.search h3 a{
    text-decoration: none;
    color: #000;
    font-family: 'Glass Antiqua', serif;
    font-size: 24px;
    font-weight: 400;
}
.search h3 a:hover{
    color: #ffc9ab;
}

.error_msg{
    height: 250px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{
    background-image: url(images/bg_footer.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
   
}
.wrapper_footer{
    width: 100%;
    max-width: 950px;
    padding: 55px 15px 0;
    margin: 0 auto;
}
.elements_footer{
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    
}
span.line{
    width: 90%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    display: block;
    margin: 0 auto;
}
.elements_footer:before{
    content: '';
    background-image: url(images/deco_top_footer.png);
    position: absolute;
    width: 122px;
    height: 26px;
    top: -35px;
    left: 50%;
    display: block;
    background-size: 100%;
    margin-left: -61px;
    background-repeat: no-repeat;

}
.elements_footer:after{
    content: '';
    background-image: url(images/deco_bottom_footer.png);
    position: absolute;
    width: 122px;
    height: 26px;
    bottom: -64px;
    left: 50%;
    display: block;
    background-size: 100%;
    margin-left: -61px;
}
.news_letter{
    width: 90%;
    padding: 20px 0 25px 0;
    margin: 0 auto;
}
.news_letter label {
  text-align: center;
  width: 100%;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
#mc_embed_signup{
    padding: 15px 0 0 0;

}
#mc_embed_signup form{
    padding: 0;
}
#mc_embed_signup input#mce-EMAIL{
    float: left;
    padding: 7px 15px 4px;
    line-height: 14px;
    background-color: rgba(201 , 200 , 198, 0.8);
    border: none;
    width: 70%;
    border: 1px solid #c9c8c6;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato',sans-serif;
   
}
#mc_embed_signup input#mce-EMAIL:focus{
    border: 1px solid #fff;
}
#mc_embed_signup input::-webkit-input-placeholder{
    color: #000;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 14px;
    font-weight: 300;
} 
#mc_embed_signup input::-moz-placeholder{
    color: #000;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 14px;
    font-weight: 300;
} 
#mc_embed_signup input:-moz-placeholder{
    color: #000;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 14px;
    font-weight: 300;
} 
#mc_embed_signup input:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    line-height: 14px;
    font-weight: 300;
}
#mc_embed_signup .button{
    float: right;
    clear: none !important;
}
input#mc-embedded-subscribe {
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px 7px 15px;
  line-height: 14px;
  font-size: 14px;
  font-family: 'lato', sans-serif;
  font-weight: 300;
}
input#mc-embedded-subscribe:hover{
    background: #fff;
    color: #000;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.social{
    margin: 5px auto 0 auto;
    width: 90%;
}
.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.social ul li {
    float: left;
    padding-right: 5px;
    width: 25%;
    text-align: center;
}
.social ul li:first-child{
    text-align: left;
}
.social ul li:last-child{
    text-align: right;
    padding-right: 0;
}
.social ul li a{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}
.social ul li a:hover{
    color: #ffc9ab;
}
/* ============== NAVIGATION FOOTER ============== */
.menu_footer{
    margin: 20px 0 28px 0;
}
nav.footer_nav{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}
.footer_nav ul li{
   display: inline-block;
   margin-bottom: 8px;
}
.footer_nav ul li a{
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding: 0 6px 0 2px;
    line-height: 10px;
    display: block;
}
.footer_nav ul li a:hover{
color: #ffc9ab;
}
.footer_nav ul li:nth-child(3) a{
    border-right:none;
}
.footer_nav ul li:last-child a{
    border-right: none;
}

.wrapper_inter .footer_nav ul li:last-child a{
    border-right: none;
}
/* ============== credits FOOTER ============== */
.credits{
    width: 100%;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
.credits a{
    color: #fff !important;
    text-decoration: none;
}

.credits a:hover{
    color: #ffc9ab !important;
}
/* ==========================================================================
   INTERN PAGES
   ========================================================================== */
.wrapper_inter{
    min-width: 300px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.search-results .wrapper_inter{
    max-width: 626px;

}
.page-id-17 .wrapper_inter{
    min-width: 300px;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.page-id-162 .gen_content,
.page-id-165 .gen_content {
  margin-bottom: 30px;
}
.page-template-default .wrapper_inter{
    max-width: 600px;
}
.gen_content{
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    padding: 0 15px;
}
.gen_content img.size-full {
  width: 100%;
  height: auto;
}
.gen_content ul {
  text-align: left;
}
.page .gen_content h3{
    font-family: 'Glass Antiqua', serif;
    font-size: 18px;
    margin: 15px 0;
    font-weight: 400;
}

.page-id-17 .gen_content p:first-child{
    font-weight: 400;
}
.page-id-17 .gen_content p:last-child{
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-top: 30px;
}
.page-id-17 .gen_content p:last-child:before{
    content: '';
    border-top: 1px solid #faede4;
    position: absolute;
    width: 30%;
    left: 50%;
    margin-left: -15%;
    top: -15px;
}

.footer_nav.cat ul li a{
    color: #000;
    border-right: 1px solid #000;
}
.footer_nav.cat ul li:first-child a{
    text-transform: uppercase;
    font-weight: 400;
}
.footer_nav.cat ul li a:hover{
    color: #f7dbcb;
}
.footer_nav.cat ul li:nth-child(3) a{
    border-right: 1px solid #000;
}
.cat_title{
    width: 100%;
    text-align: center;
}
.cat_title h1{
    border-top: 1px solid #faede4;
    border-bottom: 1px solid #faede4;
    font-family: 'Glass Antiqua', cursive;
    font-weight: 400;
    color: #000;
    font-size: 33px;
    margin: 30px auto 20px;
    display: inline-block;
    position: relative;
    width: 90%;
}
.cat_title h1:before{
    content: '';
    background-image: url(images/aresco_top.png);
    width: 93px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -46px;
}
.cat_title h1:after{
    background-image: url(images/aresco_bottom.png);
    content: '';    
    width: 93px;    
    height: 20px;    
    background-size: contain;    
    position: absolute;    
    top: 45px;
    left: 50%;
    margin-left: -46px;
}
.page-template-default .cat_title h1 {
    margin: 60px auto 35px;
}

.visit_shop{
    text-align: center;
}
.visit_shop a{
    display: inline-block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px;
    border: 1px solid #535352;
    margin: 10px auto 30px;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}
.visit_shop a:hover{
    background:#f4f4f4;
    border: 1px solid #faede4;
}
/* ======================================================
   CONTACT PAGE
   ======================================================*/
 .page-id-23 .gen_content{
    text-align: center;
 }
 .page-id-23 .social_contact{
    margin: 40px auto 20px;
    max-width: 460px;
 }
 .page-id-23 .social_contact ul{
    margin:0;
    padding: 0;
    list-style: none;

 }  
 .page-id-23 .social_contact ul li{
    float: left;
    width: 25%;
    text-align: center;
 }
 .page-id-23 .social_contact ul li a{
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
 }

 .page-id-23 .social_contact ul li a:hover:before{
    content: '';
    background-image: url(images/aresco_cont.png);
    width: 81px;
    height: 17px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
 }

 .page-id-23 a,
 .page-id-165 .gen_content a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.page-id-23 a:hover,
.page-id-165 .gen_content a:hover{
    color: #ffc9ab;
}

.page-id-23 .gform_wrapper{
    max-width: 97%;
    margin: 14px auto 30px auto;
}
 .page-id-23 .regular-field input{
    width: 100% !important;
    border: none;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
 } 
 .page-id-23 .regular-field input:focus{
    border: 1px solid #ffc9ab;
 }
 .page-id-23 .regular-field label,
 .page-id-23 .regular-field span.gfield_required{
    display: none;
 }
 .page-id-23 .regular-field label{
    text-indent: -9999px;
    margin: 0 !important;
 }
.gform_wrapper ul li.gfield{
    margin-top: -15px;
}
 .page-id-23 .message-cont textarea{
    width: 100%;
    border: none;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
 }
.page-id-23 .message-cont textarea:focus{
     max-height: 200px;
     height: 200px;
     border: 1px solid #ffc9ab;
}
.page-id-23 .regular-field input:focus::-webkit-input-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .regular-field input:focus::-moz-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .regular-field input:focus:-moz-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .regular-field input:focus:-ms-input-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .message-cont textarea:focus::-webkit-input-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .message-cont textarea:focus::-moz-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .message-cont textarea:focus:-moz-placeholder{ 
     color: #ffc9ab;
}
.page-id-23 .message-cont textarea:focus:-ms-input-placeholder { 
     color: #ffc9ab;
}

.page-id-23 .gform_footer.top_label {
    text-align: center;
    margin: 0 auto;
}
.page-id-23 .gform_submit_button_1{
    background:#fae0d2;
    text-transform: uppercase;
    font-size: 20px;
    border:none; 
    padding: 10px 40px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.page-id-23 .gform_submit_button_1:hover{
    background:#fce6da;
}


/* ======================================================
   WOOCOMMERCE
   ======================================================*/
.woocommerce-result-count{
    display: none;
}
.container{
    margin: 30px 0;
}

.wrapper_item {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  height:330px;
}
.related.products .wrapper_item {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  height:180px;
}
.related.products .products li .wrapper_item figure > a {
    height: 132px;
    overflow: hidden;
    padding: 0;
    position: relative !important;
}
.archive a.button.add_to_cart_button.product_type_simple {
  display: none;
}
form.woocommerce-ordering {
    margin:20px 0 0 0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
}
select.orderby {
    border: 1px solid #fce6da;
    height: 25px;
}
.zoomContainer:before {
    content: 'Zoom';
    background-image: url(images/lens_zoom.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    background-size: 12px;
    padding-left: 16px;
    margin-left: 10px;
    position: absolute;
    top: 10px;
    color: #777474;
}
nav.woocommerce-pagination{
    position: relative;
}
/* ==========================================================================
   SINGLE PRODUCT PAGE
   ========================================================================== */
.single #container {
  max-width: 950px;
  margin: 0 auto;
}
ul.tabs {
    display: none;
}
.product_meta {
    display: none;
}
ul.tabs {
    display: none;
}
.product_meta {
    display: none;
}
.single-product .wrapper_inter{
    padding: 0 30px;
}
.single-product .cat_title h1{
    margin: 20px auto 50px;
    font-size: 22px;
    width: 100%
}
.single-product .cat_title h1:after{
    top: 30px;
}
.single-product .images {
    width: 100%;
    min-width: 244px;
    max-width: 500px;
    padding: 10px;
    background: #fef5f0;
    margin: 0 auto 15px;
}

.single-product .images img{
    width: 100%;
    max-width: 300px;
    height: auto;
}
.single-product .thumbnails.columns-3 {
    width: 100%;
    padding: 10px 0 0 0;
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
.single-product .thumbnails.columns-3 img {
    width: 100%;
    height: auto;
   
}
.single-product .thumbnails.columns-3 a {
    display: block;
    width: 33.33333333%;
    float: left;
}
.single-product .thumbnails.columns-3 a:nth-child(1) {
    padding-right:10px;
}
.single-product .thumbnails.columns-3 a:nth-child(2){
    padding-left:5px;
    padding-right:5px;
}
.single-product .thumbnails.columns-3 a:nth-child(3) {
    padding-left:10px;
}
.single-product .hidden{
    display: none;
}
.single-product div[itemprop="offers"]{

}
.single-product p.price {
  float: left;
  display: block;
  width: 50%;
  margin: 0;
  font-weight: 600;
  padding: 10px 0;
}
.single-product .short_description {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.single-product form.cart {
    display: block;
    width: 50%;
    float: left;
}
.single-product button.single_add_to_cart_button.button.alt{
    border: none;
    background-color: #fce6da;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    padding: 10px;
    border:1px solid #fce6da;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.single-product button.single_add_to_cart_button.button.alt:hover{
    background: #fff;
    border: 1px solid #fce6da;
}
.single-product a.woocommerce-main-image.zoom {
  display: block;
  text-align: center;
}
.single-product .summary.entry-summary{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    position: relative;
}
.single-product .woocommerce-tabs{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
.single-product .woocommerce-error{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: -8px 0 0 0;
    float: left;
}
.single-product .woocommerce-error li {
  font-size: 14px;
  font-weight: 300;
}
.single-product .woocommerce-error li a{
    border: 1px solid #fce6da;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    margin: 0 0 0 0;
    float: right;
    width: 50%;
    text-align: center;
    font-weight: 300;
}
.single-product .woocommerce-error li a:hover {
  background: #fce6da;
}
.single-product .short_description span {
  font-weight: 600;
}
.single-product .short_description p{
    margin: 5px 0;
    line-height: 16px;
    font-weight: 300;
}
.single-product .panel {
  text-align: left;
}
.single-product .shop_attributes tr{
    vertical-align: top;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
.single-product .shop_attributes th {
    display: block;
    float: left;
    padding: 3px 3px 0 0;
    font-weight: 600;
}
.single-product .shop_attributes td p{
    margin: 0;
    font-weight: 300;
}
.single-product .shop_attributes tr:nth-child(2) {
    float: right;
    width:50%
}
.single-product .shop_attributes tr:first-child {
    float: left;
    width:50%
}
.single-product .shop_attributes tr:nth-child(5) th {
}
.single-product p.stock.in-stock{
   display: none;
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .shipping_address label{
  display: none;
}
.woocommerce-cart .woocommerce{
    text-align: center;
}
.woocommerce-cart ul.woocommerce-error li{
    list-style: none
}
.woocommerce-cart ul.woocommerce-error li a{
    float: right;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.woocommerce-cart ul.woocommerce-error li a:hover{
    color: #ffc9ab;
}

.woocommerce-cart a.button {
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
  line-height: 17px;
  border: 1px solid #535352;
  margin: 10px auto 30px;
  text-align: center;
  font-family: 'Lato',sans-serif;
  font-weight: 300;
}
.woocommerce-cart a.button:hover {
  background: #f4f4f4;
  border: 1px solid #faede4;
}
div.pp_woocommerce a.pp_expand{
    font-size: 3em!important;
    border: 2px solid #fff;
    box-shadow: 1px 1px 0px #888888;
}
div.pp_woocommerce a.pp_expand:before{
    content: "\e024" !important;
    top: -3px;
    left: 1px;
    font-size: 0.65em;
}
div.pp_woocommerce a.pp_contract{
    border: 2px solid #fff;
    box-shadow: 1px 1px 0px #888888;
}
div.pp_woocommerce a.pp_contract:before{
    content: "\e024" !important;
    font-size: 0.5em;
    top: -2px;
}
div.pp_woocommerce div.ppt{
    margin: 0 0 0 15px;
    text-align: center;
}

/* ==========================================================================
   RELATED PRODUCTS ON SINGLE PAGE
   ========================================================================== */
.single .products{
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 20px auto 90px;
}

.single .products li{
    width: 50%;
    float: left;
}
.single .products li:nth-of-type(3),
.single .products li:nth-of-type(4),
.single .products li:nth-of-type(5){
    display: none;
}
.single .products li img{
    max-width: 120px;
    width: 100%;
    height: auto;
}
.single .products li h3{
    margin: 5px 0;
    font-weight: 400;
    height: 20px;
    overflow: hidden;    
}
.single .products li a{
    color: #000;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    padding: 130px 0px 0 0;
    width: 120px;
}
.single .products li a:hover{
    font-weight: 600;
}
.single .products li a.button.add_to_cart_button.product_type_simple{
    display: none;
}
.single .products li .wrapper_item{
    width: 100%;
}

.single .products li .wrapper_item figure{
    display: block;
    max-width: 300px;
    width: 100%;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
/* ==========================================================================
   SHOP PAGE
   ========================================================================== */
   .post-type-archive .cat_title h1{
    width: 40%;
   }

   div#content {
      max-width: 960px;
      margin: 0 auto;
    }
   .post-type-archive .products{
    list-style: none;
    margin:30px auto;
    padding: 0;
   }

   .post-type-archive .wrap_product_shop {
        width: 300px;
        height: 254px;
        overflow: hidden;
        margin: 0 auto;
    }
   .post-type-archive .products li{
    width: 100%;
    text-align: center;
    
   }

   .post-type-archive .products li a{
    display: block;
    max-width: 300px;
    margin: 0 auto;
   }

   .post-type-archive .products li a img{
    max-width: 300px;
    height: auto;
    width:100%;
    opacity:1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
   }
   .post-type-archive .products li a img:hover{
    opacity: 0.5;
   }
   .post-type-archive .products li a h3{
    padding: 20px 0 40px 0;
    display: inline-block;
    position: relative;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 300;
    margin:0;
   }
   .post-type-archive .products li a h3:before{
    content: '';
    width: 22px;
    height: 1px;
    background: #fbe5d8;
    position: absolute;
    left: -33px;
    top: 31px;
   }
   .post-type-archive .products li a h3:after{
    content: '';
    width: 22px;
    height: 1px;
    background: #fbe5d8;
    position: absolute;
    right: -33px;
    top: 31px;
   }
   .post-type-archive .products li a h3 mark{
    background: none;
   }
   /* ==========================================================================
   CATEGORY PRODUCT PAGE
   ========================================================================== */
.tax-product_cat ul.products{
    list-style: none;
    margin: 20px auto 44px;
    padding: 0;
    width: 100%;
}
.tax-product_cat .products li{
    position: relative;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
/* ===== OUT OF STOCK PRODUCT============================================= */

.tax-product_cat .products li.outofstock span{
    display: none;
}

.tax-product_cat .products li.outofstock a.product_type_simple{
    top: 294px;
    height: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.tax-product_cat .products li:first-child{
    margin: 10px auto 30px;
}
.tax-product_cat .products li img{
    max-width: 300px;
    height: auto;
    width: 100%;
}
nav.woocommerce-navigation{
    width: 100%;
    display: block;
 }
ul.page-numbers{
    float: right;
    margin: 10px 0;
    padding: 0;
}
 .page-numbers li{
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 0 10px;
 }
 .page-numbers li a{
    color: #000;
    text-decoration: none;
    display: block;
    
}
.page-numbers li .current{
     border-bottom: 1px solid #fce6da;
}
.page-numbers li a:hover{
    
}

/* ==========================================================================
   EFFECTS HOVER PRODUCT CATEGORY PAGE
   ========================================================================== */
.tax-product_cat figure.effect-bubba {
    margin: 0;
    display: inline-block;
}
.tax-product_cat figure.effect-bubba img {
    opacity:1;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.tax-product_cat figure.effect-bubba:hover img {
    opacity: 1;
}
.tax-product_cat figure.effect-bubba figcaption::before,
.tax-product_cat figure.effect-bubba figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index:2000;
}
.tax-product_cat figure.effect-bubba figcaption::before {
    bottom: 41px;
    left: 30px;
    width:240px;
    height:1px;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
/*.tax-product_cat figure.effect-bubba figcaption::after {
    top: 15px;
    left: 45px;
    width:1px;
    height:300px;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}*/
.tax-product_cat figure.effect-bubba a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    
}
.tax-product_cat figure.effect-bubba a:hover{
   
}
.tax-product_cat figure.effect-bubba h3 {
    color: #fff;
    padding-top: 80%;
    font-family: 'Glass Antiqua', cursive;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.tax-product_cat figure.effect-bubba span {
    color: #fff;
    padding: 0;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
    z-index: 2000;
}
.tax-product_cat figure.effect-bubba:hover figcaption::before,
.tax-product_cat figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.tax-product_cat figure.effect-bubba:hover h3,
.tax-product_cat figure.effect-bubba:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.tax-product_cat .bar-details{
    background-image:url(images/bg_details.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 330px;
    position: absolute;
    bottom:0;
    z-index:0;

}
/* ==========================================================================
   CART PAGE
   ========================================================================== */
.page-id-5 .wrapper_inter{
    max-width: 575px;
}
.page-id-5 .product-quantity{
    display: none;
}
.page-id-5 .shop_table{
    width: 100%;
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin: 30px auto 10px;

}
.page-id-5 .shop_table thead{
    padding: 5px;
    background-color: #faede4;
}
.page-id-5 .shop_table tr.cart_item{
    padding-top: 10px;
}
.page-id-5 .shop_table td{
    border: 1px solid #faede4;
}
.page-id-5 .shop_table td.actions{
    display: none;
    text-align: right;
    width: 20%;
    padding: 0;
}
.page-id-5 .shop_table td.actions input.button{
    border-left: 1px solid #faede4;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background: none;
    padding: 10px 20px;
    width: 40%;
     font-family: 'Lato', sans-serif ;
     font-weight: 300;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.page-id-5 .shop_table td.actions input.button:hover{
    background:#faede4;

}
.page-id-5 .shop_table .product-remove{
    width: 10%;
    text-align: center;
    font-size: 16px;
}
.page-id-5 .shop_table .product-name a,
.page-id-5 .shop_table .product-remove a{
    color: #000;
    text-decoration: none;
}
.page-id-5 .shop_table .product-name a:hover,
.page-id-5 .shop_table .product-remove a:hover{
    font-weight: 600;
}
.page-id-5 .shop_table .product-thumbnail{
    width: 20%;
    text-align: center;

}
.page-id-5 .shop_table .product-thumbnail img{
    width: 100%;
    height: auto;
    max-width: 80px;
}
.page-id-5 .shop_table .product-name{
    width: 30%;
    text-align: center;
}

.page-id-5 .shop_table .product-price,
.page-id-5 .shop_table .product-subtotal{
    width: 20%;
    text-align: center;
}

.page-id-5 .cart-collaterals table{
    width: 100%;
    font-family: 'Lato', sans-serif ;
     font-weight: 300;
     font-size: 12px;
}

.page-id-5 .cart-collaterals table a{
    color: #000;
    text-decoration: none;
}
.page-id-5 .cart-collaterals table a:hover{
    font-weight: 600;
}
.page-id-5 .cart-collaterals table th,
.page-id-5 .cart-collaterals table td{
    width: 50%;
    text-align: left;
    border: 1px solid #faede4;
    padding: 5px;
}
.page-id-5 .cart-collaterals .wc-proceed-to-checkout{
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.page-id-5 .cart-collaterals .wc-proceed-to-checkout a{
    display: block;
    padding: 10px;
    border: 1px solid #faede4;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    background: #faede4;
}
.page-id-5 .cart-collaterals .wc-proceed-to-checkout a:hover{
    background: #fff;
    border: 1px solid #faede4;
}
/* ==========================================================================
   CHECKOUT PAGE
   ========================================================================== */
.page-id-6 .wrapper_inter{
    max-width: 575px
}

.page-id-6 .cat_title{
   
}
.page-id-6 .woocommerce{
    margin-bottom: 60px;
}
.page-id-6 .title_check{
    width: 100%;
    text-align: left;
    clear: both;
}
.page-id-6 .title_check h3{
    font-family: 'Glass Antiqua', serif;

}
h3#ship-to-different-address {
  
  padding-top: 30px;
}
.page-id-6 p{
    margin: 10px 0;
}
.page-id-6 .gen_content p:last-child{
    padding: 0 !important;
}
.page-id-6 input.input-text {
  border: none;
  background: #f4f4f4;
  padding: 10px;
  width: 100%;
}

.page-id-6 input::-webkit-input-placeholder {
    color: black;
}
.page-id-6 input::-moz-placeholder {
     color: black;
}
.page-id-6 input:-moz-placeholder {   /* Older versions of Firefox */
     color: black;
}
.page-id-6 input:-ms-input-placeholder { 
     color: black;
}

.page-id-6 input.input-text:focus{
  border: 1px solid  #faede4;
  padding: 9px;
}

.page-id-6 span.select2-chosen {
    background: #f4f4f4;
    padding: 4px 0 3px;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    text-align: left;

}

.page-id-6 a.select2-choice {
    background: #f4f4f4 !important;
    border-radius: 0;
    border: none;

}
.page-id-6 p#billing_country_field label,
.page-id-6 p#shipping_country_field label{
    font-family: 'lato', sans-serif;
    font-size: 14px;
    padding: 10px 0;
    display: none;
    text-align: left;
}

.page-id-6 input#ship-to-different-address-checkbox {
  height: 20px;
  width: 20px;
  background: url(images/shipping_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  top: 3px;
}
.page-id-6 p#order_comments_field {
  display: none;
}
.page-id-6 div#order_review {
  font-family: 'lato', sans-serif;
}
.page-id-6 table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    text-align: left;
     border-spacing: 0;
    border-collapse: collapse;
}

.page-id-6 table.shop_table.woocommerce-checkout-review-order-table thead{
    background-color: #faede4;
}

.page-id-6 table.shop_table.woocommerce-checkout-review-order-table th{
    border:1px solid #faede4;
    padding: 5px;
}
.page-id-6 table.shop_table.woocommerce-checkout-review-order-table td{
    border:1px solid #faede4;
    padding: 5px;
}
.page-id-6 div#payment{
    padding: 10px;
    background: #f4f4f4;
    margin: 20px auto;
}

.page-id-6 ul.payment_methods {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
.page-id-6 ul.payment_methods label {
  border-radius: 0px;
 }


/* hide input */
.page-id-6 ul.payment_methods input[type=radio]:empty {
    margin-left: -9999px;
}

/* style label */
.page-id-6 ul.payment_methods input[type=radio]:empty ~ label {
    position: relative;
    float: left;
    line-height: 30px;
    text-indent: 50px;
    margin-top: 10px;
    cursor: pointer;
    clear: both;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-id-6 ul.payment_methods input[type=radio]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    height: 30px;
}

/* toggle hover */
.page-id-6 ul.payment_methods .payment_methods input[type=radio]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #faede4;
}

.page-id-6 ul.payment_methods input[type=radio]:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
.page-id-6 ul.payment_methods input[type=radio]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #000;
    background-color: #faede4;
}
.payment_box.payment_method_bacs,
.payment_box.payment_method_cheque,
.payment_box.payment_method_paypal{
    float: left;
}
.page-id-6 input#place_order{
    border: 1px solid #D1D3D4;
    padding: 10px 30px;
    text-align: center;
    font-weight: 300;
    background: #faede4;

}
.page-id-6 input#place_order:hover{
    background: #D1D3D4;
}
p#billing_company_field,
p#shipping_company_field{
    display: none;
}
li.payment_method_paypal img {
  display: none;
}
p#shipping_address_1_field label,
p#shipping_city_field label,
p#shipping_postcode_field label {
  display: none;
}
/* ==========================================================================
   GALERY POSTS
   ========================================================================== */
 dt.gallery-icon {
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.gallery-item {
    float: none !important;
    margin: 10px auto!important;
    text-align: center !important;
    width: 60% !important;
}
.gallery br {
    display: none !important;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ======================================================
   SLIDER 480
   ======================================================*/
.carousel_wrapper{
    height: 540px !important;
}

/* ======================================================
    HEADER 480
   ======================================================*/
.head_wrap{
    height: 100%;
    min-height: 540px;
}
.head_wrap.intern {
  min-height: 100%;
  background: #fce6da;
}

}
@media only screen and (min-width: 560px) {
  
.gallery br {
    display: block !important;
}
dt.gallery-icon {
    width: 140px;
    height: 140px;
    display: block;
    overflow: hidden;
    margin:0 auto;
}

.gallery-item {
    float: left !important;
    margin: 10px 0 0 0 !important;
    text-align: center !important;
    width: 33% !important;
}
   

}

@media only screen and (min-width: 768px) {
/* ======================================================
    HEADER 768
   ======================================================*/
.logo{
    margin: 10px 0 0 15px;
}
.cart_troler{
    display: block;
    text-align: right;
    position: relative;
    z-index: 20;
    float: right;
    margin: 25px 18px 0 0;
    width: 150px;
}
a.cart-contents{
    background-position: left;
    padding: 0;
}
.right_t{
    width: 70%;
    float: right;
}
.text_header{
    display: block;
    text-align: center;
    font-family: 'lato', sans-serif;
    color: #fff;
    font-size: 60px;
    margin-top: 85px;
    margin-bottom: 40px;
}
p.slogan_header {
    margin: 0 0 15px 0;
    line-height: 60px;
    font-weight: 100;
}
p.tagline_header {
    margin: 0;
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;}
/* ======================================================
    HEADER intern 768
   ======================================================*/

header.intern_wrapper .logo {
    margin: 10px 0 0 25px;
}
header.intern_wrapper a.cart-contents{
    color: #000;
    background-image: url(images/cart_black.png);
}

.home .search_field {
    width: 300px;
    float: right;
    margin: 23px 36px 0 0;
    text-align: right;
}
.home .search_field input[type="text"]{
    width: 100px;

}
.home .search_field input[type="submit"]{
    width: 20px;
    height: 20px;
}
.search_field {
    width: 300px;
    float: right;
    margin: 23px 36px 0 0;
    text-align: right;
    display: block;
}
.search_field input[type="text"]{
    width: 100px;
}
.search_field input[type="submit"]{
    width: 20px;
    height: 20px;
}

/* ==========================================================================
   SLIDER 768
   ========================================================================== */

    .slide img {
        width: 100% !important;
    }
/* ======================================================
    NAVIGATION 768
   ======================================================*/
#menu_button{
    display: none;
}
nav {
    padding: 0;
    position: relative;
    float: right;
    background-color: transparent;
    margin-top: 0;
    margin-right: 0; 
    width: 100%;
    z-index: 1;
}
    
        nav .activator ul ,
        nav .activator .menu_text,
        nav .activator {
            display: none;
        }
        
       
        nav ul#main_menu {
            display: inline-block;
            float: right;
            padding: 0 ;
            width:100%;
            min-width: 420px;
            margin: 14px 10px 0 0;
            text-align: right;
           }
        
            nav ul#main_menu li{
                border: none;
                display: inline-block;
                padding-left: 8px;
                padding-right: 7px;
                position: relative;
                padding-top: 10px;

            }
            nav ul#main_menu li.current-menu-item,
            nav ul#main_menu li:hover{
                background-image: url(images/bg_hover_menu.png);
                background-position: top center;
                background-size: 50px;
                background-repeat: no-repeat;

            }
           
                nav ul#main_menu li a:link,
                nav ul#main_menu li a:visited,
                nav ul#main_menu li a {
                    color: #fff;
                    margin: 0 1px;
                    padding:8px 0;
                    font-size: 18px;
                    font-weight:300;
                    line-height: 18px;
                    font-family: 'Lato',sans-serif;
                    text-transform: none;
                }
                nav ul#main_menu li a:hover,
                nav ul#main_menu > li:hover > a, 
                nav ul#main_menu li a:focus {
                    color: #fff;
                    padding: 8px 0;
                    
                }
                /*===== SUB MENU ====*/
                        nav ul#main_menu li ul.sub-menu {
                            position: relative;
                            
                        }
                        nav ul#main_menu li ul.sub-menu:after, nav ul#main_menu li ul.sub-menu:before {
                            top: -10px;
                            left: 10%;
                            border: solid transparent;
                            content: " ";
                            height: 0;
                            width: 0;
                            position: absolute;
                            pointer-events: none;
                        }

                        nav ul#main_menu li ul.sub-menu:after {
                            border-color: transparent;
                            border-bottom-color: #f2f2f2;
                            border-width: 10px;
                            margin-left: -10px;

                        }
                        
                        nav ul#main_menu li ul.sub-menu li{
                            margin-left: 0;
                        }                    
                        nav ul#main_menu li.menu-item-has-children {
                            position: relative;
                        }
                        nav ul#main_menu li.menu-item-has-children:hover ul {
                            display: inline-block;
                            z-index: 100;
                        }
                        nav ul#main_menu li.menu-item-has-children ul {
                            display: none;
                            position: absolute;
                            margin: 0;
                            padding: 10px 0 0 0;
                            list-style-type: none;
                            background: none;
                            border-top: 0px none;
                            left: 0;
                            background: #fff;
                            width: 224px;
                            text-align: left;
                        }
                        
                        nav ul#main_menu li.menu-item-has-children ul li {
                          display: block;
                          
                                           
                        }
                        nav ul#main_menu li.menu-item-has-children ul li a {
                         margin: 0;
                         padding: 10px 17px 10px 16px;
                         background: #f2f2f2;
                         color: #2b2b2b;
                         border: none;

                        }
                        nav ul#main_menu li.menu-item-has-children ul li a:hover{
                         ; 
                         color:#575555;
                         background: #fff;
                        }
/* ======================================================
    NAVIGATION INTERN 768
   ======================================================*/

             header.intern_wrapper nav ul#main_menu{
                margin: 12px 10px 0 0;
             }

            header.intern_wrapper nav ul#main_menu li.current-menu-item,
            header.intern_wrapper nav ul#main_menu li:hover{
                background-image: url(images/bg_hover_menu_black.png);
               
               

            }
           
                header.intern_wrapper nav ul#main_menu li a:link,
                header.intern_wrapper nav ul#main_menu li a:visited,
                header.intern_wrapper nav ul#main_menu li a {
                    color: #000;
                    
                }
                header.intern_wrapper nav ul#main_menu li a:hover,
                header.intern_wrapper nav ul#main_menu > li:hover > a, 
                header.intern_wrapper nav ul#main_menu li a:focus {
                    color: #000;
                    
                    
                }
/* ======================================================
    HOME 768
   ======================================================*/
.cat_prod ul li {
    width: 50%;
    float: left;
}

.home .vint_title h1{
    font-size: 35px;
}
.vint_title h1:after{
    right: -50px;
    top: 3px;
}
.vint_title h1:before{
    left: -50px;
    top: 3px;
}
/* ======================================================
    footer 768
   ======================================================*/
.wrapper_footer{
    padding: 70px 0 0 0;
}
.elements_footer:before {
  width: 200px;
  height: 43px;
  top: -50px;
  margin-left: -100px;
}
.elements_footer:after{
    width: 200px;
    height: 43px;
    bottom: -80px;
    margin-left: -100px;
}
.news_letter{
    width: 70%;
}
.news_letter label{
  width: 20%;
  float: left;
  padding-top: 20px;
  margin-right: 7px;
}
 
 #mc_embed_signup input#mce-EMAIL{
    width: 55%;
    padding: 7px 15px 4px;
 }

 input#mc-embedded-subscribe{
    padding: 8px 30px 7px 30px;
 }

.social{
    width: 40%;
    margin: 0 auto;
}
.footer_nav ul{
    max-width: 100%;
}
.credits{
    margin-top: 60px;
    margin-bottom: 20px;
}
.footer_nav ul li:nth-child(3) a{
    border-right:1px solid #fff;
}
/* ======================================================
    INTERN PAGE 768
   ======================================================*/
.cat_title h1{
    width: 70%;
}
.cat_title h1:before{
    width: 122px;
    height: 27px;
    top: -40px;
    margin-left: -61px;
}
.cat_title h1:after{
    width: 122px;    
    height: 27px;    
    top: 45px;
    margin-left: -61px;
}
.page .gen_content h3{
    font-family: 'Glass Antiqua', serif;
    font-size: 20px;
    margin: 20px 0;

}


/* ==========================================================================
   BLOG/PRESS PAGE 768
   ========================================================================== */
.meta_info span{
    font-size: 14px;
    line-height: 16px;
}
.title_post_homed a{
    font-size: 35px;
    line-height: 40px;
}
.excerpt_postd{
    font-size: 18px;
    line-height: 28px;
}

.gen_content{
    text-align: justify;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.page-id-17 .gen_content p:first-child{
   
}
.page-id-17 .gen_content p:last-child{
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-top: 30px;
    text-align: center;
}
/* ==========================================================================
   SINGLE-POST 768
   ========================================================================== */

.single-post .wrapper_inter h2{
    font-size: 35px;
    line-height: 40px;

}

.single-post .gen_content {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0 30px;
}


/* ==========================================================================
   CATEGORY PRODUCT PAGE 768
   ========================================================================== */
form.woocommerce-ordering {
    text-align: right;
}
.tax-product_cat .products li{
    width: 50%;
    float: left;
}
.tax-product_cat .products li:first-child{
    margin: 30px auto;
}
/* ==========================================================================
   SINGLE PRODUCT PAGE 768
   ========================================================================== */
.single-product .cat_title h1 {
  margin: 20px auto 50px;
  font-size: 33px;
  width: 70%;
}
.single-product .cat_title h1:after{
    top: 48px;
}
.single-product a.woocommerce-main-image.zoom{
    float: left;
}
.single-product .summary.entry-summary, 
.single-product .woocommerce-tabs{
    max-width: 490px;
    margin: 0 auto;
}
.single-product .images{
    padding: 20px;
}
.single-product .images img{
    width: 330px;
    max-width: 100%;
}
.single-product .thumbnails.columns-3 {
  float: right; 
  max-width: 120px; 
  padding: 0;
}
.single-product .thumbnails.columns-3 img{
    padding-left: 3px;
}
.single-product .thumbnails.columns-3 a{
    float: none;
    width: 100%;
    margin-bottom: 6px;
}
.single-product .thumbnails.columns-3 a:first-child {
  padding-right: 0;

}
.single-product .thumbnails.columns-3 a:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.single-product .thumbnails.columns-3 a:last-child {
  padding-left: 0;
  margin-bottom: 0;
}
.single .products{
    max-width: 500px;
}
.single .products li {
    width: 25%;
}
.single .products li:nth-of-type(3),
.single .products li:nth-of-type(4){
    display: block;
}
.single-product .shop_attributes tr:nth-child(2){
    margin-bottom: 10px;
}
.single-product .shop_attributes tr:first-child{
    margin-bottom: 10px;
}
.single-product .short_description p{
    margin:5px 0 0 0;
}
.single-product .summary.entry-summary{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.single-product .woocommerce-tabs{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
/* ==========================================================================
   SHOP PAGE 768
   ========================================================================== */
.post-type-archive .products{
    margin: 40px auto 30px;
}
.post-type-archive .products li{
    width: 50%;
    float: left;
}
/* ==========================================================================
   CART PAGE 768
   ========================================================================== */

.page-id-5 .shop_table{
    font-size: 14px;
}

.page-id-5 .cart-collaterals table{
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
}
.page-id-5 .cart-collaterals .wc-proceed-to-checkout a{
    width: 50%;
    margin: 0 auto 60px;
    font-size: 14px;
}
}
 

@media only screen and (min-width: 1024px) {
/* ======================================================
   HEADER 1024
   ======================================================*/
.head_wrap {
  height: 100%;
  min-height: 680px;
}
.head_wrap.intern {
  min-height: 100%;
  background: #fce6da;
}
.logo{
    margin: 15px 0 0 20px;
}
.cart_troler{
   
}
.right_t{
    padding: 18px 25px 0 0;
}
.text_header{
    font-size: 72px;
    margin-top: 155px;
    margin-bottom: 34px;
}
p.slogan_header {
    line-height: 72px;
}
p.tagline_header {
    line-height: 72px;
}
/* ======================================================
    NAVIGATION 1024
   ======================================================*/
            nav ul#main_menu li a:link,
            nav ul#main_menu li a:visited,
            nav ul#main_menu li a {
                margin: 0 8px;
            }
            nav ul#main_menu li.current-menu-item,
            nav ul#main_menu li:hover{
                background-size: 62px;
            }
/* ======================================================
    HOME 1024
   ======================================================*/
   .cat_prod ul li {
        width: 33.333333333%;
        float: left;
    }
    .home .vint_title h1{
        font-size: 43px;
        margin:60px 0;
    }
    .home .vint_title h1:before {
      content: '';
      width: 70px;
      height: 50px;
      left: -92px;
      top: -5px;
    }
    .home .vint_title h1:after {
      content: '';
      width: 70px;
      height: 50px;
      right: -92px;
      top: -5px;
    }
/* ======================================================
    footer 1024
   ======================================================*/
.wrapper_footer{
    padding: 120px 7px 0 7px;
}
.elements_footer:before {
  width: 330px;
  height: 71px;
  top: -80px;
  margin-left: -165px;
}
.elements_footer:after{
    width: 330px;
    height: 71px;
    bottom: -105px;
    margin-left: -165px;
}
span.line{
    width: 100%;
}
.news_letter{
   padding: 20px 0 45px 0;
}
.news_letter label{
  font-size: 18px;
}
 #mc_embed_signup input#mce-EMAIL{
  width: 54.5%;
  line-height: 18px;
  padding: 7px 15px 7px;
}

#mc_embed_signup input::-webkit-input-placeholder{
    line-height: 18px;
    font-size: 18px;    
} 
#mc_embed_signup input::-moz-placeholder{
   line-height: 18px;
    font-size: 18px;   
} 
#mc_embed_signup input:-moz-placeholder{
   line-height: 18px;
    font-size: 18px;   
} 
#mc_embed_signup input:-ms-input-placeholder {
   line-height: 18px;
    font-size: 18px;   
}
#mc_embed_signup .button{
    float: right;
    clear: none !important;
}
input#mc-embedded-subscribe {
  padding: 8px 35px 7px 35px;
  line-height: 18px;
  font-size: 18px;
}
.social{
    width: 46%;
}
.social ul li a{
    font-size: 18px;
}
.footer_nav ul{
    max-width: 100%;
}
.credits{
    margin-top: 95px;
    margin-bottom: 30px;
}
.footer_nav ul li a{
    font-size: 18px;
    line-height: 16px;
    padding: 0 10px 0 6px;
}
.footer_nav ul li:nth-child(3) a{
    border-right:1px solid #fff;
}

.menu_footer {
  margin: 45px 0 25px 0;
}

.wrapper_inter .menu_footer{
    margin: 60px 0 25px 0;
}
/* ==========================================================================
   BLOG/PRESS PAGE 1024
   ========================================================================== */
.blog{
    margin: 0px auto 50px;
    padding: 0;
}

.page .cat_title h1{
    margin: 107px auto 70px auto;
}
/* ==========================================================================
   SINGLE-POST 1024
   ========================================================================== */
.single-post .back_button{
    margin-bottom: 60px;
}
.single-post .wrapper_inter {
   padding: 0;
}
.single-post .wrapper_inter h2{
    margin: 107px 0 10px 0;
}

/* ==========================================================================
   INTERN PAGES 1024
   ========================================================================== */
.wrapper_inter{
    min-width: 300px;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.page-id-162 .gen_content,
.page-id-165 .gen_content {
    margin-bottom: 60px;
}
.page-id-165 .gen_content p:last-child {
  font-size: 18px !important;
  padding:0 !important;
}
.page-template-default .cat_title h1 {
  margin: 107px auto 70px;
}
.gen_content{
    font-size: 18px;
    line-height: 28px;
}
.page .gen_content h3{
    font-family: 'Glass Antiqua', serif;
    font-size: 25px;
    margin: 30px 0 20px;

}
.page-template-default .gen_content p:last-child{
    font-size: 20px;
    
}
.visit_shop a{
    font-size: 18px;
    margin: 10px auto 67px;
}
.single-post .cat_title h1{
   margin: 107px auto 70px;
   font-size: 50px;
}
.cat_title h1{
    width: 70%;
    font-size: 50px;
    margin: 50px auto 30px;
}
.cat_title h1:before{
    width: 140px;
    height: 30px;
    top: -40px;
    margin-left: -70px;
}
.cat_title h1:after{
    width: 140px;    
    height: 30px;    
    top: 60px;
    margin-left: -70px;
}
/* ==========================================================================
   CONTACT PAGE 1024
   ========================================================================== */
.page-id-23 .gform_wrapper{
    margin: 14px auto 60px auto;
}
/* ==========================================================================
   CATEGORY PRODUCT PAGE 1024
   ========================================================================== */
.tax-product_cat .products li{
    width: 33.3333333333%;
    float: left;
    margin: 15px auto;
}
.tax-product_cat .products li:first-child{
    margin:15px auto;
}

/* ==========================================================================
   SINGLE PRODUCT PAGE 1024
   ========================================================================== */
.single-product .cat_title h1 {
  margin: 50px auto 80px;
  font-size: 50px;
}
.single-product .cat_title h1:after{
    top: 60px;
}
.single-product .summary.entry-summary{
    font-size: 18px;
    float: right;
    max-width: 390px;
}
.single-product .woocommerce-tabs{
    font-size: 18px;
    float: right;
    max-width: 390px;
    margin-bottom: 50px;
}
.single-product .short_description p{
    line-height: 22px;
}
.single-product .images{
    float: left;
}
.single .products{
    max-width: 660px;
    clear: both;
    margin: 20px auto 60px;
}
.single .products li{
    width: 20%;
}
.single .products li:nth-of-type(3),
.single .products li:nth-of-type(4),
.single .products li:nth-of-type(5){
    display: block;
}
.single-product .short_description {
  min-width: 287px;
}
/* ==========================================================================
   SHOP PAGE 1024
   ========================================================================== */
.post-type-archive .products li{
    width: 33.3333333333%;
    float: left;
}
/* ==========================================================================
   CHECK OUT PAGE 1024
   ========================================================================== */

p#billing_first_name_field, 
p#billing_address_1_field, 
p#shipping_country_field,
p#billing_postcode_field,
p#billing_email_field, 
p#shipping_first_name_field, 
p#shipping_address_1_field, 
p#shipping_postcode_field,
p#billing_country_field
 {
    width: 47%;
    float: left;
}
p#postcode_field, 
p#billing_last_name_field, 
p#billing_address_2_field, 
p#billing_phone_field, 
p#billing_state_field, 
p#shipping_last_name_field, 
p#shipping_address_2_field, 
p#shipping_city_field,
p#shipping_state_field,
p#billing_city_field  {
    width: 47%;
    float: right;
}
.woocommerce-shipping-fields {
  clear: both;
}
}

/* Slider Heights
================== */
@media only screen and (max-width: 519px) { .slide img {  height:640px!important;}}
@media only screen and (min-width: 520px) { .slide{height: 540px !important;}.slide img { width:160%!important;}}
@media only screen and (min-width: 620px) { .slide img { width:140%!important;}}
@media only screen and (min-width: 960px) { .carousel_wrapper { height: 600px!important;} .slide img { width:100%!important;}}
@media only screen and (min-width: 1024px) { .slide{height: 680px !important;} .carousel_wrapper { height: 680px!important;} .slide img { width:105%!important;}}



@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
