/* 
Theme Name: HR Consultants
Theme URI: https://github.com/elementor/hello-theme/
Description: HR Consultants is a child theme of Hello Elementor, by SublimeTech
Author: Sublime Tech
Author URI: https://sublimetech.biz/
Template: hello-elementor
Version: 1.0.1
Text Domain: hr-consultants-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.eael-advance-tabs p a{color:#FF3401!important;}

/* Links */
.hr_link {color: #ff3401!important;}
.hr_link:hover {color: #202124!important;}

/* Tab Styling for Homepage */
.hr_tabs{
   
}


.hr_tabs .elementor-tab-title, 
.hr_tabs .elementor-tab-title.elementor-active{
    background: #FF3401;
    color:#fff!important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-width: 0;
	display:inline-block!important;
}
.hr_tabs .elementor-tab-title.elementor-active a{
	color:#fff!important;
}
.hr_tabs .elementor-tab-title.elementor-tab-mobile-title,
.hr_tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active{
	display:none!important;
}

.hr_tabs .elementor-tabs-wrapper{
	margin: 0 auto;
	width: fit-content;
}

.hr_tabs .elementor-tab-content,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
	border: 0;
	border-top-style:solid;
	border-top-width:2px!important;
	border-top-color:#FF3401;
}

.hr_tabs .elementor-tabs-content-wrapper .elementor-tab-content:nth-child(4).elementor-active{
	border-top-color:#FF3401;/*#1682DD;*/
}

.hr_tabs .elementor-tabs-content-wrapper .elementor-tab-content:nth-child(6).elementor-active{
	border-top-color:#FF3401;/*#FE2051;*/
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{
	border:0;
}

.hr_tabs .elementor-tab-title{
	background: #eee; /* #1682DD;*/
	border: 1px solid #FF3401!important; /*#b4b4b4*/
	border-bottom-width: 0!important;
}
.hr_tabs .elementor-tab-title a{
	color:#333!important;
}
/*
.hr_tabs .elementor-tab-title:nth-child(3){
	background: #FE2051;
}
*/
/*	
.hr_courses .elementor-image img{
    padding: 20px 52px;
    max-width:204px;
}
*/
.hr_right_sidebar ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.hr_right_sidebar li > a:not([class]) {
    color:#FF3401!important;
}

.hr_footer_title {
    margin-top: 1.2rem;
    margin-bottom: 0.2rem;
}

.hr_read-more {
	color:#FF3401!important;
}


.hr_read-more:hover {
	color:#343638!important;
}

@media (min-width: 768px){
	.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    border-style: solid!important;
	}
}

@media (max-width: 767px) {
.hr_tabs .elementor-tabs-content-wrapper	.elementor-tab-title.elementor-tab-mobile-title{
	display:none;
	}
	
	.hr_tabs .elementor-tabs-wrapper .elementor-tab-title{
		font-size:12px;
	}
	.elementor-tabs .elementor-tabs-wrapper {
    display: block!important;
	}
	.hr_read-more {
	font-size: 80%;
	}

	.hr_courses .elementor-image img{
    padding: 10px 20px;
    max-width:204px;
	}

	.hr_courses .elementor-column-wrap{
    padding:10px!important;
	}
}

@media (max-width:375px){
.elementor-widget-tabs .elementor-tab-desktop-title{
	padding:20px 18px!important;
		font-size:12px;
	}
	.hr_read-more {
	font-size: 80%;
	} 
}
.hr_read-more {
	margin-right:10px;
	font-size: 18px;
} 

.hr_read-more:after {
    content: url(assets/forward-arrow.png);
	margin-left: 8px;
}