/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

.header-position {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
}

/* Remove Outline From Links */
:where(.wp-site-blocks *:focus) {
    outline-width: 0!important;
    outline-style: unset!important;
}

.main-nav > li > a{
	outline:unset!important;
	text-decoration:none!important;
}

.main-nav > li > a:hover,
.main-nav > li.current-menu-item > a{
	color:#F6BA0A!important;
}

.bg-overlay{
	z-index: 1;
}

.z-index-relative{
	position:relative!important;
}

.bg-overlay::after{
	background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.img-drop-shadow{
	filter: drop-shadow(2px 4px 6px black) !important;
	z-index:2!important;
    position: relative!important;
}

footer.wp-block-template-part{
	margin-top:0!important;
}

.g-form-container{
	box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.3) inset;
}

.g-form-container h2{
	margin:0!important;
}

.g-form-container .gform_heading *{
    text-align: center;
    color: #193648;
}

.g-form-container input[type=submit]{
	background: linear-gradient(180deg, rgb(251, 186, 0) 0%, rgb(234, 139, 45) 100%)!important;
    border: 0!important;
    font-size: 20px!important;
    border-radius: 100px!important;
}

.g-form-container .gform_fields {
	gap: 10px!important;
}
.g-form-container .gform_fields input[type=text],
.g-form-container .gform_fields input[type=email],
.g-form-container .gform_fields input[type=tel],
.g-form-container .gform_fields .gfield_select{
	width:100%!important;
}

.mr-75-negative{
    margin-right: -70px!important;
}

.z-index{
    z-index: 1!important;
}

.over-flow-hidden{
    overflow: hidden!important;
}

.txt-shadow {
    text-shadow: 2px 2px 4px rgb(0 0 0 / 60%) !important;
}

.video-popup iframe{
    border-radius: 20px!important;
}


/* MOBILE to SMALL TABLET */
@media screen and (max-width: 781px) {
    /* Mobile Navigation */
    ul.wp-block-navigation__container.has-text-color.has-base-color.is-responsive.items-justified-right.wp-block-navigation {
        align-items: center;
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        align-items: center !important;
    }

    .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
        /* background-color: #E7E7E7; */
        border-radius: 0px 0px 5px 5px;
        border: solid 2px #E7E7E7;
        margin: 30px;
        height: 360px;
    }

    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 20px;
    }

    .nav-container .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
        justify-content: center;
    }

    button.wp-block-navigation__responsive-container-open {
        color: #ff691f;
        margin: auto;
    }

    .head-text-center {
        text-align: center;
        padding: 0px 0px !important;
    }
    /* Mobile Navigation Ends */



    .align-flex-end {
        min-height: 0px !important;
    }

    .temp-logo {
        width: 210px;
    }

    .but-box-center {
        justify-content: center !important;
    }

    a.wp-block-button__link.has-background.wp-element-button, a.wp-block-button__link.has-text-align-center.wp-element-button {
        font-size: 20px !important;
    }

    .cta-mob-custom-padding {
        padding: 0px 20px 20px !important;
    }

    .cta-mob-custom-padding-rev {
        padding: 20px 20px 0px !important;
    }

    .col-bor-zero-mobile {
        border: 0px !important;
    }

    .mob-m-0{
        margin: 0!important;
    }

    .mob-mb-0{
        margin-bottom: 0!important;
    }

    .mob-ml-0{
        margin-left: 0!important;
    }

    .mob-img-small{
        min-height: 400px!important;
    }

    .mob-img-agent-small{
        width: 300px!important;
    }

    .mob-justify-content-center{
        justify-content: center!important;
    }

    input[id^="gform_submit_button_"]{
        padding: 5px!important;
    }

	.mobile-hero-section-padding{
		padding-top:300px!important;
	}
    
    .mob-col-rev{
        flex-direction: column-reverse;
    }

    .mob-text-center{
        text-align: center!important;
    }

    .mob-align-center{
        align-items: center!important;
    }

    .mob-hide{
        display: none!important;
    }
    
    .mob-50-mb-negative{
        margin-bottom: -50px!important;
    }

    .video-popup iframe{
        height: 400px!important;
    }

}


@media screen and (max-width:599px) {
    ul.wp-block-navigation__container > li > a {
        color: #000000!important;
      }
    button.wp-block-navigation__responsive-container-close {
        color: #000000!important;
    }
}


/* LARGE DEVICES */ 
@media screen and (max-width: 1200px) and (min-width:781px) {
    .motab-hide{
        display: none!important;
    }

    .video-section{
        padding-top: 70px;
        flex-direction: column;
    }
}

/* ==Extra large Screen (4k)== */
@media screen and (min-width: 1920.98px) {
    body, p, li, 
    table, tr, td,
    .wp-element-button {
        font-size: 24px;
    }

    footer *,
    header *{
        font-size: 24px!important;    
    }
       
    h1 {
        font-size: 65px;
    }

    h2{
        font-size: 55px;
    }

    h3{
        font-size: 30px;
    }
}
/* === End === */