/*!
Theme Name: Morans
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: morans
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Morans is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
@font-face{
font-family: 'JosefinSans-Regular';
src: url(assets/fonts/JosefinSans-Regular.ttf);
} 
@font-face{
font-family: 'JosefinSans-Medium';
src: url(assets/fonts/JosefinSans-Medium.ttf);
} 
@font-face{
font-family: 'JosefinSans-SemiBold';
src: url(assets/fonts/JosefinSans-SemiBold.ttf);
} 
@font-face{
font-family: 'JosefinSans-Bold';
src: url(assets/fonts/JosefinSans-Bold.ttf);
} 
@font-face{
font-family: 'OpenSans-Regular';
src: url(assets/fonts/OpenSans-Regular.ttf);
}
@font-face{
font-family: 'AlexBrush-Regular';
src: url(assets/fonts/AlexBrush-Regular.ttf);
}
@font-face{
font-family: 'Quicksand_Bold';
src: url(assets/fonts/Quicksand_Bold.otf);
}
@font-face{
font-family: 'Quicksand_Light';
src: url(assets/fonts/Quicksand_Light.otf);
}
@font-face{
font-family: 'Quicksand_Book';
src: url(assets/fonts/Quicksand_Book.otf);
}
@font-face{
font-family: 'gothic';
src: url(assets/fonts/gothic.otf);
}
body {
	margin: 0;
}
.slim-font{
	font-family:'Quicksand_Book';
	letter-spacing: 2px;
}
.special-heading{
	font-family:'gothic';
	text-transform:uppercase;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #6C7880;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
/* 	margin: 0 0 1.5em 3em; */
	padding-left:0;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
/* 	color: #4169e1; */
}

a:visited {
/* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
/* 	color: #191970; */
}

a:focus {
/* 	outline: thin dotted; */
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
:root {
  --mainColor: #B6E4FB;
  --darkColor:#1A1915;
  --white: #ffffff;
}
::selection{
	background:var(--mainColor);
	color:var(--white);
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
}
.container{
    width: 100%;
    max-width: 1280px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
.vc_row[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
html {
  scroll-behavior: smooth;
}
.vc_row[data-vc-full-width],.vc_section[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
a{
	transition:all 0.4s ease-in-out;
	text-decoration:none;
	color:#5A5A5A;
}
h1,h2,h3,h4{
	font-weight:400;
}
strong{
	font-family: 'JosefinSans-Bold';
    font-weight: 400;
}
a:hover{
	color:#000;
}
p{
	margin:0;
	margin-bottom:10px;
}
h3,h4{
	font-weight:300;
}
h2{
	font-weight:400;
}
.page .post-thumbnail{
	display:none;
}
.main-header .list>a{
	display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.main-header .icon{
	margin-right:10px;
	letter-spacing:4px;
	width: 24px;
}
.main-header{
 	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	position: relative;
    z-index: 9999;
}
.main-header-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
	position:relative;
}
.main-header-inner .row .col-2{
	width:17%;
}
.main-header-inner .row .col-5.right{
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left:20px;
}
.main-header-inner .header-logo{
	display: flex;
    justify-content: center;
	margin-top: -10px;
}
.main-header-inner .header-logo a{
	width: 260px;
	display:flex;
}
.main-header-inner .header-logo a{
	display:flex;
}
.main-header-inner .row .left-menu{
	padding-right: 20px;
}
.main-header-inner .navbar ul#morans_header_left,.main-header-inner .navbar ul#morans_header_right{
	display:flex;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-header-inner .navbar ul#morans_header_left>li a,.main-header-inner .navbar ul#morans_header_right>li a{
	padding: 20px 15px;
    line-height: 22px;
    font-style: normal;
    font-size: 13px;
    color: #fff;
	position:relative;
	text-transform:uppercase;
	letter-spacing: 1.2px;
}
.main-header-inner .navbar ul#morans_header_left>li>a:before,.main-header-inner .navbar ul#morans_header_right>li>a:before{
	border-top: 1px solid #fff;
    width: 0%;
    position: absolute;
    content: " ";
    top: auto;
    bottom: 0;
    height: 1px;
    left: 50%;
    opacity: 0;
    transition: left 0.5s, width 0.5s, opacity 1s;
    -webkit-transition: left 0.5s, width 0.5s, opacity 1s;
}
.main-header-inner .navbar ul#morans_header_left>li>a:hover:before,.main-header-inner .navbar ul#morans_header_right>li>a:hover:before{
	opacity: 1;
    width: 40%;
    left: 30%;
}
.main-header-inner .navbar ul#morans_header_left>li.current-menu-item>a:before,.main-header-inner .navbar ul#morans_header_right>li.current-menu-item>a:before{
	opacity: 1;
    width: 40%;
    left: 30%;
}
.home .main-header-inner .navbar ul#primary-menu>li a{
	color:#fff;
}
.home .main-header-inner .navbar ul#primary-menu>li a:hover{
	color: var(--mainColor);
}
.main-header-inner .navbar ul#primary-menu>li a:hover{
	color: #fff;
	opacity:.8;
}
.main-header-inner .navbar ul#primary-menu>li.current-menu-item a{
	color: var(--mainColor);
}
.main-header-inner .row ul>li{
	position:relative;
}
.main-header-inner .sub-menu{
	position: absolute;
    top: 30px;
    background: #fff;
    z-index: 99;
    width: 360px !important;
    left: -10px !important;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	text-align:left;
	margin: 0;
    padding: 0;
}
.main-header-inner .sub-menu li a{
    padding: 10px 18px 10px 18px !important;
    display: block;
    line-height: 1.7rem !important;
    color: #393939;
	border-bottom:1px solid #edeff1;
}

.main-header-inner .sub-menu li a:hover{
	background: #f5f4f2;
}
.main-header-inner li.menu-item-has-children .sub-menu{
	display:none;
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	display:block;
}
.main-header-inner .sub-menu{
    position: absolute;
    top: 40px;
    background: #f0f0f0;
    z-index: 99;
    width: 230px !important;
    left: -55px !important;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    margin: 0;
	opacity: 0;
    transform: translateY(10px);
    animation-fill-mode: forwards;
	animation: fadeSlideOut 0.6s ease forwards;
}
.main-header-inner .sub-menu li a{
    padding: 12px 20px !important;
    display: block;
    line-height: 1.7rem !important;
    color: var(--mianColor) !important;
	text-align:center;
	border-bottom:1px solid rgb(145 145 145 / 30%);
	text-align:center !important;
}

.main-header-inner .sub-menu li a:hover,.main-header-inner .sub-menu li.current-menu-item a{
	color:#fff !important;
	background:#000  !important;
}
.main-header-inner li.menu-item-has-children .sub-menu{
	display:none;
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	display:block;
	animation: fadeSlideIn 0.6s ease forwards;
}
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(10px);
    }
}
.apply-now-btn {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.apply-now-btn.btn-style a{
	color: #fff !important;
	border-color:#fff !important;
	min-width: 120px;
}
.apply-now-btn.btn-style a:hover:before{
	background: #fff !important;
	color: #000;
}
.apply-now-btn.btn-style a:hover{
	border: 2px solid #fff !important;
    color: #000 !important;
}
.mobile-header{
	display:none;
}
#responsive_menu{
	display:none;
}
.mobile-header .site-logo img{
    width:230px;
}
.mobile-header .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    height: 85px;
}
.mobile-header .toggle-menu{
    position:relative;
}
.mobile-header .responsive_menu_button{
    cursor: pointer;
    width: 27px;
    height: 22px;
    position: absolute;
    top: 50% !important;
    left: 0;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--white);
    border-radius: 2px !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
    top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
    top:9px;
}
.mobile-header .responsive_menu_button span:last-child{
    top:18px;
}
.mobile-header .header-right{
    display:flex;
    align-items:center;
}
.mobile-header .header-right .mobile-search,
.mobile-header .header-right .toggle-menu{
    width:40px;
}
.mobile-header .header-right .mobile-search .serach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-right .mobile-search .serach-icon a{
    display: flex;
}
.mobile-header .site-logo a,.site-header .header-logo1 a,.site-header .header-logo2 a{
    display:flex;
}
#responsive_menu{
    display:none;
}
#responsive_menu .row{
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100% !important;
    box-shadow: 0 10px 30px 0 rgb(227 227 227 / 50%);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display : flex;
    flex-direction: column;
    padding:20px 20px 50px 20px;
    -moz-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -webkit-transition: left .5s cubic-bezier(.6,.1,.68,.53), width .3s;
    -o-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    -ms-transition: left .5s cubic-bezier(.6, .1, .68, .53), width .3s;
    transition: left .2s cubic-bezier(.6,.1,.68,.53), width .3s;
    z-index:999999;
}
#responsive_menu .row .burger-logo-area{
    display:flex;
    justify-content:left;
    align-items:center;
    padding:0px 0px 15px 0px;
	border-bottom: 1px solid #0000002e;
	margin-bottom:10px;
}
#responsive_menu .row .burger-logo-area img{
    width:100.19px;
}
#responsive_menu .row .burger-logo-area .site-logo a{
    display:flex;
}
#responsive_menu .row .burger-logo-area .cross-btn{
/* 	background-image: linear-gradient(135deg, #EC9A19, #EC9A19); */
    padding: 0px 8px;
    color: var(--darkColor);
	font-size:30px;
	position: absolute;
    top: 10px;
    right: 12px;
}
#responsive_menu .row nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#responsive_menu .row nav ul li a{
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 16px;
    line-height: 28.34px;
    text-align: left;
    border-bottom: 1px solid #F1F1F1;
    font-family: 'JosefinSans-Bold';
}

#responsive_menu .row nav li .sub-menu li a{
	font-size:18px;
	position:relative;
	padding-left:35px;
}
/* #responsive_menu .row nav li .sub-menu li.current-menu-item a:before{
	color:#E1005C;
}
#responsive_menu .row nav ul li.current_page_item  a{
	color: var(--mainColor);
	font-family: 'OpenSans-SemiBold';
    font-size: 24px;
    border-bottom: 1px solid #F1F1F1;
    border-radius: 0;
}
#responsive_menu .row nav ul li a:hover{
	color: var(--mainColor);
}
#responsive_menu .row nav ul li.current_page_item  a:hover{
    color: var(--mainColor);
    border-radius: 6px;
    font-family: 'OpenSans-SemiBold';
} */
#responsive_menu.toggle-open .row{
    left:0;
}
#responsive_menu .row nav ul li{
	position:relative;
}
#responsive_menu .row nav ul li.menu-item-has-children:after{
/*     content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 20px;
    line-height: 25px;
    color: #ffffff6b;
    font-size: 16px; */
}
#responsive_menu .row nav ul li.menu-item-has-children .toggle-icon {
    position: absolute;
    right: 5px;
    top: 13px;
    color: var(--darkColor);
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu{
	display:none;
	background: #fff;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu li a{
    color: #B7985B !important;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    padding: 12px 20px;
}
.mobile-topbar{
    background: #ffffff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-topbar .list a{
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 7px;
}
.mobile-topbar a{
    color: var(--darkColor);
}
.mobile-topbar a:hover{
	color:#fff;
}
.mobile-topbar .topbar-social-icon{
	text-align:right;
}
.mobile-topbar .topbar-social-icon a{
	margin-left:12px;
}
.mobile-topbar .book-btn{
	text-align: right;
    display: flex;
    justify-content: end;
}
.login-btn{
    margin-top: 18px;
}
.login-btn .footer-social-icon{
	gap: 24px;
	margin-bottom: 24px;
}
.login-btn>div,
.login-btn>div>a{
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    gap: 10px;
}
.login-btn .list img{
	width: 18px;
}
.login-btn .list .icon{
	display:flex;
}
.login-btn>div>a img{
/* 	filter: invert(1); */
    width: 18px;
}
.login-btn .list .content{
	line-height: 18px;
}
.login-btn .list{
	margin-top: 15px;
}
.login-btn .topbar-social-icon {
	margin-top:5px;
	gap:30px;
}
.login-btn .topbar-social-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
/*     background: #50B849; */
    display: flex;
    justify-content: space-between;
    color: #fff;
	font-size:30px;
    border-radius: 50%;
}
.login-btn .apply-now-btn{
	justify-content:center;
	margin-top:5px;
	margin-right:10px;
}
.login-btn .apply-now-btn a{
    border: 1px solid var(--mainColor) !important;
    background-color: var(--mainColor) !important;
    color: #000 !important;
    width: 100%;
}
.login-btn .apply-now-btn a:hover{
	background-color:#fff !important;
	color: #000 !important;
	border:1px solid var(--mainColor) !important;
}

.mega-btn{
	justify-content:flex-start !important;
}
.mega-btn a{
	border-color:#fff !important;
	color:#fff !important;
}
.goTop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
	width: 35px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: rgba(162, 162, 162, 0.8);
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 18px 0 18px;
    transition: all .2s ease-out;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:5px;
	cursor:pointer;
	border-radius:50%;
}
.goTop:hover{
	opacity:1;
	background:#000;
}
.goTop i{
	font-size:12px;
}
.go-top-show{
	right: 10px;
	opacity: 1;
}
.mobile-header .apply-now-btn.btn-style a{
	width: 50px;
    font-size: 10px !important;
    line-height: 13px !important;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 8px 5px !important;
	min-width: 55px;
}
/* Header CSS End */

/* Pages Css Start */
.home-slider{
	margin-top:-150px;
}
.btn-style a,.btn-style button{
	font-size: 13px !important;
    line-height: 28px !important;
    padding: 6px 20px 4px !important;
    letter-spacing: 1px;
    color: #000 !important;
    text-transform: uppercase;
    border: 2px solid #000 !important;
    background: transparent !important;
    position: relative !important;
    background: transparent none repeat scroll 0 0 !important;
    overflow: hidden;
    position: relative !important;
    transition: width 0.6scubic -bezier(0.19, 1, 0.22, 1) 0s !important;
    z-index: 1;
    color: #000;
    min-width: 164px;
    border-radius: 0 !important;
    font-family: JosefinSans-Bold !important;
	display:inline-block;
}
.btn-style a:before,.btn-style button:before{
    background: #000;
    content: "";
    height: 140%;
    left: -10%;
    position: absolute;
    top: 0;
    transform: skewX(20deg);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 0;
    z-index: -1;
}
.btn-style a:hover,.btn-style button:hover{
	border: 2px solid #000 !oabove;
    color: #fff !important;
}
.btn-style a:hover:before,.btn-style button:hover:before{
	background: #000;
	width: 130%;
}
.white-btn a,.white-btn button{
	color: #fff !important;
	border-color:#fff !important;
}
.white-btn a:hover:before,.white-btn button:hover:before{
	background: #fff !important;
	color: #000;
}
.white-btn a:hover,.white-btn button:hover{
	border: 2px solid #fff !important;
    color: #000 !important;
}
.heading-uppercase{
	text-transform:uppercase;
	letter-spacing:10px;
}
.letter-2px{
	letter-spacing:3px;
}
.white-text p{
	color:#fff;
}
.tabs-style .vc_tta-tab{
	width:50%;
	margin: 0 !important;
}
.tabs-style .vc_tta-tab a{
	border-radius:0 !important;
	text-align: center;
    font-family: 'JosefinSans-Bold';
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size:18px;
	color:#aaa !important;
	background:#fff !important;
	border: none !important;
    border-right: 1px solid #f0f0f0 !important;
}
.tabs-style .vc_tta-tab a:hover{
	color:#000 !important;
}
.tabs-style .vc_tta-tab.vc_active a{
	background:#B7985B !important;
	color:#fff !important;
}
.tabs-style .vc_tta-panels{
	border: 0;
    margin: 0;
    border-radius: 0 !important;
}
.tabs-style .vc_tta-tabs-container{
	margin:0 !important;
}
.tabs-style .vc_tta-panel-body,.takeaway-menu{
	height: 1000px;
    overflow-y: auto !important;
}
.tabs-style .vc_tta-panel-body::-webkit-scrollbar,.takeaway-menu::-webkit-scrollbar {
	width: 5px;
}
.tabs-style .vc_tta-panel-body::-webkit-scrollbar-track,.takeaway-menu::-webkit-scrollbar-track{
	background: #B7985B;
}
.page-id-11340 .banner_bide,.page-id-12364 .banner_bide{
	display:none;
}
.menu-page-sec-1{
	margin-top: -110px;
    padding-top: 180px !important;
	padding-bottom:100px;
	background-attachment: fixed !important;
}
.tab-text p{
	font-size:13px;
	color:#6C7880;
}
.tabs-style .vc_tta-panel-body{
	padding:56px 56px 42px !important;
}
.tab-inner-row{
	flex-wrap: nowrap !important;
	display:flex;
}
.menu-page-sec-3 .container{
	max-width:900px !important;
}
.weekly-row{
	flex-wrap:nowrap !important;
	display:flex;
}
.weekly-row .weekly-col-1{
	width:12% !important;
}
.weekly-row .weekly-col-3{
	width: 29% !important;
}
.menu-page-sec-3{
	background-attachment:fixed !important;
}
.menu-page-sec-2{
		padding: 100px 0;
}
.mobile-heading{
	display:none;
}
.booking-widget,.booking-table{
	text-align:center !important;
	margin-bottom:0 !important;
}

.booking-widget iframe,.booking-table iframe{
    position: relative;
    z-index: 2;
}
.hover-btn{
/* 	margin-top:-160px; */
	position:relative;
	z-index:1;
}
.hover-btn:hover{
	position:relative;
	z-index:3;
}
.booking-widget-2 iframe{
	height: 90px;
}
.ot-dtp-picker.ot-standard.wide .ot-title{
	margin: 0 !important;
    margin-bottom: 15px !important;
}
.sg-popup-builder-content h1{
	font-size: 87px;
    margin: 0;
    color: #000;
    margin-bottom: -30px;
}
.image-gallery-design img{
    width: 237px !important;
    height: 300px !important;
	object-fit: cover;
}
.image-gallery-design{
	padding:0 40px;
}
.privacy-page a{
	color: #bf7e11;
}
.privacy-page ul,.privacy-page ol{
	padding-left: 20px;
}
.privacy-page table{
	border-collapse: collapse;
	width: 100%;
}
.privacy-page td,.privacy-page th{
	text-align: left;
	padding: 8px;
	border:1px solid #000;
	color:#000;
}
.privacy-page th{
	font-family: 'JosefinSans-Bold';
    font-weight: 400;
}
.privacy-page tr{
	background-color: #f2f2f2;
}
/* Pages Css End */

/* Event Slider */
.evets-slider .slick-prev, .evets-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1000;
}
.evets-slider .slick-prev:hover, .evets-slider .slick-next:hover{
	opacity:.8;
}
.evets-slider .slick-prev {
    left: -60px;
}

.evets-slider .slick-next {
    right: -60px;
}

.evets-slider .row {
    display: flex;
    align-items: center;
    padding: 20px;
	gap:50px;
}
.evets-slider .content,.evets-slider .title{
	color:#fff;
}
.evets-slider .title h2{
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.evets-slider .image img {
    width: 100%;
    aspect-ratio:1/1;
	object-fit:cover;
}
.evets-slider .buttons a{
	display: block;
    text-align: center;
	margin-top:20px;
}
.evets-slider .button-group{
	display:flex;
	justify-content:space-between;
}
.evets-slider .button-group a{
	padding:6px 30px 4px !important;
	width:100%;
}
/* Event Slider End */

/* Contact Form CSS Start */
.morans-contact-form .form-group{
	display:flex;
	gap:30px;
}
.morans-contact-form p{
	margin:0;
	margin-bottom:20px;
}
.morans-contact-form .form-group input,.morans-contact-form textarea{
    width: 100%;
    border: 2px solid #000 !important;
    height: 50px;
    border-radius: 0;
    padding: 15px 20px;
    outline: none;
	transition:.3s ease;
}
.morans-contact-form .form-group input:focus,.morans-contact-form textarea:focus{
	border-color:#132640 !important
}
.morans-contact-form textarea{
	height:156px;
}
.morans-contact-form .submit-btn input{
    width: 100%;
    background: #0F0F0F !important;
    color: #fff;
    height: 45px;
    font-size: 12.13px;
    text-transform: uppercase;
    letter-spacing: 0.61px;
    border: none;
    border-radius: 0;
    padding: 0;
	cursor:pointer;
	transition:.3s ease;
	font-family: 'JosefinSans-Bold';
}
.wpcf7-response-output{
	border-color:#0F0F0F !important;
	text-align:center;
}
.morans-contact-form .submit-btn input:hover{
/* 	background:#fff !important;
	color:#0F0F0F; */
}
.contact-page .morans-contact-form .submit-btn p{
	margin-bottom:0 !important;
}
P{
	margin-top:0;
	margin-bottom:10px;
}
.contact-info ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}
.contact-info ul li{
	margin-bottom:20px;
}
.contact-info ul li,.contact-info ul li a{
	display:flex;
	gap:15px;
	align-items: center;
}
.contact-info ul li a{
	color:#000;
}
.contact-info ul li span{
    font-size: 18px;
}
.contact-info ul li a:hover{
	color:#132640;
}
.contact-page .wpcf7-response-output{
	margin-top:0 !important;
}
/* Contact Form CSS End */

/* Footer CSS Start */
.main-footer{
	background:#F9F9F9;
	padding:50px 0 80px;
}
.main-footer .row{
	display:flex;
	gap:100px;
}
.footer-logo{
	width:300px;
}
.main-footer h3{
	text-transform:uppercase;
	color:#000;
	font-size:22px;
	margin-top: 35px;
}
.main-footer h4{
	text-transform:uppercase;
	color:#000;
	font-size:15px;
    margin-top: 0;
    margin-bottom: 15px;
}
.footer-social-icon{
	display:flex;
	gap:20px;
	margin-bottom: 15px;
    margin-top: 15px;
}
.footer-social-icon img{
	width: 15px;
}
.main-footer .list,.main-footer .list a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
}
.main-footer .list .icon,.main-footer .list a .icon{
	display:flex;
}
.main-footer .list a{
	margin-top:15px;
}
.main-footer .list img,.main-footer .list a img{
	width: 15px;
}
.footer-time .time-2{
	margin-top:20px;
}
.footer-time .time-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 12px;
    color: #5E5E5E;
    max-width: 220px;
}
.main-footer .reservation-text{
	font-size: 12px;
    color: #5E5E5E;
    line-height: 25px;
}
.footer-credit{
	background:#000;
	padding:12px 0;
}
.footer-credit p{
	margin:0;
	color:#fff;
	font-size: 13px;
}
.footer-credit p a{
	color:#fff;
}
/* Footer CSS Start */
/* Banner CSS start */
.banner_bide,.banner-404{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:flex;
	justify-content:center;
	align-items:end;
	text-align:center;
	height:450px;
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.3)!important;
	margin-top: -110px;
}
.banner_bide h2{
    margin: 0;
    color: #fff;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
.banner_bide h1{
	color:#B7985B;
	font-size:60px;
	margin:0;
}
.bide_banner_title p{
	color:#fff;
	font-size:25px;
	line-height:29px;
	font-style:italic;
	margin-top:35px;
}
.error-404{
	text-align:center;
	padding:50px 0;
}
.banner-404{
	height:330px;
}
.error-404 h1{
font-size: 240px;
    color: #0e0e0e;
    margin: 0;
    line-height: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: "JosefinSans-Bold";
}
.error-404 .entry-content p:first-child{
    font-size: 3.071em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #132640;
}
.error-404 .entry-content p:nth-child(2){
    font-size: 20px;
    margin: 20px 0;
/*     font-family: 'FFNort-Regular'; */
}
/* Banner CSS End */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
/* 	margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/* 	margin: 1.5em 0 0; */
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.image-overly{
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important;
}
.sgpb-main-popup-data-container-12514{
	position: unset !important; 
     opacity: unset !important; 
    filter: none !important;
    transform: unset !important;
	display:none;
}
#sgpb-popup-dialog-main-div{
	width:920px !important;
	max-width:920px !important;
}
@media screen and (max-width: 1440px) {
	.acf-gallery-slider .gallery-item img{
		height: 406px !important;
	}
}
@media screen and (max-width: 991px) {
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mobile-header{
		display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 999;
        position: relative;
/* 		background: rgba(255, 255, 255, 0.1); */
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(10px);
    }
    .mobile-header .site-logo img{
        width:180px;
		margin-top: -10px;
    }
	.mobile-right-icon img{
		width: 40px;
	}
	.main-footer .row{
		flex-wrap:wrap;
		gap: 15px;
	}
	.main-footer .row .col-4{
		width:100%;
	}
	.footer-logo {
   		width: 210px;
	}
	.main-footer {
    	padding: 50px 0 50px;
	}
	#sgpb-popup-dialog-main-div{
		width:520px !important;
		max-width:520px !important;
	}
	.booking-widget iframe,.booking-table iframe{
		height:301px;
	}
	.sg-popup-builder-content h1{
		font-size: 60px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 768px) {
	.home-sec-1 .container{
		padding:50px 15px !important;
	}
	.home-sec-1 h1{
		font-size: 65px !important;
		line-height: 60px !important;
		margin: 0 !important;
	}
	.home-sec-1 h2.second{
		font-size: 50px !important;
		line-height: 40px !important;
	}
	.home-sec-1 h2{
		font-size: 45px !important;
		line-height: 45px !important;
		padding:0 !important;
	}
	.home-sec-2 h1,.home-sec-3 h1,.home-sec-4 h1,.menu-page-sec-1 h1{
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.gallery-page h2{
		font-size: 28px !important;
        line-height: 40px !important;
        padding: 0 !important;
        letter-spacing: 2px;
	}
	.home-sec-1 h3{
		font-size: 22px !important;
        line-height: 40px !important;
        padding: 0 !important;
        letter-spacing: 2px;
		margin-top: -8px;
	}
	.home-sec-1 .vc_column-inner,.home-sec-1 .wpb_text_column,.home-sec-3 .wpb_text_column,.home-sec-4 .wpb_text_column,.menu-page-sec-1 .wpb_text_column ,.gallery-page .wpb_text_column,.menu-page-sec-2 .wpb_text_column{
		padding:0 !important;
	}
	.home-sec-2 .container{
		flex-direction:column-reverse;
	}
	.home-sec-2 .img-height>.vc_column-inner{
		height:350px;
	}
	.home-sec-2 .content-sec>.vc_column-inner{
		padding: 40px 0 30px !important;
	}
	.home-sec-2.vc_row{
		padding-top: 60px !important;
		padding-bottom: 90px !important;
	}
	.home-sec-3 .img-height>.vc_column-inner,.home-sec-4 .img-height>.vc_column-inner{
		padding:0 !important;
		height:350px;
	}
	.home-sec-4{
		flex-direction:column-reverse;
	}
	
	.home-sec-1.vc_row{
		background-image:url('assets/images/bg-1.png') !important;
	}
	.menu-page-sec-1 .vc_column-inner{
		padding:0 !important;
	}
	.menu-page-sec-1 .heading{
		font-size: 28px !important;
        line-height: 40px !important;
		letter-spacing: 2px;
	}
	.tabs-style.vc_tta.vc_tta-tabs .vc_tta-tabs-container{
		display:block !important;
	}
	.tabs-style .vc_tta-panel-body{
		padding:42px 10px 42px !important;
		border-radius: 0 !important;
	}
	.tab-inner-row .vc_col-sm-10{
		width:80% !important;
	}
	.tab-inner-row .vc_col-sm-10 h2{
		letter-spacing: 1px;
		font-size: 14px !important;
		margin-left: 13px;
	}
	.tab-inner-row .vc_col-sm-2{
		width:20% !important;
	}
	.tab-inner-row .vc_col-sm-2 h2{
		margin-right: 13px;
	}
	.tabs-style .vc_active .vc_tta-panel-title{
		background: #B7985B;
	}
	.tabs-style .vc_tta-panel-heading{
		border: none !important;
		border-radius: 0 !important;
		display:none !important
	}
	.tabs-style .vc_active .vc_tta-panel-title a{
		color:#fff !important;
	}
	.tabs-style .vc_tta-tab a{
		font-size:12px;
	}
	.tabs-style .vc_tta-panel-title a{
		border: none !important;
		border-radius: 0 !important;
		color:#aaa !important;
		text-align:center;
		font-size:18px;
		text-transform:uppercase;
	}
	.gallery-page .vc_column-inner,.menu-page-sec-2 .vc_column-inner,.contact-page .vc_column-inner,.inner-page .vc_column-inner{
		padding:0 !important;
	}
	.menu-page-sec-2 h2{
		font-size: 28px !important;
        line-height: 40px !important;
		letter-spacing: 2px;
	}
	.menu-page-sec-2{
		padding: 50px 0;
	}
	.contact-page .sec1{
		padding-top:50px !important;
	}
	.morans-contact-form .form-group{
		flex-wrap:wrap;
		gap:0;
	}
	.morans-contact-form .form-group .col-6{
		width:100%;
	}
	.error-404 h1{
		font-size: 150px;
		line-height: 115px;
	}
	.error-404 .entry-content p:first-child{
		font-size: 2.071em;
	}
	.takeaway-menu.container{
		padding: 30px 10px !important;
		max-width:95% !important;
		overflow-x: hidden;
	}
	.inner-page .container{
		padding:50px 15px !important;
	}
	.mobile-heading{
		display:block;
	}
	.desktop-heading{
		display:none;
	}
	.about-sec-1 .container{
		flex-direction:column-reverse;
	}
	.about-sec-1 .vc_row.vc_column-gap-35>.vc_column_container,.about-sec-2 .vc_row.vc_column-gap-35>.vc_column_container{
		padding:0 !important;
	}
	.about-sec-1 .container .vc_column_container,.about-sec-2 .container .vc_column_container{
		width:100% !important;
	}
	.about-sec-2 .container{
		padding-top:0 !important;
	}
	.booking-widget iframe,.booking-table iframe{
		height:301px;
	}
	.booking-widget-2 iframe{
		height:90px;
	}
	.sg-popup-builder-content h1{
		font-size: 60px;
		margin-bottom: 0px;
	}
	.event-sec-1 .container{
		padding:50px 5px 70px !important;
	}
	.evets-slider .row {
		flex-wrap:wrap;
		padding:10px;
		gap: 20px;
	}
	.evets-slider .row .col-8,.evets-slider .row .col-4{
		width:100%;
	}
	.evets-slider {
        position: relative;
    }
    .evets-slider .slick-prev,
    .evets-slider .slick-next {
        position: absolute;
        bottom: -65px;
        width: 40px; 
        height: auto;
		top: unset;
    }
    .evets-slider .slick-prev {
        left: 50%;
        transform: translateX(-60px); /* Adjust spacing */
    }
    .evets-slider .slick-next {
        right: 50%;
        transform: translateX(60px); /* Adjust spacing */
    }
}
@media screen and (max-width: 480px) {
	.acf-gallery-slider .gallery-item img{
		height: 300px !important;
	}
	.footer-credit p{
		font-size:11px;
	}
	.menu-page-sec-1 .heading {
        font-size: 24px !important;
        line-height: 35px !important;
        letter-spacing: 2px;
    }
	.banner_bide h2{
		font-size: 35px;
		line-height: 40px;
	}
	.tabs-style{
		padding: 0 10px !important;
	}
	#sgpb-popup-dialog-main-div{
		width:320px !important;
		max-width:320px !important;
	}
	.evets-slider .button-group a{
		padding:6px 15px 4px !important;
		min-width:154px;
	}
	.image-gallery-design img{
		width: 400px !important;
        height: 300px !important;
        object-fit: cover;
	}
	.image-gallery-design{
		padding:0 0px;
	}
}