.container {
    position: relative;
    max-width: 1200px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

:root {
    /* Base font size */
    font-size: 10px;

    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}

.fixed-linkedin {
    background-color: #5388EC;
}

#header2 {
    /* Create grid spanning viewport width & height */
    overflow: hidden;
    display: inline-block;
    grid-template-rows: initial;
    box-shadow: none;
}

.video-bg {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Re-size video to cover full screen while maintaining aspect ratio */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;

    /* Display video below overlay */
    z-index: -1;
}

.video-bg::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Center Content */
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;

    /* Semi-transparent background */
    background-color: rgba(0, 0, 0, 0.55);
}

h1 {

    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0.05em 0.05em 0.05em rgba(0, 0, 0, 0.4);
}


::-moz-selection {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

::selection {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
}

#commentform textarea, .enquiry-form textarea {
    height: 100px;
}

.mydetails {
    font-size: 16px;
    position: absolute;
    padding: 50px 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000070;
    min-width: 600px;
    text-align: center;
}

.m-title {
    max-height: 120px;

}

.menu.type1 .current_page_item a, .menu.type1 li:hover a {
    background: #c6c6c6;
}

@media only screen and (max-width: 600px) {
    .embed-responsive-item {
        height: auto !important;

    }
}

.embed-responsive-item {
    height: auto !important;
    width: 100%;
    -webkit-transform: none !important;
    z-index: -1;
}


nav {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination {
    height: 36px;
    margin: 0;
    padding: 0;
}

.pager, .pagination ul {
    margin-left: 0;
    *zoom: 1
}

.pagination ul {
    padding: 0;
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination .active a, .pagination a:hover {
    background-color: #f5f5f5;
    color: #111;
}

.pagination .active a {
    color: #94999E;
    cursor: default
}

.pagination .disabled a, .pagination .disabled a:hover, .pagination .disabled span {
    color: #94999E;
    background-color: transparent;
    cursor: default
}

.pagination li:first-child a, .pagination li:first-child span {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pager {
    margin-bottom: 18px;
    text-align: center
}

.pager:after, .pager:before {
    display: table;
    content: ""
}

.pager li {
    display: inline
}

.pager a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next a {
    float: right
}

.pager .previous a {
    float: left
}

.pager .disabled a, .pager .disabled a:hover {
    color: #999;
    background-color: #fff;
    cursor: default
}

.pagination .prev.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 1
}

.pagination .next.disabled span {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active, .pagination li.disabled {
    float: left;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination li.active {
    background: #ffaa26;
    color: #111;
}

.pagination li:first-child {
    border-left-width: 1px;
}


.cookies-allow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.cookies-allow span {
    color: #333;
}

.cookies-allow a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.cookies-allow .btn-cookies-close {
    background-color: #ffaa26;
    color: #000;
    text-decoration: none;
    border-radius: 0 !important;
    border: 2px solid #000;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 10px;
}

.dt-sc-button.medium.with-icon i.fa {
    color: #252525;
}

.btn-add-artist i, .btn-add-artist i::after {
    background: #fff !important;
}

.dt-sc-error-box:before, .dt-sc-warning-box:before, .dt-sc-success-box:before, .dt-sc-info-box:before {
    opacity: 0;
}

.dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box {
    padding: 15px 15px 15px 65px;
}

.confirm-artist-box h4 {
    font-size: 24px;
}

.confirm-artist-box p {
    font-size: 20px;
}

.confirm-artist-box a {
    color: #ffc107;
}

.important-box {
    padding: 10px;
    border: 1px dashed #fff;
    margin-bottom: 40px;
    background: #a81c51;
}

.important-box h5 {
    font-size: 22px;
}


@media only screen and (max-width: 600px) {
    .cookies-allow .container {
        padding: 10px;
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

