/*
Theme Name: Hello Child Theme
Theme URI:  https://elementor.com/products/hello-theme/?utm_source=google&#038;utm_medium=cpc&#038;utm_campaign=21414988466&#038;utm_term=&#038;lang=&#038;gad_source=1&#038;gclid=CjwKCAiAhP67BhAVEiwA2E_9g6NVVMecMS5fJHHDw2VtM7i9JgHnwUq6USXl1yfArF9reWpoHwpIqBoC0GEQAvD_BwE
Author:     Elementor
Author URI: https://www.elementor.com
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/


html.elementor-page-transition,
body.elementor-page-transition {
	max-width: 1920px;
    margin: 0 auto;
  	overflow: hidden !important;
}

a, a:hover {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
}

a:hover {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
}

@media (min-width: 1025px) {
    .elementor-section-wrap,
    body .elementor {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden !important;
    }
}

header.elementor-location-header,
header.elementor-location-header .e-con.e-parent {
    max-width: 100% !important;
    width: 100% !important;
}


/* DF Custom Styles --------------------------------------------------------*/

/* MOBILE FIXES --------------------------------------------------------*/

.teamwrap  h4.elementor-heading-title {
    font-family: "purista-web", Sans-serif;
    font-size: 16px !important;
    font-weight: 300;
}

.introinnerwrap h3.elementor-heading-title {
    font-family: "Open Sans", Sans-serif;
    font-size: 22px !important;
}

.intromainwrap {
	
}

@media (max-width: 1600px) {
	.introinnerwrap h2.elementor-heading-title {
        font-size: clamp(20px, 3vw, 44px) !important;
    }
	
	.introinnerwrap h3.elementor-heading-title {
        font-size: clamp(16px, 1.75vw, 20px) !important;
		line-height: 1.3em !important;

    }
}

@media (max-width: 1024px) {
	.turnoffmobile {
		display: none;
	}

	.addaccent h1:before {
		display: none !important;
	}
	
	.plusaccentlarge h3:before {
		left: -26px;
		height: 20px;
		width: 20px;
		font-size: 28px;
	}
	
	.initiativefix h3.elementor-heading-title {
		font-size: 19px !important;
		line-height: 1em;
		letter-spacing: 0.11em;
	}
	
	.elementor-section-wrap, body .elementor {
        overflow: visible !important;
    }
	
	.elementor-location-header,
    .elementor-location-header .e-con,
    .elementor-location-header .e-con-inner {
        overflow: visible !important;
    }
	
	.addaccent.smalltxt h2:before, .addaccent.smalltxt h3:before {
		display: none;
	}
	
	.introinnerwrap h2.elementor-heading-title {
        font-size: clamp(24px, 4vw, 44px) !important;
    }
	
	.introinnerwrap h3.elementor-heading-title {
        font-size: clamp(16px, 1.85vw, 19px) !important;
		line-height: 1.5em !important;
    }
	
    .contactgrid .elementor-field-group {
        width: 100% !important;
    }
	
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul {
		border-bottom: 2px solid #A6B385;
	}

	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	}
	
	.homeflexdivide.e-con {
		position: relative;
		overflow: hidden;
	}
	
	.homeflexdivide.e-con::before {
		top: 36px !important;
		width: 100% !important;
	}
	
    .investbulletcol {
        width: 9% !important;
        flex: 0 0 9% !important;
        max-width: 9% !important;
    }
    .investcontentcol {
        width: 91% !important;
        flex: 0 0 91% !important;
        max-width: 91% !important;
    }
	
	.portsectioncolor:after {
		display: none;
	}
	
	.addaccent h2:before {
		display: none;
	}
}

@media (max-width: 767px) {
    .investbulletcol {
        width: 15% !important;
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }
	
    .investcontentcol {
        width: 85% !important;
        flex: 0 0 85% !important;
        max-width: 85% !important;
    }
	
	.investcontentcol .elementor-widget-heading:nth-child(2) h2 {
		font-size: 14px !important;
		line-height: 18px;
	}

	.homeflexdivide.e-con::before {
		top: 26px !important;
		width: 100% !important;
	}
	
}

@media (max-width: 479px) {
	.plusaccent h3:before {
		display: none;
	}
	
	.homeflexdivide.e-con::before {
		display: none;
	}
}


.contactgrid .e-con-inner, .fixtrackrecord .e-con-inner {
    margin: 0 !important;
}

/* HEADING ACCENTS -----------------------------*/
.addaccent h1 {
	position: relative;
	overflow: none;
}

.addaccent h1:before {
    content: '';
    position: absolute;
    top: 19px;
    left: -180px;
    height: 1px;
    width: 164px;
    background-color: var(--e-global-color-accent);
}

.addaccent h2 {
	position: relative;
	overflow: none;
}

.addaccent h2:before {
    content: '';
    position: absolute;
    top: 19px;
    left: -180px;
    height: 1px;
    width: 164px;
    background-color: var(--e-global-color-accent);
}

.addaccent.smalltxt h2, .addaccent.smalltxt h3  {
	position: relative;
	overflow: none;    
    font-size: 14px !important;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.addaccent.smalltxt h2:before, .addaccent.smalltxt h3:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -180px;
    height: 1px;
    width: 164px;
    background-color: var(--e-global-color-accent);
}

.plusaccent h3 {
	position: relative;
	overflow: none;
}

.plusaccent h3:before {
    content: '+';
	font-family: "purista-web", Sans-serif;
    position: absolute;
    top: 0;
    left: -26px;
    height: 20px;
    width: 20px;
	font-size: 26px;
	font-weight: 300;
    color: var(--e-global-color-accent);
}

.plusaccentlarge h3 {
	position: relative;
	overflow: none;
}

.plusaccentlarge h3:before {
    content: '+';
	font-family: "purista-web", Sans-serif;
    position: absolute;
    top: 0;
    left: -44px;
    height: 20px;
    width: 20px;
	font-size: 38px;
	font-weight: 200;
    color: var(--e-global-color-accent);
}

.portsectioncolor {
	position: relative !important;
	overflow: none;
}

.portsectioncolor:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 215px;
    width: 35.5%;
    background-color: var(--e-global-color-secondary) !important;
}


.blurbg {
	-webkit-backdrop-filter: blur(2rem);
    backdrop-filter: blur(2rem);
}


/* READ MORE -----------------------------*/
.readmore a {
	font-size: 17px !important;
	font-weight: 700 !important;
	color: var(--e-global-color-primary) !important;
	padding: 8px 50px 8px 0 !important;
	border-top: 1px solid var(--e-global-color-primary);
	background-color: transparent !important;
	margin-top: 20px;
}

.readmore a:hover { 
	padding: 8px 90px 8px 10px !important;
}

.readmore.drk a {
	color: #ffffff !important;
	border-top: 1px solid var(--e-global-color-accent) !important;
}

.homeflexdivide.e-con {
	position: relative;
}

.homeflexdivide.e-con::before {
	content: '';
    position: absolute !important;
    top: 34px;
    left: 0 !important;
    height: 1px !important;
    width: 200% !important;
	background-color: var(--e-global-color-accent);
	z-index: 6;
}













