/* 
Theme Name: DMS Drive Child
Theme URI: https://dealer.ms/
Description: DMS Drive Child is a child theme of DMS Drive. Based off Hello Elementor
Author: Dealer.ms
Author URI: https://dealer.ms/
Template: dms-drive
Version: 2.0.1
Text Domain: dms-drive-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 */
:root {
	--main-color: #FF4713;
}

body .elementor ul.elementor-nav-menu .main-color-link a.elementor-item-anchor {
  color: var(--main-color);
}

body ul.elementor-nav-menu--dropdown a,
body ul.elementor-nav-menu--dropdown a:hover {
  border-inline-start: none;
}

@media (min-width: 1200px) {
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*="elementor-page-"]) .site-main {
    max-width: 1450px;
  }
}

.elementor-widget-off-canvas {
  --e-off-canvas-animation-duration: 400ms;
}

.e-search-form .e-search-input-wrapper {
    overflow: hidden;
}