/* 
Theme Name: Smeaton Dogwood
Text Domain: Smeaton Dogwood
Version: 1.0
Description: Perfect works provides perfect works.
Author: Perfect Works Team
Author URI: http://perfectworks.co.uk/
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url('./assets/images/bg-repeat.png');
}

.topbar {
    background-color: #538233;
    padding: 10px;
    color: white;
    font-weight: 500;
    font-size: 13px;
}

nav.navbar {
    background-color: white;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: black;
    padding: 12px 0;
    margin: 0 12px;
}

.navbar-light .navbar-nav .active .nav-link {
    color: #538233;
    border-bottom: 3px solid #538233;
    width: max-content;
    padding-bottom: 0;
}

img {
    max-width: 100%;
}

.home-banner {
    position: relative;
}

.home-banner>img {
    min-height: 500px;
    object-fit: cover;
}

.home-banner-content {
    position: absolute;
    width: 100%;
    bottom: 25%;
}

.home-banner-content h1 {
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-banner-content p {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-banner-content .book-now-button {
    width: max-content;
    border-radius: 10px;
    background-color: #ffffff;
    transition: .3s ease all;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.home-banner-content .book-now-button:hover {
    transform: translateY(-3px);
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.36);
}

.home-banner-content .book-now-button a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #538233;
    padding: 10px 25px;
}

.home-banner-content .book-now-button a:hover {
    text-decoration: none;
}

.home-banner-content .book-now-button img {
    width: 15px;
}

.home-about {
    position: relative;
}

.home-about-content {
    padding-top: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-about>svg {
    min-height: 550px;
    object-fit: cover;
    background: #548334;
    background: linear-gradient( 0deg, #2d451c 50%, #538233 50%);
}

.home-about-content h1 {
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.home-about-content p {
    font-size: 17px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: left;
    color: #e7e7e7;
}

.home-gallery {
    background-color: #3b3a3a;
    padding: 30px 0;
    background-image: url('./assets/images/home-gallery-bg.png');
}

.home-gallery img {
    border-radius: 12px;
    display: block;
    margin: 20px auto;
}

.home-blog {
    overflow-x: hidden;
}

.blog-card-header {
    background-color: #5c7d3b;
    color: white;
    text-align: center;
    padding: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.blog-card-content.mt-4 {
    font-size: 17px;
    line-height: 1.82;
    text-align: center;
    color: #ffffff;
}

.blog-date {
    font-size: 17px;
    line-height: 1.82;
    color: #011111;
}

.blog-header {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.48;
    color: #011111;
}

.blog-card {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.carousel-control-prev {
    transform: translateX(-100%);
}

.carousel-control-next {
    transform: translateX(100%);
}

footer {
    min-height: 600px;
    background-image: url(./assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6%;
}

.newsletter p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

span.newsletter-button {
    background: white;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 14px;
    margin-left: 5px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #41652a;
    font-weight: 600;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    font-size: 17px;
}

.newsletter-input input {
    height: 58px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    outline: none !important;
    color: #41652a;
}

.footer-copyright a {
    color: white;
    text-decoration: underline;
}

g#Group_501, g#Group_500 {
    transition: .1s ease all;
}

.page-main-image {
    min-height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page-main-image .current-page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.custom-breadcrumb {
    float: right;
    background: #538233;
    color: #fff;
    padding: 10px 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-border-bottom {
    position: relative;
}

.header-border-bottom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 3px;
    background-color: #538233;
}

.header-border-bottom h1 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
}

.page-content p {
    color: #212121;
}

.bold-italic-small-header {
    font-weight: bolder;
    font-style: italic;
}

.facility-content {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 15px 44px;
    transform: translateY(-50%);
    color: white;
    font-size: 13px;
    text-align: center;
}

ul.custom-bullet-list {
    padding: 0;
}

ul.custom-bullet-list li {
    background: url(./assets/images/list-bullet.png) no-repeat left top;
    padding: 0px 0px 3px 20px;
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    background-size: 18px;
}

.contact-form input[type=text], .contact-form textarea {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #538233;
    background-color: #ffffff;
    width: 100%;
    font-size: 14px;
}

.contact-form input[type=text]:focus, .contact-form textarea:focus {
    border: solid 1px #538233 !important;
    outline: none;
}

.contact-form .btn {
    background-color: #538233;
    color: white;
    padding: 6px 45px;
    border-radius: 10px;
    margin-top: 20px;
}

.contact-info {
    margin-top: 90px;
}

.contact-info li {
    list-style: none;
    margin-top: 35px;
}

.contact-info li i.fa {
    color: #538233;
    font-size: 22px;
    padding-top: 5px;
}

.contact-info li span {
    padding-left: 15px;
}

.current-menu-item {
    color: #538233;
    border-bottom: 3px solid #538233;
    width: max-content;
    padding-bottom: 0;
}

.bookly-mobile-step-2.bookly-js-mobile-step-2 .bookly-box:nth-of-type(1) {
    display: none !important;
}

.bookly-time-screen {
    width: 100%;
}

.bookly-column.bookly-js-first-column {
    width: 100%;
    max-width: initial !important;
    min-width: auto !important;
}

body .bookly-form .bookly-pagination > li.active, .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    width: 100% !important;
}

.bookly-form .bookly-pagination > li.active, .bookly-form .bookly-columnizer .bookly-day, .bookly-form .bookly-schedule-date {
    background: #538233!important;
    border: 1px solid #538233!important;
}

body .bookly-columnizer .bookly-day, .bookly-columnizer .bookly-hour {
    width: 33.3% !important;
    float: left !important;
    display: inline-block;
    margin-top: 5px !important;
}

body .bookly-form .bookly-progress-tracker > .active .step, .bookly-form .picker__frame, .bookly-form .bookly-service-step .bookly-week-days label, .bookly-form .bookly-repeat-step .bookly-week-days label, .bookly-form .bookly-columnizer .bookly-hour:hover .bookly-hour-icon span, .bookly-form .bookly-btn, .bookly-form .bookly-btn:active, .bookly-form .bookly-btn:focus, .bookly-form .bookly-btn:hover, .bookly-form .bookly-btn-submit, .bookly-form .bookly-round, .bookly-form .bookly-square {
    background-color: #538233!important;
}

body .bookly-form .bookly-form-group > label, .bookly-form .bookly-label-error, .bookly-form .bookly-progress-tracker > .active, .bookly-form .picker__nav--next, .bookly-form .pickadate__nav--prev, .bookly-form .picker__day:hover, .bookly-form .picker__day--selected:hover, .bookly-form .picker--opened .picker__day--selected, .bookly-form .picker__button--clear, .bookly-form .picker__button--today, .bookly-form .bookly-columnizer .bookly-hour span.bookly-waiting-list {
    color: #538233!important;
}

.bookly-form .picker__nav--next:before {
    border-left: 6px solid #538233!important;
}

.bookly-form .picker__nav--prev:before {
    border-right: 6px solid #538233!important;
}

.bookly-form .bookly-columnizer .bookly-hour:hover {
    border: 2px solid #538233!important;
    color: #538233!important;
}

.topbar-right.ml-auto {
    display: none;
}

@media (max-width: 768px){
    .home-about-content {
        background: #538233;
        padding-bottom: 80px;
    }
    .home-about>svg {
        opacity: 0;
    }
    
    .blog-card {
        margin-bottom: 20px;
    }
	.home-gallery {
		margin-top: 500px;
	}
}
