/*
Theme Name: PivotalTheme5.2
Theme URI: 
Author: Pivotal Marketing
Author URI: https://www.pivotalmarketing.co.uk
Description: The 2023 Pivotal theme for WordPress built on Bootstrap 5.2.
Version: 21.0
License URI: https://www.pivotalmarketing.co.uk

CSS and actions to maintain
***************************
1*  Standard Styling
2*  Topbar, Header, Sticky
3*  Page Titles
4*  Parallax
5*  Soliloquy / Slider
6*  Menu
7*  Sidebar
8*  Blog / Case Studies
9*  Testimonials
10* Contact form
11* Woocommerce
12* Footer
13* Copyright
14* 404 / Search
15* Breakpoints

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway:wght@400;500;600&family=Yeseva+One&display=swap');

/* 
font-family: 'Yeseva One', cursive; - Headers
font-family: 'Raleway', sans-serif; - Body
font-family: 'Poppins', sans-serif; - Menu, tel, email, address
*/



@import url("/css/carousel.css");
@import url("/css/codepen.css");

/* *1  original text color: #9c9186*/

html {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #66615c;
}

body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    font-weight: 400;
    color: #66615c;
}


h1 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
    margin: 15px 0;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}


h4 {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}

h5 {
    font-size: 1rem;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}

h6 {
    font-size: 0.875rem;
    font-family: 'Yeseva One', cursive;
    color: #66615c;
}

p,
ul,
ol {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    color: #66615c;
    font-family: 'Raleway', sans-serif;
}

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

a {
    color: #68605c;
    text-decoration: none;
}

a:hover {
    color: #68605c;
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.clear {
    clear: both;
}

.pull-right {
    text-align: right;
}

hr {
    border-top: 1px solid #c0c0c0;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

span {
    color: #3a3748;
}

center {
    text-align: center;
}

.center {
    text-align: center;
}

.centered {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -50%);
}

.centred {
    display: block;
    margin: 0 auto;
}

.asc {
    align-self: center;
}

.ase {
    align-self: end;
}

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 100% !important;
    width: 1270px;
}

section {
    padding: 40px 0;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.spacer100 {
    height: 100px;
}

.pulse {
    animation: pulse 1.5s infinite;
    -webkit-animation: pulse 1.5s infinite;
    margin: 0 auto;
    display: table;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    padding-top: 50px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    100% {
        transform: scale(1);
    }
}




.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}



/* End New Animated Caption Formattting */

/***** Standard button *****   see Codepen for transition buttons  *****/

.btn-default {
    background: #3a3748;
    padding: 10px;
    border-radius: 10px;
    color: #fff !important;
    width: auto;
    margin: 0 auto 0 0;
}

.btn-default:hover {
    background: #fff;
    color: #3a3748;
}



/****** Standard post image *****/

.wp-post-image {
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 0;
}

/* *2 */

/***** Topbar *****/

.topbar {
    background: #fff;
    margin: 0;
    color: #5dc5ea;
    font-size: .8rem;
    font-weight: 200;
    transition: 1s ease;
    display: block;
}

.topbar a {
    color: #3a3748;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 200;
}


.topbar img {
    max-height: 25px;
    margin-right: 5px;
}


.header h1 {
    text-align: center;
}


.custom-logo {
    display: block;
    margin: 15px auto -90px 0;
    width: auto;
    padding: 5px;
    transition: all .5s cubic-bezier(0, 0.5, 0.2, 1);
    height: 200px;
}

/***** Header *****/

/* header with transparent background - To give header/menu/logo a background remove postition:absolute; */

.header {
    padding: 0;
    background: #fff;
    width: 100%;
    transition: 1s ease;
    top: 0;
    width: 100%;
    position: relative;
    z-index: 9999;
}

/***** Sticky Header *****/

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    box-shadow: 0px 0px 11px #00000055;
    position: fixed;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding: 200px;
}

.sticky .custom-logo {}

.sticky .header-right {}

.sticky .topbar {
    display: none;
}

/* *3 */

.content {}


.show-mobile {
    display: none !important;
}

/***** Page title area *****/

.header-wrap {
    padding: 100px 0;
    object-fit: cover;
    height: 550px;
}

.header-wrap h1.entry-title {
    font-size: 60px;
    line-height: 70px;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    font-weight: 700;
}

.header-right {
    float: right;
    text-align: right;
    padding: 0;
    color: #211914;
    font-family: 'Poppins', sans-serif;
}

.header-right a {
    color: #211914;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.header-right a:first-of-type {
    margin-right: 15px;
}

.header-nav img {
    max-height: 30px;
}

img.goldbadge {
    max-width: 75px;
}

.header-nav {
    margin-top: 20px;
    font-size: 14px;
}

.header-widget {
    float: right;
    width: auto;
    background: #ebebeb;
    margin-top: 5px;
    padding: 5px;
}

.social {
    width: 100%;
    float: right;
    display: block;
}

.social img {
    float: right;
    margin-left: 5px;
    height: 24px;
    width: auto;
}


.contact a {
    color: #231f20;
}

.contact {
    float: right;
    display: block;
}

.header-right p {
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 0 20px;
    text-align: right;
    margin: 0;
}

p.menu-title {
    text-align: center;
    margin: 10px 0;
    color: #3a3748;
    font-weight: 500;
}

.entry-header {
    margin: 0 auto 0 13%;
    width: 40%;
}

#mega-menu-wrap-primary,
.navbar-default {
    margin: 7px 0;
    font-size: 14px;
}

.page-title {
    color: #222;
    letter-spacing: 1px;
    font: 700 40px/40px"Questrial", sans-serif;
    text-align: center;
    width: 100%;
    padding: 20px;
}


/************************** Image Overlay with tint colour ****************************/
.image-overlay {
    background: green;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: white;
}

.image-overlay p {
    margin: 0;
}

.image-overlay img {
    object-fit: cover;
    opacity: 0.6;
}

.image-overlay .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-container {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0 60px rgba(255, 255, 255, 0);
    transition: all .5s 0s;
    padding: 0;
    margin: 0;
}

.image-container .inner {
    position: absolute;
    top: 90%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    margin: 0;
}

.image-container .inner h3 {
    color: #fff;
}

.page-template-page-rooms section.container {
    max-width: 1000px
}

.bg-pattern {
    background: url(/wp-content/uploads/2023/09/white-bg-small.png);
    background-size: contain;
    background-position: top;
}

.page-template-page-rooms .bg-pattern section:nth-of-type(1) {
    background-color: transparent !important;
    padding-bottom: 0;
}

.page-template-page-rooms .bg-pattern section:nth-of-type(2) {
    padding-top: 0;
}

.page-template-page-rooms .bg-pattern section:nth-of-type(odd) {
    background-color: #e7dedc7a;
}

.room-text {
    max-width: 800px;
    margin: 50px auto 0 auto;
}

.single-mphb_room_type h1,
.single-mphb_room_type h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.single-mphb_room_type a h3,
.single-mphb_room_type h3.ns {
    font-size: 1.5rem;
}

.single-mphb_room_type .oor .col:hover {
    background: #efefef;
}

.single-mphb_room_type .oor .col a:hover {
    text-decoration: none;
}

.single-mphb_room_type .mphb-calendar-title,
.single-mphb_room_type h2 + .mphb-calendar {
    display: none !important;
}

.single-mphb_room_type p + h3 {
    margin-top: 55px;
}


.single-mphb_room_type li {
    width: fit-content;
    margin: 0 auto;
}

.single-mphb_room_type .mphb-details-title,
.single-mphb_room_type .mphb-single-room-type-attributes {
    display: none !important;
}

.single-mphb_room_type .srh img.wp-post-image {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.single-mphb_room_type p.mphb-regular-price,
.single-mphb_room_type p.mphb-check-in-date-wrapper label,
.single-mphb_room_type p.mphb-check-out-date-wrapper label,
.single-mphb_room_type p.mphb-required-fields-tip {
    display: none;
}

.single-mphb_room_type p.mphb-check-in-date-wrapper,
.single-mphb_room_type p.mphb-check-out-date-wrapper,
.single-mphb_room_type p.mphb-reserve-btn-wrapper {
    display: inline-block;
}

.single-mphb_room_type p.mphb-check-in-date-wrapper input,
.single-mphb_room_type p.mphb-check-out-date-wrapper input,
.error404 input {
    color: #9c9186;
    background: #fff;
    border: 1px solid #9c9186;
}

.single-mphb_room_type p.mphb-reserve-btn-wrapper input,
.single-mphb_room_type input.mphb-confirm-reservation {
    border: 1px solid #9c9186;
    background: #9c9186;
}

.single-mphb_room_type form {
    margin-top: -50px;
}

.single-mphb_room_type h2 {
    margin-top: 75px;
}

#resform {
    scroll-margin-top: 400px;
}

section#mphb-booking-details a,
section#mphb-booking-details span,
section#mphb-price-details a,
section#mphb-price-details span,
span.mphb-price,
span.mphb-currency {
    color: #9c9186;
}

p.mphb-terms-and-conditions-accept a {
    color: #9c9186;
    font-weight: 600;
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav,
.datepick-popup .mphb-datepicker-grayscale .datepick-nav {
    background-color: #9c9186 !important;
}

.mphb-calendar .mphb-datepicker-grayscale .datepick-nav a.datepick-disabled,
.datepick-popup .mphb-datepicker-grayscale .datepick-nav a.datepick-disabled {
    color: #fff !important;
}

.mphb_sc_checkout-wrapper form {
    text-align: center;
}

section#mphb-customer-details {
    width: 46%;
    margin: 0 auto;
}

section#mphb-customer-details p,
p.mphb-adults-chooser,
p.mphb-guest-name-wrapper {
    display: inline-block;
}

section#mphb-customer-details p input,
section#mphb-customer-details p select {
    margin: 5px 5px 10px 5px !important;
}

p.mphb-adults-chooser label,
p.mphb-guest-name-wrapper label,
section#mphb-customer-details p.mphb-required-fields-tip,
section#mphb-customer-details p.mphb-customer-note {
    display: block;
}

section#mphb-customer-details button,
section#mphb-customer-details input,
section#mphb-customer-details optgroup,
section#mphb-customer-details select,
section#mphb-customer-details textarea,
#mphb-coupon-details input,
.mphb-room-details input,
.mphb-room-details optgroup,
.mphb-room-details select,
.mphb-room-details textarea {
    background: #fff;
    color: #9c9186;
    border: 1px solid #9c9186;
}

table.mphb-price-breakdown {
    width: fit-content;
    margin: 0 auto;
}

input.mphb_sc_checkout-service-quantity.mphb_checkout-service-quantity {
    width: 50px !important;
    margin: 0;
}

.mphb-room-details input.mphb_sc_checkout-service,
input#mphb_accept_terms {
    width: fit-content !important;
    margin-right: 10px !important;
}

button.mphb-apply-coupon-code-button,
p.mphb_sc_checkout-submit-wrapper input {
    background: #9c9186 !important;
    color: #fff !important;
}

label.mphb-checkbox-label em {
    display: none;
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
    margin-bottom: 0 !important;
}

.mphb-login-form-wrap p {
    text-align: center;
}

form.mphb_sc_checkout-form h3,
h4.mphb-price-breakdown-title,
h4.mphb-services-details-title,
section.mphb-checkout-text-wrapper.mphb-checkout-section p:first-of-type {
    font-size: 2rem !important;
    font-weight: 500 !important;
    margin: 75px 0 40px 0 !important;
    font-family: 'Yeseva One', cursive;
}

section.mphb-checkout-text-wrapper.mphb-checkout-section p:first-of-type strong {
    font-weight: normal;
}

form.mphb_sc_checkout-form section {
    padding: 0 !important;
}

section#room-4615 .col#room-4615 {
    display: none;
}

section#room-4651 .col#room-4651 {
    display: none;
}

section#room-4655 .col#room-4655 {
    display: none;
}

section#room-4658 .col#room-4658 {
    display: none;
}

section#room-4661 .col#room-4661 {
    display: none;
}

section#room-4664 .col#room-4664 {
    display: none;
}

/************************** Smooth scroll instructions ****************************/
/* https://github.com/cferdinandi/smooth-scroll */
/* Functions.php to enqueue :  wp_enqueue_script ("smooth-scroll", get_stylesheet_directory_uri()."/js/dist/js/smooth-scroll.js");    */
/* Footer script to include:  <script> 	var scroll = new SmoothScroll('a[href*="#"]');  </script>
   - See full script including speed of scroll in the footer.php of this theme  */

/* Then add links to page: e.g.  <a data-scroll href="#bazinga">Anchor Link</a>   &   <div id="bazinga">Scroll End</div>  */
/* Upload the JS  to /js/dist/js/smooth-scroll.js */

/* *4 */

/***** Parallax Images *****/

.parallax h1 {
    font-size: 3em;
    line-height: 1.2em;
    text-shadow: 2px 2px 8px #212121;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.parallax-200-1 {
    background-color: #fff;
    background-image: url("/wp-content/uploads/2018/06/test-solilowuy.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    padding: 20px;
}


/***** Soliloquy / Slider *****/

.sol-overlay {
    margin: -150px 0 100px 0;
    position: relative;
    text-align: center;
    color: #fff;
}

.soliloquy-container {
    margin-bottom: 0 !important;
}

.soliloquy-outer-container {
    margin-top: 0;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    transition: 1s ease;
    text-align: left !important;
    color: #3a3748 !important;
}

.soliloquy-theme-base .soliloquy-caption-bottom .soliloquy-caption-inside {
    background: rgba(0, 0, 0, 0) !important;
    padding: 50px !important;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    bottom: unset !important;
    width: 50% !important;
}

.soliloquy-container h1,
.entry-header h1 {
    font-size: 3rem;
    line-height: 3.2rem;
}

.soliloquy-container p:first-of-type,
.entry-header p:first-of-type {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.soliloquy-container p:nth-of-type(2),
.soliloquy-container p:nth-of-type(3),
.entry-header p:nth-of-type(2),
.entry-header p:nth-of-type(3) {
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.soliloquy-container {
    background: none !important;
    height: auto !important;
}

.soliloquy-thumbnails-container {
    margin: 20px auto !important;
}

.soliloquy-container .soliloquy-prev {
    top: 95% !important;
    right: 42px !important;
    left: unset !important;
    background: #d7c1ac url(/wp-content/plugins/soliloquy/assets/css/images/left.png) no-repeat scroll 50% !important;
}

.soliloquy-container .soliloquy-next {
    top: 95% !important;
    background: #d7c1ac url(/wp-content/plugins/soliloquy/assets/css/images/right.png) no-repeat scroll 50% !important;
}



/***** Mega Menu Styling **F****/

#mega-menu-wrap-primary,
.navbar-default {
    background: transparent;
    border: 0px;
    float: right;
    padding: 0;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    content: '\f333';
    font-family: 'dashicons';
    font-size: 24px;
    color: #fff;
    margin: 0 0 0 5px;
    position: relative;
}

#mega-menu-wrap-primary #mega-menu-primary input,
#mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 100%;
    max-height: 75px;
    margin: 0 auto;
    display: block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: auto !important;
    line-height: normal !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    vertical-align: bottom !important;
}

.nav-mar {
    margin-top: 0px;
}

/* 7* */

/***** video *****/

#video {
    position: relative;
    padding-bottom: 42.5%;
    height: 0;
    border: 0;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-list .animal h3 {
    text-align: center;
    margin-bottom: 5px;
}

.video-list .animal h4 {
    margin-bottom: 5px;
    color: #3a3749;
}

.video-list .animal p {
    margin: 0 0 7px 0;
    line-height: 1.25rem;
}

.video-list .animal p.price {
    height: 50px;
}

.video-list .animal p.price span {
    color: darkorange;
    font-size: 1.75rem;
    line-height: 3rem;
}

.video-list .animal p.price span span {
    display: block;
    font-size: 1rem;
    color: white;
    background: darkorange;
    padding: 4px 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.25rem;
}

.video-list .animal .btn-default {
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    width: auto;
    font-size: .8rem;
    text-decoration: none !important;
}

.video-list {
    padding: 10px 30px 30px;
    background: #e6f6ff;
    margin: 15px 0;
    display: block;
}

.video-list img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.post-type-archive-virtual-training .video-list {
    position: relative;
    padding: 10px 15px;
}

.video-list:hover {
    background: #d1eeff;
}

.video-list .embed-responsive-16by9 {
    min-height: unset;
}

.video-list iframe {
    max-height: 250px;
    width: 100%;
    position: unset;
    height: 200px;
    cursor: default;
    pointer-events: none;
}

.video-list .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.archive .Yes {
    display: none;
}

.video-list h4 {
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 600;
    text-align: center;
    color: #00a2ff;
    margin: 10px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-list p {
    margin-bottom: 10px;
    text-align: center;
}


.video-single {
    padding: 10px 30px;
    min-height: 100%;
    height: 100%;
    margin: 15px 0;
}


.video-single .embed-responsive-16by9 {
    min-height: unset;
}

.video-single iframe {
    height: 450px;
    max-width: 1000px;
    width: -webkit-fill-available;
    display: block;
    margin: 0 auto 30px auto;
}

.video-single .ytp-chrome-top,
.ytp-chrome-bottom {
    display: none !important;
}

.video-single h2 {
    margin: 0 0 5px 0;
    text-align: center;
}

.video-single p {}

.video-single small p {
    text-align: center;
    margin-bottom: 20px;
}


.post-type-archive-events-list ul {
    line-height: 3rem;
}

/***** sidebar *****/

.blog-sidebar {
    text-align: right;
    background: #efefef;
    padding: 15px 10px;
    margin-bottom: 45px;
}

.blog-sidebar .textwidget {
    margin-bottom: 40px;
}

.blog-sidebar p {
    text-align: center;
}

.blog-sidebar h4 {
    text-align: center;
}


p.blog-author {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;

}

p.blog-pub {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
    padding-right: 15px !important;
}

p.blog-read {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    margin: 0 !important;
    line-height: 1.25rem;
    display: inline-block;
}

p.blog-up {
    font-weight: 500 !important;
    letter-spacing: .5px !important;
    font-size: .85rem !important;
    line-height: 1.25rem;
    display: inline-block;
}

.entry-header ::before,
.entry-header ::after {
    position: unset !important;
}

/* 8* */

/***** Main Blog  *****/

.blog-info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    background: #000000b0;
    margin-top: -30px;
    color: #fff;
    transition: 1s ease;
}

.blog-info p.blog-post-meta {
    color: #efefef;
    margin: 0;
}

.blog-container {
    position: relative;
    border: 3px solid transparent;
}

.blog-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 1s ease;
    backface-visibility: hidden;
}

.blog-image img {
    display: block;
    margin: 0 auto;
    max-height: 250px;
    height: 250px;
    width: auto;
}

.blog-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.blog-container:hover .blog-image {
    filter: grayscale(1);
}

.blog-container:hover .blog-middle {
    opacity: 1;
}

.blog-container:hover .blog-info {
    opacity: 0;
}

.blog-text {
    background-color: #5dc5ea;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.blog-middle a,
.blog-middle a:hover {
    text-decoration: none;
}

.blog-post p {}

.blog-post p:hover {
    text-decoration: none;
}

.blog-cols {
    padding: 0 10px;
}

.blog-img img {
    margin: 0 auto 30px auto;
    display: block;
    object-fit: cover;
    height: 200px;
    width: auto;
    max-height: 200px;
}

.blog-cols h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
}

.blog-cols h3::before {
    display: none;
}

.blog-cols p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 8px 0;
}

.blog-cols p.blog-post-meta {
    font-size: .85rem;
    font-weight: 600;
}

select.filter-blog {
    background: #3589b2;
    border: none;
    border-radius: 15px;
    width: auto;
    color: #fff;
    padding: 7px;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 auto;
    display: block;
}

.searchandfilter ul {
    padding: 0;
}

form.searchandfilter input[type=submit] {
    background: #3a3748;
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff !important;
}

form.searchandfilter input[type=submit]:hover {
    background: #3589b2;
    color: #fff;
    border: none;
}

/***** Single Blog *****/

.featured-image {
    width: 300px;
    float: left;
    margin: 5px 20px 0 0;
}

/***** Case studies *****/

.case-study-excerpt {}

/* 9* */

/***** Testimonials *****/


blockquote {
    background: #e7f6fb;
    border-radius: 30px;
    padding: 10px 30px;
}

blockquote a {
    color: #3a3748;
}

/*
blockquote::before {
    content: url(/wp-content/uploads/2022/12/quote-right-2.png);
    left: 270px;
    margin-top: 40px;
}

blockquote::after {
    content: url(/wp-content/uploads/2022/12/quote-left-2.png);    
    right: 270px;
    margin-top: -410px;
}
*/

.strong-view-id-1 .wpmtst-testimonial-content {
    text-align: left !important;
    margin: 0 !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
    font-size: 1rem !important;
    font-style: italic;
    line-height: 1.5rem !important;
}

.strong-view-id-1.strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

/* 10* */
/***** Contact Form CF7 WPCF7  *****/

.wpcf7-spinner {
    display: none;
}

#wpcf7-f5-o1 {
    padding: 50px;
}

.wpcf7-form-control-wrap {
    width: -webkit-fill-available;
}

footer [type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: #3a3748;
    color: #fff;
    border: none;
}

[type=submit] {
    width: fit-content;
    padding: 0 20px;
    margin-left: 5px;
    background: transparent;
    font-weight: 500;
    color: #fff;
    border: 2px solid #efefef;
    width: 100%;
    font-size: 1.2rem;
    padding: 5px;
}

[type=submit]:hover {
    background: #5dc5ea;
    color: #fff;
    border: 2px solid #5dc5ea;
}

.form-control {
    background: rgba(255, 255, 255, 0.6);
}

button,
input,
optgroup,
select,
textarea {
    background: #9c9186;
    width: 200px !important;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
    margin-top: 20px;
}

select {
    height: 42px;
    text-align: center;
}

::placeholder {
    color: #9c9186 !important;
    font-size: .9rem;
    font-weight: 300;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9c9186 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9c9186 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9c9186 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 300;
}



.entry-header ::placeholder,
footer ::placeholder {
    color: #3a3748 !important;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header :-moz-placeholder,
footer :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header ::-moz-placeholder,
footer ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header :-ms-input-placeholder,
footer :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3a3748 !important;
    opacity: 1;
    font-size: .9rem;
    font-weight: 400;
}

.entry-header input,
footer input {
    background: #fff;
    border: none;
    border-radius: 15px;
    width: 100%;
    color: #3a3748;
    padding: 7px;
    font-size: .9rem;
    font-weight: 300;
}

textarea {
    height: 100px;
}

input.btn-default {
    max-width: 300px;
    padding: 15px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
}

input.btn-default:hover {
    background: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

/* 11* */
/***** woocommerce *****/

.woocommerce div.product .woocommerce-tabs .panel {
    border-left: 1px solid #d3ced2;
    border-right: 1px solid #d3ced2;
    border-bottom: 1px solid #d3ced2;
    padding: 20px;
    margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}

.woocommerce .header-wrap {
    text-align: left;
    padding: 10px 0px;
    object-fit: cover;
}

.woocommerce .header-wrap a {
    color: #fff;
}

.woocommerce ul.products li.product {
    padding: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

li.product-category:hover {
    background: #efefef;
}


/* 12* */
/***** Footer *****/

.above-footer {
    margin: 35px 0 15px 0;
}

.above-footer h3 {
    margin-bottom: 50px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    color: #211914;
}

.above-footer .icon {
    margin-right: 10px;
}

.above-footer .btn {
    margin-top: 12px;
}

.footer-logo {
    margin: -162px auto 0 0;
}

.logo-container {
    height: 40px;
}

#block-11 {
    text-align: right;
}

footer {
    background: rgba(106, 96, 92, 1);
    padding: 40px 0;
}

.footer h2 {
    color: #fff;
    margin: 0 0 15px 0;
}

.footer p {
    font-size: 1rem;
    line-height: 1.25rem;
    text-decoration: none;
    margin: 0;
    color: #fff;
}

.footer a {
    font-size: 1.1rem;
    line-height: 1.25rem;
    text-decoration: none;
    margin: 0;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 500;
}

i.f-icon {
    font-style: normal;
    margin: 0 0 5px 0;
    padding: 3px 0 0 28px;
    line-height: 1.25rem;
    list-style: none;
    background: url('/wp-content/uploads/2023/09/facebook_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

i.t-icon {
    font-style: normal;
    margin: 0 0 5px 0;
    padding: 3px 0 0 28px;
    line-height: 3rem;
    list-style: none;
    background: url('/wp-content/uploads/2023/09/social_t_icon_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

i.e-icon {
    font-style: normal;
    margin: 0 0 5px 0;
    padding: 3px 0 0 28px;
    line-height: 1.25rem;
    list-style: none;
    background: url('/wp-content/uploads/2023/09/social_e_icon_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#block-5 p {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.footer a:hover {
    text-decoration: underline;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: circle;
}

.footer li {
    margin: 0 0 4px 18px;
    padding: 0;
    line-height: 14px;
}

#block-8 .footer li {
	margin: 0 !Important;
}

.footer i {}

.footer img {
    max-height: 95px;
    padding-right: 10px;
    margin: 0 auto;
    display: inline-block;
    width: auto !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}

#block-2 {
    text-align: right;
}


/* 13* */
/***** Copyright *****/


.copyright {
    background-color: #211914;
    font-size: 0.75rem;
    color: #fff;
    padding: 15px 0;
}

.copyright a {
    color: #fff;
    margin-left: 15px;
}

.copyright a:hover {
    color: #9e968b;
    text-decoration: none;
}

.copyright p {
    line-height: 15px;
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}

.copyright a:hover {
    color: #4cb3ea;
}


.copyright p.left {
    text-align: left;
}

.copyright p.center {
    text-align: center;
}

.copyright p.right {
    text-align: right;
}

/* 14* */
/***** 404 / Search *****/

.page404 {
    margin-top: 50px;
    text-align: center;
    padding: 100px 30px;
}

.page404 h2 {
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 p {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 2px 2px 8px #212121;
}

.page404 form#searchform.searchform {
    max-width: 300px;
    margin: 0 auto;
}

.error404 [type=submit],
.page404 input#searchsubmit {
    color: #fff;
    background: #9c9186;
    border: 1px solid #9c9186;
}

.error404 [type=submit]:hover,
.page404 [type=submit]:hover {
    color: #fff;
    background: #6a605c;
    border: 1px solid #6a605c;
}


/* 15* */
/***** Resolution Break Point / Media Screens *****/

/***** 
Bootstrap Grid 

Size              Extra Small    Small         Medium        Large       Extra Large
                  <576px         >=576PX       >=768px       >=992px     >=1200px
Class Prefix      .col-          .col-sm-      .col-md-      .col-lg-    .col-xl-

*****/

@media (max-width:1500px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 10%;
    }

    /*** body ***/

    /*** footer ***/
}

@media (max-width:1300px) {

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 5%;
    }

    /*** body ***/

    /*** footer ***/
    .footer-logo {
        margin: -155px auto 0 0;
    }
}

/***** Large devices (desktops, up to 1200px)   .col-lg-   *****/
@media (max-width:1199px) {

    /*** header / menu ***/
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 0px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 2.7rem;
        line-height: 3rem;
    }

    /*** body ***/
    .header-wrap {
        height: 450px;
    }

    /*** footer ***/
    .footer-logo {
        margin: -145px auto 0 0;
    }
}


@media (max-width:1120px) {


    /*** footer ***/
    .footer-logo {
        display: none;
    }
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:998px) {

    /*** header / menu ***/

    .show-mobile {
        display: block !important;
    }

    .show-mobile ::before,
    .show-mobile ::after {
        position: relative;
    }

    .hide-mobile {
        display: none;
    }

    .topbar {
        text-align: center;
    }

    .topbar .asc {
        padding: 10px;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Medium devices (tablets, up to 992px)   .col-md-   *****/
@media (max-width:991px) {

    /*** header / menu ***/

    .header-wrap {
        height: 350px;
    }

    .nav-mar {
        margin-top: -20px;
    }

    #mega-menu-wrap-primary #mega-menu-primary img {
        max-height: 80px;
    }

    .sticky #mega-menu-wrap-primary #mega-menu-primary img {
        display: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .soliloquy-container p:first-of-type,
    .entry-header p:first-of-type {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container p:nth-of-type(2),
    .soliloquy-container p:nth-of-type(3),
    .entry-header p:nth-of-type(2),
    .entry-header p:nth-of-type(3) {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    .sol-overlay {
        margin: -100px 0 50px 0;
        font-size: 2rem;
    }

    .custom-logo {
        height: auto;
    }

    .header-nav {
        margin-top: 10px;
        font-size: 12px;
    }

    .single-mphb_room_type a h3,
    .single-mphb_room_type h3.ns {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    /*** body ***/

    /*** footer ***/
}

/***** Small devices (landscape phone, up to 768px)   .col-sm-   *****/
@media (max-width: 767px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.85rem;
    }

    .custom-logo {
        max-height: 95px;
        margin: 0 auto;
        margin-bottom: -30px;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        text-align: center;
    }

    #mega-menu-wrap-primary #mega-menu-primary img, li#mega-menu-item-27232, li#mega-menu-item-27333 {
        display: none!important;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
        color: #211914!important;
    }

    .mob-order-1 {
        order: 1;
    }

    .mob-order-2 {
        order: 2;
    }

    .nav-mar {
        margin-top: 0;
    }

    .header-nav {
        text-align: left;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        text-transform: capitalize;
        padding: 5px 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
        text-decoration: none;
    }

    .image-container .inner h3 {
        font-size: 1rem;
    }

    .sol-overlay {
        margin: -80px 0 30px 0;
        font-size: 1.5rem;
    }

    /*** header / menu ***/
    .entry-header {
        margin: 0 auto 0 3%;
        width: 50%;
    }

    .oor .col {
        flex: 100%;
    }

    .soliloquy-container p:nth-of-type(2),
    .soliloquy-container p:nth-of-type(3),
    .entry-header p:nth-of-type(2),
    .entry-header p:nth-of-type(3) {
        font-size: 1rem;
        line-height: 1.3rem;
    }

    .soliloquy-container h1,
    .entry-header h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    /*** body ***/

    /*** footer ***/

    #block-2 {
        text-align: center;
    }

    #block-3,
    #block-5,
    #block-6 {
        text-align: center;
    }

    #block-6 {
        margin-bottom: 40px;
    }

    .copyright p.left,
    .copyright p.center,
    .copyright p.right {
        text-align: center;
    }
}


/***** Small devices (phones, up to 576px)   .col-   *****/
@media (max-width: 575px) {

    .topbar .fbtns {
        padding: 3px 0 0 0;
    }

    .header-nav {
        display: none;
    }

    span.contact:first-of-type {
        display: block;
        margin-bottom: 10px;
    }

    /*** header / menu ***/

    .sol-overlay {
        margin: -65px 0 25px 0;
        font-size: 1.1rem;
    }

    .header-wrap {
        height: 250px;
    }

    .entry-header {}

    .blog-img img {
        width: 100%;
        height: 250px;
        max-height: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary img {
        display: none;
    }

    /*** body ***/

    /*** footer ***/
}
