@import "/data/css/designer_custom.css";

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #A94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #A94442 !important;
    color: #A94442;
}

.contact #results.success {
    border-color: #DD7902 !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
    overflow: hidden;
}

.header-title h1,
.header-title p {
    text-shadow: 1px 1px #000000;
}

#contact-map.google-map {
    height: 100%;
}

table span.mobile {
    display: none;
}

.bootstrap-timepicker-widget table td input {
    width: 45px;
    border: 1px solid #DDDDDD;
    padding: 5px;
}

.button-submit {
    position: relative;
}

.button-submit button {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-bg-image h2,
.section-bg-image p {
    color: #FFFFFF;
    text-shadow: 1px 1px #737373;
}

.adv-img-classic-box .caption-inner {
    width: 100%;
}

.pages .section-empty > .content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pages .section-empty:first-child > .content {
    padding-top: 60px;
}

.pages .section-empty:last-child > .content {
    padding-bottom: 60px;
}

.latest-post-list p.excerpt {
    display: none;
}

.blogs-by-month .list-group-item {
    position: relative;
    z-index: 4;
}

.blogs-by-month .list-group-item > a {
    width: 80%;
    display: inline-block;
    font-size: 17px;

}

.blogs-by-month .list-group-item > span {
    z-index: 5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    text-align: center;
    font-size: 20px;
    display: none;
    line-height: 1em;
    height: 25px;
    margin: auto;
    cursor: pointer;
}

.blogs-by-month .list-group-item > span:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.blogs-by-month .list-group-item:not(.opened) > span.open {
    display: inline-block;
}

.blogs-by-month .list-group-item.opened > span.close {
    display: inline-block;
}

.blogs-by-month .list-group-item.month {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    border-bottom: none;
}

.blogs-by-month .list-group-item.month > a {
    font-size: 13px;
}

.blogs-by-month .list-group-item.month::before {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    width: 20px;
    font-family: 'FontAwesome';
    content: "\f148";
    transform: rotate(90deg);
    margin: auto;
    text-align: center;
}

.blogs-by-month .list-group-item.month.opened {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px 0 10px 40px;
    border-bottom: 1px solid #DCDCDC;
}

.blogs-by-month .list-group-item.showing a {
    color: #484848 !important;
    font-weight: 600;
}

@media (max-width: 991px) {
    .widget {
        margin-top: 50px;
    }

    .latest-post-list .img-box img {
        width: 25vw;
        height: 25vw;
    }

    .latest-post-list p.excerpt {
        display: inherit;
    }

}

@media (max-width: 767px) {
    .schedule table thead {
        display: none;
    }

    .schedule table td {
        text-align: right;
        border-top: none !important;
        border-bottom: 1px solid #DDDDDD !important;
    }

    .schedule table td:first-child {
        font-weight: 700;
    }

    .schedule table td:last-child {
        border-bottom-width: 2px !important;
    }

    .schedule table span.mobile {
        display: block;
        float: left;
    }

    .container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-bg-color > .content, .section-item > .content, .section-two-blocks .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

.mb-30{
	margin-bottom: 30px !important;
}
