@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.granmilanobikehub.it/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 200;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 17px;
	--wd-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(62,62,60);
	--wd-entities-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 200;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(150,21,13);
	--wd-alternative-color: rgba(0,0,0,0.69);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(150,21,13);
	--btn-default-bgcolor-hover: rgb(107,4,4);
	--btn-accented-bgcolor: rgb(150,21,13);
	--btn-accented-bgcolor-hover: rgb(99,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1440px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1440px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1440px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.intro-page-gmbh {}


.gran-milano-bike-hub-provincia h3 {font-size: 85px;
  color: #98150d;
  line-height: 85px;
  font-weight: 900; }


.gmbh-struttura-percorsi {
    padding: 80px 0;
}

.gmbh-struttura-percorsi-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.gmbh-struttura-percorsi-header h2 {
    margin: 5px 0 0;
}


/* CAROUSEL */

.gmbh-percorsi-carousel {
    overflow: hidden;
}

.gmbh-percorsi-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.gmbh-percorsi-track::-webkit-scrollbar {
    display: none;
}


/* CARD */

.gmbh-struttura-percorso-card {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.gmbh-struttura-percorso-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f4f4f2;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform .3s ease;
}

.gmbh-struttura-percorso-link:hover {
    transform: translateY(-5px);
}


/* IMMAGINE */

.gmbh-struttura-percorso-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gmbh-struttura-percorso-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gmbh-struttura-percorso-link:hover
.gmbh-struttura-percorso-image img {
    transform: scale(1.04);
}


/* CONTENUTO */

.gmbh-struttura-percorso-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px;
}

.gmbh-struttura-percorso-localita {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    opacity: .65;
}

.gmbh-struttura-percorso-title {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.1;
}

.gmbh-struttura-percorso-data {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 600;
}

.gmbh-struttura-percorso-more {
    margin-top: auto;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 700;
}


/* FRECCE */

.gmbh-percorsi-carousel-nav {
    display: flex;
    gap: 8px;
}

.gmbh-percorsi-carousel-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #111;
    border-radius: 50%;
    background: transparent;
    color: #111;
    cursor: pointer;
    transition: .2s ease;
}

.gmbh-percorsi-carousel-nav button:hover {
    background: #111;
    color: #fff;
}


/* TABLET */

@media (max-width: 1024px) {

    .gmbh-struttura-percorso-card {
        flex-basis: calc((100% - 20px) / 2);
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .gmbh-struttura-percorsi {
        padding: 55px 0;
    }

    .gmbh-struttura-percorsi-header {
        align-items: center;
    }

    .gmbh-struttura-percorso-card {
        flex-basis: 88%;
    }

}








.gmbh-percorso-strutture {
    padding: 80px 0;
}

.gmbh-percorso-strutture-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.gmbh-percorso-strutture-header h2 {
    margin: 5px 0 0;
}

.gmbh-section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}


/* CAROUSEL */

.gmbh-strutture-carousel {
    overflow: hidden;
}

.gmbh-strutture-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.gmbh-strutture-track::-webkit-scrollbar {
    display: none;
}


/* CARD */

.gmbh-percorso-struttura-card {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.gmbh-percorso-struttura-link {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    padding: 30px;
    background: #f4f4f2;
    color: inherit;
    text-decoration: none;
    transition:
        transform .3s ease,
        background .3s ease;
}

.gmbh-percorso-struttura-link:hover {
    transform: translateY(-5px);
}

.gmbh-percorso-struttura-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
}

.gmbh-percorso-struttura-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gmbh-percorso-struttura-type {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.gmbh-percorso-struttura-title {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.05;
}

.gmbh-percorso-struttura-localita {
    margin-bottom: 22px;
    opacity: .65;
    font-size: 14px;
}

.gmbh-percorso-struttura-servizi {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 25px;
}

.gmbh-percorso-struttura-servizi span {
    padding: 5px 8px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 30px;
    font-size: 10px;
    line-height: 1.2;
}

.gmbh-percorso-struttura-more {
    margin-top: auto;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 700;
}


/* FRECCE */

.gmbh-carousel-nav {
    display: flex;
    gap: 8px;
}

.gmbh-carousel-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #111;
    border-radius: 50%;
    background: transparent;
    color: #111;
    cursor: pointer;
    transition: .2s ease;
}

.gmbh-carousel-nav button:hover {
    background: #111;
    color: #fff;
}


/* TABLET */

@media (max-width: 1024px) {

    .gmbh-percorso-struttura-card {
        flex-basis: calc((100% - 20px) / 2);
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .gmbh-percorso-strutture {
        padding: 55px 0;
    }

    .gmbh-percorso-strutture-header {
        align-items: center;
    }

    .gmbh-percorso-struttura-card {
        flex-basis: 88%;
    }

    .gmbh-percorso-struttura-link {
        min-height: 320px;
    }

}






@media (max-width: 767px) {
.gmbh-struttura-hero-icon { width: 80px; height: 80px; }
.gmbh-struttura-card-icon { width: 60px; height: 60px; }
}
.gmbh-struttura-hero-icon { width: 110px; height: 110px; margin: 0 auto 20px; }
.gmbh-struttura-hero-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }

.gmbh-struttura-card-icon { width: 70px; height: 70px; margin-bottom: 20px; }
.gmbh-struttura-card-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }

/*STRUTTURE*/
/* =========================================================
   STRUTTURE - ARCHIVIO
========================================================= */

.gmbh-archive-strutture { padding: 70px 0;}
.gmbh-archive-title { margin-bottom: 15px; }
.gmbh-filter-block { margin-bottom: 25px; display: none !important; }
.gmbh-filtro-localita { display: none !important; }
.gmbh-filter-label { margin-bottom: 10px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; opacity: .55; }
.gmbh-filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
.gmbh-filter-btn { display: inline-flex; align-items: center; padding: 9px 16px; border: 1px solid rgba(0,0,0,.15); border-radius: 100px; font-size: 13px; font-weight: 600; text-decoration: none; transition: .25s ease; }
.gmbh-filter-btn:hover, .gmbh-filter-btn.active { background: #111; border-color: #111; color: #fff; }
.gmbh-strutture-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 50px; }
.gmbh-struttura-card { position: relative; min-height: 330px; overflow: hidden; background: #f4f4f2; }
.gmbh-struttura-card-link { position: relative; display: flex; flex-direction: column; min-height: 330px; height: 100%; padding: 32px; color: inherit; text-decoration: none; }
.gmbh-struttura-card-symbol { position: absolute; right: -15px; bottom: -65px; font-size: 250px; font-weight: 700; line-height: 1; opacity: .025; pointer-events: none; }
.gmbh-struttura-card-type { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.gmbh-struttura-card-title { position: relative; max-width: 95%; margin: 55px 0 12px; font-size: clamp(25px, 2vw, 34px); line-height: 1.05; }
.gmbh-struttura-card-location { font-size: 14px; opacity: .6; }
.gmbh-struttura-card-services { position: relative; display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.gmbh-struttura-card-services span { padding: 5px 9px; border: 1px solid rgba(0,0,0,.12); border-radius: 100px; font-size: 10px; }
.gmbh-struttura-card-bottom { position: relative; display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 35px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.gmbh-struttura-card-arrow { font-size: 22px; transition: transform .25s ease; }
.gmbh-struttura-card:hover .gmbh-struttura-card-arrow { transform: translateX(5px); }
.gmbh-pagination { margin-top: 60px; }


/* =========================================================
   STRUTTURA - SINGLE
========================================================= */

.gmbh-single-struttura { padding-bottom: 80px; }
.gmbh-struttura-hero { position: relative; overflow: hidden; text-align: center;}
.gmbh-struttura-hero-inner { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 280px; }
.gmbh-struttura-hero-content { position: relative; z-index: 2; margin: 0 auto;}
.gmbh-struttura-eyebrow { font-size: 30px; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; }
.gmbh-struttura-title { font-size: 65px; color: #98150d; line-height: 65px; font-weight: 900; }
/*.gmbh-struttura-hero-location { margin-top: 25px; font-size: 18px; opacity: .65; }*/
.gmbh-struttura-hero-location { display: inline-block; padding: 10px 20px; border: 4px solid #98150d; color: #98150d; margin: 10px; text-align: center; border-radius: 25px; }
.gmbh-struttura-hero-symbol { position: absolute; right: -20px; bottom: -130px; font-size: 450px; font-weight: 700; line-height: 1; opacity: .025; pointer-events: none; }
.gmbh-struttura-info { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin: 60px 0; }
.gmbh-info-item { padding: 20px; background: #f5f5f5; text-align: center;}
.gmbh-info-label { margin-bottom: 8px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; opacity: .5; }
.gmbh-info-value { font-size: 16px; word-break: break-word;}
.gmbh-social-links { display: inline-block; }
.gmbh-social-links a { margin: 0 10px;}
.gmbh-struttura-main-content { max-width: 900px; margin: 70px auto; text-align: center; }
.gmbh-struttura-description { font-size: 18px; line-height: 1.75;}
.gmbh-struttura-services { margin-top: 80px; padding-top: 60px; border-top: 1px solid rgba(0,0,0,.1); }
.gmbh-struttura-services h2,
.gmbh-struttura-related h2 { margin-bottom: 35px; font-size: 40px; text-align: center; color: #98150d; font-weight: 900;}
.gmbh-services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px;}
.gmbh-service-item { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 15px; background: #f5f5f3; }
.gmbh-service-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(0,0,0,.15); font-size: 16px; }
.gmbh-service-name { font-size: 13px; font-weight: 600; }
.gmbh-struttura-related { margin-top: 90px; padding-top: 60px; border-top: 1px solid rgba(0,0,0,.1); }
.gmbh-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.gmbh-related-card-link { display: block; color: inherit; text-decoration: none; }
.gmbh-related-card-image { overflow: hidden; }
.gmbh-related-card-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .4s ease; }
.gmbh-related-card:hover img { transform: scale(1.04); }
.gmbh-related-card-content { padding-top: 15px; }
.gmbh-related-card-content h3 { margin-bottom: 8px; font-size: 20px; }
.gmbh-related-card-meta { display: flex; gap: 15px; font-size: 13px; opacity: .65; }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.gmbh-strutture-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmbh-struttura-info {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmbh-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmbh-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 767px) {

	.gmbh-archive-strutture {
		padding: 40px 0;
	}

	.gmbh-strutture-grid {
		grid-template-columns: 1fr;
	}

	.gmbh-struttura-card,
	.gmbh-struttura-card-link {
		min-height: 270px;
	}

	.gmbh-struttura-hero {
		padding: 60px 0;
	}

	.gmbh-struttura-hero-inner {
		min-height: 220px;
	}

	.gmbh-struttura-info {
		grid-template-columns: 1fr;
	}

	.gmbh-services-grid {
		grid-template-columns: 1fr;
	}

	.gmbh-related-grid {
		grid-template-columns: 1fr;
	}

}

/*PercorsiCustom*/
.gmbh-percorso-header { text-align: center; margin: 20px 0 40px;}
.gmbh-percorso-header h1 { font-size: 65px; color: #98150d; line-height: 65px; font-weight: 900;}
.txt-tour-bike-milano { text-align: center; margin: 60px 0;}
.txt-tour-bike-milano h2 { font-size: 45px; line-height: 55px; font-weight: 200;}
.wd-post-meta { display: none !important;}
.gmbh-meta-item { display: inline-block; padding: 10px 20px; border: 4px solid #98150d; color: #98150d; margin: 10px; text-align: center; border-radius: 25px; }
.gmbh-related-percorsi { margin-top: 80px;	padding-top: 50px; border-top: 1px solid rgba(0,0,0,.1); }
.gmbh-related-title {	margin-bottom: 30px; }
.gmbh-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.gmbh-related-card { overflow: hidden; }
.gmbh-related-image { display: block; overflow: hidden; }
.gmbh-related-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .4s ease; }
.gmbh-related-card:hover .gmbh-related-image img { transform: scale(1.04); }
.gmbh-related-content { padding-top: 18px; }
.gmbh-related-card-title { margin: 0 0 10px; font-size: 20px; }
.gmbh-related-card-title a { text-decoration: none; }
.gmbh-related-meta { display: flex; gap: 15px; font-size: 14px; opacity: .7; }

@media (max-width: 991px) {
	.gmbh-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.gmbh-related-grid {
		grid-template-columns: 1fr;
	}
}
/*ARCHIVIO PERCORSI*/
.gmbh-archive-builder-content h2 { font-size: 34px; line-height: 44px; font-weight: 100;}
.gmbh-archive-builder-content h2 strong { font-weight: 700;}
.gmbh-box h3 { font-size: 23px; color: #98150d; line-height: 28px; font-weight: 900; }
.gmbh-box .vc_column-inner { margin: 5px 0; background-color: #f5f5f5; padding: 25px; border: 10px solid #fff; border-radius: 20px;}
.gmbh-box .wpb_content_element { margin-bottom: 0;}
.gmbh-archive-builder-content { text-align: center; margin-bottom: 40px;}
.gmbh-archive-percorsi { padding: 70px 0;}
.gmbh-archive-header { margin-bottom: 50px; text-align: center;}
.gmbh-archive-header h1 { font-size: 65px; color: #98150d; line-height: 65px; font-weight: 900; margin-bottom: 30px }
.gmbh-percorsi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; }
.gmbh-percorso-card { margin-bottom: 35px; overflow: hidden; text-align: center}
.gmbh-percorso-card-image { display: block; overflow: hidden;}
.gmbh-percorso-card-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform .4s ease; }
.gmbh-percorso-card:hover .gmbh-percorso-card-image img { transform: scale(1.04);}
.gmbh-percorso-card-content { padding-top: 18px; }
.gmbh-percorso-card-localita { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; opacity: .6; margin-bottom: 8px; }
.gmbh-percorso-card-title { font-size: 22px; margin: 0 0 12px; min-height: 60px;}
.gmbh-percorso-card-title a { text-decoration: none; }
.gmbh-percorso-card-meta { gap: 18px; margin-bottom: 15px; font-size: 14px; }
.gmbh-percorso-card-meta span { display: inline-block; margin: 0 10px;}

.gmbh-percorso-card-excerpt { margin-bottom: 18px; }
.gmbh-percorso-card-link { display: inline-block; color: #fff; font-weight: 600; background-color: #98150d; font-size: 12px; text-transform: uppercase; padding: 5px 10px; border-radius: 30px;}
.gmbh-pagination { margin-top: 60px; }
@media (max-width: 991px) { .gmbh-percorsi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.gmbh-archive-percorsi { padding: 40px 0; }
	.gmbh-percorsi-grid { grid-template-columns: 1fr; }
}
/*FILTRO PERCORSI*/
.gmbh-filtro-localita { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.gmbh-filtro-btn { display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid rgba(0,0,0,.15); border-radius: 50px; font-size: 14px; font-weight: 600; text-decoration: none; transition: all .25s ease; }
.gmbh-filtro-btn:hover { border-color: currentColor; }
.gmbh-filtro-btn.active { background: #111; color: #fff; border-color: #111; }

/* HOME */
.gran-milano-bike-hub-slide { background-size: 900px; background-position: left bottom; background-repeat: no-repeat; padding-bottom: 90px;}
.gran-milano-bike-hub-slide .cl { padding-left: 5%;}
.gran-milano-bike-hub-slide h1 { font-size: 55px; color: #98150d; line-height: 55px; font-weight: 900;}
.gran-milano-bike-hub-slide h2 { font-size: 25px; line-height: 35px; font-weight: 100; margin-top: 20px;}
.gran-milano-bike-hub-preview { font-size: 45px; color: #98150d; text-align: center; line-height: 55px; margin: 60px 0}
.gran-milano-bike-hub-territorio h3 { font-size: 55px; color: #98150d; font-weight: 800; line-height: 55px;}
.banner-middle-page { font-size: 45px; line-height: 55px; margin: 60px 0}
.gran-milano-bike-hub-provincia { margin: 60px 0;}
.cl-bike-hub { padding-right: 5%;}
.cl-bike-hub h3 { font-size: 55px; color: #98150d; font-weight: 800; line-height: 55px;}
.milano-bike-hub-banners h4 { font-size: 40px; font-weight: 800; line-height: 50px;}
.milano-bike-hub-banners .wd-fontsize-xs { font-size: inherit !important; }
.milano-bike-hub-banners { padding: 60px;}
.gran-milano-bike-hub-plus { background-color: #f5f5f5; margin: 60px 0; padding: 120px 60px; text-align: center; background-size: 700px; background-repeat: no-repeat; background-position: center bottom;}
.gran-milano-bike-hub-plus h2 { font-size: 65px; color: #98150d; line-height: 65px; font-weight: 900; margin-bottom: 5px;}
.gran-milano-bike-hub-plus h3 { font-size: 40px; line-height: 50px; font-weight: 900;}
.plus-milano-bike .vc_column-inner { margin: 30px 0; padding: 30px;}
.gran-milano-bike-hub-plus h4 { font-size: 20px; margin-bottom: 5px; color: #98150d; }
.gran-milano-bike-hub-plus img { width: 80px;}

.imgfooter-1 img { width: 130px;}
.imgfooter-2 img { width: 360px;}

/* SCHEDA ISCRIZIONE */
.scheda-iscrizione-top h1 { font-size: 60px; font-weight: 100; margin-bottom: 5px; line-height: 60px;}
.scheda-iscrizione-top h2 { font-size: 30px; font-weight: 500; margin-bottom: 5px; line-height: 30px; color: rgb(150,21,13);}
.scheda-iscrizione-top h3 { font-size: 18px; font-weight: 500; margin-bottom: 5px; line-height: 20px;}
.scheda-iscrizione-top img { width: 350px; }
.scheda-iscrizione-form h3 { font-size: 15px; font-weight: 500; text-align: center; border-bottom: 1px dotted #444; text-transform: uppercase; color: rgb(150,21,13); padding-bottom: 5px;}
.contact-box { margin: 30px 0; background-color: #f5f5f5; padding: 50px; border-radius: 30px;}
.conditions h4 { font-size: 18px; font-weight: 200; text-transform: uppercase;}
.conditions ul li { font-size: 14px !important; margin-bottom: 5px;}
.conditions ul { margin-bottom: 60px;}
.conditions p { margin-bottom: 5px;}
/* END SCHEDA ISCRIZIONE */@media (min-width: 577px) and (max-width: 767px) {
	.scheda-iscrizione-top h1 { font-size: 45px; line-height: 45px;}

}

@media (max-width: 576px) {
	.gran-milano-bike-hub-provincia h3 {font-size: 25px; line-height: 35px; }



.scheda-iscrizione-top h1 { font-size: 45px; line-height: 45px;}
.gran-milano-bike-hub-slide h1 { font-size: 30px; line-height: 35px; text-align: center; }
.gran-milano-bike-hub-slide .cl { padding-left: inherit; }
.gran-milano-bike-hub-slide h2 { font-size: 18px; line-height: 25px; text-align: center; }
.gran-milano-bike-hub-slide { background-size: 350px; background-position: center top 120px; padding-bottom: 0;}
.gran-milano-bike-hub-preview { font-size: 30px; line-height: 35px; }
.cl-bike-hub { padding-right: 0; text-align: center; }
.milano-bike-hub-banners { padding: 0; }
.gran-milano-bike-hub-territorio h3 { font-size: 30px; line-height: 35px; }
.gran-milano-bike-hub-territorio { text-align: center; }
.vc_empty_space { height: 20px !important;}
.banner-middle-page { font-size: 25px; line-height: 35px; text-align: center; }
.cl-bike-hub h3 { font-size: 30px; line-height: 35px; }
.gran-milano-bike-hub-plus .text-left { text-align: center !important; }
.promo-banner-wrapper { margin: 10px auto;}
.gran-milano-bike-hub-plus { padding: inherit; background-size: 500px; }
.gran-milano-bike-hub-plus h2 { font-size: 30px; line-height: 35px; }
.gran-milano-bike-hub-plus h3 { font-size: 20px; line-height: 25px; }
}

