/*
Theme Name:     Kariez Child Theme
Template:       kariez
Theme URI:      http://radiustheme.com/demo/wordpress/themes/kariez
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Kariez is an Responsive Cargo & Logistics WordPress Theme.
Version:        1.0.0
Tested up to: 	6.6
Requires PHP: 	7.4
Text Domain:    kariez
Tags: 			theme-options, featured-images, post-formats, one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, sticky-post, threaded-comments, translation-ready
License:   	  	Envato split License
License URI:  	https://themeforest.net/licenses/terms/regular
*/

.has-trheader.has-menu-shadow .site-header::before {
	background: unset !important;
}
div#primary {
    padding-top: 70px;
    padding-bottom: 70px;
}
.rt-service-default .service-item .service-title {
    font-size: 18px !important;
}
.rt-service-multi-layout-1 .service-item {
    padding: 25px 20px 35px !important;
}
/*
nav.kariez-navigation ul.kariez-navbar li a {
    color: #fff;
} */
.zeptav-choose .info-box {
    min-height: 280px;
    border-radius: 8px;
	column-gap: 0 !important;
}

ul.wp-block-list.includes-list li {
    padding-left: 0 !important;
    margin-top: 5px !important;
}
.single-rt-team .rt-related-team {
    display: none;
}
.kariez-breadcrumb-wrapper .entry-breadcrumb span {
    text-transform: capitalize;
}
.kariez-breadcrumb-wrapper .entry-breadcrumb .current-item {
    font-weight: 400 !important;
}
.rt-service-default .service-item .service-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


