/*--------------------------------------------------------------
# SINGLE

For single post
ONLY for post type = post 
ADD your own stylesheet for custom post type single page 
OR, if it uses sames styles, add it to enqueue style function in functions.php 

--------------------------------------------------------------*/
/* header */

body.single:not(.success-story) {
	border-color: #FFFFFF;
}

.site-content .content-area {
	letter-spacing: normal;
}

.entry-header {
	background-color: #FFFFFF;
	padding-bottom: 100px;
}

.entry-header-container {
	width: 1200px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	/*display: flex;*/
}

.entry-title {
	font-family: "Prata", serif;
	font-size: 4.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.1;
	margin-top: 50px;
	margin-bottom: 20px;
	text-transform:  none;
}

.single .entry-meta {
	margin-bottom: 20px;
}

.post-thumbnail img {
	object-fit: cover;
	display: block;
	margin: auto;
}

.single .single-primary .entry-content a {
	color: #000;
	text-decoration: none;
}

.single .entry-content h4 {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	text-transform: none;
	font-weight: normal;
}

.header-right li {
	font-style: italic;
	list-style: none;
}

.key-takeaway {
	margin: 40px 0;
	text-align:  left;
	font-size: 1.4rem;
}

.key-takeaway h2 {
	margin-top: 20px;
	margin-bottom: 40px; 
	font-family: "Prata", serif;
	font-size: 2rem;
	text-transform:  initial;
}



@media screen and (min-width: 1024px) {
	.header-right {
		margin : auto;
		margin-left: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.entry-meta {
		text-align: center;
	}
	.key-takeaway ul {
		padding-left: 0;
	}
	.key-takeaway li {
		margin-bottom: 12px;
	}
}


/* Sidebar */ 
	
.single-primary .widget-area {
	padding-top: 15px;
}

.single-primary .widget-area .widgets {
	position: sticky;
	top: 130px;
}

.single-primary .widget-area .widget-title {
	font-weight: bold;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.single .title-newsletter + .fl-module-rich-text .fl-module-content .fl-rich-text p{
	color : #23252B;
}


.widget-area .widget-title {
	padding-left: 20px;
	padding-bottom: 10px;
}

.widget-area li {
	list-style: none;
}

.widget-area .tptn_after_thumb {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-top: 1px solid #cfcfcfc7;
    border-bottom: 1px solid #cfcfcfc7;
    padding-top: 10px;
}

.single .widget-area .tptn_after_thumb {
	border-bottom: solid 1px #cfcfcfc7;
}

.widget-area .tptn_date {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

.widget-area .tptn_excerpt {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

.widget-area .tptn_after_thumb a {
	text-decoration: none;
	font-family: "Prata", serif;
    font-size: 1.2rem;
}



@media screen and (min-width: 1200px ) {
	.single-primary .widget-area .widgets {
	    transform: translateX(105px);
	}
}

@media screen and (max-width: 1023px) {
	.entry-title {
		text-align: center;
	}

	.single .sharing {
		justify-content: center;
	}

	.single-post .single-primary .entry-content {
		width: calc(100% - 30px);
		margin: auto;
	}
}

@media screen and (min-width: 1024px) {
	.single-primary {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}

	.entry-header-container {
		display: flex;
		padding-top: 100px;
	}	
	.post-thumbnail img {
		height: calc(100% - 30px);
		max-width: 512px;
		margin-top: 50px;
    	margin-right: 75px;
	}
	.success-story .post-thumbnail img {
		margin-top: 0;
		padding-top: 50px;
	}
	.single-post .single-primary .entry-content {
		padding-right: 45px;
		max-width: calc(50% - 45px);
	}
	.single-primary .widget-area {
		flex-basis: 300px;
	}

	.author-description {
		padding : 0 0 0 85px;
	}
}

/* top article */

.entry-top-article {
	width: 990px;
	margin: 45px auto;
	max-width: calc(100% - 30px);
	justify-content: space-between;
}

.entry-top-article a{
	color: #000000;
	font-weight: 400;
}

.sharing {
	display: flex;
}

.share-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 83px;
	height: 57px;
	background-color: #FFFFFF;
	transition: all 0.2s;
	position: relative;
	cursor: pointer;
}

.share-icon a {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.share-icon.twitter {
	position: relative;
}

.share-icon.twitter iframe {
	position: absolute !important;
	z-index: 2 !important;
	height: 57px !important;
	width: 83px !important;

}

.share-icon svg {
	height: 15px;
	fill: #000000;
	transition: all 0.2s;
}

.share-icon:hover svg {
	fill: #FFFFFF;
}

.share-icon.facebook:hover {
	background-color: #37589b;
}

.share-icon.twitter:hover {
	background-color: #46d4fe;
}

.share-icon.linkedin:hover {
	background-color: #419cca;
}

/* Top Tool Tip  */

.top-tooltip {
	position: absolute;
	top: -20px;	
	padding : 15px;
	white-space: nowrap;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
	transform: translateY(100%);
	opacity: 0;
	height: 0;
	width: 0;
}

.top-tooltip:after {
	position: absolute;
	bottom: -7px;
	left:50%;
	margin-left:-6px;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}

.share-icon:hover .top-tooltip {
	opacity : 1;
	transform: translateY(-100%);
	top: -7px;
	transition: top 0.2s, opacity 0.2s;
	height: auto;
	width: auto;
}

@media screen and (max-width: 767px) {
	.top-tooltip {
		display: none;
		
	}
}

.single-post .wp-block-cover .wp-block-buttons,
.single-post .wp-block-cover .wp-block-button {
	text-align: center;
}

.single-post > .single-primary .entry-content {
	width: 795px;
	margin: 0;
	max-width: calc(100% - 30px);
}

.single-post .entry-content p {
	margin: 15px 0;
}

.single-post .entry-content img {
	margin-top: 50px;
}

.single-post .entry-content .post-banner figure {
	margin: 0;
}

.single-post .entry-content .post-banner .wp-block-button__link {
	padding: 9px 24px;
    font-size: 1.2rem;
	border-radius: 50px !important;
	letter-spacing: 3px;
}

.single-post .entry-content .post-banner img  {
	margin-top: 0;
}

.single-post .entry-content .post-banner p  {
	margin-top: 0;
	margin-bottom: 5px;
}

.single-post .entry-content .post-banner h3 {
	margin-top:0px;
	margin-bottom: 5px;
	font-family: "Prata", serif;
	font-size: 2.2rem;
	text-transform: none;
	letter-spacing: normal;
}

.single-post .entry-content h2 {
	margin-top: 65px;
	font-family: "Prata", serif;
	font-size: 2.2rem;
	text-transform: none;
	letter-spacing: normal;
}

.single-post .wp-block-cover {
	margin: 45px 0;
	background-color: rgba(255,255,255,0);
	min-height: 0;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
}

.single .wp-block-cover p {
	margin: 30px 0;
	font-size: 2.2rem;
	font-family: "Prata", serif;
	color: #000;
}

.single .key-takeaway ul {
	padding-left: 0;
}

.single .key-takeaway li {
	padding-bottom: 10px;
}

.wp-block-button__link {
	background-color: #b88f51;
	text-transform: uppercase;
	color: #fff !important;
	letter-spacing: 3px;
	font-size: 1.4rem;
	transition: all 0.4s;
}

.wp-block-button__link:hover {
	color: #000 !important;
}

.wp-block-image figcaption {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.category .article-list,
	.blog .article-list {
		text-align: center;
	}
}

/* Author Row */
.author-box {
	display: flex;
	width: 735px;
	max-width: calc(100% - 30px);
	margin: 100px auto;
}

.author-picture img {
	max-width: 240px;
}

.author-box h3 {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	line-height: normal;
	text-transform: none;
	margin-top: 0;
}

.author-description {
	
	width: 640px;
	max-width: calc(100% - 15px);
}

.more-informations {
	font-style: italic;
}

.fl-node-5e7e2996ed34a .fl-slide-0 .fl-slide-content {
	margin-left: 0;
}

/* Encart */

.encart_mp {
    margin: 25px 0;
    clear: both;
    background-color: #f2f3f5;
    padding: 15px 20px;
}
.encart_mp_sidebar {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.encart_mp_wrap {
    display: flex;
    align-items: center;
}
.encart_mp_more{ 
    margin: 0 !important; 
    padding-top: 1px;
}
.encart_mp_more_sidebar {
    display: flex;
    justify-content: center;
    width: 100%;
}
.encart_mp_title {
    margin: 5px 0 !important;
    font-size: 1.8rem !important;
}
.encart_mp_title_sidebar {
    font-size: 1.5rem !important;
    margin-top: 10px !important;
    letter-spacing: 0 !important;
    text-align: center;
}
.encart_mp .fl-button {
    display: inline-block !important;
    margin-top: 20px;
    border-radius: 43px !important;
    background-color: #bb8e4d !important;
    font-size: 11px !important;
    font-weight: bold !important;
    letter-spacing: 3px !important;
    padding: 8px 22px !important;
    color: #fff !important;
}
.encart_mp .fl-button-sidebar {
    border-radius: 15px !important;
	font-size: 15px !important;
    letter-spacing: normal !important;
}
.encart_mp_image img {
    margin-top: 0 !important;
    display: block;
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 160px;
}
@media screen and (min-width: 600px) {
    .encart_mp {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .encart_mp.encart_mp_sidebar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .encart_mp_wrap {
        flex-direction: row;
        width: 100%;
    }
    .encart_mp_container {
        width: 70%;
        min-width: 70%;
    }
    .encart_mp_sidebar .encart_mp_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .encart_mp_image {
        margin-left: 6%;
    }
    .encart_mp_sidebar .encart_mp_image {
        margin-left: 0;
        margin-right: 0;
    }
    .encart_mp_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/*SUCESS STORY */

.wp-block-cover-image .wp-block-cover__inner-container, 
.wp-block-cover .wp-block-cover__inner-container {
	color: #000000;
}

.wp-block-columns {
	width: calc(100% - 100px);
	margin: auto;
}

@media screen and (min-width: 768px) {
	.wp-block-columns {
		width: 1200px;
		max-width: calc(100% - 30px) ;
	}
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
	    margin-left: 6%;
	}
}

