/*
Theme Name: Hukawai Lodge
Author: Mahmoud Abduo
Author URI: http://www.lwasolutions.com
Description: The theme for the Hukawai Lodge website
Version: 2.0.0
*/


/* -----------------------------------*/
/* ------>>> General styles <<<-------*/
/* -----------------------------------*/

body {
    background-color: #f5f5f5;
    color: #000;
    font-family: Segoe UI,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    font-size: 18px;
}



h1 {
    color: #009F9E;
    font-weight: 100;
    font-size: 2em;
    margin: 56px 0 28px;
    text-transform: uppercase;
}

h2 {
    font-weight: 500;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}



.centered-block {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}

/* Transition styles */
a:hover, p, div {
    -webkit-transition: background-color 120ms linear, color 120ms linear;
    -ms-transition: background-color 120ms linear, color 120ms linear;
    transition: background-color 120ms linear, color 120ms linear;
}


a, a:visited, a:hover, a:active {
    color: #006766;
}


#container {
    min-height: 320px;
}

#page-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 564px;
}

#page-content {
    overflow: hidden;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

#header-filler {
    height: 108px;
}

#wp-admin-bar-wix-hotels .ab-item::before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* -----------------------------------*/
/* -------->>> Header bar <<<---------*/
/* -----------------------------------*/

#header-bar-outer {
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 1px 8px rgba(19,19,19,0.85);
    padding: 0 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

#header-bar-outer.push-from-top {
    top: 32px;
}

#header-bar-inner {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
}

#header-logo {
    display: block;
    max-height: 54px;
    margin-bottom: 27px;
    margin-top: 27px;
    width: 100%;
}


/* Header actions (right side of header bar) */

#nav-menu {
    float: right;
}


.book-now-button, .book-now-button:visited {
    border: solid 3px #009F9E;
    border-radius: 6px;
    color: #009F9E;
    float: right;
    margin-bottom: 36px;
    margin-top: 36px;
    padding:2px 18px;
    min-width: 140px;
    text-align: center;
}

.book-now-button:hover, .book-now-button:active {
    background-color: #009F9E;
    color: #FFF;
    text-decoration: none;
}

/* -----------------------------------*/
/* ---------->>> Footer <<<-----------*/
/* -----------------------------------*/

#footer-container {
    background-color: #006766;
    color: #ffffff;
    margin-top: 80px;
    padding-top: 60px;
    overflow: hidden;
}

#footer-container a, #footer-container a:visited {
    color: white;
}

#map {
    float: right;
    height: 400px;
    width: 400px;
}

.map-label {
    color: #333;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 13px;
    font-weight: lighter;
    text-shadow:
            -1px -1px 0 #fff,
            1px -1px 0 #fff,
            -1px 1px 0 #fff,
            1px 1px 0 #fff;
    white-space: nowrap;
}

#contact-details {
    max-width: 300px;
}

#contact-details h1 {
    color: #FFF;
    font-size: 1.8em;
    margin: 36px 0 0;
}

#contact-details h2 {
    font-size: 1em;
    margin-bottom: 0;
}

#contact-details p {
    font-size: 0.9em;
    margin-bottom: 0;
}

#copyright-bar {
    font-size: 0.8em;
    margin-top: 50px;
    text-align: center;
}
