/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/** ads */

.astra-advanced-hook-76017 {
	padding-bottom: 40px;
}


.housing-market-icon svg path{
	fill: #0C82A5!important;
    opacity: 1!important;
}

.housing-market-icon svg:hover path{
	fill: #A02021!important;
    opacity: 1!important;
}

.elementor-post-date{
	font-size: 14px;
}


/** RESPONSIVE MAIN MENU */

@media (max-width: 1359px) and (min-width: 1025px){
	.news-menu .elementor-nav-menu--main .elementor-item{
		font-size: 11px!important;
	}
}



/** SUBMENU */

@media only screen and (max-width: 1024px) {
	
	.news-submenu .elementor-menu-toggle i:before {
		font-family: "Font Awesome 5 Free"; 
    	font-weight: 900; 
		font-size:25px;
    	content: "\f0dd";
		margin:10px;
	}

	.news-submenu .elementor-menu-toggle {
		background-color: white!important;
		margin:0!important;
	}
	
}

.news-submenu .elementor-nav-menu .elementor-item:hover, .news-submenu a.elementor-item.elementor-item-active  {
	font-weight:bold!important;
}

/** SORTING */

.sortby{
	float:right;
	font-size:14px;
}

.sortby label{
	line-height:40px;
}

#sortbox{
	float:right;
	font-size:14px;	
}

/** PAGINATION */

.page-nav{
	text-align: center!important;
	padding-top:30px;
	line-height: 2;

}

.page-numbers {	
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
}

/** MAIN MENU */
@media only screen and (min-width: 1025px) {
	.mobile-nav-show a{
		display:none!important;
	}
}
	
/** TITLE LINKS */

.elementor-post__title a:hover, .elementor-post__title a:focus,.before-footer-links a:hover {
    color: #de3341!important;
}

.contact-us-link a:hover {
    color: #dadada!important;
}

/** SINGLE BLOG POST META  */

.ast-article-single .entry-meta{
	display:none;
}


/** SINGLE BLOG POSTS */

.post-dates{
	margin: 25px 0;
}

.pub-dates{
	color: #b2b2b2;
}

.entry-meta{
    color: #333;
}

.entry-meta a {
    color: #0c82a5;
}

.ast-single-post .posted-on .published:before{
	content: 'Published on ';
}

.ast-single-post .posted-on .published:after{
	//content: ' by ';
}

.ast-single-post .posted-on .published{
	color: #333;
}

/** YOU MIGHT ALSO LIKE SIDEBAR */

h2.widget-title{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #b2b2b2;
}

#text-2.widget {
    background-color: #f5f5f5;
    padding: 20px;
}

.ast-right-sidebar #secondary {
    border-left: 1px solid #fff!important;
	margin-top: 30px;
}

.ast-right-sidebar #primary {
    border-right: 1px solid #fff!important;
	margin-top: 30px;
}


/** ALL POSTS - CATEGORY PAGES WITH SUB-CATEGORIES */

.all-cat-posts{
	display: block;
	width:100%;
    margin: auto;
	margin-top: -1.5em;
}
 
.all-posts{
	display: block;
    padding: 1.5em 0 .5em 0;
    color: #333;
    border-bottom: 1px solid #e8e8e8;	
}

.all-posts:before{
    content: "";
    display: table;	
	box-sizing: border-box;
}

.all-post-thumb {
	float: left;
	height: 16.2em;
	width: 40%;
	position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 1em;
}

.all-post-thumb img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	height:100%;
	object-fit: cover;
	cursor: pointer;
}

.all-post-text{
	width: 60%;
	float:left;
	padding: 0 5%;
}

.all-post-subcat h5 a{
 	color:#DE3341;
 	text-transform: uppercase;
 	font-size:13px;
}

.all-post-subcat h5 a:hover{
 	color: #0c82a5;
}

.all-post-title h2{
 	font-size:24px;
}

.all-post-title a{
 	color: #333333;
}

.all-post-title a:hover{
 	color: #0c82a5;
}

.all-post-date h5{
 	color: #adadad;
 	font-size:14px;
}

.all-posts:after{
	clear: both;
	content: "";
    display: table;
}

@media only screen and (max-width: 600px) {
	.all-post-thumb {
		float: left;
		width: 100%;
	}

	.all-post-text{
		width: 100%;
		float:left;
	}
}

/** POPULAR FROM OUT CEO POSTS SIDEBAR */

.most-popular{
	display: block;
	width:100%;
    margin:0 auto;
}

.pop-posts{
	display: block;
    padding: 1em 0;
    color: #333;
    border-bottom: 1px solid #e8e8e8;	
}

.pop-posts:before{
    content: "";
    display: table;	
	box-sizing: border-box;
}

.pop-post-thumb-small img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	height:5em;
	//height:66%;
	object-fit: cover;

}

.pop-post-thumb-small {
	float: left;
	height: 5em;
	width: 30%;
	position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 1em;
}


.pop-post-title{
	width: 70%;
	float:left;
	padding: 0 5%;
}

.pop-post-title h5{
	margin-bottom: 0;
}

.pop-posts:after{
	clear: both;
	content: "";
    display: table;
}

@media (max-width: 91em) and (min-width: 54em){
	.pop-post-thumb-small {
		width: 40%;
	}
	.pop-post-title{
		width: 60%;
	}
	.pop-post-title h5 {
		font-size: .95em;
	}
}


/** AUTHOR BOX */
.author__avatar{
    max-width: 100%;
    margin-bottom: 3.2em!important;
	display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 0 1.5em 1.5em 0!important;
}

.author__avatar img {
    width: 100%;
    max-width: 100%;
}

.author__info {
    font-size: .9em;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1.5em;
    width: 65%;
    max-width: 38em;
    padding-bottom:20px;
}

a.author__more{
	padding-right:10px;
}


/** FOLLOW REDFIN */

@media (max-width: 1351px) and (min-width: 1025px){
	.follow-redfin .elementor-social-icon {
		margin-right: 5px!important; 
	}
	.follow-redfin .elementor-icon i, .follow-redfin .elementor-icon svg {
		width: .94em;
		height: .94em;
	}
}

/** SUBSCRIBE FORM */
body .gform_wrapper .gform_footer input[type=submit] {
	color:white;
	background-color: #DE3341;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #e62e2e;
}

@media only screen and (min-width: 768px){
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
    	width: 75%;
    	max-width: 75%;
	}
}

@media only screen and (max-width: 767px){
	.gform_wrapper{
   		padding:0; 
		margin:-15px 0 0 0!important;
	}
	.gform_wrapper .gform_footer {
    	padding: 0!important;
	}
}



.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
    padding-bottom: 10px;
}

/** TEXT SELECT COLORS */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #0c82a5;
}

::selection {
  color: #ffffff;
  background: #0c82a5;
}

/** FOOTER */
.flag {
    width: 20px;
    height: auto;
    margin-right: 0.25rem;
    vertical-align: middle;
}
