/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-tb-header .header-wrap {
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 160px;
  border-top: 3px solid var(--wp--preset--color--awb-color-6);
  border-bottom:2px solid var(--wp--preset--color--awb-color-4);
  box-shadow: 0px 4px 8px rgba(0,0,0,0.3) ;
}
.fusion-tb-header .header-buttons {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.header-buttons a {
  padding: 0 30px;
  height: 60px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
  border: 1px solid var(--wp--preset--color--awb-color-6);
  background: var(--wp--preset--color--awb-color-2);
  align-items: center;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-buttons a:hover,
.header-buttons a:focus {
  color: var(--wp--preset--color--awb-color-4);
  /*border-color: transparent;*/
}
a.phone-btn {
  margin-right: -1px;
  padding-top: 2px;
  font-family: "Museo", sans-serif;
  font-size: 26px;
  font-weight: 900;
}
a.phone-btn i {
  margin-right: 8px;
  font-size: 22px;
}
a.phone-btn:hover,
a.phone-btn:focus {
  border-color: transparent;
}
a.browse-equip-btn {
  position: relative;
}
a.browse-equip-btn i {
  margin: 2px 12px 0px -4px;
}
a.browse-equip-btn svg {
  width: 60px;
  pointer-events: none;
}
a.browse-equip-btn svg path {
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.browse-equip-btn:hover svg path,
a.browse-equip-btn:focus svg path {
  fill: var(--wp--preset--color--awb-color-4);
  pointer-events: none;
}
.browse-equip-btn:hover,
.browse-equip-btn:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.fusion-tb-header .logo-wrapper {
  left: 0;
  top: 0;
  position: absolute;
}
.fusion-tb-header .logo-wrapper span,
.fusion-tb-header .logo-wrapper span img {
  width: 100%;
  max-width: 400px;
}
.main-nav a span {
  position: relative;
}
.main-nav .current-menu-item a span:after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--awb-color-4);
  left: 0;
  bottom: 2px;
  display: block;
  position: absolute;
}
@media (max-width: 1060px) {
  .header-nav-wrap > div:first-child {
    justify-content: center;
  }
  .logo-wrapper {
    max-width: 260px;
  }
}
@media (max-width: 890px) {
  .fusion-tb-header .header-buttons {
    padding-top: 0;
  }
}
@media (max-width: 830px) {
  .fusion-tb-header .logo-wrapper {
    margin: 0 auto 20px !important;
    left: auto;
    top: auto;
    position: relative;
  }
  .header-buttons div:first-child {
    justify-content: center;
  }
  .header-buttons a {
    width: 263px;
  }
  .header-buttons a.browse-equip-btn {
    padding-left: 50px;
  }
  .main-nav {
    justify-content: center;
  }
  .main-nav button {
    padding: 15px 20px;
  }
}
@media (max-width: 650px) {
  .header-nav-wrap div:first-child {
    margin-right: 0;
  }
  #menu-main-menu {
    margin-top: 0;
    overflow: hidden !important;
  }
}
@media (max-width: 599px) {
  a.phone-btn {
    margin-right: 0;
    margin-bottom: -1px;
  }
  .browse-equip-btn:hover,
  .browse-equip-btn:focus {
    border-top-color: var(--wp--preset--color--awb-color-6);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
}

.hero-text .fusion-column-wrapper > div:nth-child(4),
.hero-text .fusion-column-wrapper > div:nth-child(5) {
  float: left;
  align-self: flex-start;
}
.home-hero:before {
  content: url('assets/images/orange-angle.svg');
  right: 0;
  bottom: -5px;
  position: absolute;
  width: 40%;
  max-width: 400px;
  height: auto;
}
.home-intro-icon img {
  height: 90px;
  width: auto;
}
.home-why-choose > div:first-child {
  flex-direction: column;
  align-items: flex-end;
}
.home-why-choose:before {
  content: url('assets/images/orange-angle.svg');
  left: 0;
  top: -5px;
  position: absolute;
  width: 40%;
  max-width: 400px;
  height: auto;
  transform: rotate(180deg); /* rotate 45 degrees */
  transform-origin: center; /* pivot point */
}
.why-choose-list li,
.standard-check-list {
  line-height: 1.2;
}
.standard-check-list .icon-wrapper {
  font-size: 16px;
  margin-right: -5px !important;
}
.standard-check-list .fusion-li-item-content {
  margin-left: 36px !important;
}
.cta:before {
  content: url('assets/images/orange-angle.svg');
  right: 0;
  top: -5px;
  position: absolute;
  width: 40%;
  max-width: 400px;
  height: auto;
  transform: scaleY(-1); /* flip vertically */
  transform-origin: center; /* pivot point */
}

.process-box h4 {
  margin: 18px 0 5px;
  font-size: 24px !important;
}
.process-box ol li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.process-box ol li::marker,
.process-box ol li strong {
  font-size: 20px;
  font-weight: 600;
}
.category-description-icon img {
  height: 50px;
  width: auto;
}

.contact-page-info strong {
  font-weight: 600;
}

.footer-phone {
  font-family: "Museo", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--wp--preset--color--awb-color-4);
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-phone:hover,
.footer-phone:focus {
  color: var(--wp--preset--color--awb-color-6);
}
.footer-menu li,
.footer-menu li:hover,
.footer-menu li span,
.footer-menu li a,
.footer-menu li a span,
.footer-menu li:hover span,
.footer-menu li a:hover,
.footer-menu li a:hover span {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.footer-menu > ul li {
  padding: 6px 0 !important;
}
.footer-menu > ul li:hover {
  padding: 6px 0 !important;
  background: transparent !important;
}
.footer-menu li.current-menu-item a span,
.footer-menu li:hover > a span {
  color: var(--wp--preset--color--awb-color-4) !important;
  border-bottom: 0px !important;
}

.footer-hours strong {
  font-weight: 600;
}
.footer-right-col p {
  margin-top: 0px;
}
.footer-right-col a {
  padding: 0 30px;
  height: 60px;
  width: 225px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  display: inline-flex;
  border: 1px solid var(--wp--preset--color--awb-color-6);
  background: var(--wp--preset--color--awb-color-3);
  align-items: center;
  position: relative;
  z-index: 2;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-right-col a:hover,
.footer-right-col a:focus {
  color: var(--wp--preset--color--awb-color-4);
}
@media (max-width: 1120px) {
  .footer-logo-col {
    width: 100% !important;
  }
  .footer-hours-col {
    width: 40% !important;
  }
  .footer-menu-col {
    width: 20% !important;
  }
  .footer-right-col {
    /*width: 40% !important;*/
    flex-grow: 1 !important;
  }
}
@media (max-width: 840px) {
  .footer-logo-col {
    width: 50% !important;
  }
  .footer-hours-col {
    width: 50% !important;
  }
  .footer-menu-col {
    padding-left: 10%;
    width: 40% !important;
  }
  .footer-right-col {
    /*width: 40% !important;*/
    flex-grow: 1 !important;
  }
}
@media (max-width: 640px) {
  .button-row div:first-child {
    justify-content: center;
    align-items: center;
  }
  .footer-logo-col {
    width: calc(100% - 30px) !important;
  }
  .footer-hours-col {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-hours-col p {
    text-align: center;
  }
  .footer-menu-col {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
  }
  .footer-menu-col ul li span.menu-text {
    margin: 0 auto !important;
  }
  .footer-right-col {
    flex-grow: 1 !important;
  }
  .footer-right-col p {
    text-align: center;
  }
  .footer-right-col .browse-equip-btn {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .col-reverse .fusion-builder-row {
    flex-direction: column-reverse;
  }
}

.other-rental-links {
  margin: -50px 0 25px;
  text-align: right;
}
.other-rental-links a {
  font-weight: 600;
}
.other-rental-links span {
  display: inline-block;
  margin: 0 4px 0 8px;
}
.other-rental-links span:last-child {
  display: none;
}
.other-rental-links-lower {
  margin: 50px 0 0;
  text-align: right;
}
.rental-list-header {
  padding: 0 0 50px 0;
  text-align: center;
}
.rental-list-header h1 {
  margin: 0;
  line-height: 1.1;
}
.rental-list-header h2 {
  margin: 0;
  line-height: 1.1;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--wp--preset--color--awb-color-4);
}
.rental-list-wrapper {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 30px;
}
.rental-list-item {
  padding-bottom: 121px;
  width: calc(25% - 30px);
  border: 1px solid var(--wp--preset--color--awb-color-6);
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  position: relative;
}
.rental-list-item a:hover,
.rental-list-item a:focus {
  color: var(--wp--preset--color--awb-color-6);
}
.rental-list-item a:hover h2,
.rental-list-item a:focus h2 {
  color: var(--wp--preset--color--awb-color-4);
}
.rental-list-image-wrap {
  border-bottom: 1px solid var(--wp--preset--color--awb-color-6);
}
.rental-list-image {
  aspect-ratio: 8 / 5;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.rental-list-title {
  padding: 15px 20px;
}
.rental-list-title h2 {
  margin: 0px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rental-list-rate-wrapper {
  width: 100%;
  border-top: 1px solid var(--wp--preset--color--awb-color-6);
  left: 0;
  bottom: 0;
  position: absolute;
}
.rental-list-rate-row {
  display: flex;
}
.rental-list-rate-row > div {
  padding: 8px 8px 8px 15px;
  width: 50%;
  font-weight: 600;
}
.rental-list-weekly-rate-row {
  border-top: 1px solid var(--wp--preset--color--awb-color-6);
  border-bottom: 1px solid var(--wp--preset--color--awb-color-6);
}
.rental-list-rate-title {
  background: var(--wp--preset--color--awb-color-3);;
}
@media (max-width: 1100px) {
  .rental-list-item {
    width: calc(33% - 30px);
  }
}
@media (max-width: 800px) {
  .rental-list-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 540px) {
  .rental-list-item {
    width: calc(100%);
  }
}

.rental-single-page {
  width: 100%;
}
.single-rental-wrapper {
  padding-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.single-rental-wrapper > div {
  width: 50%;
  position: relative;
}
.single-rental-image {
  aspect-ratio: 8 / 5;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-rental-right {
  padding-left: 50px;
}
.single-rental-title h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
}
.single-rental-rate-wrapper {
  margin-top: 40px;
  width: 100%;
  border: 1px solid var(--wp--preset--color--awb-color-6);
}
.single-rental-rate-row {
  display: flex;
}
.single-rental-rate-row > div {
  padding: 8px 8px 8px 15px;
  width: 50%;
  font-weight: 600;
}
.single-rental-weekly-rate-row {
  border-top: 1px solid var(--wp--preset--color--awb-color-6);
  border-bottom: 1px solid var(--wp--preset--color--awb-color-6);
}
.single-rental-rate-title {
  background: var(--wp--preset--color--awb-color-3);;
}
.rental-single-page .post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rental-single-page .post-navigation .nav-links a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 15px 15px 17px;
  background: var(--wp--preset--color--awb-color-6);
  color: #fff;
  line-height: 0;
  display: inline-block;
}
.rental-single-page .post-navigation .nav-links a:hover,
.rental-single-page .post-navigation .nav-links a:focus {
  background: var(--wp--preset--color--awb-color-4);
}

.item-form-wrapper {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-form-wrap {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 980px;
  border-bottom: 1px solid #888;
}
.item-form-header {
  text-align: center;
}
.item-form-header h3 {
  margin-bottom: 0px;
  font-size: 26px;
}
.item-form-header p {
  margin-top: 0px;
}
.item-form-wrapper .select-interest {
  border: 1px solid #888;
  background-color: var(--wp--preset--color--awb-color-1);
  border-radius: 5px;
}
.item-form-wrap fieldset {
  padding: 40px 15px 10px;
  display: flex;
  position: relative;
}
.item-form-wrap fieldset legend {
  left: 15px;
  top: 10px;
  position: absolute;
}
.item-form-wrap fieldset .option-inline {
  width: 25%;
  margin-right: 0px !important;
  padding: 5px 15px;
}
@media (max-width: 800px) {
  .item-form-wrap fieldset {
   flex-wrap: wrap;
  }
  .item-form-wrap fieldset .option-inline {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .single-rental-wrapper > div {
    width: 100%;
  }
  .single-rental-right {
    padding-left: 0;
  }
  .single-rental-title {
    padding-top: 35px;
  }
}
@media (max-width: 500px) {
  .item-form-wrap fieldset .option-inline {
    width: 100%;
  }
}
