/*
Theme Name: marcellin
Theme URI: 
Author: Fabio Chiarato
Author URI: http://www.webdesignertreviso.it
Description: 
Version: 0.0.1
License: 
License URI: 
Text Domain: marcellin
*/

@import 'css/style.min.css';


.sm-newsletter-form-container button.yikes-easy-mc-submit-button:hover {
background-color: #1a3a5b
}

#cookie-law-info-bar {font-size: 10pt;}

/* FC 20030630 */
html body .event-excerpt-plus {
	background: url(../marcellin/images/arrow-down-white.svg) center / contain no-repeat;
}

html body .event-excerpt-minus {
	background: url(../marcellin/images/arrow-up-white.svg) center / contain no-repeat;
}

html body .event-excerpt-plus::before,
html body .event-excerpt-minus::before {
	content: none
}

.event-excerpt a {
	color: white;
	text-decoration: underline;
}

.event-excerpt-body {
	text-align: left; 
	display: none; 
	font-size: 14px;
	text-align: justify;
}

@media only screen and (min-width: 1170px) {
	.event-excerpt-body {
		margin-top: 40px;
	}

	html body .event-excerpt-plus,
	html body .event-excerpt-minus {
		position: absolute;
		top: 30px;
		right: -15px;
		width: 25px;
		height: 25px;
	}	
}

@media only screen and (max-width: 1169px) {
	.event-excerpt-body {
		margin-top: 20px;
	}

	html body .event-excerpt-plus,
	html body .event-excerpt-minus {
		margin: 20px auto;
	}
}
