/*
 Theme Name:   Edita Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Edita  Child Theme
 Author:       edita
 Author URI:   http://example.com
 Template:     edita 
 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
 Text Domain:  edita-child
*/


.place-description .owl-carousel .owl-dots .owl-dot span,
.place-description .owl-carousel .owl-dots .owl-dot.active span,
.place-description .owl-carousel .owl-dots .owl-dot:hover span {
    background: #9da1ad;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.place-description .owl-carousel .owl-dots .owl-dot.active span {
    background: #303238;
}


@media (max-width: 767px) and (min-width: 341px) {
    header .banner-vacanzeserene {
        display: none!important;
    }
}

.other-rooms .row .col-sm-6{
	margin-bottom:25px;
}


.epu-modal .modal-content-top {
    background: transparent!important;
}

.epu-modal .modal-inner-content {
    position: relative;
}

.epu-modal .modal-content-bottom {
    position: absolute;
    right: 30px;
    top: 310px;
    width: 41%;
    background-color: transparent!important;
}

.epu-modal #sendNewsletter {
    background-color: #669e2c;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: lowercase;
    float: right;
    padding: 10px 20px;
}

.epu-modal .gfield_description {
    font-size: 12px;
    margin-bottom: 20px;
}

.epu-modal .modal-content-top {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .epu-modal .modal-content-top {
        padding: 0;
        margin: 0 -30px;
    }

    .epu-modal .modal-content-bottom {
        right: 0;
        top: 300px;
        top: 75vw;
        width: 100%;
    }

    .epu-modal .gfield_description {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .epu-modal #sendNewsletter {
        font-size: 16px;
        padding: 7px 20px;
    }

    .epu-modal .form-control {
        margin-bottom: 10px;
    }
}