/*
Theme Name: CHHM Theme
Author: Liam McNally
Description: theme designed exclusively for this website.
Version: 1.0
*/

#included ul {
	list-style-type:none;
	padding-left:0;
}

#included li {
	display:inline-block;
	width:33%;
	padding:10px;
	text-align:center;
}

@media (max-width:768px) {
	#included li {
		width:100%;
	}
}

.std-page-banner {
	background:#3B5D6B;
	height:200px;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	color:#FFF;
	font-size:40px;
}

header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.logo {
  padding: 0.5em 1em; }
  .logo img {
    width: 150px;
    height: auto; }

#main_navbar {
  background: #EEE;
  padding: 0;
  display: flex; }
  @media (min-width: 768px) {
    #main_navbar {
      background: none;
      padding-right: 1em; } }
  #main_navbar .container {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1000px) {
      #main_navbar .container {
        padding: 0 1em; } }
  #main_navbar .dropdown-menu {
    border-radius: 0; }
  #main_navbar .dropdown-item {
    color: #3B5D6B; }
  #main_navbar .dropdown-item.active, #main_navbar .dropdown-item:active {
    background: #A6151C;
    color: #FFF; }

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
  padding: 0 1em; }

.navbar-light .navbar-nav .nav-link {
  color: #3B5D6B;
  text-transform: uppercase; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #A6151C; }

.mobile-button {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .mobile-button {
      display: none; } }

.navbar-toggler {
  background: #000;
  border-radius: 0;
  padding: 0.5em 1em;
  color: #FFF; }
  @media (min-width: 768px) {
    .navbar-toggler {
      display: none; } }

.book-btn {
  width: 100%;
  background: #A6151C;
  padding: 0.3em;
  text-align: center;
  color: #FFF;
  display: flex;
  padding-left: 1em; }
  .book-btn:hover {
    background: #000;
    color: #FFF;
    text-decoration: none; }
  @media (min-width: 768px) {
    .book-btn {
      width: 140px;
      justify-content: center;
      padding-left: 0.3em; } }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #A6151C; }

.flexslider {
  max-height: 600px;
  overflow: hidden; }

.flex-direction-nav {
  display: none; }

.flex-control-nav {
  bottom: 20px !important; }

.slide-img {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative; }
  .slide-img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .slide-img .overlay .boxed {
      width: 60%;
      display: flex;
      flex-direction: column;
      max-width: 1600px; }
      @media (max-width: 800px) {
        .slide-img .overlay .boxed {
          width: 100%; } }
      @media (min-width: 2000px) {
        .slide-img .overlay .boxed {
          width: 100%;
          margin: 0 auto; } }
      .slide-img .overlay .boxed h2 {
        font-size: 2.5em;
        color: #FFF; }
      .slide-img .overlay .boxed h4 {
        color: #FFF;
        font-size: 1.1em; }

.home-intro-content {
  padding: 2em;
  text-align: center; }

.faded-image {
  opacity: 0.5; }

.h1-title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase; }

.blue {
  color: #3B5D6B; }

.home-content-block {
  width: 100%;
  display: flex;
  background-size: cover !important;
  background-position: center center !important; }

.home-content-block-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .home-content-block-2 .content-image {
    width: 100%;
    min-height: 500px;
    background-size: cover !important;
    background-position: center center !important; }
    @media (min-width: 768px) {
      .home-content-block-2 .content-image {
        width: 50%; } }
  .home-content-block-2 .content-text {
    width: 100%;
    min-height: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2em; }
    @media (min-width: 768px) {
      .home-content-block-2 .content-text {
        width: 50%;
        min-height: 500px; } }
    .home-content-block-2 .content-text h3 {
      color: #3B5D6B;
      font-weight: 900;
      font-size: 2.5em; }
    .home-content-block-2 .content-text a {
      background: #A6151C;
      padding: 0.5em;
      width: 200px;
      text-align: center;
      color: #FFF; }
      .home-content-block-2 .content-text a:hover {
        background: #000;
        text-decoration: none; }

.home-content-block-2:nth-child(even) {
  flex-direction: row-reverse; }

.image-banner {
  width: 100%;
  display: flex;
  min-height: 300px;
  flex-direction: wrap;
  align-items: center;
  background-size: cover !important;
  background-position: center center !important; }
  .image-banner .block-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2em; }
    @media (min-width: 768px) {
      .image-banner .block-left {
        width: 50%;
        justify-content: flex-start;
        align-items: baseline;
        text-align: left; } }
  .image-banner .block-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em; }
    @media (min-width: 768px) {
      .image-banner .block-right {
        width: 50%;
        justify-content: flex-end; } }

.white-text h3 {
  color: #FFF; }
.white-text p {
  color: #FFF;
  margin-bottom: 0; }
.white-text a {
  color: #FFF;
  margin-top: 1em;
  padding: 0.5em 1em;
  border: 2px solid #FFF; }
  .white-text a:hover {
    text-decoration: none;
    background: #FFF;
    color: #3B5D6B; }
  @media (min-width: 768px) {
    .white-text a {
      margin-top: 0; } }

.sr-max-container {
  max-width: 1600px;
  margin: 0 auto; }

footer {
  background-color: #333;
  background-image: url("/wp-content/uploads/2019/03/white-mountains.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  padding: 2em; }
  @media (min-width: 768px) {
    footer {
      background-size: 60%; } }
  @media (min-width: 1000px) {
    footer {
      background-size: 50%; } }
  @media (min-width: 2000px) {
    footer {
      background-size: 40%; } }

.footer-icon {
  display: flex;
  flex-direction: column; }
  .footer-icon a {
    color: #FFF; }

.footer-right {
  color: #FFF;
  text-align: center; }
  @media (min-width: 576px) {
    .footer-right {
      text-align: right; } }
  .footer-right img {
    width: 40px; }
  .footer-right a {
    color: #FFF; }

.vehicle-banner {
  width: 100%;
  height: 500px;
  display: flex;
  background-size: cover !important;
  background-position: 50% 75% !important; }

.blue-banner {
  width: 100%;
  background: #3B5D6B;
  display: flex; }
  .blue-banner h1 {
    color: #FFF;
    margin-bottom: 0; }
  .blue-banner .title-box {
    text-align: center; }
    @media (min-width: 768px) {
      .blue-banner .title-box {
        text-align: left; } }
  .blue-banner .lighten-box {
    background: #6395a9;
    text-align: center; }
  .blue-banner a.lighten-box:hover {
    background: #A6151C;
    text-decoration: none; }

.vehicle-gallery a {
  width: 90%;
  margin: 15px 5%; }
  @media (min-width: 768px) {
    .vehicle-gallery a {
      width: 49%;
      margin: 15px 0.5%; } }
  @media (min-width: 959px) {
    .vehicle-gallery a {
      width: 24%; } }
  .vehicle-gallery a img {
    width: 100%; }

.specifications h3 {
  font-size: 2em;
  margin-bottom: 40px;
  color: #A6151C;
  font-weight: 900; }

.tech-specs {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #DDD !important; }
  .tech-specs tr:nth-child(even) {
    background: #F6f6f6; }
  .tech-specs td {
    border: 1px solid #CCC;
    padding: 0.5em; }

.accordion {
  background: #3B5D6B;
  color: #FFF;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
  max-width: 800px;
  border: none;
  text-align: center;
  outline: none;
  transition: 0.4s; }
  .accordion .active, .accordion:hover {
    background: #000; }

.panel {
  margin-top: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.page-header {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-attachment: scroll !important;
  font-size: 60px;
  color: #FFF;
  position: relative;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .page-header {
      background-attachment: fixed !important; } }
  .page-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(59, 93, 107, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }

.pricing {
  width: 30%;
  margin: 0 1.66666667%;
  background: #da5552;
  background: linear-gradient(150deg, #da5552 0%, #a6151c 100%);
  padding: 1.5em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  box-shadow: 2px 21px 50px rgba(61, 91, 148, 0.45); }
  .pricing:first-child {
    background: #df7373;
    background: linear-gradient(150deg, #df7373 0%, #da5552 100%); }
  .pricing:last-child {
    background: #A6151C; }
  .pricing h3 {
    color: #FFF;
    font-weight: 100;
    font-size: 34px;
    margin: 0;
    padding: 0; }
  .pricing h4 {
    font-size: 16px;
    font-weight: 100;
    color: #FFF; }
  .pricing h2 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    color: #FFF; }
  .pricing h5 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 16px; }
  .pricing h6 {
    font-size: 0.8em;
    color: #FFF;
    margin: 0;
    padding: 0; }
  .pricing p {
    font-size: 1em;
    margin: 1em 0;
    color: #FFF; }

@media (max-width:767px) {
	.pricing {
		width:100%;
		margin-bottom:20px;
	}
}

.block_hints {
  padding: 0 1.5em; }

.contact-form p {
  font-size: 20px;
  text-align: center; }
.contact-form textarea {
  border: 1px solid #CCC; }

.ginput_recaptcha div {
  margin: 0 auto;
  text-align: center; }

.privacy {
  text-align: center; }

.gform_footer {
  margin: 0 auto;
  text-align: center; }

#gform_submit_button_1 {
  background: #A6151C;
  border: 0;
  padding: 0.5em 1.5em;
  text-align: center;
  margin: 0 auto;
  color: #FFF; }
  #gform_submit_button_1:hover {
    background: #000; }

html, body, a, p, h1, h2, h3, h4, h5, h6 {
  font-family: roboto, sans-serif; }

.myflex {
  display: flex;
  flex-wrap: wrap; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.greyBG {
  background: #EEE; }

.h2-title {
  color: #3B5D6B;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 20px; }

.h3-title {
  color: #3B5D6B;
  font-weight: 900;
  font-size: 40px; }

p.large {
  font-size: 1.1em; }

/*# sourceMappingURL=style.css.map */
