/*
Theme Name:   Mountain Lodging Websites Child Theme
Theme URI:    https://generatepress.com
Description:  The child theme for the Mountain Lodging websites
Author:       Cornel Raiu
Author URI:   https://www.cornelraiu.com
Template:     generatepress
Version:      1.7.4
*/

/* Remove the preview image on template previews */
.single-fl-builder-template .page-header-image-single {
    display: none;
}

/* Fixed margin bottom per paragraph - this is also used to calculate the spacing between sections */
[class*="ew-row-"] p:last-child {
    margin-bottom: 0;
}

/* Footer */
#footer-widgets li {
    margin-bottom: 0;
}

.footer-widgets-container {
    padding-top: 110px;
    padding-bottom: 110px;
}

.widget .ew-soc-list {
    margin-top: 40px;
}

.ew-soc-list li {
    display: inline-block;
    margin-right: 10px
}

.ew-soc-list li a {
    padding: 5px;
}

.ew-soc-list li svg {
    font-size: 30px;
}

.inside-footer-widgets .footer-widget-1 {
    flex: 0 0 250px;
    text-align: center;
}

.inside-footer-widgets .footer-widget-1 .inner-padding {
    padding: 0;
}