/* ---------------------- 
Stylesheet Guide
-------------------------

GENERAL
GALLERY
ICON LIST
POST LIST
ACCORDION
CAROUSEL
TESTIMONIALS
IMAGE SLIDER
MEDIA QUERIES

*/

/* ================= GENERAL ================== */

#exqute-share-buttons {
    margin-top: 3rem;
    max-width: 1110px;
}

.hide-on-load {
    overflow: hidden;
    height: 0;
}

.exqute-thumbnail img {
    width: 100px !important;
    height: auto !important;
}

/* ================= ICON LIST ================== */

.exqute-image-list-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.exqute-image-list-left,
.exqute-image-list-right {
    display: table-cell;
    vertical-align: top;
}

.exqute-image-list-right {
    width: 100%;
}

.exqute-image-list-left {
    width: 90px;
}

.exqute-image-list-left img {
    width: 90px !important;
    height: auto !important;
}

.exqute-image-list-right h3 {
    margin-bottom: 1.5rem;
    line-height: 1
}

.exqute-image-list-right p {
    margin:0;
}

.elementor-widget-exqute-image-list .exqute-image-list-wrapper {
    margin-bottom: 40px;
    padding: 60px 40px;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.elementor-widget-exqute-image-list .exqute-image-list-wrapper:last-of-type {
    margin-bottom: 0px
}

.exqute-image-list-wrapper * {
    direction: ltr !important;
}

.exqute-image-list-wrapper.exqute-image-wrapper-right {
    direction: rtl;
    text-align: right;
}

.exqute-image-list-wrapper.exqute-image-wrapper-left {
    direction: ltr;
    text-align: left;
}

.exqute-image-list-wrapper.exqute-image-wrapper-left .exqute-image-list-right {
    padding-left: 40px;
}

.exqute-image-list-wrapper.exqute-image-wrapper-right .exqute-image-list-right {
    padding-right: 40px;
}

/* ================= GALLERY ================== */

.exqute-gallery-item a {
    position: relative;
    display: block;
    color: inherit;
}

.exqute-gallery-item a span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    line-height: 1.3;
    background: rgba(255, 255, 255, 0.5);
}

.exqute-gallery-item.exqute-animated-thumb a {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: -moz-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: -ms-transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.exqute-gallery-item.exqute-animated-thumb a:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

/* ================= POST LIST ================== */

.exqute-post-list-wrapper {
    padding-top: 5px;
}

.exqute-post-list-wrapper .exqute-post-list {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.exqute-post-list-wrapper .exqute-post-list:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.exqute-post-list-wrapper .exqute-post-list:last-child {
    margin-bottom: 0px;
}

.exqute-post-list-wrapper .exqute-post-list-left,
.exqute-post-list-wrapper .exqute-post-list-right {
    display: table-cell;
    vertical-align: middle;
}

.exqute-post-list-wrapper .exqute-post-list-left {
    width: 75px;
    padding-right: 15px;
}

.exqute-post-list-wrapper .exqute-post-list-right {
    width: 100%;
}

.exqute-post-list-wrapper .exqute-post-list-left img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.exqute-post-list-wrapper .exqute-post-list-title {
    margin: 0px;
    line-height: 1.6;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.exqute-post-list-wrapper .exqute-post-list-left a {
    display: block;
}

.exqute-post-list-wrapper .exqute-post-list-info {
    font-size: 0.725rem;
    line-height: 1;
    margin: 10px 0px 0px 0px;
    text-transform: uppercase;
}

.exqute-post-list a {
    color: inherit;
}

.exqute-post-list a:hover {
    color: #ea3457;
}

.exqute-post-list-info .fa,
.exqute-post-list-meta .fa {
    margin-right: 4px;
}

.exqute-post-list-meta {
    line-height: 1;
    margin-top: 5px;
    font-size: 0.925rem;
    opacity: 0.7;
}

.exqute-post-list-meta span {
    margin-right: 5px;
}


/* ================= ACCORDION ================== */

.mp-accordion {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
}

.mp-accordion-title {
    position: relative;
    display: block;
    padding: 1.5rem 4rem 1.5rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 1.1rem;
}

.mp-accordion-title.collapsed {
    color: inherit;
}

.mp-accordion-title:hover,
.mp-accordion-title:not(.collapsed) {
    color: #ea3457;
}

.mp-accordion-title span {
    margin-right: 0.5rem
}

.mp-accordion-title:after {
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    speak: none;
    text-indent: 0em;
    text-align: center;
    font-size: 16px;
    height: 100%;
    padding: 1.5rem 2rem;
    font-weight: 700;
}

.mp-accordion-title.collapsed:after {
    content: "\f067";
}

.mp-accordion-content {
    padding: 0 2rem 2rem 2rem;
}

.mp-accordion-content p:last-child {
    margin-bottom: 0px;
}

.mp-accordion-content ul,
.mp-accordion-content ol {
    padding-left: 20px;
}

.mp-accordion-content ul:last-child,
.mp-accordion-content ol:last-child {
    margin-bottom: 0;
}

/* ================= CAROUSEL ================== */

.exqute-carousel.exqute-carousel-sm .card-title a {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.exqute-carousel-container {
    position: relative;
}

body.exqute .exqute-carousel {
    margin: 0 0 90px 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    padding: 0px;
}

body.exqute .exqute-carousel.no-padding {
    padding: 0px !important;
}

body.exqute .slick-slide div {
    vertical-align: bottom;
}

body.exqute .exqute-carousel .slick-list {
    margin: 0 -20px;
    overflow: inherit !important;
}

body.exqute .exqute-carousel.exqute-carousel-sm .slick-list {
    margin: 0 -10px;
    overflow: inherit !important;
}

body.exqute .exqute-carousel .slick-slide {
    margin: 0px 20px 20px 20px;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-out;
    transform: scale(0.9, 0.9);
    pointer-events: none;
}

body.exqute .exqute-carousel.exqute-carousel-sm .slick-slide {
    margin: 0px 10px 5px 10px;
}

body.exqute .exqute-carousel .slick-slide.slick-active {
    opacity: 1;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: ease-in;
    transform: scale(1, 1);
    pointer-events: auto;
}

body.exqute .exqute-carousel.no-anim .slick-slide {
    transform: none !important;
}

body.exqute .exqute-carousel.slick-dotted .slick-slide {
    margin-bottom: 20px;
}

.slick-dots li button {
    display: inline-block;
    line-height: 0 !important;
    padding: 5px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.slick-dots li button {
    color: rgba(0, 0, 0, 0.15) !important;
}

.slick-dots li.slick-active button {
    color: #ea3457 !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
}

body.exqute .exqute-carousel .slick-prev,
body.exqute .exqute-carousel .slick-next {
    top: auto;
    bottom: -60px;
    background-color: #f5f5f5;
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    transition: all 0.15s ease;
    margin: 0px 2px;
    transform: translate(0, 0);
    z-index: 9;
}

body.exqute .exqute-carousel .slick-next {
    right: auto;
    left: 50%;
}

body.exqute .exqute-carousel .slick-prev {
    left: auto;
    right: 50%;
}

body.exqute .exqute-carousel .slick-prev:hover,
body.exqute .exqute-carousel .slick-next:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transform: translateY(-2px);
}

body.exqute .exqute-carousel .slick-prev:before,
body.exqute .exqute-carousel .slick-next:before {
    font-size: 16px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #363537;
}

body.exqute .exqute-carousel .slick-prev:hover:before,
body.exqute .exqute-carousel .slick-next:hover:before {
    color: #ea3457;
}

body.exqute .exqute-carousel .slick-disabled {
    pointer-events: none !important;
}

.exqute-carousel .card-masonry {
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.exqute-carousel .card.card-horizontal {
    margin-bottom: 0px !important;
}

/* ================= TESTIMONIALS ================== */

.exqute-testimonials-wrapper {
    position: relative;
    text-align: center;
    padding: 0.5rem 0;
}

.exqute-testimonial {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.exqute-testimonials-img {
    display: block;
}

.exqute-testimonials-name {
    margin: 0 auto 1rem auto;
}

.exqute-testimonials-content {
    font-size: 1.4rem;
    margin: 0 auto 2rem auto;
}

.exqute-testimonials-img img,
.elementor .exqute-testimonials-img img {
    width: 100px;
    height: auto;
    border-radius: 100%;
    vertical-align: bottom;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.15s ease;
    will-change: transform;
    margin: 0 auto 1.25rem auto;
}

.exqute-testimonials-img a {
    display: inline-block;
}

.exqute-testimonials-img a:hover img {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    transform: translateY(-2px);
}

.exqute-testimonials-name span {
    display: block;
}

.exqute-testimonials-name a {
    color: inherit !important;
    display: inline-block;
}

.exqute-testimonials-name .exqute-t-name {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    padding-top: 1rem;
    display: inline-block;
}

.exqute-t-name:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 3px;
    background: rgba(0, 0, 0, 0.15);
    content: "";
    margin: 0 auto;
}

.exqute-t-job {
    font-size: 1rem;
    line-height: 1.5;
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 991px) {
    .exqute-image-list-left {
        width: 80px;
    }
    .exqute-image-list-left img {
        width: 80px !important;
    }
    .exqute-image-list-wrapper.exqute-image-wrapper-left .exqute-image-list-right {
        padding-left: 30px;
    }
    .exqute-image-list-wrapper.exqute-image-wrapper-right .exqute-image-list-right {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .elementor-widget-exqute-image-list .exqute-image-list-wrapper {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 575px) {
    .exqute-image-list-left img {
        width: 70px !important;
    }
    .mp-accordion-title {
        padding: 20px 50px 20px 20px !important;
    }
    .mp-accordion-content {
        padding: 20px !important;
    }
    .mp-accordion-title:after {
        top: 0;
    }
    .exqute-testimonials-content {
        font-size: 1.2rem;
    }
    .exqute-testimonials-img img,
    .elementor .exqute-testimonials-img img {
        width: 80px;
    }
    .exqute-image-list-wrapper,
    .exqute-image-list-left,
    .exqute-image-list-right {
        display: block;
        text-align: center;
        width: 100%;
    }
    .exqute-image-list-left img {
        margin: 0 auto 20px auto;
    }
    .exqute-image-list-right {
        padding: 0px !important;
    }
    .elementor-widget-exqute-image-list .exqute-image-list-wrapper {
        padding: 40px 20px;
    }
}