/**
 * 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.
 */

.wp-site-blocks {
    zoom: 85%;
}

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

.gfield
{
	padding-right: 0px !important;
	gap: 20px !important;
	border-radius: 5px !important;
	margin-bottom: -20px !important;
	font-family: Inter !important;
    font-size: 21px !important;
	width: 100% !important;
	padding-right: 10px !important;
}

.gform_button {
    font-weight: 400 !important;
	width: 98% !important;
	font-family: Roboto !important;
    font-size: 23px !important;
	background: #FF691E !important;
    border-color: #FF691E !important;
    color: #fff !important;
    border-radius: 5px !important;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3)) !important;
  	padding: 10px !important;   
}


.start_here
{
	position: relative;
	left: -70px !important;
	width: 200px !important;
	top: 50px !important;
}

.text_shadow
	{
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
	}

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

body #gform_4 input[type=submit]
{
	 font-weight: 400 !important;
	width: 100% !important;
	font-family: Roboto !important;
    font-size: 23px !important;
	background: #FF691E !important;
    border-color: #FF691E !important;
    color: #fff !important;
    border-radius: 5px !important;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3)) !important;
  	padding: 10px !important;  
	margin-top: 20px !important;
}


/* MOBILE SCREENS ONLY */
@media screen and (max-width: 480px) {
    .col-logo {
        order: 1
    }

    .col-sellyourhouse {
        order: 2
    }

    .col-menu {
        order: 3
    }

    span#input_1_4_1_container {
        margin-bottom: 30px;
    }

    input#input_1_2 {
        width: 100% !important;
        margin: 0px !important;
    }

    input#input_1_3 {
        margin-bottom: 10px;
    }

    input#gform_submit_button_1, input#gform_submit_button_3, input#gform_submit_button_2,
    input#gform_submit_button_4,
    input#gform_submit_button_5,
    input#gform_submit_button_6 {
        background: #fe6601 !important;
        border-color: #fe6601 !important;
        color: #fff;
        padding: 4px;
        border-radius: 4px
    }

    #post-get-offer-form input#input_1_2 {
        width: 100% !important;
    }
}

@media all and (min-width:481px) and (max-width:640px) {
    input#input_1_2 {
        width: 100% !important;
    }

    li#field_1_4 {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 599px) {

    /* Mobile popup menu */
    ul.wp-block-navigation__container.has-text-color.has-base-color.is-responsive.items-justified-right.wp-block-navigation a span {
        /* color: #000 !important; */
        font-size: 18px !important;
    }
}

/* Mobile and Tablet/Small Laptops */
@media screen and (max-width: 1024px) {
    /* Mobile and Tablet Padding */
    .motab-padd {
        padding: 40px 20px !important;
    }

    h1 {
        /* font-size: 45px !important; */
    }

    h2 {
        /* font-size: 38px !important; */
    }

    h3 {
        /* font-size: 25px !important; */
    }

    h4 {
        /* font-size: 21px !important; */
    }

    p, li {
        /* font-size: 18px !important; */
    }

    #sell-h2-fsize {
        font-size: 21px !important;
    }

    .step-number {
        font-size: 50px !important;
    }

    .col-rev {
        flex-direction: column-reverse;
    }

    .sec-padding {
        padding: 40px 20px !important;
    }

    .j-video {
        margin: 0px !important;
    }

    .letter-review {
        font-size: 55px !important;
    }

    .text-align-center {
        padding: 30px 0px 0px !important;
        text-align: center;
    }

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

    .text-center {
        text-align: center;
    }

    th.has-text-align-center {
        font-size: 24px;
    }

    td.has-text-align-center {
        font-size: 18px;
    }

    .motab-center {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .cus-motab-padding {
        padding: 40px 20px !important;
    }

    .mob-none {
        display: none !important;
    }

    .mob-col-full{
        flex-basis: 100%!important;
    }

    .mob-circle {
        margin: auto;
        width: 30%;
    }

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

    .custom-radius-cta-section {
        border-radius: 12px 12px 0px 0px !important;
    }

    .custom-radius-cta-section-rev {
        border-radius: 0px 0px 12px 12px !important;
    }

    .hiw-videocol-1 {
        padding: 20px 30px 30px !important;
        border-radius: 10px 10px 0px 0px !important;
    }

    .hiw-videocol-2 {
        border-radius: 0px 0px 10px 10px !important;
    }

    .cus-padd-about {
        padding: 40px 20px 0px !important;
    }

    /* BLOGS */
    .blog-inner-blue-padding {
        padding: 40px !important;
    }

    .blog-inner-dwhite-padding {
        padding: 30px !important;
    }

    .blog-custom-padding {
        padding: 0px 20px 40px !important;
    }

    /* Footer Styles */
    .footer-para-size {
        font-size: 14px !important;
    }

    /* MLAN */
    .mobile-column-icon-center .wp-block-safe-svg-svg-icon {
        text-align: center !important;
    }

    .motab-no-bg{
        background: unset!important;
    }
}

/* MOBILE to TABLET */
@media screen and (max-width: 767px) {
    /* 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;
    }
    /* Mobile Navigation Ends */

    .mob-hero-padding-inner {
        padding: 280px 20px 60px !important;
    }

    .mob-hero-padding-sell {
        padding: 250px 20px 180px 20px !important;
    }

    .mob-hero-padd-home {
        padding: 270px 20px 0px !important;
    }

    .home-hero-img {
        width: 250px;
    }

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

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

    .head-text-center {
        text-align: center;
        padding: 0px 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-client-image {
        width: 220px !important;
    }

    /* BLOGS */
    .blog-form-after-hero {
        margin-top: -140px !important;
    }

    .blog-custom-padding01 {
        padding: 40px 20px 120px !important;
    }

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

    /* Generic Class */
    p.large-mobile {
        font-size: 48px !important;
    }

    p.medium-mobile {
        font-size: 40px !important;
    }

    .no-border-mobile {
        border: 0 !important;
    }
	
	.mobile-plr-0{
		padding-left:0!important;
		padding-right:0!important;
	}
	
	.mobile-ptb-0{
		padding-bottom:0!important;
		padding-top:0!important;
	}

    .mobile-no-bg{
        background: unset!important;
    }

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

    .mobile-mbt-50{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }

    .mobile-0-gap{
        gap: 0 !important;
    }

    ul#gform_fields_1 {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    ul#gform_fields_1 input{
        margin: 0!important;
    }
}

/* TABLET/SMALL LAPTOPS */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .col-set-col {
        flex-direction: column;
    }

    .home-hero-img {
        width: 310px;
    }

    .tab-client-image1 {
        width: 230px !important;
    }

    .tab-client-image2 {
        width: 350px !important;
    }

    .tab-width-circle {
        width: 47%;
    }

    .tab-left-text-align {
        text-align: left !important;
    }

    /* BLOGS */
    .blog-custom-space-form {
        margin-top: 0px !important;
        padding-top: 40px !important;
    }

    .col-full-flex-basis {
        flex-basis: 100% !important;
    }

    .blog-tab-width-circle {
        width: 42% !important;
    }

    /* MLAN */
    /* Two Column In Tablet View */
    .mlan-service-area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tab-cta-col {
        margin: 20px !important;
    }
}
   

/* ==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 === */



/* Mobile */
@media screen and (max-width: 781px) {

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

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

	.smob-flex-wrap{
		flex-wrap: wrap !important;
	}

	.smob-no-gap{		
		gap: 0 !important;
	}

	.smob-full-width{
        flex-basis: 100%!important;
    }

	.smob-half-width{
		flex-basis: 50%!important;
	}

    .smob-text-left{
        text-align: left!important;
    }

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

    .smob-flex-wrap{
        flex-wrap: wrap!important;
    }

	.smob-m-auto{
		margin: auto!important;
	}

	.smob-mr-0{
		margin-right: 0!important;
	}

	.smob-mt-0{
		margin-top: 0!important;
	}

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

	.smob-mt-30{
		margin-top: 50px!important;
	}

    .smob-plr-0{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .smob-plr-30{
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    .smob-pt-250{
        padding-top: 250px!important;
    }

	.smob-min-height-auto{
		min-height: auto!important;
	}

	.smob-height-auto img{
		height: auto!important;
	}

	.smob-w-100{
		width: 100%!important;
	}

    .smob-none{
        display: none!important;
    }

    .smob-content-start{
        justify-content: start!important;
    }

    .smob-no-border{
        border: unset!important;
    }

    .smob-btn-full{
        width: 100%!important;
    }

    .smob-no-cover .wp-block-cover__image-background {
        display: none !important;
    }

    .smob-pb-150{
        padding-bottom: 150px!important;
    }

    .smob-flex-reverse{
        flex-direction: column-reverse!important;
    }

    .smob-w-300 img{
        width: 300px!important;
    }

    .smob-height-500{
        min-height: 500px!important;
    }

}

/* Small Tablet Only */
@media screen and (min-width:781.98px) and (max-width: 820px) {

    .site-logo img{
        width: 250px!important;
    }

    .stack-tablet.wp-block-columns {
        flex-wrap: wrap !important;
    }

    .stack-tablet.wp-block-columns > .wp-block-column {
        flex-basis: 100% !important;
    }

	.stab-no-wrap{
        flex-wrap: nowrap!important;
    }

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

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

    .stab-gap-20{
        gap: 20px!important;
    }

	.stab-0-p{
        padding: 0!important
    }

    .stab-plr-0{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .stab-none{
        display: none!important;
    }

    .stab-col-50{
        flex-basis: 50%!important;
    }

    .stab-pt-250{
        padding-top: 250px!important;
    }

	.stab-min-height-400{
		min-height: 400px!important;
	}
	
	.stab-min-height-250{
		min-height: 250px!important;
	}	

	.stab-full-width{
        flex-basis: 100%!important;
    }

	.stab-height-auto img{
		height: auto!important;
	}

	.stab-m-auto{
		margin: auto!important;
	}

	.stab-height-500{
        min-height: 500px!important;
    }

    .stab-flex-reverse{
        flex-direction: column-reverse!important;
    }

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

    .stab-w-img-550 img{
        width: 550px!important;
    }
}

/* Dektop Only */
@media screen and (min-width: 1024.98px) {

    .xxl-none{
        display: none!important;
    }

}

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

    .xl-none{
        display: none!important;
    }

} 

/* Mobile and Tablet */
@media screen and (max-width: 1024px) {

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

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

    .motab-full-width{
        flex-basis: 100%!important;
    }

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

    .motab-flex-wrap{
        flex-wrap: wrap!important;
    }

    .motab-none{
        display: none!important;
    }

    .motab-col-100{
        flex-basis: 100%!important;
    }

    .motab-col-50{
        flex-basis: 50%!important;
    }
    
    .motab-p-20{
        padding: 20px!important;
    }

    .motab-p-0{
        padding: 0!important;
    }

}


/* Small Mobile Devices */
@media screen and (max-width: 599px) {
    .xsmob-half-width{
        flex-basis: 50%!important;
    }
}