/*
Theme Name: Rent A Ute
Author: ElderSnake
Description: Custom theme for Rent A Ute
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: rentaute

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form
, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {

    outline: 0;
    color: #000;

}


body {
    
    background-color: #D9D9D9;
    font-size: 1em;
    font-family: Arial,sans-serif;

}


.list-reset li{

    list-style: disc ! important;
}

.list-graphic li {

    padding: 0 0 0 30px;
    background: url('../../../assets/side-arrow-right.png') no-repeat 0% -5px; 
}

#custom-modal {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9000;
}


#main-header {
    
    width: 1024px;
    height: 100px;
    display: block;
    position: relative;
    background-color: #31549e;
    box-shadow: 0px -1px 2px #333;

}

#header-nav {
   
    max-width: 1024px;
    padding-top: 10px;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    box-shadow: inset 0px 0px 5px -2px #333;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: #F5F5F5;
    position: relative;
}

#header-nav ul {

    list-style-type: none;
    list-style-image: none;
    margin: 0 15px 0 15px;
}

#header-nav li {
    
    background-color: #333;
    display: inline;
    border-top-right-radius: 0.3em;
    border-top-left-radius: 0.3em;
}

#header-nav li:hover {

    background-color: orange;

}

#header-nav a {

    color: #fff;
}

#header-nav .current_page_item {

    background-color: #31549e ! important;

}

#header-nav .current_page_item a {
    
    color: #fff;

}
#header-nav ul li a {

    text-decoration: none;
    margin: 4px;
    padding: 5px 20px 5px 20px;
}


.site-title {

    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 120%;
    font-style: italic;
    font-family: Verdana;

}

.site-title a {

    text-decoration: none;

}

.site-description {
    
    position: absolute;
    top: 40px;
    padding: 20px;
    font-size: 80%;
    font-family: Verdana;

}

#main {

    width: 1024px;  
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    /*border-right: 1px solid #000;
    border-left: 1px solid #000;
    box-shadow: 0px 0px 2px #eee;
    border-radius: 2em; */
}

#border-wrapper {

    margin-top: -5px;
    background-color: #F5F5F5;
    border-right: 1px solid #555;
    border-left: 1px solid #555;
    min-height: 100%;
    max-width: 1024px;
    border-top-right-radius: 0.1em;
    border-top-left-radius: 0.1em;
    box-shadow: 0px 0px 3px 2px #ccc;
}

#border-wrapper:before {

    border: 1px solid red;
}

#front-page-content {
    
    float: left;
    margin-top: 80px;
    margin-left: 60px;
    padding: 20px;
    font-size: 80%;
    min-height: 30px;
    max-width: 600px;
}

#content {
    
    float: left;
    padding: 20px;
    font-size: 80%;
    min-height: 400px;
    max-width: 700px;
}


#content p {

    padding: 5px 0 5px 0;
}

#content a {

    color: #31549e;
}

.entry-content-page {

    padding: 20px;

}

#vehicle-banner {

    position: absolute;
    background: url("../../../assets/ute1.jpg") no-repeat;
    width: 600px;
    height: 380px;
    left: 400px;
    top: 6px;

}

#contact-details-popup {

    width: 500px;
    height: 400px;
    padding: 20px;
    border-radius: 2em;
    box-shadow: 0px 0px 3px 2px #000;
    background-color: #fff;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-left: -250px; /* 1/2 of width */
    margin-top: -200px; /* 1/2 of height */
    z-index: 9001;
}


#contact-details-popup label {

    float: left ! important;
    font-size: 100% ! important;
    margin-top: 10px;
}

#contact-details-popup input:not([type="button"]) {

    width: 200px ! important;
}

#contact-details-popup label, #contact-details-popup input {

    clear: both ! important;
    padding: 5px;

}

#contact-details-popup #commentLabel {

    border: 2px orange solid;
    box-shadow: 0px 0px 2px orange;
    background: orange;
    color: #f5f5f5 ! important;
    font-size: 85% ! important;
}

#contact-details-popup #commentLabel:hover {

    border: 2px orange solid;
    color: #333 ! important;

}

.required-highlight {

    position: relative;
    font-size: 80%;
    color: red;
    float: left;
    left: 5px;
    top: 7px;
}


.js-exit-button {

    position: absolute;
    padding: 2px ! important;
    right: 28px;
    top: -2px;
    background-color: red ! important;
    color: #fff ! important;
    font-weight: bold;
    width: 40px;
    border: none ! important;
    border-radius: 0 ! important;
    box-shadow: none ! important
}

.js-exit-button:hover {

    color: yellow;
}


#booking-panel {

    width: 350px;
    height: 100%;
    background-color: #FFFF66;
    margin-top: 20px;
    margin-left: 1px;
    padding: 10px;
    float: left;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    box-shadow: 0px 0px 2px 2px #ccc;
}

#booking-form-header {

    color: #333;
    padding: 4px;
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
    text-shadow: 0px 0px 1px #555;
}


#booking-table td {

    text-align: center;
    padding: 3px;
}

#booking-form input, #booking-form textarea {

    float: left;
    clear: right;
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px #555;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.3em;
}

#booking-form textarea {

    width: 300px;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;

}

#booking-form select {

    -webkit-appearance: none;
    appearance: none;
    background: url("../../../assets/downArrow.png") #fff no-repeat 97%;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 1px #555;
}

#booking-form label {

    font-size: 75%;
    font-weight: bold;
    border-radius: 0.5em;
    padding: 3px;
    color: #000;

}


.submit-button {

    background-color: #fff;

}

.submit-button:hover {

    background-color: green ! important;
    color: #fff;
    text-decoration: underline;
}

.alert {

    font-size: 150%;
    color: red;
}

#front-page-sidebar {

    float: left;
    font-size: 80%;
    margin-top: 45px;
    margin-left: 20px;
    min-height: 30px;
    max-width: 300px;
    clear: left;
}

#front-page-sidebar li {

    list-style: none;
    margin-top: 5px;
}

#front-page-sidebar .widgettitle {

    font-size: 125%;
    font-style: normal;
    color: #31549e; 
}

#sidebar-wrapper {

    float: left;
    padding: 10px;
    width: 230px;
    height: 100%;
    display: block;
}

#sidebar {
    
    background-color: #FFFF66;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 1.5em;
    margin-top: 20px;
    margin-left: 10px;
    display: block;
    width: 220px;
    height: 100%;
    box-shadow: 0px 0px 1px 1px #555;
}

#sidebar ul, #sidebar li {
    
    list-style: none;
    margin: 5px 0px 0px 0px;
}

#sidebar ul li {

    padding: 3px;
}

#sidebar a {

    margin-left: 20px;
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 1px #555;
    padding: 5px;
}

#sidebar a:hover {

    background: url('../../../assets/side-arrow-right.png') no-repeat 0% -1px; 
    padding-left: 30px;
    margin-left: -5px;
}

#sidebar-2 {
    
    margin-top: 20px;
    display: block;
    width: 230px;
    height: 100%;
}

#sidebar-2 ul, #sidebar-2 li {
    
    list-style: none;
    margin: 5px 0px 0px 0px;
}

#sidebar-2 ul li {

    padding: 3px;
}

#sidebar-2 a {

    margin-left: 20px;
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 1px #555;
    padding: 5px;
}

#sidebar-2 img {

    box-shadow: 0px 0px 5px #000;
    border-radius: 1.5em;
    margin-left: -25px;
}


.widgettitle {

    font-size: 110%;
    padding: 5px 0 5px 0;
    margin-top: 4px;
    color: #333;
    font-style: italic;
}

#footer-spacer {

    height: 20px;
    width: 1024px;
    clear: both;

}

footer {
    
    background-color: #31549e;
    border: 1px solid #000;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    clear: both;
    display: block;
    width: 1022px;
    height: 120px;
    box-shadow: 0px 1px 2px 1px #555;
}

#bottom-menu {
    
    padding: 10px;
}


#bottom-menu li {

    display: inline;
    border-bottom: 1px solid orange;
    padding: 0 3px 0 3px;
    margin: 0 3px 0 3px;

}

#bottom-menu li:hover {

    border-bottom: 2px solid #FFFF00;

}

#bottom-menu a {

    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


.footer-text {

    font-size: 70%;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: #fff;
}
