/**
* Theme Name: Creote Child
* Description: This is a child theme of Creote, generated by Merlin WP.
* Author: <a href="http://steelthemes.com/steelthemes">Steelthemes</a>
* Template: creote
* Version: 1.0.0
*/

/********** CUSTOM COLOR **********/
:root {
    --primary-color-one: #e5e4e2;
    --mpx-bg1-color: #0F1D3A;
    --mpx-bg2-color: #1E2845;
    --mpx-bg3-color: #391020;
    --mpx-bg4-color: #0B2A4D;
    --mpx-bg5-color: #1C3E6E;
    --mpx-bg6-color: #1C3D36;
    --mpx-bg7-color: #2a1a54;
    --mpx-acnt1-color: #87CEFA;
    --mpx-acnt2-color: #ffa0c6;
    --mpx-acnt3-color: #9eb7ff;
    --mpx-acnt4-color: #b3ffef;
    --mpx-acnt5-color: #cbe1ff;
}

/********** GLOBAL **********/
body {
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 30px;
/*    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;*/
}

.mobile-notif_wrap {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

#page .mobile-notif_wrap p {
    color: #272974 !important;
    background: #e5e4e2;
    padding: 10px 5px;
    margin: 0;
    text-align: center;
    font-size: calc(12px + 10  * ((100vw - 320px) / 1920)) !important;
    font-weight: bold;
    line-height: 100% !important;
}

.arrowed-list_wrap ul {
    list-style: none;
    padding: 0;
}

.arrowed-list_wrap ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.arrowed-list_wrap ul li::before {
    content: '➔';
    display: inline-block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    line-height: 100%;
    font-size: 16px;
    margin-right: 10px;
}

#content .page-title_wrap {
    position: relative;
    z-index: 999;
    padding: 2px;
}

.no-cu-btn_header #content .page-title_wrap {
	max-width: 1140px;
    width: 100%;
}

.list-to_toggle {
    display: none;
}

.list-hide_show {
    cursor: pointer;
}

#content.site-content {
    min-height: calc(100vh - 130px);   
}

.no-cu-btn_header #content.site-content {
    min-height: calc(100vh - 260px);   
}

.checked-list_wrap ul {
    list-style: none;
    padding: 0;
	margin-left: 18px;
}

.checked-list_wrap ul li::before {
    content: '✔';
    color: var( --mpx-acnt1-color );
    margin-left: -21px;
    margin-right: 5px;
    height: 100%;
    display: inline-block;
    position: relative;
}

.mpx-popup_btn {
    cursor: pointer;
    color: var(--mpx-acnt1-color);
}

.mpx-popup_btn:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.mpx-close_btn {
    position: absolute !important;
    top: 10px;
    right: 10px;
}

.mpx-close_btn a {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    margin: 0;
    background: transparent !important;
    font-size: 20px !important;
    line-height: 100%;
}

.mpx-popup_wrap {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgb(0 0 0 / 85%);
    z-index: 999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.mpx-popup_wrap > .e-con-inner {
    background: var(--mpx-bg1-color);
    border-radius: 5px;
    flex-shrink: unset !important;
    flex-grow: unset !important;
    padding: 30px !important;
    position: relative;
    height: 432px !important;
    max-height: 80vh;
    max-width: 1000px !important;
    border: 1px solid var(--mpx-bg4-color);
}

.mpx-popup_wrap .mpx-country_list ul {
    list-style: none;
    column-count: 5;
    padding: 0;
    margin: 0;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title {
    border-radius: 5px;
    padding: 8px 10px;
    /*border: 1px solid rgb(255 255 255 / 0.4);*/
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title[aria-selected=true] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title[aria-selected=true]::after {
    content: ' ';
    background: #0B2A4D !important;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: -20px;
    z-index: 0;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title span {
    z-index: 1;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title:hover {
    background: #0B2A4D !important;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tab-title[aria-selected=true] {
    background: #0B2A4D !important;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tabs-content > div {
    padding: 10px 20px;
    background: #0B2A4D !important;
    border-radius: 5px;
    height: 325px;
}

.mpx-popup_wrap .mpx-country_wrap .e-n-tabs-content > div > div {
    padding: 0;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}



/********** HEADER **********/
.header_area {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.main-header_wrap .e-con-inner > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-logo_wrap, .pll-translation_menu, .contact-menu_wrap {
    position: relative;
    z-index: 999;
}

.pll-translation_menu {
    position: relative;
    z-index: 9999;
    width: 57px; 
}

.pll-translation_menu .header .navbar_togglers {
    display: none !important;
}

.pll-translation_menu li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100% !important;
}

.pll-translation_menu li + li {
    margin-left: 2px !important;
    border-left: 1px solid #ffffff;
    padding-left: 5px !important;
}

.pll-translation_menu li.current-lang a span {
    border-bottom: 1px solid #ffffff;
}

.pll-translation_menu li a {
    display: inline-block;
    line-height: 100% !important;
    position: relative;
    z-index: 999;
    font-size: 12px;
    font-weight: 400;
}

.pll-translation_menu li a span {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    font-size: 12px;
    font-weight: 400;
}

.pll-translation_menu li:hover a span {
    color: #ffffff !important;
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.pll-translation_menu .navigation_menu {
    display: block;
}

.contact-menu_wrap a {
    background: #ffffff;
    color: #16214C !important;
    padding: 5px 10px !important;
    border-radius: 5px;
}

.no-cu-btn_header .contact-menu_wrap {
    display: none !important;
}




/********** FOOTER **********/
.footer-column_wrap .e-con-inner > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.footer_area .e-con-inner {
    border-top: 3px solid rgba(0,0,0,0.3);
}

.footer-menu_wrap .navbar_nav li {
    padding: 0 !important;
	margin-right: 15px !important;
}

.footer_area p {
    margin-bottom: 0;
}

.footer_area .copyright-text_wrap p {
    font-size: 10px !important;
    line-height: 120% !important;
}

.footer_area .footer-right_wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: row !important;
}

.footer-certified_by .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.footer_area .footer-right_wrap span {
	font-size: 14px !important;
}

.footer-certified_by .elementor-widget-container p {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.footer-certified_by .elementor-widget-container a {
    display: inline-block;
}

.footer-certified_by .elementor-widget-container img {
    height: 20px;
    margin: 0;
}

.footer-certified_by .elementor-widget-container a.cert1 {
    margin-right: 5px;
}

.footer-certified_by .elementor-widget-container a.cert1 img {
    height: 40px;
}

.linkedin-menu_link span::before {
    content: ' ';
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
	line-height: 12px;
    background: url('icon/linkedin-white.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-column_wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
}



/********** HOME **********/
.home-main_content .e-con-inner {
    justify-content: space-between !important;
}

.home-main_content .home-mc_wrap {
    border: 1px solid #000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    padding: 20px;
}

.home-main_content .home-mc_wrap p {
    margin-bottom: 0;
}

.home-main_content .home-mc_wrap .elementor-icon {
    font-size: 20px;
}

.home-main_content .home-mc_wrap .home-box_title {
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    padding-bottom: 10px;
    margin-bottom: 10px !important;
}

.home-main_content .home-mc_wrap .arrowed-list_wrap ul {
    margin-bottom: 0;
}

.home-main_content .home-mc_wrap .view-more_link {
    margin-top: 10px;
}

.home-main_content .home-mctl_wrap {
    background: rgb(22 33 76 / 90%);
}

.home-main_content .home-mctr_wrap {
    background: rgb(50 22 39 / 90%);
}

.home-main_content .home-mcbl_wrap {
    background: rgb(28 61 54 / 90%);
    margin-bottom: 10px;
}

.home-main_content .home-mcbr_wrap {
    background: rgb(42 26 84 / 90%);
    margin-bottom: 10px;
}

.mpx-slider_wrap {
    margin-bottom: 20px;
}

/*.home-main_content .home-mcbr_wrap .arrowed-list_wrap {
    background: #211541;
    padding: 0px 15px 5px;
    margin-top: 10px;
    border-radius: 5px;
}*/



/********** CONTACT US **********/
.cu-page_title .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cu-page_title .elementor-heading-title::after {
    content: '';
    background: rgb(255 255 255 / 30%);
    width: 80px;
    height: 3px;
    margin-top: 3px;
    display: inline-block;
}

.cu-main_p {
    margin-bottom: 10px !important;
}

.cu-main_p p, .cu-address_wrap, .cu-email_wrap {
    background: var(--mpx-bg1-color);
    padding: 20px;
    border-radius: 8px !important;
    border: 1px solid rgb(27 51 95 / 60%);
    margin-bottom: 0 !important;
}

.cu-email_wrap {
    background: var(--mpx-bg2-color);
    margin-bottom: 20px !important;
}

.cu-email_wrap .footer_contact_list .same_contact .content h6 {
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.cu-main_address {
    margin-bottom: 10px !important;
}

.cu-main_address .e-con-inner {
    justify-content: space-between !important;
}

.cu-main_address .cu-address_wrap p {
	margin-bottom: 0 !important;
}

.cu-address_wrap, .cu-address_blank {
    width: calc(33.3333% - 12px) !important;
    margin-bottom: 20px !important;
}

.cu-address_wrap .icon {
    padding-top: 0 !important;
}

.cu-address_wrap .icon .icon-location2 {
    background: rgb(255 255 255 / 10%);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    line-height: 100% !important;
    font-size: 20px !important; 
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cu-address_uk {

}

.cu-address_sp {
    background: var(--mpx-bg3-color) !important;
}

.cu-address_fr{

}

.cu-address_po {
    background: var(--mpx-bg3-color) !important;
}

.cu-address_it {
    /*background: #3A2913 !important;*/
}

.cu-address_es {
    background: var(--mpx-bg3-color) !important;
}




/********** PRIVACY POLICY **********/
.privacy-policy_wrap .e-con-inner {
    border-radius: 10px;
    background: var(--mpx-bg1-color);
    border: 1px solid rgb(27 51 95 / 60%);
    padding: 20px 30px !important;
}

/*.privacy-policy_wrap + .privacy-policy_wrap {
    margin-top: 20px;
}*/

.privacy-policy_wrap .elementor-widget-container p:last-child {
    margin-bottom: 0 !important;
}

.privacy-policy_wrap .pp-title_wrap .icon_content span {
    font-size: 18px !important;
    line-height: 18px !important;
}

.privacy-policy_wrap .pp-title_wrap .icon_content .icon {
    min-width: 25px;
    padding-top: 0;
}

.privacy-policy_wrap .pp-title_wrap .icon_content .icon img {
    max-width: 20px;
}

.privacy-policy_wrap .pp-title_wrap .icon_content .icontitle {
    font-family: var(--creote-family-two), sans-serif;
    color: var( --e-global-color-text );
    font-weight: normal;
}

.privacy-policy_wrap .pp-title_wrap .icon_content .icon .fa-trademark {
    min-width: 10px;
    width: 20px;
    height: 20px;
    font-size: 8px !important;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 3px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/********** INNER PAGES GLOBAL **********/
.mpx2-cols_mtitle .page-title_wrap h1 {
    font-size: 36px !important;
}

.no-cu-btn_header .header_area {
    position: relative !important;
    top: unset;
    right: unset;
    left: unset;
}

.mpx2-main_wrap > .e-con-inner, .mpx2-last_wrap > .e-con-inner  {
    justify-content: space-between !important;
}

.mpx2-last_wrap > .e-con-inner  {
	flex-wrap: wrap !important;
	justify-content: space-between !important
}

.mpx2-main_wrap.mpx2-full_wrap > .e-con-inner {
	flex-wrap: wrap !important;
	justify-content: center !important
}

.mpx2-main_wrap > .e-con-inner > div {
    width: calc(50% - 12px) !important;
    border-radius: 10px !important;
    background: var(--mpx-bg4-color);
    border: 1px solid rgb(7 26 60 / 60%);
    padding: 20px 30px !important;
}

.mpx2-main_wrap.mpx2-full_wrap > .e-con-inner > div {
	width: 100% !important;
}

.mpx2-main_wrap.mpx2-full_wrap > .e-con-inner > div + div {
	margin-top: 20px;
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-btn_wrap {
    border-radius: none;
    background: transparent;
    border: 0;
    padding: 0 !important;
}

.mpx2-last_wrap > .e-con-inner > div {
    width: calc(50% - 12px) !important;
}

.mpx2-cols_wrap .elementor-widget-container p:last-child {
    margin-bottom: 0 !important;
}

.mpx2-cols_wrap .mpx2-title_wrap .icon_content span {
    font-size: 18px !important;
    line-height: 18px !important;
}

.mpx2-cols_wrap .mpx2-title_wrap .icon_content .icon {
    min-width: 25px;
    padding-top: 0;
    color: var( --mpx-acnt1-color );
}

.mpx2-cols_wrap .mpx2-title_wrap.mpx2-title_noicon .icon_content .icon {
	display: none;
}

.mpx2-cols_wrap .mpx2-title_wrap .icon_content .icontitle {
    font-family: var(--creote-family-two), sans-serif;
    color: var( --e-global-color-text );
    text-transform: lowercase;
}

.mpx2-cols_wrap .mpx2-title_wrap.normal-title_wrap .icon_content .icontitle {
	text-transform: inherit;
}

.mpx2-cols_wrap .mpx2-title_wrap .icon_content .icontitle::first-letter {
    text-transform: uppercase;
}

.mpx2-btn_wrap {
    padding: 0 !important;
}

.mpx2-btn_wrap a {
    padding: 20px;
    text-align: center;
    color: var(--mpx-bg4-color) !important;
    background: rgb(255 255 255 / 85%);
    font-weight: 700 !important;
	line-height: 150% !important;
    border-radius: 10px;
    width: 100%;
    display: block;
    border: 5px solid var(--mpx-bg4-color);
    box-shadow: 0 0 1px rgb(7 26 60 / 60%);
    position: relative;
    overflow: hidden;
}

.mpx2-main_wrap.mpx2-full_wrap .mpx2-btn_wrap a {
	width: 558px;
	min-width: 350px !important;
	max-width: 100%;
	margin: 0 auto !important;
}

.mpx2-btn_wrap a::after {
    content: ' ';
    width: 0px;
    height: 0px;
    background: var(--mpx-bg3-color);
    position: absolute;
    bottom: 25%;
    left: 50%;
    right: 50%;
    transition: width 0.5s, left 0.5s, right 0.5s;
}

.mpx2-btn_wrap a:hover {
    color: var(--mpx-bg3-color) !important;
}

.mpx2-btn_wrap a:hover::after {
    width: 150px;
    height: 3px;
    left: calc(50% - 75px);
    right: calc(50% - 75px);
}


.mpx2-cols_wrap .mpx2-hwc_table table {
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
}

.mpx-hwc_wrap .tab_pricing_list {
    display: none !important;
}

.mpx-hwc_wrap .tab-pane .price_plan_box {
    padding: 25px 15px 10px;
    border-radius: 5px;
    color: #000000;
}

.mpx-hwc_wrap .tab-pane .price_plan_box h2 {
    font-size: 24px !important;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .top {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .top::before {
    background: var(--mpx-bg4-color);
}

.mpx-hwc_wrap .tab-pane .price_plan_box .mid {
    display: none !important;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul {
    margin-bottom: 10px !important;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li {
    font-size: 11px;
    border: 1px solid #000000;
	padding: 5px 10px 5px 30px;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li i {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	left: 10px;
    top: calc(50% - 7px);
	bottom: auto;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li .fa {
    color: #000000;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li:nth-child(2n+1) {
    background: rgb(255 255 255 / 30%);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(1) .price_plan_box h2 {
    color: var(--mpx-bg6-color);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(1) .price_plan_box li {
    padding-left: 20px;
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(1) .price_plan_box li .fa {
    display: none;
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(2) .price_plan_box h2 {
    color: var(--mpx-bg2-color);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(2) .price_plan_box li .fa {
    color: var(--mpx-bg2-color);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(3) .price_plan_box h2 {
    color: var(--mpx-bg3-color);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(3) .price_plan_box li .fa {
    color: var(--mpx-bg3-color);
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(1) .price_plan_box  ul li:nth-child(2n+1) {
    background: var(--mpx-bg6-color);
    color: #ffffff;
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(2) .price_plan_box  ul li:nth-child(2n+1) {
    background: var(--mpx-bg2-color);
    color: #ffffff;
}

.mpx-hwc_wrap .tab-pane .row > div:nth-child(3) .price_plan_box  ul li:nth-child(2n+1) {
    background: var(--mpx-bg3-color);
    color: #ffffff;
}

.mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li:nth-child(2n+1) .fa {
    color: #ffffff;
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-where_operate {
    background: var(--mpx-bg3-color);
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-how_compare {
    background: var(--mpx-bg1-color);
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-eor_setup {
    background: var(--mpx-bg6-color);
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-tailored_talent {
    background: var(--mpx-bg2-color);
}

.mpx2-main_wrap > .e-con-inner > div.mpx2-why_mpx {
    background: var(--mpx-bg7-color);
}



/********** BLOG **********/
body.single {
	background: url('img/home_img1-mb.png') !important;
	background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

body.single #content.site-content {
	margin-top: 60px;
	margin-bottom: 20px;
}

.page-blog .main-header_wrap .logo-container_wrap a, .page-blog-fr .main-header_wrap .logo-container_wrap a {
    height: 150px;
}

.page-blog .main-header_wrap .logo-container_wrap a img, .page-blog-fr .main-header_wrap .logo-container_wrap a img {
    width: auto !important;
    height: 100% !important;
}

.content-blog_wrap .post .news_box {
    background: var(--mpx-bg4-color);
    color: #ffffff;
}

.content-blog_wrap .post .news_box .post-info li a {
	color: #ffffff;
}

.content-blog_wrap .post .news_box .content_box h2 a {
	color: #ffffff;
	line-height: 120% !important;
}

.single-post .pll-translation_menu {
	margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	text-align: center;
	z-index: 0;
}

.single-post .pll-translation_menu li.current-lang a {
	border-bottom: 1px solid #ffffff;
	line-height: 120% !important;
}

.single-post .go-back_wrap.d-none {
	display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 1140px !important;
    max-width: calc(100% - 20px) !important;
    margin: 0 auto;
	position: relative;
}

.single-post .go-back_wrap a {
	position: relative;
	z-index: 1;
}

.single-post .go-back_wrap.d-none + div.elementor > .e-con + .e-con {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.single-post .pll-translation_menu .navigation_menu {
	text-align: center !important;
}

.single-post #content .full_width_box {
    align-items: center;
    flex-direction: column;
}

.single #content .full_width_box {
    padding-top: 80px;
}

.single .kv-title_wrap {
    display: none !important;
}

.single #content * {
    text-align: justify;
}

.single #content .full_width_box > div {
    z-index: 5;
} 

.single #header_contents, .single #footer_contents {
    z-index: 2;
} 

#content .content-blog_wrap {
    max-width: 90%;
}

#content .content-blog_wrap .post-category, #content .content-blog_wrap .authour_name, #content .content-blog_wrap .comments {
    display: none !important;
}

#content .content-blog_title h1::after {
    content: ' ';
    width: 35%;
    height: 3px;
    border-top: solid 1px #001F54;
    border-bottom: solid 1px #001F54;
    position: absolute;
    top: 30%;
    left: 5%;
}

#content .content-blog_title h1::before {
    content: ' ';
    width: 35%;
    height: 3px;
    border-top: solid 1px #001F54;
    border-bottom: solid 1px #001F54;
    position: absolute;
    top: 30%;
    right: 5%;
}

#content .content-blog_wrap .news_box.type_one .image_box img, #content .content-blog_wrap .news_box.type_three .image_box img {
    height: 200px;
}




/********** RESPONSIVE 1920px **********/
@media(max-width: 1920px) {
	.content-blog_wrap .post .news_box .post-info li a {
		font-size: calc(10px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.content-blog_wrap .post .news_box .content_box h2 a {
		font-size: calc(14px + 8 * ((100vw - 320px) / 1920)) !important;
	}
}



/********** RESPONSIVE 1200px **********/
@media(max-width: 1200px) {
	body {
		padding: 30px 20px 0;
	}
	
	.header_content_collapse {
		display: block !important;
	}
	
	.header .navbar_togglers, .sticky_header_main .navbar_togglers {
		display: none !important;
	}
	
	.main-logo_wrap a img {
		width: 150px;
	}
	
	.footer-column_wrap .e-con-inner {
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
	}
	
	.footer-column_wrap .footer-right_wrap {
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center !important;
	}
	
	.mpx2-cols_mtitle .page-title_wrap h1 {
		font-size: calc(24px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.mpx2-cols_wrap .mpx2-title_wrap .icon_content .icontitle {
		font-size: calc(14px + 4 * ((100vw - 320px) / 1920)) !important;
	}
	
	.mpx-hwc_wrap .tab-pane .price_plan_box .top {
		margin-bottom: 10px;
    	padding-bottom: 5px;
	}
	
	.mpx2-main_wrap, .mpx2-main_wrap div, .mpx2-main_wrap li, .mpx2-main_wrap p, .mpx2-main_wrap span, .mpx2-main_wrap a {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		line-height: 150% !important;
	} 
	
	.mpx2-how_compare .price_plan_box span, .mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li, .mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li i {
		font-size: calc(6px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.mpx2-btn_wrap a {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		padding: 10px;
	}
	
	.mpx-popup_wrap li, .mpx-popup_wrap p, .mpx-popup_wrap span, .mpx2-main_wrap a {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		line-height: 150%;
	}
	
	.mpx2-how_compare .mpx-hwc_wrap .tab-pane .row > div {
		width: 33.33333333%;
		padding: 0 5px;
	}
	
	.mpx-hwc_wrap .tab-pane .row > div .price_plan_box h2 {
		font-size: calc(16px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.mpx2-main_wrap.mpx2-full_wrap .mpx2-btn_wrap a {
		width: 40%;
	}
	
	.cu-page_title h1 {
		font-size: calc(24px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.cu-email_wrap .footer_contact_list .same_contact .content h6 {
		font-size: calc(16px + 6 * ((100vw - 320px) / 1920)) !important;
	}
	
	.cu-email_wrap .footer_contact_list .same_contact .content a {
		font-size: calc(14px + 6 * ((100vw - 320px) / 1920)) !important;
	}
	
	#content .cu-address_title .elementor-widget-heading h2.elementor-heading-title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 1920)) !important;
	}
	
	.cu-main_p p, .cu-address_wrap, .cu-email_wrap, .cu-main_address .cu-address_wrap p {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		line-height: 150% !important;
	}
	
	.cu-main_address .cu-address_wrap .icontitle {
		font-size: calc(12px + 10 * ((100vw - 320px) / 1920)) !important;
		line-height: 150% !important;
	}
	
	.cu-address_wrap .icon {
		min-width: calc(35px + 20 * ((100vw - 320px) / 1920)) !important;
	}
	
	.cu-address_wrap .icon .icon-location2 {
		font-size: calc(12px + 12 * ((100vw - 320px) / 1920)) !important;
		width: calc(28px + 20 * ((100vw - 320px) / 1920)) !important;
		height: calc(28px + 20 * ((100vw - 320px) / 1920)) !important;
	}
	
	.privacy-policy_wrap *, .privacy-policy_wrap .pp-title_wrap .icon_content span {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		line-height: 150% !important;
	}
	
	.privacy-policy_wrap h4 {
		font-size: calc(10px + 11 * ((100vw - 320px) / 1920)) !important;
	}
	
	.privacy-policy_wrap .pp-title_wrap .icon_content .icon {
		min-width: calc(15px + 12 * ((100vw - 320px) / 1920)) !important;
	}
	
	.single #content * {
		font-size: calc(9px + 11 * ((100vw - 320px) / 1920)) !important;
		line-height: 150% !important;
	}
}

/********** RESPONSIVE 992px **********/
@media(max-width: 992px) {
	body {
		padding-top: 10px;
	}
	
	.header_area {
		position: relative !important;
		top: unset;
		right: unset;
		left: unset;
	}
	
	.header_area, .elementor-location-header {
		display: block;
	}
	
	#content .page-title_wrap {
		width: 100%;
	}
	
	.mpx2-main_wrap > .e-con-inner > div {
		padding: 10px 15px !important;
	}
	
	.mpx-hwc_wrap .tab-pane .price_plan_box {
		padding: 5px;
	}
	
	.mpx2-how_compare .price_plan_box span, .mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li, .mpx-hwc_wrap .tab-pane .price_plan_box .bottom ul li i {
		font-size: calc(5px + 8 * ((100vw - 320px) / 1920)) !important;
	}
	
	.mpx-hwc_wrap .price_plan_box.style_one {
		margin-bottom: 0;
	}
	
	body.single #content.site-content {
		margin-top: 20px;
	}
	
	.single #content .full_width_box {
		padding-top: 0px;
	}
	
	.cu-main_address .cu-address_wrap {
		width: 280px !important;
		max-width: 100% !important;
	}
	
	.cu-main_address .cu-address_wrap:nth-child(even) {
		margin-left: 20px;
	}
	
	.cu-main_address > .e-con-inner {
		max-width: 600px !important;
    	justify-content: center !important;
	}
}

/********** RESPONSIVE 767px **********/
@media(max-width: 767px) {
	.main-logo_wrap a img {
		max-width: 120px;
	}
	
	.main-header_wrap  .e-con-inner .e-con.e-flex {
		width: 50% !important;
	}
	
	.home-main_content .e-con-inner {
		flex-wrap: wrap !important;
	}
	
	.home-box_title .elementor-icon-box-wrapper {
		display: flex !important;
    	align-items: center;
    	justify-content: center;
	}
	
	.home-box_title .elementor-icon-box-icon {
		line-height: 100%;
		padding: 0;
		margin: 0 10px 0 0 !important;
	}
	
	.home-box_title .elementor-icon-box-content {
		flex-grow: unset !important;
	}
	
	#content .elementor-widget-heading h2.elementor-heading-title {
		font-size: 24px !important;
		line-height: 100% !important;
	}
	
	#content .elementor-widget-icon-box h3.elementor-icon-box-title {
		font-size: 20px !important;
		line-height: 100% !important;
	}
	
	.footer-column_wrap .navigation_menu .navbar_nav {
		text-align: center;
	}
	
	.mpx2-main_wrap > .e-con-inner, .mpx2-last_wrap > .e-con-inner {
		justify-content: center !important;
	}
	
	.mpx2-main_wrap > .e-con-inner > div, .mpx2-last_wrap > .e-con-inner > div {
		width: 100% !important;
	}
	
	.mpx2-main_wrap > .e-con-inner > div + div {
		margin-top: 20px;
	}
	
	.mpx2-last_wrap > .e-con-inner > div + div {
		width: auto !important;
	}
	
	.mpx2-main_wrap > .e-con-inner > div {
		padding: 10px 10px !important;
	}
	
	.mpx-hwc_wrap {
		overflow-y: auto;
    	padding: 5px 10px;
	}
	
	.mpx-hwc_wrap > div {
		min-width: 660px;
	}
	
	.mpx2-main_wrap.mpx2-full_wrap .mpx2-btn_wrap a {
		width: 50%;
		min-width: 275px !important;
	}
	
	.content-blog_wrap .post .news_box .read_more {
		font-size: 14px;
	}
}



/********** RESPONSIVE 650px **********/
@media(max-width: 650px) {
	.cu-main_p .e-con-inner > div {
		width: 100% !important;
	}
	
	.cu-email_wrap {
		width: 300px !important;
		max-width: 100% !important;
	}
	
	.cu-main_address > .e-con-inner {
		flex-direction: column !important;
    	align-items: center !important;
	}
	
	.cu-main_address .cu-address_wrap:nth-child(even) {
		margin-left: 0 !important;
	}
	
	.cu-address_wrap {
		margin-bottom: 10px !important;
	}
}


/********** RESPONSIVE 600px **********/
@media(max-width: 600px) {
	body {
        padding: 20px 10px 0;
    }
	
	.home-main_content .e-con-inner .e-con.e-flex {
		width: 100% !important;
        max-width: 400px !important;
        margin-left: auto;
        margin-right: auto;
	}
}
	


/********** REGISTRATION PAGE **********/
.page-toulouse .pll-translation_menu li a span, .page-paris .pll-translation_menu li a span, .page-paris1aft .pll-translation_menu li a span , .page-nantes09octobre .pll-translation_menu li a span {
    color: #E5E4E2 !important;
}

.page-toulouse .pll-translation_menu li.current-lang a span, .page-paris .pll-translation_menu li.current-lang a span, .page-paris1aft .pll-translation_menu li.current-lang a span, .page-nantes09octobre .pll-translation_menu li.current-lang a span {
    border-bottom: 1px solid #E5E4E2;
}

.page-toulouse .pll-translation_menu li + li, .page-paris .pll-translation_menu li + li, .page-paris1aft .pll-translation_menu li + li, .page-nantes09octobre .pll-translation_menu li + li {
    margin-left: 2px !important;
    border-left: 1px solid #E5E4E2;
    padding-left: 5px !important;
}

.page-toulouse .main-header_wrap .logo-container_wrap a, .page-paris .main-header_wrap .logo-container_wrap a, .page-paris1aft .main-header_wrap .logo-container_wrap a, .page-nantes09octobre .main-header_wrap .logo-container_wrap a {
    background: none;
}

.page-toulouse .main-header_wrap .logo-container_wrap a img, .page-paris .main-header_wrap .logo-container_wrap a img, .page-paris1aft .main-header_wrap .logo-container_wrap a img, .page-nantes09octobre .main-header_wrap .logo-container_wrap a img {
    opacity: 1;
}

.page-toulouse #content .full_width_box::before, .page-paris #content .full_width_box::before, .page-paris1aft #content .full_width_box::before, .page-nantes09octobre #content .full_width_box::before {
    content: none;
    background: transparent;
}

.page-toulouse #footer_contents .footer-column_wrap a, .page-paris #footer_contents .footer-column_wrap a, .page-paris1aft #footer_contents .footer-column_wrap a, .page-nantes09octobre #footer_contents .footer-column_wrap a {
    color: #E5E4E2 !important;
    background: none !important;
}

.page-toulouse #footer_contents .footer-column_wrap p, .page-paris #footer_contents .footer-column_wrap p, .page-paris1aft #footer_contents .footer-column_wrap p, .page-nantes09octobre #footer_contents .footer-column_wrap p {
    color: #E5E4E2 !important;
}

.page-toulouse #footer_contents .footer-certified_by img, .page-paris #footer_contents .footer-certified_by img, .page-paris1aft #footer_contents .footer-certified_by img, .page-nantes09octobre #footer_contents .footer-certified_by img {
    opacity: 1;
}

.contact_form_box_all.type_one .contact_form_box_inner {
    padding: 30px;
	border-radius: 10px !important;
    background: var(--mpx-bg4-color);
    border: 1px solid rgb(7 26 60 / 60%);
    max-width: 850px;
    margin: 0 auto;
	background: var(--mpx-bg4-color);
	color: #ffffff;
}

.contact_form_box_all.type_one .contact_form_box_inner h4, .contact_form_box_all.type_one .contact_form_box_inner label {
	color: #ffffff !important;
}

.page-paris1aft .contact_form_box_all.type_one .contact_form_box_inner {
    max-width: 870px;
    margin-top: 50px;
}

.page-nantes09octobre .contact_form_box_all.type_one .contact_form_box_inner {
    margin-top: 50px;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-not-valid-tip {
    color: #ff9e98 !important;
    font-size: 12px;
}

.contact_form_box_all input, .contact_form_box_all input[type=text], .contact_form_box_all input[type=email], .contact_form_box_all input[type=number], .contact_form_box_all textarea, .contact_form_box_all select {
    margin: 5px 0px 0px !important;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output {
    background: #ffffff;
    color: #272974 !important;
    bottom: -100px;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output::before {
    border-bottom-color: #ffffff;
}

.registration-ul_list {
    list-style: none;
    margin: 10px 0 !important;
    padding: 0;
}

.registration-ul_list li {
    margin: 0;
}

.registration-ul_list li:first-child {
    margin-bottom: 20px;
}

.registration-ul_list li + li {
    margin-top: 5px;
}

.input-field_wrap {
    margin-top: 5px;
}

input, input[type=text], input[type=email], input[type=number], input[type="tel"], textarea, select {
    height: auto;
    line-height: 100%;
    padding: 5px 10px;
    border: 1px solid var(--border-color-dark);
    border-radius: 5px;
    display: block;
    transition: 0.5sease-in-out !important;
    color: var(--text-color-dark);
}

input[type=checkbox]:checked:after {
    border: none;
}

.wpcf7-list-item input[type=checkbox] {
    width: auto !important;
    height: auto !important;
    box-shadow: 0px 0px 2px #000000;
    overflow: hidden;
}

.wpcf7-form .btn {
    background: #ffffff;
    color: var(--mpx-bg4-color);
    padding: 8px 20px;
	margin-top: 10px;
}

.wpcf7-form .btn:hover {
    opacity: 0.8;
}

.wpcf7-form, .wpcf7-form p {
    font-size: calc(12px + 5 * ((100vw - 320px) / 1920));
}

@media(min-width: 1920px) {
    .wpcf7-form, .wpcf7-form p {
        font-size: 16px;
    }
}

.thankyou-message_wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.thankyou-message_inner {
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}

.thankyou-close_button {
    display: inline-block;
    line-height: 100%;
    transform: rotate(45deg);
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

.thankyou-close_button p {
    font-size: 30px;
    line-height: 100%;
    cursor: pointer;
}



/********** RESERVATION PAGE **********/
body.page-id-17312 {
	padding-top: 0 !important;
}

.page-id-17312 #content .full_width_box {
    padding: 0;
    background: #ffffff;
}

.page-id-17312 #content .full_width_box::before {
    content: none;
}

.page-id-17312 #content .full_width_box > div {
    width: 100%;
    max-width: 100%;
}

.page-id-17312 .rp-header_wrap .rp-header_txt .title_sections h1 {
    font-size: calc(30px + 30 * ((100vw - 320px) / 1920)) !important;
    line-height: 100%;
    margin-bottom: 10px;
}

.page-id-17312 .rp-header_wrap .rp-header_txt .title_sections p {
    color: #ffffff !important;
    font-size: calc(23px + 18 * ((100vw - 320px) / 1920)) !important;
    font-weight: bold;
    line-height: 120% !important;
    padding: 0;
    margin: 0;
}

.page-id-17312 .rp-content_wrap {
    width: 100%;
    max-width: 1024px !important;
    margin: 0 auto;
}

.page-id-17312 .rp-content_wrap * {
    color: #000000 !important;
    font-family: "Montserrat Light", Sans-serif !important;
    line-height: 130%;
}

.page-id-17312 .rp-content_wrap .rp-info_title h2 {
    font-family: "Montserrat Light", Sans-serif !important;
    font-size: calc(18px + 9 * ((100vw - 320px) / 1920)) !important;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

.page-id-17312 .rp-content_wrap .rp-info_title h2::after {
    content: ' ';
    width: 30%;
    background: #B27409;
    height: 2px;
    display: block;
    margin: 20px auto 10px;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icontitle {
    margin: 0;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icontitle a {
    font-size: calc(16px + 9 * ((100vw - 320px) / 1920)) !important;
    cursor: text;
    pointer-events: none;
    margin: 0;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icon {
    min-width: 50px;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icon img {
    width: 50px;
    height: auto;
    margin-top: -15px;
}

.page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content p {
    font-size: calc(14px + 7 * ((100vw - 320px) / 1920)) !important;
    font-family: "Montserrat", Sans-serif !important;
}

.page-id-17312 .rp-content_wrap .rp-img_wrap img {
    border: 2px solid #B27409;
    border-radius: 20px;
    overflow: hidden;
}

.page-id-17312 .rp-content_wrap .rp-img_wrap .rp-img1_wrap img {
    margin-right: -35%;
}

.page-id-17312 .rp-content_wrap .rp-img_wrap .rp-img2_wrap img {
    margin-left: -35%;
    margin-top: 50px;
}

.page-id-17312 .rp-content_wrap .rp-about_txt h2 {
    font-size: calc(22px + 12 * ((100vw - 320px) / 1920)) !important;
}

.page-id-17312 .rp-content_wrap .rp-about_txt p {
    font-size: calc(15px + 8 * ((100vw - 320px) / 1920)) !important;
    margin: 0;
}

.page-id-17312 .rp-content_wrap .rp-guest_txt {
    padding: 20px 8%;
    border: 2px solid #B27409;
    border-radius: 50px;
    margin: 20px 0 30px 0;
    background: #F9F6F2;
}

.page-id-17312 .rp-content_wrap .rp-guest_txt h2 {
    font-size: calc(22px + 12 * ((100vw - 320px) / 1920)) !important;
    margin: 0;
}

.page-id-17312 .rp-content_wrap .rp-guest_txt p {
    font-size: calc(16px + 9 * ((100vw - 320px) / 1920)) !important;
    line-height: 140%;
}

.page-id-17312 .rp-content_wrap .rp-guest_txt .rp-txt_hly {
    color: #D2691E !important;
    font-size: inherit !important;
}

.page-id-17312 .rp-content_wrap .rp-note_txt p {
    text-align: center;
    font-size: calc(15px + 8 * ((100vw - 320px) / 1920)) !important;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif !important;
}

.page-id-17312 .rp-content_wrap .rp-note_txt .rp-txt_hlr {
    color: #FF1111 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap {
    margin-bottom: 150px;
    position: relative;
    font-family: "Montserrat", Sans-serif !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .row + .row {
    margin-top: 15px;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner {
    width: 100%;
    max-width: 100%;
    background: transparent;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .rp-cbox_wrap label span {
    color: #ffffff !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner label {
    color: #ffffff !important;
    text-align: right;
    font-size: calc(14px + 6 * ((100vw - 320px) / 1920)) !important;
    font-weight: bold;
    font-family: "Montserrat", Sans-serif !important;
    line-height: inherit !important;
    margin-right: 20px;
    text-transform: initial !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner input {
    border-radius: 0;
    margin: 0 !important;
    width: 300px;
    max-width: 100%;
    font-size: 16px !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: normal !important;
    line-height: inherit !important;
} 

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .rp-cbox_wrap {
    text-align: center;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .rp-cbox_wrap label {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    margin: 0;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .rp-cbox_wrap input[type=checkbox] {
    margin-left: 10px !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .rp-cbox_wrap input[type=checkbox]::after {
    content: none;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .rp-sbmt_btm {
    background: url('https://mpxpert.com/mp/wp-content/uploads/2025/06/icon-submit.png');
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 135px;
    color: transparent !important;
    position: absolute;
    bottom: -165px;
    z-index: 1;
    outline: none !important;
    box-shadow: none !important;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 12px !important;
    text-shadow: 0 0 5px #FF1111;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: -5px;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output {
    background: transparent !important;
    color: #D2691E !important;
    bottom: -220px;
}

.page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode .wpcf7-response-output::before {
    content: none;
}

.page-id-17312 .rp-footer_wrap {
    padding: 20px;
}

.page-id-17312 .rp-footer_wrap * {
    font-size: calc(14px + 4 * ((100vw - 320px) / 1920)) !important;
    color: #000000 !important;
    line-height: 120% !important;
}

.page-id-17312 .rp-footer_wrap p {
    font-family: inherit !important;
    font-weight: bold !important;
    margin: 0;
}

.page-id-17312 .rp-footer_wrap p.rp-txt_ft1 {
    margin-bottom: 10px;
}

.page-id-17312 .rp-footer_wrap h4 {
    font-size: calc(16px + 9 * ((100vw - 320px) / 1920)) !important;
    font-family: inherit !important;
    font-weight: bold !important;
    color: #272974 !important;
}

.page-id-17312 .rp-footer_wrap a {
    font-family: inherit !important;
    font-weight: bold !important;
    text-decoration: none;
}

/********** RESERVATION PAGE RESPONSIVE **********/
@media(min-width: 1920px) {
    .page-id-17312 .rp-header_wrap .rp-header_txt .title_sections h1 {
        font-size: 55px !important;
    }

    .page-id-17312 .rp-header_wrap .rp-header_txt .title_sections p {
        font-size: 38px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-info_title h2 {
        font-size: 28px !important;
    }

    .page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icontitle a {
        font-size: 24px !important;
    }

    .page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content p {
        font-size: 20px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-about_txt h2 {
        font-size: 32px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-about_txt p {
        font-size: 22px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-guest_txt h2 {
        font-size: 32px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-guest_txt p {
        font-size: 24px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-note_txt p {
        font-size: 22px !important;
    }

    .page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner label {
        font-size: 18px !important;
    }

    .page-id-17312 .rp-footer_wrap p.rp-txt_ft1 {
        font-size: 18px !important;
    }

    .page-id-17312 .rp-footer_wrap h4 {
        font-size: 24px !important;
    }

    .page-id-17312 .rp-footer_wrap a {
        font-size: 18px !important;
    }
}


@media(max-width: 991px) {
    .page-id-17312 .rp-content_wrap .rp-form_wrap .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner p {
        flex-wrap: wrap;
        text-align: left;
    }

    .page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner label {
        text-align: left !important;
    }

    .page-id-17312 .rp-content_wrap .rp-form_wrap .rp-form_c7 .contact_form_box_all.type_one .contact_form_box_inner input {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .page-id-17312 #content .full_width_box > div {
        max-width: 100% !important;
    }

    .page-id-17312 .rp-header_wrap {
        padding: 50px 20px;
    }

    .page-id-17312 .rp-content_wrap {
        padding: 10px;
    }

    .page-id-17312 .rp-content_wrap .rp-info_wrap > div {
        margin-bottom: 10px;
    }

    .page-id-17312 .rp-content_wrap .icon_box_all.style_one .icon_content .icon img {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
	.main-logo_wrap a img {
		max-width: 100px !important;
	}
	
	.contact-menu_wrap a {
		font-size: 12px !important;
		padding: 3px 5px !important;
	}	
	
    .page-id-17312 .rp-content_wrap .rp-img_wrap .rp-img1_wrap img, .page-id-17312 .rp-content_wrap .rp-img_wrap .rp-img2_wrap img {
        margin: 0;
    }

    .page-id-17312 .rp-content_wrap .rp-about_txt p br {
        display: none !important;
    }

    .page-id-17312 .rp-content_wrap .rp-guest_txt {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .page-id-17312 .rp-content_wrap .rp-guest_txt h2 {
        margin: 0;
    }

    .page-id-17312 .rp-content_wrap .rp-guest_txt p {
        padding: 0;
        margin: 0;
    }
}




/********** COOKIES **********/
.cookies-popup_wrap {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    border-top: 1px solid var(--mpx-bg4-color);
    box-shadow: 0 0 5px var(--mpx-bg4-color);
    display: none;
    color: #000;
}

.cookies-popup_innerwrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.cookies-popup_wrap .cookies-popup_innerwrap * {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1920)) !important;
    line-height: 120%;
    color: var(--mpx-bg2-color) !important;
}

.cookies-popup_wrap .cookies-popup_innerwrap strong {
    color: var(--mpx-bg4-color) !important;
}

.cookies-popup_innerwrap p {
    margin-bottom: 10px;
}

.cookies-popup_innerwrap ul {
    margin-top: 15px;
}

.cookies-radios_wrap {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cookies-radios_wrap li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookies-radios_wrap input[type=checkbox]:checked:after {
    border-color: var(--mpx-bg4-color);
}

.cookies-btn_wrap {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookies-btn_wrap li + li {
    margin-left: 10px;
}

.cookies-btn_wrap .btn {
    color: #fff !important;
    background: var(--mpx-bg4-color);
    outline: none !important;
    border: none;
}

.cookies-btn_wrap .btn:hover {
    opacity: 0.8;
}