/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.1.0.1637723340
Updated: 2021-11-24 03:09:00

*/

/* Global*/
/* .container {
    padding-left: 0px;
    padding-right: 0px;
} */

/* .grid-container {
    padding-left: 0px;
    padding-right: 0px;
} */

.nm-topics-section,
.nm-topic-header {
    padding-left: 0px;
    padding-right: 0px;
}

.site-content .content-area {
    width: 100% !important;
}

.nm-no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.nm-btn {
    margin: 0px auto !important;
}

.nm-btn a {
    border: 3px solid #D9645A !important;
    color: #D9645A !important;
    background: transparent !important;
    padding: 5px 25px !important;
    font-weight: 500 !important;
}

.nm-btn a:hover {
    color: #fff !important;
    background: #D9645A !important;
}

.nm-p {
    margin-bottom: 0px;
}


/* Header */
.main-navigation .main-nav>ul {
    margin-right: 140px;
}

#primary-menu .menu-item a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* #primary-menu a:not(:last-child)::after { content: ","; }
#primary-menu a:last-child::after { content: "."; } */

#primary-menu .menu-item a::after {
    content: '/';
    margin-left: 10px;
}

#primary-menu .menu-item:last-child a::after {
    content: '';
}

#primary-menu .menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px !important;
    padding-left: 5px !important;
}

#primary-menu .menu-item ul li a {
    font-size: 16px;
}

#primary-menu .menu-item ul li a::after {
    content: '';
}

.main-navigation ul ul {
    width: 240px;
}

/* Search */
.is-popup-search-form form {
    width: 40%;
}

.is-search-form input {
    padding-left: 30px !important;
    height: 45px !important;
    border-radius: 5px !important;
}

.nm-search-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    fill: #a9a1a1;
}

.is-form-style input.is-search-submit,
.is-search-icon {
    height: 45px !important;
    border-radius: 5px !important;
    font-size: 18px !important;
}

/* Home */
.nm-header .uagb-section__overlay,
.nm-newslatter .uagb-section__overlay {
    width: 102% !important;
    margin-left: -15px !important;
}

.nm-title {
    font-size: 30px;
}

.nm-title svg {
    height: 25px !important;
    width: 25px !important;
}

/* .nm-home-tab-title{
    margin-top: 50px;
} */
.nm-tab-home {
    width: 85%;
    margin: 0px auto;
    /* margin-top: 50px; */
}

.nm-tab-home .uagb-tabs__body-wrap {
    border: none !important;
}

.nm-tab-home .uagb-tab {
    border: none !important;
}

.nm-tab-home .uagb-tab a {
    text-decoration: none;
    border-right: 1px solid #aaa !important;
    padding: 0px 15px;
}

.nm-tab-home .uagb-tabs__panel li:last-child a {
    border-right: none !important;
}

.nm-tab-home .uagb-column__inner-wrap {
    padding-top: 0px;
}

.nm-btn-home {
    margin-top: 30px !important;
}

/* Mailchimp */
.nm-mail-chimp {
    text-align: center;
}

.nm-mail-chimp .email {
    padding: 4px 15px 6px !important;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    color: #817878;
    height: 44px !important;
    width: 80%;
}

.nm-mail-chimp .button {
    padding: 5px 10px;
    background: #D9645A;
    color: #fff;
    border: 1px solid #D9645A;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: .7s;
    margin: 0px auto;
    margin-top: 10px;
    position: relative;
    margin-left: -106px;
}

.nm-mail-chimp .button:hover {
    background: transparent;
    color: #D9645A;
}

/* Topics */
.nm-topic-header {
    width: 98%;
}

.nm-topic-heaer-title {
    background: #F7F6F6;
    padding: 26px;
    /* font-family: "Nunito", sans-serif; */
}

.nm-topic-heaer-title p {
    margin-bottom: 0px;
}

.nm-topics-section .inside-article {
    padding: 0px !important;
}

.nm-topics-section .paging-navigation {
    text-align: center;
    margin-left: 10px;
    width: 98%;
}

.nm-topics-section .paging-navigation .nav-links>* {
    padding: 5px 10px;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.nm-topics-section .paging-navigation .nav-links:first-child {
    padding-left: 5px !important;
}

.nm-topics-section .paging-navigation .nav-links>*:hover {
    color: #F15A29;
}

.nm-display-flex {
    display: flex;
}

/* Topics Post*/
.nm-post-area {
    background: #fff;
    padding: 40px;
    /* margin: 0px 20px 20px -10px; */
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
}

.nm-topics-title {
    margin-top: 25px;
    margin-bottom: -10px;
}

.nm-post-area a {
    /* font-family: "Nunito", sans-serif; */
    text-decoration: none;
    /* color: #212d45; */
    font-size: 22px;
    font-weight: 600;
}

.nm-post-area a:hover {
    text-decoration: none;
    /* color: #F15A29; */
}

.nm-topics-img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* Single */
.nm-topic-single-main-container {
    max-width: 1500px !important;
}

.nm-topic-single-container {
    width: 100%;
    /*     display: inline-block; */
    /*     position: relative; */
    /*margin: 20px 0px 20px 25px;*/
    margin-top: 20px;
}

.nm-topic-single-container .inside-article {
    padding: 0px 0px 40px;
}

.nm-topic-single-container .inside-article header {
    margin-bottom: 25px;
}

.nm-topic-single-container .inside-article .featured-image img {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
}

/* .nm-topic-single-container .inside-article .featured-image{
	display: none !important;
} */

.nm-tags-topics-single {
    list-style: none;
    text-align: center;
    margin: 20px 0px 0px;
    display: none;
}

.nm-tags-topics-single li {
    display: inline-block;
    margin: 5px;
}

.nm-tags-topics-single li a {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: #D9645A;
}

.nm-tags-topics-single li a {
    color: #fff !important;
}

/* Related post */
.nm-topic-related-container {
    width: 75%;
}

.nm-related-title {
    /* margin-bottom: -20px !important; */
    margin-left: 175px;
}

/* .nm-topic-related{} */
.nm-topic-related span {
    font-size: 15px;
}

.nm-related-img-div div,
.nm-releted-post-img {
    width: 100% !important;
    height: 165px !important;
    border-radius: 10px !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

.nm-topic-related-post-link {
    display: block;
    /* color: #212d45; */
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}

/* Latest post */
.nm-topics-latest {
    text-align: center;
    width: 100%;
}

.nm-topics-latest .nm-topic-related-post-link {
    margin-top: 15px;
    margin-bottom: 0px;
}

.nm-topics-latest .nm-releted-post-img {
    border-radius: 0px;
}

.nm-topics-latest span {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 600;
}


/* Sidebar */
.widget-area .widget {
    padding: 20px;
    /* background: #F7F6F6 !important; */
}

.widget p {
    margin-bottom: 0px;
}

.widget-title {
    margin-bottom: 20px;
    font-weight: 500;
}

.nm-follow-twitter {
    text-decoration: none;
    text-align: center !important;
    display: block;
    /* border: 1px solid #F15A29; */
    /* color: #F15A29 !important; */
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.nm-follow-twitter svg {
    fill: #00aced;
    margin-left: 5px;
    margin-top: -2px;
}

/* .nm-follow-twitter:hover{
    background: #F15A29;
    color: #fff !important;
} */

.cptshare .nm-widget-title {
    margin-bottom: 10px !important;
}

.nm-widget-title {
    margin-bottom: -50px !important;
}

.nm-widget-title .uagb-icon-list__source-wrap {
    display: inline-block;
    margin-right: 10px !important;
    vertical-align: middle;
}

.nm-widget-title .uagb-icon-list__label-wrap {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
    top: 5px;
}

.nm-mail-chimp-widget .email {
    width: 95% !important;
}

.is-right-sidebar {
    width: 32%;
}

/* .inside-right-sidebar {
    border-left: 1px solid #f5f5f5;
} */

.nm-topic-single-main-container .is-right-sidebar {
    width: 100% !important;
}

.nm-sidbar-table .is-left-sidebar {
    /*     width: 25%;
    display: inline-block;
    float: left; */

    width: 100%;
}

.nm-sidbar-table {
    position: fixed;
    background: #fff;
    width: 360px;
}

/* .nm-sidbar-table .inside-left-sidebar aside:nth-child(1),
.nm-sidbar-table .inside-left-sidebar aside:nth-child(2),
.nm-sidbar-table .inside-left-sidebar aside:nth-child(3){
    position: fixed;
}
.nm-sidbar-table .inside-left-sidebar aside:nth-child(2){
    top: 360px;
}

.nm-sidbar-table .inside-left-sidebar aside:nth-child(3){
    top: 430px;
} */

.nm-topic-post-link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.nm-topic-post-link:last-child {
    border: none !important;
}

/* .nm-topic-post-link:hover{
    color: #F15A29;
} */

#lpwtoc_widget-1 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.lwptoc:first-child {
    margin-top: 0px !important;
}

.lwptoc_itemWrap {
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
}

/* Contact */
.nm-social-icon a {
    padding: 0px !important;
}

.nm-form-btn {
    display: block !important;
    background: #D9645A !important;
    color: #fff !important;
    padding: 5px 10px !important;
    width: 100% !important;
}

/* Social */
/* .theChampSharingRound i{
    background: #212d45 !important;
} */

/* footer */
#menu-footer-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #212d45;
}

#menu-footer-menu li a:hover {
    color: #D9645A;
}

.post-type-archive-topics .footer-widgets,
.home .footer-widgets {
    display: none;
}



.copyright-bar span,
.copyright-bar a {
    font-size: 14px;
}



.vk-social-share {background: #f8faff;border: 1px solid #d3dce6;border-radius: 4px;padding: 30px 30px;margin: 5px;}
/*.vk-social-share .share-icon {margin-top: 7%;}*/
.vk-social-share .vote-wrapper span {text-align: center;display: block;}
.vk-social-share .vote-wrapper .vote-up,
.vk-social-share .vote-wrapper .vote-down {display: inline-block;padding: 10px;margin: auto;width: 50%;float: left;}
.vk-social-share .vote-wrapper .vote-up {text-align: center;width: 30%;margin-left: 20%;}
.vote-container {margin: auto;display: block;width: 100%;text-align: center;margin-top: 10px;}
.vk-social-share .addtoany_shortcode {
    display: block !important;
}

.pld-like-dislike-wrap .pld-common-wrap {margin-right: 10px;}
.pld-common-wrap {display: inline-block;min-width: 50px;}
.pld-common-wrap > a.pld-like-dislike-trigger {text-decoration: none;box-shadow: 0 0 0 !important;border-bottom: 0;}
.pld-like-dislike-wrap.pld-custom img {max-width: 30px;display: inline-block;vertical-align: top;}

.liked_topic {margin: auto;text-align: center;display: none;}   
.liked_topic span {font-size: 20px;}
.liked_topic .addtoany_shortcode {margin: 20px;}    

.disliked_topic{display: none;}
.disliked_topic .disliked-massage p {font-size: 24px;font-weight: 600;margin-bottom: 10px;}
.disliked_topic .rate-share-form textarea {background: #fff;border: 1px solid #ddd;margin: 5px auto;border-radius: 5px;}
.vk-social-share p.success {color: #008000;font-size: 22px;text-align: center;text-decoration: underline;}
.url_block p {margin-bottom: 10px;}
.url_block p a {display: block;text-decoration: none;font-size: 16px;line-height: 30px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
body.single-topics .nm-sidbar-table {width: 90% !important;}

.vk_about-author {border: 1px solid #d9645a;margin: 5% 5px;}
.vk_about-author h2 {background: #D9645A;color: #fff;padding: 2%;font-size: 20px;text-align: center;text-transform: uppercase;margin: 0;}
.vk_about-author p {padding: 2%;}
.vk_about-author .image img {margin: 15px;border: 1px solid #ddd;border-radius: 50%;padding: 5px;height: 100px;width: 100px !important;margin: auto;text-align: center;display: block;}
.vk_about-author .image h3 {text-align: center;margin: auto;font-size: 18px;color: #d9645a;font-weight: 600;width: 100%;margin-bottom: 10px;margin-top: 20px;}
 
 .vk-social-share p.social-row {text-align: center;margin-bottom: 0;}
 .vk-social-share button#tweet-btn {background: transparent;color: #D9645A;border-bottom: 1px solid #D9645A;padding: 0;}
  

#template-vk1 .cm_cat-heading .image {width: 200px;height: 200px;background: #03a9f4;vertical-align: middle;text-align: center;display: flex;align-items: center;justify-content: center;border-radius: 4px;flex-shrink: 0;pointer-events: none;margin-right: 32px;transition: all .2s ease-in;}
#template-vk1 .cm_cat-heading .image img{width: 80%;}
#template-vk1 .cm_cat-heading h1.card-title {font-size: 36px;line-height: 54px;color: rgb(217 100 90);font-weight: 500;}
#template-vk1 .row.cm_cat-list {padding: 5%;background: #f7f7f7;margin-top: -4%;box-shadow: 0px 0px 10px 1px rgb(217 100 90 / 15%);border-radius: 15px;}
#template-vk1 .row.cm_cat-list .index-list .topic_list span {width: 36px;height: 36px;display: inline-flex;background-color: #ddd;border-radius: 100%;color: #808080;font-size: 16px;line-height: 24px;align-items: center;justify-content: center;flex-shrink: 0;font-weight: 600;margin-right: 12px;text-align: center;vertical-align: middle;}
#template-vk1 .row.cm_cat-list .index-list ul li a {text-decoration: none;color: #808080;}
#template-vk1 .row.cm_cat-list .index-list ul li {margin-bottom: 15px;position: relative;}
#template-vk1 .row.cm_cat-list .index-list ul li a:hover {color: rgb(217 100 90 / 80%);}
#template-vk1 .row.cm_cat-list .index-list h2 {color: #fff;background-color: #D9645A;font-size: 28px;font-weight: 500;padding: 10px 20px;position: relative;text-transform: none;    letter-spacing: -.04em;border-radius: 12px 12px 0 0;margin-bottom: 20px;}
#template-vk1 .row.cm_cat-list .index-list {background: #fff;padding-bottom: 20px;border-radius: 10px;border: 1px solid #D9645A;margin-bottom: 25px;}
#template-vk1 .row.cm_cat-list .index-list ul {list-style: none;}
#template-vk1 .row.cm_cat-list .index-list.bottom-content {border: 0px solid #D9645A;padding: 25px;}
#template-vk1 .row.cm_cat-list .index-list.bottom-content ul {list-style: inherit;width: 90%;}
#template-vk1 .row.cm_cat-list .index-list.bottom-content h2 {background-color: transparent;color: #000;font-weight: 600;margin-bottom: 5px;}
#template-vk1 .row.cm_cat-list .index-list.bottom-content hr {background-color: #9e9e9e;width: 80%;margin: 40px auto;}
#template-vk1 ul.list-group li a {text-decoration: none;}
#template-vk1 ul.list-group.list-group-flush {margin-left: 0;}
.page-template-table-index-template-php div#footer-widgets {display: none;}

#template-vk2.table-content-main .nm-sidbar-table p.ez-toc-title {color: #fff;background-color: #D9645A;padding: 5px 15px;font-size: 18px;font-weight: 500;padding: 5px 15px;position: relative;text-transform: none;letter-spacing: -.04em;border-radius: 12px 12px 0px 0px;margin-bottom: 0px;}
#template-vk2.table-content-main .nm-sidbar-table ul {list-style: none;margin: 5px 30px;}
#template-vk2 li.ez-toc-heading-level-3 a {text-decoration: none;font-size: 16px;color: #333;}
#template-vk2 a.ez-toc-link.ez-toc-heading-1 {color: #333;text-decoration: none;font-size: 16px;font-weight: 600;}
#template-vk2 main.nm-topic-single-container {margin-top: 0;margin-left: 25px;}
#template-vk2 h1.entry-title {font-size: 38px;font-weight: 700;}
#template-vk2 ul.ez-toc-list.ez-toc-list-level-1 {margin: 20px;}
#template-vk2 li.ez-toc-heading-level-3 {position: relative;}
#template-vk2 .table-content-main {border-top: 1px solid #ddd;padding-top: 30px;}
#template-vk2 .table-content-main .nm-sidbar-table .is-left-sidebar {display: none;}
#template-vk2 .nm-sidbar-table {width: 360px;margin-left: 0;margin-top: 0;}

#template-vk2 .nm-sidbar-table div#ez-toc-container nav ul {display: block !important;}
#template-vk2 .nm-sidbar-table .ez-toc-title-toggle {display: none;}
#template-vk2.table-content-main .nm-sidbar-table p.ez-toc-title{display: block;}
#template-vk2 .nm-sidbar-table div#ez-toc-container{    padding: 0;}
.home div#footer-widgets, .page div#footer-widgets {display: none;}
#template-vk1 .cm_cat-heading .image img {width: 100%;}

@media screen and (max-width: 600px) {
    .vk-social-share {padding: 10px 10px;margin: 10px;}
    .vk-social-share .share-icon {margin: 7% auto;width: 100%;text-align: center;}
    .home .container.grid-container {padding-left: 0;padding-right: 0;}
    .home .nm-header .uagb-section__overlay,
    .home .nm-newslatter .uagb-section__overlay {width: 100% !important;margin-left: 0px !important;}

  #template-vk1 .row.cm_cat-list {padding: 5% 1%;}
  #template-vk1 .row.cm_cat-list .index-list h2{font-size: 18px;}
  #template-vk1 .row.cm_cat-list .index-list ul li a {font-size: 14px;line-height: 14px;}
  #template-vk1 .row.cm_cat-list .index-list ul li {margin-bottom: 2px;}
  #template-vk1 .row.cm_cat-list .index-list.bottom-content ul {margin-left: 15px;}
  #template-vk1 .row.cm_cat-list .index-list.bottom-content {padding: 5px;}

  #template-vk2 main.nm-topic-single-container {margin-left: 0;}
  #template-vk2 .nm-sidebar-left-right {display: block;}
  #template-vk2 .nm-sidbar-table {position: static;background: #fff;width: auto;margin-bottom: 30px;}
  #template-vk2 li.ez-toc-heading-level-3 a {font-size: 14px;}
}

/* @media screen and (max-width: 1380px) {
    .nm-sidbar-table{
        width: 325px;
    }
} */
@media screen and (max-width: 1030px) {
    .nm-tab-home {
        width: 100%;
    }

    .nm-topic-related-container {
        width: 100%;
    }

    .nm-related-title {
        margin-left: 0px;
    }
}

@media screen and (max-width: 780px) {
    .site-content .content-area {
        width: 100% !important;
    }

    /* Header */
    .nm-seperator-header {
        height: 30px !important;
    }

    .is-popup-search-form form {
        width: 75%;
    }

    /* Tab */
    .nm-tab-home .uagb-tabs__panel {
        /* flex-direction: unset !important; */
        /* margin: 0px !important; */
        max-width: 75% !important;
    }

    .uagb-block-ad7b4870 .uagb-tabs__panel .uagb-tab span {
        font-weight: 400 !important;
    }

    /* .nm-tab-home .uagb-tabs__body-wrap{
        max-width: 100% !important;
    } */

    /* Topics */
    .nm-post-area {
        padding: 10px;
    }

    /* Sidebar */
    .is-right-sidebar {
        width: 100% !important;
    }

    .nm-widget-title {
        margin-bottom: -30px !important;
    }

    .nm-topic-related {
        margin-top: 30px;
    }

    /* Footer */
    .footer-widgets-container {
        padding: 10px 20px 40px;
    }
}

@media screen and (max-width: 420px) {
    /* Home */
    /* tab */
    /* .nm-home-tab-title{
        margin-bottom: -30px !important;
    } */

    .nm-header-details {
        font-size: 18px !important;
    }

    /* .nm-tab-home {
        margin-top: -5px !important;
    } */

    .uagb-tabs__body {
        margin-top: 10px !important;
    }

    /* .nm-tab-home .uagb-columns__inner-wrap{
        display: block !important;
    }
    
    .nm-tab-home .uagb-columns__inner-wrap .uagb-column__wrap{
        width: 100% !important;
    }
    */

    .nm-tab-home .uagb-columns__wrap {
        padding: 0px !important;
    }

    .nm-tab-home figure {
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .uagb-tabs__wrap .uagb-tabs__body-container {
        padding: 5px !important;
    }

    .uagb-block-7285872e .uagb-column__inner-wrap {
        padding: 5px !important;
    }

    .nm-tab-home .uagb-tabs__panel {
        max-width: inherit !important;
        display: block !important;
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile {
        flex-direction: column !important;
    }

    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
        display: block !important;
        margin-left: 30px !important;
    }

    .nm-tab-home ul li a span {
        font-size: 14px !important;
    }

    .nm-tab-home ul li {
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
    }

    .nm-tab-home .uagb-tab a {
        border: none !important;
    }

    .nm-topic-single-container {
        width: 100%;
        margin-left: 0px;
    }

    .nm-mail-chimp .email {
        font-size: 16px;
    }

    .nm-sidebar-left-right {
        display: none;
    }

    .inside-right-sidebar {
        border: none;
    }

    .nm-sidbar-table .is-left-sidebar {
        width: 100%;
    }

    .nm-topic-single-container .inside-article {
        padding: 0px;
    }

    .nm-related-title {
        margin-bottom: -40px !important;
    }

    .nm-topics-latest {
        margin-top: -30px;
    }

    /* 	contact */
    .nm-contact-space {
        height: 30px !important;
    }
}


/*conversation-section*/
.social-link-section .social-col .wp-block-image img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.social-link-section {
    padding: 0 15%;
}

.social-col {
    padding: 20px 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0px 8px 12px rgb(2 30 84 / 6%);
    transition: all 0.5s;
}

.social-col:hover{
    transform: scale(1.08);
    background: #f2f2f2;
}

.social-col .wp-block-heading {
    margin-top: 10px;
    color: #575760;
    font-size: 25px;
    margin-bottom: 0;
}

#social-title{
    margin: 40px 0 40px 0;
}

#social-title .wp-block-heading{
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #1e73be;
}    
@media (max-width: 1024px){
	.social-col {
	    margin: 0 auto 30px;
	}
}
@media (max-width: 520px){
    #social-title .wp-block-heading {
    text-align: center;
    font-size: 34px;
}
}

/*right sidebar sticky*/
.nm-topic-single-main-container .is-right-sidebar {
    width: 100% !important;
    position:sticky;
    top:0;
}



