/*   
Theme Name: Porter
Description: Porter WordPress theme
Author: Joshua Speechley : Residency Studios
Author URI: http://residencystudios.com
Version: 1.0.1
Tags: 
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

h1, h2, h3, h4 {
  color: #232323;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 66px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 26px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

p, li, input, label, td {
  font-size: 14px;
  color: #232323;
}
p b, p .bold, li b, li .bold, input b, input .bold, label b, label .bold, td b, td .bold {
  font-weight: 700;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}
ol li {
  padding-left: 10px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px 0px 10px;
}

a {
  color: #232323;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #E9B73A;
}

p a {
  color: #232323;
  text-decoration: underline;
}
p a:hover {
  color: #E9B73A;
}

*, html, body {
  margin: 0px;
  padding: 0px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.container {
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.container.narrow {
  max-width: 1024px;
}

.row {
  margin: 0 -15px;
}

.button, #site-header #main-menu > li:last-child a {
  background: #E9B73A;
  color: #232323;
  text-align: center;
  display: inline-block;
  line-height: 54px;
  padding: 0 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #E9B73A;
  min-width: 86px;
  text-transform: uppercase;
}
.button:hover, #site-header #main-menu > li:last-child a:hover {
  border-color: #373737;
  background: #373737;
  color: #ffffff;
}
.button.stroke, #site-header #main-menu > li:last-child a.stroke {
  background: transparent;
  color: #E9B73A;
}
.button.stroke:hover, #site-header #main-menu > li:last-child a.stroke:hover {
  border-color: #E9B73A;
  background: #E9B73A;
  color: #ffffff;
}
.button.stroke.white, #site-header #main-menu > li:last-child a.stroke.white {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.button.stroke.white:hover, #site-header #main-menu > li:last-child a.stroke.white:hover {
  border-color: #E9B73A;
  background: transparent;
  color: #E9B73A;
}
.button.white, #site-header #main-menu > li:last-child a.white {
  color: #E9B73A;
  background: #ffffff;
  border-color: #ffffff;
}
.button.white:hover, #site-header #main-menu > li:last-child a.white:hover {
  border-color: #E9B73A;
  background: transparent;
  color: #E9B73A;
}

a {
  text-decoration: none;
}
a img {
  transition: all 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.7;
}

.clearfix {
  width: 100%;
  clear: both;
  float: left;
  box-sizing: border-box;
}

.col-lg-offset-1 {
  margin-left: 8.3333333333%;
}

.col-lg-12,
.col-lg-9,
.col-lg-8,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2 {
  padding: 0 15px;
  box-sizing: border-box;
  float: left;
}

.col-lg-12 {
  width: 100%;
  float: left;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.667%;
}

.col-lg-4 {
  width: 33.333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.667%;
}

.col-lg-1 {
  width: 8.333%;
}

.last {
  float: right;
}

.inner h2 {
  margin: 30px 0px;
}
.inner .button {
  margin: 20px 20px 0 0;
}

input[type=text], input[type=email] {
  background: #fff;
  border: 1px solid #232323;
  color: #232323;
  line-height: 50px;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 4px;
}
input[type=text]::placeholder, input[type=email]::placeholder {
  color: #232323;
  font-size: 16px;
}

@media (max-width: 1300px) {
  .container {
    max-width: 1080px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .col-lg-offset-1 {
    margin-left: 0px;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }

  .col-sm-6 {
    width: 40%;
    float: left;
  }

  .col-sm-4 {
    width: 33.33%;
    float: left;
  }

  .inner {
    padding: 40px 20px;
  }

  .container {
    padding: 0 20px;
  }
  .container.container-left {
    padding-right: 0px;
  }

  .reorder {
    display: table;
  }
  .reorder .col-sm-12 {
    float: none;
    display: table-footer-group;
  }
  .reorder .col-sm-12.last {
    display: table-header-group;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#site-header {
  background: #232323;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
#site-header.nav-up {
  top: -130px;
}
#site-header.nav-down {
  background: #232323;
}
#site-header.nav-down #menu #main-menu li {
  padding-bottom: 18px;
}
#site-header a.logo {
  display: block;
  z-index: 9;
  float: left;
  position: relative;
  margin: 30px 0px;
}
#site-header a.logo img {
  width: 280px;
}
#site-header #main-menu {
  float: right;
  margin: 0px;
  display: inline-block;
}
#site-header #main-menu > li {
  display: inline-block;
  line-height: 88px;
  float: left;
  position: relative;
}
#site-header #main-menu > li a {
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 0 30px;
  font-size: 18px;
  line-height: 88px;
  position: relative;
  text-decoration: none;
  float: left;
}
#site-header #main-menu > li a:hover {
  background-color: #373737;
  color: #ffffff;
}
#site-header #main-menu > li:last-child a {
  line-height: 88px;
  border: 0px none;
}
#site-header #main-menu > li ul.sub-menu {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  #site-header #main-menu > li ul.sub-menu {
    max-height: 0px;
    overflow: hidden;
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #site-header #main-menu > li ul.sub-menu {
    position: absolute;
    left: 0px;
    padding: 10px 0px;
    min-width: 300px;
    top: 88px;
  }
}
#site-header #main-menu > li ul.sub-menu li {
  margin-left: 0px;
  line-height: 1;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E9B73A;
}
#site-header #main-menu > li ul.sub-menu li:first-child {
  border-top: 1px solid #E9B73A;
}
@media (min-width: 768px) {
  #site-header #main-menu > li ul.sub-menu li {
    border-bottom: 0px none;
  }
  #site-header #main-menu > li ul.sub-menu li:first-child {
    border-top: 0px none;
  }
}
#site-header #main-menu > li ul.sub-menu li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #site-header #main-menu > li ul.sub-menu li:last-child {
    border-bottom: 0px none;
  }
}
#site-header #main-menu > li ul.sub-menu li a {
  line-height: 1;
  color: #232323;
  display: block;
  padding: 20px;
  float: none;
  box-sizing: border-box;
}
#site-header #main-menu > li ul.sub-menu li a:hover {
  background: #ffffff;
  color: #E9B73A;
}
#site-header #main-menu > li:hover ul.sub-menu, #site-header #main-menu > li.active ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #site-header #main-menu > li:hover ul.sub-menu, #site-header #main-menu > li.active ul.sub-menu {
    max-height: 1000px;
  }
}

.container .page-header {
  background-position: center bottom !important;
}
.container .page-header.posts-header {
  background-image: url("/wp-content/uploads/2020/08/fleet-header.jpg");
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 300px;
}
.container .page-header h1, .container .page-header p {
  margin-bottom: 30px;
}
.container .page-header h1:last-child, .container .page-header p:last-child {
  margin-bottom: 0px;
}

.container .bg-left {
  background-position: left center !important;
}

.wpb_text_column ul {
  padding-left: 20px;
}
.wpb_text_column ul li {
  margin-bottom: 10px;
}

.blog .post {
  margin-bottom: 50px;
}
.blog .post h4 {
  color: #E9B73A;
  text-transform: uppercase;
}
.blog .post .post-categories {
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog .post ul {
  margin-left: 20px;
}

#footer {
  width: 100%;
  margin: 0px;
  float: left;
  padding: 80px 0px 40px;
  background: #232323;
}
#footer h4, #footer p, #footer li, #footer a {
  color: #ffffff;
}
#footer .widget p {
  font-size: 14px;
}
#footer .widget:last-child {
  float: right;
  text-align: right;
}
#footer .widget:last-child a {
  float: right;
}
#footer .widget:last-child a:first-child {
  margin-bottom: 50px;
}
#footer h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
#footer li {
  list-style: none;
  margin-bottom: 5px;
}
#footer li:last-child {
  margin-bottom: 0px;
}
#footer li a, #footer p a {
  text-decoration: none;
  color: #ffffff;
}
#footer li a:hover, #footer p a:hover {
  color: #E9B73A;
}
#footer .bottom-container {
  border-top: 1px solid #373737;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 50px;
}
#footer .bottom-container .col-lg-6:last-child {
  text-align: right;
}

.gform_wrapper form ul li, .gform_wrapper form .top_label li {
  padding-right: 0px !important;
  padding-top: 15px !important;
  width: 100%;
  float: left;
}
.gform_wrapper form ul li.half, .gform_wrapper form .top_label li.half {
  width: 47.5%;
  clear: none;
}
@media (max-width: 767px) {
  .gform_wrapper form ul li.half, .gform_wrapper form .top_label li.half {
    width: 100%;
    clear: both;
  }
}
.gform_wrapper form ul li.half.last, .gform_wrapper form .top_label li.half.last {
  float: right;
}
.gform_wrapper form ul li input, .gform_wrapper form ul li textarea, .gform_wrapper form ul li input.large, .gform_wrapper form .top_label li input, .gform_wrapper form .top_label li textarea, .gform_wrapper form .top_label li input.large {
  background: transparent;
  border: 1px solid #232323;
  font-size: 24px !important;
  line-height: 24px;
  padding: 10px 0px 10px 15px !important;
  outline: none;
  border-radius: 0px;
}
.gform_wrapper form ul li input::placeholder, .gform_wrapper form ul li textarea::placeholder, .gform_wrapper form ul li input.large::placeholder, .gform_wrapper form .top_label li input::placeholder, .gform_wrapper form .top_label li textarea::placeholder, .gform_wrapper form .top_label li input.large::placeholder {
  color: #232323;
  font-size: 14px;
  line-height: 14px;
}
.gform_wrapper form ul li input:active, .gform_wrapper form ul li textarea:active, .gform_wrapper form ul li input.large:active, .gform_wrapper form .top_label li input:active, .gform_wrapper form .top_label li textarea:active, .gform_wrapper form .top_label li input.large:active {
  border-color: #E9B73A;
}
.gform_wrapper form ul li .ginput_container_multiselect .gfield_select, .gform_wrapper form .top_label li .ginput_container_multiselect .gfield_select {
  border: 0px solid #232323;
  margin: 0px;
  padding: 0px;
  max-height: 150px;
}
.gform_wrapper form ul li .ginput_container_multiselect .gfield_select option, .gform_wrapper form .top_label li .ginput_container_multiselect .gfield_select option {
  border: 1px solid #232323;
  padding: 10px;
  width: 45%;
  margin: 0px 5% 10px 0px;
  float: left;
}
.gform_wrapper form ul li .ginput_container_multiselect .gfield_select option:active, .gform_wrapper form .top_label li .ginput_container_multiselect .gfield_select option:active {
  border-color: #E9B73A;
}
.gform_wrapper form ul li.gfield_html, .gform_wrapper form .top_label li.gfield_html {
  margin-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gform_wrapper form ul li.gfield_html h4, .gform_wrapper form .top_label li.gfield_html h4 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.gform_wrapper form ul li lable, .gform_wrapper form .top_label li lable {
  color: #232323;
}
.gform_wrapper form ul textarea.large, .gform_wrapper form .top_label textarea.large {
  max-height: 140px;
}
.gform_wrapper form .field_description_below > label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #232323;
}
.gform_wrapper form .field_description_below .gfield_description {
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 12px;
}
.gform_wrapper form .gfield_checkbox li {
  width: 50%;
  margin: 0px 0px 15px;
  /* disabled checkbox */
}
.gform_wrapper form .gfield_checkbox li input {
  margin-top: -4px;
  margin-right: 6px;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:not(:checked), .gform_wrapper form .gfield_checkbox li [type=checkbox]:checked {
  position: absolute !important;
  left: -9999px;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:not(:checked) + label, .gform_wrapper form .gfield_checkbox li [type=checkbox]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:not(:checked) + label:before, .gform_wrapper form .gfield_checkbox li [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #232323;
  background: #fff;
  padding: 2px;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:not(:checked) + label:after, .gform_wrapper form .gfield_checkbox li [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  background-color: #E9B73A;
  transition: all 0.2s;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:disabled:not(:checked) + label:before,
.gform_wrapper form .gfield_checkbox li [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.gform_wrapper form .gfield_checkbox li [type=checkbox]:disabled + label {
  color: #aaa;
}

.home > div > div > .OPF__modal-form__close-button > span {
  top: 0px !important;
  line-height: 1;
}

#wrapper {
  margin-top: 88px;
}

.show-on-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }

  .row {
    margin: 0px;
  }

  .col-sm-6 {
    width: 50%;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

  .button {
    padding: 0 20px;
    width: auto;
    min-width: 210px;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

  #wrapper {
    margin-top: 68px;
  }

  #menu-button {
    width: 30px;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  #menu-button span {
    width: 100%;
    height: 2px;
    background: #E9B73A;
    display: block;
    margin: 0px 0px 7px;
  }

  .inner .button {
    margin-top: 20px;
  }

  #wysiwyg .container {
    max-width: none;
  }

  #wysiwyg, #instagram {
    padding: 50px 0px;
  }

  #site-header #right-menu {
    display: none;
  }
  #site-header a.logo {
    margin: 20px 0px;
  }
  #site-header #main-menu {
    background: #ffffff;
    position: fixed;
    top: 68px;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    z-index: 9999;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #site-header #main-menu li {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #E9B73A;
    padding: 0px;
    padding-bottom: 0px !important;
    float: left;
    clear: both;
  }
  #site-header #main-menu li:last-child {
    border-bottom: 0px none;
  }
  #site-header #main-menu li a {
    color: #232323 !important;
    line-height: 25px;
    padding: 20px 20px 19px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: block;
    background: #ffffff;
    margin: 0px;
  }
  #site-header #main-menu li a:hover {
    color: #232323 !important;
    background: #ffffff;
  }
  #site-header #main-menu li.current ul.dropdown-menu {
    max-height: 1000px !important;
  }
  #site-header.active {
    top: 0px !important;
  }
  #site-header.active #main-menu {
    max-height: 1000px;
  }
  #footer .widget {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 30px;
    margin-right: 0px !important;
  }
  #footer .widget:first-child {
    width: 100%;
    text-align: left;
  }
  #footer #copyright p {
    font-size: 12px;
  }

  #homepage-slider .flex-control-nav {
    left: 20px;
  }
  #homepage-slider .slide-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  #homepage-slider .slide-overlay h2 {
    font-size: 32px;
  }
  #homepage-slider .slide-overlay p {
    font-size: 16px;
  }

  .tour-post {
    padding: 0px;
  }

  .flexslider-mobile {
    display: block;
    margin-bottom: 20px;
  }
  .flexslider-mobile .flex-control-paging li a {
    width: 8px;
    height: 8px;
    margin: 1px;
  }
  .flexslider-mobile .flex-control-paging li a.flex-active {
    margin: 0px;
    width: 10px;
    height: 10px;
  }

  .testimonial h2 {
    max-width: 80%;
  }

  .single.fixed #tour-header .container h4, .single.fixed #tour-header .container p {
    display: none;
  }

  .single #tour-header .container {
    padding: 0 15px;
  }
  .single #tour-header .container .tour-buttons {
    width: 100%;
    margin-bottom: 15px;
  }
  .single #tour-header .container .tour-buttons a.button {
    margin: 0px;
    width: 40%;
    padding: 0px;
    box-sizing: border-box;
    float: left;
    font-size: 10px;
  }
  .single #tour-header .container .tour-buttons a.button.stroke {
    width: 58%;
    float: right;
  }
  .single .highlight-carousel {
    margin: 0px -15px;
  }
  .single .tour-data .data-item {
    margin-bottom: 30px;
  }

  input[type=text], input[type=email] {
    line-height: 50px;
  }

  .icon-row .full-padding {
    border: 30px solid #ffffff;
  }

  .icons .icon-group {
    text-align: center;
    margin-bottom: 40px;
  }
  .icons .icon-group img, .icons .icon-group p {
    margin: 0px auto;
    clear: both;
    float: none;
  }
  .icons .icon-group p {
    line-height: 1;
    width: 100%;
    float: left;
  }

  input, input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}

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