/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Author: Erudyt
Text Domain: astra-child
*/

@media (min-width: 922px) {
    .sub-menu .menu-link {
	    background-color:#178E79!important;
    }
}

@media (max-width: 921px) {
    .sub-menu .menu-link {
	    color:#0F172A!important;
    }
}

.entry-content img {
    padding-top:10px;
    padding-bottom:10px;
}

.ast-archive-description p {
    font-size:100%;
}

body.archive .ast-archive-description > *:not(:last-child) {
    margin-bottom: 20px;
}

#secondary li {
    margin-bottom: 0.8em!important;
    line-height: 1.8;
}

.wpAdvQuiz_incorrect {
  color:#e60000!important;
}

.wpAdvQuiz_correct {
  color:#178E79!important;
}

@media (min-width: 922px) {
.uagb-post__image:first-child {margin-top: -30px!important;}
}

.ast-related-post-content .entry-header .ast-related-post-title a{
    line-height: 1.6em;
}

/* вирівнювання по низу кнопки в картках на головній */
.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{ 
    display: flex;
    flex-direction: column; }
.uagb-post__inner-wrap .uagb-post__cta {margin-top: auto;}

ol, ul {margin: 0 0 1em 3em;}

td, th {padding: 0.3em 1em;}

.pt20 {padding-top:20px;}
.pb20 {padding-bottom:20px;}
.pt40 {padding-top:40px;}