/*
Theme Name: Verde Select
Theme URI: https://verdeselect.com
Description: Theme Verde Select
Version: 1.0
Author: EMARSTRAT

*/

/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
  font-family: 'Jost', sans-serif;
  color: #333;
  position: relative;
}

img,
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
button,
input:focus {
  text-decoration: none;
  outline: none;
}

button:focus,
input:focus,
textarea:focus,
:focus {
  outline: 0
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #D4AF37;
  text-decoration: none;
}

button {
  cursor: pointer
}

a,
button {
  color: #2C1A12;
  outline: medium none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-weight: 400;
  line-height: 25px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #5d6c83;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #5d6c83;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #0896ff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-bottom: 2px solid #e5e5e5;
}

.breadcrumb>.active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8);
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #ff4b55;
  color: #fff
}

/* 2. Header */
.header-top {
  padding-top: 15px;
  padding-bottom: 12px;
  border-image: linear-gradient(to right, #ede7d8 0%, #ede7d8 100%) 1 10%;
}

.call-to-action {
  color: #5d6c83;
  font-size: 14px;
}

.call-to-action i {
  padding-left: 5px;
  padding-right: 5px;
}

.header-social-icon ul li {
  float: left;
  margin-right: 20px;
}

.header-social-icon ul li:last-child {
  margin-right: 0;
}

.header-social-icon ul li i {
  color: #5d6c83;
  font-size: 14px;
  transition: all 0.5s ease 0s;
}

.user-account.text-right>a {
  color: #5d6c83;
  font-size: 14px;
}

.header-social-icon ul li:hover i {
  color: #ff4b55;
}

/* Main Menu */
.logo {
  padding: 15px 0;

}

.logo img {}

.basic-menu ul li {
  float: left;
  position: relative;
  margin-left: 18px;
  margin-top: 20px;
  text-transform: uppercase;
  height: 60px;
}

.basic-menu ul li a {
  color: #1b1b1b;
  font-size: 14px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.basic-menu ul li a:last-child {
  padding-right: 0;
}

.basic-menu ul li:hover>a {
  color: #c4a682;
}

/*---------Dropdown Menu---------*/
.basic-menu ul li ul {
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9999;
}

.basic-menu ul li ul li {
  border-bottom: 1px solid #ddd;
  float: none;
  margin: 0;
  height: 40px;
}

.basic-menu ul li ul li:last-child {
  border-bottom: 0;
}

.basic-menu ul li ul li a {
  background: #fafafa none repeat scroll 0 0;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  height: auto;
}

.basic-menu ul li:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* 3. Slider Area */
.single-slider {
  min-height: 935px;
  background-size: cover;
  background-position: center center;
}

.slider-content {
  padding-top: 274px;
}

.single-slider.home-2 .slider-content {
  padding-top: 380px;
}

.btn-1 {
  background: #ff4b55;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 10px !important;
  display: block;
  border: none !important;
  text-align: center;
  width: 210px;
  margin: auto;
}

.btn-1:hover,
.btn-1:focus {
  background: #0896ff;
  color: #fff;
}

.slider-large-active {}

.slider-large-active button {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 50px;
  color: #fff;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 70px;
  width: 40px;
  z-index: 999;
}

.slider-large-active button.slick-prev {
  right: 122px;
}

.slider-thumb img {}

.slick-current img {}

.slider-wrapper {
  position: relative
}

.slider-search-form {
  position: absolute;
  bottom: 225px;
  z-index: 999;
  left: 0;
  right: 0;
}

.slider-search-form .form-action {
  background: rgba(255, 255, 255, .1);
  box-shadow: 0px 2px 44px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 80px;
  padding-right: 60px;
}

.slider-search-form .form-action ul.select-bar li.location {
  display: inline;
  width: 17%;
  background: none;
  color: #fff;
  margin-right: 15px;
  float: left;
}

.slider-search-form .nice-select {
  background: none;
  border-color: #af9792;
}

.slider-search-form .nice-select::before {
  color: #fff;
}

.slider-search-form .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slider-search-form .form-action ul.select-bar li.location.search-width {
  width: 25%
}

.slider-search-form .trip-btn.btn-1 {
  background: #ff4b55 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 11.4px 40px;
  animation-delay: 1.5s;
  border: 0;
}

.slider-search-form .nice-select .option {
  color: #444;
}


.slider-search-form .datepicker {
  width: 100%;
  color: #fff;
  background: no-repeat;
  border-color: #af9792
}

.slider-search-form form.icon::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slider-search-form form.icon::before {
  color: #fff;
}

/* 4. Booking */

form.icon {
  position: relative;
}

form.icon::before {
  content: "\f073";
  left: 17px;
  position: absolute;
  top: 8px;
  font-family: "Font Awesome 5 Free";
  color: #777;
}

form.icon:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.booking-option ul li.location {
  float: left;
  padding: 0 15px;
  width: 20%;
}

.datepicker {
  width: 100%;
  border: 1px solid #e8e8e8;
  height: 41px;
  padding: 0 41px;
  font-size: 14px;
}

.slider-search-form .datepicker::-moz-placeholder {
  color: #fff
}

.slider-search-form .datepicker::placeholder {
  color: #fff
}

.ui-datepicker-calendar tbody a {
  background: #ddd !important;
  text-align: center
}

.location-here {
  width: 100%;
}

.booking-option {
  margin-top: -150px;
}

select#hotel {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  text-transform: uppercase;
}

.top-button {
  color: #1b1b1b;
  float: left;
  font-size: 20px;
  line-height: 40px;
  padding: 2px 30px;
  text-transform: uppercase;
}

.top-bar-option {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  margin-bottom: -7px;
}

.booking-area {
  margin-top: -72px;
  position: relative;
  z-index: 999;
}

ul.select-bar {
  margin: 0 -15px;
  min-height: inherit;
}

.form-action.form-action-one {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.06);
  padding: 48px 110px;
}

.filter-part {
  clear: both;
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 42px;
}

ul.select-bar select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.nice-select.open .list {
  width: 100%;
}

.top-button-inner>img {
  left: 0;
  position: absolute;
  top: 8px;
}

.top-button-inner {
  position: relative;
}

.top-button-inner .nice-select {
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  height: inherit;
  line-height: 40px;
  margin-left: 30px;
}

.top-button-inner .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  top: 53%;
}

.top-button-inner .nice-select .option {
  color: #444;
  font-size: 14px;
}

.top-button-inner.icon-none .nice-select::before {
  display: none;
}

.nice-select.location-here.check-in::before {
  content: "\ed21";
}

.nice-select.location-here.check-out::before {
  content: "\ed21";
}

.nice-select.location-here.member::before {
  content: "\ede0";
}

.nice-select {
  border-radius: 0;
}

/*Booking style 02*/
.form-action ul.select-bar li.location {
  display: inline-block;
}

/*Pricing Filter*/
.range-wrapper .ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
  display: inline-block;
  width: 300px;
}

.range-wrapper label {
  color: #5d6c83;
  display: inline-block;
  font-size: 18px;
  margin-right: 30px;
}

.range-input {
  margin-left: 138px;
}

.filter-part .range-input input {
  color: #5d6c83 !important;
}

.filter-part .ui-widget-header {
  background: #ff4b55 none repeat scroll 0 0;
  border: 0 none;
}

.filter-part .ui-widget-content {
  background: #dcdcdc none repeat scroll 0 0;
  border: 0 none;
  color: #333333;
}

.filter-part .ui-slider-horizontal {
  height: 7px;
}

.filter-part .ui-slider .ui-slider-handle {
  background: #ff4b55 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  z-index: 1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #ff4b55 none repeat scroll 0 0;
  border: 0 none;
  color: #454545;
  font-weight: normal;
}

.filter-part .ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -3px;
}

.filter-button button {
  background: #ff4b55 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px 50px;
}

.filter-button {
  float: right;
}

.range-wrapper {
  float: left;
}

/* 5. Feature */
.feature-content {
  padding-left: 27px;
}

.feature-content p {
  color: #5d6c83;
  font-size: 16px;
}

/* 6. Service */
.service-home-img>img {
  width: 108%;
  margin-left: -54px;
}

.service-home-content {
  padding-left: 75px;
}

.service-home-content>p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 36px;
}

.service-home-content ul li {
  color: #5d6c83;
  float: left;
  font-size: 18px;
  width: 50%;
  padding-bottom: 16px;
}

.service-home-content ul li i {
  padding-right: 15px;
}

.btn-2 {
  color: #1b1b1b;
  line-height: 43px;
  margin-top: 35px;
  padding-left: 34px;
  padding-right: 34px;
  display: inline-block;
  border: 2px solid #9b9b9b;
  transition: 0.5s;
}

.btn-2:hover {
  color: #fff;
  background: #ff4b55;
  border: 2px solid #ff4b55;
}

/* 9. Package */

.package-img {
  position: relative;
}

.package-img a img {
  width: 100%;
  border-radius: 5px;
  height: 180px;
  object-fit: cover;
}

.package-cost {
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  background: #ff4b55;
  display: inline-block;
}

.package-cost .post-category {
  color: #fff;
  text-transform: uppercase;
}

.single-package p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 !important;
  padding: 0 !important;
}

.more-link {
  display: block;
  color: #ff4b55;
  font-size: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}

.more-link i {
  transition: 0.5s;
}

.more-link:hover {
  color: #ff4b55;
}

.more-link:hover i {
  padding-left: 5px;
}

.more-package {
  padding-top: 62px;
}

/* 10. Popular Place */
.single-pp {
  background: #fafafa;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 5px 0 5px 5px;
  position: relative;
}

.single-pp-thumb {
  float: left;
}

.popular-pp-info {
  float: left;
  padding-left: 27px;
  padding-right: 23px;
  padding-top: 25px;
}

.popular-pp-info>p {
  color: #5d6c83;
  padding-bottom: 17px;
  padding-top: 13px;
}

.popular-pp-info span {
  color: #5d6c83;
  margin-right: 7px;
  font-size: 15px;
}

.popular-pp-info span i {
  padding-right: 7px;
}

.popular-p-pricing {
  float: right;
}

.popular-p-pricing>span {
  display: block;
  padding-right: 30px;
  padding-top: 15px;
}

.btn-1.pp-btn {
  bottom: 0;
  font-size: 14px;
  padding: 8px 22px;
  position: absolute;
  right: 0;
}

.pp-list-item {
  padding-right: 50px;
}

.pp-list-item-right {
  padding-left: 50px;
}

/* 11. Promote Area */
.promote-area {
  background: linear-gradient(to right, #f0f0f0, #fafafa);
}

/* 12. Blog */
.section-devider {
  border-bottom: 1px solid #e5e5e5;
}

.single-blog-post img {
  width: 100%;
}

.single-blog-content {
  padding-top: 35px;
}

span.blog-date {
  color: #5d6c83;
  font-size: 14px;
}

.more-link.blog-btn i {
  padding-left: 6px;
}

.more-link.blog-btn:hover i {
  padding-left: 15px;
}

/* 13. Gallery */
.single-gallery-item {
  position: relative;
}

.gallery-info {
  bottom: 14px;
  left: 26px;
  position: absolute;
}

.gallary-video {
  bottom: 18px;
  position: absolute;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.gallary-video a.video-play.video-btn i {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  font-size: 10px;
}

.single-gallery-item:hover .gallary-video {
  opacity: 1;
  visibility: visible;
}

/* 14. Footer */
.footer-area {
  background: #081e3b;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.footer-area a {
  color: #f1fcf0;
}

.footer-widget span {
  color: #aaa;
  font-style: italic;
  font-size: 0.8em;
  float: right;
  margin: 5px 15px 0 0;
}

.footer-widget img {
  display: block;
  margin: 10px 0 20px 0;
}

.footer-widget ul.footer-social-icon li {
  display: inline-block;
  margin-right: 20px;
  padding-top: 27px;
}

.footer-widget ul.footer-social-icon li i {
  color: #898989;
  transition: 0.5s;
}

.footer-widget ul.footer-social-icon li:hover i {
  color: #ff4b55;
}

.footer-widget ul.footer-link li a {
  font-size: 14px;
  transition: 0.5s;
}

.footer-widget h4 {
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 10px 0;
  font-family: 'Jost', sans-serif;
  color: #fff;
}

.copyright-area {
  border-top: 1px solid #223e63;
}

.copyright-area p.copyright {
  font-size: 14px;
  color: #f1fcf0;
  margin: 20px 0 0 0;
}

/*For Homepage style 02*/
.single-slider.home-2 {
  z-index: 9;
}

.slider-thumb {
  position: relative;
}

.inner-thumb {
  margin-bottom: 40px;
}

.slider-thumb .slider-btn-info {
  position: absolute;
  bottom: 40px;
  padding: 15px 30px;
  left: 0;
  right: 0;
}

.slider-thumb.slick-current::before {
  border: 10px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  content: "";
  position: absolute;
  transition: .3s
}

.slider-thumb.slick-current .inner-thumb {
  box-shadow: 0px 4px 34.2px 1.8px rgba(0, 0, 0, 0.18);

}

.slider-btn-info>a {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 10px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

.slider-thumb:hover .slider-btn-info>a,
.slider-thumb.slick-current .inner-thumb .slider-btn-info>a {
  opacity: 1;
  visibility: visible
}




header.header-area.home-2 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}

header.header-area.home-2 .basic-menu ul li a {
  color: #fff;
}

header.header-area.home-2 .basic-menu ul li ul li a {
  background: #fff;
  color: #444
}

header.header-area.home-2 .basic-menu ul li ul li:hover>a {
  color: #ff4b55
}

.section-title p {
  color: #5d6c83;
  font-size: 16px;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 45px;
}

.video-box {
  padding: 0 50px;
}

.about-history-content {
  position: relative;
  margin-bottom: -318px;
  z-index: 9;
  border: 23px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about-history-area .section-title span {
  color: #ff4b55;
}

.about-history-area .section-title p {
  line-height: 27px;
}

.about-history-content>img {
  width: 100%;
}

.video-play.home-2 i {
  color: #ff4b55;
  border-radius: 50%;
  display: block;
  height: 68px;
  left: 50%;
  line-height: 68px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
}

/* pasignation area */
.pagination-area ul {
  float: right;
}

.pagination-area ul li {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.pagination-area ul li .current {
  background: #ff4b55;
  color: #fff;
  display: block;
}

/* 19. Package */
.package-search {
  float: left;
}

.package-search form {}

.package-search form input {
  border: 0;
}

.package-search form button {
  border: 0;
  background: no-repeat;
}

.p-search {
  color: #b5bbc3;
  font-size: 16px;
}

.package-tab {
  margin-left: 40px;
}

.package-tab li {
  margin-left: 15px;
}

.package-tab li a {
  font-size: 16px;
  padding: 0;
  color: #b5bbc3
}

.package-tab .nav-link.active {
  color: #5d6c83
}

.package-search i {
  color: #b5bbc3;
  padding-left: 7px;
}

.package-search-result {
  text-align: right;
}

.package-top-bar {
  padding-bottom: 25px;
}

.package-search-result p {
  color: #b5bbc3;
  font-size: 16px;
}

.advertise-area {
  margin-bottom: 44px;
}

.advertise-area img {
  width: 100%;
}

.widget-single-content {
  margin-bottom: 28px;
}

.widget-thumb {
  float: left;
  padding-right: 25px;
  padding-top: 5px;
}

.widget-title {
  margin-bottom: 35px;
  position: relative;
}

.widget-title::before {
  background: #e5e5e5;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.widget-content>p {
  color: #5d6c83;
  padding-top: 2px;
}

.package-img.p-list {
  float: left;
  padding-right: 48px;
}

.single-package.p-list {
  background: #fff;
  overflow: hidden;
  padding: 8px;
}

.pack-content {
  overflow: hidden;
  padding-right: 35px;
  padding: 30px 0;
}

.pack-content .p-cost {
  color: #ff4b55;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 6px;
}

.pack-content>p {
  font-size: 16px;
  padding-bottom: 28px;
  padding-top: 15px;
}

.pack-content .more-link.p-list {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 400;
}

.pack-content .more-link.p-list:hover {
  color: #ff4b55;
}

.package-style .single-package.p-list {
  padding: 0;
}

/*Blog Page*/
.single-blog-thumb {
  margin-bottom: -48px;
}

.single-blog-thumb>img {
  width: 100%;
}

.single-blog-info {
  padding: 48px 48px 56px;
}

.single-blog-info span {
  background: #ff4b55;
  color: #fff;
  padding: 2px 9px;
}

.blog-meta {
  margin-top: 37px;
  overflow: hidden;
}

.meta-icon {
  float: left;
}

.meta-icon a {
  color: #a9b0bb;
  padding-right: 13px;
}

.post-date {
  float: right;
}

.post-date a {
  color: #a9b0bb;
}

.post-date a i {
  padding-right: 12px;
}

.add-more-post.text-center>a {
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  padding: 0 58px;
  background: #ff4b55;
  display: inline-block;
  text-transform: uppercase;
}

/*Single blog page*/
.blog-post-thumb.mb-30 img {
  width: 100%;

}

.blog-post-meta li {
  float: left;
}

.blog-post-meta li.post-time {
  color: #b0b6c0;
  font-size: 16px;
}

.blog-post-meta li.post-time i {
  padding-right: 11px;
}

.blog-post-meta li.post-share i {
  color: #b0b6c0;
  padding-left: 57px;
}

.blog-post-meta li.post-love {
  color: #b0b6c0;
  padding-left: 16px;
}

.blog-post-meta li.post-love i {
  padding-right: 5px;
}

.blog-post-meta li.comment-count {
  color: #b0b6c0;
  padding-left: 16px;
}

.blog-post-meta li.comment-count a {
  color: #b0b6c0;
}

.blog-post-meta li.comment-count i {
  color: #b0b6c0;
  padding-right: 5px;
}

.blog-content p {
  font-size: 16px;
  line-height: 25px;
}

.blog-content p a,
.page p a,
figcaption a,
.blog-content ul li a {
  border-bottom: 2px solid;
  padding-bottom: 1px;
  font-weight: 500;
  color: #2C1A12;
}

.blog-content p a:hover,
.page p a:hover,
figcaption a:hover {
  color: #2C1A12;
}

.blog-content span a {
  color: #ff4b55;
}

.blog-post-item {
  margin-top: 60px;
  padding-bottom: 50px;
}

.blog-post-item:first-child {
  margin-top: 0;
}

.blog-post-item:last-child {
  border-bottom: none;
}

/*Blog page widget*/
.blog-sidebar {
  padding-left: 42px;
}

.searchform {
  position: relative;
}

.searchform label {
  display: none;
}

.search-box,
.searchform input,
#mce-EMAIL {
  color: #5d6c83;
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.widget-body form {
  position: relative;
}

button.search-btn,
.searchform button,
input#mc-embedded-subscribe {
  color: #aaa;
  height: 42px;
  width: 58px;
  cursor: pointer;
  margin-left: -4px;
  background: #eee;
  border: 1px solid #eee;
  position: absolute;
  right: 0;
  top: 2px;
}

#search button.search-btn {
  top: 0 !important;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0;
}

.widget-body ul.widget-cat li {
  margin-bottom: 8px;
}

.widget-body ul.widget-cat li a {
  color: #5d6c83;
  transition: 0.5s;
}

.widget-body ul.widget-cat li a i {
  padding-right: 3px;
}

.widget-body ul.widget-cat li:hover a {
  color: #ff4b55;
}

.widget-body ul.widget-tag>li {
  float: left;
  margin-bottom: 18px;
  margin-right: 18px;
}

.widget-body ul.widget-tag>li>a {
  color: #5d6c83;
  display: block;
  line-height: 32px;
  padding: 0 17px;
  border: 1px solid #e5e5e5;
  transition: 0.5s;
}

.widget-body ul.widget-tag>li:hover a {
  color: #fff;
  background: #ff4b55;
  border: 1px solid #ff4b55;
}

.book-now-title {
  background: #ff4b55;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}

.sidebar-booking {
  background: #f6f6f6;
}

.sidebar-booking .form-action {
  background: none;
  padding: 30px 50px;
}

.sidebar-booking .form-action ul.select-bar li.location {
  display: block;
  margin-bottom: 30px;
  clear: both;
}

.sidebar-booking .filter-part .range-input input {
  background: no-repeat;
}

.sidebar-booking .range-input {
  margin-left: 0;
  margin-top: 15px;
}

.sidebar-booking .filter-part {
  padding-bottom: 0;
  padding-top: 15px;
}

.sidebar-booking .filter-button {
  float: none;
}

.sidebar-booking .filter-button button {
  width: 100%;
}


.blog-post-thumb {
  width: 50%;
  float: right;
  margin: 0 0 40px 40px;
}

.blog-single-img img {
  width: 100%;
}

.blog-post-thumb img {
  width: 100%;
  box-shadow: 30px 30px 0 0 #fafafa;
  border-radius: 5px;
}

.blog-details-info p {
  font-size: 16px;
}

blockquote {
  color: #1b1b1b;
  font-size: 16px;
  margin: 40px 0;
  padding: 0 77px;
  border-left: 2px solid #ff4b55;
}

blockquote i {
  color: #ff4b55;
}

.share-link li {
  display: inline-block;
}

.share-link {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 100px;
}

.share-link li a {
  color: #a9b0bb;
  padding: 0 10px;
  display: block;
}

.comment-content {
  overflow: hidden;
  padding-left: 22px;
  padding-right: 555px;
}

.comment-time {
  color: #5d6c83;
  font-size: 14px;
  padding-bottom: 20px;
}

.comment-content>p {
  font-size: 16px;
}

a.reply {
  color: #ff4b55;
  display: block;
  margin-top: 18px;
}

.comment-child {
  margin-left: 92px;
}

.comment-list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
  padding-top: 58px;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-field {
  width: 100%;
}

.comment-field {
  width: 100%;
  padding: 10px;
  color: #5d6c83;
  line-height: 23px;
  border: 1px solid #e5e5e5;
}

textarea.comment-field {
  height: 210px;
  margin-bottom: 35px;
}

.bomment-btn {
  color: #fff;
  border: 0 none;
  font-size: 20px;
  font-weight: 400;
  line-height: 52px;
  padding: 0 48px;
  cursor: pointer;
  background: #ff4b55;
  text-transform: uppercase;
}


/* 20. Contact */
#contact-map {
  height: 800px;
  width: 100%
}

.contact-info {
  margin-bottom: 60px;
}

.single-contact-field input {
  color: #5d6c83;
  border: 1px solid #e5e5e5;
  line-height: 44px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
}

.single-contact-field textarea {
  border: 1px solid #e5e5e5;
  height: 200px;
  padding: 14px 30px;
  width: 100%;
}

.submit-btn {
  background: #ff4b55;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  margin-top: 48px;
  padding: 0 30px;
}

/* Custom */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
  color: #313131;
  margin: 0px;
  padding: 10px 0 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 25px;
}

.alignleft {
  float: left;
  margin: 0 25px 20px 0;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignnone {
  margin: 25px 0;
}

.single-package h2 {
  font-size: 20px;
  padding: 25px 0 15px;
}

.single-package h2 a,
.single-package h4 a,
.page h3 a,
.post h3 a {
  color: #313131;
}

.single-package h3 {
  font-size: 16px;
}

.widget-content {
  padding: 0 0 20px 105px;
}

.widget-content a {
  color: #313131;
  font-weight: 500;
  font-family: "Marcellus", serif;
}

.widget-content p {
  font-size: 13px;
  line-height: 20px;
}

#category h1 {
  text-align: center;
  text-transform: uppercase;
}

.blog-content h1,
#default-page h1 {
  font-size: 35px;
  text-align: center;
}

.blog-content h2,
#default-page h2 {
  font-size: 1.5rem;
}

.blog-content h3,
.blog-content h4,
#default-page h3,
#default-page h4 {
  font-size: 1.3rem;
}

.blog-content ul,
#default-page ul {
  margin: 0 0 20px 0;
}

.blog-content ul li,
#default-page ul li {
  list-style: disc;
  margin: 0 0 0 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.blog-content ol li,
#default-page ol li {
  margin: 20px;
  line-height: 25px;
  list-style: decimal;
  font-weight: 400;
}

figcaption {
  margin: 10px 0 5px 0 !important;
  text-align: center !important;
  font-size: 12px !important;
  color: #666;
}

.wp-block-image figcaption {
  margin: 10px 0 5px 0 !important;
  text-align: center !important;
  font-size: 12px !important;
  color: #666;
  position: relative;
  bottom: 25px;
}

.wp-caption.alignnone {
  width: 100% !important;
}

.header-top .right-menu {
  margin: 0 10px;
}

.header-top .right-menu a {
  font-size: 14px;
  border-bottom: 1px solid;
  color: inherit;
}

.bookingaff {
  margin: auto;
}

a.cta:hover {
  background: #0896ff;
  color: #fff;
}

.clear {
  clear: both;
}

.wp-block-image img {
  border-radius: 5px;
}

.thumbnail-caption {
  display: block;
  text-align: right;
  margin: 5px 20px 0 0;
  font-size: 14px;
  color: #777;
}

.wp-block-image .alignleft {
  margin: 0 40px 20px 0 !important;
}

.wp-block-image .alignright {
  margin: 0 0 20px 40px !important;
}

.attachment-page_thumb {
  border-radius: 5px;
}

.instagram-media {
  width: calc(50% - 2px) !important;
  margin: 40px auto !important;
}

#search-header input,
#search-header button {
  height: 25px;
  font-size: 0.75rem;
}

.hoteldetails-cc {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hoteldetails-cc span {
  display: block;
  padding: 20px 0;
  font-family: "Marcellus", serif;
  line-height: 25px;
}

/* Fiche hotel */
.hoteldetails-content .hoteldetails-n {
  margin: 40px 0 20px;
}

.hoteldetails-content .hoteldetails-n h1 {
  padding: 0;
  font-size: 1.6rem;
}

#hoteldetails-note {
  display: block;
  margin: 10px 0 0 0;
}

#hoteldetails-note strong {
  background: #c4a682;
  color: #fff;
  padding: 0 8px;
  border-radius: 5px;
}

.hoteldetails-content .hoteldetails-n #hoteldetails-review {
  display: block;
  font-size: 0.8rem;
}

.hoteldetails-content figure {
  margin: 40px 0;
}

.hoteldetails-content {
  position: relative;
}

.hoteldetails-content .hoteldetails-p {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 40px;
}

.hoteldetails-content .hoteldetails-p #hoteldetails-price {
  display: block;
  line-height: 30px;
}

.hoteldetails-content .hoteldetails-p #hoteldetails-price strong {
  font-size: 2rem;
}

.hoteldetails-content .hoteldetails-p a {
  font-size: 0.8rem;
  cursor: pointer;
  padding: 5px 20px;
  border: none;
  border-radius: 3px;
  background: #07c;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.hoteldetails-content .hoteldetails-eq h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}

.hoteldetails-content .hoteldetails-eq h2 span {
  font-size: 2rem;
  position: relative;
  top: 5px;
}

.hoteldetails-content .hoteldetails-map h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}

.hoteldetails-content .hoteldetails-map h2 span,
#poi-list-container h3 span {
  font-size: 2rem;
  position: relative;
  top: 5px;
}

.hoteldetails-content .hoteldetails-map h3 {
  font-size: 1.2rem;
  padding: 0 0 15px;
}

.gb-query-loop-pagination {
  margin-top: 40px !important;
}


/* Images sous format grid dans les fiches hotel */
.wp-block-gallery.has-nested-images.columns-4.is-layout-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image {
  margin: 0;
  width: 100% !important;
  height: auto;
  overflow: hidden;
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:nth-child(4) {
  grid-column: span 2;
  max-height: 230px;
  display: flex;
  align-items: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.large-bottom {
  grid-column: 2;
  grid-row: span 2;
}

/* END Images sous format grid dans les fiches hotel */



/* Share */
#share {
  float: left;
  width: 100%;
  height: 50px;
  margin: 20px 0;
}

#share ul li {
  float: left;
  list-style-type: none;
  width: 50%;
}

#share ul li a {
  background: #f0f0f0;
  display: block;
  padding: 10px 40px;
  text-align: center;
  border-bottom: none;
  color: #5d6c83;
}

#share ul li a#facebook-button {
  border-right: 1px solid #ccc;
}

#share ul li a#facebook-button:hover {
  background: #5271b5;
  color: #fff;
}

#share ul li a#google-button {
  border-right: 1px solid #ccc;
}

#share ul li a#google-button:hover {
  background: #dd4a38;
  color: #fff;
}

#share ul li a#twitter-button:hover {
  background: #49c8f0;
  color: #fff;
}

/**/

/* Related */
#related {}

#related h2 {
  text-transform: uppercase;
  font-size: 20px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  padding: 0;
  margin: 30px 0 20px 0;
}

#related h2 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  bottom: 15px;
}

#related h3 {
  font-size: 20px;
  padding: 25px 0 15px;
}

/**/

#post-ads {
  display: flex;
  margin: 20px 0;
}

#post-ads .post-ads-child {
  width: 50%;
  text-align: center;
}

/* CookieNotice */
#cookie_law {
  width: 350px;
  border: 2px solid #17213e;
  background: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
}

#cookie_law p {
  padding: 20px;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: center;
}

#cookie_law a {
  border-bottom: 2px solid #2C1A12;
  color: #2C1A12;
}

#cookie_law .cookie_law_close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: none;
}

/**/

/* Partners */
#banners,
#partners {
  float: left;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

#banners div,
#partners div {
  float: left;
}

#banners img,
#partners img {
  display: block;
  margin: 0 auto 10px;
  width: 90%;
}

a#cta-pertners {
  display: block;
  width: 40%;
  text-align: center;
  margin: 20px auto;
}

#banners div {
  width: 33%;
}

#partners div {
  width: 25%;
}

/**/

.page p,
.blog-content p,
.page ol,
.blog-content ol,
.page ul,
.blog-content ul,
.hoteldetails-content p {
  padding: 0 5rem;
}

#search-page .page p,
.gb-loop-item p {
  padding: 0;
  margin: 0;
}

.gb-loop-item {
  background-color: #f7f6f2 !important;
}

.gb-loop-item h3 {
  padding: 0 0 1rem;
}

.gb-loop-item-price:after {
  content: ' $'
}

.gb-loop-item img {
  height: 180px;
  object-fit: cover;
}

.gb-loop-list {
  margin: 2rem 0;
}

#breadcrumbs {
  font-size: 0.85rem;
  margin: 0 0 20px 0;
}

#favourite-hotels .single-package .hotel-category {
  padding: 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8rem;
}

#favourite-hotels .single-package .hotel-category:before {
  content: '\003E';
  font-weight: bold;
}

#favourite-hotels h1,
.hoteldetails-cc span {
  font-size: 1.5rem;
  position: relative;
  width: 260px;
  margin: 0 auto 10px;
  letter-spacing: -1px;
  background: linear-gradient(180deg, #523f04 0%, #8c7420 35%, #d4af37 50%, #8c7420 65%, #523f04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#favourite-hotels h1 strong,
.hoteldetails-cc span strong {
  font-size: 1rem;
  display: block;
}

#favourite-hotels h1::before,
.hoteldetails-cc span::before {
  content: "";
  background: url(img/hp/ornament_coupdecoeur_left.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

#favourite-hotels h1::after,
.hoteldetails-cc span::after {
  content: "";
  background: url(img/hp/ornament_coupdecoeur_right.png) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 0;
}


/* TOC+ */
#ez-toc-container {
  border-radius: 8px;
  margin-bottom: 60px !important;
  width: 100% !important;
  padding: 20px 25px !important;
  border: none !important;
  box-shadow: -30px 0 0 0 #fafafa !important;
}

#ez-toc-container .ez-toc-title {
  text-transform: uppercase;
  color: #eee;
  font-size: 2rem !important;
  position: relative;
  left: -70px;
}

#ez-toc-container ul li a {
  border-bottom: none;
  font-weight: normal;
}

#ez-toc-container:before {
  content: "";
  background: url(img/bg-separateur.png) no-repeat;
  position: absolute;
  width: 80px;
  height: 27px;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%);
}

#iles {
  background: #f7f6f2;
}

#iles h1,
#coup-de-coeur-hotels h1,
#sal-hotels h1,
#fogo-hotels h1,
#santo-antao-hotels h1,
#search-page h1 {
  font-size: 2rem;
  padding: 20px 0 10px 0;
}

#iles img {
  display: block;
  margin: 0 auto 20px;
}

#iles img,
#coup-de-coeur-hotels .widget img {
  border-radius: 5px;
}


#nos-destinations {
  text-align: center;
}

#nos-destinations span {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3rem 1rem;
  margin: 0 0 5px 0;
}

#nos-destinations span a {
  text-transform: uppercase;
}

#nos-destinations-liste {
  width: 80%;
  margin: auto;
}

.sticky-hotel {
  margin: 4rem 0 2rem;
}

.sticky-hotel img.top-hotel {
  position: absolute;
  width: 50px;
  left: -5px;
  top: -30px;
  z-index: 99;
}


.header-section {
  text-align: center;
  padding: 0 0 25px;
}

.blog-post-item p a[target='_blank']::after,
.blog-post-item ul li a[target='_blank']::after,
figcaption a[target='_blank']::after {
  font-family: 'Material Icons';
  content: "\e89e";
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
}

.area-homepage {
  position: relative;
  min-height: 565px;
  padding: 80px 0 20px 0;
  background-image: url(img/verdeselect.jpg);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.area-homepage:before {
  background: linear-gradient(rgba(2, 2, 2, 1), rgba(2, 2, 2, 0.6) 40%, rgba(2, 2, 2, 0.6) 85%, rgba(2, 2, 2, 0.1));
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.area-homepage h1 {
  font-size: 4rem;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 4rem;
  margin: 0 0 1rem 0;
}

.area-homepage .area-homepage-p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 40px;
}

/* Affiliate Custom Block by ACF */

.part-item {
  clear: both;
  position: relative;
  min-height: 320px;
  margin: 40px 0;
  padding: 20px;
  border: 2px solid;
  border-image: linear-gradient(to right, #f1fcf0 0%, #2C1A12 100%) 1 10%;
}

.part-item .part-unk {
  text-align: right;
}

.part-item .part-unk a {
  cursor: pointer;
  padding: 5px 20px;
  border: none;
  font-weight: bold;
  border-radius: 3px;
  background: #2C1A12;
  color: #f1fcf0;
  text-transform: uppercase;
  text-align: center;
}

.part-item .part-unk a:hover {
  color: #d4e6cf;
}

.part-item img.part-photo {
  max-width: 300px;
  border-radius: 5px;
}

.part-item .part-reco {
  background: #fff;
  border: 2px solid;
  font-size: 0.7rem;
  padding: 2px 5px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: -15px;
  left: -10px;
  transform: rotate(-3deg);
}

.part-item .part-range {
  font-size: 0.8rem;
  padding: 2px 5px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  left: -20px;
  transform: rotate(-3deg);
}

.part-item .part-range.eco {
  background: #DBF227;
}

.part-item .part-range.mg {
  background: #F2CE1B;
}

.part-item .part-range.hg {
  background: #b69b4c;
  color: #fff;
}

.part-item .part-title {
  padding: 20px 0;
}

.part-item .part-description p {
  padding: 0 !important;
}

/* End Affiliate Custom Block by ACF */

/* Booking form */

.promote-area-booking-form {
  background-color: #f7f6f2;
}

.promote-area-booking-form form {
  background: #ebe5df;
  border-radius: 5px;
  padding: 15px 0;
}

.promote-area-booking-form form label {
  font-size: 14px;
  text-transform: uppercase;
  color: #17213e;
}

.promote-area-booking-form form .destination label {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  background: #c4a682;
  transform: rotate(-2deg);
  position: relative;
  bottom: 5px;
  left: -25px;
}

.promote-area-booking-form form .destination p {
  line-height: 1rem;
  color: #333;
}


.promote-area-booking-form form input {
  width: 100%;
  font-size: 600;
}

.promote-area-booking-form form .arrival_date,
.promote-area-booking-form form .departure_date {
  border: 1px solid #c4a682;
  background: #fff;
  padding: 8px;
  border-radius: 3px;
  margin: 0 10px;
}

.promote-area-booking-form form .arrival_date label,
.promote-area-booking-form form .departure_date label {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.promote-area-booking-form form .search button {
  background: #07c;
  border-radius: 3px;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.promote-area-booking-form #booking-form-benefits {
  padding: 15px 0;
}

.promote-area-booking-form #booking-form-benefits p {
  line-height: 1rem;
  font-size: 14px;
}

.promote-area-booking-form #booking-form-benefits .material-symbols-outlined {
  position: relative;
  top: 5px;
}

.promote-area-booking-form-hotel {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  width: 100%;
}

.promote-area-booking-form-hotel form {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.promote-area-booking-form-hotel .destination label {
  margin: 30px 0 0 30px;
  font-size: 20px;
}

.promote-area-booking-form-hotel .search button {
  border: none;
  width: 100%;
  height: 84px;
  background: #0e2d54;
  color: #fff;
  border-radius: 0 5px 0 0;
}

.promote-area-booking-form-hotel form .arrival_date,
.promote-area-booking-form-hotel form .departure_date {
  margin: 10px 0;
}

.promote-area-booking-form-hotel form .arrival_date input,
.promote-area-booking-form-hotel form .departure_date input {
  border: 1px solid #0e2d54;
  padding: 2px 8px;
}

/* End Booking form */


/* GenerateBlocks */
.gb-grid-wrapper {
  margin: 20px 0;
}

.gb-container h3 {
  font-size: 1.3rem !important;
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
}

p.gb-text {
  padding: 0;
}

/* End GenerateBlocks */

/* Infos pratiques */
.infos-pratiques {
  background: #fafafa;
  padding: 20px;
  margin: 40px 0 20px 0;
}

.infos-pratiques h3 {
  padding: 0;
}

.infos-pratiques p {
  padding: 0;
  margin: 0;
}

.leaflet-container {
  border-radius: 5px;
  font-family: inherit !important;
}

/* End Infos pratiques */

/* Icone prix dans la carte */

.leaflet-popup {
  bottom: 25px !important;
}

.leaflet-popup-content-wrapper {
  padding: 0 !important;
}

.leaflet-popup-content {
  margin: 0 !important;
  text-align: center;
  min-width: 140px !important;
  max-width: 180px !important;
  padding: 0 0 10px 0;
}

.leaflet-popup-content strong {
  padding: 10px 10px 0 10px;
  display: block;
}

.leaflet-popup-content span {
  padding: 10px 0 0 0;
  font-size: 25px !important;
}

.leaflet-marker-icon {
  width: auto !important;
}

.custom-price-marker .marker-price {
  color: inherit !important;
  background: #fff !important;
  font-weight: 500 !important;
  box-shadow: 0 6px 4px #ccc;
  font-size: 0.9rem !important;
  display: block !important;
  width: 100%;
}

.custom-price-marker .marker-price::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

/* END Icone prix dans la carte */


/* end style */