/*
  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 {
  
}


.wpcf7-contact-page .submit-wrapper input {
  background: #daa900;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #a36814;
}


.hollow-header-03 {
  position: relative;
  z-index: 9000;
  background: #FFF;
  color: #f6f6f6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
.hollow-header-03.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  box-shadow: 0 2px 5px -2px #000;
  background: #000;
}
.hollow-header-03 .phone {
  display: block;
  position: relative;
  text-align: right;
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-right: .5rem;
}
.hollow-header-03.sticky .phone {
  display: none;
}
.hollow-header-03 .phone a {
  display: inline-block;
  position: relative;
  margin: auto;
  color: #daa900;
  font-weight: 400;
  font-size: 1.3rem;
}
.hollow-header-03 .logo img {
  padding: 1rem;
  max-width: 300px;
  background: #fff;
  border: 4px solid #daa900;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-header-03.sticky .logo img {
  max-width: 150px;
  display: none;
}
.hollow-header-03 #header-border {
  margin: 0;
  opacity: 0.5;
}
.hollow-header-03.sticky #header-border {
  display: none;
}
body.page-template-home .hollow-header-03 #header-border, body.page-template-index .hollow-header-03 #header-border {
  display: none;
}
.hollow-header-03 .meta-wrap {
  font-size: 1.6rem;
  text-align: right;
  font-family: 'Lato';
  font-weight: 400;
  margin: .5rem 0;
}
.hollow-header-03 .meta-wrap a {
  color: #36352A;
}
.hollow-header-03 .mobile-toolbar {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 34px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-03 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-03 .mobile-toolbar a:hover {
  color: #252525;
}
.hollow-header-03 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
.hollow-header-03.sticky {
  padding: 0;
}
.hollow-header-03.sticky .meta-wrap {
  display: none;
  height: 0;
}
.hollow-header-03.sticky .col-xs-12 {
  min-height: 0;
}
.hollow-header-03 .meta-wrap-outer {
  font-size: 2rem;
  font-family: 'Lato';
  font-weight: 400;
  background: #719C3B;
  margin: 0;
}
.hollow-header-03 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-03 .meta-wrap .spacer {
  display: inline-block;
  margin: 0 .5rem;
}
.hollow-header-03 nav {
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  position: relative;
}
.hollow-header-03 nav a {
  padding: .2rem .6rem;
  display: block;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-03 nav a i {
  padding-right: .4rem;
}
.hollow-header-03 .mobile-toolbar nav a.mobile-icon {
  font-size: 34px;
}
.hollow-header-03.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-03 .social {
  text-align: right;
}
/* NAV LEVEL ONE */
.hollow-header-03 .menu-item.open>a, .hollow-header-03 .menu-item:hover>a, .hollow-header-03 .menu-item.active a, .hollow-header-03 .menu-item.active:hover>a {
  background: transparent;
  color: #daa900;
}
/* NAV LEVEL TWO */
.hollow-header-03 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18rem;
  display: none;
}
.hollow-header-03 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-03 nav .dropdown-menu a {
  background: #000;
  color: #fff;
}
.hollow-header-03 .dropdown-menu>li:hover>a, .hollow-header-03 .dropdown-menu>li.active>a, .hollow-header-03 .dropdown-menu>.active>a:hover, .hollow-header-03 .dropdown-menu>.active>a:focus {
  background: #000;
  color: #daa900;
}
.hollow-header-03 .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-03 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-03 .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-03 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-03 .hamburger:before,
.hollow-header-03 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #000;
  -webkit-transition-property: -webkit-transform, top;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -ms-transition-property: -ms-transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.hollow-header-03 .hamburger:after {
  top: 60%
}
header.hollow-header-03.header-menu-open #mobile,
header.hollow-header-03.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-03.header-menu-open #mobile>.hamburger:before,
header.hollow-header-03.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-03.header-menu-open #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header.hollow-header-03.header-menu-open #mobile>.hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-03 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-03 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-03 .mobile-toolbar a:hover {
  color: #daa900;
}
.hollow-header-03 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-03 {
    background: rgba(0,0,0,0.7);
  }
  .hollow-header-03 .mobile-toolbar {
    display: none;
  }
  .hollow-header-03 .logo img {
    padding: 15px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 2rem;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .hollow-header-03 .menu {
    float: right;
  }
  .hollow-header-03 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-03 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-03 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-03 .logo {
    text-align: center;
  }
  .hollow-header-03 .logo img {
    margin: 60px auto 15px;
    background: transparent;
  }
  header.hollow-header-03.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-03 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #000;
  }
  .hollow-header-03 nav a {
    font-size: 1rem;
    text-transform: uppercase;
  }
 
  .hollow-header-03 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
    background: #000;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-03 nav .menu-item-has-children.open .dropdown-menu {
      display: block;
  }
  .hollow-header-03 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-03 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-03 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-03 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-03 nav a {
    font-size: 1.5rem;
    padding: .6rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-03 nav a {
    font-size: 1.4rem;
    padding: .45rem .6rem;
  }
}



/*============================ */
/* Hero 07
============================== */
.hollow-hero-13 {
  position: relative;
  overflow: hidden;
  margin-top: -8rem;
}
.hollow-hero-13 .slick-slider {
  visibility: hidden;
}
.hollow-hero-13 .slick-slider.slick-initialized {
  visibility: visible;
}

/*Image Slider*/
.hollow-hero-13 .img-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-hero-13 .img-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.hollow-hero-13 .img-slider .slick-list,
.hollow-hero-13 .img-slider .slick-track {
  height: 100%;
  overflow: visible;
}
.hollow-hero-13 .img-slider img {
  object-fit: cover;
}
.hollow-hero-13 .img-slider .slick-arrow {
  font-size: 1rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  padding: .6rem;
  background: rgba(0,0,0,0.2);
}
.hollow-hero-13 .img-slider .slick-arrow:hover {
  background: rgba(0,0,0,0.7);
}
.hollow-hero-13 .img-slider .next {
  right: 1rem;
}
.hollow-hero-13 .img-slider .prev {
  left: 1rem;
}
@media (max-width: 767px) {
  .hollow-hero-13 .img-slider .slick-arrow {
    bottom: 1rem;
    transform: none;
  }
  .hollow-hero-13 .img-slider .next {
    right: 40%;
  }
  .hollow-hero-13 .img-slider .prev {
    left: 40%;
  }
}

/*Caption Slider*/
.hollow-hero-13 .cap-slider {
  width: 100%;
  padding: 24rem 0 10rem;
}
.hollow-hero-13 .caption {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.hollow-hero-13 .caption h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: .5rem;
  opacity: 0;
}
.hollow-hero-13 .caption.slick-active h1 {
  animation: fadeUp .5s ease-out forwards;
}
.hollow-hero-13 .caption h3 {
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
}
.hollow-hero-13 .caption.slick-active h3 {
  animation: fadeUp .5s ease-out .2s forwards;
}
.hollow-hero-13 .caption p {
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
}
.hollow-hero-13 .caption.slick-active p {
  animation: fadeUp .5s ease-out .4s forwards;
}
.hollow-hero-13 .caption a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
  padding: .5rem 1rem;
  background: #daa900;
  transition: all .3s ease;
  opacity: 0;
}
.hollow-hero-13 .caption.slick-active a {
  animation: fadeUp .5s ease-out .6s forwards;
}
.hollow-hero-13 .caption a:hover {  
  background: #a36814;
}
.hollow-hero-13 .caption a i {
  font-size: 1rem;
  padding-right: .5rem;
  color: #fff;
}
@media (min-width: 768px) {
  .hollow-hero-13 .caption p {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .hollow-hero-13 {
    margin-top: 0;
  }
  .hollow-hero-13 .cap-slider {
    padding: 4rem 0 6rem;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}



/*============================ */
/* Action 10
============================== */
.hollow-action-10 {
  position: relative;
  overflow: hidden;
  background: #daa900;
  padding: 1.75rem 0;
}
.hollow-action-10 .flex-container {
  justify-content: center;
}
.hollow-action-10 .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hollow-action-10 h3 {
  font-size: 1.8rem;
  color: #FFF;
  padding-right: 1rem;
  font-weight: 300;
  flex-shrink: 0;
}
.hollow-action-10 ::-webkit-input-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 ::-moz-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 :-moz-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 input {
  color: #FFF;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  padding: .4rem 1rem;
  border: none;
  font-family: 'Lato';
}
.hollow-action-10 input:not([type="submit"]) {
  background: transparent;
  border: 1px solid #fff;
  flex-shrink: 1.5;
}
.hollow-action-10 input[type="submit"] {
  flex-shrink: 2;
  display: inline-block;
  border: none;
  background: #a36814;
  border: 1px solid #a36814;
  font-size: 1.2rem;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-10 input[type="submit"]:hover {
  background: #000000;
  border-color: #000000;
}
.hollow-action-10 .wpcf7-response-output {
  color: #FFF;
}
@media (min-width: 992px) {
  .hollow-action-10 label {
    padding-right: 1rem;
  }
  .hollow-action-10 .wpcf7-not-valid-tip {
    position: relative;
    width: 180px;
    padding: .25rem 0;
  }
  .hollow-action-10 .wpcf7-response-output {
    position: relative;
    top: 80%;
    color: #FFF;
  }
  .hollow-action-10 .wpcf7 .ajax-loader {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-action-10 {
    padding: 2rem 1rem 1.5rem;
  }
  .hollow-action-10 h3 {
    margin-bottom: .5rem;
  }
  .hollow-action-10 .wpcf7-form {
    flex-direction: column;
    justify-content: center;
  }
  .hollow-action-10 label {
    margin-bottom: .75rem;
  }
}


/*============================ */
/* Content 07
============================== */
.hollow-content-07 {
  position: relative;
  overflow: hidden;
  background: grey;
  padding: 4rem 0;
}

.hollow-content-07 img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hollow-content-07 .caption {
  position: relative;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 2rem;
}

.hollow-content-07 .caption h1 {
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.hollow-content-07 .caption h3.sub-caption {
  color: #daa900;
  margin-bottom: 1rem;
}

.hollow-content-07 .caption h3 {
  color: #FFF;
  margin-bottom: .25rem;
}

.hollow-content-07 .caption p {
  color: #FFF;
  margin-bottom: 1rem;
}

.hollow-content-07 a {
  border: 1px solid #FFF;
  border-radius: var(--root--borderRadius);
}

.hollow-content-07 a::before {
  background: #daa900;
}

@media only screen and (min-width:768px) {
  .hollow-content-07 .flex-container {
    flex-direction: row-reverse;
  }
  .hollow-content-07 .caption {
    width: calc(100vw / 2);
  }
}

@media only screen and (min-width:1200px) {
  .hollow-content-07 .caption {
    width: calc(100vw / 2.5);
  }
}

@media only screen and (max-width:767px) {
  .hollow-content-07 {
    padding: 2rem 0;
  }

}


/*============================ */
/* Action 14
============================== */
.hollow-action-14 {
  padding: 4rem 0;
  background: #daa900;
}
.hollow-action-14.hidden * {
  opacity: 0;
}
.cls-1 {
  fill: #FFF;
}
.hollow-action-14 svg {
  width: 40%;
}
.hollow-action-14:not(.hidden) #map1 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in 1 forwards;
}
.hollow-action-14:not(.hidden) #map2 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .2s 1 forwards;
}
.hollow-action-14:not(.hidden) #map3 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .4s 1 forwards;
}
.hollow-action-14:not(.hidden) #marker {
  opacity: 0;
  animation: fadeDown 1s ease-in .9s 1 forwards;
}

@keyframes fadeUpBounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0.2;
  }
  90% {
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpNormal{
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: .5;
    transform: translateY(-100%) scale(0);
  }
  50% {
    transform: translateY(-100%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hollow-action-14 .content {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hollow-action-14 .content h2 {
  opacity: 0;
  color: #FFF;
  font-weight: 700;
  margin-bottom: .5rem;
}
.hollow-action-14:not(.hidden) .content h2 {
  animation: fadeUpNormal 1s linear .6s 1 forwards;
}
.hollow-action-14 .content p {
  opacity: 0;
  color: #FFF;
  margin-bottom: 2rem;
}
.hollow-action-14:not(.hidden) .content p {
  animation: fadeUpNormal 1s linear .8s 1 forwards;
}
.hollow-action-14 .content a {
  display: flex;
  align-items: center;
  opacity: 0;
  border-top: 3px solid #a36814;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  transition: all .3s ease;
  padding: .5rem 1rem .5rem 0;
}
.hollow-action-14:not(.hidden) .content a {
  animation: fadeUpNormal 1s linear 1s 1 forwards;
}
.hollow-action-14 .content a:hover {
  padding: .5rem 1rem;
  background: #a36814;
  border: 3px solid #a36814;
}
.hollow-action-14 .content a i {
  opacity: 0;
  transition: inherit;
}
.hollow-action-14 .content a:hover i {
  opacity: 1;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .hollow-action-14 {
    padding: 3rem 0;
  }
  .hollow-action-14 .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .hollow-action-14 svg {
    margin-bottom: 2rem;
    width: 50%;
  }
  .hollow-action-14 .content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .hollow-action-14 .content a {
    padding: .5rem 1rem;
    border: 3px solid #FFF;
  }
  .hollow-action-14 .content a i {
    opacity: 1;
    padding-left: .75rem;
  }
}








/*============================ */
/* Contact 04
============================== */
.hollow-contact-04 {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-contact-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(55,55,55,0.6);
}


    
.hollow-contact-04 .map-wrap {
  flex: 1.5;
  height: calc(100vh / 2.25);
  z-index: 200;
}
.hollow-contact-04 .map-wrap iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hollow-contact-04 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-04 .content-wrap {
  flex: 1;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 220;
}
.hollow-contact-04 .text-wrap {
  margin-bottom: 1rem;
}
.hollow-contact-04 h2 {
  font-weight: 700;
  color: #FFF;
  text-shadow:
    0px .5px 0 #daa900,
    .5px 1px 0 #daa900,
    1px 1.5px 0 #daa900,
    1.5px 2px 0 #daa900,
    2px 2.5px 0 #daa900;
}
.hollow-contact-04 p {
  color: #FFF;
}
.hollow-contact-04 p span {
  font-weight: 700;
}
.hollow-contact-04 .social {
  padding-top: .5rem;
  font-size: 1.1rem;
}
.hollow-contact-04 .social .fa-stack-1x {
  color: #FFF;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-04 .social .fa-stack-2x {
  color: #daa900;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-04 .social a:hover .fa-stack-1x {
  color: #FFF;
}
.hollow-contact-04 .social a:hover .fa-stack-2x {
  color: #a36814;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-04 .flex-container {
    flex-direction: column-reverse;
  }
  .hollow-contact-04 .content-wrap {
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
  }
  .hollow-contact-04 .text-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-04 .gmap_canvas {
    height: calc(100vh / 2);
  }
  .hollow-contact-04 .content-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}



/*============================ */
/* Contact 01
============================== */
.hollow-contact-01 {
  position: relative;
  overflow: hidden;
}
.hollow-contact-01 iframe {
  width: 100%;
  height: 50vh;
  pointer-events: none;
}
.hollow-contact-01 iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-01 .card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  padding: 1rem;
  transition: all .3s ease;
}
.hollow-contact-01 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .25rem;
}
.hollow-contact-01 h1 {
  color: #000;
  padding-right: 4rem;
}
.hollow-contact-01 .card a {
  padding: .5rem 1rem;
  color: #daa900;
  border: 1px solid #daa900;
  transition: all .3s ease;
}
.hollow-contact-01 .card a:hover {
  background: #daa900;
  border-color: #daa900;
  color: #FFF;
}
.hollow-contact-01 ul li {
  color: #747474;
  line-height: 1.75rem;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 992px) {
  .hollow-contact-01 .card {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .hollow-contact-01 .card:hover {
    transform: translateY(-53%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-01 {
    display: flex-reverse;
    flex-direction: column;
  }
  .hollow-contact-01 .card {
    display: flex;
    align-items: initial;
  }
}

.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  padding:2rem 0 0;
}
.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:#a36814;
  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:400;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  padding:2rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
  text-align: -webkit-center;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #a36814;
  border-bottom: 1px solid rgba(72, 81, 103, 0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.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: #373737;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem;
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  transition: .3s ease;
}
.page-id-7247 .wpcf7-spinner{
	display: none;
}
@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%;
  }
}

/*============================ */
/* Footer 02
============================== */
.hollow-footer-02 {
  position: relative;
  background: #000000;
  padding: 1.5rem 0;
  color: #FFF;
  font-weight: 300;
  font-size: 1.2rem;
}
.hollow-footer-02 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.hollow-footer-02 a {
  color: #FFF;
  transition: all .3s ease;
  font-weight: 400;
}
.hollow-footer-02 a:hover {
  color: #daa900;
}
.hollow-footer-02 .top {
  margin: 0 1rem 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .9rem;
  padding: .5rem;
  background: #daa900;
  opacity: 0.5;
  transition: all .3s ease;
}
.hollow-footer-02 .top:hover {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .hollow-footer-02 .flex-container {
    flex-direction: column;
  }
  .hollow-footer-02 span {
    padding: .75rem 0;
    text-align: center;
  }
}

/* DEFAULT PAGE HEADER
-------------------------*/
.default-page-header {
  font-family: 'Lato';
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.default-page-header h1, .default-page-header h2, .default-page-header h3 {
  line-height: 1;
  margin: .2em 0;
}
.default-page-header p {
  line-height: 1.4em;
}
.default-page-header h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.default-page-header h2 {
  font-size: 1em;
  font-weight: 400;
}
.default-page-header p {
  font-size: .6em;
}
.main-row {
  margin-bottom: 1em;
}


/*INTERIOR*/

.interior-page {
  margin-bottom: -1rem;
}


/*============================ */
/* Hero 07
============================== */
.interior-hero-07 {
  position: relative;
  overflow: hidden;
  padding: 28rem 0 4rem;
  margin-top: -8rem;
}

/*Slider*/
.interior-hero-07 .img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  visibility: hidden;
}
.interior-hero-07 .img-slider.slick-initialized {
  visibility: visible;
}
.interior-hero-07 .img-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.interior-hero-07 .img-slider .slick-list {
  height: 100%;
} 
.interior-hero-07 .img-slider .slick-track {
  height: 100%;
}
.interior-hero-07 .img-slider img {
  object-fit: cover;
  height: 100%;
}

/*Content*/
.interior-hero-07 .flex-container {
  align-items: center;
}
.interior-hero-07 .caption {
  position: relative;
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-hero-07 .caption h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.interior-hero-07 .caption p {
  color: #FFF;
  font-weight: 400;
  font-size: 1.5rem;
  width: 50vw;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .interior-hero-07 .caption {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .interior-hero-07 .caption {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-hero-07 {
    padding: 4rem 0;
  }
  .interior-hero-07 .flex-container {
    flex-direction: column;
  }
  .interior-hero-07 .caption {
    margin-top: 2rem;
    text-align: center;
    align-items: center;
  }
  .interior-hero-07 .caption p {
    width: 90vw;
  }
}



/*============================ */
/* Content 04
============================== */
.hollow-content-04 {
  padding: 4rem 0;
}
.hollow-content-04 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.hollow-content-04 .text-wrap {
  flex-basis: 58%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hollow-content-04 h1 {
  color: #daa900;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .5rem;
}
.hollow-content-04 h3 {
  color: #a36814;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
.hollow-content-04 p {
  color: #000;
  margin-bottom: 1rem;
}
.hollow-content-04 a {
  display: inline-block;
  padding: .5rem 1rem;
  text-transform: uppercase;
  color: #818294;
  border: 1px solid #818294;
  transition: all .3s ease;
}
.hollow-content-04 a:hover {
  color: #FFF;
  background: #818294;
}
.hollow-content-04 img {
  flex-basis: 38%;
  display: flex;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .hollow-content-04 .flex-container > * {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-04 {
    padding: 2rem 0;
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .text-wrap {
    margin-bottom: 1rem;
  }
}


/*============================ */
/* Action 11
============================== */
.hollow-action-11 {
  padding: 2rem 0;
  background: black;
}
.hollow-action-11 .flex-container {
  justify-content: center;
  align-items: center;
}
.hollow-action-11 h3 {
  color: #FFF;
  font-weight: 300;
  font-size: 1.75rem;
}
.hollow-action-11 h3 span {
  border-bottom: 1px solid #daa900;
  font-weight: 400;
  margin-right: .25rem;
  padding-bottom: .25rem;
}
.hollow-action-11 h3#phone {
  font-weight: 400;
  color: #daa900;
  padding: 0 1.5rem;
}
.hollow-action-11 h3#phone a {
  transition: all .3s ease;
}
.hollow-action-11 h3#phone a:hover {
  color: #fff;
}
.hollow-action-11 a::before {
  background: #daa900;
}
@media only screen and (max-width: 991px) {
  .hollow-action-11 .flex-container {
    flex-flow: column;
  }
  .hollow-action-11 h3 {
    margin-bottom: 1rem;
  }
  .hollow-action-11 h3 span{
    border: none;
    padding: none;
    font-weight: 300;
  }
}


/*============================ */
/* Tabs 03
============================== */
.hollow-side-tabs-01 {
  padding: 4rem 0 5rem;
}
.hollow-side-tabs-01 .flex-container {
  flex-direction: column;
}
.hollow-side-tabs-01 h1 {
  font-weight: 700;
  color: #daa900;
  margin-bottom: 1rem;
  text-align: center;
}
.hollow-side-tabs-01 h3 {
  font-size: 1.4rem;
  margin-bottom: 4rem;
  color: #a36814;
  text-align: center;
}
.hollow-side-tabs-01 .tabs {
  align-items: flex-start;
  background: #373737;
}
.hollow-side-tabs-01 .tabs li {
  margin-right: 0;
}
.hollow-side-tabs-01 .tabs li a {
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 2px 2px 0 0;
  background: #373737;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 1.1rem;
  transition: all 0.1s ease-in-out;
}
.hollow-side-tabs-01 .tabs li.active a,
.hollow-side-tabs-01 .tabs li a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.hollow-side-tabs-01 .tabs-content {
  position: relative;
  z-index: 2;
  padding: 15px 40px 40px;
  border-radius: 0 4px 4px 4px;
  background: #efefef;
  border: none;
}
.hollow-side-tabs-01 .tabs-content img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 100%;
 }
 .hollow-side-tabs-01 .tabs-content .icon {
  margin: 0;
 }
.hollow-side-tabs-01 .tabs-content .link-1 {
  color: #007FFF;
  font-weight: 400;
}
.hollow-side-tabs-01 .tabs-content .link-1:hover {
  color: #0e57a0;
}
.hollow-side-tabs-01 .tabs-panel {
  display: none;
}
.hollow-side-tabs-01 .tabs-panel .equipment-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
}
.hollow-side-tabs-01 .tabs-panel .equipment-wrap .content {
  flex: 3;
}
.hollow-side-tabs-01 .tabs-panel .equipment-wrap img {
  flex: 1;
  max-width: 100%;
  width: 20%;
}
.hollow-side-tabs-01 .tabs-panel hr {
  border: 1px solid #dddddd;
  margin: 2rem 0 3rem;
}
.hollow-side-tabs-01 .tabs-panel h3 {
  color: #373737;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
}
.hollow-side-tabs-01 .tabs-panel h3:not(:first-of-type) {
  font-weight: 300;
  font-size: 2rem;
  color: #838288;
}
.hollow-side-tabs-01 .tabs-panel h4 {
  font-weight: 400;
  color: #daa900;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.hollow-side-tabs-01 .tabs-panel p {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.hollow-side-tabs-01 .tabs-panel ul {
  margin-bottom: 1rem;
  display: block;
  margin-top: 1rem;
}
.hollow-side-tabs-01 .tabs-panel ul li i {
  color: #fff;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.hollow-side-tabs-01 .tabs-panel ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
.hollow-side-tabs-01 .tabs-panel .nextgen_pro_thumbnail_grid {
  text-align: left;
}
 
.hollow-side-tabs-01 .tabs-panel.active {
  display: block;
}
.hollow-side-tabs-01 a.topBtn {
  font-size: 1.1rem;
  color: #fff;
  background: #032b49;
  padding: 0.5rem 0.8rem;
  /*border-radius: 5px;*/
  float: right;
}
.hollow-side-tabs-01 a.topBtn i {
  margin-right: .5rem;
}
.hollow-side-tabs-01 p a {
  color: #007fff;
  text-decoration: underline;
}
.hollow-side-tabs-01 p a.dl-link {
  font-weight: 400;
  font-size: 1.3rem;
}
.hollow-side-tabs-01 p a:hover {
  color: #003960;
}
.hollow-side-tabs-01 .form-wrap input, 
.hollow-side-tabs-01 .form-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 127, 255, 0.5);
  padding: .6rem;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 300;
}
.hollow-side-tabs-01 .form-wrap .submit-wrapper input {
  background: #007FFF;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  width: unset;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
} 
.hollow-side-tabs-01 .form-wrap .submit-wrapper input:hover {
  background: #006dda;
}
.hollow-side-tabs-01 ::-webkit-input-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 ::-moz-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 :-ms-input-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 :-moz-placeholder {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hollow-side-tabs-01 .flex-container {
    flex-direction: row;
  }
  .hollow-side-tabs-01 .tabs {
    flex: 1;
  }
   .hollow-side-tabs-01 .tabs-content {
    flex: 3;
   }
}
@media only screen and (max-width: 767px) {
  .hollow-side-tabs-01 {
    padding: 2rem 0 1rem;
  }
  .hollow-side-tabs-01 p {
    margin-bottom: 1rem;
  }
  .hollow-side-tabs-01 h3 {
    margin-bottom: 2rem;
  }
  .hollow-side-tabs-01 .tabs-content {
    padding: 1rem 2rem;
  }
  .hollow-side-tabs-01 .tabs-content img {
    max-width: 100%;
  }
  .hollow-side-tabs-01 .tabs {
    margin: 1rem 0;
  }
  .hollow-side-tabs-01 .tabs li a {
    padding: 0.75rem 1rem;
  }
  .hollow-side-tabs-01 .tabs-panel .equipment-wrap {
    flex-direction: column-reverse;
  }
  .hollow-side-tabs-01 .tabs-panel .equipment-wrap img {
    width: unset;
  }
  .hollow-side-tabs-01 .tabs-panel hr {
    margin: 1rem 0 2rem;
  }
}


/*============================ */
/* Content 04
============================== */
.interior-map-04 {
  padding: 4rem 0;
}
.interior-map-04 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.interior-map-04 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-map-04 h4 {
  color: #e65804;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.interior-map-04 h2 {
  color: #daa900;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 700;
}
.interior-map-04 hr {
  height: 4px;
  width: 5rem;
  background: #e65804;
  margin: 1rem 0 2rem;
  border: none;
}
.interior-map-04 h3 {
  color: #e65804;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.interior-map-04 p {
  color: #000;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.interior-map-04 .list-wrap {
  display: flex;
  justify-content: space-between;
}
.interior-map-04 .list-wrap .list-1 {
  margin-right: 8rem;
}
.interior-map-04 .list-wrap ul {
  display: block;
}
.interior-map-04 .list-wrap ul li i {
  color: #a36814;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
  font-size: 1.2rem;
}
.interior-map-04 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.interior-map-04 .map-wrap {
  position: relative;
  overflow: hidden;
  flex-basis: 48%;
}
.interior-map-04 .map-wrap:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 50vh;
  transform: translate(-50%,-50%);
  height: 50vh;
  border-radius: 50%;
  background: rgba(0,0,0,.3);
  border: 2px solid #333;
  z-index: 1000;
  position: absolute;
}
.interior-map-04 .map-wrap iframe {
  flex-basis: 48%;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .interior-map-04 .flex-container > * {
    flex-basis: 48%;
  }
  .interior-map-04 .list-wrap .list-1 {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-map-04 {
    padding: 2rem 0;
  }
  .interior-map-04 .flex-container {
    flex-direction: column;
  }
  .interior-map-04 .flex-container > * {
    width: 100%;
  }
  .interior-map-04 .text-wrap {
    margin-bottom: 2rem;
  }
  .interior-map-04 .list-wrap .list-1 {
    margin-right: 3rem;
  }
  .interior-map-04 img {
    order: 2;
  }
  .interior-map-04 .map-wrap iframe {
    max-height: 80vh;
  }
}


/*============================ */
/* Action 01
============================== */
.hollow-action-01 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  text-align: center;
  background: #daa900;
}
.hollow-action-01 .flex-container {
  align-items: center;
}
.hollow-action-01 h1 {
  color: #FFF;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.hollow-action-01 p {
  color: #FFF;
  margin-bottom: 2rem;
  max-width: 50vw;
}
.hollow-action-01 a {
  border-radius: var(--root--borderRadius);
}
.hollow-action-01 a::before {
  background: #a36814;
}
@media screen and (max-width:767px) {
  .hollow-action-01 {
    padding: 3rem 0;
  }
  .hollow-action-01 p {
    max-width: 90vw;
  }
}

/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: #daa900;
  padding: 6rem;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h1 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: #a36814;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch li i {
  color: #a36814;
  font-size: 1.2rem;
  margin-right: .5rem;
}
.hollow-contact-15 .social a {
    color: #fff;
    margin-right: .7rem;
}
.hollow-contact-15 .social a:hover {
  color: #a36814;
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: #fff;
  padding: 6rem;
}
.hollow-contact-15 .contact-us h4 {
  color: #daa900;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h1 {
  color: #daa900;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: #a36814;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 3rem;
  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 transparent;
  border-bottom: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: #373737;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem; 
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: #000;
}
.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;
}
@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;
  }
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
  }
}


header.hollow-header-03 .phone a:hover {
  color: #a36814;
}

.content.seo {
  background: #000;
}
.content.seo p a:hover {
  color: #daa900;
}

/*============================ */
/* Hollow Corner Popup
============================== */
.hollow-corner-popup .form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 11000;
}
.hollow-corner-popup .form-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 40rem;
  padding: 2rem;
  background: #fff;
  z-index: 12000;
  /*border-radius: 6px;*/
  transform: translate(-50%, -50%);
}
.hollow-corner-popup .form-wrap h3 {
  color: #daa900;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.hollow-corner-popup .form-wrap .close {
  display: flex;
  position: absolute;
  top: 2px;
  right: 2px;
  padding: .5rem .6rem;
  /*border-radius: 6px;*/
  color: #fff;
  font-size: 1.2rem;
  background: red;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .form-wrap .close:hover {
  background: darkred;
  /*transform: scale(1.15);*/
}
.hollow-corner-popup .wpcf7-form-control-wrap input,
.hollow-corner-popup .wpcf7-form-control-wrap textarea {
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  padding: .5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  /*border-radius: 6px;*/
  width: 100%;
}
.hollow-corner-popup .wpcf7-form-control-wrap input:focus,
.hollow-corner-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: #daa900;
}
.hollow-corner-popup .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.hollow-corner-popup .wpcf7-form input[type="submit"] {
  font-family: Lato;
  font-size: 1rem;
  color: #fff;
  background: grey;
  padding: .5rem 1rem;
  border: none;
  /*border-radius: 6px;*/
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .wpcf7-form input[type="submit"]:hover {
  background: darkgrey;
  /*transform: scale(1.15);*/
}
.hollow-corner-popup .wpcf7 .ajax-loader {
  display: none;
}
.hollow-corner-popup .wpcf7-validation-errors {
  display: none !important;
}
.hollow-corner-popup div.wpcf7-mail-sent-ok {
  display: none !important;
}
.hollow-corner-popup div.wpcf7-response-output {
  display: none !important;
}
.hollow-corner-popup .form-wrap div.wpcf7-response-wrap {
  display: none!important;
}
.hollow-corner-popup .form-wrap .message-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hollow-corner-popup .form-wrap .message-wrap .message {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  opacity: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.hollow-corner-popup .form-wrap.sent .message.success-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-corner-popup .form-wrap .message-wrap h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.hollow-corner-popup .form-wrap .success-message h3 {
  color: green;
}
.hollow-corner-popup .form-wrap .error-message h3 {
  color: red;
}
.hollow-corner-popup .form-wrap .message-wrap p {
  font-size: 1.4rem;
  color: grey;
}
.hollow-corner-popup .form-wrap.error .message.error-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-corner-popup .form-wrap.sent .success {
  display: flex;
}
.hollow-corner-popup .wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  color: red;
  z-index: 15;
  background: rgba(255,255,255,0.9);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.hollow-corner-popup .loader-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #daa900;
  transform: translate(-50%,-50%);
}
.hollow-corner-popup .loader-wrap i.fa {
  font-size: 1.5rem;
  color: #fff;
}
.hollow-corner-popup .form-wrap.sending .loader-wrap {
  display: flex;
}
.hollow-corner-popup .button-wrap {
  position: fixed;
  z-index: 10000;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
}
.hollow-corner-popup .button-wrap i {
  background: #daa900;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .button-wrap i:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
  .hollow-corner-popup .form-wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-corner-popup .form-wrap {
    width: 90%;
  }
  .hollow-corner-popup .wpcf7-form-control-wrap input,
  .hollow-corner-popup .wpcf7-form-control-wrap textarea {
    margin-bottom: 1rem;
  }
  .hollow-corner-popup .form-wrap .message-wrap h3 {
    font-size: 1.8rem;
  }
  .hollow-corner-popup .form-wrap .message-wrap p {
    font-size: 1.2rem;
  }
}

/*============================ */
/* Main Revisions
============================== */
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-action-11 h3#phone a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background: inherit;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
input, textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
.page-template-page-contact .hollow-contact-01 .card {
  display: none;
}
.hollow-header-03.sticky {
  box-shadow: 0 2px 5px -2px #000;
}
section .gallery {
  margin: 2rem auto;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 185px!important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-03 nav a {
    /*text-transform: capitalize;*/
    /*padding: 0.3rem 0.5rem;*/
    /*font-size: 0.9rem;*/
  }
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 195px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.home) .hollow-header-03 .logo {
    display: none;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .interior-page {
    margin-top: 2rem;
  }
  .hollow-header-03 button#mobile {
    cursor: pointer;
  }
  .hollow-header-03 .mobile-toolbar .icon-wrap *:hover {
    color: #daa900;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-245 .interior-hero-07 {
    display: none;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
  body.home .hollow-hero-13 .cap-slider {
    /*padding-top: 9rem;*/
  }
  .interior-hero-07 {
    margin-top: 0;
  }
}