/*
Theme name: Interstaff
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.section-map { display:none !important;}

.page-id-8 .section-about-secondary .section__body p:last-child img.alignnone {
    margin-top: 160px;
    margin-bottom: -20%;
}
.mfp-iframe-holder .mfp-close {
   top: -40px !important;
}
.fragment-heart-video.active .fragment__image {
 opacity: 1.0 !important;
 visibility: visible !important; 
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
 .page-id-9 .list__content-holder,
 .page-id-9 .list__content-holder li { margin: 0 auto !important; }
.page-id-9 .list-steps li { margin: 0 auto !important; 
    -webkit-transition: opacity 0.4s !important;
    -o-transition: opacity 0.4s  !important;
    transition: opacity 0.4s  !important;
 }
}

.section-about-secondary + *, .section-about-secondary + .section-tabs {
padding-top: 0;

}

.page-id-8 .section-about-secondary .section__body p:last-child img.alignnone {
	margin-top: 0;
}
