/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.1.1571968769
Updated: 2019-10-25 01:59:29

*/
.site {
    background-color: transparent !important;
}
.site-header{
	display:none;
}
body{background-color:#282828;position: relative;}
h1, h2, h3, h4, h5, h6 {font-family: 'Poppins', sans-serif;}
p{font-size:14px;line-height:18px;font-family: 'Poppins', sans-serif;margin: 20px auto;color:#1f4770;}
/*a{color:#c50d6c !important;text-decoration: none;}*/
.inner-container{width:100%;max-width:600px;margin:0 auto;text-align: center;padding: 110px 0 140px;position:relative;background-image:url('/wp-content/uploads/2019/02/confettifin.gif');background-size:cover;}
.clear{clear: both;}
.cont {display: block;}
.cont1 p {width: 265px;}
.cont1 h2 {font-weight: 500;font-size: 18px;line-height: 40px;color: #1f4770;}
.cont2 p {width: 410px;}
.cont2 p span {display:block;}
.cont3 span {display: block;}
.cont4 p{width:320px;}
.cont4 span{display:block;}
.cont5 h1 {font-size: 25px;line-height: 44px;font-weight: 500;color: #c50d6c;}
/*.inner-container::after {content: "";position: absolute;background-image: url('/wp-content/uploads/2019/02/confetti_01.png');top: 0;left: 0;background-size: cover;background-position: top center;z-index: 9;right: 0;padding: 210px;background-repeat: no-repeat;}
.inner-container::before {content: "";position: absolute;background-image: url('/wp-content/uploads/2019/02/confetti_03.png');bottom: 0;left: 0;background-size: cover;background-position: bottom center;z-index: 9;right: 0;padding: 210px;background-repeat: no-repeat;}*/
.maracas-cont {
	position: absolute;width: 100%;z-index: 9;
}
.maracas-left {
	float: left;width: 30%;
}
.maracas-right {
	float: right;width: 30%;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    display: none;
}
.site {
    margin: 0;
}
#engage-int {
    margin: 0 auto;
}

@media only screen and (max-width: 640px){
	.inner-container {
		max-width: 540px;
		padding: 25px 0 120px;
	}
	.temp-logo img {
		width: 40%;
	}
	.cont2 p {
		width: 90%;
	}
	.cont5 img {
		width: 45%;
	}
	.maracas-cont img {
		max-width: 70%;
	}
}
@media only screen and (max-width: 440px){
	.inner-container {
		max-width: 400px;
		padding: 20px 0 80px;
	}
	.temp-logo img {
		width: 40%;
	}
	.cont2 p {
		width: 100%;
	}
	.cont5 img {
		width: 55%;
	}
	.maracas-cont img {
		max-width: 70%;
	}
}
@media only screen and (max-width: 360px){
	.inner-container {
		max-width: 320px;
		padding: 20px 0 65px;
	}
	p {
		margin: 15px auto;
	}
	.cont1 img {
		width: 35%;
	}
	.cont5 h1 {
		font-size: 20px;
	}
}