/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* fonts */
@font-face {
  font-family: "dinlight";
  src: url("fonts/dinlight-webfont.woff2") format("woff2"), url("fonts/dinlight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinbold";
  src: url("fonts/dinbold-webfont.woff2") format("woff2"), url("fonts/dinbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* algemeen */
.uncode_text_column ul li,
.uncode_text_column ol li {
  margin-bottom: 10px;
  line-height: 1.9em;
}
.uncode_text_column ul li a,
.uncode_text_column ol li a {
  text-decoration: underline;
}
.uncode_text_column ul li a:hover,
.uncode_text_column ol li a:hover {
  text-decoration: none;
  color: black !important;
}
.uncode_text_column p {
  line-height: 1.5em;
}
.uncode_text_column p a {
  text-decoration: underline;
}
.uncode_text_column p a:hover {
  text-decoration: none;
  color: black !important;
}
.btn-container a {
  padding: 12px 30px !important;
}
.btn-container a:hover {
  background-color: #3e0500 !important;
}
.btn-color-478039.btn-flat:not(.btn-hover-nobg):hover {
  background-color: #3e0500 !important;
  border-color: #3e0500 !important;
}
/* nav */
.menu-wrapper {
  position: fixed;
  top: 0px;
  z-index: 2;
}
.menu-wrapper .menu-container {
  background-color: transparent;
}
#wpadminbar ~ .box-wrapper .menu-wrapper {
  top: 32px;
}
.navbar-nav ul .menu-item-button a .menu-btn-container {
  padding: 8px 25px !important;
  background-color: #fa0400;
  border-color: #fa0400;
  color: white;
}
.navbar-nav ul .menu-item-button a:hover .menu-btn-container,
.navbar-nav ul .menu-item-button a:focus .menu-btn-container {
  background-color: #3e0500;
  border-color: #3e0500;
}
.navbar-nav .menu-smart-social li a i {
  font-size: 24px !important;
}
.logo-image img {
  transition: all 0.2s ease-in;
  height: 160px !important;
  padding-left: 100px;
}
.is_stuck .logo-image img {
  height: 70px !important;
  padding-left: 0px;
}
/* footer */
.footer-last .site-info {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.footer-last .site-info p {
  font-size: 14px !important;
}
.footer-last .site-info p .eskidoos {
  font-weight: bold;
}
.footer-last .site-info p .eskidoos:hover {
  text-decoration: underline;
  color: white !important;
}
.footer-last .text-right {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.footer-scroll-top {
  bottom: 10px;
  right: 10px;
}
/* content blocks */
.postblock .t-inside .t-entry .t-entry-title {
  font-size: 24px !important;
}
.postblock .t-inside .t-entry .t-entry-title a {
  font-size: 24px !important;
}
/* homepage */
.layer2container {
  position: absolute !important;
  top: 0;
}
.ClassyCountdown-wrapper {
  display: none;
}
.countdown {
  display: flex;
  gap: 15px;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.countdown .countdownBlock {
  background-color: #3e0500;
  flex-grow: 1;
  padding: 30px 0;
  margin-top: 0;
}
.countdown .countdownBlock .timer {
  font-size: 85px;
  font-family: "dinbold";
}
.countdown .countdownBlock h5 {
  font-size: 15px;
  text-transform: uppercase;
}
.hoverzoom {
  transition: all 0.1s ease;
  z-index: 2;
}
.hoverzoom:hover {
  transform: scale(1.15);
}
/* contact page */
/* contact form */
.afterSuccesContactForm {
  display: none;
  text-align: center;
  padding: 70px 30px;
}
.afterSuccesContactForm .icongreat {
  content: "\e909";
  font-family: "icomoon" !important;
  color: #3e0500;
  font-weight: bold;
  font-size: 60px;
}
.afterSuccesContactForm h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.afterSuccesContactForm #backToFormContact {
  display: inline-block;
  padding: 8px 20px !important;
  text-transform: uppercase;
  background-color: #3e0500;
  color: white;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 2em;
}
.afterSuccesContactForm #backToFormContact:hover {
  background-color: #fa0400;
}
#errorMessageContactText {
  color: #fa0400;
}
#contactForm {
  padding: 30px;
}
#contactForm input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
}
#contactForm .halfinput {
  width: calc(50% - 12px) !important;
  display: inline-block;
}
#contactForm .halfinputleft {
  margin-right: 19px;
}
#contactForm textarea {
  width: 100%;
  height: 140px;
  padding: 10px 20px;
  border-radius: 4px;
}
#contactForm input[type="button"] {
  font-size: 16px;
  padding: 10px 20px !important;
  background-color: #fa0400;
  border: none;
  color: white;
  border-radius: 2em;
  margin-top: 20px;
}
#contactForm #nieuwsbriefblok {
  margin-top: 15px;
  display: none;
  /*Adding custom checkbox icons*/
  /*hiding the original checkboxes*/
  /*when the user checks the checkbox the checked icon will animate in*/
}
#contactForm #nieuwsbriefblok label:before,
#contactForm #nieuwsbriefblok label:after {
  /*absolutely positioned*/
  font-size: 21px;
  position: absolute;
  top: -5px;
  left: 0;
}
#contactForm #nieuwsbriefblok label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
  font-size: 18px;
}
#contactForm #nieuwsbriefblok label:before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e90a";
  /*unchecked*/
  color: white !important;
}
#contactForm #nieuwsbriefblok label:after {
  font-family: "icomoon";
  /* to use content: add this font */
  font-weight: normal;
  font-style: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  /*checked*/
  max-width: 0;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.35s;
  top: -11px;
  left: 2px;
  font-size: 27px;
  font-weight: bold;
}
#contactForm #nieuwsbriefblok input[type="checkbox"] {
  display: none;
}
#contactForm #nieuwsbriefblok input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  /*an arbitratry number more than the icon's width*/
  opacity: 1;
  /*for fade in effect*/
}
#contactForm #nieuwsbriefblok input + label:before,
#contactForm #nieuwsbriefblok input + label:after {
  color: #3e0500;
}
#contactForm #nieuwsbriefblok label {
  font-weight: 300;
}
/* media queries */
@media (max-width: 1200px) {
  .logo-image img {
    height: 240px !important;
    padding-left: 140px;
  }
}
@media (max-width: 959px) {
  footer .footer-last {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-nav .menu-smart li a .fa-angle-right {
    display: none;
  }
  .breadcrumb {
    text-align: left;
  }
  .logo-image img {
    height: 70px !important;
    padding-left: 0px;
  }
}
@media (max-width: 570px) {
  .countdown .countdownBlock .timer {
    font-size: 48px;
  }
}
