/* global override */
.container {
    max-width: 1200px;
}
.page-template-homepage #content.site-content {
	padding-top: 0rem;
    padding-bottom: 0rem;
}
.page-template-fullwidth #content.site-content {
	padding-top: 0rem;
}
.page-template-homepage .entry-content, .page-template-fullwidth .entry-content {
	margin: 0;
}

/* top bar */
#top {
    background: rgb(35,31,32);
    background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(243,112,33,1) 100%);
    color: #fff;
    padding: .75rem 0;
    font-size: 16px;
}
#top a {
    color: #fff;
}
#top a:hover {
    text-decoration: none;
}
#top .contact {
    text-align: right;
}
#top .spacer {
    margin: 0 1rem;
}

/* navbar */
.navbar-brand {
    margin: 0;
    padding: 0;
}

/* reserve */
#reserve {
	width: 100%;
	/* height: 550px; */
	/* position: absolute; */
	background: #fff;
	z-index: 1;
	/* margin-top: 4rem; */
}
#rez-iframe{
    width: 100%;
}

/* hotlinks */
#hotlinks {
    text-align: center;
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}
#hotlinks .box p {
    margin-bottom: 0;
}
#hotlinks .box {
    -moz-box-shadow: inset 0 0 20px #e5e5e5;
    -webkit-box-shadow: inset 0 0 20px #e5e5e5;
    box-shadow: inset 0 0 20px #e5e5e5;
    background: #fff;
    padding: 2.5rem;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    -moz-transition: all 0.5s ease 0s;
}
#hotlinks .box:hover {
    background: #f37021;
    -moz-box-shadow: inset 0 0 0px #f37021;
    -webkit-box-shadow: inset 0 0 0px #f37021;
    box-shadow: inset 0 0 0px #f37021;
    top: -1.7rem;
    padding: 4rem 2rem;
    color: #fff; 
}
#hotlinks .box:hover h1 {
    color: #fff;
}
#hotlinks .box h1 {
    font-size: 21px;
    color: #f37021;
    text-transform: uppercase;
}
#hotlinks .box:hover img {
    filter: url(filters.svg#grayscale); 
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1);
      -webkit-transition: all .5s ease-in-out;
}
#hotlinks .box:hover a {
    color: #fff;
}
#hotlinks a {
    color: #f37021;
    text-transform: uppercase;
    font: 18px 'Barlow';
    font-weight: 600;
    margin-top: 1.2rem;
    display: block;
}
#hotlinks a::after {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: .5rem;
}
#hotlinks a:hover {
    text-decoration: none;
}

/* fleet */
#fleet {
    text-align: center;
}
#fleet h1 {
    font-size: 36px;
    color: #f37021;
    margin: 0;
    padding: 0;
}
#fleet h2 {
    font-size: 21px;
    color: #f37021;
    margin: 0 0 .5rem;
    padding: 0;
}
#fleet h4 {
    font-size: 18px;
    color: #231f20;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
#fleet a {
    color: #fff;
    background: #f37021;
    display: inline-block;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font: 'Barlow';
    font-weight: 500;
    margin-top: 1.2rem;
}
#fleet a::after {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: .5rem;
}
#fleet a:hover {
    background: #231f20;
    text-decoration: none;
}
/*iframe { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}*/

/* inside */
#banner {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
    position: relative;
    height: 350px;
}
#banner img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
#banner h1 {
	font-size: 48px;
	padding-bottom: 2rem;
	color: #fff;
    position: absolute;
    bottom: 0;
}

/* footer */
#footer-widget {
    background: #231f20;
    padding: 1.2rem 0;
}
#footer-widget .widget {
	margin: 0 0 1.2rem;
}
#footer-widget .logo {
    background: url("images/footer-line.png") no-repeat center top, url("images/footer-line.png") no-repeat center bottom;
    padding: 1.5rem 0;
}
#footer-widget .widget_sow-image {
    margin: 0;
}
#footer-widget ul {
    text-align: center;
    margin: 0;
}
#footer-widget ul li {
    display: inline-block;
    text-transform: uppercase;
    font: 18px 'Barlow';
    font-weight: 600;
    margin: 0 .6rem;
}
#footer-widget ul li a {
    color: #fff;
}
#footer-widget ul li a:hover {
    color: #f37021;
    text-decoration: none;
}

#footer-contact {
    color: #fff;
    width: 100%;
    margin-top: 1.5rem;
    font-size: 16px;
}
#footer-contact .fas {
    width: 60px;
    height: 60px;
    background: #f37021;
    font-size: 32px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    float: left;
    clear: left;
    margin-right: .8rem;
}
#footer-contact h4 {
    font-size: 16px;
    color: #f37021;
    margin: .5rem 0 0 0;
    padding: 0;
}
#footer-contact .location {
    width: 30%;
}
#footer-contact .phone {
    width: 18%;
}
#footer-contact .mail {
    width: 32%;
}
#footer-contact .hours {
    width: 20%;
}
#colophon .social {
    width: 100%;
    text-align: center;
}
#colophon {
    background: #231f20;
    padding-top: 2.5rem;
}
#colophon .social a {
    width: 40px;
    height: 40px;
    background: #f37021;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 .1rem;
    display: inline-block;
}
#colophon .site-info {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 2rem 0 1rem;
    width: 100%;
}
#colophon .site-info a {
    color: #fff;
}


/* BEGIN RESPONSIVE */
@media (max-width: 1200px) {
#banner h1 {
	left: 1.5rem;
}
#footer-contact .location {
    width: 50%;
    margin-bottom: 1rem;
}
#footer-contact .phone {
    width: 50%;
    margin-bottom: 1rem;
}
#footer-contact .mail {
    width: 50%;
}
#footer-contact .hours {
    width: 50%;
}
#footer-contact .fas {
    margin-left: .8rem;
}
}


@media (max-width: 992px) {
#top {
	text-align: center;
}
#top .contact {
	text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	padding: 0.4rem 0rem;
}
.navbar-nav {
    margin-top: .5rem;
}
}

@media (max-width: 768px) {
#footer-contact .location {
    width: 100%;
    
}
#footer-contact .phone {
    width: 100%;
    
}
#footer-contact .mail {
    width: 100%;
    margin-bottom: 1rem;
}
#footer-contact .hours {
    width: 100%;
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {
#top .spacer {
	display: block;
}
}