/*
Theme Name: freeyou-lp
Theme URI: https://lp.freeyou.ag
Version: 0.1
Author: freeyou
Author URI: https://lp.freeyou.ag
Description: freeyou Landing Pages - The Master Theme
Tags: responsive, light-weight, cool
Text Domain: lp.freeyou.ag
*/

body {
	font-family: Quicksand,sans-serif;
  background-color: #eee;
	color: #293b48;
	background-color: white;
}

h1,h2,h3,h4,h5 {
	font-family: Montserrat,sans-serif;
	font-weight:800 !important;
}

a {
	color: #ec2db1;
	text-decoration: none;
}

#header-container {
	position: fixed;
	height: 75px;
	left: 0;
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	transition: transform 500ms ease-out;
	z-index: 99;
}

body.scrolled #header-container {
	box-shadow: 2px 3px 8px -3px rgba(0,0,0,.4),0 0 8px 2px rgba(0,0,0,.1);
	transform: translateY(-0.2rem);
	height: 70px;
}

#header {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header ul.menu {
	list-style-type: none;
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin: 0 0.2rem;
}

@media (min-width: 768px) {
	#header ul.menu {
		gap: 2rem;
	}
}

#header ul.menu a {
	color: #293b48;
	font-weight: bolder;
}

#header ul.menu a:hover {
	text-decoration: underline;
}

#content-container {
	padding-top: 75px;
}


#footer {
	margin-top: 10rem;
	border-bottom: .75rem solid #343a40;
}

#footer .submenu {
	padding-top:0.75rem;
}

#footer .submenu:not(:last-child) {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
	#footer .submenu:not(:last-child) {
		border-top: 0;
		border-bottom: 0;
	}
}

#footer ul {
	margin-top: 0.75rem;
}


#footer ul li {
	margin-bottom: 0.4rem;
}

#footer ul li a{
	color: #293b48;
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer ul.social {
	display: flex;
	gap: 1rem;
	justify-content: center;
}
#footer ul.social li {
	padding: 0;
}
#footer ul.social li a {
	color: #293b48;
}



/*
Chris CSS
 */

.elementor-button-icon svg {
	width: 100% !important;
}

.elementor-button{
	background-color: #ec2db1 !important;
	border-radius: .625rem !important;
	font-weight: 700 !important;
	padding: 6px 32px 6px 32px !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	color: #fff !important;
}

.elementor-button:hover{
	background-color: #df14a0 !important;
	border-color: #d31398 !important;
	color: #fff !important;
}

.container-insurance-stage::before{
	content: url(assets/images/bg-sitting.png);
	background:url(assets/images/bg-oval-1-turned-180.svg);
	background-repeat: no-repeat;
	padding-left:150px;
	background-position: 0px 20px;
	margin-left: -350px;
}

.elementor-active > p{
	display: auto !important;
}

.elementor-toggle + .elementor-tab-content + .elementor-active{
	display: auto !important;
}
