/*!
Theme Name: Tubby Truck
Theme URI: http://underscores.me/
Author: White Media
Author URI: #
Description: Mobile pet grooming salons drive directly to your preferred location. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tubby-truck
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tubby Truck is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
# My Styles - Theme Start
--------------------------------------------------------------*/

/* Globals
--------------------------------------------- */
:root {
  --orange: #f2b129;
  --cyan: #0db8bb;
}

body, html {
  overflow-x: hidden;
}

a, a:visited, a:active {
  text-decoration: none;
}

h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: -0.2rem;
}

h3 {
  font-family: 'Casira Script', 'Montserrat', sans-serif;
  font-size: 6rem;
}

p { 
  font-family: 'Open Sans', sans-serif;
  /* font-size: 1rem; */
}

.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.btn.primary {
  background-color: var(--cyan);
  border-radius: 27px;
  color: #fff;
  padding: .9rem 2.2rem;
  letter-spacing: .1rem;
}

.btn.secondary {
  border: 2px solid var(--cyan);
  border-radius: 8px;
  color: var(--cyan);
  padding: 0.3rem 2rem;
}

.social-icons {
  fill: var(--cyan);
}

.social-icons.mobile-menu {
  fill: #000;
}

.social-icons.phone.mobile-menu {
  fill: #FFF;
}

.phone {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  color: #231f20;
}

.phone:hover {
  color: var(--cyan);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb {
  background: var(--cyan); 
  border-radius: 50px;
}

@font-face {
  font-family: 'Casira Script';
  src: url('./fonts/casira_script-webfont.woff2') format('woff2'),
       url('./fonts/casira_script-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Header
--------------------------------------------- */
header {
  background-image: url('./img/hero.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}

header #navbar_top.fixed-top{background-color: #ffffff;}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
  width: 1.7em;
  height: 1.7em;
}

.navbar-light .navbar-toggler .navbar-toggler-icon.hamburguer {
  background-image: url('./img/hamburguer.png');
}

.navbar-light .navbar-toggler .navbar-toggler-icon.close-icon {
  background-image: url('./img/close-icon.png');
}

.navbar-light .btn-close {
  width: 1.7em;
  height: 1.7em;
}

/*#navbar_top .custom-logo-link {
  margin-left: 6rem;
}*/

.menu-item a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  font-size: 1.1rem !important;
  padding: 0.2rem 0.6rem !important;
  color: #000 !important;
}

.menu-item a:hover,
.menu-item a.active {
  background-color: var(--orange) !important;
  border-radius: 20px !important;
}

.sticky-logo {
  /* max-width: 55%;
  height: 55%; */
}

.hero {
  padding-top: 70px;
}

.hero .cta-wrapper {
  background: rgb(242,226,41);
  background: linear-gradient(0deg, rgba(242,226,41,1) 0%, rgba(242,177,41,1) 50%);
  max-width: 27.7rem;
}

.hero .cta-wrapper .title {
  font-size: 3.5rem;
}

.hero .cta-wrapper .subtitle {
  margin-top: -4rem;
}

.hero .cta-wrapper .text {
  line-height: 1.6;
  font-weight: 500;
}

.hero .vehicle-img {
  position: absolute;
  top: 21rem;
  left: 30rem;
}

/* About Us
--------------------------------------------- */
.about-us .text {
  max-width: 50rem;
  margin: 0 auto;
}

.about-us .dogs .col {
  width: 50%;
  flex: auto;
}

/* Pricing
--------------------------------------------- */
.pricing .text {
  max-width: 58rem;
  margin: 0 auto;
}

.pricing h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.pricing p {
  margin: 0;
  font-size: 15px;
}

.pricing .table {
  background-color: var(--cyan);
  border-radius: 12px;  
}

.pricing .table p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
  padding-right: 0;
}

.pricing .table p:last-child {
  border-bottom: 0;
}

.pricing .table .col.bg-white h4 {
  color: var(--cyan);
}

.pricing .table .col.bg-white p {
  font-weight: bold;
}

.pricing .table .col.corner-left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.pricing .table .col.corner-right {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pricing .table .col.corner-right h4,
.pricing .table .col.weight h4 {
  min-height: 34px !important;
}

.pricing .fees {
  background-color: #F2F2F2;
  border-radius: 12px;
}

.pricing .fees p {
  color: #5e5e5e;
}

.pricing .fees .wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Modal for Pricing
--------------------------------------------- */
.modal .modal-content {
  border: 0;
  border-radius: 1rem;
}

.modal .modal-header {
  display: block;
  padding: 3rem 0 0 0;
  border-bottom: 0;
}

.modal .modal-header .btn-close {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  /* color: #fff; */
}

.modal .modal-header h4 {
  color: #000;
  font-weight: bold;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1rem;
}

.modal .modal-body {
  padding: 1rem 4.5rem;
}

.modal .modal-body .addon-wrapper {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal .modal-body .addon-wrapper:last-child {
  border-bottom: 0;
}

.modal .modal-body .addon-wrapper h5 {
  color: var(--cyan);
  font-weight: bold;
}

.modal .modal-body .addon-wrapper p {
  margin-bottom: 0;
}

/* Testimonials
--------------------------------------------- */
.testimonials {
  background-image: url('./img/testimonials-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.testimonials p {
  max-width: 20rem;
  margin: 0 auto;
  line-height: 1.9;
  position: relative;
}

.testimonials .quotes {
  position: absolute;
  left: -13px;
  top: -8px;
}

.testimonials .stars {
  padding-top: 1rem;
}

/* Book Online
--------------------------------------------- */
.book-online p {
  max-width: 58rem;
  margin: 0 auto;
  line-height: 1.7;
}

/* Footer
--------------------------------------------- */
.site-info {
	background-color: #f4f0ee;
}

/* new pricing layout */
.pricing-wrapper {
  margin: 0 auto;
  max-width: 1300px;
  width: 97%;
  display: flex;
  padding-top: 45px;
}

.pricing-wrapper .pricing-main {
  display: flex;
  width: 66.66666667%;
  flex-wrap: wrap;
}

.pricing-wrapper .pricing-main .pricing-columns {
  width: 100%;
  background: #0db8bb;
  border-radius: 15px;
  display: flex;
  padding: 15px;
}

.pricing-wrapper .pricing-main .pricing-columns .column {
  width: 49%;
  border-radius: 13px;
  background: #fff;
  margin-left: 1%;
  padding: 15px;
  padding-bottom: 60px;
}

.pricing-wrapper .pricing-main .pricing-columns .column.column1 {
  margin-left: 0;
  margin-right: 1%;
}

.pricing-wrapper .pricing-main .pricing-columns .column h4 {
  text-align: center;
  font-size: 24px;
  color: #0db8bb;
  margin: 17px 0 17px 0;
  line-height: 1.2;
  font-weight: bold;
}

.pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item {
  font-weight: bold;
  padding: 10px 45px 10px 45px;
  border-bottom: #e9e9e9 solid 2px;
}

.pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item:last-child {
  border: none;
}

.pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item:nth-child(even) {
  background: #f5f5f5;
}

.pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item label {
  font-weight: normal;
  width: 67%;
}

.pricing-wrapper .pricing-main .online-booking-div {
  width: 100%;
  text-align: center;
  padding-top: 38px;
}

.pricing-wrapper .pricing-fees {
  display: flex;
  width: 33.33333333%;
  flex-wrap: wrap;
  padding-left: 20px;
}

.pricing-wrapper .pricing-fees .fees {
  background: #F2F2F2;
  padding: 35px 40px 18px 40px !important;
  border-radius: 15px;
  width: 100%;
}

.pricing-wrapper .pricing-fees .fees h4 {
  font-size: 20px;
  margin: 10px 0 17px 0;
  line-height: 1.2;
  font-weight: bold;
}

.pricing-wrapper .pricing-fees .fees .pricing-item {
  font-weight: bold;
  padding: 10px 0 10px 0;
  border-bottom: #e6e6e6 solid 2px;
  font-style: italic;
}

.pricing-wrapper .pricing-fees .fees .pricing-item:last-child {
  border: none;
}

.pricing-wrapper .pricing-fees .fees .pricing-item label {
  font-weight: normal;
  color: #5e5e5e;
  width: 67%;
}

.pricing-wrapper .fees-button-details {
  width: 100%;
  text-align: center;
  padding-top: 35px;
}

.pricing-wrapper .fees-button-details .btn-wrapper {
  width: 100%;
}

.pricing-wrapper .fees-button-details .btn-wrapper button {
  margin: 0 auto !important;
  border-radius: 25px;
}
/* end pricing layout */


/* Media queries
--------------------------------------------- */
@media (max-width: 992px) {
  .hero .vehicle-img {
    left: 21rem;
  }

  /* .phone {
    font-size: 1.3rem;
  } */
}

@media (max-width: 767px) {
  .sticky-logo {
    max-width: 120px;
    height: auto;
  }

  .pricing .table .col.corner-right h4, .pricing .table .col.weight h4 {
    /*position: relative;
    top: -1px;*/
    min-height: 32px !important;
  }

  .pricing-wrapper {
    flex-wrap: wrap;
  }

  .pricing-wrapper .pricing-main {
    width: 100%;
    flex-wrap: wrap;
  }

  .pricing-wrapper .pricing-main .pricing-columns {
    flex-wrap: wrap;
  }

  .pricing-wrapper .pricing-main .pricing-columns .column {
    width: 100%;
    margin: 0 0 25px 0;
    padding-bottom: 30px;
  }

  .pricing-wrapper .pricing-main .pricing-columns .column.column2 {
    margin-bottom: 0;
  }

  .pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item {
    padding: 10px 25px 10px 25px;
  }

  .pricing-wrapper .pricing-main .pricing-columns .column .pricing-table .pricing-item label {
    width: 60%;
  }

  .pricing-wrapper .pricing-main .pricing-columns .column h4 {
    font-size: 22px;
  }

  .pricing-wrapper .pricing-fees {
    width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .pricing-wrapper .pricing-fees .fees {
    padding: 35px 25px 18px 25px !important;
  }

}

@media (max-width: 576px) {
  header {
    background-size: contain;
    background-position: 0 100px;
  }

  #navbar_top {
    background-color: #FFF;
  }

  #navbar_top .custom-logo-link {
    display: none;
  }  

  .menu-wrapper {
    background-color: var(--orange);
    position: absolute;
    left: -16.5rem;
    width: 382px;
    top: 5rem;
    z-index: 10;
    height: 520px;
  }

  .menu-wrapper .menu-menu-1-container {
    margin-top: -1rem;
  }

  .menu-wrapper .menu-menu-1-container .menu-item {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    margin: 0 30px;
    padding: 15px 0;
  }

  .menu-wrapper .menu-menu-1-container #menu-item-8 {
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.7rem;
  }

  .menu-wrapper .socials-wrapper {
    padding-top: 5rem;
    padding-bottom: 1.9rem;
  }

  .menu-wrapper .phone-wrapper {
    background-color: var(--cyan);
  }

  .navbar-nav {
    height: 240px;
    margin-top: 61px;
    text-align: center;
    justify-content: space-between;
  }

  .navbar-toggler[aria-expanded="true"] {
    background-color: var(--orange);
  }

  .menu-item a {
    font-size: 1.8rem !important;
  }
  
  .hero {
    padding-top: 130px;
  }

  .hero .cta-wrapper {
    margin-top: 7rem;
  }

  .hero .cta-wrapper .title {
    font-size: 2.7rem;
  }

  .hero .vehicle-wrapper {
    flex: 0;
    padding: 0;
  }
  
  .hero .vehicle-img {
    left: 0;
    top: 14rem;
    max-width: 100%;
  }

  .pricing .table .col.bg-white {
    margin-right: -1px !important;
  }

  /* new header */
  body.body-fixed-top {
    padding-top: 66px !important;
  }

  #navbar_top {
    justify-content: normal !important;
    padding: 10px 0 10px 20px !important;
  }

  .sticky-logo {
      max-width: 100px;
      height: auto;
  }

  header {
    background-size: contain;
    background-position: 0 80px;
  }

  .navbar {
    position: static;
  }

  .menu-wrapper {
   left: -100%;
   transition: all ease 0.2s;
    width: 100%;
    height: 100vh;
  }

  .navbar-light .navbar-toggler {
    width: 80px;
    height: 83px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    transition: all ease 0.2s;
  }

  .navbar-light .navbar-toggler .navbar-toggler-icon.hamburguer {
    background-position: center;
    background-size: 38px;
  }

  .navbar-collapse.show  .menu-wrapper {
    left: 0;
  }

  .hero .vehicle-img {
    left: 0;
    top: 10rem;
    max-width: 100%;
  }

  header .fixed-top

}

@media (min-width: 576px) {

  body main.pt-5 {
    padding-top: 0 !important;
    margin-top: -40px;
  }

  .modal-dialog-centered {
    min-height: calc(80% - 3.5rem);
  }

  .modal-dialog-scrollable {
    height: calc(80% - 3.5rem);
  }

  .modal-dialog {
    max-width: 900px;
    margin: 6.75rem auto;
  }

  #navbar_top:not(.fixed-top) .sticky-logo {
    display: none;
  }


  /* .custom-logo {
    max-width: 100%;
  } */

  .about-us .dogs .col {
    width: 20%;
    flex: auto;
  }

  header {
    min-height: 800px;
  }

  header .container {
    /* position: relative !important; */
    /* background-color: transparent !important; */
    box-shadow: none !important;
  }

  .menu-wrapper .socials-wrapper,
  .menu-wrapper .phone-wrapper {
    display: none !important;
  }

  .hero {
    padding-top: 0;
  }

  .pricing p {
    font-size: 1rem;
  }

  .pricing .table .col.bg-white {
    border-radius: 12px;  
  }

  .pricing .table .col.corner-right h4,
  .pricing .table .col.weight h4 {
    min-height: auto !important;
  }
}

@media (min-width: 1280px) {
  .hero .vehicle-img {
    top: 23rem;
    left: 27rem;
    width: 70%;
  }

  #navbar_top .custom-logo-link {
    margin-left: 4rem;
  }
}

@media (min-width: 1440px) {
  .hero .vehicle-img {
    left: 31rem;
    top: 20rem;
  }

  #navbar_top .custom-logo-link {
    margin-left: 1rem;
  }
}

@media (min-width: 1680px) {
  .hero .vehicle-img {
    left: 46rem;
  }

  #navbar_top .custom-logo-link {
    margin-left: 7rem;
  }
}

@media (min-width: 1700px) {
  .hero .vehicle-img {
    left: 60rem;
    top: 22rem;
    width: 50%;
  }

  #navbar_top .custom-logo-link {
    margin-left: 12rem;
  }
}

@media (min-width: 1980px) {
  .hero .vehicle-img {
    left: auto;
    top: 22rem;
    width: 42%;
    right: 0;
  }

  #about {
    padding-top: 80px;
  }
}