/*!
Theme Name: Cohen
Theme URI: http://underscores.me/
Author: Loebig Ink LLC
Author URI: https://www.loebigink.com
Description: Cohen Health & Performance WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cohen
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.

cohen 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    transition:.5s;
}
a:hover{transition:.5s}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
label{color:#fff;font-weight:600;}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
border: 0;}

img {max-width: 100%;height:auto;}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #ffffff;
}

a:hover,
a:focus,
a:active {

}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 10px;
    text-align: left;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    /* flex: 1 0 50%; */
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #eee;
    color: #555;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.author p{font-size:12px;text-align:justify;}
.author img{max-width:100%;}

.dropdown-menu {
    font-size: 12px !important;
    color: #fff !important;;
    background-color: #000 !important;
}
.dropdown-item {
    background-color: black;
    color:#ffffff !important;
}
.dropdown-item:hover {
    background-color: #f15f25 !important;
}
.entry-meta{
    font-size: 12px;
    text-align: right;
    padding: 5px;
    border-top: 1px solid #f15f25;
    margin-top: 5px;
}
.entry-footer{display:none;}
.page-title{color:#000 !important;font-weight:900;}
.google-business-reviews-rating.badge.tiny.dark {margin-top:10px}
.testimonials-wrap .slick-dots li button{display:none;}
.testimonials-wrap {padding:50px 0 !important;}



@media all and (max-width: 767px) {
    .wprevpro_t1_P_3 {
        padding: 0 20px 0 0;
        font-size: 12px !important;
    }
    .google-business-reviews-rating.tiny .rating, .google-business-reviews-rating.dark .rating .count {
        font-size: 14px !important;
    }
    .google-business-reviews-rating.badge.tiny.dark {
        max-width: 230px !important;
    }
}

@media all and (max-width: 400px) {

.wprev-slider{height: 475px !Important;}
.testimonials-wrap h2{margin-bottom:5px !important;}
.wprevpro_t1_P_3{margin: 0 auto 0px auto;}
.wprevpro_t1_DIV_2:after{margin: -60px 0 0 40px !important;bottom: auto !important;}
}

.wprs_unslider-arrow {background-size: 9px 16px !important;}

@media all and (min-width: 601px) {
    .wprs_unslider-arrow.next, .wprs_unslider-arrow.prev {
        display: inline-block !important;
    }
}


.wprevpro_t1_DIV_2:before, .wprevpro_t1_DIV_2:after {display: none;}
.wprevpro_t1_P_3 {position: relative;}
.wprevpro_t1_P_3:before {
/*     bottom: 47px;
    box-sizing: border-box; */
    color: #fff;
    content: '\201C';
    display: block;
/*     height: 96px; */
/*     left: 55px; */
    position: absolute;
/*     right: 515.391px; */
    text-size-adjust: 100%;
    width: 30px;
/*     column-rule-color: #bbb;
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0 none #bbb; */
    font: normal normal normal normal 60px/96px Georgia,serif;
/*  margin: -25px 0 0 -40px;
    outline: #bbb none 0; */
    bottom: auto;
    left: -30px;
    top: -34px;
    margin: 0;
}

.wprevpro_t1_P_3:after {
/*  bottom: -30px; */
    bottom: -60px;
/*     box-sizing: border-box; */
    color: #fff;
    content: '\201D';
    display: block;
/*     height: 96px;
    right: 80px; */
    right: -30px;
    position: absolute;
/*     right: 5px; */
/*     text-size-adjust: 100%; */
    width: 30px;
/*     column-rule-color: #fff;
    perspective-origin: 15px 15px;
    transform-origin: 15px 15px;
    filter: drop-shadow(rgba(0, 0, 0, .0980392) 2px 2px 1px);
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 0 solid transparent; */
    font: normal normal normal normal 60px/96px Georgia,serif;
/*     margin: -25px 0 0 40px;
    outline: #fff none 0; */
    margin: 0;
}
.img_box img{padding:10px;box-shadow:0 0 10px #ccc;}
.wprevpro_star_imgs_T1{display:block;margin-bottom:5px;}
.wprevpro_t1_DIV_2{border:none!important;}
.wprevpro_t1_A_8{display:none;}
.wprs_unslider-nav ol li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    background: #f15f25;
}
.wprs_unslider-arrow {
    top: 25%;
    background: rgb(240 95 37) no-repeat 50% 50%;
    background-image: url(https://cohenhp.com/wp-content/plugins/wp-google-places-review-slider/public/css/imgs/slider_arrow.png);
    opacity: 1;
}

.schedule a{/* font-size: 14px !important; */}
.cohenPopup .modal-dialog {max-width: 600px;}
.cohenPopup .modal-body{ padding: 25px; }
.cohenPopup button.close{padding: 5px;font-size: 30px;margin: 0; }
.cohenPopup .modal-header{ border-bottom: none;padding: 0; justify-content: flex-end; }
.long-detail p{ line-height: 36px; }
.cohenPopup .modal-content{ font-size: 14px; }
.popup_form .form-control{ border: none;border: 1px solid #f15f25;height: 40px;border-radius: 0;font-size: 14px;color: #333; }
.popup_form .form-control:focus{ outline: none;box-shadow: none;border-color: #f15f25; }
.form-btn-wrap .orange-btn {background-color: #f15f25;border-radius: 4px;color: #fff;text-transform: uppercase;font-size: 14px;font-weight: 800;padding: 14px 22px;border: none;; }
.form-btn-wrap .orange-btn:hover{ opacity: .75; }
.cohenPopup .wpcf7-response-output{ color: #000 !important; }
.unique_process img{ margin-bottom: 15px; }
#show-hidden-menu{font-size: 20px;font-weight: 700;letter-spacing: 5px; color: #f15f25;text-transform: uppercase;margin-top: 20px;margin-bottom: 20px;display: inline-block;}
.unique_process {margin-top: 30px;}
.img_box h5 {margin-bottom: 15px;font-weight: bold;}
.schedule a:last-child{ margin-left: 10px; }
.home-slider-wrap .schedule a {font-size: 14px !important;padding: 10px 25px !important;display: block;width: 350px;margin: auto;text-align: center;}
.navbar-brand h6{color:#f15f25;text-align:center;padding:0;margin:0;margin-top: -25px;}


@media only screen and (min-width: 1100px) and (max-width: 1300px) {
    .schedule a{ padding: 14px !important; }
    .header-contact div {margin: 0 10px !important;}
}
@media ( max-width:767px ){
    .wprs_unslider-arrow.next{ right:0; }
    .wprs_unslider-arrow.prev{ left: 0; }
    .header-contact{ position:initial !important;background-color: #000;padding: 15px 0 }
    .header-contact .schedule a{ margin:5px !important; }
    .header-contact .schedule {margin: 0 !important;display: flex;justify-content: space-around;align-items: center;}
    }
@media ( max-width:475px ){
    .schedule a {font-size: 12px !important;}
}
@media ( max-width:380px ){
    .schedule a {font-size: 10px !important;}
}
@media (min-width: 1365px){
    #page .navbar {padding: 0 20px;}
}
@media (min-width: 1465px){
    #page .navbar {padding: 0px 70px;}
    }
@media (min-width: 1600px){
        .address br{ display: none; }
    }
.member-image{background: #f15f25;border: 10px solid #ffffff;box-shadow:0 0 10px #ccc;display:inline-block;}
a.team-link{width: 100%;position: absolute;z-index: 1000;height: 100%;display: block;}

/* ---- Landing Page CSS --- */

.page-template-page-landing-php .form_area h6{color:#fff;font-weight:600;margin-bottom:20px;font-size:18px;}
.page-template-page-landing-php .form_area{border-radius:25px;background-color:#f15f25;padding:40px;margin:0 30px;border:5px solid #fff;}
.page-template-page-landing-php .form_area input[type="submit"] {   border: 1px solid;  border-color: #495057 #6c757d #555; border-radius: 3px; background: #ffffff;    color: rgba(0, 0, 0, 0.8);  line-height: 1; padding: 10px 20px;}
.page-template-page-landing-php .form_area input[type="submit"]:hover{background-color:#161616;color:#f05f25}
.page-template-page-landing-php .form_area input{width:100%;font-size:14px;padding:5px;}
.page-template-page-landing-php .form_area textarea{width:100%;font-size:14px;padding:5px;}
.page-template-page-landing-php .text_area h2,
.page-template-page-landing-php .text_area h3,
.page-template-page-landing-php .text_area h4,
.page-template-page-landing-php .text_area h5,
.page-template-page-landing-php .text_area h6,
.page-template-page-landing-php .text_area p {margin-bottom:30px;}
.page-template-page-landing-php .text_area h4{font-weight:300;background-color: #f15f25;padding:20px;color:#fff;border-radius: 10px;}
.page-template-page-landing-php .text_area {background: rgb(255 255 255 / 65%);padding:20px;border:5px solid #ffffff;}

.page-template-page-landing-php .text_area h1{color:#1f2221;font-weight:900;letter-spacing:-1px}
.page-template-page-landing-php .block {position:relative;margin-top: -13%;}
.page-template-page-landing-php .masonry-grid-item{border-radius:25px;}


/* ----------- Next/Previous CSS by the Boss ------------ */
.post-template-default .teamlist {display:none;}
.single .team-link{position:unset;color:#000;padding:10px}
.single a.team-link{height:unset;z-index:0}
.single a.team-link img{background:#f15f25;border-radius:10px}
.single a.team-link img:hover{background:#495057;border-radius:10px}
.single .name{margin-bottom:5px;margin-top:5px;}
.single .speciality{font-size:14px;}
.single .description{font-size:12px;}
.home-slider-wrap .slickslider-home .slide{background-blend-mode: overlay !important;background-color: #000000b3 !important;background-size: cover !important;background-position: 10% 40% !important;}

/* Landing Page */
.landing_intro_sec {position: relative;}
.landing_logo {
    position: absolute;
    width: 100%;
    top: 30px;
}
.landing_banner_text {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.white_color{color: #fff;}
.f-oswald{font-family: 'Oswald', sans-serif;}
.landing_logo img {max-width: 150px;}
.landing_banner_title h1 {font-size: 20px;font-weight: 300;text-transform: uppercase;text-shadow: 2px 1px 1px #000;}
.landing_banner_title h1 strong {font-weight: 900;color: #f15f25;font-size: 150%;padding: 0 10px;}
.landing_banner_img img{width: 100%;}
.5-ways-to-end-back-pain .tired_info_sec{background:#f1f1f1;}
.orange_section {background: #f15f25;}
.orange_info_list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 23px 0px;
}
.orange_info_list li {margin-bottom: 15px;}
.orange_info_list li:last-child{
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.orange_info_list, .orange_info_list a{
     font-size: 14px;
     line-height: 1;
    font-weight: 700;
    color: #fff;
}
.orange_info_list a:hover{color: #000;}
.tired_info_title h2 {color: #101820;font-weight: 200!important;}
.tired_info_title h2 strong{color: #f15f25;font-weight: 600;}
.tired_info_img img {
    width: 100%;
    display: block;
}
.tired_info_form_sec {
    background: #000000;
    margin-top: 20px;
    padding: 23px 20px;
}
.tired_info_form_sec h3 {
    font-weight: 200;
    line-height: 1.05;
    color: #fff;
}
.tired_info_form_sec strong {color: #f15f25;font-weight: 600;}
.tired_info_sub_title {
    font-weight: 600;
    color: #fff;
}
.tired_info_sub_title {margin-top: 20px;line-height: 1.5;}
.landing_testiomonial_info_wrap h3 {
    font-weight: 200;
    color: #101820;
    margin-bottom: 20px;
}
.landing_testiomonial_info_wrap h3 strong {font-weight: 600;}
.landing_testimonial_sec {padding-top: 20px;}
.land_tm_slide h4 {font-weight: 400; color: #f15f25;}
.land_tm_slide h5 {color: #101820;}
.land_tm_info {
    margin-top: 20px;
    font-weight: 600;
    font-style: italic;
    color: #101820;
    border-bottom: 1px solid #f15f25;
    padding-bottom: 20px;
}
.social_links a {
    font-size: 20px;
    color: #101820;
}
.social_links a:hover{color: #f15f25;}
.landing_footer_info p {
    font-size: 14px;
    font-weight: 400;
    color: #101820;
}
.landing_footer_sec {padding: 20px 0px 20px;}
.landing_footer_sec a{color:#000;}
.social_links a {margin-right: 10px;}
.social_links a:last-child{margin-right: 0px;}
.tired_info_sec {padding-top: 20px;}
.tired_info_form_code .wpcf7-list-item {margin: 0; margin-top: 30px;}
.tired_info_form_code p {
    margin-bottom: 10px;
}
.tired_info_form_code label {
    color: #fff;
    font-weight: 700;
}
.tired_info_form_code input[type="checkbox"] {width: auto;}
.tired_info_form_code input {
    width: 100%;
    border: unset !important;
    padding: 13px 10px;
    text-align: center;
    font-weight: 600;
    color: #999999!important;
}
.tired_info_form_code input::placeholder{color: #999999!important;}
.tired_info_form_code input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 17px 0px;
    background: #f15f25;
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
}
.tired_info_form_code input.wpcf7-form-control.wpcf7-submit:hover{background: #999999;}
.tired_info_form_code .wpcf7-spinner {display: none;}
.tired_info_form_code .flex-row {flex-direction: column!important;}
.tired_info_form_code .flex-col {display: block;margin-bottom: 10px;}
.tired_info_form_code .checked_option .wpcf7-list-item {
    display: block;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
}
.tired_info_form_code .checked_option .wpcf7-list-item span.wpcf7-list-item-label {
    color: #fff;
    font-weight: 700;
}
.tired_info_form_code .field-col-one{order: 1;}
.tired_info_form_code .field-col-two{order: 2;}
.tired_info_form_code .field-col-three{order: 3;}
.tired_info_form_code .field-col-four{order: 4;}
.land_tm_info_wrap {
    border-bottom: 1px solid #f15f25 !important;
    padding-bottom: 26px;
}
.land_tm_info_wrap #wprev-slider-1 .wprev_preview_bg1_T1 {
    padding: 0px;
    box-shadow: unset;
    margin: 0px !important;
}
.land_tm_info_wrap .wprevpro_star_imgs_T1 {display: none;}
.land_tm_info_wrap .wprevpro_t1_DIV_1.w3_wprs-col {
    margin: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.land_tm_info_wrap #wprev-slider-1 .wprev_preview_tcolor1_T1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #101820;
    font-size: 16px;
    line-height: 24px;
}
.land_tm_info_wrap #wprev-slider-1 .wprev_preview_tcolor2_T1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #f15f25;
    font-size: 30px;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.land_tm_info_wrap .wprev_showdate_T1 {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #101820;
}
.land_tm_info_wrap nav.wprs_unslider-nav {display: none;}
@media(min-width: 576px){
    .landing_logo img {max-width: 200px;}
    .landing_banner_text {bottom: 30px;}
    .landing_banner_title h1 {font-size: 27px;}
    .tired_info_sec {padding-top: 30px;}
    .tired_info_form_sec {padding: 36px 20px;}
    .landing_testimonial_sec {padding-top: 30px;}
    .landing_footer_sec {padding: 30px 0px 20px;}
    .land_tm_info_wrap {padding-bottom: 46px;}
}
@media(min-width: 768px){
    .landing_logo img {max-width: 250px;}
    .landing_banner_text {bottom: 30px;}
    .landing_banner_title h1 {font-size: 35px;}
    .tired_info_sec {padding-top: 40px;}
    .tired_info_form_sec {padding: 30px 20px;}
    .tired_info_img {margin-top: 174px;}
    .landing_testimonial_sec {padding-top: 40px;}
    .landing_footer_sec {padding: 30px 0px 15px;}
    .tired_info_form_code .field-col-one {margin-bottom: 18px;}
    .land_tm_info_wrap #wprev-slider-1 .wprev_preview_tcolor2_T1 {margin-bottom: 38px;}
}
@media(min-width: 800px){
    .tired_info_img {margin-top: 173px;}
    .tired_info_form_sec {padding: 30px 20px 29px;}
}
@media(min-width: 991px){
    .tired_info_img {margin-top: 174px;}
    .tired_info_form_sec {padding: 30px 20px;}
}
@media(min-width: 992px){
    .landing_logo img {max-width: 300px;}
    .landing_banner_text {bottom: 100px;}
    .orange_info_list {display: flex;justify-content: center;}
    .orange_info_list li {
        border-right: 3px solid #fff;
        padding-right: 10px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .tired_info_form_sec {padding: 36px 20px;}
    .tired_info_img {margin-top: 0px;}
    .landing_testimonial_sec {padding-top: 60px;}
    .landing_footer_sec {padding: 35px 0px 20px;}
    .land_tm_info_wrap {padding-bottom: 56px;}
}
@media(min-width: 1200px){
    .landing_logo img {max-width: unset;}
    .landing_banner_title h1 {font-size: 40px;}
    .landing_banner_text {bottom: 190px;}
    .orange_info_list li {padding-right: 21px;margin-right: 21px;}
    .tired_info_title h2 {font-size: 50px;}
    .tired_info_sec {padding-top: 63px;}
    .tired_info_form_sec h3 {font-size: 40px;}
    .tired_info_img {margin-top: 12px;}
    .tired_info_form_sec {margin-top: 44px; padding: 43px 45px;}
    .tired_info_sub_title {
        margin-top: 25px;
        line-height: 1.85;
    }
    .landing_testiomonial_info_wrap h3 {font-size: 40px;margin-bottom: 50px;}
    .landing_testimonial_sec {padding-top: 80px;}
    .land_tm_slide h4 {font-size: 30px;}
    .land_tm_slide h5 {font-size: 24px;}
    .land_tm_info {margin-top: 36px;padding-bottom: 70px;}
    .social_links a {font-size: 24px;}
    .landing_footer_sec {padding: 48px 0px 34px;}
    .tired_info_form_code label {margin-bottom: 21px;}
    .tired_info_form_code .field-col-one {margin-bottom: 31px;}
    .land_tm_info_wrap {padding-bottom: 86px;}
}
@media(min-width: 1800px){
    .landing_banner_title h1 {font-size: 48px;}
    .landing_banner_text {/* bottom: 355px; */}
    .tired_info_title h2 {font-size: 60px;}
    .tired_info_img {margin-top: 125px;}
    .tired_info_form_sec {padding: 43px 55px;}
    .tired_info_form_sec h3 {font-size: 48px;}
    .tired_info_sub_title {margin-top: 43px;}
    .landing_testiomonial_info_wrap h3 {font-size: 48px;margin-bottom: 70px;}
}
@media(max-width: 767px){
    body.page-template-page-template-new-landing br{display: none;}
}
@media(max-width: 575px){
    .landing_banner_img img {
        height: 250px;
        object-fit: cover;
    }
    body.page-template-page-template-new-landing p{font-size: 14px;}
    .tired_info_title h2 {font-size: 20px;}
    .land_tm_info_wrap #wprev-slider-1 .wprev_preview_tcolor2_T1, .land_tm_info_wrap .wprev_showdate_T1{font-size: 20px;}
    .tired_info_form_sec h3 {font-size: 18px;}
    .tired_info_form_sec h4 {font-size: 16px;}
    .tired_info_form_sec h5 {font-size: 14px;}
    .tired_info_form_sec h6 {font-size: 14px;}

    .tired_info_sub_title, .tired_info_form_code label, .tired_info_form_code .checked_option .wpcf7-list-item span.wpcf7-list-item-label {font-size: 14px;}
    .landing_testiomonial_info_wrap h3 {font-size: 20px;}
    .land_tm_slide h4 {font-size: 18px;}
    .land_tm_slide h5 {font-size: 16px;}
    .orange_info_list li {
        margin-bottom: 10px;
        line-height: 1.3;
    }
}
.page-template-page-location .land_tm_info_wrap{padding-bottom:0}
.page-template-page-location .tired_col_right{background-size: cover;background-position: right;background-repeat: no-repeat;}
.page-template-page-location .tired_info_form_code input{text-align:left;}
.page-template-page-location .tired_info_form_code input[type="submit"]{text-align:center;}
.page-template-page-location .acf-map {width: 100%;height: 480px;border: #f15e24 solid 6px;/* margin: 20px 0; */}
.page-template-page-location .acf-map img {max-width: inherit !important;}


/* =========== Performance Landing Page =========== */
.padd-20{padding: 36px 20px;background:#f1f1f1;font-weight: bold;}
.p-20{padding: 36px 20px;}
.page-template-page-performance-landing h4{padding:10px 0;line-height:2;}
.page-template-page-performance-landing p{margin-bottom:10px}
.page-template-page-performance-landing .tired_info_img ul{margin:20px;}
.page-template-page-performance-landing .tired_info_sec a{background:#f15e24;padding:5px 20px;color:#fff;border-radius:5px;display:inline-block;margin-bottom: 10px;font-size: 22px;font-weight: 600;}
.page-template-page-performance-landing .tired_info_sec a:hover{opacity:0.8}
.page-template-page-performance-landing .box{padding:20px;text-align:center;border-bottom: 4px solid #f15e24;}
.page-template-page-performance-landing .box strong{font-size:110%}
.page-template-page-performance-landing .tired_info_img{margin-top:0;}
.page-template-page-performance-landing .bg_orange{background:#f15e24;padding: 15px 20px;}
.page-template-page-performance-landing .bg_orange h3{color:#fff;}
.page-template-page-performance-landing.page-id-1737 .tired_col_right{background:#f1f1f1;}
.page-template-page-performance-landing.page-id-1737 .tired_col_right p{background:#f1f1f1;font-size:21px;font-weight:500;color:#000;}

.box-middle-vertical{display:flex;flex-direction:column;justify-content: center;}

.grey{background: #000000;color: #fff;margin-bottom: 20px;}
.grey h4{line-height:1.2;}
.page-template-page-performance-landing .landing_banner_text{background:#0000002e;}

@media(max-width: 575px){
       .page-template-page-performance-landing .tired_info_sec a{font-size:16px}
       .page-template-page-performance-landing .bg_orange h3{font-size:18px}
}


/* =========== Eliminate Landing Page =========== */

.page-template-page-performance-landing .eliminateBtn a{font-size: 16px;padding: 15px 20px;margin-top: 15px;}
.tired_info_sub_title.eliminatePh a{ background-color: transparent; }
.page-template-page-performance-landing ul{ margin-left: 20px; }
.popup-form .form-control {height: 44px;box-shadow: none;color: #000;}
.popup-form .form-control:focus{ outline: none;box-shadow: none; }
.popup-form .form-control::placeholder{ color: #000; }
.popup-form .form-group p{ font-size: 12px; }
.popup-form img{ max-height: 270px;min-height: 270px;object-fit: contain;display: none; }
.popup-form .wpcf7-mail-sent-ok,.popup-form .wpcf7 form.sent .wpcf7-response-output,.popup-form .wpcf7-response-output{ color: #000; }
#callToAction.ebcf_modal{z-index: 999;padding-top: 30px; }
#callToAction .ebcf_modal-content{ width:98%;border-radius: 15px;border: none; }
/* The Modal (background) */
.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.ebcf_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width:768px){
    #callToAction .ebcf_modal-content{ width:50%;  }
    .popup-form img{ display: block; }
    }
    
@media (min-width:1199px){
    .popup-form{padding: 20px;}
    }
.wpcf7-form br{display:none;}
/* Location Pages */
.page-id-1919 .team-wrap{padding:0;}
.page-id-1948 .team-wrap{padding:0;}
.location-services{padding:20px 40px;}
.location-service-box {background:#f1f1f1;padding:10px;text-align:center;margin-top:20px;}
.location-team, .location-gallery{padding:20px 40px;margin-top:40px;}
.acf-map {width: 100%;height: 400px;border: #ccc solid 1px;}
.acf-map img {max-width: inherit !important;}
.header-contact .navbar.bg-light .navbar-nav .nav-link{background-color: #f15f25;border-radius: 4px;color: #fff !important;text-transform: uppercase;font-size: 16px;font-weight: 800;padding: 12px 22px;letter-spacing: 0;}

@media (max-width:1024px){
.header-contact{font-size:10px;}
.navbar.bg-light .navbar-nav .nav-link{font-size:10px;}    
.header-contact .navbar.bg-light .navbar-nav .nav-link{font-size:10px;}    
.header-contact .schedule a{font-size:10px;}
.navbar-brand {max-width:200px;}
#bs-example-navbar-collapse-1{margin-bottom:10px}
}

.team-wrap .flex-row .flex-col:hover {background-color:#FF5722;background-size: cover;}
.team-wrap .flex-row .flex-col:hover h4{display:none;}
.team-wrap .flex-row .flex-col:hover div{display:none;}
.team-wrap .flex-row .flex-col {max-width:350px;}

.slick-slide img {height: 550px; object-fit: cover;}
.thumb_img img{height: 180px !important;}

#page .header-contact .navbar{padding:0;}
#page .header-contact #bs-example-navbar-collapse-1{margin:0}

/* Location Page Gallery CSS */

h1.orange{color:#FF5722;font-weight:900;font-size: 70px;font-family:oswald;margin-bottom:20px;margin-top: 0px;}
h2.black{color:#000;font-weight:900;font-size: 40px;margin-bottom: 50px;font-family: 'Oswald';}
.psgal a { position: relative;}
.psgal a:before,
.psgal a:after { content: ""; position: absolute;}
.psgal a:before { top:20px; right: 20px; bottom: 20px; left: 20px; background-color: rgba(255,255,255,0.5); border: 5px solid #fff; opacity: 0; visibility: hidden;}
.psgal a:after { opacity: 0; visibility: hidden; content: "\f065"; font-family: "FontAwesome";  z-index: 10; font-size: 50px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; color:#000; }
.psgal a:hover::before,
.psgal a:hover::after { opacity: 1; visibility: visible;transition:.5s}
.psgal figure { padding:8px;}

