/**
Theme Name: LLG Custom Theme
Author: Lisa Larter Group
Author URI: https://lisalarter.com
Description: Custom Theme by LLG
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: llg-custom-theme
Template: astra
*/
.la_page_banner span {
    color: #f48235;
}
.la_page_banner:after {
    content: '';
    width: 100%;
    height: 50rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(http://apexridge.com/wp-content/uploads/2025/05/Rounded-Triangle-Blue-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    pointer-events: none;
}

.land_contact_area{
	position: relative;
}
.land_contact_area:after {
    content: '';
    top: 0;
    width: 72%;
    height: 100%;
    background: url(http://apexridge.com/wp-content/uploads/2025/05/hriyp_hero_overlay_blue.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
/*     z-index: 9; */
    /* background-position: right; */
    background-size: 115%;
}
.land_contact_area .elementor-widget-container {
    position: relative;
    z-index: 99;
}
.land_contact_area .e-con-inner {
    z-index: 999;
	position: relative;
}
.land_contact_area .wpcf7-submit{
    padding: 13px 20px !important;
    font-size: 18px !important;
    width: 100%;
	color: #fff !important;
	transition: all .3s;
}
.land_contact_area .wpcf7-submit:hover{
	background: #fff !important;
	color: #000 !important
}
.land_contact_area input, .land_contact_area textarea {
   height: 58px;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
    font-family: 'Josefin Sans';
		color: #676565 !important;	
}
.land_contact_area input::placeholder, .land_contact_area textarea::placeholder{
color: #676565 !important;	
}
.land_contact_area form textarea {
    height: 143px;
    margin-bottom: -2px;
}
.wrapper {
    display: flex;
    justify-content: space-between;
}
.form_cont {
    width: 48%;
}
.page-id-30467 #masthead {
  display: none !important;
}
.page-id-30467 footer#colophon {
    display: none;
}
.copy_wright p {
    margin-bottom: 18px;
}

.land_contact_area .wpcf7-response-output {
    color: #fff;
}
#primary {
        width: 100%;
    }

.pum-theme-30772, .pum-theme-default-theme {
    background-color: rgb(0 0 0 / 69%);
}

.pum-container.pum-responsive.pum-responsive-medium {
             width: 100% !important;
        max-width: 500px !important;
        left: 0px !important;
        right: 0px;
        display: table !important;
        margin: 0px auto;
        padding: 50px;
        border-radius: 11px;
    }
.pum-theme-30772 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background: #184273 !important;
    font-family: 'Josefin Sans' !important;
    font-weight: 700 !important;
    padding: 2px 18px;

}

.pum-container.pum-responsive.pum-responsive-medium label{
	    width: 100%;
    color: #333 !important;
    margin-bottom: 15px;
}
.pum-container.pum-responsive.pum-responsive-medium input{
    width: 100%;
    max-width: 100% !important;
    margin-top: 9px;
}
.pum-container.pum-responsive.pum-responsive-medium .mc4wp-form-fields input[type="submit"]{
    width: 100% !important;
    font-size: 16px !important;
}
body .pum-theme-30772 .pum-title, body .pum-theme-default-theme .pum-title {
    color: #184273;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    line-height: 36px;
    max-width: 348px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 26px;
}


@media only screen and (max-width: 1119px) {
	.land_contact_area:after {
 background-size: 129%;
}

}
@media only screen and (max-width: 1003px) {
	.land_contact_area:after {
       background-size: 140%;
        width: 79%;
}
		.land_contact_area .elementor-image-box-img img {
    max-width: 51px !important;
    height: 57px;
    object-fit: contain;
}
}
@media only screen and (max-width: 767px) {
	.land_contact_area:after {
	background: #184273;
    width: 100% !important;
    background-size: cover !important;	
	}
	.land_contact_area h3.elementor-image-box-title {
    color: #fff !important;
}
	.land_contact_area span.wpcf7-spinner {
    display: none;
}
.land_contact_area .contact_icon .elementor-element {
    border: #ffffff14 solid 1px;
}
}
@media only screen and (max-width: 580px) {
	.land_contact_area .wrapper {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.land_contact_area .form_cont {
    width: 100%;
}
	.pum-container.pum-responsive.pum-responsive-medium {
    width: 91% !important;
    padding: 41px 25px 25px;
    border-radius: 11px;
}
}