/* side bar */

.side-bar-module {
  width: 90px;
  position: fixed;
  top: 250px;
  right: 0px;
  z-index: 10000;
}

.side-bar-module-cta {
  background: #ffffff;
  color: #000000;
  padding: 10px 5px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  margin: 0px 0px 3px 0px;
  -webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.25);
  text-decoration: none;
  transition: 0.5s;
}

.side-bar-module-cta:hover {
  background: #043f2b;
  color: #ffffff;
  transition: 0.5s;
}

.side-bar-module-cta:hover .side-bar-svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(218deg) brightness(103%) contrast(100%);
}

/* mobile side bar */

@media screen and (max-width: 720px) {
  .side-bar-module {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0px;
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px -10px 15px -4px rgba(0,0,0,0.25);
    box-shadow: 0px -10px 15px -4px rgba(0,0,0,0.25);
  }

  .side-bar-module-cta {
    display: inline-block;
    width: 29%;
    margin: 0px;
    -webkit-box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.0);
    box-shadow: 0px 10px 15px -4px rgba(0,0,0,0.0);
  }
}

/* header-footer */

body.responsive #masthead .container {
  max-width: none;
  padding: 0px 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#masthead .site-branding img {
  width: 200px;
}

#primary-menu.menu a {
  font-size: 13px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.svg-icon-search {
  margin: 0px 0px 0px 10px;
}

#topbar #topbar-widgets {
  max-width: none;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

#topbar p {
  text-align: left;
}

.main-navigation ul .sub-menu {
  background-color: #ffffff;
  border-style: hidden;
  padding: 15px;
  -webkit-box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
}

.main-navigation ul .sub-menu li a {
  margin: 5px 0px;
  font-size: 10px !important;
}

#colophon .container {
  padding: 0px;
}

#colophon a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

/* typography */

a {
  text-decoration: none;
  font-weight: 600;
  color: #3d8a6c;
}

p {
  line-height: 20px;
  font-size: 14px;
}

h1 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 1;
  margin-top: 0px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0px;
}

h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-top: -20px;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 29px;
  }
}

@media screen and (max-width: 1150px) {
  h3,
  services-tombstone {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
  }
}

ul {
  margin-top: 13px;
  list-style-type: square;
}

li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

ul li::marker {
  color: #f8d553;
  font-size: 24px;
}

/* testimonials */

.testimonial {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
}

.testimonial-box::before {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-right: -50px;
  content: "";
  background: url(http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/quotation-icon.svg) no-repeat 0 0;
  background-size: 100px 100px;
  margin-bottom: -50px;
}

.testimonial-box::after {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-right: -50px;
  content: "";
  background: url(http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/quotation-icon.svg) no-repeat 0 0;
  background-size: 100px 100px;
  position: absolute;
  bottom: 65px;
  right: 150px;
  transform: rotate(180deg);
}

/* buttons */

.buy-now-holder {
  background: #e3e3e3;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
}

.button-break {
  line-height: 40px !important;
}

.white-button {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.25s;
  white-space: nowrap;
}

.white-button:hover {
  background: #000000;
  color: #ffffff;
  transition: 0.25s;
}

.yellow-button {
  background: #f8d553;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.25s;
  white-space: nowrap;
}

.yellow-button:hover {
  background: #f8d553;
  color: #ffffff;
  transition: 0.25s;
}

.yellow-button-equipment {
  background: #f8d553;
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.25s;
  display: inline-block;
}

.yellow-button-equipment:hover {
  background: #f8d553;
  color: #ffffff;
  transition: 0.25s;
}

.green-button {
  background: #3d8a6c;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.1;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.25s;
  white-space: nowrap;
}

.green-button:hover {
  background: #043f2b;
  color: #ffffff;
  transition: 0.25s;
}

.header-phone-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 10px 20px;
  border-right: 1px solid #3d8a6c;
}

.header-phone-button:hover {
  color: #043f2b;
  background: #f8d553;
  transition: 0.25s;
  border-right: 1px solid #f8d553;
}

.header-phone-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/phone-icon.svg");
  background-size: cover;
  display: inline-block;
  margin: 0px 3px -3px 0px;
  width: 15px;
  height: 15px;
}

.header-newsletter-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.header-newsletter-button:hover {
  color: #f8d553;
  transition: 0.25s;
}

.header-newsletter-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/email-icon.svg");
  background-size: cover;
  display: inline-block;
  margin: 0px 7px -6px 0px;
  width: 20px;
  height: 20px;
}

.header-locations-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 10px 20px;
  border-right: 1px solid #3d8a6c;
}

.header-locations-button:hover {
  color: #043f2b;
  background: #f8d553;
  transition: 0.25s;
  border-right: 1px solid #f8d553;
}

.header-locations-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/location-icon.svg");
  background-size: cover;
  display: inline-block;
  margin: 0px 3px -3px 0px;
  width: 15px;
  height: 15px;
}

.header-locations-button:before:hover {
  filter: invert(18%) sepia(52%) saturate(646%) hue-rotate(108deg) brightness(94%) contrast(100%);
}

.header-newsletter-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.header-newsletter-button:hover {
  color: #f8d553;
  transition: 0.25s;
}

.header-newsletter-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/email-icon.svg");
  background-size: cover;
  display: inline-block;
  margin: 0px 7px -6px 0px;
  width: 20px;
  height: 20px;
}

.header-careers-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 10px 20px;
  border-right: 1px solid #3d8a6c;
  border-left: 1px solid #3d8a6c;
}

.header-careers-button:hover {
  color: #043f2b;
  background: #f8d553;
  transition: 0.25s;
  border-right: 1px solid #f8d553;
  border-left: 1px solid #f8d553;
}

.header-customer-care-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 10px 20px;
  border-right: 1px solid #3d8a6c;
}

.header-customer-care-button:hover {
  color: #043f2b;
  background: #f8d553;
  transition: 0.25s;
  border-right: 1px solid #f8d553;
}

.footer-phone-button {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.footer-phone-button:hover {
  color: #f8d553 !important;
  transition: 0.25s;
}

.footer-phone-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/phone-icon.svg");
  filter: invert(100%);
  background-size: cover;
  display: inline-block;
  margin: 0px 5px -7px 0px;
  width: 20px;
  height: 20px;
}

.footer-newsletter-button {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.footer-newsletter-button:hover {
  color: #f8d553 !important;
  transition: 0.25s;
}

.footer-newsletter-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/email-icon.svg");
  filter: invert(100%);
  background-size: cover;
  display: inline-block;
  margin: 0px 7px -6px 0px;
  width: 20px;
  height: 20px;
}

.footer-locations-button {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s;
  font-size: 13px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.footer-locations-button:hover {
  color: #f8d553 !important;
  transition: 0.25s;
}

.footer-locations-button:before {
  content: "";
  background: url("http://ygv.cb5.mytemp.website/McCann2025/wp-content/uploads/location-icon.svg");
  filter: invert(100%);
  background-size: cover;
  display: inline-block;
  margin: 0px 7px -7px 0px;
  width: 20px;
  height: 20px;
}

.sow-slider-base .sow-slide-nav {
  opacity: 1;
}

.sow-slider-base .sow-slide-nav a {
  background-color: #f8d553;
  color: #3d8a6c;
  opacity: 1;
  transition: 0.5s;
}

.sow-slider-base .sow-slide-nav a:hover {
  background-color: #ffffff;
  color: #3d8a6c;
  transition: 0.5s;
}

.so-widget-sow-layout-slider-default-5bc3e4afabde-8 .sow-slider-base .sow-slider-pagination {
  display: none !important;
}

.sow-slide-nav {
  opacity: 1 !important;
}

article.page,
article.post {
  margin-bottom: 0px !important;
}

.affiliation-tombstone {
  background: #e3e3e3;
  transition: 0.5s;
}

.affiliation-tombstone:hover {
  background: #f3f3f3;
  transition: 0.5s;
}

/* posts */

.entry-thumbnail {
  display: none;
}

.lsow-taxonomy-filter a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:after {
  border-bottom: 3px solid #f8d553 !important;
}

.entry-title {
  font-size: 13px !important;
  line-height: 16px  !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.entry-footer {
  display: none;
}

#content.site-content {
  margin-top: -15px;
}

/* forms */

.wpcf7 textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 10px;
  background: #ffffff;
  border: solid 1px #999999;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel {
  padding: 10px;
  background: #ffffff;
  border: solid 1px #999999;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  padding: 10px;
  background: #ffffff;
  border: solid 1px #999999;
  color: #000000;
  border-radius: 1px;
}

.wpcf7 input.wpcf7-form-control.wpcf7-text {
  padding: 10px;
  background: #ffffff;
  border: solid 1px #999999;
  color: #000000;
  border-radius: 0px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #f8d553;
  padding: 12px 20px;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border: none;
  font-weight: 700;
  font-size: 13px;
  margin-top: 5px;
  transition: 0.25s;
}

.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: #f8d553;
  color: #ffffff;
  transition: 0.25s;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.0);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0px;
  margin: 0px 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #000000;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 24px;
  background: transparent;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  /* Red */
  border: none;
  text-align: center;
  font-size: 24px;
  background: transparent;
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  border: none;
  text-align: center;
  font-size: 24px;
  background: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 24px;
  background: transparent;
}

/* recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}

/* colors */

.mccann-yellow {
  color: #f8d553 !important;
}

.dark-green {
  color: #043f2b !important;
}

.light-green {
  color: #3d8a6c !important;
}

.svg-light-green {
  filter: brightness(0) saturate(100%) invert(48%) sepia(25%) saturate(842%) hue-rotate(105deg) brightness(92%) contrast(82%);
}

.svg-white {
  filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(68deg) brightness(103%) contrast(104%);
}

/* Equipment Pages */

.equipment-hero {
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25) inset;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25) inset;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25) inset;
  margin-top: 15px;
  padding-top: 20px;
}

.equipment-hero h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.equipment-hero h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-top: -15px;
  margin-bottom: 30px;
}

.equipment-tombstone {
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  font-weight: 700;
  min-height: 250px;
  border-image: fill 0
				linear-gradient(0deg,rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.equipment-tombstone:hover {
  color: #f8d553;
}

.equipment-tombstone-text {
  text-align: right;
}

.services-tombstone {
  padding: 20px;
  transition: 0.5s;
}

.services-tombstone:hover {
  background: #f8d553 !important;
  color: #ffffff;
  transition: 0.5s;
}

.services-tombstone-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: -25px;
}

/* Tables */

.hours-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

.hours-table th {
  background-color: #eceff1;
  color: #000000;
  padding: 5px;
}

.hours-table td {
  border: 5px solid #ffffff;
  background-color: #f7f7f7;
  color: #000000;
  padding: 5px 10px;
  font-size: 10px;
}

/* Rental Tables */

.rental-table_component {
  overflow: auto;
  width: 100%;
}

.rental-table_component table {
  border: 5px solid #ffffff;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
  font-size: 10px;
  line-height: 1.2;
}

.rental-table_component caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.rental-table_component th {
  border: 5px solid #ffffff;
  background-color: #eceff1;
  color: #000000;
  padding: 5px;
}

.rental-table_component td {
  border: 5px solid #ffffff;
  background-color: #f7f7f7;
  color: #000000;
  padding: 5px;
}

/* Jason code */

.footer-menu h5 {
  font-weight: 600;
  line-height: 10px;
  font-size: 15px;
}