/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header {
    box-shadow: 0 1px 0 rgb(173 88 88 / 10%);
}
.inside-header {
    padding: 12px 40px;
}

.footer-widgets {
    font-size: 15px;
}

.entry-meta {
    font-size: 70%;
}
.bottom-5 {
    margin-bottom: 5px;
}

.wp-block-separator {
    border: 0px;
}

.footer-widgets .widget :last-child {
    margin-bottom: auto;
}


.wplogout-social-wrapper {
    margin: 30px 0;
    font-size: 0;
}

.wplogout-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.wplogout-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 17px;
        padding: 7px 12px;
        display: inline-block;
    }
}

.wplogout-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.wplogout-social-sharing:first-of-type {
    border-radius: 100px 0 0 100px;
}

.wplogout-social-sharing:last-of-type {
    border-radius: 0 100px 100px 0;
}

.wplogout-social-facebook {
    fill: #f9f9f9;
    background-color: #444444;

}

.wplogout-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.wplogout-social-twitter {
    fill: #222222;
    background-color: #e9e9e9;
}

.wplogout-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.wplogout-social-pinterest {
    fill: #f9f9f9;
    background-color: #444444;
}

.wplogout-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.wplogout-social-linkedin {
    fill: #222222;
    background-color: #e9e9e9;
}

.wplogout-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.wplogout-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.wplogout-social-reddit {
    fill: #e9e9e9;
    background-color: #444444;
}

.wplogout-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}
@media screen and (min-width: 800px) {
.wplogout-social-wrapper {
    padding-left: 25%;
}
}

@media only screen and (max-device-width: 480px) {
.wplogout-social-wrapper {
text-align: center;
}
}

@media only screen and (max-width: 600px) {
    .wplogout-social-sharing {
        font-size: 17px;
        padding: 7px 12px;
        display: inline-block;
    }
    ol, ul {
    margin: 0 0 1.5em 1.5em;
}
}


.wp-block-image img {
    padding-bottom: 15px;
}

.padding-left-15 {
	padding-left: 15px
}

@media (max-width: 768px) {
.separate-containers .inside-article {
    padding: 15px;
}
}

blockquote {
    border-left: 5px solid #1e73bea3;
    padding: 15px;
    font-size: 20px;
    background-color: #ed1c2617;
}

.site-info {
    border-top: 0.5px solid #cccccc;
}

.nav-below-header .main-navigation .inside-navigation.grid-container {
    box-shadow: 0 1px 0 rgb(173 88 88 / 10%);
}

.highlight1 {
	padding: 15px 25px 10px 25px;
    background-color: #F9F9F9;
}

.wp-show-posts-columns .wp-show-posts-inner {
    background-color: #FAFAFA;
    padding: 20px;
}

.wp-block-rank-math-toc-block {
    padding: 20px 20px 1px 20px;
    background-color: #F9F9F9;
    font-size: 18px;
    margin-bottom: 20px;
}
.wp-block-rank-math-toc-block > H6 {
    font-size: 25px;
    font-weight: 500;
}

.wp-block-rank-math-toc-block > nav {
    text-decoration: underline;
}

.wp-block-table.is-style-stripes td, 
.wp-block-table.is-style-stripes th {
    border: 1px solid rgba(0,0,0,.1);
}
.wp-block-table.is-style-stripes {
    border-bottom: unset;
}
.c-accordion__title:after {
    color: #ed1c25;
    font-weight: 600;
    font-size: 30px;
}
.c-accordion__title {
    border-bottom: 1px solid #e5e5e9;
    padding-bottom: 20px;
    font-size: 22px;
}
.summary {
    border: 1px solid;
    border-color: #ed1c25;
    border-radius: 5px;
}
p.has-background {
    padding: 0.4em 1.5em !important;

}
.wp-block-embed figcaption {
    margin-top: 0.3em;
    font-size: 15px;
    text-align: center;
    font-style: italic;
}
.no-image {
    max-width: none;
}

blockquote {
    border-left: 5px solid rgb(163 35 142);
    font-size: 20px;
    background-color: #a3238e14;
}

.post-abbr {
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, .1);
    box-shadow: 0 0 10px 0 rgba(33,33,33,.1);
    background: #fff;
    border-radius: 5px;
}