/* Contact Form - Styling */

div#accepetance-col label span:nth-child(1) input {
    display: inline-block !important;
    width: 5%;
}
div#accepetance-col label span:nth-child(2) {
    display: inline-block !important;
    color: white !important;
}

#privacy-policy-text{
    padding-left: 2.5% !important;
}

#privacy-policy-text, #privacy-policy-text a {
    color: white !important;
}

span#marketing span {
    margin: 0;
}
span#marketing span input {
    width: auto !important;
    margin-right: 15px;
}
span#marketing span span {
    display: inline-block !important;
}
.contact_form .col.span_12 p {
    padding-bottom: 0px !important;
    margin-left:  1%;
    margin-top: 2%;
	text-align: left !important;
}
@media (min-width: 1px) and (max-width: 768px){
    .contact_form .col.span_6, .contact_form .col.span_12 {
        width: 100% !important;
    }
}
a#cn-accept-cookie, a#cn-more-info {
    background: #232222b0 !important;
}
.off-canvas-menu-container.mobile-only ul li a {
    font-size: 22px !important;
    line-height: 22px;
    color: #ffffff !important;
    opacity: 1 !Important;
}

#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right{
    background: #333333 !important;
    background-color: #333333 !important;
}
@media (min-width: 1px) and (max-width: 1000px){
    .top-bar-contacts {
        display: none !important;
    }
}