/**
* Theme Name: FranchiseByte
* Text Domain: franchisebyte 
* Version: 1.0
* Requires at least: 4.7
* Requires PHP: 7.0
* Description: This Theme is Created for FranchiseByte 
* Author: The FranchiseByte Team
* Author URI: https://franchisemirror.com/
* Theme URI: https://franchisemirror.com/
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* mr css */

:root {
    --primary-color: #216da5;
    --secondary-color: #e57d45;
}


.social-media-cstm-hk{
    /* margin-bottom: 15px; */
}
.social-media-cstm-hk a{
    font-size: 25px;
}


.social-media-cstm-hk a.telegram{
    color: #0088CC;
}
.social-media-cstm-hk a.whatsapp{
    color: #46c256;
}
.social-media-cstm-hk a.facebook{
    color: #3b5998;
}
.social-media-cstm-hk a.twitter{
    color: #1DA1F2;
}
.social-media-cstm-hk a{
    padding-right: 5px;
}

h1.hk-comon-cls {
    margin-bottom: 10px !important;
}


.post-single-hk .social-media-cstm-hk{
    text-align: left !important;
    padding-bottom: 0;
}

@media (max-width: 767px){
    .brand_details_inner h1, .brand_details_inner h2 {
        padding-bottom: 0 !important;
    }
    .social-media-cstm-hk{
        text-align: center;
    }
    .social-media-cstm-hk {
        /* padding-bottom: 10px; */
        margin-bottom: 0;
    }
    .social-media-cstm-hk a {
        font-size: 30px;
    }
}

