<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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
*/

/* Style caption image in single post*/
.wp-caption .wp-caption-text {
font-style:italic;
}

/* Responsive Embed Youtube Video in single post */
.iframe {
	border-width: 0px !important;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* UPPERCASE H3 = title image in single post */
.heading-img-post {
	text-transform: uppercase;
}

/* aside Conclusion in BOTTOM single post  */
.bottom-conc {
	margin-bottom: 1em;
}

/* Share buttons CSS code designed by www.jonakyblog.com */
.share-buttons {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    width: calc(16.6% - 2px);
    margin-right: 2px;
}
.share-buttons li:last-child {
    width: 16.6%;
    margin-right: 0;
}
.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.share-buttons a {
    display: block;
    padding: 8px 8px 8px;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
}
.share-buttons a:hover {
    opacity: 0.8;
}
.share-buttons li:first-child a {
    border-radius: 6px 0 0 6px;
}
.share-buttons li:last-child a {
    border-radius: 0 6px 6px 0;
}
.share-twitter {
    //background: #1da1f2;
	 background: #0778D6;
}
.share-facebook {
    background: #3b5998;
}
.share-whatsapp {
    //background-color:#3fbb50;
	 background-color:#0E8A17;
}
.share-linkedin {
    background-color:#0077b5;
}
.share-pinterest    {
    background: #b5071a;
}
</pre></body></html>