/*!
 Theme Name:   Castle Seekers Upgrade
 Theme URI:    https://www.catsules.com/
 Description:  Castle Seekers Child Theme
 Author:       CATSULES®
 Author URI:   https://www.catsules.com/
 Template:     castleseekers
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  castleseekers-upgrade
*/
/*
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash&display=swap');

h1,h2,h3{
	font-family: 'Berkshire Swash', cursive;
	text-transform:inherit;
	
}
hr
{
	position: relative;
	height: 1px;
}
hr:after {
	content: "\25C6";
	position: absolute;
	z-index: 1;
	top: -0.75em;
	left: calc(50% - .45em);
	font-size: .9em;
}
#navbarSidebar,
#navbarSidebar a{
	color:#ccc !important;
	font-size:0.9rem;
}
#navbarSidebar a.nav-link{
	font-size:1.2rem;
	padding-top:0.3rem;
}
#header-sidebar > div{
	background-color:#660000 !important;
}
#custom-background{
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #eee;
	z-index: -1;
	overflow:hidden;
}
#custom-background > .container{
	position:relative;
	height: 100vh;
}
#custom-background > .container > div{
	position:absolute;
	background-color: #fff;
	height: 100vh;
	width:calc(100% + 4rem);
	background-color: #fff;
	left:-2rem;
}
.btn-cs-share-links{
	color:#fff !important
}
/*#mainContent{
	background-color:#eee;
}
#mainContent > *{
	background-color:#fff;
}
body:not(.home) #mainContent > section{
	background-color:transparent;
}
body:not(.home) #mainContent > section > .container{
	background-color:#fff;
	padding:3rem 2rem !important;
	text-align:justify;
}*/