/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/

.mobile-eng-button {
    display: none;
}

/*css for mobile*/
@media only screen and (max-device-width: 480px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 1em;
        line-height: 20px;
        min-height: 89px;
        max-height: 200px;
        margin: 0;
        padding: .5em 0;
    }
    .herald-boxed .herald-site-content {
        max-width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .mobile-eng-button {
        position: fixed;
        z-index: 100;
        bottom: 5px;
        left: 5px;
        display: block;
    }
    .site-branding.mini {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        padding-bottom: 5px;
        background: #fff;
    }
}

/*end cdd for mobile*/



.featured_post_title {
    font-weight: bold;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    color: #000;
    background: #fff;
}
.admin-bar .herald-mobile-nav,
.admin-bar .herald-responsive-header {
    top: 46px;
    background: white;
}
.herald-responsive-header .herald-menu-popup-search {
    right: auto;
    left: 0;
    display: none;
}
.herald-slider-controls .owl-prev,
.herald-slider-controls .owl-next,
.herald-mod-wrap .herald-mod-actions a {
    font-size: 17px;
    color: white;
    border: 1px solid rgb(254, 0, 0);
    background: #fe0000;
}
.entry-readmore {
    margin-top: 20px;
}
.entry-readmore a {
    padding: 5px 10px;
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.entry-readmore a:hover {
    color: #fff;
    background: #000;
}
.herald-no-sid .herald-fa-wrapper .entry-header {
    right: 0;
    width: 100% !important;
    padding-left: 30px;
    text-align: left;
}
.herald-no-sid .herald-fa-wrapper .entry-header a {
    font-weight: normal;
    width: 100%;
    text-align: left;
}
.herald-no-sid .herald-fa-wrapper.herald-fa-3 .herald-fa-item:nth-of-type(1) .entry-title {
    width: 100%;
}
.header-left {
    left: 40px;
}
.header-left .header-options ul li {
    display: inline-block;
}
.header-left .header-options ul li.round {
    margin-right: 2px;
}
.header-left .header-options ul li.round a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.header-left .header-options ul li.square {
    margin-right: 8px;
}
.header-left .header-options ul li.square a {
    padding: 5px 10px;
    border: 1px solid #000;
}
.header-left .header-options ul li a:hover {
    color: #fff;
    background: #fe0000;
}