/**
* 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: #2948bd;
    --secondary-color: #0ec3cc;
}


.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;
}

.social-media-cstm-hk a.youtube {
    color: red;
}

.social-media-cstm-hk a.instagram .fab {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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;
    }
}