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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.insta-header {
  text-align: center;
}
.insta-header .sbi_header_hashtag_icon{
  background: #000;
  width: 24px;
  height: 24px;
  position: relative;
  padding: 12px;
  border-radius: 24px;
  margin: 0 auto;
}
.insta-header i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat -90px 0;
}
.insta-header .sb_instagram_header{
  padding-bottom: 0 !important;
  margin-bottom:0 !important;
}

.insta-header .sb_instagram_header .sbi_header_img{
  margin-bottom: 10px;
}
.insta-header .sb_instagram_header_2{
  margin-top: -30px;
}
.insta-header a:hover{
  text-decoration: none !important;
}


.home--slider{
  overflow: hidden;
}
.home--slider .uk-overlay-panel:not(.uk-overlay-bottom){
  top: 60px;
  left: auto;
  right:80px;
}
.home--slider .uk-margin{
  font-size: 42pt;
  line-height: 46pt;
  font-weight: bold;
  text-shadow: 1px 1px 5px #000;
}

@media (max-width: 1220px) {
  .home--slider .uk-overlay-panel:not(.uk-overlay-bottom){
    right: 0;
  }
}
@media (max-width: 768px) {
  .home--slider .uk-overlay-panel:not(.uk-overlay-bottom){
    right: 0;
    left: 0;
    text-align: center;
  }
  .home--slider .uk-margin{
    font-size: 36pt;
    line-height: 40pt;
  }
  .home--slider .uk-overlay-panel:not(.uk-overlay-bottom) .uk-margin span{
    display: none !important;
  }
}
@media (max-width: 400px) {

  .home--slider .uk-margin{
    font-size: 32pt;
    line-height: 36pt;
  }

}
@media (max-width: 320px) {

  .home--slider .uk-margin{
    font-size: 26pt;
    line-height: 30pt;
  }

  .home audio{
    height: 0px;
    overflow: hidden;
  }
  .home div[style="visibility:hidden;"]{
    height: 0px;
    display: none !important;
  }
  nav.tm-navbar.uk-navbar{
    margin-bottom: -20px;
    padding-top: 0px !important;
  }
}



#deactivate-google-analytics{
  color: #007d40;
}
#deactivate-google-analytics:hover{
  text-decoration: underline;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit{
    display: block;
    margin-left: 15px;
}

.wpcf7-form-control.g-recaptcha{
  margin-left: 15px;
}
.wpcf7-form-control.g-recaptcha~span{
  margin-left: 15px;
}

div.wpcf7-response-output{
  color: #fff;
}

a.uk-icon-button.uk-icon-instagram::after {
    display: block;
    width: 100%;
}
.wpcf7-quiz-label {
    padding-left: 15px;
    display: inline-block;
}

.es-review-background-container{
  background-color: #fff !important;
}
.google-reviews-cookie-container{
  padding: 20px;
  background: #efefef;
  text-align: center;
}
.google-reviews-cookie-container .uk-button{
  display:block;
  margin-top: 20px;
}