@charset "UTF-8";
/*
Theme Name: Truckshow Liessel
Text Domain: truckshow
Theme URI: https://publieksprijs.truckshowliessel.nl
Version: 1.0
Description: Maatwerk WordPress thema.
Author: Spits
Author URI: http://www.spits.online
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Standard Contact Form
========================================= */
.wpcf7-form .form-group {
  margin-bottom: 20px;
}
.wpcf7-form label {
  font-weight: 500;
  font-size: 1em;
  color: white;
  margin-bottom: 0.25rem;
}
.wpcf7-form .form-control {
  background-color: #eee;
  outline: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #bbb;
  padding: 10px 20px;
  border-radius: 0;
}
.wpcf7-form .form-control:focus {
  outline: 0;
  border-color: #000;
}
.wpcf7-form .btn.btn-primary {
  font-size: 1em;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 0;
  background: #e52b12;
  border: 0;
  transition: all 300ms;
}
.wpcf7-form .btn.btn-primary:focus, .wpcf7-form .btn.btn-primary:hover {
  outline: 0;
  box-shadow: none;
  background: #c72610;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: red;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 1rem;
  background-color: red;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}

body {
  font-family: "Kanit", sans-serif;
  color: white;
  font-size: 16px;
  background: transparent;
  line-height: 1.6;
}

html {
  background-image: url('images/background.jpg');
  background-position: 0 0;
  background-size: 50%;
  background-attachment: scroll;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
}

header {
  padding: 2rem 0;
}

header .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  width: 150px;
}
header .logo img {
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 1199px) {
  header .logo img {
    width: 100%;
    max-width: 120px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
a:hover {
  text-decoration: underline;
}

.wpcf7 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  div.wpcf7 {
    float: none;
    max-width: none;
    margin-bottom: 30px !important;
  }
}

.fields-wrap input {
  width: 95%;
  padding: 10px 15px;
}
.post-password-form input {
  color: #000;
}
.fields-wrap input[type="checkbox"] {
  width: auto;
}
.fields-wrap input:focus, .coupon-code input:focus {
  outline: 0;
  box-shadow: 0;
  border-color: #21618e;
}
.fields-wrap {
  width: 50%;
  float: left;
}
.fields-wrap label {
  font-weight: normal;
  font-size: 16px;
}
.coupon-code input {
  height: auto;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .fields-wrap {
    width: 100%;
    float: left;
  }
}
.gform-field-label--type-sub {
  font-weight: normal;
}
.name_first input {
  border: 1px solid #767676;
}
.gfield_label {
  border-bottom: 0;
}
.license-plate input {
  text-transform: uppercase;
}

header .logo { display: inline-block; }
header .logo img { max-width: 100%; }

@media screen and (max-width: 767px) { 
	header .logo { width: 200px; } 
}

@media screen and (min-width: 768px) { 
	header .logo { width: 250px; } 
}

@media screen and (max-width: 767px) { 
	.publieksprijs-wrapper { 
    margin: 40px 0; 
  }
}

@media screen and (min-width: 768px) { 
	.publieksprijs-wrapper { 
    margin: 100px 0; 
  }
}

@font-face {
    font-family: 'kenteken';
    src: url('../fonts/kenteken-webfont.eot');
    src: url('../fonts/kenteken-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/kenteken-webfont.woff2') format('woff2'),
        url('../fonts/kenteken-webfont.woff') format('woff'),
        url('../fonts/kenteken-webfont.ttf') format('truetype'),
        url('../fonts/kenteken-webfont.svg#GothamBlack') format('svg');
    font-weight: 400;
    font-style: normal;
}

header .logo {
    margin: 0 auto;
}

.license-plate-input .country-code {
    width: 60px;
    padding-top: 40px;
    background-position: 15px 10px;
    background-size: 30px auto;
}

.license-plate-input-small {
    width: 350px !important;
    margin-bottom: 15px;
}

.license-plate-input {
    transition: all 300ms;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-top: -10px;
    margin-bottom: 15px;
    max-width: 100%;
}

.license-plate-input p {
    margin: 0;
}

.license-plate-input input {
    font-weight: 700;
    border-radius: 10px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    color: #000;
    border: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-color: #ffc700 !important;
    position: relative;
    height: auto;
    font-size: 36px !important;
    line-height: 79px !important;
    padding: 0 10px 0 60px !important;
}

.license-plate-input .country-code {
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0072b7 url('../images/license-icon.svg') no-repeat;
    background-position: 12px 10px;
    background-size: 25px auto;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.countdown {
    text-align: center;
}

.countdown dd {
    display: inline-block;
    text-align: center;
    margin: 5px 8px;
}

.countdown .time {
    font-size: 3.5rem;
    font-weight: bold;
}