/*
Theme Name: howes-child
Description: Theme enfant de Howes pour Dival.com
Author: Akyos
Author URI: https://www.akyos.com
Template: howes
Version: 0.1.0
*/


/* Accueil */

body.thememount-page-full-width #content article > .entry-content > .wpb_row.wpb_row.vc_row-fluid {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

/* Shortcodes */

/* Card image background */
/* .services section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.card-wrapper {
	background: no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
    /* background-size: cover;
	width: 100%;
	min-width: 250px;
	max-width: 500px;
	min-height: 250px;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #50485b;

}

.card-effect {
	width: 100%;
	height: 100%;
	min-height: 250px;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.card-title {
	font-weight: bold;
	color: rgb(22, 22, 22);
	text-align: center;
	padding-top: 40px;
	padding-bottom: 15px;
}

.card-content {
	text-align: center;
	padding-bottom: 50px;
	color: rgb(22, 22, 22);
}

.card-action {
	position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 10;
    color: white;
}

.card-action-background {
	position: absolute;
    bottom: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-bottom: 50px solid #50485b;
}

.card-effect:hover > .card-action-background {
	border-bottom: 50px solid #ED983D;
}  */

/* Card image content */

/* .recent-posts-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
	margin-bottom: 15px;
}

.recent-posts-wrapper a {
	width: 28%;
	min-width: 300px;
	margin-right: 10px;
	margin-right: 10px;
}

.card-wrapper-2 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #50485b;
	position: relative;
}

.card-title-2 {
	font-weight: bold;
	color: rgb(22, 22, 22);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.card-content-2 {
	text-align: center;
	padding-bottom: 5px;
	color: rgb(22, 22, 22);
}

.card-action-2 {
	position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 10;
    color: white;
}

.card-action-background-2 {
	position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-bottom: 50px solid#ED983D;
}

.card-wrapper-2:hover > .card-action-background-2 {
	border-bottom: 50px solid  #50485b;
} */

/* General CSS */