﻿/* Customer specific overrides - should be as minimal as possible, e.g. images and colours */

@font-face {
font-family: DepotNew-Light;
src: url('../fonts/top_banana/DepotNew-Light.eot') format('opentype');
src: url('../fonts/top_banana/DepotNew-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/top_banana/DepotNew-Light.otf') format('opentype'),
	url('../fonts/top_banana/DepotNew-Light.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/top_banana/DepotNew-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: DepotNew-Bold;
src: url('../fonts/top_banana/DepotNew-Bold.otf') format('opentype');
src: url('../fonts/top_banana/DepotNew-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: Newzald-BookItalic;
src: url('../fonts/top_banana/Newzald-BookItalic.eot') format('opentype');
src: url('../fonts/top_banana/Newzald-BookItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/top_banana/Newzald-BookItalic.otf') format("opentype"),
	url('../fonts/top_banana/Newzald-BookItalic.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/top_banana/Newzald-BookItalic.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: Newzald-Book;
src: url('../fonts/top_banana/Newzald-Book.eot') format('opentype');
src: url('../fonts/top_banana/Newzald-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/top_banana/Newzald-Book.otf') format('opentype'),
	url('../fonts/top_banana/Newzald-Book.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/top_banana/Newzald-Book.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: Tungsten-Semibold;
src: url('../fonts/top_banana/Tungsten-Semibold.eot'); /* IE9 Compat Modes */
src: url('../fonts/top_banana/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/top_banana/Tungsten-Semibold.otf') format('opentype'),
	url('../fonts/top_banana/Tungsten-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/top_banana/Tungsten-Semibold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: DepotNew-Medium;
src: url('../fonts/top_banana/DepotNew-Medium.eot') format('opentype');
src: url('../fonts/top_banana/DepotNew-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/top_banana/DepotNew-Medium.otf') format('opentype'),
	url('../fonts/top_banana/DepotNew-Medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/top_banana/DepotNew-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    color: #000;
    background-color: #FFFFFF;
}

a {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    color: #F8C114;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 200;
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

h1, h2, h3 {
    font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
}

h4, h5, h6 {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 64px;
}

h2 {
    font-size: 44px;
    line-height: 48px;
}

h3 {
    font-size: 32px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

h1:after, 
h2:after, 
h3:after, 
h4:after, 
h5:after, 
h6:after {
     content: ".";
}

.group { }

.grid-col,
.grid-col-xs,
.single-centered-grid-col {
    /*margin-top: 0;
    margin-bottom: 0;*/
}

.mobile-header-menu .toggle-menu {
    background: transparent url('../images/shared/toggle-menu.png') no-repeat right center;
    height: 48px;
}

.mobile-header-menu .toggle-menu span {
    display: none;
}

.system_logo {
    background: transparent url('../images/top_banana/top_banana_logo.png') no-repeat center center;
    width: 171px;
    height: 35px;
    display: inline-block;
    margin-top: 42px;
}

.header-menu {
    top: 38px;
    right: 0px;
}

.sf-menu {
}

.sf-menu li {
    background-color: #fff;
}

    .sf-menu li:hover {
        color: #000;
    }

.sf-menu a {
    color: #000;
    background-color: #fff;
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

    .sf-menu a.sf-with-ul:hover {
        color: #000;
        background-color: #fff;
    }

    .sf-menu a:hover {
        color: #fff;
        background-color: #000;
    }

.sf-sub-indicator {
    background: url("../images/arrows-777777.png") no-repeat 0 -100px;
}

.main_content_top, 
/*.main_content_middle,*/ 
.main_content_bottom {
    margin: 10px 0;
}

.grid-section-wrapper.header {
    background-color: #ffffff;
}

    .grid-section-wrapper.header .grid-section {
        /*background: transparent url('../images/top_banana/top_banana_logo.png') no-repeat left center;*/
        min-height: 120px;
        overflow: visible;
    }

@media only screen and (max-width: 995px) {
    .grid-section-wrapper.header .grid-section {
    }
}

@media only screen and (max-width: 767px) {
    .system_logo {
        width: 100%;
    }

    .grid-section-wrapper.header .grid-section {
    }
}

@media only screen and (max-width: 480px) {
    .grid-section-wrapper.header .grid-section {
        /*background-position: center center;*/
        /*height: 194px;*/
    }
}

.grid-section-wrapper.sub-header {
    background-color: #000;
}

.grid-section-wrapper.sub-header h1 {
    margin: 33px 0;
    text-align: center;
    color: #fff;
}

.grid-section-wrapper.banner {
}

.grid-section-wrapper.login {
    /*background: transparent url('../images/top_banana/login-background.jpg') no-repeat center center;*/
    /*background: #7F3E82 url('../images/top_banana/login_banner.jpg') no-repeat center center;*/
    /*background: #000000 url('../images/top_banana/login_bg_with_bee.png') no-repeat top center;*/
    /*background: #000000 url('../images/top_banana/login_bg_with_bee.png') no-repeat top center;*/
    background: #000000 url('../images/top_banana/the_hive_login_bg_oct23.jpg') no-repeat top center;
    /*background-size: contain;*/
    background-size: auto 100%;
    height: 709px;
}

.login-container {
    margin-top: 320px;
}

    .login-container h1,
    .login-container h2,
    .login-container h3,
    .login-container h4,
    .login-container h5,
    .login-container h6 {
        text-align: center;
        color: #FFF;
        padding: 0;
    }

    .login-container h1 {
        font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
        font-size: 40px;
        line-height: 44px;
        font-weight: 200;
    }

    .login-container h5 {
        font-family: DepotNew-Light, "calibri", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .login-container a,
    .login-container a:hover {
        color: #FFF;
    }

@media only screen and (max-width: 995px) {
    .grid-section-wrapper.login {
        /*height: 600px;*/
    }

    .login-container {
        /*margin-top: 170px;*/
    }
}

@media only screen and (max-width: 767px) {
    .grid-section-wrapper.login {
        height: 629px;
    }

    .login-container {
        margin-top: 270px;
    }

        .login-container h1 {
            font-size: 36px;
        }

        .login-container h3 {
            font-size: 20px;
        }
}

@media only screen and (max-width: 480px) {
    .grid-section-wrapper.login {
        height: 589px;
    }

    .login-container {
        margin-top: 240px;
    }

        .login-container h1 {
            font-size: 30px;
        }

        .login-container h3 {
            font-size: 18px;
        }
}

.grid-section-wrapper.main-content {
}

    .grid-section-wrapper.main-content .grid-section {
    }

.grid-section-wrapper.footer {
}

    .grid-section-wrapper.footer .grid-section {
        text-align: center;
        font-size: 15px;
        padding: 10px 0;
    }

    .grid-section-wrapper.footer .grid-section a {
        font-family: DepotNew-Bold, "calibri", Arial, sans-serif;
        font-weight: 200;
        color: #000;
    }

.homepage-menu ul li {
    width: 25%;
    height: 250px;
}

    .homepage-menu ul li.venues {
        background-image: url('../images/top_banana/homepage_dashboard_venues_oct23.jpg');
    }

    .homepage-menu ul li.enquiries {
        background-image: url('../images/top_banana/homepage_dashboard_enquiries_oct23.jpg');
    }

    .homepage-menu ul li.events {
        background-image: url('../images/top_banana/homepage_dashboard_events_oct23.jpg');
    }

    .homepage-menu ul li.reports {
        background-image: url('../images/top_banana/homepage_dashboard_reports_oct23.jpg');
    }

    .homepage-menu ul li.accommodation {
        display: none;
    }

    .homepage-menu ul li.my-account {
        display: none;
    }

    .homepage-menu ul li .main-menu-panel {
        font-size: 30px;
        line-height: 250px;
        font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
        font-weight: 200;
        background-color: initial;
    }

    .homepage-menu ul li:hover .main-menu-panel {
        line-height: 100px;
        background-color: #F8C114;
        transition: none;
        font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
        font-weight: 200;
    }

    .homepage-menu ul li .sub-menu-panel {
        top: 250px;
        height: 150px;
        background-color: #F8C114;
    }

    .homepage-menu ul li:hover .sub-menu-panel {
        top: 100px;
        transition: none;
    }

    .homepage-menu ul li .sub-menu-panel a {
        font-family: DepotNew-Light, "calibri", Arial, sans-serif;
        font-size: 18px;
        color: #000;
    }

    .homepage-menu ul li:hover .sub-menu-panel a {
        color: #000;
    }

@media only screen and (max-width: 995px) {
    .homepage-menu ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .homepage-menu ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .homepage-menu ul li {
        width: 100%;
    }
}

.hotel_result_item a .hotel_info h4 {
    font-family: DepotNew-Bold, "calibri", Arial, sans-serif;
}

.homepage_text {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    font-size: 18px;
}

.filter_panel {
    font-family: DepotNew-Bold, "calibri", Arial, sans-serif;
    font-weight: 200;
}

.bordered-box {
    background-color: #FFF;
    border-radius: 4px;
}

.error-text,
.info-text {
    border-radius: 4px;
}

.margin-tb {
    margin: 20px 0;
}

strong {
    font-family: DepotNew-Bold, "calibri", Arial, sans-serif;
    font-weight: 200;
}

.form-fieldset-container {
    border-color: #000;
}

.form-fieldset-legend {
    background-color: #000;
    border-radius: 4px;
}

.proposal-company-logo {
    height: 35px;
    background-image: url('../images/top_banana/top_banana_logo.png');
}

.form_control_set {
    background-color: #E5E5E5;
    /*padding: 0 20px 20px 20px;*/
    padding: 10px;
}

.form_control_group .literal-above {
    font-size: 14px;
    line-height: normal;
    font-family: DepotNew-Medium, "calibri", Arial, sans-serif;
    font-weight: normal;
    padding: 5px 0;
}

.Textbox,
.textbox,
.DropDownList,
.dropdownlist,
/*.CheckBox,*/
input[type="text"],
input[type="password"],
textarea,
select {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    /*color: #97999c;
    padding: 5px;*/
    font-size: 14px;
    padding: 10px;
}

.login-container input[type="text"],
.login-container input[type="password"] {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
    font-size: 20px;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 200;
    background-color: #4D4D4D;
    color: #FFF;
    text-align: center;
}

    .login-container input[type="text"]:focus,
    .login-container input[type="password"]:focus {
        outline: none;
        outline-width: 0;
    }

input[type="button"],
input[type="submit"],
.button-primary,
.button-secondary,
.ui-dialog .ui-dialog-buttonpane button {
    font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
    font-size: 20px;
    /*background-color: #f8c114;*/
    background-image: linear-gradient(to right, #f8c114, #faac0b, #f9970e, #f78117, #f36b21);
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    font-weight: 200;
}

.ui-dialog .ui-button-text-only .ui-button-text {
    padding: 0;
}

input[type="button"]:hover,
input[type="submit"]:hover,
.button-primary:hover,
.button-secondary:hover,
.ui-dialog .ui-dialog-buttonpane button:hover {
    border: none;
    /*background-color: #000;*/
    transition: all 0.3s ease-in-out 0s;
    filter: brightness(90%);
}

@media only screen and (max-width: 767px) {
    .standard_grid th,
    .standard_grid td {
        padding: 5px;
    }
}

.standard_grid {
    border: 1px solid #C6C7C7;
    margin: 0;
}

.standard_grid th {
    background-color: #FCC300;
    color: #FFF;
    text-transform: uppercase;
    font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid #C6C7C7;
    padding: 10px;
    text-align: center;
    font-weight: 200;
}

.standard_grid thead {
    background-image: linear-gradient(to right, #f8c114, #faac0b, #f9970e, #f78117, #f36b21);
}

.standard_grid thead th {
    background-color: transparent;
}

.standard_grid td {
    background-color: #FFF;
    font-family: DepotNew-Medium, "calibri", Arial, sans-serif;
    border-right: 1px solid #C6C7C7;
    padding: 10px;
}

.standard_grid td a {
    font-family: DepotNew-Medium, "calibri", Arial, sans-serif;
    font-weight: normal;
}

.standard_grid .alt td {
    background-color: #F7F7F7;
}

.standard_grid tr:nth-child(even) td {
    background-color: #F7F7F7;
}

@media only screen and (max-width: 767px) {
    .standard_grid.responsive td:before {
        background-color: #FCC300;
        color: #FFF;
        text-transform: uppercase;
        font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-weight: 200;
    }
}

/* Meeting schedule */

.fc-header-title h2 {
    padding: 0;
    font-size: 30px;
    line-height: 34px;
}

.fc-grid th {
    background: none;
    background-color: #FCC300;
    color: #FFF;
    padding: 10px 0;
    border: none;
    font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.fc-button {
    background: none;
    background-color: #FFF;
    border: 1px solid #151515;
    color: #000;
    font-family: Tungsten-Semibold, "calibri", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
}

.ui-widget {
    font-family: DepotNew-Light, "calibri", Arial, sans-serif;
}

#social_icons a {
    background-image: url('../images/top_banana/social_icons_sprite.png');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 5px;
}

    #social_icons a.facebook {
        background-position: 0px -28px;
    }

    /*
    #social_icons a.facebook:hover {
        background-position: 0px -28px;
    }
    */

    #social_icons a.twitter {
        background-position: -28px -28px;
    }

    /*
    #social_icons a.twitter:hover {
        background-position: -28px -28px;
    }
    */

    #social_icons a.linkedin {
        background-position: -56px -28px;
    }

    /*
    #social_icons a.linkedin:hover {
        background-position: -56px -28px;
    }
    */

    #social_icons a.youtube {
        background-position: -84px -28px;
    }

    /*
    #social_icons a.youtube:hover {
        background-position: -84px -28px;
    }
    */

    #social_icons a.instagram {
        background-position: -112px -28px;
    }

/*
    #social_icons a.instagram:hover {
        background-position: -112px -28px;
    }
    */

#brief_owner_login .standard_grid a {
    color: #000;
}

.venue_sustainability_banner {
    background-image: url('../images/top_banana/venue_sustainability_banner_bg_oct23.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .venue_sustainability_banner h2 {
        text-align: center;
        color: #FFF;
        margin: 91px auto;
    }