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

header .storehours {
    display: block;
    text-align: right;
}
header .holiday {
  padding-top: 2rem;
  display: block;
  text-align: center;
  margin: 0 0 1rem;
}
header .holiday p {
  line-height: 1.2;
  color: #466410;
}

@media only screen and (max-width: 767px) {
    header .storehours {
        text-align: center;
        margin: auto;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
}
.hollow-hero-05 {
    position: relative;
    font-family: 'Nunito Sans';
    font-size: 2rem;
}
.hollow-hero-05 .slick-slide {
    position: relative;
    height: auto;
}
.hollow-hero-05 .bg-img img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hollow-hero-05 .caption, .hollow-hero-05 .img-wrap {
    font-size: 2rem;
}
.hollow-hero-05 .caption {
    padding: 0 .8em;
    margin: 3em 0;
    color: #fff;
    text-align: left;
    display: inline-block;
    cursor: default;
	background:rgba(0,0,0,0.5);
}
.hollow-hero-05 .caption h1 {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 600;
	margin: 1.5rem 0;
    color: #fff200;
    text-transform: uppercase;
}
.hollow-hero-05 .caption p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.hollow-hero-05 .caption a {
    font-size: .6em;
    font-weight: 300;
    color: #fff;
    padding: .5em .7em;
    display: inline-block;
    background: #466410;
    text-transform: uppercase;
    border: 1px solid #FFF;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-hero-05 .caption a:hover {
    background: #0f762a;
}
.hollow-hero-05 .img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
}
.hollow-hero-05 .img-wrap img {
    display: inline-block;
    position: absolute;
    max-width: 100%;
    height: 230px;
    top: 300%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.hollow-hero-05 .img-wrap span {
    margin: 6em 0;
    display: block;
}
@media only screen and (max-width: 1199px) {
    .hollow-hero-05 .caption h1 {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 991px) {
    .hollow-hero-05 .caption h1 {
        font-size: .8em;
    }
    .hollow-hero-05 .caption-wrap {
        margin: 7rem 0;
    }
}
@media only screen and (max-width: 767px) {
    .hollow-hero-05 .caption {
        text-align: center;
        margin: 4rem 0;
        padding: 0 2em;
    }
    .hollow-hero-05 .caption-wrap {
        text-align: center;
    }
    .hollow-hero-05 .caption h1 {
        font-size: 1em;
    }
    .hollow-hero-05 .caption p {
        display: none;
    }
}
.hollow-service-boxes-02-4 {
    font-family: 'Nunito Sans';
    font-size: 2rem;
    padding: 2rem 0 0 0;
    background: #466410;
}
.hollow-service-box-02-4 img {
    margin-bottom: 1rem;
}
.hollow-service-box-02-4 h2 {
    font-size: .7em;
    line-height: 1.2;
    margin-bottom: .5rem;
    color: #fff;
    text-transform: uppercase;
}
.hollow-service-box-02-4 p {
    font-size: .6em;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
    .hollow-service-box-02-4 {
        text-align: center;
    }
    .hollow-service-box-02-4 img {
        margin: auto auto 1rem auto;
    }
}
.hollow-content-02 {
    font-family: 'Nunito Sans';
    font-size: 2rem;
    text-align: center;
    padding: 2rem 0;
    background: #ebebeb;
}
.hollow-content-02 h1 {
    color: #466410;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    text-align: left;
    margin-bottom: 1rem;
}
.hollow-content-02 .text-wrap {
    text-align: left;
    font-size: 2rem;
}
.hollow-content-02 .text-wrap h2 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #36352A;
}
.hollow-content-02 .text-wrap p {
    font-size: .6em;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.hollow-content-02 .text-wrap a {
    font-size: .6em;
    color: #fff;
    padding: .6em 1.2em;
    font-weight: 300;
    background: #466410;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
    background: #0a7827;
    color: #fff;
}
.hollow-content-02 .img-size {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
}
@media only screen and (max-width: 991px) {
    .hollow-content-02 .img-size {
        max-width: 80%
    }
}
@media only screen and (max-width: 767px) {
    .hollow-content-02 .content-wrap {
        border: none;
        padding: 0 .6em;
    }
    .hollow-content-02 .text-wrap {
        margin-bottom: 1em;
    }
    .hollow-content-02 .img-wrap {
        width: 100%;
    }
    .hollow-content-02 .img-wrap img {
        width: 100%;
    }
    .hollow-content-02 .img-size {
        max-width: 100%
    }
}
.hollow-contact-01 {
    font-family: 'Nunito Sans';
    font-size: 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hollow-contact-01 .info-wrap {
    z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
    background: #466410;
    padding: .5em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
    display: block;
    border-bottom: 2px solid #fff200;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1, .hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    display: inline-block;
    line-height: 1em;
    font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
    font-size: 1.5em;
    margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
    font-size: .75em;
    padding: .1em .6em;
    border: 1px solid #fff;
    margin-left: 7em;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #fff;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
    background: #fff;
    color: #466410;
}
.hollow-contact-01 .info-wrap .text-wrap {
    padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
    font-size: .6em;
}
.hollow-contact-01 .gm-style-iw {
    color: #000 !important;
}
/*iPhone phone number <a> autowrap fix*/

.hollow-contact-01 .info-wrap .text-wrap p>a {
    color: #000;
}
@media only screen and (min-width: 768px) {
    .hollow-contact-01 .info-wrap {
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
    }
}
.footer-01 .locations i {
    color:#466410;
    padding-right:5px;
}
.footer-01 h3{
    font-size:18px;
    font-weight:700;
}
.footer-01 li{
    font-size:15px;
}
.footer-01 .fa-stack-2x {
    color: #acacac;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
    color: #719C3B;
}
.footer-01 .social .fa-stack-1x {
    color: #466410;
}
.footer-01 .social a:hover .fa-stack-2x {
    color: #836b3b;
}
.footer-01 .social a:hover .fa-stack-1x {
    color: #acacac;
}
.footer-01 nav a {
    padding: 5px;
    display: inline-block;
}
.footer-01 a, .footer-01 a:hover, .footer-01 a:focus {
    color: #4d4d4d;
}
@media (min-width: 768px) {
    .footer-01 nav a {
        display: block;
    }
    .footer-01 .menu-item {
        display: inline-block;
    }
}
.footer-01 {
    padding-top:50px;
    font-family: 'Nunito Sans';
    background-color: #fff;
    background-size: cover;
}
.footer-01 .text-wrap {
    margin: 4rem 0 0 0;
}
.footer-01 .text-wrap h1 {
    font-size: 2.5rem;
    font-weight: 300;
}
.footer-01 .text-wrap h3 {
    font-size: 2rem;
    font-weight: 300;
}
.footer-01 .cred-wrap {
    border-top: 2px solid #fff;
    width: 75vw;
    padding: .5rem;
    margin: 6rem auto;
}
.footer-01 .design {
    display: inline-block;
}
.footer-01 .copyright {
    display: inline-block;
}
.footer-01 .social {
    display: inline-block;
}
.footer-01 .fa-stack-2x {
    color: #acacac;
}
.footer-01 .social a:hover .fa-stack-2x {
    color: #466410;
}
.footer-01 p {
    font-size: 15px;
}
.footer-01 .design span a {
    padding: 0 1px;
}
.footer-01 .design span a strong {
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .footer-01 .design {
        float: left;
        text-align: left;
        margin: .5rem 0;
    }
    .footer-01 .social {
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    .footer-01 .design {
        margin: 1rem 0;
    }
    .footer-01 .copyright {
        margin-bottom: 1rem
    }
}
.mpn2 img {
    width: 100%;
    max-width: 100%;
}
@media only screen and (max-width: 991px) {
    .mpn2 img {
        margin: 10px auto 30px auto !important;
        width: auto;
    }
}
ul.svc-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.svc-list li:before {
    position: absolute;
    top: 0px;
    left: 0;
    margin-right: 20px;
}
ul.svc-list li {
    margin: 3px 5px 3px 5px;
    padding: 0px 0 5px 40px;
    background: url(images/check.png) top 0px left no-repeat;
}
.content.seo {
    background: #466410;
}
strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
.clear {
    clear: both !important;
}
.int-page h1 {
    color: #466410;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5;
}
.int-page h2 {
    color: #466410;
}
.int-page h3 {
    color: #466410;
}
.int-page .mpn1 p {
    font-size: 1.2rem;
}
.int-page .mpn1 h3 {
    font-size: 1.75rem;
}
.int-page ul li:before {
    content: none;
}
.int-page span.underline-1 {
    border-bottom: 2px solid #ccc;
}
img.shadow-img {
    box-shadow: 7px 7px #466410;
}
.svc-area {
    margin-bottom: 25px;
}
.svc-area h3 {
    font-size: 1.4rem;
    background: #466410;
    color: #fff;
    padding: .4em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.svc-area img {
    box-shadow: 7px 7px #466410;
    margin: 20px auto;
}
img.top-img:not(:first-of-type) {
    margin-top: 30px;
}
.faq-area {
    margin-bottom: 40px;
}
.faq-area h3 {
    color: #466410;
    font-style: italic;
    font-size: 1.3rem;
    padding-left: 75px;
    min-height: 70px;
    padding-top: 15px;
}
.faq-area h3:first-of-type {
    background: url(images/q.png) top left no-repeat;
}
.faq-area p {
    padding-left: 75px;
    padding-top: 15px;
}
.faq-area p:first-of-type {
    background: url(images/a.png) top left no-repeat;
    min-height: 70px;
}
@media only screen and (max-width: 767px) {
    header .logo img {
        margin: 50px auto 0px;
    }
}
.hollow-hero-05 .img-wrap {
    overflow: visible;
}
.hollow-hero-05 .img-wrap img {
    border: 4px solid #FFF200;
    overflow: visible;
}
.hollow-hero-05 .caption p {
    font-size: .7em;
}
.content.seo a:hover {
    color: #FFF200 !important;
}
	


/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
} 	
	
	
	
/* =========================== */
/* Interior-Contact-02 (Maps)
============================== */
.hollow-contact-02 .text-wrap {
  margin: 0px 1rem;
  padding: 2rem;
  background: #efefef;
  text-align: center;
  box-shadow: 1px 1px 7px 2px #999;
}
.hollow-contact-02 .text-wrap h1 {
  color: #0C8080;
}
.hollow-contact-02 .text-wrap h3 {
  font-size: 2rem;
  border-bottom: 2px solid #466410;
  color: #466410;
}
.hollow-contact-02 .text-wrap p {
  margin-top: 1rem;
  font-size: 1.4rem;	
}
.hollow-contact-02 .text-wrap ul {
  margin-top: .5rem;
}
.hollow-contact-02 .map-wrapper {
  margin: 1rem 0;
}	


header {
    background: #fff;
    ] .footer-01 .cred-wrap {
        margin-top: 3rem;
    }	
