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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/*.uk-slideshow.uk-overlay-active{
    height:500px!important;
}
.uk-slideshow.uk-overlay-active .uk-active{
    height:500px!important;
}*/

/* WOTG: Contact Form */
input.ff_elem {
    background-color:#efe;
}

textarea.ff_elem {
    background-color:#efe;
}

/* WOTG: Reduce size of homepage slider, adjust map dimensions */

.tm-dotnav.tm-header-overlay {
    padding-left:40px;
}

ul.uk-slideshow {
    margin: 0;
    /*width: 675px;*/
    min-width:100%;
}

.tm-map {
    float:right;
    width:auto !important;
    min-width:100% !important;
}

@media screen and (max-width: 752px) {
    .tm-map {
        display:none;
    }
}

@media screen and (min-width: 753px) {
    .tm-map {
        display:block;
    }
}

.uk-position-cover {
    background-size: contain;
}

.uk-overlay-panel {
    padding: 15px;
    height: 5px;
}

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px;
    box-shadow: none;
    color: #636873;
    font-weight: inherit;
    height: 30px;
    line-height: 30px;
}
.tm-footer, .tm-padding-around {
    padding: 50px;
}
/* .tm-article-blog .tm-article-wrapper {
    margin: 0 auto;
    width: 92%;
} */

.uk-panel-title {
    color: #477838;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none;
}

main.tm-content #kunena+div {
	display: none;
}

#KunenaUserEdit a[href="#editprofile"], #KunenaUserEdit a[href="#editsettings"], #KunenaUserEdit h3:nth-of-type(2), #KunenaUserEdit table:nth-of-type(2), #KunenaUserEdit tr:nth-of-type(4), #KunenaUserEdit tr:nth-of-type(5) {
	display: none;
}
