/*
Theme Name: GeneratePress Child
Template: generatepress
*/
@import url("../generatepress/style.css");

p {
    margin: 8px 0;
    text-align: justify;
    line-height: 27px;
}

ul {    list-style: disc;    margin-left: 36px;}

h2 {
    margin-bottom: 6px;
    margin-top: 19px;
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.9;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 15px;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 1em;
}

.wp-caption .wp-caption-text {
    font-size: 90%;
    padding-top: 5px;
    opacity: .9;
    text-align: center;
}

.site-header {
    position: relative;
    /*border-bottom: solid 1px #ececec;*/
	border-bottom: solid 4px #fff;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}

/* Menu */
.main-navigation ul ul {
    display: block;
    box-shadow: 1px 3px 6px 1px rgb(0 0 0 / 31%);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 288px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden;
	background: linear-gradient(166deg, #ffffff 0%, #ffe089 100%);
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation .main-nav ul li a {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 39px;
}

.main-navigation.toggled .main-nav ul ul {
    transition: 0s;
    visibility: hidden;
    box-shadow: none;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 30%);
}

.main-navigation li {
    position: relative;
    cursor: pointer;
}

ul {
    list-style: disc;
    margin-left: 29px;
    margin-bottom: 5px;
}

.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 5px;
}

.footer-widgets .widget {
    margin-bottom: 8px;
}

.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: solid 1px rgb(236 236 236 / var(--tw-border-opacity, 1));
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 5px;
    padding-left: 8px;
}

.main-navigation .main-nav ul li a {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 39px;
}

.widget-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
}

/* Back top Top Button */

.generate-back-to-top {
    bottom: 45px;
    right: 30px;
    line-height: 33px;
    width: 33px;
}