/*
 Theme Name:   Legenda Child
 Theme URI:
 Description:  Legenda Child Theme
 Author:       75nineteen
 Author URI:   http://75nineteen.com
 Template:     legenda
 Version:      1.0.0
*/

@import url("../legenda/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

h3.addon-name {
    float: none;
    clear: both;
    font-size: 1.387em;
}

.top-bar .social-links a:link, .top-bar .social-links a:visited {
    color: #8e8e8e;
}

.top-bar .social-links a:hover {
    color: #e2b913;
    text-decoration: none;
}

.show-top-panel-text {
    color: #999;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    left: 45%;
    position: absolute;
    right: 42%;
    transition: all 0.2s ease-in-out 0s;
}

.show-top-panel-text:hover {
    color: #e2b913;
}

.top-panel .top-panel-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
}

.top-panel h6,
.top-panel h5,
.top-panel h4,
.top-panel h3,
.top-panel h2,
.top-panel h1,
.top-panel a {
    color: white !important;
}
.top-panel h6:hover,
.top-panel h5:hover,
.top-panel h4:hover,
.top-panel h3:hover,
.top-panel h2:hover,
.top-panel h1:hover,
.top-panel a:hover {
    color: white !important;
}

div.content div.post-images {
    float: left;
    padding: 0 10px 10px 0;
}

.footer-wrap {
    background: none repeat scroll 0 0 transparent;
    /*margin: 0 -3.631em;*/
    padding: 0 3.631em;
}

#footer-widgets.col-3 .block {
    width: 29%;
}

#footer-widgets .block {
    float: left;
    margin-right: 3.8%;
}

.widget_text {
    margin-bottom: 2.618em;
}

.widget_text:first-child h3 {
    border-top-width: 0;
    padding-top: 0;
}

.widget_text h4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e8e4e3;
    border-image: none;
    border-style: double;
    border-width: 1px 0 4px;
    color: #39302d;
    font-family: "Open Sans",sans-serif;
    padding: 0.618em 0;
}

.responsive-switcher {
    margin-bottom: 50px;
}

.fix:before, .fix:after, .col-full:before, .col-full:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
}

.fix:after, .col-full:after {
    clear: both;
}

#footer-widgets {
    border-top: 0 none;
    padding: 3.631em 50px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .page-wrapper .header .menu-label {
        display: none;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .page-wrapper .header .shopping-cart-widget {
        width: 100% !important;
        text-align: center !important;
    }

    .page-wrapper .header .menu-icon {
        left: 0 !important;
    }

    .page-wrapper .header .menu-label {
        font-size: 8px;
        font-weight: bold;
        margin-top: 18px;
    }

    .page-wrapper .sidebar-position-without .products-grid.product-count-5 .product:nth-child(n) {
        width: 50%;
        text-align: center;
    }

}

/* Thin Displays */
@media (min-width: 330px) and (max-width: 420px) {
    /*.slider-container {
        margin-bottom: -120px;
        margin-top: 30px;
    }*/
}

@media (max-width: 480px) {
    h3.product-name {
        word-wrap: normal;
        font-size: 13px;
    }
    .slider-container {
        /*margin-bottom: -190px;
        margin-top: 15px;*/
    }

    .top-bar div.search .search-link{
        font-size: 0;
    }

    .top-bar div.search a.search-anchor {
        cursor: pointer;
        display: inline-block;
        height: 12px;
        width: 12px;
    }

    .page-wrapper .header .shopping-cart-widget {
        z-index: 1;
    }

    .top-bar div.container div.row-fluid > div,
    .top-bar div.container div.row-fluid > a,
    .top-bar div.container div.row-fluid div.social-links a {
        z-index: 10;
    }
}

div.woocommerce a.about_paypal {
    display: block;
}