/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
	max-width: 100%;
    height: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 1.875rem 0.625rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625rem 1.875rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625rem auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.breadcrumb-wrapper + article .section {
    margin-top: 0;
}

.btn-secondary {
	white-space: nowrap;
}

.icon-link {
	color: #151515;
	text-decoration: none;
}

.icon-link:hover {
	color: #3dae5f;
	text-decoration: none;
}

.updated_on {
	margin: -1rem 0 1.5rem 0;
	text-transform: none !important;
}

.adv-aside {
	position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 800px;
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.adv-aside__text {
	text-transform: uppercase;
}

.adv-aside__button a {
	display: inline-block;
	color: #ffffff;
    background-color: #51ab65;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
	cursor: pointer;
}

.adv-aside__close {
	position: absolute;
    top: -15px;
    right: -15px;
    font-weight: 400;
    color: #757575;
	cursor: pointer;
}

@media (max-width: 800px) {
	.adv-aside {
		min-width: 100%;
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.adv-aside {
		font-size: 14px;
	}
	.adv-aside__button a {
		padding: 10px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end;
	}
}

.navbar-brand {
	color: #333;
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.5px;
	font-family: 'Barlow Condensed', sans-serif;
}