/*
 Theme Name:   Black & Blue Child
 Theme URI:    http://manufactura.bold-themes.com
 Description:  Black & Blue Child Theme
 Author:       As you were
 Author URI:   https://asyouwere.nl
 Template:     manufactura
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  manufactura-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* Base Fonts */
@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('fonts/FranklinGothic-Book.woff2') format('woff2'),
        url('fonts/FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Parker';
    src: url('fonts/Parker.woff2') format('woff2'),
        url('fonts/Parker.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sailor Beware';
    src: url('fonts/Sailor-Beware.woff2') format('woff2'),
        url('fonts/Sailor-Beware.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h3, h5 {
    font-family: 'Sailor Beware';
    font-weight: normal;
    font-style: normal;
}

h2, h4, h6 {
    font-family: brandon-grotesque, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

body {
    font-family: 'Franklin Gothic Book';
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
}

html {
    -webkit-font-smoothing: antialiased;
}

.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content,
.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content,
.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content,
.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content,
.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content,
.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content, .bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content, .bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content {
    letter-spacing: 0.2em;
}

/* Colors */

.bg-sand {
    background-color: #D0CBBC !important;
}
.bg-light {
    background-color: #fffff4 !important;
}

.bg-dark {
    background-color: #242424 !important;
}

.light {
    color: #fffff4 !important;
}

.dark {
    color: #242424 !important;
}

.dark-sand {
    color: #AcA89A !important;
}

/* Other Fonts */

.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-family: 'Parker';
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-top: 0.2em !important;
}

/* Content width */

/* Custom Elements */

.bt_bb_separator {
    line-height: unset;
}

@media (min-width: 992px){
    .dash-dark .bt_bb_headline_content:after{
        content: '';
        background: url(img/dash-dark.svg);
        width: 60px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: 60px;
        position: relative;
        margin-left: 15px;
        float: right;
        margin-right: -70px;
        margin-top: -14px;
    }
}
@media (min-width: 480px) and (max-width: 991px){
    .dash-dark .bt_bb_headline_content:after{
        content: '';
        background: url(img/dash-dark.svg);
        width: 50px;
        height: 6px;
        background-repeat: no-repeat;
        background-size: 50px;
        position: relative;
        float: right;
        margin-right: -55px;
        margin-top: -12px;
    }
}
@media (max-width: 480px) {
    .dash-dark .bt_bb_headline_content:after{
        content: '';
        background: url(img/dash-dark.svg);
        width: 40px;
        height: 8px;
        background-repeat: no-repeat;
        background-size: 40px;
        position: relative;
        float: right;
        margin-right: -45px;
        margin-top: -8px;
    }
}
.dash-light-before .bt_bb_headline_content {
    display: inline-block;
    margin-left: 100px;
}
.dash-light-before .bt_bb_headline_content:after{
    content: '';
    background: url(img/dash-light.svg);
    width: 50px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 50px;
    position: absolute;
    left: 0;
    top: 50%;
}

/* Horizontal Menu */  
@media(min-width: 992px){
.btLogoArea .logo img {
    height: 50px;
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    height: 50px;
    }
}
@media(max-width: 991px){
.btLogoArea .logo img {
    height: 30px!important;
    }
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    height: 30px!important;
    }
.btMenuVertical .btLogoArea .logo img {
    margin-left: 0px;
    }
}
.btAccentDarkHeader .mainHeader, .btAccentDarkHeader .btVerticalHeaderTop {
    background-color: transparent;
    color: #ACA89A;
}

.btAccentDarkHeader:not(.btBelowMenu) .mainHeader, .btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop, .btLightAccentHeader:not(.btBelowMenu) .mainHeader, .btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop, .btAccentLightHeader:not(.btBelowMenu) .mainHeader, .btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop, .btLightDarkHeader:not(.btBelowMenu) .mainHeader, .btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
    box-shadow: none;
}
/* Header */

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0,0,0,.3);
}

.page-template-default .btPageHeadline {
    display: none;
}   

/* Buttons */

.btContent a {
    color: inherit;
    transition: opacity 200ms ease;
}

.btContent a:hover {
    opacity: 0.5;
    transition: opacity 200ms ease;
}

.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a {
    box-shadow: none;
    background-color: #242424;
    color: #E5E0D5;
}
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: none;
    background-color: #626262;
    color: #E5E0D5;
}
.bt_bb_color_scheme_1.bt_bb_button.bt_bb_size_large.bt_bb_style_filled .bt_bb_button_text:after, .bt_bb_color_scheme_1.bt_bb_button.bt_bb_size_medium.bt_bb_style_filled .bt_bb_button_text:after {
    content: '';
    background: url(img/arrow-right-light.svg);
    width: 19px;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    margin-left: 15px;
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a {
    box-shadow: none;
    background-color: #FFFFF4;
    color: #626262;
    transition: background-color 200ms ease;
}
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: none;
    background-color: #E5DFD5;
    color: #626262;
    opacity: 1;
    transition: background-color 200ms ease;
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a {
    box-shadow: none;
    color: #242424;
    transition: opacity 200ms ease;
}
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a:hover {
    box-shadow: none;
    color: #242424;
    opacity: 0.5;
    transition: opacity 200ms ease;
}
.bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_large.bt_bb_style_filled .bt_bb_button_text:after, .bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_medium.bt_bb_style_filled .bt_bb_button_text:after {
    content: '';
    background: url(img/arrow-right-dark.svg);
    width: 19px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    margin-left: 15px;
}

.bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_large.bt_bb_style_clean .bt_bb_button_text:after, .bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_medium.bt_bb_style_clean .bt_bb_button_text:after {
    content: '';
    background: url(img/arrow-right-black.svg);
    width: 19px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    margin-left: 15px;
    transition: opacity 200ms ease;
}

.icon-left.bt_bb_color_scheme_2.bt_bb_button.bt_bb_style_clean a {
    padding-left: 40px !important;
}
.icon-left.bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_large.bt_bb_style_clean .bt_bb_button_text:after, .icon-left.bt_bb_color_scheme_2.bt_bb_button.bt_bb_size_medium.bt_bb_style_clean .bt_bb_button_text:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: '';
    background: url(img/arrow-right-black.svg);
    width: 19px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    left: 0;
    transition: opacity 200ms ease;
    margin-left: 0;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a {
    box-shadow: none;
    background-color: #626262;
    color: #E5E0D5;
    transition: background-color 200ms ease;
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a:hover {
    box-shadow: none;
    background-color: #E5E0D5;
    color: #626262;
    opacity: 1;
    transition: background-color 200ms ease;
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_size_large.bt_bb_style_filled .bt_bb_button_text:after, .bt_bb_color_scheme_6.bt_bb_button.bt_bb_size_medium.bt_bb_style_filled .bt_bb_button_text:after {
    content: '';
    background: url(img/arrow-right-light.svg);
    width: 19px;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    margin-left: 15px;
    transition: background 200ms ease;
}

.bt_bb_color_scheme_6.bt_bb_button.bt_bb_size_large.bt_bb_style_filled a:hover .bt_bb_button_text:after, .bt_bb_color_scheme_6.bt_bb_button.bt_bb_size_medium.bt_bb_style_filled a:hover .bt_bb_button_text:after {
    content: '';
    background: url(img/arrow-right-dark.svg);
    width: 19px;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 19px;
    position: absolute;
    margin-left: 15px;
    transition: background 200ms ease;
}

.bt_bb_button.bt_bb_size_large .bt_bb_link {
    padding: 1.5em 4.5em 1.5em 3em;
}
.bt_bb_size_large.bt_bb_button {
    font-size: 1em;
}

.bt_bb_button.bt_bb_size_medium .bt_bb_link {
    padding: 1em 4em 1em 2.3em;
}
.bt_bb_size_medium.bt_bb_button {
    font-size: 1em;
}

.bt_bb_button .bt_bb_button_text {
    font-family: brandon-grotesque, sans-serif;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold!important;
}
.bt_bb_align_left .bt_bb_align_right.bt_bb_button, .bt_bb_align_center .bt_bb_align_right.bt_bb_button, .bt_bb_align_left .bt_bb_align_right .bt_bb_button, .bt_bb_align_center .bt_bb_align_right .bt_bb_button, .bt_bb_align_right.bt_bb_button, .bt_bb_align_right .bt_bb_button {
    margin-right: 35px;
}
/* Skins */

.btLightSkin {
    color: #242424;
    background-color: #E5E0D5;
}

.btDarkSkin{
    color: #FFFFF4;
    background-color: #242424;
}

.bt_bb_section.bt_bb_color_scheme_1 {
    color: #fffff4;
    background-color: #242424;
}

/* Font Sizes */

.bt_bb_text {
    font-size: 1.2em;
}

.bt_bb_text.intro {
    margin: 30px 0;
    font-size: 1.667rem !important;
}


@media (min-width: 992px){
    .bt_bb_size_huge.bt_bb_headline h1, .bt_bb_size_huge.bt_bb_headline h2, .bt_bb_size_huge.bt_bb_headline h3, .bt_bb_size_huge.bt_bb_headline h4, .bt_bb_size_huge.bt_bb_headline h5, .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 8rem;
    }
    .bt_bb_size_extralarge.bt_bb_headline h1, .bt_bb_size_extralarge.bt_bb_headline h2, .bt_bb_size_extralarge.bt_bb_headline h3, .bt_bb_size_extralarge.bt_bb_headline h4, .bt_bb_size_extralarge.bt_bb_headline h5, .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 4em;
    }
    .bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 3.2em;
    }
    .bt_bb_size_normal.bt_bb_headline h1, .bt_bb_size_normal.bt_bb_headline h2, .bt_bb_size_normal.bt_bb_headline h3, .bt_bb_size_normal.bt_bb_headline h4, .bt_bb_size_normal.bt_bb_headline h5, .bt_bb_size_normal.bt_bb_headline h6 {
        font-size: 2rem;
    }
    .bt_bb_size_medium.bt_bb_headline h1, .bt_bb_size_medium.bt_bb_headline h2, .bt_bb_size_medium.bt_bb_headline h3, .bt_bb_size_medium.bt_bb_headline h4, .bt_bb_size_medium.bt_bb_headline h5, .bt_bb_size_medium.bt_bb_headline h6 {
        font-size: 1.5em;
    }
    .bt_bb_size_small.bt_bb_headline h1, .bt_bb_size_small.bt_bb_headline h2, .bt_bb_size_small.bt_bb_headline h3, .bt_bb_size_small.bt_bb_headline h4, .bt_bb_size_small.bt_bb_headline h5, .bt_bb_size_small.bt_bb_headline h6 {
        font-size: 1rem;
    }
    .bt_bb_size_extrasmall.bt_bb_headline h1, .bt_bb_size_extrasmall.bt_bb_headline h2, .bt_bb_size_extrasmall.bt_bb_headline h3, .bt_bb_size_extrasmall.bt_bb_headline h4, .bt_bb_size_extrasmall.bt_bb_headline h5, .bt_bb_size_extrasmall.bt_bb_headline h6 {
        font-size: 0.8rem;
    }
    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 3.5em;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 2.5em;
    }
    .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.5em;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.2em;
    }
    .bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.8em;
    }
}



@media (min-width: 480px) and (max-width: 991px) {
    .bt_bb_size_huge.bt_bb_headline h1, .bt_bb_size_huge.bt_bb_headline h2, .bt_bb_size_huge.bt_bb_headline h3, .bt_bb_size_huge.bt_bb_headline h4, .bt_bb_size_huge.bt_bb_headline h5, .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 6rem;
    }
    .bt_bb_size_extralarge.bt_bb_headline h1, .bt_bb_size_extralarge.bt_bb_headline h2, .bt_bb_size_extralarge.bt_bb_headline h3, .bt_bb_size_extralarge.bt_bb_headline h4, .bt_bb_size_extralarge.bt_bb_headline h5, .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 3em;
    }
    .bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 2.5em;
    }
    .bt_bb_size_normal.bt_bb_headline h1, .bt_bb_size_normal.bt_bb_headline h2, .bt_bb_size_normal.bt_bb_headline h3, .bt_bb_size_normal.bt_bb_headline h4, .bt_bb_size_normal.bt_bb_headline h5, .bt_bb_size_normal.bt_bb_headline h6 {
        font-size: 1.5rem;
    }
    .bt_bb_size_medium.bt_bb_headline h1, .bt_bb_size_medium.bt_bb_headline h2, .bt_bb_size_medium.bt_bb_headline h3, .bt_bb_size_medium.bt_bb_headline h4, .bt_bb_size_medium.bt_bb_headline h5, .bt_bb_size_medium.bt_bb_headline h6 {
        font-size: 1.2em;
    }
    .bt_bb_size_small.bt_bb_headline h1, .bt_bb_size_small.bt_bb_headline h2, .bt_bb_size_small.bt_bb_headline h3, .bt_bb_size_small.bt_bb_headline h4, .bt_bb_size_small.bt_bb_headline h5, .bt_bb_size_small.bt_bb_headline h6 {
        font-size: 0.8rem;
    }
    .bt_bb_size_extrasmall.bt_bb_headline h1, .bt_bb_size_extrasmall.bt_bb_headline h2, .bt_bb_size_extrasmall.bt_bb_headline h3, .bt_bb_size_extrasmall.bt_bb_headline h4, .bt_bb_size_extrasmall.bt_bb_headline h5, .bt_bb_size_extrasmall.bt_bb_headline h6 {
        font-size: 0.6rem;
    }
    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 2.5em;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 2em;
    }
    .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.2em;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1em;
    }
    .bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.8em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.6em;
    }
}

@media (max-width: 480px){
    .bt_bb_size_huge.bt_bb_headline h1, .bt_bb_size_huge.bt_bb_headline h2, .bt_bb_size_huge.bt_bb_headline h3, .bt_bb_size_huge.bt_bb_headline h4, .bt_bb_size_huge.bt_bb_headline h5, .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 3rem;
    }
    .bt_bb_size_extralarge.bt_bb_headline h1, .bt_bb_size_extralarge.bt_bb_headline h2, .bt_bb_size_extralarge.bt_bb_headline h3, .bt_bb_size_extralarge.bt_bb_headline h4, .bt_bb_size_extralarge.bt_bb_headline h5, .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 3em;
    }
    .bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 1.8em;
    }
    .bt_bb_size_normal.bt_bb_headline h1, .bt_bb_size_normal.bt_bb_headline h2, .bt_bb_size_normal.bt_bb_headline h3, .bt_bb_size_normal.bt_bb_headline h4, .bt_bb_size_normal.bt_bb_headline h5, .bt_bb_size_normal.bt_bb_headline h6 {
        font-size:1.2rem;
    }
    .bt_bb_size_medium.bt_bb_headline h1, .bt_bb_size_medium.bt_bb_headline h2, .bt_bb_size_medium.bt_bb_headline h3, .bt_bb_size_medium.bt_bb_headline h4, .bt_bb_size_medium.bt_bb_headline h5, .bt_bb_size_medium.bt_bb_headline h6 {
        font-size: 1.2em;
    }
    .bt_bb_size_small.bt_bb_headline h1, .bt_bb_size_small.bt_bb_headline h2, .bt_bb_size_small.bt_bb_headline h3, .bt_bb_size_small.bt_bb_headline h4, .bt_bb_size_small.bt_bb_headline h5, .bt_bb_size_small.bt_bb_headline h6 {
        font-size: 1em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline h1, .bt_bb_size_extrasmall.bt_bb_headline h2, .bt_bb_size_extrasmall.bt_bb_headline h3, .bt_bb_size_extrasmall.bt_bb_headline h4, .bt_bb_size_extrasmall.bt_bb_headline h5, .bt_bb_size_extrasmall.bt_bb_headline h6 {
        font-size: 1em;
    }
    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 2em;
    }
    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.5em;
    }
    .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.2em;
    }
    .bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.8em;
    }
    .bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.7em;
    }
    .bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 0.5em;
    }
}



/* Tables */

.btContentHolder table {
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: none !important;
}

.btContentHolder table td, .btContentHolder table th {
    border: none;
    padding: 0;
}

/* Split page */
@media (min-width: 993px){
.layer1 {
    height: 100vh;
    width: 50vw;
    left:0;
    transition: 1s;
    background-size: 50vh!important;
    }
.layer1:hover {
    transition: 1s;
    transform: scale(1.05);
    max-width:80%!important;
    }
.layer2 {
    position: absolute;
    height: 100vh;
    width: 50vw;
    top:0;
    right:0;
    transition: 1s;
    background-size: 50vh!important;
    }
.layer2:hover {
    transition: 1s;
    transform: scale(1.05);
    max-width:80%!important;
    }
.layer-content {
    max-width:80%!important;
    margin-left:100px!important;
    padding-bottom: 150px!important;
    }
.subtitle {
    font-size: 35px;
    font-family: 'Parker';
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.2em;
    }
}
@media (max-width: 992px){
.layer1 {
    background-size: 35vh!important;
    }
.layer2 {
    background-size: 35vh!important;
    }
.layer-content {
    max-width:100%!important;
    padding: 50px!important;
    }
.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 50vh!important;
    }
.subtitle {
    font-size: 20px;
    font-family: 'Parker';
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.2em;
    }
}


/* Cookie bar */
#cookie-law-info-bar {
    z-index: 100000 !important;
}