@font-face {
  font-family: SourceSansProBold;
  src: url(../fonts/SourceSansPro-Bold.ttf);
}
@font-face {
  font-family: SourceSansProRegular;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}
@font-face {
  font-family: SourceSansProBlack;
  src: url(../fonts/SourceSansPro-Black.ttf);
}


.gm-ui-hover-effect
{
	top:0!important;
	right:0!important;
}
.wpcf7-spinner
{
	position:absolute;
	bottom: 4%;
    left: 40%;
}
.wpcf7-response-output
{
	position:absolute;
	bottom:-2%;
	left:10%;
}

#wp-submit
{
	margin-left:30px;
}
#loginform  p
{
	margin:0;
}
#user_login, #user_pass
{
	margin-right:10px;
	margin-left:10px;
}
#loginform
{
	display:flex;
	justify-content:center;
	align-items:center;
}
#loginform input
{
	border: 1px solid #1F5260;
    font-size: 15px;
}
#loginform label
{
	font-size: 14px;
    /*padding: 20px 20px 5px;*/
    font-weight: bold;
}
.scrolled {
  background-color: #319CC1 !important;
  transition: background-color 200ms linear;
}
.wpcf7-submit
{
	/*border:none;*/
    background-color: #892821;
	color:white;
   border-radius: 24px;
    font-size: 12px;
    /*width: 125px;*/
    text-align: center;
	width:126px;
    font-family: "SourceSansPro-Bold";
	height:40px;
	margin-top:10px;
	opacity:1;
}
.coltitolocontatti
{
	display:flex;
	justify-content:center;
}
/*.wpcf7-text, .wpcf7-email::placeholder {
    color: black !important;
    opacity: 1;
}*/
.wpcf7-list-item
{
	padding-right:5px;
	float:left;
	margin-left:0;
	
	
}
.wpcf7-list-item input
{
border: 1px solid #707070;
border-radius: 5px;
}
.wpcf7-textarea
{
	padding-top:10px;
}
.wpcf7-text, .wpcf7-email,.walcf7-datepicker
{
	width:100%;
	height:39px;
	border-radius:20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	/*color:black!important;*/
	padding-left:15px;
	color:#333333!important;
	border:none;
	font-size:15px;
	font-family:"SourceSansProRegular";
	border: 1px solid #9B9B9B;
}
.wpcf7-text::-webkit-input-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-text:-ms-input-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-text:-moz-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-text::-moz-placeholder {
  font-family: 'SourceSansProRegular' !important;
}
.wpcf7-textarea::-webkit-input-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-textarea:-ms-input-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-textarea:-moz-placeholder {
  font-family: 'SourceSansProRegular' !important;
}

.wpcf7-textarea::-moz-placeholder {
  font-family: 'SourceSansProRegular' !important;
}
.wpcf7-textarea
{
	width:100%;
	height:104px;
	border-radius:20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	/*color:black!important;*/
	padding-left:15px;
	color:#333333!important;
	border:none;
	font-size:15px;
	font-family:"SourceSansProRegular";
	border: 1px solid #9B9B9B;
}
.owl-theme .owl-controls .owl-buttons div
{
	padding:0;
	background: transparent;
}

/*.owl-next
{
	position: absolute;
    top: 40%;
    right: 0;
}
.owl-prev
{
	position: absolute;
    top: 40%;
    left: 0;
}*/




/* menu multilevel */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
.dropdown-menu, .dropdown-menu li:hover, .dropdown-menu li a:hover {
    background-color: black;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover {
    font-weight: bold;
}
.dropdown-item
{
	border-bottom: 1px solid #FFFFFF;
    width: calc(100% - 20px);
    margin-left: 10px;
}
.dropdown-item, .dropdown-item a, .dropdown-item:hover, .dropdown-item a:hover {
	background-color: #707070;
    color: #FFFFFF;
}
.dropdown-item a, .dropdown-item a:hover {
	font-weight: bold;
}
.nav-link
{
	color: #707070;
}
.nav-link:hover
{
	color: #FFFFFF;
	border-bottom: 2px solid #FFE800;
}
.current-menu-item, .current-menu-item a
{
	font-weight: bold !important;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */ 
/* fine menu multilevel */

/*---------- slider -----*/

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks {
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: rgba(31,82,96, .5);
    /*right: 50px;*/
    bottom: 50px;
    /*padding: 10px 20px;*/
    margin: 0;
    /*max-width: calc(100% - 100px);*/
  }
  .caption {
	display: block;
	font-family:"SourceSansPro-Regular";
    position: absolute;
    z-index: 2;
    font-size: 17px;
    text-shadow: none;
    color: #fff;
    /*background: rgba(31,82,96, .5);*/
    left: 14%;
    top: 200px;
    /*padding: 10px 20px;*/
    margin: 0;
    max-width: calc(50%);
  }
.callbacks time {
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    /*background: rgba(31,82,96, .5);*/
    left: 16%;
    bottom: 45px;
    /*padding: 10px 30px;*/
    margin: 0;
    max-width: 200px;
	font-family:"SourceSansPro-Regular";
  }
  #slidersection .fa-calendar-days {
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    /*background: rgba(31,82,96, .5);*/
    left: 14%;
    bottom: 50px;
    /*padding: 10px 20px;*/
    margin: 0;
	width: 20px;
width: 22px;
height: 19px;
    max-width: calc(100% - 100px);
  }
  .fa-newspaper
  {
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    /*background: rgba(31,82,96, .5);*/
    left: 14%;
    top: 50px;
    /*padding: 10px 20px;*/
    margin: 0;
    max-width: calc(100% - 100px);
	width: 20px;
height: 18px;
  }
  .titlesld
    {
	font-family:"AbrilFatface-Regular";
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 40px;
    text-shadow: none;
    color: #fff;
    /*background: rgba(31,82,96, .5);*/
    left: 14%;
    top: 100px;
    /*padding: 10px 20px;*/
    margin: 0;
    max-width: calc(100% - 100px);
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 20%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
   background: transparent url("../img/frec2.png") no-repeat left top;
  right: 290px;
  }
  .callbacks_nav.prev {
  left: auto;
  background-position: right top;
   background: transparent url("../img/frec.png") no-repeat left top;
  right: 355px;
  }

/*---------- fine slider -----*/
body
{
	color: #892821;
	font-family: SourceSansProRegular;	
}
a, a:hover
{
	text-decoration: none;
	color: black;
}
header
{
	/*background-color: #B10946;*/
}
nav
{
	/*background-color: #E7EEF4;*/
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 3px solid #1F5260;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar ul li a
{
	font-family:"SourceSansPro-SemiBold";
	font-size:18px;
	color:#3E3E3E;
}

hr
{
	height: 5px !important;
    width: 200px;
    margin: 30px auto 0 auto;
    background-color: #1F5260;
    border: none; 
    opacity: 1;
}

footer
{
	
}
.h1, h1 {
	font-family: "SourceSansProRegular";
	margin-bottom: 28px;
}
.h2, h2 {
    font-size: 61px;
	font-family: SourceSansProBold;
	padding: 20px;
}
.h3, h3 {
	font-family: SourceSansProBold;
	color:#3E3E3E;
	font-size:28px;
}
.h4, h4 {
	font-family: SourceSansProRegular;
}
p
{
	font-family: "SourceSansProRegular";
	font-size: 15px;
	color:#24252A;
}

footer span
{
	font-weight: bold;
}
.wp-block-quote {
    border-left: 3px solid;
	padding-left: 20px;
}
.wp-block-pullquote {
    background: none;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin-top: 20px;
    margin-bottom: 40px;
}

.accordion
{
	border-left: 5px solid #B20C48;
}
.accordion-item {
    border: 0px;
    border-bottom: 1px solid #B20C48;
}
.accordion-button, .accordion-button:focus, .accordion-button:hover {
    background-color: transparent;
	border: 0px;
}
.accordion-button:focus
{
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);	
}
.accordion-button:not(.collapsed)
{
	background-color: #B20C48;
	color: #FFFFFF;
	border-bottom: 0px;
} 
.accordion-body
{
	background-color: #B20C48;
	color: #FFFFFF;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
	background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
	content: "+";
    transform: rotate(-45deg);
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.navbar-light .navbar-nav .nav-link
{
	color:white;
	text-transform:uppercase;
	font-family:"BebasNeue";
	font-size:25px;
}
.navbar-light .navbar-nav .nav-link:hover
{
	color:white;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left:10px;
	padding-right:10px;
}

@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width:558px) 
{
	.navbar
	{
		width:90%!important;
	}
	h3{
		font-size:50px!important;
	}	
}
@media only screen and (max-width: 768px) 
{
	.navbar-light .navbar-toggler
	{
		background-color:#248A56!important;
	}
		.navbar-nav
	{
		background-color:#319CC1;
	}
	.wpcf7-response-output
	{
		position:absolute;
		bottom:17%;
		left:12%;
	}
	h1
	{
		font-size:60px!important;
	}	
	.callbacks_nav.next 
	{
		left: auto;
		background-position: right top;
		background: transparent url("../img/frec2.png") no-repeat left top;
		right: 10px;
	}
	.callbacks_nav.prev 
	{
		left: auto;
		background-position: right top;
		background: transparent url("../img/frec.png") no-repeat left top;
		right: 65px;
	}

}
