/*
Theme Name:         DFD Ronneby
Theme URI:          https://rnbtheme.com/
Description:        Ronneby - Highly Functional Multifaceted WP Theme
Version:            3.5.73
Author:             DFD
Author URI:         https://rnbtheme.com/
Tags:               light, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:		dfd
License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Correction largeur titre accueil */
body.home .wpb-content-wrapper > h2 {
    width: 100% !important;
    max-width: 100% !important;
    line-height: 55px !important;
}

/* Correction largeur titre accueil */
body.home .wpb-content-wrapper > h2 {
    width: 100% !important;
    max-width: 100% !important;
    line-height: 55px !important;
}

/* Accueil : Stunning Header réduit avec photo visible */
body.home #stuning-header {
    display: block !important;
    height: 250px !important;
    min-height: 250px !important;
    position: relative !important;
}

body.home #stuning-header .dfd-stuning-header-bg-container {
    display: block !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Accueil : masque l'ancien slider header-home devenu inutile */
body.home .wpb-content-wrapper > .vc_row:first-child {
    display: none !important;
}

/* Supprime les traits horizontaux devant les liens du pied de page */
#footer a::before,
#footer-wrap a::before {
    display: none !important;
}

/* Accueil : hauteur du bandeau Barracuda */
body.home #stuning-header,
body.home #stuning-header .dfd-stuning-header-bg-container {
    height: 350px !important;
    min-height: 350px !important;
}

body.home #stuning-header .dfd-stuning-header-bg-container {
    width: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Accueil : hauteur définitive du bandeau Barracuda */
body.home #stuning-header,
body.home #stuning-header .dfd-stuning-header-bg-container {
    height: 550px !important;
    min-height: 550px !important;
}
