/*
Theme Name: Dev Refactory
Theme URI: https://zluck.com/
Author: Zluck
Author URI: https://zluck.com/
Description: Refactory is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. 
Version: 1.0.0
License: Refactory
License URI: https://zluck.com/
Text Domain: zluck-custom-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images.
*/

@media (prefers-color-scheme: dark){
.rf-job-discription-text-content ul li, .rf-job-discription-text-content h2, .rf-job-discription-text-content p, .rf-omnichannel-section p, .rf-area-expertise-section h3{
    color: #FCF8F3 !important;
}
.rf-area-expertise-section h3 {
    background: #1E1E1E !important;
	border-color: #252525 !important;
}
	.rf-area-expertise-box:first-child{
	border-color: #252525 !important;	
	}
}





.rf-area-expertise-section .row{
	justify-content: center;
}
.rf-area-expertise-section .col-lg-4.rf-label-component {
    padding: 10px;
	align-items: stretch;
	width: auto;
}
.rf-area-expertise-section h2.rf-heading,
.rf-area-expertise-section .rf-label-component-text {
    text-align: center;
}
.rf-area-expertise-section {
    padding: 64px 0 0;
}
.rf-area-expertise-section h3 {
    font-family: 'Clear Sans';
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    line-height: 32px;
    margin: 20px 0px;
    border: 1px solid #ccc;
    color: #BD9B60 !important;
    background: #FFFFFF;
}
img.rf-omnichannel-section-img {
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.rf-omnichannel-section h3.rf-accordian-heading, .rf-area-expertise-section h3 {
    justify-content: center;
    padding-top: 20px;
	text-align: center;
}
a.rf-link {
    margin: 0 !important;
}
.rf-omnichannel-section p{
    text-align: center;
    color: #252525;
    margin: 20px 0px;
	font-size: 18px;
}
a.rf-link{
    text-align: center;
    margin: 20px 0px;
	font-size: 18px;
}
.rf-brand-logo-section .col-lg-3 {
    padding: 20px;
}
.title-center {
    text-align: center;
}
.rf-area-expertise-box .rf-omnichannel-box {
    padding: 20px;
    border-radius: 10px;
	    margin-top: 20px;
}

@media (min-width: 991px) {
	.rf-area-expertise-box {
    padding: 0px 40px !important;
}
.rf-area-expertise-box:first-child {
    border-right: 1px dotted #ccc;
}
	.rf-area-expertise-section h2.rf-heading{
    margin-bottom: 30px;
}
	img.rf-omnichannel-section-img {
    width: 70%;
}
}