/* :root {
    --thm-primary: #d82148;
	Formula Theme css
} */



/******** Common ********/
body.theme-light .section-header .section-title {
	color: var(--thm-black);
}

.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6 {
    color: var(--thm-black);
}

/******** Menu ********/
body.theme-light .header .nav-wrap {
	background: var(--thm-base);
}

body.theme-light .primary-menu .menu-item a {
	color: var(--thm-black);
}

body.theme-light .primary-menu .menu-item:hover a {
	color: var(--thm-primary);
}

body.theme-light .primary-menu .shopping-cart a {
	color: var(--thm-base);
	/* background:	var(--thm-primary); */
	transition: 1s;
}

body.theme-light .primary-menu .shopping-cart:hover a {
	color: var(--thm-base);
	background:	var(--thm-primary);
	transition: 1s;
}
body.theme-light .primary-menu .shopping-cart a:hover {
	transition: 1s;
	color: var(--thm-primary);
	background:	var(--thm-base);
}

body.theme-light .header-top .header_btn a {
	background: var(--thm-light);
}

body.theme-light .header-top .header_btn a:hover {
	background: var(--thm-primary);
}

body.theme-light .header .menu>li>.sub-menu, body.theme-light .header .menu>li>.sub-menu>li>.sub-menu {
	background-color: var(--thm-light);
}

body.theme-light .header .menu>li>ul.sub-menu>li>a, body.theme-light .menu-modal .menu>li>.sub-menu>li>.ancestor-wrapper>a, body.theme-light .header .menu>li>ul.sub-menu>li>.sub-menu>li>a, body.theme-light .menu-modal .menu>li>ul.sub-menu>li>.sub-menu>li>.ancestor-wrapper>a {
	color: var(--thm-gray);
}

body.theme-light .primary-menu ul::after {
    border: 0.8rem solid #f7f7f7;
    border-bottom-color: #000000b8;
    right: 1.8rem;
}

/*-- Mobile Menu --*/
@media only screen and (max-width: 992px) {
	body.theme-light .menu-modal.navbar {
		background-color: var(--thm-light);
	}
	body.theme-light .menu-modal-inner {
		background-color: var(--thm-light);
	}
	body.theme-light .menu-modal.navbar .menu>li a {
		color: var(--thm-black);
	}
	body.theme-light .menu-modal.navbar .menu>li {
		border:none;
	}
	body.theme-light .menu-modal.navbar .menu>li>.sub-menu>li>.ancestor-wrapper>a {
		border:none;
	}
}

/******** Slider ********/
/* body.theme-light .slider-caption .thm-btn:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
} */

/******** Portfolio ********/
body.theme-light .portfolio {
	background-color: var(--thm-light);
}

body.theme-light .portfolio .portfolio-thumbnail figcaption {
	background-color: var(--thm-base);
}

body.theme-light .portfolio .owl-item:hover .portfolio-thumbnail figcaption {
	background-color: var(--thm-primary);
}

body.theme-light .portfolio .portfolio-thumbnail figcaption .entry-title a {
	color: var(--thm-black);
}

body.theme-light .portfolio .owl-item:hover .portfolio-thumbnail figcaption .entry-title a {
	color: var(--thm-base);
}

body.theme-light .portfolio-thumbnail .portfolio-icons a {
	color: var(--thm-black);
	background-color: var(--thm-base);
}

body.theme-light .portfolio-thumbnail .portfolio-icons a:hover {
	color: var(--thm-base);
	background-color: var(--thm-primary);
}



/******** Service ********/
body.theme-light .service {
	background-color: var(--thm-light);
}
body.theme-light .service .post {
	background-color: #f9f9f9;
}
body.theme-light .service .post:hover {
	background-color: var(--thm-primary);
}

body.theme-light .service .post .entry-header .entry-title a {
	color: var(--thm-black);
}

body.theme-light .service .post:hover .entry-header .entry-title a {
	color: var(--thm-light);
}



/******** Team ********/
body.theme-light .team {
	background-color: var(--thm-light);
}

body.theme-light .team-caption {
    background-color: #f9f9f9;
}

body.theme-light .team-caption .name {
    color: var(--thm-black);
}

body.theme-light .team-module .team-social-icons a {
	background-color: #f9f9f9;
	color: var(--thm-black);
}

body.theme-light .team-module .team-social-icons a:hover {
	background-color: var(--thm-primary);
	color: var(--thm-light);
}

body.theme-light .team-module:hover h4.name {
	color: var(--thm-light)
}


/******** Testimonial ********/
body.theme-light .testimonial {
	background-color: var(--thm-light);
}
body.theme-light .testimonial .review {
	background-color: #f9f9f9;
}
body.theme-light .testimonial .review .wt-title {
	color: var(--thm-black);
}
body.theme-light .testimonial .review p {
	color: var(--thm-black);
}
body.theme-light .testimonial .review .client-info span {
	color: var(--thm-black);
}
body.theme-light .testimonial .owl-carousel .owl-prev, 
body.theme-light .testimonial .owl-carousel .owl-next {
	background-color: var(--thm-base);
    color: var(--thm-black);
    border: 1px solid var(--thm-light);
}
body.theme-light .testimonial .owl-carousel .owl-prev:hover, 
body.theme-light .testimonial .owl-carousel .owl-next:hover {
    color: var(--thm-base);
    border: 1px solid var(--thm-light);
}


/******** Funfact ********/
body.theme-light .funfact {
	background-color: var(--thm-light);
}
body.theme-light .funfact-inner {
	background-color: #f9f9f9;
}

body.theme-light .funfact-inner .description {
	color: var(--thm-black);
}

/******** Blog ********/
body.theme-light .home-news.blog {
	background-color: var(--thm-light-rgb);
}

body.theme-light .home-news.blog::after {
	background-color:var(--thm-light);
}
body.theme-light .home-news.blog .blog-head {
	background-color: rgb(255 255 255 / 50%);
}

body.theme-light .home-news.blog .full-content {
	background-color: var(--thm-light);
}

body.theme-light .blog .entry-meta .byline, body.theme-light .blog .entry-meta .author a {
	color: var(--thm-black);
}

body.theme-light .blog .entry-title a {
	color: var(--thm-black);
}

/******** Sponsors ********/
body.theme-light .sponsors {
	background-color:var(--thm-light);
}

.sponsors .item img {
	opacity: 0.7;
}

/******** Footer ********/
body.theme-light .footer {
	background-color: var(--thm-base);
}

/*******PAGES********/
/*******About********/
body.theme-light #section.about {
	background-color: var(--thm-light);
}
/*******Blog Grid********/
body.theme-light #section.blog-grid {
	background-color: var(--thm-light);
}
/*******Blog With Sidebars & Full Width ********/
body.theme-light #section.blog-grid {
	background-color: var(--thm-light);
}
body.theme-light #section.site-content {
	background-color: var(--thm-light);
}
body.theme-light #section.site-content .sidebar .widget {
	background-color: var(--thm-light-rgb);
}
body.theme-light #section.site-content .blog .full-content {
	background-color: var(--thm-light);
}
body.theme-light #section.site-content .blog .post .entry-header .entry-title a {
	color: var(--thm-black);
}

/*******Conatact********/
body.theme-light #section.contact {
	background-color: var(--thm-light);
}
body.theme-light #section.contact .about-social-icons a {
	background-color: var(--thm-light);
}
body.theme-light #section.contact .contact-location {
	background-color: var(--thm-light);
}
body.theme-light #section.contact .contact-location .location-title {
	color: var(--thm-light);
}

/*******Blog Pages********/
.theme-light .blog .entry-content a{
	color: var(--thm-black);
}
body.theme-light #section.site-content .blog .post .entry-header .entry-title a:hover{
	color: var(--thm-primary);
}
body.theme-light #section.site-content .blog .post .cat-links a:hover{
	color: var(--thm-primary);
}
body.theme-light .blog-grid .full-content{
	background-color: var(--thm-light-rgb);
}
body.theme-light .blog-grid .blog-head{
	background-color: var(--thm-gray-rgb);
}

/*******Callout Area********/
body.theme-light .callout-to-action::before {
	background-color: rgba(255, 255, 255, 0.8);
}

body.theme-light .callout-to-action .title {
	color: var(--thm-black);
}

/*******Widegt*********/
./* widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	color:  var(--thm-light) !important;
} */

.widget li a, 
.widget_archive li a, 
.widget_categories li a, 
.widget_links li a, 
.widget_meta li a, 
.widget_nav_menu li a, 
.widget_pages li a, 
.widget_recent_comments li a, 
.widget_recent_entries li a {
	color:  var(--thm-light);
}

.theme-light .comment-form-section form input,
.theme-light .comment-form-section form textarea,
.theme-light .comment-respond form textarea {
	background: var(--thm-base);
}
.theme-light .comment-title h3{
	color:  var(--thm-light);
}
.theme-light .comment-section {
	background-color: var(--thm-light);
}
.theme-light .blog-author {
	background-color: var(--thm-light-rgb);
}

/*******Woocommerce*********/
.theme-light ul.products li.product .price{
	color: var(--thm-black) !important;
}
.theme-light .woocommerce table.shop_table thead, 
.theme-light .woocommerce-page table.shop_table thead {
    background-color: var(--thm-base);
}
.theme-light .woocommerce-error,
.theme-light .woocommerce-info,
.theme-light .woocommerce-message {
    background-color: var(--thm-base);
}

.theme-light .woocommerce input[type=text],
.theme-light .woocommerce input[type=url],
.theme-light .woocommerce textarea,
.theme-light .woocommerce-page form .form-row textarea,
.theme-light .woocommerce-page input[type=email],
.theme-light .woocommerce-page input[type=number],
.theme-light .woocommerce-page input[type=password],
.theme-light .woocommerce-page input[type=reset],
.theme-light .woocommerce-page input[type=search],
.theme-light .woocommerce-page input[type=tel],
.theme-light .woocommerce-page input[type=text],
.theme-light .woocommerce-page input[type=url],
.theme-light .woocommerce-page textarea {
	background-color: var(--thm-base) !important;
}

.theme-light .woocommerce .select2-container .select2-selection--single,
.theme-light .woocommerce select,
.theme-light .woocommerce-page .select2-container .select2-selection--single,
.theme-light .woocommerce-page select {
	background-color: var(--thm-base);
}
.theme-light #add_payment_method #payment, 
.theme-light .woocommerce-cart #payment,
.theme-light .woocommerce-checkout #payment{
	background-color: var(--thm-base);
}
.theme-light .select2-dropdown{
	background-color: var(--thm-light);
}

.theme-light .footer-copyrights .social-icons a {
	color: var(--thm-black);
}