/*
Theme Name: Neve child theme
Theme URI: https://themeisle.com/themes/neve/
Description: Neve WordPress theme child theme.
Author: Mirsad Kajic | BlackMountainLabs
Author URI: https://nextlease.se/
Template: neve
Version: 1.0.1
*/

/**
* Sticky header css
*/

.sticky-header {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.90;
    z-index: 10;
}
.logged-in.admin-bar .sticky-header {
    top: 32px;
}
.sticky-header #site-navigation-wrap {
    margin-left: auto;
}
.sticky-header .site-logo {
    height: unset!important;
}
.sticky-header .site-logo img {
    max-width: 160px!important;
}
/*********************************/

/**
 * Scroll top
 */

#scroll-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(216, 28, 45, 0.8);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    box-sizing: content-box;
}
#scroll-top>span {
    line-height: inherit;
    vertical-align: top;
}
#scroll-top:hover {
    background-color: #d81c2d;
}
#scroll-top.scroll-top-left {
    left: 20px;
    right: auto;
}
/*------------------------------------*
	Phone Landscape
*------------------------------------*/

@media only screen and (max-width: 480px) {
    #scroll-top {
        right: 10px;
        bottom: 10px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 14px;
    }
}
/************ Scroll top end ******************/

.hidden {
    display: none!important;
}
.neve-main a {
    color: #000;
}
.neve-main a:hover {
    text-decoration: none;
    color: #d81c2d;
}
.select2-selection__clear {
    color: #000!important;
    padding: 0 !important;
}
.elementor-icon-list-item a {
    color: #000;
}
.elementor-icon-list-item a, .elementor-icon-list-item a:hover {
    text-decoration: none!important;
}
.wpforms-submit,
.submit-button{
	background-color:#d81c2d!important;
	color:#fff!important;
}

.xxl-button a{
	padding: 50px 75px !important;
	font-size: 28px !important;
}

.nv-comment-content a, 
.nv-content-wrap a:not(.button):not(.wp-block-file__button){
	text-decoration: none!important;
}

.nextlease-car-details .neve-main{
    max-width: 1170px;
    margin: 0 auto;
}

