/***************************************************************************
*	DESIGNER PRO CORE STYLESHEET
****************************************************************************
*	these are the designer_pro base styles for web elements and
* 	custom layouts in WordPress
****************************************************************************
*	Designed by Michael Fucilli
***************************************************************************/

html {
	/* font-size: 62.5%; */
}

body {
	color: #2E2E2E;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 400;
	/* font-size: 16px; font-size: 1.6rem; */
	/* line-height: 1.54; */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: inherit;
}

h2.dsgnr-sitetag {
	font-weight: 900;
}

span.dsgnr-sitename {
	display: block;
	font-weight: 700;
	margin-bottom: .5rem;
}

a {
	color: #03A9F4;
	text-decoration: none;
}

a.unstyled {
	color: inherit;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
}

.dsgnr-utility {
	font-size: 0.625rem; font-size: 10px;
	margin-bottom: .25rem;
}

hr.dsgnr-divider .dsgnr-divider {
	background-color: #DDDDDD;
	border: none;
	height: 1px;
	margin: 0.5em 0;
}

span.dsgnr-vrrule {
	border-left: 1px solid;
	margin: 0 .5rem;
	vertical-align: middle;
}


/* BOOTSTRAP ELEMENTS: overrides and styling for basic Bootstrap classes */
.navbar-brand {
	font-size: 18px; font-size: 1.125rem;
	font-weight: 700;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	left: 100%;
	margin-left: .25rem;
	top: 0;
}

/* UTILITY CLASSES: styles for basic elements */
.dsgnr-background {
	background-position: center, center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dsgnr-dark-wrap {
	background-color: #363440;
	color: #E1E1E1;
}

[class *= "dsgnr-constrain"] {
	margin: auto;
}

.dsgnr-constrain-sm {
	max-width: 576px;
}

.dsgnr-constrain-md {
	max-width: 768px;
}

.dsgnr-constrain-lg {
	max-width: 992px;
}

[class *= "dsgnr-inline-sep"] > li:after {
	margin-left: .5rem;
}

.dsgnr-inline-sep-dots > li:after {
	content: '•';
}

.dsgnr-inline-sep-vr > li:after {
	content: '|';
}

[class *= "dsgnr-inline-sep"] > li:last-child:after {
	content: none;
}


/* RESPONSIVE ELEMENTS: sizing to create responsive elemetns */
.dsgnr-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
}

.dsgnr-responsive.wide {
	padding-bottom: 56.25%;
}

.dsgnr-responsive.square {
	padding-bottom: 100%;
}

.dsgnr-responsive-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

img.dsgnr-responsive-item {
	object-fit: cover;
}

/* WP ADMIN EDIT: style the custom WordPress Admin Edit Button */
.dsgnr-wpedit {
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #F0F0F0;
	border-left: 0;
	box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.4);
	color: #2A2A35;
	font-size: 1.4rem; font-size: 14px;
	padding: 14px 24px 14px 14px;
	position: fixed;
	bottom: 15%;
	left: 0;
	z-index: 9999;
}

@media( max-width: 767px ) {
	.dsgnr-wpedit {
		display: none;
	}
}

/* GENERAL CLASSES: styling for general elements */
.dsgnr-border {
	border: 1px solid #CCCCCC;
}

.dsgnr-header-styled {
	position: relative;
}

.dsgnr-header-styled > * {
	background: white;
	margin-left: 16px;
	padding: 0 16px;
	position: relative;
	z-index: 10;
}

.dsgnr-header-styled::after {
	background: #d7dcde;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	width: 100%;
}

/* LAYOUT ELEMENTS: styling for cards, posts, and such */
.dsgnr-card {
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	display: block;
	font-size: 12px; font-size: 0.75rem;
	height: 100%;
	padding: 10px 10px 30px;
	position: relative;
	transition: transform 250ms ease;
}

.dsgnr-card.animate:hover {
	transform: translateY(-5px);
}

.dsgnr-card-hero {
	background: #d7dcde;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: -11px -11px 11px;
}

h1.dsgnr-card-title {
	font-size: 18px; font-size: 1.125rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.dsgnr-post {
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	font-size: 12px; font-size: 0.75rem;
	width: 100%;
}

.dsgnr-post-hero {
	flex: 0 0 35%;
}

.dsgnr-post-hero figure {
	background: #d7dcde;
	border-radius: 6px;
	margin-bottom: 0;
}

.dsgnr-post-content {
	flex: 0 0 65%;
	padding: 10px 16px;
}

h1.dsgnr-post-title {
	font-size: 18px; font-size: 1.125rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-transform: uppercase;
}


/* SEARCH ELEMENTS: styles for search forms, results, and filters */
.dsgnr-sidebar {
	border-radius: 6px;
	overflow: hidden;
}

.dsgnr-titlebar, .dsgnr-heading {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}

.dsgnr-titlebar {
	background-color: #3E4C63;
	color: #FFFFFF;
}

.dsgnr-heading {
	background: #A8B4B9;
	border-top: 1px solid #DEE0E0;
	color: #FFFFFF;
}

.dsgnr-heading.dsgnr-bank {
	padding: 0;
}

/* -- Custom Checkboxes -- */
.dsgnr-check {
	border-bottom: 1px solid #EAEAEA;
	color: #393D3E;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	padding: 12px 20px 12px 48px;
	transition: background-color 250ms ease;
	z-index: 1;
}

.dsgnr-check:hover {
	background: #ECF7FF;
}

.dsgnr-check:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 13px;
	border: 1px solid #0f1f27;
	border-radius: 2px;
	height: 16px;
	width: 16px
}

.dsgnr-check:after {
	content: "\2713";
	color: #FFF;
	font-weight: 600;
	position: absolute;
	left: 23px;
	top: 12px;
	opacity: 0;
}

.dsgnr-check-border {
	position: absolute;
	bottom: -1px;
	left: 0;
	top: 0;
	width: 2px;
}

ul.dsgnr-drawer.children > li > .dsgnr-check {
	padding-left: 68px;
}

ul.dsgnr-drawer.children > li > .dsgnr-check:before {
	left: 40px;
}

ul.dsgnr-drawer.children > li > .dsgnr-check:after {
	left: 43px;
}

.dsgnr-check[data-active='1'] {
	background-color: #F9F9F9;
}

.dsgnr-check[data-active='1'] > .dsgnr-check-border {
	background: #297CBB;
}

.dsgnr-check[data-active='1']:before {
	background: #217AB7;
	border-color: #217AB7;
}

ul.dsgnr-drawer.children > li > .dsgnr-check[data-active='1'] {
	background-color: #FBFCFE;
}

ul.dsgnr-drawer.children > li > .dsgnr-check[data-active='1'] > .dsgnr-check-border {
	background: #5A9ACA;
}

ul.dsgnr-drawer.children > li > .dsgnr-check[data-active='1']:before {
	background: #5A9ACA;
	border-color: #5A9ACA;
}

.dsgnr-check[data-active='1']:after {
	opacity: 1;
}

/* -- Drawers -- */
.dsgnr-drawer {
	display: none;
}

ol.dsgnr-drawer, ul.dsgnr-drawer {
	margin: 0px;
	padding: 0px;
}

.dsgnr-heading.dsgnr-bank > .dsgnr-expander {
	float: none;
	margin: 0;
	padding: 15px 20px;
}

.dsgnr-heading.dsgnr-bank > .dsgnr-expander > i {
	float: right;
}

.dsgnr-expander {
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: right;
	margin: -10px -12px 0 0;
	padding: 10px 12px;
}

.dsgnr-expander > i {
	color: #29373f;
}

/* -- Pagination -- */
.dsgnr-pagination {
	background: #d7dcde;
	border-radius: 6px;
	margin: 22px auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.dsgnr-paging-info {
	line-height: 44px;
}

.dsgnr-paging {
	background: #3E4C63;
	color: white !important;
	cursor: pointer;
	display: inline-block;
	padding: 10px 16px;
}

.dsgnr-paging.prev {
	float: left;
}

.dsgnr-paging.next {
	float: right;
}

.dsgnr-paging.inactive {
	opacity: 0.45;
	pointer-events: none;
}

/* -- Search Bar -- */
input.dsgnr-inputbar {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	font-size: 16px; font-size: 1.6rem;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 5px 10px;
}

input.dsgnr-inputbar:focus {
	background-color: transparent;
	border-color: #CCCCCC;
	box-shadow: none;
	color: inherit;
}

/* -- In-Progress Modal -- */
.dsgnr-overlay {
	width: 100%;
	height: 100%;
	background: #FFF;
	display: none;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.dsgnr-loader {
	border: 16px solid #d7dcde;
	border-top: 16px solid #102027;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: 30px auto;
	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* FOOTER ELEMENTS: class styles for the footer */
ul.dsgnr-footer-menu {
	font-size: 0.875rem; font-size: 14px;
	font-weight: 700;
}
