/*
 Theme Name:   Luviana Child
 Description:  Luviana Child Theme
 Author:       Scriptics
 Author URI:   http://scriptics.ro
 Template:     luviana
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Domain: luvianaTemplate: luviana
*/


/*.gallery {*/
/*    height: 1000px;*/
/*}*/

/*.gallery-item {*/
/*   position: absolute;*/
/*    height: 300px !important;*/
/*    width: 400px !important;*/
/*    padding: 20px !important;*/
/*}*/

/*.gallery-item:nth-child(1) {*/
/*    top: 50px !important;*/
/*}*/

/*.gallery-item:nth-child(2) {*/
/*    top: 100px !important;*/
/*    right: 500px !important;*/
/*    height: 200px !important;*/
/*    width: 300px !important;*/
/*}*/

/*.gallery-item:nth-child(3) {*/
/*    top: 300px !important;*/
/*    right: 500px !important;*/
/*}*/

/*.gallery-item:nth-child(4) {*/
/*    top: 500px !important;*/
/*    height: auto !important;*/
/*    width: auto !important;*/
/*}*/
.front-page-widget-area #htmlStr {
    display: none;
}
.luviana-front-page-header .child-pages-list .child-page-first-letter {
    display: none !important;
}

.has-dark-blue-background-color {
    background-color: rgba(37, 46, 89, 0.8) !important;
}

.luviana-fit-text {
    text-shadow: 1px 1px #000000;
}

@media only screen and (max-width: 500px) {

    .last {
        display: none;
    }

    .mphb-calendar .datepick-month-row .first {
        width: 100%;
    }

    .datepick,
    .datepick-month-row,
    .datepick-month,
    .mphb-calendar {
        width: 100% !important;
    }


    .slick-track {
        align-items: center;
        height: 600px;
    }

    .luviana-front-page-header .child-pages-list .child-page-content-wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .luviana-front-page-header .child-pages-list .child-page-content {
        padding-left: 0 !important;
    }

    .has-dark-blue-background-color {
        line-height: 1;
        font-size: 17px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .luviana-front-page-header .child-pages-list .child-page-content {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .luviana-front-page-header .child-pages-list .child-page-title h2 {
        display: flex !important;
        justify-content: center;
    }

    .luviana-front-page-header .child-pages-list .child-page-content .more-link {
        margin-bottom: 50px;
    }

    .slick-dots {
        display: flex;
        justify-content: center;
    }
}