.entry-header {
    background-color: #E5E5E5;
    padding-bottom: 50px;
    padding-top: 100px;
}

.entry-header-container {
    width: 1200px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
    display: block;
    text-align: center;
}

.entry-header img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    padding-top: 25px;
}

.entry-top-article {
	-ms-align-items: center;
	align-items: center;
} 

.entry-title {
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 3.4rem;
}
.entry-top-article {
	margin-bottom: 0;
}
.entry-content .wp-block-columns {
	-ms-align-items: center;
	align-items: center;
}

.entry-content  {
	width: 100%; 
	max-width: 100%;padding-right: 0;
}

.entry-content h2 {
	margin-top: 32px;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: 0;
}

.entry-content .has-medium-font-size {
	margin-top: 30px;
	font-size: 1.6rem;
	font-family: 'Prata', serif;
}

.entry-content img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: -6px;
}

article.category-cases-studies h3 {
	font-family: 'Prata', serif;
	text-transform: none;
	
}

.single-primary .entry-content div:first-child div:nth-child(2) > h2 {
	font-size: 2.2rem;
}
.entry-top-article {
	justify-content: center;
}



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

.wp-block-cover h2 {
    font-size: 2.2rem;
    color: #23252B;
}

/* top article */

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

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

.sharing {
	display: flex;
	justify-content: center;
}

.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 (min-width: 768px) {
	.wp-block-columns {
	    width: 1200px;
	    max-width: calc(100% - 30px);
	    margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.top-tooltip {
		display: none;
		
	}
	.single-primary .entry-content div:first-child div:first-child > h2 {
		display: none;
	}
}