/*
  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";

/*============================ */
/* VARIABLES
============================== */

:root {
  /* Color Variables: */
  --gold: #CF7C37;
  --goldDark: #d37b39;
  --brown: #DCA30F;
/*   --red: #A6431F; */
  
  --yellow: #ffff00;
  --red: #ff0000;
  --orange: #ff4000;
  --orangeDark: #db3807;

  /* Font Variables */
  --headingFont: 'Oswald', sans-serif;
  --mainFont: 'Roboto', sans-serif;
  --accentFont: 'Playfair Display', cursive;
}

html {
  font-family: var(--mainFont);
}
body {
  background-color: cornsilk;
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
.accentFont {
  font-family: var(--accentFont);
}
/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  /* background: var(--gold); */
  background: var(--orange);
  color: #f6f6f6;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-09 .logo img {
  max-width: 100%;
  transition: all .32s ease;
}
.hollow-header-09.sticky .logo img {
  display: none;
}
.hollow-header-09 .va-middle {
  float: left;
}
.hollow-header-09 .phone-wrap,
.hollow-header-09 .email-wrap {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.hollow-header-09 .phone-wrap a,
.hollow-header-09 .email-wrap a {
  color: #fff;
  /* color: var(--red); */
  font-size: 1.1rem;
  font-weight: 400;
  margin: .4rem 0;
  display: inline-block;
  font-family: var(--headingFont);
  transition: all 0.2s ease;
}
.hollow-header-09 .phone-wrap i,
.hollow-header-09 .email-wrap i {
  padding-right: 0.35rem;
}
.hollow-header-09 .phone-wrap a:hover,
.hollow-header-09 .email-wrap a:hover {
  color: var(--yellow);
}
.hollow-header-09 .social {
  display: inline-block;
}
.hollow-header-09 .social a {
  color: #fff;
  /* color: var(--red); */
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
  transition: all 0.2s ease;
}
.hollow-header-09 .social a:hover {
  color: var(--yellow);
}
.hollow-header-09 .logo img {
  padding: 2rem 0;
}
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  /* background: var(--brown); */
  background: var(--red);
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-09 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
  /* color: #fff; */
  color: var(--yellow);
}
.hollow-header-09 .mobile-toolbar nav a.mobile-icon {
  font-size: 26px;
}
.hollow-header-09.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-09 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-09 nav {
  float: right;
  display: inline-block;
  background: none;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-09 nav a {
  padding: 0.3rem 0.5rem;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-family: var(--headingFont);
  font-weight: 400;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all .2s ease;
}
/*.hollow-header-09 nav a:focus {
  color: #fff;
}*/
.hollow-header-09 nav a i {
  padding-right: .4rem;
}
.hollow-header-09 nav .menu-item {
  margin-bottom: 0;
}
/* NAV LEVEL ONE */
.hollow-header-09 .menu-item.open>a, 
.hollow-header-09 .menu-item:hover>a, 
.hollow-header-09 .menu-item.active a, 
.hollow-header-09 .menu-item.active:hover>a {
  /* background: var(--brown); */
  /* color: #fff; */
  background: #fff;
  color: var(--orange);
}
/* NAV LEVEL TWO */
.hollow-header-09 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 14rem;
  display: none;
}
.hollow-header-09 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-09 nav .dropdown-menu a {
  background: var(--gold);
  color: #fff;
}
.hollow-header-09 .dropdown-menu>li:hover>a,
.hollow-header-09 .dropdown-menu>li.active>a,
.hollow-header-09 .dropdown-menu>.active>a:hover,
.hollow-header-09 .dropdown-menu>.active>a:focus {
  background: var(--goldDark);
  color: #fff;
  border-color: transparent;
}
.hollow-header-09 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-09 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-09 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.hollow-header-09 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-09 .hamburger:before,
.hollow-header-09 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  /*transition-property: transform, top;
  transition-duration: .2s;
  transition-timing-function: ease;*/
  transition: all .2s ease;
  transform: translateZ(0);
}
.hollow-header-09 .hamburger:after {
  top: 60%;
}
header.hollow-header-09.header-menu-open #mobile,
header.hollow-header-09.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before,
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before {
  transform: rotate(45deg);
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  transform: rotate(-45deg);
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-09 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hollow-header-09 .mobile-toolbar a {
  color: #fff;
  padding: .5rem .6rem;
}
.hollow-header-09 .mobile-toolbar a:hover,
.hollow-header-09 .mobile-toolbar a:focus {
  color: #f6f6f6;
}
.hollow-header-09 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-09 .mobile-toolbar {
    display: none;
  }
  .hollow-header-09 .menu {
    float: right;
  }
  .hollow-header-09 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-09 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: max-content;
  }
  .hollow-header-09 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-09 .mobile-toolbar, .hollow-header-09 nav #mobile {
    display: none;
  } 
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-09 > .container,
  .hollow-header-09 .meta-wrap-outer > .container {
    width: 100%;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-09 {
    background: var(--gold);
  }
  .hollow-header-09 .logo {
    text-align: center;
  }
  .hollow-header-09 .logo img {
    margin: 55px auto 10px;
    box-shadow: none;
    max-width: 60%;
  }
  body:not(.home) .hollow-header-09 .logo {
    display: none;
  }
  header.hollow-header-09.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-09 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: var(--goldDark);
  }
  .hollow-header-09 nav a {
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 0.6rem;
  }
  .hollow-header-09 .menu-item.open>a, 
  .hollow-header-09 .menu-item:hover>a, 
  .hollow-header-09 .menu-item.active a, 
  .hollow-header-09 .menu-item.active:hover>a {
    color: #fff;
    background: var(--goldDark);
  }
  .hollow-header-09 .dropdown-menu>li:hover>a, 
  .hollow-header-09 .dropdown-menu>li.active>a, 
  .hollow-header-09 .dropdown-menu>.active>a:hover, 
  .hollow-header-09 .dropdown-menu>.active>a:focus {
    color: #fff;
    background: var(--goldDark);
  }
  .hollow-header-09 .hamburger::before,
  .hollow-header-09 .hamburger::after {
    background: var(--goldDark);
  }
  .hollow-header-09 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--gold);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-09 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-09 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-09 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-09 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-09 .mobile-toolbar a {
    font-size: 26px;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-09 nav a {
    font-size: 1.75rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .hollow-header-09 .logo img {
    max-width: 90%;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-09 nav a {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}
/*END HEADER*/


/*HOMEPAGE COMPONENTS*/

/*============================ */
/* Hero 02
============================== */
.hollow-hero-02 {
  position: relative;
  overflow: hidden;
  padding: 23rem 0 4rem;
  background: #6f6f6f;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-hero-02 .flex-container {
  justify-content: center;
}

/*Cap Slider*/
.hollow-hero-02 .cap-slider {
  width: 70%;
  visibility: hidden;
  position: relative;
  z-index: 10;
}
.hollow-hero-02 .cap-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-02 .cap-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-hero-02 .caption {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.hollow-hero-02 h1 {
  font-weight: 300;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0;
  text-shadow: 0px 0px 8px #2d2d2f;
}
.hollow-hero-02 .caption.animating h1 {
  animation: heroTextIn .5s linear forwards;
}
.hollow-hero-02 h3 {
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
}
.hollow-hero-02 .caption.animating h3 {
  animation: heroTextIn .5s .1s linear forwards;
  
}
.hollow-hero-02 p {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 0;
}
.hollow-hero-02 .caption.animating p {
  animation: heroTextIn .5s .2s linear forwards;
  }
.hollow-hero-02 a {
  display: inline-flex;
  padding: .5rem 1rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  transition: .3s ease;
  opacity: 0;
  text-shadow: 0px 0px 8px #2d2d2f;
}
.hollow-hero-02 .caption.animating a {
  animation: heroTextIn .5s .3s linear forwards;
  }
.hollow-hero-02 a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/*Img Slider*/
.hollow-hero-02 .img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
.hollow-hero-02 .img-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.hollow-hero-02 .img-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-02 .img-slider .slick-list,
.hollow-hero-02 .img-slider .slick-track {
  height: 100%;
}
.hollow-hero-02 .img-slider img {
  width: 100%;
  display: flex;
  min-height: 100%;
  object-fit: cover;
  opacity: 1;
  position: relative;
}
.hollow-hero-02 .img-slider img.animating {
  /*animation: heroPan 10s linear forwards;*/
}
.hollow-hero-02 .img-slider .slick-dots {
  bottom: 1.5rem;
  z-index: 10;
}
.hollow-hero-02 .img-slider .slick-dots li {
  display: inline-block!important;
}
.hollow-hero-02 .img-slider .slick-dots li button:before {
  color: #fff;
  width: 25px;
  height: 25px;
}
.hollow-hero-02 .img-slider .slick-dots li.slick-active button:before {
  border-top: 2px solid #fff;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .hollow-hero-02 {
     padding: 12rem 0 2rem; 
  }
  .hollow-hero-02 h1 {
    font-size: 2rem;
  }
  .hollow-hero-02 .cap-slider {
    width: 100%;
  }
}

@keyframes heroPan {
  0% {
    transform: scale(1);
  }
  99% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes heroTextIn {
  from {
    transform: translateY(100%);
    opacity: 0
  }
  to {
    transform: translateY(0);
    opacity: 1
  }
}

/*============================ */
/* Content 08
============================== */
.hollow-content-08 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 3rem;
  background: var(--orange);
}
.hollow-content-08 .flex-container {
  padding: 0 4rem;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.hollow-content-08 .title-wrap {
  width: 45rem;
  max-width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}
.hollow-content-08 .title-wrap h2 {
  /* color: var(--gold); */
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 3rem;
}
.hollow-content-08 .title-wrap img {
  max-width: 100%;
  margin: 0 auto 1rem;
}
.hollow-content-08 .title-wrap hr {
  width: 10%;
  margin: 1rem auto;
  border: 1.5px solid var(--gold);
}
.hollow-content-08 .title-wrap p {
  color: var(--goldDark);
  font-weight: 700;
}
.hollow-content-08 .text-wrap {
  width: 40rem;
  margin: 0 auto 1rem;
  max-width: 100%;
}
.hollow-content-08 .text-wrap h3 {
  font-weight: 300;
  color: var(--brown);
  line-height: 1.4;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.hollow-content-08 .text-wrap p {
  /* color: dimgrey; */
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.6;
}
.hollow-content-08 .text-wrap strong {
  color: var(--brown);
}
.hollow-content-08 .text-wrap span.sublet {
  font-size: 1.3rem;
  font-weight: 600;
  /* color: var(--brown); */
  color: var(--yellow);
}
.hollow-content-08 .button-wrap {
  margin-top: 2rem;
  text-align: center;
}
.hollow-content-08 .button-wrap a {
  color: var(--goldDark);
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  transition: all .3s ease;
}
.hollow-content-08 .button-wrap a i {
  margin-left: .5rem;
  transition: all .3s ease;
}
.hollow-content-08 .button-wrap a:hover i {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  /*.hollow-content-08 {
    background-attachment: unset;
  }*/
  .hollow-content-08 h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-08 {
    padding: 2rem 0 0;
  }
  .hollow-content-08 .flex-container {
    padding: 0 1rem;
  }
  .hollow-content-08 .title-wrap,
  .hollow-content-08 .text-wrap {
    width: 100%;
  }
  .hollow-content-08 .text-wrap h3,
  .hollow-content-08 .text-wrap p {
    margin-bottom: 1rem;
  }
  .hollow-content-08 .title-wrap img {
    margin-bottom: 0rem;
  }
}

.hollow-book {
  padding: 4rem 0;
  /* background: whitesmoke; */
  /* background: #fff; */
}
.hollow-book .box {
  background: var(--red);
  border-radius: 10px;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-book .box .img-wrap {
  width: 38%;
}
.hollow-book .box .img-wrap img {
  width: 100%;
}
.hollow-book .box .content {
  width: 58%;
}
.hollow-book .box .content h3 {
  /* color: #fff; */
  color: var(--yellow);
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hollow-book .box .content p {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.hollow-book .box .content .btn-wrap a {
  background: var(--yellow);
  color: var(--orange);
  text-transform: uppercase;
  padding: .5rem 1rem;
  border: 1px solid var(--yellow);
  font-size: .9rem;
  transition: all .3s ease;
}
.hollow-book .box .content .btn-wrap a:hover {
  background: #fff;
  color: var(--orange);
  border-color: #fff;
}
@media only screen and (min-width: 992px) {
  .hollow-book {
    padding: 4rem 0 0;
  }
  .hollow-book .box {
    margin-bottom: -7rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-book .box {
    flex-direction: column;
  }
  .hollow-book .box .img-wrap {
    display: none;
  }
  .hollow-book .box .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-book {
    padding: 2rem 0;
  }
}


/*============================ */
/* Action 01
============================== */
.hollow-action-01 {
  position: relative;
  overflow: hidden;
  padding: 29rem 0 0;
  background: url(//duplain.com/site/wp-content/uploads/flicks-for-change-scaled.jpg) center /cover no-repeat fixed;
}
.hollow-action-01 .flex-container {
  position: relative;
  z-index: 10;
  align-items: center;
  width: 100%;
}
.hollow-action-01 .quote {
  background: rgba(51, 22, 11, 0.5);
  padding: 2rem 7rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hollow-action-01 .quote-wrap {
  color: #FFF;
  font-family: var(--accentFont);
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  width: 85%;
}
.hollow-action-01 p {
  color: #FFF;
  font-family: var(--accentFont);
  margin-bottom: 0.5rem;
  font-style: italic;
  font-size: 1.2rem;
  text-shadow: 0px 0px 8px #000;
}
.hollow-action-01 a {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
@media screen and (max-width:767px) {
  .hollow-action-01 {
    padding: 0;
  }
  .hollow-action-01 .flex-container {
    padding: 0;
  }
  .hollow-action-01 .quote {
    padding: 2rem;
    background: rgba(51, 22, 11, 0.9);
  }
  .hollow-action-01 .quote-wrap {
    width: 100%;
  }
  .hollow-action-01 p {
    max-width: 90vw;
  }
}

/*============================ */
/* Service Images 12
============================== */
.hollow-service-images-12 {
  padding: 4rem 0 2rem;
  /* background: whitesmoke; */
  background: var(--orange);
}
.hollow-service-images-12 .flex-container {
  justify-content: space-between;
}
.hollow-service-images-12 .title {
  padding: 0 2rem 2rem 0;
  align-items: center;
  display: flex;
}
.hollow-service-images-12 .title h2 {
  /* color: var(--gold); */
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  margin-right: 1rem;
}
.hollow-service-images-12 .title hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  /* background: var(--gold); */
  background: var(--yellow);
}
.hollow-service-images-12 .content p {
  /* color: var(--brown); */
  color: #fff;
  line-height: 1.4;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.hollow-service-images-12 .figure {
  position: relative;
  overflow: hidden;
  width: 31%;
  height: 14rem;
  margin-bottom: 2rem;
}
.hollow-service-images-12 img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .35s;
}
.hollow-service-images-12 .figure.hover img,
.hollow-service-images-12 .figure:hover img {
  opacity: 0.4;
}
.hollow-service-images-12 .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*padding: 2rem;*/
  color: #fff;
  text-transform: uppercase;
}
.hollow-service-images-12 .figcaption:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: all .35s ease;
  transform: scale3d(1.4,1.4,1);
  /* background: rgba(191, 88, 12, 0.7); */
  /* background: var(--red); */
  opacity: 0;
}
.hollow-service-images-12 .figure.hover .figcaption:before,
.hollow-service-images-12 .figure:hover .figcaption:before {
  opacity: 0.2;
  transform: scale3d(1,1,1);
  background: var(--yellow);
}
.hollow-service-images-12 h3 {
  margin-top: 1rem;
  transition: all .35s ease;
  will-change: transform;
  /* background: var(--goldDark); */
  background: var(--red);
  padding: .5rem;
  display: inline-block;
  text-align: left;
  align-self: flex-end;
  bottom: 7%;
  position: absolute;
  /* right: 5%; */
  font-family: var(--mainFont);
  font-size: 1rem;
  font-weight: 700;
}
.hollow-service-images-12 .figure.hover h3,
.hollow-service-images-12 .figure:hover h3 {
  background: 0;
  /* padding: 0; */
  bottom: 30%;
  /* right: 6%; */
}
.hollow-service-images-12 h3 span {
  font-weight: 800;
}
.hollow-service-images-12 span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem;
  opacity: 0;
  transform: scale(1.5);
  transition: all .35s ease;
  bottom: 0%;
  position: absolute;
  right: 0%;
}
.hollow-service-images-12 .figure.hover span,
.hollow-service-images-12 .figure:hover span {
  opacity: 1;
  transform: scale3d(1,1,1);
  bottom: 0%;
  position: absolute;
  right: 0%;
}
@media only screen and (max-width: 991px) {
  .hollow-service-images-12 .figcaption {
    padding: 1rem;
  }
  .hollow-service-images-12 .figcaption {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hollow-service-images-12 .figure .figcaption:before {
    opacity: 1;
    transform: scale3d(1,1,1);
    background: rgba(78, 10, 12, 0);
  }
  .hollow-service-images-12 .figure h3 {
    transform: translateY(0);
    text-transform: capitalize;
  }
  .hollow-service-images-12 .figure p {
    background: 0;
    padding: 0;
    bottom: 30%;
    right: 6%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-images-12 {
    padding: 2rem 0rem;
  }
  .hollow-service-images-12 .flex-container,
  .hollow-service-images-12 .flex-container-fluid {
    flex-flow: column;
  }
  .hollow-service-images-12 .figure {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .hollow-service-images-12 .title h2 {
    font-size: 2rem;
  }
}


.hollow-clients {
  padding: 4rem 0;
}
.hollow-clients .logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 2rem;
  max-width: 90%;
  margin: 0 auto;
}
.hollow-clients .title {
  padding: 0 2rem 2rem 0;
  align-items: center;
  display: flex;
}
.hollow-clients .title h2 {
  /* color: var(--gold); */
  color: var(--orange);
  text-transform: uppercase;
  font-size: 3rem;
  margin-right: 1rem;
}
.hollow-clients .title hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  /* background: var(--gold); */
  background: var(--yellow);
}
.hollow-clients .content p {
  color: var(--orange);
  line-height: 1.4;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.hollow-clients img {
  /*filter: grayscale(100%);*/
  transition: all .3s ease;
  max-width: 12rem;
  max-height: 8rem;
  padding: 1rem;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .hollow-clients {
    padding: 2rem 0 1rem;
  }
  .hollow-clients img {
    max-width: 50%;
  }
  .hollow-clients .content p {
    margin-bottom: 1rem;
  }
  .hollow-clients .title h2 {
    font-size: 2rem;
  }
  .hollow-clients .logos {
    padding: 0;
  }
}


/*============================ */
/* Associate 01
============================== */
.hollow-associate-01 {
  padding: 2rem 0;
}
.hollow-associate-01 .associate-slider {
  margin-bottom: 0;
  width: 100%;
}
.hollow-associate-01 .associate-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-associate-01 .associate-slider .slick-slide {
  text-align: center;
}
.hollow-associate-01 .associate-slider .slick-slide:last-of-type {
  text-align: center;
}
.hollow-associate-01 .associate-slider a {
  display: inline-block;
  vertical-align: middle;
}
.hollow-associate-01 .slick-prev:before,
.hollow-associate-01 .slick-next:before {
  color: #000 !important;
}
.hollow-associate-01 .associate-slider a:focus {
  outline: 0;
}
.hollow-associate-01 .associate-slider a img {
  max-width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .hollow-associate-01 {
    padding: 0;
  }
}


/*============================ */
/* Action 01
============================== */
.hollow-action-02 {
  position: relative;
  overflow: hidden;
  padding: 40vh 0 0;
  background: url(img/action-bg-2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-action-02 .flex-container {
  position: relative;
  z-index: 10;
  position: relative;
  z-index: 10;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(51, 22, 11, 0.5);
  padding: 2rem;
}
.hollow-action-02 .testimg{margin:0 auto;width:150px}
.hollow-action-02 .quote-wrap {
  color: #FFF;
  font-family: var(--accentFont);
  margin-bottom: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
}
.hollow-action-02 p {
  color: #FFF;
  margin-bottom: 0.5rem;
  font-style: italic;
  font-family: var(--accentFont);
  text-shadow: 0px 0px 8px #000;
}
.hollow-action-02 a {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hollow-action-02 a::before {
  background: #ffb600;
}
.hollow-action-02 .slider-wrap {
  display: flex;
  justify-content: center;
  width: 60%;
}
.hollow-action-02 .slick-track {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .hollow-action-02 {
    background-attachment: unset;
  }
}
@media screen and (max-width:767px) {
  .hollow-action-02 {
    padding: 0;
  }
  .hollow-action-02 .slider-wrap {
    width: 100%;
  }
  .hollow-action-02 .quote-wrap {
    width: 100%;
  }
  .hollow-action-02 p {
    max-width: 90vw;
  }
}


/*============================ */
/* Content 04
============================== */
.hollow-content-04 {
  padding: 4rem 0;
  /* background: whitesmoke; */
  background: var(--red);
}
.hollow-content-04 .flex-container {
  justify-content: space-between;
}
.hollow-content-04 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 0;
}
.hollow-content-04 .title-wrap {
  margin-bottom: 1rem;
}
.hollow-content-04 .title-wrap h2 {
  /* color: var(--gold); */
  color: var(--yellow);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}
.hollow-content-04 .title-wrap h3 {
  color: #fff;
  line-height: 1.4;
  font-weight: 300;
}
.hollow-content-04 .text-wrap p {
  /* color: dimgrey; */
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-content-04 .button-wrap {
  margin-top: 1rem;
}
.hollow-content-04 .button-wrap a {
  display: inline-block;
  background: transparent;
  color: #fff;
  color: var(--orange);
  /* background: var(--goldDark); */
  background: var(--yellow);
  padding: .5rem 1rem;
  transition: all .3s ease;
}
.hollow-content-04 .button-wrap a:hover {
  /* background: var(--brown); */
  background: #fff;
  color: var(--orange);
}
.hollow-content-04 img {
  flex-basis: 48%;
  display: flex;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-04 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .hollow-content-04 .flex-container {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 img {
    max-height: 55vh;
    min-height: 16rem;
  }
  .hollow-content-04 {
    padding: 2rem 0;
  }
  .hollow-content-04 .text-wrap {
    margin-bottom: 2rem;
  }
}



.hollow-leadership {
  padding: 4rem 0 0;
}
.hollow-leadership .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-leadership .title {
  width: 48%;
}
.hollow-leadership .title h2 {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-right: 1rem;
}
.hollow-leadership .title hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  background: var(--gold);
}
.hollow-leadership .content {
  background: var(--brown);
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0 2px 5px -2px #000;
  margin-bottom: -5rem;
  z-index: 10;
  width: 58%;
}
.hollow-leadership .content p {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .hollow-leadership {
    padding: 2rem 0;
  }
  .hollow-leadership .flex-container {
    flex-direction: column;
  }
  .hollow-leadership .title {
    width: 100%
  }
  .hollow-leadership .content {
    width: 100%;
    margin: 0;
  }
  .hollow-leadership .title h2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}


/*============================ */
/* Blog 02
============================== */
.hollow-blog-section-02 {
  /*padding: 9rem 0 2rem;*/
  padding: 4rem 0 2rem;
  background: whitesmoke;
}
.hollow-blog-section-02 .flex-container {
  justify-content: space-between;
}
.hollow-blog-section-02 .title {
  padding: 0 2rem 2rem 0;
  align-items: center;
  display: flex;
}
.hollow-blog-section-02 .title h2 {
  color: var(--brown);
  text-transform: uppercase;
  font-size: 3rem;
  margin-right: 1rem;
}
.hollow-blog-section-02 .title hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  background: var(--brown);
}
.hollow-blog-section-02 .box {
  margin-bottom: 2rem;
  overflow: hidden;
  width: 31%;
}
.hollow-blog-section-02 img {
  display: block;
  position: relative;
  width: 100%;
}
.hollow-blog-section-02 .text-wrap {
  padding: 1.2rem 0;
}
.hollow-blog-section-02 h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
}
.hollow-blog-section-02 h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: var(--brown);
}
.hollow-blog-section-02 p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: var(--brown);
  font-size: 1.1rem;
  font-weight: 400;
}
.hollow-blog-section-02 p.date {
  color: var(--brown);
  margin-bottom: 1rem;
  font-size: .9rem;
}
.hollow-blog-section-02 p.date > i {
  display: inline-block;
  padding-right: .7rem;
}
.hollow-blog-section-02 a {
  background: var(--brown);
  color: #fff;
  padding: .5rem 1rem;
  display: inline-block;
  border: 1px solid var(--brown);
  transition: all .3s ease;
}
.hollow-blog-section-02 a:hover {
  background: whitesmoke;
  color: var(--brown);
}
.hollow-blog-section-02 a > i {
  padding-left: .5rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-blog-section-02 a:hover > i {
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .hollow-blog-section-02 {
    padding: 2rem 0 0;
  }
  .hollow-blog-section-02 .title {
    padding-bottom: 1rem;
  }
  .hollow-blog-section-02 .title h2 {
    font-size: 2rem;
  }
  .hollow-blog-section-02 .flex-container {
    flex-flow: column;
  }
  .hollow-blog-section-02 .box {
    width: 100%;
    margin-bottom: 1rem;
  }
}


.hollow-action-03 {
  padding: 4rem 0;
  background: var(--brown);
}
.hollow-action-03 h3 {
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hollow-action-03 {
    padding: 3rem 0 2rem;
  }
}
/*END HOMEPAGE*/


/*FOOTER COMPONENTS*/

/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  /* background: var(--brown); */
  background: var(--orange);
  padding: 6rem;
}
.hollow-contact-15 .get-in-touch h3 {
  /* color: var(--gold); */
  color: var(--yellow);
  font-weight: 700;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.hollow-contact-15 .get-in-touch .list-wrap ul {
  display: block;
  margin-bottom: 3rem;
}
.hollow-contact-15 .get-in-touch .list-wrap ul li i {
  color: #fff;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: 0;
  font-size: .5rem;
}
.hollow-contact-15 .get-in-touch .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  /* color: var(--gold); */
  color: var(--yellow);
  font-size: 1.3rem;
  margin-right: 1rem;
  margin-top: .2rem;
}
.hollow-contact-15 .get-in-touch li a {
  color: #fff;
  font-weight: 700;
}
.hollow-contact-15 .get-in-touch li a:hover {
  /* color: var(--goldDark); */
  color: var(--yellow);
}
.hollow-contact-15 .social a {
    color: #fff;
    margin-right: .7rem;
    font-size: 1.6rem;
}
.hollow-contact-15 .social a:hover {
  /* color: var(--goldDark); */
  color: var(--yellow);
}
.hollow-contact-15 .contact-us {
  width: 50%;
  /* background: #fff; */
  background: var(--red);
  padding: 6rem;
  margin-bottom: -5rem;
  border-radius: 0 0 0 10px;
  z-index: 10;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--brown);
  margin-bottom: 1rem;
  font-weight: 700;
}
.hollow-contact-15 .contact-us h3 {
  /* color: var(--gold); */
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}
.hollow-contact-15 .contact-us p {
  color: var(--brown);
  font-size: 1rem;
  font-weight: 400;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: var(--mainFont);
  z-index: 0;
  height: 11rem;
  /* max-height: 100px; */
}
.hollow-contact-15 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-15 .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
}

.hollow-contact-15 input:not([type="submit"]),
.hollow-contact-15 textarea {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #e3e4e7;
  background: whitesmoke;
  /* color: var(--brown); */
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: var(--mainFont);
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  /* background: var(--goldDark); */
  background: var(--yellow);
  /* border: 1px solid var(--goldDark); */
  border: 1px solid var(--yellow);
  border-radius: var(--root--borderRadius);
  padding: .5rem 1.5rem;
  /* color: #FFF; */
  color: var(--orange);
  font-family: var(--mainFont);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
/*   background: var(--brown); */
/*   color: #fff; */
  background: #fff;
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 550px;
}
.hollow-contact-15 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hollow-contact-15 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-15 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
/*   color: var(--brown); */
  color: var(--orange);
  font-weight: 400;
}
.hollow-contact-15 ::-moz-placeholder {
  /* Firefox 19+ */
/*   color: var(--brown); */
  color: var(--orange);
  font-weight: 400;
}
.hollow-contact-15 :-ms-input-placeholder {
  /* IE 10+ */
/*   color: var(--brown); */
  color: var(--orange);
  font-weight: 400;
}
.hollow-contact-15 :-moz-placeholder {
  /* Firefox 18- */
/*   color: var(--brown); */
  color: var(--orange);
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-15 .get-in-touch {
    padding: 6rem 3rem;
  }
  .hollow-contact-15 .contact-us {
    padding: 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 3rem;
    border-radius: 0;
  }
  .hollow-contact-15 .get-in-touch li a {
    font-size: 1.3rem;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem;
    border-radius: 0;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  /* background: var(--gold); */
  background: var(--orange);
}
.hollow-footer-04 .main {
  background: var(--orangeDark);
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 7.5rem 0 3rem;
}
.hollow-footer-04 img {
  margin-bottom: .75rem;
  max-width: 90%;
}
.hollow-footer-04 h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted var(--brown);
  padding-top: .5rem;
  justify-content: center;
}
.hollow-footer-04 .main a {
  padding: .5rem;
  width: 3rem;
  margin: 0 .25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;
}
.hollow-footer-04 .main a i {
  color: #fff;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main a:hover i {
/*   color: var(--brown); */
  color: var(--yellow);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  padding: 1rem 0;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  /* color: var(--gold); */
  color: var(--yellow);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  /* color: #FFF; */
  color: var(--red);
  padding: .5rem;
  opacity: 0.5;
  /* background: var(--gold); */
  background: var(--yellow);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-contact .hollow-footer-04 .main .flex-container {
    padding: 9rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-04 img {
    max-width: 90%;
  }
  .hollow-footer-04 .meta {
    flex-direction: column;
  }
  .hollow-footer-04 .meta .flex-container {
    flex-flow: column;
  }
  .hollow-footer-04 .meta span:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .hollow-footer-04 h3 {
    width: 70%;
  }
}
/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--orange);
  font-family: var(--headingFont);
  font-size: 1.1rem;
}
.search-form-wrap button:hover {
  color: var(--yellow);
  background: var(--orange);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--red);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.blog-wrap .post-item .post-item-header h1:hover {
  /* background: var(--goldDark); */
  color: var(--yellow);
}
.blog-wrap .post-item .post-content a {
  background: var(--orange);
  font-family: var(--headingFont);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--orangeDark);
}
.blog-wrap .post-item p {
  border-color: var(--gold);
  display: none;
}
.blog-wrap .post-item .date-wrap i {
  color: var(--gold);
}
.post-content .thumbnail-wrap {
  margin-bottom: 1.3rem;
  height: 22rem;
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--gold);
}
.blog-sidebar .post-item-header h2 {
  background: var(--orange);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--orange);
}
.blog-post-content img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.blog-post-content img.banner {
  margin-bottom: 2rem;
}
.blog-post-content .location-title {
  display: flex;
  background: whitesmoke;
  border: 1px solid #e2e2e2;
}
.blog-post-content .location-title:first-of-type {
  margin-top: 2rem;
}
.blog-post-content .location-title .logo {
  width: 30%;
}
.blog-post-content .location-title .logo img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}
.blog-post-content .location-title .title {
  width: 70%;
  text-align: center;
  align-self: center;
  padding: 1rem;
}
.blog-post-content h2 {
  color: var(--orange);
}
.blog-post-content .event iframe {
  max-width: 100%;
}
.blog-post-content .event {
  padding: 2rem;
}
.blog-post-content .event.b {
  background: whitesmoke;
}
.blog-post-content .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-post-content .content-wrap .content {
  width: 58%;
}
.blog-post-content .content-wrap.passport .content {
  width: 75%;
}
.blog-post-content .content-wrap.passport .img {
  width: 21%;
}
.blog-post-content .content-wrap iframe {
  width: 38%;
}
.blog-post-content .content-wrap .img-wrap {
  width: 38%;
}
.blog-post-content .content-wrap.img img {
  width: 30%;
}
.blog-post-content .content-wrap.img .content {
  width: 66%;
}
.blog-post-content .content-wrap.esther .content {
  width: 72%;
}
.blog-post-content .content-wrap.esther .img-wrap {
  width: 24%;
}
.blog-post-content .content-wrap.shakespeare .content {
  width: 72%;
}
.blog-post-content .content-wrap.shakespeare .img-wrap {
  width: 24%;
}
.blog-post-content h3 {
  color: var(--orange);
}
.blog-post-content p {
  color: dimgray;
  font-size: 1rem;
  font-weight: 400;
}
.blog-post-content p a {
  color: var(--gold);
}
.blog-post-content p a:hover {
  color: var(--goldDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--gold);
}
.blog-return a.blog-return-btn:hover {
  background: var(--goldDark);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--goldDark);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--gold);
}
.pagination span.page-numbers.current {
  background: var(--gold);
}

@media only screen and (max-width: 767px) {
  .blog-post-content .content-wrap .img-wrap, .blog-post-content .content-wrap .content, .blog-post-content .content-wrap iframe {
    width: 100%!important;
  }
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .wpcf7-form-control-wrap input:focus,
.default-popup .wpcf7-form-control-wrap select:focus,
.default-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--goldDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--gold);
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--goldDark);
}
.default-popup .loader-wrap {
  background: var(--gold);
}
.default-popup .button-wrap i {
  background: var(--gold);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
  padding: 1.5rem;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.5rem;
  color: var(--goldDark);
  font-weight: 300;
}
.default-popup .content-wrap h3 {
  font-size: 1.5rem;
  text-align: center;
  color: var(--goldDark);
  font-weight: 700;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1rem;
  color: var(--brown);
  font-weight: 400;
}
.default-popup .location {
  margin-bottom: 2rem;
}
.default-popup .location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-popup .location ul li {
  display: flex;
  line-height: 1.4;
  font-size: 1rem;
  color: var(--brown);
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--gold);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--gold);
}
.default-popup .form-wrap .close:hover {
  background: var(--gold);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: var(--orangeDark);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--yellow);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder {
  padding: 4rem 1rem 4rem;
  /* background: whitesmoke; */
}
.interior-placeholder-header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.interior-placeholder-header h1 {
  color: var(--goldDark);
  text-transform: uppercase;
  font-weight: 700;
}
.interior-placeholder .gallery a img {
  transition: all .3s ease;
}
.interior-placeholder .gallery a img:hover {
  opacity: .85;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--gold);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--goldDark);
}
/*============================ */
/* MISC. DEFAULT OVERWRITES:
============================== */

/*============================ */

/*INTERIOR PAGES*/


/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 2.5rem 1rem 2rem;
  text-align: center;
  /* background: url(img/h1.jpg) center /cover no-repeat; */
}
.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.6); */
  background: var(--red);
}
.interior-header-05 h1 {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-weight: 700;
}
.interior-header-05 h2 {
  position: relative;
  color: #fff;
  font-family: var(--mainFont);
  font-size: 1.2rem;
  max-width: 40rem;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .interior-header-05 {
    padding: 5rem 1rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 4rem 1rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
  }
}

.interior-content-007 {
  padding: 4rem 0;
}
.interior-content-007 .flex-container {
  justify-content: space-between;
}
.interior-content-007 .text-wrap {
  width: 58.5%;
}
.interior-content-007 h3 {
  /* color: var(--gold); */
  color: var(--orange);
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.interior-content-007 p {
  /* color: var(--brown); */
  color: dimgray;
  font-size: 1rem;
  font-weight: 400;
}
.interior-content-007 .text-wrap p:last-of-type {
  margin-bottom: 0;
}
.interior-content-007 .box {
  margin-top: 2rem;
}
.interior-content-007 .img-wrap {
  width: 38.5%;
}
.interior-content-007 .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .interior-content-007 {
    padding: 2rem 0;
  }
  .interior-content-007 .flex-container {
    flex-wrap: wrap;
  }
  .interior-content-007 .text-wrap,
  .interior-content-007 .img-wrap {
    width: 100%;
  }
  .interior-content-007 .text-wrap p:last-of-type {
    margin-bottom: 2rem;
  }
}
/*============================ */
/* Service Images 19
============================== */
.service-images-19 {
  /* background: whitesmoke; */
  background: var(--orange);
  padding: 0 0 2rem;
}
.service-images-19 .header-wrap {
  padding: 4rem 0;
  align-items: center;
}
.service-images-19 .header-wrap h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  margin-right: 1rem;
}
.service-images-19 .header-wrap hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  background: var(--yellow);
}
.service-images-19 .box-wrap {
  flex-direction: column;
}
.service-images-19 .service-box {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin-bottom: 2rem;
}
.service-images-19 .service-box.reverse {
  flex-direction: row-reverse;
}
.service-images-19 .service-box img {
  width: 37%;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.service-images-19 .text-wrap {
  background: cornsilk;
  position: relative;
  padding: 2rem 2rem 2rem 6rem;
  display: flex;
  flex-flow: column;
  align-self: center;
  margin-left: -4rem;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}
.service-images-19 .service-box.reverse .text-wrap {
  padding: 2rem 6rem 2rem 2rem;
  margin-right: -4rem;
  margin-left: 0;
}
.service-images-19 .text-wrap h3 {
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.service-images-19 .text-wrap h4 {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.service-images-19 .text-wrap p {
  color: dimgrey;
  font-size: .9rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .service-images-19 {
    padding: 0;
  }
  .service-images-19 .box-wrap {
    flex-flow: column;
  }
  .service-images-19 .header-wrap {
    padding: 2rem 1rem;
    justify-content: center;
  }
  .service-images-19 .header-wrap h1 {
    margin: 0;
  }
  .service-images-19 .header-wrap hr {
    display: none;
  }
  .service-images-19 .service-box {
    width: 100%;
    flex-wrap: wrap;
  }
  .service-images-19 .text-wrap {
    padding: 2rem;
    margin: 0;
  }
  .service-images-19 .text-wrap span {
    font-size: 1.3rem;
  }
  .service-images-19 .service-box img {
    width: 100%;
    margin-bottom: 1rem;
  }
}




/*============================ */
/* Service Images 19
============================== */
.interior-services-007 {
  background: var(--orange);
  padding: 0 0 2rem;
}
.interior-services-007 .header-wrap {
  padding: 4rem 0;
  align-items: center;
}
.interior-services-007 .header-wrap h2 {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  margin-right: 1rem;
}
.interior-services-007 .header-wrap hr {
  flex: 1;
  margin: 0;
  border: none;
  height: 2px;
  background: #fff;
}
.interior-services-007 .box-wrap {
  justify-content: center;
}
.interior-services-007 .service-box {
  width: 24%;
  position: relative;
  display: flex;
  flex-flow: column;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 10px;
}
.interior-services-007 .box-wrap .service-box:last-of-type {
  margin-right: 0;
}
.interior-services-007 .service-box img {
  width: 100%;
}
.interior-services-007 .text-wrap {
  background: cornsilk;
  position: relative;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.interior-services-007 .text-wrap h3 {
  color: var(--red);
  font-weight: 700;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.interior-services-007 .text-wrap p {
  color: dimgray;
  font-size: .9rem;
  font-weight: 400;
}
.interior-services-007 .text-wrap span {
  display: flex;
  align-items: center;
  padding-bottom: .2rem;
  color: grey;
  border-bottom: 1px solid grey;
}
.interior-services-007 .text-wrap span i {
  width: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease;
}
.interior-services-007 .service-box:hover .text-wrap span i {
  opacity: 1;
  width: 10px;
  margin-left: .5rem;
  transform: none;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-services-007 .flex-container {
    width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .interior-services-007 .box-wrap {
    flex-wrap: wrap;
  }
  .interior-services-007 .service-box {
    width: 44%;
  }
  .interior-services-007 .box-wrap .service-box:last-of-type {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-services-007 {
    padding: 0;
  }
  .interior-services-007 .box-wrap {
    flex-flow: column;
  }
  .interior-services-007 .header-wrap {
    padding: 2rem 1rem;
    justify-content: center;
  }
  .interior-services-007 .header-wrap h2 {
    text-align: center;
  }
  .interior-services-007 .header-wrap h1 {
    margin: 0;
  }
  .interior-services-007 .header-wrap hr {
    display: none;
  }
  .interior-services-007 .service-box {
    width: 100%;
  }
  .interior-services-007 .text-wrap h3 {
    font-size: 1.5rem;
  }
  .interior-services-007 .text-wrap span {
    font-size: 1.3rem;
  }
}



/*============================ */
/* Interior Content 03
============================== */
.interior-content-03 {
  padding: 4rem 0;
}
.interior-content-03 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.interior-content-03 .text-wrap {
  flex-basis: 66%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: var(--orange);
  padding: 2rem 6rem 2rem 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.interior-content-03 .title-wrap {
  margin-bottom: 1rem;
}
.interior-content-03 .title-wrap h3 {
  color: var(--yellow);
  font-weight: 300;
  text-transform: uppercase;
}
.interior-content-03 .title-wrap .accent {
  font-size: 2rem;
  color: var(--brown);
}
.interior-content-03 .text-wrap h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: var(--gold);
  padding: .5rem 1rem;
  text-transform: uppercase;
}
.interior-content-03 .text-wrap p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.interior-content-03 .text-wrap ul {
  display: block;
  margin-bottom: 1rem;
}
.interior-content-03 .text-wrap ul li i {
  color: var(--brown);
  vertical-align: top;
  margin-top: .4rem;
  padding-right: .75rem;
  font-size: .5rem;
}
.interior-content-03 .text-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}
.interior-content-03 img {
  flex-basis: 44%;
  display: flex;
  margin-left: -4rem;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  height: 26rem;
}

.books{padding:2rem 0}
.books .col-md-4 img{margin:0 auto;display:block}
@media only screen and (max-width: 991px) {
  .interior-content-03 .flex-container > * {
    /* flex-basis: 48%; */
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-03 {
    padding: 2rem 0;
  }
  .interior-content-03 .flex-container {
    flex-direction: column;
  }
  .interior-content-03 .flex-container > * {
    width: 100%;
  }
  .interior-content-03 .text-wrap {
    margin-bottom: 2rem;
    padding: 2rem;
  }
  .interior-content-03 img {
    max-height: 55vh;
    min-height: 16rem;
    margin: 0;
  }
}


/*============================ */
/* Interior Content 03b
============================== */
.interior-content-03b {
  padding: 0rem 0 2rem;
}
/*.interior-content-03b .box {
  background: var(--brown);
  padding: 2rem;
  border-radius: 10px;
}*/
.interior-content-03b h3 {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.interior-content-03b p {
  color: var(--brown);
  font-size: 1.1rem;
  font-weight: 400;
  /* margin-bottom: 0; */
}
.interior-content-03b .short-gallery {
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.interior-content-03b .short-gallery img {
  width: calc(100% / 3 - 2rem);
  border-radius: 1rem;
  margin: 0 1rem 2rem;
}
.interior-content-003 {
  padding: 4rem 0;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.interior-content-003 a {
  max-width: max-content;
  align-self: center;
}
.interior-content-003 a img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .interior-content-003 {
    padding: 2rem 0;
  }
  .interior-content-03b .short-gallery img {
    width: 100%;
  }
}



/*============================ */
/* Hollow Accordion 04
============================== */
.hollow-accordion-04 {
  padding: 4rem 0;
}
.hollow-accordion-04 .flex-container {
  flex-direction: column;
}
.hollow-accordion-04 .dropdown {
  background: var(--orange);
}
.hollow-accordion-04 .dropdown:first-of-type {
  border-radius: 6px 6px 0 0;
}
.hollow-accordion-04 .dropdown:last-of-type {
  border-radius: 0 0 6px 6px;
}
/* Dropdown Titles: */
.hollow-accordion-04 .dropdown .ddTitle {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1.4rem;
  border-bottom: 3px solid #fff;
  margin-bottom: 0;
  transition: all .2s ease;
}
.hollow-accordion-04 .dropdown .ddTitle h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.hollow-accordion-04 .dropdown:last-of-type .ddTitle {
  border-bottom: none;
}
.hollow-accordion-04 .dropdown .ddTitle:hover {
  background: var(--orangeDark);
}
.hollow-accordion-04 .dropdown .ddTitle .fas {
  padding-right: 1rem;
}

/* Dropdown Content Text: */
.hollow-accordion-04 .ddContent {
  background: #fff;
  display: none;
}
.hollow-accordion-04 .ddContent .text-wrap {
  padding: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.hollow-accordion-04 .ddContent .video-wrap iframe {
  max-width: 100%;
}
.hollow-accordion-04 .ddContent .text-wrap .press-wrap {
    display: flex;
    justify-content: space-between;
}
.hollow-accordion-04 .ddContent .text-wrap a:hover {
  opacity: .7;
}
.hollow-accordion-04 .ddContent .text-wrap img {
  max-width: 100%;
}
.hollow-accordion-04 .ddContent .text-wrap .press-wrap img {
  width: 92%;
}
.hollow-accordion-04 .ddContent .text-wrap .press-wrap .img-wrap {
  width: 48%;
}
.hollow-accordion-04 .ddContent .text-wrap .press-wrap .img-wrap img {
  width: 100%;
}
.hollow-accordion-04 .ddContent .text-wrap .press-wrap .img-wrap img:first-of-type {
  margin-bottom: 1.5rem;
}
.hollow-accordion-04 .ddContent .text-wrap h3 {
  color: var(--red);
  font-weight: 700;
  font-family: var(--mainFont);
  margin-bottom: 1rem;
}
.hollow-accordion-04 .ddContent .text-wrap p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: dimgray;
}
.hollow-accordion-04 .ddContent .text-wrap .letter-wrap {
  width: 70%;
}
/* Dropdown Content Lists: */
.hollow-accordion-04 .ddContent .list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-accordion-04 .ddContent .list-wrap ul {
  width: 48.5%;
}
.hollow-accordion-04 .ddContent .list-wrap ul li {
  display: flex;
}
.hollow-accordion-04 .ddContent .list-wrap ul li i {
  padding-right: .5rem;
  font-size: 1.2rem;
  color: #0294a5;
}
@media only screen and (max-width: 767px) {
  .hollow-accordion-04 {
    padding: 2rem 0;
  }
  .hollow-accordion-04 .ddContent .text-wrap {
    padding: 1rem;
  }
  .hollow-accordion-04 .ddContent .list-wrap ul {
    width: 100%;
  }
}




/*============================ */
/* Interior Careers 01
============================== */
.interior-careers-01 {
  padding: 2rem 0;
}
.interior-careers-01 .content-wrap {
  margin-bottom: 2rem;
  padding: 2rem;
  background: whitesmoke;
  border-radius: 10px;
}
.interior-careers-01 .content-wrap h3 {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.interior-careers-01 .form-wrap {
  width: 100%;
}
.interior-careers-01 .form-wrap form {
  background: whitesmoke;
  padding: 2rem;
  border-radius: 10px;
}
.interior-careers-01 .group-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.interior-careers-01 .group-wrap p {
  margin: 0.5rem 0;
}
.interior-careers-01 .group-wrap h3 {
  margin-bottom: 1rem;
  color: var(--gold);
}
.interior-careers-01 ::-webkit-input-placeholder {
  color: #777!important;
}
.interior-careers-01 ::-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 :-ms-input-placeholder {
  color: #777!important;
}
.interior-careers-01 :-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
}
.interior-careers-01 .wpcf7-form-control-wrap input,
.interior-careers-01 .wpcf7-form-control-wrap select,
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--mainFont);
}
.interior-careers-01 .wpcf7-form-control-wrap input:focus,
.interior-careers-01 .wpcf7-form-control-wrap select:focus,
.interior-careers-01 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--goldDark);
  color: var(--gold);
}
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"] {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"]:hover {
  color: var(--gold);
  background: rgba(255,255,255,0.8);
}
.interior-careers-01 .submit-wrapper {
  text-align: center;
}
.interior-careers-01 .submit-wrapper input[type="submit"] {
  font-family: var(--mainFont);
  font-size: 1.1rem;
  color: #fff;
  background: var(--gold);
  padding: .5rem 2rem;
  border: none;
  cursor: pointer;
  font-weight: 300;
  transition: all .3s ease;
}
.interior-careers-01 .submit-wrapper input[type="submit"]:hover {
  background: var(--goldDark);
}
@media only screen and (max-width: 767px) {
  .interior-careers-01 {
    padding: 2rem 0;
  }
  .interior-careers-01 .content-wrap {
    margin-bottom: 2rem;
  }
  .interior-careers-01 .form-wrap form {
    padding: 1.5rem 1rem;
  }
}

/*============================ */
/* Interior Maps 01
============================== */
.interior-maps-01 {
  padding: 2rem 0;
}
.interior-maps-01 .flex-container {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interior-maps-01 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-maps-01 h3 {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.interior-maps-01 p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.interior-maps-01 .list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.interior-maps-01 .list-wrap .list-1,
.interior-maps-01 .list-wrap .list-2 {
  width: 100%;
}
.interior-maps-01 .list-wrap ul {
  width: 48%;
}
.interior-maps-01 .list-wrap ul li {
  display: flex;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.1rem;
}
.interior-maps-01 .list-wrap ul li i {
  color: var(--gold);
  font-size: 1.2rem;
  padding: .2rem .5rem 0 0;
}
.interior-maps-01 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.interior-maps-01 .map-wrap {
  position: relative;
  overflow: hidden;
  flex-basis: 48%;
  align-self: stretch;
}
.interior-maps-01 .map-wrap:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 50vh;
  height: 50vh;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--gold);
  z-index: 1000;
  position: absolute;
  opacity: 0.5;
}
.interior-maps-01 .map-wrap iframe {
  flex-basis: 48%;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .interior-maps-01 .flex-container > * {
    flex-basis: 48%;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-maps-01 {
    padding: 2rem 0;
  }
  .interior-maps-01 .flex-container {
    flex-direction: column;
  }
  .interior-maps-01 .flex-container > * {
    width: 100%;
  }
  .interior-maps-01 .text-wrap {
    margin-bottom: 1rem;
  }
  .interior-maps-01 .list-wrap {
    width: 100%;
  }
  .interior-maps-01 .list-wrap ul li {
    font-size: 1.2rem;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 0rem;
  }
  .interior-maps-01 .list-wrap .list-1,
  .interior-maps-01 .list-wrap .list-2 {
    width: 50%;
  }
  .interior-maps-01 img {
    order: 2;
  }
  .interior-maps-01 .map-wrap iframe {
    height: 30rem;
  }
}

/*============================ */
/* Interior Testimonials 04
============================== */
.interior-testimonials-04 {
  padding: 0rem 0 0rem;
}
.interior-testimonials-04 .flex-container {
  justify-content: center;
}
.interior-testimonials-04 .box-wrap {
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.interior-testimonials-04 .box-a {
  /* background: #fff; */
  margin: 0;
}
.interior-testimonials-04 .box-b {
  background: var(--orange);
}
.interior-testimonials-04 .quote {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.interior-testimonials-04 .box-wrap i {
  color: var(--orange);
  font-size: 2rem;
  text-align: center;
  margin-bottom: .5rem;
}
.interior-testimonials-04 .box-b i {
  color: var(--yellow);
}
.interior-testimonials-04 .box-wrap p {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 400;
  color: dimgrey;
}
.interior-testimonials-04 .box-wrap img {
  width: 130px;
  margin: 0px auto;
  display: table;
}
.interior-testimonials-04 .box-wrap p.client-name {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--orange);
  text-align: center;
  /* text-transform: uppercase; */
}
.interior-testimonials-04 .box-b p.client-name,
.interior-testimonials-04 .box-b p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .interior-testimonials-04 {
    padding: 2rem 0 0;
  }
  .interior-testimonials-04 .box-a {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .interior-testimonials-04 .box-b {
    padding: 2rem 1rem;
  }
}

/*============================ */
/* Hollow Gallery 07
============================== */
.hollow-gallery-07 {
  padding: 2rem 0 0;
}
.hollow-gallery-07 .content-wrap {
  margin-bottom: 2rem;
  padding: 2rem;
  background: var(--orange);
  border-radius: 10px;
}
.hollow-gallery-07 .content-wrap h3 {
  color: var(--yellow);
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.hollow-gallery-07 .content-wrap p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.hollow-gallery-07 .gallery {
  margin-bottom: 2rem;
}
.hollow-gallery-07 .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-gallery-07 .wrap {
  width: 100%;
  margin-bottom: 2rem;
  transition: all 1s ease;
}
.hollow-gallery-07 .wrap .control {
  border: 2px solid #eee;
  border-bottom: none;
  background: #fff;
  width: 100%;
  display: flex;
  text-align: center;
}
.hollow-gallery-07 .left .control {
  flex-flow: row;
}
.hollow-gallery-07 .right .control {
  flex-flow: row-reverse;
}
.hollow-gallery-07 .wrap .control .info {
  margin: auto;
  display: inline-block;
  padding: 2rem;
}
.hollow-gallery-07 .wrap .control .info h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: center;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hollow-gallery-07 .wrap .control .highlight {
  width: calc(50% - 2px);
  transition: all .3s ease;
}
.hollow-gallery-07 .wrap .control .highlight:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hollow-gallery-07 .wrap .control .view-btn {
  display: inline-block;
  padding: 0.75rem;
  font-size: 1.2rem;
  font-weight: 400;
  background: var(--gold);
  color: #fff;
  transition: all .3s ease;
}
.hollow-gallery-07 .wrap .control .view-btn:hover {
  background: var(--goldDark);
}
.hollow-gallery-07 .nextgen_pro_thumbnail_grid .image-wrapper {
  width: calc(25% - 4px)!important;
}
.hollow-gallery-07 .wrap .content {
  border: 2px solid #eee;
  border-top: none;
  background: #fff;
  max-height: 0;
  overflow: hidden;
}
.hollow-gallery-07 .wrap .content.active {
  max-height: 300rem; /* px or rem reqd for slide animation */
  transition: all 1.5s ease;
}
.hollow-gallery-07 .gallery figure.ngg-figure {
    max-width: 250px!important;
    max-height: 300px!important;
}
.hollow-gallery-07 .gallery figcaption.ngg-figcaption.ngg-figcaption-fade {
    display: none!important;
}
.hollow-gallery-07 .gallery div.fancybox-title-inside div#fancybox-title-inside {
  font-size: 1.2rem!important;
  color: var(--goldDark)!important;
  font-family: var(--mainFont)!important;
  font-weight: 700!important;
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-07 {
    padding: 2rem 0 0;
  }
  .hollow-gallery-07 .wrap .control {
    flex-flow: column;
  }
  .hollow-gallery-07 .wrap .control .highlight {
    width: 100%;
  }
  .hollow-gallery-07 .wrap .content {
    padding: 0 1rem;
  }
  .hollow-gallery-07 .wrap .content.active {
    padding: 1rem;
  }
  .hollow-gallery-07 .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(50% - 10px)!important;
    margin: 5px!important;
  }
}



/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
} 