/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.off-canvas-center .mfp-content {
    overflow-y: hidden;
}

.testimonial-slider {
    align-items: flex-start;
}

.testimonial-slider .section-content,
.testimonial-slider .slider-wrapper,
.testimonial-slider .slider {
    position: unset !important;
}

.portfolio-calendar {
    display: flex;
    align-items: center;
}

.portfolio-calendar .portfolio-calendar__icon img {
    width: 32px;
    height: 32px;
}

.portfolio-calendar .portfolio-calendar__label {
    font-weight: bold;
    margin-left: 16px;
}

.portfolio-whatsapp {
    display: flex;
    align-items: center;
}

.portfolio-whatsapp .portfolio-whatsapp__icon img {
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

.portfolio-whatsapp .portfolio-whatsapp__label {
    font-weight: bold;
    margin-left: 16px;
    margin-top: 10px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}