/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: "News";
	src: url("fonts/News-77.otf") format("opentype");
	font-weight: 400;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; 
     } 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */ 
html,body{
	min-height:100%;
} 
body.page-template-page-map .elementor-element,
body.page-template-page-lp .elementor-element{
    display: none;
}
body.page-template-page-map,
body.page-template-page-lp {
    font-family: 'News', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 50px;
    color: #ffffff;
}
body.page-template-page-map a,
body.page-template-page-lp a {
	text-decoration:none;
}
body.page-template-page-lp a, 
body.page-template-page-lp a:hover, 
body.page-template-page-lp a:focus, 
body.page-template-page-lp input[type="submit"] {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}
body.page-template-page-map img,
body.page-template-page-lp img {
  max-width: 100%;
  height: auto;
  display:block;
}
/* animate css */
@-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
  
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    42% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    7% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  
    14% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
   
    24% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    } 
  
    35% { 
      -webkit-transform: scale(1) ;
      transform: scale(1);
    }
}
@-webkit-keyframes leftRight {
    0% { 
      -webkit-transform: rotate3d(1, 1, 1, 0deg);
      transform: rotate3d(1, 1, 1, 0deg);
    }   
   
    14% { 
      -webkit-transform: rotate3d(1, 1, 1, 45deg);
      transform: rotate3d(1, 1, 1, -25deg);
    }
  
    28% { 
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
    }
  
    42% {
        -webkit-transform: rotate3d(1, 1, 1, 25deg);
        transform: rotate3d(1, 1, 1, 25deg);
    }
  
    70% {
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
    }
  }
  
  @keyframes leftRight {
    0% {
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
      }
    
      14% {
        -webkit-transform: rotate3d(1, 1, 1, 45deg);
        transform: rotate3d(1, 1, 1, -25deg);
      }
    
      28% {
          -webkit-transform: rotate3d(1, 1, 1, 0deg);
          transform: rotate3d(1, 1, 1, 0deg);
      }
    
      42% {
          -webkit-transform: rotate3d(1, 1, 1, 25deg);
          transform: rotate3d(1, 1, 1, 25deg);
      }
    
      70% {
          -webkit-transform: rotate3d(1, 1, 1, 0deg);
          transform: rotate3d(1, 1, 1, 0deg);
      }
}

@-webkit-keyframes rightLeft {
    0% { 
      -webkit-transform: rotate3d(1, 1, 1, 0deg);
      transform: rotate3d(1, 1, 1, 0deg);
    }   
   
    14% { 
      -webkit-transform: rotate3d(1, 1, 1, 45deg);
      transform: rotate3d(1, 1, 1, 25deg);
    }
  
    28% { 
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
    }
  
    42% {
        -webkit-transform: rotate3d(1, 1, 1, 25deg);
        transform: rotate3d(1, 1, 1, -25deg);
    }
  
    70% {
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
    }
  }
  
  @keyframes rightLeft {
    0% {
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
        transform: rotate3d(1, 1, 1, 0deg);
      }
    
      14% {
        -webkit-transform: rotate3d(1, 1, 1, 45deg);
        transform: rotate3d(1, 1, 1, 25deg);
      }
    
      28% {
          -webkit-transform: rotate3d(1, 1, 1, 0deg);
          transform: rotate3d(1, 1, 1, 0deg);
      }
    
      42% {
          -webkit-transform: rotate3d(1, 1, 1, 25deg);
          transform: rotate3d(1, 1, 1, -25deg);
      }
    
      70% {
          -webkit-transform: rotate3d(1, 1, 1, 0deg);
          transform: rotate3d(1, 1, 1, 0deg);
      }
}


@-webkit-keyframes upDown {
    0% { 
      -webkit-transform: translate(0, -0);
      transform: translate(0, -0);
    }   
   
    14% { 
      -webkit-transform: translate(2px, -10px);
      transform: translate(2px, -10px);
    }
  
    28% { 
        -webkit-transform: translate(4px, -15px);
        transform: translate(4px, -15px);
    }
  
    42% {
        -webkit-transform: translate(5px, -20px);
        transform: translate(5px, -20px);
    }
  
    70% {
        -webkit-transform: translate(4px, -15px);
        transform: translate(4px, -15px);
    }
  }
  
  @keyframes upDown {
    0% { 
        -webkit-transform: translate(0, -0);
        transform: translate(0, -0);
      }   
     
      14% { 
        -webkit-transform: translate(2px, -10px);
        transform: translate(2px, -10px);
      }
    
      28% { 
          -webkit-transform: translate(4px, -15px);
          transform: translate(4px, -15px);
      }
    
      42% {
          -webkit-transform: translate(5px, -20px);
          transform: translate(5px, -20px);
      }
    
      70% {
          -webkit-transform: translate(4px, -15px);
          transform: translate(4px, -15px);
      }
}
.heartbeat{
    -webkit-animation: heartBeat 2.5s infinite !important; 
    animation: heartBeat 2.5s infinite !important;     
}
.upDown{
    -webkit-animation: upDown 1.5s infinite !important; 
    animation: upDown 1.5s infinite !important;     
}
.leftRight{
    -webkit-animation: leftRight 5s infinite !important; 
    animation: leftRight 5s infinite !important;     
}
.rightLeft{
    -webkit-animation: rightLeft 5s infinite !important; 
    animation: rightLeft 5s infinite !important;     
}
body.page-template-page-lp .animated {
    visibility: hidden;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
}
body.page-template-page-lp .visible {
    visibility: visible;
}
/* Grid */
.grid-wrapper{
	width:100%;
	max-width: 1507px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.grid-wrapper.relative {
  position: relative;
}
.flex{
	display:flex;
}
.flex-jc{
    display: flex;
    justify-content: space-between;	
}

.lp-header {
    background: url(images/header-bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.lp-header > img{
    margin: 0 auto;
    max-width: 66% !important;
}
.lp-header > h3{
    text-align: center;
    font-size: 185%;
    margin: -10vh auto 0;
}
.lp-body {
    background-color: #f70000;
    text-align: center;
    padding: 5vh 0;
    box-shadow: inset 0px 0px 393px 87px rgba(0,0,0,0.5);
}
h1.entry-title{
    font-size: 300%; 
}
.entry-title h2 {
    width: fit-content;
    margin: 0 auto;
    display: inline;
    background-color: #000;
    padding: 7px;
    color: #ffed00;
    line-height: 1 !important;
}

.entry-title p {
    line-height: 0.3 !important;
}
.entry-title h3{
    width: fit-content;
    margin: 0 auto;
    display: inline;
    background-color: #000;
}
img.head {
  position: absolute;
  top: -15vh;
  max-width: 22% !important;
}
.head.head-1 {
  right: 0;
}
.head.head-0 {
  left: 0;
}
.lp-form {
    background: url(images/main_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
    padding: 5vh 0;
}
.form-content {
    text-align: center;
    background-color: #fff;
    color: #000000;
    padding: 5vh;
    line-height: 1;
}
.form-content h3 {
    font-size: 130%;
}
/* CF7 */

.cf-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
.cf-blk p {
    width: 100%;
}
.cf-el {
  width: 48%;
}
.wpcf7-form {
  max-width: 66%;
  margin: 30px auto 0;
}
.cf-el label {
  display: block;
  text-align: right;
  font-size: 60%;
}
.cf-el input[type="text"],
.cf-el input[type="email"] {
  border: 3px solid #000;
  border-top: 0;
  direction: rtl;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 18px;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form-control.wpcf7-checkbox  .wpcf7-list-item {
	margin: 0;
	width: 18%;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
  text-align: right;
}
.wpcf7-form-control-wrap .wpcf7-list-item{
  margin: 0;
  width: 100%;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
}
.form-content .cf-blk h3 {
  font-size: 80%;
}
.cfb-cbs .wpcf7-list-item input[type="checkbox"]{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.cfb-cbs .wpcf7-list-item input[type="checkbox"] + span {
  opacity: .50;
  border: 1px solid #000;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 10px;
  font-size: 50%;
  padding: 10px 0;
}
.cfb-cbs .wpcf7-list-item input[type="checkbox"]:checked + span {
  opacity: 1;
}
.wpcf7-form-control.wpcf7-acceptance.optional
.wpcf7-list-item-label {
  font-size: 50%;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #000;
  border: 0 none;
  color: #fff;
  font-size: 80%;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px auto 0;
  padding: 0;
  border: 0 none;
  font-size: 60%;
  text-align: right;
}
/* Map */
.map-wrapper{
  text-align: center;
  min-height: 100vh;
}
div#map {
  height: 60vh;
  margin: 5vh auto;
  width: 95%;
  max-width: 980px;
}
ul.locations {
  background-color: #000;
  padding: 1vh 15px;
  list-style-type: none;
  font-size: 70%;
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
  margin: 0 auto;
}
ul.locations li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 85%;
}
ul.locations li span {
  display: inline-block;
  margin-left: 5px;
}
ul.locations li::after{
  content: '|';
  margin: 0 3px 0 9px;
}
ul.locations li:last-child:after{
  display: none;
}
ul.locations li a {
  font-size: 85%;
  color:#ffed00;
  border: 2px solid;
  border-radius: 20px;
  padding: 2px 20px;
  display: inline-block;
  margin: 0 5px;
}
ul.locations li a:hover{
  background-color:#ffed00;
  border-color:#ffed00;
  color:#000;
}
ul.locations li a i {
  font-size: 60%;
  margin: 0 10px 0 3px;
  position: relative;
  top: -2px;
}
.map-wrapper {
  /*
  background: url(images/main_bg.jpg) 50% 0 repeat;
  background-size: contain;
  padding: 0;
  */
  background-color: #000;
}
.banner img {
  width: 100%;
}
@media only screen and (max-width: 945px){
  body.page-template-page-map,
  body.page-template-page-lp {
      font-size: 25px;
  }
  .lp-header > h3 {
    font-size: 135%;
    margin: 0 auto;
  }
  h1.entry-title {
    font-size: 270%;
  }
  .wpcf7-form {
    max-width: 100%;
    margin: 30px auto 0;
    
  }
  .cf-blk {
    margin-bottom: 20px;
  }
  .cf-el {
    width: 100%;
    margin-top: 20px;
  }
  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 0 10px;
    width: 48%;
  }
  .wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
  }
  .head.head-1 {
    right: 10px;
  }
  .head.head-0 {
    left: 10px;
  }
  img.head {
    top: -13vh;
    max-width: 19% !important;
  } 
  ul.locations{
    max-width: 95%;
    display: block;
    padding: 0 0 30px;
    font-size: 85%;
  }
  ul.locations li{
    margin: 10px 0;
    text-align: right;
    font-size: 100%;
  }
  ul.locations li a{
    margin: 0;
  }
  ul.locations li::after{
    display: none;
  }
}