/**
        * Theme Name: Grandium Child
        * Description: This is a child theme of Grandium, generated by Merlin WP.
        * Author: <a href="http://ninetheme.com/">Ninetheme</a>
        * Template: grandium
        * Version: 1.7.5
        */

.site-footer .footer-top {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #344157;
}

.single-sale {
        color: #24324a;
        text-decoration: line-through;
    }

.widget-slider .slider-booking ul {
    width: 830px;
    padding: 20px;
    margin: 0 auto;
    background-color: rgba(129, 138, 156, 0);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 30, 24, 0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(34, 30, 24, 0);
    box-shadow: 0px 0px 30px 0px rgba(34, 30, 24, 0);
}



/**

.widget-features-grid .row {
    margin-right: -15px;
    margin-left: -15px;
	display: flex;
    justify-content: center;
}

@media (max-width: 1199px){
.widget-features-grid .row {
    margin-right: -15px;
    margin-left: -15px;
}
	
}

@media (max-width: 991px){
.widget-features-grid .row {
    margin-right: -15px;
    margin-left: -15px;
}
	
}

@media (max-width: 767px){
.widget-features-grid .row {
    margin-right: -15px;
    margin-left: -15px;
}
	
}

*/