/*
 Theme Name:   The Daily Post Child
 Theme URI:
 Description:  The Daily Post Child Theme
 Author:       hyperdigital
 Author URI:   https://www.hyperdigital.de/wordpress-plugins
 Template:     thedailypost
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  thedailypost-child
*/
.widget-area .widget:first-child { margin-top : 0; }

#page .top-panel {display: none}

/* JN-188 */
#page .widget-new-smart-inner-big-before-content figure .post-thumbnail__link:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: 10px;
  left: 0;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-repeat: repeat-x;
  transition: .4s all ease;
}
#page .widget-new-smart-inner-big-before-content figure .post-thumbnail__link:hover:before {
  top: 40%;
  opacity: 1;
}
#page .widget-new-smart-inner-big-before-content figure figcaption {
  position: static;
  padding: 0;
  height: auto;
}
#page .widget-new-smart-inner-big-before-content figure figcaption:before {
  display: none;
}
#page .widget-new-smart-inner-big-before-content figure figcaption .post__cats {
  position: absolute;
  top: 0;
  left: 10px;
}
#page .widget-new-smart-inner-big-before-content figure figcaption .widget-new-smart__footer {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
}

@media (min-width: 1200px) {
  #page .widget-new-smart-inner-big-before-content figure figcaption .post__cats {
    top: 20px;
    left: 20px;
  }
  #page .widget-new-smart-inner-big-before-content figure figcaption .widget-new-smart__footer {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  #page .site-header.centered + .site-content .breadcrumbs > div {
    margin-left: 0px;
  }
}

/* JN-194 */
body {
  padding-top : 85px;
}
body.scroll-lock {
  overflow : hidden;
}
body.scroll-lock .header-container {
  overflow : auto;
  bottom : 0;
}

.isStuck #symbol-home {
  margin-bottom : -20px;
}

#page .header-container {
  z-index: 10;
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
}

#page .header-container .site-logo__link {
  z-index : 1;
  position: absolute;
  left: 60px;
}

#page .header-container .site-link__img {
  height : 40px;
}

.post-author__holder {display:none}

@media (min-width: 600px) and (max-width: 768px) {
  #page .header-container .site-branding {
    margin-bottom: -30px;
    padding: 0;
    border: 0;
  }

  #page .header-container .social-list {
    text-align : right;
  }

  #site-navigation .menu-toggle {
    position : relative;
  }
}

@media (min-width: 768px) {
  body {
    padding-top : 0;
  }

  #page .header-container {
    position: static;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  #page .header-container .site-logo__link {
    position: static;
    height: auto;
  }

  #page .header-container .site-link__img {
    height : auto;
  }
}

@media (min-width: 1200px) {
  body #page .tm_fpblock__item.tm_fpblock__item-large .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 16px;
    margin-left: 9px;
  }
}


@media (min-width: 1200px) {
  .tm_fpblock__item.tm_fpblock__item-large .tm_fpblock__item__description .tm_fpblock__item__title {
    font-size: 34px !important;
    line-height: 40px !important;
    margin-bottom: 16px;
    margin-left: 9px;
  }
}
