/*
Theme Name:		 Renroll Child Theme
Theme URI:		 https://parkofideas.com/renroll/
Description:	 Motorbike & Scooter Rental Theme
Author:			 parkofideas.com
Author URI:		 https://parkofideas.com
Template:		 renroll
Version:		 1.0.0
Text Domain:	 renroll-child
*/

body {
    overflow-x: hidden;
}

/* Navbar */
@media (max-width: 1169px) {
    .c-header__row-1 {
        gap: 16px;
    }
    
    .c-header__menu-button {
        padding: 0 !important;
        width: 50px !important;
        height: 50px !important;
    }
    
    .c-header__menu-close,
    .c-mega-menu__more {
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    .c-header__menu-close i {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    .c-mega-menu__more {
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
    }
    
    .c-header__menu-back {
        padding: 6.5px 16px !important;
    }
}

/* Menu */
.c-top-menu .current-menu-item > a {
    color: var(--e-global-color-secondary) !important;
}

.c-top-menu .current-menu-item > a:hover {
    color: var(--e-global-color-accent) !important;
}

/* Buttons */
.c-button {
    border-radius: 50px !important;
}

/* CF7 */
.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 16px;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .button-container {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.wpcf7-form-control.wpcf7-submit {
    margin: 0 !important;
}

