/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1742527602
Updated: 2025-03-21 03:26:42

*/


html,body{min-width:1200px; overflow-x:hidden; width:100%;}
a, a:hover{color:unset;}

.page-content a {
    text-decoration: none;
}

.btn.black a {
    background-image: url(https://beta10.technodreamcenter.com/blantonproperties.net/wp-content/uploads/2025/03/Untitled-6.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    padding-left: 15px ! IMPORTANT;
}

.btn.white a, a.btn.white {
    background-image: url(https://beta10.technodreamcenter.com/blantonproperties.net/wp-content/uploads/2025/03/Untitled-19.png);
    background-repeat: no-repeat;
    background-position: 30px 50%;
    padding-left: 15px ! IMPORTANT;
}

.agents figure.swiper-slide-inner {
    box-shadow: 0px 0px 6px 0px rgb(161 161 161 / 95%);
    border: none ! IMPORTANT;
}
.elementor-widget-image-carousel .swiper {
    padding: 15px 0 !important;
}

.agents figure .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
}

.elementor-swiper-button {
    display: none !important;
}

.agents figure img.swiper-slide-image {
    width: 100%;
}
.agents figure h2 {
    font-size: 19px;
    font-family: 'Jost';
    font-style: normal;
    letter-spacing: 0;
    font-weight: 400;
	text-transform: uppercase;
}

.agents a.btn.white {
    background-color: #3A3A3A;
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Jost';
    max-width: 140px;
    width: 100%;
    padding: 15px 0%;
    border-radius: 50px;
}


/* Contact Form */


.form textarea {
    height: 170px;
}

.form input[type='text'], .form textarea {
    box-shadow: 3px 2px 5px 0px rgba(84, 84, 84, 0.75) inset;
    border: none !important;
    padding: 20px;
    background: #F3F3F3;
    border-radius: 2px;
}
.form .flex p{
    display: flex;
    gap: 20px;
}
.form label {
    width: 100%;
}
.form .btn {
   background-color: #8DA9B0 !important;
    padding: 15px 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
	color: #FFFFFF !important;
	border: none;
}
.form label span {
    color: black;
    margin: 0;
}

.form label {
    color: transparent;
}
span.wpcf7-list-item {
    margin: 3px 0;
}

#form .form .btn {
    border-radius: 5px;
    padding: 10px 5%;
    font-family: 'Roboto';
}

#form .form input[type='text'], #form .form textarea {
    border-radius: 3px;
    padding: 10px !important;
}

.form br{
	display:none;
}






@media(max-width:767px){
	.form .flex p {
    gap: 0px;
		flex-direction:column;
}
	
		.form .flex p{
    gap: 10px;
}
	
	.form textarea {
    margin-bottom: 20px;
}
}
@media(max-width:1024px){
	html,body{min-width:320px;}
}