
:root {
    --ws-blue: #023152;
    --ws-blue-r: 2;
    --ws-blue-g: 49;
    --ws-blue-b: 82;
}

body {
    overflow-y: scroll;
    font-family: "Open Sans", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

h1 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/*h1 > small {
    font-size: 65%;
}*/

h1 > .h1-sub {
    display: block;
    font-size: 65%;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.65rem;
}

h3, .h3 {
  font-size: 1.45rem;
}

h4, .h4 {
  font-size: 1.35rem;
}

h5, .h5 {
  font-size: 1.17rem;
}

h6, .h6 {
  font-size: 1rem;
}

#main-content-container h1,
#main-content-container h2,
#main-content-container h3,
#main-content-container h4,
#main-content-container h5,
#main-content-container h6 {
    color: #023152;
}

/* SPECIFICALLY NOT APPLIED TO H1 */
/*#main-content-container h1,*/
#main-content-container h2,
#main-content-container h3,
#main-content-container h4,
#main-content-container h5,
#main-content-container h6 {
    margin-top: 2rem;
}

.card > .card-header > h1,
.card > .card-header > h2,
.card > .card-header > h3,
.card > .card-header > h4,
.card > .card-header > h5,
.card > .card-header > h6 {
    margin: 0 !important;
}

.card > .card-body > h1,
.card > .card-body > h2,
.card > .card-body > h3,
.card > .card-body > h4,
.card > .card-body > h5,
.card > .card-body > h6 {
    margin-top: 0 !important;
}

a:not(.btn):not(.nav-link):not(.dropdown-item) {
    font-weight: 600;
}

sup.required {
    color: #d93b3b;
}

.bg-ws-blue {
    background-color: #023152;
}

.thead-dark.bg-ws-blue > tr > th {
    background-color: #023152;
    border-color: #023152;
}

.bg-ws-purple {
    background-color: #70007e;
}

.bg-light-blueygrey {
    background-color: #c5cdd3;
}

.bg-pale-pink {
    background-color: #fdf7f7; /*#f9f1f9;*/
}

.bg-very-light-grey {
    background-color: #ebebeb;
}

.ws-purple {
    color: #70007f;
}

.ws-blue {
    color: #023152;
}

div#navs {
    position: relative;
}

#nav1 {
    background-color: #023152 !important;
    /*padding-bottom: 0;*/
}

@media (min-width: 768px)
{
    #nav-logo {
        max-width: 350px;
    }
}
@media (min-width: 992px)
{
    #nav-logo {
        max-width: 400px;
    }
}


#nav1 .navbar-toggler {
    color: white !important;
    border-color: rgba(255,255,255,0.5) !important;
}

#nav1 #booking-and-details {
    text-align: right;
}

#nav1 #booking-and-details #telno .fa:not(.fa-phone),
#nav1 #booking-and-details #address .fa.fa-map-marker
{
    font-size: 130%;
}

#navMobileContact {
    background-color: #023152;
}

#nav2 {
    /*background-color: white !important;*/
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-top: 0;
    padding-bottom: 0;
}

#nav2 li.nav-item > a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    color: rgb(100, 100, 100);
    text-align: center;
}

#nav2 li.nav-item a:hover {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0, 0, 0, 0.9);
}

#nav2 li.nav-item > a.nav-link,
#nav2 li.nav-item > div.dropdown-menu > a.dropdown-item,
#nav2 div.dropdown-menu > a.dropdown-item {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(100, 100, 100);
}


/* On desktop only the dropdowns open on hover (via JS) so we must remove the top margin here. */
@media (min-width: 768px) {
    #nav2 li.nav-item.dropdown > div.dropdown-menu {
        margin-top: 0px !important;
    }
    /*
    #nav2 li.nav-item.dropdown:hover > div.dropdown-menu {
        display: block;
    }*/
}

li.nav-item > a.nav-link {
    white-space: nowrap;
}

.container#main-content-container {
    /*margin-top: 0.5rem;*/
}

#homepage-practice-showoff {
    margin-bottom: 1rem;
}

#homepage-slideshow {
    margin-bottom: 1rem;
}

.slideshow {
    position: relative;
}

.slideshow > img {
    position: absolute;
    display: none;
}

.price-subcat-spacer {
    margin-left: 1.5rem;
}

.team-bios > .row + .row {
    margin-top: 30px;
}

.team-bios > .row .card {
    height: 100%;
    padding-top: 1rem;
}

.team-bios > .row .card > img {
    max-width: 70%;
    width: auto;
    height: auto;
    border-radius: 5px;
}

footer {
    margin-top: 3rem;
    background-color: #023152;
    color: white;
}

#footer1 {
    padding-top: 1.5em;
}

#footer1 h6 {
    font-weight: bold;
    margin-bottom: 1.2rem;
}

#footer2 {
    padding: 1.5em;
    margin-top: 1.5em;
    text-align: center;
    background-color: #023152;
    color: white;
}

table#footer-opening-times {
    margin-bottom: 1rem;
}

table#footer-opening-times tr td:first-child {
    padding-right: 1em;
}

span.green-tick::after {
    content: "\2713";
    color: green;
    font-size: 120%;
}


/***********  DENPLAN  ***********/
.plan {
    border: 1px solid #023152;
}

.plan .plan-name {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -1rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
/***********  end DENPLAN  ***********/


.card.special-offer {
    border: 2px solid #a50b6b;
}

.card.special-offer .card-body h5.card-title {
    margin-top: -2rem;
    font-weight: bold;
}

.card.special-offer .card-body h5.card-title > span {
    padding: 0 1em;
    background-color: white;
}

.grecaptcha-badge {
    margin-bottom: 1rem;
}


ul.tick-list {
    list-style-type: none;
    padding-left: 20px;
}

ul.tick-list li:before {
    content: "\2713";
    margin-right: 0.5rem;
    color: green;
    font-size: 120%;
}


/**********    FEATURE BLOCKS    **********/
/*
.features {
    margin-bottom: 3rem !important;
}
.features .feature-block > .feature-pink {
    background-color: #f5def7;
}
.features .feature-block > .feature-pink:hover {
    background-color: #f9ebfa;
}
.features .feature-block > .feature-blue {
    background-color: #d0e8fb;
}
.features .feature-block > .feature-blue:hover {
    background-color: #deeffc;
}
.features .feature-block > .feature-green {
    background-color: #daead2;
}
.features .feature-block > .feature-green:hover {
    background-color: #e8f2e3;
}
.features .feature-block > .feature-yellow {
    background-color: #fdf9c4;
}
.features .feature-block > .feature-yellow:hover {
    background-color: #fefce2;
}
.features .feature-block > .feature-orange {
    background-color: #fde5c4;
}
.features .feature-block > .feature-orange:hover {
    background-color: #fef2e1;
}
.features > .feature-block > .feature {
    padding: 1.5rem;
    text-align: center;
    border-radius: 10px;
}
.features > .feature-block > .feature > .heading {
    margin-bottom: 1rem;
}
.features > .feature-block > .feature img {
    max-height: 90px;
    width: auto;
}
@media (max-width: 767px) {
    .features > .feature-block {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}*/
.features > div > div {
    position: relative;
}
.features > div > div:hover {
    /*filter: saturate(1.35);*/
    filter: opacity(0.925);
}
.features > div > div > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0.75rem 2rem 1rem 2rem; 
    font-size: 140%;
    color: white;
    background-color: rgb(var(--ws-blue-r),var(--ws-blue-g),var(--ws-blue-b),0.65);
}
.features > div > div > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/**********    end FEATURE BLOCKS    **********/


/*** Map ***/
.mapouter{position:relative;text-align:right;height:350px;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:350px;width:100%;}
#gmap_canvas{height:350px;width:100%;}


/***** Blog ****/
.blog-metadata {
    margin-bottom: 0.5rem;
}

.blog-metadata .blog-author {
    font-style: italic;
    margin-right: 0.8rem;
}

.blog-metadata .blog-date {
    font-style: italic;
    margin-left: 0.8rem;
}

.blog-readmore {
    margin-top: -1rem;
}



/*******************  GOOGLE REVIEWS  *******************/
.google-reviews-container {
    margin-top: 1.6rem;
    margin-bottom: 2rem;
}

.google-reviews-container .review-entity {
    margin-bottom: 1rem;
}

.google-reviews-container .overview {
    color: #e7711b;
    font-weight: 600;
}
.google-reviews-container .overview .business-name {
    color: #4d4d4d;
}
.google-reviews-container .overview .overall-score {
    font-size: 110%;
}
.google-reviews-container .overview .overall-score .overall-star {
    max-width: 17px;
    height: auto;
    vertical-align: top;
    padding-top: 4px;
}
.google-reviews-container .overview .overall-score .review-count {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: normal;
    vertical-align: 3px;
}
.google-reviews-container .review-entity .review-image {
    float: left;
    max-width: 50px;
    height: auto;
    padding-top: 4px;
}

.google-reviews-container .review-entity .review-body {
    margin-left: 65px;
}

.google-reviews-container .review-entity .reviewer-name {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 90%;
}

.google-reviews-container .review-entity .how-long-ago {
    font-size: 13px;
    color: grey;
}

.google-reviews-container .review-entity .review-text {
    font-size: 13px;
    /*color: #4d4d4d;*/
}

.google-reviews-container .review-entity .review-text .review-star {
    max-width: 15px;
    height: auto;
    vertical-align: top;
    padding-top: 2px;
}

/*******************  COLS  ************************/

.google-reviews-container-cols {
    /*margin-top: 1.6rem;
    margin-bottom: 2rem;    */
    padding: 2rem;
    position: relative;
}

.google-reviews-container-cols img.powered-by-google {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.google-reviews-container-cols .review-entity {
    text-align: center;
}

.google-reviews-container-cols .review-entity .review-image {
    max-width: 75px;
    height: auto;
}
.google-reviews-container-cols .review-entity .reviewer-name {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 90%;
    margin-top: 0.3rem;
}
.google-reviews-container-cols .review-entity .review-stars .review-star {
    max-width: 15px;
    height: auto;
    vertical-align: baseline;
}

.google-reviews-container-cols .review-entity .review-text {
    font-size: 13px;
    text-align: justify;
}

/****************************************************************/



table#denplan-comparison-table th, table#denplan-comparison-table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
    table#denplan-comparison-table {
        max-width: 75%;
    }
}
@media (min-width: 1200px) {
    table#denplan-comparison-table {
        max-width: 50%;
    }
}

.purple-ticks-bg {
    background-color: #fdf7f7;
}


iframe#ifr-online-booking {
    width: 100%;
    min-height: 1000px;
}


/**********  Prices  **********/
.accordion#accPrices > .card {
    border-radius: 20px;
    margin-bottom: 0.5rem;
    border: 1px solid #d7d7d7;
}
.accordion#accPrices > .card:hover {
    border-color: #a0a0a0;
}
.accordion#accPrices > .card > .card-header {
    padding: 0.35rem 1rem;
    background-color: #d7d7d7;
}
.accordion#accPrices > .card > .card-header > h2 > button {
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;     /* To make z-index work */
    z-index: 2;             /* To put it above the open-closed icon so the clickable area overlaps the open-closed icon */
}
.accordion#accPrices > .card > .card-header > h2 > button.btn-link {
    text-decoration: none !important;
}
.accordion#accPrices > .card > .card-header > h2 > .open-closed-icon {
    position: absolute;
    top: 11px;
    right: 17px;
    color: #71017f;
    font-size: 80%;
    z-index: 1;         /* To ensure it's below the clickable button link heading */
}

/*******  end Prices  **********/


table.priv-plan-comparison {
    width:100%;    
    font-size: 90%; 
}

table.priv-plan-comparison > thead {
    border-bottom: 2px solid #70007f;
    color: #70007f;
}

table.priv-plan-comparison > thead > tr > th {
    border-bottom: 2px solid #70007f;
}

table.priv-plan-comparison td {
    vertical-align: top;
}

table.priv-plan-comparison th,
table.priv-plan-comparison td {
    border-top: none;
}

.horizontal-selects > select {
    display: inline-block;
    width: auto;
}
    