/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

html {
  scroll-behavior: smooth;
}

:root {
  --purple: #B9A9FB;
  --darkpurple: #5931FC;
  --green: #DBFF73;
  --darkgreen:  #35A003;
  --yellow:  #FFDD66;
  --darkyellow: #E56306;
  --notblack:  #202020;
  --grey: #f7fbfa;
}

.purpleHeader
{
	background-color: var(--purple);
}

.notblackHeader
{
	background-color: var(--notblack);
}

.greenHeader
{
	background-color: var(--green);
}

.yellowHeader
{
	background-color: var(--yellow);
}

.greyHeader, .greySection
{
	background-color: var(--grey);
}

.page-content ul
{
	margin-left: 0px;
}

.purpleHeader ul li, .notblackHeader ul li, .greenHeader ul li, .yellowHeader ul li, .greyHeader ul li
{
	list-style-type: none;
	position: relative;
	margin: 16px 0;
}

.page-content .purpleHeader li:before
{
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-purple.svg');
}

.page-content .notblackHeader li:before
{
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-white.svg');
}

.page-content .greenHeader li:before
{
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-green.svg');
}

.page-content .yellowHeader li:before
{
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-orange.svg');
}

.page-content .greyHeader li:before
{
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-black.svg');
}

.purpleHeader ul li:before, .notblackHeader ul li:before, .greenHeader ul li:before, .yellowHeader ul li:before, .greyHeader ul li:before
/*.page-content li:before*/
{
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	top: 3px;
	left: -38px;
	background-image: url('/wp-content/themes/hello-elementor-child/images/bullet-black.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.narrowCenterContent, .narrowLeftContent
{
	max-width: 800px;
}

.narrowCenterContent
{
		margin: 0 auto;
}


@keyframes slideInToLeft {
  0% {
    left: 0px;
  }
  100% {
    left: -132px;
  }
}

.backAll
{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	padding: 18px 60px 18px 20px;
	background: url('/wp-content/themes/hello-elementor-child/images/arrow-left.svg') var(--notblack) no-repeat right 16px center;
	background-size: 24px auto;
	position: fixed;
/*	left: -132px;*/
	bottom: 20vh;
	transition: all 0.3s ease;
	z-index: 99999;
	margin-left: 0;
}

.backAll:hover
{
	margin-left: 132px;
	color: #fff;
}

.home .backAll
{
	display: none;
}



body:not(.home) .purpleHeader, body:not(.home) .notblackHeader, body:not(.home) .greenHeader, body:not(.home) .yellowHeader
{
	padding-top: 120px;
	padding-bottom: 120px;
}

.splitFooter>div>div.elementor-column
{
	padding-top: 20px;
	padding-bottom: 20px;
}

body h1,body h2,body h3,body h4,body h5,body p, body li, body, body .elementor-widget-text-editor, .footerLogo
{
	color: var(--notblack);
	font-family: 'Jost', Helvetica, Arial, sans-serif;
}

.footerLogo
{
	/*opacity: 0.6;*/
}

/*minimum, preferred, maximum*/

body h1
{
	font-size: clamp(40px, 80px, 6vw);
}

body h2
{
	font-size: clamp(30px, 64px, 4vw);
}

body h3, .footerLogo
{
	font-size: clamp(22px, 24px, 2vw);
}

body h1, body h2, body h3, body h4
{
	font-weight: 700;
	line-height: 1;
}

body p, body li, body, body .elementor-widget-text-editor
{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}

.roundedImg img, .homeImg img
{
	border-radius: 20px!important;
	overflow: hidden;
}

.homeImg img
{
	border: 1px solid var(--notblack)!important;
}

.homeImg a:hover{

}

.forceCenter
{
	text-align: center!important;
}

.notblackHeader h1, .notblackHeader h2, .notblackHeader h3, .notblackHeader h4, .notblackHeader h5, .notblackHeader p, .notblackHeader li, .notblackHeader, .notblackHeader.elementor-widget-text-editor, .notblackHeader .elementor-widget-text-editor
{
	color: #fff!important;
}

.splitFooter
{
	background: url('/wp-content/themes/hello-elementor-child/images/footer-bg.png') center center;
}

.splitFooter .notblackHeader
{
	padding-left: 40px;
}

.splitFooter h2
{
	padding-bottom: 20px;
}

.splitFooter .elementor-button-wrapper
{
	padding-top: 20px!important;
}

.elementor-button-link, .splitFooter .greenHeader .elementor-button-link
{
	border-radius: 4x!important;
	padding: 18px 36px!important;
	font-size: 12px!important;
	font-weight: 700!important;
	text-transform: uppercase;
	background: var(--notblack)!important;
	color: #fff!important;
}

.notblackHeader .elementor-button-link
{
	background: #fff!important;
	color: var(--notblack)!important;
}

.purpleHeader .elementor-button-link, .greenHeader .elementor-button-link, .yellowHeader .elementor-button-link, .greyHeader .elementor-button-link
{
	background: transparent!important;
	border: 2px solid var(--notblack)!important;
	color: var(--notblack)!important;
}

.purpleHeader .elementor-button-link:hover, .greenHeader .elementor-button-link:hover, .yellowHeader .elementor-button-link:hover, .greyHeader .elementor-button-link:hover
{
	background: var(--notblack)!important;
	color: #fff!important;
}

.footerLogo
{
	font-size: 30px;
	font-weight: 700;
}

#footerlinktochildthemewp
{
	display: none!important;
}

.contactBox strong, .contactBox strong a
{
	color: var(--notblack)!important;
}
.contactBox strong
{
	font-size: 24px;
}


.contactBox .elementor-column.elementor-col-50
{
	width: 60%;
}
.contactBox .elementor-column.elementor-col-50:first-of-type
{
	width: 40%;
}


/* - - - HOME start - - - - */

.homePortfolioList img
{
	border: 1px solid var(--notblack)!important;
	border-radius: 20px!important;
}

.contactBox
{
	box-shadow: 0px 16px 40px -8px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 20px;
}

.contactBoxHeader
{
	box-shadow: none!important;
	padding: 40px 0 0 0;
}

.footerCopy
{
	padding-top: 8px;
}
.footerCopy a
{
	color: var(--notblack);
	position: relative;
	transition: all 0.3 ease;
	font-size: 20px;
	font-weight: 400;
}
.footerCopy a:hover
{
	border-bottom: 2px solid var(--purple);
}
.contactBoxHeader a:hover
{
	border-bottom: 4px solid var(--purple);
	padding-bottom: 0px;
}

.home .contactBoxHeader
{
	display: none;
}

#site-header
{
	/*padding-top: 0;*/
}

section.elementor-top-section
{
	padding-top: 40px;
	padding-bottom: 40px;
}



/* - - - HOME end - - - - */


.fullBleedMock
{
	min-height: 400px;
	height: 70vh;
}



/* - - - - - MEDIA QUERIES - - - - - - */


@media only screen and (min-width: 768px) {
	.backAll
	{
		animation-name: slideInToLeft;
	  animation-duration: .4s;
	/*  animation-iteration-count: 1;*/
		animation-delay: 2s;
		animation-fill-mode: forwards;
	}
	.telLink
	{
		pointer-events: none;
	}

}

@media only screen and (max-width: 767px) {

	.backAll
	{
		bottom: 5vh;
		left: 0;
	}
	.backAll:hover
	{
		margin-left: 0;
		background-position: right 20px center;

	}

	.splitFooter
	{
		background: none;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.splitFooter .notblackHeader
	{
		padding-left: 0px;
	}

	.contactBox>div
	{
		display: block!important;
	}

	.coFounders>div
	{
		    display: grid!important;
    grid-template-columns: 1fr 1fr;

	}
	.coFounders .elementor-widget-image>.elementor-widget-container
	{
		padding: 0 18px;
	}

	.coFounders
	{
		margin: 0px -4vw!important;
    width: 92vw!important;
	}

	.coFoundersRow .elementor-element-cfbdba0>div
	{
		padding: 0!important;
	}

	.contactBox p
	{
		margin-bottom: 0;
	}

	body:not(.home) .purpleHeader, body:not(.home) .notblackHeader, body:not(.home) .greenHeader, body:not(.home) .yellowHeader
	{
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.elementor-column-gap-default>.elementor-column>.elementor-element-populated
	{
		padding: 0 4vw!important;
	}

}












