/*
 Theme Name:   Eureka Living
 Theme URI:    http://www.swim.com.au
 Description:  Eureka Living Theme
 Author:       SWiM Communications
 Author URI:   http://www.swim.com.au
 Template:     swimbootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../swimbootstrap/style.css");
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans:700,600,100,300,100italic,300italic,400,400italic,700italic,600italic);
html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
}

* {
    font-family: 'Raleway', sans-serif;
    text-shadow: none;
    border-radius: 0!important;
    box-shadow: none!important;
}

input {
    box-shadow: none!important;
    -webkit-appearance: none!important;
}

body,
p {
    font-size: 14px;
}

body.admin-bar {
    padding-top: 0px!important;
}

body.admin-bar .top-header-banner,
.header-image {
    margin-top: 32px;
}

#content {
    margin-top: 35px;
    margin-bottom: 60px;
}

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #D4A030;
}

a:hover,
a:active,
a:focus {
    color: #222;
    text-decoration: underline;
}

p {
    line-height: 22px;
    margin: 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif!important;
    font-style: normal!important;
    text-transform: uppercase;
}

h1,
h1 strong {
    font-size: 28px;
    font-weight: 600;
    color: #d4a030;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif!important;
}

h2,
h2 strong,
#wpmem_reg legend,
#wpmem_login legend {
    font-size: 22px;
    font-weight: 600!important;
    color: #d4a030;
    margin-top: 30px;
    font-family: 'Josefin Sans', sans-serif!important;
    text-transform: uppercase;
    border: 0!important;
}

h3,
h3 strong {
    font-family: 'Josefin Sans', sans-serif!important;
    font-size: 20px;
    color: #d4a030;
    margin-top: 30px;
}

.container {
    padding: 0;
}

.post_content li {
    line-height: 28px;
    list-style: square
}

.thumbnails {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.thumbnails li {
    list-style: none;
    float: left;
}

.thumbnails li a {
    margin-right: 2px;
}

.search-form-container {
    width: 250px;
    float: right;
    margin-top: 11px;
    margin-left: 15px
}

input.form-control {
    font-size: 13px;
    font-style: italic;
    background: rgba(255, 255, 255, 0.9);
}

.top-search-bar {
    z-index: 9998!important;
    position: absolute;
}

.navbar-brand {
    z-index: 99999!important;
    position: absolute;
}

.navbar>.container .navbar-brand img {
    width: 175px;
    height: 114px;
}

.navbar>.container .navbar-brand {
    margin: 0!important;
}

.navbar-header {
    z-index: 9999!important;
}

.navbar-collapse {
    z-index: 1!important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: auto!important;
    position: relative!important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target,
.ubermenu-main .ubermenu-submenu .ubermenu-item-header>.ubermenu-target {
    border: 0!important;
    text-transform: uppercase;
}

.ubermenu-main .ubermenu-item-normal>.ubermenu-target {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.navbar {
    background: #151515;
    border: 0;
    margin-bottom: 0;
    height: 57px;
    display: block;
}

#menu-main-top-menu {
    float: right;
    text-align: right;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    border-bottom: 6px solid #151515!important;
    background: none!important;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    background: none!important;
    border-bottom: 6px solid #d4a030!important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    padding: 80px 0 20px!important;
}

.ubermenu-main .ubermenu-item-level-0>.ubermenu-target {
    padding-right: 3px!important;
    padding-left: 3px!important;
    margin-left: 20px!important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target::after {
    content: none!important;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    float: none;
}

.top-search-bar {
    height: 57px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
}

.top-search-bar .form-control {
    border-right: 0;
}

.top-search-bar .form-control:focus {
    border-right: 0;
}

.search-form-container .btn-default,
.search-form-container .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(images/search-icon.png);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    border-left: 0;
}

.search-form-container2 .btn-default,
.search-form-container2 .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(images/search-icon.png);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    border-left: 0;
}

.top-search-bar p {
    font-style: italic;
    font-weight: 300;
    color: #222;
    font-size: 16px;
    float: right;
    margin-top: 17px;
}

.home-banner {
    width: 100%;
    background: #888;
    margin: 0 auto;
}

.top-header-banner {
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0;
}

.header-image {
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.header-image img {
    min-width: 100%;
    min-height: 100%;
}

.page-header {
    border-bottom: 0;
    margin-top: 0;
}

h1.page-title {
    margin-bottom: 0px;
}

#sidebar1 {
    margin-top: 0px;
}

h4.widgettitle {
    font-weight: 700;
    font-size: 16px;
}

.submenu-widget ul,
.submenu-widget ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}

.submenu-widget a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

.submenu-widget a:hover {
    background: #eee;
    padding-left: 10px;
    text-decoration: none;
}

.submenu-widget li.current-menu-item a {
    color: #111;
}

#sidebar1 .widget_recent_entries ul li,
#sidebar1 .widget_recent_entries ul,
#sidebar1 .widget_archive ul li,
#sidebar1 .widget_archive ul,
#sidebar1 .widget_categories ul li,
#sidebar1 .widget_categories ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#sidebar1 .widget_recent_entries a,
#sidebar1 .widget_archive a,
#sidebar1 .widget_categories a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

#sidebar1 .widget_recent_entries a:hover,
#sidebar1 .widget_archive a:hover,
#sidebar1 .widget_categories a:hover {
    background: #eee;
    padding-left: 10px;
    text-decoration: none;
}

#main article {
    border: 0;
    padding: 0;
    margin: 0;
}

.rev_slider_wrapper {
    z-index: 0 !important;
}

.info-tiles-buttons {
    height: 100px;
    width: 100%;
    background: rgba(22, 22, 22, 0.95);
    display: block;
    margin: -100px auto 0;
    opacity: 0.9;
}

.tile-button {
    width: 33.2%;
    height: 100px;
    display: block;
    float: left;
    margin-right: 1px;
}

.tile-button a {
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(102, 102, 102, 0.2);
    color: #d4a030!important;
    text-align: center;
    padding-top: 32px;
    font-size: 13px;
}

.tile-button a:hover {
    background: rgba(102, 102, 102, 0.5);
    text-decoration: none;
}

.tile-button a strong {
    font-family: 'Josefin Sans', sans-serif!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}

.info-tiles {
    width: 100%;
    background: #111;
    display: block;
    margin: 0 auto;
    padding-top: 1px;
    margin-bottom: 40px;
    overflow: hidden;
}

.info-tiles-mobile {
    display: none;
}

.info-tiles-column {
    width: 33.2%;
    display: block;
    float: left;
    margin-right: 1px;
    height: 282px;
}

.display-events-listing .listing-item:first-child {
    margin-top: 0px;
}

.info-tiles-column a:hover {
    color: #d4a030;
    text-decoration: none;
}

.announcement-tile,
.app-tile {
    height: 100%;
    margin-bottom: 1px;
}

.announcement-tile {
    padding: 20px 10px 0px;
    background: rgba(102, 102, 102, 0.2);
}

.app-tile a {
    background: rgba(102, 102, 102, 0.2) none repeat scroll 0 0;
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: 100%;
    padding: 10px 10px 10px 10px;
    text-align: center;
    width: 100%;
}

.app-tile a:hover {
    background: rgba(102, 102, 102, 0.5);
    text-decoration: none;
}

.four-tiles {
    width: 50%;
    height: 140px;
    margin: 0 0 1px 0;
    border-right: #111 1px solid;
    background: #212121;
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover .four-tiles {
    background: #313131;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:active .four-tiles {
    background: #332c0b;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.four-tiles p,
.announcement-tile p {
    margin-top: 6px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

#wpc-weather {
    padding: 0;
    padding-top: 8px;
    margin: 0;
    text-transform: uppercase;
}

#wpc-weather .short_condition {
    font-size: 15px;
    margin-top: 0;
}

.location_name {
    display: none;
}

#wpc-weather .time_temperature {
    margin-top: -10px;
}

#wpc-weather.small .now .time_symbol svg {
    margin: 0;
    margin-bottom: 5px;
}

#wpc-weather.small .now .time_temperature {
    font-size: 18px;
}

#wpc-weather.small .now .time_temperature:after,
#wpc-weather .forecast .temp_max:after,
#wpc-weather .forecast .temp_min:after,
#wpc-weather .hours .temperature:after,
#wpc-weather .today .time_temperature_max:after,
#wpc-weather .today .time_temperature_min:after,
#wpc-weather .now .time_temperature:after,
#wpc-weather .today .time_temperature_ave:after {
    font-size: 18px;
}

.four-tiles #wpc-weather .infos .wind {
    width: 100%!important;
    margin: 0!important
}

.aligncenter {
    margin: 0 auto;
    margin-top: 15px;
}

.alm-listing li {
    float: left;
    width: 32%;
    margin-right: 1.3%;
}

.alm-listing li h3 a {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}

.alm-listing li h3 {
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    clear: both;
}

.alm-btn-wrap {
    clear: both;
    float: left;
    padding-left: 0;
}

.alm-listing li img {
    max-width: 100%;
}

.entry-meta,
.entry-meta a {
    font-size: 11px;
    color: #d4a030!important;
}

button.alm-load-more-btn {
    background: #e9e9e9 !important;
    color: #333;
    border: 0;
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px!important;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    margin: 0 0 4px;
    padding: 0 20px;
    width: auto;
}

.alm-listing li {
    padding-left: 0!important;
    overflow: visible!important;
    clear: right!important;
    height: 270px!important;
    max-height: 270px!important;
}

.alm-listing li img {
    position: relative!important;
    margin-bottom: 15px!important;
    border: 0!important;
    border-radius: 0!important;
}

.missing-image {
    display: block;
    width: 372px;
    height: 155px;
    background: #d5d5d5;
    margin-bottom: 15px;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.parent .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.parent .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt.parent .inner {
    background: url(images/arrow-right.png) center right no-repeat!important;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent.opened .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-2 dl.level1 dt.parent.opening .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.parent.opened .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.parent.opening .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.parent.opened .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-4 dl.level1 dt.parent.opening .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt.parent.opened .inner,
div#nextend-accordion-menu-nextendaccordionmenuwidget-5 dl.level1 dt.parent.opening .inner {
    background: url(images/arrow-down.png) center right no-repeat!important;
}

body.home #main .col-sm-9 {
    border-right: 1px solid #ddd;
    padding-right: 40px;
}

body.home #main .col-sm-9 p {
    margin-bottom: 20px;
}

.home .listing-item,
.home .listing-item p,
.home .listing-item a {
    text-align: center;
    color: #fff;
}

li.listing-item,
ul.display-posts-listing {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

li.listing-item a.title {
    display: block;
}

#inner-footer {
    margin-bottom: 40px;
}

#inner-footer h4.widgettitle {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#inner-footer a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0;
    color: #333;
    display: block;
}

#inner-footer li,
#inner-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-footer {
    background: #111;
    width: 100%;
    padding: 0;
    color: #fff!important;
    font-size: 11px!important;
    font-style: italic;
}

.bottom-footer p {
    font-size: 12px!important;
}

.bottom-footer a {
    color: #fff!important;
}

.display-events-listing {
    height: 75%;
}

.thedate {
    display: inline-block;
    float: left;
    width: 25%;
    border-right: 1px solid #111;
    height: 100%;
}

.date-day {
    font-size: 42px;
    display: block;
    font-weight: 100;
    line-height: 1;
}

.display-events-listing a.title {
    display: inline-block;
    width: 75%;
    text-align: center;
    padding: 15px;
    overflow: hidden;
}

.display-events-listing .listing-item {
    display: inline-block;
    width: 100%;
    background: #212121;
    height: 33.3%;
    max-height: 33.3%;
    margin-top: 0px;
    line-height: normal;
}

.latest-btn {
    height: 25%;
    display: block;
    background: #212121;
    margin-top: 1px;
    color: #fff;
    font-size: 15px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.latest-btn:hover {
    background: #313131;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.breadcrumbs {
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    font-size: 12px!important;
    padding: 5px 0;
}

.breadcrumbs p {
    font-size: 12px!important;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.smaller-9 {
    width: 72%!important;
    padding-right: 3%!important;
    margin-right: 3%!important;
    border-right: 1px solid #d5d5d5;
}

.smaller-9 h1 {
    margin-top: 10px;
}

#click-menu #RMX {
    color: #ffffff !important;
    display: none;
    font-size: 28px;
    font-weight: bold;
    height: 19px !important;
    line-height: 19px !important;
    font-family: 'Josefin Sans', sans-serif!important;
}

#responsive-menu .appendLink {
    padding: 12px 20px!important;
}

#responsive-menu a {
    text-transform: uppercase!important;
    font-weight: 700;
}

.wpcf7-form input,
.wpcf7-form textarea,
.csp input,
#wpmem_reg input[type="text"],
#wpmem_reg textarea,
#wpmem_login input[type="text"],
#wpmem_login input[type="password"],
#wpmem_reg input,
#wpmem_reg button,
#wpmem_reg select,
#wpmem_reg textarea,
#wpmem_login input,
#wpmem_login button {
    border: 1px solid #ccc!important;
    background: #fff!important;
    width: 50%!important;
    padding: 10px!important;
    clear: both;
    display: block;
}

input#rememberme {
    width: auto!important;
    clear: none;
    display: inline;
}

#wpmem_reg .button_div,
#wpmem_login .button_div {
    height: auto!important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.csp input:focus,
#wpmem_reg input[type="text"]:focus,
#wpmem_reg textarea:focus,
#wpmem_login input[type="text"]:focus,
#wpmem_login input[type="password"]:focus {
    border: 1px solid #111!important;
    background: #111!important;
    -webkit-transition: all 0.5s ease-in-out!important;
    -moz-transition: all 0.5s ease-in-out!important;
    -o-transition: all 0.5s ease-in-out!important;
    transition: all 0.5s ease-in-out!important;
    color: #d4a030!important;
}

input#rememberme,
input#rememberme:focus {
    width: auto!important;
}

.clock_container {
    float: left;
    margin-right: 2px;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.clockHolder {
    width: 68px;
    margin: 0 auto;
    position: relative;
}

.clock {}

.clockHolder .sec {
    display: block;
    position: absolute;
}

.clockHolder .min {
    display: block;
    position: absolute;
}

.clockHolder .hour {
    display: block;
    position: absolute;
}

.rotatingWrapper {
    position: absolute;
    width: 58px;
    height: 58px;
    left: 5px;
    top: 4px
}

body.fee-on .mce-content-body {
    border: 1px dashed #ccc;
}

fieldset {
    margin: 0!important;
}

#wpmem_reg,
#wpmem_login {
    font-size: 14px !important;
    margin: 15px 0!important;
}

#wpmem_reg,
#wpmem_login {
    margin: 0!important;
}

#wpmem_reg .div_text,
#wpmem_reg .div_textarea,
#wpmem_reg .div_select,
#wpmem_login .div_text,
#wpmem_reg .div_checkbox,
.button_div {
    width: 100%!important;
    text-align: left!important;
}

.wpc-1774 .now,
.wpc-15 .now {
    display: none!important;
}


/*LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE  */

@media (min-width: 1199px) {
    .container {
        width: 1200px;
    }
}


/* LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE LARGE  */

button_div
/*DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */

@media (max-width: 1199px) {}


/*DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP DESKTOP */


/*TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS */

@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    .info-tiles-buttons,
    .info-tiles,
    #inner-footer,
    .breadcrumbs {
        display: none;
    }
    .top-search-bar>.container>p {
        display: none;
    }
    .alm-listing li {
        float: none;
        width: 100%;
        margin-right: 0%;
    }
    .alm-listing li {
        height: auto;
        max-height: auto;
    }
    #content {
        margin-top: 0;
    }
    .search-form-container {
        width: 100%;
    }
    .page-header {
        margin: 0;
    }
    .navbar>.container .navbar-brand img {
        width: 64px;
        height: 35px;
    }
    .smaller-9 {
        width: 100%!important;
        padding-right: 15px!important;
        margin-right: 0%!important;
        border-right: 0;
    }
    .info-tiles-mobile {
        width: 100%;
        height: auto;
        margin-top: 113px!important;
        background: url(images/phone-bg.jpg) center center no-repeat;
        background-size: cover;
        display: block;
        margin: 0 auto;
        padding-top: 1px;
        margin-bottom: 40px;
    }
    .four-tiles-mobile {
        width: 25%;
        height: 130px;
        max-height: 25%;
        margin: 0;
        border-right: #111 1px solid;
        border-bottom: #111 1px solid;
        background: rgba(17, 17, 17, 0.75);
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 12px;
        float: left;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        text-align: center;
    }
    .info-tiles-mobile .listing-item {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .display-events-listing {
        height: auto;
    }
    .display-events-listing .listing-item:hover {
        background: #313131;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .info-tiles-mobile .listing-item a,
    .info-tiles-mobile .listing-item .thedate {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    .info-tiles-mobile .listing-item .thedate .date-day {
        top: 30%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    .info-tiles-mobile .listing-item .thedate .date-month {
        top: 60%;
        left: 35%;
        position: absolute;
    }
    .four-tiles-mobile p,
    .announcement-tile p {
        margin: 0 auto!important;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }
    .four-tiles-mobile * {
        margin: 0 auto!important;
        text-align: center;
        font-size: 13px!important;
        line-height: normal!important;
    }
    .four-tiles-mobile #wpc-weather .infos .wind {
        width: 100%!important;
        text-align: center;
    }
    .center-vertically {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative;
    }
    #wpc-weather {
        padding: 0!important;
    }
    #wpc-weather.small .now .time_temperature::after,
    #wpc-weather .forecast .temp_max::after,
    #wpc-weather .forecast .temp_min::after,
    #wpc-weather .hours .temperature::after,
    #wpc-weather .today .time_temperature_max::after,
    #wpc-weather .today .time_temperature_min::after,
    #wpc-weather .now .time_temperature::after,
    #wpc-weather .today .time_temperature_ave::after {
        font-size: 15px!important;
    }
    .link-text {
        text-align: left!important;
    }
    .center-vertically>img {
        width: 50px!important;
        margin-bottom: 12px!important;
    }
    .display-events-listing .listing-item {
        height: 80px;
        max-height: 80px;
        background: rgba(17, 17, 17, 0.75);
        border-bottom: 1px solid #111;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .display-events-listing a.title {
        padding: 0 15px;
    }
    .latest-btn {
        margin-top: 0;
        background: rgba(17, 17, 17, 0.75);
        padding: 15px 0;
    }
    .concierge {
        border-top: 1px solid #111;
    }
    .thedate {
        min-height: 100%;
        height: 100%;
        display: block;
    }
    .wpcf7-form input,
    .wpcf7-form textarea {
        width: 100%;
    }
    .header-image {
        height: 200px;
        margin-bottom: 40px;
    }
    .header-image img {
        max-height: 100%;
    }
    .ubermenu {
        display: none;
    }
    #sidebar1 {
        padding-top: 50px;
        clear: both;
    }
}


/*TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS TABLETS */


/*MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES*/

@media (max-width: 767px) {
    #wpc-weather .infos .wind,
    #wpc-weather .infos .humidity,
    #wpc-weather .infos .pressure,
    #wpc-weather .infos .cloudiness,
    #wpc-weather .infos .precipitation {
        width: 50%!important;
        text-align: left;
    }
}


/*MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES MOBILE DEVICES*/


select {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px 0;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer; /* Makes it clear that the element is interactive */
}

option {
  padding: 10px; /* Makes the options easier to click on */
}

/* Style the dropdown arrow to match the design in the screenshot */
select {
  -webkit-appearance: none; /* Removes default chrome and safari style */
  -moz-appearance: none; /* Removes default style Firefox */
  appearance: none; /* Remove default arrow from IE */
  background-image: url('images/arrow-down.png'); /* Add custom arrow-down icon */
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 12px; /* Size of the background image */
}

/* Add a hover effect for the dropdown */
select:hover {
  background-color: #f1f1f1; /* Slightly darker grey background */
}
