/*
Theme Name: Beruco Child
Description: Child Theme for Beruco Theme
Author: zozothemes
Version: 1.0
Template: beruco
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/* 																Pages Services  *********/
/* Retire l'image mis en avant */
.service-img {
	display:none !important;
}

.service-content > div > section {
    padding: 0px 0px 0px 0px !important;
}

/* 																Header  *********/
/* Agrandit l'espace allouer au menu */
@media only screen and (min-width: 912px) {
    .elements-3 > div > ul.pull-center.justify-content-center {
        width: 63% !important;
    }
}

/* Rétrecit l'espace allouer au logo */
@media only screen and (min-width: 912px) {
    .elements-3 > div > ul {
        width: 18% !important;
    }
}

/* Modifie la couleur de l'adresse */
address{
	color: #283778 !important;
}

/* Modifie la couleur des liens au survol */
.header-topbar a:hover {
    color: #283778 !important;
}


/* 																Footer  *********/
/* Retire le ligne et l'espace au dessus du bloc widget 2 */
.wp-block-columns.cus-footer-contact{
	    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
