/*
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 {
	--primary: #ffa318;
	--secondary: #5F3A16;
	--dark: #2f2f2f;
	--light: #FBF7EE;
}

body {
	font-size: 14px !important;
	line-height: 24px;
}

.header .header-top a {
	text-transform: capitalize;
	font-size: 14px;
	line-height: 24px !important;
	color: var(--dark) !important;
}

.btn-reservat a {
	display: inline-block;
	padding: 4px 26px;
	border: 1px solid #5F3A1630;
	border-radius: 16px;
	color: var(--secondary);
}

.header .header-top .account-login {
	background: var(--light);
	padding: 4px 19px;
	border-radius: 16px;
	color: var(--secondary);
}

.header-top .flex-row {
	position: relative;
}

.header-top .flex-right {
	position: absolute;
	top: 10px;
	right: 15px;
}

.header-main .header-inner {
	align-items: flex-end;
}

.header-main .logo {
	padding-bottom: 10px;
}

.header-main .hide-for-medium.flex-right {
	background: linear-gradient(149.92deg, #FFCB58 24.48%, #FFA318 170.02%);
	position: relative;
	padding: 0 30px;
}

.header-main .flex-right::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(90deg);
    border-top: 44px solid transparent;
    border-left: 44px solid white;
}

.header-nav-main {
	gap: 33px;
}

.header-main .flex-right li {
	margin: 0;
}

.header-main .flex-right li a {
	text-transform: capitalize;
	font-weight: 700;
	font-size: 17px;
	line-height: 24px !important;
}

.banner-image .img-inner {
	border-radius: 32px;
}

.title-travel h3 {
	border: none;
	font-size: 32px;
	line-height: 42px;
}

.title-travel h3 label {
	margin: 0;
	color: var(--primary);
}

.title-travel span.section-title-main {
	border-bottom: none;
	padding-bottom: 0;
}

.title-travel h3 a {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
	color: #585858;
}

.title-travel h3 a:hover {
	color: var(--primary);
}

.title-travel h3 a i {
	display: none;
}

.list-product-home .box-image {
	border-radius: 12px;
}

.list-product-home .image-fade_in_back {
	position: relative;
	overflow: hidden;
}

.list-product-home .image-fade_in_back::before {
	content: '';
	display: block;
	padding-top: 65%;
}

.list-product-home .image-fade_in_back a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.list-product-home .image-fade_in_back img {
	height: 100%;
	object-fit: cover;
}

.whychoose-content {
	color: black;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	text-transform: capitalize;
}

.whychoose-content span {
	font-size: 32px;
}

.col-item-testi .col-inner {
	height: 100%;
}

.testimonial-content {
	color: black;
}

.icon-testi h3 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}

.icon-testi p {
	font-size: 12px;
	line-height: 20px;
}

.list-blog-home .blog-post-inner {
	display: flex;
	align-items: flex-start;
	flex-direction: column-reverse;
}

.list-blog-home h5 {
	font-weight: 500;
	margin: 0;
	order: 2;
}

.list-blog-home h5 a {
	display: block;
}

.list-blog-home .post-meta {
	font-size: 12px;
	line-height: 24px;
	color: #5F5F5F;
	opacity: 1;
	order: 3;
}

.list-blog-home .is-divider {
	display: none;
}

.list-blog-home a.button {
	font-weight: 400;
	text-transform: inherit;
	color: #5F5F5F;
	margin-top: 8px;
	margin-right: 0;
	order: 1;
}

.list-blog-home a.button:hover {
	color: var(--primary);
}

.sign-content h2 {
	font-size: 28px;
	line-height: 48px;
	text-transform: capitalize;
	color: var(--secondary);
	margin-bottom: 0;
}

.form-sign input[type="email"] {
	border: none;
	border-radius: 4px;
	box-shadow: 0px 1px 14px 0px #00000014;
	height: 50px;
	padding: 13px 32px;
}

.form-sign input[type="submit"] {
	padding: 9px 50px;
	background: linear-gradient(221.34deg, #FFA318 -8.33%, #FFCB58 66.3%);
	color: black;
	border-radius: 4px;
	box-shadow: -1px 1px 23.5px 0px #0000000A;
}

.info-footer {
	margin-bottom: 12px;
}

.info-footer:nth-child(4) {
	margin-bottom: 0;
}

.nav-travel-widget .widget_nav_menu {
	margin-bottom: 0;
	padding: 0;
}

.nav-travel-widget .widget-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 24px;
}

.nav-travel-widget .is-divider {
	display: none;
}

.nav-travel-widget ul.menu>li+li {
	border: none;
}

.nav-travel-widget ul.menu a {
	text-transform: capitalize;
	font-size: 14px;
}

.copyright-footer {
	color: black;
}

.footer-secondary {
	padding: 0;
}

.nav-bottom-footer a:not(:last-child)::after {
	content: '|';
	padding: 0 12px;
	display: inline-block;
}

/** Page About **/

.about-page .page-title-inner,
.about-page .title-breadcrumbs {
	padding-top: 0;
}

.about-image .img-inner {
	border-radius: 10px;
}

.about-content h3 {
	color: var(--primary);
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
}

.about-content p {
	color: black;
	font-size: 14px;
	text-align: justify;
}

.about-links {
	background: white;
	border-radius: 10px;
	overflow: hidden;
}

.about-links a {
	display: block;
	min-height: auto;
	color: var(--primary);
	font-weight: 700;
	padding: 0;
}

.about-links a:hover {
	color: var(--secondary);
}

.about-links a span {
	display: block;
}

.about-links .menu-item {
	padding: 15px 13px;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.vision-mission {
	color: black;
}

.vision-mission h3 {
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	color: var(--primary);
}

.vision-mission p:not(:last-child) {
	margin-bottom: 0;
}

/** Page Product **/

.shop-page-title,
.category-page-row {
	background: #f9f9f9;
}

.blog-archive span.widget-title,
.category-page-row .shop-sidebar {
	display: block;
	padding: 9px 24px;
	background: var(--primary);
	color: white;
	font-size: 18px;
	line-height: 24px;
}

.blog-archive .is-divider,
.category-page-row .is-divider {
	display: none;
}

.blog-archive .menu,
.category-page-row .menu {
	background: white;
}

.blog-archive ul.menu>li+li,
.category-page-row ul.menu>li+li {
	border: none;
}

.blog-archive ul.menu a,
.category-page-row ul.menu a {
	display: block;
	padding: 9px 16px;
	border-bottom: 1px solid #f5f5f5;
}

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


}