/*
Theme Name: Hamer Splash
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/HomepageBaukasten-Bold.woff2') format('woff2'),
        url('fonts/HomepageBaukasten-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/HomepageBaukasten-Book.woff2') format('woff2'),
        url('fonts/HomepageBaukasten-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    background-image: url('img/hamer_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
}
.top_right{
    z-index: 100;
margin: 15px 0px 0px 0px;
    padding: 0px;
	display: block;
    color:  #fff;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}
.top_right:hover{
    color: #fff;
    text-decoration: none;
}
.top_right img{
    width: 100%;
    max-width: 20px;
    margin: 0px 10px 0px 0px;
    height: auto;
}
.top_right table td{
    vertical-align: middle;
}
.icon{
    width: 35px;
    height: 35px;
    z-index: 1000;
    margin: 0px 0px 0px 0px;
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.page_wrapper{
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    padding: 0px 50px;
    z-index: 1;
}
.logo{
    position: absolute;
    top: 50px;
}
.tbl_cell .copyright{
    position: absolute;
    bottom: 50px;
}
.right_gradient .copyright{
    display: none;
}
.copyright p{
    font-family: 'Gotham';
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.tbl_row{
    display: table-row;
}
.tbl_cell{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.text_wrapper{
    max-width: 606px;
    width: 100%;
}
.text_wrapper h2{
    margin: 0px 0px 30px 0px;
    text-transform: uppercase;
    padding: 0px;
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.43px;
    color: #c56b4b;
}
.text_wrapper h1{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.42px;
    color: #ffffff;
}
.text_wrapper p{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #e1e1e1;
}

.right_gradient{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgb(244,132,59);
    background: linear-gradient(180deg, rgba(244,132,59,1) 0%, rgba(153,82,35,1) 100%);
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
.white_cube{
    background-color: #fff;
    min-height: 100px;
    width: 440px;
    padding: 40px;
    margin-right: 50px;
     box-shadow: 0 26px 16px -12px rgba(0, 0, 0, 0.25);
}
.cell_right{
    width: 440px;
}
.right_gradient .white_cube{
    display: none;
}
.white_cube h4{
font-family: 'Gotham Bold';
text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.71px;
    color: #333333;
    padding: 0px;
    margin: 0px 0px 30px;
}

.wpcf7-form-control.wpcf7-submit{
    box-shadow: 0 12px 10px -6px rgba(0, 0, 0, 0.25);
    background-color: #c56b4b;
    border: none;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: normal;
    color: #ffffff;
    padding: 17px 87px 17px 20px;
    transition: 0.5s;
    background-image: url('img/arrow.svg');
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 135px center;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #d08d75;
    transition: 0.5s;
}
input:focus::placeholder {
  color: transparent;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff!important;
    transition: background-color 5000s ease-in-out 0s;
}
#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple,
#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled) {
    background-color: #fff!important;
}

.wpcf7-not-valid-tip{
    font-family: 'Gotham Bold'!important;
    font-size: 12px!important;
    margin-top: 15px!important;
}

.mdc-text-field.cf7md-initialized.mdc-ripple-upgraded:hover{
    background-color: #fff!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    color: #b00020!important;
font-family: 'Gotham Bold';
    font-weight: bold;
    padding: 0px;
    margin: 30px 0px 0px 0px;
}
.cf7md-admin-customize-message {
    display: none;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled),
#cf7md-form .mdc-text-field:hover,
#cf7md-form .mdc-text-field {
    background-color: #ffffff;
}
#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
#cf7md-form .wpcf7-tel,
#cf7md-form .wpcf7-text {
    border-bottom-color: #979797!important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
      font-family: 'Gotham';
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #c56b4b!important;
    padding-left: 0px;
    padding-bottom: 0px;
        background-color: white!important;
}
#cf7md-form .wpcf7-tel:hover,
#cf7md-form .wpcf7-text:hover,
#cf7md-form .wpcf7-textarea:hover {
background-color: #fff!important;
}
#cf7md-form .wpcf7-textarea,
#cf7md-form .wpcf7-textarea:focus,
#cf7md-form .wpcf7-textarea:active{
    font-size: 12px;
    font-weight: normal;
    font-family: 'Gotham';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
        height: 100px!important;
    letter-spacing: normal;
    color: #333333!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333!important;
  opacity: 1; /* Firefox */
}
#cf7md-form .mdc-text-field .mdc-floating-label {
    left: 0px;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #979797;
}
#cf7md-form .mdc-line-ripple {
    background-color: #979797!important;
    height: 1px;
}
#cf7md-form .mdc-text-field::before, #cf7md-form .mdc-text-field::after {
    background-color: #fff;
    border-bottom: 1px solid #191919;
}
#cf7md-form .mdc-text-field .mdc-text-field__input {
    caret-color: #979797;
    caret-color: var(--mdc-theme-primary, #979797)!important;
    background-color: #fff!important;
}
.mdc-floating-label.mdc-floating-label--float-above{
    color: #979797!important;
}
.mdc-text-field.mdc-text-field--textarea{
    border: solid 1px #979797!important;
    border-radius: 0px!important;
}
.mdc-text-field.mdc-text-field--textarea .mdc-floating-label{
    display: none!important;
}
.mdc-text-field.mdc-text-field--textarea.cf7md-initialized.mdc-text-field--focused{
    color: red!important;
}
#cf7md-form .mdc-text-field--textarea .mdc-text-field__input {
    margin: 0px;
    padding: 18px 20px;
  }
.mdc-notched-outline.mdc-notched-outline--upgraded.cf7md-initialized{
    display: none!important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    display: none!important;
}
.thank_you{
    min-height: 50px;
    padding: 0px;
    margin: 40px 0px 0px 0px;
    display: none;
}

.thank_you img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.thank_you .tbl_cell{
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #c56b4b;
}
.the_button{
    margin-top: 40px;
}





@media (max-width: 1200px){
  .tbl_row {
    display: block;
}
.top_right {

    z-index: 100;
    padding: 0px;
    color: #fff;
    font-family: 'Gotham Bold';
    text-transform: uppercase;
}

.thank_you .tbl{
    width: 100%;
    display: table;
    vertical-align: top;
}
.thank_you .tbl_cell {
    display: table-cell;
        vertical-align: top;
}
  .tbl_cell .copyright{
      display: none;
  }
  .right_gradient .copyright{
      position: relative;
      display: block;
      bottom: 0px;
  }
  .right_gradient{
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      width: 100%;
    padding: 60px 20px 30px 20px;
      position: relative;
  }
  .right_gradient .white_cube{
      display: block;
      width: 100%;
      padding: 40px;
      margin: 0px 0px 60px 0px;
  }
  .white_cube{
      display: none;
  }
  .logo{
      position: relative;
      top: 0px;
      margin-bottom: 60px;
          max-width: 130px;
  }
  .page_wrapper{
      width: 100%;
      height: inherit;
      display: block;
      position: relative;
      padding: 30px 30px 60px 30px;
  }
  .tbl_cell{
      display: block;
      height: inherit;
  }
  .text_wrapper{
      max-width: 100%;
  }
  .text_wrapper h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.29px;
  }
  .text_wrapper h1{
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.42px;
  }
  .text_wrapper p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
  }
}
