/*----------------------------------------------------------------- */
/* FRONT-END
/*----------------------------------------------------------------- */

.brxe-nav-menu .active-item > a
{
	cursor: default;
	pointer-events: none;
}

/* HEADER
----------------------------------------- */

/* fix for bricks mobile menu */
#brx-header .bricks-mobile-menu
{
	padding: 45px 0;
}

/* active menu item on CPT singles */
#brx-header .bricks-nav-menu > .active-item_archive-ancestor > a
{
	/* something here */
}

/* adds transition to nav-menu links */
#brx-header .bricks-nav-menu > li > a,
#brx-header .bricks-mobile-menu > li > a
{
	transition: color 0.5s, border-color 0.5s, text-decoration 0.5s;
}

@media (max-width: 960px)
{
	/* own sticky solution */
	#brx-header
	{
		position: sticky;
		z-index: 999;
		top: 0;
	}
}

/* CONTENT
----------------------------------------- */

/* unordered/ordered lists */
.brxe-post-content[data-source='editor'] ul,
.brxe-post-content[data-source='editor'] ol,
.brxe-text ul,
.brxe-text ol
{
	padding-left: 14px;
}

.brxe-post-content[data-source='editor'] ul li,
.brxe-post-content[data-source='editor'] ol li,
.brxe-text ul li,
.brxe-text ol li
{
	margin-bottom: 5px;
	padding-left: 5px;
}

.brxe-post-content[data-source='editor'] ul li::marker,
.brxe-text ul li::marker
{
	font-weight: 400;

	margin-top: -2px;

	content: '• ';
}

.brxe-post-content[data-source='editor'] ol li::marker,
.brxe-text ol li::marker
{
	font-weight: 700;
}

/* Pricetable */

.nonstop-pricetable h3
{
	font-size: 3.2rem;

	color: var(--bricks-color-aiviwg);
}

.nonstop-pricetable li
{
	padding: 10px 0;

	border-bottom: 1px solid #e2882d;
}

.nonstop-pricetable li:last-child
{
	border-bottom: unset;
}

@media (max-width: 1499px)
{
	.nonstop-pricetable h3
	{
		font-size: 3.8rem;
	}
}

@media (max-width: 1200px)
{
	.nonstop-pricetable h3
	{
		font-size: 3.2rem;
	}
}

@media (max-width: 767px)
{
	.brxe-post-content[data-source='editor'] ul li,
	.brxe-post-content[data-source='editor'] ol li,
	.brxe-text ul li,
	.brxe-text ol li
	{
		line-height: 3rem;
	}
}

@media (max-width: 478px)
{
	.nonstop-pricetable
	{
		font-size: 2rem;
	}

	.nonstop-pricetable li
	{
		padding: 6px 0;
	}
}

/* FORMS
----------------------------------------- */

.brxe-form .form-group
{
	flex-direction: row;
	flex-wrap: wrap;
}

.brxe-form .form-group label
{
	min-width: 170px;
	padding-top: 12px;
	padding-right: 32px;
}

.brxe-form .form-group input,
.brxe-form .form-group textarea
{
	width: calc(100% - 170px);
}

.brxe-form .form-group .gdpr
{
	width: 100%;
	padding-top: 0px;
	padding-left: 170px;
}

.brxe-form .form-group textarea
{
	min-height: 140px;
    margin-bottom: 10px;
}

@media (max-width: 1499px)
{
	.brxe-form .form-group label
	{
		min-width: 155px;
		padding-right: 16px;
	}

	.brxe-form .form-group input,
	.brxe-form .form-group textarea
	{
		width: calc(100% - 155px);
	}

	.brxe-form .form-group .gdpr
	{
		padding-left: 155px;
	}
}

@media (max-width: 991px)
{
	.brxe-form .form-group label
	{
		min-width: 140px;
	}

	.brxe-form .form-group input,
	.brxe-form .form-group textarea
	{
		width: calc(100% - 140px);
	}

	.brxe-form .form-group .gdpr
	{
		padding-left: 140px;
	}
}

@media (max-width: 478px)
{
	.brxe-form .form-group
	{
		flex-direction: column;
	}

	.brxe-form .form-group input,
	.brxe-form .form-group textarea,
	.brxe-form .form-group .gdpr
	{
		width: 100%;
		padding-left: 0;
	}

	.brxe-form .form-group textarea
	{
		min-height: 250px;
		margin-bottom: 10px;
	}
}

/* FOOTER
----------------------------------------- */
#brx-footer address
{
	font-style: normal;
}
