/**
 * Theme Name: Auro
 * Version: 1.0
 * Author: Twelve12
 * Author URI: https://www.twelve12.com/
**/


/* Custom */
.author {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 10px;
}

body.single-post article.post,
body.category .main_container {
    padding: 40px 0;
}

.article-list > article {
	margin-bottom: 50px;
}

.release-item:not(.release-item--featured) iframe[src^="https://www.youtube.com/embed"] {
	max-height: 200px;
}


.embed-responsive
{
	position:relative !important;
	width:100% !important;
	overflow:hidden !important;
}
.embed-responsive video
{
	width:100% !important;
}