/**
Theme Name: Whatta Wash Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heyday-child-theme
Template: astra
*/

/*********************************/
/******* GLOBALL CSS RULES *******/
/********** TEXT RULES ***********/
/*********************************/
/* Heading Styles */
.text-style .uabb-infobox-text > h1, h1.text-style,
.text-style .uabb-infobox-text > h2, h2.text-style,
.text-style .uabb-infobox-text > h3, h3.text-style,
.text-style .uabb-infobox-text > h4, h4.text-style,
.text-style .uabb-infobox-text > h5, h5.text-style,
.text-style .uabb-infobox-text > h6, h6.text-style {
    font-size: 18px!important;
	font-weight: 400!important;
	line-height: 1.6em!important;
}
.h1-style, .h1-style-title .uabb-infobox-title, .h1-style-title .fl-heading-text { font-size: 40px!important; }
.h2-style, .h2-style .fl-heading, .h1-style-title .fl-heading-text { font-size: 32px!important; }
.h3-style, .h3-style-title .uabb-infobox-title, .h2-style-title .fl-heading-text { font-size: 30px!important; }
.h4-style, .h4-style-title .uabb-infobox-title, .h4-style-title .fl-heading-text { font-size: 24px!important; }
.h5-style, .h5-style-prefix .uabb-infobox-title-prefix, .h5-style-title .fl-heading-text { font-size: 22px!important; }
.h6-style, .h6-style .pp-infolist-title-text, .h6-style-title .fl-heading-text { font-size: 20px!important; }


p:last-child,
p:last-of-type,
a:last-child,
.entry-content p:last-of-type,
.entry-content p:last-child {
   margin-bottom: 0!important; 
}
.entry-content p {
    margin-bottom: 1em;
}
.uppercase {
    text-transform: uppercase;
}
.rotate-45 {
    transform: rotate(45deg);
}
.word-break {
    word-wrap: break-word;
}


/****************************/
/****** BUTTONS RULES *******/
/**************************/


/****************************/
/****** LAYOUT RULES *******/
/**************************/
.relative,
.relative-col .fl-col-content  {
    position: relative;
}
.front {
    position: relative;
    z-index: 10;
}
.overflow-none .fl-row-content-wrap {
	overflow: hidden;
}
.flex-inline .fl-col-content {
    display: flex;
    flex-wrap: nowrap;
}


/******************************/
/****** HOMEPAGE RULES *******/
/****************************/
/* PP Logo Grid Overwrite */
.pp-logos-wrapper {
    justify-content: center;
}

/* Accordion */
.img-accordion .pp-accordion-item .pp-accordion-button-icon {
    position: relative;
    top: calc(50% - 15px);
}
.img-accordion .pp-accordion-button-label > img {
    width: 55px;
}

.img-accordion .pp-accordion-item {
    border: 1px solid #e1e1e1;
}
.img-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-button-icon {
    color: rgb(68, 131, 205);
}


/**********************/
/******* FOOTER ******/
/********************/
.footer-links a:not(:last-child) {
    display: inline-block;
    margin-bottom: 15px;
}



/*************************************/
/******** STORE SINGLE PAGES *******/
/***********************************/
/* Hero Image on Columns */
.hero-img-col {
    width: calc(50% + 100px);
    margin-left: -100px;
}
.store-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.store-wrapper {
    display: flex;
    flex-basis: 220px;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
}
.store-service {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    flex-basis: 220px;
    height: 100%;
    flex-grow: 1;
}
.store-icon {
    padding: 15px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
}
.store-icon img{
    width: 40px;
    max-width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.service-title {
    margin-bottom: 10px;
}

/* Paper Fold Corners */
.col-corner-fold,
.col-corner-fold .fl-col-content {
    position: relative;
    min-height: 20px;
}
.col-corner-fold:before,
.col-corner-fold .fl-col-content:before {
    content: "";
    position: absolute;
    width: calc(100% - 19px);
    height: calc(100% - 1px);
    background-color: #fff;
    left: 0;
    top: 0;
}
.col-corner-fold.big .fl-col-content:before {
    width: calc(100% - 39px);
}
.col-corner-fold:after,
.col-corner-fold .fl-col-content:after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #D2D6DB;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}
/* For parent cols */
.col-corner-fold.big .fl-col-content:after {
    width: 40px;
    height: 40px;
}
.col-parent-corner-fold > .fl-col-content {
    position: relative;
}
.col-parent-corner-fold > .fl-col-content:before {
    content: "";
    position: absolute;
    width: calc(100% - 19px);
    height: 20px;
    background-color: #fff;
    left: 0;
    bottom: -20px;
}
.col-parent-corner-fold > .fl-col-content:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #D2D6DB;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
}

/* Fix UABB Icons */
.custom-info-list .uabb-image .uabb-photo-img {
    border-radius: 0;
    margin: 15px;
}
.custom-info-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
    width: calc( 100% - 115px);
}

/* SVG Shapes */
.location-shape-services {
    position: absolute;
    width: 100%;
    height: 65%;
    transform: translateY(50%);
}
.location-shape-process {
    position: absolute;
    width: 100%;
    height: 600px;
    transform: translateY(75%);
}
.home-shape-whyus {
    position: absolute;
    width: 100%;
    height: 70%;
    transform: translateY(40%);
}
.home-shape-process {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(35%);
}
.fastPass-shape-process {
    position: absolute;
    width: 100%;
    height: 56%;
    transform: translateY(78%);
}
.fastPass-shape-packages {
    position: absolute;
    width: 100%;
    height: 56%;
}

/* PP Table - Opening Hours */
.opening-hours .tablesaw-bar.mode-swipe {
    display: none;
}
.opening-hours th {
    display: none;
}
.opening-hours td {
    border: none;
}

/* Collapsable Row PP */
.custom-collapse-row .pp-er-title {
    padding-right: 15px;
}

/****** Background Images - Left & Right Edge ******/
.left-edge-img,
.right-edge-img{
    position: relative;
}
.left-edge-img .fl-col-content::before,
.right-edge-img .fl-col-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 150%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Careers */
.circle-corner .fl-row-content-wrap:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
    border-radius: 100%;
    z-index: -1;
}

/* Fast Pass */
/* Custom Dynamic Tabs */
.dynamic-tabs {
    display: flex;
    flex-direction: row;
}
.dynamic-tabs-item-list {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}
.dynamic-tabs-item-list .tabs-item-wrapper {
    display: flex;
    margin: 5px 0;
}
.dynamic-tabs-item-list .tabs-item-wrapper .tabs-item {
    padding: 7px 20px 7px 7px;
    border-radius: 50px;
    transition: background-color .3s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dynamic-tabs-item-list .tabs-item-wrapper .tabs-item svg {
    padding: 8px;
    border-radius: 100%;
    margin-right: 8px;
    min-width: 40px;
}
 .dynamic-tabs-item-list .tabs-item-wrapper .tabs-item .tabs-item-link {
     color: #2B2927;
     text-decoration: none;
 }
.tabs-content-wrapper.active {
    display: block;
}
/* Dynamic Tabs Content */
.dynamic-tabs-content {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
.tabs-content-wrapper {
    display: none;
}
.tabs-content-wrapper img {
    min-width: 100%;
    object-fit: cover;
    height: 350px;
}
.tabs-content-wrapper .content-tab-info {
    padding: 60px;
    border: 1px solid #E1E1E1;
}

/* Sub-list PP */
ul.info-sub-list {
  list-style: none;
}

ul.info-sub-list  li::before {
  content: "\2022";  
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  color: #FAB90F;
}

/*********************************/
/******* APPLICATION FORM *******/
/*******************************/
.pp-cf-custom .frm_inline_box {
    height: 45px;
}

/******************************/
/******* MEDIA QUERIES *******/
/****************************/
@media only screen and (min-width: 769px) {
    .overlap-module {
        top: -40px;
    }
}

@media only screen and (max-width: 1600px) {
    .left-edge-img .fl-col-content::before {
        left: -35%;
        width: 135%;
    }
}
@media only screen and (max-width: 1400px) {
    .left-edge-img .fl-col-content::before {
        left: -25%;
        width: 125%;
    }
}
@media only screen and (max-width: 992px) {
    .left-edge-img.go-green .fl-col-content::before,
    .left-edge-img.fast-pass-whyus .fl-col-content::before {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        background-position: center;
    }
	/* Heading Styles */
	.h1-style, .h1-style-title .uabb-infobox-title, .h1-style-title .fl-heading-text { font-size: 36px!important; }
	.h2-style, .h2-style .fl-heading, .h1-style-title .fl-heading-text { font-size: 28px!important; }
	.h3-style, .h3-style-title .uabb-infobox-title, .h2-style-title .fl-heading-text { font-size: 26px!important; }
	.h4-style, .h4-style-title .uabb-infobox-title, .h4-style-title .fl-heading-text { font-size: 22px!important; }
	.h5-style, .h5-style-prefix .uabb-infobox-title-prefix, .h5-style-title .fl-heading-text{ font-size: 20px!important; }
	.h6-style, .h6-style .pp-infolist-title-text, .h6-style-title .fl-heading-text { font-size: 19px!important; }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .tablet-reversed .fl-col-group.fl-col-group-responsive-reversed {
        display: flex;
        flex-direction: column-reverse
    }
}
@media only screen and (max-width: 768px) {
    .left-edge-img .fl-col-content::before,
    .right-edge-img .fl-col-content::before {
        position: relative;
        left: 0;
        right: 0;
        width: 100%
    }
    .flex-inline .fl-col-content {
        justify-content: space-between;
    }

    .custom-info-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-content {
        width: 100%;
    }
    .circle-corner .fl-row-content-wrap:before {
        width: 200px;
        height: 200px;
        bottom: -70px;
        right: -70px;
        left: auto;
    }
    .tabs-content-wrapper .content-tab-info {
        padding: 30px;
    }
    .dynamic-tabs-content {
        max-width: 100%;
    }
    .home-shape-whyus {
        height: 65%;
        transform: translateY(30%);
    }
    .home-shape-whyus.careers {
        transform: translateY(50%);
    }
	/* Heading Styles */
	.text-style .uabb-infobox-text > h1, h1.text-style,
	.text-style .uabb-infobox-text > h2, h2.text-style,
	.text-style .uabb-infobox-text > h3, h3.text-style,
	.text-style .uabb-infobox-text > h4, h4.text-style,
	.text-style .uabb-infobox-text > h5, h5.text-style,
	.text-style .uabb-infobox-text > h6, h6.text-style  {
		font-size: 16px!important;
		font-weight: 400!important;
	}
	.h1-style, .h1-style-title .uabb-infobox-title, .h1-style-title .fl-heading-text{ font-size: 34px!important; }
	.h2-style, .h2-style .fl-heading, .h1-style-title .fl-heading-text { font-size: 26px!important; }
	.h3-style, .h3-style-title .uabb-infobox-title, .h2-style-title .fl-heading-text { font-size: 24px!important; }
	.h4-style, .h4-style-title .uabb-infobox-title, .h4-style-title .fl-heading-text { font-size: 20px!important; }
	.h5-style, .h5-style-prefix .uabb-infobox-title-prefix, .h5-style-title .fl-heading-text { font-size: 18px!important; }
	.h6-style, .h6-style .pp-infolist-title-text, .h6-style-title .fl-heading-text { font-size: 17px!important; }
}