/*
 Theme Name:   Hello Elementor Child
 description: >- A custom child theme created for Jo Alilovic
 Author:       Nicole King
 Template:     hello-elementor
 Version:      1.0.0
*/





.elementor[data-elementor-type] > .e-con, .elementor[data-elementor-type] > .elementor-section-wrap > .e-con {
     padding: 100px 0;
}

.elementor[data-elementor-type] > .e-con.py-0, .elementor[data-elementor-type] > .elementor-section-wrap > .e-con.py-0 {
	padding: 0;
}

.elementor[data-elementor-type] > .e-con.pt-0, .elementor[data-elementor-type] > .elementor-section-wrap > .e-con.pt-0 {
	padding-top: 0;
}

.elementor[data-elementor-type] > .e-con.pb-0, .elementor[data-elementor-type] > .elementor-section-wrap > .e-con.pb-0 {
	padding-bottom: 0;
}


.elementor-widget-heading h3 {
	margin-bottom: -10px;
}


.elementor-widget-text-editor .elementor-widget-container p:last-child {
	margin-block-end: 0;
}

.elementor-nav-menu--main ul li:last-child {
	margin-left: 25px;
}
 
.elementor-nav-menu--main ul li:last-child a {
	background-color: var(--e-global-color-primary);
    color: #fff!important;
	border-radius: 35px;
	padding: 15px 30px!important;
	align-self: center;
}

.elementor-nav-menu--main ul li:last-child a:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-nav-menu--main ul li:last-child a:after {
	content: none;
}

.elementor-testimonial-wrapper {
	position:relative;
}

.elementor-testimonial-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	width: 1em;
    height: 1em;
    position: relative;
    display: inline-block;
	content: "\f10d";
	color: var(--e-global-color-accent);
	margin-bottom: 10px;
}