/*
Theme Name: Expert Fours
Author: Yohann
Author URI: http://www.ledeveloppeurweb.fr
Description: Thème WordPress pour le site Expert-Fours.fr
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ------ */
/* GLOBAL */
/* ------ */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.fa-ul {
	margin-left: 0!important;
}

.fa-ul > li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

.fa-ul i {
	margin-right: 7px;
	color: #b33445;
}

/* Cookie Bar */

.cn-button.bootstrap {
    color: #fff;
    background: #b33445;
}

/* ---- */
/* HOME */
/* ---- */

/* Prestations */

.home-titre-prestation h3 {
	padding: 5px 0 10px!important;
	background-color: #b33445;
}

/* ------------ */
/* PRESENTATION */
/* ------------ */

.title-colored-bg h2 {
	padding: 5px 0!important;
	background-color: #b33445;
}

.big-text {
	display: block;
    margin-bottom: 10px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #b33445;
    font-size: 40px;
    line-height: 40px;
    font-family: "Oswald", "Open-sans", sans-serif;
}

.info-date p {
	margin-bottom: 30px;
}

/* ----------- */
/* PRESTATIONS */
/* ----------- */

.ult-banner-block,
.wpb_row .wpb_column .wpb_wrapper .ult-banner-block {
	display: flex!important;
	flex-direction: column-reverse;
}

.ult-banner-block .title-center {
	padding: 5px 15px 8px!important;
    font-size: 24px!important;
    line-height: 34px!important;
}