/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";

:root {
	--defaultMainColor: #883000 !important;
}

.nav-bar{
  background: #883000;
  border-top: 4px solid #c0c0c0;
  
}

nav {
    float: none;
}

@media only screen and (min-width: 991px) {
    header .menu {
        float: none;
    }
}
.header {
    background: #ebebeb;
}
header.shrink {
    margin-top: -2rem;
    background: #ebebeb;
}
.header .logo {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.header .social {
  display: inline-block;
  font-size: 1.5rem;
  float: right;
  padding-bottom: 1rem;
}
.header .social .fa-stack {
    height: 2rem;
    width: 2rem;
}
.header .social .fa-stack:not(:last-of-type){
    margin-right: 1rem;
}

.header .social .fa-stack-1x,
.header .social .fa-stack-2x {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header .social .fa-stack-1x {
    color: #fff;
    font-size: .5em;
}
.header .social .fa-stack-2x {
  color: #c0c0c0;
  font-size: 1.2em;
}
.header .social a:hover .fa-stack-1x {
    color: #fff;
}
.header .social a:hover .fa-stack-2x {
  color: #883000;
}
.header.shrink .social {
    display: none;
}

.hollow-hero-02 {
    position: relative;
    display: block;
    font-family: 'Lato';
    font-size: 2rem;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.hollow-hero-02.slick-initialized {
    opacity: 1;
}
.hollow-hero-02 .slick-slide {
    position: relative;
    height: auto;
    overflow: hidden;
}
.hollow-hero-02 .slick-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.3);
}
.hollow-hero-02 img {
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hollow-hero-02 .caption-wrap {
    background: none;
    position: relative;
    z-index: 100;
    text-align: center;
    margin: 9rem 0;
}
.hollow-hero-02 .caption {
    font-family: 'Lato';
    font-size: 2rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 100;
    max-width: 36rem;
}
.hollow-hero-02 .caption ul {
    color: #fff;
    display: block;
    font-size: .5em;
}
.hollow-hero-02 .caption ul li {
    color: #fff;
    display: inline-block;
    padding: 0 .3em;
}
.hollow-hero-02 .caption ul li:hover {
    color: #ffba00;
    cursor: pointer;
}
.hollow-hero-02 .caption h3 {
    font-size: .7em;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: .5rem;
}
.hollow-hero-02 .caption h1 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}
.hollow-hero-02 .caption a {
    font-size: .6em;
    font-weight: 300;
    color: #FFF;
    background: #c0c0c0;
    padding: .5em .7em;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-hero-02 .caption a:hover {
    background: transparent;
}
@media (min-width: 768px) and (max-width: 991px) {
    .hollow-hero-02 .caption h1 {
        font-size: .7em;
    }
}
@media only screen and (max-width: 991px) {
    .hollow-hero-02 .caption-wrap {
        margin: 7rem 0;
    }
    .hollow-hero-02 .caption-wrap h3 {
        font-size: .5em;
    }
    .hollow-hero-02 .caption {
        max-width: 20rem;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-hero-02 .caption {
        text-align: center;
    }
    .hollow-hero-02 .caption h1 {
        font-size: 1em;
        margin: 1em 0;
    }
    .hollow-hero-02 .caption a {
      font-size: .6em;
    }
}

.hollow-service-boxes-03 {
    display: block;
    position: relative;
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #ebebeb;
}
.hollow-service-boxes-03 .service-box-wrap {
    margin-bottom: 1px;
}
.hollow-service-box-03 {    
    display: block;
}
.hollow-service-box-03 a {
    overflow: hidden;
    display: block;
    position: relative;
}
.hollow-service-box-03 .hoverbar {
    background: #c0c0c0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-service-box-03:hover .hoverbar {
    background: #883000;
    cursor: pointer;
    margin-bottom: 1em;
}
.hollow-service-box-03 .hoverbar h3 {
    font-size: .8em;
    line-height: 1.2;
    font-weight: 300;
    color: #883000;
    padding: .4rem 1rem;
}
.hollow-service-box-03:hover .hoverbar h3 {
    font-size: .8em;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    padding: .4rem 1rem;
}
.hollow-service-box-03 img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .hollow-service-boxes-03 {
        padding-bottom: 0;
    }
    .hollow-service-box-03 {
        margin-bottom: 1em;
    }   
}

.hollow-content-02 {
    font-family: 'Lato';
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
}
.hollow-content-02 .text-wrap {
    text-align: left;
    font-size: 2rem;
}
.hollow-content-02 h1 {
    color: #883000;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    text-align: left;
    margin-bottom: 1.5rem;
}
.hollow-content-02 p:first-of-type {
    margin-top: -.5rem;
}
.hollow-content-02 p {
    font-size: .6em;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.hollow-content-02 a {
    font-size: .6em;
    color: #883000;
    padding: .6em 1.2em;
    font-weight: 300;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
    background: transparent;
    color: #c0c0c0;
}
.hollow-content-02 .img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 16rem;
    overflow: hidden;
}
.hollow-content-02 .img-wrap img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: initial;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
    .hollow-content-02 .content-wrap {
        border: none;
        padding: 0 .6em;
    }
    .hollow-content-02 .text-wrap {
        margin-bottom: 1em;
    }
    .hollow-content-02 .img-wrap {
        width: 100%;
}
    .hollow-content-02 .img-wrap img {
        width: 100%;
    }
}

.hollow-content-06 {
    display: block;
    position: relative;
    background: url(img/content-07-bg.jpg) center center no-repeat;
    background-size: cover;
    font-family: 'Lato';
    font-size: 2rem;
    padding: 2rem 0;
}
.hollow-content-06 .top-row {
    margin-bottom: 2rem;
}
.hollow-content-06 .text-wrap {
    text-align: center;
    padding-left: 1em;
    position: relative;
}
.hollow-content-06 h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1em;
    color: #883000;
}
.hollow-content-06 p {
    font-size: .6em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 1.5em;
    color: #000;
}
.hollow-content-06 a {
    display: inline-block;
    border: 1px solid #c0c0c0;
    background: #c0c0c0;
    padding: .8em 1.2em;
    font-size: .6em;
    font-weight: 300;
    color: #883000;
    line-height: 1.2em;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-content-06 a > i {
    padding: 0 .5em;
    -webkit-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
}
.hollow-content-06 a:hover {
    background: transparent;
    border: 1px solid #883000;
    color: #883000;
}
.hollow-content-06 a:hover i {
    padding-left: .8em;
}
.hollow-content-06 .img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    height: 8em;
    margin-bottom: 1px;
}
.hollow-content-06 .top-row img {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100%;
    z-index: 0;
}
.hollow-content-06 .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    height: auto;
    max-width: initial;
}
.hollow-content-06 .bottom-row {
    margin: 0 -30px;
}
.hollow-content-06 .box-img {
    position: relative;
}
.hollow-content-06 .box-img img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 991px) {
    .hollow-content-06 h1 {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-content-06 {
        padding-bottom: 0;
    }
    .hollow-content-06 .text-wrap {
        padding: 0 1rem;
    }
    .hollow-content-06 .bottom-row .col-xs-12:not(:last-of-type) {
        border-bottom: 2px solid #FFF;
    }
}

.blog-post-content h1 {
	color: #883000;
}
.blog-wrap .post-item-header {
    background: #883000;
}
.blog-return a.blog-return-btn {
    display: inline-block;
    background: #883000;
}
body div.container .post-item-header {
    background: #883000;
}
body div.container .post-item .post-content a {
    background: #883000;
    color: #fff;
}

.hollow-contact-07 {
    font-family: 'Lato';
    font-size: 2rem;
    position: relative;
    overflow: hidden;
}
.hollow-contact-07 .contact-background {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: initial;
    height: auto;
    min-height: 100%;
    z-index: 20;
    transform: translate(-50%, -50%);
}
.hollow-contact-07 .card {
    padding: 6rem 0 7rem 3.5rem;
    display: inline-block;
    position: relative;
    z-index: 200;
}
.hollow-contact-07 .content-wrap {
    display: block;
    position: relative;
    padding: 1.5rem;
    background: #fff;
    text-align: left;
}
.hollow-contact-07 .content-wrap h1 {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.2;
    color: #883000;
    margin-bottom: .8rem;
}
.hollow-contact-07 .content-wrap p {
    font-size: .5em;
    font-weight: 300;
    line-height: 1.2;
    color: #883000;
    margin-bottom: 1rem;
}
.hollow-contact-07 .content-wrap span {
    display: block;
    position: relative;
    font-size: .6em;
    font-weight: 300;
    margin-bottom: .8rem;
    color: #883000;
    line-height: 1.2;
}
.hollow-contact-07 .content-wrap span strong {
    font-weight: 400;
    vertical-align: top;
    width: 25%;
    position: relative;
    display: inline-block;
}
.hollow-contact-07 .content-wrap .right {
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: .5rem;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0;
    vertical-align: top;
    width: 75%;
}
.hollow-contact-07 .social {
  display: inline-block;
  font-size: 1.5rem;
}
.hollow-contact-07 .social .fa-stack {
    height: 3rem;
    width: 3rem;
}
.hollow-contact-07 .social .fa-stack-1x,
.hollow-contact-07 .social .fa-stack-2x {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hollow-contact-07 .social .fa-stack-1x {
    color: #883000;
    font-size: .7em;
}
.hollow-contact-07 .social .fa-stack-2x {
  color: #c0c0c0;
  font-size: 1.5em;
}
.hollow-contact-07 .social a:hover .fa-stack-1x {
    color: #c0c0c0;
}
.hollow-contact-07 .social a:hover .fa-stack-2x {
  color: #883000;
}
.hollow-contact-07 .crossbar {
    position: absolute;
    display: block;
    padding: 2rem 6rem;
    background: rgba(192,192,192,0.7);
    text-align: left;
    bottom: 10%;
    left: 0;
    width: 100%;
    z-index: 100;
}
.hollow-contact-07 .crossbar-content {
    display: inline-block;
    position: relative;
    text-align: center;
}
.hollow-contact-07 .crossbar-content h1 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #883000;
}
.hollow-contact-07 .crossbar-content p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.4;
    color: #883000;
}
.hollow-contact-07 .map-wrapper {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: 100%;
    z-index: 0;
}
@media (min-width: 768px) {
    .hollow-contact-07 {
        max-height: 630px;
    }
    .hollow-contact-07 .map-wrapper {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .hollow-contact-07 .crossbar-content {
        width: 40vw;
        max-width: 700px;
    }
}
@media only screen and (max-width: 1199px) {
    .hollow-contact-07 .content-wrap h1 {
        font-size: 1em;
    }
}
@media only screen and (max-width: 991px) {
    .hollow-contact-07 .card {
        padding: 5rem 0;
    }
    .hollow-contact-07 .crossbar {
        padding: 1.5rem 5rem;
    }
    .hollow-contact-07 .crossbar-content h1 {
        font-size: 1.3em;
        margin-bottom: .8rem;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-contact-07 .card {
        padding: 0;
        position: relative;
    }
    .hollow-contact-07 .contact-background {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
    .hollow-contact-07 .content-wrap {
        text-align: center;
    }
    .hollow-contact-07 .content-wrap span strong {
      width: 100%;
      margin-bottom: .5rem;
    }
    .hollow-contact-07 .content-wrap span .right {
      width: 100%;
      margin-bottom: 1rem;
      text-align: center;
    }
    .hollow-contact-07 .crossbar {
        padding: 2rem 0;
        background: #949494;
        position: relative;
        text-align: center;
    }
    .hollow-contact-07 .map-wrapper {
        position: relative;
    }
}

.hollow-contact-01 {
    font-family: 'Lato';
    font-size: 2rem;
    color: #883000;
    position: relative;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #fff;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #883000;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #883000;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #883000;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #883000;
    color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #883101;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .contact-background {
    position: relative;
    display: block;
    width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
    color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}
/* Reviews */
.hollow-contact-01 .ratings-header {
    text-align: center;
    background: #fff;
    color: #253c7b;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: 300;
}
.hollow-contact-01 .ratings-tagline {
    font-size: 0.9em;
}
.hollow-contact-01 .ratings-tagline a {
    display: inline-block;
    border-bottom: 1px solid #2ecc71;
    color: #253c7b;
}
.hollow-contact-01 .ratings {
    z-index: 100;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px -2px #000;
}
@media ( min-width: 768px ) {
    .hollow-contact-01 .ratings {
        height: 100%;
        overflow-y: auto;
        max-width: 450px;
        position: absolute;
    }
}
/* Single review*/
.hollow-contact-01 .ratings li.review {
    transition: background 0.1s;
    background: #fff;
    clear: left;
}
.hollow-contact-01 .ratings li.review > * {
    padding: 15px;
}
/* Header */
.hollow-contact-01 .review-header {
    background: #253c7b;
    color: #fff;
}
.hollow-contact-01 .review-header > * {
    display: inline-block;
    vertical-align: middle;
}
.hollow-contact-01 .review-header > *:not(:last-child) {
    margin-right: 10px;
}
.hollow-contact-01 .ratings li.review i.fa-star {
    color: #ffe000;
}
/* Profile photo */
.hollow-contact-01 .review-body a.review-profile-photo {
    display: block;
    text-align: center;
    width: 64px;
    float: left;
    margin-right: 15px;
}
.hollow-contact-01 .review-body a.review-profile-photo + * {
    overflow: hidden;
}
/* Review author */
.hollow-contact-01 .ratings .review-author {
    font-weight: 700;
    text-transform: capitalize;
}
/* Review content */
.hollow-contact-01 .review-content {
    margin-bottom: 5px;
}
/* Read more button */
.hollow-contact-01 .ratings li.review .button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 30px;
    background: #2ecc71;
    color: #fff;
    font-size: 16px;
    float: right;
}
.hollow-contact-01 .ratings li.review .button:hover {
    background: #1bab58;
}

/*============================ */
/* Popup 07
============================== */
.hollow-popup-07 .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  display: none;
}
.hollow-popup-07 .overlay {
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hollow-popup-07 .popup-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  height: max-content;
  max-width: 90vw;
  max-height: 74vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 2px 10px -3px #000;
  border-radius: 6px;
}
.hollow-popup-07 .popup-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  display: flex;
  z-index: 999;
  color: rgba(0,0,0,.7);
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-popup-07 .popup-wrap .close-btn:hover {
  color: rgba(0,0,0,.5);
}
.hollow-popup-07 .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  /* height: 100%; */
  padding: 2rem 2rem 1rem;
}
.hollow-popup-07 .title-wrap {
  width: 60%;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 1rem;
}
.hollow-popup-07 .text-wrap {
  width: 100%;
}
.hollow-popup-07 h2 {
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--defaultMainDark);
}
.hollow-popup-07 h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainColor);
}
.hollow-popup-07 p {
  font-size: 1.1rem;
}
.hollow-popup-07 p a {
  font-weight: 400;
  color: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-popup-07 p a:hover {
  color: var(--defaultMainDark);
}
.hollow-popup-07 .btn-wrap a {
  display: inline-block;
  background: var(--defaultMainColor);
  color: #fff;
  font-weight: 400;
  padding: 0.6rem 1rem;
  transition: all .3s ease;
}
.hollow-popup-07 .btn-wrap a:hover {
  background: var(--defaultMainDark);
}
.hollow-popup-07 .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.hollow-popup-07 .list-wrap ul {
  width: 48%;
}
.hollow-popup-07 .list-wrap ul li {
  list-style: disc;
  margin-left: 2rem;
}
.hollow-popup-07 .form-wrap {
  position: relative;
  /* padding: 1rem; */
  /* border: 1px solid #ccc; */
  /* background: var(--defaultMainColor); */
}
.hollow-popup-07 .form-wrap .your-name,
.hollow-popup-07 .form-wrap [data-name="your-name"] {
  width: 50%;
  float: left;
  padding-right: 1rem;
}
.hollow-popup-07 .form-wrap .your-email,
.hollow-popup-07 .form-wrap [data-name="your-email"] {
  width: 50%;
  float: left;
}
/* Temporary fix for WPCF7 v5.9 bug - incorrectly invalidates Select Field */
.hollow-popup-07 .form-wrap [data-name="pref-time"] .wpcf7-not-valid-tip {
  /* display: none; */
}
.hollow-popup-07 .form-wrap [data-name="pref-time"] .wpcf7-not-valid {
  /* border: 1px solid #ccc !important; */
}
/* End temp fix */
.hollow-popup-07 .form-wrap input,
.hollow-popup-07 .form-wrap select,
.hollow-popup-07 .form-wrap textarea {
  font-family: var(--mainFont);
  margin-bottom: 1rem;
}
.hollow-popup-07 .form-wrap label {
  padding: 0;
  font-size: .9rem;
  display: inline-block;
  width: 100%;
}
.hollow-popup-07 .form-wrap textarea {
  height: 7rem;
}
.hollow-popup-07 .form-wrap .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-popup-07 .form-wrap input[type="submit"] {
  background: var(--defaultMainColor);
  border: none;
  width: 48%;
  justify-content: center;
  margin: 0;
  font-size: 1.1rem;
  transition: all .3s ease;
}
.hollow-popup-07 .form-wrap input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
.hollow-popup-07 .form-wrap .next-btn,
.hollow-popup-07 .form-wrap .back-btn,
.hollow-popup-07 .form-wrap input[type="submit"] {
  padding: 0.8rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: var(--defaultMainColor);
  font-size: 1.1rem;
  color: #fff;
  transition: all .3s ease;
}
.hollow-popup-07 .form-wrap .next-btn {
  margin-bottom: 1rem;
}
.hollow-popup-07 .form-wrap .back-btn,
.hollow-popup-07 .form-wrap input[type="submit"] {
  width: 48%;
}
.hollow-popup-07 .form-wrap .next-btn:hover,
.hollow-popup-07 .form-wrap .back-btn:hover {
  background: var(--defaultMainDark);
  color: #fff;
}
.hollow-popup-07 .form-wrap div.wpcf7-response-wrap {
  cursor: pointer;
  background: rgba(0,0,0,.25);
  transition: all .3s ease;
}
.hollow-popup-07 .form-wrap div.wpcf7-response-output {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
.hollow-popup-07 .form-wrap div.wpcf7-response-wrap .button {
  display: none;
}
.hollow-popup-07 .form-wrap .page-one {
  display: block;
}
.hollow-popup-07 .form-wrap .page-two {
  display: none;
}
.hollow-popup-07 .form-wrap .time-buttons {
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: .5rem;
  margin-bottom: 1rem;
}
.hollow-popup-07 .form-wrap .time-buttons .time-btn {
  padding: .5rem 1rem;
  display: inline-block;
  border: 1px solid #ccc;
  margin: .5rem;
  width: calc(100% / 5 - 1rem);
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-popup-07 .form-wrap .time-buttons .time-btn:hover {
  background: var(--defaultMainAccent);
  color: #fff;
}
.hollow-popup-07 .form-wrap .time-buttons .time-btn.active {
  background: var(--defaultMainDark);
  color: #fff;
}
.hollow-popup-07 .form-wrap .time-buttons .time-btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background: #DDD;
  color: #999;
}
.hollow-popup-07 ::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 0 6px 6px 0;
}
.hollow-popup-07 ::-webkit-scrollbar {
  width: 12px;
}
.hollow-popup-07 ::-webkit-scrollbar-thumb {
  border-radius: 0 5px 5px 0;
  background-color: #bbb;
}
.hollow-popup-07 ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
.hollow-popup-07 .wpcf7-sent-popup {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: var(--defaultMainDark);
  z-index: 9999;
}
.hollow-popup-07 .wpcf7-sent-popup span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hollow-popup-07 .img-wrap {
    width: 100%;
  }
  .hollow-popup-07 .title-wrap {
    padding: 1rem;
    width: 100%;
  }
  .hollow-popup-07 .list-wrap ul {
    width: 100%;
  }
  .hollow-popup-07 .list-wrap ul li {
    font-size: 1.3rem;
  }
  .hollow-popup-07 .form-wrap input,
  .hollow-popup-07 .form-wrap select,
  .hollow-popup-07 .form-wrap textarea {
    font-size: 1.3rem;
  }
  .hollow-popup-07 .form-wrap .your-name,
  .hollow-popup-07 .form-wrap .your-email {
    width: 100%;
    padding-right: 0;
  }
  .hollow-popup-07 .form-wrap .time-buttons {
    height: 15rem;
    overflow-y: auto;
    border-radius: 0 6px 6px 0;
  }
  .hollow-popup-07 .form-wrap .time-buttons .time-btn {
    width: calc(100% / 3 - 1rem);
    padding: .5rem;
  }
  .hollow-popup-07 .popup-wrap .close-btn {
    font-size: 1.5rem;
    top: .25rem;
    right: .25rem;
  }
}


/*============================ */
/* Corner Item 08
============================== */
.hollow-corner-item-08 {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999999;
}
.pushNavBody.pushNavBodyNavOpen .hollow-corner-item-08 {
  display: none!important;
}
.hollow-corner-item-08[data-active="false"] {
  display: none!important;
}
.hollow-corner-item-08[data-alignment="left"] {
  left: 1rem;
  right: unset;
  align-items: flex-start;
}
.hollow-corner-item-08 .side-item {
  position: fixed;
  left: 0;
  bottom: 45%;
  opacity: 0;
  animation: 1s popup08slideout 3s forwards;
}
.hollow-corner-item-08 .side-item {
  display: none;
}
@keyframes popup08slideout {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.hollow-corner-item-08 .side-item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
  border: 1px solid #000;
  padding: 1.5rem 1rem .6rem 1rem;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateY(-80%);
  width: max-content;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap span {
  color: #000;
  line-height: 1.5;
  padding: 0 0 0 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap i {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap:hover i,
.hollow-corner-item-08 .side-item-wrap:hover span {
  color: #fff;
}
.hollow-corner-item-08 .side-item-wrap:hover {
  background: var(--e-a-bg-invert);
}
.hollow-corner-item-08.active .side-item-wrap i:before {
  content: "\f00d";
}
.hollow-corner-item-08 .corner-item-wrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 2rem;
  background:#883000;
  padding: 0.5rem 0.9rem;
  z-index: 100;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap span {
  color: #fff;
  line-height: 1.2;
  padding: 0 0 0 .5rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.hollow-corner-item-08 .corner-item-wrap i {
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap:hover {
  background: var(--e-a-bg-invert);
}
.hollow-corner-item-08.active .icon-wrap i:before {
  content: "\f00d";
}
.hollow-corner-item-08 .message-bubble {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem;
  background: #fff;
  border-radius: 0.7rem;
  filter: drop-shadow(1px 7px 40px rgba(0,0,0,.3));
  margin-bottom: 0.5rem;
  width: 16rem;
  max-height: 7rem;
  transition: all .3s ease;
}
.hollow-corner-item-08.active .message-bubble .close-bubble {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-bubble {
  position: absolute;
  left: -1.85rem;
  top: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.hollow-corner-item-08 .message-bubble .close-bubble i {
  font-size: 1rem;
  color: #000;
  /* border: 2px solid rgba(0,0,0,.15); */
  border-radius: 50%;
  opacity: .7;
  background: #d5d5d5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.hollow-corner-item-08 .message-bubble .close-bubble i:hover {
  background: #fff;
  opacity: 1;
}
.hollow-corner-item-08[data-show-bubble="false"] .message-bubble {
  display: none!important;
}
.hollow-corner-item-08.active[data-show-bubble="false"] .message-bubble {
  display: flex!important;
}
.hollow-corner-item-08.active .message-bubble {
  width: 23rem;
  padding: 0;
  max-height: 40rem;
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important;
  z-index: 99999;
}
.hollow-corner-item-08 .heading-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.hollow-corner-item-08.active .heading-wrap {
  padding: .5rem;
  background:#883000;
  border-radius: 0.5rem .5rem 0 0;
  justify-content: space-between;
}
.hollow-corner-item-08 .message-bubble .caret {
  position: absolute;
  bottom: -0.35rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: 0;
  display: none;
}
.hollow-corner-item-08[data-alignment="left"] .message-bubble .caret {
  left: 1rem;
  right: unset;
}
.hollow-corner-item-08 .message-bubble .img-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.hollow-corner-item-08.active .message-bubble .img-wrap {
  margin-bottom: 1.25rem;
}
.hollow-corner-item-08.active .heading-wrap .img-wrap {
  display: none;
}
.hollow-corner-item-08 .message-bubble .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-corner-item-08 .message-bubble .text-wrap {
  /* padding: 0rem 0 0.5rem; */
  width: 12rem;
}
.hollow-corner-item-08.active .message-bubble .text-wrap {
  padding: .5rem;
  width: calc(100% - 3rem);
}
.hollow-corner-item-08 .message-bubble .text-wrap span {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}
.hollow-corner-item-08.active .message-bubble .text-wrap span {
  color: #fff;
}
.hollow-corner-item-08 .message-bubble .text-wrap .heading-text {
  display: none;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .heading-text {
  display: block;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .bubble-text {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-btn {
  color: #fff;
  font-size: 1.5rem;
  display: none;
}
.hollow-corner-item-08.active .message-bubble .close-btn {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  background:#883000;
}
.hollow-corner-item-08 .message-bubble .form-wrap {
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease;
  padding:0;
}
.hollow-corner-item-08.active .message-bubble .form-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  max-height: 40rem;
}
.hollow-corner-item-08 .message-bubble .left-chat {
  padding: 1rem;
  background: whitesmoke;
  width: 70%;
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 1rem;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .left-chat {
  opacity: 1;
  transition: opacity .2s ease .6s;
}
.hollow-corner-item-08 .message-bubble .left-chat span {
  /* color: #fff; */
  line-height: 1.3;
  font-size: .9rem;
  font-weight: 300;
}
.hollow-corner-item-08 .message-bubble .right-chat {
  opacity: 0;
  width: 85%;
  /* margin: 0 0 3rem auto; */
  margin: 0 0 1rem auto;
  padding: 1rem;
  /* background: var(--defaultMainAccent); */
  border-radius: 1rem 1rem 0 1rem;
  position: relative;
}
.hollow-corner-item-08 .form-wrap .wpcf7-spinner {
  right: 2rem;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}
.hollow-corner-item-08 .form-wrap .resetting .wpcf7-spinner {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap .sent .wpcf7-form-control-wrap,
.hollow-corner-item-08 .form-wrap .sent .submit-wrap {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap {
  border-radius: 1rem 1rem 0 1rem;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  position: relative;
  pointer-events: none!important;
}
.hollow-corner-item-08 .form-wrap .resetting div.wpcf7-response-wrap {
  visibility: hidden;
}
.hollow-corner-item-08 .form-wrap .invalid div.wpcf7-response-wrap {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.3;
  font-family: var(--mainFont);
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
  color: #000;
  font-size: .9rem;
  font-weight: 300;
  text-align: left;
  padding: 1rem;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button {
  border: none;
  background: rgba(0,0,0,.25);
  font-family: var(--mainFont);
  font-size: .9rem;
  border-radius: 4px;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  background: whitesmoke;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap .button {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button:hover {
  background: rgba(0,0,0,.5);
}
.hollow-corner-item-08.active .message-bubble .right-chat {
  opacity: 1;
  transition: opacity .2s ease .8s;
}
.hollow-corner-item-08 .form-wrap input,
.hollow-corner-item-08 .form-wrap select,
.hollow-corner-item-08 .form-wrap textarea {
  background: #fff;
  font-family: var(--mainFont);
  font-weight: 300;
  color: #000;
  border-radius: 10px;
  outline-color:#883000;
  border: 1px solid #CCC;
  padding: 0.7rem;
  max-width: 100%;
  font-size: 0.9rem;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap .resetting input,
.hollow-corner-item-08 .form-wrap .resetting select,
.hollow-corner-item-08 .form-wrap .resetting textarea {
  background: #ccc;
}
.hollow-corner-item-08 .form-wrap input:focus,
.hollow-corner-item-08 .form-wrap select:focus,
.hollow-corner-item-08 .form-wrap textarea:focus {
  border-color:#883000;
}
.hollow-corner-item-08 .form-wrap textarea {
  height: 4.5rem;
/* margin-bottom: 0px; */
}
.hollow-corner-item-08 .form-wrap .submit-wrap {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.hollow-corner-item-08 .form-wrap .submit-wrap i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#883000;
  color: #fff;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap .submit-wrap:hover i {
  background:#883000;
  color: #fff;
}

.hollow-corner-item-08 .form-wrap input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap input[type="submit"]:hover {
  /* background: var(--defaultMainDark); */
}
.hollow-corner-item-08 ::-webkit-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 :-ms-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 ::-ms-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 ::placeholder {
  color: #000;
}
.hollow-corner-item-08 .message-bubble .notice {
  padding: 1rem 0rem;
  text-align: center;
  font-weight: 300;
  font-size: .8rem;
  color: #222;
  line-height: 1.2;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .notice {
  opacity: 1;
  transition: all 1s ease;
}
@media only screen and (max-width: 767px){
  .hollow-corner-item-08 .side-item {
    display: none;
  }
  .hollow-corner-item-08 .message-bubble {
    width: 23rem;
    padding: 1rem;
  }
  .hollow-corner-item-08.active .message-bubble {
    width: 90vw;
  }
  .hollow-corner-item-08 .message-bubble .img-wrap {
    width: 3rem;
    height: 3rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap {
    width: 17rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap {
    width: 23.5rem;
    padding: 0.5rem 0 .5rem .5rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .message-bubble .left-chat span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap {
    padding: .8rem 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble i {
    opacity: 1;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .hollow-corner-item-08 .form-wrap input, 
  .hollow-corner-item-08 .form-wrap select, 
  .hollow-corner-item-08 .form-wrap textarea {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08.active .message-bubble .close-btn {
    font-size: 1.1rem;
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    min-height: 1.4rem;
  }
  
  /* Fullscreen setting */
  
  .hollow-corner-item-08.active[data-fullscreen="true"] {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble {
    min-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .icon-wrap {
    bottom: -4rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .form-wrap {
    max-height: unset;
    height: 90vh;
    padding: 3rem 1rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .heading-wrap {
    padding: 1.35rem 0.5rem;
    border-radius: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .close-btn {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .text-wrap .heading-text {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .left-chat {
    width: 65%;
    height: 7.5rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .right-chat {
    width: 80%;
    /* height: 75%; */
    margin-bottom: 100%;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap input,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap select,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    height: 10rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .message-bubble .left-chat span {
    font-size: 1.2rem;
  }
}


.footer-02 {
    background: #883000;
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    padding: 10px;
}
.footer-02 a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 2;
}
.footer-02 .copyright, .footer-02 .design {
    padding: 15px 0;
    font-weight: 300;
}
.footer-02 .design {
    float: right;
}
.footer-02 .design a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .footer-02 {
        text-align: center;
    }
    .footer-02 .design {
        float: none;
    }
}
/*INTERIOR*/
/*  <---HEADER STYLES --->  */
.interior-header-05 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: 'Lato';
  text-align: left;
  padding: 2rem 0;
}
.interior-header-05 h1 {
  color: #afacac;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  padding: .5rem 1rem;
  margin: 0;
  border-left: .5rem solid #883000;
}
@media only screen and (max-width: 767px) {
  .interior-header-05 h1 {
    font-size: 1.1em;
    margin-top: -1rem;
  }
}
/*  <--- /HEADER STYLES --->  */

.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
}
.interior-bar-01 .bar-header {
  display: block;
  position: relative;
  width: 100%;
  background: #296631;
  padding: .6rem 1rem;
  margin-bottom: 1rem;
}
.interior-bar-01 h2 {
  color: #FFF;
  margin: 0;
  font-weight: 300;
}
.interior-bar-01 h3 {
    color: #883000;
    font-weight: 400;
}
.interior-bar-01 p {
  color: #3e3e3e;
}
.interior-bar-01 strong {
  color: #883000;
  font-size: .8em;
  font-weight: 700;
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
    color: #883000;
    font-weight: 400;
    white-space: nowrap;
}
.interior-bar-01 .link-1:hover {
    color: #3e3e3e;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 ul li i {
  color: #883000;
}
.interior-bar-01 .ul-wrap span.bold-1 {
    font-weight: 400;
}
.interior-bar-01 .content-block-1 {
  display: block;
  position: relative;
  background: #f1f1f1;
  padding: 2rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  margin-left: .8rem;
  margin-right: .8rem;
  /*box-shadow: 0px 2px 5px #888888;*/
}
.interior-bar-01 .content-block-1 h3 {
    color: #3e3e3e;
    font-weight: 400;
}
.interior-bar-01 .content-block {
  display: block;
  position: relative;
  background: #f1f1f1;
  padding: 2rem;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
  /*box-shadow: 0px 2px 5px #888888;*/
}
.interior-bar-01 .content-block p {
    font-weight: 400;
}
.interior-bar-01 .content-block ul {
  margin-top: 1rem;
}
.interior-bar-01 .content-block ul p {
  font-weight: 300;
}
.interior-bar-01 .content-block ul li i {
  color: #883000;
}
.interior-bar-01 .content-block p:last-of-type {
  margin: 0;
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 22.5rem;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 30%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-1 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 23rem;
}
.interior-bar-01 .img-wrap-1::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-1 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 20%;
  transform: translate(-50%,-50%);
}
.interior-bar-01 .img-wrap-2 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 20.5rem;
}
.interior-bar-01 .img-wrap-2::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap-2 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-1 {
    margin-top: .5rem;
  }
  .interior-bar-01 .img-wrap-2 {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-1::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap-2::before {
    margin: 19rem 0;
  }
  .interior-bar-01 .img-wrap {
    height: 15.5rem
  }
  .interior-bar-01 .img-wrap img {
    left: 11%;
  }
  .interior-bar-01 .img-wrap-1 {
    height: 22rem;
  }
  .interior-bar-01 .img-wrap-1 img {
    left: 1%;
  }
}
@media only screen and (max-width: 767px) {
    .interior-bar-01 .img-wrap img {
        left: 35%;
  }
  .interior-bar-01 .img-wrap-1 img {
    left: 30%;
  }
}
/*SEO BANNER*/
.content.seo {
    background: #c0c0c0;
}
.content.seo p a:hover {
    color: #883000;
}
.post-content span.date-wrap { display:none; }

.review-wall {
	padding: 0 22rem 0 22rem;
}

@media only screen and (max-width: 991px) {
  .review-wall {
	padding: 0 1rem 0 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-wall {
	padding: 0 1rem 0 1rem;
  }
}

.review-grid h1 {
    color: #883000;
    font-weight: 400;
    margin: 1.5rem 0 0 0;
    line-height: 1;
    text-align: center;
    margin-bottom: 1;
}
@media only screen and (min-width: 768px){
  .hollow-corner-item-08 {
    display:none !important;
  }
}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  background:#fff;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  background:#F6F6F6;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  padding: 10px 0px 10px 15px;
  border-radius:10px;
  border-color: #DCDCDC;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background:var(--defaultMainAccent);
  border-radius:35px;
  text-transform:uppercase;
  border:none;
  font-weight:500;
}
@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}