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

/*
    Add your custom styles here
*/

a{
	color:#0D4BA0;
}

#comments{    max-width: 750px !important;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

[type=submit]{
color:#FE0000 !important;
border: 1px solid #FE0000 !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
	background-color:white !important;
}

.wpml-ls-statics-shortcode_actions{
	
	border-color:transparent;
}

.wpml-ls-statics-shortcode_actions a {
	border-color:transparent;
}

@media (min-width:1100px){
	.wpml-ls-statics-shortcode_actions{
		width:15% !important;
	}
	
}

@media (max-width:750px){
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		right:1px !important;
	}
	
}

body{
	overflow-x: hidden;
}
