
::marker {
    color: #f4c440;
}

.underline {
    text-decoration: underline;
}

.et_pb_header_content_wrapper p {
    font-size: 25px;
    font-weight: 200;
    line-height: 1.2;
}

.page-cazare .et_pb_slide_description .et_pb_slide_title,
.page-restaurant .et_pb_slide_description .et_pb_slide_title,
.page-spa .et_pb_slide_description .et_pb_slide_title,
.page-evenimente .et_pb_slide_description .et_pb_slide_title {
    font-family: "Great Vibes";
    font-size: 70px;
}

#btn_hv .et_pb_button.et_pb_button_0_tb_header.et_pb_bg_layout_light:hover,
/* #btn_hv .et_pb_button.et_pb_button_5.et_pb_bg_layout_light.button-active:hover, */
.et_pb_slide_description .et_pb_button.et_pb_more_button:hover {
  color: white !important;
}

/*Toggled Content*/

ul.et_pb_blurb_container {
    list-style: none;
}

ul.et_pb_blurb_container li.et_pb_blurb_description {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

ul.et_pb_blurb_container li.et_pb_blurb_description::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -25px;
    background-image: url('../../img/dot.svg');
    background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center;
}

ul.et_pb_blurb_container li.et_pb_blurb_description strong {
 font-weight: 500 !important;
}

/*Footer*/

.et-l.et-l--footer .et_pb_text_inner {
    margin-bottom: -3px;
    color: rgb(255 255 255 / 60%);
}

.et-l.et-l--footer h4 {
    font-size: 24px;
    color: rgb(255 255 255 / 100%);
}

.et-l.et-l--footer .et_pb_text_inner a {
    color: rgb(255 255 255 / 60%);
    transition: all 0.3s;
}

.et-l.et-l--footer .et_pb_text_inner a:hover {
    /*text-decoration: underline !important;*/
    color: rgb(255 255 255 / 100%) !important;
}

.et_pb_toggle_title {
    font-weight: 500 !important;
}

/*Footer Bottom*/

.et_pb_section_0_tb_footer.et_pb_section,
.et_pb_section_1_tb_footer.et_pb_section {
    background-color: #003c7e !important;
}

.et_pb_section_1_tb_footer.et_pb_section {
    height: 80px;
    background-color: white !important;
    display: flex;
    align-content: center;
}

.et_pb_section_1_tb_footer .et_pb_text_inner p {
    font-size: 16px;
    text-align: center;
    color: black;
}

/*Footer Logo*/

.et_pb_image_0_tb_footer {
    width: 230px;
}

/*Subheader Contact*/

.subheader {
    width: 100%;
    padding: 40px 0;
    display: flex;
    background-color: rgb(244 244 244 / 100%);
}

.subheader .block {
    width: 33.333%;
    text-align: center;
}

.subheader .block p {
    font-size: 20px;
    line-height: 1.7;
    color: black;
}

.subheader .block p strong {
    font-weight: 500;
}

.subheader .block p a {
    color: black;
    font-weight: 200;
}

.subheader .block p a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 640px) {

.subheader {
    display: block;
    margin-bottom: 50px;
}

.subheader .block {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

}

/*Social Icons*/

.icon.et_pb_with_border {
    background-size: 95% auto;
	background-repeat: no-repeat;
	background-position: center;
    /*background-color: rgb(255 255 255 / 10%);*/
    border-radius: 50% !important;
    opacity: 0.5;
    transition: all 0.3s;
}

.icon.et_pb_with_border:hover {
    opacity: 1;
}

.icon.et_pb_with_border.instagram {
    background-image: url('../../icons/instagram.svg');
}

.icon.et_pb_with_border.facebook {
    background-image: url('../../icons/facebook.svg');
}

.icon.et_pb_with_border.tripadvisor {
    background-image: url('../../icons/tripadvisor.svg');
}

/*Reverse*/

.reverse:before {
    content: attr(content);
    unicode-bidi: bidi-override;
    direction: rtl;
}

/*Page Info*/

.page-info .et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular,
.page-info .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_left.et_pb_bg_layout_dark {
    height: 200px !important;
}

.page-info .et_pb_fullwidth_header_overlay {
    height: 200px !important;
    background: rgb(0 0 0 / 25%) !important;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light h3 {
    font-family: "Great Vibes";
    font-size: 60px;
    margin: 60px 0 30px 0;
    line-height: 1.5;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light h4 {
    font-size: 21px;
    margin: 60px 0 30px 0;
    line-height: 1.5;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light p {
    line-height: 1.5;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light strong {
    font-weight: 500;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light p a {
    color: black;
    text-decoration: underline !important;
}

/*Page Home*/

.home .et-pb-controllers {
    display: none;
}

.et_pb_slide.et_pb_slide_24 .et_pb_slide_description,
.et_pb_slide.et_pb_slide_25 .et_pb_slide_description,
.et_pb_slide.et_pb_slide_26 .et_pb_slide_description {
    animation: none !important;
    transform: none !important;
}

.et_pb_slide h3 {
    font-size: 70px !important;
}

.home .et_pb_slide_description p.et_pb_slide_content {
    font-size: 25px !important;
    font-weight: 200;
}


.home .et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular,
.home .et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_slider_auto.et_slider_speed_3000.et_slider_auto_ignore_hover,
.home .et_pb_slide {
  height: 100vh !important;
}

/*Page Cazare*/

.page-cazare .et_pb_slide_description p.et_pb_slide_content {
    font-weight: 200 !important;
    font-size: 27px;
}

.page-cazare .et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular,
.page-cazare .et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_slider_auto.et_slider_speed_3000.et_slider_auto_ignore_hover,
.page-cazare .et_pb_slide {
  height: 100vh !important;
}

#camera-queen,
#apartament {
    margin-top: -80px;
}

/* Page Restaurant */

.page-restaurant .et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular,
.page-restaurant .et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_slider_auto.et_slider_speed_3000.et_slider_auto_ignore_hover,
.page-restaurant .et_pb_slide {
  height: 100vh !important;
}

/* Page Spa */

.page-spa .et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular,
.page-spa .et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_slider_auto.et_slider_speed_3000.et_slider_auto_ignore_hover,
.page-spa .et_pb_slide {
  height: 100vh !important;
}

/* Page Evenimente */

.page-evenimente .et_pb_section.et_pb_section_0.et_pb_with_background.et_pb_fullwidth_section.et_section_regular,
.page-evenimente .et_pb_module.et_pb_fullwidth_slider_0.et_pb_slider.et_slider_auto.et_slider_speed_3000.et_slider_auto_ignore_hover,
.page-evenimente .et_pb_slide {
  height: 100vh !important;
}

/* Page Bucovina */

.page-bucovina .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark {
  height: 100vh !important;
}

/* Page Contact */

.page-contact .et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark {
  height: 100vh !important;
}

/*Page Rezervare*/

.page-rezervare .et_pb_module.et_pb_code.et_pb_code_0 .et_pb_code_inner {
    text-align: center;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.2;
    color: white;
    margin-bottom: 100px;
}

.home strong,
.page-cazare strong,
.page-evenimente strong,
.page-spa strong,
.page-restaurant strong,
.page-contact strong,
.page-rezervare strong {
    font-weight: 500 !important;
}

/*Cookie Disclaimer*/

.cookie-disclaimer {
    width: 260px;
    position: fixed;
    box-sizing: border-box;
    right: 50px;
    bottom: 50px;
    padding: 30px;
    border: 1px solid #003c7e;
    background: white;
    opacity: 0;
	visibility: hidden;
	transform: translateY(20%);
	transition: all 0.3s;
	z-index: 9999999;
}

.cookie-disclaimer p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3;
    color: black;
}

.cookie-disclaimer p a {
    color: black;
    font-weight: 200;
    text-decoration: underline !important;
}

.cookie-disclaimer button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: none;
    background: #003c7e;
    color: white;
}

.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media screen and (max-width: 640px) {

.et_pb_menu__logo-wrap {
    width: 200px !important;
    height: 50px !important;
}

.et_pb_menu__logo-wrap .et_pb_menu__logo {
    width: 100% !important;
    height: 100% !important;
    background-image: url('../../img/bw-white.svg');
    background-size: 95% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.et_pb_sticky .et_pb_menu__logo {
    background-image: url('../../img/bw-blue.svg');
}

h2,h3 {
    font-size: 50px !important;
}

#camera-queen,
#apartament {
    margin-top: 0;
}

.et_pb_header_content_wrapper p {
    font-size: 18px;
}

.page-cazare #tabs {
    margin: 30px auto;
}

.page-info .et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light h3 {
    font-size: 40px !important;
}

.page-contact .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough {
    height: 550px;
}

.page-rezervare .et_pb_module.et_pb_heading.et_pb_heading_0.et_pb_bg_layout_ {
   margin-top: 100px;
}

.page-rezervare .et_pb_module.et_pb_code.et_pb_code_0 .et_pb_code_inner {
    font-size: 20px;
}

.cookie-disclaimer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

}
