/*!
Theme Name: realestate
Theme URI: http://realestate.com/
Author: Underscores.me
Author URI: http://realestate.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: realestate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
*{margin: 0;padding: 0;}
:root {
	--black-color: #000;
	--dark-black-color: #222;
	--white-color: #fff;
	--nav-blue: #202859;
	--light-blue: #0593E6;
	--fluid-width: 1000px;
	--custom-font-main: "Inter", Sans-serif;
}
body{}

img{max-width: 100%;height: auto;}
a{text-decoration: none;}

.o-container{margin-left: auto;margin-right: auto; max-width: 1200px;}

.site-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.main-navigation {margin-top: 20px;margin-bottom: 20px;}
.navigation {display: flex;list-style-type: none;gap: 15px;padding: 0;}
.navigation li{font-size: 18px;line-height: 23x;font-weight: 700;}
.navigation li a{color: inherit;}

.post-thumbnail img {
    height: auto;
    width: 100%;
}
.wp-category-list {display: flex; border-bottom: 1px solid #ddd;margin-bottom: 20px; padding-bottom: 20px; position: relative; justify-content: space-between;}
.wp-category-list .post-thumbnail {flex-basis: 40%;margin-right: 20px; overflow: hidden;}
.wp-category-list .post-thumbnail a{display: inline;}
.wp-news-entry {display: flex;flex-basis: 60%;flex-direction: column;}
.wp-post-title{color: var(--dark-black-color);font-family: var(--custom-font-main);font-size: 18px;line-height: 24px; font-weight: 700;}
.wp-post-title a{color: inherit;}
.o-excerpt{font-size: 12px;font-weight: 400; line-height: 18px;color: #666;margin-top: 10px;}

@media print, screen and (min-width: 1024px) {
	.o-block__lhs{flex-basis: 870px;}
	.o-block__rhs{flex-basis: 300px;}
}
@media print, screen and (min-width: 768px) {
	.o-wrapper{display:flex;flex-wrap: wrap;justify-content:space-between;gap:0 30px;}
}

@media print, screen and (max-width: 767px) {
	.o-block__lhs {margin-bottom: 30px;}
	.wp-category-list .post-thumbnail {margin-right: 20px;}
}
