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

body{
    overflow-x: hidden;
}

.elementor-widget-text-editor a,
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:active{
	color:#008AFC;
}
footer .elementor-widget-text-editor a,
footer .elementor-widget-text-editor a:hover,
footer .elementor-widget-text-editor a:active{
	color:#FFFFFF;
	font-weight:800;
}
.elementor-widget-text-editor ul{
	padding-bottom:1em;
}



.ekit-wid-con .elementskit-section-title span {
    display: inline!important;
}



#subForm label{
	display:block;
	font-size:15px;
	color:#A5A5A5;
	margin:10px 0 0 0;
}
#subForm input{
	background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width:100%;
    max-width: 400px;
}

#subForm fieldset{
	border:none;
	margin: 0 0 10px 0;
}

#subForm .checkbox{
	float:left;
	clear:both;
}
#subForm .checkbox input{
    width: 20px;
    height: 20px;
	float:left;
	margin: 5px 10px 0px 0px;

}
#subForm .checkbox label{
	margin:5px 0 0 0;
	float:left;
}

#subForm button[type=submit]{
	float:left;
	clear:left;
	margin:30px 0 0 0;
}


.cky-cookie-audit-table th {
    background-color: #111111!important;
    border: 1px solid #000000!important;
    color:#ffffff!important;
}
.cky-cookie-audit-table td {
    border: 1px solid #000000!important;
    color:#ffffff!important;
}
.cky-cookie-audit-table tr:nth-child(2n + 1) td {
    background: #333333!important;
}
.cky-cookie-audit-table tr:nth-child(2n) td {
    background: #444444!important;
}