/* 
Google Fonts:
font-family: 'Abel', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;
*/


/*****************/
/* Global Styles */
/*****************/

/*a, a:hover, #sideLogoDiv */ * {
    font-family: 'Lato', sans-serif;
   -o-transition:.3s;
   -ms-transition:.3s;
   -moz-transition:.3s;
   -webkit-transition:.3s; 
}
.floatFix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.home .site-container .site-inner, .single .site-container .site-inner {
    padding: 0 30px 30px;
}
/*****************/
/* Header Styles */
/*****************/
.utility-bar {
    padding: 0;
    height: 40px;
    background-color: #009edd;
}
#text-6, #text-7, #nav_menu-2 {
    margin: 0;
    color: #fff;
}
.utility-bar-left,
.utility-bar-right {
    width: 50%;
}
.utility-bar-left p,
.utility-bar-right p {
    margin-bottom: 0;
    color: #fff;
    line-height: 40px;
    font-size: .9em;
}
.utility-bar-left {
    float: left;
    padding: 0px 20px;
    text-align: left;
    font-family: 'Abel', sans-serif;
}
.utility-bar-left a {
    color: #6498cd;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(100,152,205,0);
            text-decoration-color: rgba(100,152,205,0);
}
.utility-bar-left a:hover {
    color: #a7cdf2;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(167,205,242,1);
            text-decoration-color: rgba(167,205,242,1);
}
.utility-bar-right {
    float: right;
    text-align: right;
}

.site-header {
    position: sticky;
    position: -webkit-sticky;
    background-color: rgba(255,255,255,.9);
    top: 0;
    padding: 0 10px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}
.site-header > .wrap {
    width: 100%;
    max-width: 100%;
    height: 160px;
}
.site-header, .nav-primary, .nav-primary > .wrap, .sideLogo {
    max-height: 160px !important;
}

.wp-custom-logo .title-area {
    max-width: 1200px;
    float: none;
    clear: both;
    margin: 10px auto;
    text-align: center;
}

.title-area a img {
    margin: auto;
    height: auto;
    max-width: 350px;
}
.title-area a img::after {
    content: " ";
    display: block; 
    height: 0; 
    clear: both;
}
/* utility bar right styling */
.memBox {
    padding-right: 20px;
    position: relative;
    line-height: 40px;
    font-size: .9em;
    font-family: 'Abel', sans-serif;
}
.memBox::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #6498cd;
    border-left: 20px solid transparent;
    border-top: 20px solid #6498cd;
    border-right: 2px solid #6498cd;
    clear: both;
}

.memBox a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255,255,255,0);
            text-decoration-color: rgba(255,255,255,0);
}
.memBox a:hover {
    -webkit-text-decoration-color: rgba(255,255,255,1);
            text-decoration-color: rgba(255,255,255,1);
}
#nav_menu-2 {
    float: right;
    background: #6498cd;
    padding-left: 10px;
    font-family: 'Abel', sans-serif;
}
#menu-top-right li {
    float: left;
    margin: 0;
}
#menu-top-right li {
    list-style: none;
}
#text-7, #nav_menu-2 {
    display: inline-block;
}
#menu-top-right li a {
    color: #fff;
    text-transform: lowercase;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255,255,255,0);
            text-decoration-color: rgba(255,255,255,0);
    line-height: 40px;
    font-size: .9em;
    padding: 0 15px 0 0;
}
#menu-top-right li a:hover {
    -webkit-text-decoration-color: rgba(255,255,255,1);
            text-decoration-color: rgba(255,255,255,1);
}
/***************/
/* Menu Styles */
/***************/
#menu-primary .fontawesome-text {
    display: none;
}
#menu-primary li a {
    font-family: 'Abel', sans-serif;
    text-transform: lowercase;
}
.genesis-nav-menu > .menu-item-has-children > a:after {
    content: "\f140";
    font: normal 16px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
}
.sub-menu > .menu-item-has-children > a:after {
    content: "\f139";
    font: normal 16px/1 'dashicons';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    padding-left: 3px;
    vertical-align: top;
}
#menu-primary li a {
    color: #161441;
}
#menu-primary li a:hover, #menu-primary li a:active {
    color: #6498cd;
}

@media only screen and (max-width: 959px) {
    #menu-primary {
        background: #fff;
        width: 100%;
        border-bottom: 3px solid #161441;
    }
}
/*********************/
/* Homepage Template */
/*********************/

.post-13 > .entry-header > h1.entry-title {
    display: none;
}

.homeHero {
    margin: -60px auto 70px;
    width: 100%;
    max-width: 1500px;
}

.homeHero img {
    width: 100%;
    height: auto;
}

.content {
    text-align: center;
}

.hpPostCont, .hpPostCont h2, .hpPostCont p {
    text-align: center;
}
.hpLocContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-between;
    width: 95%;
    max-width: 1050px;
    margin: 0 auto 40px;
}
.hpPostCont {
    flex: 1 1 30%;
    max-width: 50%;
    min-width: 275px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}
.hpPostCont h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.hpPostCont p {
    margin-bottom: 15px;
}
#street-view, .hpLocImg {
    width: 100%;
    height: 300px;
}
.hpLocImg {
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .hpLocContainer {
        display: block;
    }
    .hpPostCont {
        width: 90%;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}
/**********************/
/* Single Location */
/**********************/

.single-location > .content-sidebar-wrap > .homeHero {
    margin: 0 auto 70px;
    width: 100%;
    max-width: 1500px;
}

.single-location > .content-sidebar-wrap > .homeHero img {
    width: 100%;
    height: auto;
}

/*****************/
/* Footer Styles */
/*****************/
.site-footer {
    background: #009edd;
}
.site-footer p {
    color: #fff;
}
.site-footer a {
    color: #fff !important;
}
.site-footer a:hover {
    color: #ade2f7 !important;
}

.footer-top {
    text-align: center;
    padding: 50px 0 30px;
    border-top: 1px solid #f0f9fc;
}
.widget-title {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ade2f7;
}