@charset "UTF-8";

/*
Theme Name: OnTourBlog
Theme URI: trueb.net/theme
Author: Thomas Trüb
Author URI: none
Description: An "OnTour" theme if you like to blog about your travles. It's almost responsive. Inspired by Joshua Lyman's Travelogue theme. Don't forget to change the random pictures in the photoframe! Widget-compatible.
Version: 1.0
Requires at least: 5.6
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: OnTourBlog
Tags: brown, custom-style, custom-menu, featured-images, threaded-comments, translation-ready, travel

This theme, like WordPress, is licensed under the GPL.

To use the photoframes with Gutenberg it's recomanded to use the OnTourPlugin.
 
Responsive media sizes
----------------------
mobile portrait: 	 450px
tablet portrait: 	 960px
tablet landscape: 	1200px
monitor small:		1650px
monitor medium:		1950px
monitor big:	   >2000

*/
/* https://codeguide.co/#css-syntax
 * https://little-boxes.de/lb1/8.4-die-reihenfolge-der-deklarationen-im-style.html
 * https://wiki.selfhtml.org/wiki/CSS/Custom_properties_(CSS-Variablen)
 * https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
*/

/*****************************************************************************************************
 * Basic stettings
 ****************************************************************************************************/

 :root {
	 
 /* main color scheme
  * https://www.htmlcsscolor.com/hex/45392A
  */
	--col-dark-brown: 			#45392a;	/* Jacko Bean */
	--col-brown: 				#847563;	/* Sand Dune */
	--col-ocker-brown:			#cfc2a1;	/* Double Spanish White */
	--col-light-gray:			#e9e2da;	/* Spring Wood */
	--col-red: 					#ac0605;	/* Free Speach Red */
	--col-dark-orange:			#aa3511;	/* Rust */
	--col-dark-blue:			#315980;	/* Matisse */
		
/* additional colors */		
	--col-darker-ocker-brown:	#bdb294;	/* Akaroa */
	--col-light-ocker:			#eadfc9;	/* Pearl Lusta */	
	--col-light-rose:			#f4eade;	/* Bridal Heath */
	--col-lighter-rose:			#faf5f1;	/* Seashell */
	--color-dark-red:			#890705;	/* Dark Red */
	--col-dark-gray-blue:		#618788;	/* Half Backed */
	--col-gray-blue:			#b6cad1;	/* Heather */
	--col-light-gray-blue:		#dbe2e8;	/* Pattens Blue */
	--col-lighter-gray-blue:	#e6ebf1;	/* Solitude */
}

* { /* Universal selector, basic setup */
	padding: 0;
	margin: 0;

}

html { /* makes 1rem = 10px, easier for calculations ;-) */
	font-size: 62.5%;
}

body {
    display: flex;
	min-height: 100vh;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: var(--col-dark-brown);
	background-color: white;
	flex-direction: column;
}

h2,
h3 {
	margin-top: 0.5em;
	color: var(--col-red);
}

a:link,
a:visited {
    color: var(--col-red);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.7em;
}

li {
  list-style: none;
}

select, input, textarea {
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  	color: var(--col-dark-brown);
	background-color: var(--col-lighter-rose);
	border: 0.1rem solid var(--col-brown);
}

select {
	width: 20rem;
}

input[Type="text"]:focus,
textarea:focus {
  border-color: var(--col-red);
}

submit {
	padding: 0.3rem;
	color: var(--col-dark-brown);
	background-color: var(--col-light-gray);
	border: 1px solid var(--col-brown);
}


 /*****************************************************************************************************
 * Navigationmenu
 ****************************************************************************************************/
@media screen and (min-width: 961px) {
 .toggle-nav,
 .menu.main {
    display: none !important;
}
 }

@media screen and (max-width: 960px) {
    .toggle-nav {
        display: inline-block !important;
        float: right;
        padding-top: 1.5rem;
		color: white;
    }
	
	.toggle-nav img {
		height: 60px;
	}
         
    a.toggle-nav:link, 
    a.toggle-nav:visited,
    a.toggle-nav:hover, 
    a.toggle-nav:active {
        z-index: 1000;
		color: white;
		text-decoration: none;
    }
	
	.menu.main {
		position: relative;
		display: inline-block;
		font-size: 1.5em;
		line-height: 2em;
		text-align: left;
		background: white;
	}
		 
	.menu.main ul {
		position: absolute;
		top: calc(17rem * 0.5);
		right: 0;
		z-index: 1000;
		display: none;
		overflow: auto;
		padding: 2rem;
		background: linear-gradient(to right, rgba(207, 194, 161, 0.92), rgba(132, 117, 99, 0.97));
		border: 0.1rem solid var(--col-dark-brown);
	}
		 
	.menu.main ul li {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		float: none;
		min-width: 200px;
		text-align: right;
	}
	
		.menu.main ul li ul {
		position: absolute;
		top: 0;
		z-index: 1000;
		display: none;
		overflow: auto;
		right: 0px;
		padding: 0px;
		/*background: linear-gradient(to right, var(--col-ocker-brown), var(--col-brown));*/
		border: 0.1rem solid var(--col-dark-brown);
	}
		 
	.main.menu li:after { 
		content: none; 
	}
}


/*****************************************************************************************************
 * Header
 ****************************************************************************************************/

header {
    position: relative;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 22rem;
}

#OTB-header-image{
	position: absolute;
	width: 100%;
	height: 17.2rem;
	z-index: -100;
	overflow-x: hidden;
	background: url('images/OTB-header-worldmap.jpg') repeat-x;
	background-size: auto 34.4rem;
}

#OTB-header-photoframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 400;	
	width: 32rem;
	height: 32rem;
	background: url('images/OTB-header-photoframe.png') no-repeat;
	background-size: 32rem 32rem;
}

#OTB-header-photoframe-picture,
#OTB-header-photoframe-remark,
#OTB-header-photoframe-text {
	position: relative;
	left: 4rem;
	overflow: hidden;
}

#OTB-header-photoframe-picture{
	top: 3.3rem;
	z-index: 600;
	width: 22rem;
	height: 20rem;
}

#OTB-header-photoframe-picture img {
	width: 22rem;
	height: 20rem;
}

#OTB-header-photoframe-remark {
	top: -10rem;
	z-index: 500;
	width: 18rem;
	height: 10rem;
	padding: 2rem;
	font-size: small;
}

#OTB-header-photoframe-text {
	top: -10.8rem;
	z-index: 700;
	display: flex;
	width: 22rem;
	height: 3rem;
	font-size: small;
	font-style: italic;
	justify-content: center;
	align-items: center;
	}
	
#OTB-header-title,
#OTB-header-description {
	position: absolute;
	left: 35rem;
	display: flex;
	float: left;
	width: 110rem;
	height: 5rem;
	max-width: 60vw;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0;
	word-spacing: normal;
	text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.7),-0.1rem -0.1rem 0.1rem rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	border: none;
	justify-content: center;
	align-items: center;
}

#OTB-header-title a,
#OTB-header-description a {
	color: var(--col-lighter-rose);
	text-decoration: none;
}

#OTB-header-title {
	top: 4rem;
	font-size: clamp(1.0em, 3.2vw, 3.2em);
    text-align: center;
}

#OTB-header-description {
	top: 10rem;
	font-size: clamp(0.5em, 1.2vw, 1.2em);
    text-align: center;
    white-space: normal;
}

#OTB-header-line {
	position: absolute;
	top: 17.2rem;
	z-index: 200;
	width: 100%;
    height: 0.5rem;
	background: linear-gradient(white, var(--col-ocker-brown));
	border-top: 0.1rem solid var(--col-brown);	
	border-bottom: 0.1rem solid var(--col-dark-brown);
	box-shadow: 0 0 0.2rem lightgray inset, 0 0.2rem 0.5rem var(--col-dark-brown);
}

@media screen and (max-width: 960px) {
	header {
		height: calc(22rem *0.5);
	}
	
	#OTB-header-image {
		height: calc(17.2rem * 0.5);
		background-size: auto calc(34.4rem * 0.5);
	}
	
	#OTB-header-photoframe {
		max-width: calc(32rem * 0.5);
		max-height: calc(32rem * 0.5);
		background-size: calc(32rem * 0.5) calc(32rem * 0.5);
	}

	#OTB-header-photoframe-picture {
		top: calc(3.3rem * 0.5);
		left: calc(4rem * 0.5);
		max-width: calc(22rem * 0.5);
		max-height: calc(20rem * 0.5);
	}

	#OTB-header-photoframe-picture img {
		max-width: calc(22rem * 0.5);
		max-height: calc(20rem * 0.5);
	}
	
	#OTB-header-photoframe-remark {
		display: none;
	}
	
	#OTB-header-photoframe-text {
		top: 1.7rem;
		left: calc(4rem * 0.5);
		width: calc(22rem * 0.5);
		height: calc(3rem  * 0.5);
		overflow: hidden;
		font-size: calc(0.7em * 0.5);
	}
	
	#OTB-header-title {
		top: 0;
		left: 15rem;
		width: calc(100vw - 23rem);
		height: 8.6rem;
		text-align: center;
		white-space: normal;
	}
	
	
	#OTB-header-description {
		display: none;
	}
	
	#OTB-header-line {
	top: calc(17.2rem * 0.5);
	width: 100%;
    height: calc(0.5rem * 0.5);
	}	
}


/*****************************************************************************************************
 * Main
 ****************************************************************************************************/

main {
	position: relative;
	flex:1;
}

@media screen and (min-width: 961px) {
	main{
		min-height: 85rem;
	}
}

/*****************************************************************************************************
 * Main - Sidebar
 ****************************************************************************************************/

aside{
	position: absolute;
	top: -5rem;
	width: 25.2rem;
	height: calc(100% + 12.5rem);
	background: linear-gradient(to right, var(--col-ocker-brown), var(--col-brown));
	border: 0.1rem solid var(--col-dark-brown);
	border-radius: 0 0 1rem 0;
}

@media screen and (max-width: 960px) {
  aside {
    display: none;
  }
}

.OTB-sidebar-overlay {
	position: absolute;
	top: 0;
	left: 13.9rem;
	width: 11.3rem;
	height: 100%;
	background: url('images/OTB-sidebar-overlay.png') repeat-y;
	background-size: 11.3rem auto;
	border-radius: 0 0 1rem 0;
}


/*****************************************************************************************************
 * Main - Sidebar - Widgets
 ****************************************************************************************************/

.OTB-sidebar-widgets {
	position: absolute;
	top: 13rem;
	z-index: 100;
	width: 24.2rem;
	padding-left: 1rem;
	color: var(--col-dark-brown);
}

.widget-title {
	display: flex;
	width: 21.5rem;
	height: 2.8rem;
	padding-left: 1.5rem;
	margin: 0 0 0.5rem -1.6rem;
	color:var(--col-dark-blue);
	background: linear-gradient(var(--col-ocker-brown), var(--col-darker-ocker-brown));
	border: 0.1rem solid var(--col-brown);
	border-bottom: none;
	border-radius: 8px 8px 0px 0px;
	align-items: center;
}

.widget {
	width: 21.5rem;
	margin-top: 1.5rem;
	padding: 0 0 0.8rem 1.5rem;
	font-size: smaller;
	background: linear-gradient(var(--col-light-gray) 0.1rem, var(--col-light-gray) 3rem, var(--col-ocker-brown) 15rem);
	border: 0.1rem solid var(--col-brown);
	border-top: none;
	border-radius: 1.5rem 1.5rem 0 0;
}

.widget a {
	line-height: 1.2em;
}

.widget .children {
	padding-left: 1rem;
	font-size: small;
}

#calendar_wrap {
	margin: 0.5rem 0 0 -1.5rem;
	font-size:larger;
}

table#wp-calendar {
	padding: 0;
	margin: 0 auto;
	margin-top: 1rem;
	text-align: center;
	border: 0.1rem solid var(--col-dark-brown);
}

#wp-calendar caption {
	margin: 0 auto;
	font: bold 1.1em 'Century Gothic', Verdana, Arial, Sans-Serif;
	color: white;
	text-align: center;
	white-space: nowrap;
	background-color: var(--col-dark-gray-blue);
	border: 0.1rem solid var(--col-dark-brown);
	border-bottom: none;
}

#wp-calendar tbody,
#wp-calendar tfoot {
	padding: 0;
	margin: 0;
	background-color: var(--col-gray-blue);
}

#wp-calendar th {
	padding: 0;
}

#wp-calendar tbody td a {
	font-weight: bold;
	}

.wp-calendar-nav {
	margin-top: 0;
}

.wp-calendar-nav-prev {
	padding-left: 5.5rem;	
}

.wp-calendar-nav-next {
	float:right;	
	padding-right: 5.5rem;
}

.screen-reader-text {
	display: none;
}

#searchsubmit {
	width: 5rem;
	margin-top: 0.5rem;
}


/*****************************************************************************************************
 * Main- Content
 ****************************************************************************************************/

.OTB-content {
	position: relative;
	left: 35rem;
	width: 110rem;
	max-width: 60vw;
}

@media screen and (max-width: 960px) {
	.OTB-content {
		left: 0;
		max-width: calc(100vw - 1rem);
		padding: 0 .5rem 0 0.5rem;
	}
}

.OTB-header-dropdown {
	position: relative;
	height: 8rem;
	padding-top: 0.5rem;
}

@media screen and (max-width: 1000px) {
	.OTB-header-dropdown {
		height: calc(8rem * 0.5);
	}
}

.OTB-header-dropdown h3 {
	margin-top: 0;
}

.OTB-header-dropdown-left {
	float: left;
	padding-left: 3.675rem;
}	
	
.OTB-header-dropdown-right {
	float: right;
	padding-right: 7.25rem;
}

@media screen and (max-width: 1830px) {
	.OTB-header-dropdown-left {
		padding-left: 2vw;
	}	
	
	.OTB-header-dropdown-right {
		padding-right: 4vw;
	}
}

@media screen and (max-width: 1000px) {
	.OTB-header-dropdown-left,
	.OTB-header-dropdown-right {
		display: none;
	}
}


/*****************************************************************************************************
 * Main - Archive Title
 ****************************************************************************************************/

.OTB-archive-title {
	display: flex;
	padding: 1rem 0 1rem 0;
	text-align: center;
	border-bottom: 0.2rem solid var(--col-ocker-brown);
	justify-content: center;
	align-items: center;
}


/*****************************************************************************************************
 * Main- Article
 ****************************************************************************************************/

article {
	position: relative;
    width: 100%;
}

article.OTB-post {
    border-bottom: 0.1rem dotted var(--col-ocker-brown);
}

@media screen and (max-width: 960px) {
	article.OTB-post {
		border-bottom: 0.2rem dotted var(--col-ocker-brown);
		padding: 1rem 0 1rem 0;
	}
}

.OTB-post-header {
	min-height: 8rem;
}

.OTB-post-calendar {
	float: left;
	width: 5.4rem;
	margin-right: 1.5rem;
	text-align: center;
}

	.OTB-post-calendar-weekday {
		width: 96%;
		font-size: smaller;
		font-weight: bolder;
		color: white;
		background: linear-gradient(var(--col-red), var(--color-dark-red)) ;
		border: 0.1rem solid var(--col-brown);
		border-bottom: none;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	
	.OTB-post-calendar-date {
		width: 96%;
		font-size: xx-large;
		font-weight: bold;
		color:var(--col-dark-brown);
		background: linear-gradient(var(--col-light-rose), var(--col-light-ocker));
		border: 0.1rem solid var(--col-brown);
	}
	
	.OTB-post-calendar-monthyear {
		width: 96%;
		font-size: smaller;
		color:white;
		background: linear-gradient(var(--color-dark-red), var(--col-red)) ;
		border: 0.1rem solid var(--col-brown);
		border-top:none;
		border-radius: 0 0 0.5rem 0.5rem;
	}

.OTB-post-title {
	height: 5.5rem;
	line-height: 1.6em;	
}

@media screen and (min-width: 1500px) {
	.OTB-post-title {
		height: 5.2rem;
		line-height: 1.9em;
	}
}

.OTB-post-subtitle {
	display: inline;
	margin-top: 2rem;
	font-weight: bold;
}

.OTB-number-comments {
	float: right;
	margin: -0.65rem 0.5rem 0 0;
	font-size: smaller;
}

@media screen and (max-width: 600px) {
	.OTB-post-header {
		margin-top: 1rem;
	}
	
	.OTB-post-title {
		display: flex;
		height: 7.5rem;
		font-size: 1.175em;
		line-height: 1.5em;
		align-items: center;
	}
	
	.OTB-post-title h2 {
		margin-top: 0 !Important;
	}

	.OTB-post-subtitle {
		display: block;
		margin-top: 1rem
	}
	
	.OTB-number-comments {
		display: block;
		float: none;
		text-align: right;
	}
	.OTB-number-comments h3 {
		font-weight: normal;
	}
}

.OTB-div-excerpt {
	min-height: 0.1rem;
	overflow: hidden;
}

.OTB-post-thumbnail {
	float: left;
	margin: 1rem 2rem 1rem 0;
}

.OTB-post-thumbnail img {
	padding: 0.3rem 0.3rem 2.5rem 0.3rem;
	background-color: var(--col-lighter-rose);
	border-radius: 0.1rem;
	border: 0.1rem solid var(--col-ocker-brown);
	box-shadow: 0 0 0.2rem var(--col-light-gray) inset, 0.2rem 0.2rem 0.5rem var(--col-dark-brown);
}

.OTB-page-title {
	min-height: 5rem;
}

article.OTB-post:last-of-type {
    border-bottom: none;
}


/*****************************************************************************************************
 * Main - Article - Comments
 ****************************************************************************************************/

.comments-area,
.comment-respond {
	margin-top: 3rem;
}

.comments-title,
.comment-reply-title {
	color: var(--col-red);
}

.OTB-respond {
	display: block;
	padding-top: 0.2rem;
	font-size: 1.0em;
	text-align: right;
}

@media screen and (max-width: 960px) {
	.OTB-respond {
		font-weight: normal;
	}
}

.comment-notes{
	margin-bottom: 0.5rem;
}

.comment-body{
	padding: 1rem;
	border: 0.1rem solid var(--col-brown);
}

.comment.even.thread-even .comment-body,
.comment.odd.alt.thread-even .comment-body {
	margin-top: 1.5rem;
	background: linear-gradient(var(--col-light-gray-blue), var(--col-light-gray-blue));
}

.comment.odd.alt.thread-odd .comment-body,
.comment.even.thread-odd .comment-body {
	margin-top: 1.5rem;
	background: linear-gradient(var(--col-light-gray), var(--col-lighter-rose));
}

.comment .children {
	margin-left: 3rem;
}

.comment.byuser.odd.alt .comment-body, .comment.byuser.even .comment-body {
	margin-top: 1.5rem;
	background: radial-gradient(var(--col-lighter-gray-blue), var(--col-light-gray)) !Important;
}

.vcard {
	float:left;
}

.commentmetadata {
	float: right;
	font-size: smaller;
}

.comment-body p {
	padding: 0.5rem 0 0.5rem 0;
	clear: both;
}

#reply-title {
	margin-bottom: 0.5rem;
}

.comment-form-url {
	display: none;
}

.comment-form label {
	position: absolute;
	min-width: 10rem;
}


.comment-form-comment textarea {
	width: calc(110rem - 12rem);
	max-width: calc(60vw - 12rem);
	}


@media screen and (max-width: 960px) {
	.comment-form-comment textarea {
		width: calc(100vw - 12rem);
		max-width: 45rem;
	}
}

input#email,
input#author,
textarea#comment {
	position: relative;
	margin-left: 10rem;
}

.comment-form-cookies-consent {
	margin-top: 0.3rem;
}

.comment-form-cookies-consent label {
	position: relative;
	margin-left: 0.5rem;
	font-size: small;
}

.fn {
	font-weight: bold;
}

#cancel-comment-reply-link {
	margin-left: 28rem;
}

.OTB-excerpt {
	font-weight: bold;
}

.no-comments {
	padding-top: 0.5rem;
}


/*****************************************************************************************************
 * Main - -Article - Navigation
 ****************************************************************************************************/

.OTB-post-nav {
	position: relative;
	bottom: 0 ;
	height: 2rem;
	margin-top: 50px;
	font-weight: bold;
}

.OTB-nav-right {
	float: right;
	width: 50rem;
	max-width: 25vw;
	text-align: right;
}

.OTB-nav-left {
	float: left;
	width: 50rem;
	max-width: 25vw;
}

@media screen and (max-width: 960px) {
	.OTB-nav-left,
	.OTB-nav-right {
		max-width: 45vw;
	}
}


/*****************************************************************************************************
 * Footer
 ****************************************************************************************************/

footer {
	height: 8rem;
}

#OTB-footer-panel {
	position: relative;
	left: 35rem;
	bottom: -2.5rem;
	display: flex;
	width: 110rem;
	height: 5rem;
	max-width: 60vw;
	font-size: small;
	text-align: center;
	border: 0.1rem solid var(--col-brown);
	border-radius: 0.2rem;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 960px) {
	#OTB-footer-panel {
		left: 0.5rem;
		width: calc(100vw - 1.2rem);
		max-width: 100vw;
	}
}


/*****************************************************************************************************
 * Search
 ****************************************************************************************************/
 
 .OTB-search-result-title {
	 font-style: italic;
	 font-weight: normal;
}


/*****************************************************************************************************
 * Images
 ****************************************************************************************************/

/* to use as standard gutenberg block replace "is-style-OnTourPlugin-image-style-photoframe" with
 * "wp-image-block" or use OTB-Plugin to add an additional Gutenberg Block Style (recomanded)
 */
 
@media screen and (max-width: 960px) {
	.is-style-OnTourPlugin-image-style-photoframe {
		 padding-right: 1.2rem;
	 }
}
 
 .is-style-OnTourPlugin-image-style-photoframe img {
	padding: 0.4rem 0.4rem 4rem 0.4rem;
	background-color: var(--col-lighter-rose);
	border-radius: 0.2rem !Important;
	border: 0.1rem solid var(--col-ocker-brown);
	box-shadow: 0  0  0.2rem var(--col-light-gray) inset, 0.2rem 0.2rem 0.5rem var(--col-dark-brown);
	object-fit: cover;
}

.is-style-OnTourPlugin-image-style-photoframe figcaption {
	margin-top: -3.5rem;
}


/*****************************************************************************************************
 * Emedded Blocks
 ****************************************************************************************************/

.wp-block-embed {
	width: 50rem;
	margin: 0 auto;
	padding: 0.4rem 0.4rem 0 0.4rem;
	background-color:var(--col-lighter-rose);
	border-radius: 0.2rem;
	border: 0.1rem solid var(--col-ocker-brown);
	box-shadow: 0  0  0.2rem var(--col-light-gray) inset, 0.2rem 0.2rem 0.5rem var(--col-dark-brown);
}

@media screen and (max-width: 1830px) {
	.wp-block-embed {
		max-width: 95vw;
	}
}


/*****************************************************************************************************
 * Gallery
 ****************************************************************************************************/
 
.wp-block-gallery {
	margin: 1.5rem 0 0.5rem 0;
}

@media screen and (max-width: 960px) {
	.wp-block-gallery {
		padding-right: 1.2rem;
	}
}

.wp-block-gallery figure img {
	padding: 0.4rem 0.4rem 4rem 0.4rem;
	background-color: var(--col-lighter-rose);
	border: 0.1rem solid var(--col-ocker-brown);
	border-radius: 0.2rem;
	box-shadow: 0  0  0.2rem var(--col-light-gray) inset, 0.2rem 0.2rem 0.5rem var(--col-dark-brown);
}

.wp-block-gallery figure figcaption {
	bottom: 0.5rem !Important;
	color: var(--col-dark-brown) !Important;
	background: none !Important;
}

.blocks-gallery-caption{
	margin-bottom: 1rem;
	text-align: center;
}

ul.blocks-gallery-grid {
    margin: 0 auto;
}


/*****************************************************************************************************
 * Figure caption
 ****************************************************************************************************/

.aligncenter figcaption {
	font-size: smaller;
	text-align: center;
}
