/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

html,body{
  overflow-x: hidden;
}

 .modal-form{
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100vh;
  z-index: 4;
  cursor: pointer;
  padding: 0 !important;
  box-sizing: border-box;
}

.modal-form__container{
  background: white;
  width: 450px;
  max-width: 100%;
  padding: 20px 30px;
  cursor: default;
  box-sizing: border-box;
  overflow-y: auto;
}

.modal-form__container-title{
  font-size: 24px;
  font-weight: 600;
}

input.hidden{
  display: none;
}

input{
  max-width: 100%;
}

p{
  max-width: 100%;
}

textarea{
  max-width: 100%;
}

@media(max-width: 767.98px){
  .modal-form__container{
    padding: 15px 20px;
    max-width: 95%;
  }
  .modal-form p{
    margin: 10px 0 !important;
  }
}

iframe{
  max-width: 100%;
}
.uk-block-large{
  padding-bottom: 60px;
}
.table-wrapper{
  max-width: 100%;
  overflow-x: auto;
}
.contact-form{
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
}
.contact-form div{
  width: 50%;
  box-sizing: border-box;
}
.contact-form div.w100{
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-form div.w100 p{
  width: auto;
}
.contact-form div.w100 p:first-of-type{
  margin-right: 25px;
}
.contact-form div:first-of-type{
  padding-right: 25px;
}
.contact-form div p{
  text-align: left;
}
.contact-form p{
  width: 100%;
  margin-top: 0;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"]{
  width: 100%;
  box-sizing: border-box;
}
.contact-form textarea{
  width: 100%;
  box-sizing: border-box;
  height: 179px;
}
.contact-form-title{
  max-width: 80%;
  text-align: left;
}
.modal-form .contact-form{
  max-width: 100%;
}
.modal-form .contact-form div{
  width: 100%;
}
.modal-form .contact-form div:first-of-type{
  padding-right: 0;
}
.modal-form .contact-form div.w100{
  flex-wrap: wrap;
}
.modal-form .contact-form div.w100 p{
  width: 100%;
}
.modal-form .contact-form div.w100 p:first-of-type{
  margin-right: 0;
}
.modal-form__container-title{
  margin-bottom: 20px;
}
@media(max-width: 767.98px){
  .contact-form{
    max-width: 100%;
  }
  .contact-form div{
    width:100%;
  }
  .contact-form div:first-of-type{
    padding-right: 0px;
  }
  .contact-form div.w100{
    flex-wrap: wrap;
  }
  .contact-form div.w100 p{
    width: 100%;
    text-align: center;
  }
  .contact-form div.w100 p:first-of-type{
    margin-right: 0;
  }
  .contact-form-title{
    max-width: 100%;
    text-align: center;
  }
}
.form-back-wrapper{
  background-image: url("../images/form-back.png");
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  color: white;
}
.form-back-wrapper h2{
  color: white;
}
@media(max-width:767.98px){
  .form-back-wrapper{
    padding: 20px 15px;
  }
}
.uk-block-large{
  padding-bottom: 20px;
}
.tm-footer-centered{
  padding: 30px;
}
p[aria-hidden="true"]{
  margin: 0;
}
p[itemtype="http://schema.org/Organization"]{
  margin-bottom: 0;
}