/*
Theme Name: ICPS
Theme URI: https://www.burningflame.it/
Author: Burning Flame
Author URI: https://www.burningflame.it/
Description: ICPS
Version: 3.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/

/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

body {
	background: #FFF;
	padding-top: 0px;
	font-family: 'Roboto', Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
h1 {
	font-size: 28px;
	line-height: 38px;
	font-weight: 300;
	color: #007EB4;
}
h2 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
	color: #007EB4;
}
h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #007EB4;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

header {
	width: 100%;
}
.navbar {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.logo {
	float: left;
	margin: 15px 0px;
}
.logo img {
	height: 90px;
}
header nav {
	float: right;
	margin-top: 35px;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
}
header nav ul {
	padding: 0px;
}
header nav ul li {
	display: block;
	float: left;
	margin-left: 0px;
}
.nav-change-language {
	display: inline-block;
	padding: 9px 5px 9px 10px;
}
.nav-change-language img {
	height: 22px;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right: 5px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle {
	background: none;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.icon-bar {
	background: #007EB4!important;
}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

#content {
	padding: 40px 0px;
}
.page-header {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	border: none;
}
.single-header {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: none;
}
.archive-header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}
.team-member {
	min-height: 335px;
	margin-bottom: 30px;
	padding: 15px;
	font-size: 15px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	text-align: center;
}
.team-member h3 {
	margin-top: 10px;
}
.team-member img {
	margin: 5px 0px!important;
	height: 120px!important;
}
.fancybox-hidden {
	display: none;
}
.fancybox-content {
	width: 600px;
	max-width: 100%;
	text-align: justify;
}
.fancybox-content div {
	padding: 30px;
}
.fancybox-content div h3 {
	margin-top: 5px;
	margin-bottom: 15px;
}
#map-canvas {
	width: 100%;
	height: 300px;
}
.content-box {
	background: #FFF;
	padding: 10px 25px 25px 25px;
	margin-bottom: 25px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
}
.content-box article {
	padding: 0px!important;
}
.filter-label {
	padding-top: 10px;
	color: #999;
	text-align: right;
}
.sidebar {
	padding-top: 20px;
}
.sidebar-box, .widget {
	background: #FFF;
	padding: 0px;
	margin-bottom: 25px!important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border-radius: 5px;
}
.sidebar-box-alt, .widget-alt {
	background: #007EB4;
	color: #FFF;
}
.sidebar-box h4, .widget h4 {
	display: inline-block;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px 8px 20px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	color: #007EB4!important;
	border-bottom: 1px solid #007EB4;
}
.sidebar-box-alt h4, .widget-alt h4 {
	color: #FFF!important;
	border-bottom: 1px solid #FFF;
}
.sidebar-box h2, .widget h2, .sidebar-box h3, .widget h3 {
	margin: 5px 0px;
}
.sidebar-box-alt h2, .widget-alt h2, .sidebar-box-alt h3, .widget-alt h3 {
	color: #FFF!important;
}
.sidebar-box-alt a, .widget-alt a {
	color: #FFF!important;
}
.sidebar-box ul, .widget ul {
	padding: 10px 20px 20px 20px;
	list-style: none;
}
.sidebar-box li, .widget li {
	border-bottom: 1px solid #E9E9E9;
}
.sidebar-box li:last-child, .widget li:last-child {
	border-bottom: none;
}
.sidebar-box form, .widget form {
	padding: 15px 20px!important;
}
.sidebar-box-link-image {
	background: #DDD center center no-repeat;
	background-size: cover;
	height: 120px;
	border-radius: 5px 0px 0px 5px;
}
.sidebar-box-link-title {
	display: table;
	width: 100%;
	height: 120px;
}
.sidebar-box-link h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 400;
	background: url('images/arrow-right.png') right 20px center no-repeat;
	background-size: 30px 30px;
	padding-right: 50px;
	transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-webkit-transition: all 0.3s linear!important;
}
.sidebar-box-link:hover h3 {
	background-position: right 15px center;
}
.post-not-found {
	padding: 100px 0px;
	text-align: center;
}


/*
|--------------------------------------------------------------------------
| Posts
|--------------------------------------------------------------------------
*/

#main article {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
#main article .meta {
	padding-bottom: 15px;
	font-style: italic;
	color: #808080;
}
#main article .post-content {
	text-align: justify;
}
#main article .read-more {
	display: block;
	margin-top: 20px;
}
#main article ul {
	padding-left: 20px;
}
img {
	max-width: 100%;
	height: auto;
}
#main article img {
	margin: 20px 0px;
}
#main article img.post-thumbnail {
	margin: 0px 0px 30px 0px;
}
#main article img.alignleft {
	float: left;
	margin-right: 25px;
}
#main article img.alignright {
	float: right;
	margin-left: 25px;
}
#main article img.aligncenter {
	display: block;
	margin: 0 auto;
}
/* Immagini pagina competenze */
.page-id-11 #main article img {
	margin: 0px;
}
video {
	max-width: 100%;
	height: auto;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}
.attachment #main .post_content img {
	max-width: 100%;
}


/*
|--------------------------------------------------------------------------
| Contacts
|--------------------------------------------------------------------------
*/

.wpcf7 {
	width: 100%;
	margin-top: 20px!important;
}
.wpcf7 input {
	width: 100%;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	border-radius: 0px;
}
.wpcf7 input:focus {
	outline: none;
    border-color: #CCC;
    box-shadow: 0 0 3px #DDD;
}
.wpcf7 textarea {
	width: 100%;
	height: 150px;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
	border-radius: 0px;
	resize: vertical;
}
.wpcf7 textarea:focus {
	outline: none;
    border-color: #CCC;
    box-shadow: 0 0 3px #DDD;
}
.wpcf7 select {
	background: #FFF!important;
	width: 100%;
	height: 40px!important;
	padding: 6px 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
}
.wpcf7 .wpcf7-list-item {
	margin: 0px;
}
.wpcf7 input[type="checkbox"] {
	width: 20px!important;
}
.wpcf7 input[type="submit"] {
	display: inline;
	background: #007EB4;
	width: auto;
	padding: 9px 16px;
	font-size: 16px;
	font-weight: 600;
	color: #FFF!important;
	border: 1px solid #007EB4;
	border-radius: 50px;
	text-transform: uppercase;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.wpcf7 input[type="submit"]:hover {
	background: #FFF;
	color: #007EB4!important;
	border: 1px solid #007EB4;
}
.wpcf7 .ajax-loader {
	position: absolute;
	margin-left: 10px!important;
	margin-top: 26px!important;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 .wpcf7-response-output {
	margin: 0px 0px 40px 0px;
	padding: 6px 14px;
	width: 100%;
	border: 1px solid #DDD;
	text-align: center;
}
.grecaptcha-badge {
	width: 0px!important;
}


/*
|--------------------------------------------------------------------------
| WP-specific post-type styles
|--------------------------------------------------------------------------
*/

.pagination-container {
	padding: 20px 0px;
	text-align: center;
}
.pagination li a {
	color: #007EB4;
}
.pagination li a:hover {
	color: #179DD7;
}
.pagination li.active a {
	background: #007EB4;
	border: 1px solid #007EB4;
}
.pagination li.active a:hover {
	background: #179DD7;
	border: 1px solid #179DD7;
}
.ie8 #main .media-grid img {
	max-height: none !important;
	max-width: none !important;
}
#gallery-nav {
	list-style-type: none;
	margin-left: 0;
}


/*
|--------------------------------------------------------------------------
| Widget
|--------------------------------------------------------------------------
*/

.widget {
	margin-bottom: 18px;
}
.widgettitle {
	margin-bottom: 9px;
}
#tag-cloud {
	margin-bottom: 18px;
	line-height: 160%;
}
#tag-cloud a:hover, .tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
#tag-cloud a {
	white-space: pre;
	text-transform: uppercase;
}
.widget_search form {
	padding-left: 0;
}
#search.form-control {
	border-radius: 50px 0px 0px 50px;
	border-right: none!important;
}
.input-group {
	width: 100%;
}
.input-group .input-group-btn {
	width: 20%!important;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn {
	margin-left: 0px!important;
	width: 100%;
}
#calendar_wrap {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	padding: 8px;
}
#wp-calendar tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tr:last-child {
	border-bottom: none;
}
#wp-calendar td  {
	text-align: center;
	padding: 8px 0;
}
blockquote.pull-left {
	padding-right: 15px;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

footer {
	width: 100%;
	color: #FFF;
}
.main-footer {
	background: #F6F6F6;
	padding: 60px 0px;
}
.footer-partner-logo {
	height: 80px;
}
.footer-links {
	float: right;
	margin-bottom: 18px;
}
.footer-links .menu {
	list-style-type: none;
	margin-left: 0;
}
.footer-links .menu li {
	float: left;
	margin-left: 10px;
}
.copy-footer {
	background: #007EB4;
	padding: 55px 0px 50px 0px;
	font-size: 15px;
	line-height: 30px;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

label {
	font-weight: 400;
}
input[type="text"], input[type="email"] {
	height: auto!important;
	padding: 12px 16px!important;
	border: 1px solid #CCC!important;
}
input[type="checkbox"] {
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}
textarea {
	padding: 16px!important;
	border: 1px solid #CCC!important;
	resize: vertical;
}
input:focus, textarea:focus {
    outline: none!important;
    border: 1px solid #CCC!important;
    box-shadow: 0 0 4px #CCC!important;
}
.btn-default, .btn-default:disabled {
	background: #007EB4;
	padding: 11px 18px;
	height: auto!important;
	font-size: 16px;
	font-weight: 400;
	color: #FFF!important;
	text-transform: uppercase;
	border: 1px solid #007EB4;
	border-radius: 50px;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default:hover, .btn-default:focus {
	background: #FFF;
	color: #007EB4!important;
	border: 1px solid #007EB4;
	outline: 0!important;
}
.btn-default.btn-lg, .btn-default.btn-lg:disabled {
	background: #007EB4;
	padding: 12px 18px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF!important;
	border: 1px solid #007EB4;
	border-radius: 50px;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default.btn-lg:hover, .btn-default.btn-lg:focus {
	background: #DDD;
	color: #FFF!important;
	border: 1px solid #007EB4;
	outline: 0!important;
}
.btn-default.btn-small, .btn-default.btn-small:disabled {
	padding: 8px 12px;
	font-size: 14px;
}
.form-control::-webkit-input-placeholder {
	color: #b1b1b1;
}
.form-control:-moz-placeholder {
	color: #b1b1b1;
}
.form-control::-moz-placeholder {
	color: #b1b1b1;
}
.form-control:-ms-input-placeholder {
	color: #b1b1b1;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #007EB4;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	text-decoration: none;
	color: #179DD7;
}
.link-arrow-right {
	display: inline-block;
	background: url('images/arrow-right.png') right 4px center no-repeat;
	background-size: 22px 22px;
	padding-right: 38px;
	transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-webkit-transition: all 0.3s linear!important;
}
.link-arrow-right:hover {
	background-position: right center;
}
.link-arrow-right-alt {
	display: inline-block;
	background: url('images/arrow-right-alt.png') right 4px center no-repeat;
	background-size: 22px 22px;
	padding-right: 38px;
	transition: all 0.3s linear!important;
	-moz-transition: all 0.3s linear!important;
	-webkit-transition: all 0.3s linear!important;
}
.link-arrow-right-alt:hover {
	background-position: right center;
}
.menu-item a {
	color: #444!important;
}
.menu-item a:hover {
	color: #179DD7!important;
}
.current-menu-item a {
	background: none!important;
	color: #007EB4!important;
}
.current-menu-item a:hover {
	color: #179DD7!important;
}
.copy-footer a, a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #FFF;
	border-bottom: none;
}
.copy-footer a:hover, a.footer-link:hover {
	text-decoration: none;
	color: #ABE6FF;
}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1200px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: desktop and tablet
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: tablet portrait
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {

	.container {
		padding: 0px 2%;
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.container {
		padding: 0px 5%;
	}
	.navbar-header {
		width: 100%;
		margin: 0px!important;
	}
	.logo {
		margin: 10px 0px;
	}
	.logo img {
		height: 50px;
	}
	header nav {
		float: none;
		margin: 10px 0px;
	}
	header nav ul li {
		display: block;
		float: none;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	#content {
		padding: 20px 0px;
	}
	.team-member {
		min-height: auto;
	}
	.team-member img {
		margin: 5px 0px!important;
		height: 100px!important;
	}
	.filter-label {
		padding-bottom: 10px;
		text-align: center;
	}
	.sidebar-box-link-bg-pubblications, .sidebar-box-link-bg-food, .sidebar-box-link-bg-pharma {
		border-radius: 5px 5px 0px 0px;
	}
	.sidebar-box-link-title {
		padding: 25px 5px 25px 15px;
		height: 80px;
	}
	/* Immagine home asst */
	.page-id-11 #main article img {
		margin: 0px;
	}
	/* Immagini pagina competenze */
	.page-id-9 #main article img {
		float: none;
		margin: 20px 0px!important;
		text-align: center;
	}
	.main-footer {
		padding: 40px 0px 20px 0px;
	}
	.footer-partner-logo {
		margin-bottom: 20px;
		height: 60px;
	}
	.copy-footer {
		padding: 35px 0px 30px 0px;
		text-align: center;
	}
	.copy-footer .text-right {
		text-align: center;
	}

}


/* ---- smaller ---- */

@media (max-width: 480px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: collapse sidebar on tablet portait
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {

	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

}
