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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --rr-ff-body: 'Roboto', sans-serif;
    --rr-ff-h: "Cormorant Garamond", serif;
    --rr-ff-s: 'sail', system-ui;
    --rr-ff-p: 'Open Sans', sans-serif;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    --rr-common-white: #fff;
    --rr-common-black: #002D05;
    --rr-common-pink: #FFE5E7;
    --rr-grey-1: #f2f4f9;
    --rr-grey-2: #203240;
    --rr-text-body: #002D05;
    --rr-heading-1: #002D05;
    --rr-theme-1: #D4AF37;
    --rr-border-1: #ebebeb;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Vesper+Libre:wght@400;500;700;900&display=swap');
html body {
    font-family: var(--rr-ff-body)!important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: var(--rr-text-body)!important;
    line-height: 24px!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--rr-ff-heading);
    color: var(--rr-common-black);
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s 0s ease-out;
    -moz-transition: color 0.3s 0s ease-out;
    -ms-transition: color 0.3s 0s ease-out;
    -o-transition: color 0.3s 0s ease-out;
    transition: color 0.3s 0s ease-out;
	    text-wrap: auto!important;
}
p {
    font-family: var(--rr-ff-p);
    color: var(--rr-text-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
img, svg {
    vertical-align: middle;
}
.col, .columns{
	padding-bottom: 0;
}
.stuck .header-main .nav > li > a {
    line-height: normal!important;
}
.rr-header-top-info{
	text-align: right !important;
}
.rr-header-top-info ul li {
    list-style: none;
	margin-right: 30px;
	    margin-bottom: 0;
}
.rr-header-top-info ul li b {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-common-black);
    font-family: var(--rr-ff-p);
}
.rr-header-top-info ul{
	align-items: center !important;
	display: flex !important;
}
.rr-header-top-info ul li a
 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-common-black);
    font-family: var(--rr-ff-p);
}
.rr-header-top-info ul li a i {
    color: var(--rr-common-black);
    margin-right: 6px;
}
.header-top.nav-dark {
    padding: 9px 0;
    position: relative;
    z-index: 6;
    background-color: var(--rr-common-pink)!important;
}
.rr-slogan{
    text-align: center;
	padding: 17px 0;
    font-family: "Vesper Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    text-box: trim-both cap alphabetic;
}
.rr-header-top-info{
	display: flex !important;
	align-items: center !important;
}
.rr-header-social a {
    height: 36px;
    width: 36px;
    background: #f2eef3;
    text-align: center;
    line-height: 36px;
    color: var(--rr-heading-1);
    border-radius: 30px;
    margin-right: 10px;
    transition: 0.7s;
    font-size: 20px;
    display: inline-block;
}
.rr-header-social a:hover {
    background-color: var(--rr-theme-1);
    color: var(--rr-common-white);
}
.header-nav-main .menu-item a {
    font-weight: 400!important;
    font-size: 16px;
    padding: 18px 0 !important;
    display: inline-block;
    color: var(--rr-common-black) !important;
    text-transform: capitalize;
    font-family: var(--rr-ff-p)!important;
    line-height: 28px;
}
.header-nav-main .menu-item:hover > a {
    color: var(--rr-theme-1) !important;
}
.header-nav-main > li {
    display: inline-block;
    margin: 0px 12px;
    position: relative;
}
.html_top_right_text .rr-btn, .rr-btn {
    font-size: 16px!important;
    padding: 14px 20px!important;
    position: relative;
    font-family: var(--rr-ff-body) !important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 26px!important;
    background-color: var(--rr-theme-1)!important;
    color: var(--rr-common-white)!important;
    letter-spacing: 0.03em!important;
    z-index: 1!important;
    text-transform: capitalize!important;
    border-radius: 50px!important;
}
.html_top_right_text .rr-btn:hover.rr-btn, .rr-btn:hover.rr-btn {
    color: var(--rr-common-white);
    border-radius: 50px;
    overflow: hidden;
	background: var(--rr-common-black)!important;
}
.rr-hero-title2 h2 {
    font-family: var(--rr-ff-h);
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    color: var(--rr-common-black);
    margin: 0px 0px 20px;
}
.rr-about-title-wrapper p {
    color: var(--rr-text-body);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}
.rr-about-btn-1 a {
    color: rgb(233, 110, 83);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.rr-about-area-2 h2, .rr-about-area h2 {
    font-family: "Cormorant Garamond";
    font-size: 64px;
    font-weight: 500;
}
.rr-section-title h3{
    margin-bottom: 0;
    line-height: 1.2;
    color: var(--rr-heading-1);
    font-family: var(--rr-ff-h);
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 0;
    text-align: center;
}
.rr-shop-title a{
	color: var(--rr-heading-1);
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
}
.rr-shop-title a:hover {
    color: var(--rr-theme-1);
}
.rr-blog-item-info{
	display: flex;
}
.rr-blog-item-info .location {
    background: #FDF2F0;
    border-radius: 6px;
    margin-right: 20px;
	max-width: 100px;
}
.rr-blog-item-info .location a{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
           line-clamp: 1;
   -webkit-box-orient: vertical;
}
.rr-blog-item-info span {
    margin: 10px 0;
    padding: 5px 15px;
}
.rr-blog-item-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #54595F;
    font-family: var(--rr-ff-p);
    margin: 10px 0;
    margin-right: 30px;
}
.post-title a{
	font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}
.post-title a:hover {
    color: var(--rr-theme-1);
}
.rr-blog-item-wrapper.deal {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.hot-deal .box-blog-post{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.hot-deal .box-text{
	padding: 15px!important;
}
.blog .box-text{
	background: var(--rr-common-white);
    border: 1px solid rgba(5, 17, 69, 0.1);
    padding: 20px;
    transition: 0.3s;
    position: relative;
}
.blog .box-text .button{
	color: inherit;
    outline: none;
    border: none;
    background: transparent;
	font-size: 16px;
    font-weight: 400;
	text-transform: inherit;
	display: flex;
    gap: 10px;
    align-items: center;
	    padding: 0;
}
.blog .box-text .button::after{
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
    font-weight: 400;
	font-size: 16px;
}
.blog .box-text:hover {
    box-shadow: 0px 20px 40px rgba(5, 17, 69, 0.1);
    border: 1px solid #fff;
}
.tes-wrapper{
	position: relative;
}
.rr-testimonial-single-quate-icon {
    position: absolute;
    left: 0;
    top: 50%;
}
.rr-testimonial-single-quate-icon-right {
    position: absolute;
    right: 0;
    top: 50%;
}
.rr-testimonial-single-item h4 {
    font-family: var(--rr-ff-h);
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: var(--rr-heading-1);
    margin: 0;
    margin-bottom: 30px;
	text-transform: inherit;
}
.t-line .is-divider, .rr-footer-2-area .is-divider{
	display: block;
}
.footer-slogan h2 {
    font-family: "Cormorant Garamond";
    font-size: 40px;
    font-weight: 500;
}
.rr-footer-3-title {
    font-family: var(--rr-ff-h);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 23px;
    color: #051145;
}
.rr-footer-2-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
.rr-footer-2-list ul li {
    list-style-type: none;
    overflow: hidden;
	margin-left: 0;
}
.rr-footer-2-list ul li a {
    color: #54595F;
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: 0.3s;
    font-family: var(--rr-ff-p);
    font-weight: 400;
}
.rr-footer-2-list ul li a:hover {
    margin-left: 0;
    color: var(--rr-theme-1);
}
.rr-footer-2-widget-content-info ul li {
    list-style: none;
    margin-bottom: 10px;
	margin-left: 0;
}
.rr-footer-2-widget-content-info ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    color: #051145;
}
.rr-footer-2-widget-content-info ul li a span {
    margin-right: 10px;
    border: 1px solid rgba(5, 17, 69, 0.1);
    height: 36px !important;
    width: 36px !important;
    line-height: 31px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}
.rr-footer-2-widget-content-info ul li a:hover {
    color: #1B7261;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
	    outline: none;
    background-color: #fff;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: var(--rr-common-black);
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid transparent;
    resize: none;
    font-family: var(--rr-ff-p);
    border-radius: 4px;
    border: 1px solid rgba(5, 17, 69, 0.1);
    margin-bottom: 20px;
}
.section.rr-footer-2-area{
	padding-bottom: 50px!important;
}
.copyright-footer{
    color: #54595F;
    margin-bottom: 0;
    font-family: var(--rr-ff-p);
}
.absolute-footer{
    border-top: 1px solid rgba(5, 17, 69, 0.1);
}
.breadcrumb__title .entry-title {
    font-family: var(--rr-ff-h);
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: var(--rr-common-black);
}
.service-page h2 {
    font-family: "Cormorant Garamond";
    font-size: 64px;
    font-weight: 500;
}
.rr-blog-area .post-item{
	margin-bottom: 30px;
}
.page-header-wrapper .title-overlay{
	display: none;
}
.rr-shop-area .rr-shop-item {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 10px;
	margin-bottom:30px;
}
.rr-contact__title h3{
    font-family: "Libre Bodoni";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 25px;
}
.rr-contact-item {
    margin-bottom: 30px;
	align-items: center !important;
	display: flex !important;
}
.rr-contact-item-icon span {
    width: 60px;
    height: 60px;
    background: var(--rr-common-pink);
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}
.rr-contact-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #646464;
    margin: 0;
    margin-bottom: 4px;
}
.rr-contact-item-content a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #051145;
}
.page-contact input[type=submit]{
	margin:0;
	background-color: transparent;
    border: 0;
	text-transform: inherit;
	transition: none;
}
.page-contact input{
	height: 50px;
    margin-bottom: 5px;
	border: 1px solid rgba(5, 17, 69, 0.1);
    box-shadow: none;
}
.page-contact .wpcf7-spinner{
	display: none;
}
.page-contact .rr-btn{
    display: inline-block;
    padding: 7px 20px !important;
}
.page-contact .col-xl-6{
	width:50%;
	flex: 0 0 auto;
	padding: 10px;
}
.page-contact .col-xl-12{
	width: 100%;
	padding: 10px;
}
.page-contact{
	    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.recent-blog-posts a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.is-divider{
	display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	background-color: rgb(255, 229, 231);
}
@media (max-width: 768px) {
    .row-cols-md-5>* {
        margin-bottom:20px;
    }
	.hot-deal .box-blog-post{
		margin-bottom:30px;
	}
	.rr-testimonial-single-quate-icon-right {
    top: 15%;
	}
	.rr-testimonial-single-quate-icon {
    top: 15%;
	}
}
@media (min-width: 768px) {
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}