/*
Theme Name: Wizardly Child
Description: Wizardly Child Theme
Author: Wizardly
Template: hello-elementor
Version: 1.0
*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------
============== HEADER / HERO IMAGE / NAVIGATION ================
----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button:after,
.post_single_term .term_section .term_name:after,
.cus_loop .post_name:after,
.cus_loop .e-loop__load-more a,
.sign_up_form .elementor-field-type-submit button,
.right_border a{
    position: relative;
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button:after,
.post_single_term .term_section .term_name:after,
.cus_loop .e-loop__load-more a:after,
.sign_up_form .elementor-field-type-submit button:after,
.right_border a:after{
    position: absolute;
    width: 23px;
    height: 23px;
    content: "";
    border: 1px solid #F9F9F9;
    top: -12.5px;
    right: -12.5px;
    transform: rotate(45deg);
    background: #F9F9F9;
    transition: all 0.3s;
}
.post_single_term .term_section .term_name:after,
.right_border.small_button a:after{
    width: 11px;
    height: 11px;
    top: -5.5px;
    right: -5.5px;
    background: #fff;
    border: 1px solid #fff;
    border-bottom-color: #0A2F67;
}
.post_single_term .term_section .term_name:after{
    border: none!important;

}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button:after,
.cus_loop .e-loop__load-more a:after,
.sign_up_form .elementor-field-type-submit button:after{
    width: 11px;
    height: 11px;
    top: -5.5px;
    right: -5.5px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    border-bottom-color: #C3212C;
}
.cus_loop .e-loop__load-more a:after{
    background: #fff;
    border: 1px solid #fff;
    border-bottom-color: #C3212C;
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button:after,
.cus_loop .e-loop__load-more a:hover,
.sign_up_form .elementor-field-type-submit button:after,
.right_border.small_button a:hover:after{
    border-bottom-color: #C3212C;
}

.right_border a:hover:after{
    border-bottom-color: #0A2F67;
}

.cus_loop .short_description{
    color: #100101;
    font-family: "Instrument Sans";
    font-size: 16px;

    font-weight: 400;
    line-height: 24px;
}
.cus_loop .post_name{
    padding: 10px;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 11px;
    font-weight: 500;
    line-height: 15.738px;
    /*background-color:#C3212C*/
    background-image: url('/wp-content/themes/elementor_child/assets/img/Buttons.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.cus_loop .post_name{
}
.cus_loop .post_link a{
    display: flex;
}
.cus_loop .post_link a svg{
    width: 36px;
}
.cus_loop .post_link a:hover circle{
    fill:#C3212C
}

.cus_loop .post_link a:hover svg path{
    fill:#fff
}
.cus_loop .post_tags ul li .elementor-post-info__terms-list-item{
    position: relative;

    font-size: 16px;
}
.cus_loop .post_tags ul li span.elementor-post-info__terms-list {
    display: flex!important;
    flex-wrap: wrap!important;
    row-gap: 15px!important;
    font-size: 0!important;
}
.cus_loop .post_tags ul li .elementor-post-info__terms-list-item:not(:last-child){
    margin-right: 13px;
    padding-right: 13px;
}
.cus_loop .post_tags ul li .elementor-post-info__terms-list-item:not(:last-child):after{
    position: absolute !important;
    content: "";
    width: 1px !important;
    height: 100%!important;
    top: 0;
    right: 0px !important;
    background-color: #5F5F5F;
    border: none !important;
    background: linear-gradient(90deg, #C3212C 0%, #4C2797 100%), #E4E4E4;
}
.cus_loop .post_info ul li{
    position: relative;
}
.cus_loop .e-loop-item>div,
.cus_loop .e-loop-item  {
    height: 100%;
}
.cus_loop .post_info ul li:not(:last-child):after{
    position: absolute !important;
    content: "";
    width: 5px !important;
    height: 5px !important;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    right: -13px !important;
    background-color: #5F5F5F;
    border: none !important;
    background-color: #5F5F5F;
}
.cus_loop .featured_image{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 2px;
}
.cus_loop .featured_image:after{
    padding-top: 48%;
    content: "";
    display: block;
    width:100%;
}
.cus_loop .featured_image img{
    position: absolute;
    top: 0;
    bottom: 0;
    width:100%;
    height: 100%;
    object-fit: cover;
    left: 0;
}



.image_text img{
    min-width: 57px;
}
.left_border{
    position: relative;
    overflow: hidden;
}


.left_border:after{
    position: absolute;
    width: 150px;
    height: 150px;
    background: #F9F9F9;
    top: -76px;
    content: "";
    left: -75px;
    transform: rotate(45deg);
}
.gradient_border:after{
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #C3212C 0%, #4C2797 100%);
}
.bg_blur12{
    backdrop-filter: blur(12.161731719970703px)
}
.bg_blur{
    backdrop-filter: blur(3.8px);
}
.term_section{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 25px ;
}
.term_name{
    color:  #C3212C;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
}
.term_name .line{
    display: inline-block;
    position: absolute;
    width: 1.2px !important;
    height: 100%!important;
    top: 0;
    right: -13px !important;
    border: none !important;
    /*background: linear-gradient(90deg, #C3212C 0%, #4C2797 100%), #E4E4E4;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='22' viewBox='0 0 2 22' fill='none'%3E%3Cpath d='M0.749999 0L0.749999 21.643' stroke='%23E4E4E4' stroke-width='1.5'/%3E%3Cpath d='M0.749999 0L0.749999 21.643' stroke='url(%23paint0_linear_5200_4612)' stroke-width='1.5'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5200_4612' x1='0.749999' y1='0' x2='0.749998' y2='21.643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C3212C'/%3E%3Cstop offset='1' stop-color='%234C2797'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");*/

}
.term_name:last-child .line{
   display: none;
}
.post_single_term .term_section{

    gap: 8px;
}
.post_single_term .term_section .term_name .line{
    display: none;
}
.post_single_term .term_section .term_name{
    color:  #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 11px;
    padding: 9px 10px;
    background: #0A2F67;

}
.b_500 strong{
    font-weight: 500;
}
.slide_next,
.slide_prev{
    cursor: pointer;
}

.slide_next:hover svg circle,
.slide_prev:hover svg circle{
    fill:#C3212C
}
.slide_next:hover svg path,
.slide_prev:hover svg path{
    fill:#fff
}

body:not(.elementor-editor-active) .our_platform_slider_section{
    position: absolute!important;
    left: calc(50% - 711px) !important;
    max-width: none!important;
    width: auto!important;
}
.slick-track {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.slick-slide {

    height: auto !important;
    display: flex !important;
}
.slick-slide>div {
    height: 100% !important;
}



.our_platform_slider_nav .our_platform_slider_nav_item a{
    position: relative;
    cursor: pointer;
}
.our_platform_slider_nav .our_platform_slider_nav_item.slick-current a span,
.our_platform_slider_nav .our_platform_slider_nav_item a:hover span{
    color: #DA3A42;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.our_platform_slider_nav .our_platform_slider_nav_item a:after {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #E4E4E4;
    content: "";
    width: 100%;
    left: 0;
    transition: all 0.3s;
    display: block;

}
.our_platform_slider_nav .our_platform_slider_nav_item.slick-current a:after,
.our_platform_slider_nav .our_platform_slider_nav_item a:hover:after {
    background: linear-gradient(90deg, #C3212C 0%, #4C2797 100%);

}





.platform_page.our_platform_slider .slider_item .slider_item_inner:before{
    height: 185px;
    top: auto;
    bottom: 0;
    border: none;
}

.platform_page.our_platform_slider .slider_item:after{
    position: absolute;
    width: 150px;
    height: 150px;
    background: #fff;
    top: -76px;
    content: "";
    right: -75px;
    transform: rotate(45deg);
    border:1px solid #e7e7e7;
}

.platform_page.our_platform_slider .slider_item{
    position: relative;
    overflow: hidden;
}



.prod_slide_prev,
.prod_slide_next{
    cursor: pointer;
}
.prod_slide_prev svg circle,
.prod_slide_next svg circle{
    stroke:#fff
}
.prod_slide_prev svg path,
.prod_slide_next svg path{
    fill:#fff
}
.prod_slide_prev:hover svg circle,
.prod_slide_next:hover svg circle{
    fill:#C3212C;
    stroke:#C3212C
}
.prod_slide_prev:hover svg path,
.prod_slide_next:hover svg path{
    fill:#fff
}
.prod_slider_bg_image {
    width: 800px!important;
    max-width: 800px!important;
}

.slider_left_border:after{
    position: absolute;
    width: 150px;
    height: 150px;
    background: #F9F9F9;
    top: -76px;
    content: "";
    left: -75px;
    transform: rotate(45deg);
}

.crm_cta .hsfc-Step__Content{
    padding: 0!important;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.crm_cta .hsfc-Step__Content .hsfc-Row:nth-child(2){
   order: 1;
    color:  #5F5F5F;
    font-family: "Instrument Sans";
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
    max-width: 480px;
    margin-bottom: 0!important;
    margin-top: 40px;
}
.crm_cta .hsfc-Step__Content .hsfc-Row:nth-child(2) p span,
.crm_cta .hsfc-Step__Content .hsfc-Row:nth-child(2) p{
    color:  #5F5F5F!important;
    font-family: "Instrument Sans";
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 13px; /* 118.182% */
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow {
    max-width: 155px;
    margin: 0!important;
    padding-top: 34px!important;
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button{
    padding: 12px 13px!important;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.22px;
    transform:none!important;
    border: 1px solid #C3212C!important;
    border-radius: 0!important;
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button:hover{
   background-color: #fff!important;
    color:#C3212C!important; ;
}
.crm_cta form .hsfc-Step__Content .hsfc-NavigationRow .hsfc-NavigationRow__Alerts{
   display: none!important;
}
.crm_cta form .hsfc-Step__Content .hsfc-Row:nth-child(1) .hsfc-EmailField{
    position: relative!important;
}
.crm_cta form .hsfc-Step__Content .hsfc-Row:nth-child(1) {
    max-width: calc(100% - 120px);
    margin-bottom: 0!important;
}
.crm_cta form label span,
.crm_cta form label{
    color:  #100101!important;
    font-family: "Instrument Sans"!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 24px!important;

}
.crm_cta form .hsfc-ErrorAlert{
    backdrop-filter: blur(7.164999961853027px) !important;
    font-family: "Instrument Sans"!important;
    font-size: 11px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    display: inline-block!important;
    position: absolute;
    width: max-content;
    left: 0;
    top: 100%;
}
.crm_cta form input,
.sign_up_form .elementor-field-type-email input{
    height: 53px;
    backdrop-filter: blur(7.164999961853027px) !important;
    border-radius: 2px!important;
    border: 0.72px solid #999393!important;
    background: rgba(255, 255, 255, 0.28) !important;
    box-shadow: none!important;
    color:  #5F5F5F!important;
    font-family: "Instrument Sans"!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 24px!important;
    margin: 0!important;

}
@media (min-width: 2500px) {
    .left_border{
        min-height: 35vw!important;
    }
}
@media (min-width: 3500px) {
    .left_border{
        min-height: 30vw!important;
    }
}

@media (max-width: 1550px) {
    body:not(.elementor-editor-active) .our_platform_slider_section{
        left: 0 !important;
    }
    .platform_page.our_platform_slider .slider_item:after,
    .left_border:after{
        width: 130px;
        height: 130px;
    }

}
@media (max-width: 1200px) {
    .prod_slider_bg_image {
        right: calc(50% - 0px)!important;
        transform: translateX(50%);
    }
    .our_platform_slider_section .slick-track .slider_item {

        max-width: calc(100vw - 100px);

    }
}

@media (max-width: 992px) {
    .prod_slider_bg_image {
        width: 800px!important;
        max-width: 800px!important;
        top: -5px!important;
    }
    .mobile_bg{
        background-color: #fff;
    }
}
@media (max-width: 767px) {
    .image_text .elementor-image-box-wrapper{
        display: flex;
        gap: 15px;
    }
    .hero_logo img,
    .hero_logo{
        width: auto!important;
        display: inline-block!important;
    }
    .prod_hero_text h1{
        font-size: 50px!important;
    }
    .our_platform_slider .slick-track .slider_item {

        max-width: calc(100vw - 40px);

    }


    .crm_cta .hsfc-Step__Content{

        align-items: self-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .crm_cta .hsfc-Step__Content .hsfc-Row:nth-child(2){

        margin-top: 30px;
    }

    .crm_cta form .hsfc-Step__Content .hsfc-NavigationRow {

        padding-top: 30px!important;
    }
    .crm_cta form .hsfc-Step__Content .hsfc-NavigationRow button{
        padding: 12px 13px!important;
    }

    .crm_cta form .hsfc-Step__Content .hsfc-Row:nth-child(1) {
        max-width: calc(100% - 0px);

    }
    .right_bottom_coube:after,
    .platform_page.our_platform_slider .slider_item:after,
    .left_border:after{
        width: 100px;
        height: 130px;
    }
    .platform_page.our_platform_slider .slider_item:after{
        width: 78px;
        height: 120px;
    }

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------
===================== CONTENT AREA / BODY ======================
----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------
=================== FOOTER / FOOTER WIDGETS ====================
----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------
=================== PLUGIN / PLUGIN WIDGETS ====================
----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------------------------
======================== MEDIA QUERIES =========================
----------------------------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*------------IPAD PORTRAIT-----------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}   

/*------WEIRD ONE------*/

@media only screen and (min-width: 320px) and (max-width: 900px) {


}   


/*------------IPHONE PORTRAIT-----------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {



}


@media only screen and (min-width: 320px) and (max-width: 374px) {

}

/*-----------IPAD------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px){


}

@media only screen and (max-width: 480px) and (min-width: 321px) {

}
/*------------MDPI LAPTOPS-----------*/
@media only screen and (min-width: 961px) and (max-width: 1279px) {

}

/*------------FIX MARKETS DIVIDER OVERLAPS ABOVE IPAD-----------*/
@media only screen and (min-width: 783px) and (max-width: 1200px) {


}

@media only screen and (min-width: 2000px) {

}
