/* GG+100 custom styles
--------------------------*/

@import url("/components/pricing/pricing.css"); 
@import url("/components/pag/pag.css");


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

.navbar-logo-default {height:46px !important}


.award-primary {
    background-color: #525254 !important;
    border: 1px solid #525254;
    border-radius: 3px !important;
    padding: 1% !important;
    width: 100% !important;
}
.navbar-info img {
    height: 35px;
}

.clearfixN {clear:both;font-size:0.001px;}
.list-border-b {
    padding-bottom: 30px;
    border-bottom: 2px solid #e8e8e9;
}
.search-title-bold {font-weight: 400;}

@media (min-width: 1200px) {
    * + .content-row {
        margin-top: 50px !important;
    }
}

.headerSearch {
    padding-right: 40px;
}
.headerSearch .inputField {
    border:1px solid #fafafa;
    font-weight: 300;
    background: #fafafa;
}
.endSmall {clear: both;display: block; line-height: 2px;}
.padd-0 {padding: 0 !important;}
.padd-t-30 {padding-top:30px;}
.padd-t-60 {padding-top:60px !important;}
.padd-b-30 {padding-bottom:30px;}

.margin-top-60 {margin-top:60px;}
.margin-b-30 {margin-bottom:30px;}

.bodyText a {
    text-decoration: underline;
}

@media (min-width: 768px){
    .sidebar-mobile-version {
        display:none;
    }
    .sidebar-full-version {
        display:block;
    }
}
@media (max-width: 767px){
    .sidebar-mobile-version {
        display:block;
        padding-bottom: 30px;
    }
    .sidebar-full-version {
        display:none;
    }
}

/* MAP 
-------------------------------*/
@media (max-width: 480px){
	.map_wrapper {
		display:none;
	}
}
.map_container {
	height: 300px
}
.checkbox-padd {padding-left:10px;}
.text-center {text-align: center;}
hr.linePage {
    border-top:2px solid  #e8e8e9;
}

#searchResults {
    width: 100%;
}


.allPuntate {
    padding:30px 0;
    text-align: center;
}
.allPuntate .btn-dark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    font-weight: 700;
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
    transition: all 0.2s ease-in-out;
    padding: 0.6875rem 1.75rem;
    font-size: 1.0625rem;
    line-height: 1.47;
    border-radius: 0;
    color: #fff;
    border-color: #44444e;
    background-color: #44444e;
}

.allPuntate .btn-dark:hover, .allPuntate .btn-dark.hover, .allPuntate .btn-dark:active {
	color: #fff;
	border-color: #171724;
	background-color: #171724;
}


/*********
Dettaglio Puntata
****************************************************/
.puntata .abstract {display: block;margin-bottom: 20px;font-style: italic;}
.puntata .author {margin-top: 0;font-size: 18px;font-weight: 300;}
.puntata .padd-t-30 {padding-top:30px;}
.puntata .padd-b-30 {padding-bottom:30px;}
.puntata .linkGallery {
    padding-top:30px;
    text-align: center;
}
.post-meta-linkbox:hover {
    background-color: #171724 !important;
}
.puntata .galleryTab {
    display: block;
    clear: both;
    padding: 0 0 30px 0;
    text-align: center;
    margin: 0 auto 69px auto;
    width: max-content;
}

.puntata .galleryTab .tab-filter {
	position: relative;
	margin-right: 25px;
	padding: 0 0 .3em;
	font-weight: 400;
	color: #aeaeb2;
        width: auto;
        float: left;
}
.puntata .galleryTab .tab-filter:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #171724;
	border-radius: 0.2rem;
	content: '';
	transition: all 0.2s ease-in-out;
}

.puntata .galleryTab .tab-filter:hover {
	color: #171724;
}

.puntata .galleryTab .tab-filter.active {
	color: #171724;
}

.puntata .galleryTab .tab-filter.active:before {
	width: 20px;
}
.puntata .galleryitembox {
    height:232px; 
    overflow:hidden;
}
.galleryGroup {
    display: inline-flex;
    flex-wrap: wrap;
}

.textFullHide {
    display: none;
    margin-top:30px;
}
a.textFullLinkDisplay {
    cursor:pointer;
    font-weight: 400;
}

/*********
OVERRIDE /components/base/base.css
****************************************************/

.context-dark a:not([class]) {
	color: #FFF;
}

.context-dark a:not([class]):hover {
	color: #FFF !important;
}
.figure-img {
    width: 100%;
}

@media (max-width: 810px) {
    .min-vh-100 {
	min-height: auto !important;
    }
}

/*********
OVERRIDE /components/accordion/accordion.css
****************************************************/
.accordion-boxed .accordion-item {
	border: 0px !important;
}
.accordion-boxed .accordion-item.active,
.accordion-boxed .accordion-item:hover {
	box-shadow: none !important;
}
.accordion-header {
	font-size: 1em !important;
	font-weight: 300 !important;
        color: #5d5d66 !important;
}

.accordion-header:before {
        
}

/*********
OVERRIDE /components/person/person.css
****************************************************/
.person-rounded .person-img {
  border-radius: 0 !important;
}

/*********
OVERRIDE /components/button/button.css
****************************************************/
.btn-dark:hover, .btn-dark.hover, .btn-dark:active, .btn-dark.active {
	color: #fff !important;
}


/*********
OVERRIDE /components/rd-navbar/rd-navbar.css
****************************************************/
.rd-navbar li {
    text-transform: uppercase;
}
.rd-navbar-fullwidth.navbar-event .navbar-info {

}
.rd-navbar-fullwidth.navbar-event .languages, .rd-navbar-fullwidth.navbar-event .searchField {
    display: flex;
    justify-content: flex-end !important;
    align-items: right;
    width: 30%;
}
.rd-navbar-fullwidth .navbar-navigation-dropdown-link::before {
	background: #d7d7da !important; /*#393944;*/
}
.rd-navbar-fullwidth .navbar-navigation-megamenu-link::before {
	background: #d7d7da !important; /*#393944;*/
}
.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-root-item.focus > .navbar-navigation-dropdown-link, .rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-root-item.active > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-megamenu.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-megamenu.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-megamenu.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-megamenu.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-megamenu.active > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-dropdown.focus > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-dropdown.focus > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown.focus > .navbar-navigation-dropdown-link,
.rd-navbar-fixed .navbar-navigation-dropdown.active > .navbar-navigation-root-link,
.rd-navbar-fixed .navbar-navigation-dropdown.active > .navbar-navigation-megamenu-link,
.rd-navbar-fixed .navbar-navigation-dropdown.active > .navbar-navigation-dropdown-link {
	//color: #6b39bd;
        background: #d7d7da !important;
        color: #3f3f62 !important;
}

/*Mobile*/
.rd-navbar-fixed .navbar-switch:hover, .rd-navbar-fixed .navbar-switch.active {
	color: #3f3f62 !important;
}
.rd-navbar-fixed .navbar-logo {
	position: fixed;
	top: 10px !important;
	left: 80px !important;
	transform: translateX(-0px) !important;
}

.rd-navbar-fixed .navbar-info {
	top: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.rd-navbar-fullwidth .languages-item-mobile, .rd-navbar-fullwidth .cerca-item-mobile {
    display: none !important;
    visibility: hidden !important;
}


/*********
OVERRIDE /components/pricing/pricing.css
****************************************************/

.pricing-box-divider {
    line-height: 1px;
}
.pricing-box-title {
    text-transform: uppercase;
}
ul.pricing-box-list > li.active {
    font-weight: 500;
}
.pricing-box-body .item_label {
    text-transform: uppercase !important;
}


/*********
OVERRIDE /components/blog-article/blog-article.css
****************************************************/
.blog-article * + .divider {
	margin-top: 3rem !important;
}

/*********
OVERRIDE /components/pag/pag.css
****************************************************/



.pag-simple-item.active .pag-simple-link {
	color: #3f3f62 !important;
        background: #eee !important;
        padding: .2em 0.5em !important;
	transform: scale(1.4) !important;
}

.pag-simple-link:hover, .pag-simple-link:focus {
	color: #3f3f62 !important;
}
/*********
OVERRIDE /components/breadcrumb/breadcrumb.css
****************************************************/
.breadcrumb-active {
    color: #000 !important;
}
.breadcrumb-item {
    padding: 0 0 0 16px !important;
}
.rd-navbar-fullwidth-linked .breadcrumb {
	margin-top: 5.5rem !important;
}


/*Cookie Consent Begin
------------------------------------*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ddd;
    line-height: 26px;
    padding: 8px 30px 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #FFF;
    text-decoration: underline;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
    padding-top:8px;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #FFF;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 60px 0 10px;
    float: right;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #ccc;
}
/*Cookie Consent End*/

.warningJs {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}