/***********************************
  Base Stylings and General Elements
  Developed by Michael Fucilli
***********************************/

html {
	font-size: 62.5%;
}

body {
	color: #2E2E2E;
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.54;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

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

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

a.unstyled, a.unstyled:visited, a.unstyled:hover, a.unstyled:active, a.unstyled:focus {
	color: inherit;
}

a.disabled {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	pointer-events: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #37474F;
	display: block;
}

.small-text {
	font-size: 87.5%;
}

.large-text {
	font-size: 112.5%;
}

hr, hr.divider-line, .divider-line {
	background-color: #D5D5D5;
	border: none;
	height: 1px;
	margin: 12px 0; margin: 1.2rem 0;
}

@media (min-width: 991px) {
	.col-border-left-md::before, .col-border-right-md::before {
		content: '';
		background-color: #DFE0E2;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.col-border-left-md:before {
		left: -48.5px;
		width: 1px;
	}

	.col-border-right-md:before {
		right: -48.5px;
		width: 1px;
	}
}

@media (min-width: 768px) {
	.col-border-left::before, .col-border-right::before {
		content: '';
		background-color: #DFE0E2;
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.col-border-left:before {
		left: -48.5px;
		width: 1px;
	}

	.col-border-right:before {
		right: -48.5px;
		width: 1px;
	}
}

.inverse {
	color: white;
}

@media (max-width: 767px) {
	.mobile-center {
		margin-bottom: 14px;
		text-align: center !important;
	}
}

.inline-element {
	display: inline-block;
	margin: 5px 10px;
	max-width: 224px;
	width: 100%;
}

.inline-element > * {
	margin: 0 !important;
}

@media (max-width: 767px) {
	.inline-element {
		margin: 5px auto;
	}
}


/*
*  Heading Element Styles
*  title-bar for adding a block heading, lead divider for adding a floating middle divider line
*/
.title-bar {
	background-color: #62727b;
	color: white;
	padding: 12px 10px;
}

.lead-divider {
	overflow: hidden;
}

.lead-divider span {
	position: relative;
}

.lead-divider span:before, .lead-divider span:after {
	content: "";
	border-bottom: 1px solid #D5D5D5;
	position: absolute;
	top: 50%;
	width: 1200px;
}

.lead-divider span:before {
	margin-right: 35px;
	right: 100%;
}

.lead-divider span:after {
	margin-left: 35px;
	left: 100%;
}


/*
*  Responsive Sizing and Element Alignment
*  vertically center an element and responsive element sizes with fixed ratio
*/
.block-pad {
	padding: 20px;
}

.horiz-pad {
	padding-left: 20px;
	padding-right: 20px;
}

.vert-pad {
	padding-bottom: 40px;
	padding-top: 40px;
}

.vert-pad.sm {
	padding-bottom: 25px;
	padding-top: 25px;
}

.vert-pad.lg {
	padding-bottom: 60px;
	padding-top: 60px;
}

.vert-pad.xl {
	padding-bottom: 80px;
	padding-top: 80px;
}

.vert-pad-top {
	padding-top: 60px;
}

.vert-center {
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 100%;
}

@media (max-width: 1199px) {
	.vert-center.lg {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.mobile-pad.md {
		margin-bottom: 40px;
		overflow: auto;
	}

	.vert-center.md {
		display: block !important;
	}

	.vert-pad.lg {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.vert-pad.xl {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.block-pad {
		padding: 20px 8px;
	}

	.horiz-pad {
		padding: 0 8px;
	}

	.mobile-col {
		padding-left: 8px;
		padding-right: 8px;
	}

	.mobile-pad {
		margin-bottom: 40px;
		overflow: auto;
	}

	.vert-center.sm {
		display: block !important;
	}

	.vert-pad.lg {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.vert-pad.xl {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.vert-pad-top {
		padding-top: 20px;
	}
}

.responsive-wrap {
	display: block;
	height: 0;
	overflow: hidden;
	position: relative;
}

.responsive-wrap.wide, .responsive-wrap.video {
	padding-bottom: 56.25%;
}

.responsive-wrap.map {
	padding-bottom: 66.667%;
}

.responsive-wrap.photo {
	padding-bottom: 75%;
}

.responsive-wrap.logo {
	padding-bottom: 25.9136%;
}

.responsive-wrap.card {
	padding-bottom: 88.7097%;
}

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

.responsive-wrap.profile {
	padding-bottom: 110%;
}

.responsive-wrap.wide-profile {
    padding-bottom: 67.062%;
}

.responsive-item.img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.responsive-item {
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	max-height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}


/*
*  Carousel Slide Fade for Bootstrap 3
*  adds fade-in/out for slides in bootstrap carousel
*/
/
.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-fade .item {
	opacity: 0;
	 -webkit-transition-property: opacity;
	 -moz-transition-property: opacity;
	 -o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .next.left, .carousel-fade .prev.right, .carousel-fade .item.active {
	opacity: 1;
}

.carousel-fade .active.left,.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}


/*
*  Bootstrap Adjustments
*  adjustments to base Bootstrap styles
*/
.navbar {
	border-radius: 0px !important;
	border: none;
	padding: 0 15px;
}

/*
*  WordPress Admin Bar
*  hides the default admin bar and sets styling for sleeker admin button
*/
.admin-btn {
    background-color: rgba(255,255,255,0.75);
    border: 1px solid #F0F0F0;
    border-left: 0;
    color: #2A2A35;
    font-size: 14px;
    padding: 14px 24px 14px 14px;
    position: fixed;
    bottom: 15%;
    left: 0;
    z-index: 99999;
}

#wpadminbar {
	display: none !important;
}

#wp-edit {
	background-color: rgba(211, 211, 211, 0.75);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #00718e;
	display: block;
	padding: 16px 16px 6px;
	position: fixed;
	top: 0;
	right: 20px;
	z-index: 99999;
}

.pblock {
	background-color: #6e7a82;
	padding: 8px 22px;
	color: white;
	margin: auto;
	display: inline-block;
}

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