/*
Theme Name: 	FLEEEX
Description: 	Responsive WordPress Theme.
Version:     	1.0
Author:     	Giuseppe Colonna
Author URI:   http://www.giuseppe-colonna.com
Site:         http://www.giuseppe-colonna.com
Text Domain: 	fleeex
Domain Path: 	/languages
Tags:        	grid-layout, blog, video-background, featured-images, 
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

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


/* ------------------------------------------------------------------------- *
/* ! Base */
/* ------------------------------------------------------------------------- */

/* Typography */
@font-face {
  font-family: 'Boowie';
  src: url('css/fonts/boowie-webfont.woff2') format('woff2'),
       url('css/fonts/boowie-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gambarino';
  src: url('css/fonts/Gambarino-Regular.woff2') format('woff2'),
       url('css/fonts/Gambarino-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-size-adjust: 100%;
  font-family: 'Boowie', sans-serif;
  font-family: 'Gambarino', sans-serif;
  text-justify: inter-word;
}

body, p {
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: 'Mulish', sans-serif;
  /* font-family: 'Telegraf' !important;
  font-feature-settings: 'ss01' !important; */
  text-justify: inter-word;
}

p {
  max-width: 850px;
}

.block-editor p {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  body, p {
    font-size: 1rem;
  }
}

.display-font {
  font-family: 'Boowie', sans-serif !important;
}

.text-xs,
p.text-xs,
small.text-xs,
small.text-xs p {
  font-size:.79rem;
}

.mb-0 p {
  margin-bottom: 0;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode, #cmplz-document p {
  font-size: 1rem;
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong {
  font-weight: 400;
  color: #000;
}

.marquee {
  line-height: 1 !important;
}

.btn {
  font-size: 1rem; }

.object-fit-cover {
  object-fit: cover;
}



.post-343.restaurant .restaurant_card_wrap figure::after,
.post-864.restaurant .restaurant_card_wrap figure::after,
.post-343.restaurant .ginger_location_wrap figure::after,
.post-864.restaurant .ginger_location_wrap figure::after {
    content: "NEW OPENING";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--bs-primary);
    color: white;
    padding: 15px;
    width: 100%;
    text-align: center;
}

.giftcard-img img {
width: 100%;
height: auto;
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Header */
/* --------------------------------------------------------------------------------------------------------------------------- */

.overlay {
  background-color: #0000007e;
}

.mob_a_link {
  font-family: 'Gambarino', sans-serif;
}


/* ------------------------------------------------------------------------- *
/* ! Modules */
/* ------------------------------------------------------------------------- */

.bg-light .btn-light {
  background-color: white;
}

.min-vh-75 {
  min-height: 75vh;
}

/* IMAGES COMP */
.col_images_wrap {
  display: flex;
  height: 100%;
}
.col_images_rounded {
    width: 60%;
    height: 0; padding-top: calc(60% * 1.6);
    border-radius: 50vw;
    overflow: hidden;
    position: relative;
} 

.offcanvas-end {width: 500px;}
.offcanvas-backdrop { max-width: 100%; }


.col_images_rounded::after,
.col_images_square_portrait::after {
  content: "";
  position: relative;
  top: 0;
  width: 100%;
  height: calc(100% * 1.6);
  display: block;
}

.col_images_rounded img,
.col_images_square_portrait img,
.col_images_square img {
  position: absolute;
  width: 100%; height: 100%;
  object-fit: cover;
  top: 0;
}


.col_images_square_portrait {
  width: 60%;
  height: 0; padding-top: calc(60% * 1.6);
  margin-left: -10%;
  overflow: hidden;
  position: relative;
}


.col_images_square {
  width: 60%;
  height: 40vh;
  margin-left: -10%;
  overflow: hidden;
  position: relative;
}


/* FANCYBOX  */
.fancybox-content {
  width: 100% !important;
  height: 90vh !important;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
  position: relative;
}

.fancybox-content img {
  position: absolute;
  width: 100% !important;
  height: 90vh !important;
  object-fit: contain;
}

/* RESTAURANT CARDS */

.restaurant_information_item,
.seasonal_menus_a {
  outline: 1px solid #dee2e6 !important;
}
span.map-pin {
  width: 15px;height: 15px;
  background-image: url('/wp-content/themes/fleeex/img/map-pin.svg');
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.ginger_arrow_right {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid var(--bs-light);
  margin: 1.5rem;
  background-color: var(--bs-primary);
  color: white;
}

.ginger_arrow_right::after {
  content: "next";
  position: absolute;
  font-family: swiper-icons;
  position: absolute;
  left: 49%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

@media (max-width: 600px) {
  .ginger_arrow_right {
    width: 42px;
    height: 42px;
    margin: 0.75rem;
  }
}

/* MENU */

.accordion-item {
  background-color: transparent;
  border-bottom: 0;
}

/* MOBILE CTA BOTTOM */

.mob_cta_bottom_section {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.97) 95%);
  z-index: 1;
}
.mob_cta_bottom {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.mob_cta_bottom li {
  padding: 15px 5px;
  flex: 1 0 0%;
}
.mob_cta_bottom_a {
  display: block;
  width: 100%;
  background-color: var(--bs-primary);
  color: white;
  padding: 1rem .5rem;
  border-radius: 1rem;
  text-align: center;
}

.cta_max_width  {
  max-width: 600px;
}


.restaurant_information_icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

/* ------------------------------------------------------------------------- *
/* ! Restaurant */
/* ------------------------------------------------------------------------- */
.seasonal_menus_a {position: relative;color: var(--bs-dark);}
.seasonal_menus_a:hover {box-shadow: 0 12px 17px -13px rgba(0,0,0,.15);border-color: var(--bs-dark);}
.seasonal_menus_a .d-flex::after {
  content: " ";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
}


.seasonal_menus_icon img {
  width: 50px;
  height: 50px;
}


.is_bg_dark {
  background-color: var(--bs-dark) !important;
  color: var(--bs-light) !important;
}

.is_bg_dark  .mob_cta_bottom_section {
  background: linear-gradient(180deg, rgba(41, 40, 35,0) 0%, rgba(41, 40, 35, 1) 95%) !important;
}

.is_bg_dark .seasonal_menus_a {
  color: var(--bs-light);
}

.is_bg_dark .seasonal_menus_icon {
  border-radius: 50%;
}

.is_bg_dark .bg-overlay {
  background-color: rgba(41, 40, 35,.75) !important;
}

.is_bg_dark .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#FFF);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}

.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}



/* ------------------------------------------------------------------------- *
/* ! Index */
/* ------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------- *
/* ! Sidebar */
/* ------------------------------------------------------------------------- */

.widget_search {
  margin-bottom: 50px;
}

/* ------------------------------------------------------------------------- *
/* ! Footer */
/* ------------------------------------------------------------------------- */

.footer_menu_style {
  padding-left: 0;
  list-style: none;
}

.footer_menu_style li {
  display: block;
  font-size: .9rem;
}



.footer__menu ul {
  list-style: none;
  padding-left: 0;
}

.footer__menu ul li {
  display: inline-block;
  font-size: .9rem !important;
  padding-right: 10px;
}

/* FOOTER */

.logo-footer img {
  width: 70px;
  height: 70px;
  margin: 35px 0;
}

footer.bg-dark,
footer.bg-dark small,
footer.bg-dark a {
  color: var(--bs-light);
}

footer li {
  display: inline-block;
}

#menu-legal li,
#menu-pagine-legali li,
.footer__menu li {
  display: inline-block;
  margin-right: 10px;
  font-size: .9rem;
}

.btn-social {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid grey;
    border-top-color: grey;
    border-right-color: grey;
    border-bottom-color: grey;
    border-left-color: grey;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
}

.btn-social:hover {
  border: 1px solid var(--bs-light);
  background-color: var(--bs-light);
  color: black;
}
.sub-footer.bg-dark {background-color: #000 !important;}
.sub-footer_col_1, .sub-footer_col_2,.sub-footer_col_1 a, .sub-footer_col_2 a {color: grey;}
.sub-footer_col_1 {text-align: left;}
.sub-footer_col_2 {text-align: right;}

@media (max-width: 989px) {
  footer {text-align: center;}
  .sub-footer_col_1, .sub-footer_col_2 {text-align: center !important;}
  .footer__menu ul li {padding: 5px;
  }
}


/* ------------------------------------------------------------------------- *
/* ! MOUSE CURSOR */
/* ------------------------------------------------------------------------- */

/* * {
  cursor: none;
}

.cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999999;
}

.cursor__follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height:70px;
  border-radius: 50%;
  border: 2px solid var(--bs-secondary);
  z-index: 9999999;
  pointer-events: none;
} */




/* ------------------------------------------------------------------------- *
/* ! GSAP */
/* ------------------------------------------------------------------------- */
/* .split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
} */

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Responsive */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* ----------------------------- */
/* ! -- Desktop */
/* ----------------------------- */
@media (min-width: 1023px) {
}

/* ----------------------------- */
/* ! -- Tablet */
/* ----------------------------- */

@media (max-width: 998px) {
}

/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */

@media (max-width: 767px) {
  body.admin-bar .navbar-fixed-top {
    top: 42px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* WordPress Default Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Pagination */
.pagination {
  margin: 40px 0 40px 0;
  padding: 0;
  width: 100%;
}
.pagination span,
.pagination a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 14px 19px;
  border: 1px solid #ddd;
}

/* Gallery */
.gallery {
  float: left;
  margin: 20px 0 20px 0;
  width: 103.55%;
}
.gallery-item {
  float: left;
  width: 33.333333%;
  text-align: center;
}
.gallery img {
  margin: 0 10% 0 0;
  width: 90%;
  height: auto;
  border: none !important;
}
.gallery-caption {
  width: 90%;
  margin: 10px 0 0 0;
}

/* Image */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 97%;
  height: auto;
}
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 97%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 97%;
  height: auto;
}
.alignnone {
  max-width: 97%;
  height: auto;
}

/* img responsive */
.img-res {
  width: 100%;
  height: auto;
}

/* video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */
table {
  border-collapse: collapse;
  margin: 40px 0;
  width: 100%;
}
table,
th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
}
table tr:first-child td {
  font-weight: 900;
  text-transform: uppercase;
  background: #eee;
  padding: 12px 8px;
}

/* Image Caption */
.wp-caption {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  padding: 10px;
  max-width: 97%;
  border: 1px solid #ddd;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: auto;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 17px;
}

/* Sticky */
.sticky {
  border-right: 3px solid #eee;
  border-bottom: 3px solid #ddd;
}

/* Search */
.search-form {
  background: #eee;
}
.search-form input[type="text"] {
  width: 80%;
  color: #333;
}
.search-form button {
  float: right;
  padding: 10px 15px 0 0;
  border: none;
  background: none;
  padding: 11px;
}

/* Contact Form 7 */
.wpcf7 label {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: inline-grid;
  /* height: 47px; */
}

.wpcf7-date {
  height: 47px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-top: 20px;
  margin-right: 3%;
  width: 30.3333333%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

ol.commentlist {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
ol.commentlist li.comment {
  padding: 1em;
  border-top: 1px solid #eee;
}
ol.commentlist li.comment div.vcard cite.fn {
  text-transform: uppercase;
  font-size: 14px;
}
ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 6px 1em 1em 0;
  border-radius: 50px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 12px;
}
ol.commentlist li.comment ul {
  margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
  margin-left: 80px;
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  margin: 1em 0 0;
  list-style: none;
  text-indent: 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  /* background: #f9f9f9; */
}
ol.commentlist li.parent {
  border-left: 1px solid #eee;
}
ol.commentlist li.bypostauthor .fn {
  font-weight: bold;
}
ol.commentlist li img {
  max-width: 97%;
}

input[type="text"], input[type="email"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d1d1d1;
  background-color: white;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1rem;
}
textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #d1d1d1;
  background: white;
  -webkit-appearance: none;
  border-radius: 0;
  height: 120px;
}
input[type="submit"] {
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  background: var(--bs-dark);
  border: none;
  font-size: .8rem;
  width: 100%;
  margin-bottom: 25px;
  font-weight: lighter;
  letter-spacing: .1rem;
}

.wpcf7-list-item {
  margin: 0;
}
#comments {
  width: 100%;
}

form.wpcf7-form p {
  margin-bottom: 10px;
}

/* Calendar Widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  padding: 0;
  border: none;
}
#wp-calendar caption,
.screen-reader-text {
  padding-bottom: 10px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  padding: 8px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
}




