@charset "utf-8";

/*
Theme Name: MOKUM MOTORS
Theme URI: https://mokummotors.nl/
Author: Manson Habib
Author URI: https://m7bib.com/
Description: MOKUM MOTORS
Version: 1.1
*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .25s ease;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
    background: #1e2029;
    font-family: 'Raleway', sans-serif;
}
#wrapper {
    width: 1200px;
    margin: auto;
    padding: 50px 50px 00px 50px;
    background: #f1f1f1;
}
nav {
    background: #1e2029;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    color: white;
    z-index: 9999999;
}
#the_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.mo_inl_inp.transparent.count {
    font-weight: 900 !important;
}
#logo {
    padding: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
#logo img {
    width: 80px;
}
header {
    margin-top: 130px;
    height: 100px;
    font-size: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 100px;
    background: url(../../uploads/2016/06/binnen.jpg);
    background-position: center center;
    background-size: cover;
    color: #fbe600;
}
h1 {
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 1px;
    text-shadow: 3px 3px 2px rgba(0,0,0,0.5);
    color: #f1f1f1;
}
h2 {
    background: #1e2029;
    color: #fbe600;
    margin: 50px 0px;
    padding: 25px;
    text-align: center;
    letter-spacing: 2px;
}
#location {
    background: white;
    padding: 15px;
    text-align: center;
    color: black;
    display: grid;
    grid-template-columns: 50% 50%;
    letter-spacing: 1px;
    font-weight: 500;
}
#location i {
    margin-right: 15px;
    opacity: .8;
}
#adres {
    text-align: right;
    margin-right: 20px;
}
#phone {
    text-align: left;
    margin-left: 20px;
}
#nav_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
#nav_menu li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    color: #25cfc3;
    margin-right: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.2em;
}
#nav_menu li i {
    color: white;
    opacity: .9;
    margin-right: 5px;
}
.fa-phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#moModalDialog {
    margin-top: 300px !important;
}
#qx_inl {
    max-width: unset;
    width: 100%;
    box-shadow: none;
}
#qxglkg, #qxheader {
    display: none;
}
#qx_title_explanantion {
    background: #f1f1f1 !important;
    padding: 0px !important;
    margin-bottom: 20px;
}
.qx_inl .steps li::after {
    right: -6px !important;
}
#pricetag2 .priceparts {
    position: relative;
}
#pricetag2.pricetag .priceparts {
    top: -25px !important;
    left: -155px;
}
.qx_inl .pricetag {
    margin-top: unset !important;
}
#qx_next {
    padding: 0px !important;
    margin-top: 20px !important;
}
#qxstepcontainer {
    margin-top: 20px;
}
#qx_next .pricetag .priceparts {
    background: black;
    top: 0px;
    padding-top: 15px;
}
#qx_footer {
    margin-top: 70px;
    padding: 0px !important;
}
.qxbereikbaar.qxwhatsapp {
    text-align: center;
}
#winkel-click, #financiering-click, #contact-click {
    cursor: pointer;
}
#contact-grid {
    display: grid;
    grid-template-columns: 50% 50%;
}
#contact-left, #contact-right {
    padding: 25px;
}
#contact input {
    display: block;
    background: #1e2029;
    color: #fbe600;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
	width: -moz-available;
	width: -webkit-fill-available;
	width: available;
    -webkit-appearance: none;
}
#contact textarea {
    display: block;
    background: #1e2029;
    color: #fbe600;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    min-height: 250px;
	width: -moz-available;
	width: -webkit-fill-available;
	width: available;
    -webkit-appearance: none;
}
#submit-contact {
    font-weight: 700 !important;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
	width: -moz-available;
	width: -webkit-fill-available;
	width: available;
    -webkit-appearance: none;
}
#submit-contact:hover {
    background: #2098D1;
    color: white;
    cursor: pointer;
}
#google-maps iframe {
    width: 100%;
}
footer {
    color: #1e2029;
    padding: 20px;
    text-align: center;
    font-size: .75em;
    letter-spacing: 1px;
    background: #f1f1f1;
}
.hvr-underline-from-center::before {
    background: #FFFFFF !important;
    height: 2px !important;
}
#contact-info {
    color: #1e2029;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
#contact-info p {
    margin-bottom: 10px;
}
#contact-info p i {
    opacity: .8;
    margin-right: 10px;
}
#contact h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
}
#c-m7bib {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px){
    #wrapper {
        width: 100%;
    }   
}
@media screen and (max-width: 720px){
    * {
        font-size: .95em;
    }
    #wrapper {
    padding: 50px 0px 0px 0px;
    }
    #location {
        grid-template-columns: 100%;
        display: none;
    }
    #contact-info p {
        font-size: 1.5em;
    }
    #adres {
        text-align: center;
    }
    #phone {
        text-align: center;
        margin-top: 5px;
    }
    #contact-grid {
        grid-template-columns: 100%;
    }
    header {
        padding: 100px 0px;
        display: none;
    }
    main {
        padding: 0px 50px;
        margin-top: 100px;
    }
    #financiering-box {
        padding: 0px 50px;
    }
    #contact-grid {
        padding: 0px;
    }
    #logo {
        position: relative;
        display: block;
        margin: auto;
        padding: 0px;
    }
    #nav_menu {
    }
    #the_menu {
        padding: 20px 0px;
    }
    #nav_menu li { 
        margin-right: 0px;
    }
    #mo_inl_stock_result {
        margin-top: 20px;
    }
    #financiering, #contact {
        padding-top: 100px;
    }
    h2 {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 400px){
    main {
        padding: 0px 10px;
    }
    #financiering-box {
        padding: 0px 20px;
    }
    #contact-grid {
        padding: 0px;
    }
}