/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/

/* Menu Close Icon */

/*Form Confirmation Fix*/



/*Typography Styles*/
html {
  word-wrap: normal;
}

body .entry-content {
   word-wrap: normal;
}



h4.uabb-heading {
	font-family: 'Anton', sans-serif;
	font-size: 14px;
	letter-spacing: .15em;
    text-transform: uppercase;
}

.entry-content p {
    margin-bottom: 1em !important;
}



ul.two-col-bullets {
	margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: block;
    font-weight: bold;
}

.fl-module-content ul.two-col-bullets {
    margin: 0 0 1.5em 0 !important;
}

ul.two-col-bullets li {
	vertical-align: top;
	display: inline-block;
    margin: 0;
    padding: 0;
    width: 48%;
}

/* @media all and (max-width: 767px) { */
@media all and (max-width: 767px) {

    ul.two-col-bullets li {
	    width: 100%;
	    text-align: center;
    }

}

.fl-module-content ol, .fl-module-content ul {
    margin: 0 0 1.5em 3em !important;
}

.fl-menu ul, .fl-menu li {
	margin: 0 !important;
}

/*Main Menu Styles*/

.main-header-menu-toggle, .main-header-menu-toggle:visited, .main-header-menu-toggle:active  {
	text-transform: uppercase;
	color: #3bbfad;
	position: relative;
	padding: 0px !important;
    height: 1.6em !important;
}

	.main-header-menu-toggle:hover {
		color: #3bbfad;
	}

	.main-header-menu-toggle:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 4px;
		bottom: -10px;
		left: 0;
		background-color: #3bbfad;
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

		.main-header-menu-toggle:hover:before {
			background-color: #2DAD9B;
		}

.menu-toggle-icon, .mobile-menu-wrap {
		height: 44px;

}	

.ast-mobile-menu-buttons {
	margin-top:-24px;
}	

.main-header-bar {
	padding: 2em 0;
}

.uabb-close-custom-top-right {
    top: 44px;
    right: 20px;
}

.uabb-modal.uabb-modal-scroll .uabb-modal-content-data {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*Fancy Menu Styles*/

#fancy-menu-content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: #141414;
    opacity: 0;
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    display: none;
}

.fl-builder-edit #fancy-menu-content {
    display: block;
    position: relative;
    opacity: 1;
}

#fancy-menu-content.active {
    display: block;
    z-index: 10000;
}

.fl-builder-edit header.fancy-menu-content {
    position: relative;
}

header.fancy-menu-content {
    position: absolute;
    width: 100%;
}

@media all and (max-width: 768px) {
    .fancy-menu-close {
        position: absolute;
        top: 15px;
        right: 0px;
    }
}

/*Button & Link Styles*/

a {
	color: #3bbfad;
}
	a:hover {
	color: #2dad9b;
	}

.uabb-button-wrap a, .fl-post-grid-terms a {
	text-transform: uppercase;
}

.underline-button a, .fl-post-grid-terms a {
	padding: 0px !important;
	position: relative !important;
 	text-decoration: none !important;
 	overflow: visible !important;
} 

	.underline-button a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 4px;
		bottom: -10px;
		left: 0;
		background-color: #3bbfad;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all .2s linear;
		transition: all .2s linear;
	}

		.underline-button a:hover:before {
			visibility: visible;
			-webkit-transform: scaleX(1);
			transform: scaleX(1);
			background-color: #2DAD9B;
		}

	.underline-button-white a:before {
		background-color: #ffffff;
	}

		.underline-button-white a:hover:before {
			background-color: #ffffff;
		}



/*Post Thumbnail Box Styles*/

h2.fl-post-grid-title a, h2.uabb-post-heading {
	font-family: VisbyCF-Light, sans-serif !important;
	font-size: 22px !important;
	line-height: 26px !important;
	font-weight: 700 !important;
}

p.uabb-post-meta {
	margin-bottom: 0px !important;
}


/*Expertise Home Block Styles*/

#expertise-home-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    margin-top: -240px;
    position: relative;

	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#expertise-home-block::before {
	background-color: #141414;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}

.bg0, .bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8 {
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.bg0 {
	background-image: none;
}

.bg1 {
    background-image: url(/wp-content/uploads/2019/12/construction-engineering-hero-bg.jpg);
}

.bg2 {
    background-image: url(/wp-content/uploads/2019/12/industrial-hero-bg.jpg);
}

.bg3 {
    background-image: url(/wp-content/uploads/2019/12/food-hospitalitiy-hero-bg.jpg);
}

.bg4 {
    background-image: url(/wp-content/uploads/2020/03/nonprofit-hero-bg.jpg);
}

.bg5 {
    background-image: url(/wp-content/uploads/2019/12/technology-hero-bg.jpg);
}

.bg6 {
    background-image: url(/wp-content/uploads/2019/12/legal-insurance-hero-bg.jpg);
}

.bg7 {
    background-image: url(/wp-content/uploads/2019/12/health-lifestyle-hero-bg.jpg);
}

.bg8 {
    background-image: url(/wp-content/uploads/2019/12/civil-government-hero-bg.jpg);
}

.expertise-item-1:hover,
.expertise-item-2:hover,
.expertise-item-3:hover,
.expertise-item-4:hover,
.expertise-item-5:hover,
.expertise-item-6:hover,
.expertise-item-7:hover,
.expertise-item-8:hover {
	background: rgba(0,0,0,0.4);
}

.expertise-item-1:hover .fl-callout-text p,
.expertise-item-2:hover .fl-callout-text p,
.expertise-item-3:hover .fl-callout-text p,
.expertise-item-4:hover .fl-callout-text p,
.expertise-item-5:hover .fl-callout-text p,
.expertise-item-6:hover .fl-callout-text p,
.expertise-item-7:hover .fl-callout-text p,
.expertise-item-8:hover .fl-callout-text p {
	color: #ffffff;
}


/*Expertise Slider on Industry Pages Styles*/

.fl-node-5e4ed0ec13359 .uabb-post-heading, .fl-node-5e4ed0ec13359 .uabb-post-heading a, .fl-node-5e4ed0ec13359 .uabb-post-heading a:hover, .fl-node-5e4ed0ec13359 .uabb-post-heading a:focus, .fl-node-5e4ed0ec13359 .uabb-post-heading a:visited {
    line-height: auto;
    display: block;
}

.uabb-blog-posts .slick-prev {
  left:10px;
}

.uabb-blog-posts .slick-next {
  right:10px;
}

@media (max-width: 992px) {
  .uabb-blog-posts .slick-prev {
    left: 10px !important;
  }
  .uabb-blog-posts .slick-next {
    right: 10px !important;
  }
}


/*Industies Page Styles*/

.industry-page-row .uabb-new-ib {
  text-align: center;
  height: 400px;
} 

.industry-page-row .uabb-new-ib img {
  top:-40%;
  height:auto;
  width:100%;
}



/* @media all and (max-width: 767px) { */
@media all and (max-width: 767px) {

    .industry-page-row .uabb-new-ib {
      height: 200px !important;
    }

    .industry-page-row .uabb-new-ib img {
      top:0px;
    }

}


/*Work Post Styles*/

.work-posts, .full-work-post-section .uabb-blog-post-inner-wrap {
	background-color: #141414;

	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

	webkit-transition: all .2s linear;
	transition: all .2s linear;

	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.0);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.0);
}

.work-posts:hover, .full-work-post-section .uabb-blog-post-inner-wrap:hover {
	background-color: #231F20;

	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.36);
}

.work-posts .fl-post-grid-image, .full-work-post-section .uabb-blog-post-inner-wrap .uabb-post-thumbnail {
	height: 300px;
	overflow: hidden;
}

	.work-posts .fl-post-grid-image a, .full-work-post-section .uabb-blog-post-inner-wrap .uabb-post-thumbnail a {
		display: block;
	    height: 300px;
	}

	.work-posts .fl-post-grid-image a img, .full-work-post-section .uabb-blog-post-inner-wrap .uabb-post-thumbnail a img {
		position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%) scale(1);

	    webkit-transition: transform .2s linear;
		transition: transform .2s linear;
	}

		.work-posts:hover .fl-post-grid-image a img, .full-work-post-section .uabb-blog-post-inner-wrap:hover .uabb-post-thumbnail a img {
			transform: translate(-50%, -50%) scale(1.2);
		}


/*Work Footer Post Styles*/

.work-footer-posts {
	background-color: #ffffff;

	webkit-transition: all .2s linear;
	transition: all .2s linear;

	border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.16);
    -webkit-box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.16);
    -moz-box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.16);
}

.work-footer-posts:hover {
	background-color: #ffffff;

	box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.36);
	-webkit-box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.36);
	-moz-box-shadow: 0px 15px 30px 0px rgba(123,134,140,0.36);
}


/*Blog Styles*/

.nav-subtitle, .post-navigation .nav-links {
	display: none;
}


/*Footer Styles*/


/*------------- FORM STYLES -----------------*/




/* {
    color: #cfd2d3 !important;
} */




/*Form Styles*/



/*Email Signup Form Styles*/

/*
div.email-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.email-form_wrapper select, div.email-form_wrapper textarea {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
} */

div.email-form_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus, div.email-form_wrapper .gfield select:focus, div.email-form_wrapper .gfield textarea:focus {
	border-color: #3bbfad !important;
}

/* @media all and (min-width: 642px) { */
@media all and (min-width: 642px) {

    .email-form_wrapper .gform_footer {
	margin-top: -54px !important;
}

}


/* VIDEO */
video::-webkit-media-controls {
    display:none !important;
}

img.playgif {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}

img.swinging_balls {
    display:none;
}

.themain {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
  width: 100%; 
  display: grid;
  /* Define Auto Row size */
  /* grid-auto-rows: 100px; */
  /*Define our columns */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); 
  grid-gap: 1em;
  position: relative;
}

div.thearticle {
  border-radius: 0px;
  padding: 0px;
  background-color: #fff;
}

/*
div.thearticle:hover {
  background-color: #ffffff;
}
*/

.team-single {
	padding-bottom:56.25%;
}


img.playgif {
	position:relative;
}

.team-meta {
	position: relative;
    text-align: center;
    padding:30px;
}

.team-meta h2.member-name {
/*	font-family: 'Playfair Display',serif; */
	font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
    color:#000000;
}

.team-meta p.member-title {
	font-family: Anton, sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #cfd2d3;
}

/* @media all and (max-width: 767px) { */
@media all and (max-width: 767px) {

    img.swinging_balls {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:0;
        object-fit: cover;
        height: 100%;
        opacity: .4;
        display:block;
    }

}



#wp-admin-bar-graphiql-ide, #wp-admin-bar-aiosrs, #wp-admin-bar-wp-mail-smtp-menu, #wp-admin-bar-comments {
	display:none;
}


#gform_confirmation_message_3 {
	padding:30px 10px;
}


.uabb-blog-posts .uabb-blog-post-inner-wrap .uabb-post-thumbnail.uabb-crop-thumbnail img,
.single-blogs .fl-post-grid .fl-post-grid-image img {
    height: auto !important;
    aspect-ratio: 5/3 !important;
    width: 100% !important;
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*
.uabb-modal-action-wrap .uabb-modal-action .uabb-modal-icon,
.uabb-modal-close .uabb-close-icon {
    animation: rotate .25s linear;
}
*/

.rotate-animation {
    animation: rotate .25s linear;
}

.rotate-animation-close:before {
    animation: rotate .25s linear;
}


/*Brand Center Side Menu Styles*/

.a_side_nav li a {
	border-left: 1px solid #CFD2D3;
	padding: 4px 18px;
}

.a_side_nav li a.current {
	font-weight: 600;
	color: #231F20 !important;
	border-left: 3px solid #231F20;
}

.a_side_nav li a:hover {
	color: #231F20 !important;	
}



