
/* THEME CSS START */
@font-face{
    font-family:'Playfair Display';
    src:url(https://boldtraveller.ca/wp-content/plugins/bold-style/fonts/PlayfairDisplay-VariableFont_wght.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family:'Playfair Display';
    src:url(https://boldtraveller.ca/wp-content/plugins/bold-style/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf) format("truetype");
    font-weight:normal;
    font-style:italic;
    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;
}
*/

@media (min-width: 1200px){
    .grid_article_text_container,.article_vertical_list_text_container {
        position: relative;
        background: #fff !important;
        width: calc(100% - 24px);
        align-self: flex-end;
        /*margin-top: calc(-0.625vw - 36px);
        padding: 20px 0px 0px 20px;*/
    }
}
.article_vertical_list_text_container {
    margin-bottom: 40px;
    margin-top: 15px;
}

.featured_article_category_text{
    font-family: 'Lato';
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 2.2px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}


.horizontal_article_category h5,.article_vertical_list_heading,.article_grid_heading,.home_featured_article_heading {
    font-family: 'Playfair Display' !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.bold_author_name,.bold_date_time {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}
.bold_date_time{
    color: #4c4d4e;
}
.title_divider,.title_divider_white{
    width: 100px;
    height: 2px;
    background: #AA751B;
    margin: 15px 0px;
}
.title_divider_white{
    background: #FFF;
    margin: 20px auto;
}
.featured_category_article_text_container .featured_article_category_text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 20px;
}

.featured_category_article_text_container .bold_date_time,.featured_category_article_text_container .bold_author_name {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.featured_category_article_text_container .bold_date_time{
    font-weight: 500;
}

.home_featured_article_text_container {
    margin-top: 10px;
}

.home_featured_article_heading{
    font-size: 38px !important;
}


h4{
    font-family: 'Lato';
}


.primary_nav_menu ul li a{
    font-family: 'Lato';
    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: 'Lato';
    font-weight:400;
    height: 100vh;
}
.article_vertical_list{
    font-family: 'Lato';
    font-weight:400;
}
.featured_category_article_bg h5{
    font-family:'Playfair Display';
    font-weight:300;
}
.article_vertical_list h5{
    font-family:'Playfair Display';
    font-weight:300;
}
.horizontal_article_category h5{
    font-family:'Playfair Display';
    font-weight:300;
}
.horizontal_article_category{
    font-family: 'Lato';
    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: 'Playfair 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;
    background-position: center center !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;
    }
}
/* THEME CSS END */