/* add class svg_noresize to all svg with links to cancel shrinking */
.elementor-widget-image.svg_noresize a img[src$=".svg"] {
    width: auto;
}

/* reusables */

.color_red {
   color:#C60F2D; 
}

.redhighlight {
    display: inline-block;
    background-color: #C60F2D;
    padding: 12px 18px;
    border-radius: 3px;
}

.first_letter_title .elementor-widget-container .elementor-heading-title::first-letter {
    font-size: 200%;
    color: #C60F2D;
    font-weight: 700;
}

h2 .alt_title_color,
h3 .alt_title_color,
h4 .alt_title_color {
    color:#C60F2D;
}

.section_heading h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.section_heading h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.section_heading h4 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.iconic_btn .elementor-button-icon svg {
    width: 2em;
}

.iconic_btn .elementor-button-content-wrapper {
    align-items:center;
}

ul.bullet_star {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.bullet_star li {
    padding: 0;
    margin: 0;
    padding-left: 40px;
    position:relative; 
}
ul.bullet_star li:not(:last-child) {
    margin-bottom: 20px;
}

ul.bullet_star li:before {
    content: '';
    width: 21px;
    height: 21px;
    left: 0;
    top: 5px;
    position: absolute;
    display: block;
    background-image: url(/wp-content/uploads/2024/07/star-bullet.svg);
    background-repeat: no-repeat;
}


/* navigation */
.elementor .main_navi_float {
    position: fixed;
    background-color: rgba(6, 14, 50, 0);
    width:100%;
    top: 0;
    height: 100px;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    transition: all .25s linear;
}

.elementor .main_navi_float.shrink_menu {
    height: 60px;
    background-color: rgba(6, 14, 50, 0.9);
    transition: all .25s linear;
}

.elementor .main_navi_float > .e-con-inner {
    align-items:center !important;
}

.menu_desktop_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu_desktop_wrapper .menu_desktop {
    width: 80%;
}

.menu_desktop_wrapper .menu_translate {
    width: 20%;
}

.menu_desktop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row; 
    justify-content: space-between;
}

.menu_desktop ul li {
    position:relative;
}

.menu_desktop ul li.menu-item-has-children {
    padding-right:30px;
}

.menu_desktop ul li.menu-item-has-children:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    background-image: url(/wp-content/uploads/2024/07/svg-withsubmenu.svg); 
    background-size: cover;
    top: 7px;
    right: 8px;
}

.menu_desktop ul li.current-menu-item:before {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    height: 4px;
    background-color: #C60F2D;
    left: 50%;
    transform: translateX(-50%);
    bottom: -38px;
    transition: all .25s linear;
}

.shrink_menu .menu_desktop ul li.current-menu-item:before {
    bottom: -18px;
    transition: all .25s linear;
}

.menu_desktop ul li a {
    color: #fff;
}
.menu_desktop > ul > li > a {
    position:relative;
}
.menu_desktop > ul > li > a:before,
.menu_desktop > ul > li > a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 1px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.35s ease-in-out; 
}
.menu_desktop > ul > li > a:before {
    left: 0px;
    top: -5px;
}
.menu_desktop > ul > li > a:after {
    right: 0px;
    bottom: -5px;
}
.menu_desktop > ul > li > a:hover:before, 
.menu_desktop > ul > li > a:hover:after {
    opacity: 1;
    width: 100%;
}

.menu_desktop ul li.current-menu-item a {
    color: #C60F2D;
}

.menu_desktop ul li .sub-menu {
    display: none;
    width: 220px;
    position: absolute;
    padding-top: 37.5px; 
    transition: all .25s linear;
}
.menu_desktop ul li:hover .sub-menu {
    display: block; 
}
.shrink_menu .menu_desktop ul li .sub-menu {
    padding-top: 17.5px;
}



.menu_desktop ul li .sub-menu li { 
    border-top: 1px solid #fff;
    border-left: 1px solid rgba(6, 14, 50, 1);
    border-right: 1px solid rgba(6, 14, 50, 1);
    width:100%;
}

.menu_desktop ul li .sub-menu li:last-child { 
    border-bottom: 1px solid rgba(6, 14, 50, 1); 
}
 


.menu_desktop ul li .sub-menu li a {
    display: block;
    background-color: #fff;
    color:rgba(6, 14, 50, 1);
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
    width: 100%;
    transition: all .25s linear;
}

.menu_desktop ul li .sub-menu li a:hover,
.menu_desktop ul li .sub-menu li.current-menu-item a {
    background-color: #C60F2D;
    color:#fff;
    transition: all .25s linear;
} 

.menu_desktop ul .sub-menu li.current-menu-item:before {
    display: none;
}

/* language switcher */

.elementor-shortcode .menu_desktop_wrapper .trp-ls-shortcode-current-language {
    width: 100px !important;
}

.menu_desktop_wrapper .trp-language-switcher {
    position:fixed;
    top: 32.5px;
    width: 100px;
    right: 4%;
    transition: all .25s linear;
}
.shrink_menu .menu_desktop_wrapper .trp-language-switcher {
    top: 12.5px;
    transition: all .25s linear;
}
@media(min-width:1300px){
    .menu_desktop_wrapper .trp-language-switcher {
        right: 8%;
    }
}

.menu_desktop_wrapper .trp-language-switcher:focus .trp-ls-shortcode-language, 
.menu_desktop_wrapper  .trp-language-switcher:hover .trp-ls-shortcode-language { 
    padding: 0px 0px; 
    max-width:100px;
    background-color:#C60F2D;
}

.menu_desktop_wrapper .trp-language-switcher > div > a:hover {
    background-color:rgba(6, 14, 50, 1);
}

.menu_desktop_wrapper .trp-language-switcher > div {
    padding: 0px 0px;
    background-position: 80px 12px;
    background-color:#C60F2D;
    border-radius: 5px;
    border: none;
}
.menu_desktop_wrapper .trp-language-switcher > div > a  {
    padding: 7px 20px 7px 6px;
    font-size: 12px;
    color: #fff;
}




#mob_menu_icon {
    width: 40px;
    height: 32px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#mob_menu_icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mob_menu_icon span:nth-child(1) {
    top: 0px;
}  
#mob_menu_icon span:nth-child(2), 
#mob_menu_icon span:nth-child(3) {
    top: 14px;
}

#mob_menu_icon span:nth-child(4) {
    top: 29px;
}

#mob_menu_icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#mob_menu_icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mob_menu_icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mob_menu_icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


.menu_mobile_wrapper {
    width: 100%;
    display: none;
}

.menu_mobile_wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.menu_mobile_wrapper ul li {
    border-top: 1px solid rgba(10, 10, 10, 1);
    margin:0;
    padding:0;
}

.menu_mobile_wrapper ul li a {
    padding: 15px 30px;
    display: block;
    background-color: #060e32;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    transition: all .25s linear;
}

.menu_mobile_wrapper ul li:hover a {
    background-color: #00146e;
    transition: all .25s linear;
}

.menu_mobile_wrapper ul li.current-menu-item a,
.menu_mobile_wrapper ul li.current-menu-item:hover a {
    background-color: #C60F2D;
}



/*           */
/* Subpages  */
/*           */
main#content .page-header {
    display: none;
}

.st_medium_banner .e-con-inner {
    height: 540px !important;
}

.st_short_banner .e-con-inner {
    height: 320px !important;
}

/* breadcrumbs */
.breadcrumbs {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}
@media(min-width: 520px){
    .breadcrumbs {
        font-size: 20px;
    }
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #C60F2D; 
}

.breadcrumbs .chevron {
    color: #C60F2D;
}

.e-con-inner .history_listing {
    position: relative;
}

.e-con-inner .history_listing:before {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #C60F2D;
    position: absolute;
    content: '';
    left: 25px;
}

.e-con-inner .history_listing:after {
    display: block;
    position:absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #C60F2D;
    left: 16px;
    top: 0;
}

/* slide2blue_btn */
.slide2blue_btn .elementor-widget-container .elementor-button-wrapper a {
    position: relative;
    color:#fff;
    overflow: hidden;
    background-color:rgba(6, 14, 50, 1) !important;
}
.slide2blue_btn .elementor-widget-container .elementor-button-wrapper a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color:#C60F2D;
    transition: all 500ms ease;
    z-index: 1;
}
.slide2blue_btn .elementor-widget-container .elementor-button-wrapper a:hover:after {
    left: 100%;
    transition: all 500ms ease;
} 

.slide2blue_btn .elementor-widget-container .elementor-button-wrapper a .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* footer button */
.footer_button_wrapper .footer_button {
    display: flex;
    align-items: center; 
    background-color: rgba(6, 14, 50, 1);
    width: 263px;
    height: 60px;
    border: 0;
    border-radius: 60px;
    position: relative;
    overflow: hidden;
}

.footer_button_wrapper .footer_button .footer_button_label {
    font-size: 24px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    display: block;
    padding-left: 30px;
    color: #000;
    position:relative;
    z-index: 2;
    transition: color 500ms ease;
}

.footer_button_wrapper .footer_button:hover .footer_button_label {
    color: #fff;
    transition: color 500ms ease;
}



.footer_button_wrapper .footer_button .footer_button_icon_container {
    display: flex;
    position: relative;
    left: 10px;
    z-index: 2;
    transition: left 500ms ease;
}

.footer_button_wrapper .footer_button:hover .footer_button_icon_container {
    left: 150px;
    transition: left 500ms ease;
}

.footer_button_wrapper .footer_button .footer_button_icon_container .footerbtn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
}

.footer_button_wrapper .footer_button .footer_button_icon_container .footbtn__left {
    position: absolute;
    left: -160px;
    opacity: 0;
    transition: all 500ms ease;
}

.footer_button_wrapper .footer_button:hover .footer_button_icon_container .footbtn__left { 
    left: -100px;
    opacity: 1;
    transition: all 500ms ease;
}

.footer_button_wrapper .footer_button:after {
    content: '';
    position:absolute;
    width: 263px;
    height: 60px;
    display: block;
    top: 0;
    left: 0;
    border-radius: 60px;
    background-color: rgba(255, 255, 255, 1);
    transition: all 500ms ease;
    z-index: 1;
}
.footer_button_wrapper .footer_button:hover:after {
    left: 200px; 
    transition: all 500ms ease;
}

/* contactform shortcode */
.cntform_toggle_wrap {
    width: 100%;
}
.cntform_toggle {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    row-gap: 0;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 100%;
}

.cntform_toggle .cnttoggle {
    width: 100%;
}

@media(min-width: 768px){
    .cntform_toggle {
        flex-direction: row;
    }
    .cntform_toggle .cnttoggle {
        width: 50%;
    }
}

.cntform_toggle .cnttoggle a {
    width: 100%;
    display:block;
    background-color: rgba(198, 15, 45, 0);
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    padding:18px;
    border-radius: 5px;
}

.cntform_toggle .cnttoggle a.active {
    background-color: rgba(198, 15, 45, 1);
    color: #fff;
}

.steve_contform h2.cnt_form_title1,
.steve_contform h2.cnt_form_title2,
.steve_contform h2.cnt_form_title3 {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #000;
    padding:0;
    padding-left: 50px;
    margin:0;
}
.steve_contform h2.cnt_form_title2,
.steve_contform h2.cnt_form_title3 {
    margin-top: 15px;
}
.steve_contform h2.cnt_form_title1:before {
    content: '1';
    color:#fff;
    display: block;
    font-size:24px;
    line-height: 40px;
    text-align:center;
    width: 40px;
    height: 40px;
    background-color:#C60F2D;
    border-radius: 999px;
    position:absolute;
    left:0;
    top:-4px;
}
.steve_contform h2.cnt_form_title2:before {
    content: '2';
    color:#fff;
    display: block;
    font-size:24px;
    line-height: 40px;
    text-align:center;
    width: 40px;
    height: 40px;
    background-color:#C60F2D;
    border-radius: 999px;
    position:absolute;
    left:0;
    top:-4px;
}
.steve_contform h2.cnt_form_title3:before {
    content: '3';
    color:#fff;
    display: block;
    font-size:24px;
    line-height: 40px;
    text-align:center;
    width: 40px;
    height: 40px;
    background-color:#C60F2D;
    border-radius: 999px;
    position:absolute;
    left:0;
    top:-4px;
}

.gform-theme--foundation .steve_contform .gform_fields {
    row-gap: 20px;
}
.gform-theme--foundation .steve_contform .gfield {
    position: relative;
    overflow: visible;
}

.gform-theme--foundation .steve_contform .gfield .gform-field-label {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 18px;
    font-weight: 400;
}
.gform-theme--foundation .steve_contform .gfield .gform-field-label .gfield_required {
    font-size: 18px;
    font-weight: 600;
    color: #C60F2D;
}



.gform-theme--foundation .steve_contform .gfield.brief_msg textarea.large {
    min-block-size: 100px;
    font-size: 18px;
}

.gform-theme--foundation .steve_contform .gfield input.large {
    font-size: 18px;
    height: 50px;
}

.gform-theme--foundation .steve_contform .gfield select.large {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.gform-theme--foundation.steve_contform_wrapper .gform_heading .gform_required_legend {
    display: none;
} 

.gform-theme--foundation .steve_contform .gform_footer input[type=submit] {
    background-color: #C60F2D !important;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 600 !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    padding: 15px 35px !important;
    border-radius: 5px !important;
}

.gform-theme--foundation .steve_contform .gform_footer button {
    padding:0 !important;
    margin:0;
    border:0;
    background-color:transparent !important;
}

.gform-theme--foundation .steve_contform .gform_footer button .gform_button_container {
    background-color: rgba(6, 14, 50, 1) !important;
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Jost', sans-serif;
    font-weight: 600 !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;
    padding: 15px 35px !important;
    border-radius: 5px !important;
    position: relative; 
    overflow:hidden;
}

.steve_contform .gform_footer > button .gform_button_container:after {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    background-color: #C60F2D;    
    top:0;
    left:0;
    z-index: 1;
    transition: all 500ms ease;
}

.gform-theme--foundation .steve_contform .gform_footer > button:hover .gform_button_container:after {
    left:100%;
    transition: all 500ms ease;
}

.gform-theme--foundation .steve_contform .gform_footer button .gform_button_container .gform_button_label {
    position:relative;
    z-index: 2;
}


/* presskit form */
.presskit_request_form_wrapper .gform_heading .gform_required_legend {
    display: none;
}

#pum_popup_title_279 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align:center;
} 

#gform_confirmation_message_4 p {
    color: #20202DBF;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

#gform_confirmation_message_4 .dl_file-btn {
    display: block;
    margin: 0 auto;
    width: 320px;
    text-align: center;
    font-family: "Jost", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 20px;
    background-color: rgba(6, 14, 50, 1);
    color: #fff;
    border-radius: 5px;
    padding: 12px 0;
    position: relative;
    overflow:hidden;
}

#gform_confirmation_message_4 .dl_file-btn span {
    position:relative;
    z-index: 2;
}


#gform_confirmation_message_4 .dl_file-btn:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #C60F2D;
    transition: all 500ms ease;
}

#gform_confirmation_message_4 .dl_file-btn:hover:after {
    left: 100%;
    transition: all 500ms ease;
}

.formblock {
    display: none;
}

.formblock.form_active {
    display: block;
}


/* temporary newsletter */
.newsletterform_wrapper .newsletterform {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -15px;
}

.newsletterform_wrapper form.newsletterform {
    background-color:#fff;
    padding: 5px;
    border-radius: 999px;
}

div.newsletterform .gform_confirmation_message {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    padding: 12px 20px;
    border: 1px solid #fff;
}


.gform-theme--foundation .newsletterform .gform_footer {
    margin-block-start: 0;
}

.gform-theme--foundation .newsletterform .gform_body {
    flex: 1;
}

.gform-theme--framework .newsletterform .gfield_validation_message {
    position: absolute;
    bottom: -25px;
    text-align: center;
    width: 100%;
}

.gform-theme--foundation .newsletterform  .gfield input[type=email] {
    background-color: transparent;
    border-radius: 999px 0 0 999px;
    border: none;
    font-size: 18px !important;
    line-height: 18px !important;
}

.gform-theme--foundation .newsletterform .gform_footer input[type=submit] {
    border-radius: 999px !important;
    background-color: #C60F2D !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 15px 27px !important;
}


/* temporary videobox */

.imagebox_video .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content {
    padding-left: 20px;
    padding-right: 20px;
}

.imagebox_video .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 100%;
    height: auto;
}

.videotab_btn .elementor-widget-container .elementor-button-wrapper .elementor-button {
    background-color: #fff;
    color: #C60F2D;
    transition: all .25s linear;
}
.videotab_btn.btn_active .elementor-widget-container .elementor-button-wrapper .elementor-button {
    background-color: #C60F2D;
    color: #fff;
    transition: all .25s linear;
}


 
.video_listing .slick-track {
    display: flex !important; 
}

.video_listing .slick-track .slick-slide {
    height: inherit !important;
    margin-left: 10px;
    margin-right: 10px; 
}

.video_listing .slick-list {
    margin: 0 -10px;
}

.video_listing .slick-dots {
    bottom: -45px;
}

.video_listing .slick-dots li button {
    position:relative;
    height: 20px;
    width: 20px;
    border-radius: 999px;
    border: 1px solid rgba(198, 15, 45, 0);
    background-color:rgba(255, 255, 255, 0);
} 

.video_listing .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    position:absolute;
    display:block;
    top: 3px;
    left: 3px; 
    background-color: rgba(123, 171, 193, 50%);
    border-radius: 999px;
    opacity: 1;
}

.video_listing .slick-dots li.slick-active button {
    border: 1px solid rgba(198, 15, 45, 1);
    background-color:rgba(255, 255, 255, 0);
}

.video_listing .slick-dots li.slick-active button:before { 
    background-color: rgba(198, 15, 45, 1);
}

.video_listing  .video_element_container  {
    background-color:#fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
 

.vid_element .vid_thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.vid_element .vid_thumbnail a img {
    width: 100%;
    height: auto;
    display: block;
}

.vid_element .vid_meta {
    padding: 25px 20px;
}
.vid_element .vid_meta .vid_meta_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #C60F2D;
    margin-bottom: 10px;
}

.vid_element .vid_meta .vid_meta_title a {
    color: #C60F2D;
}

.vid_element .vid_meta .vid_meta_desc {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: rgba(32, 32, 45, 0.75);
}

.vidtabcontents .vidtabcontent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.vidtabcontents .vidtabcontent.tab_active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* articles and news */
.article_heading {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 0;
    align-items: center;
}

.article_heading .article_heading_left {
    display: none;
    width: 120px;
}
@media(min-width: 768px){
    .article_heading .article_heading_left {
        display: block;
    }
}


.article_heading .article_heading_right {
    flex: 1;
}

.article_meta {
    display: flex;
    flex-direction: row;
    column-gap:0;
    row-gap:0;
    align-items:center;
    margin-top: 15px;
}

.article_meta .article_meta_gravatar {
    display: block;
    margin-right:10px;

}
@media(min-width: 768px){
    .article_meta .article_meta_gravatar {
        display: none;
    }
}

.article_meta .article_meta_author {
    padding:0 15px 0 0;
    /* border-right: 1px solid #222; */
}

.news_articles .ss-inline-share-wrapper {
    display: none;
}

.news_articles .aioseo-author-bio-compact {
    display: none;
}

.article_meta .article_meta_share {
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article_meta .article_meta_share .ss-inline-share-wrapper {
    margin: 0 0 0 15px !important;
}
.article_meta .article_meta_share .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container>li {
    margin-bottom: 0;
}

/* list articles */
.list_articles {
    margin-left: -1%;
    margin-right: -1%; 
}

.list_articles + .isotope-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px; 
}

.isotope-pager a {
    display: block;
    background-color: #fff;
    color: #C60F2D;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:16px;
    font-weight:600;
    border-radius: 999px;
    border:1px solid #C60F2D;
    transition: all .25s linear;
}
.isotope-pager a:hover {
    background-color: #C60F2D;
    color: #fff;
    transition: all .25s linear;
}

.article_object {
    border: 1px solid #DEDEDE;
    padding: 20px;
    width: 100%;
    position: relative;
    margin: 0 1% 2%;
}

.article_object .article_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media(min-width: 768px){
    .article_object {
        width: 31.3333%;
    }
}

.article_object .cat_label {
    position:absolute;
    background-color:#C60F2D;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 3px;
    top: 30px;
    left: 30px; 
}

.article_object .cat_icon {
    text-align:right;
}

.article_object .cat_icon img {
    margin-top: -32px;
    margin-right: 15px;
}

.article_object .article_title .article_title_link {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.5px;
    color: #222; 
}

.article_object .article_title {
    padding-bottom: 20px;
}

.article_object .article_readmore_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
}

.article_object .article_readmore_link span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* related posts */

.related_posts_wrapper .related_posts {
    display: flex;
    flex-direction: column;
    column-gap: 2%;
    row-gap: 20px;
}

@media(min-width: 768px){
    .related_posts_wrapper .related_posts {
        flex-direction: row;
    }
}

.related_posts .related_post {
    border: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #fff;
    width: 100%;
}

@media(min-width: 768px){
    .related_posts .related_post {
        width: 33.3333%;
    }
}

.related_post .rpost_thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}

.related_post .rpost_thumbnail a img {
    width: 100%;
    height: auto;
    display: block;
}

.related_post .rpost_content {
    padding: 20px;
}

.related_post .rpost_content .rpost_title a {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.5px;
    font-weight: 500;
    color:#222;
}

.related_post .rpost_content .rpost_readmore {
    padding-top: 20px;
}

.related_post .rpost_content .rpost_readmore .rpost_readmore_link {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items:center;
}

.related_post .rpost_content .rpost_readmore .rpost_readmore_link span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}



