@charset "utf-8";

/* CSS Document */


/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. The Menu


******************************/


/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: 'Edward';
    src: url(../font/edwardian_script_itc.ttf) format('truetype'), url(../font/edwardian_script_itc.otf) format('opentype');
}


/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    color: #636363;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {
    background: rgba(196, 171, 159, 0.5);
    color: #FFFFFF;
}

p::selection {}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    line-height: 1.2;
    color: #232323;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.trans_800 {
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: auto;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nopadding {
    padding: 0px !important;
}

.page_subtitle {
    font-family: 'Edward', sans-serif;
    color: #b49383;
    line-height: 0.75;
}

.button {
    width: 163px;
    height: 47px;
    background: transparent;
    border: solid 2px #c4ab9f;
    text-align: center;
}

.button a {
    display: block;
    font-size: 18px;
    color: #b49383;
    line-height: 44px;
}

.button:hover {
    background: #c4ab9f;
}

.button:hover a {
    color: #FFFFFF;
}

.section_subtitle {
    font-size: 36px;
}

.section_title {
    margin-top: 6px;
}

.section_title h1 {
    font-size: 48px;
}


/*********************************
3.The Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(180, 147, 131, 0.97);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 100px;
}

.menu.active {
    visibility: visible;
    opacity: 1;
}

.menu_content {
    width: 100%;
    height: 100%;
}

.menu_content ul li:not(:last-child) {
    margin-bottom: 3px;
}

.menu_content ul li {
    display: block;
}

.menu_content ul li a {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    letter-spacing: 0.075em;
}

.menu_content ul:hover li a {
    color: rgba(255, 255, 255, 0.5);
}

.menu_content ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.menu_reservations_phone {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    height: 47px;
    line-height: 43px;
    padding-left: 25px;
    padding-right: 20px;
    text-align: center;
    border: solid 2px #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
}

#carouselExampleSlidesOnly {
    width: 100%;
    height: 100%;
}


/*****************************
blog.css
*****************************/


/* Blog Styles */

.blog_dialog {
    width: 330px;
    /* Decreased by 20% */
    margin: 20px auto;
    display:flex ;
    justify-content: center;
}

.blog_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px;
}

.blog {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding-top: 72px;
}

.blog_post {
    width: 300px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog_post:hover {
    transform: translateY(-5px);
}

.blog_post_image {
    width: 100%;
    height: auto;
}

.blog_post_image img {
    max-width: 100%;
    border-radius: 5px;
}

.blog_post_date {
    position: absolute;
    left: 16px;
    top: -24px;
    width: auto;
    height: 48px;
    background: #FFFFFF;
    text-align: center;
    border: solid 2px #c4ab9f;
    border-radius: 5px;
}

.blog_post_date a {
    display: block;
    font-size: 30px;
    color: #232323;
    line-height: 44px;
    padding: 4px;
}

.blog_post_text {
    margin-top: 32px;
}

.blog_post_title {}

.blog_post_title a {
    font-size: 24px;
    /* Adjusted font size for better readability */
    color: #232323;
    line-height: 1.2;
}

.blog_post_title a:hover {
    color: #c4ab9f;
}

.parallax_background {
    height: 100%;
}

.blog_post_info {
    display: inline-block;
    margin-top: 13px;
}

.blog_post_info ul {
    width: 100%;
    height: 30px;
    background: #c4ab9f;
    padding-left: 23px;
    padding-right: 26px;
}

.blog_post_info ul li,
.blog_post_info ul li a {
    font-size: 16px;
    color: #FFFFFF;
}

.blog_post_info ul li a:hover {
    color: #232323;
}

.blog_post_info ul li {
    position: relative;
}

.blog_post_info ul li:not(:last-child)::after {
    display: inline-block;
    content: '|';
    margin-left: 8px;
    margin-right: 8px;
}



.load_more_row {
    margin-top: 70px;
}

.load_more_button {
    width: 216px;
    height: 48px;
    background: #c4ab9f;
    border: solid 2px #c4ab9f;
}

.load_more_button:hover {
    background: transparent;
}

.load_more_button a {
    color: #FFFFFF;
}

.load_more_button:hover a {
    color: #c4ab9f;
}

.dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog {
    font-family: sans-serif;
    background: #fff;
    padding: 20px;
    max-width: 600px;
    width: 80%;
    /* Decreased by 20% */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1001;
    overflow-y: auto;
}

.dialog img {
    width: 100%;
    border-radius: 5px;
}

.dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #0000006e;
    color: #ffffff;
    border: rgb(0, 0, 0);
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 1px;
}

.dialog-title {
    font-family: 'Signika Negative';
    font-size: 25px;
    padding-top: 5px;
}

.dialog-content {
    font-family: 'Signika Negative';
}