/*
Theme Name:     Astrid Custom Theme
Description:    Astrid child theme
Template:       astrid
*/
body {
	font-family: 'Comfortaa' !important;	
}
.site-header .container {
	display: block !important;
}
.menu-footer-menu-container {
	float: none;
	text-align: center;
}
.menu-footer-menu-container .menu {
	display: inline-block;
	float: none;
}
.site-header.has-header, .site-header {
	background-color: #fff !important;
	padding: 0;
}
.main-navigation li a::before, .main-navigation li a::after {
	border-color: #6c8b33;
}
.main-navigation li a {
	color: #000;	
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-color: #6c8b33;
	color: #6c8b33;
}
.fact-area .fact .fa, .woocommerce .woocommerce-message:before, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #review_form #respond .form-submit input, .woocommerce a.button, .woocommerce div.product form.cart .button, .woocommerce .star-rating, .page-header .page-title .fa, .site-footer a:hover, .footer-info a:hover, .footer-widgets a:hover, .testimonial-title a:hover, .employee-title a:hover, .fact .fa, .service-title a:hover, .widget-area .widget a:hover, .entry-meta a:hover, .entry-footer a:hover, .entry-title a:hover, .comment-navigation a:hover, .posts-navigation a:hover, .post-navigation a:hover, .main-navigation a:hover, .main-navigation li.focus > a, a, a:hover {
	color: #6c8b33;
}
.btn-menu {
	margin: 10px 0;
	color: #202529;
}
.main-navigation ul ul {
	background-color: #fff;
}
.main-navigation .sub-menu {
	padding-bottom: 5px;	
}
.main-navigation ul li li {
	margin: 0 15px;
	padding-bottom: 4px;
	padding-left: 0;
}
.main-navigation li li::after {
	width: 0;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
	border-bottom: 1px solid #6c8b33;
	left: 0;
	bottom: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.main-navigation ul ul li:hover:after {
	width: 100%;
}
.btn-submenu::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;	
}
.large-header {
	max-height: 750px;
}
.header-image::after {
	background-color: rgba(37, 46, 53, 0.4);
}
.button.header-button {
	pointer-events: none;
    color: #fff;
    border: none;
    font-size: 16px;
    text-transform: none;
}
.atframework_services_widget {
	padding: 60px 0 !important;
}
.progress-bar .progress-animate, button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #6c8b33 !important;
}
section.widget_text {
    padding-top: 80px !important;
}
.projects-area {
	text-align: center;
}
.projects-area .project {
	width: 33.3%;
	margin-right: 0.05%;
}
.projects-area .project:last-child {
	margin-right: 0;
}
.project img {
	width: 100%;
}
.atframework_clients_widget {
	padding: 50px 0 80px !important;
}
.atframework_clients_widget .row-overlay {
	background-color: rgba(218,218,218,0.8);
}
.atframework_clients_widget .widget-title {
	color: #000 !important;
}
.client-area .client {
	vertical-align: middle;
}
.social-menu-widget a {
	background-color: #ddae76;
}

.site-copyright a {
	text-decoration: none;
}
.site-copyright .textwidget {
    display: inline-block;
    vertical-align: middle;
}
.site-copyright .textwidget p {
	margin-bottom: 0;
}
.powered{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}
.powered img{
    margin-bottom: 0;
    width: 35px;
}
.powered a{
    margin-right: 5px;
    text-align: left;
}
.powered a i{
    display: block;
    line-height: 1.3;
    font-style: normal;
}
.powered a i:first-child{
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
}
.powered a i:last-child{ font-size: 13px; }
.powered a:hover i:first-child{ color: #ccc; }
.powered a:hover i:last-child{ color: #ffd740; }
/* Inner Pages */
.header-clone {
	height: auto !important;
}
.site-content .content-area {
	width: 100%;
}
.single-thumb {
	display: none;
}
aside#secondary {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.main-navigation ul li a {
		color: #fff;
	}
	.main-navigation ul li li {
		margin: 0;
	}
	#mainnav-mobi ul ul {
		background-color: #191e21;
	}
	#mainnav-mobi .sub-menu li:last-child {
		border-bottom: none;
	}
	.header-info {
		top: 0;	
	}
	.header-subtext {
		padding: 10px 0 5px;
	}
	.header-button {
		padding: 0;	
	}
	.projects-area .project {
		width: 100%;
	}
	.footer-contact-block {
		vertical-align: top;
	}
}