/*-------------------------------------------------------
Theme Name: Bold Style
Theme URI: https://www.boldstyle.ca/
Description: A child theme template
Author: Rahul
Author URI: https://komodoinnovations.com
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

@font-face{
    font-family:'Chronicle Display';
    src:url(/fonts/chronicle-display/Chronicle-Display-Semibold.woff) format("woff");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Chronicle Display';
    src:url(fonts/chronicle-display/Chronicle-Display-Roman.woff) format("woff");
    font-weight:300;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'Chronicle Display';
    src:url(fonts/chronicle-display/Chronicle-Display-Light-Italic.woff) format("woff");
    font-weight:200;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Chronicle Display';
    src:url(fonts/chronicle-display/Chronicle-Display-Black.woff) format("woff");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'AkkuratPro';
    src:url(fonts/akkurat-pro/akkuratproregular.woff) format("woff");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:'AkkuratPro';
    src:url(fonts/akkurat-pro/akkuratprobold.woff) format("woff");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

h4{
    font-family: 'AkkuratPro';
}


.primary_nav_menu ul li a{
    font-family: 'AkkuratPro';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #2d2e2f;
}
.primary_nav_menu ul li a:hover{
    color: #FF69B4;
    opacity: 1;
}

.featured_category_article_bg{
    font-family: 'AkkuratPro';
    font-weight:400;
    height: 100vh;
}
.article_vertical_list{
    font-family: 'AkkuratPro';
    font-weight:400;
}
.featured_category_article_bg h5{
    font-family:'Chronicle Display';
    font-weight:300;
}
.article_vertical_list h5{
    font-family:'Chronicle Display';
    font-weight:300;
}
.horizontal_article_category h5{
    font-family:'Chronicle Display';
    font-weight:300;
}
.horizontal_article_category{
    font-family: 'AkkuratPro';
    font-weight:400;
}

.category_heading h2 {
    color: rgb(0, 0, 0);
    list-style-type: none;
    font-feature-settings: normal;
    line-break: auto;
    display: inline-block;
    word-break: break-word;
    background-color: rgb(255, 255, 255);
    font-size: 60px;
    line-height: 60px;
    text-transform: none;
    border-top: 8px solid rgb(0, 0, 0);
    margin: 0px 0px 24px;
    font-weight: 400;
    font-family: 'Chronicle Display';
    border-top-width: 10px;
    padding-top: 10px;
}
.featured_category_article_text_container{
    bottom: 10%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.featured_category_article_text_container h5{
    font-size: 40px;
    color: #fff;
}


.featured_category_article_text_container .category {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured_category_article_text_container p.post-meta {
    color: #fff;
    text-transform: uppercase;
}
.featured_category_article_text_container p.post-meta::before {
    width: 72px;
    background: rgb(255, 255, 255);
    margin: 32px auto;
    content: "";
    display: block;
}

.featured_category_article_bg{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

i.et_social_icon {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

ul.et_social_icons_container li {
    padding: 8px !important;
}
ul.et_social_icons_container {
    max-width: 232px;
}

@media only screen and (max-width: 767px){
    .category_heading h2{
        font-size: 36px;
    }
    .home_featured_article_heading{
        font-size: 26px;
    }
}
