/*
Theme Name: 	EGP
Description: 	Responsive WordPress Theme based on Boostrap and Font Awesome.
Version:     	1.0.0
Author:     	Eugenio Priscimone
Text Domain: 	EGP
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
*/

/* IMPORT HERE YOUR FONTS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, html{ 
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none;
}
.white{
	color:white!important;
}
#masthead{
	position:fixed;
	width: 100%;
    	top: 0;
    	left: 0;
	z-index: 5;
}
.navbar{
	padding:0;
	height:100px;
}

.velina{
	background: rgba(0,0,0,0.75);
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	left: 0;
    	z-index: 2;
}
.carousel-control-prev, .carousel-control-next, .carousel-caption{
	z-index:3;
}
form.ricerca_sito {
	margin-bottom: 15px;
}
form.ricerca_sito input.form-control {
	border-radius: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-color: #414141;
	color: #fff;
	font-size: 12px;
	width: 250px;
	height: 30px;
}
form.ricerca_sito button.btn {
	background-color: #414141;
	border-color: transparent;
	height: 30px;
	padding:0 10px;
	border-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	color: #fff;
}			

form.searchform {
	margin-bottom: 15px;
}
form.searchform input#s {
	border-radius: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-color: #414141;
	color: #fff;
	font-size: 12px;
	width: 250px;
	height: 30px;
	border: 0;
	outline: none;
}
#searchsubmit {
	background-color: #414141;
	border-color: transparent;
	height: 30px;
	padding: 0 10px;
	border-radius: 0;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	color: #fff;
	position: absolute;
}	

.box_header {
	margin: 0 5%;
	padding: 15px 0;
}
.titolo_testata {
	font-size: 34px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.57px;
	color: #fff;
	position: relative;
	top: 10px;
}
ul.navbar-nav li.menu-item {
	color: #fff;
}
ul.navbar-nav li.menu-item:last-child a {
	padding-right: 0;
}
ul.navbar-nav li.current_page_item:last-child a {
	padding-right: 10px;
}
ul.navbar-nav li.menu-item a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 2;
	color: #fff;
	/* padding: 0 0 0 3px; */
	padding: 0 10px;
}
ul.navbar-nav li.menu-item a span.active {
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}
ul.navbar-nav li.menu-item a:hover, 
ul.navbar-nav li.menu-item a:active, 
ul.navbar-nav li.menu-item a:visited {
	color: #fff;
}
/* ul.navbar-nav li.menu-item a:after {
	content:" -";
} */
ul.navbar-nav li.current_page_item {
	border-bottom: 2px solid #fff;
}
.form-control {
	border: none;
} 
.input-group-text {
	background-color: #414141;
	border: none;
}
ul.navbar-nav li.menu-item:last-child a:after {content:"";}
nav.breadcrumb {
	margin-top:100px;
	background-color: #5e5e5e;
	font-size: 10px;
	text-transform: uppercase;
	padding: 8px 0 8px 5px;
	margin-bottom: 0;
}
ol.breadcrumb {
	margin-bottom: 0;
}
nav.breadcrumb li, nav.breadcrumb li.breadcrumb-item.active, nav.breadcrumb li a, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
.fas.fa-home {
	font-size: 14px;
}
.bd-placeholder-img {
	font-size: 50px;
	font-weight: 200;
	text-anchor: middle;
}
.carousel-inner {
	min-height:100vh;
}
.carousel-inner.interno {
	min-height: 100%;
}
.carousel-inner.interno .titolo-slider {
	font-size: 18px;
	font-weight: 500;
}
.carousel-caption {
	top: 44%;
}
.carousel-indicators button.active {
	width: 25px;
	height: 8px;
	margin: 0 3px;
	border: 1px solid #fff;
	border-radius: 4.5px;
	background-color: #fff;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	border: 1px solid #818181;
	border-radius: 4.5px;
	background-color: #818181;
}
.carousel-caption a.btn-slider {
	border-radius: 50px;
	padding: 5px 25px;
	background-color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-top: 20px;
}
h1.titolo-slider-home {
	font-size: 50px;
	font-weight: 200;
}
.angle-dark {
	top: 14%;
}
.angle-dark .carousel-control-prev-icon, .angle-dark .carousel-control-next-icon {
	filter: invert(100%);
}
.owl-nav{
	text-align: right;
    	margin-top: 30px;
}
.owl-carousel .owl-nav button.owl-next > i, .owl-carousel .owl-nav button.owl-prev > i{
	background: #212529!important;
	color:white!important;
    	padding: 12px 13px!important;
    	border-radius: 50%;
    	margin: 0 5px;
}
.card {
	border: none;
	background-color: transparent;
}
.card img {
	border: 1px solid #E1E1E1;
}
.card img.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card img.border_none {
	border: none;
}
.card-body {
	padding-left: 0;
}
h5.card-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
h5.card-title.home {
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 0;
}	
p.card-text {
	font-size: 23px;
	line-height: 1.18;
	padding-top: 4px;
	font-weight: 200;
	color: #000;
}
p.card-text span {
	font-weight: normal;
}
span.bold {
	font-weight: bold;
}
.nostro_usato {
	background-color: #F4F4F4;
	padding: 40px 0;
	border-bottom: 1px solid #000;
}
.nostro_usato .desc p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
}
a.btn_link {
	width: 185px; 
	height: 30px; 
	padding-top: 5px; 
	border-radius: 15px; 
	border: 1px solid #000; 
	display:block; 
	text-transform: uppercase; 
	font-size: 12px; 
	font-weight: 500; 
	color: #000; 
	text-decoration: none; 
	text-align: center; 
	margin-left: auto; 
	margin-top: 24px;			
}
.titolo_sezione h1 {
	font-size: 50px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000;
}
.marchi {
	padding: 20px 0 90px 0;
}
.logo_marchio {
	margin: 30px 0 40px 0;
}
article h1 {
	font-size: 40px;
	font-weight: 200;
}
.content {
	background-color: #1a1a1a;
	padding-bottom: 60px;
}
.padding_img {
	padding-top: 55px;
}
.contenuto_centrale {
	color: #fff;
}
.contenuto_centrale h1 {
	font-size: 50px;
	margin-bottom: 30px;
	font-weight: 200;
}
.testo {
	font-size: 16px;		
}
.sottocategoria {
	font-size: 14.8px;
	font-weight: 500;
	color: #000;
	margin-top: 14px;
}
select#cat {
	font-size: 12px;
	font-weight: 500;
	width: 165px;
	border-radius: 15px;
	padding: 5px 5px 5px 12px;
}
.box-categoria .titolo {
	color: #000;
	font-size: 23px;
	font-weight: normal;
	line-height: 1em;
}
.box-categoria .sottotitolo {
	color: #000;
	font-size: 23px;
	font-weight: 200;
}
.abstract {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
}
.abstract .titolo {
	text-transform: uppercase;
	padding-bottom: 20px;
}
a.btn_bianco {
	color: #fff;
	background-color: #1a1a1a;
	border: 1px solid #fff;
}
.sfondo_grigio {
	background-color: #f4f4f4;
}
h1.titolo_pagina {
	padding: 15px 0 10px 0;
}
.abstract_pagina {
	font-size: 14px;
}
.sezione_eventi {
	padding: 60px 0;
}
.evento_in_evidenza h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6b6b6b;
}
.evento_in_evidenza h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 12px 0;
}
.evento_in_evidenza p {
	font-size: 14px;
	color: #000;
}
.eventi_correlati h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6b6b6b;
	margin-top: 18px;
}
.eventi_correlati h3 {
	font-size: 18px;
	font-weight: 500;	
	margin-bottom: 18px;
}
.evento_in_evidenza h3 a, .eventi_correlati h3 a {
	color: #000;
	text-decoration: none;
}
.evento_in_evidenza img.card-img-top, .eventi_correlati img.card-img-top {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.contatti form.wpcf7-form {
	background-color: #fff;
	margin-top: 40px;
	padding: 25px 30px;
}
.contatti input.wpcf7-form-control, .contatti select.wpcf7-form-control, .contatti textarea.wpcf7-form-control {
	background-color: #f1f1f1;
	border: none;
}
.contatti input.wpcf7-submit {
	width: 160px;
	background-color: #000;
	border-radius: 15px;
	color: #fff;
	padding: 5px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.contatti .btn-submit {
	width: 160px;
}
.obbligatori {
	font-size: 10px;
	text-align: center;
}
footer {
	margin: 0;
	padding: 15px 0 25px 0;
	background-color: #c8102e;
	color: #fff;
}
footer img.icona_seguici_su {
	margin-right:5px;
}
footer h4 {
	font-size: 12px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.7;
	text-transform: uppercase;
	margin-bottom: 0;
}
footer h4.normal {
	font-weight: normal;
}
footer p {
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.14px;
	margin-bottom: 0;
}
footer img.logo {
	margin-top:15px;
}
footer a{
	color:white;
}
footer a.socialfooter{
	font-size: 22px;
}
footer a:active, footer a:hover{
	color:#dddddd;
}
@media screen and (max-width: 1200px) {
	.resize_slider {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 992px) {
	.titolo_sezione h1 {
		font-size: 35px;
	}
	a.btn_link {
		margin-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	h1.titolo-slider-home,
	.contenuto_centrale h1,
	article h1 {
		font-size:40px;
	}
	
	form.ricerca_sito {
		margin-top: 20px;
		justify-content: flex-start!important;
	}
	ul.navbar-nav li.menu-item a:after {
		content:"";
	}
	.bd-placeholder-img {
		font-size: 35px;
	}	footer h4 {
		margin-top:10px;
	}
}
@media screen and (max-width: 540px) {
	.bd-placeholder-img {
		font-size: 25px;
	}
	.titolo_testata {
    		font-size: 20px;
	}
	h1.titolo-slider-home,
	.contenuto_centrale h1,
	article h1 {
		font-size:34px;
	}
	.logo{
		max-width: 100px;
	}
}