/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


.rt-reading-time {
	display: block;
}

/**
.category-kommentar .entry-content * {
	font-family: Times New Roman !important;
}

.category-kommentar .entry-excerpt {
	font-family: Times New Roman !important;
}

.category-kommentar .entry-title * {
	font-family: Times New Roman !important;
}

.category-kommentar .page-title {
	font-family: Times New Roman !important;
}
*/

.flex-column-small {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex: 33%;
}

.flex-column-large {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex: 67%;
}

.flex-row {
	flex-direction: row !important;
}

@media only screen and (max-width: 1000px) {
	.ct-container {
		display: grid !important;
	}

	.ct-container > section {
		order: 1;
	}

	.ct-container > aside {
		order: 0;
	}
	
	.wp-image-668 {
		max-height: 70px;
	}
	
	#initiative_link_sidebar {
		display: block;
	}
	
	#blocksy_ct_socials-2 {
		display: inline-block;
		width: 15%;
	}
	
	#media_image-4 {
		display: inline-block;
		width: 85%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {	
	.flex-column-small {
		flex: 100%;
	}

	.flex-column-large {
		flex: 100%;
	}
	
	.flex-row {
		flex-direction: column !important;
	}	
}

