/*
CTC Separate Stylesheet
Updated: 2023-03-02 09:45:29
*/
@font-face {
	font-family: 'EncodeSansCondensed';
	src:  url('/wp-content/themes/EGPbs5-child/fonts/EncodeSansCondensed-Regular.ttf')  format('truetype');
}

/**** GENERAL STYLES ****/
.white{
    color:white!important;
}
.white-bg{
    background-color:white!important;
}
.black{
    color:black!important;
}
.black-bg{
    background-color:black!important;
}
.light{
    font-weight: 300!important;
}
.bold{
    font-weight: 700!important;
}

.video-container {
    width: 100%;
    height: 100vh;
    position: relative;
	display: flex;
	justify-content: center;
  	flex-direction: column;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.overlay{
	opacity: 0.25;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: #212121;
}
.overlay-gradient{
    opacity: 0.95;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: linear-gradient(0deg, #000000 30%, transparent 100%);
}
.av-center{
	display: flex!important;
    justify-content: center;
    flex-direction: column;
}
.av-bottom{
	display: flex!important;
    justify-content: end;
    flex-direction: column;
}
.photo-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.splide__arrow--next{
    background: rgba(0,0,0,0.3) url('/wp-content/plugins/slide-anything/images/icon_next.png') no-repeat center center !important;
    width: 30px!important;
    height: 40px!important;
    border-radius: 0!important;
}
.splide__arrow--prev{
    background: rgba(0,0,0,0.3) url('/wp-content/plugins/slide-anything/images/icon_prev.png') no-repeat center center !important;
    width: 30px!important;
    height: 40px!important;
    border-radius: 0!important;
}
.splide__arrow svg{
    display: none;
}

#main-content{
    min-height: 300px;
}


/**** SPECIFIC STYLES ****/

body,
html {
    font-family: "EncodeSansCondensed", sans-serif;
    color: #383838;
    font-size: 18px;
}
.negative *{
    color:white!important;
}

a{
    color: #0070C7;
    text-decoration: none;
}

.sa_hover_container a:hover{
    text-decoration: underline;
}

#navigation .logotype{
    content: url("/wp-content/themes/EGPbs5-child/images/hpccineca.svg");
    width: 260px;
}
#navigation.fixed .logotype{
    content: url("/wp-content/themes/EGPbs5-child/images/hpccineca.svg");
}
#navigation{
	background: transparent;
	height: 90px;
}
#navigation.fixed{
	background: #061521;
}
.navbar-nav li{
	padding: 6px 12px;
    font-size: 16px;
}
/*
.navbar-nav li:not(:last-child):after{
    content:"|";
    color: #0070C7;
    position: relative;
    left: 12px;
}
*/
#navigation .navbar-nav li a{
	color: white;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
}
#navigation .navbar-nav li.current_page_item a{
	color: #0070C7;
	font-weight: 600;
}
.sidebar{
    background: #F8F8F8;
    padding: 15px 20px 40px;
    text-transform: uppercase;
}
.sidebar a{
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.sidebar a.active{
    color: #0070C7;
}
.intestazione{
    height:100%;
    width: 70%;
    margin-left: 15%;
}
.intestazione h1, .intestazione .title{
    font-size: 52px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}
h1{
    font-size: 52px;
    margin-bottom: 30px;
}
h2{
    font-size: 46px;
    margin-bottom: 30px;
    color: #0070C7;
}
h3{
    font-size: 24px;
    font-weight: 600;
    color: #0070C7;
}
h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.maincolor, .blu{
    color: #0070C7;
}
.maincolor-bg, .blu-bg{
    background-color: #0070C7;
}
.grey-bg{
    background-color: #f8f8f8;
}

.main-button{
    border-radius: 4px;
    border: solid 1px #0070C7!important;
    background-color: #0070C7!important;
    color: white!important;
    padding: 8px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
}
.main-button.small{
    font-size: 1rem;
    padding: 5px 20px;
}
.main-button:hover, .main-button:active{
    border-radius: 4px;
    border: solid 1px #0070C7!important;
    background-color: white!important;
    color: #0070C7!important;
}

.text-bottom-over{
    position: absolute;
    bottom: 0;
}


.colonna_title{}
.colonna_text{}

.colonna_title h2.number{
    font-size: 3.5rem;
    font-weight: 900;
}

.colonna_title span{
    position: relative;
    text-transform: uppercase;
    min-height: 5px;
    display: block;
}
.titolo-sezione{
    font-size: 2em;
}
.sottotitolo-sezione{
    font-size: 1.6em;
}

.testo-sezione-sx{
    text-align: left;
    margin-right: 15%;
}
.testo-sezione-dx{
    text-align: right;
    margin-left: 15%;
}
.form-control{
    background-color: #f8f8f8;
}

.newsphoto-aggr{
    width:100%;
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
}

th{
    background-color: #0079bc!important;
    color: #ffffff!important;
}

th, td{
    padding: 3px 6px;
}



#galleryCarousel .carousel-indicators, #galleryCarouselMobile .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}
#galleryCarousel .carousel-indicators li, #galleryCarouselMobile .carousel-indicators li, .galleryModalCarousel .carousel-indicators li {
    background: #a3a3a3;
    box-sizing: inherit;
    border-radius: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 12px;
    height: 12px;
}
#galleryCarousel .carousel-indicators .active, #galleryCarouselMobile .carousel-indicators .active, .galleryModalCarousel .carousel-indicators .active {
    background: #707070;
}
#galleryCarousel .carousel-control-prev, #galleryCarousel .carousel-control-next, #galleryCarouselMobile .carousel-control-prev, #galleryCarouselMobile .carousel-control-next, .galleryModalCarousel .carousel-control-prev, .galleryModalCarousel .carousel-control-next {
    width: 35px;
}
#galleryCarousel .carousel-control-prev-icon, #galleryCarousel .carousel-control-next-icon, #galleryCarouselMobile .carousel-control-prev-icon, #galleryCarouselMobile .carousel-control-next-icon, .galleryModalCarousel .carousel-control-prev-icon, .galleryModalCarousel .carousel-control-next-icon {
    background-color: black;
    width: 20px;
    height: 30px;
}
#galleryCarousel .carousel-item {
    height: 280px;
}
#galleryCarousel .carousel-item .gallery-col-md {
    margin: auto 0px;
}
#galleryCarousel .carousel-item img {
    cursor: pointer;
    max-width: 100%;
}
.gallery-modal img {
    min-width: 200px;
}
#galleryCarouselMobile .carousel-inner {
    width: 80%;
    margin: 0px auto;
}
#galleryCarouselMobile .carousel-inner p {
    font-size:14px!important;
    margin:10px!important;
    line-height:normal!important;
}
#galleryCarousel .carousel-inner p {
    font-size:14px!important;
    margin:10px!important;
    line-height:normal!important;
}
.galleryModalCarousel {
    position: fixed!important;
}

.col-box{
    display: flex;
    padding: 18px 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    min-width: 120px;
    max-width: 180px;
    width:15%;
    margin: 6px;
}

#btnfiltersbmt{
    border-radius: 50px;
    padding: 5px 10px;
}

.plaincard{
    background-color: white;
    border: 2px solid #F8F8F8;
    padding: 20px;
    color:#000000!important;
    border-radius: 4px;
}
.plaincard *{
    color:#000000!important;
}
.plaincard a, .plaincard a > i{
    color:#0070C7!important;
}
.boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-position: center;
    background-size: cover;
}
.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}
.sem1, .sem2, .sem3 {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    border-radius: 15px;
    opacity: 0.15;
}
.sem1.active, .sem2.active, .sem3.active {
    opacity: 1;
}
.sem1{
    background: #30D153;
}
.sem2{
    background: #FDC500;
}
.sem3{
    background: #D13030;
}
.help-desk-box{
    border: 2px solid #F8F8F8;
    padding: 10px 15px 30px;
    margin-top: 20px;
}
.infostatus{
    position: absolute;
    top: 25px;
    left: 0;
    width: max-content;
    background: #F8F8F8;
    padding: 1px 10px;
    border: 1px solid #f1f2f3;
    display:none;
}
.linkstatus:hover > .infostatus{
    display: block;
}
footer{
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #6C6C6C;
}
footer a{
    color:#ffffff;
}
footer a:hover, footer a:active{
    color:#0070C7;
}

pre{
	background-color:#F8F8F8;
	border:1px solid #f2f3f4;
	padding: 5px 10px;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.page-link {
    color: #6C6C6C;
    background-color: #fff;
}

.owl-prev, .splide__arrow--prev{
    left: -30px!important;
}
.owl-next, .splide__arrow--next{
    right: -30px!important;
}

pre{
    background-color: #0070C6;
    color: white;
}


@media (max-width:767px){
    .testo-sezione-sx, .testo-sezione-dx{
        position: relative;
        text-align: left;
        margin-left: 0;
    }
}

@media (max-width:575px){
    #navigation .logotype{
        width: 200px;
    }
    #navigation.fixed .logotype{
        width: 200px;
    }
}

/* full calendar iframe **/
:root {
  --tec-color-accent-primary: #0070c7;
  --tec-font-family-sans-serif: "EncodeSansCondensed", sans-serif;
}

.calendar-full {
    width:100%;
    height:900px;
    overflow:hidden;
}

.tribe-common * {
	font-family: "EncodeSansCondensed", sans-serif;
}

.tribe-events-page-template #masthead,
.tribe-events-page-template footer {
    display:none;
}

.tribe-events-page-template .tribe-common-l-container.tribe-events-l-container {
    padding:0;
}

.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height:60px;
}

.tribe-events-page-template .tribe-events-calendar-month__header {
    background:rgb(0, 112, 199);;
}

.tribe-events-page-template .tribe-events-calendar-month__header-column {
    padding-top:10px;
}

.tribe-events-page-template .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title,
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__header-column-title {
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.tribe-events-page-template .tribe-events-calendar-month__day-date {
    padding:5px;
}

.tribe-events-page-template .tribe-events-calendar-month__calendar-event {
    border-top:3px solid rgb(0, 112, 199);
}
.tribe-events-page-template .tribe-events-c-subscribe-dropdown__container {
    display:none;
}
.tribe-events-c-view-selector {
    display:none;
}

.tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected, 
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
.tribe-events-page-template .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #0070c7;
}

