

h1 {
    color: #1186a7;
}

.btn.nohover:hover {
    color: inherit;
}

.btn.nofocus:focus {
    outline: 0;
}

.container {
    margin: 60px auto !important;
}

button.slide-toggle {
    background: #1186a7;
    color: #fff;
    font-size: 32px;
    width: 100%;
    padding: 10px 0;
    display: none;
}

button.slide-toggle span {
    position: relative;
    top: 8px;
}

.search-wrap > h2 {
    background: #1186a7;
    color: #fff;
    font-size: 24px;
    padding: 11px 0;
    margin: 0;
}

.search-wrap .accordion-item-wrap {
    color: #1186a7;
}

.search-wrap .accordion-item-wrap > button {
    font-size: 17px;
    padding: 2px 12px;
    margin: 0 0 1px 0;
    width: 100%;
    text-align: right;
    border-radius: 0;
    color: #1186a7;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0px -2px 0px 0px #d6d6d6;
    box-shadow: inset 0px -2px 0px 0px #d6d6d6;
}

.search-wrap .accordion-item-wrap > button:after {
    content: "";
    width: 10px;
    height: 10px;
    float: left;
    top: 10px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-wrap .accordion-item-wrap > button:after {
    top: 0px;
    border: 8px solid transparent;
    border-bottom: 8px solid #1186a7;
}

.search-wrap .accordion-item-wrap > button.collapsed:after {
    border: 8px solid transparent;
    border-top: 8px solid #1186a7;
    top: 10px;
}

.search-wrap .accordion-item-wrap > button.collapsed {
    background: #f4f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-content {
    text-align: right;
    background: #fff;
}

.accordion-content-inner {
    padding: 10px 0;
}

.accordion-content label {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

div#budget .accordion-content-inner {
    padding: 10px 0 30px 0;
    position: relative;
}

.price-slider {
    width: 80%;
    margin: 0 auto;
}

/* Range tooltips */
.noUi-horizontal .noUi-handle {
    background: #ee2270;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    width: 26px !important;
    height: 26px !important;
    border: 0;
    top: -12px !important;
    cursor: pointer;
}

.noUi-connect {
    background: #ee2270 !important;
}

.noUi-horizontal {
    height: 2px !important;
    border: 0 !important;
}

.price-slider {
    background: #1186a7 !important
}

.noUi-handle:after, .noUi-handle:before {
    background: transparent !important;
}

.noUi-horizontal .noUi-tooltip {
    color: #ee2270;
    border: none;
}

/* Lecture wrap */
.lecture-wrap {
    position: relative;
    padding-bottom: 7px;
    text-align: right !important;
    direction: rtl;
}

span.lecture-price {
    position: absolute;
    top: 170px;
    left: 24px;
    color: #1186a7;
    font-size: 25px;
    font-weight: bold;
}

.lecture-wrap > a > div {
    border: 1px solid #d0d2d2;
    padding-bottom: 7px;
    min-height: 275px;
}

.lecture-wrap .lecture-image {
    height: 160px;
    display: block !important;
}

.lecture-profile-image {
    width: 90px;
    margin: -75px 20px 0 0;
}

h3.lecture-title {
    font-size: 18px;
    font-weight: bold;
    color: #1186a7;
    padding: 0 10px;
    text-align: right;
}

p.lecture-lecturer-name {
    padding: 0 10px;
    color: #1186a7;
}

.posts-wrapper {
    overflow: hidden;
    direction: ltr;
}

.mobile-search-buttons button, .reset-search {
    background: #1186a7;
    color: #fff;
    padding: 5px 10px;
    float: left;
    margin: 10px 0 0 0;
}

.breadcrumbs span:before {
    width: 4px;
    height: 4px;
    background: #1186a7;
    display: inline-block;
    content: "";
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
}

.breadcrumbs span {
    display: inline-block !important;
    color: #1186a7 !important;
}

.breadcrumbs {
    text-align: right;
    margin: 0 0 20px 0;
    height: 21px;
    display: inline-block;
    color: #333;
}

.mobile-search-buttons {
    display: none;
}

button.mobile-to-results {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    border-radius: 0;
    background: #1186a7;
    color: #fff;
    border: 0;
    z-index: 102;
    font-size: 25px;
    font-weight: bold;
    height: 60px;
}

button.mobile-to-results {
    display: none;
}

.lecture-profile-image img {
    width: 100%;
}

.reset-search-inline {
    float: none;
    clear: both;
    padding: 0;
    background: transparent;
    font-size: 14px !important;
    color: #1186a7 !important;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 16px !important;
}

.accordion-item-wrap input:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #1186a7;
    position: absolute;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.accordion-item-wrap input {
    position: relative;
    top: 2px;
}

.accordion-item-wrap input:checked:before {
    background: #1186a7;
}

.filtered-by {
    text-align: right;
    color: #1186a7;
    font-size: 16px;
}

.breadcrumbs span:first-child:before {
    display: none;
}

.lecture-wrap > a {
    overflow: hidden;
    display: block;
    padding: 0 0 20px 0;
}

button.close-search {
    color: #1186a7;
    margin: 10px 0 0 0;
    display: block;
    font-size: 23px;
    padding: 6px 20px;
    float: right;
}

button.close-search span {
    position: relative;
    top: 5px;
    padding: 0 0 0 5px;
}

.search-wrap {
    display: block;
}

.search-wrap > button {
    display: none;
}

.mobile-break {
    display: none;
}

span.filtered-by-text {
    display: none;
}

div#budget {
    color: #ee2270;
    font-size: 13px;
}

.slider-prices .price-min, .slider-prices .price-max {
    font-size: 20px;
}

.slider-prices {
    margin: 0 0 30px 0;
    direction: ltr;
}

span.prices-disclaimer {
    display: block;
    direction: rtl;
}

.noUi-horizontal .noUi-handle:hover {
    -webkit-box-shadow: 0 0 5px 1px #7d7d7d;
    box-shadow: 0 0 5px 1px #7d7d7d;
}

.noUi-horizontal .noUi-handle:active {
    background: #a91c52;
}

.lecture-price {
    display: none;
}

@media screen and (max-width: 992px) {

    .mobile-break {
        display: initial;
    }

    .lecture-wrap > a > div {
        overflow: hidden;
        min-height: auto;
        padding-bottom: 0;
    }
    .lecture-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .lecture-image {
        display: none !important;
    }
    .lecture-wrap > a {
        padding: 0 0 10px 0;
    }

    .lecture-profile-image {
        margin: 2%;
        padding: 0 0;
        display: inline-block;
        float: right;
    }

    h3.lecture-title {
        display: inline-block;
        font-size: 22px;
        width: 70%;
    }

    p.lecture-lecturer-name {
        display: inline-block;
        font-size: 22px;
    }    
    .search-wrap > button {
        display: inline-block;
        font-size: 20px;
        padding: 3px 20px;
    }

    .search-wrap {
        /* margin: 0 0 70px 0; */
        display: none;
    }

    .search-wrap > .reset-search {
        display: block;
        font-size: 21px;
        padding: 3px 20px;
    }

    button.slide-toggle {
        display: block;
    }

    .search-wrap > h2 {
        display: none;
    }


    .filtered-by {
        font-size: 18px;
        margin: 0 0 0 0;
    }

    .posts-wrapper {
        width: 100%;
        position: relative;
        top: 30px;
    }

    .reset-search {
        display: none;
    }

    .mobile-search-buttons {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 99;
        text-align: center;
        background: #1186a7;
        padding: 10px 0;
    }

    .mobile-search-buttons button {
        width: 40%;
        display: inline-block;
        float: none;
        margin: 0 3px;
        border: 1px solid #fff;
        background: #fff;
        color: #1186a7;
        font-weight: bold;
        font-size: 20px;
    }

    button.mobile-to-results {
        display: block;
        bottom: 0;
    }

    button.mobile-to-results.s-hide {
        bottom: -60px;
    }

    .breadcrumbs {
        /* opacity: 0; */
    }

    h1 {
        font-size: 28px;
    }

    button.slide-toggle {
        font-size: 22px;
        padding: 5px 0;
    }

    button.slide-toggle span {
        top: 4px;
    }

}

@media screen and (max-width: 530px) {
    h3.lecture-title {
        font-size: 17px;
    }

    p.lecture-lecturer-name {
        font-size: 17px;
    }

    .lecture-profile-image {
        width: 25%;
    }
}