/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7-newest
*/

.sidebar-none img.pt-cv-thumbnail.img-none.no-lazyload{
	    height: 250px!important;
}

.page-title.has-author-box h1 {
  margin-top: 25px;
}

.author-box-inline {
  text-align: center;
  margin-bottom: 20px;
}

.author-box-inline .author-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-box-inline .author-line img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: 10px;
}

.author-box-inline .author-line .author-label {
  font-weight: bold;
}

@media (max-width: 970px) {

  body .ndm-header {
    margin-top: 129px;
  }

  body .ndm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .3s ease;
  }

  body .ndm-top-bar .top-logo .visible-mobile {
    height: 147px;
    transition: all .3s ease;
  }

  body.user-scrolled .ndm-top-bar {
    height: 90px;
  }

  body.user-scrolled .ndm-top-bar .top-logo .visible-mobile {
    height: 100px;
  }

  body .masthead.classic-header .mobile-header-bar {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 20;
  }

  body.logged-in .ndm-top-bar,
  body.logged-in .masthead.classic-header .mobile-header-bar {
    top: 46px;
  }

}

@media (min-width: 971px) {
h4.pt-cv-title{
	height: 68px!important;	
}

	.mobile-false .loading-effect-fade-in .wf-cell.shown:not(.isotope-hidden), .mobile-false .loading-effect-fade-in .wf-cell.start-animation{
-webkit-animation: none;
    animation: none;
    opacity: 1;
}
.wf-cell.animate-position{    -webkit-transition: none;
    transition: none;
    opacity: 1;}
}

.description-under-image {
    text-align: center;
}