/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme child theme.
Author: Olaf Lederer
Author URI: https://www.finalwebsites.nl/
Template: oceanwp
Version: 1.0
*/
.oceanwp-row { 
	display:flex;
	flex-flow: row wrap;
    justify-content: flex-start;
	width: 100%; 
}
.oceanwp-row .col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	
}
.oceanwp-row .col.span_1_of_2 {
	flex: 0 1 50%;
}
.oceanwp-row .col.span_1_of_3 {
	flex: 0 1 33%;
}
.oceanwp-row .col.span_1_of_4 {
	flex: 0 1 25%;
}
