/*
Theme Name: BugattiPage
Theme URI: https://larissamikkers.nl
Author: Larissa Mikkers
Author URI: https://larissamikkers.nl
Description: Website for BugattiPage.com test server
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

*{
	margin: 0;
	padding: 0;
}

body{
	overflow-x: hidden;
}
.hide{
	display: none!important;
}
.show{
	display: block!important;
}
.w-100{
	width: 100%;
}
.w-80{
	width: 80%;
}
.h-100{
	height: 100%;
}
.bg_cover{
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.bg_contain{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
hr{
	background-color: #1f1f22;
    height: 2px;
    border: 0;
}
hr.blue_line {
    background-color: #439fd7;
    height: 2px;
    border: 0;
    width: 100px;
    margin-top: 20px;
    pposition: absolute;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
ul li{
	text-decoration: none;
	list-style: none;
}
/* ---------------------------------------
   FONTS  
---------------------------------------- */
@font-face {
  font-family: Coolvetica;
  src: url(fonts/coolvetica rg.ttf);
}
h1, h2, h3{
	font-family: Coolvetica;
	letter-spacing: 4px;
}
p, a{
	font-family: 'Roboto', sans-serif;
	color: #222224
}
p {
    margin: 0 0 1.75em 0;
    line-height: 1.5em;
}
span, h4, p.detail{
	font-family: 'Martel', serif;
}
.xl_text{
	font-size: 3.1em;
}
.l_text{
	font-size: 1.4em;
}
.big{
	text-transform: uppercase;
}


/* ---------------------------------------
   LINKS  
---------------------------------------- */
a{
	text-decoration: none;
	color: #676766;
	transition: all 300ms ease-out;
}
a:hover{
	color: #2c79a1;
}
a.btn{
	font-family: Coolvetica;
	letter-spacing: 4px;
    display: inline-block;
    background-color: #439FD7;
    text-align: center;
    padding: 10px 30px;
    color: #F2F2F2;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    text-decoration: none;
}
a.btn:hover,
input[type="submit"]:hover {
    background-color: #3891BD;
    color: #D0C4AD;
}
a.btn.btn_dark{
	color: #F2F2F2;
	background-color: #222224;
}
a.btn.btn_dark:hover {
    background-color: #131314;
    color: #D0C4AD;
}
input[type="submit"] {
	font-family: Coolvetica;
	letter-spacing: 4px;
    display: inline-block;
    background-color: #439FD7;
    text-align: center;
    padding: 10px 30px;
    color: #F2F2F2;
    transition: all 300ms ease-out;
    text-transform: uppercase;
    text-decoration: none;
    border: 0!important;
    border-radius: 0!important;
    cursor: pointer;
}
a.readmore{
	color: #439FD7;
}
a.readmore:after{
	transition: all 300ms ease-out;
	content: '\f054';
	font-family: 'fontAwesome';
    color: #439FD7;
    font-size: 12px;
    margin-left: 10px;
}
a.readmore:hover,
a.readmore:hover::after{
	color: #2c79a1;
}

/* ---------------------------------------
   COLORS  
---------------------------------------- */
.bg_dark{
	background-color: #202022;
}
.bg_sand{
	background-color: #ECEBE9;
}
.bg_drk_sand{
	background-color: #CEC2AB;
}
.bg_white{
	background-color: #FFF;
}
.dark{
	color: #202022;
}
.sand{
	color: #ECEBE9;
}
.drk_sand{
	color: #CEC2AB;
}
.blue{
	color: #439FD7;
}


/* ---------------------------------------
   INPUT CONTACT FORM  
---------------------------------------- */
input,
textarea {
    border: 0.5px solid #222224!important;
    padding: 8px 10px;
    border-radius: 2px;
    outline: none;
    width: 200px;
}
textarea{
	max-height: 55px;
    overflow: auto;
    resize: none;
}
/* ---------------------------------------
   FLEX  
---------------------------------------- */
.flex{
	display: flex;
}
.flex_center{
	display: flex;
	justify-content: center;
}
.flex_align{
	display: flex;
	align-items: center;
}
.flex_column{
	flex-direction: column;
}
.flex-vcenter{
	display: flex;
	justify-content: center;
    align-items: center;
}
.flexitem, .listflex .widgetBar .widget {
    display: flex;
}
.list-items, .listflex .widgetBar {
    display: flex;
    flex-wrap: wrap;
}
.flexinner, .listflex .widgetBar .widget .widget_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}


/* ---------------------------------------
   MAINMENU  
---------------------------------------- */
.mainmenu{
	width: 100vw;
	background-color: #202022;
	height: 85px;
	ttext-align: center;
	position: fixed;
	z-index: 999;
	overflow: hidden;
}
ul.mainmenu li{
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
ul.mainmenu li a{
    color: #ECEBE9;
    text-decoration: none;
    transition: all .3s ease-in-out;
    padding: 33px 15px;
    margin: 0px 5px;
    display: inline-block;
    width: 85px;
}
ul.mainmenu li a:hover, 
ul.mainmenu li a:active{
	color: #439FD7;
}
li.logo img{
	width: 70px;
}
.mainmenu.active{
	display: block!important;
}
.navbar_mobile {
    background: #1f1f22;
    width: 100%;
    height: 60px;
    position: fixed;
    display: none;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.navbar_mobile a{
	width: 50px;
	height: 50px;
	z-index: 1000;
}
.navbar_mobile img{
	width: 50px;
}
.hamburger {
    display: none;
    z-index: 999;
    width: 100%;
    height: auto;
    position: absolute;
    margin-left: 20px;
}
.hamburger i.fas.fa-bars {
	float: left;
    color: #cec2ab;
    font-size: 2em;
    transition: all 300ms ease-out;
}
.hamburger i.fas.fa-bars:hover{
	color: #ECEBE9;
}
i.close.fas.fa-times {
    color: #cec2ab;
    font-size: 1.5em;
    top: 40px;
    position: absolute;
    right: 30px;
    z-index: 999;
    display: none;
}
ul.mainmenu.active i.close.fas.fa-times,
ul.mainmenu.active li.logo_mobile{
	display: block!important;
}
.logo_mobile{
	display: none!important;
	opacity: 0;
}
.overlay{
	width: 100vw;
	height: 100vh;
	background-color:#202022b0;
	position: fixed;
    z-index: 3;
	display: none;
}
.overlay.active{
	display: block;
}

/* ---------------------------------------
   FRONTPAGE  
---------------------------------------- */
.fp_header{
	height: calc(100vh - 85px);
	padding-top: 85px;
}
.fp_header h1{
	color: #CEC2AB;
}
.fp_header .inner{
	width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg_fp_image{
	background-image: url('/wp-content/uploads/2020/04/fp_header_image.png');
}
.fp_bugatti_car{
	background-image: url(/wp-content/uploads/2020/04/blue-bugatti-fp-copy.png);
    /* background: red; */
    width: calc(100% + 180px);
    height: 100%;
    margin-left: -180px;
    position: relative;
}
.col12.xl_blocks.list-items {
    min-height: 550px;
}
.col12.sm_blocks.list-items {
    min-height: 450px;
}

.gallery{
	position: relative;
	min-height: 200px!important;
}
.gallery_image{
	width: 100%;
	height: 200px;
}
.actie h3{
    width: 230px;
    text-align: center;
    text-transform: uppercase;
    line-height: 2em;
}



/* ---------------------------------------
   SECTION  
---------------------------------------- */
.section.bg_dark h2{
	color: #CEC2AB;
}


/* ---------------------------------------
   LP  
---------------------------------------- */
.lp_header{
	width: 100%;
	hheight: calc(65vh - 85px);
	height: 475px;
	min-height: 390px;
	background: #CEC2AB;
	padding-top: 85px;
}
.col12.news_blocks.list-items{
	min-height: 200px;
}


/* ---------------------------------------
   FOOTER  
---------------------------------------- */
footer p, footer a, footer ul li{
	color: #ECEAE9;
}
.bottom-footer{
	background-color: #000;
}
.bottom-footer a,
.bottom-footer p{
	color: #484849;
}
.bottom-footer a:hover{
	color: #439FD7;
}
/* ---------------------------------------
   COLS  
---------------------------------------- */
.row{
	min-height:20px;
	box-sizing:border-box;
}
.row:after{
	clear: both;
}
.row:before,
.row:after{
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-1200, .col2-1200, .col3-1200, .col4-1200, .col5-1200, .col6-1200, .col7-1200, .col8-1200, .col9-1200, .col10-1200, .col11-1200, .col12-1200,
.col1-s-900, .col2-s-900, .col3-s-900, .col4-s-900, .col5-s-900, .col6-s-900, .col7-s-900, .col8-s-900, .col9-s-900, .col10-s-900, .col11-s-900, .col12-s-900,
.col1-s-800, .col2-s-800, .col3-s-800, .col4-s-800, .col5-s-800, .col6-s-800, .col7-s-800, .col8-s-800, .col9-s-800, .col10-s-800, .col11-s-800, .col12-s-800,
.col1-768, .col2-768, .col3-768, .col4-768, .col5-768, .col6-768, .col7-768, .col8-768, .col9-768, .col10-768, .col11-768, .col12-768,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s,
.col1-xs-480, .col2-xs-480, .col3-xxs, .col4-s, .col5-xs-480, .col6-xs-480, .col7-xs-480, .col8-xs-480, .col9-xs-480, .col10-xs-480, .col11-xs-480, .col12x-s {
    float: left;
	min-height: 1px;
	box-sizing:border-box;
	position:relative;
}
.col12{
    width: 100%
}
.col11{
    width: 91.66666667%
}
.col10{
    width: 83.33333333%
}
.col9{
    width: 75%
}
.col8{
    width: 66.66666667%
}
.col7{
    width: 58.33333333%
}
.col6{
    width: 50%
}
.col5{
    width: 41.66666667%
}
.col4 {
    width: 33.33333333%
}
.col3{
    width: 25%
}
.col2{
    width: 16.66666667%
}
.col1
{
    width: 8.33333333%
}


/* ---------------------------------------
   WRAP  
---------------------------------------- */
.wrap,
.wrap-big,
.wrap-small,
.wrap-full {
    padding:0 0;
    margin:0 auto;
    position:relative;
    box-sizing: border-box;

}


/* ---------------------------------------
   PADDINGS  
---------------------------------------- */
.p-xxs {
	padding: 2px 4px;
}
.p-xs {
	padding: 5px;
}
.p-sm {
	padding: 10px;
}
.p {
	padding: 15px;
}
.p-md {
	padding: 20px;
}
.p-lg {
	padding: 30px;
}
.p-xl {
	padding: 50px;
}
.p-n {
	padding: 0 !important;
}
.p-l-none {
	padding-left: 0 !important;
}
.p-l-xs {
	padding-left: 5px;
}
.p-l-sm {
	padding-left: 10px;
}
.p-l {
	padding-left: 15px;
}
.p-l-md {
	padding-left: 20px;
}
.p-l-lg {
	padding-left: 40px;
}
.p-l-xl-75 {
	padding-left: 75px;
}
.p-l-xl {
	padding-left: 80px;
}
.p-l-xxl {
	padding-left: 100px;
}
.p-l-xxxl {
	padding-left: 18%;
}
.p-l-n-xxs {
	padding-left: -1px;
}
.p-l-n-xs {
	padding-left: -5px;
}
.p-l-n-sm {
	padding-left: -10px;
}
.p-l-n {
	padding-left: -15px;
}
.p-l-n-md {
	padding-left: -20px;
}
.p-l-n-lg {
	padding-left: -30px;
}
.p-l-n-xl {
	padding-left: -40px;
}
.p-l-n-xxl {
	padding-left: -50px;
}
.p-t-none {
	padding-top: 0 !important;
}
.p-t-xxs {
	padding-top: 1px;
}
.p-t-xs {
	padding-top: 5px;
}
.p-t-sm {
	padding-top: 10px;
}
.p-t {
	padding-top: 15px;
}
.p-t-md {
	padding-top: 20px;
}
.p-t-lg {
	padding-top: 40px;
}
.p-t-xl-50 {
	padding-top: 50px;
}
.p-t-xl-70 {
	padding-top: 70px;
}
.p-t-xl {
	padding-top: 80px;
}
.p-t-xxl {
	padding-top: 100px;
}
.p-t-150 {
	padding-top: 150px;
}
.p-t-n-xxs {
	padding-top: -1px;
}
.p-t-n-xs {
	padding-top: -5px;
}
.p-t-n-sm {
	padding-top: -10px;
}
.p-t-n {
	padding-top: -15px;
}
.p-t-n-md {
	padding-top: -20px;
}
.p-t-n-lg {
	padding-top: -30px;
}
.p-t-n-xl {
	padding-top: -40px;
}
.p-t-n-xxl {
	padding-top: -50px;
}
.p-r-none {
	padding-right: 0 !important;
}
.p-r-xxs {
	padding-right: 1px;
}
.p-r-xs {
	padding-right: 5px;
}
.p-r-sm {
	padding-right: 10px;
}
.p-r {
	padding-right: 15px;
}
.p-r-md {
	padding-right: 20px;
}
.p-r-lg {
	padding-right: 40px;
}
.p-r-xl {
	padding-right: 80px;
}
.p-r-xxl {
	padding-right: 100px;
}
.p-r-xxl-300 {
	padding-right: 300px;
}
.p-l-xxxl {
	padding-right: 18%;
}
.p-r-n-xxs {
	padding-right: -1px;
}
.p-r-n-xs {
	padding-right: -5px;
}
.p-r-n-sm {
	padding-right: -10px;
}
.p-r-n {
	padding-right: -15px;
}
.p-r-n-md {
	padding-right: -20px;
}
.p-r-n-lg {
	padding-right: -30px;
}
.p-r-n-xl {
	padding-right: -40px;
}
.p-r-n-xxl {
	padding-right: -50px;
}
.p-b-none {
	padding-bottom: 0 !important;
}
.p-b-xxs {
	padding-bottom: 1px;
}
.p-b-xs {
	padding-bottom: 5px;
}
.p-b-sm {
	padding-bottom: 10px;
}
.p-b {
	padding-bottom: 15px;
}
.p-b-md {
	padding-bottom: 20px;
}
.p-b-lg {
	padding-bottom: 40px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-b-xl {
	padding-bottom: 80px;
}
.p-b-xxl {
	padding-bottom: 110px;
}
.p-b-n-xxs {
	padding-bottom: -1px;
}
.p-b-n-xs {
	padding-bottom: -5px;
}
.p-b-n-sm {
	padding-bottom: -10px;
}
.p-b-n {
	padding-bottom: -15px;
}
.p-b-n-md {
	padding-bottom: -20px;
}
.p-b-n-lg {
	padding-bottom: -30px;
}
.p-b-n-xl {
	padding-bottom: -40px;
}
.p-b-n-xxl {
	padding-bottom: -50px;
}


/* ---------------------------------------
   MARGINS  
---------------------------------------- */
.m-xxs {
	margin: 2px 4px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m {
	margin: 15px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0 !important;
}
.m-l-none {
	margin-left: 0 !important;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-xxl {
	margin-left: 50px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-l-n-xxl {
	margin-left: -50px;
}
.m-t-none {
	margin-top: 0 !important;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-xxl {
	margin-top: 50px;
}
.m-t-xxl-60 {
   margin-top: 60px;
}
.m-t-xxl-70 {
	margin-top: 70px;
}
.m-t-xxl-80 {
	margin-top: 80px;
}
.m-t-xxl-100 {
	margin-top: 100px;
}
.m-t-110 {
	margin-top: 110px;
}
.m-t-xxl-120 {
	margin-top: 120px;
}
.m-t-xxl-135 {
	margin-top: 135px;
}
.m-t-xxl-150 {
	margin-top: 150px;
}
.m-t-xxl-155 {
	margin-top: 155px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-t-n-xxl {
	margin-top: -50px;
}
.m-r-none {
	margin-right: 0 !important;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-xxl {
	margin-right: 50px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-r-n-xxl {
	margin-right: -50px;
}
.m-b-none {
	margin-bottom: 0 !important;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-xxl-50 {
	margin-bottom: 50px;
}
.m-b-xxl {
	margin-bottom: 70px;
}
.m-b-xxxl {
	margin-bottom: 100px;
}
.m-b-xxl-110 {
	margin-bottom: 110px;
}
.m-b-xxl-120 {
	margin-bottom: 120px;
}
.m-b-xxl-150 {
	margin-bottom: 150px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.m-b-n-xxl {
	margin-bottom: -50px;
}
	