/**
* Theme Name: Wavo Child
* Description: This is a child theme of Wavo, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: wavo
* Version: 2.2.3
*/

.btn-curve.btn-wit:after {
	background: #122b19 !important;
}
.btn-curve.btn-blc:after {
	background: #f9f5ef !important;
}
 
.header_nav ul li > a:after {
	display: none !important;
}


#blog-content ul, #blog-content ol {
	margin-bottom: 32px;
}
#blog-content ul li, #blog-content ol li {
	margin-bottom: 12px;
}
#blog-content .benefits li:before {
	content: url("http://localhost/wp-content/uploads/2024/01/checkmark.svg");
	margin-right: 12px;
	position: relative;
    top: 5px;
}
.nt-blog-grid .item .cont {
	text-align: left !important;
}

.nt-blog-grid .item .more {
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #45c274 !important;
    border-bottom-color: #122b19 !important;
    padding: 0px 0px 4px 0px;
}

/* CONTACT FORM */

span.wpcf7-list-item { 
	display:block !important;
}
.contact .form input[type=radio] {
	width: auto !important;
	margin-left: 8px;
	margin-right: 24px;
}
.contact h6 {
	font-weight: bold !important;
	margin-bottom: 12px !important;
}

/* LOADING SCREEN */

#preloader .loading-img {
	top: 40% !important;
	max-width: 120px !important;
}
@media (max-width: 767px) {
	.testimonials.no-bg .text-bg {
		left: 0px !important;
		top: 0px !important;
		text-align: center;
	}
}