/*
Theme Name: Performance Health Clinics
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Template: whitespace
Text Domain: performance-health-clinics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

b,
strong {
    font-weight: var(--wp--custom--font-weight--bold) !important;
}

.home-header {
    position: relative;
    z-index: 999;
}

.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item,
.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a,
.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a:hover,
.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item,
.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #fff;
}

.home-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-nav-button a,
.site-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-nav-button a {
    background: #ff8143;
    color: #fff;
}

a.button {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    margin: 10px;
    text-align: center;
}

/* Clinics Grid */

.clinics-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.clinic-item {
    width: 300px;
    max-width: 90%;
}

.clinic-item iframe {
    max-width: 100%;
}

.clinic-item .clinic-info {
    background-color: #1b365d;
    color: #fff;
    padding: 20px;
    text-align: center;
    line-height: 1.1;
}

.clinic-item .clinic-info h2 {
    font-size: 24px;
    color: #fff;
}

.clinic-item .clinic-info h3 {
    color: #fff;
    font-size: 18px;
}

.clinic-item .clinic-info a {
    text-decoration: none;
    color: #fff;
}

.clinic-item .clinic-info a.button {
    color: #fff;
    border: 1px solid #fff;
}

/* Providers Grid */

.provider-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: top;
    justify-content: center;
}

.provider-grid .provider-grid-item {
    width: 250px;
}

.provider-grid .provider-grid-item h2 {
    font-size: 20px;
    color: #fff;
}

.provider-grid .provider-grid-item .address {
    font-size: 16px;
    line-height: 1.1;
}

.provider-grid .provider-grid-item a.button {
    background: #3177ca;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    text-align: center;
}

.provider-grid .provider-grid-item a.acuity-embed-button {
    padding: 10px;
    font-size: 18px;
    line-height: 1;
}

.provider-grid .provider-grid-item .provider-grid-image {
    width: 250px;
    height: 250px;
    background-size: cover;
}

.provider-grid .provider-grid-content {
    padding: 10px;
    background-color: #1b365d;
    color: #fff;
    text-align: center;
    position: relative;
}

/* Conditions Shortcode */

.conditions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.conditions .condition {
    width: 400px;
    max-width: 100%;
    margin: 20px;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}

.conditions .condition h3 {
    color: #fff;
}

.conditions .condition:after {
    content: '';
    background-color: rgba(31,37,38,.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.conditions .condition a {
    color: #fff;
    text-decoration: none;
}

.conditions .condition h3 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 10px;
    line-height: 1;
    position: relative;
    z-index: 99;
}

/* Locator */

.locator .map-and-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.locator .search-inner {
    background: #1b365d;
    color: #fff;
    padding: 40px 10px;
}

.locator .search-inner a {
    color: #fff;
}

.locator .search-inner .search,
.locator .search-inner p,
.locator .search-inner .response {
    max-width: 1200px;
    margin: 0 auto;
}

.locator .search-form {
    display: flex;
    padding: 0 10px;
}

.locator .search-form input.update-location {
    width: auto;
}

.locator .result-list {
    height: 900px;
    overflow: scroll;
    padding: 0 10px;
}

.locator .result-item {
    box-shadow: 3px 3px 5px #f5f5f5;
    margin: 40px auto;
    padding: 20px;
    border: 1px solid #67b0f9;
}

.locator .result-item:nth-child(odd) {
    background: #f5f5f5;
}

.locator .result-item span {
    display: block;
}

.locator .result-item .result-header {
    display: flex;
    gap: 20px;
}

.locator .result-item .position {
    font-style: italic;
    font-size: 16px;
}

.locator .result-item .result-distance {
    font-size: 16px;
}

.locator .result-item h3.location-title {
    color: #1b365d;
    margin-bottom: 0;
    padding-bottom: 0;
}

.locator .result-item .result-cta a.button {
    background-color: #1b365d;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

.locator .result-item .result-cta {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.locator .result-cta a.button.acuity-embed-button {
    background-color: #ff8143;
}

.single-location a.acuity-embed-button.button {
    border: 1px solid;
}

.map-information-window {
    text-align: center;
}

@media only screen and (max-width: 940px) {
    .locator .map-and-results {
        grid-template-columns: 1fr;
    }

    .locator .result-list {
        order: 1;
        height: auto;
        max-height: 600px;
    }

    .locator .locator-map {
        order: 2;
        height: 300px !important;
    }
}

/* Single Locations */

.location-header h1 {
    color: #0677ff;
    line-height: 1;
}

.location-header {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
}

.location-header-left,
.location-header-right {
    width: 50%;
    padding: 20px;
}

.location-header-right iframe {
    height: 350px;
}

.location-header .email {
    margin-bottom: 15px;
}

.location-header .phone {
    margin-top: 15px;
}

.location-header table.schedule {
    width: auto;
}

.location-header .schedule tr.day-row td {
    padding: 0 5px;
}

.clinic-location-tab {
    display: flex;
}

.clinic-location-tab > div {
    width: 50%;
    padding: 10px;
}

article.clinic .page-content {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px;
}

article.clinic .clinic-header {
    height: 400px;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 800px) {
    .location-header {
        flex-direction: column;
    }

    .location-header-left,
    .location-header-right {
        width: 100%;
    }

    .clinic-location-tab {
        flex-direction: column;
    }

    .clinic-location-tab > div {
        width: 100%;
    }
}

/* Slick */
ul.slick-dots {
	position: absolute;
	text-align: center;
	bottom: 0;
	margin: 0;
	right: 0;
	left: 0;
}

ul.slick-dots li {
	list-style-type: none;
	display: inline-block;
}

ul.slick-dots button {
	text-indent: -9999px;
	background: transparent;
	border: 2px solid #3f4156;
	border-radius: 100%;
	padding: 0;
	height: 15px;
	width: 15px;
	margin: 0 3px;

}

ul.slick-dots button:hover {
	background: #fff;
}

ul.slick-dots li.slick-active button {
	background: #fff;
}


Sample Arrow Styling:

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
   background: none;
   border: none;
   color: transparent;
   position: absolute;
   z-index: 999;
   padding: 0;
   margin: 0;
}


.slick-slider button.slick-prev {
       top: 45%;
       left: 0;
}


.slick-slider button.slick-next {
       top: 45%;
       right: 0;
}


.slick-slider button.slick-prev:before {
   content: "\f341";
   font-family: 'dashicons';
   color: #bf301a;
   font-size: 40px;
}


.slick-slider button.slick-next:after {
   content: "\f345";
   font-family: 'dashicons';
   color: #bf301a;
   font-size: 40px;
}

/* Single Clinics */

iframe {
    max-width: 100%;
}

ul.wp-block-list.two-column {
    column-count: 3;
}

ul.wp-block-list.two-column li {
    text-indent: -20px;
    margin-left: 20px;
}

ul.wp-block-list.two-column li:before {
    content: "\f502";
    font-family: 'dashicons';
    margin-right: 5px;
}

@media only screen and (max-width: 900px) {
    ul.wp-block-list.two-column {
        column-count: 1;
    }
}

/* Locator related Locations */

.location-item {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
}

.location-item span {
    display: block;
}

.location-item .location-map iframe {
    max-height: 200px;
}

@media only screen and (max-width: 900px) {
    .location-item {
        grid-template-columns: 1fr;
    }
}

ul.services-list {
    column-count: 2;
}

ul.services-list li {
    list-style-type: none;
    line-height: 1;
    margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
    ul.services-list {
        column-count: 1;
    }
}