/*HEADER*/
img.logo__image{
    width:364px !important;
    height:140px !important;
}
.fullscreenbackground_home__container--inner.fullscreenbackground__container--inner {
    background: linear-gradient(to right, #1b2a2f 0%, #1b2a2fa6 10%, #1b2a2fa6 90%, #1b2a2f 100%);
}

.wrap__fullscreenbackground:after {
    background: #0006;
}
.wrap__articles ul li {
    color: #fff;
}
/* .wrap__container {
    background: #1B2A2F;
}
.wrap__footer {
    background: #1B2A2F;
}
.wrap__section {
    background: #1B2A2F;
} */
.location:before {
    content: "\f095";
    background: -webkit-gradient(linear, left top, left bottom, from(#cbaa44), to(#cbaa44));
    -webkit-background-clip: text;
    color: #cbaa44;
}

.wrap__home .wrap__section {
    background: unset;
}

.wrap__section {
    background: #3f3f3f;
}
.wrap__home .wrap__section--inner,
.wrap__fullwidth .wrap__section,
.wrap__contact .wrap__section,
.wrap__blof .wrap__section,
.wrap__articles .wrap__section{
    background: #3f3f3f;
}

.wrap__featuredblocks {
    border-top: unset;
    background: unset; 
}

.featuredblock__item .featuredblock__icon .icon {
    background: unset;
}

.wrap__container {
    background: #3f3f3f;
}

h1, h2, p{
    color: #fff;
}

.component__title-caption-wrap .hours__title {
    text-align: center;
}

p.hours__name {
    display: none;
}

.hours__wrapper {
    background: unset;
}

.hours__list {
    box-shadow: unset;
}

.hours__list .day__name {
    border-right: unset;
    color: #fff;
}

.wrap__home .wrap__staff {
    background-image: unset;
    background: #3f3f3f;
}

.wrap__footer {
    background: #3f3f3f;
}

.wrap__form {
    width: 100%;
    background: unset;
}

.wrap__form:before, .wrap__form:after {
    display: none;
}

.wrap__form--inner:after {
    height: 4px;
    background: #8d9597;
}

form textarea, 
form input[type="color"], 
form input[type="date"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="email"], 
form input[type="month"], 
form input[type="number"], 
form input[type="password"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="text"], 
form input[type="time"], 
form input[type="url"], 
form input[type="week"], 
form input:not([type]), 
form textarea, form select {
    background-color: #fff;
}

.wrap__form {
    box-shadow: unset;
    border-top: unset;
    padding-bottom: 0px;
}

.page__title {
    color: #fff; 
}

.wrap__fullwidth .wrap__form {
    background: #ffffff1a;
    border-top: 4px solid #8d9597 !important;
}
/*CONTENT*/
a[href^="tel"],
a[href^="fax"] {
  cursor: pointer;
  pointer-events: unset;
}
.editable__container ul li{
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
    color:#fff !important;
}
/*OFFICE*/
img.staff{
    width: 300px;
    height: 280px;
    margin: 10px;
    float:left;
}
table#tab td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}
table#tab {
    color: #fff !important;
    border-collapse: collapse;
    margin: 5px 0 15px;
    table-layout: fixed;
    width: auto;
    margin: 10px 0px;
}


/*SERVICES*/
.soc img {
    margin: 0px;
}
img.rev {
    width: 255px;
    float: right;
}
img.right{
    float:right;
    clear:right;
    margin:10px;
}
img.left{
    float:left;
    clear:left;
    margin:10px;
}
table#tab1 td {
    padding: 10px 5px;
    text-align: left;
    border: 0px;
}
img.cent{
    display:block;
    margin:10px auto;
}

/*Custom CSS*/
.float-right {
    float: right;
    clear: right;
}

.float-left {
    float: left;
    clear: left;
}

.imgfloat_right {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.imgfloat_left {
    float: left;
    clear: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img_center {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.officeHours {
    width: 50%;
}

.officeHours tr td {
    border: none;
}

.service-list {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.image-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.clear {
    clear: both;
}

.border {
    border: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
    .officeHours {
        width: 100%;
    }
    
    .imgfloat_right {
        float: unset;
        clear: unset;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .imgfloat_left {
        float: unset;
        clear: unset;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .res_imgcenter {
        display: block;
        margin: auto;
    }
    
    .office-info .wrap__container {
        background: #1d2c31;
    }
    
    .office-info {
        background: unset;
    }
}

@media screen and (max-width: 768px) {
img.logo__image {
    max-width: 100%;
}
img.rev {
    width: 255px;
    float: none;
    display: block;
    margin: 10px auto;
}
.soc p {
    text-align: center;
}
/*OFFICE*/
img.staff{
    margin: 10px auto;
    float:none;
    display:block;
}
/*SERVICES*/
img.right{
    clear:none;
    margin: 10px auto;
    float:none;
    display:block;
}
img.left{
    clear:none;
    margin: 10px auto;
    float:none;
    display:block;
}

}

@media screen and (max-width: 425px) {
    .service-list {
        flex-direction: column;
    }
    
    a.location-link {
        position: relative;
        top: unset;
    }
}