/*
Theme Name: MGR
Theme URI: https://www.blitzen.de
Template: gambit
Author: Gerald Wagner
Author URI: https://www.blitzen.de
Description: Individual design for MGR
Version: 1.0
Updated: 2021-05-17 16:46:57
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
8.0 - Layout Structure
9.0 - Header
12.0 - Posts and pages
15.0 - Footer
16.0 - Media
17.0 - Media Queries
18.0 - Theme Option Styles
22.0 - Borlabs Cookie & Video Container Styles
23.0 - Dummy Stuff
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html,
html * {
    font-family: 'chaparral-pro';
}
:root {
    --black: rgba(0,0,0,1);
    --grey-transparent: rgba(0,0,0,.5);
    --grey-light-transparent: rgba(0,0,0,.125);
    --white: rgba(255,255,255,1);
    --white-transparent: rgba(255,255,255,.5);
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: var(--black);
}

h1 {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 50px;
    font-size: 3.125rem;
    position: relative;
    max-width: 50ch;
}

h2 {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 42px;
    font-size: 2.625rem;
    position: relative;
    max-width: 50ch;
}
.underline-headline h1,
.underline-headline h1.entry-title,
.underline-headline h2 {
    display: block;
    margin-bottom: 5.25rem;
}

.underline-headline h1::after,
.underline-headline h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: -30px;
    background-image: url(assets/svg/MGR_Icons.svg);
    background-position: -178px -206px;
    background-size: auto 600%;
    -webkit-transform: scale(3.25);
    -moz-transform: scale(3.25);
    -o-transform: scale(3.25);
    transform: scale(3.25);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

h3 {
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    font-size: 42px;
    font-size: 2.625rem;
}

p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33;
    letter-spacing: 0.14px;
}

/*--------------------------------------------------------------
# 3.0 - Elements
--------------------------------------------------------------*/
a,
a:link,
a:visited {
    color: var(--black);
}

a:hover,
a:focus,
a:active {
    color: var(--grey-transparent);
}

a.mgr-button {
    font-size: 22px;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
    padding: 1em 3em;
    text-decoration: none;
    display: inline-block;
}

a.mgr-button.black {
    background: var(--black);
    color: var(--white);
}
a.mgr-button.black:hover {
    color: var(--white-transparent);
}
a.mgr-button.white {
    background: var(--white);
    color: var(--black);
}
a.mgr-button.white:hover {
    color: var(--grey-transparent);
}
a.mgr-button.transparent {
    background: transparent;
    border: 1px solid var(--black);
}
a.mgr-button.transparent {
    color: var(--black);
}
a.mgr-button.transparent:hover {
    color: var(--grey-transparent);
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	max-width: unset;
	width: 100%;
}
.site-content {
    padding: 1.825rem 0 0 1.825rem;
    max-width: 1400px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: none;
    flex-direction: row-reverse;
    align-items: flex-start;
    overflow: hidden;
}

.content-area {
    padding-right: 1.825rem;
    width: 60%;
    flex-grow: 1;
}
.site-content-wrap {
    margin-top: calc(2 * 1.5rem + 1.7 * 1.375rem);
    background-image: url('assets/img/MGR_Background_WebRelaunch.jpeg');
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center;
    background-color: var(--white);
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.header-image img {
    object-fit: cover;
    width: 100%;
	max-width: unset;
    height: 100%;
    min-height: 350px;
    max-height: calc(100vh - 200px);
    object-position: center;
}
.header-image img.right-align {
    object-position: right;
}
.header-image img.left-align {
    object-position: left;
 }
.header-image {
	margin-top: 0;
}

/*--------------------------------------------------------------
## 9.1 - Page Header
--------------------------------------------------------------*/
.featured-page-header {
    display: flex;
    justify-content: center;
    background-color: var(--grey-light-transparent);
}
.featured-page-header > * {
    flex: 1;
    max-width: 700px;
}
.featured-page-header .page-header-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    height: 33vw;
    min-height: 360px;
}
.featured-page-header img {
    object-fit: contain;
    width: auto;
    height: 90%;
}
.featured-page-header figcaption > * {
    margin: 25px auto;
}
.featured-page-header figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.featured-page-header figcaption hr {
    border-top: none;
    border-bottom: 2px solid var(--black);
    background-color: transparent;
    width: 40%;
    margin: 0 auto;
}
.featured-page-header figcaption h2 {
    max-width: 20ch;
    line-height: 1.1;
}
.featured-page-header figcaption h3 {
    font-size: 32px;
    font-size: 2rem;
    max-width: 25ch;
}
.featured-page-header figcaption .skip {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;;
    right: 15px;;
    background-color: var(--grey-transparent);
    margin: 0;
    border-radius: 100%;
}
.featured-page-header figcaption .skip::after {
    content: '';
    display: block;
    width: 11px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -99px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    height: 11px;
    margin: 2px;
}
/*--------------------------------------------------------------
## 9.2 - Page Slider
--------------------------------------------------------------*/
.page-slider-wrap {
    position: relative;
}
.featured-page-slider {
    position: relative;
    height: 40vw;
    min-height: 400px;
}
.featured-page-slider .page-slider-image {
    height: 100%;
}
.featured-page-slider .page-slider-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.featured-page-slider figcaption {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 37%;
    background-color: var(--white-transparent);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
.featured-page-slider figcaption > * {
    margin: 25px auto;
}
.featured-page-slider .page-slider-image-icon {
    width: 160px;
    height: 160px;
}
.featured-page-slider figcaption hr {
    border-top: none;
    border-bottom: 2px solid var(--black);
    background-color: transparent;
    width: 40%;
    margin: 0 auto;
}
.featured-page-slider figcaption h2 {
    max-width: 20ch;
    line-height: 1.1;
}
.featured-page-slider figcaption h3 {
    font-size: 32px;
    font-size: 2rem;
    max-width: 25ch;
}
.featured-page-slider figcaption .skip {
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;;
    background-color: var(--grey-transparent);
    margin: 0;
    border-radius: 100%;
}
.featured-page-slider figcaption .skip::after {
    content: '';
    display: block;
    width: 11px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -99px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    height: 11px;
    margin: 2px;
}
.page-slider-controls {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 100;
    text-align: center;
    display: flex;
}
.page-slider-controls .zeeflex-control-paging {
    display: none;
}
.page-slider-controls .zeeflex-direction-nav {
    display: flex;
}
.page-slider-controls .zeeflex-nav-prev,
.page-slider-controls .zeeflex-nav-next {
    position: relative;
}
.page-slider-controls .zeeflex-direction-nav > li {
    height: 40px;
    width: 80px;
}
.page-slider-controls .zeeflex-direction-nav a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}
.page-slider-controls .zeeflex-direction-nav a:hover {
    opacity: .5;
}
.page-slider-controls .zeeflex-nav-prev a::before {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -33px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 3px;
    -webkit-transform: scale(1.5) rotate(180deg);
    -moz-transform: scale(1.5) rotate(180deg);
    -o-transform: scale(1.5) rotate(180deg);
    transform: scale(1.5) rotate(180deg);
}
.page-slider-controls .zeeflex-nav-next a::before {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -33px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 5px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*--------------------------------------------------------------
# 10.0 - Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
    position: relative;
    background: var(--black);
}
.primary-navigation-wrap .mgr-logo {
    display: block;
    width: 45px;
    height: 45px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: 0 bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.primary-navigation-wrap .mgr-link {
    margin: 11px;
    padding: 0;
}
.main-navigation-toggle {
    font-size: 0;
    background-color: transparent;
    height: 60px;
    width: 60px;
    margin-left: auto;
    position: relative;
}
.main-navigation-toggle:hover,
.main-navigation-toggle:focus,
.main-navigation-toggle:active {
    background: transparent;
    cursor: pointer;
}

.main-navigation-toggle::after {
    float: right;
}
.main-navigation-toggle::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 10px;
    position: absolute;
    margin-right: 0;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -240px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
}
.main-navigation-toggle.active::after {
    background-position: -270px bottom;
}
.main-navigation-menu {
    border-top: none;
}
.main-navigation-menu a {
    font-family: 'chaparral-pro';
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    font-size: 22px;
    font-size: 1.375rem;
}
.main-navigation-menu ul a {
    border-bottom: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 22px;
    font-size: 1.375rem;
}
.main-navigation-menu ul {
    background: var(--black);
}
.main-navigation-menu > li:nth-child(1n+2) {
    margin-left: 2vw;
}
.main-navigation-menu .mgr-link {
    margin-left: calc(2vw + 1.5rem);
}
.main-navigation-menu > li > a {
    border-bottom: none;
}
.main-navigation-menu li:last-child a {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-navigation-menu li:last-child > a {
    border-bottom: none;
}
.main-navigation-menu > .menu-item-has-children > a:after,
.main-navigation-menu ul .menu-item-has-children > a:after {
    content: '';
    margin: 0;
}

/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-media-wrapper .social-media-inner {
    display: flex;
    justify-content: center;
}
.social-media-wrapper a {
    display: block;
    padding: 10px;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.social-media-wrapper a + a {
    margin-left: 20px;
}
.social-media-wrapper .sm-youtube::after {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -173px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
}
.social-media-wrapper .sm-spotify::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -105px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
}
.social-media-wrapper .sm-apple-music::after {
    content: '';
    display: block;
    width: 30px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -142px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
}
.social-media-wrapper .sm-instagram::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('assets/img/mgr_instagram_w.png');
    background-position: 0px bottom;
	background-size: auto 100%;
    background-repeat: no-repeat;
}
.social-media-wrapper.social-side-menu .sm-instagram::after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('assets/img/mgr_instagram_b.png');
    background-position: 0px bottom;
	background-size: auto 100%;
    background-repeat: no-repeat;
}
.primary-navigation-wrap .social-media-wrapper a {
    margin-bottom: 43px;
    margin-top: 20px;
}
.primary-navigation-wrap .social-media-wrapper {
    clear: both;
    overflow: hidden;
    height: min-content;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.primary-navigation-wrap .social-media-wrapper.hide-media {
    height: 0px;
    opacity: 0;
}
.social-media-wrapper.social-side-menu {
    width: 60px;
}
.social-media-wrapper.social-side-menu a {
    border: 2px solid var(--black);
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    transform: unset;
}
.social-media-wrapper.social-side-menu a + a {
    margin-top: 15px;
    margin-left: 0;
}
.social-media-wrapper.social-side-menu a::after {
    background-position-y: top;
    margin: 11px auto;
}
.social-media-wrapper.social-side-menu a:hover {
    border-color: var(--grey-transparent);
}
.social-media-wrapper.social-side-menu .social-media-inner {
    position: fixed;
    top: 230px;
    display: flex;
    flex-direction: column;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment  {
	margin: 85px 0 135px;
}
.type-post > .entry-content p:last-child,
.type-page > .entry-content p:last-child,
.type-attachment > .entry-content p:last-child  {
	margin-bottom: 0;
}

h1.entry-title {
    display: block;
    font-family: 'chaparral-pro';
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 2rem;
}

.pagination {
    overflow: visible;
    min-height: 100px;
    position: relative;
    width: 100%;
}
.pagination a,
.pagination a:hover,
.pagination a:focus,
.pagination a:link,
.pagination a:visited {
    background: transparent;
    color: var(--black);
}
.pagination a {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
}
.pagination a::after {
    content: '';
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: -30px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -178px -206px;
    background-size: auto 600%;
    -webkit-transform: scale(2.25);
    -moz-transform: scale(2.25);
    -o-transform: scale(2.25);
    transform: scale(2.25);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}
.pagination .next {
    position: absolute;
    top: 0;
    right: 0;
}
.pagination .next:hover::before {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -33px top;
    background-size: auto 200%;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: 10px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.pagination .previous:hover {
    position: absolute;
    top: 0;
    left: 0;
}
.pagination .previous:hover::before {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -33px top;
    background-size: auto 200%;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: 10px;
    -webkit-transform: rotate(180deg) scale(1.5);
    -moz-transform: rotate(180deg) scale(1.5);
    -o-transform: rotate(180deg) scale(1.5);
    transform: rotate(180deg) scale(1.5);
}

/*--------------------------------------------------------------
# 12.1 - News
--------------------------------------------------------------*/
.single .category-news .attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 75px;
}
.single .category-news .meta-date {
    font-size: 20px;
    font-style: italic;
    color: var(--black);
}
.single .category-news .meta-date::before {
    content: '';
}
.single .category-news .entry-meta a,
.single .category-news .entry-meta a:link,
.single .category-news .entry-meta a:visited {
    color: var(--black)
}
.single .category-news .entry-meta a:hover,
.single .category-news .entry-meta a:active {
    text-decoration: underline;
}
.single .category-news .mashsb_above_buttons {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
}
.single .category-news .mashsb-buttons {
    justify-content: center;
    margin-top: 75px;
}
.single .category-news .mashsb-buttons a {
    flex-grow: 0;
    flex-shrink: 0;
    background-color: var(--black);
    border-radius: 100%;
    width: 75px;
    height: 75px;
    padding: 0;
}
.single .category-news .mashsb-buttons a:hover {
    opacity: 1;
}
.single .category-news .mashsb-buttons a:hover span {
    opacity: .5;
}
.single .category-news .mashsb-buttons a + a {
    margin-left: 55px;
}
.single .category-news .mashsb-buttons .text {
    display: none;
}
.single .category-news .mashsb-buttons .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.single .category-news .mashsb-buttons .icon::before {
    --icon-font-size: 40px;
    --icon-margin: calc(75px - var(--icon-font-size));
    margin: 0;
    margin-top: calc( var(--icon-margin) / 2);
    font-size: var(--icon-font-size);
    text-align: center;
}
.single .category-news .mashsb-buttons .mashicon-twitter .icon::before {
    --icon-font-size: 30px;
}
/*--------------------------------------------------------------
# 12.1 - Front Page
--------------------------------------------------------------*/
.home .social-media-wrapper.social-side-menu .social-media-inner {
    position: absolute;
    top: 200px;
}
.home .entry-header {
    display: none;
    font-size: 25px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 25px;
}
.home .entry-header .entry-title {
    font-family: 'chaparral-pro';
    font-style: normal;
}
.home .gallery {
    margin-bottom: 0;
}
.home .gallery-columns-3 .gallery-item {
    max-width: 32%;
}
.home .site-content {
    position: relative;
}
.home .wp-caption-text a {
    text-decoration: none;
}
.home .type-page {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# 15.0 - Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: var(--black);
    font-size: 17px;
    font-size: 1.1rem;
}
.site-footer .social-media-wrapper {
    margin-bottom: 30px;
    margin-top: 36px;
}
.site-footer .social-media-wrapper a:hover::after {
    opacity: .5;
}
.site-footer .menu-footer {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 auto 50px auto;
    width: 280px;
    text-align: center;
}
.site-footer .menu-footer li {
    text-decoration: none;
    display: inline-block;
}
.site-footer .menu-footer li + li::after {
    content: '|';
    font-size: 1.1em;
}
.site-footer .menu-footer li:last-child::after {
    content: '';
}
.site-footer .menu-footer a {
    text-decoration: none;
    display: inline-block;
    padding: .5em .25em;
    color: var(--white);
}
.site-footer .menu-footer a:hover {
    opacity: .5;
}
.site-footer .menu-footer .copyright a:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# 15.1 - Featured Page Media
--------------------------------------------------------------*/
.media-page-wrapper {
    width: 100%;
    height: 52vw;
    position: relative;
    background-color: rgba(0,0,0,.2);
    overflow: hidden;
}
.media-page-wrapper .media-page-title {
    display: none;
    font-size: 25px;
    font-size: 1.5rem;
    align-self: center;
    margin-top: 0;
    margin-bottom: 25px;
    font-style: normal;
}
.media-page-wrapper .media-page-background-image {
    width: 130%;
    height: auto;
    max-width: unset;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
}
.media-page-wrapper .media-page-video-wrapper {
    width: 55%;
    position: absolute;
    top: 10%;
    right: 5%;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column;
    max-height: 85%;
}
.media-page-wrapper .video-container {
    --video-grid-space: 24px;
    --video-grid-width: calc(50% - var(--video-grid-space) / 2);
    width: var(--video-grid-width);
    height: 0;
    position: relative;
    padding-bottom: calc(var(--video-grid-width) * 0.56);
    margin-bottom: calc(var(--video-grid-space) * 2.5);
}
.media-page-wrapper .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-page-wrapper .video-container:nth-child(n+3) {
    margin-right: var(--video-grid-space);
}
.media-page-wrapper .video-container:nth-child(even) {
    margin-bottom: 0;
}
.media-page-wrapper .video-title,
.media-page-wrapper .video-subtitle {
    display: none;
    font-size: 22px;
    font-style: italic;
    text-transform: uppercase;
    max-width: 35ch;
}
.media-page-wrapper .video-title {
    margin-top: 22px;
    margin-bottom: 0;
}
.media-page-wrapper .video-subtitle {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.media-page-wrapper .media-page-link {
    position: absolute;
    bottom: 10%;
    right: 5%;
    text-transform: uppercase;
    color: var(--white);
    font-size: 1.375rem;
    font-size: 22px;
}
.media-page-wrapper .media-page-link::after {
    content: '';
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    bottom: -45px;
    right: 75px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -178px -115px;
    background-size: auto 600%;
    -webkit-transform: scale(2.25);
    -moz-transform: scale(2.25);
    -o-transform: scale(2.25);
    transform: scale(2.25);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.media-page-wrapper .media-page-link:hover::before {
    content: '';
    display: block;
    width: 38px;
    height: 35px;
    background-image: url('assets/svg/MGR_Icons.svg');
    background-position: -33px bottom;
    background-size: auto 200%;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: -5px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*--------------------------------------------------------------
# 16.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 16.2 - Galleries
--------------------------------------------------------------*/
.gallery {
    margin-top: 80px;
	margin-bottom: 11.25rem;
    width: 100%;
}
.gallery:first-child {
    margin-top: 0;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}
.gallery-item {
    padding: 1.75em 2em 0 0;
}

.gallery-caption {
    margin-top: 70px;
    margin-bottom: 120px;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    text-align: left;
    text-transform: uppercase;
}

.gallery-caption span {
    display: block;
    font-family:"chaparral-pro-display";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: .4em;
}
.category-news .gallery-columns-3 .gallery-item {
    max-width: 32%;
}
.category-news .gallery-columns-3 .gallery-item a {
    text-decoration: none;
}

/*--------------------------------------------------------------
## 16.3 - Videos ( Youtube )
--------------------------------------------------------------*/
.page-media .fluid-width-video-wrapper {
    margin-bottom: 10rem;
}

/*--------------------------------------------------------------
## 16.4 - Collage
--------------------------------------------------------------*/
.collage-container {
    display: flex;
    flex-direction: column;
}
.collage-image {
    margin-bottom: -5%;
}
.collage-image:nth-child(1) {
    z-index: 2;
    align-self: flex-end;
    width: 60%;
}
.collage-image:nth-child(2) {
    width: 77%;
}
.collage-image:nth-child(3) {
    z-index: 1;
    width: 43%;
    margin-left: 5%;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# 17.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 17.1 - Desktop X-Large ( < 1280px )
--------------------------------------------------------------*/
@media only screen and (max-width: 95em) {

    h1,
    h1.entry-title {
    	font-size: 28px;
    	font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    h2 {
    	font-size: 22px;
    	font-size: 1.375rem;
    }

    .underline-headline h1::after,
    .underline-headline h2::after {
        -webkit-transform: scale(2.25);
        -moz-transform: scale(2.25);
        -o-transform: scale(2.25);
        transform: scale(2.25);
    }
    .underline-headline h1,
    .underline-headline h1.entry-title,
    .underline-headline h2 {
        margin-bottom: 3.5rem;
    }


    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .type-post,
    .type-page,
    .type-attachment  {
    	margin: 70px 0 115px;
    }
    .main-navigation-menu ul a,
    .main-navigation-menu a {
    	font-size: 14px;
    	font-size: 0.875rem;
    }
    .site-content {
        width: 75%;
    }
    .site-content-wrap {
        margin-top: calc(2 * 1.5rem + 1.7 * 0.85rem);
    }
    .primary-navigation-wrap .mgr-logo {
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .site-footer {
        font-size: 14px;
        font-size: 0.875rem;
    }
    .social-media-wrapper a {
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .social-media-wrapper a + a {
        margin-left: 7px;
    }
    .gallery {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .gallery-item {
        padding: .5em 1em 0 0;
    }
    .gallery-caption {
        margin-top: 35px;
        margin-bottom: 50px;
        font-size: 17px;
        font-size: 1rem;
    }
    .gallery-caption span {
        font-size: 13px;
        font-size: 0.82rem;
        margin-top: .2em;
    }
    .page-media .fluid-width-video-wrapper {
        margin-bottom: 3.5rem;
    }
    .page-media h1,
    .page-media h1.entry-title,
    .page-media h2 {
        max-width: 45ch;
    }
    .featured-page-header > * {
        max-width: 37.5%;
    }
    .featured-page-header figcaption h2 {
        font-size: 30px;
    }
    .featured-page-header figcaption h3 {
        font-size: 25px;
    }
    .featured-page-slider figcaption > * {
        margin: 20px auto;
    }
    .featured-page-slider figcaption h2 {
        font-size: 30px;
    }
    .featured-page-slider figcaption h3 {
        font-size: 25px;
    }
    .featured-page-slider .page-slider-image-icon {
        width: 120px;
        height: 120px;
        margin-bottom: 0;
    }
    a.mgr-button.transparent,
    a.mgr-button.white,
    a.mgr-button.black {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .pagination a {
        font-size: 13px;
        font-size: 0.85rem;
    }
    .pagination a::after {
        -webkit-transform: scale(1.75);
        -moz-transform: scale(1.75);
        -o-transform: scale(1.75);
        transform: scale(1.75);
    }
    .pagination .next:hover::before {
        top: 0;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
    .pagination .previous:hover::before {
        top: 0;
        -webkit-transform: rotate(180deg) scale(1.25);
        -moz-transform: rotate(180deg) scale(1.25);
        -o-transform: rotate(180deg) scale(1.25);
        transform: rotate(180deg) scale(1.25);
    }
    .single .category-news {
        margin-bottom: 60px;
    }
    .single .category-news .attachment-post-thumbnail {
        margin-bottom: 40px;
    }
    .single .category-news .mashsb_above_buttons {
        margin-top: 80px;
        font-size: 18px;
        font-size: 1.125rem;
    }
    .single .category-news .mashsb-buttons {
        margin-top: 25px;
    }
    .single .category-news .mashsb-buttons a {
        -webkit-transform: scale(.65);
        -moz-transform: scale(.65);
        -o-transform: scale(.65);
        transform: scale(.65);
    }
    .single .category-news .mashsb-buttons a + a {
        margin-left: 10px;
    }
    .social-media-wrapper.social-side-menu .social-media-inner {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    .media-page-wrapper .video-container {
        --video-grid-space: 14px;
    }
    .media-page-wrapper .media-page-link {
        font-size: .85rem;
        font-size: 13.5px;
    }
    .media-page-wrapper .media-page-link::after {
        bottom: -25px;
        right: 15px;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
}

/*--------------------------------------------------------------
## 17.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
    .site-content {
        width: 80%;
    }
    .main-navigation-menu > li:nth-child(1n+2) {
        margin-left: 0;
    }
    .main-navigation-menu .mgr-link {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .featured-page-header > * {
        max-width: 45%;
    }
    .featured-page-slider .page-slider-image-icon {
        width: 100px;
        height: 100px;
    }
}

/*--------------------------------------------------------------
## 17.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {

    h1,
    h1.entry-title {
        font-size: 24px;
    	font-size: 1.5rem;
    }

    h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    p {
        font-size: 13.5px;
        font-size: 0.825rem;
        line-height: 1.74;
    }

    .mobile-mgr-logo {
        display: block;
        width: 35px;
        height: 35px;
        margin-top: 12.5px;
        position: absolute;
        top: 0;
        left: calc(50% - 35px / 2);
        background-image: url('assets/svg/MGR_Icons.svg');
        background-position: 0 bottom;
        background-size: auto 200%;
        background-repeat: no-repeat;
        -webkit-transition: .5s top;
    	-moz-transition: .5s top;
    	-o-transition: .5s top;
    	transition: .5s top;
    }
    .mobile-mgr-logo.hide-logo {
        top: -60px;
    }
    .primary-navigation-wrap .mgr-link {
        display: none;
    }
    .main-navigation-menu ul a,
    .main-navigation-menu a {
        text-align: center;
        font-size: 1.325rem;
        font-weight: 700;
        padding: .75em 1.5em;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     }
    .main-navigation-menu li.current-menu-item > a.active,
    .main-navigation-menu a.active {
        background-color: var(--white);
        color: var(--black);
    }
    .main-navigation-menu .submenu-dropdown-toggle {
        position: absolute;
        right: 0;
        z-index: 10;
        height: 70px;
        width: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-weight: 700;
        font-size: 10px;
    }
    .main-navigation-menu .submenu-dropdown-toggle.active::before {
        color: var(--black);
    }
    .main-navigation-menu .submenu-dropdown-toggle:before {
        content: '+';
        vertical-align: middle;
        text-decoration: inherit;
        font-size: 30px;
        font-family:"chaparral-pro";
    }
    .main-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '-';
    }
    .main-navigation-menu li.current-menu-item > a {
        text-decoration: none;
    }
    .main-navigation-menu li.current-menu-item > a::after {
        content: '';
        display: block;
        width: 120px;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 120px / 2);
        background-image: url('assets/svg/MGR_Icons.svg');
        background-position: -241px -162px;
        background-size: auto 800%;
    }
    .site-content {
        width: 85%;
        margin-top: 0;
    }
    .site-content-wrap {
        margin-top: 0;
    }
    .type-post,
    .type-page,
    .type-attachment  {
    	margin: 20px 0 100px;
    }
    .featured-page-header figcaption h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.6;
    }
    .featured-page-header figcaption h3 {
        font-size: 15px;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .featured-page-slider figcaption h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.6;
    }
    .featured-page-slider figcaption h3 {
        font-size: 15px;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .featured-page-slider .page-slider-image-icon {
        width: 80px;
        height: 80px;
    }
    a.mgr-button.transparent,
    a.mgr-button.white,
    a.mgr-button.black {
        font-size: 10px;
        font-size: 0.625rem;
    }
    .single .category-news {
        margin-bottom: 40px;
    }
    .single .category-news .attachment-post-thumbnail {
        margin-bottom: 40px;
    }
    .single .category-news .mashsb_above_buttons {
        margin-top: 40px;
        padding-top: 35px;
        font-size: 13px;
        font-size: 0.835rem;
        width: 165px;
        margin-left: auto;
        margin-right: auto;
        border-top: 2px solid var(--black);
    }
    .single .category-news .mashsb-buttons {
        margin-top: 5px;
    }
    .single .category-news .mashsb-buttons a {
        -webkit-transform: scale(.55);
        -moz-transform: scale(.55);
        -o-transform: scale(.55);
        transform: scale(.55);
    }
    .single .category-news .mashsb-buttons a + a {
        margin-left: -10px;
    }
    .media-page-wrapper .video-container {
        margin-bottom: var(--video-grid-space);
    }

}

/*--------------------------------------------------------------
## 17.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {

    .site-content {
        width: 100%;
    }
    .category-news .pagination {
        display: flex;
        flex-direction: column;
    }
    .category-news .pagination .previous,
    .category-news .pagination .next {
        position: relative;
        margin-top: calc(30px / 3 * 1.75);
    }
    .category-news .pagination .previous:hover,
    .category-news .pagination .next:hover {
        position: relative;
    }
    .category-news .pagination a::after {
        left: calc(50% - 90px / 2 * 1.75);
    }
    .category-news .pagination .next::after {
        display: none;
    }
    .category-news .pagination .next:hover::before,
    .category-news .pagination .previous:hover::before {
        display: none;
    }
    .home .pagination a::after {
        right: 15px;
        bottom: -25px;
        left: unset;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
    .home .pagination .next::before {
        content: '';
        display: block;
        width: 38px;
        height: 35px;
        background-image: url(assets/svg/MGR_Icons.svg);
        background-position: -33px top;
        background-size: auto 200%;
        background-repeat: no-repeat;
        position: absolute;
        left: -60px;
        top: 0px;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    .social-media-wrapper.social-side-menu {
        width: 80px;
    }
    .featured-page-slider figcaption {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        height: unset;
    }
    .featured-page-slider figcaption > * {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .featured-page-slider figcaption h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .featured-page-slider a.mgr-button.white {
        display: block;
        width: calc(100% - 2 * 1.825rem);
    }
    .featured-page-slider figcaption .skip {
        display: block;
    }
    .page-slider-controls {
        display: none;
    }
}

/*--------------------------------------------------------------
## 17.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {

    .gallery {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: -24px;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
    .category-news .gallery-columns-3 .gallery-item {
        max-width: 49%;
    }
    .gallery-item {
        padding: 24px 0 0 0;
    }
    .gallery-item:first-child,
    .gallery-item:nth-child(2) {
        padding-top: 0;
    }
    .gallery-item:nth-child(even) {
        padding-left: 12px;
    }
    .gallery-item:nth-child(odd) {
        padding-right: 12px;
    }
    .gallery-caption {
        margin-top: 16px;
        margin-bottom: 0px;
        font-size: 10px;
        font-size: 0.625rem;
    }
    .gallery-caption span {
        font-size: 10px;
        font-size: 0.625rem;
        margin-top: 0;
    }
    .featured-page-header {
        display: block;
        position: relative;
    }
    .home .entry-header {
        display: block;
    }
    .home .gallery-columns-3 .gallery-item {
        max-width: 49%;
    }
    .home .pagination {
        margin-top: 2em;
        min-height: 75px;
    }
    .featured-page-header > * {
        max-width: unset;
    }
    .featured-page-header img {
        height: 70%;
    }
    .featured-page-header figcaption {
        background-color: var(--white-transparent);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .featured-page-header figcaption > * {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .featured-page-header figcaption h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .featured-page-header figcaption hr {
        width: 144px;
    }
    .featured-page-header figcaption .skip {
        display: block;
    }
    .featured-page-header a.mgr-button.black {
        display: block;
        width: calc(100% - 2 * 1.825rem);
    }
    .social-media-wrapper.social-side-menu {
        display: none;
    }
    .media-page-wrapper {
        height: auto;
        overflow: visible;
        width: calc(100% - 2 * 18px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom:  50px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background-color: unset;
    }
    .media-page-wrapper .media-page-title {
        display: block;
    }
    .media-page-wrapper .media-page-background-image {
        display: none;
    }
    .media-page-wrapper .media-page-video-wrapper {
        position: unset;
        width: 100%;
        max-height: unset;
        flex-wrap: nowrap;
    }
    .media-page-wrapper .video-container,
    .media-page-wrapper .video-container:nth-child(even),
    .media-page-wrapper .video-container:nth-child(n+3) {
        width: 100%;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }
    .media-page-wrapper .video-container iframe {
        --iframe-height: calc(100vw - 2 * 18px);
        height: calc(var(--iframe-height) * 0.5);
        position: relative;
    }
    .media-page-wrapper .video-title,
    .media-page-wrapper .video-subtitle {
        display: block;
    }
    .media-page-wrapper .media-page-link {
        position: relative;
        right: 0;
        bottom: 0;
        display: inline-block;
        color: var(--black);
        padding-bottom: .5em;
        padding-top: .5em;
    }
    .media-page-wrapper .media-page-link::after {
        background-position-y: -25px;
    }
    .media-page-wrapper .media-page-link::before {
        content: '';
        display: block;
        width: 38px;
        height: 35px;
        background-image: url('assets/svg/MGR_Icons.svg');
        background-position: -33px top;
        background-size: auto 200%;
        background-repeat: no-repeat;
        position: absolute;
        left: -60px;
        top: 0px;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }

}

/*--------------------------------------------------------------
## 17.9.5 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {

    .underline-headline h1::after,
    .underline-headline h2::after {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        left: -15px;
    }
    .site-footer .menu-footer {
        width: 100%;
        max-width: 280px;
        padding-left: 1.825rem;
        padding-right: 1.825rem;
    }
    .home .gallery-columns-3 .gallery-item {
        max-width: 100%;
        padding: 24px 0 0 0;
    }
    .home .gallery-columns-3 .gallery-item:first-child {
        padding-top: 0;
    }
    .home .gallery-columns-3 .gallery-item:nth-child(1n+4) {
        display: none;
    }
    .home .gallery-caption {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.4;
    }
    .home .gallery-caption > * {
        margin-bottom: 15px;
        display: block;
    }
    .home .gallery-caption span {
        font-size: 13.5px;
        font-size: .85rem;
    }
}

/*--------------------------------------------------------------
## 17.4.1 - Desktop ( > 880px )
--------------------------------------------------------------*/
@media only screen and (min-width: 55.001em) {

    .primary-navigation-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .primary-navigation-wrap .social-media-wrapper {
        display: none;
    }
    .main-navigation-menu {
        display: flex !important;
        justify-content: center;

    }
    .main-navigation-menu > li > a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        cursor: pointer;
    }
    .main-navigation-menu > li {
        position: relative;
    }
    .main-navigation-menu a:hover,
    .main-navigation-menu a:active,
    .main-navigation-menu li.current-menu-item > a {
        background: transparent;
        background-color: transparent;
        z-index: 20;
    }
    .main-navigation-menu li.current-menu-ancestor > a::after,
    .main-navigation-menu > li:hover::after,
    .main-navigation-menu > li.current-menu-item::after {
        content: '';
        display: block;
        width: 90px;
        height: 30px;
        position: absolute;
        bottom: 10px;
        left: calc(50% - 90px / 2);
        background-image: url('assets/svg/MGR_Icons.svg');
        background-position: -186px -112px;
        background-size: auto 600%;
        z-index: 10;
    }
    .main-navigation-menu ul {
        border-top: none;
    }
    .main-navigation-menu li:last-child a {
        border-bottom: none;
    }
    .sub-menu a:hover {
        opacity: .5;
    }
    .site-footer .social-media-wrapper {
        margin-bottom: 30px;
        margin-top: 47px;
    }
    .site-footer .menu-footer {
        width: 100%;
        margin-bottom: 40px;
    }
    .primary-navigation-wrap {
        position: relative;
    }
    .main-navigation-menu .mgr-link {
        position: absolute;
        top: 5px;
        left: calc(50% - 70px);
        -webkit-transform: scale(2.75);
        -moz-transform: scale(2.75);
        -o-transform: scale(2.75);
        transform: scale(2.75);
        transform-origin: top center;
    }
    .main-navigation-menu {
        position: unset;
        margin-top: 150px;
        margin-left: 0;
    }
    .site-content-wrap {
        margin-top: 0;
    }
    .social-media-wrapper.social-side-menu .social-media-inner {
        top: 300px;
    }
}
@media only screen and (min-width: 95em) {
    .main-navigation-menu {
        margin-top: 200px;
    }
    .social-media-wrapper.social-side-menu .social-media-inner {
        top: 500px;
    }

}

@media (orientation: landscape) {
    .site-content-wrap {
        background-size: 100% auto;
    }
}

@media (orientation: portrait) {
    .site-content-wrap {
        background-size: auto 100%;
    }
}


/*--------------------------------------------------------------
## 22 Borlabs Cookie & Video Container Styles
--------------------------------------------------------------*/
.media-page-wrapper .video-container > .BorlabsCookie ._brlbs-embed,
.media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker,
.media-page-wrapper .video-container > .BorlabsCookie {
    width: 100%;
}
.media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    width: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 35.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 8px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: unset;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-embed,
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker,
    .media-page-wrapper .video-container > .BorlabsCookie {
        display: flex;
        align-items: center;
        overflow: hidden;
        height: 100%;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-caption {
        top: 0;
        height: 100%;
        transform: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }



}
@media only screen and (min-width: 40.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 9px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: .25em;
    }
    
}

@media only screen and (min-width: 50.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 10px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: .325em;
    }
    
}
@media only screen and (min-width: 60.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 11px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: .5em;
    }
    
}
@media only screen and (min-width: 70.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 12px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: .75em;
    }
    
}
@media only screen and (min-width: 80.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 14px;
    }
    .media-page-wrapper .video-container > .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
        margin-bottom: 1em;
        max-width: 35ch;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media only screen and (min-width: 95.01em) {

    .media-page-wrapper .video-container > .BorlabsCookie * {
        font-size: 18px;
    }
    
}

/*--------------------------------------------------------------
## 23.0 - Dummy Stuff
--------------------------------------------------------------*/
body.custom-background {
    background-image: none!important;
    background-color: var(--black)!important;
}


