/*
Theme Name: Suki Child
Theme URI: https://sukiwp.com/
Description: Sample Child Theme for Suki WordPress theme. Learn more about Suki WordPress theme at https://sukiwp.com/
Author: Suki WordPress Theme
Author URI: https://sukiwp.com/#about
Template: suki
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suki-child
Tags: two-columns, left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, microformats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio
*/

#primary {
  top: -30px;
  position: relative;
}

.suki-logo .suki-logo-image img, .suki-logo .suki-logo-image svg {
  display: none;
  width: 100%;
  height: auto;
}

.suki-content-inner, body{
	background-color:#8c8c8c;
}

.WEG {
	background:#fafafa;
	margin-bottom:2rem;
	padding-bottom:2rem;
	color: black;
	
}

.WEG details{
	padding-left:2rem;
}

.WEG > summary{
	background:#ff6600;
	font-size:2rem;
	color:white;
	padding-left:2rem;
}

.WEG h2{
	color: black;
	padding-left:2rem;
}

.WEG details ~h2{
	padding-top:2rem;
}