/*
Theme Name: Every Last Country
Theme URI: https://everylastcountry.com
Template: miniva
Author: Digitally
Author URI: https://hiredigitally.com
Description: A custom child theme for Miniva
Version: 1.6.1.1605404318
Updated: 2020-11-15 01:38:38

*/

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

/*font-family: 'Amatic SC', cursive;*/

.entry-title {
	font-family: 'Amatic SC', cursive;
	font-size: 3.2em;
	font-weight: 700;
}

.entry-body .entry-title {
	font-size: 3.2em;
}

h2 {
	font-family: 'Amatic SC', cursive;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom:  0.5em;
}

h3,
.toc_title {
	font-family: 'Amatic SC', cursive;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom:  0.5em;
}

#toc_container {
	background: #e0f0f1;
	padding: 1rem;
}

#toc_container ul {
	margin-bottom: 0;
}

.byline {
	display: none;
}

.home .entry-header {
	display: none;
}

.widget-title, .widgettitle, 
.comment-reply-title {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgb(23,25,35);
	background: linear-gradient(0deg, rgba(23,25,35,1) 0%, rgba(23,25,35,1) 0%, rgba(23,25,35,0) 100%);
}

.wp-block-gallery .blocks-gallery-item figcaption a {
	color: #8ec8cc
}

.ug-gallery-wrapper {
	margin-bottom: 2em !important;
}

.entry-date:not(.published) {
	display: none;
}

.wp-block-group.has-background {
	padding: 1rem;
}

.wp-block-column > .wp-block-image > figure {
	margin-top: 0;
}