/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront
Template: storefront
Author: WooThemes
Author URI: https://woocommerce.com/

Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!

Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options

Version: 2.2.5.1506596716
Updated: 2017-09-28 11:05:16

*/
body,
button,
input,
textarea,
h1,
h2,
h3,
h4,
p,
.dslc-cpt-post-excerpt,
.dslc-cpt-post-meta,
.dslc-blog-post-excerpt,
.dslc-blog-post-meta {
    font-family: "Titillium Web", Helvetica, Arial, sans-serif !important;
    line-height: 1.618;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 100 !important;
}

p,
.dslc-cpt-post-excerpt,
.dslc-cpt-post-meta,
.dslc-blog-post-excerpt,
.dslc-blog-post-meta  {
    font-size: 1.1em !important;
    color: #333333 !important;
}

.dslc-cpt-post-title h2 a {
    font-size: 1.4em !important;
}

.dslc-text-module-content {
    font-size: 1.4em !important;
}

.dslc-text-module-content p {
    font-size: 0.8em !important;
}

.dslc-blog-post-meta-avatar {
    display: none !important;
}

.col-full {
    max-width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    box-sizing: content-box;
}

.primary-navigation {
    padding: 20px;
}

.post {
    padding: 20px;
}

.site-info {
    padding: 20px !important;
}

.storefront-breadcrumb {
    padding: 20px;
}

.home.page:not(.page-template-template-homepage) .site-header {
    margin-bottom: 0px !important;
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.site-footer {
    padding: 0px;
}

.site-info {
    padding: 1.618em 0
}

.feature-element {
    margin-bottom: 3px;
}

.pdfemb-poweredby {
    display: none !important;
}

.lang-item {
    list-style: none;
    display: inline;
}

/* Mailchimp */
input[type="email"] {
    height: 50px;
    transition: all 0.2s linear;
    width: 100%;
}

.main-navigation ul.menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* add padding to content */
.entry-content {
    padding: 0px;
}

/* prevent feature image appear on post */
.attachment- {
    display: none !important;
}

/* expand the width for bigger screen */
@media only screen and (min-width: 768px) {
    .woocommerce {
        padding: 0px 10px;
    }
    .woocommerce-active .site-header .main-navigation {
        width: 100%;
    }
    .woocommerce-active .site-header .site-branding img {
        max-width: 40%; /* Adjust this percentage up or down to make the logo larger or smaller. */
    }
}

