/**
 * Theme Name:      Webreact NAL Theme
 * Text Domain:     nationaleautolease
 * Description:     This is a custom theme for Webreact
 * Theme URI:       https://www.webreact.nl
 * Author:          Webreact
 * Author URI:      https://www.webreact.nl
 * Version:         6.0-dev
 */

@font-face {
    font-family: 'Work Sans';
    src: url('assets/font/WorkSans-Regular.woff2') format('woff2'),
    url('assets/font/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

aside#text-6 h6 {
    font-family: 'Work Sans';
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: 0.4px;
    text-align: left;
    color: #ffffff;
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

a.btn-doe-een-lease-aanvraag1 {
    color: #fff !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

div#show_2 {
div#show_2 {
    display: none;
}

.fb-company .feedback-company span:nth-child(odd) {
    display: none;
}

.step-content .row-step {
    position: relative;
}

/*.step-content .row-step:nth-child(odd) {
    position: relative;
}*/

input.ok {
    padding: 0px;
}

.wizard ul[role="tablist"] {
    height: 160px;
}

.row-step.steps-2-1 {
    margin-top: auto;
}


@media screen and (max-width: 1024px) {
    .row-step input.easyui-textbox {
        padding: 17px;
    }
}

@media screen and (max-width: 768px) {
    .ul .ol {
        margin: 0px !important;
    }

    body li#menu-item-668:after {
        top: 16px;
        position: absolute;
        left: -40px;
    }

    .main-navigation .menu-menu-header-container ul > li {
        font-weight: bold;
    }

    li.menu-item.menu-item-type-custom.menu-item-object-custom a {
        text-align: right;
        margin-bottom: 0px;
    }

    .main-navigation .menu-menu-header-container ul > li > a {
        text-align: right;
    }

    .main-navigation ul ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        float: right;
        position: relative;
        left: auto;
        z-index: 99999;
        background: #f5f5f0;
    }
}


@media screen and (max-width: 320px) {
    .main-navigation li {
        display: unset;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

/*	.page-content,
	.entry-content,
	.entry-summary {
		margin: 1.5em 0 0;
	}*/

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

button.showfilter {
    background: #e77a1f;
    width: 100%;
    padding: 10px;
    border: 1px solid #e77a1f;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: -20px;
}

button.showfilter:hover,
button.showfilter.active {
    background-color: #050534;
    border-color: #050534;
}

.facebook-icon-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #4267b2;
    text-decoration: none;
}


.facebook-icon-link img {
    margin-right: 10px;
}

.facebook-icon-link a:hover {
    background-color: #4267b2;
    color: #fff !important;
}

.social-media .fa {
    color: #fff;
    font-size: 23px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}

.contact-footer .social-media a {
    color: #fff;
    text-decoration: none;
}

.phone-number span {
    width: 120px !important;
}

.__fbcw__bar-widget__amount-of-reviews {
    font-family: 'Work Sans' !important;
}

.__fbcw__bar-widget * {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__widget__label {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget * {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__review {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__widget__label {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__review__content {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__review__header .__fbcw__review__name {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__review__header .__fbcw__review__rating-holder .__fbcw__review__rating-score {
    font-family: 'Work Sans' !important;
}

.__fbcw__widget .__fbcw__review__header .__fbcw__review__rating-holder * {
    font-family: 'Work Sans' !important;
}

.elementor-kit-33139 .elementor-button {
    background-color: #ef851d !important;
}

.elementor-button-text {
    color: #fff !important;
}