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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-navbar {
    height: 100px;
}
 
 .tm-teaser-heading {
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: none;
}

.tm-teaser-subtitle {
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
}

.uk-panel-box-secondary {
    background-color: #015180;
    border: medium none;
}

.uk-panel-box {
    background: none repeat scroll 0 0 #00456d;
    border-color: #00456d;
}

.tm-noblog.tm-content-boxed .tm-content, .tm-content-boxed .uk-article {
    background: none repeat scroll 0 0 #00456d;
}

.uk-thumbnail {
    background: none repeat scroll 0 0 #363c41;
}

.tm-logo {  
    height: 80px;  
    line-height: 80px;  
}

.tm-logo img {
    padding-top: 10px;
}
.uk-navbar-content.tm-search {  
    height: 80px;  
    padding: 0px;  
}  
.tm-search {  
    position: relative;  
    top: 0px;  
    right: 0px;  
}
img.wp-post-image {
    display: none;
}

/* xs */
#map-container{
    position: relative;
    overflow: hidden;  
    width: 250px;
    height: 150px;
}

/* sm */
@media (min-width: 768px) {
    #map-container{
        position: relative;
        overflow: hidden;    
        width: 960px;
        height: 600px;
    }
}


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lio-button {
  background-color: #a87c3b;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.lio-button:hover {
  background-color: rgb(0, 99, 157);
  color: white;
}

.agenda-home .ai1ec-subscribe-container,
.agenda-home .ai1ec-title-buttons,
.agenda-home .ai1ec-pull-left{
    display: none;
}