/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
 
 

/* Theme customization starts here */

span.Pending {
    color: orange;
    font-weight: 600;
    font-size: 20px;
}

span.Sold {
    color: green;
    font-weight: 600;
    font-size: 20px;
}

.load-more-posts {
    display: block;
    clear: both;
    text-align: center;
    background: lightgray;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-type-archive-listing_page .full_container_page_title {
    display: none;
}

.post-type-archive-listing_page .content_body {
	margin-top: 0px !important;
}

.post-type-archive-listing_page .hero-banner {
	background-image: url('/wp-content/uploads/2019/05/paintedmountain.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    padding: 230px 0px 100px 0px;
    margin-bottom: 35px;
}

.post-type-archive-listing_page .scrolled #menu > ul > li > a {
	color: #333333 !important;
}

.post-type-archive-listing_page #menu > ul > li > a {
	color: #ffffff;
}

#header.transparent_header:not(.scrolled) {
    background: rgba(27, 59, 82, 0.41) !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;          
}

@media only screen and (max-width: 768px) {
	   
	   .row {
		    display: flex;
		    flex-wrap: wrap;
		    margin: auto;         
		}
		
		.post-type-archive-listing_page .col-sm-3 select {
		    width: 295px;
		    margin: 0px 8px;
		    margin-bottom: 30px;
		}
		
		#header.transparent_header:not(.scrolled) {
		    background: #ffffff !important;
		}
		
		.post-type-archive-listing_page .scrolled #menu > ul > li > a {
			color: #333333 !important;
		}
		
		.post-type-archive-listing_page #menu > ul > li > a {
			color: #333333 !important;
		}

}

.post-type-archive-listing_page .col-sm-3 select {
    width: 250px;
    margin: 0px 8px;
    margin-bottom: 30px;
}