@font-face {
  font-family: "texgyreadventorbold";
  src: url("../fonts/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/texgyreadventor-bold-webfont.woff2") format("woff2"),
    url("../fonts/texgyreadventor-bold-webfont.woff") format("woff"),
    url("../fonts/texgyreadventor-bold-webfont.ttf") format("truetype"),
    url("../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.texgyreadventorbold {
  font-family: "texgyreadventorbold";
}

body.dark .sidebar-nav li.archive_menu_inner a {
  color: #ffffff;
}

/* fix missing hover colour for light combination on index page */

body.light .summary-list li:hover a {
  color: #595959;
}

/* fix proportions on article header */

.article-header-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30%;
}

/* make authors linkable */

#authors a.d-block {
  text-decoration: none !important;
}

/* fix proportions on authors picture */

#authors .embed-responsive {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 150px;
}

/* smaller name */

/* body h2, body #intro-text #pubb-link, #intro-text body #pubb-link {
  margin-top: 40px;
} */

/* title closer */

/* h2, #intro-text #pubb-link {
  font-size: 2.5rem;
} */

.sharedaddy {
  display: none;
}
.slick-prev::before,
.slick-next::before {
  color: #ad9742;
}
.single_carousel .slick-dots {
  bottom: -30px;
}
.single_carousel .slick-dots li button::before {
  font-size: 10px;
}
.single_carousel .slick-dots > li:only-child {
  display: none;
}

/* hide text on next post arrow */

.hide-anchor-text {
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.single_carousel.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

/* aggiunte dopo il push dell'11 ottobre */

/* fix logo-bottom */

/* @media (min-width: 768px) {
  body.logo-bottom #footer-article {
    position: fixed;
    left: 30px;
    bottom: 30px;
  }
} */

#article-author-detail-big p {
  font-family: "Century Gothic";
  font-weight: 300;
  margin: 0;
}

h2,
#intro-text #pubb-link {
}
#article-author-detail-big p {
}
.subtitle {
  font-weight: bold !important;
}

#floating-box #article-author-small {
  text-transform: none;
}
#article-author-detail-small p {
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
}
#floating-box #article-title-small {
  font-weight: bold !important;
}
.summary-list li a {
  font-size: 0.875rem;
  display: inline-block;
  width: auto;
}
.summary-list li a .font-weight-bold {
  font-size: 1rem;
}
.summary-list li :after {
  display: none;
}
.summary-list li a::after {
  content: "→";
  margin-left: auto;
  display: none;
  padding: 2px 0 0 7px;
}
.fromyoutube,
.fromyoutube.w-100 {
  width: 100%;
  margin-bottom: 1rem;
}
.fromyoutube.left.w-50 {
  width: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  float: left;
  margin-right: 30px;
}
.fromyoutube.right.w-50 {
  width: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  float: right;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .fromyoutube,
  .fromyoutube.w-100,
  .fromyoutube.left.w-50,
  .fromyoutube.right.w-50 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    float: none;
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  #search-results,
  #summary,
  #authors {
    padding-bottom: 160px;
  }
}
.search-result-url {
  opacity: 0.75;
}
.section_title {
  font-weight: bold;
  margin-top: 1rem;
}
body.light .section_title {
  color: #595959;
}
@media (max-width: 991px) {
  #menu-toggle {
    top: 10px;
  }
  #footer-article,
  body.logo-bottom #follow-menu {
    width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  #footer-article,
  body.logo-bottom #follow-menu {
    bottom: 30px;
    width: calc(100% - 30px);
  }
}
body.graph .share-print {
  display: none;
}
#mc_embed_signup h2 {
  font-size: 24px;
}

body.dark .sidebar-nav li a {
  color: #595959;
}
body.dark .sidebar-nav li a:hover {
  color: #ffffff;
}
body.primary .sidebar-nav li a {
  color: #ad9742;
}
body.primary .sidebar-nav li a:hover {
  color: #595959;
}
body.light #navbar-wrapper #socialSidebar a {
  color: #ad9742;
}
body.light #navbar-wrapper #socialSidebar a:hover {
  color: #ffffff !important;
}
body.light .sidebar-nav hr {
  background: #ad9742;
}
body.light .sidebar-nav li.has-search .form-control-feedback {
  color: #ad9742;
}
body.light .sidebar-nav li.has-search .form-control::placeholder {
  border-color: #ad9742;
  color: #ad9742;
}
body.light .sidebar-nav li.has-search .form-control {
  color: #ad9742;
}
body.primary .text-primary {
  color: #595959 !important;
}
.sidebar-nav li.has-search {
  transform: translateX(10px);
}
#menu-toggle {
  top: 20px;
}
#menu-toggle.is-active {
  right: auto;
  left: 20px;
}
@media (min-width: 768px) {
  #menu-toggle.is-active {
    left: auto;
    right: 345px;
  }
}
.image_caption {
  font-size: 12px;
}
/* landing logo */
.logo-layer {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: url(../img/ap-gray-a-white.svg) no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .logo-layer {
    background-size: auto 30%;
    background-position: left top;
    padding: 3rem;
  }
}
.sidebar-nav {
  padding-bottom: 15px;
}

.green-color {
  color: #ad9742;
}

.white-color {
  color: #ffffff;
}

@media (max-width: 667px) {
  /* iPhone 6 landscape width */
  .responsive-column {
    flex-direction: column;
    margin-left: 0px;
  }

  #title > h2 > p {
    font-size: 3.3rem;
  }

  #menu-toggle {
    top: 15px;
  }

  .responsive-follow {
    margin-top: 0px;
    margin-top: 2em;
    width: 100%;
  }
}
