/* Config */

:root {
    --color-primary: #9d3a30;
    --color-secondary: #cbb080;
    --color-white: #FFFFFF;
    --color-black: #121212;
    --color-gray: #999999;
    --color-gray-light: #d8d8d7;
}

/* ****** */

/* Custom */

.logo-jan {
    height: 16px !important;
}

.swiper-wrapper {
    height: 100vh;
}

.cs_contact_box .cs_iconbox.cs_style_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cs_contact_box .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    height: 88px;
    width: 88px;
    -webkit-box-flex: 0;
    border: 1px solid var(--color-secondary);
    flex: 0 0 auto;
    margin-top: 0;
    transition: all 0.3s ease;
}

.cs_iconbox.cs_style_3 .cs_iconbox_icon {
    border: 1px solid var(--color-secondary);
    transition: all 0.3s ease;
}

.cs_hotel_area .cs_iconbox.cs_style_3:hover .cs_iconbox_icon,
.cs_contact_box .cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
    background: var(--color-secondary);
}

.cs_hotel_area .cs_iconbox.cs_style_3:hover .cs_iconbox_icon i,
.cs_contact_box .cs_iconbox.cs_style_3:hover .cs_iconbox_icon i {
    color: var(--color-white);
    transition: all 0.5s ease;
}

.cs_hotel_area .cs_iconbox.cs_style_3:hover .cs_iconbox_icon i,
.cs_contact_box .cs_iconbox.cs_style_3:hover .cs_iconbox_icon i {
    transform: rotateY(360deg);
}

.cs_contact_box .cs_iconbox.cs_style_3 .cs_iconbox_icon i {
    font-size: 28px;
    color: var(--color-secondary);
    transition: all 1s ease;
}

.cs_hotel_area .cs_iconbox.cs_style_3 .cs_iconbox_icon i {
    font-size: 42px;
    color: var(--color-secondary);
    transition: all 1s ease;
}

.cs_iconbox_right p {
    line-height: 1.4;
    margin-top: 10px;
}

.cs_hero.cs_style_6 {
    position: relative;
    z-index: 0;
}

.cs_hero.cs_style_6::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    display: block;
    background-color: var(--color-primary);;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.cs_hero.cs_style_6::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    display: block;
    background-color: var(--color-primary);;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.cs_site_header,
.cs_inner_page .cs_site_header {
    /* border-bottom: 1px solid var(--color-secondary); */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.2);
}

.cs_gescout_sticky.cs_site_header,
.cs_inner_page .cs_gescout_sticky.cs_site_header {
    /* border-bottom: none; */
    -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.2);
}

.cs_down_btn_2 {
    bottom: 160px;
}

.cs_about_area .cs_btn.cs_style_2,
.cs_contact_area .cs_btn.cs_style_2 {
    padding: 15px 30px;
}

.cs_btn.cs_style_2.cs_accent_btn::before {
    display: none;
}

.cs_contact_area .cs_btn.cs_style_2:hover,
.cs_about_area .cs_btn.cs_style_2:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.cs_top_description_area, 
.cs_contact,
.cs_top_image_area {
    position: relative;
}

.cs_inner_page .cs_hero.cs_style_6 {
    height: 80vh;
    max-height: 1100px;
    padding: 120px 0 60px;
}

.cs_hero.cs_style_1 {
    height: calc(100vh - 35px);
    padding: 100px 0 50px;
    max-height: 1100px;
}

.cs_footer_grid_4 .cs_footer_grid_item:last-child {
    flex: 1.5;
}

.cs_footer_grid_4 .cs_footer_grid_item:nth-child(2) {
    -webkit-box-flex: 2;
    flex: 1.5;
}

.cs_primary_color {
    color: var(--color-primary);
}

.cs_secondary_color {
    color: var(--color-secondary);
}

.cs_ternary_color {
    color: var(--color-white);
}

.cs_fs_24 {
    font-size: 24px;
    line-height: 1.1em;
}

.cs_fs_48 {
    font-size: 48px;
    line-height: 1.1em;
}

.cs_fs_67 {
    font-size: 67px;
    line-height: 1em;
}

.cs_custom_slide_item {
    border-radius: 15px;
}

.cs_contact_box h3 {
    color: var(--color-primary);
}

.cs_icons_details {
    background: var(--color-primary);
}

.cs_icons_details .cs_iconbox.cs_style_2 {
    background: transparent;
    border: 1px solid var(--color-white);
    border-radius: 15px;
    min-height: 160px;
    display: grid;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease;
}

.cs_icons_details .cs_iconbox.cs_style_2:hover {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    transform: scale(1.07);
}

.cs_icons_details .cs_iconbox.cs_style_2:hover i,
.cs_icons_details .cs_iconbox.cs_style_2:hover h2 {
    color: var(--color-primary);
}

.cs_icons_details .cs_iconbox.cs_style_2 .cs_iconbox_icon {
    background: none;
    box-shadow: none;
    width: auto;
    height: auto;
    margin-bottom: 0;
}

.cs_icons_details .cs_iconbox.cs_style_2 h2 {
    color: var(--color-white);
}

.cs_icons_details .cs_iconbox.cs_style_2 i {
    font-size: 36px;
    color: var(--color-secondary);
    line-height: 36px;
    margin-top: 20px;
    height: 30px;
    align-items: center;
    display: flex;
}

.cs_mt_minus_70 {
    margin-top: -70px;
}

.cs_gallery_area .slick-slide img,
.cs_gallery_area .slick-vertical .cs_gallery_slider_thumb_mini::before {
    border-radius: 15px;
}

.cs_gallery_area .slick-slide .cs_gallery_slider_thumb_item img {
    min-height: 564px !important;
    max-height: 564px !important;
    object-fit: cover;
}

.cs_gallery_area .slick-vertical .cs_gallery_slider_thumb_mini::before {
    border: 2px solid var(--color-secondary)
}

.cs_left_arrow_gallery, .cs_right_arrow_gallery {
    background: transparent;
    border: 2px solid var(--color-white);
}

.cs_left_arrow_gallery:hover, .cs_right_arrow_gallery:hover {
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
}

select {
    border: 0 !important;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: .8em;
    background-repeat: no-repeat;
    border: 1px solid var(--color-white) !important;
    color: var(--color-white);
}

.cs_form_item {
    padding-left: 15px;
    border-radius: 50px;
}

.cs_rooms_area .cs_card.cs_style_4 {
    height: 320px;
    border-radius: 15px;
}

.cs_rooms_area .cs_card.cs_style_4 .cs_card_title {
    font-size: 36px;
}

.cs_banner_area .cs_swiper_parallax_bg {
    position: relative;
    z-index: 1;
}

.cs_banner_area .cs_swiper_parallax_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    display: block;
}

.cs_rooms_area .cs_card.cs_style_4 .cs_card_info:hover .cs_card_title {
    color: var(--color-secondary);
}

.cs_rooms_area .cs_card.cs_style_4 .cs_card_info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 32px 30px;
}

.cs_page_heading {
    padding: 130px 0 0;
    height: 450px;
}

.cs_post_share {
    border-bottom: 0;
    border-top: 1px solid var(--color-gray-light);
}

.cs_post_share:last-of-type {
    border-bottom: 1px solid var(--color-gray-light);
}

.cs_post_share h4 {
    color: var(--color-primary);
}

.cs_accent_bg {
    background: var(--color-primary);
}

.cs_reservation_area .cs_btn.cs_style_1 {
    background: var(--color-secondary);
    color: var(--color-white);
}

.cs_reservation_area .cs_btn.cs_style_1:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

.cs_about_room,
.cs_contact_box {
    background: var(--color-white);
    padding: 40px 40px;
    margin-top: -120px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.1);
}

.cs_policies_area .cs_list.cs_style_1 li {
    padding-left: 0;
    font-size: 15px;
}

.cs_policies_area .cs_list.cs_style_1 li i {
    margin-right: 5px;
    color: var(--color-secondary);
}

.cs_policies_area .cs_list.cs_style_1 li:not(:last-child) {
    margin-bottom: 10px;
}

.cs_services_area p {
    font-size: 15px;
    line-height: 1.8;
}

.cs_image_layer.cs_style_4.first {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cs_image_layer.cs_style_4.second {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cs_image_layer.cs_style_3::before, .cs_image_layer.cs_style_4::before {
    border: none;
}

.cs_about.cs_style_3 .cs_about_img {
    margin-top: -120px;
}

.cs_mb_lg_80 {
    margin-bottom: 80px;
}

.cs_iconbox.cs_style_3 {
    border-radius: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin-top: 0;
}

.cs_social_btns.cs_style_1 a {
    border: 1px solid var(--color-white);
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.cs_social_btns.cs_style_1 a:hover {
    border: 1px solid var(--color-white);
    background: var(--color-white);
    color: var(--color-primary);
    transform: scale(1.15);
}

h3.cs_iconbox_title {
    color: var(--color-primary) ;
}

hr.divider-line {
    border-top: 1px solid var(--color-secondary);
    position: absolute;
    top: 105px;
    z-index: 1;
    content: '';
    display: flex;
    height: 1px;
    width: calc(100% - 145px);
    text-align: center;
}

.cs_footer_shape {
    position: relative;
    z-index: 1;
    background: transparent;
}

.cs_footer_shape::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    background-image: url(../img/bg/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    content: '';
}

.cs_about_area {
    position: relative;
    z-index: 1;
    background: transparent;
}

.cs_about_area::before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    display: block;
    background-image: url(../img/bg/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    content: '';
}

.cs_about_area::after {
    bottom: 0;
    left: 0;
    width: 500px;
    height: 400px;
    content: '';
    display: block;
    background: var(--color-primary);
    z-index: -1;
    position: absolute;
}

.cs_about_area .cs_section_heading h2 {
    color: var(--color-primary);
}

.cs_widget_title {
    margin-bottom: 25px;
}

.cs_section_heading .cs_section_subtitle {
    color: var(--color-secondary);
}

.cs_pagination.cs_style_1.cs_type_2 li, .cs_pagination.cs_style_1.cs_type_3 li {
    background-color: transparent;
    border: 2px solid var(--color-white)
}

.cs_pagination.cs_style_1.cs_type_2 li.slick-active, .cs_pagination.cs_style_1.cs_type_3 li.slick-active {
    border: 2px solid var(--color-secondary);
    background-color: var(--color-secondary);
    opacity: 1;
    transform: scale(1.5);
}

.cs_btn,
.cs_btn.cs_style_1 {
    border-radius: 50px;
}

.cs_site_branding {
    width: 170px;
    position: relative;
    z-index: 1;
}

.cs_policies_area p {
    font-size: 15px;
    line-height: 1.8;
}

.cs_header_info_box {
    gap: 30px 20px;
}

.cs_header_number .cs_btn.cs_style_3 {
    background: transparent;
    border: 1px solid var(--color-white);
    border-radius: 50%;
    color: var(--color-white);
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 47px;
    position: relative;
}

.cs_header_number .cs_btn.cs_style_3:hover {
    background: var(--color-white);
    color: var(--color-primary);
    transform: scale(1.15);
}

.cs_social_btns.cs_style_1 {
    gap: 12px;
}

.cs_header_number i {
    font-size: 18px;
    line-height: 18px;
}

.cs_site_header.cs_style_1,
.cs_gescout_sticky.cs_site_header.cs_style_1,
.cs_primary_bg {
    background: var(--color-primary);
}

.cs_bottom_footer_wrap {
    background-color: var(--color-secondary);
}

.cs_site_header.cs_style_1::before {
    background: var(--color-secondary);
    height: 5px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    content: '';
    z-index: 999;
    display: block;
}

.cs_site_header.cs_style_1 .cs_nav_list > li > a {
    color: var(--color-white);
}

.cs_site_header .cs_btn.cs_style_1 {
    position: relative;
}

.cs_site_header .cs_btn.cs_style_1:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

.cs_site_header.cs_style_1 .cs_nav_list > li > a:hover,
.cs_site_header.cs_style_1 .cs_nav_list > li.active > a {
    color: var(--color-secondary);
}

.cs_nav .cs_nav_list > li {
    margin-right: 25px;
}

.cs_menu_toggle {
    color: var(--color-white);
}

.cs_image_layer_in img, .cs_gallery_item.cs_style_3 {
    border-radius: 15px;
}

.cs_gallery_item.cs_style_3 .cs_gallery_item_hover {
    border-radius: 10px;
}

.cs_nav .cs_nav_list ul li.active a {
    color: var(--color-white);
    background: var(--color-secondary);
}

.cs_container_slider {
    padding: 0;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.cs_rooms_area .cs_card.cs_style_4 .cs_card_info {
    text-align: left;
}

.cs_left_arrow,
.cs_right_arrow {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: var(--web-wash);
  background-color: transparent;
  border: 2px solid var(--color-white);
  top: 50%;
  margin-top: -50px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cs_left_arrow:hover,
.cs_right_arrow:hover {
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}

.cs_left_arrow {
  left: 25px;
}

.cs_right_arrow {
  right: 25px;
}

.cs_hover_show_arrows .cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_hover_show_arrows .cs_slider_arrows.cs_style_1 .cs_right_arrow {
  opacity: 1;
}

@media (max-width: 767px) {

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .cs_gescout_sticky {
        opacity: 1;
    }

    .cs_gescout_sticky.cs_site_header.cs_style_1 {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .cs_fs_89 {
        font-size: 56px;
        line-height: 56px;
    }

    .cs_left_arrow, .cs_left_arrow_gallery {
        left: 20px;
    }

    .cs_right_arrow, .cs_right_arrow_gallery {
        right: 20px;
    }

    .cs_pagination.cs_style_1.cs_type_2 ul {
        margin-top: 30px;
    }

    .cs_icons_details .cs_iconbox.cs_style_2 h2 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .cs_icons_details .cs_iconbox.cs_style_2 i {
        margin-top: 24px;
        height: 36px;
    }

    .cs_book_now_card {
        padding: 30px 30px 40px;
    }

    .cs_site_branding {
        width: 120px;
    }

    header .cs_btn.cs_style_1 {
        padding: 8px 16px;
    }

    .cs_nav .cs_nav_list > li {
        margin-right: 0px;
    }

    .cs_fs_67 {
        font-size: 44px;
        line-height: 46px;
    }

    .cs_about_area .cs_section_heading .cs_section_subtitle {
        margin-top: 30px;
    }

    .cs_about_area::after {
        display: none;
    }

    .cs_about_area::before {
        height: 100px;
    }

    .cs_social_btns.cs_style_1 {
        justify-content: center;
    }

    .cs_bottom_footer {
        padding: 20px 0 20px 0;
    }

    .cs_footer_main {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .cs_footer_grid_4 {
        gap: 45px 20px;
    }

    .cs_rooms_area {
        margin-bottom: -1px;
    }

    .cs_iconbox.cs_style_3 .cs_iconbox_icon {
        margin-top: 0;
    }

    .cs_iconbox.cs_style_3 .cs_iconbox_icon {
        width: 80px;
        height: 80px;
        text-align: center;
    }

    .cs_iconbox.cs_style_3 .cs_iconbox_icon i {
        width: 80px;
        font-size: 32px !important;
    }

    .cs_iconbox.cs_style_3 {
        display: flex;
    }

    .cs_text_metas {
        padding-left: 20px;
    }

    .cs_hotel_area hr {
        margin-top: 60px;
        border-top: 1px solid var(--color-secondary);
    }

    .cs_inner_page .cs_hero.cs_style_6 {
        height: 80vh;
        max-height: 640px;
        padding: 80px 0 30px;
    }

    .cs_contact_box .cs_iconbox.cs_style_3 .cs_iconbox_icon {
        width: 80px;
        height: 80px;
    }

    .cs_contact_box .cs_iconbox.cs_style_3 .cs_iconbox_icon i {
        font-size: 32px !important;
    }

    .cs_contact_box .g-5 {
        --bs-gutter-x: 2rem;
        --bs-gutter-y: 2rem;
    }

    .cs_services_area .cs_section_heading h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .cs_services_area .cs_gap_y_40 {
        gap: 30px 0;
    }

    .cs_services_area .cs_image_layer.cs_style_4 {
        min-height: 240px;
    }

    .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item {
        height: 240px;
    }

    .cs_gallery_item.cs_style_3 {
        height: 120px;
    }

    .cs_city_gallery .cs_grid_style_2 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .cs_icons_details {
        padding-top: 20px;
    }

    .cs_icons_details .cs_gap_y_40 {
        gap: 25px 0;
    }

    .cs_gallery_area .slick-slide .cs_gallery_slider_thumb_item img {
        min-height: 240px !important;
        max-height: 240px !important;
    }

    .cs_gallery_hover_show_nav .cs_left_arrow_gallery, .cs_gallery_hover_show_nav .cs_right_arrow_gallery {
        opacity: 1;
    }

}

.cs_gallery_hover_show_nav .cs_left_arrow_gallery, .cs_gallery_hover_show_nav .cs_right_arrow_gallery {
    opacity: 1;
}

/* Position the entire dot container (optional) */
.cs_gallery_area .slick-dots {
  position: absolute;
  bottom: -10px; /* Adjust as needed */
  width: 100%;
  text-align: center;
  padding: 0;
  list-style: none; /* Removes default list bullets */
}

/* Style individual dot wrappers (for spacing) */
.cs_gallery_area .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}

/* Style the default (inactive) dots */
.cs_gallery_area .slick-dots li button {
  font-size: 0; /* Hides the default "•" character or numbers */
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent; /* Inactive color */
  border: 2px solid var(--color-white);
  border-radius: 50%; /* Makes them circular */
}

/* Style for the active dot */
.cs_gallery_area .slick-dots li.slick-active button {
  background: var(--color-white); /* Active color */
  border: 2px solid var(--color-white);
  transform: scale(1.7);
}

/* Optional: Style on hover/focus */
.cs_gallery_area .slick-dots li button:hover,
.cs_gallery_area .slick-dots li button:focus {
  outline: none;
}

@media screen and (max-width: 1199px) {
    
    .cs_nav .cs_nav_list {
        position: fixed;
        width: 100vw;
        left: -100vw;
        background-color: var(--color-primary);
        color: var(--primary);
        padding: 10px 12px;
        top: 0;
        overflow: auto;
        height: 100vh;
        line-height: 1.6em;
        padding-top: 120px;
    }

    header,
    .cs_sticky_header {
        z-index: 999;
    }

    .cs_menu_dropdown_toggle span:before, .cs_menu_dropdown_toggle span:after {
        background-color: var(--color-white);
    }

    .cs_nav .cs_nav_list a {
        color: var(--color-white);
    }

    .cs_image_layer.cs_style_4.first, .cs_image_layer.cs_style_4.second {
        border-radius: 15px;
    }

}

/* ****** */

/* WhatsApp */

.widget-whatsapp {
    margin: 21px 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    /*-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);*/
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 28px;
    height: 28px;
}

/* ****** */

/* Message error */

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: 2px;
    right: -15px;
    color: inherit;
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.inputerror {
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 11px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.alert-success {
    font-family: var(--font-primary);
    font-size: 12px;
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
}

/* ****** */