/*!
Theme Name: Arkdin
Theme URI: https://arkdin-wp.laralink.com/
Author: Themeservices
Author URI: https://themeforest.net/user/themeservices/
Description: Arkdin - Air Conditioning Services WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arkdin
Tested up to: 6.6
Requires PHP: 7.2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* HEADER */
.cs_site_header.cs_style_1 .cs_top_header .container::before {
	background-color: #F59B1A !important;
}
.cs_accent_bg {
    background-color: #FFF !important;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
    height: 135px !important;
}
.cs_site_header.cs_style_1 .cs_main_header_left {
	justify-content: flex-start !important;
}
.cs_site_branding {
	width: 35% !important;
}
.cs_btn.cs_style_1 {
	border-radius: 0px !important;
    border: 1px solid #F59B1A !important;
    padding: 12px 32px !important;
    background-color: #F59B1A !important;
}

/* BREADCRUMB */
.breadcrumb > * a:hover {
	color: #F59B1A !important;
}