/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */


/*

 * What follows is the result of much research on cross-browser styling.

 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

 * Kroc Camen, and the H5BP dev community and team.

 */


/* ==========================================================================

   Base styles: opinionated defaults

   ========================================================================== */

@font-face {
    font-family: 'GT-Walsheim-Medium-Oblique';
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium-Oblique.eot');
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium-Oblique.eot?#iefix') format('embedded-opentype'), url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium-Oblique.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim-Medium';
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium.eot');
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium.eot?#iefix') format('embedded-opentype'), url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Black';
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Black.eot');
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Black.eot?#iefix') format('embedded-opentype'), url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim-Pro-Bold';
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Bold.eot');
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Bold.eot?#iefix') format('embedded-opentype'), url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Pro-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT-Walsheim-Light';
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Light.eot');
    src: url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Light.eot?#iefix') format('embedded-opentype'), url('https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/fonts/GT-Walsheim-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

.overlay {
  opacity:0.7;
  filter: alpha(opacity=20);
  background-color:#000;
  width:100%;
  height:100%;
  z-index:10;
  top:0;
  left:0;
  position:fixed;
}

header {
    z-index: 30;
    position: relative;
  }

/*

 * Remove text-shadow in selection highlight:

 * https://twitter.com/miketaylr/status/12228805301

 *

 * Vendor-prefixed and regular ::selection selectors cannot be combined:

 * https://stackoverflow.com/a/16982510/7133471

 *

 * Customize the background color to match your design.

 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*

 * A better looking default horizontal rule

 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*

 * Remove the gap between audio, canvas, iframes,

 * images, videos and the bottom of their containers:

 * https://github.com/h5bp/html5-boilerplate/issues/440

 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*

 * Remove default fieldset styles.

 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*

 * Allow only vertical resizing of textareas.

 */

textarea {
    resize: vertical;
}


/* ==========================================================================

   Browser Upgrade Prompt

   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================

   Author's custom styles

   ========================================================================== */


/* ==========================================================================

   Helper classes

   ========================================================================== */


/*

 * Hide visually and from screen readers

 */

.hidden {
    display: none !important;
}


/*

 * Hide only visually, but have it available for screen readers:

 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility

 *

 * 1. For long content, line feeds are not interpreted as spaces and small width

 *    causes content to wrap 1 word per line:

 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe

 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}


/*

 * Extends the .visuallyhidden class to allow the element

 * to be focusable when navigated to via the keyboard:

 * https://www.drupal.org/node/897638

 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*

 * Hide visually and from screen readers, but maintain layout

 */

.invisible {
    visibility: hidden;
}


/*

 * Clearfix: contain floats

 *

 * For modern browsers

 * 1. The space content is one way to avoid an Opera bug when the

 *    `contenteditable` attribute is included anywhere else in the document.

 *    Otherwise it causes space to appear at the top and bottom of elements

 *    that receive the `clearfix` class.

 * 2. The use of `table` rather than `block` is only necessary if using

 *    `:before` to contain the top-margins of child elements.

 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================

   EXAMPLE Media Queries for Responsive Design.

   These examples override the primary ('mobile first') styles.

   Modify as content requires.

   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================

   Print styles.

   Inlined to avoid the additional HTTP request:

   http://www.phpied.com/delay-loading-your-print-css/

   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:

                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*

     * Don't show links that are fragment identifiers,

     * or use the `javascript:` pseudo protocol

     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*

     * Printing Tables:

     * http://css-discuss.incutio.com/wiki/Printing_Tables

     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================

LAYOUT

========================================================================== */

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
span {
    letter-spacing: 0.05em !important;
}

body {
    overflow-x: hidden;
}

p {
    font-size: 17px;
    font-family: 'GT-Walsheim-Light';
    color: #85878b;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: 0;
}

.swiper-slide:focus {
    outline: 0;
}

.swiper-slide a:focus {
    outline: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    outline: 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.main-title {
    font-family: 'GT-Walsheim-Medium';
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.main-title.sm-mab {
    margin-bottom: 20px;
}

.main-title.lg-mab {
    margin-bottom: 20px;
}

.main-title.black {
    color: black;
}

.main-title.white {
    color: white;
}

.mt-separator {
    height: 1px;
    width: 170px;
}

.mt-separator.black {
    background-color: black;
}

.mt-separator.white {
    background-color: white;
}


/* ==========================================================================

TOP HEADER

========================================================================== */

.top-header {
    text-align: center;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.subscribe-container {
    max-width: 230px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
}

.subscribe-container img {
    min-width: 91px;
}

.subscribe-container p {
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.subscribe-container .btn {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid black;
    padding: 1px 9px;
    border-radius: 0;
}

.subscribe-container .btn:hover,
.subscribe-container .btn:focus {
    color: white;
    background-color: black;
}

p.header-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.2;
    font-family: 'BrutalTypeRegular';
    margin-bottom: 0;
    color: white;
    opacity: 0.7;
    margin-top: 10px;
}


/* ==========================================================================

WHITE HEADER

========================================================================== */

.white-nav-wrap {
    position: relative;
}

.navbar.white-navbar {
    padding: 1.1rem 1rem;
    background-color: white !important;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

.nav-right-absolute {
    position: absolute;
    right: 30px;
    z-index: 9;
}

.navbar-light.white-navbar .center-white-nav .nav-item {
    border-right: 1px solid #d1d1d1;
}

.navbar-light.white-navbar .center-white-nav .nav-item:last-child {
    border-right: 0px;
}

.navbar-light.white-navbar .navbar-nav .nav-link {
    font-family: 'GT-Walsheim-Medium';
    color: black;
}

.navbar-light.white-navbar .navbar-nav.center-white-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light.white-navbar .dropdown-menu {
    left: initial;
    right: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'GT-Walsheim-Medium';
}

.navbar-light.white-navbar .dropdown-item:focus,
.navbar-light.white-navbar .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.navbar-light.white-navbar .more-dropdown {
    margin-top: 20px;
}

.nav-right-absolute li {
    display: inline-block;
}

.nav-right-absolute li.dropdown a {
    color: black;
    font-family: 'GT-Walsheim-Medium';
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-right-absolute .dropdown-menu {
    left: initial !important;
    right: 0 !important;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 25px;
}

.nav-right-absolute .dropdown-item:focus,
.nav-right-absolute .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

.nav-right-absolute .btn-search {
    height: 61px;
    border-radius: 0;
    background: transparent;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding-left: 18px;
    padding-right: 18px;
}

.nav-right-absolute .btn-search:focus,
.nav-right-absolute .btn-search:hover,
.nav-right-absolute .btn-search.active {
    outline: 0;
    box-shadow: none;
    color: white;
    background: black;
}

.nav-right-absolute .btn-search i {
    font-size: 18px;
    vertical-align: middle;
}

.follow-dropdown {
    line-height: 44px;
    margin-right: 10px;
}

.search-holder {
    position: relative;
}

.search-holder input {
    position: absolute;
    width: 300px;
    right: 1px;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    z-index: 99;
}

.search-holder:focus {
    box-shadow: none;
    border-color: black;
}

.above-nav {
    background: #000;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}

.above-nav img {
  max-width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.above-nav h2 {
    font-weight: 100;
    letter-spacing: 25px;
    font-size: 47px;
    margin-left: 14px;
}

.above-nav h4 {
    font-weight: 400;
}

.above-nav h4,
.above-nav h2 {
    color: #fff;
}

.above-foot {
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

.above-foot img {
    max-width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.above-foot h2 {
    font-weight: 100;
    letter-spacing: 25px;
    font-size: 47px;
    margin-left: 14px;
}

.above-foot h4 {
    font-weight: 400;
}

.above-foot h4,
.above-foot h2 {
    color: #000;
}

.navbar-black {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #000;
    padding-top: 12px;
    padding-bottom: 25px;
}

.navbar-black .navbar-brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}


/*
.navbar-black {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.navbar-black.affix {
    position: fixed;
    width: 100%;
    top: 59px;
    left: 0;
    z-index: 9;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
*/

.navbar-black .navbar-brand p {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.2;
    font-family: 'GT-Walsheim-Light';
    margin-bottom: 0;
    color: white;
    opacity: 0.7;
    margin-top: 10px;
}

.navbar-black .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 6px solid #000;
    margin-bottom: -3px;
    transition: 0.3s;
    letter-spacing: .06em;
    font-size: 14px;
    font-family: 'GT-Walsheim-Medium';
    text-transform: capitalize;
}

div#navbarSupportedContent {
    margin-left: -30px;
}

a.gold-link {
    color: grey !important;
}

a.gold-link:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 85%;
    padding-top: 10px;
    border-bottom: 4px solid #e73865 !important;
}

ul.navbar-nav.ml-auto .nav-item {
    width: auto;
    text-align: center;
}

ul.navbar-nav.ml-auto a {
    height: 30px;
    padding-bottom: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'GT-Walsheim-Medium';
}

ul.navbar-nav.ml-auto li:last-child {
    border-right: unset;
}

ul.navbar-nav.ml-auto li {
    border-right: 1px solid #cfcfcf;
}

.navbar-black .navbar-nav .active>.nav-link,
.navbar-black .navbar-nav .nav-link.active,
.navbar-black .navbar-nav .nav-link.show,
.navbar-black .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-black .navbar-nav .nav-link:focus,
.navbar-black .navbar-nav .nav-link:hover {
    color: white;
}

.navbar-black .white-outline-item .nav-link {
    border: 1px solid white;
    margin-left: 20px;
    font-size: 16px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ml-auto,
.mx-auto {
    margin: auto!important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/mobile-menu.png);
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-black.affix .nav-link {
    border-bottom: 6px solid #000;
}

li.nav-item.white-outline-item a:hover {
    background: #fff;
    color: #000 !important;
    transition: 0.2s;
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-black.affix .nav-link:hover,
nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover {
    color: grey;
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-black.affix .nav-link:hover:after,
nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 85%;
    padding-top: 10px;
    border-bottom: 4px solid #e73865 !important;
}

a.btn.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

a.btn.btn-black-outline:hover {
    background: #90834e;
    color: #fff;
}

.logo-sub {
    padding-top: 10px;
}

.logo-sub h4 {
    font-size: 17px;
    margin-top: 22px;
    font-weight: 600 !important;
    color: #e73865 !important;
    font-family: 'GT-Walsheim-Medium';
}

.logo-sub h4 span {
    color: #9ecfaa;
    display: block;
    margin-top: -20px;
}


/* ==========================================================================

HOMEPAGE

========================================================================== */

p.hideondesktop {
    display: none;
}

#video {
    display: block;
    width: 100%;
    background-color: #ccc;
    background-image: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/slides/Hero-Placeholder.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

#video.active {
    background-color: white;
}

video.mobile-video {
    position: absolute;
    width: 100%;
    text-align: center;
}

.vid-mob {
    position: relative;
    width: 100%;
}

#navbar-close {
    width: 22px;
    height: 30px;
    margin-top: 2px;
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-black {
    border-bottom: 1px solid #2d2e2f;
    padding-bottom: 30px;
}

div#navbar-close .fa {
    color: #fff;
    font-size: 27px;
}

.show-mob,
.swiper-mob,
.vid-mob {
    display: none;
}

section.hero-intro {
    padding-top: 45px;
    padding-bottom: 45px;
}

.hero-image {
    max-width: 1047px;
    margin: auto;
}


/*
iframe.vid {
    transform: scale(1.5);
}
*/

.hero-image {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


/*
.slider-cta {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.hero-image iframe,
.hero-image object,
.hero-image embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-title.main-title-hero h3 {
    font-size: 42px;
    font-family: 'GT-Walsheim-Medium';
}

span.pink {
    color: #f08b6c;
}

span.blue {
    color: #9ecfaa;
}

span.gold {
    color: #f6efa3;
}

.title-sep {
    border-top: 1px solid #fff;
    width: 7%;
    margin: auto;
    padding-top: 20px;
    margin-top: 20px;
}

section.hero-intro p {
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-left: 85px;
    padding-right: 85px;
    font-family: 'GT-Walsheim-Medium';
}

.speakersSection h3 {
    color: #fff;
    text-align: center;
    font-family: 'GT-Walsheim-Light';
    font-size: 35px;
}

.title-border {
    border-top: 1px solid #fff;
    width: 7%;
    margin: auto;
    padding-top: 20px;
    margin-top: 25px;
    padding-bottom: 45px;
}

.view-all {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 75px;
}

.view-all a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 15px 55px;
    transition: 0.5s;
}

.view-all a:hover {
    color: #000;
    background: #fff;
}

.pink-hp-new {
    background: #e73865;
    z-index: 30;
}

.pink-hp-new .contentWrap {
    padding-top: 45px;
    padding-left: 55px;
    padding-right: 55px;
}

.pink-hp {
    /* background: #e73865;*/
    background: rgb(231,56,101);
    background: linear-gradient(104deg, rgba(231,56,101,1) 1%, rgba(34,57,126,1) 104%);
}

.pink-hp .contentWrap {
    padding-top: 45px;
    padding-left: 55px;
    padding-right: 55px;
}

.blue-hp {
    background: #1f5871;
}

.blue-hp .contentWrap {
    padding-top: 45px;
    padding-left: 55px;
    padding-right: 55px;
}

.gold-hp {
    background: #9ecfaa;
}

.gold-hp .contentWrap {
    padding-top: 35px;
    padding-left: 55px;
    padding-right: 55px;
}

.purple-hp {
    background: #402661;
}

.purple-hp .contentWrap {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 45px;
    padding-top: 25px;
}

.contentWrap h3 {
    color: #fff;
    text-align: center;
    font-family: 'GT-Walsheim-Medium';
}

.contentWrap p {
    color: #fff !important;
    ;
}

.highlightBtn a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 15px 20px;
    display: block;
    width: 52%;
    text-align: center;
    margin-top: 45px !important;
    margin: auto;
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'GT-Walsheim-Medium';
    transition: 0.5s;
}

.highlightBtn a:hover {
    background: #2d2e2f;
}

.contactBtn {
    position: relative;
}

.contactBtn a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 15px 35px;
    display: block;
    width: 50%;
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    margin: auto;
    text-transform: uppercase;
    transition: 0.5s;
    font-family: 'GT-Walsheim-Medium';
    letter-spacing: 1px;
}

.contactBtn a:hover {
    background: #e6e6e6;
}


/*
.contactBtn a:hover:after {
    content: '';
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/right-chevron-w.png);
    width: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    position: absolute;
    top: 41px;
    right: 38%;
}
*/

.location-wrap {
    text-align: center;
}

p.mail-txt {
    margin-top: 45px;
}

.contactBtn {
    padding-top: 20px;
}

.venue-border {
    border: 1px solid #000;
    display: block;
    width: 14%;
    margin: auto;
    margin-top: 14px;
    margin-bottom: -10px;
}

.contact-map {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/map-soho.jpg);
    background-size: cover;
    background-position: 100% 50%;
    height: 430px;
}

.highlight-subtitle {
    padding-top: 55px;
    padding-bottom: 55px;
}

.highlight-subtitle h5 {
    color: #e73865;
    padding-left: 145px;
    padding-right: 145px;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    font-family: 'GT-Walsheim-Medium';
}

.highlight-subtitle h5 span {
    font-family: 'GT-Walsheim-Light';
}

section#speakers h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    color: #000;
}

.custom-sp-col .col-md-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-sp-col .new-speakers-img-wrap {
    margin-bottom: 0px;
}

.other-speakers h5 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    color: #000;
    font-size: 17px;
}

.other-speakers {
    padding-top: 35px;
}

.other-speakers p {
    color: #000;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    margin-top: 20px;
}

img.chevrons {
    max-width: 8px !important;
    margin-top: -3px !important;
    margin-left: 14px !important;
}

img.chevrons.cards-chev {
    display: initial;
    margin: unset;
}


/* ==========================================================================

GQ Heroes

========================================================================== */

section.highlightInfo {
    border-bottom: 1px solid #cfcfcf;
}

section.heroes-section {
    padding-top: 55px;
    padding-bottom: 35px;
}

section.heroes-section h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
}

.separator-purple {
    border-top: 1px solid #e73865 !important;
    display: block;
    width: 7%;
    margin: auto;
    margin-top: 25px;
    padding-bottom: 20px;
}

section.heroes-section p {
    color: #000;
    padding-left: 85px;
    padding-right: 85px;
    font-family: 'GT-Walsheim-Medium';
    text-align: center;
}

section.hero-intro {
    background: #2d2e2f;
    padding-bottom: 5px;
    padding-top: 35px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e73865;
    border-top: 1px solid #2d2e2f !important;
}

.main-title h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    color: #fff;
}

section.hero-intro .separator-purple {
    margin-bottom: 35px;
}


/* ==========================================================================

PARTNERS PAGE

========================================================================== */

.partners-sep-gold {
    border-top: 1px solid #a48d61 !important;
    display: block;
    width: 7%;
    margin: auto;
    margin-top: 25px;
}

h4.partnes-title {
    text-align: center;
    margin-top: 10px;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    color: #fff;
    margin-bottom: 45px;
}

.grey-background p {
    color: #000 !important;
}

.row.align-items-start.grey-background {
    background: #f5f5f5;
}

.grey-background .col-lg-5 {
    padding-left: 0px !important;
}

.partner-box {
    margin-bottom: 55px;
}


/* ==========================================================================

FAQ PAGE

========================================================================== */

.faq-section {
    padding-top: 35px !important;
    padding-bottom: 0px !important;
}

section.faqs b {
    color: #e73865;
    font-family: 'GT-Walsheim-Medium';
}

section.faqs span {
    font-family: Arial;
    font-weight: 300;
}

section.partners-section h2 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Light';
    font-size: 25px;
    color: #000;
}

.container.container-padd {
    padding-left: 125px;
    padding-right: 125px;
    width: 1000px;
    margin: auto;
}

.faqs b {
    color: #000;
}


/* ==========================================================================

MAIN SLIDER

========================================================================== */

.parallax-c-slider {
    position: relative;
    height: 385px;
}

.slider-cta {
    text-align: center;
    margin-top: 1px;
    padding-bottom: 35px;
}

.slider-cta a {
    background: #e73865;
    padding: 14px 35px;
    display: table;
    margin: auto;
    margin-top: -1px;
    transition: 0.5s;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'GT-Walsheim-Medium';
}

.slider-cta a:hover {
    background: #2d2e2f;
}

.parallax-wrap .module.parallax {
    background-position: 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.parallax-wrap {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.parallax-wrap .module.parallax-1 {
    background-image: url("https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/slides/1-Adwo-Aboah-Carousel.jpg");
}

.parallax-wrap .module.parallax-2 {
    background-image: url("https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/slides/2-Richard-Madden-Carousel.jpg");
}

.parallax-wrap .module.parallax-3 {
    background-image: url("https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/slides/3-Ricky-Gervais-Carousel.jpg");
}

.parallax-wrap .module.parallax-4 {
    background-image: url("https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/slides/4-Michael-Wolf-Carousel.jpg");
}

.parallax-wrap.active {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.parallax-wrap .module {
    background-position: 50% 0;
    background-size: cover !important;
}

.parallax-c-slider .main-sl-text h3 {
    position: relative;
    font-size: 17px;
    color: lightgrey;
    text-shadow: 1px 1px #000;
    line-height: 35px;
    margin-top: 75px;
    font-family: 'GT-Walsheim-Medium';
}

.main-sl-text p {
    color: lightgrey;
    font-size: 18px;
    line-height: 25px;
}

.parallax-c-slider .main-sl-text h3 span {
    color: #f2f1f2;
    font-size: 34px;
    font-family: 'GT-Walsheim-Light';
    display: block;
}

.parallax-c-slider .m-slide-link {
    background: #ffcb31;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -62px;
    width: 100%;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'GT-Walsheim-Medium';
    font-weight: 900;
    text-decoration: underline;
    color: black;
}

.parallax-c-slider .m-slide-link:hover,
.parallax-c-slider .m-slide-link:focus {
    color: #ffcb31;
    background: black;
    cursor: pointer;
}

.parallax-c-slider .bullets {
    position: absolute;
    list-style: none;
    right: 50%;
    left: 50%;
    width: 100%;
    bottom: -17px;
    margin-left: -25px;
}

ul#bullets li {
    display: inline-block;
}

.parallax-c-slider .bullets li span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 55px;
    margin-bottom: 10px;
    background: transparent;
    border: 1.5px solid white;
    opacity: .5;
    margin-bottom: 20px;
    cursor: pointer;
}

.parallax-c-slider .bullets li span.active {
    opacity: 1;
}

.main-slider {
    width: 100%;
    height: 530px;
    padding-bottom: 62px;
}

.main-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 0;
    margin-bottom: 10px;
    background: transparent;
    border: 1.5px solid white;
    opacity: .5;
}

.main-slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-bottom: 20px;
}

.main-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    border: 1.5px solid white;
}

.main-slider.swiper-container-horizontal>.swiper-pagination-bullets,
.main-slider .swiper-pagination-custom,
.main-slider .swiper-pagination-fraction {
    bottom: 120px;
    left: initial;
    width: auto;
    right: 100px;
}

.m-slide-link {
    background: #91d1d5;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -62px;
    width: 100%;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'GT-Walsheim-Medium';
    font-weight: 900;
    text-decoration: underline;
    color: black;
}

.m-slide-link:hover,
.m-slide-link:focus {
    color: #91d1d5;
    background: black;
}

.slide-mobile-2 {
    background-position: 95% 50% !important;
}


/* ==========================================================================

SPEAKERS SECTION

========================================================================== */

.gq-logo img {
    max-width: 245px;
}

.gq-logo {
    margin-top: -30px;
    margin-bottom: 25px;
}

.collapseBtn {
    text-decoration: underline;
}

section#speakers {
    background: #f5f5f5;
    padding-bottom: 35px;
    padding-top: 75px;
}

.speakers {
    background-color: #000;
    padding-top: 55px;
    padding-bottom: 35px;
    text-align: center;
}

.speakers h2 {
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: lightgrey;
    font-family: 'GT-Walsheim-Light';
}

.speakers p {
    font-size: 18px;
    color: #fff;
}

.speakers a {
    color: #666666;
    font-weight: 700;
    text-decoration: underline;
}

.speakers-tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: 'GT-Walsheim-Medium';
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 50px;
    color: #ffcb31;
    background-color: black;
}

.speakers-tabs .nav-tabs .nav-item.show .nav-link,
.speakers-tabs .nav-tabs .nav-link.active {
    color: #90834e;
    background-color: #fff;
}

.speakers-tabs .nav-tabs {
    border: 0;
    margin-top: -55px;
}

.speakers-tabs .tab-content {
    padding-top: 55px;
}

.speaker-box-page {
    border-top: 1px solid black;
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: left !important;
}

.speaker-box {
    font-family: 'GT-Walsheim-Light';
    text-align: center;
}

.speaker-box img {
    margin-bottom: 5px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
    width: 100vw;
}

/* .speaker-box img:hover {
    opacity: 0.7;
}*/

.new-speakers-img-wrap .image-inner:hover {
    background-color: rgb(231 56 101 / 77%);
}

.speaker-box h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'GT-Walsheim-Medium';
}

h4.bjork-font {
    font-family: arial, sans-serif-light, sans-serif;
}

.speaker-box p {
    font-size: 16px;
    color: #666666;
}

.new-speaker-wrap {
    padding-bottom: 70px;
}

.new-speaker-wrap .no-gutters {
    margin-right: 7px;
    margin-left: 7px;
}

.new-speaker-wrap .no-gutters>.col,
.new-speaker-wrap .no-gutters>[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
}

.new-speakers-img-wrap {
    position: relative;
    margin-bottom: 10px;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.new-speakers-img-wrap img {
    width: 100vw;
    margin-bottom: 0px;
}

.new-speakers-img-wrap .image-inner {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.55);
}

.new-speakers-img-wrap .image-inner a {
    height: 100%;
    display: block;
    z-index: 8;
    position: relative;
}

.new-speakers-img-wrap:hover .image-inner {
      opacity: 1;
      cursor: pointer;
}

.new-speakers-img-wrap .image-inner-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.new-speakers-img-wrap .image-inner-text h4 {
    color: white;
    font-family: 'GT-Walsheim-Medium';
    font-size: 19px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.new-speakers-img-wrap .image-inner-text .sepeartor-img-text {
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 60px;
    background: white;
    opacity: 0.5;
}

.new-speakers-img-wrap .image-inner-text p {
    color: white;
    font-family: 'GT-Walsheim-Light';
    font-size: 17px;
    line-height: 1.5;
}

.left-ns-img {
    max-width: 321px;
}

.center-ns-img {
    max-width: 306px;
}


/* ==========================================================================

Accomodation Section

========================================================================== */

.accommodation-section {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #fff;
    text-align: center;
}

.accommodationIntro {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
}

section.accommodation-section h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
}

.accommodationIntro p {
    color: #000;
    padding-left: 175px;
    padding-right: 175px;
    font-size: 16px;
}

.container .partners-sep-gold {
    margin-top: 20px;
    margin-bottom: 20px;
}

.accommodationIntro h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    color: #000 !important;
}

section.accommodation-section p {
    color: #000;
    font-weight: 600;
    padding-left: 125px;
    padding-right: 125px;
    padding-bottom: 25px;
    font-size: 16px;
}

section.accommodation-section p span {
    font-weight: 300;
}

.room-info img.chevrons.cards-chev {
    padding-left: 0px;
    padding-right: 0px;
}

.swiper-pagination {
    margin-left: 95px;
}

.swiper-headline-sec {
    font-family: 'GT-Walsheim-Medium';
    color: #90834e !important;
}

.swiper-headline-sec .row {
    text-align: left;
}

.swiper-headline-sec .slide-col-height {
    padding-top: 25px;
    padding-bottom: 25px;
}

.swiper-headline-sec p {
    padding-left: 25px;
    font-size: 16px;
    line-height: 21px;
}

.swiper-headline-sec h3 {
    padding-left: 25px;
}

.sliderbtN {
    padding-left: 25px;
    margin-top: 25px;
    position: absolute;
    bottom: 35px;
}

.sliderbtN a {
    background: #fff;
    color: #90834e;
    border: 1px solid #90834e;
    padding: 10px 25px;
    transition: 0.5s;
    text-decoration: none;
    font-family: 'GT-Walsheim-Medium';
    font-size: 16px;
}

.sliderbtN a:hover {
    background: #90834e;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-pagination-bullet {
    background: unset;
    opacity: 1;
    border: 1px solid #fff;
}

.accomodation-slider {
    background-size: cover !important;
    background-position: center !important;
    height: 365px;
}

.headline-slide-1 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/headline-slider/Luxury-Cabins.jpg);
}

.headline-slide-2 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/headline-slider/Private-En-Suite-Room.jpg);
}

.headline-slide-3 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/headline-slider/Piglets-Tents.jpg);
}

.container-parent {
    display: block;
    width: 100%;
    position: relative;
}

.slide-col-height {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
}

#agenda .contentWrapper,
#accomodation .contentWrapper {
    height: 325px;
    padding-top: 15px;
    text-align: left;
    padding-bottom: unset;
}

.contentWrapper {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}

.sd-partners .contentWrapper {
    padding-bottom: 50px;
    padding-top: 50px;
}

a.thumbnail {
    background-size: cover !important;
    height: 295px !important;
}

img.img-fluid.img-opac {
    opacity: 0;
}

.rooms {
    height: 310px;
}

.room-1 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/luxury-cabins/one-bedroom-waterside-cabin-boxed.jpg);
    background-size: cover;
}

.room-2 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/luxury-cabins/one-bedroom-cabin-boxed.jpg);
    background-size: cover;
}

.room-3 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/luxury-cabins/large-studio-cabin-boxed.jpg);
    background-size: cover;
}

.room-4 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/luxury-cabins/walled-garden-bedroom-boxed.jpg);
    background-size: cover;
}

.room-5 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/luxury-cabins/studio-cabin-boxed.jpg);
    background-size: cover;
}

.room-6 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/private-ensuite/private-en-suite-room-within-two-bedroom-waterside-cabin-boxed.jpg);
    background-size: cover;
}

.room-7 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/private-ensuite/two-bed-cabin-boxed.jpg);
    background-size: cover;
}

.room-8 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/private-ensuite/three-bed-cabin-boxed.jpg);
    background-size: cover;
}

.room-9 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/piglets-tents/piglet-boxed.jpg);
    background-size: cover;
}

.room-10 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/accommodations-page/piglets-tents/bell-tent-boxed.jpg);
    background-size: cover;
}

.room-info {
    padding: 25px;
}

.room-info p {
    line-height: 21px;
    font-size: 15px;
}

p.room-prices {
    margin-top: 5px;
}


/* ==========================================================================

Agenda Section

========================================================================== */

section#agenda ul {
    margin-left: 30px;
}

section.agenda-section {
    background: #f2f1f2;
}

section.agenda-section p {
    font-size: 16px;
    line-height: 21px;
}

section.agenda-section ul {
    color: #85878b;
}

section.agenda-section ul li {
    margin-bottom: -12px;
}

.agenda-section h1 {
    font-family: 'GT-Walsheim-Medium';
    color: #90834e !important;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 35px;
}

.agenda-col-height {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
}

.agenda-image {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/Agenda.jpg);
    height: 475px;
    background-size: cover;
    background-position: center;
}


/* ==========================================================================

Custom CSS

========================================================================== */

.padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.accomodation .contentWrap {
    margin-left: 155px;
}

.headlines-bkg {
    background-size: cover;
    height: 400px;
}

.headlines-bkg-1 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/backgrounds/gq-heroes-2019-large.jpg);
    background-size: cover;
}

.headlines-bkg-2 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/backgrounds/soho-farmhouse-large.jpg);
    background-size: cover;
}

.headlines-bkg-3 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/backgrounds/accommodation-large.jpg);
    background-size: cover;
    height: 380px;
}

.headlines-bkg-4 {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/backgrounds/agenda-large.jpg);
    background-size: cover;
    height: 520px;
}

button.button-nopadd {
    padding: 0px;
    border: none;
    cursor: pointer;
}

.partners .custom-separator {
    height: 1px;
    width: 100%;
    background-color: #90834e;
    margin-bottom: 55px;
}

.accomodation h1,
.gq-heroes h1 {
    color: #90834e !important;
    font-family: 'GT-Walsheim-Medium';
}

.two-btns ul li {
    display: inline-block;
    margin-right: 10px;
}

.two-btns ul {
    padding-left: 0px;
    margin-top: 35px;
}

.enquireBtn a,
.two-btns ul li a {
    background: #fff;
    color: #90834e;
    border: 1px solid #90834e;
    padding: 10px 25px;
    transition: 0.5s;
    text-decoration: none;
}

.two-btns ul li a:hover {
    background: #90834e;
    color: #fff;
}

.enquireBtn a:hover {
    background: #90834e;
    color: #fff;
    border: 1px solid #fff;
}

.enquireBtn {
    margin-top: 25px;
}

.wrapperEnquire a {
    color: #fff;
    text-decoration: underline;
}

.row.no-gutters.custom-gutters {
    margin-right: -15px;
}


/* ==========================================================================

SECTION ENQUIRE

========================================================================== */

section.enquire-section {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #90834e;
}

.wrapperEnquire h3 {
    color: #fff;
    margin-bottom: 20px;
}

.wrapperEnquire p {
    color: #fff;
}


/* ==========================================================================

GQ Heroes and Headline Sections

========================================================================== */

section.headlines {
    background: #1f2025;
}

section.headlines.accomodation {
    background: #fff;
}


/*
.headlinesInner {
    background: #fff;
}
*/

.headlinesInner {
    margin-bottom: 25px;
}

.headlinesInner img {
    max-width: 145px;
    margin-bottom: 27px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.headlinesInner .contentWrap {
    /*
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    */
    text-align: center;
}

.hide-id,
.headlines {
    padding-top: 55px;
    padding-bottom: 55px;
}

.headlines h1 {
    font-family: 'GT-Walsheim-Medium';
    color: #90834e !important;
    font-size: 1.75rem;
    line-height: 2rem;
    padding-top: 10px;
}

.the-startup h1 span {
    color: #91d1d5;
}

.headlines p {
    font-family: 'GT-Walsheim-Light';
    font-size: 14px !important;
    line-height: 20px;
}

.headlines .btn {
    padding: 10px 0px;
}

.headlines .btn a {
    border: 1px solid #000;
    padding: 10px 25px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'GT-Walsheim-Medium';
}

.headlines .btn a:hover {
    background: #fff;
    color: #000;
}


/* ==========================================================================

SECTION PARTNERS

========================================================================== */

h1.main-title-partners.lg-mab {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
    color: #fff;
}

.partners-info.white h3 {
    font-size: 21px;
    font-family: 'GT-Walsheim-Medium';
}

.partners-info h3 {
    font-size: 20px;
    font-family: 'GT-Walsheim-Medium';
    margin-left: 20px;
    margin-top: 20px;
}

.partners-info.white p {
    color: #fff;
}

.mt-separator.white.custom-padd {
    margin-bottom: 45px;
    opacity: 0;
}

.partners-logo {
    height: 335px;
    background-size: cover !important;
    background-position: center !important;
}

.flannels-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/Flannels-img.jpg);
}

.bmw-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners/gqheroes-bmw-logo.jpg);
}

.drinks-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/drinks-logo.png);
    height: 335px;
    background-repeat: no-repeat;
    background-size: 75% !important;
}

.payment-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/payment-logo.png);
    height: 335px;
    background-repeat: no-repeat;
    background-size: 75% !important;
}

.podcast-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/podcast-logo.png);
    height: 335px;
    background-repeat: no-repeat;
    background-size: 75% !important;
}

.technology-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/technology-logo.png);
    height: 335px;
    background-repeat: no-repeat;
    background-size: 75% !important;
}

.worn-again-logo {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/partners-page/GQ-Heroes-Sustainability-Partner.jpg);
}v

.partners-info {
    padding: 35px 30px;
}

.partners-info p {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 20px 20px 20px;
}

.mp-width {
    max-width: 225px !important;
}

.wl-event-part {
    padding-top: 0px !important;
}

.partners {
    background-color: #f5f5f5;
    padding-top: 55px;
    padding-bottom: 80px;
}

.partners .partner-title {
    font-family: 'GT-Walsheim-Medium';
    font-size: 25px;
    min-width: 210px;
}

.partners .partner-image {
    max-width: 185px;
}

.partners .h-partner-p {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'GT-Walsheim-Light';
    padding-left: 15px;
}

.partners .mt-hr {
    margin-top: 85px;
}

.partners .partner-title.sm-width-pt {
    min-width: inherit;
}

.lunchbox-p {
    position: relative;
    max-width: 800px;
}

.lunchbox-p .swiper-button-prev {
    margin-left: -60px;
}

.lunchbox-p .swiper-button-next {
    margin-right: -60px;
}

.lunchbox-p .swiper-button-next,
.lunchbox-p .swiper-container-rtl .swiper-button-prev,
.lunchbox-p .swiper-button-prev,
.lunchbox-p .swiper-container-rtl .swiper-button-next {
    background-image: none;
}

.lunchbox-p .image-arrow {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 50px;
    width: 27px;
}

.lunchbox-p .swiper-button-next,
.lunchbox-p .swiper-button-prev {
    height: 50px;
    width: 27px;
    margin-top: -25px;
}

.contact-us {
    background-color: #ffff;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
}

.location-wrap {
    padding-top: 45px;
    padding-bottom: 35px;
}

.location-wrap h1 {
    font-family: 'GT-Walsheim-Medium';
    color: #000;
    font-size: 1.35rem;
    margin: 0;
    line-height: 1;
}

.location-wrap .custom-separator {
    height: 1px;
    background-color: black;
    opacity: 0.5;
    width: 130px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.location-contact-box {
    margin-bottom: 30px;
    margin-top: 35px;
}

.location-contact-box h5 {
    font-size: 14px;
    color: #e73865;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 10px;
    font-family: 'GT-Walsheim-Medium';
}

.location-contact-box p {
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 16px;
    font-family: 'GT-Walsheim-Light';
    color: #000;
}

.location-contact-box span {
    font-family: 'GT-Walsheim-Medium';
}

.location-contact-box a {
    color: black;
}

a.maplink {
    position: absolute;
    height: 100%;
    width: 100%;
}

#map {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.live-logo {
    text-align: center;
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

a.name-dec {
    text-decoration: underline;
}

.kp-marg {
    padding-top: 25px;
}

.logos-line {
    margin-left: -53px;
}

section#partners .btn-primary {
    border: 1px solid #000;
    color: #000;
    margin-left: 15px;
}

section.partners .card.card-body.clps-content {
    color: #000;
    padding-left: 15px;
}


/* ==========================================================================

FOOTER

========================================================================== */

ul.social {
    text-align: center;
}

ul.social li {
    display: inline-block;
    list-style: none;
    margin-left: 9px;
}

ul.social img {
    max-width: 45px;
}


/* ==========================================================================

SECTION FOOTER

========================================================================== */

footer {
    padding-top: 35px;
    padding-bottom: 70px;
    background: #000;
}

footer h4 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
    margin-left: -40px;
}

footer ul li {
    font-size: 20px;
    margin-bottom: 5px;
}

footer ul li a {
    color: #fff !important;
    text-decoration: unset;
    font-size: 17px;
}

.footerNavbar a.gold-link:after {
    content: unset;
}

footer .btn-black-outline {
    border-radius: 0;
    border: 1px solid #90834e;
    font-weight: 600;
    color: #90834e;
    font-size: 18px;
    padding: 10px 30px;
}


/* ==========================================================================

SPEAKERS PAGE

========================================================================== */

section.partners-section,
section.speakers-section {
    padding-top: 55px;
    padding-bottom: 35px;
    background-color: #f5f5f5;
    text-align: center;
}

section.partners-section h2,
section.speakers-section h2 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #90834e;
}

.speakers-tabs .nav-tabs {
    position: relative;
    left: 7%;
}

.speakers-tabs .nav-tabs.home-tabs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.speakers-page .speakers-tabs .nav-tabs .nav-link {
    color: white;
    background-color: black;
    margin-right: 5px;
}

.speakers-page .speakers-tabs .nav-tabs .nav-item.show .nav-link,
.speakers-page .speakers-tabs .nav-tabs .nav-link.active {
    color: black;
    background-color: white;
}

.speakers-page .speakers {
    padding-top: 20px;
    padding-bottom: 70px;
}

.speakers-page .speakers-tabs {
    padding-bottom: 80px;
}

.speakers-page .what-hear {
    padding-top: 70px;
    background: #f5f5f5;
}

.speakers-page .what-hear h1 {
    margin-top: 20px;
}

.speakers-page .speaker-box h4 {
    font-size: 23px;
    margin-bottom: 10px;
    font-family: 'GT-Walsheim-Medium';
    text-transform: uppercase;
    font-weight: 600;
}

.speakers-page .speaker-box h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'GT-Walsheim-Medium';
    color: #333333;
}

.speakers-page .speaker-box img {
    margin-bottom: 20px;
    -webkit-filter: none;
    filter: none;
}

.center-btn {
    text-align: center;
    padding-bottom: 25px;
    margin-top: -25px;
}

.center-btn a {
    border: 1px solid black;
    border-radius: 0;
    font-size: 25px;
    font-family: 'GT-Walsheim-Medium';
    font-weight: 900;
    color: black;
    padding: 5px 25px;
    text-decoration: none;
    transition: 0.2s;
}

.center-btn a:hover {
    border: 1px solid white;
    color: white;
    background-color: black;
}


/* ==========================================================================

accommodations PAGE

========================================================================== */

.accommBtN a {
    background: #90834e !important;
    color: #fff !important;
    border: 1px solid #90834e !important;
    padding: 5px 15px;
    transition: 0.5s;
    text-decoration: none !important;
    font-family: 'GT-Walsheim-Medium';
    font-size: 16px !important;
}

.accommBtN a:hover {
    background: #fff !important;
    color: #90834e !important;
}

.accommBtN {
    padding-top: 25px;
}

.accom-image {
    background: url(https://cnda.condenast.co.uk/GQ/GQ-Heroes-2020-V/img/headline-slider/slide-1.jpg);
    height: 350px;
    background-size: cover;
    background-position: center;
}

.accom-col-height {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
}

.kb-box h3 {
    color: #fff;
    font-size: 17px;
    font-family: 'GT-Walsheim-Medium';
    text-transform: capitalize;
}

.kb-box p {
    font-family: 'GT-Walsheim-Light';
    color: #fff;
}

.mt-5 {
    margin-top: 1rem!important;
}

.hp-box.white-bgrd p {
    color: #85878b;
}

.hp-box.white-bgrd {
    background-color: #f5f5f5;
}

.partners-resp p {
    margin-top: -10px !important;
}

.partners-features {
    padding-top: 55px;
    padding-bottom: 55px;
}

.partners-f-box {
    padding-top: 55px;
}

.partners-f-inner img {
    margin-bottom: 30px;
}

.partners-f-inner p {
    font-size: 22px;
    font-family: 'GT-Walsheim-Light';
    line-height: 1.5;
}

.partners-f-inner h6 {
    font-size: 22px;
    font-family: 'GT-Walsheim-Medium';
    margin: 0;
    margin-bottom: 5px;
}

.head-partners {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004795+0,01387b+36,011c4c+100 */
    background: #004795;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #004795 0%, #01387b 36%, #011c4c 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #004795 0%, #01387b 36%, #011c4c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #004795 0%, #01387b 36%, #011c4c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#004795', endColorstr='#011c4c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp-box {
    background-color: rgba(245, 245, 245, 0.05);
}

.hp-box.cust-img.white-bgrd h3 {
    margin-top: 45px;
}

.hp-box img {
    padding-left: 15px;
    padding-right: 15px;
}

.hp-box p {
    color: white;
    font-size: 19px;
    margin-bottom: 0;
}

.kb-partners {
    background-color: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
}

section.kb-partners.partnersbg {
    background-color: #1f2025;
}

section.kb-partners.partners-new {
    background-color: #f5f5f5;
    padding-top: 0px;
}

.kb-box.kp-box-new {
    background-color: #fff;
}

.kb-partners .mt-separator {
    margin-bottom: 85px;
}

.kb-box {
    background-color: rgba(245, 245, 245, 0.05);
    margin-bottom: 25px;
}

.kb-box.pink {
    background: rgb(231,56,101);
    background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.pink-2 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.pink-3 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.pink-4 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.green {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}
.kb-box.green-2 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.green-3 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box.blue {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}
.kb-box.blue-2 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}
.kb-box.blue-3 {
  background: rgb(231,56,101);
  background: linear-gradient(102deg, rgba(231,56,101,1) 0%, rgba(34,57,126,1) 105%);
}

.kb-box p {
    padding-right: 80px;
    margin-bottom: 0;
    padding-top: 15px;
}

.kb-box a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    display: block;
    margin: unset;
    width: 35%;
    margin-top: 25px !important;
}

.kb-box a:hover {
    color: #fff;
}

.kb-box img {
    padding-left: 15px;
    padding-right: 15px;
}

.logo-center {
    text-align: center!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sd-title {
    font-family: 'GT-Walsheim-Medium';
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
}

.sd-separator {
    height: 1px;
    width: 175px;
    background-color: black;
    margin-top: 25px;
    margin-bottom: 40px;
}

.sd-partners {
    background-color: #f5f5f5;
}

.sd-partners2 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f5f5f5;
}

.sd-partner {
    margin-bottom: 15px;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 515px;
}

.sd-partner p {
    font-family: 'GT-Walsheim-Light';
    font-size: 19px;
    line-height: 1.8;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: unset;
    border-color: unset;
}

.btn-primary:hover {
    background-color: unset !important;
    color: grey;
    text-decoration: underline;
}

button.btn.btn-primary.btn-raw.collapseBtn.collapsed {
    text-decoration: none;
}

button.btn.btn-primary.btn-raw.collapseBtn,
button.btn.btn-primary.btn-raw.collapseBtn.collapsed {
    margin: auto;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
}

button.btn.btn-primary.btn-raw.collapseBtn img.chevrons,
button.btn.btn-primary.btn-raw.collapseBtn.collapsed img.chevrons {
    max-width: 15px !important;
}

.btn-raw {
    font-family: 'GT-Walsheim-Medium';
    border: none;
    background: none;
    padding: 0px;
    margin-bottom: 35px;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: unset;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: normal;
    background-color: unset;
    background-clip: unset;
    border: none;
    border-radius: unset;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem 0rem 0rem 0rem;
    font-size: 19px;
}

.card.card-body.clps-content {
    color: #fff;
}

.logo-center {
    text-align: center!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sd-partner.box-height {
    height: 655px;
}

.sd-partner2.box-height {
    height: 260px;
}


/* ==========================================================================

FAQ

========================================================================== */

.faq-section h3 {
    text-align: center;
    margin: auto;
    font-family: 'GT-Walsheim-Medium';
    font-size: 20px;
}

section.faqs .row .col-12 {
    padding-bottom: 20px !important;
}

section.faqs h3 {
    font-size: 20px;
    color: #000;
    font-family: 'GT-Walsheim-Medium';
    margin-top: 25px;
    margin-bottom: 25px;
}

section.faqs p {
    margin-bottom: 10px;
    line-height: 21px;
    font-size: 15px;
    font-family: 'GT-Walsheim-Light';
    color: #000;
}

section.faqs {
    padding-top: 10px;
    padding-bottom: 45px;
    border-bottom: 1px solid #cfcfcf;
}

.bl-sep {
    border-top: 1px solid #000;
    margin-top: 25px;
    padding-top: 10px;
}


/* ==========================================================================

RESOURCE PAGE

========================================================================== */

.resources-page .lunchbox {
    padding-top: 85px;
    padding-bottom: 120px;
    background-color: #f5f5f5;
}

.resources-page .lunchbox .img-wrap {
    min-height: 485px;
}

.resources-page .what-hear-slide .text-wrap {
    background-color: transparent;
    padding: 50px;
}

.resources-page .bg-cl-slide {
    background-color: white;
}

.resources-page .what-hear-slide .text-wrap h4 {
    font-family: 'GT-Walsheim-Medium';
    font-size: 50px;
    color: black;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.resources-page .what-hear-slide .text-wrap p {
    font-family: 'GT-Walsheim-Light';
    font-size: 20px;
    color: #666666;
    margin-bottom: 40px;
    line-height: 30px;
}

.resources-page .what-hear-slide .text-wrap .btn-outline-black {
    font-size: 20px;
    padding: 15px 30px;
}

.ws-video {
    padding-top: 75px;
}

.ws-video .main-title {
    font-size: 40px;
    padding-top: 55px;
}

.ws-video .mt-separator {
    margin-bottom: 40px;
}

.wsv-box {
    margin-bottom: 55px;
    position: relative;
}

.feat-art-section .wsv-box {
    margin-bottom: 55px;
    position: relative;
}

.feat-art-section .wsv-box a {
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
}

.wsv-box img {
    margin-bottom: 30px;
}

.wsv-box h4 {
    font-size: 35px;
    font-family: 'GT-Walsheim-Medium';
    line-height: 40px;
}

.wsv-box p {
    font-size: 17px;
    font-family: 'GT-Walsheim-Medium';
    line-height: 1.2;
}

.wsv-box p span {
    font-size: 17px;
    font-family: 'GT-Walsheim-Medium';
    line-height: 1.2;
    color: #666666;
    display: inline-block;
    margin-right: 5px;
}

.wsv-separator {
    height: 1px;
    background-color: black;
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.feat-article {
    padding-bottom: 75px;
}

.feat-article p {
    font-style: italic;
}

.resources-form-page {
    background-color: #121212;
    padding-top: 100px;
    padding-bottom: 100px;
}

.resources-form-page img {
    margin-bottom: 60px;
}

.resources-form-page h4 {
    font-size: 30px;
    font-family: 'GT-Walsheim-Medium';
    margin-bottom: 90px;
    color: white;
}

.resources-form-page .form-control {
    height: 60px;
    border-radius: 0;
}

.resources-form-page .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.resources-form-page .form-group {
    margin-bottom: 25px;
}

.resources-form-page .form-group label {
    color: white;
    line-height: 46px;
    font-family: 'GT-Walsheim-Medium';
    font-size: 25px;
}

.newsletBtn {
    text-align: center;
}

.newsletBtn a {
    color: #fff;
    border: 1px solid white;
    font-family: 'GT-Walsheim-Medium';
    font-size: 27px;
    padding: 10px 22px;
    text-decoration: none;
}

.newsletBtn a:hover {
    background: #fff;
    color: #000 !important;
    transition: 0.2s;
}


/* ==========================================================================

Swiper CSS

========================================================================== */

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-container-horizontal {
    text-align: center;
}

.swiper-container-horizontal img {
    max-width: 1110px;
}

.gallery-top {
    height: 550px;
    width: 100%;
    border: 1px solid #f1f1f1;
    background: #000;
}

.gallery-thumbs {
    height: 155px;
    box-sizing: border-box;
    padding: 10px 50px;
}

.swiper-slide.swiper-slide-visible {
    border: 1px solid #f1f1f1;
}

.swiper-slide.swiper-slide-visible {
    background-size: contain;
    width: 235px !important;
    margin: auto !important;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.slick-next,
.slick-prev {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    color: white;
}

.slick-next {
    right: 10px;
    bottom: 50%;
}

.slick-prev {
    left: 14px;
    bottom: 50%;
}

.slick-next:after {
    content: '\f054';
}

.slick-prev:after {
    content: '\f053';
}

.slick-prev:after,
.slick-next:after {
    font-family: FontAwesome;
    font-size: 35px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.sliderWrapper {
    max-width: 1450px;
    margin: auto;
}


/* ==========================================================================

Lighbox

========================================================================== */

.modal-dialog {
    margin: 0 auto;
    max-width: unset !important;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    position: relative;
}

#lightbox .modal-content {
    margin-top: 85px;
}

.modal-content {
    width: 100%;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -20px;
    z-index: 1032;
}


/* ==========================================================================

FOOTER

========================================================================== */

.footerNavbar ul {
    text-align: center;
}

.footerNavbar ul li {
    display: inline-block;
    height: 30px;
}

.footerNavbar li:last-child {
    border-right: unset;
}

.footerNavbar li {
    border-right: 1px solid #cfcfcf;
}

.footerNavbar {
    font-family: 'GT-Walsheim-Medium';
}

.footerNavbar a {
    font-size: 14px;
    margin-top: -3px;
}

/* ==========================================================================

SECTION MEDIA-QUERY

========================================================================== */

@media (min-width: 1598px) {
    .main-slider .swiper-slide {
        background-position-x: center;
        background-repeat: no-repeat;
        background-color: #100f0f;
    }
}

@media (max-width: 1597.98px) {
    .main-slider .swiper-slide {
        background-position-x: -30px;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1536px) {
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media screen and (min-width: 1675px) {
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media screen and (min-width: 1910px) {
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media screen and (min-width: 1585px) {
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
    .parallax-c-slider {
        height: 550px;
    }
}

@media (max-width: 1450px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 1440px) and (min-width: 1440px) {
    .parallax-c-slider {
        height: 535px;
    }
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media screen and (max-width: 1367px) {
    .parallax-c-slider {
        height: 455px;
    }
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1366px) {
    .parallax-c-slider {
        height: 385px;
    }
}

@media (max-width: 1350px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-black .white-outline-item .nav-link {
        margin-left: 20px;
    }
    .navbar-black .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
    .navbar-black .white-outline-item .nav-link {
        margin-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-black .nav-link {
        display: block;
        padding: 6px 1rem;
    }
    .navbar-black .navbar-brand img {
        vertical-align: middle;
        margin-right: 15px;
        max-width: 130px;
    }
    .navbar-black .navbar-brand p {
        font-size: 12px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar-black .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 8px;
    }
    .navbar-black .white-outline-item .nav-link {
        margin-left: 15px;
        font-size: 15px;
    }
    p.header-date {
        font-size: 16px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .parallax-c-slider {
        height: 420px;
    }
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
}

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
    }
}

@media (max-width: 1200px) {
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
        background-position: center;
    }
    .sd-partner.box-height {
        height: auto !important;
    }
    .partners-info h3 {
        font-size: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .gallery-top {
        height: 475px;
    }
    .swiper-container-horizontal img {
        max-width: 930px;
    }
    .swiper-slide.swiper-slide-visible {
        width: 210px !important;
        margin-right: 5px !important;
    }
    .highlightBtn a {
        padding: 20px 10px;
        width: 50%;
        font-size: 14px;
    }
    .headlines-bkg-4 {
        height: 520px;
    }
    .pricingWrapper .row .col-md-4:last-child {
        padding-left: 0px;
    }
    .pricingWrapper .row {
        margin-left: 0px;
    }
    .headlines-bg {
        height: auto;
    }
    .headlines .contentWrap {
        padding-bottom: 20px;
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
    }
    .video-section {
        height: auto;
    }
    .sd-partner.box-height {
        height: 570px;
    }
    .navbar-black {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-slider .main-sl-text {
        font-size: 30px;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
        padding-left: 60px;
        padding-right: 60px;
    }
    .parallax-c-slider .main-sl-text {
        font-size: 30px;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
        padding-left: 60px;
        padding-right: 60px;
    }
    .m-slide-link {
        font-size: 18px;
        bottom: -56px;
    }
    .main-slider .left-side {
        background-position: center left !important;
    }
    .main-slider .right-side {
        background-position: center right !important;
    }
    .main-slider.swiper-container-horizontal>.swiper-pagination-bullets,
    .main-slider .swiper-pagination-custom,
    .main-slider .swiper-pagination-fraction {
        right: 30px;
    }
    .parallax-c-slider .bullets {
        right: 30px;
    }
    .main-slider {
        height: 525px;
        padding-bottom: 57px;
    }
    .parallax-c-slider {
        height: 525px;
    }
    .speaker-box h4 {
        font-size: 20px;
    }
    .speaker-box p {
        font-size: 14px;
    }
    .video-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .wrap-video-text {
        padding: 50px;
    }
    .wrap-video-text h3 {
        font-size: 40px;
    }
    .wrap-video-text p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .lunchbox .swiper-button-prev {
        margin-left: 5px;
    }
    .lunchbox .swiper-button-next {
        margin-right: 5px;
    }
    .what-hear h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .what-hear {
        padding-top: 50px;
    }
    .section-grey-buffer {
        height: 75px;
    }
    .the-startup {
        padding-top: 50px;
    }
    .the-startup h1 {
        font-size: 35px;
        margin-bottom: 30px;
        padding-left: 50px;
    }
    .startup-text-wrap {
        padding-top: 35px;
        padding-left: 50px;
        padding-right: 50px;
        height: auto;
    }
    .startup-transperant-buffer {
        min-height: 100px;
    }
    .the-startup p {
        font-size: 18px;
    }
    .startup-text-wrap .btn-outline-white {
        font-size: 14px;
    }
    .partners .partner-image {
        max-width: 145px;
    }
    .partners .h-partner-p {
        font-size: 18px;
    }
    .lunchbox-p {
        max-width: 619px;
    }
    .speakers-page .speakers-tabs {
        padding-bottom: 40px;
    }
    .speakers-page .what-hear {
        padding-top: 35px;
    }
    .new-speakers-img-wrap .image-inner-text h4 {
        font-size: 17px;
    }
    .new-speakers-img-wrap .image-inner-text p {
        font-size: 15px;
        line-height: 1.3;
    }
    .left-ns-img {
        max-width: 266px;
    }
    .center-ns-img {
        max-width: 254px;
    }
    .partners-f-inner h6 {
        font-size: 20px;
    }
    .partners-f-inner p {
        font-size: 20px;
    }
    .partners-f-inner img {
        margin-bottom: 17px;
    }
    .wsv-box h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .resources-page .what-hear-slide .text-wrap h4 {
        font-size: 40px;
    }
    .resources-page .what-hear-slide .text-wrap p {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .resources-page .lunchbox .img-wrap {
        min-height: 500px;
    }
    .resources-form-page .form-group label {
        font-size: 22px;
    }
    .resources-page .what-hear-slide .text-wrap .btn-outline-black {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media (max-width: 1100px) {
    .kb-box p {
        padding-right: 20px;
    }
    .rooms {
        height: 325px;
    }
    .partners-info p {
        font-size: 15px;
        line-height: 20px;
    }
    .agenda-image {
        height: 525px;
    }
    section.agenda-section p {
        font-size: 15px;
        line-height: 20px;
    }
    .partners-info p {
        color: #000 !important;
    }
    .partners-info.white p {
        color: #fff !important;
    }
    #agenda .contentWrapper,
    #accomodation .contentWrapper {
        height: 345px;
    }
    .swiper-desk {
        display: none;
    }
    .swiper-mob {
        display: block;
    }
    .contactBtn a {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
        max-width: 14.285714285714285714285714285714% !important;
        flex: none !important;
    }
}

@media (max-width: 999px) {
    .gallery-top {
        height: 385px;
    }
    .swiper-slide.swiper-slide-visible {
        max-width: 150px !important;
    }
    .gallery-thumbs .swiper-slide {
        max-height: 100px;
    }
    .swiper-container-horizontal img {
        max-width: 700px;
    }
    section.heroes-section p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .highlight-subtitle h5 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-map {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 500px;
    }
    section.hero-intro p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contactBtn a {
        padding: 15px 10px;
    }
}

@media (max-width: 991.98px) {
    nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover:after {
        border-bottom: unset !important;
    }
    .navbar-black .navbar-nav .nav-link {
        border-bottom: unset !important;
    }
    div#navbarSupportedContent {
        margin-left: unset !important;
    }
    .custom-toggler.navbar-toggler {
        border-color: unset;
        margin: auto;
    }
    a.gold-link:after {
        border-bottom: unset !important;
    }
    .grey-background .col-lg-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    section.kb-partners.partnersbg {
        background-color: #1f2025;
        padding-top: 35px !important;
    }
    section.accommodation-section p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sd-partners {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .kb-partners {
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }
    .accommodationIntro p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rooms {
        height: 300px;
        background-position: 50% 80%;
        background-size: cover;
        background-repeat: no-repeat !important;
    }
    .partners-info p {
        color: #000;
    }
    .accomodation-slider {
        height: 395px;
    }
    #agenda .contentWrapper,
    #accomodation .contentWrapper {
        height: 385px;
    }
    .headlines-bg {
        height: auto;
    }
    .headlines .contentWrap {
        padding-bottom: 55px;
        height: auto;
    }
    .headlines .contentWrap {
        height: auto;
        padding-bottom: 55px;
    }
    .video-section {
        height: auto;
    }
    .pack-content-Wrapper {
        height: auto;
    }
    .sd-partner.box-height {
        height: 455px;
    }
    .the-startup {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center right !important;
        padding-top: 100px;
        position: relative;
        background-attachment: none;
    }
    .speakers-tabs .nav-tabs {
        position: relative;
        left: 0;
    }
    .speakers-tabs .nav-tabs.home-tabs {
        position: relative;
        left: 0;
        -webkit-transform: unset;
        transform: unset;
    }
    .subscribe-container {
        display: none;
    }
    .top-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo-img {
        max-width: 250px;
    }
    .navbar-light.white-navbar .center-white-nav .nav-item {
        border-right: 0px;
    }
    ul.navbar-nav.ml-auto li {
        border-right: unset;
    }
    .navbar.white-navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar.white-navbar .navbar-nav {
        margin-top: 10px !important;
        border-top: 1px solid #d1d1d1;
        text-align: center;
        padding-top: 15px;
    }
    .navbar.white-navbar .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    .navbar-light.white-navbar .more-dropdown {
        margin-top: 10px;
    }
    .navbar-light.white-navbar .dropdown-menu {
        border: 0px solid #d1d1d1;
        text-align: center;
    }
    .nav-right-absolute {
        position: absolute;
        right: 15px;
        z-index: 9;
    }
    .navbar-black .navbar-nav {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-black {
        padding-left: 17px;
        padding-right: 15px;
    }
    .navbar-black .white-outline-item .nav-link {
        margin-left: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
        margin-top: 10px;
    }
    .main-slider .main-sl-text {
        font-size: 25px;
    }
    .main-slider .main-sl-text br {
        display: none;
    }
    .parallax-c-slider .main-sl-text {
        font-size: 25px;
        bottom: 35px;
    }
    .parallax-c-slider .main-sl-text br {
        display: none;
    }
    .speakers-tabs .w-100 {
        display: none;
    }
    .partners .partner-image {
        max-width: 85px;
    }
    .partners .h-partner-p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .partners .partner-title {
        font-size: 25px;
    }
    .lunchbox-p {
        max-width: 380px;
    }
    #map {
        position: relative;
        z-index: 99;
        width: 100%;
        height: 350px;
        top: inherit;
        right: inherit;
    }
    .location-wrap {
        padding-top: 75px;
        padding-bottom: 50px;
        text-align: center;
    }
    .location-wrap .custom-separator {
        margin: 35px auto;
    }
    .speakers-page .speakers-tabs .nav-tabs .nav-link {
        font-size: 12px;
        padding: 15px 15px;
    }
    .speakers-page .speakers-tabs .nav-tabs {
        margin-top: -48px;
    }
    .new-speakers-img-wrap .image-inner-text h4 {
        font-size: 17px;
    }
    .new-speakers-img-wrap .image-inner-text p {
        font-size: 17px;
        line-height: 1.5;
    }
    .left-ns-img {
        max-width: 100%;
    }
    .center-ns-img {
        max-width: 100%;
    }
    .partners-f-inner h6 {
        font-size: 15px;
    }
    .partners-f-inner p {
        font-size: 15px;
    }
    .partners-f-inner img {
        margin-bottom: 5px;
    }
    .head-partners {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .hp-box {
        padding-top: 55px;
        padding-bottom: 65px;
    }
    .hp-box img {
        padding-left: 30px;
    }
    .hp-box p {
        font-size: 16px;
        padding-right: 30px;
    }
    .kb-partners {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .kb-partners .mt-separator {
        margin-bottom: 55px;
    }
    .kb-box p {
        color: white;
        font-size: 16px;
        padding-right: 30px;
    }
    .kb-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .kb-box img {
        padding-left: 30px;
    }
    .kb-box a {
        font-size: 16px;
    }
    .sd-partners {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .sd-title {
        font-size: 30px;
    }
    .sd-separator {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .sd-partner p {
        font-size: 16px;
        line-height: 1.5;
    }
    .sd-partner img {
        margin-bottom: 30px;
    }
    .m-partners {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .m-title {
        margin-bottom: 45px;
    }
    .resources-page .lunchbox {
        padding-top: 70px;
        padding-bottom: 90px;
    }
    section.agenda-section ul li {
        margin-bottom: -17px;
    }
    section.agenda-section p {
        font-size: 14px;
        line-height: 18px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 850px) {
    .gallery-top {
        height: 355px;
    }
    .partners-logo {
        height: 350px;
        background-size: cover !important;
        background-position: 50% 35% !important;
    }
    .kb-box h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: -3px;
    }
    .highlightBtn.accomBtn a {
        width: 170px;
        padding: 10px 10px;
    }
    .kb-box a {
        font-size: 14px;
    }
    .room-info {
        padding: 10px;
    }
    .kb-box p {
        font-size: 14px;
        padding-right: 20px;
        line-height: 17px;
    }
    section.kb-partners .text-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    .swiper-desk {
        display: none;
    }
    .swiper-mob {
        display: block;
    }
    .gallery-thumbs .swiper-slide {
        max-height: 80px;
    }
    .swiper-slide.swiper-slide-visible {
        background-size: contain;
        max-width: 145px !important;
        margin: auto;
        margin-left: 5px;
        background-repeat: no-repeat !important;
    }
    .footerNavbar {
        display: none;
    }
    .contactBtn a {
        width: 25%;
    }
    nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover:after {
        border-bottom: unset !important;
    }
    .navbar-black .navbar-nav .nav-link {
        border-bottom: unset !important;
    }
    div#navbarSupportedContent {
        margin-left: unset !important;
    }
    .custom-toggler.navbar-toggler {
        border-color: unset;
        margin: auto;
    }
    a.gold-link:after {
        border-bottom: unset !important;
    }
    .highlightBtn a {
        width: 35%;
    }
    section#venuecontact {
        padding-left: 0px;
        padding-right: 0px;
    }
    section#venuecontact .container {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 900px;
    }
    section#venuecontact .container .col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-us {
        padding-top: 0px;
    }
    .show-mob {
        display: block;
    }
    .hide-mob {
        display: none;
    }
    section#speakers .speaker-box {
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    section.kb-partners .text-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.highlightInfo {
        padding-bottom: 20px;
    }
    .highlightBtn a {
        width: 35%;
    }
    .contactBtn a {
        width: 25%;
    }
    ul.navbar-nav.ml-auto li {
        border-right: unset;
    }
    .footerNavbar {
        display: none;
    }
    a.gold-link:after {
        border-bottom: unset !important;
    }
    nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover:after {
        border-bottom: unset !important;
    }
    .navbar-black .navbar-nav .nav-link {
        border-bottom: unset !important;
    }
    div#navbarSupportedContent {
        margin-left: unset !important;
    }
    .custom-toggler.navbar-toggler {
        border-color: unset;
        margin: auto;
    }
    .container.container-padd {
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .highlight-subtitle {
        padding-bottom: 0px;
    }
    .swiper-container-horizontal img {
        max-width: 700px;
    }
    .swiper-slide {
        margin-right: unset !important;
        margin-left: 8px;
    }
    .gallery-thumbs .swiper-slide {
        max-height: 80px;
    }
    .swiper-slide.swiper-slide-visible {
        background-size: contain;
        margin: auto;
        max-width: 145px !important;
        background-repeat: no-repeat !important;
    }
    .gallery-top {
        max-height: 355px;
    }
    .contact-us {
        padding-top: 10px;
    }
    section.faqs {
        padding-bottom: 0px;
    }
    html,
    body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;
    }
    .above-nav {
        border-bottom: none;
    }
    .parallax-c-slider .main-sl-text h3 {
        font-size: 17px;
        color: #fff;
        line-height: 35px;
        margin-top: 12px !important;
        display: block;
    }
    .main-sl-text p {
        color: lightgrey;
        font-size: 15px;
        line-height: 18px;
    }
    .new-speakers-img-wrap .image-inner-text h4 {
        font-size: 9px !important;
    }
    nav.navbar.navbar-expand-lg.navbar-light.navbar-black a:hover {
        border-bottom: none;
    }
    .accommBtN {
        padding-left: 30px;
    }
    #agenda .contentWrapper,
    #accomodation .contentWrapper {
        height: 345px;
    }
    .hp-box {
        padding-top: 0px;
    }
    .slide-col-height {
        position: relative;
        height: 375px;
    }
    .accom-col-height {
        position: relative;
        height: 285px;
    }
    .agenda-col-height {
        position: relative;
        height: 595px;
    }
    .sd-partners {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .hp-box p {
        padding-right: 25px;
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .kb-partners {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .parallax-c-slider .main-sl-text {
        padding-left: 10px;
        padding-right: 10px;
    }
    .headlines p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .new-speakers-img-wrap .image-inner-text,
    .speakers p,
    section.headlines,
    section.agenda-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .swiper-pagination {
        margin-left: unset;
    }
    .kb-box h3 {
        margin-top: 10px;
        text-align: left;
    }
    .sd-partners h3 {
        margin-top: 10px;
    }
    .swiper-headline-sec {
        height: 100%;
    }
    .swiper-headline-sec p {
        font-size: 14px;
        line-height: 19px;
    }
    .row.no-gutters.custom-gutters {
        margin-right: 20px;
        margin-left: 20px;
    }
    .headlines-bkg {
        height: 250px;
        background-position: bottom;
    }
    .hp-box.white-bgrd.white-bgrd-2 h3 {
        text-align: center;
    }
    #partners .btn-primary {
        margin-top: 25px;
    }
    .btnWrapper {
        padding-bottom: 45px;
    }
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: 200% !important;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .parallax-c-slider {
        background: #000;
    }
    .image-arrow {
        height: 55px;
    }
    .lunchbox .swiper-button-next,
    .lunchbox .swiper-button-prev {
        margin-top: 10px;
    }
    .newsletBtn a {
        display: block;
    }
    .new-speakers-img-wrap .image-inner {
        opacity: 1;
    }
    .center-btn a {
        display: block;
    }
    .logos-line {
        margin-left: 0px;
    }
    .partners-info p {
        color: #85878b;
    }
    .kp-box-new {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .agenda-col-height,
    .slide-col-height {
        position: absolute;
        height: 350px;
    }
    .module.parallax.parallax-4,
    .module.parallax.parallax-3,
    .module.parallax.parallax-2,
    .module.parallax.parallax-1 {
        background-size: cover !important;
    }
    .parallax-c-slider .main-sl-text h3 {
        margin-top: 75px !important;
    }
    .agenda-image {
        height: 590px;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
    .ipad-col {
        flex: 0 0 13.333333% !important;
        max-width: 13.333333% !important;
    }
}

@media (max-width: 767.98px) {
    .room-info {
        padding: 25px;
    }
    .highlightBtn a {
        width: 59%;
        padding: 20px 10px;
    }
    .card-body {
        padding: 0rem 0rem 0rem 0rem;
    }
    section.kb-partners .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .footerNavbar li {
        border-right: unset !important;
    }
    .contact-map {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .headlines-bg {
        height: 450px;
    }
    button.btn.btn-primary.collapseBtn {
        margin-left: 25px;
    }
    /*
    .card.card-body.clps-content {
        margin-left: 27px;
    }
    */
    .sd-partner.box-height {
        height: auto;
    }
    .show-hide {
        text-align: center;
    }
    p.partners-resp {
        margin-top: 25px;
    }
    .slide-mobile-1.swiper-slide-active {
        background-position: 18% 43% !important;
    }
    .slide-mobile-2.swiper-slide-active {
        background-position: 82% 43% !important;
    }
    .slide-mobile-3.swiper-slide-active {
        background-position: 55% 50% !important;
    }
    .slide-mobile-4.swiper-slide-active {
        background-position: 25% 50% !important;
    }
    .custom-toggler.navbar-toggler {
        border-color: unset !important;
        margin: auto;
    }
    .speakers {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .speakers h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .speakers p {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .speakers-tabs .nav-tabs .nav-link {
        font-size: 14px;
    }
    .speakers-tabs .nav-tabs {
        border: 0;
        margin-top: -51px;
    }
    .speakers-tabs .nav-tabs .nav-link {
        border: 1px solid black;
        width: 250px;
        text-align: center;
    }
    .speakers-tabs .tab-content {
        padding-top: 50px;
    }
    .video-play-wrap {
        height: 400px;
    }
    .what-hear-slide .img-wrap {
        height: 300px;
    }
    .what-hear {
        padding-top: 40px;
    }
    .what-hear h1 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .section-grey-buffer {
        height: 50px;
    }
    .partners .partner-title {
        min-width: 125px;
    }
    .partners .partner-image {
        max-width: 66px;
    }
    .partners .h-partner-p {
        padding-left: 0;
    }
    .partners .custom-separator {
        margin-bottom: 35px;
    }
    .partners .mt-hr {
        margin-top: 45px;
    }
    .lunchbox-p {
        max-width: 305px;
    }
    .partners {
        padding-bottom: 30px;
    }
    .location-wrap h1 {
        font-size: 35px;
    }
    .location-contact-box p {
        font-size: 18px;
        line-height: 23px;
    }
    .location-contact-box {
        margin-bottom: 20px;
    }
    .location-wrap .custom-separator {
        margin: 25px auto;
    }
    .speakers-page .speakers-tabs .nav-tabs .nav-link {
        margin-right: 0px;
    }
    .speakers-page .speaker-box h4 {
        font-size: 18px;
    }
    .speakers-page .speaker-box h5 {
        font-size: 16px;
    }
    .partners-f-box {
        padding-top: 40px;
    }
    .main-title {
        font-size: 40px;
    }
    .partners-f-inner h6 {
        font-size: 18px;
    }
    .partners-f-inner p {
        font-size: 18px;
    }
    .partners-f-inner img {
        margin-bottom: 10px;
    }
    .hp-box p {
        padding-right: 30px;
        padding-left: 30px;
    }
    .hp-box img {
        padding-left: 30px;
        padding-right: 30px;
    }
    .kb-box p {
        padding-right: 0px;
        padding-left: 0px;
    }
    .rooms {
        background-size: cover !important;
    }
    .kb-box a {
        padding-right: 10px;
        padding-left: 10px;
        width: 50%;
        font-size: 12px;
    }
    .kb-box img {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sd-partner {
        margin-bottom: 40px;
        background-color: white;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 20px;
        min-height: auto;
    }
    .m-title {
        font-size: 40px;
    }
    .mp-box p {
        font-size: 15px;
        line-height: 26px;
    }
    .resources-form-page .form-group label {
        font-size: 16px;
        line-height: 26px;
    }
    .resources-form-page .form-control {
        height: 40px;
    }
    .resources-form-page h4 {
        font-size: 25px;
        margin-bottom: 60px;
    }
}

@media (min-width: 576px) {
    .lunchbox-p .swiper-pagination {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .location-wrap h1 {
        font-size: 32px;
    }
    .location-contact-box p {
        font-size: 17px;
        line-height: 22px;
    }
    p.hideonmobile {
        display: none;
    }
    p.hideondesktop {
        display: block;
    }
    .gallery-thumbs {
        height: 70px;
        padding: 10px 0px;
    }
    .swiper-container-horizontal img {
        max-width: 350px !important;
    }
    .gallery-top {
        max-height: 185px;
    }
    .swiper-slide.swiper-slide-visible {
        background-size: contain;
        max-width: 85px !important;
        margin: auto !important;
        background-repeat: no-repeat;
    }
    .contactBtn a {
        width: 52%;
    }
    .contact-map {
        height: 300px;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: -35px;
        margin-top: -35px;
    }
    section.headlines .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    section.headlines {
        padding-left: 0px;
        padding-right: 0px;
    }
    .custom-sp-col {
        margin-left: 0px;
    }
    .custom-sp-col .col-6 {
        margin-bottom: 5px;
    }
    .show-mob {
        display: block;
    }
    .hide-mob {
        display: none;
    }
    .highlight-subtitle {
        padding-bottom: 45px;
    }
    .vid {
        display: none;
    }
    .vid-mob {
        display: block;
    }
    .headlines .contentWrap {
        padding-left: unset;
        padding-right: unset;
    }
    .main-slider {
        height: 400px;
        padding-bottom: 57px;
    }
    .parallax-c-slider {
        height: 400px;
    }
    .what-hear-slide .text-wrap p {
        font-size: 18px;
    }
    .what-hear-slide .text-wrap h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .partners .partner-image {
        max-width: 100px;
    }
    .mb-kp {
        margin-bottom: 15px;
        max-width: 100px;
    }
    .hp-img {
        margin-bottom: 15px;
    }
    .partners .h-partner-p {
        font-size: 16px;
    }
    .lunchbox-p {
        max-width: 100%;
    }
    .lunchbox-p .swiper-wrapper {
        padding-bottom: 50px;
    }
    .lunchbox-p .swiper-pagination {
        display: block;
    }
    .partners .swiper-button-prev,
    .partners .swiper-button-next {
        display: none;
    }
    .speakers-tabs .nav-tabs .nav-link {
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .resources-page .lunchbox .img-wrap {
        min-height: 311px;
    }
    .resources-page .what-hear-slide .text-wrap h4 {
        font-size: 30px;
    }
}

@media (max-width: 415px) {
    .navbar-black .navbar-brand p {
        font-size: 10px;
        margin-top: 0px;
        line-height: 1;
    }
    .navbar-black .navbar-brand img {
        vertical-align: middle;
        margin-right: 5px;
        max-width: 70px;
        margin-left: 5px;
    }
    .new-speakers-img-wrap .image-inner-text h4 {
        font-size: 14px;
    }
    .new-speakers-img-wrap .image-inner-text p {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width: 325px) {
    .swiper-container-horizontal img {
        max-width: 290px !important;
    }
    .gallery-top {
        height: 150px;
    }
    .contact-map {
        height: 255px;
    }
    section.faqs {
        padding-bottom: 25px;
    }
    .highlightBtn a {
        font-size: 12px;
    }
    .gallery-thumbs .swiper-slide {
        max-height: 42px !important;
    }
    .swiper-slide.swiper-slide-visible {
        max-width: 70px !important;
    }
    .partners-logo {
        height: 200px;
    }
    .contactBtn a {
        width: 57%;
    }
}
