/*
Theme Name: Beauty Spa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




/**BEGIN Format Fonts**/
@import url(https://fonts.googleapis.com/css?family=Prata|Roboto:400, 500, 700, 900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Marcellus|Roboto:400, 500, 700, 900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open%20Sans|Roboto:400, 500, 700, 900&display=swap);
@font-face {
    font-family: "GoldenBook";
    src: url("../fonts/Goldenbook Bold.otf");
    src: url("../fonts/Goldenbook Light.otf");
    src: url("../fonts/Goldenbook Regular.otf");
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    transition: all ease 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: GoldenBook, Prata, serif !important;	
}
a {
    text-decoration: none;
    outline: 0;
    transition: .4s;
}
li, ul {
    margin: 0;        
    padding: 0;
    list-style: none;
}
.align-justify{text-align:justify;}
.align-center{text-align:center;}
.align-left{text-align:left;}
a:not([href]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
@keyframes scaling {
    0% {
        transform: scale(0.7);
    }
    90% {
        transform: scale(1.9);
    }
    100% {
        opacity: 0;
    }
}
@keyframes cfadeIn {
    0% {
        opacity: 0;
    }
    100%,
    50% {
        opacity: 1;
    }
}
@keyframes comeRight {
    0% {
        opacity: 0;
        right: -10%;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        right: 200px;
        opacity: 1;
    }
}
@keyframes czoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes clightSpeedIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(-20deg);
    }
    60% {
        transform: skewX(10deg);
        opacity: 0.5;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cslideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes crotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes cfadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes flowerShape {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(50px, 0);
    }
    50% {
        transform: translate(50px, 100px);
    }
    75% {
        transform: translate(0, 100px);
    }
}
@keyframes flowerShape2 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-50px, 0);
    }
    50% {
        transform: translate(-50px, -100px);
    }
    75% {
        transform: translate(0, -100px);
    }
}
@keyframes BipingScaling {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
@keyframes shapeAnimaiton {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 0);
    }
    50% {
        transform: translate(-20px, -20px);
    }
    75% {
        transform: translate(0, -20px);
    }
}
@keyframes shapeAnimaiton2 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    75% {
        transform: translate(0, 20px);
    }
}
@keyframes abShape {
    0%,
    100% {
        right: 21%;
    }
    50% {
        right: 17%;
    }
}
@keyframes srBgIcon {
    0%,
    100% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(-10px, 0);
    }
    50% {
        transform: translate(-10px, -10px);
    }
    70% {
        transform: translate(0, -10px);
    }
}
@keyframes srBgIcon2 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, -10px);
    }
    50% {
        transform: translate(-10px, -10px);
    }
    70% {
        transform: translate(-10px, 0);
    }
}
@keyframes fshape {
    0%,
    100% {
        bottom: 60px;
    }
    50% {
        bottom: 100px;
    }
}
@keyframes sectionTitleBg {
    0%,
    40%,
    80% {
        left: 50%;
    }
    20% {
        left: 45%;
    }
    60% {
        left: 55%;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes stickyAnimate {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.def-btn {
    display: inline-block;
    width: 255px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-right: 60px;
    z-index: 1;
    border: none;
    margin: 0 10px;
    box-shadow: 0 7px 27px -14px #efc0b8;
    height: 70px;
    line-height: 70px;
	border-radius:10px;
}
.def-btn.btn-md {
    width: 215px;
}
.def-btn.btn-sm {
    width: 145px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    box-shadow: none;
}
.def-btn.outline {
    padding-right: 0;
    text-align: center;
    background-color: transparent;
    border: 2px solid #e4e4e4;
    box-shadow: none;
}
.def-btn.outline:hover {
    border-color: transparent;
}
.def-btn.outline i {
    margin-right: 10px;
}
.def-btn:last-of-type {
    margin-right: 0;
}
.def-btn:first-of-type {
    margin-left: 0;
}
.def-btn:before {
    position: absolute;
    left: -2px;
    top: 0;
    width: 0;
    height: 100%;
 background-color: #db8f82;
    bottom: 0;
    transition: all ease 0.4s;
	border-radius:10px;
}
.def-btn span {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 1;
    transition: all ease 0.8s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.def-btn span:before {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all ease 0.5s;
    border-radius: 50%;
}
.def-btn span:after {
    content: "";
    background-color: #efc0b8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    transform: scale(1);
    transition: all ease 0.4s;
	border-radius:10px;
}





.def-btn strong {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: 1;
    transition: all ease 0.8s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.def-btn strong:before {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all ease 0.5s;
    border-radius: 50%;
}
.def-btn strong:after {
    content: "";
    background-color: #efc0b8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    transform: scale(1);
    transition: all ease 0.4s;
	border-radius:10px;
}





.def-btn:hover {
    background-color: transparent;
    color: #fff;
}
.def-btn:hover:before {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
}
.def-btn:hover span:before {
    background-color: #fff;
    color: #efc0b8;
}
.def-btn:hover span:after {
    border-radius: 50%;
    transform: scale(0);
}
.def-btn:before, .section-title2:before {
    z-index: -1;
    content: '';
}
.content-buttons-arrow {
    margin: 10px 0;       
}
.content-buttons-non-arrow {
    margin: 10px 0;        
    width: unset;
    padding: 10px 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f9d9d2 !important;
}
.content-buttons-flex-row a {
    margin-right: 20px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pr-100 {
    padding-right: 100px;
}
.pl-100 {
    padding-left: 100px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mt-120 {
    margin-top: 120px;
}
.col-20{max-width:20% !important;}
/*
 *	Main Menu
*/
.book-btn-homepage {
    padding: 1px 6px;
    width: 85px;
    height: 44px;
    line-height: 44px;
    color: #fff;
}
.circle-btn {
    display: inline-block;
    border: none;
    font-size: 16px;
    background-color: #fff;
    margin: 0 5px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-shadow: 0 6px 24px -15px #efc0b8;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    transition: all ease 0.3s;
}
.circle-btn:last-child {
    margin-right: 0;
}
.circle-btn:first-child {
    margin-left: 0;
}
.circle-btn:before {
    content: "";
    background-color: #efc0b8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: all ease 0.3s;
}
.circle-btn:hover {
    background-color: transparent;
    color: #fff;
}
.circle-btn:hover:before {
    transform: scale(1);
}
.circle-btn.primary-btn {
    background-color: #efc0b8;
    color: #fff;
}

.header-nav.nav-right .header-search-lightbox {
    display: none;
}
.header-nav.nav > li > a {
    font-size: 20px;
    font-family: GoldenBook,Prata,serif;
	font-weight:400;
	text-transform: capitalize;
}
.header-nav.nav > li > a .icon-angle-down:before{
	content: "\f102";
	font-family: Flaticon;
	font-weight: 400;
	margin-left: 7px;
	margin-right: 0;
	float: right;
	font-size: 10px;
}
.sub-menu.nav-dropdown {
    border-top: 2px solid #efc0b8;
}
.book-btn.primary-btn a {
    color: #fff;
}
.book-btn.primary-btn:hover:before {
    background-color: #fff;
}
.book-btn-homepage {
    background-color: #efc0b8;
}
.book-btn.primary-btn:hover a {
    color: #efc0b8;
}
/*
 *	Banner Slider
*/
.slider-big-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}
.slider-big-img {
    position: static;
}
.slider-big-img:after,
.slider-big-img:before {
    content: "";
    width: 750px;
    height: 750px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #efc0b8;
    opacity: 0.2;
    margin-left: -375px;
    z-index: -2;
    border-radius: 50%;
    transform: scale(0);
}
.is-selected .slider-big-img img {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: cfadeIn;
    animation-delay: 0.5s;
}
/*
.slider-big-img:after,
.slider-big-img:before {
    animation-name: scaling;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1.3s;
}
.is-selected .slider-big-img:before {
    animation-delay: 3s;
}
*/
.is-selected .slider-big-img span.bg-shape {
    opacity: 1;
    transform: scale(1);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: czoomIn;
    animation-delay: 1s;
}
.is-selected .slider-big-img span.bg-shape {
    width: 550px;
    height: 550px;
    margin-left: -275px;
    top: 30px;
}
.is-selected .hero-content > span {
    animation-name: crotateInDownLeft;
    animation-delay: 1.5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.is-selected .hero-content .hero-title,
.is-selected .hero-content p {
    animation-name: clightSpeedIn;
    animation-delay: 1.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.is-selected .hero-content .def-btn {
    animation-name: cfadeInUp;
    animation-delay: 1.2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.slider-big-img span.bg-shape {
    width: 750px;
    height: 750px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -375px;
    opacity: 0;
    transform: scale(0);
	z-index:-1;
}
.header-title > span {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.header-title > span > span {
    font-weight: 700;
    background-color: #efc0b8;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    line-height: 1;
    margin: 0 5px;
    border-radius: 7px;
}
.about-us-wrapper .leaf-shape {
    right: 2%;
    top: -8%;
}
.about-us-wrapper .leaf-shape {
    position: absolute;
    right: 21%;
    top: -8%;
    z-index: 10;
    animation-name: abShape;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.about-us-wrapper .about-us-img {
    position: relative;
}
.about-us-wrapper .about-us-img .about-us-big-img .js-tilt {
    height: 540px;
    width: 470px;
}
.about-us-wrapper .about-us-img img {
    object-fit: cover;
}
.about-us-wrapper .about-us-img .small-img-1 {
    position: absolute;
    top: -120px;
    right: auto;
    left: 20px;
}
.about-us-wrapper .about-us-img .small-img-2 {
    position: absolute;
    left: -115px;    
}
.about-us-wrapper .about-us-img .small-img-2 {
    left: auto;
    bottom: -150px;
    right: 0;
}
.about-us-wrapper .about-us-img .small-img-1 .js-tilt, .about-us-wrapper .about-us-img .small-img-2 .js-tilt {
    height: 200px;
    width: 200px;
}
.our-service-wrapper .single-service {
    text-align: center;
    margin-bottom: 60px;
}
.our-service-wrapper .row > div:nth-child(2n) .single-service, .our-service-wrapper .slick-list, .our-service-wrapper .slick-track > div:nth-child(2n) .single-service {
    padding-top: 60px;
}
.our-service-wrapper .single-service .service-icon span {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #efc0b8;
    font-size: 60px;
    box-shadow: 0 7px 27px -14px #efc0b8;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 12px;
}
.our-service-wrapper .single-service .service-icon {
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
    margin-bottom: 40px;
}
.our-service-wrapper .single-service .service-icon span.bg-icon {
    background-color: transparent;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 120px;
    z-index: -1;
    width: auto;
    height: auto;
    opacity: .3;
}
.our-service-wrapper .row > div:nth-child(2n) .single-service .service-icon span.bg-icon, .our-service-wrapper .slick-track > div:nth-child(2n) .single-service .service-icon span.bg-icon {
    animation-name: srBgIcon2;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.our-service-wrapper .single-service .service-icon span i {
    display: inline-block;
    transform: rotateY(0);
    transition: all ease .6s;
}
.our-service-wrapper .single-service:hover .service-icon span i {
    transform: rotateY(360deg);
}
.about-us-wrapper.v2 .bg-shapes div.shape-2, .our-service-wrapper .single-service .service-icon span.bg-icon {
    animation-name: srBgIcon;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}
.booking-shopping > .col > .col-inner {    
    height: 100%;
}
form.appointment-form {
    padding: 70px 60px;
    height: 100%;
}
form p {
    margin-bottom: 10px;
}
form.appointment-form .form-title,.appointment-form .form-title {
    margin-bottom: 45px;
}
form.appointment-form .form-title .title-icon span, .appointment-form .form-title .title-icon span {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-right: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
 form.appointment-form .form-title .title-icon span,.appointment-form .form-title .title-icon span {
    color: #fff;
    background-color: #efc0b8;
}
.appointment-form .wpcf7-form input.wpcf7-form-control,.appointment-form .wpcf7-form select.wpcf7-form-control {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #fff;
    padding-left: 30px;
    box-shadow: 0 7px 17px -14px #efc0b8;
    color: #211e1c;
    border-radius: 0;
}
.our-features-section .features-area .single-features, form.appointment-form .form-title {
    margin-bottom: 45px;
}
.d-flex,.d-md-flex,.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
form.appointment-form .form-title .content .title,.appointment-form .form-title .content .title {
    font-size: 36px;
    margin-bottom: 0;
}
form.appointment-form .form-title .content span,.appointment-form .form-title .content span{
	display: block;
	margin-bottom: 15px;
}
.cta-content span {
    font-size:18px;
    margin-bottom: 10px;
}
.cta-content .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.about-funfact-wrapper .leaf-shape {
    width: 350px;
    animation-duration: 4s;
}
.about-funfact-wrapper .leaf-shape{
    animation-name: srBgIcon;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.about-funfact-wrapper .leaf-shape img {
    width: 100%;
}
.counter-box-wrapper .single-counter:first-child {
    background-color: #000;
}
.counter-box-wrapper .single-counter {
    width: 200px;
    margin-right: 30px;
    position: relative;
    padding: 50px 0 50px 10px;
}
.counter-box-wrapper .single-counter i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 90px;
    line-height: 1;
    display: inline-block;
    opacity: .25;
}
.counter-box-wrapper .single-counter:first-child i.flaticon-group {
    top: -15px;
    font-size: 100px;
}
.counter-box-wrapper .single-counter span {
    color: #fff;
    font-size: 80px;
    line-height: 1;
    font-family: GoldenBook,Prata,serif;
    position: relative;
}
.counter-box-wrapper .single-counter span::after {
    content: "\f102";
    font-size: 16px;
    font-family: Flaticon;
}
.counter-box-wrapper .single-counter p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}
.counter-box-wrapper .single-counter:first-child p {
    color: #efc0b8;
}
.counter-box-wrapper .single-counter:last-child {
    background-color: #efc0b8;
    margin-right: 0;
}
.price-plans-wrapper .price-plans-content {
    background-color: #fff;
    padding: 60px 60px 40px;
    margin-bottom: -40px;
    position: relative;
    box-shadow: 0 19px 62px -43px #efc0b8;
    border-radius: 20px;
}
.price-plans-wrapper .price-plans-content .single-price-plan .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 12px;
}
.price-plans-wrapper .price-plans-content .single-price-plan .content {
    width: calc(100% - 150px);
}
.price-plans-wrapper .price-plans-content .single-price-plan .content .title {
    font-size: 24px;
    margin-bottom: 20px;
}
.price-plans-wrapper .price-plans-content .single-price-plan .content td{border-bottom: 0 none;}
.header-title2 .title {
    font-size: 75px;
	margin-bottom: 15px;
}
.header-title2 .title span {
    font-size: 26px;
    line-height: 26px;
    color: #efc0b8;
    width: 100px;
    display: inline-block;
    text-align: left;
}
.box-push.box-blog-post .box-text{
    box-shadow: 0 0 34px -17px #efc0b8;
}
.header-title3 .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
}
/*
 * Contact Page
*/
.hero-banner .banner-title {
    font-size: 72px;
    color: #fff;
    line-height: 90px;
    margin-bottom: 0;
}
.hero-banner ul.breadcrumb-wrap {
    margin-top: 7px;
}
.hero-banner ul.breadcrumb-wrap li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 8px;
}
.hero-banner ul.breadcrumb-wrap li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.hero-banner ul.breadcrumb-wrap li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    font-size: 18px;
    line-height: 1;
}
h2.title {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 15px;
	font-weight:400;
}
h2.title span {
    font-size: 30px;
    line-height: 26px;
    color: #efc0b8;
    width: 100px;
	margin-left:15px;
    display: inline-block;
    text-align: left;	
}
/*
 * About Us
*/
.price-plans-wrapper .header-title {
    margin-bottom: 30px;
}
.about-us-wrapper .about-us-content .ceo-area .img {
    width: 90px;
    height: 90px;
    border: 1px solid #f3f6fd;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
}
.about-us-wrapper .about-us-content .ceo-area .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 40px -20px #efc0b8;
}
.price-plans-wrapper .price-plan-features .price-features-content > .col-inner{
    width: 100%;
    background-color: #211e1c;
    padding: 80px 250px 80px 200px;
    background-image: url(../images/features-pattern-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about-us-section .price-features-content > .col-inner{
    background-color: #f7e9e9 !important;
    background-image: url(../images/hummingbird_pattern.png) !important;
}
.price-plans-wrapper .price-plan-features:nth-child(2n) .price-features-content > .col-inner{
    background-color: #027773;
    border-bottom-right-radius: 36px;
}
.price-plans-wrapper .price-plan-features:nth-child(2n+1) .price-features-content > .col-inner{
    border-top-left-radius: 36px;
}
.about-us-video .open-video.circle{background:#fff;}
.about-us-video .open-video.circle:hover .icon-play{color:#fff;}
.about-us-video .open-video.circle.is-outline:hover{border-color:#efc0b8;}
.about-us-video .open-video.circle .icon-play{font-size:25px !important;color:#211e1c;line-height: 146px;}
.about-us-video .video-button-wrapper{
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
    border-radius: 50%;
}
.about-us-video .video-button-wrapper:after,
.about-us-video .video-button-wrapper:before {
	content: '';
	background-color: #efc0b8;
	position: absolute;
	top: 15%;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .4;
	z-index: -1;
	border-radius: 50%;
	animation-name: scaling;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.about-us-video .open-video.circle:before {
    content: '';
    background-color: #efc0b8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 0;
    transform: scale(0);
    border-radius: 50%;
    transition: all ease .3s;
}
.about-us-video .open-video.circle:hover:before {
    transform: scale(1);
}
.col-subcribe-form .wpcf7-form{
    background-color: #fff;
    padding: 10px;
    margin-left: 50px;
    box-shadow: 0 7px 27px -14px #efc0b8;
}
.col-subcribe-form .wpcf7-form .subscribe-form input[type="email"] {   
    padding-left: 30px;
    border: none;
    height: 69px;
    color: #211e1c;
	box-shadow: none;
	margin-bottom:0;
}
.col-subcribe-form .wpcf7-form .subscribe-form input.txt:hover {
	background-color:#fff;
    color: #211e1c;
    border-color: #211e1c;
	-webkit-box-shadow: inset 0 0 0 100px rgba(255,255,255,0.2);
	box-shadow:inset 0 0 0 100px rgba(255,255,255,0.2);
}
.col-subcribe-form .wpcf7-form .subscribe-form input.txt {
    width: 180px;
    height: 69px;
    padding: 0;
    background-color: #efc0b8;
    color: #fff;
    border: 1px solid transparent;        
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .4s;
	margin-bottom:0;
}
.wpcf7 .wpcf7-not-valid-tip {
	display:none !important;
    /*margin-top: 10px !important;
	position: absolute !important;*/
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, textarea.wpcf7-not-valid,input[type=date].wpcf7-not-valid,select.wpcf7-not-valid {border: 1px solid #ec3c06 !important;}
form.invalid .wpcf7-response-output,
form.unaccepted .wpcf7-response-output {display:none !important;}
/*
 * Franchise
*/
.our-service-wrapper .tab-area-wrap {
    border-top: 2px solid #fff0f0;
    border-bottom: 2px solid #fff0f0;
    padding: 80px 0;   
}
.our-service-wrapper .service-details-area .title {
    font-size: 60px;
    margin-bottom: 45px;
}
.tab-area .title {
    font-size: 40px;
    margin-bottom: 20px;
}
.service-tab .nav-box > li > a:before, .nav-pills > li > a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    background-color: #efc0b8;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    transition: all ease .4s;
}
.service-tab .nav-box > li.active > a, .service-tab .nav-pills > li.active > a, .service-tab .nav-pills > li > a:hover{
    background-color: #efc0b8;
	color: #fff;
}
.service-tab .nav-pills > li > a{border-radius:0;padding:17px 25px;background:#fff3f3;line-height:26px;}
.service-tab .nav-box > li.active > a:before, .nav-pills > li.active > a:before
{
	opacity: 1;
	visibility: visible;
}
.service-tab .tab-panels {
    min-height: 150px;
}
.inner-testomonial{
    background-color: #211e1c;
    background-image: url(../images/pattern-bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;    
}
.inner-testomonial .testomonial-content .text {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.single-testomonial .testomonial-content h2.title {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 34px;
	width:auto;
}
.single-testomonial .testomonial-content span {
    font-size: 16px;
    color: #efc0b8;
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
}
.middle-imgs {
    border-top: 2px solid #fff0f0;
    padding-top: 80px;
}
/*
 *	Career
*/
.category-career .entry-image {
    overflow: hidden;
    position: relative;
}
.category-career .entry-image img {
    object-fit: cover;
	height: 500px;
	width: 100%;
    transition: .4s;
    transform: scale(1);
}
.category-career .entry-image:hover img {
    transform: scale(1.1);
}
.text-right {
    text-align: right !important;
}
article.category-career,article.post{background:#fff7f6;margin-bottom: 40px;padding-bottom: 50px;}
.single-post article.post{padding:40px;}
.single-post article.post .entry-content{padding:0;}
article.post .entry-content,.category-career .entry-content{
	padding: 50px 50px 0;
}
.read-more-icon a {
    font-size: 16px;
    font-weight: 700;
}
.single-post .category-career{padding: 40px;}
.single-post .category-career .entry-header-text{padding:1.5em 0 0;}
.single-post .category-career .entry-content{padding:0;}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;        
    border-top: 1px solid rgba(0,0,0,.1);
}
/*
 * Sidebar Widget
*/
.post-sidebar aside {
    padding: 40px;
    background: #fff9f9;
}
aside.widget_custom_html ul li a {
    display: block;
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding-left: 30px;
    transition: .4s;
}
aside.widget_custom_html ul li a {
    line-height: 50px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
aside.widget_custom_html ul li a span {
    float: right;
    height: 100%;
    width: 50px;
    background-color: #efc0b8;
    text-align: center;
    color: #fff;
    font-family: GoldenBook,Prata,serif;
    transition: .4s;
}
aside.widget_custom_html ul li a:hover,aside.widget_custom_html  ul.social-links li a:hover {
    background-color: #efc0b8;
    color: #fff;
}
aside.widget_custom_html ul li a:hover span {
    background-color: #e79382;
}
aside.widget_custom_html  ul.social-links{text-align:center;}
aside.widget_custom_html  ul.social-links li {
    margin-right: 10px;
    display: inline-block;
	margin-bottom:0;
}
aside.widget_custom_html  ul.social-links li a {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
aside.widget_custom_html  ul.social-links li a{padding-left:0;}
/*
 * Blog News
*/
.blog-wrapper.blog-archive.page-wrapper{padding-top:0;}
/*
 * Sip
*/
.sip .title, .line-icon, .description {
    text-align: center;
}
.title h2 {
	font-size: 38px;
    font-weight: 400;
}
.drink-info{display:flex;margin-bottom:0;}
.drink-info li{margin-bottom:0;display:inline-flex;}
.drink-info .name {flex-basis: 65%;margin-left: 0;}
.drink-info .name h5{
    font-size: 1.25rem;
	font-weight:400;
	margin-bottom:0;
}
.drink-info .dot-line{border-bottom:1px dashed #939393;margin-left:5px;margin-bottom:15px;flex-basis:100%;}
.drink-info .price h5{
    font-size: 1.5rem;
	font-weight:400;
	margin-bottom:0;
}
.item-description{min-height:52px;}

.sip-menu-content {    
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sip-menu-content:after {
    content: "......................................................................" "...................................................................." "....................................................................";
    position: absolute;
    left: 20px;
    right: 0;    
    z-index: 3;
    color: #ccc;
	top:10px;
}
.sip-menu-content a {
	font-family: GoldenBook, Prata, serif;
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 4;
    font-size: 1.5rem;    
}
.sip-menu-content div {
	font-family: GoldenBook, Prata, serif;
	font-size: 1.5rem;
    background: #fff;
    position: relative;
    z-index: 4;
    padding: 0 10px;    
}
.menu-ingredients{min-height:52px;}

/*
 * Shop
*/
.product-wrapper .price {
    color: #212121;
    font-weight: 700;
	min-height:42px;
}
.product-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: #fff;
    font-size: 14px;
    left: 20px;
    transition: all ease .4s;
}
.product-wrapper .slick-arrow.slick-next {
    left: auto;
    right: 20px;
}
.product-wrapper .product-thumb {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-top: 5px;
}
.product-wrapper .product-thumb .slick-slide {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
/*
 * Service
*/
.counter-sec-wrapper .single-counter {
    width: 170px;
    height: 170px;
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 10% 0 0;
    border-radius: 50%;
}
.counter-sec-wrapper .single-counter .title {margin-bottom:0;}
.counter-sec-wrapper .single-counter .title .counter {
    font-size: 55px;
    position: relative;
    margin-bottom: 0;
	width:auto;
	color:#000;
}
.counter-sec-wrapper .single-counter .title::after {
    font-size: 18px;
    content: '+';
    font-weight: 400;
}
.counter-sec-wrapper .single-counter > span {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 700;
    text-transform: capitalize;
}
/*
 * Group And Event
*/
.group-event td{border-bottom: 0 none;font-size:16px;}
.appointment-form > .col-inner {
    padding: 70px 60px;
    background: #fff9f9;
}
/*
 * Location
*/
blockquote {
	padding: 0 !important;
    padding-left: 20px !important;
    border-left: 2px solid #efc0b8 !important;
	margin: 0 0 1rem;
}
blockquote p img {
    margin-right: 20px;
}
blockquote p{
    font-size: .85em;    
    color: #333;
}
/*
 * Footer
*/
.footer-about h3,
.footer-contact h3,
.footer-post h3
{
	font-size:30px;
    margin-bottom: 30px;
}
.footer-contact {
    padding: 40px 60px 60px;
    box-shadow: 0 5px 28px -21px #efc0b8;
}
.footer-contact span {
    font-size: 62px;
    display: inline-block;
    margin-bottom: 15px;
    color: #efc0b8;
}
.footer-contact a.def-btn {
    width: 175px;
    height: 60px;
    line-height: 55px;
    margin-top: 25px;
}
/*
 * Absolute Footer
*/
.absolute-footer {
    padding: 30px 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
