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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .joms-list--half .joms-list__item {
    width: 48% !important;
}

h2, .uk-h2 {
    font-size: 28px;
    line-height: 28px;
}
.joms-focus__title {
    width: 60%;
}

a.uk-navbar-toggle {
    color: #fff !important;
    font-size: 21px;
    margin-top: 25px;
    text-decoration: none;
    background: #17b4ba !important;
    height: 45px;
    line-height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

header.uk-sticky-init { border-bottom: 1px solid #dddddd }

.tm-totop-scroller {
    background: #17b4ba;
    bottom: -50px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 45px;
    z-index: 1000;
}
.tm-totop-scroller.uk-active {
    bottom: 20px;
}

#mc_embed_signup .mc-field-group .asterisk {
    left: 5px;
    top: 12px !important;
    position: relative  !important;
}

#mc_embed_signup input {
    border: 1px solid #ccc  !important;
}

#mc-embedded-subscribe.uk-button {
  margin: 0;
  border: 2px solid #F0B606 !important;
}

.tm-footer .tm-block {
    background: none;
    padding: 0 !important;
}

.tm-footer .uk-nav { text-align: center }

.tm-footer .uk-nav li { display: inline-block; }

.tm-footer .uk-nav li a {
    display: block;
    color: #fff !important;
    background: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.tm-footer .uk-nav li a:hover,
.tm-footer .uk-nav li a:active {
    background: none;
    color: #048287 !important;
}

.uk-panel-box-primary a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.uk-panel-box-primary a:hover {
    text-decoration: none;
    color: #fff;
}

.tm-top-a h3,
.tm-top-b h3 {
    color: #17b4ba;
    text-align: center;
}

.uk-nav-offcanvas > li > a { color: #fff }

.uk-nav-offcanvas > .uk-parent > .uk-nav-sub,
.uk-nav-offcanvas > .uk-parent > div > .uk-nav-sub {
    background: #048287;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #048287;
}

.uk-offcanvas-bar { background: #17b4ba }

/*tm-bottom-b*/

.tm-bottom-b .uk-panel.uk-panel-box .uk-panel-title { color: #17b4ba; }

.tm-bottom-b ul.rsepro_upcominguk-panel-box,
.tm-bottom-b ul.rsepro_categoriesuk-panel-box {
    list-style: none;
    padding: 0;
}

.tm-bottom-b ul.rsepro_upcominguk-panel-box li,
.tm-bottom-b ul.rsepro_categoriesuk-panel-box li {
    position: relative;
    padding: 0 0 10px 20px;
}

.tm-bottom-b ul.rsepro_upcominguk-panel-box li:after,
.tm-bottom-b ul.rsepro_categoriesuk-panel-box li:after {
    font-family: FontAwesome;
    content: "\f101";
    position: absolute;
    left: 0;
    top: -1px;
    color: #17b4ba;

}

.tm-bottom-b ul.rsepro_upcominguk-panel-box li h5,
.tm-bottom-b ul.rsepro_categoriesuk-panel-box li h5 { margin: 0; }

.btn {
 
  border-radius: 1px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    /* -webkit-border-top-left-radius: 1px; */
    -moz-border-radius-topleft: 1px;
    /* border-top-left-radius: 1px; */
    /* -webkit-border-bottom-left-radius: 1px; */
    -moz-border-radius-bottomleft: 1px;
    /* border-bottom-left-radius: 1px; */
}
.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    /* -webkit-border-top-right-radius: 4px; */
    -moz-border-radius-topright: 1px;
    /* border-top-right-radius: 4px; */
    /* -webkit-border-bottom-right-radius: 4px; */
    -moz-border-radius-bottomright: 1px;
    /* border-bottom-right-radius: 4px; */
}
.tm-navbar img {
  max-width: 75% !important
}
.fpr-reviews-container {
    background: #fff !important;
}
.fpr-reviews-container-inner {
    padding: 0 !important;
}
.fpr-theme-default .fpr-widget-load-more-btn {
    background-color: #17b4cb !important;
	color: #fff !important;
    font-weight: bold;
}