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

.header-button a {
	display: inline-block;
    background-color: var( --e-global-color-accent );
    font-family: "Source Sans 3", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    color: var( --e-global-color-secondary )!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-accent );
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}

.header-button a:hover {
	display: inline-block;
    background-color: var( --e-global-color-secondary );
    font-family: "Source Sans 3", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    color: var( --e-global-color-accent )!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-accent );
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px 10px 20px;
}


@media only screen and (max-width: 768px) {
	.header-button a { 
		margin: 10px 0px 0px 20px;
		font-size: 14px;
	}
}

.form-labels .jet-form-builder__label {
    display: none;
}

.white-background-slider img.swiper-slide-image {
    background: white;
}

a.no-text-decoration {
    text-decoration: none;
}