/*
 Theme Name:   Architect Child
 Theme URI:    http://demo.thememodern.com/architect
 Description:  Architect Child Theme
 Author:       ThemeModern
 Author URI:   http://demo.thememodern.com/
 Template:     architect
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  architect-child
*/

@import url("../architect/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.btn-main-color {
	color: #fff !important;
	text-transform: uppercase !important;
}

.project-terms a.current h4 {
	color: #fff !important;
}
.footer-btn {
	color: #fff !important;
    text-transform: uppercase !important;
	background: #82af40;
	font-size: 18px;
    padding: 15px 30px;
}
.footer-btn:hover {
	background: #fff !important;
	color: #82af40 !important;
}
.latest-blog-post-date {
	color: #fff !important;
}

/**Custom Sidebar CSS**/
	.sidebar-new {
		padding: 25px 30px 25px 30px;
		background-color: rgba(130, 175, 64, 0.8);
	}
.sidebar-bg {
			background-image: url("/wp-content/uploads/2023/08/Laf3-featured.jpg");
}
	.sidebar-p {
		color:#fff;
		font-size:18px;
		line-height:28px;
	}
	.sidebar-cta {
		background: #333;
		color: #fff;
		border: 2px solid transparent;
		font-size: 12px;
		text-align: center;
		padding: 10px 25px;
		transition: all 0.6s ease 0s;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: 1px;
		line-height:
	}
	.sidebar-cta:hover {
		background: transparent;
		color: #fff;
		border: 2px solid #333;
	}