/*

Theme Name: AVPlus
Version: 1.0.0
Theme URI: https://avplus.fi/
Author: Teppo HirviKunnas
Author URI: https://avplus.fi/
Template: jnews

*/

/* ------------------------------------------------------------------------- *

 *  Theme Customization

/* ------------------------------------------------------------------------- */

.separator {
	box-sizing: border-box;
	zoom: 1;
	margin-bottom: 20px;
	width: 100%;
	clear: both;
}

.separator.default {
	border-bottom: 1px solid #dddddc;
	padding: 0;
}

.separator.whitespace {
	height: 20px;
	background-color: transparent;
}

@media (max-width: 768px) {

	.separator {
		margin-bottom: 15px;
	}
	
	.separator.whitespace {
		height: 15px;
	}

}