/*
 Theme Name:    The Studio Child Theme
 Theme URI:     https://www.elegantthemes.com/gallery/divi/
 Description:   Child Theme for The Studio Premium WordPress Template
 Author:        Inkling Design
 Author URL: 	https://inklingdesign.ca
 Template:      the-studio
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 ------------------------------------------------------- */

body header {
	background-color: #020101FC;
	border-bottom-color: #020101FC;
}

body header ul,
body header ul > li ul.sub-menu {
	background-color: #020101 !important;
}

body header ul > li ul.sub-menu li a {
	color: var(--e-global-color-primary);
}


body footer ul.social li a:before {
	color: #020101FC;
}

body .cta.elementor-section.newsletter .gform_footer input[type=submit] {
	background-color: var(--e-global-color-2987f76);
    font-weight: 600;
    color: var(--e-global-color-90fb0bf);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);	
	opacity: 1;
}

body .cta.elementor-section.newsletter .gform_footer input[type=submit]:hover,
body .cta.elementor-section.newsletter .gform_footer input[type=submit]:hover {
    color: var(--e-global-color-2987f76);
    background-color: var(--e-global-color-accent);	
    border-color: var(--e-global-color-accent);	
	opacity: 1;
}

footer ul.social li a:hover:before {
	color: var(--e-global-color-accent);
}

header .announcement-bar .container > *,
header .announcement-bar .container a {
	color: #020101;	
}

header ul#menu-main-menu {
	background-color: #020101;
}

.single .comment-form,
.single .commentlist li.odd {
	background-color: transparent;
}

.single .commentlist li.odd:after {
	display: none;
}

.single .elementor-widget-post-info .elementor-icon-list-item {
	display: inline-block;
}

.gform_wrapper form .gfield textarea:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper form .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	color: #000 !important;
	font-family: var(--e-global-typography-text-font-family) !important;
}