/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

#homepage h1, h2, h3, h4, h4, p {
	font-family: "Titillium Web", Sans-serif;
	color: black;
}

.wpforms-submit {
    background-color: #23B3A4!important;
    margin-top: 20px!important;
}

.wpforms-field-label {
	color: #fff;
    line-height: 2;
	font-size: 20px!important;
	font-weight: 600!important;
	font-family: "Poppins", Sans-serif;
}

.wpforms-field-label-inline {
	font-family: "Poppins", Sans-serif;
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.wpforms-pagebreak-left {
    text-align: right!important;
}


.wpforms-page-button {
    background-color: #23B3A4;
	font-family: "Poppins", Sans-serif;
    width: 100%!important;
    font-size: 16px!important;
    padding: 20px 20px!important;
    margin: 10px 0 0 0!important;
    border-radius: 20px!important;
}

.wpforms-submit  {
    font-family: "Poppins", Sans-serif;
    width: 100%!important;
    font-size: 16px!important;
    padding: 20px 20px!important;
    margin: 0 0 0 0;
    border-radius: 20px!important;
}

.wpforms-payment-total {
    font-size: 24px!important;
}



.wpforms-page-prev {
    background-color: #ddd!important;
}

.wpforms-page-next {
    background-color: #9d1c28!important;
}


ul {list-style-type:none!important; }