/*
Theme Name: Greenlife Child
Theme URI: https://themeforest.net/user/codeecstasy
Author: Code Ecstasy
Description: This is a child theme for greenlife.
Version: 20190215-1.1.2
Author URI: http://codeecstasy.com
Template: greenlife
Text Domain: greenlife-child
*/

/* Add your custom css below */

/* LOGO */
/*
.site-logo-text {
	text-align: center;
	display: block;
	font-size: 1.2!important;
}
@media (min-width: 992px) {
	.site-logo-text {
		font-size: 24px!important;
	}
}
@media (min-width: 1200px) {
	.site-logo-text {
		font-size: 30px!important;
	}
}
*/
/* WORD WRAP */
#primary, #secondary, #toolbar, #bottom, .site-header, .site-footer {
    -moz-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}

/* SUPPRIMER DES LIGNES DE CONTACT INFO */
/* http://fleury-arthelon.org/fleuryart19/nous-contacter/ */
.contact-info li:nth-child(2),
.contact-info li:nth-child(3) {
		display: none;
}

/* TEXTE BLANC */
.txt-white {
	color: #fff!important;
}

/* BLOCS HIGHLIGHT */
/*
.highlight-block-1 .highlight-read-more {
	display: none!important;
}
*/

/* BLOCS VERTS */
.highlight-block-2 h2 {
	line-height: 1.2;
}
/*
.highlight-block-2 .bg_1 {
	display: none;
}
*/

/* BLOC TEAM */
.team-layout-1 .team-social-share {
	display: none;
}


/* BLOC COMPTEUR */
.counter-block-2 h4 {
	font-size: 24px!important;
	line-height: 1.2;
}

/* SLIDER */
.slider-wrap .item .slider-content .container {
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0 15px 30px;
}