/*
Theme Name:     EOI OpenMed
Description:    Tema per il portale EOI OpenMed
Author:         Anteria
Author URI:     https://www.anteria.eu
Template:       twentyseventeen
Version:        1.0.0
*/


/* HEADER */

.site-branding {
	background-color: #f1f7f7;
	text-align: center;
}

.site-logo {
	width: 360px;
	max-width: 100%;
}

@media only screen and (min-width: 48em) {
	.panel-content .entry-header {
		margin-bottom: 2.5em !important;
	}
}


/* CONTENT */

.page .panel-content .entry-title {
	text-align: center;
	font-size: 1.5em;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 1.5em;
}

.page .panel-content .entry-title:after {
	width: 100px;
	height: 4px;
	margin: auto;
	margin-top: 20px;
	background-color: #008d36;
	content: '';
	display: block;
}

@media only screen and (min-width: 48em) {

	.panel-content .wrap {
		padding-top: 3em;
	}
}


/* FOOTER */

.site-footer {
	background-color: #333333;
	color: #ffffff;
}

.site-footer a {
	color: #d2d2d2;
}

.site-footer a:hover {
	color: #ffffff;
}

.site-footer .site-footer-menu {
	margin-bottom: 30px;
	text-align: center;
}

.site-footer .site-footer-menu a {
	margin: 0 10px;
}

.site-footer .site-footer-right {
	text-align: center;
}

@media only screen and (min-width: 48em) {

	.site-footer .site-footer-menu {
		width: 30%;
		float: left;
		text-align: left;
	}

	.site-footer .site-footer-right {
		width: 70%;
		float: right;
		text-align: right;
	}

}


/* CF7 DB */

table.cf7-db-table {
	display: block;
	overflow-x: auto; 
}

table.cf7-db-table th {
	background-color: #008d36;
	color: #ffffff;
	border: 1px solid #008d36 !important;
}
