/* 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;
}

/*Pagination*/
.pagination .nav-links .page-numbers.current, 
.navigation.pagination .nav-links .page-numbers:hover, 
.navigation.pagination .nav-links .page-numbers:focus {
    background-color: #FAB702;
    border: 1px solid #FAB702;
}


/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-read-more {
    color: #FAB702;
}
.footer-sidebar .widget .wp-block-group .wp-block-read-more {
    color: #FAB702;
}


/*--------------------------------------------------
=>> Theme Widgets Area
--------------------------------------------------*/

.sidebar .widget .widget-title, 
.sidebar .widget .wp-block-heading, 
.sidebar .widget .wp-block-search .wp-block-search__label {
    border-left: 5px solid #FAB702;
}
.widget .widget-title:after, 
.widget .wp-block-heading:after {
    background: #FAB702;
}