/*
Theme Name:  NutriCo Child Theme
Description: Child theme for the NutriCo theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    nutrico
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

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

#second-footer ul.tm-recent-post-list>li img {
    margin-bottom: 25px;
}
#second-footer .widget_pages ul>li {
    padding: 0 0 7px 0;
}
.footer_logo img {
    max-height: 60px !important;
}

@media (min-width:768px){
    .big-noshow {
        display: none;
    }
}

@media (max-width:767px){
    .mob-noshow {
        display: none;
    }
    .big-noshow {
        display: inline;
    }
    .tm-topbar-content .tm-wrap-cell {
        display: table-cell;
    }
    .headerlogo img {
        max-height: 65px;
    }
}
@media (max-width:480px){
   .themetechmount-topbar-wrapper .tm-vc_btn3.tm-vc_btn3-size-md {
        padding: 14px 10px 14px 10px;
        font-size: 11px;
        vertical-align: top;
        line-height: 20px;
    }
    .themetechmount-topbar-wrapper:not(.tm-bgcolor-skincolor) .top-contact i {
        display:none;
    }
    .top-contact {
        font-size: 13px; 
    }
    .top-contact li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .headerlogo img {
        max-height: 60px;
    }
}
@media (max-width:400px){
    .headerlogo img {
        max-height: 40px;
        margin-left: -20px;
    }
}