/*
Theme Name: Dride
Theme URI: https://themeholy.com/wordpress/dride/
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Driving School & Courses WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dride
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, 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 sub-menu icon */
.hide-icon.main-menu ul.sub-menu li a:before {
    display: none;
}
.hide-icon.main-menu ul.sub-menu li a:hover {
    padding-left: 0;
}
.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 215px 0 135px 0;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
}

.breadcumb-wrapper {
    background-color: var(--title-color);
    padding: 215px 0 135px 0;
    overflow: hidden;
    text-align: center;
    margin-top: 56px;
}

.elementor-188 .elementor-element.elementor-element-cda177e .title-area-wrap {
    text-align: justify;
}

.elementor-69 .elementor-element.elementor-element-81a8aee .title-area-wrap {
    text-align: justify;
}


.header-layout11 .logo-shape {
    display: inline-block;
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F6EFD2;
    -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    z-index: -1;
}