/**
 * /*!
 * Theme Name:      DevIQ Property
 * Theme URI:       https://www.developersiq.com
 * Author:          DevIQ Team
 * Author URI:      https://github.com/rajwebsoft/
 * Description:     DevIQ is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         22.1.2
 * License:         GNU General Public License v2 or later
 * License URI:     http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     shoptimizer
 */
 
 .entry-summary table.variations {
    background: #cfb7a6;
    padding: 20px;
    border-radius: 15px;
}

table.variations select {
    height: 50px;
    border-radius: 15px;
}

table.variations tr:nth-child(2) {
    width: 50%;
    float: left;
    padding-right: 2%;
}
table.variations tr:nth-child(3) {
    width: 50%;
    float: left;
    padding-left: 2%;
}
table.variations a.reset_variations {
    float: right;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    color: #7c3a59;
    font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
}

.site-content .woocommerce-product-details__short-description ul li {
    font-size: 14px;
	text-transform: uppercase;
}

.woocommerce-Tabs-panel--description ul li{
	text-transform: uppercase;
}

p.price .woocommerce-Price-amount {
    font-size: 20px;
}
.custom_order .popup_custom_order{
    border-radius: 15px;
    font-size:14px;
}

.woocommerce-product-details__short-description .custom_order .popup_custom_order:hover {
    background-color: #7c3a59;
}

@media (max-width: 666px){
.shoptimizer-sticky-add-to-cart__content {
    padding: 10px 0;
    display: block!important;
}
	.shoptimizer-sticky-add-to-cart__content-product-info{
		display: block!important;
		padding-bottom:5px;
	}
}



/* custom css */

.bg_yellow {
    background: #FFA800;
}

.text_yellow {
    color: #FFA800;
}

p {
    font-weight: 400;
    /*font-size: 16px;*/
}

a:hover {
    color: #8C0047;
}

a:focus {
    outline: 0 !important;
}
.wpcf7-form label{
	color: #000 !important;
}
.wpcf7-submit{
	padding: 15px 30px!important;
    border: none;
    border-radius: 50px!important;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s;
    background-color: #1c95d3;
}
button.menu-toggle{
    padding: 0 !important;
}
.current-menu-item .main-menu-link{
	color:#8c0047 !important;
}
.properties_grid .elementor-element-eb2609e:hover p,
.properties_grid .elementor-element-5f1fff1:hover p,
.properties_grid .elementor-element-9e0debb:hover p,
.properties_grid .elementor-element-c22370a:hover p,
.properties_grid .elementor-element-eb2609e:hover h3,
.properties_grid .elementor-element-5f1fff1:hover h3,
.properties_grid .elementor-element-9e0debb:hover h3,
.properties_grid .elementor-element-c22370a:hover h3 {
    color: #fff;
}

.testimonial .swiper-slide {
    position: relative;
}

.testimonial .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    border-bottom-left-radius: 100%;
    background-color: #dee7f1;
}

.testimonial .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(./assets/images/quote.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1.2rem 1.3rem 0 0;
    filter: invert();
}

.elementor-testimonial__footer {
    flex-direction: column;
    position: relative;
}

footer .widget {
    /*text-align: center;*/
}

footer .widget.widget_media_image {
    display: flex;
    justify-content: center;
    margin-block-end: 3.5rem;
}

footer .widget.widget_media_image img {
    width: 220px;
}

footer ul#menu-footer-menu {
    display: flex;
    gap: 1rem 2rem;
    justify-content: center;
    margin-block-start: 2rem;
    font-size: 18px;
    margin-block-end: 4rem;
}

footer ul#menu-footer-menu li a {
    color: #fff;
}

.site-footer li a:after {
    border-color: #ffa800;
}

ul.social-media-icon {
    display: flex;
    gap: 10px;
    justify-content: center;
}

ul.social-media-icon li {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

ul.social-media-icon li:hover {
    border-color: #ffa800;
    background: #ffa800;
}

ul.social-media-icon li i {
    color: #fff;
}

.bottom_footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 25%);
    padding-top: 2rem;
}

.es-form-field-container {
    display: flex;
    margin: auto;
    max-width: 970px;
    width: 100%;
    background: #fff;
    align-items: center
}

.es-form-field-container .gjs-row {
    margin-bottom: 0 !important;
}

.es-form-field-container .gjs-row:nth-child(2) {
    width: 100%;
}

.es-form-field-container .gjs-row:nth-child(2) input {
    border: 0;
    padding-left: 1.5rem;
}

.underline {
    border-top: 1px solid #000 !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
    width: 30%;
    opacity: 1;
}

.latest_project {
    position: relative;
    overflow: hidden;
    height: 100%;

}
.latest_project img{
    transition: all 0.5s ease-out;
}
.latest_project a{
    display: block;
    overflow: hidden;
}
.latest_project:hover img{
    transform: scale(1.1);
} 
.latest_project_detail {
    bottom: -28%;
    padding: 1.5rem;
    background-color: #fff;
    top: auto;
    right: 0;
    left: 0;
    transition: all .4s ease 0s;
}

.ameniities ul {
    list-style: none;
    margin: 0;
}

.ameniities ul li {
    position: relative;
    padding-left: 1.8rem;
    font-size: 16px;
    font-weight: 300;
}

.ameniities ul li:before {
    content: '\f058 ';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #ffa800;
}

#secondary .widget{
    margin-bottom: 0 !important;
}
.property-right-sidebar #text-8{
    background: #f1f6fb;
    padding: 2rem;
    margin-bottom: 1rem !important;
    border-bottom: none !important;
}
.call_to_btn:hover{
   cursor: pointer;
}
.call_to_btn:hover a{
    text-decoration: underline !important;
}
.call_to_btn i{
    color: #fff;
    background: #ffa800;
    border:1px solid transparent;
    padding: 16px 18px;
    border-radius: 50%;
    font-size: 20px;
}
.call_to_btn a{
    font-size: 18px;
    color: #000 !important;
    margin-left: 1rem;
}
.property-right-sidebar #text-7{
    background: #f1f6fb;
    padding: 2rem !important;
}
.property-right-sidebar span.gamma.widget-title {
    font-size: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
}
.property-right-sidebar span.gamma.widget-title:after{
	position:absolute;
	content:'';
	width:150px;
	height:1px;
	background:#000;
	bottom:-15px;
	left:0;	
}
.price-block{
    position: absolute;
    right: 0;
    top: -40px;
}
/* blog */
article.elementor-post{
	position:relative;
	overflow: visible !important;
}
.elementor-post__text{
  background: #fff;
  display: flex !important;
  box-shadow: 0px 17px 16px -8px rgba(0, 0, 0, 0.18);
}
.elementor-post__title{
	order:2;
}
.elementor-post__title a{
	border-bottom:0 !important;
}
.elementor-post__meta-data{
	order:1;
	position:relative;
	margin-left:1.5rem;
}
.elementor-post__meta-data:before{
	content:'\f133';
	font-family: FontAwesome;
	position:absolute;
	font-size:14px;
	color:#3B3E43;
	left:-24px;
	top:0;
}
.elementor-post__excerpt{
	order: 3;
}
/* search input */

.search_block .search-submit{
	background-image:url(https://7xrealtor.developersiq.in/wp-content/uploads/2024/04/search.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:18px;
	background-color:#dee7f1 !important;
	font-size:0px;
	width:45px;
	height:45px;
	border-radius:100% !important;
	color:transparent;
	padding:12px !important;
	margin-top:0 !important;
}
.search_btn{
    background-color: #dee7f1 !important;
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.search_icons{
    margin: auto;
}
.site-search{
    display: none !important;
}
form.search-form{
	display: flex !important;
  gap: 5px;
  margin-block-end: 0px !important;
}
form.search-form:before{
	display:none !important;
}
.search_block .search-field{
	padding: 8px 15px;
     border: 2px solid #dee7f1 !important;
	border-radius: 30px;
	background:transparent !important;
	font-size:16px !important;
	font-weight:400;
}
.mobile-toggled .col-full-nav .search_block {
    display: none;
}
.elementor-cta:hover .elementor-cta__bg-overlay{
	background-color:transparent !important;
}
.elementor-cta:hover a.elementor-cta__button.elementor-button.elementor-size-{
	background-color:#fff;
	color:#FFA800;
}
.property-img {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.image-list{
    border: 2px solid transparent;
    cursor: pointer;
    max-width: 105px !important;
    max-height: 105px;
}
.image-item img{
	border:2px solid transparent;
}
.image-item img:hover{
	border:2px solid #FFA800;
}
.image-item .youtube_video{
	position:relative;
	display:flex;
}
.image-item .video-play-btn{
	position:absolute;
	top: 37%;
    left: 0;
     right: 0;
}
.video-play-btn i{
	color:#ffff;
	background-color:rgb(255 168 0);
	border-radius:50%;
	width:22px;
	height:22px;
    font-size: 12px;
	padding:1rem;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
#image-list.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 5px;
    margin: 5px 3px;
}
#image-list button.owl-dot:hover, #image-list button.owl-dot:focus{
    background-color: transparent ;
}
#image-list.owl-theme .owl-dots .owl-dot.active span, #image-list.owl-theme .owl-dots .owl-dot:hover span{
    background: #FFA800;
}
@media (min-width: 1200px){
    .search_block{
        position: relative;
    }
}
@media (max-width: 1199px){
    .search_block{
        position: fixed;
        right: 1rem;
        top: 38px;
    }
    .search_block_wrapper {
        display: none;
        background-color: #fff;   
    }
    .search-field{
        width: 65vw !important;
    }
}

@media (min-width: 993px) {
    .site-header .main-navigation {
        text-align: center;
    }

    .header-4 .site-header .search-trigger {
        font-size: 16px;
        margin: 0;
        background: #dee7f1;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 50%;
    }

    .header-4 .site-header .search-trigger .ri-search {
        margin: auto;
        font-weight: 600;
        color: #3B3E43;
    }

    .latest_project_detail {
        position: absolute;
        opacity: 0;
        padding: 1.5rem;
    }

    .latest_project:hover .latest_project_detail {
        bottom: 0;
        left: 0;
        opacity: 1;
    }
    .elementor-post__text{
        position: absolute;
        bottom: -8rem;
        width: 90% !important;
        margin: auto;
        right: 0;
         left: 0;
    }
    .elementor-129 .elementor-element.elementor-element-485045e{
        --grid-column-gap: 40px !important;
        --grid-row-gap: 170px !important;
    }
}

@media (max-width: 992px) {
    button.menu-toggle {
        left: auto;
        right: 15px;
        background-color: transparent !important;
    }

    .site-branding {
        flex-direction: unset !important;
        justify-content: flex-start;
    }
    .search_block{
        top: 22px;
    }
    .main-navigation{
        margin-top: 1.5rem;
    }
}

@media (max-width: 600px) {
    .bottom_footer {
        justify-content: center !important;
    }

    .es-form-field-container {
        flex-wrap: wrap;
        background: transparent !important;
        gap: 10px;
        justify-content: center;
    }

    .es-form-field-container .gjs-row:nth-child(2) input {
        background: #fff;
        padding-block: 1.5rem;
    }

    footer ul#menu-footer-menu {
        flex-wrap: wrap;
    }
}



.wp-core-ui .button-primary{
    background: #FFA800 !important;
    border-color:#FFA800 !important
}

.dark-logo-link{
    display:none;
}
.site-header.is_stuck .custom-logo-link{
    display:none;
}
.site-header.is_stuck .dark-logo-link{
    display:inline-block;
}
.form-control.text-bg-border-white{
    background-color: #FFF;
    border-color:#CCC;
}