/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url("cnt7hec.css");

:root {
	--all-green: #00CE7C;
	--all-navy: #00263A;
	--all-links: #198fd9;
}


/* 
 * Basic flexbox
 * 
 */
@media (min-width: 900px) {
	.flex-row {
		display: flex;
		justify-content: space-evenly;
	}
}



/******************
 * Typography
 ******************/
.text-uppercase,
.text-uppercase h2,
.post-content .text-uppercase h3{
	text-transform: uppercase !important;
}
.text-center {
	text-align: center;
}
.navy-text,
.navy-text p {
	color: var(--all-navy);
}
.green-text,
.green-text p {
	color: var(--all-green);
}
.white-text,
.post-content .white-text h1,
.white-text h2,
.post-content .white-text h2,
.white-text h3,
.post-content .white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
	color: white;
}
.wide-text {
	font-family: eurostile;
	letter-spacing: 10px;
	font-size: 1.2rem;
	font-weight: bold;	
}
@media (max-width: 1180px) {
	.wide-text {
		letter-spacing: 3px;
	}
}
.wide-green {
	color: var(--all-green);
	font-family: eurostile;
	letter-spacing: 10px;
	font-size: 1.5rem;
	font-weight: bold;
}
.mb0, 
.mb0 h3 {
	margin-bottom: 0 !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

/* Headings in Eurostyle */
body .post-content h1,
body .post-content .eurostile-extended,
body .post-content .eurostile-extended h2,
body .post-content .eurostile-extended h3 {
	font-family: eurostile-extended !important;
}
body #wrapper .post-content h2,
body #wrapper .post-content h3,
body #wrapper .post-content h4,
body #wrapper .post-content h5,
body #wrapper .post-content h6 {
	font-family: eurostile;
}
body .button-default {
	font-family: eurostile;
	font-weight: bold;
}





/******************
 * Header
 ******************/
header:not(.fusion-is-sticky) .fusion-main-menu {
	padding-top: 10px;
}
header:not(.fusion-is-sticky) .fusion-header .fusion-logo {
	margin-top: 30px;
}
@media (min-width: 900px) and (max-width: 1100px) {
	body .fusion-main-menu>ul>li {
		padding-right: 20px;
	}
	html body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:last-child) {
		padding-right: 20px;
	}
}




/******************
 * Footer
 ******************/
body .fusion-footer-widget-area .widget-title {
	margin-bottom: 0px;
}
.fusion-columns-2 .col-lg-6:first-child {
	width: 75%;
}
.fusion-columns-2 .col-lg-6.fusion-column-last {
	width: 25%;
}
	#fusion-menu-widget-2 {
		text-transform: uppercase;
}
@media (min-width: 900px) {
	#fusion-menu-widget-2 {
		margin: 100px 0;
	}
}
#social_links-widget-2 {
	margin-bottom: 20px;
}
.fusion-social-network-icon:hover {
	background: var(--all-green) !important;
}
#custom_html-2 a,
#custom_html-2 a:visited {
	color: white;
}
#custom_html-2 a:hover,
#custom_html-2 a:active,
#custom_html-2 a:focus {
	color: var(--all-green);
}





/******************
 * Home Page
 ******************/
.homepage-hero {
	background: url(../jpg/welcome-homepage-mobile.jpg);
	background-size: cover;
}
@media (min-width: 900px) {
	.homepage-hero {
		background: url(../jpg/welcome_screen_bg-2-shadow.jpg);
		background-size: cover;
	}
}
.big-number {
    color: #193c4f;
    font-size: 15rem;
    font-weight: 900;
    font-family: 'eurostile';
	line-height: 1em;
}
.big-number2 {
    color: #c7cdcf;
    font-size: 180px;
    font-weight: 900;
    font-family: 'eurostile';
}
.big-num-adj {
	position: relative;
    top: -55px;
    display: inline-block;
}
.big-num-adj:before {
    content: '';
    height: 2px;
    width: 50px;
    background: #41b477;
    display: inline-block;
    position: relative;
    top: -6px;
    margin-right: 25px;
}
.green-lines p {
    display: inline-block;
    position: relative;
}
.green-lines:before {
    content: ' ';
    height: 1px;
    width: 80px;
    background: #41b477;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -7px;
    margin-right: 15px;
}
.green-lines:after {
    content: ' ';
    height: 1px;
    width: 80px;
    background: #41b477;
    display: inline-block;
    position: relative;
    right: 0px;
    top: -7px;
}
.white-lines p {
    display: inline-block;
    position: relative;
}
.white-lines:before {
    content: ' ';
    height: 1px;
    width: 80px;
    background: #fff;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -7px;
    margin-right: 15px;
}
.white-lines:after {
    content: ' ';
    height: 1px;
    width: 80px;
    background: #fff;
    display: inline-block;
    position: relative;
    right: 0px;
    top: -7px;
}
.quote-bg {
    background-size: 345px !important;
}

@media (min-width: 900px) {
	.green-slashes-row .fusion-layout-column:nth-child(3n+2):after,
	.green-slashes-row .fusion-layout-column:nth-child(3n+1):after {
		content: '';
		height: 150px;
		width: 2px;
		background: var(--all-green);
		transform: rotate(15deg);
	}
}
@media (max-width: 899px) {
	
	body .green-slashes-row .fusion-layout-column {
		position: relative;
		margin-bottom: 40px;
	}
	.green-slashes-row .fusion-layout-column:nth-child(3n+2):after,
	.green-slashes-row .fusion-layout-column:nth-child(3n+1):after {
		position: absolute;
		content: '';
		height: 2px;
		width: 150px;
		background: var(--all-green);
		left: calc(50% - 75px);
		bottom: -20px;
	}
}

/* Blog area */

.fusion-post-wrapper .fusion-image-wrapper {
	position: relative;
}
.fusion-post-wrapper .fusion-image-wrapper:after {
	content: '';
	height: 100%;
	width: 100%;
	position:absolute;
	background: rgba(0,0,0,.2);
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 25%, rgba(0,0,0,0) 100%);
	z-index:2;
	top: 0;
	left: 0;
}
body #wrapper #main .fusion-post-content > .blog-shortcode-post-title a {
	text-transform: uppercase;
	color: white;
	font-size: 1.5rem;
	letter-spacing: 6px;
	font-weight: 600;
	line-height: 2rem;
	display: flex;
	height: 100%;
	padding: 20px;
	align-items: flex-end;
}

body #wrapper #main .fusion-post-content > .blog-shortcode-post-title a:hover,
body #wrapper #main .fusion-post-content > .blog-shortcode-post-title a:active,
body #wrapper #main .fusion-post-content > .blog-shortcode-post-title a:focus {
	background: #00ce7ccc;
}
body #wrapper #main .fusion-post-content > .blog-shortcode-post-title {
	line-height: 1.5rem !important;
}
.fusion-post-wrapper {
	position: relative;
	z-index: 1;
}
.fusion-post-content-wrapper {
	position: absolute;
	bottom: 0px;
	width: calc(100%);
	left: 0px;
	top: 0;
	height: 100%;
	z-index: 10;
}
body .fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content {
	height: 100%;
	margin-bottom: 0;
}
body #wrapper #main .fusion-post-content > .blog-shortcode-post-title {
	height: 100%;
}
.fusion-post-content-container {
	color: white;
}
.fusion-post-content-container a {
	background: var(--all-green);
	color: white;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: eurostile;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 1px;
	width: 8.7rem;
}

.fusion-post-content-container a:hover,
.fusion-post-content-container a:active,
.fusion-post-content-container a:focus {
	background: var(--all-navy);
	color: white;
}





/*******************
 * About Us Page
 *******************/
@media (max-width: 900px) {
	.white-background-mobile {
		background: white !important;
	}
}

/* our core values */
@media (min-width: 1240px) {
	.about-core-values.fusion-builder-column-15 > .fusion-column-wrapper {
		padding-left: calc(100% - 786px) !important;
	}
}
@media (max-width: 900px) {
	.reverse-flex-mobile .fusion-builder-row {
		flex-direction: column-reverse !important;
	}
}

/* Fancy numbers */
.three-fifths-bounded {
	max-width: 800px;
	padding-left: 15px;
	padding-right: 15px;
}
.post-content .about-fancy-h3 h3 {
	color: white !important;
	text-transform: uppercase;
	font-size: 1.5rem;
	letter-spacing: 7px;
	display: flex;
	align-items: flex-end;
}
.dark-number {
	font-size: 8rem;
	color: #224455;
	position: relative;
	display: inline-block;
	line-height: 1em;
	margin-bottom: -20px;
}
.dark-number:after {
	content: '';
	position: absolute;
	width: 45px;
	height: 2px;
	background: var(--all-green);
	bottom: 35px;
	right: 10px;
}
@media (max-width: 899px) {
	.dark-number {
		font-size: 4rem;
		margin-bottom: -10px;
	}
	.dark-number:after {
		bottom: 22px;
	}
}


/****
 * Blog Single
 ****/
.single-navigation {
	margin: 40px 0
}
body .fusion-theme-sharing-box h4,
body .fusion-social-networks .fusion-social-network-icon:before{
	color: white;
}
body.single-post .type-post .fusion-flexslider {
	max-height:500px;
	overflow: hidden;
}
.fusion-post-grid .fusion-rollover {
	z-index: 11;
}
.fusion-post-grid .fusion-rollover-link {
	display: none;
}



/********************
 * 
 * Our Work Page
 * 
 */
@media (max-width: 1200px) and (min-width: 900px) {
	body #our-work-tabs .fusion-tab-heading {
		font-size: 16px !important;
	}
}



/********************
 * 
 * Gravity Form
 * 
 */
#field_1_8 {
	display: none;
}
textarea::placeholder {
	color: #00263a;
}




/********************
 * 
 * Lightbox close button
 * 
 */
button.close {
	color: white;
	background: black;
	opacity: 1;
}




@media (max-width: 899px) {
	.swap-columns-mobile .fusion-row {
		flex-direction: column-reverse;
	}
	.white-background-mobile {
		background: white;
	}
}


/*********************
 * 
 * Imported from elsewhere
 * 
 */
@media(max-width:767.98px){
	.hero h1 {
		font-size: 20px !important 
	}
	.hero h2 {
		font-size: 35px !important 
	}
	.hero .p{
		font-size: 20px !important;
	}
	.big-num-adj {
    top: 0px;
 }
	.big-num-adj {
    top: 0px;
  }
	
	.big-number, .big-number2 {
    font-size: 10rem;
    width: 100%;
    text-align: center;
    display: block;
 }
	.tom-laney img{
		display:block!important;
		float:none;
	}
	.fusion-logo img {
    width: auto;
    max-height: 40px !important;
}
	.box-image-bg{
		    background-image: none !important;
	}
	.wide-text {  
    font-size: 0.8rem;
}
	.fusion-form h2{
		    font-size: 35px !important;
	}
	
}/*max-width:767*/
.fusion-modal .modal-header {min-height: 0px !important;}
.related-posts {margin-bottom: 60px;}
body .fusion-theme-sharing-box h4 {color:#00263a;}