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

.elementor-section .elementor-container {
	justify-content: center;
}

.premium {
	opacity: 0.5;
	z-index:5;
	position: relative;
}

.premium-button {
	opacity: 1 !important;
	z-index: 6;
	position: relative;
}

body {overflow-x:hidden !important;}

body .gform_wrapper .gform_footer input[type=submit] {
	    border: 1px solid #d4af37;
    color: #222;
	background: #d4af37;
	
}

.gform_wrapper .gfield_required {
    color: #d4af37;
    display: inline-block;
    font-size: 11px;
    padding-left: 0.125em;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
	background: none;
	border: 1px solid #d4af37;
	color: #d4af37;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:active,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:hover,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:hover,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover {
	background: none;
	border: 1px solid #d4af37;
	color: #d4af37;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer input[type=submit]:focus,
body .gform_wrapper .gform_footer input[type=submit]:active {
background: #d4af37;
	color: #fff;
}
	
h2.widgettitle {
    color: #fff;
    font-size: 1.3em;
    font-weight: 200;
    text-align: center;
}

.widget_recent_entries {
    list-style-type: none;
}

.widget_recent_entries a {
    font-weight: 200;
    color: #D4AF37;
    padding-right: 5px;
}
}

.widget_recent_entries ul {
	list-style-type: none;
	padding: 0px;
}

.widget_recent_entries ul span.post-date {
    color: #fff;
    font-weight: 200;
    font-size: 11px;
}