:root {
    --color-brand-all: #11D7D8;
  }  

.employee--avatar {
    max-width: 350px !important;
}

.image--wrapper {
    max-width: 301px;
    max-height: 301px;
}

.employee--container {
    width: 80%;
    max-width: 950px;
}

.employee--container img {
    float: left;
    max-width: 301px;
    max-height: 301px;
    object-fit: cover;
    object-position: top center;
}

.employee--container .card-title {
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    font-family: 'MuseoSans_900';
	margin-bottom: 0;
}

.employee--container .card-text {
    font-size: 15px;
    color: #585858;
    font-family: 'MuseoSans_100';
	margin: 0;
}

.no-left-padding {
    padding-left: 0;
}

.employee--container .card {
    border: none;
    background-color: transparent;
}

.employee--container .custom-card {
    color: inherit;
    text-decoration: none;
}

.pagination--wrapper {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.pagination--wrapper nav {
    width: 100%;
}

.pagination--wrapper nav>div {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.pagination--wrapper a, .pagination--wrapper span {
    padding: 4px;
    text-decoration: none;
}

.pagination--wrapper span {
    color: #585858;
}

.employee--submit {
    margin-top: auto;
}

.submit--container {
    display: flex;
    flex-direction: column;
}

.submit--container button {
    border-radius: 300rem !important;
}

article a:hover {
    color: #11D7D8;
}

.ui-autocomplete-loading {
    background: white url("/wp-content/themes/redzesparbaude/custom/images/loader2.gif") right center no-repeat;
    background-size: 32px;
}

#employeeLoader {
    position: absolute;
}

.ui-widget.ui-widget-content li {
    font-size: 14px;
    color: #585858;
    font-family: 'MuseoSans_500';
}

.employee-pagination a {
    color: #585858;
    font-family: 'MuseoSans_500';
}

.employee-pagination a:hover {
    color: #11D7D8;
    font-family: 'MuseoSans_500';
}

.employee-pagination {
    display: flex;
    border-top: 3px solid #585858;
}

.employee-pagination ul {
    border: none;
    margin-top: 0;
}

.employee-pagination .page-item.active .page-link {
    background-color: #11D7D8;
    border-color: #11D7D8;
    pointer-events: none;
    cursor: default;
}

.employee--container button:hover {
    background-color: #11D7D8;
    border-color: #11D7D8;
}

.mt-15 {
    margin-top: 15px;
}

.accordion-container {
    margin-bottom: 20px !important;
}

.accordion-container button:hover {
    background-color: #11D7D8;
    color: white;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.picture-item img {
    max-width: 200px;
}

.shuffle-container {
    margin-top: 20px;
}

.shuffle-container>div {
    margin-bottom: 24px;
    height: 360px;
}

.shuffle-container button {
    font-family: 'MuseoSans_500';
    border-radius: 300rem !important;
    outline: none;
    border: none;
}

.shuffle-container button:hover {
    background-color: #11D7D8;
}

.shuffle-container .img-container {
    height: 100%;
    width: 100%;
    background-color: #11D7D8;
    padding: 30px;
    position: relative;
}

.img-container .background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
}

.employees .img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.employees .img-container .background {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.picture-item .card {
    width: 100%;
}

.simplyBook iframe {
    width: 100%;
    height: 100%;
}

.simplyBook {
    height: 0;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.simplyBook.grow {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.simplyBook h3 {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    width: 70%;
    max-width: 70% !important;
    margin-left: 15% !important;
}

@media (max-width: 768px) {
    .container {
        width: 98%;
        max-width: 98% !important;
        margin-left: 1% !important;
        display: inline-block;
    }

    .container.sbcontainer {
        width: 98%;
        max-width: 98% !important;
        margin-left: 1% !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    .accordion-container {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .pagination a {
        padding: .25rem .5rem;
        font-size: .875rem;
    }

    .employee--avatar {
        max-width: 100% !important;
    }

    .name-surname {
        margin-bottom: 0;
    }

}

a:hover {
    color: #11D7D8 !important;
}

input[type=submit]:hover {
    background-color: #11D7D8 !important;
    border-color: #11D7D8 !important;
    color: white !important;
}

.site-main h1.entry-title {
    
	padding-bottom: 2rem !important;
    text-align: center;
}

.section-title {
    padding-bottom: 18px;
}

.section-body {

}

.wp-block-nextend-smartslider3 a {
    text-decoration: none !important;
}

.site-info a {
    text-decoration: none;
}

button[type="submit"] {
    padding: 12px 38px;
    border: none;
    font-family: 'MuseoSans_500';
    line-height: 16px;
}

button[type="submit"]:hover {
    background-color: #086b6c !important;
    box-shadow: none !important;
}

.employee--container .card:hover .card-title {
    color: #11D7D8;
}

.employee--container .card:hover .card-text {
    color: #11D7D8;
}

.employees .page-link {
    text-decoration: none !important;
}

.employees .page-link:focus {
    background: #086b6c !important;
    box-shadow: none !important;
}

#FAQAccordion .accordion-item h2 button {
    color: #212121;
    display: flex;
    font-family: 'MuseoSans_900';
    background: white;
    font-size: inherit;
    transition: all .17s linear;
    box-shadow: none;
}

#FAQAccordion .accordion-item h2 button:hover {
    background-color: #eaeaea;
    transition: all .17s linear;
}

#FAQAccordion .accordion-body {
    font-family: 'MuseoSans_500';

    color: #404248;
    background: #F5F5F5 !important;
    border-top: 1px solid #ddd;
}

#FAQAccordion .accordion-item {
    margin-bottom: 2px;
    border: 1px solid #ddd;
}

#FAQAccordion .accordion-item h2 button i {
    font-size: 20px;
    margin: auto 0 auto auto;
}

#FAQAccordion .accordion-item h2 button:after {
    display: none;
}

#FAQAccordion .accordion-item .collapsed .fa-plus {
    display: block;
}

#FAQAccordion .accordion-item .fa-plus {
    display: none;
}

#FAQAccordion .accordion-item .fa-minus {
    display: block;
}

#FAQAccordion .accordion-item .collapsed .fa-minus {
    display: none;
}

.container.faq {
    padding-bottom: 10px;
    margin-top: 0;
}

.container p, .container ul, .container ol {
    margin: 10px 0 20px;
}

.container .pagination {
    margin: auto auto 20px auto;

}

.container ul li, .container ol li, .container p {

}

.container ul li, .container ol li {
    padding: 2px 0;
}

.container p+p {
    margin-top: -10px;
}

.container p+h2,
.container p+h3,
.container p+h4,
.container p+h5,
.container ul+h2,
.container ul+h3,
.container ul+h4,
.container ul+h5,
.container ol+h2,
.container ol+h3,
.container ol+h4,
.container ol+h5 {
    padding-top: 20px;
}

#loading {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border: 5px solid #11d7d8;
    border-top: 5px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

#loading.hide, #simplyBook .hide {
    display: none
}

@media(max-width: 768px) {
    .slider .carousel {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    .slider .carousel .item:first-child {
        display: block;
    }

    .slider .carousel>div {
        display: none;
    }

    #loading {
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
    }

    iframe {
        top: -60px;
    }
}

.header-wrapper {
    position: fixed;
    width: 100%;
	top: 0;
    background: rgb(218 218 218 / 50%);
	backdrop-filter: blur(15px);
    z-index: 9999;
}
@media(min-width: 768px) {
    .header-wrapper {
        padding: 4px 0;
    }
}

.header-wrapper+div {
    margin-top: 100px;
}


.wpfront-scroll-top-container {
    background-color: black;
    width: 48px;
    height: 48px;
    border-radius: 300rem;
    text-align: center;
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: all 0.25s linear;
}

.wpfront-scroll-top-container.visible {
    opacity: 1;
    transition: all 0.25s linear;
}

.wpfront-scroll-top-container i {
    font-size: 40px;
    margin-top: -5px;
}

@media (max-width: 481px) {
    .header-wrapper+div {
        margin-top: 80px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

/* slider */

.slider {
    padding: 0 0 20px 0;
}

.slider_wrapper:before {
    content: '';
    position: absolute;
    background: url("/wp-content/uploads/2020/12/gray-fp-block.svg");
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 650px;
    height: 650px;
    top: -450px;
    right: -325px;
    z-index: -1;
}

.slider_wrapper:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/12/blue-fp-block.svg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 650px;
    height: 650px;
    bottom: -345px;
    left: -325px;
    z-index: -1;
}

.slider_wrapper {
    position: relative;
    width: 100%;
}

.slider .card {
    cursor: pointer;
    border: none;
    border-radius: 0;
}

.slider .card:hover h5 {
    color: #11D7D8;
}

.slider .card h5 {
    box-shadow: none;
    font-family: 'MuseoSans_900';
    color: #000000;
    font-size: 24px;
    line-height: 28px;
}

.slider .card p a {
    display: none;
}

.slider .card img {
    border-radius: 0 !important;
}

.slider_nav .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    border: 0.5px solid #000000;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.slider_nav .dot:hover {
    background-color: #000000;
}

.slider_nav {
    margin-top: -20px;
    display: block;
}


.slider .owl-carousel .owl-dots button{
    background-color: transparent !important;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    border: 0.5px solid #000000;
}

.slider .owl-carousel .owl-dots button.active{
    background-color: #000 !important;
}

.slider .owl-carousel .owl-dots button:hover{
    background-color: #000 !important;
}

.slider .owl-carousel .owl-dots button span {
    display: none;
}