/*
 * Theme Name:  Suitable based on Authentic Child
 * Template:    authentic
 * Version:     1.0.0
 */

.content.entry-content {
	text-align	: justify;
}


/*
.ig-b- { display: inline-block; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }
*/
.social-share-buttons {
	padding-top		: 35px;
}

.social-share-button {
	height: 35px;
}



/*
.social-share-before-post .linkedin-button {
	margin-top	: 4px;
	display	: none;
}*/



.instagram-badge {
	background	: #000;
	color	: #FFF;
	padding: 5px;
	padding-left	: 30px;
	padding-right	: 15px;
    	border-radius: 4px;
    	font-size	: 13px;
    	position	: relative;
}
.instagram-badge:hover {
	color	: #FFF; 
}

.instagram-badge:before {
	position	: absolute;
	left: 9px;
    	top: 3px;
    	font-size: 15px;
	content	: '\f16d';
	font-family	: 'FontAwesome'
}

.linkedin-badge {
	background	: #0069a3;
	color	: #FFF;
	padding: 5px;
	padding-left	: 30px;
	padding-right	: 15px;
    	border-radius: 4px;
    	font-size	: 13px;
    	position	: relative;
}

.linkedin-badge:hover {
	color	: #FFF; 
}

.linkedin-badge:before {
	position	: absolute;
	left: 9px;
    	top: 3px;
    	font-size: 15px;
	content	: '\f0e1';
	font-family	: 'FontAwesome'
}

.footer-instagram {
	display	: none;
}

body .btn {
	font-family	: Karla;
}

.content p>a {
	text-decoration	: none;
}


/**
 * Coreporate nieuws
 */
.suitable_news-template-default .post-sidebar 
, .suitable_news-template-default .section-share
, .suitable_news-template-default .post-author
, .post-type-archive-suitable_news .page-header 
{
	display	: none!important;
}



.suitable_news-template-default .post-media {
	text-align	: center;
}



.cookie-notice-container {
	position: fixed;

	bottom: 0;
	left:  0;
	right: 0;
	top: 0;

	background: rgb(50 50 58 / 65%);

	font-size: 120%;
	font-weight: bold;

	padding-top: 300px;
}

#cn-notice-text {
	max-width: 450px;
}

#cn-notice-buttons {
	display: block;
	text-align: center;
}


