/**
 * Theme Name: Wash Brook Child Theme
 * Template:   washbrook
 * Author: Resident360
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root{
  --background-logo-mark: url('/wp-content/uploads/2026/08/Montclair-Emblem.png');
--background-fern: url('/wp-content/uploads/2026/08/Montclair-Emblem.png') !important;
  --color_1: #D5E1E1; /*clarito*/
  --color_2: #824F21;
  --color_3:  #3A3F45; /*Azul brilloso*/
  --color_4: #AB8C51;
  --color_5: #3A3F45; 
  --color_6: rgb(24 85 115 / 80%);
  --color_7: rgb(80 133 154 / 80%);
	--display-font: 'Playfair Display', serif;
	--general-font: 'Open Sans', sans-serif;
}
*, body{
	font-family: var(--general-font);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--display-font);
}
.two_column_box_content h2{
    font-family: var(--display-font);
	font-size: 32px;
}

.home .cta_box_inner {
  background: url('/wp-content/uploads/2025/06/logo-mark.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
}

body.home .section_4 .cta_box_inner h2,
.parallax_content_box_content h2,
.footer_content_btns h2,
.three_col_box_item_content_inner,
.map_section_title h2,
.neighborhood_features_title h2,
.cta_box_inner h2{
    font-family: var(--display-font);
}
body.home .section_4 .cta_box_inner h2 a {
	color: #fff;
	font-family: var(--display-font);
	transition: all 0.25s ease-in-out;
}
body.home .section_4 .cta_box_inner h2 a:hover {
	color: var(--color_1);
}
p,
.two_column_box_content h4,
.two_column_box_content p a, 
.parallax_content_box_content p a,
.footer_content_btns p a, 
.main-button,
.home_header_menu ul li a,
.filter_box ul li,
.floorplan_plan_item_inner p span,
.floorplan_modal_content_details_links a,
.gallery_filter ul li,
.footer_menu ul li a,
.thank-you-btns a,
.submit_field input{
    font-family: var(--general-font);
}

/* Gallery Page */
.page-id-10 .parallax_content_box.content_background_rose.cover {
   background-position: bottom !important;	
}

/* Amenities Page */ 
.page-id-12 .parallax_content_box.content_background_rose.cover {
    background-position: bottom !important;	
}

.inner_menu {
    background: var(--color_3);
}

.footer {
    background: var(--color_3) center center no-repeat;
	color: #fff;
    padding: 80px 80px;
    background-size: 25%;
}

.home_header_menu ul li a:hover {
    color: var(--color_5);
}

.inner_menu_nav ul li a:hover, .inner_menu_nav ul li.current-menu-item a {
    color: var(--color_1);
    opacity: 1;
}

.two_column_box_inner {
    background: var(--color_5);
    padding: 100px 60px;
}

.two_column_box_content p a:hover, .floorplan_modal .main-button:hover {
    background: var(--color_1);
    color: var(--color_3);
}

.cta_box {
    background: var(--color_5);
}

.cta_box_inner, .home .cta_box_inner {
    background-size: contain !important;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

body.home .cta_box_inner {
    position: relative;
    background: none;
}

body.home .cta_box_inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--background-logo-mark) center center no-repeat;
    opacity: 0.2;
    pointer-events: none;
}

body.home .cta_box_inner > * {
    position: relative;
    z-index: 1;
}

.footer_content_btns p a:hover {
    background: var(--color_1);
	color: var(--color_3);
}

.footer_menu ul li.current-menu-item a, .footer_menu ul li a:hover {
    opacity: 1;
    color: var(--color_1);
}

.content_background_rose .parallax_content_box_content {
    background: rgb(57 63 69 / 63%);
}

.gallery_section {
    background: var(--color_3);
}

.gallery_filter ul li:hover {
    color: var(--color_1);
}

.gallery_vtours iframe{
    width: 100%;
    aspect-ratio: 4 / 3;
}

#appfolio-listings-container {
    height: 600px;
    overflow-y: scroll;
}

#appfolio-listings-container iframe{
    height: 100%;
 }

.floorplans_section {
    background: var(--color_3);
}

.filter_box ul li.active, .filter_box ul li:hover {
    color: var(--color_1);
}

.floorplan_plan_item_image_cover_inner {
	background: rgb(57 63 69 / 63%);
}

.floorplan_plans_wrap {
    padding: 1rem;
}

.floorplan_modal {
    background: var(--color_5);
    z-index: 99999999;
    background-image: none; /* var(--background-logo-mark); */ 
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 90%;
}

.map_section_title, .neighborhood_features, .contact_section {
    background: var(--color_5);
}

#get-directions-btn, .ctaButton {
    background-color: var(--color_3) !important;
}

#get-directions-btn:hover, .ctaButton:hover {
    background-color: var(--color_5) !important;
	color: #fff;
}

.thank-you-btns a:hover {
    background-color: var(--color_1);
	color: var(--color_3);
}

.parallax_content_box_content {
	    background: rgba(24, 85, 115, 0.9);
}

/* Floorplan Page */ 
body.page-id-14 .parallax_content_box { 
    min-height: 980px;
}

.drawer_menu {
    background: var(--color_5);
}

.drwaer_menu_inner {
    padding: 30px 30px;
    height: 100%;
    background: none !important;
}

.drwaer_menu_inner img {
	max-width:30%;
	margin-bottom: 30px;
}

.gallery_box_video {
    text-align: center;
}
.gallery_box_video video {
    width: 80%;
}

.header_logo {
    background-image: none;
}

.footer-copyright_details li img {
    width: 70px;
}

.mapboxgl-popup-content h5 {
    text-transform: uppercase;
    font-size: 16px;
}
.home_header_content_logo img {
    max-width: 350px;
}
.home_header_content {
    flex-direction: column;
	justify-content: space-evenly;
}
.home_header_content_heading {
    color: #fff;
}
.page-id-3358 .page_header_inner {
    margin: 50px;
}
.sitemap {
    background-color: var(--color_3);
    text-align: center;
}
.sitemap img {
   width: 60%;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3415,
.menu-phone-button {
    border: 1px solid #fff;
    padding: 5px 15px;
	cursor: pointer;
}
.footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378 {
    border: unset;
    padding: unset;
}
.inner_menu_nav ul li {
    margin-left: 15px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378:hover,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3415:hover,
.menu-phone-button:hover {
    background: var(--color_1);
    color: var(--color_3);
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378:hover a,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3415:hover a,
.menu-phone-button:hover a,
.inner_menu_nav ul li.menu-phone-button a:hover {
    color: var(--color_3);
}
.footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378:hover{
    background: unset;
}
.footer li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3378:hover a{
    color: #fff;
}
.sitemap{
	display:none;
}
.floorplan_modal_content_details_links a.main-button{
	padding: 10px 40px;
}
.inner_menu_nav ul li a{
	font-size: 14px;
}
.gallery_disclaimer{
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

.two_column_box_content,
.two_column_box_content p a,
.two_column_box_content h2{
    color: #151515;
}

.two_column_box_content p a{
	border-color: #7D2E3E;
    background-color: #7D2E3E;
    color: #FFFFFF;
}

.footer_content_btns p a, .main-button{
	border-color: #7D2E3E;
    background-color: #7D2E3E;
}

.three_col_box_item {
    background-size: 150% !important;
}

.three_col_box_inner .row  a.three_col_box_item:first-child {
    background-size: 208% !important;
}

.three_col_box_inner .row  a.three_col_box_item:first-child:hover {
    background-size: 198% !important;
}

.three_col_box_inner .row  a.three_col_box_item:last-child {
    background-size: 108% !important;
}

.three_col_box_inner .row  a.three_col_box_item:last-child:hover {
    background-size: 198% !important;
}

.three_col_box_item:hover {
    background-size: 140% !important;
}

.two_column_box_inner{
	background-color: #FFF;
	/* background-color: #F2F4F6; */
	/* background-image: url("img/gold-bg.jpg"); */
}
.ctaButtonContainer{
	margin-top: 30px;
}
.page-id-14 .parallax_content_box_content h2{
	font-size: 33px;
}
.contact_section_contact_info p {
    font-size: 16px;
    letter-spacing: 0.5px;
}
.page-id-14 .parallax_content_box.content_background_rose.cover {
    filter: brightness(1.2);
}


/* Video Hero Specific Styles starts */
.home_header.video-hero {
    position: relative;
    overflow: hidden;
    background: none; /* Remove background image */
}

.home_header_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.home_header_video img{
    height: 100%;
    width: 100%;
}

.home_header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     background-color: rgba(0, 0, 0, 0.3); Adjust opacity as needed */
    z-index: 1;
}

.home_header_inner {
    position: relative;
    z-index: 2; /* Ensure content is above video and overlay */
}

/* Ensure responsive behavior */
@media (max-width: 768px) {
    .home_header_video {
        height: 100%;
        width: auto;
        min-width: 100%;
    }
	.home_header.video-hero {
    margin-top: 130px;
}
}
/* Video Hero Specific ends */

.neighborhood_features_list_item ul {
    list-style: disc;
}

.neighborhood_features_list_item ul li a:hover {
    font-size: 15px;
}
.page-id-3466 .parallax_content_box_content ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .drawer_menu_header {
        display: none;
    }
    .drawer_menu_nav {
        justify-content: start;
    }
    .content_background_rose .parallax_content_box_content {
        background: var(--color_3) !important;
        margin-top: 80px;
    }
    .floorplan_modal.schedule_tour_modal {
    background: var(--color_5);
    z-index: 1000000000;
    }

}
    span.wpcf7-spinner {
    display: none;
}
}
    span.wpcf7-spinner {
    display: none;
}

.gallery_filter select {
 padding: 0.5rem 1rem;
    font-size: 1.2rem;
    max-width: 300px;
    margin-bottom: 1rem;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    height: 2.5em;

}
.gallery_filter select.form-control:focus {
    color: #000;
	background-color: #fff;
}

.gallery_virtual_tours li iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
}

/* =========================================
   FLOORPLAN MODAL
========================================= */

.floorplan_modal {
    z-index: 9999999;
}

.floorplan_modal .modal-dialog {
    width: 80%;
    max-width: 1400px;
    margin: 30px auto;
}

.floorplan_modal .modal-content {
    position: relative;
    overflow: hidden;
}

.floorplan_modal .modal-body {
    padding: 30px;
}

.floorplan_modal_content {
    margin-top: 0;
}

/* Tab/filter area */
.floorplan_modal_filters {
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
}

.floorplan_modal_filters .filter_box {
    width: 100%;
}

.floorplan_modal_filters .filter_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floorplan_modal_filters .filter_box li {
    cursor: pointer;
    display: inline-block;
}

/* Content switching */
.floorplan_modal_inner {
    display: none;
    width: 100%;
}

.floorplan_modal_inner.active {
    display: block;
}

/* Floorplan image */
.floorplan_modal_fp {
    width: 100%;
    text-align: center;
}

.floorplan_modal_fp .floorplanImage {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Gallery */
.floorplan_modal_gallery {
    width: 100%;
}

.floorplan_modal_gallery ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floorplan_modal_gallery ul li {
    min-width: 0;
}

.floorplan_modal_gallery ul li a {
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover !important;
    background-position: center !important;
}

/* Close button */
.floorplan_modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
}

/* Don't allow Bootstrap's columns to cause the image/filter
   section to become narrower than it should */
.floorplan_modal_image {
    min-width: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .floorplan_modal .modal-dialog {
        width: 95%;
        max-width: 95%;
    }

    .floorplan_modal .modal-body {
        padding: 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .floorplan_modal .modal-dialog {
        width: 95%;
        max-width: 95%;
        margin: 15px auto;
    }

    .floorplan_modal .modal-body {
        padding: 15px;
    }

    .floorplan_modal_gallery ul {
        grid-template-columns: 1fr;
    }

    .floorplan_modal_gallery ul li a {
        height: 200px;
    }

    .floorplan_modal_filters {
        padding-bottom: 15px;
    }

    .floorplan_modal_filters .filter_box ul {
        gap: 5px;
    }
}

.floorplan_modal {
	z-index: 9999999;
}
/* ==========================================
   DESKTOP / DEFAULT
========================================== */

.floorplan_modal_content_image {
    display: none;
}

.floorplan_modal_image {
    display: block;
}

.floorplan_modal_filters {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.floorplan_modal_filters .filter_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floorplan_modal_filters .filter_box li {
    cursor: pointer;
}

/* Floorplan */
.floorplan_modal_fp,
.floorplan_modal_fp_mobile {
    width: 100%;
    text-align: center;
}

.floorplan_modal_fp .floorplanImage,
.floorplan_modal_fp_mobile .floorplanImage {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Gallery */
.floorplan_modal_gallery,
.floorplan_modal_gallery_mobile {
    width: 100%;
}

.floorplan_modal_gallery ul,
.floorplan_modal_gallery_mobile ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.floorplan_modal_gallery li,
.floorplan_modal_gallery_mobile li {
    min-width: 0;
}

.floorplan_modal_gallery li a,
.floorplan_modal_gallery_mobile li a {
    display: block;
    width: 100%;
    height: 230px;
    background-size: cover !important;
    background-position: center !important;
}

/* Content switching */
.floorplan_modal_inner {
    display: none;
}

.floorplan_modal_inner.active {
    display: block;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    /* Hide desktop image column */
    .floorplan_modal_image {
        display: none !important;
    }

    /* Show mobile image/filter */
    .floorplan_modal_content_image {
        display: block !important;
        width: 100%;
        margin: 20px 0 30px;
    }

    .floorplan_modal_filters {
        display: block !important;
        width: 100%;
        padding-bottom: 20px;
    }

    .floorplan_modal_filters .filter_box {
        display: block !important;
        width: 100%;
    }

    .floorplan_modal_filters .filter_box ul {
        display: flex !important;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .floorplan_modal_filters .filter_box li {
        display: inline-block !important;
        cursor: pointer;
    }

    .floorplan_modal_fp_mobile {
        display: none;
    }

    .floorplan_modal_fp_mobile.active {
        display: block !important;
    }

    .floorplan_modal_gallery_mobile {
        display: none;
    }

    .floorplan_modal_gallery_mobile.active {
        display: block !important;
    }

    .floorplan_modal_gallery_mobile ul {
        grid-template-columns: 1fr;
    }

    .floorplan_modal_gallery_mobile li a {
        height: 200px;
    }

    .floorplan_modal_content_image .floorplanImage {
        display: block !important;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}



/**.lb-data .lb-close{
	background-image: url(/wp-content/uploads/2025/03/brown-close.png)!important;
}
.lb-nav a.lb-next{
	background-image: url(/wp-content/uploads/2025/03/brown-right.png)!important;
}

.lb-nav a.lb-prev{
	background-image: url(/wp-content/uploads/2025/03/brown-left.png)!important;
}**/
.gallery_filter select {
 padding: 0.5rem 1rem;
    font-size: 1.2rem;
    max-width: 300px;
    margin-bottom: 1rem;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    height: 2.5em;

}
.gallery_filter select.form-control:focus {
    color: #000;
	background-color: #fff;
}

.floorplan_modal_content_details {
  padding-right: 30px;
}

@media (max-width: 500px) {
    .floorplan_plans_wrap:has(.sitemap[style*="display: block"]) {
        background: transparent !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
	
	.page-id-14 .parallax_content_box_content h2 {
		font-size: 26px;
	}

	.page-id-12 .two_column_box_image_position_right .two_column_box_image {
        padding: 0 20px 0 0;
	}
	
	.page-id-12 .two_column_box_image_position_left .two_column_box_image {
        padding: 0;
	}
	
    .page-template-page-builder .section_1 {
        display: flex;
        flex-direction: column;
    }

    /* Remove the background image and the full-height parallax behavior */
    .page-template-page-builder .section_1 .parallax_content_box {
        background: none !important;
        background-attachment: scroll !important;
        min-height: 0;
        display: block;
    }

    /* Reveal the actual <img> full screen width, above the content box */
    .page-template-page-builder .section_1 .parallax_content_box_image {
        display: block;
        order: -1;
        width: 100%;
        margin: 0;
    }
    .page-template-page-builder .section_1 .parallax_content_box_image img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Content box sits directly below the image, full width, no offset */
    .page-template-page-builder .section_1 .parallax_content_box_content {
        width: 100%;
        margin: 0;
    }

	.page-id-12 #section_3 {
		margin-top: 0px;
	}
}

.home .parallax_content_box_content {
	background: rgba(58, 63, 69, 0.8);
}

.page-id-12 #section_3 {
	margin-top: -80px;
}

@media (max-width: 767px) {
  .three_col_box_item {
    background-position: center center !important;
  }
  .home .parallax_content_box_content {
	background: rgba(58, 63, 69);
  }
}

@media (max-width: 767px) {
  .three_col_box_item:last-child {
    background-position: center !important;
    background-size: 108% !important;
  }
}

/* WP Places Style Overrides */
.google-maps-wp-wrapper {
	background: var(--color_5);
	border: none;
	border-radius: 0;
    color: #fff;
	padding-top: 60px;
}

.google-maps-wp-wrapper .section-heading p span {
	color: #fff;
	display: inline-block;
	font-family: var(--display-font) !important;
	text-transform: none;
    font-size: clamp(1.375rem, 0.9rem + 2vw, 2.5rem);
	font-weight: 400;
    letter-spacing: 2px;
	margin: 40px auto;
}

.google-maps-wp-wrapper .map-controller-tabs,
.google-maps-wp-wrapper-fullwidth .google-wp-places-places-listed {
	justify-content: center;
}

.google-maps-wp-wrapper .map-controller-tabs button {
	background: transparent;
    border: 1px solid #fff;
	border-radius: 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 60px;
    font-size: 12px;
	font-weight: 400;
    margin-top: 40px;
    font-family: var(--general-font);
    letter-spacing: 2px;
	transition: all 0.25s ease-in-out;
}

.google-maps-wp-wrapper .map-controller-tabs button:focus,
.google-maps-wp-wrapper .map-controller-tabs button:focus-visible {
	outline: 0;
}

.google-maps-wp-wrapper .map-controller-tabs button.google-places-wp-is-open,
.google-maps-wp-wrapper .map-controller-tabs button:hover {
	background: var(--color_1);
    color: var(--color_3);
	outline: 0;
}

.google-maps-wp-wrapper-fullwidth .google-wp-places-places-listed {
	margin-bottom: 2rem;
}

.google-wp-places-places-listed p {
    margin: 0 0 .5rem;
    width: 97%;
    max-width: 202px;
    text-align: center;
    background: transparent;
    border: none;
    border-radius: 0;
}

.google-wp-places-places-listed p:hover {
	background: transparent;
}

.google-wp-places-places-listed a {
	font-weight: 400;
	text-transform: none;
	transition: all 0.25s ease-in-out;
}

.google-wp-places-places-listed a:hover {
	text-decoration: underline !important;
}

#google-places-wp-map {
	border-radius: 0;
}

.google-places-wp-infowindow {
	color: #000;
}

.mapboxgl-popup {
	z-index: 5;
}
@media (max-width: 607px) {
    .three_col_box_item:last-child {
        background-position: top !important;
    }
}

/* FAQs Accordion */
.faqs_section {
	padding: 90px 0;
}
.faqs_section_intro {
	max-width: 760px;
	margin: 0 auto 50px;
	text-align: center;
}
.faqs_section_intro h2 {
	color: var(--color_3);
	font-family: var(--display-font);
	margin-bottom: 20px;
}
.faqs_accordion {
	max-width: 860px;
	margin: 0 auto;
}
.faq_item {
	border-bottom: 1px solid #eaeaea;
}
.faq_item_question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 0;
	cursor: pointer;
}
.faq_item_question h3 {
	margin: 0;
	font-size: 18px;
	color: var(--color_3);
	font-family: var(--general-font);
	font-weight: 600;
}
.faq_item_toggle_icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eaeaea;
	color: var(--color_3);
}
.faq_item_toggle_icon i {
	transition: transform 0.2s;
}
.faq_item.active .faq_item_question h3 {
	color: var(--color_2);
}
.faq_item.active .faq_item_toggle_icon {
	background: var(--color_3);
	color: #fff;
}
.faq_item.active .faq_item_toggle_icon i {
	transform: rotate(180deg);
}
.faq_item_answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
}
.faq_item_answer_inner {
	padding: 0 0 25px;
}
.faq_item_answer_inner p:last-child {
	margin-bottom: 0;
}
.faq_item_answer_inner a {
	color: var(--color_2);
	text-decoration: underline;
}
@media (max-width: 607px) {
	.faqs_section {
		padding: 50px 0;
	}
	.faq_item_question h3 {
		font-size: 16px;
	}
}

.home_header_overlay {
	background-color: rgba(0, 0, 0, 0.3); 
}