
/*
WebFlames
Version: 1.0
Author: Web Flames
*/


:root {  
	--body-font: Lora, serif;
	--body-color: #252525;
	--body-background: #ffffff;   
	--body-font-size: 16px;   
	--body-line-height: 1.7;
	--headings-font: Poppins, sans-serif;
	--headings-color: #252525; 
	--primary-color: #BC8D4B;
	--extra-color1: #E1EDF0;
	--extra-color2: #19303E;
	--menu-normal-color: #ffffff;
	--menu-hover-color: #BC8D4B;
	--submenu-background-color: #252525;
	--submenu-normal-color: #ffffff;	
	--submenu-hover-color: #BC8D4B;
	--footer-background-color: #252525;
	--footer-color: #ffffff;
	--footer-title-color: #ffffff;
	--headings-h1-size: 54px;
	--headings-h2-size: 48px;
	--headings-h3-size: 36px;
	--headings-h4-size: 32px;
	--headings-h5-size: 24px;
	--headings-h6-size: 16px;
}

img.inner-desc-img-logo {
    width: 200px;
    margin-right: 30px;
    border-radius: 50px;
}

*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0px !important;
}

.no-bottom {
	margin-bottom: 0px;
}

.no-padding {
	padding: 0px;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {}

.alignright {
	display: block;
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 16px auto;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}

pre,
code {
	background: #f0f0f0;
	color: #999;
	font-family: "Courier New", Courier, monospace;
	padding: 10;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	font-family: var(--body-font);
	background: var(--body-background);
	color: var(--body-color);
	font-size: var(--body-font-size);
	line-height: var(--body-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--headings-color);
	font-weight: 700;
	line-height: 1.4em;
}

h1 {
	font-size: var(--headings-h1-size);
	line-height: 1.2em;
}

h2 {
	font-size: var(--headings-h2-size);
	line-height: 1.2em;
}

h3 {
	font-size: var(--headings-h3-size);
}

h4 {
	font-size: var(--headings-h4-size);
}

h5 {
	font-size: var(--headings-h5-size);
}

h6 {
	font-size: var(--headings-h6-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote cite,
.logo-txt,
.menu-nav li,
.view-more,
.copyright,
#submit,
.wpcf7-submit,
.team-details li,
.post-meta,
.prev-next,
.menu-txt {
	font-family: var(--headings-font); 
}

a {
	color: var(--primary-color); 
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

p a {
	color: var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
}

p a:hover {
	color: var(--primary-color);
	text-decoration: none;
	border: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 16px 24px;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.none {
	display: none;
}



.footer-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	margin-top: 16px;
}

.get-social {
	margin-top: 0;
}

.footer-social li {
	display: inline-block;
	font-size: 14px;
	margin-left: 7px;
}

.footer-social li a {
    border: 2px solid #e5e5e5;
    color: var(--footer-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    display: block;
    font-size: 22px;
    padding-top: 7px;
}

.search-social ul li:first-child,
.footer-social li:first-child {
	margin-left: 0;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-tripadvisor:hover {
    color: #00af87 !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}
a.social-tiktok:hover {
	color: #3A9BDC !important;
}
a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-dribbble:hover {
	color: #ED4F8C !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}
.categoryfilbox {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #9ea1a2;
    letter-spacing: .03em;
    font-weight: 500;
    text-transform: uppercase;
    background: #090c0f;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Roboto,sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

.category_filter_box {
    text-align: center;
    margin-bottom: 40px;
}

.categoryfilbox.active {
    color: #fff;
    background: #b99272;
}

.categoryfilbox:hover {
    color: #fff;
    background: #b9927236;
}

.topSingleBkg {
	width: 100%;
	height: 450px;
	display: block;
	overflow: hidden;
	position: relative;

}
section.menu-2col-content {
    background: #0e1317;
    padding-top: 80px;
}
.single-post-title {
	color: #ffffff;
	font-family: Oswald;
	text-transform: uppercase;
}

.post-subtitle {
	color: #ffffff;
	opacity: 0.8;
	font-family: "Roboto", sans-serif;
}

.item-content-bkg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 80%;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-img:before {
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.inner-desc {
	position: absolute;
	    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 4;
	text-align: center;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}






.categ-name {
	text-align: center;
	margin-bottom: 54px;
}

.headline {
	margin-bottom: 54px;
}

.categ-name h2,
.headline h2 {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	display: inline-block;
}

.categ-name h2:before,
.headline h2:before,
.title-headline:before {
	content: '';
	width: 100%;
	height: 1px;
	background: var(--headings-color);
	bottom: 0;
	left: 0;
	position: absolute;
}

.categ-name h2:after,
.headline h2:after,
.title-headline:after {
	content: '';
	width: 100%;
	height: 5px;
	background: var(--headings-color);
	bottom: -7px;
	left: 0;
	position: absolute;
}

.menu-holder {
	margin-bottom: 36px;
}

.menu-post {
	margin-bottom: 24px;
}
/*//menu coffee*/
.menup_img_box {
    width: 40%;
}

img.menup_img {
    border-radius: 10px;
    height: 150px;
    width: 150px;
}

.menupdesc_text {
    font-style: italic;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.menu_products_list_row{
    background: #090c0f;
    padding: 50px;
    margin-bottom: 80px;
}

    
    
.menu_products_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #090c0f;
   
}

.menu_product_box_box {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

span.menupdesc_title {
    font-weight: 400;
    font-family: Oswald;
    font-size: 24px;
    color: #fff;
}

.menup_desc_box {
    width: 60%;
}

.menupdesc_price {
    position: relative;
    padding-left: 100px;
    font-size: 24px;
    font-family: "Merienda";
    color: #b99272;
}

.menupdesc_price:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 90px;
    border: 1px dashed #b99272;
}







footer {
	padding: 42px 0 24px 0;
	background: var(--footer-background-color);
	color: var(--footer-color);
}

.footer-logo img {
	margin: 0 auto;
}

.footer-social {
	text-align: center;

}

.footer-content {
	margin-top: 32px;
}

.footer-content h5 {
	color: #ffffff;
	    font-family: Oswald;
}

.footer-content p {
    font-family: Roboto, sans-serif;
}

.copyright {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}



.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: var(--headings-color);
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	z-index: 110;
}

.pp_social {
	display: none;
}



@media (min-width: 1200px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.home-featured-item-2 {
		height: 550px;
	}
}

@media (max-width: 1200px) {

	#home-content-10-4{
		padding-top: 54px;
		padding-bottom: 54px;
	}
	img.menup_img {
        width: 120px;
        height: 120px;
    }

}

@media (max-width: 1024px) {
	
	header{
		padding-left:15px;
	}
	
	#header-5{
		padding-left: 0;
	}
	
	.headerWrap-5{
		padding-right: 0;
		padding-bottom: 16px;
	}
	
	.nav-btn-mobile{
	display: block;
	}
	
	.nav-holder-2 {
		margin-top: 81px;
	}
	
	/* HEADER 1 */
	.nav-holder-desktop,
	.book-now,
	.top-location,
	.nav-holder-4,
	.nav-holder-5{
		display: none;
	}
	.nav-content-1 {
		float: none;
		text-align: left;
		width: 100%;
	}
	
	.nav-bkg1 .logo-1 {
		display: block;
	}
	
	.navbar-1.nav-bkg1 {
    padding-top: 16px;
    padding-left: 15px;
}
	
	/* END HEADER 1 */
	
	/* HEADER 3 */
	.navbar-3{
		display: flex;
	}
	.search-social-3{
		display: none;
	}
	
	.nav-btn-mobile-3 .menu-txt{
		color: #000;
	}
	.nav-btn-mobile-3 .nav-button .icon-bar,
	.nav-btn-mobile-3 .nav-button .icon-bar:before,
	.nav-btn-mobile-3 .nav-button .icon-bar:after{
		background: #000;
	}
	.nav-btn-mobile-3 .nav-button.active .icon-bar{
		background: none;
	}
	
	body.has-active-menu #header-3{
		position: absolute;
		width: 100%;
	}
	/* END HEADER 3 */
	
	.btn-header4 {
		flex: 0 1 auto;
	}
	
	.logo-5{
		padding-bottom: 0;
	}
	
	.search-social-6 {
		display: block;
	}
	
	.menu-post-v2.cols4,
	.menu-post-v2.cols5,
	.menu-post-v3.cols4,
	.menu-post-v3.cols5{
		width: 33.333%;
	}
	
	.menu-post-border-v3{
		padding: 15px;
	}
	
	.menu-post-img-v3{
		width: 80px;
		padding-bottom: 80px;
	}
	
	.tablet-margin-b16{
		margin-bottom: 16px;
	}
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
    .container {
        max-width: 95%;
    }

}

@media (max-width: 767px) {
	.topSingleBkg {
		height: 250px;
	}
	.single-post-title {
		font-size: 36px;
	}
	.menu-2col .menu-post {
		display: block;
		width: 100%;
	}
	.menu-2col .menu-post:nth-last-child(2) {
		margin-bottom: 24px;
	}
	.menu-post-v2,
	.menu-post-v2.cols4,
	.menu-post-v2.cols5{
		width: 50%;
	}
	.menu_product_box_box {
        width: 100% !important;
    }
    img.menup_img {
        width: 100%;
        height: auto;
    }
    .menup_desc_box {
        width: 65%;
        margin-left: 25px;
    }
}
@media (max-width: 600px) {
    .categoryfilbox {
        margin: 8px;
        padding: 15px;
    }
    section.menu-2col-content {
        padding-top: 30px;
    }
    .menu_products_list_row {
        padding: 20px;
    }
    .menu_product_box_box {
        margin-bottom: 20px;
    }
    .menup_desc_box {
        width: 58%;
    }
    .menu_product_box_box{
            flex-wrap: wrap;
    }
    .menup_img_box {
        width: 32%;
    }
    .menup_img_box {
        transition: 0.4s;
    }
    .menup_img_box.preview {
        width: 100%;
    }
    .menupdesc_price:before {
        width: 15px;
    }
    .menupdesc_price {
        padding-left: 28px;
        font-size: 22px;
    }
}

@media (max-width: 370px) {
    .menup_desc_box {
        margin-left: 10px;
        width: 62%;
    }
    .menupdesc_price {
    font-size: 18px;
}
span.menupdesc_title {
    font-size: 20px;
}
    
}

