/**
Theme Name: Thrash Commercial Construction
Author: Godwin, an LMSG Company
Author URI: https://godwin.com
Description:  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thrash-commercial-construction
Template: astra
*/

/* MISC. Styles */
.no-margin p:last-of-type {
	margin-bottom: 0;
}
.z30 {
	z-index: 30;
}
/* Show Utility Menu links on Mobile Navigation 
@media (min-width: 769px) {
	.displayMobileOnly {
		display: none !important;
	}
} */
/* Remove button click effect */
.fl-builder-content .fl-button:active {
	top: 0 !important;
}
.what-we-do-list a {
	cursor: default;
}
.relativePos {
	position: relative;
}
.blueBold strong {
	color: #0a69ae !important;
	font-weight: 900 !important;
}
.headingBlueBar .fl-heading-text {
	position: relative;
	z-index: 1;
}
.headingBlueBar .fl-heading-text:after {
	background: #0a69ae;
	bottom: 0px;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	z-index: -1;
	animation: bluebar 2s forwards;
	animation-delay: 1.5s;
}

@keyframes bluebar {
  0%   {opacity: 0;left: 50%;right: 50%;}
  100% {opacity: 1;left: 0%;right: 0%;}
}


@media only screen and (min-width: 700px) {
	.headingBlueBar .fl-heading-text:after {
		bottom: 10px;
		height: 40px;
	}
}
.who-we-are.bkg-whiteSquare, .who-we-are.bkg-whiteSquare .fl-col-content, .what-we-do.bkg-graySquare, .what-we-do.bkg-graySquare .fl-col-content, .how-we-do-it.bkg-whiteSquare, .how-we-do-it.bkg-whiteSquare .fl-col-content, .current-projects.bkg-graySquare, .current-projects.bkg-graySquare .fl-col-content, .completed-projects.bkg-whiteSquare, .completed-projects.bkg-whiteSquare .fl-col-content, .safety.bkg-graySquare, .safety.bkg-graySquare .fl-col-content, .our-people.right, .our-people.left {
	position: relative;
}
.who-we-are.bkg-whiteSquare::before, .what-we-do.bkg-graySquare::before, .how-we-do-it.bkg-whiteSquare::before, .current-projects.bkg-graySquare::before, .current-projects .fl-col-content::before, .completed-projects.bkg-whiteSquare::before, .completed-projects .fl-col-content::before, .safety.bkg-graySquare::before, .our-people.right .fl-row-content-wrap::before, .our-people.left .fl-row-content-wrap::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
}
.who-we-are.bkg-whiteSquare::before {
	background: #FFF;
	height: 80%;
	left: 10%;
	top: 10%;
	width: 80%;
}
.what-we-do.bkg-graySquare::before {
	background: #f2f2f2;
	height: 93%;
	left: 10%;
	top: 0;
	width: 80%;
}
.how-we-do-it.bkg-whiteSquare::before {
	background: #FFF;
	height: 100%;
	left: 15%;
	top: 0;
	width: 70%;
}
.current-projects.bkg-graySquare::before {
	background: #f2f2f2;
	height: 100%;
	left: 10%;
	top: 0;
	width: 80%;
}
.current-projects .fl-col-content::before {
	background: #0a69ae;
	width: 40%;
	top: 20px; 
	right: 12.5%;
	bottom: 20px;
}
.completed-projects.bkg-whiteSquare::before {
	background: #FFF;
	height: 50%;
	left: 5%;
	top: 0;
	width: 50%;
}
.completed-projects > .fl-col-content::before {
	background: #0a69ae;
	width: 50%;
	height: 75%;
	right: 8%;
	bottom: 10%;
}
.safety.bkg-graySquare::before {
	background: #f2f2f2;
	height: 80%;
	left: 10%;
	top: 10%;
	width: 80%;
}
.our-people.right .fl-row-content-wrap::before, .our-people.left .fl-row-content-wrap::before {
	background: #f2f2f2;
	bottom: 0;
	top: 10%;
	width: 70%;
}
.our-people.right .fl-row-content-wrap::before {
	right: 0;
}
.our-people.left .fl-row-content-wrap::before {
	left: 0;
}
.our-people.right .fl-row-content-wrap .fl-row-content, .our-people.left .fl-row-content-wrap .fl-row-content {
	position: relative;
	z-index: 1;
}

.abs-seperator-gray .fl-separator, .abs-seperator-blue .fl-separator {
	position: relative;
}
.abs-seperator-gray .fl-separator:before, .abs-seperator-blue .fl-separator:before {
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	top: -5px;
	width: 10000em;
	z-index: 0;
}
.abs-seperator-gray .fl-separator:before {
	background: #e5e5e5;
	height: 5px;;
	right: 100%;
}
.abs-seperator-blue .fl-separator:before {
	background: #0a69ae;
	height: 5px;;
	left: 100%;
}

/* Header */
@media screen and (max-width: 1550px) {
	.main-menu-desktop a, .header-cta-buttons a {
		font-size: 14px !important; 
	}
}
@media screen and (max-width: 1400px) {
	.main-menu-desktop a {
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
  }
}

.main-menu-desktop ul.sub-menu {
	min-width: auto !important;
	width: auto;
}
.main-menu-desktop ul.sub-menu li a {
	white-space: nowrap;
}

/* Home Page */
.blueBarBkg {
	display: inline-block;
	padding: 0 5px;
	position: relative;
}
.blueBarBkg:after, .n2-ss-slide-active .blueBarBkg:after {
	-webkit-transition: all 1.5s 1.5s ease-in-out;
	-moz-transition: all 1.5s 1.5s ease-in-out;
	-o-transition: all 1.5s 1.5s ease-in-out;
	transition: all 1.5s 1.5s ease-in-out;
}

.blueBarBkg:after {
	background: #0a69ae;
	bottom: 0px;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	opacity: 0; 
	position: absolute;
	right: 50%;
	z-index: -1;
}
.n2-ss-slide-active .blueBarBkg:after {
	left: 0px;
	right: 0px;
	opacity: 1; 
}
@media only screen and (min-width: 700px) {
	.blueBarBkg:after {
		bottom: 15px;
		height: 20px;
	}
	.n2-ss-slide-active .blueBarBkg:after {
		left: -5px;
		right: -5px;
		opacity: 1; 
	}
}
.number-counter .fl-number-string {
	font-weight: 900;
}

/* About Us */
.slider-how-we-do-it .n2-thumbnail-dot {
	opacity: 1.0 !important;
}
.slider-how-we-do-it .n2-ss-caption {
	padding: 10px !important;
}
.slider-how-we-do-it .n2-active .n2-ss-caption {
	background: #0a69ae !important;
	color: #FFF;
}
.slider-how-we-do-it .number {
	color: #595959 !important;
	font-weight: normal !important;
	padding-right: 15px;
}
.slider-how-we-do-it .n2-active .n2-ss-caption div, .slider-how-we-do-it .n2-active .n2-ss-caption div span.number {
	color: #FFF !important;
}
.slider-how-we-do-it .number {
	color: #595959 !important;
	font-weight: normal !important;
	padding-right: 15px;
}
div#n2-ss-8 .n2-ss-slider-2 {
	/* Custom styles in CSS */
	background-repeat: no-repeat !important;
	margin: 50px;
}

/* Our People */
.bio-modal .uabb-creative-button-wrap a.uabb-button {
	padding: 8px 15px;
	text-align: left;
}
.bio-modal .uabb-creative-button-wrap a.uabb-button i {
	float: right;
	font-size: 1em;
}
.bio-modal .uabb-creative-button-wrap a.uabb-button i.uabb-button-icon:before {
	font-size: .9em;
}
.bio-modal-overlay .uabb-content .uabb-text-editor p:last-of-type {
	margin-bottom: 20px;
}
.bio-modal-overlay .uabb-content .uabb-text-editor h1, .bio-modal-overlay .uabb-content .uabb-text-editor h2, .bio-modal-overlay .uabb-content .uabb-text-editor h3, .bio-modal-overlay .uabb-content .uabb-text-editor h4, .bio-modal-overlay .uabb-content .uabb-text-editor h5, .bio-modal-overlay .uabb-content .uabb-text-editor h6 {
	color: #0a69ae !important;
	font-size: 18px;
	padding-bottom: 10px;
}

/* Projects Pages */
.project-banner .uabb-new-ib-title {
	opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(100%, 0, 0); */
    transform: translate3d(100%, 0, 0);
}
.project-banner .uabb-ib2-hover .uabb-new-ib-title {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.project-banner .uabb-ib-effect-style13 .uabb-new-ib-title:after {
	display: none;
}
.project-banner .uabb-ib-effect-style13 .uabb-new-ib-content {
	padding-top: 0;
}

/* Contact Us */
.thrash-contact-form .ginput_container_consent input {
	border: 5px solid #595959;
}
.thrash-contact-form .ginput_container_consent label {
	padding-left: 15px;
}
.thrash-contact-form .ginput_container_consent .gfield_required_asterisk {
	visibility: hidden;
}
.map-bkg, .thrash-map-contact-info {
	position: relative;
}
.thrash-map-contact-info {
	z-index: 1;
}
.thrash-map .uabb-google-map-wrapper {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

/* Job Postings */
.job-postings .uabb-adv-accordion-content h1, .job-postings .uabb-adv-accordion-content h2, .job-postings .uabb-adv-accordion-content h3,.job-postings .uabb-adv-accordion-content h4, .job-postings .uabb-adv-accordion-content h5, .job-postings .uabb-adv-accordion-content h6 {
	color: #0a69ae !important;
}
.job-postings .uabb-adv-accordion-content h3 {
	font-size: 22px;
	padding-bottom: 20px;
}

/* Footer */
.footer-lock {
    bottom: 0;
	left: 0;
	position: fixed; 
    right: 0;
    z-index: -2;
}