@charset 'utf-8';
/*
  Theme Name: SeaFood Company Child
  Theme URI: http://seafood-company.ancorathemes.com/
  Description: SeaFood Company - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: seafood-company
  Version: 1.0.2
  Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
  Text Domain:  seafood_company
*/

@import url("../seafood-company/style.css");


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

.page_wrap > .widget_custom_post_widget {
    padding-top: 5px;
    background: #fff;
    border-top: 7px solid #1cb4a9;
    border-bottom: 7px solid #1cb4a9;
}
.page_wrap .wide-logo {
    text-align: center;
    margin: 3px 0 20px;
}
.page_wrap .top-logos {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.home .brands-column p {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 18px;
    letter-spacing: 1px;
}
.post-type-archive-product form.woocommerce-ordering {
    display: none;
}
.single-product #tab-title-description:first-child:last-child,
.single-product  #tab-description > h2 {
    display: none;
}
@media screen and (min-width: 667px) {
    .home .brands-column {
        margin-bottom: 39px;
    }
}
@media screen and (max-width: 999px) {
    .page_wrap > .widget_custom_post_widget {
        padding-left: 75px;
    }
    .page_wrap .top-logos img {
        height: 90px;
        width: auto;
    }
    .header_mobile .menu_button {
        top: -55px;
    }
    .header_mobile .logo {
        display: none;
    }
}
@media screen and (max-width: 666px) {
    .page_wrap > .widget_custom_post_widget {
        padding-left: 35px;
    }
    .page_wrap .wide-logo {
        margin-bottom: 10px;
    }
    .page_wrap .top-logos img {
        height: 50px;
    }
    .page_wrap .header_mobile .menu_button {
        left: 11px;
        top: -34px;
        width: 20px;
    }    
}
@media screen and (min-width: 1024px) {
    .top_panel_wrap .content_wrap {
        width: 1100px;
    }
}