/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	font-family: 'Raleway', sans-serif !important;
}

h2 {
    font-weight: 600;
}

p:last-child {
	margin-bottom: 0;
}

#header-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}


.pinkText {
	color: #bb0c80;
}

.blueText {
    color: #99C111;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* ***************************
    Grid
***************************** */
.wz-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .wz-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wz-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .wz-column {
        width: 100%;
    }
    .site-branding a img {
    	max-width: 100px;
    }
    .site-header nav ul li a {
    	font-size: 15px;
    }
}
@media (min-width: 768px) {
    .wz-column.wz-col-50 {
        width: 50%;
    }
    .wz-column.wz-col-100 {
        width: 100%;
    }
}

.wz-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.wz-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wz-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

/* ***************************
    Forms
***************************** */
.wz-form-wrapper {
    width: 100%;
    overflow: hidden;
}
.wz-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wz-labels-hidden .wz-label-text {
    display: none !important;
}

.wz-form-inner .wz-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 15px;
}

.wz-form-inner .wz-field-group p {
	width: 100%;
}

.wz-form-inner .wz-field-group:last-child {
	margin-bottom: 0;
}

.wz-form-inner .wz-field-group.wz-field-type-html {
    margin-top: 15px;
}

.wz-form-inner .wz-field-group.wz-field-type-html .wz-field-cat {
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
}

.wz-form-inner .wz-field-group.wz-field-type-html .wz-field-cat:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    margin-left: 15px;
    background-color: #ffffff;
}
.wz-form-inner .wz-field-group.wz-field-type-notice {
    margin: 0;
}
.wz-form-inner .wz-field-group.wz-field-type-notice .wz-field-notice {
    font-size: .8rem;
    margin-bottom: 25px;
}
.wz-form-inner .wz-field-group.wz-field-type-notice .wz-field-notice:before {
    content: "*";
    color: #bb0c80;
    font-size: 1rem;
}

.wz-form-inner .wz-field-group.wz-field-type-file .wz-label-text small {
    margin-left: 5px;
}

.wz-form-inner .wz-field-group .wz-field-label {
    width: 100%;
}

.wz-form-inner .wz-field-group .wz-field-label .wz-label-text {
    position: relative;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    font-weight: 600;
}

.wz-form-inner .wz-field-group.wz-required-field .wz-label-text:after {
    content: "*";
    color: #bb0c80;
    padding-left: .2rem;
}

.wz-form-inner .wz-field-group.wz-field-type-quiz .wz-field-label span.quiz {
    display: flex;
}
.wz-form-inner .wz-field-group.wz-field-type-quiz .wz-field-label span.quiz label {
    width: 100%;
}

.wz-field-type-submit p {
	text-align: center;
}

/* ***************************
    7.3.2 Forms styles
***************************** */
.wz-form-inner input[type="date"],
.wz-form-inner input[type="email"],
.wz-form-inner input[type="number"],
.wz-form-inner input[type="password"],
.wz-form-inner input[type="search"],
.wz-form-inner input[type="tel"],
.wz-form-inner input[type="text"],
.wz-form-inner input[type="url"],
.wz-form-inner select,
.wz-form-inner textarea {
    border: 1px solid #2A3172;
    border-radius: 0;
}

.primary-submit > p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.primary-submit .wz-submit {
    background-color: white;
    color: black;
    padding: 12px 24px;
    border-radius: 3px;
}

.primary-submit .wz-submit:hover {
    background-color: #99C111 !important;
    border-color: #99C111 !important;
	color: black !important;
}

.wz-field-type-acceptance span.wpcf7-list-item {
    margin: 0 !important;
    font-size: .8rem;
}

.wz-field-type-textarea textarea {
    height: 100px;
}

.white-text {
    color: #ffffff !important;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
    background-color: transparent !important;
}

.wpcf7-not-valid-tip {
    font-size: 0.7em;
    padding: 0.5rem 0 0 0;
}

.wz-label-text, .wpcf7-list-item-label {
	color: white;
}