/* to change font family */
/* 
@font-face {
    font-family: "orchidea-pro-md-regular";
    src: url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("woff"), url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("opentype"), url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("truetype");
} */

/* @font-face { 
    font-family: orchidea-pro-md-regular; 
    src: url('../fonts/Mint\ Type\ -\ Orchidea\ Pro\ Medium.otf'); 
}  */

/* @font-face{
    font-family:"orchidea-pro-md-regular";
    src:url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("woff"),
    url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("opentype"),
    url("https://dafonttop.com/wp-data/o/138/8138/file/Mint Type - Orchidea Pro Medium.otf") format("truetype");
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: 'orchidea-pro-md-regular';
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}


/* ab custom styling */

.bg-home-image {
    width: 1920px;
    height: 1280px;
}

.home-video {
    object-fit: cover;
    width: "1700px";
    height: "800px";
}


/* to hide reservation button */

div.module-reservation {
    display: none;
}


/* to hide reservation button */

div.module-search {
    display: none;
}

.module-side-nav {
    display: none;
}

.modal-body .img-popup {
    pointer-events: none !important;
}

body,
.font-heading,
.font-body,
.slider .slide--headline,
.slider .slide--subheadline,
.slider .slide--bio,
.heading .heading--title,
.heading .heading--subtitle,
.heading .heading--desc,
.testimonial-5 .testimonial-panel p,
.testimonial .testimonial-panel p,
.menu-7 .dish-panel .dish--title,
.menu-7 .dish-panel .dish--price,
.footer--widget-content h3,
.title .title--heading h1,
.menu-8 .dish-panel .dish--title,
.dish-panel .dish--desc,
.page-title .title--subtitle,
.header-menu li a,
.testimonial--author h4,
.member-desc,
.heading--desc,
.member .member-info h6,
.menu-5 .dish-panel .dish--title,
.dish-panel .dish--price,
.popup--price,
.btn,
.blog-entry .entry--title h4,
.menu .dish-panel .dish--title {
    font-family: 'orchidea-pro-md-regular';
}

.member .member-info h5,
p.products-heading--desc,
.contact--info h3,
.menu-5 .dish-panel .dish--title,
.footer--widget-content h3,
.member .member-info h5 {
    font-size: 23px !important;
}

.contact .contact--desc p,
.contact--info p,
.dish-panel .dish--desc,
.member .member-info h6 {
    font-size: 18px !important;
}

.navbar-nav>li>a {
    font-size: 16px !important;
}

.title--heading h1 {
    text-transform: uppercase;
}


/* .about-desc p {
	text-align: justify !important;
	font-size: 20px !important;
} */

.blog-entry .entry--bio {
    text-align: justify;
}


/* section spacing */

section#banner2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

section#team1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#menuGrid {
    padding-top: 40px;
    padding-bottom: 40px;
}

section#section-full-width {
    padding-top: 0px;
    padding-bottom: 50px;
}

section#banner4 {
    padding-top: 60px;
    padding-bottom: 50px;
}

section#menu8 {
    padding-top: 60px;
    padding-bottom: 60px;
}

section#blogCarousel {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bonjour-wrap {
    padding-top: 3%;
}

p.heading--desc {
    font-size: 23px !important;
}


/* whatsapp integration */

#whatsapp-chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
    color: white;
}

.slide-action {
    margin-left: auto;
    margin-right: auto;
    top: 80%;
}

.tp-parallax-wrap {
    top: 80%;
}

.signature-wrap {
    padding-right: 15%;
}
.thistle-signature {
    float: right;
}


/* quotes section */

.testimonial-5 .testimonial-panel p {
    font-size: 23px;
}


/* all products page */

.dish--title a {
    color: black;
}

.dish--img a img,
div.chef-container .member,
.testimonial-panel,

/* .dish--overlay, */

.menu-8>.dish-panel>.dish--img>img,
.menu-2 .dish-panel .dish--img img,
.blog-entry,
.banner-img img,
.owl-item {
    border-radius: 50px !important;
}

div.entry--img {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.testimonial-panel::after {
    display: none;
}

.modal-content {
    border-radius: 50px !important;
}

div.img-popup {
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

.img-popup>img {
    border-top-left-radius: 50px !important;
    /* border-top-right-radius: 50px !important; */
}


/* button styling */

.btn--primary {
    background-color: #CAACC5;
    border: 2px solid #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #ffffff !important;
    color: #CAACC5 !important;
    border: 2px solid #CAACC5 !important;
}

.btn--secondary {
    background-color: #CAACC5;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #CAACC5 !important;
}

.btn-contact,
.btn-view-menu {
    /* top:120vh; */
    border: 2px solid #ffffff;
    position: relative;
    bottom: -2vh;
}

.btn-social {
    width: 50%;
    height: auto;
}

.testimonial--author h4 {
    font-size: 18px !important;
}


/* background styling */

.bg-thistle-light {
    background-color: #F7F7F7 !important;
}

.menu-5 .dish-panel {
    background-color: #ffffff !important;
}

.bg-overlay-dark:before {
    background-color: #4d264be1 !important;
}

/* .bg-thistle-dark {
    background-color: #4d264be1 !important;
} */

.bg-thistle-primary {
    background-color: #CAACC5;
}

.slider {
    background-color: #F7F7F7 !important;
}

.header-fixed .affix {
    background-color: #CAACC5;
}

.header-fixed .navbar.affix .navbar-nav>li>a {
    color: #ffffff;
}

.header-fixed .navbar.affix .navbar-nav>li>.menu-item:hover::before,
.header-fixed .navbar.affix .navbar-nav>li.active>.menu-item:before {
    background-color: #ffffff;
}


/* about us page */

div.about-desc p {
    font-size: 18px !important;
    text-align: center;
    line-height: 30px;
    color: #ffffff !important;
}

.about-us-content {
    text-align: center;
}

.about-us-content p {
    font-size: 17px !important;
    line-height: 30px;
}

.about-us-logo {
    height: 46px;
    width: auto;
}

.about-thistle-icon {
    height: 46px;
    width: 46px;
}

.founder-container {
    width: auto;
    padding-left: 30%;
    border-radius: 50px;
}

.founder-desc-container {
    width: auto;
    padding-top: 15%;
}

.founder-desc {
    text-align: justify;
    font-family: 'orchidea-pro-md-regular';
}

.member .member-desc p {
    color: #ffffff !important;
}

.founder-container .member-img {
    border-radius: 50px;
}

p.heading--subtitle {
    color: #c59d5f !important;
}

p.heading--subtitle2 {
    font-size: 25px;
    color: #c59d5f !important;
}


/* product section */

.modal-body .content-popup p {
    font-size: 16px !important;
}


/* services page */

.blog-entry .entry--bio {
    color: #333 !important;
    font-size: 18px !important;
}


/* contact us page */

div.social-icons>a {
    background-color: #CAACC5 !important;
}

a.link-style {
    color: blue !important;
}

a.link-style:hover {
    color: deepskyblue !important;
}

a.link-style:visited {
    color: deepskyblue !important;
}

.contact--info {
    margin-bottom: 30px !important;
}


/* footer styling */

.footer--widget {
    background-color: #CAACC5 !important;
}

div.footer--copyright {
    background-color: #4D264B!important;
}

div.footer--copyright span {
    color: #ffffff;
}

.footer--widget-content p {
    color: #ffffff !important;
}

div.footer--social-icons>a {
    background-color: #CAACC5 !important;
}

.footer-contact-link {
    text-transform: none !important;
    line-height: unset !important;
    color: #4D264B !important;
}

.footer-contact-link:hover {
    color: #ffffff !important; 
}

/* copyright footer */

.footer--copyright .social-network h5 {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    top: -2px;
}

.footer--copyright .social-network ul {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 0;
}

.footer--copyright .social-network li {
    list-style: none;
    display: inline-block;
}

.footer--copyright .social-network li a {
    display: inline-block;
    padding: 0 4px;
    font-size: 18px;
    color: #c59d5f !important;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.footer--copyright {
    color: #ffffff !important;
}


/* slider arrows */

.slider .tparrows:hover {
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #CAACC5 !important;
}

.slider .tparrows.tp-leftarrow:before {
    background-image: url(../images/sliders/slide-bg/left-arrow.png);
}

p {
    font-size: 18px;
}

p,
h6 {
    /* .contact--info p,
.contact .contact--desc p,
.contact--info p,
p.heading--desc { */
    color: #333 !important;
}

p.products-heading--desc {
    color: #ffffff !important;
    line-height: 30px;
}

div.chef-container .member-info {
    background-color: #ffffff;
    ;
}

div.chef-container .member-info h6 {
    color: #333 !important;
}

p.dish--desc {
    color: #333 !important;
}

.menu .dishes-wrapper {
    box-shadow: none !important;
}


/* .chef-container {
	width: auto;
	padding-left: 38%;
} */

.testimonial-5 {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* changing divider colours */

.divider--shape-1up {
    background: url(../images/background/shapes/thistle-light-arrow-up.png) center no-repeat !important;
}

.divider--shape-1down {
    background: url(../images/background/shapes/thistle-light-arrow-down.png) center no-repeat !important;
}

.divider--shape-dark2 {
    background: url(../images/background/shapes/thistle-purple-arrow-down-dark2.png) center no-repeat !important;
}

.divider--shape-dark {
    background: url(../images/background/shapes/thistle-dark-arrow-down-dark.png) center no-repeat !important;
}

.divider--shape-1down-purple {
    background: url(../images/background/shapes/arrow-down-thistle-purple.png) center no-repeat !important;
    width: 92px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}

.divider--shape-14up-thistle-light {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/thistle-light-shape-14up.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -46px;
}

.divider--shape-14down-thistle-light {
    width: 92px;
    height: 20px;
    background: url(../images/background/shapes/thistle-light-shape-14down.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -46px;
}

.modal-body .img-popup:before {
    background-image: none !important;
}

.content-popup .popup--title {
    text-align: center;
}


/* hide questbook */

.brand-etymology-content {
    text-align: justify;
}

.dish-readmore:hover {
    cursor: pointer;
}

.menu-5 .dish-panel {
    border: 1px solid #CAACC5;
    margin: 5px;
}

.thistle-recaptcha-wrap {
    display: flex !important;
    justify-content: center !important;
}

.products-note {
    margin-top: 2em;
}

/* media queries */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    /* .chef-container {
		padding-left: 19%;
	} */
    .btn-contact,
    .btn-view-menu {
        top: 1vh;
    }
    .btn-social {
        width: 40px !important;
        height: 40px !important;
    }

    .menu-5 .dishes-wrapper {
        padding: 0 10px 0 10px;
    }

    .banner-img {
        padding: 0 50px 0 50px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* .chef-container {
		padding-left: 24%;
	} */
    .btn-contact,
    .btn-view-menu {
        top: 4vh;
    }
    .btn-social {
        width: 40px !important;
        height: 40px !important;
    }
    
    .banner-img {
        padding: 0 100px 0 100px;
    }
    
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .chef-container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .btn-contact,
    .btn-view-menu {
        top: 6vh;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .chef-container {
        left: 35%;
        width: 30%;
    }
    .btn-contact,
    .btn-view-menu {
        top: 8vh;
    }
}

@media only screen and (min-width: 1200px) {
    .chef-container {
        left: 37.5%;
        width: 25%;
    }
    .btn-contact,
    .btn-view-menu {
        /* top: 10vh; */
        top: 12vh;
    }
}

@media only screen and (max-width: 600px) {
    div.img-popup {
        border-bottom-left-radius: 0px !important;
    }
    .img-popup>img {
        /* border-top-left-radius: 50px !important; */
        border-top-right-radius: 50px !important;
    }
    .founder-container {
        padding-left: 15%;
    }
}

@media only screen and (min-width: 767px) {
    div.img-popup {
        border-bottom-left-radius: 0px !important;
    }
    .img-popup>img {
        /* border-top-left-radius: 50px !important; */
        border-top-right-radius: 50px !important;
    }
    .btn-contact,
    .btn-view-menu {
        position: relative;
        /* top: 2vh; */
        /* width: 50%; */
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {

    .dish-panel .dish--tag {
        position: relative !important;
        margin-bottom: 10%;
        left: 0px;
    }

    .menu-5 .dishes-wrapper {
        display: flex;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dish-panel {
        margin-top: 15px;
    }

    .hide-in-smallscreen {
        display: none !important;
    }
    div.img-popup {
        border-bottom-left-radius: 0px !important;
    }
    .img-popup>img {
        /* border-top-left-radius: 50px !important; */
        border-top-right-radius: 50px !important;
    }
    .footer--widget-content {
        padding-bottom: 8vh;
    }
    .contact--desc {
        margin-bottom: 3% !important;
    }
    .contact--info {
        margin-bottom: 3% !important;
    }
    .social-icons {
        margin-bottom: 3% !important;
    }
    .title .title--heading h1 {
        font-size: 35px !important;
    }
    .heading .heading--title {
        font-size: 28px !important;
    }
    .heading--subtitle,
    .modal-body .img-popup .img-popup-overlay h3 {
        font-size: 25px !important;
    }
    p.heading--desc,
    .member .member-info h5,
    p.products-heading--desc,
    .contact--info h3,
    .menu-5 .dish-panel .dish--title,
    .testimonial-5 .testimonial-panel p,
    .products-heading--desc,
    .footer--widget-content>h3,
    .testimonial .testimonial-panel p,
    div.about-desc p,
    .menu-8 .dish-panel .dish--title,
    .menu .dish-panel .dish--title,
    .blog-entry .entry--title h4 {
        font-size: 18px !important;
    }
    .contact .contact--desc p,
    .contact--info p,
    .dish-panel .dish--desc,
    .footer--widget-content p,
    .brand-etymology-content,
    .member .member-info h6,
    .founder-desc,
    .navbar-nav>li>a,
    .blog-entry .entry--bio {
        font-size: 15px !important;
    }
    .footer--widget-content a {
        font-size: 12px !important;
    }
    .menu .dish-panel .dish--title {
        text-align: center;
    }
    .contact--desc {
        padding-bottom: 10px;
    }
    .thistle-signature {
        width: 15%;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .founder-desc-container {
        padding-top: 0px;
    }
    /* home page product section- notches points to correct image in small screens */
    .divider--shape-14up {
        width: 92px;
        height: 20px;
        background: url(../images/background/shapes/shape-14down.png) center no-repeat;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -46px;
    }
    .container .navbar-collapse,
    .container-bordered .navbar-collapse,
    .container-fluid .navbar-collapse {
        background-color: #CAACC5;
    }
}

@media only screen and (min-width: 991px) {
    .testimonial-1 .testimonial-panel {
        min-height: 500px;
    }
}
