/*
Theme Name: ProfoundMMO
Theme URI: https://profoundprojects.com/
Author: Profound Projects
Author URI: https://profoundprojects.com/
Description: 
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: profoundmmo
Tags: blog, news, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, style-variations, template-editing, theme-options, threaded-comments, translation-ready, 
*/
/* Apply smooth scrolling behavior to the entire page */
html {
    scroll-behavior: smooth;
  }
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
:root{
    --wp--preset--font-family--concourse-t3:Concourse T3,sans-serif;
}
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    overflow-x: hidden;
}
.wp-site-blocks{
    padding-top: 0;
    padding-bottom: 0;
}
header .wp-block-navigation ul{
    gap: 20px;
}
footer #is-style-default a{
    padding-left: 0;
}
.home-slider,.home-hero{
    position: relative;
    overflow: hidden;
}
.home-ps{
    position: relative;
}
.event-datetime,.event-location,.cta,.single-event .entry-content,.single-post .entry-content{color:#10536B;}
.home-ps1 {
    position: absolute;
    top: -202px;
    left: -126px;
    opacity: 0;
    transition: all .5s ease;
}
.home-ps1.ps-view{
    opacity: 1;
}
.home-slider{
    flex-direction: row!important;
    gap: 0px!important;
}
.home-slider .content-slider h3,.home-slider .content-slider h2{
    margin: 0;
}
.content-slider-item-wrap{
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
}
.home-slider-ps1{
    position: absolute;
    bottom: -1px;
    left: calc(50% - 1px);
}
.site-header{
    position: relative;
    top: unset;
    width: 100%;
    color: var(--wp--preset--color--text-2);
    transition: all .5s ease;
}
.home-hero::after {
    content: '';
    position: absolute;
    bottom: 47px;
    display: inline-block;
    left: 50%;
    width: 1px;
    max-height: 58px;
    background: #fff;
    min-height: 58px;
}
body.home .site-header{
    color: #fff;
    position: fixed;
}
body:not(.home) .site-header{
    padding: 6px!important;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 4px 0px;
}
body.home .site-header:not(.fixed) .page-logo,body:not(.home) .home-logo,body.home .site-header.fixed .home-logo{
    display: none;
}

body.home .home-logo{
    display: none;
}

body:not(.home) .logo-blue,body.home .site-header.fixed .logo-blue{
    display: none;
}

header .wp-block-navigation__responsive-container-open span{
    display: none !important;
}
.btn-arrow a::after{
    content: '';
    background-image: url('./assets/img/arrow.svg');
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
}
.wp-block-button__link {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.home-ps2{
    position: absolute;
    bottom: 21px;
    right: -1px;
}
.content-slider-item-wrap p{
    font-size: 16px;
}
footer a:where(:not(.wp-element-button)){
    color: #fff;
    text-decoration: none;
}
.content-slider-item-wrap ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.content-slider-item-wrap ul li {
    width: 50%;
    font-size: 18px;
    line-height: 39px;
}
.wp-block-navigation .wp-block-navigation-item__content{
    font-size: 16px;
    
}
.wp-block-navigation .wp-block-navigation-item__content:hover{
    text-decoration: none;
}
.site-header.fixed{
    position: fixed;
    padding: 6px!important;
    box-shadow: rgb(0 0 0 / 15%) 0px 2px 4px 0px;
    background-color: #fff;
    top: 0px;
}
body.admin-bar .site-header.fixed{
    top: 32px;
}
.site-header.fixed .wp-block-navigation .wp-block-navigation-item__content{
    color: var(--wp--preset--color--text-2);
}
.wp-block-navigation .wp-block-navigation-item__content::after{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 90%;
    height: 1px;
    background: #fff;
    -webkit-transform: scaleX(0) translateX(-50%);
    -ms-transform: scaleX(0) translateX(-50%);
    transform: scaleX(0) translateX(-50%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
footer .wp-block-navigation .wp-block-navigation-item__content::after{
    content: none;
}
.wp-block-navigation .wp-block-navigation-item__content:hover:after, .wp-block-navigation .current-menu-item .wp-block-navigation-item__content::after{
    -webkit-transform: scaleX(1) translateX(-50%);
    -ms-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
}
body:not(.home) .wp-block-navigation-item__content::after,.site-header.site-header.fixed .wp-block-navigation-item__content::after{
    background: #0094B3;
}

.wp-block-site-logo{
    transition: all .5s ease;
}
.expert-blocks{
    position: relative;
}
.expert-blocks .wp-block-column{
    position: relative;
    overflow: hidden;
    background: none!important;
}
.expert-blocks .wp-block-columns{
    min-height: 450px;
    align-items: center!important;
}
.expert-blocks{
    position: relative;
    background-image: url('./assets/img/ex-full.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
header.expertise-header .site-header {
    box-shadow: none;
}
.content-slider-item-wrap ul li span {
    border-bottom: 1px solid #fff;
    padding-block: 5px;
}
.our-team .wp-block-social-links.is-style-logos-only .wp-social-link svg{
width: 19px;
height: 19px;
}
.about-hero{
    position: relative;
}
.about-hero::before{
    content: '';
    display: inline-block;
    width: 100%;
    max-width: 324px;
    height: 240px;
    background-image: url('./assets/img/ab-top.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.wpcf7 {
    width: 100%;
    max-width: 504px;
    margin: auto;
}

.contact-form .wpcf7 label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea{
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 52px;
    color: #01536A;
    margin-bottom: 12px;
    padding: 0 30px;
    outline: none;
    font-family: var(--wp--preset--font-family--concourse-t-4);
    font-size: 16px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.wpcf7 textarea{
    height: 85px;
    padding-top: 16px;
    margin-bottom: 20px;
}
input:not([type="submit"])::placeholder, textarea::placeholder{
	color: #01536A!important;
    font-family: var(--wp--preset--font-family--concourse-t-4);

}
.wpcf7 .wpcf7-submit{
    background-color: #00C78B;
    border-radius: 2px;
    width: 180px;
    height: 56px;
    float: right;
    color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #00C78B;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--concourse-t-6);
  background-image: url('./assets/img/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: 125px center;
  background-size: auto;
}
span.wpcf7-not-valid-tip {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 15px;
    padding: 2px 14px;
    color: #c02b0a;
    margin-bottom: 8px;
}
.subexpert-blk-image{
    max-height: 814px;
    position: relative;
}
.subexpert-blk-content{
    height: 814px;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: all .5s ease;
    position: relative;
}
.subexpert-blk-content-img {
    height: 96px; /* Set the initial height of the image */
    width: 129px; /* Adjust width as needed */
     bottom: 0;
    position: fixed;
    transition: transform 0.2s ease; /* Add smooth transition effect */
    right: 0;
    opacity: 0;
  }
 
  .hide{
    display: none!important;
  }
  .fs-16,.fs-16 *{font-size:16px !important}
  .ul-yellow li::marker{
    color: #D5AF34;
  }
  .careers-blk .btn-arrow a,.news-blk .btn-arrow a{
    margin-top: 20px;
    font-size: 14px;
    text-transform: none;
    background: none!important;
    color: var(--wp--preset--color--text-2) !important;
  }
  .careers-blk .has-global-padding :where(.has-global-padding),
  .news-blk .has-global-padding :where(.has-global-padding)
  {
    padding-right: 10px;
    padding-left: 10px;
  }
  .careers-blk h2,.page-id-1102 .news-blk h2,.news .news-blk h2 a{
    margin: 0;
    margin-bottom: 15px;
    font-size: 32px;
    font-family: var(--wp--preset--font-family--concourse-t-6) !important;
    color: var(--wp--preset--color--primary) !important;
  }
  .news .news-blk h2{line-height: 32px;margin: 0 0 15px 0;}
  .news .news-blk .is-layout-flex{display: flex;flex-direction: column;gap: 30px;}
  .news .news-blk h2 a{text-decoration:none;}
  .news .news-blk h2 a:hover{text-decoration:underline;}
  .news .news-blk p{color: #10536B;font-size:16px;margin:0;}
  .careers-blk .cta p{
    color: #10536B;
  }
   .news-blk .column{
    flex-basis: 31%;
   }

  .news-blk .wp-block-columns{
    flex-wrap: wrap !important;
    gap:40px 20px;
  }
  .news-blk .cta,.careers-blk .cta,.event-datetime,.event-location{
    font-size: 16px;
  }
  .news-blk .featured-img img{
    width: 100%;
    object-fit: cover;
    height: 200px;
  }

  .news-template .wp-block-button__link{
    font-family: var(--wp--preset--font-family--concourse-t-6) !important;
    font-size: 14px !important;
  }

  .event-cart .wp-block-button__link{padding-left:0}

  .single-vacancy .wpcf7 input[type="file"] {
    cursor: pointer;
    background: transparent!important;
    padding: 0!important;
    border: none!important;
    color: #fff!important;
    height: auto!important;
}
.single-vacancy .entry-content{color: #10536B;}
.careers-blk .wp-block-columns{
    gap: 30px;
}
.single-vacancy label{
    color: #fff;
    margin-bottom: 5px;
    display: block;
}
.home-cta{
    position: relative;
}
.home-cta-ps1{
    top: -150px;
    position: absolute;
    width: 100%;
    opacity: 0;
    /* transition: all .5s ease; */
}
.home-cta.ps-view .home-cta-ps1{
    opacity: 1;
}
body .mobile-menu{
    display: none;
}
ul.slick-dots {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0;
}
.content-slider-item-wrap a {
    color: #fff!important;
}
ul.slick-dots li button {
    border-radius: 50%;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}
ul.slick-dots li.slick-active button{
    background: #01536A;
}
.nav-dropdown {
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #01536A;
    height: 52px;
    color: #01536A;
    padding: 0 9px;
    width: 300px;
    margin: 20px 0;
    outline: none;
}
.single-post main figure{width: 600px;height: 300px;}
.event-cta {margin-top:20px;}
.event-cta a{background-color: var(--wp--preset--color--primary) !important;color: var(--wp--preset--color--base) !important;    padding: calc(0.667em + 2px) calc(1.333em + 2px);display:inline-block;text-decoration:none}

.page-id-1193 .entry-content{max-width: 1120px;margin:60px auto !important;padding:0 16px;}
.page-id-1193 h1,.page-id-1193 h2{color:#0094B3;margin-bottom:15px;}
.page-id-1193 .entry-content p{color: #10536B;}
@media screen and (max-width:1400px){
    .expert-blocks{
        background-image: none;
    }
    .expert-blocks .wp-block-columns{
        min-height: auto;
        align-items: normal!important;
        gap: 2px;
    }
    .expert-blocks .wp-block-column{
        background: #01536ad1!important;
        padding: 30px!important;
        margin-bottom: 2px;
    }
}
@media screen and (max-width:1280px){
    .home-ps1{
        display: none;
    }
    .home-ps2{
        max-width: 20vw;
    }
    .content-slider-item-wrap{
        padding: 0 30px;
    }
    .about-ct {
        padding:40px 30px!important;
    }
    .content-slider-item-wrap .cta{
        margin-bottom: 25px!important;
    }
}
@media screen and (max-width:1024px){
    .home-ps{
        padding-top: 60px!important;
    }
    .expert-hero{
        padding-top: 40px!important;
        padding-bottom: 60px!important;
    }
    .about-hero::before{
        max-width: 25vw;
    }
    .our-team .wp-container-62{
        padding: 60px 30px!important;
    }
    .vacancy-grid{
        padding: 40px 20px!important;
    }
    .home-slider-ps1{
        max-width: 125px!important;
    }
    .news-blk .column{
        flex-basis: 48%;
    }
    .nav-dropdown {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .wp-block-navigation__container.expert-menu {
        display: none; 
    }
}
@media screen and (max-width:781px){
    .single-post main figure{width: 100%;height: initial;}
    .home-logo.wp-block-site-logo{
        position: relative;
        z-index: 999999;
    }
    /*  */
    .logo-blue{display: none;}
    /*  */
    .header-right nav:not(.mobile-menu),.header-left nav,.ex-ps8,.ex-ps9,.home-logo.wp-block-site-logo,.has-modal-open .mobile-menu button span:nth-of-type(2),
    .has-modal-open .page-logo{
        display: none;
    }
    .site-header .wp-block-column:not(.header-left){
        flex-basis: 160px!important;
    }
    .site-header .wp-block-column.header-right,.site-header .wp-block-column.header-left{
        flex-basis: 50px!important;
    }
    .site-header .wp-block-navigation__responsive-container-open{
        color:#01536A;
    }
    .home-slider-ps1{
        max-width: 95px!important;
        left: 0;
    }
    .home-hero{
        min-height: calc(100vh - 100px)!important;
        background-image: url('https://mmotax.mystagingwebsite.com/wp-content/uploads/2023/09/mobile-hero.jpg');
        background-size: 275%;
        background-position: bottom;
        padding-bottom: 65px!important;
        background-repeat: no-repeat;
    }
    .header-left nav.mobile-menu{
        justify-content: flex-start;
    }
    body .mobile-menu{
        display: flex;
        gap: 30px;
    }
    .wp-block-navigation__responsive-container.is-menu-open{
        padding-top: 27px;
    }
    .about-hero {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .expert-menu{
        gap: 10px;
    }
    .contact-form .wp-block-cover{
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: auto!important;
    }
    footer .wp-block-columns{
        gap: 20px;
    }
    .site-header,body:not(.home) .site-header{
        position: relative!important;
        padding: 15px 17px!important;
    }
    body.home .site-header.fixed{
        position: fixed!important;
        padding: 15px 17px!important;
    }
    .site-header .wp-block-columns{
        padding: 0;
    }
    .site-header:not(.fixed) .page-logo{
        display: block!important;
        text-align: center;
    }
    .page-logo img{
        width: 160px!important;
    }
    .mobile-menu .wp-block-navigation__responsive-container-open svg{
        display: block;
    }
    .mobile-menu .wp-block-navigation__responsive-container-open{
        flex-direction: column;
        gap: 6px;
    }
    .mobile-menu button span{
        background-color: #01536A;
        height: 2px;
        width: 32px;
    }
    .mobile-menu button span:nth-of-type(2){
        width: 22px;
    }
    .mobile-menu button span:last-child{
        width: 13px;
    }
    #close__menu{
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        padding: 20px;
        position: relative;
        z-index: 2;
    }
    #close__menu::before{
        content: "";
        display: block;
        width: 100px;
        height: 50px;
        background-color: transparent;
        position: absolute;
        z-index: 1;
        left: 0;
        top:0;
    }
    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
        background-color: #10536B;
        color: #fff;
        top: 107px;
        padding-top: 70px;
    }
     .has-modal-open .admin-bar .mobile-menu .is-menu-open .wp-block-navigation__responsive-dialog{
        margin-top: 0;
    }
    .mobile-menu .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
        padding-top: 0;
    }
    .mobile-menu .wp-block-navigation__responsive-container-close{
        display: none;
    }
    .mobile-menu .wp-block-navigation .wp-block-navigation-item__content{
        font-size: 35px;
        font-family: var(--wp--preset--font-family--concourse-c-2);
        line-height: 1;
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
        justify-content: center;
        align-items: center;
    }
    .has-modal-open .site-header{
        background-color: #10536B;
    }
    .has-modal-open .home-logo.wp-block-site-logo{
        display: block!important;
    }
    .has-modal-open .site-header.fixed .wp-block-navigation .wp-block-navigation-item__content{
        color: #fff;
    }
    .has-modal-open .site-header:not(.fixed) .page-logo{
        display: none!important;
    }
    .has-modal-open .mobile-menu button span{
        background-color: #D5AF34;
        transform: translateY(0) rotate(45deg);
    }
    .has-modal-open .mobile-menu .wp-block-navigation__responsive-container-open{
        gap: 0;
    }
    .has-modal-open .mobile-menu button span:last-child{
        transform: translateY(-2px) rotate(-45deg);
        width: 32px;
    }
    .home-hero h1{
        font-size: 40px!important;
    }
    .home-hero::after{
        min-height: 40px;
        bottom: 15px;
    }
    .home-ps .wp-block-column{
        padding-left: 42px!important;
        padding-right: 42px!important;
    }
    .home-ps1{
        max-width: 31px!important;
        top: -50px;
        display: block;
    }
    .home-ps2{
        bottom: 15px;
    }
    .home-ps{
        padding-bottom: 55px !important;
    }
    .home-ps .home-ps-col {
        gap: 17px;
        flex-wrap: nowrap!important;
        padding-top: 35px!important;
    }
    .home-ps .home-ps-col .wp-block-column{
        padding: 0!important;
        flex-basis: auto!important;
    }
    .image-slider.slick-vertical .slick-slide{
        min-height: 304px!important;
    }
    .content-slider-item-wrap{
        padding: 50px 46px 70px;
    }
   
    .content-slider-item-wrap ul li{
        font-size: 14px;
    line-height: 2;
    }
    .home-cta-ps1{
        left: 0;
    }
    .home-cta .home-cta-ps1 img{
        max-width: 35vw;
    }
    .home-cta{
        padding-top: 20vw!important;
    }
    .home-cta h2{
        font-size: 40px!important;
    }
    .home-cta h2 span:last-child{
        font-size: 35px!important;
    }
    footer .wp-block-columns.footer-menus:not(.is-not-stacked-on-mobile)>.wp-block-column{
        max-width: calc(50% - 20px);
        flex-direction: column;
        display: flex;
    }
    footer .footer-bottom{
        flex-direction: column;
        text-align: center;
    }
    footer .footer-bottom p{
        font-size: 12px!important;
        padding-bottom: 18px!important;
    }
    footer .footer-bottom .wp-block-image {
        max-width: 120px;
        margin: auto;
    }
    .block-cta{
        padding-bottom: 60px!important;
    }
    .block-cta .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
        padding: 15px!important;
    }
    .block-cta .wp-block-buttons{
        gap: 15px;
        margin-top: 40px!important;
    }
    body.admin-bar .site-header.fixed{
        top: 46px;
    }
    .mobile-menu .wp-block-navigation__responsive-container.is-menu-open::after{
        content: '';
        display: inline-block;
        width: 196px;
        height: 108px;
        background-image: url('https://mmotax.mystagingwebsite.com/wp-content/uploads/2023/07/footer-bg.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-cols .wp-block-cover{
        min-height: 304px!important;
    }
    .content-slider-item-wrap ul{
        flex-direction: column;
    }

    .vacancy-template-default form{
        padding: 0 15px;
    }

    .news-blk .column{
        flex-basis: 100%;
    }

    .subexpert-blk-content{
        height: initial;
        padding-bottom: 30px !important;
    }

    #subexpert-blk-image > .wp-block-cover{
        min-height: 350px !important;
    }
}


  
