@charset "UTF-8";
/* 
Theme Name: bice-mare-theme
Author: Shooga
Author URI: https://shooga.ca/
Version: 1.0 
*/
@font-face {
  font-family: badoniModa-bold;
  src: url(fonts/badoni-moda/BodoniModa_48pt-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: badoniModa-semibold;
  src: url(fonts/badoni-moda/BodoniModa_48pt-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: badoniModa-regular;
  src: url(fonts/badoni-moda/BodoniModa_48pt-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: GeneralSans-Regular;
  src: url(fonts/general-sans/GeneralSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: GeneralSans-Medium;
  src: url(fonts/general-sans/GeneralSans-Medium.ttf);
  font-display: swap;
}
/* Colors */
/* Fonts */
/*flexes*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#wpadminbar {
  position: fixed !important;
}

header {
  z-index: 999;
}

div[data-elementor-type=wp-page] {
  min-height: 45vh;
}

body {
  font-family: GeneralSans-Regular;
  overflow-x: hidden;
  /* Elementor Global Styles */
  /* Formidable Global Styles */
}
body img {
  max-width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
}
body a {
  text-decoration: none;
}
body .read_more_col .elementor-widget-image {
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  transition: transform 0.5s;
}
body .read_more_col .elementor-widget-button:hover + .elementor-widget-image {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  transition: transform 0.5s;
}
body .read_more_btn .elementor-button-wrapper a.elementor-button-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
body .read_more_btn .elementor-button-wrapper a.elementor-button-link:hover::after {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  transition: transform 0.5s;
}
body .read_more_btn .elementor-button-wrapper a.elementor-button-link::after {
  content: "";
  background-image: url("images/read_more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 130px;
  height: 50px;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  transition: transform 0.5s;
  margin-left: 5px;
}
@media all and (max-width: 1024px) {
  body .read_more_btn .elementor-button-wrapper a.elementor-button-link::after {
    width: 100px;
    height: 35px;
  }
}
body .read_more_white_btn .elementor-button-wrapper a.elementor-button-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
body .read_more_white_btn .elementor-button-wrapper a.elementor-button-link:hover::after {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
  transition: transform 0.5s;
}
body .read_more_white_btn .elementor-button-wrapper a.elementor-button-link::after {
  content: "";
  background-image: url("images/read_more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 130px;
  height: 50px;
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  transition: transform 0.5s;
  margin-left: 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(31%) hue-rotate(48deg) brightness(105%) contrast(100%);
}
@media all and (max-width: 1024px) {
  body .read_more_white_btn .elementor-button-wrapper a.elementor-button-link::after {
    width: 100px;
    height: 35px;
  }
}
body .divider_line_left_decor::after {
  content: "";
  height: 10px;
  display: block;
  background-image: url("images/divider_line.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
}
body .divider_line_right_decor::after {
  content: "";
  height: 10px;
  display: block;
  background-image: url("images/divider_line_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
body .elementor-widget-button .elementor-button-text {
  font-family: GeneralSans-Medium;
}
body form .frm_form_fields button.frm_button_submit {
  font-family: GeneralSans-Medium;
  transition: 0.5s;
}

.content_dynamic_paddings h2:not(:last-child),
.content_dynamic_paddings h3:not(:last-child),
.content_dynamic_paddings h4:not(:last-child),
.content_dynamic_paddings h5:not(:last-child),
.content_dynamic_paddings h6:not(:last-child),
.content_dynamic_paddings p:not(:last-child),
.content_dynamic_paddings ul:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h2:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h3:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h4:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h5:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h6:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container p:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container ul:not(:last-child) {
  padding-bottom: 25px;
}
.content_dynamic_paddings li,
.elementor-widget-text-editor > .elementor-widget-container li {
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.content_dynamic_paddings li::before,
.elementor-widget-text-editor > .elementor-widget-container li::before {
  content: "";
  min-width: 6px;
  min-height: 6px;
  background-color: #676767;
  border-radius: 50%;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}
.content_dynamic_paddings strong,
.elementor-widget-text-editor > .elementor-widget-container strong {
  color: #000000;
}
.content_dynamic_paddings p,
.elementor-widget-text-editor > .elementor-widget-container p {
  font-family: GeneralSans-Regular;
}
.content_dynamic_paddings p a,
.elementor-widget-text-editor > .elementor-widget-container p a {
  color: #676767;
}
.content_dynamic_paddings p a:hover,
.elementor-widget-text-editor > .elementor-widget-container p a:hover {
  text-decoration: underline;
}

footer .elementor-widget-text-editor > .elementor-widget-container h2:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container h3:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container h4:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container h5:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container h6:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container p:not(:last-child),
footer .elementor-widget-text-editor > .elementor-widget-container ul:not(:last-child) {
  padding-bottom: 15px;
}
footer .elementor-widget-text-editor > .elementor-widget-container strong {
  color: #000000;
  font-weight: 400;
}
footer .elementor-widget-text-editor > .elementor-widget-container p a {
  color: #676767;
}
footer .elementor-widget-text-editor > .elementor-widget-container p a:hover {
  text-decoration: underline;
}

body:not(.elementor-editor-active) .slider_container {
  opacity: 0;
  transition: opacity 0.3s;
}

#sb_instagram {
  height: auto !important;
}

/* Menu section styles */
@media all and (max-width: 375px) {
  .menu_section .menu_imges_column .image_2 .elementor-widget-container {
    margin: -40px 0 0 0 !important;
    text-align: right;
  }
}
@media all and (max-width: 375px) {
  .menu_section .menu_imges_column .image_3 .elementor-widget-container {
    margin: -100px 0 0 0 !important;
    text-align: left;
  }
}

/* Testimonials Slider */
.testimonials_slider_container {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 768px) {
  .testimonials_slider_container {
    max-width: 100%;
  }
}
.testimonials_slider_container .testimonials_slider {
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 35px;
}
@media all and (max-width: 768px) {
  .testimonials_slider_container .testimonials_slider {
    max-width: 100%;
  }
}
.testimonials_slider_container .testimonials_slider .post_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 55px 70px;
}
@media all and (max-width: 768px) {
  .testimonials_slider_container .testimonials_slider .post_column {
    padding: 55px;
  }
}
.testimonials_slider_container .testimonials_slider .post_content_col,
.testimonials_slider_container .testimonials_slider .post_img_col {
  margin-bottom: 10px;
}
.testimonials_slider_container .testimonials_slider img {
  border-radius: 50%;
}
.testimonials_slider_container .testimonials_slider .post_title_col h5 {
  font-size: 16px;
}
.testimonials_slider_container .testimonials_slider .post_content_col {
  position: relative;
  font-size: 16px;
}
.testimonials_slider_container .testimonials_slider .post_content_col::before {
  content: "";
  font-family: "Dashicons";
  display: inline-block;
  position: absolute;
  top: -25px;
  left: -30px;
}
.testimonials_slider_container .testimonials_slider .post_content_col::after {
  content: "";
  font-family: "Dashicons";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -25px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.testimonials_slider_container .testimonilas_slider_arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 35px;
}
.testimonials_slider_container .testimonilas_slider_arrows span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45px;
  height: 45px;
  color: #000000;
  border: 1px solid #CDCDCD;
  border-radius: 50px;
  transition: 0.5s;
  cursor: pointer;
  font-size: 25px;
  font-weight: 300;
  margin: 0 2.5px;
}
.testimonials_slider_container .testimonilas_slider_arrows span:hover {
  color: #ffffff;
  background-color: #000000;
  transition: 0.5s;
}

header {
  position: relative;
}
header .main_menu_column nav.elementor-nav-menu__container ul li.current_page_item a {
  font-weight: 600 !important;
}
header .main_menu_column nav.elementor-nav-menu__container ul li.reservations a {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff !important;
  padding: 10px 16px !important;
  border-radius: 25px;
}
header .main_menu_column nav.elementor-nav-menu__container ul li.reservations a:hover {
  background-color: white !important;
  color: #000000 !important;
  transition: 0.3s;
}
header .main_menu_column nav.elementor-nav-menu__container > ul > li > ul.sub-menu {
  top: 160% !important;
}
header .menu_open_column {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header .menu_open_column #nav-icon1 {
  width: 35px;
  height: 30px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .menu_open_column #nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .menu_open_column #nav-icon1 span.first_item {
  top: 0px;
}
header .menu_open_column #nav-icon1 span.second_item {
  top: 12px;
}
header .menu_open_column #nav-icon1 span.third_item {
  top: 26px;
}
header .menu_open_column #nav-icon1.open span.first_item {
  top: 12px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
header .menu_open_column #nav-icon1.open span.second_item {
  opacity: 0;
  left: -60px;
}
header .menu_open_column #nav-icon1.open span.third_item {
  top: 12px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
header #nav-icon1.open span.first_item {
  top: 12px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
header #nav-icon1.open span.second_item {
  opacity: 0;
  left: -60px;
}
header #nav-icon1.open span.third_item {
  top: 12px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
header .dropdown_menu_container {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}

ul.menu_terms li {
  color: #000000;
  font-size: 18px;
  font-family: badoniModa-semibold;
  list-style: none;
  cursor: pointer;
  padding: 5px 15px;
  text-transform: capitalize;
  text-align: center;
}

@media all and (max-width: 768px) {
  .menu_terms_desctop_container {
    display: none;
  }
}
.menu_terms_desctop_container ul.menu_terms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.menu_terms_desctop_container ul.menu_terms .active_term_item {
  border: 1px solid #000000;
  border-radius: 50%;
}

.current_term_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}
.current_term_col span.current_term {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  color: #000000;
  font-family: badoniModa-semibold;
  cursor: pointer;
}
.current_term_col span.current_term::after {
  content: "";
  font-family: "dashicons";
  margin-left: 5px;
  transition: 0.3s;
}
.current_term_col .open_categories_list::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.menu_terms_mobile_container {
  display: none;
}
@media all and (max-width: 768px) {
  .menu_terms_mobile_container {
    display: block;
  }
}
.menu_terms_mobile_container .menu_terms_column {
  display: none;
}
.menu_terms_mobile_container ul.menu_terms {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.menu_terms_mobile_container ul.menu_terms li {
  display: inline-block;
  width: fit-content;
}
.menu_terms_mobile_container ul.menu_terms li:not(:first-child) {
  margin-top: 10px;
}
.menu_terms_mobile_container .active_term_item {
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}

.menu_posts_container {
  margin-top: 55px;
}
.menu_posts_container .sub_term_column {
  text-align: center;
  margin-bottom: 45px;
  text-transform: capitalize;
}
.menu_posts_container .sub_term_column:not(:first-child) {
  margin-top: 45px;
}
.menu_posts_container .menu_posts_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.menu_posts_container .menu_post_column {
  width: 100%;
  max-width: 48.5%;
  position: relative;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  .menu_posts_container .menu_post_column {
    max-width: 100%;
  }
}
.menu_posts_container .menu_post_column:nth-child(odd) .post_inner_column::after {
  content: "";
  height: 5px;
  display: block;
  background-image: url("images/divider_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
}
.menu_posts_container .menu_post_column:nth-child(even) .post_inner_column::after {
  content: "";
  height: 5px;
  display: block;
  background-image: url("images/divider_line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}
.menu_posts_container .menu_post_column .post_inner_column {
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 25px;
}
.menu_posts_container .menu_post_column .post_content_col {
  width: 100%;
  max-width: 85%;
  padding-right: 25px;
}
@media all and (max-width: 768px) {
  .menu_posts_container .menu_post_column .post_content_col {
    max-width: 100%;
  }
}
.menu_posts_container .menu_post_column .post_content_col h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.menu_posts_container .menu_post_column .post_content_col p {
  font-size: 16px;
  line-height: 24px;
}
.menu_posts_container .menu_post_column .post_price_col {
  width: 100%;
  max-width: 15%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .menu_posts_container .menu_post_column .post_price_col {
    max-width: 100%;
  }
}
.menu_posts_container .menu_post_column .post_price_col span {
  color: #676767;
  font-size: 14px;
}
.menu_posts_container .full_width {
  width: 100%;
  max-width: 100%;
}

.grid_container_test {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  /* grid-column-gap: 1.25em;
  grid-row-gap: 1.25em; */
  border: 1px solid red;
  grid-auto-rows: minmax(430px, auto);
}
.grid_container_test > div {
  padding: 1.25em;
  background-color: black;
  color: orange;
  border: 1px solid orange;
}

.box_1 {
  -ms-grid-row: span 2;
      grid-row: span 2;
}

.gellary_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 29.9vw;
}
@media all and (max-width: 768px) {
  .gellary_wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 40vw;
  }
}
@media all and (max-width: 425px) {
  .gellary_wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-auto-rows: 80vw;
  }
}
.gellary_wrapper:nth-child(odd) > div.gallery_column:nth-child(3) {
  -ms-grid-row: span 2;
      grid-row: span 2;
}
@media all and (max-width: 768px) {
  .gellary_wrapper:nth-child(odd) > div.gallery_column:nth-child(3) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
  }
}
@media all and (max-width: 425px) {
  .gellary_wrapper:nth-child(odd) > div.gallery_column:nth-child(3) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
  }
}
.gellary_wrapper:nth-child(even) > div.gallery_column:nth-child(1) {
  -ms-grid-row: span 2;
      grid-row: span 2;
}
@media all and (max-width: 425px) {
  .gellary_wrapper:nth-child(even) > div.gallery_column:nth-child(1) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 5;
        grid-row-start: 5;
    -ms-grid-row-span: 2;
        grid-row-end: span 2;
  }
}
.gellary_wrapper > div {
  overflow: hidden;
  position: relative;
}
.gellary_wrapper > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gellary_wrapper > div img:hover {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition: 0.5s;
}

/*# sourceMappingURL=style.css.map */