/*!
Theme Name: ACRE Investment Management
Theme URI: https://www.acre-investment.com/
Author: ACRE Investment Management
Author URI: https://www.acre-investment.com/
Description: 
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: oyster
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.main-logo {
    max-width: 220px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#footer {
	color: #000;
}
/*css moduls new*/
.section-contact .top{
	padding: 120px 0 75px 0;
	max-width:700px;
	margin:0 auto; 
}
.section-contact .top h5 {  
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px; 
	text-align: center;
	letter-spacing: 0.075em;
	text-transform: uppercase; 
	color: #40A627; 
	position:relative; 
}
h3.border-title{  
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 46px; 
	text-align: center; 
	color: #424242; 
	position:relative;
	padding-bottom:24px;
	margin-bottom:20px;
}
.section-contact .top h3.border-title:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:60px;
	height:3px;
	margin:0 auto;
	background:rgba(43, 137, 53, 1);
}
.section-contact .top p { 
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px; 
	text-align: center; 
	color: #424242; 
}
.section-contact .bottom {
	display:flex;
	justify-content: space-between;
	padding-bottom:200px;
}
.section-contact .bottom .box-left {
	max-width:476px; 
}
.section-contact .bottom .box-left ul li:before {
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:rgba(66, 66, 66, 1);
	top:8px;
}
.section-contact .bottom .box-left ul ul li:before {
	width:4px;
	height:4px; 
}

.section-contact .bottom .box-right {
	max-width:320px;
}
.section-contact .bottom p {
	margin-bottom:0;
}
.section-contact .bottom ul {
	margin-bottom:0;
}

.featured-post {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 110px;
    margin-top: 35px;
}

.featured-post .post-details {
    width: 600px;
    background: #fff;
    position: absolute;
    left: 64px;
    bottom: -52px;
    border-top: 25px solid #2B8935;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
}

.post-roll-news-layout .hero-content .para-group .heading h3 {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    color: #424242;
}

.post-roll-news-layout {
    padding-top: 80px;
}

.copyright {
    background: #222222;
    font-weight: 500;
	font-size:10px;
    line-height: 15px;
    padding: 12px 0;
    color: #FFFFFF;
}

.copyright p {
    margin: 0;
}
.post-details .post-title a {
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    color: #181A2A;
    display: block;
    text-align: left;
}

.post-category {
    background: #E2F1E4;
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #2B8935;
    padding: 4px 11px;
}

.author-image img {
    border-radius: 50%;
}

.copyright a {
    color: #fff;
}

.post-date,
.author-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #97989F;
}

.post-author {
    display: flex;
    gap: 12px;
    align-items: center;
}

.post-author-date {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright .container {
    display: flex;
    gap: 10px;
}

#footer .footer-menu .widget nav {
    width: auto;
    padding: 0;
}

#footer .footer-menu {
    gap: 30px;
}

.filter-sidebar h3 {
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    color: #424242;
    border-bottom: 1px solid #2B8935;
    padding-bottom: 5px;
}

.top-news .post-details .post-title a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    margin-top: 10px;
}

.top-news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.blog-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 30px 20px;
    margin-bottom: 60px;
}

.blog-wrap .blog-post {
    background: #FFFFFF;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.12);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-post .thumbnail {
    height: 240px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.blog-wrap .blog-post .post-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.paginate {
    display: flex;
    margin-bottom: 80px;
    justify-content: flex-end;
}

.page-numbers {
    padding: 8px 10px;
    color: #2E3335;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.page-numbers.current {
    color: #56AC5F;
}

.search-form input {
    padding: 8px;
    height: 40px;
    border: 1px solid #888888;
    width: 320px;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.66732 14C11.1651 14 14.0007 11.1645 14.0007 7.66666C14.0007 4.16886 11.1651 1.33333 7.66732 1.33333C4.16951 1.33333 1.33398 4.16886 1.33398 7.66666C1.33398 11.1645 4.16951 14 7.66732 14Z" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6673 14.6667L13.334 13.3333" stroke="%23424242" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 290px center;
    padding-right: 35px;
}

.post-roll-news-layout .search-form {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 20px;
}

.filter-sidebar hr {
    border-color: #2B8935;
}

.filter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-top h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #424242;
    text-transform: capitalize;
}

.filter-top .reset {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    color: #BBBCBD;
}

.filter-list {
    border: 1px solid #EAEAEA;
    padding: 10px 17px;
    margin-top: 10px;
}

.filter-list h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #424242;
    margin-bottom: 10px;
}

.filter-category {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #888888;
}

.filter-category .item {
    margin-bottom: 10px;
}

.filter-sidebar {
    padding-right: 45px;
}

.single .hero-single-blog-layout .hero-single-date p,
.single .hero-single-blog-layout .hero-single-date a {
	
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.hero-content .hero-hadding h1 {
    margin-top: 20px;
}

.hero-content .hero-hadding h1 {
    margin-top: 20px;
}

.single .single-post-layout .news-details blockquote {
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #424242;
    border: 0;
    margin-top: 20px;
}

.single .single-post-layout .news-details blockquote:after {
	content: "";
	width: 55px;
	border-top: 2px solid #C2D842;
	display: block;
	margin-top: 15px;
}

.single .single-post-layout .news-details .article-btn a {
    border-radius: 0;
    min-width: auto;
}

.single .single-post-layout .news-details .single-post-details .team-details-content p {
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	color: #424242;
}

.team-details-content .barlow {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #656565;
}

.single-post-layout .news-details .single-post-details .team-details-content h3 {
    margin-bottom: 13px !important;
}

.single .single-post-layout .news-details .single-post-details .person-img {
    width: 200px;
    min-width: 200px;
    margin-right: 30px;
}

.hero-single-blog-layout .back-resources a {
    text-transform: uppercase;
}

.single .post-roll-layout {
    background: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 120px;
    margin-bottom: 0 !important;
}

.single .single-post-layout .post-roll-news-layout .news-details {
    padding-top: 0;
}

.single .filter-sidebar {
    padding-right: 30px;
}

.news-letter {
    background: #0A364F !important;
}

.single .blog-post-heading {
    margin-bottom: 40px !important;
}

.hero-single-blog-layout .hero-single-hadding {
    margin-top: 20px;
}

.blog-wrap.columns-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.news-details .para:before {
	display: none;
}

.post-roll-news-layout .filter-sidebar {
    padding-right: 30px;
}

.header-data .main-menu.navbar-nav .current-menu-item > .nav-link {
    font-weight: bold;
}

  @-moz-keyframes rotation { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotation { 100% { -webkit-transform: rotate(360deg); } }
@keyframes rotation { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    overflow-x: hidden;
    transition: 0.5s;
}
#loading .loading-wrapper {
	display: inline-block;
    background-color: #37474f;
    border-radius: 3px;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    top: 50%;
    left: 50%;
}
#loading .loading-indicator {
    position: relative;
    width: 44px;
    height: 44px;
}
.loading-indicator .pace_activity {
	position: relative;
	border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
	width: 44px;
    height: 44px;
    -webkit-animation: rotation 1.5s ease-in-out infinite;
    -o-animation: rotation 1.5s ease-in-out infinite;
    animation: rotation 1.5s ease-in-out infinite;
}
.loading-indicator .pace_activity:before {
	content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
	-webkit-animation: rotation 2s ease-in-out infinite;
    -o-animation: rotation 2s ease-in-out infinite;
    animation: rotation 2s ease-in-out infinite;
}
.loading-indicator .pace_activity:after {
	content: "";
	position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    -webkit-animation: rotation 1s ease-in-out infinite;
    -o-animation: rotation 1s ease-in-out infinite;
    animation: rotation 1s ease-in-out infinite;
}

#loading .loading-wrapper {
	border-radius: 50%;
	background-color: #fff;

}

#loading {
	background-color: rgba(0,0,0,0.8);
}
.loading-indicator .pace_activity {
	border-top-color: #145478 !important;
}

.loading-indicator .pace_activity:before {
	border-top-color: #145478 !important;
}

.loading-indicator .pace_activity:after {
	border-top-color: #145478 !important;
}


@media screen and (max-width: 1023px) {
	.post-roll-news-layout .filter-sidebar,
	.post-roll-news-layout .blog-content,
	.single .news-details-wrap,
	.search-wrap,
	.single .filter-sidebar {
		width: auto;
	}
	
	.post-roll-news-layout .row.single-content {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.post-roll-news-layout .search-form {
		justify-content: flex-start;
	}
}



@media screen and (max-width: 900px) {
	.blog-wrap.columns-3 {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
	}
}


@media screen and (max-width: 767px) {
	.featured-post .post-details {
		width: auto;
		left: 30px;
		right: 30px;
	}
}


@media screen and (max-width: 600px) {
	.blog-wrap,
	.blog-wrap.columns-3 {
		grid-template-columns: repeat(1, minmax(0px, 1fr));
	}
	
	.featured-post .post-details {
		padding: 20px;
	}
}