/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body {
	min-width: 320px;
}

ul,
ol {
	margin: 10px 0 10px 20px;
}

@media screen and (min-width: 481px) and (max-width: 1025px) {
	.container-single {
		padding: 0 15px;
	}
}

.quiz-form .clarification{
	max-width: 120px;
}

.oceanwp-pagination{
	width: 100%;
}
.oceanwp-pagination .page-numbers{
	text-align: center;
}
body{
	width: 100%;
	overflow-x: hidden;
}
#main #content-wrap{
padding-top:0!important;
}