/*
Theme Name: IPOceanWP
Theme URI: https://iparnet.fr
Description: OceanWP WordPress child theme.
Author: Iparnet
Author URI: https://iparnet.fr
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

div#carte div.twentytwenty-wrapper{
	/***padding-left: 12%;***/
}
/*********** Google translator ************************/
div#flags {
	display:inline;
}
/**** Single post ***/
.single-post .blog-post-title .blog-post-author {
display:none;
}
.single-post .ocean-single-post-header {
min-height: 75vh;
}
.single-post .header-overlay-thumbnail {
background-attachment: fixed;
}
.single-post .ocean-single-post-header {
	display:flex;
}
.single-post .ocean-single-post-header .head-row {
	margin:auto;
	width:100%;
}
.single-post-header-wrap .header-color-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

/**** Fond galerie ***/
.gris-clair {
background-color: #f5f5f5;
}

/*** breadcrumb ***/
.breadcrumb-container.theme1 a:hover {
    background: inherit;
}

/*** Titres barre latérale par défaut ***/
div.sidebar-box.widget_block h2.wp-block-heading {
	border-color: #3cca98;
	display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
	color: #161819;
    border-width: 0 0 0 3px;
    border-style: solid;

    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
/***** Fonte photo en visionneuse ***/
.elementor-slideshow__footer.elementor-lightbox-prevent-close .elementor-slideshow__title {
	font-weight:300;
}