/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Debashis
 Author URI:   http://example.com
 Template:     generatepress
 Version:      0.1
*/
.page-header, .sidebar .widget, .site-main>*{
	margin-bottom: 0px;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100% !important;
}
#masthead{
	overflow: hidden;
	z-index: 5;
}
.separate-containers .site-main{
	margin: 0px;
}
.site-header {
	border-bottom: 1px solid #9b9b9b;
	position: sticky;
	top: 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + #content {
  padding-top: 10px;
}
.inside-header {
    padding: 5px 40px;
}
.clear{
	clear: both;
}
.justify{
	text-align: justify;
  text-justify: inter-word;
}
h1, h2, h3{
	color: #000000;
}
h4{
    font-size: 18px;
    line-height: 1em;
}
.footer-bar{
	font-size: 12px;
}
.copyright, .menu_sep{
	float: left;
}
.menu-footer-menu-container {
	float: left;
}
.menu-footer-menu-container ul {
	list-style: none;
	margin-left: 0px;
}
.menu-footer-menu-container li {
	float: left;
	margin-left: 5px;
}
.menu-footer-menu-container li + li::before {
    content: " | ";
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
	padding: 25px 100px;
}
.prop_title_block {
    width: 100%;
    float: left;
	margin-bottom: 5px;
}
.entry-prop {
    margin-bottom: 0px;
    display: inline;
    float: left;
    width: auto;
    max-width: 75%;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -1px;
}
.price_area {
    color: #a2d000;
    font-size: 26px;
    padding: 0px 0px 0px 0px;
    float: right;
    font-weight: 600;
    letter-spacing: -1px;
}
.property_categs {
    float: left;
    width: 100%;
}
.property_categs i {
    margin-right: 3px;
    font-size: 12px;
}
.fa_color{
	color: red;
}
.feature_content{
	text-align: center;
}
.listing_detail {
    padding: 0px 10px 7px 0px;
    min-height: 31px;
    font-weight: 600;
}
.col-md-2 {
    width: 50%;
	float: left;
}
.col-md-4 {
    width: 25%;
	float: left;
}
.entry-content i {
    margin-right: 10px;
    font-style: initial;
}
.entry-content i.fa-check{
    color: #0dc3f8;
}
.prop_video{
	width: 50%;
    margin-left: 25%;
}
.property_video_wrapper {
    background-color: #333;
    position: relative;
}
#property_video_wrapper_player {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 49px;
    color: #fff;
    z-index: 10;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0px 0px -50px;
    opacity: 0.8;
    pointer-events: none;
}
.contact_block{
	text-align: center;
margin: 0 auto;
background-color: #d0d0d0 !important;
}
.short_note{
	display: inline-block;
	padding: 10px 0px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
	width: 100%;
}
.request_price{
	font-weight : bold;
	text-decoration: none;
	background-color: #ff2727;
	color: #fff;
	border-radius: 10px;
	line-height: 40px;
	padding: 8px;
	font-size: 18px;
	letter-spacing: 0px;
}
.request_price:hover{
	color: #fff;
	background-color: #ff7800;
}
#menu-item-102 a{
	font-weight : bold;
	text-decoration: none;
	background-color: #ff2727;
	color: #fff;
	border-radius: 10px;
	line-height: 44px;
}
.wpcf7-not-valid-tip{
	color: red !important;
	font-size: 15px !important;
    font-weight: bold !important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 5px !important;
	font-weight: bold;
	color: #25ff00;
}
.home_page_link{
	text-decoration: none;
	background-color: #ff2727;
	color: #fff;
	border-radius: 5px;
	line-height: 20px;
	padding: 5px;
	font-size: 14px;
	letter-spacing: 0px;
}
.home_page_link:hover{
	color: #fff;
	background-color: #ff7800;
}
@media only screen and (max-width: 900px) {
	.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
		padding: 25px 50px;
	}
	.col-md-4 {
		width: 33%;
	}
	.prop_video{
	width: 60%;
    margin-left: 20%;
	}
	.main-navigation .main-nav ul li a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.site-branding-container{
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.main-navigation ul{
		display: block !important;
	}
	.mobile-menu-control-wrapper{
		display: none !important;
	}
	.has-inline-mobile-toggle #site-navigation{
		flex-basis: 20%;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 14px;
		line-height: 30px !important;
	}
	.entry-prop {
		width: 100%;
		max-width: 100%;
	}
	.price_area{
		width: 100%;
	}
	.prop_video{
	width: 70%;
    margin-left: 15%;
	}
	.site-branding-container{
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.main-title{ width: 75%; }
}
@media only screen and (max-width: 600px) {
	.site-branding-container .site-logo {
		margin-right: 5px !important;
	}
	.main-title a{
		letter-spacing: -1px;
	}	
	.col-md-4 {
		width: 50%;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
		font-weight: normal !important;
		text-align: center;
	}   
}
@media only screen and (max-width: 570px) {
	.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
		font-weight: normal !important;
		text-align: center;
		line-height: 24px !important;
	}  
}
@media only screen and (max-width: 500px) {
	.col-md-2,.col-md-4 {
		width: 100%;
	}
	.prop_video{
	width: 100%;
	margin-left:0%;
	}
	.main-title{ width:60%; }
}
.gallery-icon{
	padding:0px;
}
.wpcf7-list-item-label{
font-size: 13px;
font-family: 'Montserrat';
}
.eael-contact-form-7 .wpcf7-form p {
    margin-bottom: 13px !important;
}

a.generate-back-to-top{
	background-color: #02AE70;
}

.main-navigation a {
    font-weight: 600;
}
.footer_full_width{
	width: 100%;
}
.footer_location_block{
	width: 100%;
}
.footer_sales{
	font-size: 50px; 
	font-weight: 500;
	color: #02ae70;
}
@media only screen and (max-width: 540px) {
  .footer_sales{
    font-size: 35px; 
  }
}
@media only screen and (max-width: 390px) {
  .footer_sales{
    font-size: 30px; 
  }
}
.mobile-menu{
    display: none;
}
@media only screen and (min-width: 800px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 799px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
}
.wpcf7-list-item-label{
	color: #fff;
	font-size: 14px;
}
.inside-site-info{padding-bottom: 0px !important;}
.footer_property_location{
	font-size: 18px;
}
.footer_disclaimer{
	font-size: 10px; 
	color: #443838;
}
.main-navigation ul ul{
	position: fixed;
}
.main-navigation .main-nav ul li a{
	line-height:25px;
}
ul.sub-menu li{
	background: #fff;
	border: 1px solid #00000030;
}
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu-content h2, #mobmenuright .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name{
	color:#666 !important;
	bolder: none !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: #fff !important;
}

@media only screen and (max-width: 1024px)
.mobmenu-content #mobmenuright li:hover {
    background-color: #fff !important;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #0000009c;
  border-radius: 50%;
  display: inline-block;
}

.elementor-11 .elementor-element.elementor-element-34d0846 {
    width: 100% !important;
    max-width: 100% !important;
    align-self: center;
}
@media (max-width:767.88px) {
    .eael-contact-form {width: 100%}
}
.section-absolute {
	position: absolute;
    right: 0;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
	font-weight: 700;
}
.header-image{
	width: 160px !important;
    padding: 0px 0px;
}
.site-branding{
	padding: 0px 0px;
}