.klieverik-logo{
  margin: 10px 0 0;
}

.nav-link::before{
  color: transparent;
}

.btn-outline-primary, .wpcf7 input[type=submit]{
  background-color: #F9561F!important;
  color:white!important;
  border-color: transparent!important;
  border-radius: 0!important;
}

.btn-outline-primary, .wpcf7 input[type=submit]:hover{
  background-color: #222152!important;
  color:white!important;
  border-color: transparent!important;
  border-radius: 0!important;
}

.orange-block-footer{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before{
  color: #222152;
}

.group-link a{
  color: white;
}

.group-link a:hover{
  color:#222152;
}

.followus{
  color:white;
}

.vc_btn3.vc_btn3-size-md{
  font-weight: bold!important;
  border-color: transparent!important;
}

.vc_btn3-color-blue{
  background: #222152!important;
  background-color: #222152!important;
  color: #fff!important;
}

.vc_btn3-color-blue:hover{
  background: #E8E8ED!important;
  background-color: #E8E8ED!important;
  color: #222152!important;
}

.vc_btn3-color-grey{
  background: #E8E8ED!important;
  background-color: #E8E8ED!important;
  color: #222152!important;
}

.vc_btn3-color-grey:hover{
  background: #222152!important;
  background-color: #222152!important;
  color: #fff!important;
}

.kl_blog_container{
  margin-bottom:30px;
  overflow: hidden;
}

.kl_blog_image{
  background-size:cover;
  background-position: center;
  width:22%;
  padding-top:22%;

}

.kl_event_label{
  background: #F9561F;
  padding: 5px 20px;
  font-weight: bold;
  font-size: .9em;
  position: absolute;
  left: -10px;
  margin-top: 10px;
  z-index: 99;
  color: white;
}

.kl_blog_contentblock{
  width:78%;
}

.kl_blog_contentblock p{
  margin-bottom:5px;
}

.kl_blog_excerpt p{
  font-size:.8em;
  display:block;
}

.kl_meta{
  padding-bottom: 6px;
  padding-top: 6px;
  margin-bottom: .75rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: .75em;
}

.kl_readmore{
  position: relative;
  padding: 7px 14px!important;
  font-size: .9em!important;
  background:#222152!important;
}

.kl_readmore:hover{
  background:#90BAD3!important;
  color:white!important;
}

.kl_blog_article{
  margin-left:0px!important;
  margin-right:0px!important;
  position: relative;
}

.kl_blog_header{
  background-color:#90BAD3;
  overflow: hidden;
}

.kl_latest_container{
  width:100%;
  padding:10px 0;
  border-bottom:1px solid #e5e5e5;
  overflow: hidden;
  display: table;
}

.kl_latest_img{
  width: 20%;
  padding-top:20%;
  background-position: center!important;
  background-size: cover!important;
  display:table-cell;
}

.kl_latest_title{
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;

}

@media (min-width: 768px){
  .kl_blog_container{
    padding-left:0px!important;
    padding-right:0px!important;
  }

}

@media (min-width: 576px){
  .kl_blog_container{
    padding-left:0px!important;
    padding-right:0px!important;
  }

}

@media (min-width: 480px){
  .kl_blog_container{
    padding-left:0px!important;
    padding-right:0px!important;
  }

}

#breadcrumbs{
  padding-top:0px!important;
  padding-bottom:30px;
}

.menu-menu-footer-french-container ul li{
  display: block;
  float: none;
  line-height: 36px;
}

.menu-menu-footer-german-container ul li{
  display: block;
  float: none;
  line-height: 36px;
}

.menu-menu-footer-spanish-container ul li{
  display: block;
  float: none;
  line-height: 36px;
}

.cli-plugin-button{
  border-radius: 3px!important;
}

#cookie-law-info-again{
  box-shadow:none!important;
  border-radius: 3px 3px 0 0!important;
}

.dropdown-menu{
  margin: 0!important;
}

.caret {
    padding-left: 0;
    padding-right: 0;
    float: right;
    width: 10px;
}

.menu-item{
  font-size:.85em;
}

.wpsl-dropdown{
  min-width:110px;
}

.wpsl-directions{
  display:none;
}

#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}

.wpsl-search{
  background-color:#fafafa!important;
}

.wpb_content_element{
  margin-bottom:0px!important;
}

#wpsl-stores{
  border-bottom: 1px dotted #ccc;
}

#klieverik-sl-wrapper{
  padding: 10px 30px 30px 30px;
  background-color: #fafafa;
  margin-bottom:-30px;
}

@media (max-width:767px){
  #klieverik-sl-wrapper{
  padding: 10px 12px 30px 12px;
}
}

@media (min-width:769px){
  .slide-parent {
  min-height:425px;
}
}

.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  

.owl-animated-out {
  z-index : 1 
   }

.owl-animated-in {
  z-index : 0 
   }

.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1;
  }  
  100% {
    opacity : 0;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1;
  }  
  100% {
    opacity : 0;
  }  
}
.fadeIn  {
  -webkit-animation-name : fadeIn  ;
  animation-name : fadeIn  ;
}  
@-webkit-keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 1   ;
  }  
}
@keyframes  fadeIn  {
  0% {
    opacity : 0   ;
  }  
  100% {
    opacity : 1   ;
  }  
}

body.archive article.category-events, body.blog article.category-events {
    background: #fafafa;
    
}

body.archive article.category-events h2 a, body.blog article.category-events h2 a {
    
}

.wpb_wrapper h3 a {
  font-size: 35px;
}

.header-carousel {
  width: 100%;
  height: 100%;
}

.slide-parent { 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 140px 0 70px;
} 

.slider-content-container h2 {
  color: white!important;
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
}

.white-title{
  color:white!important;
}

.slider-content-container p {
  font-size: 18px;
  line-height: 26px;
}

.slider-content-container {
  background: rgba(33, 148, 198, 0.8);
  color: white;
  padding: 30px;
  width: 100%;
  max-width: 590px;
}

.owl-nav.disabled {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .kl_blog_image{
    background-size:cover;
    background-position: center;
    width:25%;
    padding-top:25%;

  }

  .kl_blog_contentblock{
    width:75%;
  }
}

@media only screen and (min-width: 992px) {
  .padding-b-18{
    margin-bottom:-35px;
  }
}

@media only screen and (max-width: 1024px) {
  .slide-parent { 
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .slide-parent { 
    padding: 80px 0 40px;
  }
  .slider-content-container p {
    font-size: 15px;
    line-height: 22px;
  }
  .kl_readmore{
    font-size:.7em!important;
  }
  .kl_blog_excerpt p{
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .klieverik-logo svg{
    max-width: 220px;
  }
  .slide-parent { 
    padding: 50px 0 20px;
  }

  .slider-content-container h2 {
    font-size: 27px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 419px) {
  .kl_blog_image{
    background-size:cover;
    background-position: center;
    width:30%;
    padding-top:30%;

  }

  .kl_blog_contentblock{
    width:70%;
  }
}

@media only screen and (max-width: 370px) {
  .kl_blog_image{
    background-size:cover;
    background-position: center;
    width:100%;
    padding-top:75%;

  }

  .kl_blog_contentblock{
    width:100%;
  }
}

.admin-bar .header-wrapper{
  padding-top:32px;
}

.header-wrapper{
position: fixed;
    width: 100%;
    z-index: 9999;
    background: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    top: 0;
}

#main-menu .caret i{
  padding-top: 2px;
}

.searchbg.search-clicked{
  padding-top: 25%;
  background: rgba(0,0,0,0.75)!important;
  position: fixed!important;
  z-index: 999999!important;
}

.grecaptcha-badge{
  z-index: 9999;
}

@media only screen and (max-width: 991px) {
  .search-menu-item{
    margin-top:6px;
  }
}
