/*
Theme Name: logistik Child 
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on Logistic.
Author: InquiryHub
Author URI: [Your website URL or leave it blank]
Template: logistik
Version: 1.0
*/

/* Custom styles go below this line */

.header-logo {
    padding-bottom: 28px !important;
}
.hero-style1 .btn-group{
    display:none !important;
}
.breadcumb-title{
    font-size:36px !important;
}
.blog-comment-area .inner-title{
    display:none !important;
}
h3{
    font-size:28px !important;
}
.wp-block-search__inside-wrapper {
    display:flex !important;
}
.themeholy-menu-wrapper .mobile-logo{
    background-color:unset !important;
    padding-left: 12px;
    padding-right: 12px;
}

.blog-author-meta {
	padding: 40px;
    background: #f4f4f4 !important;
	margin-left: 0px !important;
}

.blog-author-meta-left img {
    border-radius: 50%;
}