/* 
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 */


#site-footer { display:none !important;}
.swsp-submit-btn,
.swsp-wallet-btn {
	background-color:#8AC43F;
	color:#08243E;
    text-transform: uppercase;
	font-weight:700 !important;
}
.swsp-submit-btn:hover,
.swsp-wallet-btn:hover {
	background-color: #08243E;
    color: #fff;
}

#payment-countryInput { margin-bottom:15px !important;}
#swsp-6a0c382df1734-start-payment,
.swsp-wallet-btn.swsp-submit-btn{ margin-top:15px !important;}
.form-check-input { width:auto !important;}
.form-check-label a { color:#08243E !important; text-decoration:underline;}
.form-check-label { display:flex !important; flex-wrap:wrap; position:relative; padding-left:20px; line-height:1.2;}
.form-check-label input { position: absolute; left: 0; top: 0;}


@media (max-width: 767px) {
	.swsp-modal-overlay .swsp-modal .swsp-modal-body {
		height:510px;
		overflow:auto;
	}
	.swsp-payment-form {
		margin-bottom:0 !important;
	}

}

@supports (-webkit-touch-callout: none) {
	.form-check-label { padding-left:35px; }	
}
