
html, body {
    font-family: 'Merriweather', sans-serif;
    height: 100%;
    min-height: 100%;
    font-size: 16px;
    background: #fff;
    font-weight: 400;
}

@media (max-width: 991px) {
    html, body {
        font-size: 14px;
    }
}


img {
    max-width: 100%;
    height: auto;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 1rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h5, .h5, h6, .h6 {
    font-weight: 600;
}
h5, .h5 {
    font-size: 1.125rem;
}
p {
    font-size: .875rem;
    line-height: 1.7;
}
.modal ul {
    font-size: .875rem;
    line-height: 1.7;
}


.label {
    background: #3498db;
    font-size: .75rem;
    line-height: 1;
    color: #fff;
    padding: 5px 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
    color: #000;
}

p a {
    color: #3498db;
}

p a:hover {
    text-decoration: underline;
    color: #34495e
}

.row-wide {
    margin-left: -30px;
    margin-right: -30px;
}
.row-wide > div {
    padding-left: 30px;
    padding-right: 30px;
}
.row-sm {
    margin-left: -10px;
    margin-right: -10px;
}
.row-sm > div {
    padding-left: 10px;
    padding-right: 10px;
}

.nowrap {
    white-space: nowrap;
}
.lead {
    font-size: 1.125rem;
}

.btn {
    font-size: .75rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .75px;
    padding: .65rem 1.5rem .65rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-primary:hover {
    background-color: #3389ca;
    border-color: #3389ca;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle{
    background-color:#3389ca;
    border-color:#3389ca
}


.btn-outline-primary {
    border-color: #3498db;
    color: #3498db;
}
.btn-outline-primary:hover {
    background: #3498db;
    border-color: #3498db;
}

.form-control {
    padding: .6rem .75rem;
    height: auto;
    /*border-color: #fff;*/
}



@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}



.form-control {
    font-family: 'Roboto', sans-serif;
}

.site-wrapper {
    overflow-x: hidden;
    position: relative;
    padding-top: 100px;
}


@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-header {
    background: #2c3e50;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;


    animation-duration: 0.5s;
    transition: 0.5s;

}
@media (min-width: 992px) {
    .site-header.sticky {
        position: fixed;
        z-index: 100;
        animation-name: stickySlideDown;
        padding: 0;
        transition: none;
    }
}


.site-header-container {
    display: flex;
    align-items: center;
    height: 101px;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #2c3e50;
    position: relative;

}
@media (min-width: 992px) {
    .site-header.sticky .site-header-container {
        max-width: 100%;
        width: 100%;
        padding-top: 27px;
        padding-bottom: 28px;
        height: auto;
    }
}

.site-header .search {
    margin-left: auto;
    position: absolute;
    right: 15px;
}
.site-header .search .form-control {
    background: #5d6d7e;

    background: rgba(255,255,255,0.1);
    width: 160px;
    box-shadow: none;
    outline: 0;
    border: 0;
    color: #fff;

    height: calc(1.5em + .75rem + 2px);

    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

    width: 200px;
}

.site-header .search .form-control:focus {
    background: #fff;
    color: #34495e;
}
.site-header .search .input-group-append {
    margin-left: 0;
}

@media (min-width: 992px) {
    .site-header.sticky .search .form-control {
        display: none;
    }

    .site-header.sticky .search .btn {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .2rem;
    }
}

.site-header .search .btn {
    color: #fff;
    background: #5d6d7e;
    background: rgba(255,255,255,0.2);
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    line-height: 1;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
}
.site-header .search .btn i {
    font-size: 22px;

}

.site-nav {
    display: flex;
    align-items: center;
    flex: 1;
}
.site-logo {
    text-decoration: none !important;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
@media (min-width: 992px) {
    .site-header.sticky .site-logo {
        width: 60px;
        overflow: hidden;
        display: block;
        margin-top: -21px;
    }
}
.site-logo img {
    /*width: 199px;*/
    height: 23px;
    height: 46px;
    height: 40px;
    max-width: none;

}



.nav-wrapper{
    flex: 1;
}
.nav-container {
    display: flex;
    align-items: center;
    flex: 1;
}

.site-nav-list {
    list-style: none;
    padding: 0;
    width: auto;
    margin: 0 auto;
    display: flex;
}
.site-nav-list > li {
    align-items: center;
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex: 0 0 auto;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .75px;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;

}
.site-nav-list > li + li {
    margin-left: 0;
}

.site-nav-list > li > a {
    position: relative;
    display: inline;
    color: #9aa4af;
    text-decoration: none;
    padding: 16px 14px;
    text-transform: uppercase;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.site-nav-list > li:before {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    right: 100%;
    left: 14px;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .6s, right .6s;
    transition: opacity .6s, right .6s;
}
.site-nav-list > li:after {
    content: '';
    position: absolute;
    top: calc(100% + 12px);
    right: 100%;
    left: 14px;
    height: 5px;
    border-bottom: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .6s, right .6s;
    transition: opacity .6s, right .6s;
}
.site-nav-list > li a:hover {
    color: #fff;
}
.site-nav-list > li:hover::before,
.site-nav-list > li.current-menu-item:before,
.site-nav-list > li.current-menu-parent:before {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    right: 15px;
    left: 14px;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 1
}

.site-nav-list > li:hover::after,
.site-nav-list > li.current-menu-item:after,
.site-nav-list > li.current-menu-parent:after {
    content: '';
    position: absolute;
    top: calc(100% + 12px);
    right: 50%;
    left: 14px;
    height: 5px;
    border-bottom: 1px solid #fff;
    opacity: 1
}
.site-nav-list > li.current-menu-item > a,
.site-nav-list > li.current-menu-parent > a{
    color: #fff;
}
.site-nav-list > li.menu-item-has-children > a:after {
    content: '';
    position: relative;
    top: -3px;
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9aa4af;
}

@media (min-width: 992px) {
    .site-header.sticky .site-nav-list > li:before,
    .site-header.sticky .site-nav-list > li:after {
        display: none;
    }
}

.site-nav-list > li .sub-menu {
    position: absolute;
    top: 20px;
    left: 13px;
    list-style: none;
    padding: 34px 0 0 0;
    min-width: 210px;

    z-index: 99;
    visibility: hidden;
    margin-top: -18px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    width: auto;
}




.site-nav-list > li .sub-menu > li {
    /*background: rgba(0,0,0,0.5);*/
    background: #34495e;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.site-nav-list > li .sub-menu > li > a {
    display: block;
    padding: 14px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #c8c8c8;
}
.site-nav-list > li .sub-menu > li > a:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
}
.site-nav-list > li .sub-menu > li.current-menu-item > a {
    color: #fff;
}

.open-menu-btn {
    display:inline-block;
    vertical-align:top;
    background:none;
    border:none;
    outline:none;
    -webkit-transition:.2s ease;
    transition:.2s ease;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    margin-left: auto;
    padding: 0 10px 10px 10px;


    padding-right: 0;
    margin-top: 5px;

}
.open-menu-btn:focus {
    outline: 0;
}
.open-menu-btn .lines{
    display:inline-block;
    width:24px;
    height: 2px;
    background:#fff;
    -webkit-transition:.3s;
    transition:.3s;
    position:relative;
}
.open-menu-btn .lines:before,.open-menu-btn .lines:after{
    display:inline-block;
    width:24px;
    height: 2px;
    background:#fff;
    -webkit-transition:.3s;
    transition:.3s;
    position:absolute;
    left:0;
    content:'';
}
.open-menu-btn .lines:before{
    top:.5rem;
}
.open-menu-btn .lines:after{
    top:-.5rem;
}
.open-menu-btn .open-menu-btn--content{
    display:inline-block;
    vertical-align:top;
    margin:3px 0 0 5px;
    color:#fff
}
.open-menu-btn:hover{
    opacity:1
}
@media screen and (min-width: 992px){
    .open-menu-btn{
        display:none
    }
}
.show-menu {
    overflow-y: hidden;
}
.show-menu .open-menu-btn .lines{
    background:transparent
}
.show-menu .open-menu-btn .lines:before,.show-menu .open-menu-btn .lines:after{
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    top:0;
    width:2rem;
}
.show-menu .open-menu-btn .lines:before{
    -webkit-transform:rotate3d(0, 0, 1, 45deg);
    transform:rotate3d(0, 0, 1, 45deg)
}
.show-menu .open-menu-btn .lines:after{
    -webkit-transform:rotate3d(0, 0, 1, -45deg);
    transform:rotate3d(0, 0, 1, -45deg)
}

@media (min-width: 992px) {
    .site-nav-list > li:hover .sub-menu {
        z-index: 1;
        visibility: visible;
        margin-top: -8px;
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
    }

}



@media (min-width: 992px) and (max-width: 1199px) {
    .site-header .search input {
        display: none
    }
    .site-header .search .input-group-append .btn{
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .2rem;
        margin-left: 10px;
    }
}

@media (max-width: 1199px) {
    .site-nav-list {
        margin-right: 0;
    }
    .site-header .search {
        position: static;
    }
}

@media all and (max-width: 991px) {


    .site-wrapper {
        padding-top: 71px;
    }
    .site-header {
        position: fixed;
        top: 0;
    }
    .container {
        max-width: 100%;
    }

    .site-logo {
        margin-top: -22px;
    }

    .site-header-container {
        max-width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 71px;
    }

    .nav-wrapper{
        display: block;
        position:absolute;
        width:100%;
        height:100vh;
        top:-100vh;
        left:0;

        z-index:-1;
        background:#34495e;

        -moz-transition:top .3s ease;
        -webkit-transition:top .3s ease;
        transition:top .3s ease;
    }
    .show-menu .nav-wrapper{
        top:0
    }
    .nav-container{
        position: relative;
        height: 100%;
        z-index: 99;
        overflow-y:auto;
        display: block;
    }

    .site-nav {
        padding-top: 71px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        display: block;

    }
    .site-nav-list-actions {
        margin-top: 25px;
    }
    .site-nav-list {
        flex-direction: column;
        border-top: 1px solid transparent;
    }
    .site-nav-list > li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .site-nav-list > li + li:before {
        display: none;
    }
    .site-nav-list > li:not(.current-menu-item):hover > a:before {
        background: transparent;
    }
    .site-nav-list > li > a,
    .site-nav-list > li.menu-item-has-children > a {
        padding: 20px 30px 20px 30px;
        display: block;
    }
    .site-nav-list > li.current-menu-item > a,
    .site-nav-list > li.current-menu-parent > a {
        color: #fff;
        background: rgba(255,255,255,0.1);
    }
    .site-nav-list > li:before,
    .site-nav-list > li:after {
        display: none;
    }

    .site-nav-list > li + li {
        margin-left: 0;
    }
    .site-nav-list > li > a:hover {
        color: #fff;
    }
    .site-nav-list > li > a:before {
        left: 0;
        top: 0;
        width: 3px;
        bottom: 0;
        margin-left: 0;
        border-bottom:0;
        height: 100%;
    }
    .site-nav-list > li.menu-item-has-children > a:after {
        background: none;
        border: 0;

        position: absolute;
        right: 15px;
        content: '+';
        text-align: center;
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        font-size: 20px;
        font-weight: normal;
    }
    .site-nav-list > li.menu-item-has-children.menu-item-show-sub-menu > a:after {
        content: '–';
    }
    .site-nav-list > li .sub-menu {
        position: static;
        padding-top: 0;
        display: none;
    }
    .site-nav-list > li .sub-menu > li {

    }
    .site-nav-list > li:before {}

    .site-nav-list > li.menu-item-show-sub-menu .sub-menu,
    .site-nav-list > li.current-menu-parent:not(.menu-item-show-sub-menu) .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
    .site-nav-list > li .sub-menu > li {
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .site-nav-list > li .sub-menu > li > a {
        padding: 20px 30px 20px 35px;
    }
    .site-nav-list > li .sub-menu > li > a:hover {
        background: transparent;
    }

    .site-header .search {
        padding: 25px 30px;
        max-width: 320px;
        margin-left: 0;
    }

}





.site-footer {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-size: .875rem;
    margin-bottom: 1.25rem;
}
.site-footer-top {
    background: #3498db;
    padding: 4rem 0;
}
.site-footer .footer-nav ul {
    list-style: none;
    padding: 0;
}
.site-footer .social {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #34495e;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
}
.site-footer .social:hover {
    text-decoration: none;
    color: #fff;
    background: #34495e;
}
.site-footer .social + .social {
    margin-top: 1rem;
}
.site-footer form {
    margin-top: 1.25rem;
}
.site-footer .about-us {
    padding-right: 50px;
}
.site-footer .form-control {
    border-color: #fff;
}


.input-group-sm>.input-group-append>.btn {
    font-size: .75rem;
    padding: .25rem .75rem
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .75rem + 2px);
    padding: .25rem .75rem;
}

.site-footer-bottom .digiboost {
    font-size: .875rem;
}


.site-footer-bottom .digiboost img {
    margin-bottom: 1.25rem;
}
.site-footer-bottom {
    background: #34495e;
    background: #2c3e50;
    padding: 4rem 0 3rem 0;
    text-align: center;
}
.site-footer-bottom .copyright {
    margin-top: 2rem;
    color: rgba(255,255,255,0.6);
}
@media (max-width: 767px) {
    .site-footer .social {
        margin-left: 0;
        display: inline-flex;
    }
    .site-footer .social + .social {
        margin-left: 1rem;
        margin-top: 0;
    }
}



.section-header {
    display: flex;
    justify-content: space-between;
}
.section-title {
    margin-bottom: 1.5rem;
}
.section-title a:hover {
    color: #000;
}


.slider-section {
    background: #34495e;
    background: #2c3e50;

    padding: 4rem 0 8rem 0;
}
.slider-section .section-title {
    color: #fff;
}
.slider-section .section-title a {
    color: #fff;
}

.review-slider {
    white-space: nowrap;
    width: 1600px;
    float: left;
}
.review-slider .review-teaser {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin-right: 17px;
}
.review-slider.slick-initialized .review-teaser {
    margin-right: 20px;
}
.review-slider .review-teaser .review-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 200px;
    background: #34495e;
}

@media(max-width: 575px) {
    .review-slider {
        width: 1360px;
    }
    .review-slider .review-teaser .review-image {
        width: 120px;
    }
    .review-slider .review-teaser {
        max-width: 120px;
    }
    .slider-section {
        padding-bottom: 4rem;
    }
    .review-slider .review-teaser {
        margin-right: 7px;
    }
    .review-slider.slick-initialized .review-teaser {
        margin-right: 10px;
    }
}
.review-slider .review-teaser .review-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.review-slider .concert-review-teaser {
    max-width: 255px;
}
.review-slider .concert-review-teaser .review-title {
    margin-top: .75rem;
    line-height: 1.5;
    font-size: .875rem;
}
.review-slider .concert-review-teaser .review-image {
    width: 255px;
}


.review-slider-arrows {
    margin-top: -3px;
}
.review-slider-arrows .prev-review-btn,
.review-slider-arrows .next-review-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    outline: 0;
    text-align: center;
    padding: 0;
    border: 0;
    color: #34495e;

    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    transition: .2s ease all;
}
.review-slider-arrows .prev-review-btn i,
.review-slider-arrows .next-review-btn i {
    line-height: 40px;
}
.review-slider-arrows .prev-review-btn {
    margin-right: 10px;
}
.review-slider-arrows .slick-disabled {
    background: rgba(255,255,255,0.1);
}

@media (max-width: 991px) {
    .review-slider-arrows .prev-review-btn, .review-slider-arrows .next-review-btn {
        height: 32px;
        width: 32px;
    }
    .review-slider-arrows .prev-review-btn {
        margin-right: 5px;
    }
    .review-slider-arrows .prev-review-btn i, .review-slider-arrows .next-review-btn i {
        line-height: 32px;
    }
}

.home-news-section {
    clear: both;
    padding: 3rem 0 2.5rem 0;
}
.home-news-section .post-teaser {

}

@media (max-width: 991px) {
    .home-news-section .post-teaser {
        margin-right: 0;
    }
}

.post-teaser + .post-teaser {
    margin-top: 1.75rem;
}
.post-teaser .post-date {
    font-size: .875rem;
    margin: 0 0 .5rem 0;
}
.post-teaser .post-image {
    position: relative;
    display: block;
}
.post-teaser .post-label {
    position: absolute;
    top: 10px;
    left: 10px;
}
.post-teaser .post-excerpt {
    margin-bottom: 0;
}



.ad {
    margin-bottom: 2.5rem;
    display: block;
}
.ad.ad-news {
    margin: 2rem auto;
}

.newsletter-signup {
    background: #34495e;
    color: #fff;
    padding: 3rem 2.5rem;
}
.newsletter-signup h6 {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.newsletter-signup .input-group {
    display: block;
}
.newsletter-signup .input-group .form-control {
    width: 100%;
    border-radius: .2rem;
    border-color: #fff;
}
.newsletter-signup .input-group .btn {
    background-color: #3498db;
    border-color: #3498db;
    border-radius: 0;
    padding: .65rem 1.5rem .65rem 1.5rem;
    margin-top: 1.5rem;
}

.notification-section {
    padding: 0 0 4rem 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.notification-section a {
    display: inline-block;
}

.notification-section img {
    margin: 0 auto;
    display: block;
}
.notification-bar {
    background: #3498db;
    color: #fff;
    padding: 2.5rem;
    text-align: left;
}
.notification-bar .row {
    align-items: center;
}
.notification-bar h6 {
    font-weight: 600;
}
.notification-bar p:last-child {
    margin-bottom: 0;
}

.upcoming-section {
    clear: both;
    padding: 4rem 0;
}

.upcoming {
    display: flex;
    align-items: center;
}
.upcoming + .upcoming {
    margin-top: 1rem;
}

.date-box {
    background: #34495e;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
    font-size: 1.125rem;
    flex-direction: column;
    line-height: 1.5;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.date-box .month {
    font-size: 1rem;
}

.upcoming label {
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
}
.upcoming p {
    margin-bottom: 0;
}

.featured-upcoming {
    position: relative;
    display: inline-block;
}
.featured-upcoming label {
    margin: 0 0 0 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.featured-upcoming-title {
    margin-top: 1.5rem;
}

.side-upcoming .upcoming .date-box {
    margin-right: 15px;
    width: 64px;
    height: 64px;
    font-size: 1rem;
}
.upcoming .date-box .month {
    font-size: .875rem;
}
.side-upcoming .upcoming .upcoming-title {
    font-size: .875rem;
    margin-bottom: .25rem;
}
.side-upcoming .upcoming .upcoming-text {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .date-box {
        width: 64px;
        height: 64px;
        margin-right: 15px;
        padding-bottom: 2px;
    }

}

.review-header {

    background: #2c3e50;
    padding-top: 8rem;
    color: #fff;
    padding-bottom: 1.25rem;
}
.review-header .review-title {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.5;
    margin-bottom: .875rem;
}
.review-header .review-title label {
    margin-bottom: 0;
    margin-left: .875rem;
    position: relative;
    top: -5px;
}
.review-header .review-subtitle {
    font-family: 'Merriweather', sans-serif;
    font-size: 1.375rem;
}

.review-body {
    padding: 2rem 0 4rem 0;
}
.review-body .post-author {
    font-weight: 600;
    margin-bottom: 1rem;
}

.review-sidebar {
    margin-top: -175px;
    max-width: 250px;

}
.review-sidebar .review-image {
    margin-bottom: 2rem;

    background: #2c3e50;
    background: #34495e;
    text-align: center;
    /*padding: 25px;*/

    position: relative;
    width: 100%;
    height:0;
    padding-bottom: 100%;
}

.review-sidebar .review-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.review-sidebar .review-field {
    margin-top: 1.5rem;
}
.review-sidebar .review-field-label {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .75rem;
    cursor: pointer;
    background: #f5f5f5;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    letter-spacing: .75px;


}
.review-sidebar .review-field-value .value-content {
    padding: 10px 10px 0 10px;
    line-height: 1.7;
    font-size: .75rem;
}
.col-review-right {
    padding-left: 3.5rem !important;
}


.review-sidebar .review-field-label .fa {
    color: #444;
    font-size: 12px;
    margin-left: auto;
}
.review-sidebar .review-field-label.collapsed .fa:before {
    content: '\f078';
}
.review-sidebar .review-field-value {
    max-width: 100%;
    overflow: hidden;
    font-size: .875rem;
    color: #444;
}
.review-sidebar .review-field-value .value-content a {
    color: #444;
    word-break: break-all;
}
.review-sidebar .review-field-value .value-content span {
    color: #444 !important; /* overwrite old website styles*/
    font-family: 'Merriweather', sans-serif !important; /* overwrite old website styles*/
    font-size: .75rem !important; /* overwrite old website styles*/
    background: transparent !important;
}
.review-sidebar .review-field-value .value-content p {
    margin-bottom: 0; /* overwrite old website styles*/
}

.review-content {
    max-width: 700px;
}

.mobile-review-image {
    display: none;
}

@media (max-width: 767px) {
    .review-sidebar {
        margin-top: 0;
        max-width: none;
        margin-bottom: 30px;
    }
    .mobile-review-image {
        display: block;
        max-width: 100px;
        margin: 0 auto 25px auto;
    }
    .review-header .review-title {
        font-size: 1.5rem;
    }
    .review-header .review-subtitle {
        font-size: 1.25rem;
    }
    .review-sidebar .review-image {
        display: none;
    }
    .review-header {
        padding-top: 2rem;
        text-align: center;
    }
    .review-body {
        padding-top: 0;
    }
    .post-teaser .post-image {
        margin-bottom: 10px;
    }
    .col-review-right {
        padding-left: 0 !important;
    }
}


.post-share {
    margin-top: 3rem;
}

.post-share .essb_links.essb_template_clear-retina .essb_link_facebook a .essb_icon,
.post-share .essb_links.essb_template_clear-retina .essb_link_twitter a .essb_icon,
.post-share .essb_links.essb_template_clear-retina .essb_link_linkedin a .essb_icon,
.post-share .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon {
    background-color: #3498db !important;
}

.post-share .essb_links.essb_template_clear-retina .essb_link_facebook a .essb_icon:hover,
.post-share .essb_links.essb_template_clear-retina .essb_link_twitter a .essb_icon:hover,
.post-share .essb_links.essb_template_clear-retina .essb_link_linkedin a .essb_icon:hover,
.post-share .essb_links.essb_template_clear-retina .essb_link_mail a .essb_icon:hover {
    background-color: #34495e !important;
}


.tags-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tags-list > li {
    display: inline-block;
    margin-bottom: 2px;
}
.tags-list > li + li {
    margin-left: 2px;
}

.tags-list > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-size: .875rem;
    border: 1px solid #444;
    padding: .35rem .75rem .25rem .75rem;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #444;
}
.tags-list > li > a:hover {
    background: #34495e;
    color: #fff !important;
}

.intro-section {
    background: #34495e;
    background: #2c3e50;
    padding: 4.5rem 0 4rem 0;
    color: #fff;
}
.intro-section h1 {
    font-size: 2rem;
    font-weight: 500;
}
.intro-section p {
    margin-bottom: 0;
}
.page-template-reviews .intro-section {
    padding-bottom: 7.5rem;
}

.reviews-section {
    margin-top: -50px;
}
.reviews-section .reviews {
    background: #fff;
    padding: 30px;
}

.reviews .input-group .form-control {
    background: #eee;
    border-radius: 0;
    border-color: #eee;
    box-shadow: none;
    outline: 0;
    padding-left: 0;
}
.reviews .input-group .input-group-text {
    background: #eee;
    border-color:#eee;
    border-radius: 0;
}
.reviews button[type="submit"] {
    border-radius: 0;
    height: 100%;
}
.reviews-header {
    margin: 2.5rem 0 1.5rem 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .875rem;
}
.reviews-header span {
    font-weight: 500;
}

.reviews .review-teaser {
    padding: .25rem 0;
}

.reviews .review-teaser .review-image {
    display: block;
    max-width: 110px;
}
.reviews .review-teaser .review-title {
    line-height: 1.5;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.reviews .review-teaser .review-subtitle {
    font-size: 1rem;
    margin-bottom: 0;
}
.reviews .review-teaser label {
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
}
.reviews .review-teaser .btn {
    min-width: 180px;
}
.reviews .review-teaser .review-date {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    margin-top: .5rem;
    color: #444;
    font-size: .75rem;
}


.pagination > ul.pagination {
    margin-left: auto;
    font-family: 'Roboto', sans-serif;
    margin: 3rem 0 3rem auto;
    font-size: .875rem;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}
.page-link {
    color: #34495e;
}
.page-item.active .page-link {
    background-color: #3498db;
    border-color: #3498db;
}

.reviews-wrap {
    padding-right: 4rem;
}

.review-filter {
    margin-top: 2.5rem;
}
.select2-container {
    font-family: 'Roboto', sans-serif;
}
.review-filter .filter-title {
    font-weight: 300;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
}
.review-filter .custom-control-label {
    font-family: 'Roboto', sans-serif;
}
.review-filter .custom-control {
    margin-top: .375rem;
}

@media (max-width: 991px) {
    .reviews .review-teaser .review-image {
        width: 80px;
    }
    .reviews .review-teaser .btn {
        min-width: 90px;
    }
    .reviews .review-teaser .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .reviews .review-teaser .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {

    .reviews-wrap {
        padding-right: 0;
    }
    .reviews-col {
        order: 2;
    }
    .reviews-sidebar .ad {
        display: none;
    }
    .reviews-section .reviews {
        padding: 15px;
    }
}
@media (max-width: 575px) {
    .reviews .review-teaser .review-image {
        width: 60px;
    }
    .reviews-section {
        margin-top: 25px;
    }
    .reviews-section .reviews {
        padding: 0;
    }
    .intro-section {
        padding: 3rem 0;
    }
    .page-template-reviews .intro-section {
        padding-bottom: 3rem;
    }
    .reviews .review-teaser .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .reviews .review-teaser .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .reviews .review-teaser .review-title {
        margin-bottom: .25rem;
    }
    .reviews .review-teaser {
        padding: 1rem 0;
    }
    .reviews .review-teaser .review-date {
        text-align: left;

        font-size: .875rem

    }
    .reviews .review-teaser .btn {
        display: none;
    }

}

.select2-container--disabled {
    opacity: 0.4 !important;
    pointer-events: none;
}
.select2-container--disabled .select2-selection--single {
    cursor: default !important;
}
.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1.3 !important;
    text-align: center;
    padding-left: 0;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #ced4da;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background: #3498db;
}
.select2-container--bootstrap4 .select2-selection {
    border-radius: 0;
}

.custom-control-label::before {
    background: #ddd;
    border: 1px solid #ddd;
}
.filter-block .select2-container--bootstrap4 .select2-selection {
    background: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.news-section {
    padding: 3rem 0;
}

.post-body {
    padding: 3rem 0;
}


.single .post-header {
    padding: 4rem 0 2rem 0;
    background: #34495e;
    background: #2c3e50;
    color: #fff;
}
.single .post-header .post-author {
    margin-bottom: 0;
}
.single .post-header.post-has-hero {
    padding-bottom: 95px;
}
.single .post-header .post-title {
    font-size: 1.75rem;
    font-weight: 600;
    font-family: 'Merriweather', sans-serif;
    margin-top: .5rem;
}
.single .post-content {
    max-width: 700px;
}
.single .post-hero {
    max-width: 700px;
    margin-top: -110px;
    margin-bottom: 2rem;
}


.upcoming-list {
    padding: 3rem 0;
}
.upcoming-list .date-box {
    margin-right: 0;
}
.upcoming-list .date-box .month {
    font-size: .875rem;
}
.upcoming-list .field {

}
.upcoming-list .upcoming-detail {
    margin-bottom: 1rem;
}
.upcoming-list .header-row {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    letter-spacing: .75px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #444;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.upcoming-list .date-col {
    width: 135px;
}
.upcoming-list .row.no-gutters > div {
    padding-right: 20px;
}

@media (max-width: 575px) {
    .upcoming-list .upcoming-detail .title {
        font-weight: 600;
    }
    .upcoming-list .date-col {
        width: auto;
    }
}

.contact-section {
    padding: 3rem 0;
}


#cf7md-form .mdc-textfield--focused .mdc-textfield__label {
    color: #3498db;
}


#cf7md-form .mdc-button--primary.mdc-button--raised {
    text-transform: uppercase;
    line-height: 1.15;
    padding: 12px 25px;
    font-size: .75rem;
    letter-spacing: .75px;
    font-weight: 600;
    height: auto;
    box-shadow: none;

    color: #fff;
    border: 2px solid #3498db;
    background-color: #3498db;
    margin-bottom: 0;
}
#cf7md-form .mdc-button--primary.mdc-button--raised:hover {

}

#cf7md-form.cf7md-form + .wpcf7-response-output {
    margin-top: 0;
}
#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .mdc-card__title, #cf7md-form .mdc-card__subtitle, #cf7md-form .mdc-button {

}




#cf7md-form .mdc-textfield--multiline .mdc-textfield__input:focus, #cf7md-form .mdc-textfield:not(.mdc-textfield--upgraded) .mdc-textfield__input:focus,
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: #3498db;
}

#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after,
#cf7md-form .mdc-multi-select:focus .mdc-list-item:checked,
#cf7md-form .mdc-checkbox__background::before,
#cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before,
#cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob,
#cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
    background: #3498db;
}
#cf7md-form p {
    margin-bottom: 5px;
}

.team-section {
    padding: 3rem 0;
}
.team-member {
    text-align: center;
    margin-bottom: 1.5rem;
}
.team-member .team-member-name {
    margin-top: .75rem;
    margin-bottom: .25rem;
    font-weight: 600;

}


.modal {
    position: fixed !important;
}


.modal.modal-loading .modal-content {
    min-height: 400px;
}
.modal.modal-loading .modal-content:after {
    content: attr(data-modal-loading-text) " ";
    padding-top: 125px;
    display: block;
    height: 100%;
    width: 100%;
    background: url('img/loader.svg') center 50px no-repeat rgba(255, 255, 255, 0.95);
    background-size: 100px 100px;
    position: absolute;
    z-index: 998;
    left: 0;
    top: 0;
    text-align: center;
}
#arve .modal .arve-wrapper {
    margin-bottom: 0;
}
.modal-dialog {
    width: auto;
    max-width: 700px;
    position: relative;
}
.modal .close-modal-btn {
    padding: 0;
    position: absolute;
    z-index: 10001;
    right: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
    background: #fedd00;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .close-modal-btn .fa {
    font-size: 20px;
}
.modal .close-modal-btn:hover {
    color: #000;
}
.modal-header {
    padding: 1rem 2rem;
}
.modal-body {
    padding: 1rem 2rem;
}
.modal-footer {
    padding: 1rem 2rem;
}

.page-section {
    padding: 3rem 0;
}
.page-header h1 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.search-form .form-control {
    background: #eee;
    border-color :#eee;
    padding-left: 0;
    box-shadow: none;
    outline: 0;
}
.search-form .input-group .input-group-text {
    background: #eee;
    border-color: #eee;
    border-radius: 0;
}
.search-section {
    padding: 1rem 0;
    min-height: 200px;
}
.search-intro {
    max-width: 600px;
    margin: 0 auto;
}
.search-intro .search-form {
    margin-top: 2rem;
}
.search-intro .num-results-text {
    margin-top: 2rem;
}
.result-teaser {
    margin: 2rem 0;
}
.result-teaser .post-image {
    display: block;
}
@media (max-width: 575px) {
    .result-teaser .post-image {
        display: block;
        margin-bottom: 3rem;
    }
}


@media (max-width: 767px) {
    .review-slider .review-teaser {

    }
    .review-slider .review-teaser .review-image {

    }
}

.related-posts {
    margin-top: 2.5rem;
}


.related-post {
    position: relative;
    display: block;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem;
    margin-top: .25rem;
}
.related-post > a {
    display: block;
}
.related-post .post-info {
    position: absolute;
    z-index: 10;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px 15px;
}
.related-post .post-image {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}
.related-post .post-image:after {
    content: '';
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 5;
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.related-post .post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.related-post .post-info label {
    margin-bottom: auto;
}
.related-post .post-info p {
    margin-bottom: 0;
    font-weight: bold;
}



.sortable a,
.sorted a {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.sortable a span,
.sorted a span {
    cursor: pointer;
}


.sorting-indicator {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    margin-left: 5px;
}

.asc a:focus span.sorting-indicator,
.asc:hover span.sorting-indicator,
.sorted.desc .sorting-indicator {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 0;
}

.desc a:focus span.sorting-indicator,
.desc:hover span.sorting-indicator,
.sorted.asc .sorting-indicator {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
    border-top: 0;
}
.asc a:focus span.sorting-indicator,
.asc:hover span.sorting-indicator,
.desc a:focus span.sorting-indicator,
.desc:hover span.sorting-indicator,
.sorted .sorting-indicator {
    visibility: visible;
}

.mc4wp-alert {
    margin-top: 10px;
    padding: 5px 8px;
    border: 1px solid #fff;
}
.mc4wp-alert p {
    margin-bottom: 0;
    font-size: .75rem;
}

.grecaptcha-badge {
    visibility: hidden;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.alignleft { float: left; margin: 0 1em 1em 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text {
    margin-top: .25em;

    font-size: .75rem;

}
.wp-caption {
    display: table;
}
.wp-caption-text {
    display: table-caption;
    caption-side: bottom;
}

#cf7md-form .wpcf7-form-control-wrap.recaptcha {
    width: 250px;

}

.home-ad {
    text-align: center;
    clear: both;
    padding-top: 3rem;
    margin-bottom: -1rem;
}
.home-ad a {
    display: inline-block;
}
.home-ad a img {
    display: block;
}