/** * FONT * **/

@font-face {
    font-family: Galabold;
    src: url('./../font/GalanoGrotesque-Bold.ttf');
}

@font-face {
    font-family: GalaMedium;
    src: url('./../font/GalanoGrotesque-Medium.ttf');
}


.title-block h3 {
    font-family: 'Work Sans', sans-serif;
}

body,
p,
label,
li,
h5 {
    font-family: 'Work Sans', sans-serif;

}

.gsection_description {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 12px !important;
}

.paginazione a {
    color: #e83445;
    font-family: 'Work Sans', sans-serif;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.adjust-z-index {
    z-index: 999 !important;
}


/* NAVBAR */


/** * **/

.nav-gray {
    position: fixed;
    top: 107px;
    z-index: 1030;
    width: 100%;
    height: auto;
    overflow: hidden;
}
header.nav-gray.sticky .fixed-top {
	    top: 97px;
}
.nav-gray .fixed-top {
    top: 107px;
    background: #CCCCCC;
    width: 75%;
    right: 0;
    left: auto;
}

header.sticky.nav-gray .fixed-top {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #CCCCCC;
}

.nav-gray ul {
    list-style: none;
}

.nav-gray li {
    padding: 10px 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.nav-gray li a {
    font-size: 12px;
    color: #000;
}


/* * STICKY * */

header {
    position: relative;
    width: 100%;
    height: 108px;
    z-index: 1032;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky .navbar {
    background: #dfdfdf;
    text-align: left;
    padding-left: 20px;
    position: fixed;
}

header.sticky .logo_nav {
    width: 90px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header.sticky #navbarSupportedContent {
    top: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#menu-main-menu li {
    padding: 0px 10px;
    text-transform: capitalize;
    font-family: Galabold;
}

#menu-main-menu li a {
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
}

@media screen and (max-width: 768px) {
    nav.navbar.fixed-top.navbar-expand-lg.navbar-light {
        overflow-y: scroll;
        max-height: 100vh;
    }
}


/* DROPDOWN STILE */

.dropdown-toggle::after {
    content: '+' !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    vertical-align: 0px !important;
    color: #E73445;
}

.dropdown.show .dropdown-toggle::after {
    content: '-' !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

p {
    font-size: 15px;
    line-height: 23px;
}

h2 {
    font-size: 35px;
}

.iscr-d-p h2 {
    margin-bottom: 50px;
}

.iscr-d-p .orange {
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
}

.iscr-d-p .m-t-b {
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    color: #FF9300;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


/* COLOR TAB */

.nav>.color>a:hover,
.nav>.color>a:focus {
    border: unset !important;
    background: #e73346 !important;
    color: #fff !important;
}

.color {
    background: #E73445 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 1.70px;
    max-height: 45px;
}

.color a {
    color: #fff !important;
    font-size: 13px !important;
}


/* BUTTON  */

.btn:hover,
.btn:focus {
    box-shadow: unset !important;
    color: #fff;
}

.btn-red {
    background: #E73445;
    letter-spacing: 1.70px;
    color: #fff;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: Galabold;
    font-size: 12px !important;
    padding: 10px 32px !important;
}

.content-post a.btn-orange,
.btn-orange {
    background: #FF9300;
    letter-spacing: 1.70px;
    color: #fff !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: Galabold;
    font-size: 12px !important;
    padding: 10px 32px !important;
}

.btn-white {
    background: #fff;
    letter-spacing: 1.70px;
    color: #E73445 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: Galabold;
    font-size: 12px !important;
    padding: 10px 32px !important;
}


/* NEWSTYLE */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin: auto;
    font-style: normal;
}


/*
p.strong{
    font-family: Galabold;
    font-size: 20px;
    line-height: 25px;
}
*/

.newStile .evidence h3 {
    font-family: Galabold;
    font-size: 25px;
    line-height: 35px;
}

.newStile .gform_wrapper {
    margin-top: 100px;
}

.red-banner {
    background: #E73445;
    text-align: center;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.red-banner h5 {
    font-family: Galabold;
    font-size: 25px;
    margin-bottom: 50px;
    text-decoration: underline;
}

.red-banner a {
    color: #fff;
}

a:hover {
    color: #FF9300 !important;
}

.red-banner a:hover {
    color: #fff !important;
    text-decoration: underline;
}


/** * NEXT BANNER * **/

.next-event {
    background: #E73445;
    text-align: center;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.next-event h5 {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

.event_block .next-event p {
    margin-top: 10px;
}

.event_block .next-event .text-right {
    margin-top: 50px;
}

.next-event a {
    color: #fff;
}

.next-event .social {
    text-decoration: underline;
}


/** * PROMO BANNER * **/

.promo-event {
    background-image: linear-gradient(#E73445, #E73445, #FF9300);
    text-align: center;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.promo-event h5 {
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
}

.event_block .promo-event p {
    margin-top: 10px;
    margin-bottom: 50px;
}

.promo-event a {
    color: #fff;
}

h3.bullet {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    font-size: 25px;
    font-family: Galabold;
}

h3.red {
    font-size: 18px;
    font-family: Galabold;
    color: #E73445;
    margin-top: 25px;
    margin-bottom: 25px;
}

h3.bullet:before {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    content: '';
    border: solid 6px #FF9300;
    position: relative;
    margin-left: -50px;
    margin-bottom: -9px;
    margin-right: 25px;
    border-radius: 50%;
}

.gf_browser_chrome h3.gform_title {
    font-family: Galabold;
    font-size: 35px;
}

.gform_wrapper h2.gsection_title {
    color: #000 !important;
    font-size: 25px !important;
    font-family: Galabold;
    margin-top: 50px !important;
}


/* SPEAKERS */

.go-back-btn {
    width: 100%;
    transform: rotate(0deg);
}

.go-back-btn svg {
    width: 15px;
    transform: rotate(90deg);
}

.single-news-arrow .go-back-btn {
    margin-bottom: 60px;
}

.info_blog,
.info_blog a {
    color: #FF9300;
    font-size: 15px;
}

.titolo_blog_article_big {
    font-size: 30px;
    font-family: Galabold;
}

.content-post a {
    color: #FF9300;
}

.go-back-btn {
    text-align: right;
    text-transform: uppercase;
    font-family: GalaMedium;
    float: right;
    margin-bottom: 100px;
    letter-spacing: 0.2px;
}

.back_to_list {
    top: 0px;
    font-size: 15px;
    color: #000;
}

.speaker_des h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.speaker-name {
    font-family: Galabold;
    font-size: 18px;
    font-style: initial;
}

.eventi_partecipati h2 {
    font-family: Galabold !important;
    font-size: 18px;
    margin-bottom: 25px;
}

.eventi_partecipati a {
    text-decoration: underline;
    color: #000;
    font-weight: 15px;
}

.spk_content h2,
.spk_content h2 span {
    font-family: Galabold !important;
    font-size: 30px;
    color: #FF9300;
    line-height: 40px;
    margin-bottom: 50px;
}

.spk_content a,
.spk_content a span {
    color: #e73346 !important;
}

.single-speaker-wrap {
    padding-top: 0px;
    margin-bottom: 50px;
}


/* RASSEGNA STAMPA */

.loopRassegna {
    margin-bottom: 60px;
}

.loopRassegna h2,
.loopRassegna h3 {
    font-family: Galabold;
}

.videoLoop p {
    margin-top: 20px;
}

.videoLoop h2 {
    font-family: Galabold;
    font-size: 20px;
}

.videoLoop h3 {
    font-family: GalaMedium;
    font-size: 14px;
}

.gform_body a {
    color: #E73445 !important;
}

.loopRassegna a {
    color: #FF9300;
}

.loopRassegna .single_articolo {
    margin-top: 25px;
    margin-bottom: 25px;
}


/* INPUT */

.gform_footer input[type=submit] {
    background: #E73445 !important;
    letter-spacing: 1.70px;
    color: #fff;
    border-radius: 0px !important;
    text-transform: uppercase;
    font-family: Galabold;
    font-size: 12px !important;
    padding: 10px 32px !important;
    border: unset !important;
}

.gform_fields input,
.gform_fields .textarea,
.gform_fields select {
    width: 100% !important;
    background: #F1F1F1 !important;
    border-color: #F1F1F1 !important;
}

.gform_fields select {
    padding: 12px !important;
}

.post-single-loop h2.entry-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.post-single-loop h2.entry-title a {
    color: #000;
}

.content-post h3 {
    font-family: Galabold;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.post-single-loop p {
    font-size: 12px;
}

.post-single-loop .box_data {
    margin-bottom: 14px;
}


/* DROPDOWN */


/* HEADLINE */

.headline {
    min-height: 500px;
    background-image: linear-gradient(25deg, #E73445, #E73445, #FF9300);
    background-size: cover;
    background-repeat: no-repeat;
}

.headline h1 {
    position: relative;
    font-family: Galabold;
    letter-spacing: 0.20px;
    line-height: 60px;
    text-transform: uppercase;
}

h1.is_singular {
    background: #E73445;
    width: 18% !important;
    padding: 20px 40px;
    color: #fff;
    font-size: 55px;
    top: -40px;
    margin-bottom: 100px !important;
}

.bg_gray {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FBFBFB;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.home_bg .bg_gray {
    min-height: 680px;
}

.home_bg .bg_gray.h-auto{
    min-height: auto ;
}
section.home_bg.spkers {
    padding-top: 50px;
}

.home_bg {
    padding-top: 50px;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.home_bg_1 {
    padding-top: 100px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.home_bg_1 .bg_gray {
    margin-bottom: 50px;
}

.home_bg_2 {
    padding-bottom: 150px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.city {
    margin-top: 150px;
    margin-bottom: 150px;
}

.border-orange {
    height: 3px;
    width: 50px;
    background: #FF9300;
    margin-bottom: 50px;
    margin-top: 30px;
}

.home-video-wrap {
    width: 100%;
    margin: 0px;
    padding: 100px;
    margin-bottom: 15px;
}

.bg_gray h2 {
    margin: 0px;
    line-height: 32px;
}


/** * OWL * **/

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons .arrow {
    font-size: 20px;
    margin-top: 5px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #869791;
    font-size: 40px;
    line-height: 200px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
    opacity: 1 !important;
}

.owl-theme .owl-controls .owl-buttons>div {
    height: 40px;
    width: 40px;
    overflow: hidden;
    background-image: linear-gradient(#E73445, #E73445, #FF9300) !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -135px;
    top: 40px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -135px;
    top: 40px;
}

#owl-video .owl-prev {
    left: -100px;
}

#owl-video .owl-next {
    right: -100px;
}

#owl-video .owl-item {
    z-index: 99;
    padding-right: 20px;
    padding-left: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
    /* background: transparent !important;  */
    padding: 0px;
}

.arrow {
    /* 
    background-image: linear-gradient(#E73445, #E73445, #FF9300);
    border-radius: 50%;
    padding: 6.5px 13px;
    color: #fff;
    font-size: 24px;
    */
    display: block;
}

.owl-item {
    padding-right: 10px;
}

.owl-pagination {
    display: none;
}

.owl-item h3,
.old-edition h3 {
    font-family: Galabold;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

.owl-item p {
    color: #000;
}

.newStile .block-number p {
    font-family: Galabold;
    color: #E73445;
    font-size: 15px;
    line-height: 20px;
}

.block-number p {
    font-family: Galabold;
    color: #FF9300;
}

.block-number p .number {
    color: #000;
}

.bg_gray h1 {
    font-family: Galabold;
}

.logoLoop {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.logoLoops img {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.collaboratori h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-family: Galabold;
}

.team_block .bg_gray {
    padding: 50px;
    margin-left: 10px;
}

.team_row h2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.team_block {
    padding: 25px;
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/07/angle.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.team_block h3 {
    font-family: Galabold;
}

.loop-speaker {
    margin-bottom: 0px !important;
}

.loop-speaker--content {
    min-height: auto;
    margin-bottom: 50px;
}

.quote {
    font-style: italic;
}

.loop-speaker-link {
    margin: 0px !important;
}

.loop-speaker h3 {
    font-family: Galabold;
    font-size: 18px;
    font-style: normal;
}

.content-post .red-banner a {
    color: #fff !important
}

.content-post .red-banner {
    padding: 70px 25px;
    margin-bottom: 50px;
    margin-top: 100px;
}

.frase h3 {
    font-family: Galabold;
    font-weight: 25px;
    font-weight: normal;
}


/* * EVENT BLOCK * */

.event_block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.event_block p {
    margin-top: 50px;
}

.old-edition img {
    height: 115px;
    object-fit: cover;
    width: 100%;
}

.col-loop-after {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-evento .mediaKit_inner {
    background: #F1F1F1;
    padding: 50px 25px 10px;
}

.single-evento .bg_gray h2 {
    line-height: 35px;
}

.single-evento .mediaKit_inner a .text-right {
    text-align: right !important;
    position: relative;
    bottom: 2px;
    font-size: 40px;
    color: #FF9300;
    text-decoration: none !important;
}

.single-evento .mediaKit_inner h3 {
    font-size: 15px;
    line-height: 25px;
    text-decoration: underline;
    margin-bottom: 25px;
}

.single-evento .mediaKit_inner a {
    font-weight: bold;
    color: #000000 !important;
}

.single-evento .mediaKit_container {
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/09/angle-red.png');
}

.collpse h3:not(.show) {
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.modal-dialog.modal-lg {
    padding: 25px;
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/07/angle.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-top: 25px;
    margin: 0 auto;
}

.modal-content {
    padding: 50px;
    border-radius: 0px !important;
    border: unset !important;
}

.modal {
    z-index: 99999999 !important;
}

.modal-lg .logoLoops img {
    width: 100% !important;
}

.modal-lg img {
    /*   width: 100%; */
    height: auto;
}

.modal-lg .border-orange {
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal-lg .evento_speakers_title {
    margin: 50px 0 0px;
}

.modal p,
.modal span,
.modal a {
    font-family: 'Work Sans', sans-serif !important;
}

.modal p,
.modal p b,
.modal span {
    font-size: 15px !important;
}

.modal-lg {
    max-width: 80% !important;
}

.plus-ul {
    padding: 0px;
}

.plus-ul li {
    display: flex !important;
    line-height: 25px;
}

.plus-ul li a {
    color: #000 !important;
    text-decoration: underline;
    font-weight: bold;
}

.plus-ul li::before {
    display: block;
    content: '+' !important;
    margin-right: 10px;
    color: #FF9300;
}

#workshop {
    margin-bottom: 70px;
}

.content-post a {
    color: #E73445 !important;
}

.content-post a.btn-red {
    color: #fff !important;
}

.content-post .entry-content-asset {
    margin-top: 50px;
    margin-bottom: 50px;
}

#agenda {
    margin-top: 100px;
}

#partners h4 {
    display: none;
}

#partners .evento_speakers_title {
    margin: 40px 0;
    font-size: 20px;
}

.elenco_agenda p {
    font-family: Galabold;
    font-size: 18px;
}

.elenco_agenda p a,
.elenco_agenda .collapsed_agenda a {
    color: #E73445;
    font-size: 18px;
    font-family: Galabold;
}

p.orange {
    color: #FF9300;
}

.collapse_agenda:after {
    content: '+' !important;
    font-family: Galabold;
}


/* MEDIA KIT */

.mediaKit_container {
    padding: 25px;
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/07/angle-gray.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.mediaKit_inner {
    background: #E73445;
    padding: 50px 25px 25px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}

.mediaKit_inner a {
    color: #fff;
}

.mediaKit_inner a:hover {
    color: #000;
}

.mediaDownload {
    margin-top: 25px;
}

.mediaKit_inner h3 {
    font-weight: 100;
    line-height: 0px;
}

.mediaKit_inner h2 {
    font-family: Galabold;
    text-decoration: underline;
    margin-bottom: 25px;
}

.mediaDownload a {
    color: #FF9300;
    text-decoration: underline;
}

.mediaKit {
    margin-bottom: 50px;
}

button:focus {
    outline: unset !important;
}


/* BULLET UL */

.dot_ul ul {
    list-style: none;
}

.dot_ul ul li {
    line-height: 23px;
    margin-bottom: 25px;
    font-family: Galabold;
}

.dot_ul ul li:before {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    content: '';
    border: solid 4px #FF9300;
    position: relative;
    margin-left: -30px;
    margin-bottom: -9px;
    margin-right: 10px;
    border-radius: 50%;
}


/* SOSTIENICI PAGE */

.team_block .sostieni_page h3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.dropdown-menu {
    border: unset !important;
    border-radius: unset !important;
}

#menu-main-menu .dropdown-menu li a {
    padding: 10px 5px;
    font-size: 17px;
}

.bg_gray h4 a {
    color: #000
}

@media screen and (max-width: 1023px) {
    header .logo_nav {
        width: 90px;
    }

    .navbar-nav.pull-right {
        float: inherit;
    }

    .navbar-light {
        background: #fff;
    }

    .navbar-light .navbar-toggler {
        padding: 0px;
        border: unset;
        color: #000;
    }
}

@media (min-width: 1025px) {
    #navbarSupportedContent {
        padding-right: 65px;
    }
}

@media (min-width: 1024px) {
    #navbarSupportedContent {
        top: 20px;
        position: relative;
    }

    #menu-main-menu .dropdown-menu {
        min-width: 20rem;
        margin: 0.70rem -134px 0;
        background: #dfdfdf;
    }

    /* NAVBAR */
    header .logo_nav {
        width: 190px;
        position: absolute;
        top: 10px;
    }

    header.sticky .logo_nav {
        position: relative;
        top: 0px;
    }

    #navSinglePost {
        padding-right: 65px;
    }

    /* BG GRAY */
    .bg-cont {
        background-position: left bottom;
        background-size: cover;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .headline {
        padding-top: 200px;
        padding-bottom: 70px;
        padding-right: 70px !important;
    }

    .blog-head h1 {
        margin-bottom: 0px !important;
    }

    .headline h1 {
        font-size: 50px;
        margin-left: -100px;
        width: 30%;
        margin-bottom: 200px;
    }

    .headline.head {
        padding-top: 150px;
    }

    .headline.head h1 {
        margin-bottom: 100px;
    }

    .comitato-template-default #menu-main-menu li.active:after,
    .team-template-default #menu-main-menu li.active:after,
    .speaker-template-default #menu-main-menu li.active:after,
    #menu-main-menu .dropdown-menu li.active:after,
    .page-id-5429 #menu-main-menu li.active:after {
        display: none;
    }

    .single-evento .menu-blog::after {
        border-bottom: 6px transparent dotted !important;
    }

    .loop-speaker-link:hover h3,
    .loop-speaker-link:hover h6 {
        color: #e73346 !important;
    }

    #menu-main-menu li.active:after,
    .speaker-template-default #menu-main-menu li.menu-speaker:after {
        content: '';
        width: 50px;
        height: 10px;
        border-bottom: 6px #FF9300 dotted;
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
    }

    ul#menu-main-menu {
        margin-top: 20px;
    }
}

.headline p {
    font-family: Galabold;
    font-size: 20px;
    color: #000;
}

.headline p a {
    text-decoration: underline;
    color: #000;
}

#owl-video {
    margin-top: 50px;
    margin-bottom: 150px;
}


/* HOME GRAY BLOCK */

.page-template-template-homepage .home_bg .bg_gray h2 {
    font-size: 35px;
    margin-bottom: 50px;
    line-height: 45px;
}

.bg_gray p {
    font-size: 15px;
    line-height: 23px;
}

.bg_gray h2 {
    font-size: 30px;
}

.bg_gray h4 {
    font-size: 15px;
    letter-spacing: 2px;
    font-family: GalaMedium;
}


/* HOME LOOP NUMBERS */

.block-number {
    margin-top: 50px;
}

.block-number p {
    font-size: 20px;
    line-height: 30px;
}

.block-number p .number {
    font-size: 35px;
}

.collaboratori h3 {
    font-size: 18px;
}


/* HOME LOOP SPEAKERS */

#owl-speakers .owl-item img {
    height: 150px;
    object-fit: contain;
}

#owl-istituzionali .owl-item img {
    height: 150px;
    object-fit: contain;
}


/* * TEAM PAGE * */

.team_block h3 {
    font-size: 18px;
}


/* * OWL FONT SIZE * */

.owl-item h3,
.old-edition h3 {
    font-size: 18px;
}

.owl-item p {
    font-size: 12px;
}


/* * EVENT BLOCK * */

.iscrizioni-content h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-family: Galabold;
}


/* RASSEGNA */

.loopRassegna h2 {
    font-size: 40px;
}

.loopRassegna h3 {
    font-size: 18px;
}


/* MEDIA KIT */

.mediaKit_inner h3 {
    font-size: 15px;
}

.mediaKit_inner h2 {
    font-size: 35px;
}


/* SOSTIENICI PAGE */

.team_block .sostieni_page h3 {
    font-size: 15px;
}

@media (min-width: 1200px) {

    .home_bg_1,
    .home_bg_2 {
        background-size: auto;
    }
}

@media (min-width: 1282px) {
    #navbarSupportedContent {
        top: 0px;
    }
}


/* LETTERING */

h1 {
    font-family: Galabold;
}

h2 {
    font-family: Galabold !important;
    line-height: 30px;
}

.main {
    background: unset;
}

ul.ul-line {
    list-style-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/07/left-arrow.png');
    padding-left: 25px;
    line-height: 30px;
}

ul.ul-line li a {
    color: #000;
    padding-left: 10px;
	width: 90%;
    display: inline-flex;
    font-size: 15px;
}

ul.ul-line li a:hover {
    text-decoration: underline;
}

.orange a {
    color: #FF9300;
}

.contatti-block img {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* CONTATTI */

.name label {
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #111111;
}

#field_1_5 span.gfield_required {
    display: none;
}

.gform_wrapper .gfield_required {
    color: #000 !important;
}

.ginput_container_consent {
    display: inline-flex;
}

.ginput_container_consent input[type="checkbox" i] {
    -webkit-appearance: square-button;
    background: #fff !important;
    width: 15px !important;
    border-radius: 50%;
    height: 15px;
    margin-right: 10px;
    border: 3px solid #000 !important;
}

.ginput_container_consent input[type="checkbox" i]:checked {
    -webkit-appearance: square-button;
    background: #FF9300 !important;
    border: solid 3px #FF9300 !important;
}

.ginput_container_consent label {
    width: 70% !important;
    font-size: 15px;
}

.ginput_container_consent label a {
    color: #000;
    font-weight: bold;
}

.contatti-block a {
    color: #000;
    font-size: 18px;
    font-family: Galabold;
}

.bullet-col span:before {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    content: '';
    margin-top: 5px;
    position: relative;
    margin-right: 25px;
    border-radius: 50%;
}

.bullet-col {
    display: inline-flex;
}

.bullet-row {
    margin-bottom: 25px;
    margin-top: 50px;
}

.bullet-o span:before {
    border: solid 6px #FF9300;
}

.bullet-r span:before {
    border: solid 6px #E73445;
}

.bullet-content h3 {
    font-family: Galabold;
    font-size: 20px;
}

.title-block h2 {
    font-size: 25px;
}

.pagina-progetto .team_row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pagina-progetto .team_row h3 {
    font-family: Galabold;
    font-size: 25px;
}

.pagina-progetto .adjust-z-index {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pagina-progetto .adjust-z-index h3 {
    font-family: Galabold;
    font-size: 25px;
}

.pagina-progetto .adjust-z-index img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pagina-progetto .adjust-z-index h2 {
    font-size: 25px;
}

.pagina-progetto .adjust-z-index .citazione b,
.pagina-progetto .adjust-z-index .citazione strong {
    font-family: Galabold;
}

.hwBlock h2 {
    color: #E73445;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 20px;
}

.hwBlock p {
    font-size: 12px;
    line-height: 20px;
}

.hwBlock .team_block {
    padding: 15px 5px;
    margin-bottom: 25px;
}

.hwBlock .team_block .bg_gray {
    min-height: 350px;
    line-height: 25px;
    margin-top: 50px;
    padding: 40px 35px 20px;
}

.pf-block {
    margin-top: 100px;
    margin-bottom: 50px;
}

.pf-block h2 {
    font-size: 30px;
}

.pf-block h3 {
    font-family: GalaMedium;
    font-size: 30px;
}

p.black {
    color: #000;
}

.m-b-10 {
    margin-bottom: 15px;
}

.crox-bg {
    width: 70%;
    float: right;
    height: 860px;
    margin-bottom: -800px;
    background-image: url(https://www.smartfutureacademy.it/wp-content/uploads/2019/09/line.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 50px;
    margin-right: 60px;
}


/* FOOTER */

.crox {
    width: 60px;
    height: 60px;
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/09/crox.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.foot {
    max-width: 90%;
}

.foot ul {
    padding: 0;
}

.foot_block {
    padding: 25px 25px 0px 25px !important;
    background-image: url('https://www.smartfutureacademy.it/wp-content/uploads/2019/09/angle.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.foot_block .bg_gray {
    padding: 60px 60px 10px;
}

.foot_block .bg_gray p {
    margin-bottom: 0px;
}

.foot {
    margin-top: 50px;
}

.foot .bg_gray h2 {
    font-size: 35px;
    line-height: 45px;
}

.bot-foot {
    margin-top: 50px;
    margin-bottom: 30px;
}

.foot h3 {
    font-family: Galabold;
    font-weight: normal;
}

.foot h3 a {
    color: #FF9300;
    font-family: Galabold;
    font-size: 15px;
    letter-spacing: 0.2px;
}


/* MENU FOOT */

.foot_block ul li a {
    color: #000;
    font-size: 18px;
    font-family: Galabold;
}

.foot_block .text-right .border-orange {
    margin-top: 20px;
    margin-bottom: 0px;
}

.text-right .border-orange {
    right: 0;
    display: inline-block;
}

.social-link a {
    color: #FF9300;
    text-decoration: underline;
}

.social-link p {
    margin-top: 30px;
    font-family: Galabold;
    font-size: 20px;
}

.bot-foot a {
    letter-spacing: 0.20px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-left: 20px;
}


/* TABLET */

@media screen and (max-width: 991px) and (max-width: 1023px) {
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -110px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -110px;
    }

    .headline {
        padding-top: 200px;
        padding-bottom: 70px;
        padding-right: 70px !important;
    }

    .headline h1 {
        font-size: 50px;
        margin-left: -100px;
        width: 30%;
        margin-bottom: 200px;
    }

    .headline.head {
        padding-top: 150px;
    }

    .headline.head h1 {
        margin-bottom: 100px;
    }

    /* nav */
    .nav-gray .fixed-top {
        top: 113px;
    }
}


/* MOBILE */

@media screen and (max-width: 990px) {
    .owl-buttons {
        display: none;
    }

    .headline {
        padding-top: 200px;
        padding-bottom: 70px;
        padding-right: 70px !important;
    }

    .headline h1 {
        font-size: 40px;
        margin-left: -100px;
        width: 100%;
        margin-bottom: 200px;
        line-height: 35px;
    }

    .headline.head {
        padding-top: 150px;
    }

    .headline.head h1 {
        margin-bottom: 100px;
    }

    /* nav */
    .nav-gray {
        z-index: 9999;
    }

    .nav-gray .fixed-top {
        top: 113px;
    }

    .container>.row {
        margin-right: 15px;
        margin-left: 15px;
    }

    /* BG GRAY */
    .team_block .bg_gray {
        padding: 30px;
        margin-left: 10px;
    }

    /* HOME  */
    .block-number p .number {
        font-size: 25px;
    }

    .block-number p {
        font-size: 15px;
        line-height: 20px;
    }

    .home_bg_2 {
        margin-bottom: 150px;
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-bottom: 50px;
    }

    .home_bg_1 {
        margin-top: 50px;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        padding-top: 20px;
    }

    /* PROGETTO */
    .pf-block h3,
    .pf-block h2 {
        font-size: 25px;
    }

    /* BANNER */
    .red-banner {
        margin-top: 50px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .modal-lg {
        max-width: 90% !important;
    }

    .modal-content {
        padding: 50px 20px;
    }

    #istituti {
        padding-top: 100px;
    }

    /* FOOTER */
    .foot_block .bg_gray {
        text-align: center;
        padding: 30px 30px 10px;
    }

    .foot_block .bg_gray h2 {
        margin-top: 30px;
        font-size: 25px;
        line-height: 30px;
    }

    .foot_block .bg_gray .text-right h2,
    .foot_block .bg_gray .text-right h3 {
        text-align: center;
    }

    .bot-foot .text-right {
        text-align: center !important;
        margin-top: 30px;
    }

    .foot_block .text-right .border-orange,
    .foot_block .border-orange {
        right: auto;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .foot_block .social-link p {
        font-size: 15px;
    }

    .bot-foot a {
        margin-right: 10px;
        margin-left: 10px;
    }

    /* FAQ */
    .card .not-col {
        white-space: inherit;
    }
}


/* FAQ */

.faq-block {
    margin-top: 50px;
}

.card-header {
    background: #E73445 !important;
    border-radius: 0px !important;
    border: unset !important;
}

.card-header h5 {
    font-family: Galabold;
    font-size: 20px;
}

.card {
    border: 1px solid #fff;
    border: unset;
    margin-bottom: 10px;
    border-radius: 0px !important;
}

.card .collapse {
    border: 1px solid #fff;
    opacity: 0;
}

.card .collapsing {
    border: 1px solid #fff;
    opacity: 0.5;
}

.card .collapse.show {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 1;
}

.plus-minus:after {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.card .not-col {
    color: #fff !important;
}

.card .not-col .plus-minus:after {
    content: '-';
}

.card .not-col.collapsed .plus-minus:after {
    content: '+';
}

.card-body p {
    letter-spacing: 0.3px;
}

.card-body {
    padding: 30px 50px;
}

.card-header h5 {
    font-size: 15px;
}

#summary {
    margin-top: 50px;
}


/** * READ MORE * **/

.post-evento h2 {
    font-size: 35px;
    line-height: 45px;
}

#summary p.collapse:not(.show) {
    height: 115px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#summary p.collapsing {
    min-height: 115px !important;
}

#summary a.collapsed:after {
    content: 'READ MORE';
    font-weight: bold;
}

#summary a:not(.collapsed):after {
    content: ' READ LESS';
    font-weight: bold;
}

@media screen and (min-width: 1024px) and (max-width: 1281px) {
    #menu-main-menu li a {
        font-size: 15px;
    }

    ul#menu-main-menu {
        margin-top: 0;
    }

    .hwBlock .team_block .bg_gray {
        padding: 30px;
    }

    h1.is_singular.c_scientifi {
        width: 40% !important;
    }
}

span.red {
    color: #E73445;
}

span.orange {
    color: #FF9300;
}

@media screen and (min-width: 1020px) and (max-width: 1200px) {
    .headline h1 {
        margin-left: -60px;
    }
}

.small .mediaKit_container {
    padding: 10px;
    margin-top: 0px;
    background-size: 20%;
}

.small .mediaKit_container .mediaKit_inner {
    padding: 20px 15px 2px;
}

.small .collpse h3:not(.show) {
    max-height: 50px;
    min-height: 50px;
    -webkit-line-clamp: 2;
}

@media (min-width: 991px) {

    .menu-eventiprogrammati,
    .menu-bloggallery,
    .menu-didatticaonline {
        margin-top: -10px;
        text-align: center;
    }

    .menu-eventiprogrammati a,
    .menu-bloggallery a,
    .menu-didatticaonline a {
        display: contents;
    }
}

@media (max-width: 991px) {
    .small .mediaKit_container {
        background-image: unset;
    }

    .small .mediaKit_container .mediaKit_inner {
        padding: 0px;
        background: transparent;
        box-shadow: unset;
    }

    .small .single-evento .mediaKit_inner h3 {
        margin-bottom: 0px;
    }

    .small .mediaKit_container {
        padding: 0px;
    }

    #menu-main-menu>li {
        padding: 4px 5px;
        display: block;
    }

    #menu-main-menu .dropdown-menu li a,
    #menu-main-menu li a {
        padding: 4px 5px;
        display: block;
    }
}

.size-full {
    max-width: 100%;
    height: auto;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #dfdfdf;
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
    Text-shadow: 0em 0em #666;
}

.paginate_button.disabled:after,
.paginate_button.disabled:before {
    color: #E73445;
}

.paginate_button:after,
.paginate_button:before {
    color: #E73445;
}

table,
td,
tr,
tbody {
    max-width: 100%;
}

@media (max-width: 991px) {
    .row-hover {
        display: block;
    }

    .row-hover tr {
        display: grid;
        border-top: 1px solid #000;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .tablepress tbody td,
    .tablepress tfoot th {
        border: unset;
        text-align: center;
    }

    .row-hover .btn {
        width: 100%;
    }
}

.head {
    background-position: top right;
}

@media (max-width: 991px) {
    .headline {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 70px !important;
        background-position: right center;
        background-size: cover;
    }

    .headline h1 {
        font-size: 40px;
        margin-left: -100px;
        width: 100%;
        margin-bottom: 50px;
        line-height: 35px;
    }
}

.btn {
    white-space: normal !important;
}

.headline a:hover {
    color: #9c9c9c !important;
}

.social-link a {
    color: #212529 !important;
}

.social-link a:hover {
    color: #9c9c9c !important;
}

.old-edition-page a:hover {
    text-decoration: unset !important;
    color: #c91526 !important;
}

.old-edition-page a:hover h3 {
    color: #c91526 !important;
}