/*!
Colori di base dei siti
*/
a,
i {
  color: #ea5b0b;
  border: 0px;
  outline: 0px;
}

a:hover,
i:hover {
  cursor: pointer;
  color: #f6ab78;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* Bk pagina */
#bk-page:before {
  background-color: #ea5b0b;
}

.login-btn {
  color: #ea5b0b;
}

.login-btn:hover {
  color: #fff;
  background-color: #ea5b0b;
}

form#loginform .login-submit input:hover {
  background: #ea5b0b;
}

.btn-iscrizione {
  background-color: #ea5b0b;
}
.btn-iscrizione:hover {
  background-color: #f6ab78;
}

.title-page,
.wp-block-post-title {
  color: #ea5b0b;
}

.breadcrumb-yoast a {
  color: #ea5b0b;
}
.breadcrumb-yoast::after {
  background-color: #ea5b0b;
}

.archive-category a:hover {
  color: #ea5b0b;
}
.archive-category div.link {
  color: #ea5b0b;
}

.card-news .card-body {
  border-top: 3px solid #ea5b0b;
}
.card-news .card-category {
  text-transform: uppercase;
  color: #ea5b0b;
  font-family: "GTAmerica-Medium";
}

.page-numbers li .page-numbers:hover,
span.page-numbers.current {
  background-color: #ea5b0b;
}

.row-calltoaction {
  background: linear-gradient(to right, #ea5b0b 0%, #f6ab78 100%);
}
.row-calltoaction .link {
  color: #ea5b0b;
}

/*
Pagina Homepage
*/
#evidenceImageHomepage {
  background-color: #ea5b0b;
}
#evidenceImageHomepage::before {
  background-color: #ea5b0b;
}
#evidenceImageHomepage .title {
  border-left: 4px solid #ea5b0b;
}
#evidenceImageHomepage .buttons .link {
  color: #ea5b0b;
}
#evidenceImageHomepage .buttons .link1 {
  background-color: #ea5b0b;
  color: #fff;
}

/*
Pagina articolo
*/
#page-article .archive-category {
  text-transform: uppercase;
  color: #ea5b0b;
  font-size: 3rem;
  font-family: "GTAmerica-Light";
  margin-top: 60px;
}

.social-share:before {
  background-color: #ea5b0b;
}
.social-share i {
  border: 1px solid #ea5b0b;
}

/*
Pagina agenda
*/
#page-agenda .nav .nav-item.active .nav-link {
  border-bottom: 3px solid #ea5b0b;
}
#page-agenda .tab-content ul .item-servizio {
  color: #ea5b0b;
}
#page-agenda .tab-content ul .item-speach .hour {
  color: #ea5b0b;
}
#page-agenda .tab-content ul .item-speach .speaker .name-speaker {
  color: #ea5b0b;
}
#page-agenda .tab-content ul .item-speach:hover {
  background-color: #ffe9da;
}
#page-agenda .tab-content ul .item-servizio .speaker-temp .name-speaker {
  color: #ea5b0b;
}

/*
Speech Video
*/
.video-row {
  background-color: #ffe9da;
}

/*
Pagina sponsor
*/
#archive-sponsor .loghi .box-expo .desc:before {
  background-color: #ea5b0b;
}

/*
Speaker in Homepage
*/
.row-speaker {
  background-color: #ea5b0b;
}
.row-speaker:before {
  background-color: #ea5b0b;
}
.row-speaker #owl-carousel-speaker .item .name-speaker {
  color: #ea5b0b;
}
.row-speaker #owl-carousel-speaker .item figure {
  background-color: #ea5b0b;
  border: 8px solid #ea5b0b;
}

/*
Pagina speaker
*/
#page-speaker .item-speach .hour {
  color: #ea5b0b;
}
#page-speaker .item-speach::after {
  background-color: #ea5b0b;
}

.speaker-description .title {
  color: #ea5b0b;
}
.speaker-description .sub-title:after {
  background-color: #ea5b0b;
}

#archive-speaker .speaker-description .speach-program .speach-details {
  color: #ea5b0b;
}
#archive-speaker .speaker-description .speach-program .link {
  background-color: #ea5b0b;
}
#archive-speaker .speaker-description .speach-program .link:hover {
  background-color: #f6ab78;
}

#archive-speaker-cpt .row-speaker-cpt .item .img-speaker {
  background-color: #ea5b0b;
  border: 8px solid #ea5b0b;
}
#archive-speaker-cpt .row-speaker-cpt .item .name-speaker {
  color: #ea5b0b;
}

.row-exposponsor .title-row:after {
  background-color: #ea5b0b;
}

.link {
  background-color: #ea5b0b;
}
.link:hover {
  background-color: #f6ab78;
}

.row-content .title-row::before {
  background-color: #ea5b0b;
}
.row-content .text-number {
  color: #ea5b0b;
}

/*
Pagina Evento
*/
.container-bg {
  padding: 50px 50px 30px;
  background-color: #f6ab78;
}

/*
Pagina Iscrizione/Visitatori
*/
.intestazione .titolo {
  color: #ea5b0b;
}
.intestazione .titolo-1 {
  padding-top: 20px;
  font-size: 30px;
  position: relative;
}
.intestazione .titolo-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ea5b0b;
}

.wpcf7 .btn,
.form-iscrizione .btn {
  background-color: #ea5b0b;
}
.wpcf7 .btn:hover,
.form-iscrizione .btn:hover {
  background-color: #f6ab78;
}

/*
Pagina Search
*/
#page-search {
  padding: 60px 0;
}
#page-search .title1::before {
  background-color: #ea5b0b;
}
#page-search article .title::before {
  background-color: #ea5b0b;
}
#page-search article:hover .title {
  color: #ea5b0b;
}

/*
Pagina 404
*/
#page-404 .content .title1 {
  color: #ea5b0b;
}
#page-404 .content .return-home {
  background-color: #ea5b0b;
}
#page-404 .content .return-home:hover {
  background-color: #f6ab78;
}

/*
Pagina Landing Iscrizioni
*/
#page-landingIscrizioni .titolo-complete {
  color: #ea5b0b;
}
#page-landingIscrizioni .form-iscrizione-message .return-home {
  background-color: #ea5b0b;
}
#page-landingIscrizioni .completa-iscrizione .completa-iscrizione_button {
  background: #ea5b0b;
}
#page-landingIscrizioni .completa-iscrizione .completa-iscrizione_button::after {
  border-color: #ea5b0b transparent transparent transparent;
}

/* LOADING OVERLAY (pagina iscrizione) */
.loader {
  border: 10px solid #ea5b0b;
}

/* LOADING OVERLAY (pagina iscrizione) */
.loader {
  border-top: 10px solid #f6ab78;
  border-bottom: 10px solid #f6ab78;
}/*# sourceMappingURL=style-ged.css.map */