.cc-btn.cc-allowall { min-width: 140px; }

A.sp-pagebuilder-page-edit { display: none!important; }

#sp-main-body { padding: 30px 0px; }


/* TOP */
@media (max-width: 991.98px) { #sp-top1, #sp-top2 { text-align: center; } .a-capo { display: inline-block; } }
@media (min-width: 992px) { #sp-top2 { text-align: right; } }

/* LOGO */
#sp-header .logo DIV {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}
#sp-header .logo A, #sp-header .logo A:hover { color: #252525; font-family: 'Titillium Web', sans-serif; }

/* MENU */
.sp-megamenu-parent >li >a { text-transform: uppercase; }
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a { color: #ffffff!important; background-color: #127DAB; }
.sp-megamenu-parent>li:last-child>a { padding: 0 15px; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a { display: block; padding: 10px 15px; color: #127DAB; cursor: pointer; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a{ background-color: #127DAB; color: #ffffff; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title){ color: #127DAB; }
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:not(.sp-group-title) { background-color: #fff; }
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner { background: #ffffff; }

/* OFFCANVAS */
.menu-parent .menu-child { display: block !important; }
.menu-parent .menu-toggler{ display: none !important; }
a.close-offcanvas .burger-icon > span { background-color: #000000!important; }
.offcanvas-menu .logo { display: none!important; }
.offcanvas-menu .offcanvas-inner { padding: 0px 25px; }

.offcanvas-menu .offcanvas-inner ul.menu>li li a {
    color: rgba(37, 37, 37, 1)!important;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a,.offcanvas-menu .offcanvas-inner ul.menu>li>span {
    opacity: 1!important;
}

/* breadcrumbs */
.breadcrumb-item.active { color: #616B70!important; }

/* Titoli Body */
.article-details .article-header h1 { font-size: 46px; }
.article-details .article-header h2 { font-size: 36px; }
#sp-page-builder .sppb-section-title .sppb-title-subheading { font-family: 'Titillium Web', sans-serif; }

/* Titolo Home */
.titolo-home DIV H1 {
    /*display: block;
    overflow: hidden;*/
    text-shadow: 3px 2px 10px #000000;
}
.titolo-home DIV SMALL { text-shadow: 3px 2px 10px #000000; }

/* fix sfondo titolo home */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.sppb-section.doctor-static-hero-section {
    	background-position: right center !important;
    	background-size: cover !important;
	}
}
@media only screen and (max-width: 490px) {
	.sppb-section.doctor-static-hero-section {
    	padding: 0px 0 !important;
  	}
  	.sppb-section.doctor-static-hero-section {
    	background-position: right center !important;
    	background-size: cover !important;
	}
}

/* Tolgo il padding su mobile per la riga dei 3 box */
@media (max-width: 767.98px) {
	.trebox .sppb-row-container {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}


/* fix mednet-core-service cosa trattiamo */
@media screen and (min-width: 320px) and (max-width: 767px) {
	#sp-page-builder .mednet-core-service {
    	padding: 60px 0px 0px 0px !important;
	}
}

/* fix footer */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.mednet-footer-widget {
    	padding: 30px 0px !important;
  	}
}

/* Bottoni */
.btn.btn-lg, .sppb-btn.sppb-btn-lg {
    line-height: 24px;
    padding: 15px 35px;
}
.btn.btn-sm, .sppb-btn.sppb-btn-sm {
    line-height: 24px;
    padding: 5px 35px;
}
.btn, .sppb-btn {
    line-height: 24px!important;
    padding: 15px 35px;
}

/* PAGEBUILDER */
.testo-minuscolo .sppb-section-title .sppb-title-subheading {
    text-transform: inherit;
}
.sppb-section-title .sppb-title-heading {
    text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading {
    text-transform: uppercase;
}
.sppb-section-title .sppb-title-subheading span {
    font-weight: 700;
}
.mednet-text-block-title .sppb-addon-title small {
    font-size: 18px;
    font-weight: 600;
}

/*sppb-addon-articles*/
.sppb-addon-articles {
  margin-top: 25px;
}
.sppb-addon-articles .sppb-addon-article {
  background: #fff;
  padding: 30px;
  display: table;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1.732px 4px 0px rgba(0,0,0,0.03);
  box-shadow: 1px 1.732px 4px 0px rgba(0,0,0,0.03);
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
  display: table-cell;
  width: 105px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap img {
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform: translate(-50%,-50%) scale(0);
  color: #fff;
  font-size: 31px;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
  margin-top: 0;
  margin-bottom: 7px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  margin: 0;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta > span {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0;
  margin-right: 5px;
}
.sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap .sppb-article-introtext {
  margin-top: 10px;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-meta > span {
  color: #000;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap .sppb-img-responsive:before {
  left: 0;
}
.sppb-addon-articles .sppb-addon-article:hover .sppb-article-img-wrap .sppb-img-responsive:after {
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform: translate(-50%,-50%) scale(1);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
    width: 80px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    padding-left: 25px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.sppb-addon-articles .sppb-addon-article {
    padding: 25px 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap {
    width: 70px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-img-wrap .sppb-img-responsive:after {
    font-size: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap {
    padding-left: 20px;
  }
  .sppb-addon-articles .sppb-addon-article .sppb-article-info-wrap h3 {
    font-size: 20px;
  }
}

/* sp-module */
#sp-left .sp-module, #sp-right .sp-module {
    background: #f7f7f7;
    padding-bottom: 16px;
}
.sp-module:first-child {
    margin-top: 0;
}
.sp-module {
    margin-top: 50px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
    padding-left: 30px;
    padding-top: 23px;
    text-transform: capitalize;
}
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
.sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-left .sp-module .sp-module-content .nav.menu li, #sp-left .sp-module .sp-module-content .categories-module li, #sp-right .sp-module .sp-module-content .nav.menu li, #sp-right .sp-module .sp-module-content .categories-module li {
    padding: 0;
}
.sp-module ul >li {
    display: block;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* quick index well */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* nascondo il badge featured per gli articoli in evidenza */
span.badge.bg-danger.featured-article-badge { display: none; }

/* accessibilità */
.article-details A { text-decoration: underline; }

A.bottone-call-to-action {
background-color: #1173b9;
color: #FFF;
margin-top: 25px;
margin-right: 0px;
margin-bottom: 25px;
margin-left: 0px;
text-decoration: none!important;
display: block;
width: 100%;
font-weight: 400;
text-align: center;
white-space: pre-line;
vertical-align: middle;
padding: 8px 12px;
border-radius: 4px;
transition: all .15s ease-in-out;
cursor: pointer;
}
A.bottone-call-to-action:hover {
background-color: #127DAB;
color: #FFF;
}