/*
Theme Name: Makers
Theme URI: https://github.com/tidythemes/blankslate
Author: Makers
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

.circles__item__content__inner{
	width: 100%;
}

@media (max-width: 767px) and (max-width: 767px){
	.menu--mobile__toggle {
	    right: 0 !important;
	}
}

body.single-ladestander header.header{
	display: none;
}

body.single-ladestander .page__header{
	padding-top: 3rem !important;
}
body.page-template-page-ladestander .codespacing_progress_map_area{
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
}
.lader__text{
	text-align: center;
	font-size:18px;
}
.lader__type__desc{
	padding-top: 3rem;
}
.lader__start{
	padding-top: 1rem;
	display: flex;
	align-items:  center;
	justify-content: center;
	flex-wrap: wrap;
}
.lader__start__date{
	font-size:18px;
	padding-left:12px;
	padding-right:12px;
	font-weight: 900;
}
.lader__data__outer{
	margin: 0 auto;
	padding-top: 3rem;
	max-width: 550px;
}
.lader__data{
	margin-left:-4px;
	margin-right:-4px;
	display: flex;
	flex-wrap: wrap;
}
.lader__data__item{
	width: calc(50% - 8px);
	margin:4px;
	padding: 6px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color:#e1f4f2;
}
.lader__data__label{
	text-transform: uppercase;
	font-weight: 500;
	font-size:12px;
}
.lader__data__value{
	text-align: right;
	font-size:16px;
}
@media (max-width: 580px){
	.lader__data__item{
		width: calc(100% - 8px);
		padding: 6px 12px;
	}
}
.lader__action{
	text-align: center;
	padding-top: 3rem;
}
.lader__action .btn{
	display: inline-flex;
	align-items: center;
}
.lader__action .btn i{
	font-size: 2.8rem;
	line-height: 1;
}

.iziToast-wrapper.iziToast-wrapper-topLeft{
	display: none !important;
}
.cspm_map_sidebars>.cspm_sidebar{
	width: 250px !important;
}