﻿/* Class for template objects */
.template {
    display: none;
    opacity: 0;
}

/* Active taglist item */
.taglist li.active {
    background: #EEEEEE;
    padding: 0;
}

/* Comment form */
.formreply._comment_form_confirmation {
    border-bottom: 1px solid #e0dbd9;
    padding: 30px 10px;
    text-align: center;
}

.formreply h3 {
    margin-top: 0;
}

.upper {
    text-transform: uppercase;
}

/* Input errors */
.input__field.input-validation-error {
    border-bottom: 1px solid #f77a5d;
}

/* Confirmation form on courses */
._apply_course_confirmation .comments {
    padding-bottom: 40px;
}

/* Message box formatting */
.message h2 {
    margin-top: 70px;
}

.message p {
    font-size: 15px;
}

    .message p:last-child {
        margin-bottom: 70px;
    }

.brownbg .textarealine {
    color: #7d706d;
}

.field-validation-error {
    margin-left: 1em;
    margin-right: 1em;
}

/* Index */
.intro {
    background: url('Img/bg.jpg');
}

/* Inspiration */
.filter {
    background: url('Img/filter-icon.svg') top right no-repeat;
}

.filter-container {
    z-index: 1200;
    padding: 0;
}

.remodal .colorlist .colorrow .smallimage img {
    height: 100%;
    /*width: auto;*/ /* (bjeleniewicz) Nie wiem czy miniatura ma być rozciągnięta na szerokość czy nie*/
}

.remodal li.colorrow div.colorform {
    margin-top: 0px;
    margin-bottom: 27px;
}

.remodal ul.colorlist li.colorrow.active-color div.colorname {
    margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
    .colorlist li .colorform {
        margin-bottom: 27px;
    }
}

/* Sidebars */
@media screen and (min-width: 319px) {
    .sidemenu2 li.active-filter {
        padding-left: 15px;
    }
}

.sidemenu li.active {
    background: #4f4543;
}

.sb-slidebar {
    z-index: 1100;
}

/* Order history */
@media screen and (min-width: 768px) {
    ul.orderlist li.orderlist-item div.sum {
        white-space: nowrap;
        padding-left: 7px;
        padding-right: 7px;
        text-align: right;
    }

    li.orderitem div.sum2, li.head div.sum2, li.orderitem-form div.sum2 {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    ul.orderlist li.orderlist-item div.sum {
        white-space: nowrap;
    }

    li.orderitem div.sum2, li.head div.sum2, li.orderitem-form div.sum2 {
        padding: 7px 30px;
    }
}

.orderexp {
    display: block;
}

@media screen and (min-width: 768px) {
    .method, .quantity {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

div.event-wrapper {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

li.orderitem-form {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .brown .lenght, .brown .quantity, .brown .method {
        padding: 7px 20px;
    }
}

div.orderlist-item-wrapper.event-wrapper,
div.orderitem-wrapper.event-wrapper {
    cursor: pointer;
}

/* My account */
.salon-public-info-section, .salon-open-hours-section, .change-password-form-section, .settings-form-section {
    margin-top: 30px;
}

    .change-password-form-section, .settings-form-section .input {
        width: 100%;
    }

/* Anonymous cart */
.delivery-details-section {
    margin-top: 30px;
}
.delivery-details-section .input {
    width: 100%;
    max-width: 100%;
}
.delivery-details-section .ansokbtn {
    margin: 50px 0;
}

/* Modal fixing */
.modal.automatic-dialog .close {
    margin: 0;
    margin-top: -2px;
}

.bootstrap-dialog.type-primary.automatic-dialog .modal-header {
    background-color: #7d706d;
}

.modal.automatic-dialog .modal-content {
    border-radius: 0px;
}

.bootstrap-dialog.automatic-dialog .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* Cart */
div.cart div.carttable div.productquantity,
div.cart div.carttable div.productprice,
div.cart div.totalprize {
    text-align: right;
}

div.cart div.carttable div.productprice {
    padding-left: 0.5em;
}

/* Loader */
.loader-wrapper {
    font-family: museo_sans500, Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background: #eeeeee !important;
    color: #7d706d !important;
    border-radius: 1em !important;
    padding: 1.5em !important;
}

.loader-overlay-wrapper {
    background: rgba(79, 69, 67, 0.5) !important;
}

/* Bootstrap select */
.bootstrap-select ul li {
    min-height: auto !important;
}

.bootstrap-dialog-footer-buttons button {
    margin-bottom: 0px;
}

.exceeded {
    border: solid;
    border-color: rgba(255, 255, 255, 1);
    border-width: 2px;
    border-radius: 10px;
    margin: 5px 0px;
    /*background-color: rgba(255, 0, 0, 0.20) !important;*/
}

.bestall-categories {
    margin-bottom: 25px;
}

.slider {
    position: relative;
    overflow: hidden;
}

    .slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .slider ul li {
            display: block;
            float: left;
            text-align: center;
            width: 380px;
            height: 380px;
        }

@media all and (min-width: 768px) and (max-width:1024px) {
    .slider ul li {
        width: 230px;
        height: 230px;
    }
}

@media all and (min-width: 1024px) and (max-width:1200px) {
    .slider ul li {
        width: 330px;
        height: 330px;
    }
}

@media all and (min-width:1200px) {
    .slider ul li {
        width: 380px;
        height: 380px;
    }
}

.slider-image {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 280px;
}

@media all and (min-width: 768px) and (max-width:1024px) {
    .slider-image {
        height: 130px;
    }
}

@media all and (min-width: 1024px) and (max-width:1200px) {
    .slider-image {
        height: 230px;
    }
}

@media all and (min-width:1200px) {
    .slider-image {
        height: 280px;
    }
}

.slider-caption {
    background-color: #4F4543;
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: left;
    padding: 20px;
}

    .slider-caption h3 {
        font-size: 20px;
        font-family: "lust";
        margin: 0;
        padding: 0;
    }

.slider-link {
    cursor: pointer;
}

.slider-links {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 100px;
}

    .slider-links a {
        text-align: center;
        align-content: center;
        align-items: center;
    }

    .slider-links img {
        width: 16px;
        height: 16px;
        margin: 8px;
        float: left;
        background-color: #fff;
        border: #fff solid 2px;
        border-radius: 100%;
        /*background-color: rgba(0, 0, 0, 0.6);*/
    }

        .slider-links img:hover, .slider-link-active img {
            background-color: #EDB548;
            border: #fff solid 2px;
            /*background-color: rgba(0, 0, 0, 0.8);*/
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #EDB548;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #4f4543;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #EDB548;
        border-color: #EDB548;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media screen and (min-width: 768px) {
    .hidden-invisible {
        visibility: hidden;
    }

    .hidden-above-768 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-invisible {
        display: none;
    }
}

.title-active {
    color: #A59C9A;
}

.saloonEntry {
    margin-bottom: 35px;
}
