/**
 * Theme Name: Hull Charlotte
 * Template:   twentytwentyfive
 * Version: 1.0.0
 */

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
article,
aside,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article > aside > h2 {
    font-size: 12px;
    font-weight: 700;
}

body.home {
    line-height: 1;
    font-size: 0.625em;
    background-image: url('/wp-content/uploads/2025/03/body-bg-2014-scaled.jpg');
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style-type: none;
}

a,
a:hover {
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a img {
    border: 0px;
}

.wai {
    display: block;
    width: 0px;
    height: 0px;
    text-indent: -5000px;
    overflow: hidden;
    padding: 0px !important;
}

/*  site's CSS */
body {
    font-family: arial, trebuchet ms, verdana, sans-serif;
}

#page {
    margin: 0 auto 0 auto;
    width: 772px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 10px #666;
    -webkit-box-shadow: 0px 0px 10px #666;
    box-shadow: 0px 0px 10px #666;
    background-color: #fff;
}

/*  the header  */
#header {
    height: 62px;
    width: 100%;
    background: url("../img/header-bg.jpg") repeat-x top left #d9d9d9;
    background: -moz-linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fdfdfd), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
    background: linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
    -pie-background: linear-gradient(top, #fdfdfd 1%, #d9d9d9 100%);
}

#logo {
    margin: 15px 0 0 13px;
    width: 104px;
    height: 39px;
    background: url("../img/hullco.png") no-repeat top left;
    float: left;
}

#logo a {
    text-indent: -5000px;
    overflow: hidden;
    width: 104px;
    height: 39px;
    display: block;
}

.tagline {
    float: right;
    text-align: right;
    color: #294ea2;
    padding: 35px 13px;
    font-size: 120%;
    font-weight: bold;
}

#locations-map {
    width: 100%;
    height: 345px;
    background: url("/wp-content/uploads/2025/03/map-w-bg.jpg") no-repeat top left;
}


/* PIE properties */
#header,
#page,
#locations-map,
#content,
article {
    behavior: url(css/PIE.htc);
    position: relative;
}

/* main content area  */
#content a:focus {
    background-color: #fffebb;
    color: #000;
}

#content {
    overflow: hidden;
    height: auto;
    padding: 10px 0;
    color: #fff;
    font-size: 120%;
    line-height: 130%;
    background: #191a1c;
    background: -moz-linear-gradient(top, #2f3541 1%, #191a1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #2f3541), color-stop(100%, #191a1c));
    background: -webkit-linear-gradient(top, #2f3541 1%, #191a1c 100%);
    background: -o-linear-gradient(top, #2f3541 1%, #191a1c 100%);
    background: -ms-linear-gradient(top, #2f3541 1%, #191a1c 100%);
    background: linear-gradient(top, #2f3541 1%, #191a1c 100%);
    -pie-background: linear-gradient(top, #2f3541 1%, #191a1c 100%);
}

#content a {
    color: #ddd;
    text-decoration: underline;
}

#content a:hover {
    color: #aaa;
    text-decoration: none;
}

#branch {
    float: left;
    width: 215px;
    margin: 0 0 0 18px;
}

#branch h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 140%;
    padding: 5px 0 10px 0;
}

#branch ol {
    text-transform: uppercase;
}

.one {
    background: url("/wp-content/uploads/2025/03/one.png") no-repeat top left;
    padding: 5px 0 5px 40px;
}

.two {
    background: url("/wp-content/uploads/2025/03/two.png") no-repeat top left;
    padding: 5px 0 5px 40px;
}

#branch ol ul {
    font-size: 90%;
    list-style-type: disc;
    margin-left: 15px;
}

#branch p {
    font-size: 90%;
    line-height: 120%;
}

article {
    padding: 0px 0 0 15px;
    float: right;
    width: 500px;
    border-radius: 5px 0 0 5px;
    color: #2d3145;
    background: url("../img/header-bg.jpg") repeat-x top left #d9d9d9;
    margin-bottom: 12px;
    background: -moz-linear-gradient(top, #fff 1%, #d9d9d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #d9d9d9));
    background: -webkit-linear-gradient(top, #fff 1%, #d9d9d9 100%);
    background: -o-linear-gradient(top, #fff 1%, #d9d9d9 100%);
    background: -ms-linear-gradient(top, #fff 1%, #d9d9d9 100%);
    background: linear-gradient(top, #fff 1%, #d9d9d9 100%);
    -pie-background: linear-gradient(top, #fff 1%, #d9d9d9 100%);
}

article img {
    float: right;
    margin-left: 10px;
}

#content article p {
    padding: 20px 0 0 0;
}

.banner {
    margin: 0px 18px;
    border: 1px solid #616262;
    display: block;
    float: left;
}

/*footer style */
#footer {
    width: 775px;
    margin: 0px auto 0 auto;
    padding: 10px 0 40px 0;
    color: #333;
    font-size: 110%;
}

small,
#footer nav {
    display: inline;
    float: left;
}

#footer a {
    color: #333;
    text-decoration: underline;
}

#footer a:hover,
#footer a:focus {
    color: #294ea2;
    text-decoration: none;
}

#footer nav li {
    display: inline;
    border-left: 1px solid #333;
    padding: 0 5px;
}

small {
    margin-right: 5px;
}


/* BRANCHES */
#locations-map {
    position: relative;
}

/* #locations-map ul li					{position:absolute;width:10px;height:10px;cursor:pointer;} */
#locations-map ul li {
    position: absolute;
    border-radius: 50px;
    height: 5px;
    width: 5px;
    border: 2px solid #F9CD30;
    background-color: #FCA403;
    cursor: pointer;
}

.tooltip span {
    display: block;
}

.button {
    color: #2d3145;
    background: url("../img/button-bg.jpg") repeat-x top left #ffac3f;
    border-radius: 5px;
    padding: 3px 10px;
}

.tooltip h3 {
    text-transform: uppercase;
    padding: 3px 0 0 0;
}

.button:hover,
.button:focus {
    color: #fff;
    background: #000;
}


#gigharbor {
    top: 21px;
    left: 214px;
}

#portland {
    top: 52px;
    left: 199px;
}

#missoula {
    top: 64px;
    left: 291px;
}

#stockton {
    top: 127px;
    left: 190px;
}

#newport {
    top: 175px;
    left: 199px;
}

#denver {
    top: 134px;
    left: 335px;
}

#milehigh {
    top: 139px;
    left: 340px;
}

#dallas {
    top: 218px;
    left: 408px;
}

#houston {
    top: 250px;
    left: 414px;
}

#metairie {
    top: 243px;
    left: 464px;
}

#jacksonville {
    top: 240px;
    left: 551px;
}

#tampabay {
    top: 267px;
    left: 550px;
}

#ftlauderdale {
    top: 275px;
    left: 571px;
}

#charlotte {
    top: 175px;
    left: 547px;
}

#hurricane {
    top: 146px;
    left: 532px;
}

#pittsburgh {
    top: 120px;
    left: 547px;
}

#horsham {
    top: 113px;
    left: 580px;
}

#florhampark {
    top: 105px;
    left: 587px;
}

#honolulu {
    top: 256px;
    left: 217px;
}

#atlanta {
    top: 200px;
    left: 518px;
}

#bryant {
    top: 193px;
    left: 442px;
}

/* CSS
 * jquery.tooltip
 * Elliot Lings
 * www.elliotlings.com/jquery/tooltip/
 */
.tooltip {
    color: #666;
    width: 246px !important;
    height: 150px;
    line-height: 140%;
    position: absolute;
    z-index: 9999;
    display: block;
    top: 266px;
    visibility: visible;
    left: 531px;
}

.tooltip a.close-tooltip {
    border: none;
    color: #F8981A;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.tooltip .tooltip-content p {
    font-size: 11px;
    padding: 5px 0;
}

.tooltip-content {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.w {
    padding-right: 5px;
}

.w:after {
    background: url("../img/west.png") no-repeat top left;
    content: '';
    width: 18px;
    height: 20px;
    position: absolute;
    top: 55px;
    right: -13px;
}

.own-p {
    padding: 0 30px;
    margin: 0 auto;
    font-size: 14px;
    color: #343434;
}


.own-p #title-p {
    font-size: 36px;
    margin-top: 16px;
}

.own-p p {
    margin-bottom: 11px;
    line-height: 1.2em;
    text-align: justify;
}

.own-p span {
    font-weight: bold;
}

.own-p .img-wrap {
    width: 100%;
    height: 308px;
    margin: 10px 0 50px;
}



.own-p .img-wrap img {
    width: 100%;
    height: 100%;
}

#l1 {
    list-style-type: upper-roman;
}

#l2,
#l3,
#l7,
#l8,
#l9,
#l10 {
    list-style-type: upper-alpha;
}

#l4,
#l5,
#l6 {
    list-style-type: decimal;
}

/* ----- footer menu ----- */

ul.wp-block-navigation__container {
    gap: 0;

    li.wp-block-navigation-item {
        gap: 5px;
        padding-right: 5px;
    }

    li.wp-block-navigation-item > a {
        text-decoration: underline;
        color: #333333 !important;
    }

    li.wp-block-navigation-item > a:hover {
        text-decoration: none;
        color: #294ea2 !important;
    }

    li.wp-block-navigation-item:not(.first):before {
        content: "|";
    }
}

/* ----- cookie button ----- */

.ot-sdk-show-settings {
    cursor: pointer;
    text-decoration: underline;
    color: #333333 !important;
}

.ot-sdk-show-settings:hover {
    text-decoration: none;
    color: #294ea2 !important;
}