/* global gap spacers, utilized by the divider region */
.gap-spacer-xs {
	height: 10px;
}

.gap-spacer-sm {
	height: 25px;
	
}

.gap-spacer-md {
	height: 50px;	
}

.gap-spacer-lg {
	height: 75px;
}

.gap-spacer-xl {
	height: 100px;
}
	
/* resolves issue of sub-menus existing for a short period before the page styles pick up and hide the sub-menus */
ul.menu > li > ul { display: none; }

.non-visible { display: none; visibility: hidden; }


.container .googlemap-container { margin-top: 20px; }

@media (min-width: 768px)  {
	
	/*
	body.home.admin-bar .header.cloned { top: 32px !important;  }

	body.admin-bar:not(.home) .header { top: 32px !important;  }
	*/
	body.admin-bar .header:not(.original) { top: 32px !important; } /* onyx, portico*/
	body.admin-bar .sticky-menubar.sticky-menubar--clone { top: 32px !important; } /* diavlo */
	body.admin-bar .contact-panel-wrapper { position: relative; }  /* diavlo */
	body.admin-bar .landing-menu-wrapper { top: 32px !important; } /* portico */
	body.admin-bar header.small { top: 32px !important; } /* champion */
	body.admin-bar header.small nav.navbar div.nav-bg { top: 32px !important; } /* champion */
	body.admin-bar header.small .navbar-header { top: 32px !important; } /* champion */
	body.admin-bar .navbar-fixed-top  { top: 32px !important; } /* champion */

}

/* active background map */
#map {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


/** MARGIN OVERRIDES **/
.margin-top--30 {
	margin-top: -30px !important;
}

.margin-top--20 {
	margin-top: -20px !important;
}
.margin-top--10 {
	margin-top: -10px !important;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}

.margin-bottom--30 {
	margin-bottom: -30px !important;
}

.margin-bottom--20 {
	margin-bottom: -20px !important;
}
.margin-bottom--10 {
	margin-bottom: -10px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}



/** PORTFOLIO GALLERY **/
/*
.aspect_ratio_constrained .img-container2 .isotope-item-image-container { height: 100%; overflow: hidden; padding: 1px;}
*/
.aspect_ratio_constrained .img-container2 .isotope-item-image-container { height: 100%;  padding: 1px;}

.aspect_ratio_constrained .img-container2 .isotope-item-image-container .isotope-item-overlay { height: 100%; }
.aspect_ratio_constrained .img-container2 .mts-isotope-caption { height: 100%; }
.aspect_ratio_constrained .img-container2 .mts-isotope-caption-wrapper { height: 100%; }
.aspect_ratio_constrained .img-container2 .isotope-item-image-container img.is-horizontal-orientation { width: auto !important; height: 100%; }
.aspect_ratio_constrained .img-container2 .isotope-item-image-container img.is-vertical-orientation { width: 100% !important; height: 100% !important; }

/* team members */


/*
.aspect_ratio_constrained .img-container2 {
    display: inline-block;
    position: relative;
	width: 100%;
}

.aspect_ratio_constrained .img-container2:after { 
  content: '';
  display: block;
  margin-top: 75px;
}
.aspect_ratio_constrained .img-container2 .isotope-item-image-container { 
	background-color: #ff0000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
*/

