/* theme-default.css */

/*--------------------------------------------------
=>> Theme Info Area
--------------------------------------------------*/	

.theme-info-area i.icon,
.theme-info-area .media:hover .info-details, 
.theme-info-area .media:focus .info-details {
	color: #FAB702;
}

/*--------------------------------------------------
=>> Theme Info Area Two
--------------------------------------------------*/	

.theme-info-area.vrsn-two {
	background-color: #FAB702;
}
.theme-info-area.vrsn-two .media:hover i.icon, 
.theme-info-area.vrsn-two .media:focus i.icon {
	color: #FAB702;
}
.theme-info-area.vrsn-two .media:hover .info-details, 
.theme-info-area.vrsn-two .media:focus .info-details {
	color: #FAB702;
}
.theme-info-area-title {
    letter-spacing: 1.5px;
}

/*--------------------------------------------------
=>> Theme Service Area Three
--------------------------------------------------*/

.theme-services.vrsn-three .service-content::before {
    background: #FAB702;
}
.theme-services.vrsn-three .service-links a {
	background: #FAB702;
}

/*--------------------------------------------------
=>> Theme Project Area Three  
--------------------------------------------------*/

.theme-project.vrsn-three .theme-project-content .content-overlay {
    background: rgb(250 183 2 / 80%)
}
.theme-project.vrsn-three .theme-project-content .theme-project-title,
.theme-project.vrsn-three .theme-project-content .theme-project-title a {
	color: #FAB702;
}