/*
 Theme Name:     Care Availability
 Theme URI:      https://careavailability.com/
 Description:    Care Availability Wordpress Theme
 Author:         Steve Beliveau
 Template:       wp-bootstrap-starter
 Version:        3
*/

/**
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------
body {
    position: relative;
    font-size: 15px;
    background: #ffffff;
    line-height: 1.6em;
    color: #666666;
    margin: 0px;
}
*/


.bg-light {
    background: #ffffff;
    background-color: #ffffff !important;
}



h3 {
    font-size: 1.7em;
    margin-bottom: 15px;
}

:root {
    --color-primary-blue: #299a98;
    --color-shadows-gray: rgb(0 0 0 / 20%);
    --color-borders: #dedede;
    --color-secondary-gray: #8d8d8d;
    --color-background-soft: #dfefef;
    --color-background-gray: #f6f7f9;
    --color-buttons: orange;
    --color-white: #FFF;


    --ff-primary: 'Roboto', sans-serif;
    --ff-secondary: 'Quicksand';

    --spacer: 1rem

}





/*--------------------------------------------------------------
# STRUCTURE
--------------------------------------------------------------*/

.row {
    margin-left:  0;
    margin-right: 0;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
}

.page-template-search-results .container,
.page-template-search-results #main,
.page-template-dashboard .container,
.page-template-login .container,
.page-template-default .container {
    margin: 0 auto;
    max-width: 100% !important;
}
.page-template-search-results #main {
    margin-top: 30px;
}

.page-template-dashboard #main {
    margin: 0 auto;
    padding-top: 0px;
} 

.page-template-dashboard .container {
    padding: 0 10px 0 0;
}
/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
.ca-divider {
    background: #009999;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 25px;
}


.mobile-hide {
    display: block;
}

.mobile-show {
    display: none;
}

.admin-field {
    display: none !important;
}

.wp-admin .admin-field {
    display: block;
}


/*--------------------------------------------------------------
# Greatness Digital Code
--------------------------------------------------------------*/
.home #main .container {
    margin-top: 8px;
    padding: 35px 15px 30px 20px;
    border-top-left-radius:  20px;
    border-top-right-radius: 20px;
} 





/* Index Page */

.front-page-overlay {
    border: 1px solid #000;
    background-image: url('../jpg/ca-front.jpg');
    width: 100%;
    height: 400px;
}

#gd-main .gd-fp-heading  h1 {
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-top: 100px;
}

.gd-search ul {
    border: 1px solid #000;
    width: 800px;
    display: table;
    margin: 0px auto;
}
.gd-search li {
    display: table-cell;
}



/* Services Box */



.herofooter h2 
{
    margin-top: 125px;
    text-align: center;
    color: #000);
    font-family: 'Montserrat', sans-serif!important;

}


.herofooter div {
    font-size: 1rem;
    margin: 0px auto;
    color: var(--color-buttons);

}




.regularhead {
    display: block;
}



@media (max-width: 600px ) {
    .regularhead {
        display: none
    }


 
    .search-form-control {
        padding: 5px 0px;
        margin: 0px 5px;
        height: 35px;     
    }

    .gd-form-control {
        font-size: 1rem;
    }
    .herofooter h2 
    {
        font-size: 1rem;
    
    }



    .search5 span {
        display: none;
    }
       
     
}

@media (min-width: 600px ) {
   
    .search-form-control {
        padding: 5px 0px;
        margin: 0px 5px;
        height: 35px;     
    }  
    .gd-form-control {
        font-size: 1rem;
    } 
    .herofooter h2 
    {    font-size: 1.5rem;
    
    }


    .search3 {
        display: block
    }


}


@media (min-width: 750px ) {

    .gd-form-control {
        font-size: 1.25rem;
    }


    .herofooter h2 
    {    font-size: 1.5rem;
    
    }

   

    .search3 {
        display: block
    }

}






.gd-form-control input, .search2 input, .search3 select {
    border: none;
    outline: 0px;
}



.slidingdiv {
    font-size: 1rem;
    margin: 20px auto 10px auto;

}



.mainpagelistings span {
    padding-left: 5px;
}




.text

    {
        display: none;
        background-color:rgba(0, 0, 0, .1);
        width: 70%;
        margin: 20px auto;
        padding: 5px;

    }

.more {
    background: var(--color-white);
    color: var(--color-primary-blue);
    font-weight: 800;
    padding: 15px;
    border-radius: 50px;
}

.searchradius {
    display: flex;
    width: 75%;
    margin: 0px auto;
}

.searchradius > div {
    align-self: flex-end;
    margin: 0px 10px
}

.gd-area {
    flex-grow: 2;
}


.gd-radius {
    flex-grow: 1;
}


.gd-button {
    flex-shrink: 0;
}

/* 

Search Results 

*/


#main .gd-main-contain  {
    border: 1px solid #000;
    width: 100%
}

#main .gd-tab-contain {
    border-top: 1px solid #eeeeef;
    padding: 15px;
}

/* Filters */

#listing-filters .gd-filter-group {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.gd-filter-header {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 10px 10px
}

.gd-filters h3 {
    font-size: 1.5rem
}

/* Results */


.gd-listing-container {

    margin-bottom: 1.5rem;
    border-radius: 3.5px;
    border-collapse: unset;    
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    padding: 3px 5px 10px 10px
}

.gd-listing-header {
    border: 0px solid;
    width: 100%;
    display: flex;
}

.gd-header-left {
    flex-grow: 1
}

.gd-header-right {    
    text-align: right;
    color: var(--color-secondary-gray);
    padding: 5px;
    font-size: .85rem;
    min-width: 50px;
    flex-shrink: 0
}

.gd-listing-body {
    display: flex;
}

.gd-listing-body-left {
    border: 0px solid;
    height: 250px;
    width: 250px;
    flex-shrink: 0
}

.gd-listing-body-left img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 10px 0px;
}

.listingheader {
    font-size: .85rem;
    margin-top: 10px;
    color: var(--color-secondary-gray);
    padding: 3px;
}

.listingheader span {
    color: var(--color-primary-blue);
    font-weight: 700;
}




.gd-listing-body-right {
    flex-grow: 1;
    padding: 5px
}

.gd-lb-right-1 {
    display: flex;    
}

.gd-addy {
    color: var(--color-secondary-gray);
    font-size: 12px; 
    max-width: 15rem;
}

.gd-addy span 
{
    font-weight: bold
}

.gd-phone {
    text-align: right;
    font-size: 1.10rem;
    font-weight: bold; 
    flex-grow: 1;
}
.gd-lb-right-2 {

}
.gd-lb-right-3 {
    font-size: 12px;
}

.gd-lb-right-3 table{
    width: 100% !important;
    margin-bottom: 0px !important;
}

.gd-lb-right-3 .qty {
}

.gd-lb-right-3 .gender {
}

.gd-lb-right-3 .roomtype {
}

.gd-header-left h3 {
    color:#009999;
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}



.gd-list-header {
    display: block;
    width: 420px;
    height: 245px; 
    border: 0px solid #000;
}

.gd-list-header img {
    max-width: 100%;
    max-height: 245px;
}

.gd-avail-head {
    font-size: 12px;
    padding: 5px;
}


/* Profile Page */

.gd-profile-contain {
    width: 100%; 
    display: flex;    
    flex-direction: column;
}

.gd-profile-head {
    height: 300px;
    width: 100%;
    border: 1px solid #000;
}

.gd-profile-head img {
    max-height: 300px
}


.gd-prof-meta
{
    width: 100%;
    border: 1px solid red;
}

.gd-meta-contain {
    margin: 0px auto;
    width: 1170px;
}


/* GD Mobile */


@media screen and ( max-width: 550px ) {
    .gd-meta-contain {
         width: 100%;
    }

    .gd-listing-body {        
    flex-direction: column;
    }

    .gd-lb-right-1 {
        flex-direction: column;
    }

    .gd-phone {
        text-align: left
    }
    
    .gd-listing-body-left {
        width: 100%;
    }

    .gd-listing-body-left img {
        width: 100%;
    }

}


/*--------------------------------------------------------------
# GD-Profile Page
--------------------------------------------------------------*/

*, *::before, *::after {
    box-sizing: border-box
}

#metainfo a, a:visited {
    color: var(--color-primary-blue);
}

#imgcaro {
    width: 100%;
    border-bottom: 1px solid var(--color-borders);
}


.imgflex {
    display: flex;
    width: 100%;
    height: 25vh;
}

.imgflex img {
    width: 100%;
    opacity: 0.5;
    object-fit: cover;

}


#metainfo {
    border-bottom: 1px solid var(--color-secondary-gray);
    padding: 25px 0px 25px 0px;
}

.profile-container {
    max-width: 1600px;
    margin: 0px auto;
}



.profile-col {
    padding: 1em
}



.profile-left {
    background-color: var(--color-background-gray);
    border-bottom: 1px solid var(--color-borders);
    border-radius: 15px;
    padding: 15px;
}

.profile-left li {
    font-size: .85rem;
}

.provlogo {
    width: 75%;
    margin: 0px auto 10px auto;
}

.provlogo img {
    width: 100%;
    object-fit: cover;
}

.profile-left-bot {
    padding: 25px 10px;
}

.profile-left-bot > div {
    font-size: 1rem;
}

.profile-left-bot h3 {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 5px 0px;
    margin: 20px 0px 5px 0px;
    border-top: 1px solid var(--color-borders)
}

.profile-left-bot h3:nth-child(1) {
    margin: 5px 0px 5px 0px;
    border: 0px solid var(--color-borders)
}



.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: var(--color-background-gray);
    border: 1px solid var(--color-borders);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 10px;
    font-size: .95rem;
}

.sticky > * {
    border-bottom: 1px solid var(--color-borders);
    padding: 5px;
}

.sticky > *:nth-last-child(1) {
    border-bottom: 0px;
}
 
.profile-top-head {
    display: flex;
    width: 100%;
}

.profile-top-head > div:first-of-type {
    flex-grow: 1

}





/* AwesomeFonts list */


.hourstaff::before {
    font-weight: 900; 
    content: "\f017";    
    font-family: "Font Awesome 5 Free"; 
}

.anytimedining::before {    
    font-weight: 900; 
    content: "\f2e6";    
    font-family: "Font Awesome 5 Pro"; 
}

.phonenum::before {
    font-weight: 900; 
    content: "\f095";    
    font-family: "Font Awesome 5 Pro";
    color: var(--color-primary-blue);
}

.faxnum::before {
    font-weight: 900; 
    content: "\f1ac";    
    font-family: "Font Awesome 5 Free"; 
    color: var(--color-primary-blue);
}

.newurl::before {
    font-weight: 900; 
    content: "\f0ac";    
    font-family: "Font Awesome 5 Pro";
    color: var(--color-primary-blue);
}

.newaddy::before {
    font-weight: 900; 
    content: "\f276";    
    font-family: "Font Awesome 5 Free"; 
    color: var(--color-primary-blue);
}

.newaddy::before {
    font-weight: 900; 
    content: "\f276";    
    font-family: "Font Awesome 5 Free"; 
    color: var(--color-primary-blue);
}










.gd-profile-form {
    display: block;
    width: 100%;
    border: 1px solid var(--color-borders) !important;
    padding: 5px;
    margin: 5px auto;
    font-weight: 500 !important;
}




.gd-contactform > * div{
    position: relative

}

.formname::after {
    font-weight: 900; 
    content: "\f007";    
    font-family: "Font Awesome 5 Free"; 
    color: #b2b2b2;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -10px;
}


.newaddy span {
    padding-left: 15px;
}
/* end Awesome Fonts */


/* Dashboard */

.fa-icon2::before {
    float: left;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 20px;
    margin-right: 5px;
  }

.fa-dash::before {
    font-weight: 900; 
    content: "\f625";    
    font-family: "Font Awesome 5 Pro"; 
    color: #FFF;
}

.fa-listings::before {
    font-weight: 900; 
    content: "\f03a";    
    font-family: "Font Awesome 5 Free"; 
    color: #FFF;
}


.fa-star::before {
    font-weight: 900; 
    content: "\f005";    
    font-family: "Font Awesome 5 Free"; 
    color: #FFF;
}

.fa-settings::before {
    font-weight: 900; 
    content: "\f013";    
    font-family: "Font Awesome 5 Free"; 
    color: #FFF;
}

.fa-website::before {
    font-weight: 900; 
    content: "\f37e";    
    font-family: "Font Awesome 5 Pro"; 
    color: #FFF;
}

.gd-dashboard-contain {
    width: 100%;
    display: flex;
}

.dash-sidebar {
    background-color: var(--color-primary-blue);
    width: 250px;
}

.dash-sidebar ul {
    margin: 0px;
    padding: 0px;
}

.dash-sidebar li {
    line-height: 45px;
    width: 100%;
}

.dash-sidebar li.active {
    line-height: 45px;
    width: 100%;    
    background-color: rgba(70, 85, 101, .9);
}

.dash-sidebar li a {
    text-decoration: none;
    display: block;
    color: #fff;    
    line-height: 45px;
    width: 100%;
    padding-left: 20px;
    height: 100%;
}

.dash-sidebar li a:hover {
    
    background: rgba(70, 85, 101, .9);
    height: 100%;
}

.dash-main {

    padding: 15px;
}

.mb-contain h2 {
    font-size: 1.5rem;
    font-family: Quicksand;
}

.gd-tabs {
    
  position: relative;
  margin: 25px auto;
  padding-bottom: 80px;
  border: 1px solid var(--color-borders);
  width: 70%;
  height: 250px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 5px;
  min-width: 240px;  
}

/*--------------------------------------------------------------
# Grid Section
--------------------------------------------------------------*/


.gd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    grid-gap: 5px;
    padding-left: 10px;
}

.gd-gallery-grid img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    
}

.gd-gallery-grid > div:first-of-type {
    grid-row: span 2;
    grid-column: span 2;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
    width: 100%;
    height: 305px;
}

.gd-gallery-grid > div:nth-last-of-type(3) {
    border-radius: 0px 15px 0px 0px;
    overflow: hidden;
}

.gd-gallery-grid > div:last-of-type {
    border-radius: 0px 0px 15px 0px;
    overflow: hidden;
}

.gd-gallery-grid > div:not(:first-of-type) {
    width: 100%;
    height: 150px;
}



/*--------------------------------------------------------------
# Misc Pages
--------------------------------------------------------------*/
.gd-registration { 
    width: 350px;
    margin: 10px auto;
}

/*--------------------------------------------------------------
# FRONT/HOME PAGE
--------------------------------------------------------------*/







.home #main .container h1 {
    color: #fff;
    font-weight: 300;
    line-height: 1.55em;
}

.heading-tab h1 {
    float: right;
    font-size: 1.62em;
    background: #009999;
    margin: -55px -30px 10px 0;
    padding: 18px 42px 3px 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    width: 100%;
    text-align: right;
}

#search-by-services,
#search-by-provider {
    border-radius: 5px;
}

#search-by-services h2,
#search-by-provider h2 {
    font-size: 1.05em;
    margin: 15px auto;
    color: #009999;
    font-weight: 600;
}

#search-by-services {
    padding: 0 0 0 10px
}

#search-by-services form {
    border-radius: 7px;
    padding-bottom: 20px;
    background: #ffffff;
}

#search-by-services label,
#search-by-provider label {
    font-weight: 500;
}



#search-by-services input[type="checkbox"] {
    margin-right: 10px;
}

#search-by-services button,
#search-by-provider button {
    width: 100%;
    font-weight: 400;
}

#search-by-provider button {
    padding: 10px 0px !important;
}

#search-by-provider {
    background: transparent;
    overflow: auto;
    padding-left: 50px;
}

#search-provider-image {
    display: block; 
    width: 100%;
    height: 285px;
    background-image: url('../jpg/care-availability-homepage-scaled-e1592087587498.jpg');background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    border-radius: 7px;
}

#search-provider-image img {
    width: 100%;
    border-radius: 5px;
}

#search-by-provider form {
    background: #ffffff;
    margin-top: 20px;
    border-radius: 7px;
    padding-bottom: 10px;
}

#search-by-provider .submit {
    margin-top: 25px;
}

#service-benefits {
    overflow: auto;
    margin: 3.5em auto;
    color: #ffffff;
}

#service-benefits h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.5em;
}

#service-benefits h2,
#service-benefits p {
    font-weight: 300;
    color: #ffffff;
}

#service-benefits p {
    font-size: .92em;
}

.fa-check:before {
    font-size: .9em;
}

#service-benefits div {
    border-right:  1px solid #8bc3c3;
    padding: 0px 30px;
}

#service-benefits div:last-child {
    border-right: 0px solid transparent;
}

#recent-providers {
    overflow: auto;
    padding: 40px 20px 55px 20px;
    font-weight: 400;
    border-radius: 7px;
    color: #009999 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #ffffff;
}

#recent-providers .row {
    flex-wrap: nowrap;
    justify-content: space-around;
}

#recent-providers p,
#recent-providers li {
    color: #009999 !important;
}

#recent-providers .wpcf7 {
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    color: #555555 !important;
    background: #8fc556 !important;
}

#recent-providers .wpcf7 label {
    color: #ffffff;
    font-weight: 600;
}

#recent-providers .wpcf7-response-output {
    padding: 0;
    color: #ffffff;
    overflow: auto;
    padding-bottom: 15px;
    font-style: italic;
    margin:  -50px 10px 10px 10px;
    border: 0px solid transparent;
}

#recent-providers input,
#recent-providers input::placeholder {
    color: #999999 !important;
    font-weight: 500;
    font-size: .98em;
}

#recent-providers input {
    border: 1px solid #cccccc;
}

#recent-providers .wpcf7-submit {
    top: 3.55em;
    height: 36px;
    right: 33px;
    padding-top: 7px;
    position: absolute;
    color: #555555 !important;
    background-color: #ededed !important;
    border: 0;
    outline: 0;
    font-weight: 400;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 600;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;

}

#recent-providers .wpcf7-submit:hover {
    background-color: #999999 !important;
    color: #ffffff !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* 
footer {
    width: 85%;
    margin: 50px auto 0 auto;
    padding-bottom: 20px;
    border-top: 1px solid #ededed;
    color: #999999;
    text-align: center;
    font-style: italic;
    justify-content: center;
    align-items: center;
}

.home footer {
    width: 94%;
    margin-top: 0;
    border-top: 0px solid #ffffff;
} */

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------
a, a:active, a:hover, a:visited  {
    color: #009999;
}

.ca-blue-bg {
    background: #009999;
}

/*--------------------------------------------------------------
# Provider Login 
--------------------------------------------------------------*/
#loginform {
    color: #ffffff;
    background: #009999;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: .9em;
    overflow: auto;
}

#loginform h5 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.2em;
}

#loginform a {
    color: #ffffff;
    text-decoration: none;
}

#loginform #username {
    width: 100%;
    font-size: 1.1em;
}

#loginform #password {
    width: 100%;
    max-width: 260px;
    font-size: 1.1em;
}

#loginform .password, 
#loginform .login-submit {
    float:left;
    margin-right: 10px;
    margin-left: -3px;
}

#loginform #submit {
    padding: 8px 10px;
    margin-left: 5px;
}

.btn, input {
    font-weight:  500 ;
    box-shadow:   0 !important;
    -webkit-box-shadow: 0 !important;
}

a.btn, a .btn.btn-primary,
.btn, .btn-primary {
    background: #99CC00 !important;
    border-color: #99CC00 !important;
    color: #ffffff !important;
    font-weight: 500;
    border-width: 1px;
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
 }

 a.btn:hover, a.btn:focus, a.btn.btn-primary:hover, a.btn.btn-primary:focus, .btn:hover, .btn:focus, .btn-primary:hover, 
 .btn-primary:focus {
    background: #8cb903 !important;
    border-color: #8cb903 !important;
    color: #ffffff !important;
    outline: 0;
    font-weight: 500;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    padding: 10px 25px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
 }

 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    background: #ffffff !important;
    font-weight: 500;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
 }    

 .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover,
 .btn-outline-primary:active, .btn-outline-primary:hover,
 .btn-outline-primary:focus {
    border-color: #dbdbdb !important;
    background: #ffffff !important;
    border-color:#dbdbdb !important;
    color: #555555 !important;
    font-weight: 500;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
 }

.btn.btn-outline-primary:focus, 
.btn.btn-outline-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
    background: #ffffff !important;
    color: #555555 !important;
    border-color: #dbdbdb !important;
    box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0) !important;
    -webkit-box-shadow: 0 !important;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
 }

 .btn.btn-outline-primary:hover,
.btn-outline-primary:hover {
    background: #ffffff !important;
    border-color: #dbdbdb !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    color: #555555 !important;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
}

.btn.btn-outline-primary,
.btn-outline-primary {
    background: #ffffff !important;
    border: 1px solid #009999 !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: 0 !important;
    color: #009999 !important;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .02em;
}

 

/*--------------------------------------------------------------
# Provider Dashboard 
--------------------------------------------------------------*/
#provider-dashboard {
    position: relative;
    width:   100%;
    height:  58px;
    padding: 0;
    margin:  0 auto auto auto;
}
 
#provider-dashboard ul {
    display: flex;
    max-width: 1000px;
    height: 100%;
    padding: 0;
    margin: 20px auto 0 auto;
    justify-content: center;
    align-items: center;
    border-top: 4px solid #009999;
}

#provider-dashboard ul li,
#provider-dashboard ul li a {
    display: flex;
    padding: 0;
    margin:  0;
    height: 100%;
    list-style-type: none;
    align-items: center;
    font-weight: 300;
}

#provider-dashboard ul .active a {
    color: #555555 !important;
    font-weight: 600;
}

#provider-dashboard ul li a:hover,
#provider-dashboard ul li:hover {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

#provider-dashboard ul li,
#provider-dashboard ul li:hover {
    margin-right: 12px;
}

#provider-dashboard ul li:last-child {
    margin-left: auto;
}

/* Mobile dash nav */
#providerDashNav ul {
    display: block;
}

#providerDashNav ul li {
    width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ededed;
}

#providerDashNav ul li:hover {
    padding: 10px;
}

.dashboard-button {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    font-size: 1.9em;
    color: #555555;
    font-weight: 400;
    padding: 11px 13px 6px 13px;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 99999;
}

.rwmb-file-add {
    font-weight: 300;
}

.rwmb-image-item  {
    margin: 10px !important;
}

.rwmb-form-submit {
    text-align: center;
}

/*--------------------------------------------------------------
# Provider Dashboard Form
--------------------------------------------------------------*/

label {
    font-weight: 400;
}

#provider-edit .form-control {
    font-size: .9em;
    border: 1px solid #dbdbdb;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
    border-radius: 2px !important;
}

#provider-edit .rwmb-field .rwmb-row {
    display: flex;
    justify-content: flex-start;
}

#provider-edit .provider-availability .rwmb-row .rwmb-column {
    float: none !important;
    margin-right: 4% !important;
}

#provider-edit .rwmb-text, 
#provider-edit .rwmb-phone,
#provider-edit .rwmb-email,
#provider-edit .rwmb-url,
#provider-edit .rwmb-number {
    border: 1px solid #dbdbdb !important;
}

#provider-edit .profile-section {
    border: 1px solid #dbdbdb;
    padding: 20px;
    margin: 15px 0;
}

#provider-edit .rwmb-file-input {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 10px;
}

#provider-edit .advanced-services li {
    float: left;
    margin-left: 7px;
    margin-right: 0;
}

#provider-edit .rwmb-label {
    margin: 10px auto;
    color: #7a7b7b;
}

#provider-edit .rwmb-group-wrapper .rwmb-clone:after {
    border-bottom: 0 solid #ffffff !important;
}

#provider-edit .rwmb-button.remove-clone {
    margin-top: 33px;
    top: 5px;
    right: -20px;
}

#provider-edit .rwmb-button.remove-clone .dashicons {
    font-size: 25px !important;
}

#provider-edit .rwmb-label {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

#provider-edit .rwmb-switch:checked + .rwmb-switch-status .rwmb-switch-slider {
    background-color: #009999 !important;
    box-shadow: 0 0 1px #009999 !important;
}    

/* CHECKBOX STYLES */
#provider-edit .rwmb-input-list {
    margin: 0;
    padding: 0;
}

#provider-edit .rwmb-input-list input {
    margin-right: 7px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

#provider-edit .rwmb-input-list label {
    margin-right: 12px;
}

/* #provider-edit input[type=checkbox],
#provider-edit input[type=radio] {
    top: 0;
    left: 0;
    height: 13px;
    width:  14px;
    padding: 0;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #dbdbdb !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
}

/* On mouse-over, add a grey background color */
#provider-edit input[type=checkbox]:hover,
#provider-edit input[type=radio]:hover {
    height: 13x;
    width:  14px;
    padding: 0;
    color: #ffffff;
    background-color: #ffffff;
    border: 1px solid #dbdbdb !important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
  }
  
  /* When the checkbox is checked, add a blue background */
  #provider-edit input[type=checkbox]:checked,
  #provider-edit input[type=radio]:checked {
    height: 13px;
    width:  14px;
    padding: 0;
    color: #ffffff;
    border: 1px solid #009999 !important;
    background: #009999 !important;
    background-color: #009999 !important;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0) !important;
  } */

  #provider-edit ul li {
      position: relative;
      list-style-type: 0;
  }
  
  /*
  #provider-edit input[type=checkbox]:after {
    position: absolute;
    top: 4px;
    left: 3px;
    font-size: 10px;
    content: "\2714";
    color: #ffffff;
  } */

  .rwmb-switch-label {
      padding: 0 !important;
  }

.provider-profile,
.provider-ext-profile,
.provider-permissions,
.provider-permissions {
}
 
#provider-edit-tabs {
    width: 100%;
    margin:  30px 0 20px 0;
    padding: 5px 0 7px 0;
    border-bottom: 2px solid #009999;
}

#provider-edit-tabs li {
    display: inline;
    list-style-type: none;
    padding: 9px 32px;
    background: #4dc2c3;
    color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: 9px;
 }

 #provider-edit-tabs #profile-tab {
     margin-right: 2px;
 }

#provider-edit-tabs .active {
    background: #009999;
    color: #ffffff;
}

#provider-edit .rwmb-button[name=rwmb_submit],
#provider-edit .rwmb-input .btn {
    padding: 9px 32px;
    font-size: .92em;
    margin-top: 25px;
} 

#provider-edit .rwmb-input .btn {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #7a7b7b !important;
    border: 1px solid #dbdbdb !important;
    font-size: .9em;
    padding: 10px 32px;
}

#provider-edit .rwmb-input .btn:hover {
    background:#8cb903 !important;
    color: #ffffff !important;
}

#provider-edit .hide {
    display: none;
}

#provider-edit .show {
    display: block;
}

#provider-edit .advanced-services {
    width: 100% !Important;
}

#provider-edit .advanced-services label {
    padding-bottom: 10px;
}

#provider-edit .rwmb-meta-box h2 {
    display: none;
}

#provider-edit .availability {
    width: 80px;
}

#provider-edit .available input {
    height: 31px;
}

.provider-availability {
    border: 1px solid #ededed;
    padding: 15px 25px;
    border-radius: 3px;
    /*margin-top: -40px;*/
}

.provider-availability-accepting {
    border: 1px solid white;
    padding: 5px 5px;
}

 
/*--------------------------------------------------------------
# Listings
--------------------------------------------------------------*/

#listing-tabs {
    display: flex;
    padding: 0;
    margin-top: 2em;
    border-bottom: 0px solid #009999;
}    

#listing-tabs li {
    color: #009999;
    list-style-type: none;
    margin-right: 5px;
    background: #fff;
    padding: 8px 15px 7px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 5px;
}

#listing-tabs li:hover {
    cursor: auto;
}

#listing-tabs .active {
    background: #FFF;
}

#listing-tabs li a {
    color: #ffffff !important;
    font-weight: 200;
}

.shortName, .shortName.active {
    display: none;
}

.badge {
    padding: 5px;
    color: #ffffff;
    font-weight: 400;
    width: 75px;
    float: right;
}

.badge-current {
    background: #009999;
}

.badge-days {
    background: #4dc2c3;
    opacity: 1;
}

.badge-week {
    background: #4dc2c3;
    opacity: .8;
}

.badge-month {
    background: #4dc2c3;
    opacity: .7;
}

.badge-upcoming {
    background: #4dc2c3;
}

#listings {
    display: flex;
}

.listing {
    height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
}


#listing-content-map {
    width: 50%;
    border: 1px solid pink;
    float: left
}

#listing-results-section {
    border: 1px solid purple;
    width: 50%;
    float: left
}

#listing-content {
    display: block;
    width: 100%;
    border: 1px solid;
}

#listing-map {
    border: 1px solid black;
}

#listing-filters {
    float: left;
    width: 250px;
    margin-right: 10px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 5px 5px 0px 0px
}

#listing-mobile-filters div {
    border-radius: 0;
    border-bottom: 1px solid #dbdbdb;
}

#listing-mobile-filters .carat {
    font-size: 10px;
    float: right;
    margin-right: 10px;
    color: #dbdbdb;
    margin-top: 2px;
}
 
#listing-mobile-filters .sort-filters, 
#listing-mobile-filters .advServices-filters,
#listing-mobile-filters .insurance-filters, 
#listing-mobile-filters .room-filters {
    margin-bottom: 8px;
}

#listing-mobile-filters h3 {
    font-size: 1em;
    margin-bottom: 0;
    padding: 0 0 .5em 0;
    font-weight: 500 !important;
    font-family: 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}

#listing-mobile-filters .list-group-item {
    display: none;
    padding: .5em 0 .5em 0em !important;
    margin: 0;
    border: 0;
    text-transform: capitalize;
}

#listing-mobile-filters .list-group-item.mobile-open {
    display: block;
}

#listing-mobile-filters .list-group-item:first-child {
    display: block;
}

#listing-filters h3 {
    color:#009999;
    line-height: 1.7em;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0px 0px 20px;
}

#listing-filters li {
    border: 1px solid #dedede;
    border-radius: 3px;
    margin: 5px auto;
    font-size: 13px;
    width: 200px;

}

.sort-filters .list-group-item {
}

.list-group-item {
    padding: 5px !important;
   
}

.list-group-item.li {
    border: 1px solid #000;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009999;
    border: 2px solid #000;
    border-radius: 3px;
    width: 200px;
}    

.list-group-item input {
    margin-right: 7px;
    border-radius: 0;
}

.sort-filters, .advServices-filters,
.insurance-filters, .room-filters {
    margin-bottom: 2em;
}


.listing table {
    display: table;
    width: calc((100% / 2) - 8px);
    margin-bottom: 20px;
    border-radius: 3.5px;
    border: 1px solid #dbdbdb;
    border-top: 0px solid #ffffff;
    border-collapse: unset;    
    border-spacing: 0;
    float: left;
    margin-right: 8px;
}

.listing table tr td {
    border-top: 1px solid #ededed;
}

.listing table tr td:last-child {
    border-right: 1px;
}

.listing table tr:nth-child(even) {
    background: #f6f7f9c7;
}

.listing table td {
    padding: 5px;
    color:#777777;
    font-size: 12px;
}

.empty {
    font-style: italic;
    text-transform: none;
}
 
.listing-title {
    float: left;
    width: 55%;
    font-weight: 600;
    text-align: left;
    color: #222222;
}

.listing-title h3 {
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

.listing-title span {
    color: #777777;
    font-weight: normal;
}

.listing-updated {
    float: right;
    width: 45%;
    text-align: right;
}

.listing-updated-date {
    text-transform: lowercase;
    font-style: italic;
    position: absolute;
    background: rgba(0,0,0,.54);
    color: #FFF;

}

.listing-contact-info {
    display: flex;
    justify-content: space-between;
    margin: 15px 7px 15px 0;
    line-height: 1.5em;
}

.listing .show {
    display: flex !important;
}
 
.listing-address-icon {
    width:     0 !important;
    max-width: 0 !important;
    flex: 0 0 1%;
    padding-left: 2px !important;
    padding-right: 0;
}

.listing-address-icon + div {
    padding-left: 0px;
    margin-left: 2px;
}

.contact-info {
    background: #ffffff !important;
    padding: 10px auto;
}
.contact-info button {
    border: 1px solid #009999  !important;
    margin: 15px auto 5px auto;
    padding: 6px 10px;
    font-size: .9em;
}

.contact-info button:focus, .contact-info button:active,
.contact-info button:hover, .contact-info button:visited {
    padding: 5px 10px !important;
    font-size: .9em !important;
}

.listing-phone div {
  float: right;
}

.listing-phone .fa-phone {
    margin-right: 3px;
}

.distance {
    color: #000;
    text-align: right
}
.active {
    display: table;
}

.listing.active {
    height: auto;
    max-height: 100%;
    overflow: auto;
    opacity: 1;
    transition: opacity 0.34s ease-in;
    transition: height 0.34s ease-in;
}

.spinner-container {
    float: left;
    margin-left: 40%;
    margin-top: 50px;
    text-align: center;
    color: #009999;
    font-weight: 400;
}

.search-results-count { 
    padding: 10px;
    background-color: var(--color-background-gray);
    font-style: italic;
}

.search-results-count span {
    color: var(--color-primary-blue);
    font-weight: 700;
}

/*--------------------------------------------------------------
# CONTACT PAGE/FORM STYLES
--------------------------------------------------------------*/
.wpcf7, .wpcf7-form {
    padding: 0;
}
.wpcf7-text {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    margin-top: 10px;
}
.home .wpcf7-text {
    border: 0px solid #fff !important;
}
.wpcf7-select  {
    margin-top: 10px;
}
.home .wpcf7-text {
    margin-top: 0;
    border: 0px solid wpcf7#fff !important;
}

/*--------------------------------------------------------------
# Profiles 
--------------------------------------------------------------*/
#profile-title {
    width: 45%;
    float: right;
    padding: 0;
    margin-top: 15px;
    text-align: left;
    background: #009999;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

#profile-title h1 {
    color: #ffffff;
    padding: 15px 10px 8px 25px;
    margin: 0;
    font-size: 1.5em;
    line-height: 1.3em;
}

#profile-images {
    display: flex;
    flex-flow: row wrap;
    height: 400px;
    padding: 0;
    margin: 0 0 0 0;
    width: 100%;
}

#profile-images .featured-image {
    width: 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#profile-images.profiles-1 .featured-image {
    width: 100%;
}

#profile-images .additional-images  {
    width: 45%;
    display: flex;
    flex-flow: row wrap;
    max-height: 420px;
    margin-top: -2px;
}

#profile-images.profiles-1 .additional-images {
    display: none
}

#profile-images .additional-images div {
    width: 50%;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 1px 1px;
} 

#profile-images.profiles-2 .additional-images div:nth-of-type(1) {
    width: 100%;
    height: 400px;
}

#profile-images.profiles-3 .additional-images div:nth-of-type(2),
#profile-images.profiles-3 .additional-images div:nth-of-type(1) {
    width: 100%;
}

#profile-images.profiles-4 .additional-images div:nth-of-type(1) {
    width: 100%;
}

#profile-images.profiles-4 .additional-images div:nth-of-type(2),
#profile-images.profiles-4 .additional-images div:nth-of-type(3) {
    width: 50%;
}
  
#profile-images div img {
    width: 100%;
    max-width: 100%;
}

.provider-logo {
    width: 75%;
    max-width: 300px;
    margin-bottom: 30px;
}

#profile-services,
#profile-amenities {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border-top: 1px solid #dbdbdb;
}

#profile-services h2,
#profile-amenities h2 {
    font-size: 1.25em;
    font-weight: 900;
    margin: 0;
    padding: 20px 0px 0px 0px;
}

#profile-services ul,
#profile-amenities ul {
    margin:  20px 0 10px 20px;
    padding: 0;
}

#profile-services ul {
    margin-left: 0;
}

#profile-amenities ul li {
   padding: 8px 0;
   list-style-type: disc;
}

#profile-services ul li {
    list-style-type: none;
    padding: 0;
}

#profile-services {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

#profile-links {
    margin-top: 8px;
    margin-bottom: 30px;
}

.profile-badge {
    position: relative;
    width: 100px;
    float: right;
    margin-right: -10px;
    margin-bottom: -10px;
    font-size: .85em;
    font-weight: 500;
    max-height: 50px;
}
.profile-badge a, 
.profile-badge a span,
.profile-badge a:hover,
.profile-badge a:focus,
.profile-badge a:active, 
.profile-badge a:visited {
    color: #ffffff;
    text-decoration: none;
}
.profile-badge a:hover {
    background: dark-orange;
}
.profile-badge img {
    max-width: 100%;
    height: auto;
}

.view-profile {
    position: absolute;
    right: 100px;
    bottom: 8px;
    background: orange;
    padding: 5px 12px 5px 10px;
    width: 110px;
    text-align: right;

}



.left-arrow {
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 12px solid #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.claim-listing-badge {
    float: right;
    margin-top: 3em;
}    

/*--------------------------------------------------------------
# Provider Registration Form
--------------------------------------------------------------*/
.page-template-provider-registration form {
    overflow: auto;
}
.page-template-provider-registration input {
    border: 1px solid #dbdbdb !important;
    border-radius: 2px;
}
.page-template-provider-registration .rwmb-field {
    width: 90%;
}

.page-template-provider-registration .rwmb-label ~ .rwmb-input {
    width: 90%;
}

.page-template-provider-registration .rwmb-meta-box:nth-of-type(2) {
    width: 90%;
    display: flex;
    flex-flow: column wrap;
}

.page-template-provider-registration .rwmb-meta-box:nth-of-type(2) .rwmb-field {
    width: 100%;
}

.page-template-provider-registration .rwmb-field:nth-of-type(1),
.page-template-provider-registration .rwmb-field:nth-of-type(2),
.page-template-provider-registration .rwmb-field:nth-of-type(3),
.page-template-provider-registration .rwmb-field:nth-of-type(4) {
    width: 47.5%;
    float: left;
}
.page-template-provider-registration .rwmb-column-6 {
    float: none;
    width: 47.5%;
}
.page-template-provider-registration .rwmb-column-6:nth-of-type(1) {
    margin-right: 5% !important;
}
.page-template-provider-registration .rwmb-column-6:nth-of-type(2) {
    margin-right: 0 !important;
}
.page-template-provider-registration .rwmb-label {
    width: 100%;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
}
.page-template-provider-registration .rwmb-input input {
    width: 100% !important;
    padding: 7px;
}
#user_pass2,
.page-template-provider-registration #first_name {
    margin-bottom: 10px !important;
}
.registration_disclaimer .rwmb-field {
    width: 100% !important;
    float: none;
    margin: 20px auto 0 auto !important;
}
.page-template-provider-registration .rwmb-form-submit {
    width: 100% !important;
    float: left;
    padding-top: 20px !important;
    overflow: auto;
}
.page-template-provider-registration .rwmb-button {
    width: 100px;
    width: 200px;
    border-radius: 4px;
    border: 0px;
    padding: 7px;
    color: #ffffff;
    background: #99CC00 !important;
    border-color: #99CC00 !important;
    text-transform: uppercase;
}
.page-template-provider-registration .rwmb-button:hover {
    background: #8cb903 !important;
    border-color: #8cb903 !important;
}
.page-template-provider-registration .rwmb-input-list {
    margin: 0;
    padding: 0;
}
.page-template-provider-registration .rwmb-checkbox_list-wrapper .rwmb-input {
    width: auto !important;
}
.page-template-provider-registration li .rwmb-checkbox_list {
    width: auto !important;
    margin-right: 7px;
}
.page-template-provider-registration .rwmb-input-list  li {
    float: left;
    margin-right: 15px;
}
.page-template-provider-registration .extended-field {
    width: 90% !important;
    margin-right: 0 !important;
}
.page-template-provider-registration .rwmb-meta-box:nth-of-type(3)
.rwmb-column-6 {
    margin-right: 0 !important;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
.site-info {
    text-align: center;
    margin: 0 0 0 -20px;
    padding: 20px 0 0px 0px;
    display: flex;
    justify-content: center;
    font-style: italic;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media screen and ( max-width: 500px ) {
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .shortName, .shortName.active {
        display: block;
    }
    .longName, .longName.active {
        display: none;
    }

    #provider-edit-tabs ul {
        width: 100%;
    }
    #provider-edit-tabs li {
        display: inline-block;
        padding: 8px;
    }
    #listing-content {
        width: 100%;
    }
    .page-template-search-results table {
        width: 99%;
        max-width: 99%;
    }
    .search-results-count {
        width: 99%;
    }
    .listing table td {
        padding: 9px 8px;
    }
    .listing-title,
    .listing-updated {
        width: auto;
        float: none;
        margin:  0;
        padding: 0;
        line-height: 1.6em;
        margin-bottom: 8px;
        text-align: left;
    }
    #recent-providers .row {
        flex-flow: wrap;
    }
    #recent-providers .row  > div {
        width: 50%;
    }
    #provider-edit-tabs {
        padding:0;
    }
    .organization-details {
        width: 75%;
    }
    .view-profile {
        right: 0;
    }
}
@media screen and (max-width: 787px) {
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .shortName, .shortName.active {
        display: block;
    }
    .longName, .longName.active {
        display: none;
    }
    .navigation img {
        margin-left: auto;
        max-width: 250px;
        margin-top: 10px;
    }
    #listing-content {
        width: 100%;
    }
    #provider-edit {
        padding: 19px 0;
        width: 90%;
        margin: 0 auto;
    }
    #recent-providers {
        overflow: auto;
    }
    #recent-providers .wpcf7-submit {
        right: auto;
        top: auto;
        position: relative;
        width: 100%;
        border-radius: 4px;
    }
} 
@media screen and (max-width: 1170px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .heading-tab h1 {
        font-size: 1.6em;
    }
} 
@media screen and (max-width: 991px) {    
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .shortName, .shortName.active {
        display: block;
    }
    .longName, .longName.active {
        display: none;
    }
    .page-template-search-results .container, .page-template-search-results #main, .page-template-dashboard .container, .page-template-login .container, .page-template-default .container {
        max-width: 95% !important;
    }
    #main-nav {
        display: none;
    }
    #listing-content {
        width: 100% !important;
    }
    ul#dashboard-desktop {
        display: none;
        border-bottom: 0px solid #ffffff;
    } 
    #provider-dashboard ul {
        border-bottom: 0px solid #ffffff;
    }
    #provider-dashboard {
        height: auto;
    }
    #provider-dashboard-marquee {
        margin-top: 20px;
        margin-bottom: 20px;
    }    
    #search-by-provider {
        width: 100% !important;
        padding-left: 10px;
        padding-right: 0;
        margin: 25px 0 0 0;
    }
    #search-by-provider form {
        padding-bottom: 20px;
    }
    #search-provider-image {
        height: 250px;
        background-position: center center;
    }
  
    #service-benefits {
        margin-top: 4em;
    }
    #service-benefits div {
        padding: 2px 25px;
        border-right:  0 solid #8bc3c3;
        margin: 10px auto;
    }
    #recent-providers {
        margin: 0 0 15px 10px;
    }
    .heading-tab h1 {
        margin: 0;
        line-height: 1.4em;
        text-align: left;
        padding: 15px 10px 20px 0px;
    }
    .rwmb-row {
        display: flex;
        flex-direction: column;
    }
    .rwmb-row .rwmb-input {
        width: 100%;
    }
    .available {
        max-width: 200px;
        margin-left: 0 !important;
    }
    .navbar-toggler {
        display: block;
    }  
    #provider-edit {
        border-top: 1px solid #cccc;
    }
    #profile-title {
        width: 100%;
        float: none;
        margin: 35px 0 0 0;
    }
    #profile-images {
        display: flex;
        flex: column no-wrap;
        width: 100%;
        height: 330px;
    }
    #profile-images.profiles-1 {
        height: 180px;
    }
    #profile-images.profiles-2,
    #profile-images.profiles-3,  
    #profile-images.profiles-4 {
        height: 380px;
    }
    #profile-images .featured-image,
    #profile-images .additional-images {
        width: 100%;
    }
    #profile-images.profiles-1 .featured-image, 
    #profile-images.profiles-2 .featured-image,
    #profile-images.profiles-3 .featured-image,
    #profile-images.profiles-4 .featured-image,
    #profile-images.profiles-5 .featured-image,
    #profile-images .featured-image {
        height: 200px;
    }
    #profile-images .additional-images {
        display: column wrap;
        width: 100%;
        height: 200px;
    }  
    #profile-images.profiles-2 .additional-images div:nth-of-type(1),
    #profile-images.profiles-3 .additional-images div:nth-of-type(1),
    #profile-images.profiles-3 .additional-images div:nth-of-type(2),
    #profile-images.profiles-4 .additional-images div:nth-of-type(1),
    #profile-images.profiles-4 .additional-images div:nth-of-type(2),
    #profile-images.profiles-4 .additional-images div:nth-of-type(3),
    #profile-images.profiles-5 .additional-images div:nth-of-type(4) {
        flex: 1;
        height: 200px;
     }    
    #profile-images.profiles-5 .additional-images div:nth-of-type(1),
    #profile-images.profiles-5 .additional-images div:nth-of-type(2),
    #profile-images.profiles-5 .additional-images div:nth-of-type(3),
    #profile-images.profiles-5 .additional-images div:nth-of-type(4)  {
        flex: 1;
        height: 100px;
    }
    .page-template-provider-registration .rwmb-column-6 {
        float: none;
        width: 100%;
    } 
    .page-template-provider-registration .rwmb-column .rwmb-label {
        margin-bottom: 0px;
    }
    .page-template-provider-registration .rwmb-field.rwmb-button-wrapper.rwmb-form-submit { 
        width: 90% !important;
        margin-top: 0;
    }
    .registration_disclaimer .rwmb-field {
        margin: 30px auto 0 auto;
    }
    .page-template-provider-registration .rwmb-field.rwmb-button-wrapper.rwmb-form-submit {
        margin-top: 10px;
    }    
}

.btn-register-provider {
    width: 200px;
    border-radius: 4px;
    border: 0px;
    padding: 7px;
    color: #ffffff;
    background: #99CC00 !important;
    border-color: #99CC00 !important;
    text-transform: uppercase;
}

.error-custom {
    color: #dc3232 !important;
    margin: 2px 0 5px !important;
    border-width: 0  !important;;
    background-color: transparent  !important;
    padding: 0;
}
