/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/******* Default Stylings *******/
body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
	@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
		body {
			font-size: 18px;
			line-height: 32px;
		}
	}
	/* 
	@media (min-width: 768px) {  Medium devices (tablets, 768px and up) 
		body {
			font-size: 22px;
			line-height: 36px;
		}
	}
	*/
	 /* 
	@media (min-width: 992px) {  Large devices (desktops, 992px and up) 
		body {
			font-size: 26px;
			line-height: 40px;
		}
	}
	*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	letter-spacing: 0.56px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h1 {
	font-size: 1.423076923076923em;
	line-height: 1.162162162162162em;
}
h2, h3 {
	font-size: 1.192307692307692em;
	line-height: 1.225806451612903em;
}
h4 {
	font-size: 1em;
	line-height: 1.269230769230769em;
}
h5 {
	font-size: 0.8461538461538462em;
	line-height: 1.5em;
}

p {
	font-size: 1em;
	letter-spacing: 0.26px;
	line-height: 1.5em;
	margin-bottom: 2.153846153846154em;
}
p > a {
	text-decoration: underline;
}
a {
	transition: color 0.2s ease-in-out;
}
a:hover {
	transition: color 0.3s ease-in-out;
}

a:hover, p a:hover {
	color: #707070;
}


/******* Header - Tweaks *******/
header.light.sticky .q_logo img.light {
	opacity: 0;
}
header.light.sticky .q_logo img.normal {
	opacity: 1;
}
header.sticky .side_menu_button a {
	color: #000 !important;
}
body.popup_menu_opened header.sticky .side_menu_button a {
	color: #fff !important;
}


/******* Header Menu - Tweaks *******/
nav.main_menu > ul > li.wpml-ls-menu-item > a {
	font-weight: 600;
}

.side_menu_button_wrapper {
    margin-left: 18px;
}
.side_menu_button > a {
	color: #000;
}
.side_menu_button a:last-child {
	padding: 0;
    /*padding: 0 0 0 15px;*/
}
.side_menu_button > a:hover {
	color: #707070 !important;
	opacity:  1 !important;
}
.side_menu_button a.popup_menu.normal  .fa-bars::before {
	content: "\4c";
    /*content: "\f067";*/
}
.side_menu_button a.popup_menu.normal.opened  .fa-bars::before {
	content: "\4b";
   /* content: "\f068";*/
}
.side_menu_button a.popup_menu.normal .fa-bars,
.side_menu_button a.popup_menu.normal.opened .fa-bars {
    font-family: 'ElegantIcons';
    font-size: 3em;
	/*font-size: 1.5em;*/
	font-weight: 600;
    /*font-weight: 300;*/
	padding-top: 10px;
}

.side_menu_button a.popup_menu.normal  i.fa-bars {
    display: none;
    visibility: hidden;
}

.side_menu_button a.popup_menu.normal {
    background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-plus-mobile.png) no-repeat 50% 50%;
    display: inline-block;
    height: 22px;
    margin-top: 10px;
    width: 22px;
}
header.sticky .side_menu_button  a.popup_menu.normal {
    background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-plus-mobile.png) no-repeat 50% 50%;
    display: inline-block;
    height: 22px;
    margin-top: 10px;
    width: 22px;
}
.side_menu_button a.popup_menu.normal.opened,
header.sticky .side_menu_button  a.popup_menu.normal.opened {
    background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-minus-mobile.png) no-repeat 50% 50%;
    display: inline-block;
    height: 22px;
    margin-top: 10px;
    width: 22px;
}
    @media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
        header.light .side_menu_button a.popup_menu.normal {
            background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-plus.png) no-repeat 50% 50%;
            display: inline-block;
            height: 44px;
            margin-top: 8px;
            width: 44px;
        }
        .side_menu_button a.popup_menu.normal,
        header.sticky .side_menu_button  a.popup_menu.normal {
            background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-plus-black.png) no-repeat 50% 50%;
            display: inline-block;
            height: 44px;
            margin-top: 8px;
            width: 44px;
        }
        .side_menu_button a.popup_menu.normal.opened,
        header.sticky .side_menu_button  a.popup_menu.normal.opened {
            background: url(https://hotelgault.com/wp-content/uploads/2022/06/menu-minus.png) no-repeat 50% 50%;
            display: inline-block;
            height: 44px;
            margin-top: 8px;
            width: 44px;
        }
    }


.mobile_menu_button {
	display: none;
	visibility: hidden;
}


/******* Full Screen Menu - Tweaks *******/
body.popup_menu_opened .main_menu {
	visibility: visible !important;
}
body.popup_menu_opened nav.main_menu > ul > li > a,
body.popup_menu_opened nav.main_menu > ul > li.active > a,
body.popup_menu_opened nav.main_menu > ul > li > a span,
body.popup_menu_opened nav.main_menu > ul > li.active > a span {
	color: #fff;
}
body.popup_menu_opened .popup_menu_holder_outer {
    overflow: hidden;
}



/******* Content Container - Tweaks *******/
.content,
.content .container,
.full_width {
  background-color: #fff;
}
body.page-id-61 .content,
body.page-id-74 .content,
body.page-id-76 .content,
body.page-id-77 .content,
body.page-id-98 .content,
body.page-id-99 .content,
body.page-id-100 .content,
body.page-id-110 .content,
body.page-id-259 .content,
body.page-id-260 .content,
body.page-id-377 .content,
body.page-id-378 .content {
  margin-top: 0;
}


/******* Footer Bottom - Tweaks *******/
.footer_bottom,
.footer_bottom ul li a {
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.26px;
	line-height: 1.5em;
}
.footer_bottom ul {
    padding: 0 !important;
}
.footer_bottom ul li {
	display: block ;
	margin: 0;
	padding: 0;
}
.footer_bottom ul li a  {
	text-transform: none;
}
.footer_bottom p,
.footer_bottom ul li {
	text-align: left;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.footer_bottom p,
		.footer_bottom ul li {
			text-align: left;
		}
	}

.footer_bottom p a,
.footer_bottom ul li a {
	color: #000;
	text-decoration: underline;
}
.footer_bottom p a:hover,
.footer_bottom ul li a:hover {
	color: #707070;
	text-decoration: none;
}

.footer_bottom_holder {
	background-color: #fff;
}


/******* Footer - Gault *******/
#footer-gault {
	padding: 1px 0 0;
}
#footer-gault .bg-footer {
	background: transparent url(https://hotelgault.com/wp-content/uploads/2022/05/bg-footer.png) no-repeat 50% 50%;
	background-size: contain !important;
	height: auto;
	min-height: 0;
    /*min-height: 200px;*/
	padding: 0 15px;
}
	@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
		#footer-gault .bg-footer {
			background: transparent url(https://hotelgault.com/wp-content/uploads/2022/05/bg-footer.png) repeat-y 0 0;
			height: auto;
			min-height: 620px;
		}
	}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#footer-gault .bg-footer {
			background: transparent url(https://hotelgault.com/wp-content/uploads/2022/05/bg-footer.png) repeat-y 0 0;
			min-height: 820px;
		}
	}


#footer-gault #quick-links,
#footer-gault #copyright {
	padding: 60px 0;
}
#footer-gault #copyright {
	padding: 0 0 40px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#footer-gault #quick-links,
		#footer-gault #copyright {
			padding: 140px 0;
		}
	}

#footer-gault #copyright p {
	font-size: 0.8461538461538462em;
}


/******* Banner Text *******/
.banner-text {
	padding: 100px 0 60px;
}
	@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
		.banner-text {
			padding: 140px 0 80px;
		}
	}
	 /*
	@media (min-width: 768px) { Medium devices (tablets, 768px and up) 
		.banner-text {
			padding: 160px 0 100px;
		}
	}
		*/
		/* 
	@media (min-width: 992px) { Large devices (desktops, 992px and up) 
		.banner-text {
			padding: 350px 0 200px;
		}
	}
		*/

.banner-text p {
	font-family: 'Source Serif Pro', sans-serif;
	font-size: 1.076923076923077em;
	letter-spacing: 0.28px;
	line-height: 1.428571428571429em;
}

#banner-meet .qbutton {
	margin-bottom: 10px;
	width: 95%;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#banner-meet .qbutton {
			margin-bottom: 0;
			margin-right: 40px;
			width: auto;
		}
		html[lang="fr-FR"] #banner-meet .qbutton {
			margin-bottom: 40px;
		}
		html[lang="fr-FR"] #banner-meet .qbutton:last-child {
			margin-bottom: 0;
		}
	}

#banner-meet .qbutton:last-of-type {
	margin-bottom: 0;
	margin-right: 0;
}


/******* Banner Text Tweaks - Promotions Details Page *******/
article.category-promotions .banner-text,
article.category-promotions-fr .banner-text {
    padding: 100px 0 0;
}
article.category-promotions .banner-text h1,
article.category-promotions .banner-text p,
article.category-promotions-fr .banner-text h1,
article.category-promotions-fr .banner-text p {
    display: none;
    visibility: hidden;
}



/******* Section Padded *******/
.section-padded {
	padding: 60px 0;
}
.section-padded.top-only {
	padding: 60px 0 0;
}
.section-padded.bottom-only {
	padding: 0 0 60px;
}
	@media (min-width: 576px) { /* Small devices (landscape phones, 576px and up) */
		.section-padded {
			padding: 80px 0;
		}
		.section-padded.top-only {
			padding: 80px 0 0;
		}
		.section-padded.bottom-only {
			padding: 0 0 80px;
		}
	}
	@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
		.section-padded {
			padding: 80px 0;
		}
		.section-padded.top-only {
			padding: 80px 0 0;
		}
		.section-padded.bottom-only {
			padding: 0 0 80px;
		}
	}
	/*
	@media (min-width: 992px) {  Large devices (desktops, 992px and up)
		.section-padded {
			padding: 100px 0;
		}
		.section-padded.top-only {
			padding: 100px 0 0;
		}
		.section-padded.bottom-only {
			padding: 0 0 100px;
		}
	}
	 */
	
.section-padded .full_section_inner {
	padding: 0 35px;
}
#location.section-padded {
    padding: 80px 0 0;
}
/*
#location.section-padded {
    padding: 130px 0 0;
}
*/

.no-padding,
.no-padding .vc_column-inner,
.no-padding .full_section_inner {
	padding: 0;
}

.top-only-20 {
	padding: 20px 0 0;
}
.bottom-only-20 {
	padding: 0 0 20px;
}


/******* BG Colors *******/
.bg-green {
	background-color: #027D60;
}
.bg-orange {
	background-color: #FF6838;
}
.bg-indigo {
	background-color: #623F50;
}
.bg-gray {
	background-color: #623F50;
}
.bg-light-gray {
	background-color: #e5e5e5;
}


/******* White Texts *******/
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white li, .text-white a {
	color: #fff;
}
.text-white .q_tabs.vertical .tabs-nav li a  {
	color: #000;
}
.text-white .q_tabs.vertical .tabs-nav li a:hover,
.text-white .q_tabs.vertical .tabs-nav li.active a {
	color: #fff;
}
.text-white a:hover {
	color: #707070;
}


/******* Spacer *******/
.spacer-big {
	height: 60px !important;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.spacer-big {
			height: 100px !important;
		}
    }


/******* Show on Desktop Only *******/
.desktop-only {
	display: none;
	visibility: hidden;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
        .desktop-only {
            display: block;
            visibility: visible;
        }
    }


/******* Show on Mobile Only *******/
.mobile-only {
  display: block;
  visibility: visible;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
        .mobile-only {
          display: none;
          visibility: hidden;
      }
    }


/******* Newsletter Section *******/
#newsletter .more_facts_holder {
	background: #fff;
	transition: background 0.5s ease-in-out;
}
#newsletter .more_facts_inner {
	padding: 0;
}
#newsletter .more_facts_holder.more_fact_opened {
	background: #FF6838;
	transition: background 0.3s ease-in-out;
}
#newsletter .more_facts_button {
	color: #000;
	font-size: 1.35em;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	display: inline-block !important;
	letter-spacing: 0.78px;
	line-height: 1.192307692307692em;
	right: 20%;
	text-decoration: underline;
	text-transform: uppercase;
	transition: color 0.2s ease-in-out;
	padding: 70px 0 40px;
	width: 320px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#newsletter .more_facts_button {
			font-size: 2em;
			padding: 142px 0 60px;
			right: 10%;
			width: auto;
		}
		#newsletter.for-fr .more_facts_button {
			right: 5%;
		}
	}

#newsletter .more_facts_button:hover {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}
#newsletter .more_facts_holder.more_fact_opened .more_facts_button {
	color: #000;
}
#newsletter .more_facts_holder.more_fact_opened .more_facts_button:hover {
	color: #000;
}
#newsletter .more_facts_button::before {
	content:'Subscribe Now';
	display: table;
}
#newsletter.for-fr .more_facts_button::before {
	content:"Inscrivez-vous dès maintenant";
	display: table;
}
#newsletter .more_facts_button {
	content:'';
	display: block;
	text-align: left;
}
#newsletter .more_facts_button::after {
	content:'Keep in touch with us!';
	display: table;
}
#newsletter.for-fr .more_facts_button::after {
	content:"Soyez à l'affut des dernières nouvelles!";
	display: table;
}

#newsletter .more_facts_button .more_facts_button_text,
#newsletter .more_facts_button .more_facts_button_arrow {
	display: none;
	visibility: hidden;
}

body.home #newsletter .more_facts_holder,
body.page-id-55 #newsletter .more_facts_holder,
body.page-id-209 #newsletter .more_facts_holder {
	background: #FF6838;
}
body.home #newsletter .more_facts_button,
body.page-id-55 #newsletter .more_facts_button,
body.page-id-209 #newsletter .more_facts_holder {
	color: #fff;	
}
body.home #newsletter .more_facts_button:hover,
body.page-id-55 #newsletter .more_facts_button:hover,
body.page-id-209 #newsletter .more_facts_holder:hover {
	color: #000;	
}


/******* Vertical Tab - Tweaks *******/
.col-vert-tab.vc_column_container > .vc_column-inner {
    padding: 0;
}

.q_tabs.vertical .tabs-nav {
	float: none !important;
	margin-bottom: 20px;
	width: 100%;
}
.q_tabs.vertical .tabs-container {
	float: none;
	width: 100%;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.q_tabs.vertical .tabs-nav {
			float: left !important;
			margin-bottom: 0;
			padding-right: 5%;
			width: 37%;
		}
		.q_tabs.vertical .tabs-container {
			float: left !important;
			width: 58%;
		}
	}

.q_tabs.vertical .tabs-nav li a {
	color: #000;
	font-family: 'Archivo', sans-serif;
	font-size: 1.192307692307692em;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.333333333333333em;
	margin-bottom: 10px;
	text-align: left;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.q_tabs.vertical .tabs-nav li a {
			margin-bottom: 14px;
		}
	}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.q_tabs.vertical .tabs-nav li a {
			margin-bottom: 24px;
		}
	}

.q_tabs.vertical .tabs-nav li a:hover {
	color: #000 !important;
    text-decoration: underline;
}
.q_tabs.vertical .tabs-nav li.active a {
	color: #000;
	border: none;
	padding: 0;
	text-decoration: none;
}
.q_tabs.vertical.left .tab-content {
	border-left: none;
	left: 0;
    padding-left: 0; 
}


/******* Accordion - Tweaks *******/
.qode-accordion-holder {
	margin-top: 60px !important;
}
.qode-accordion-holder .qode-title-holder {
    background-color: transparent !important;
	border: none;
	border-bottom: 1px solid #707070 !important;
	border-radius: 0;
    color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
    font-weight: 400;
    margin: 0 !important;
    padding: 15px 8px 10px 8px !important;
	text-transform: none;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.qode-accordion-holder .qode-title-holder {
			padding: 30px 10px 20px 10px !important; 
		}
	}

.qode-accordion-holder .qode-title-holder.ui-state-active {
    background-color: #000 !important;
	border-bottom: 1px solid #000!important;
	color: #fff;
}
.qode-accordion-holder .qode-title-holder:hover {
	border-bottom: 1px solid #707070 !important;
	color: #000;
}
.qode-accordion-holder .qode-title-holder.ui-state-active:hover	{
	background-color: #707070 !important;
	color: #e5e5e5;
}

.qode-accordion-holder .qode-title-holder:first-child {
	border-top: none !important;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title {
	height: auto;
}
.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
	padding: 0 !important;
}
.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
	right: 0;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.qode-accordion-holder .qode-title-holder .qode-accordion-mark {
			right: 10px;
		}
	}

.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon {
	font-size: 1.5em;
}
.qode-accordion-holder .qode-accordion-content {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e5e5e5 !important;
	padding: 20px 20px 30px !important;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.qode-accordion-holder .qode-accordion-content {
			padding: 30px 30px 40px !important;
		}
	}

.qode-accordion-holder .qode-accordion-content p {
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
}


/******* Default Button - Tweaks *******/
.qbutton.default {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-family: 'Roboto Mono', sans-serif; 
	font-size: 0.9615384615384615em;
	font-weight: 500;
	height: auto;
	letter-spacing: 0;
	line-height: normal;
	padding: 28px 8px 0 !important;
	text-align: center;
	transition: all .2s ease-in-out;
	width: auto;
}
.qbutton.default:hover {
	background-color: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.qbutton.default {
			letter-spacing: 1px;
			padding: 38px 8px 0 !important;;
		}
	}


/******* Default White Button - Tweaks *******/
.qbutton.default.white {
	border: 1px solid #fff;
	color: #fff;
}
.qbutton.default.white:hover {
	background-color: #fff;
	color: #000;
}


/******* CTA Bar *******/
#cta-bar .col-text h2 {
	margin-bottom: 56px;
}
#cta-bar .col-text .qbutton {
	margin-top: 56px;
}
/*
#cta-bar .col-photo .vc_column-inner {
	padding-left: 42px;
}
*/

/******* Menu Row/Meet Row - Food/Meeting Page *******/
#gault-food .menu-row,
#gault-meet .meet-row,
#gault-room .room-row {
	margin-bottom: 30px !important;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#gault-food .menu-row,
		#gault-meet .meet-row,
		#gault-room .room-row {
			margin-bottom: 60px !important;
		}
	}

#gault-food .menu-row:last-of-type,
#gault-meet .meet-row:last-of-type,
#gault-room .room-row:last-of-type {
	margin-bottom: 0;
}
#gault-food .menu-row .col-text h2,
#gault-meet .meet-row .col-text h2,
#gault-room .room-row .col-text h2 {
	margin-bottom: 20px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#gault-food .menu-row .col-text h2,
		#gault-meet .meet-row .col-text h2,
		#gault-room .room-row .col-text h2 {
			margin-bottom: 50px;
		}
	}

#gault-food .menu-row .col-text .qbutton,
#gault-meet .meet-row .col-text .qbutton,
#gault-room .room-row .col-text .qbutton {
	margin-right: 20px;
	margin-top: 30px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#gault-food .menu-row .col-text .qbutton,
		#gault-meet .meet-row .col-text .qbutton,
		#gault-room .room-row .col-text .qbutton {
			margin-right: 30px;
			margin-top: 60px;
		}
	}

#gault-food .menu-row .menu-sched p,
#gault-meet .meet-row .capacity p,
#gault-room .room-row .capacity p {
	font-family: 'Roboto Mono', sans-serif; 
	font-size: 0.9615384615384615em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.32em;
	margin-top: 30px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#gault-food .menu-row .menu-sched p,
		#gault-meet .meet-row .capacity p,
		#gault-room .room-row .capacity p {
			letter-spacing: 1px;
			margin-top: 60px;
		}
	}

#gault-food .menu-row .col-photo img,
#gault-meet .meet-row .col-photo img,
#gault-room .room-row .col-photo img{
	margin-bottom: 32px;	
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		#gault-food .menu-row .col-photo img,
		#gault-meet .meet-row .col-photo img,
		#gault-room .room-row .col-photo img {
			margin-bottom: 0;	
		}
	}


#gault-room.room-info {
	padding-bottom: 30px;
}
#gault-room.room-info .room-row h2 {
	margin-bottom: 20px;
}
#gault-room.room-info .room-row .capacity p  {
	margin: 0 0 50px 0;
}

/******* Gault Expanding Row - Tweaks *******/
.gault-exprow {
	border-bottom: 1px solid #000;
}
.gault-exprow.first-row {
	border-top: 1px solid #000;
}
.gault-exprow.last-row {
	border-bottom: none;
}
.gault-exprow .more_facts_holder {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
	width: auto;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-exprow .more_facts_holder {
			padding: 0 15px;
		}
	}


#directions.gault-exprow .more_facts_holder {
    max-width: none;
}
#directions.gault-exprow .more_facts_button_holder {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}


.gault-exprow .more_facts_button {
	color: #000;
	padding: 25px 0;
}
.gault-exprow .more_facts_button:hover {
	color: #707070
}
.gault-exprow .more_facts_holder .more_facts_button_text {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.gault-exprow .more_facts_holder.more_fact_opened .more_facts_button_text {
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.gault-exprow .more_facts_button .more_facts_button_text {
	color: #000;
	font-size: 1em;
	font-family: 'Archivo', sans-serif;
	font-weight: 900;
	display: inline !important;
    letter-spacing: 0;
	line-height: 1.192307692307692em;
	text-transform: uppercase;
	padding: 0;
	width: auto;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-exprow  .more_facts_button .more_facts_button_text {
			font-size: 2em;
            letter-spacing: 0.78px;
		}
	}

.gault-exprow .more_facts_button_arrow {
	display: inline !important;
	font-size: 1.5em;
	position: absolute;
	right: 0;
	text-align: right;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-exprow .more_facts_button_arrow {
			font-size: 2.25em;
			right: 0;
		}
	}


.gault-exprow .more_facts_button_arrow .fa-angle-down {
    font-family: 'ElegantIcons';
}
.gault-exprow .more_facts_button_arrow .fa-angle-down::before {
	content: "\4c";
}
.gault-exprow .more_facts_button_arrow.rotate_arrow .fa-angle-down::before {
	content: "\4b";
}


.gault-exprow .more_facts_holder .more_facts_inner {
	opacity: 0;
	padding: 0;
	transition: opacity 0.2s ease-in-out;
}
.gault-exprow .more_facts_holder.more_fact_opened .more_facts_inner {
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.gault-exprow .more_facts_holder .more_facts_inner h2 {
	font-size: 1.5em;
	margin-bottom: 100px;
	text-align: center;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-exprow .more_facts_holder .more_facts_inner h2 {
			font-size: 1.461538461538462em;
		}
	}

.gault-exprow .more_facts_button_arrow.rotate_arrow {
	transform: none;
}


/******* Gault Stats - Tweaks *******/
.gault-stats {
	margin: 20px auto !important;
}
.gault-stats .full_section_inner {
	padding: 0;
}
.gault-stats .vc_column-inner {
	border: 2px solid #fff;
	padding: 20px;
}
.gault-stats .counter-box .vc_column-inner {
	border: 1px solid #fff;
	padding: 10px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-stats .vc_column-inner {
			border-right: none;
		}
		.gault-stats .counter-box .vc_column-inner {
			border: 1px solid #fff;
			border-right: none;
			padding: 20px;
		}
	}

.gault-stats .counter-box:last-child .vc_column-inner {
	border-bottom: 1px solid #fff;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-stats .counter-box:last-child .vc_column-inner {
			border-right: 1px solid #fff;
		}
	}

.gault-stats .q_counter_holder {
	padding: 0;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-stats .q_counter_holder {
			margin-bottom: 20px;
		}
	}

.gault-stats .q_counter_holder span.counter {
	color: #fff;
	display: inline !important;
	font-weight: 500;
	font-size: 3.5em;
	line-height: 1.483870967741935em;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-stats .q_counter_holder span.counter {
			font-size: 2.384615384615385em;
		}
	}

.gault-stats .q_counter_holder p.counter_text {
	display: inline;
	font-size: 0.8461538461538462em;
	line-height: 1.5em;
	margin: 0 0 0 10px;
	text-transform: lowercase;
}
.gault-stats p {
	font-size: 0.8461538461538462em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	text-transform: lowercase;	
}


/******* Gault Form - Default *******/
.gault-form_wrapper .gault-form input[type="text"],
.gault-form_wrapper .gault-form input[type="email"],
.gault-form_wrapper .gault-form input[type="tel"],
.gault-form_wrapper .gault-form select,
.gault-form_wrapper .gault-form textarea {
	background-color: transparent;
	border-bottom: 1px solid #000;
	color: #000;
	font-size: 1em !important;
	font-weight: 500;
	padding: 5px 0 !important;
}
.gault-form_wrapper .gault-form select {
	text-transform: uppercase;
}
.gault-form_wrapper .gault-form input[type="submit"] {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-family: 'Roboto Mono', sans-serif; 
	font-size: 0.9615384615384615em;
	font-weight: 500;
	height: auto;
	letter-spacing: 0;
	line-height: normal;
	outline: none;
	padding: 28px 8px 0 !important;
	text-align: center;
	transition: all .2s ease-in-out;
	width: auto;
}
.gault-form_wrapper .gault-form input[type="submit"]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
	transition: all .3s ease-in-out;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-form_wrapper .gault-form input[type="submit"]  {
			letter-spacing: 1px;
			padding: 38px 8px 0 !important;;
		}
	}


.gault-form_wrapper .gault-form input::-webkit-input-placeholder,
.gault-form_wrapper .gault-form textarea::-webkit-input-placeholder,
.gault-form_wrapper .gault-form select::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
}
.gault-form_wrapper .gault-form input::-moz-placeholder,
.gault-form_wrapper .gault-form textarea::-moz-placeholder,
.gault-form_wrapper .gault-form select::-moz-placeholder
{ /* Firefox 19+ */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
}
.gault-form_wrapper .gault-form input:-ms-input-placeholder,
.gault-form_wrapper .gault-form textarea:-ms-input-placeholder,
.gault-form_wrapper .gault-form select:-ms-input-placeholder

{ /* IE 10+ */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
}
.gault-form_wrapper .gault-form input:-moz-placeholder,
.gault-form_wrapper .gault-form textarea:-moz-placeholder,
.gault-form_wrapper .gault-form select:-moz-placeholder
{ /* Firefox 18- */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
}

.gault-form_wrapper .gault-form select .gf_placeholder {
	color: #000;
	opacity: 1;
	text-transform: uppercase;
}


.gault-form_wrapper .gault-form .gform_footer {
	margin: 40px 0 0 0 !important;
	padding: 0 !important;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.gault-form_wrapper .gault-form .gform_footer {
			margin: 50px 0 0 0 !important;
		}
	}

.gault-form_wrapper .gault-form .recaptcha-holder {
    margin: 0 !important;
}

.gform_required_legend {
    display: none !important;
    visibility: hidden !important;
}
.gault-form_wrapper .gault-form  .gfield_consent_label a {
	text-decoration: underline !important;
}

/******* Gault Form - Newsletter Section *******/
#newsletter .gault-form_wrapper .gault-form input[type="text"],
#newsletter .gault-form_wrapper .gault-form input[type="email"] {
	border-bottom: 1px solid #fff;
	color: #fff;
}
#newsletter .gault-form_wrapper .gault-form input[type="submit"] {
	border: 1px solid #fff;
	color: #fff;
}
#newsletter .gault-form_wrapper .gault-form input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
}

#newsletter  .gault-form_wrapper .gault-form input::-webkit-input-placeholder,
#newsletter  .gault-form_wrapper .gault-form textarea::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
#newsletter .gault-form_wrapper .gault-form input::-moz-placeholder,
#newsletter .gault-form_wrapper .gault-form textarea::-moz-placeholder
{ /* Firefox 19+ */
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
#newsletter .gault-form_wrapper .gault-form input:-ms-input-placeholder,
#newsletter .gault-form_wrapper .gault-form textarea:-ms-input-placeholder
{ /* IE 10+ */
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
#newsletter .gault-form_wrapper .gault-form input:-moz-placeholder,
#newsletter .gault-form_wrapper .gault-form textarea:-moz-placeholder
{ /* Firefox 18- */
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}


/******* Gault Form Validations *******/
.gform_wrapper .gfield_error [aria-invalid=true] {
	border: none !important;
    border-bottom: 1px solid #000 !important;
}
#newsletter .gform_wrapper .gfield_error [aria-invalid=true] {
	border: none !important;
    border-bottom: 1px solid #fff !important;
}


.gform_wrapper .gform_validation_errors {
    box-shadow: none !important;
    margin: 0 0 5px !important;
}
.gform_wrapper .gform_validation_errors > h2{
    font-size: 14px !important;
    text-align: left !important;
}
.gform_wrapper .gform_validation_errors {
    display: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.gault-form_wrapper.gform_validation_error .gform_fields .gfield {
    margin-bottom: 0;
}
.gault-form_wrapper.gform_validation_error .gault-form .gform_footer {
    margin-top: 0 !important;
}


/******* Separator - Tweaks *******/
.separator {
	background-color: #707070;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 30px;
}
	@media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
		.separator {
			margin-top: 100px;
		}
	}


/******* List - Text Block - Tweaks *******/
.wpb_text_column ul,
.wpb_text_column ol {
	list-style-position: outside;
	margin-bottom: 56px;
	padding-left: 25px;
}


/******* Page Banner *******/
.page-banner {
	background-color: #000;
	min-height: 300px;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.page-banner {
			min-height: 600px;
		}
	}


/******* Directions - Contact Page *******/
#directions .q_icon_with_title .icon_text_inner {
	/*border-bottom: 1px solid #000;*/
	margin: 50px auto;
	padding: 0;
}
/*#directions .q_icon_with_title .icon_text_inner .icon_title {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.7em;
	line-height: 1.428571428571429em;
	margin: 0 auto 30px;
	padding: 15px 20px;
	width: auto;
}*/

#directions .q_icon_with_title .icon_text_inner .icon_title {
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-family: 'Roboto Mono', sans-serif; 
	font-size: 0.9615384615384615em;
	font-weight: 500;
	height: auto;
	letter-spacing: 0;
	line-height: normal;
	padding: 28px 8px 0 !important;
	text-align: center;
	transition: all .2s ease-in-out;
	width: auto;
}
#directions .q_icon_with_title.large .icon_holder img,
#directions .q_icon_with_title.left_from_title.large .icon_holder {
    max-width: 100%;
    width: 114px;
}


#directions ul > li {
	font-size: 0.8461538461538462em;
}

#directions .icon_text_holder p {
	margin-bottom: 0;
}
#directions .mpfy-map-canvas {
	height: 320px !important;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		#directions .mpfy-map-canvas {
			height: 480px !important;
		}
	}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		#directions .mpfy-map-canvas {
			height: 640px !important;
		}
	}


/******* Gault IG Feed *******/
#gault-ig,
#gault-ig .full_section_inner {
	padding: 1px 1px 40px !important;
}
#gault-ig .sb_instagram_header {
	display: none !important;
	visibility: hidden !important;
}
#gault-ig #sb_instagram #sbi_images {
	padding: 0;
}

/*
@media (max-width: 480px) {
    #gault-ig #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
        width: 50%;
    }
    #gault-ig .sbi_photo {
        height: 196px !important;
    }
}
*/

/******* Main Menu - Header *******/
.popup_menu_holder {
  background-color: rgba(0,0,0,0.85);
}
#main-menu {
	padding: 0;
}
#main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main-menu ul li {
	font-size: 1em;
	line-height: 1.387096774193548em;
	margin-bottom: 12px;
}
@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
    #main-menu ul li {
        font-size: 1.192307692307692em;
    }
}

#main-menu li,
#main-menu a {
	color: #fff;
	opacity: 0.95;
	transition: all 0.2s ease-in-out;
}
#main-menu a:hover {
	opacity: 1;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
/*
#main-menu .primary-menu:nth-child(1) .vc_column-inner {
	padding: 0 30px 0 0;
}
#main-menu .primary-menu:nth-child(2) .vc_column-inner {
	padding: 0 0 0 30px;
}
*/


@media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
    #main-menu.en-menu .primary-menu:nth-child(1) .vc_column-inner,
    #main-menu.en-menu .primary-menu:nth-child(2) .vc_column-inner,
    #main-menu.fr-menu .primary-menu:nth-child(1) .vc_column-inner,
    #main-menu.fr-menu .primary-menu:nth-child(2) .vc_column-inner {
        padding: 0;
    }
}


#main-menu .primary-menu ul li {
	font-family: 'Archivo', sans-serif;
	font-size: 1.1em;
	font-weight: 900;
	line-height: 1.162162162162162em;
	text-transform: uppercase;
}
    @media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
        #main-menu .primary-menu ul li {
            font-size: 1.423076923076923em;
        }
    }

#main-menu .secondary-menu .wpml-ls-legacy-list-horizontal {
    border: none;
    margin: 0;
    padding: 0;
}

#main-menu .secondary-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin-bottom: 0;
}
#main-menu .secondary-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    padding: 0;
}
#main-menu .secondary-menu .wpml-ls-legacy-list-horizontal .wpml-ls-current-language .wpml-ls-native,
#main-menu .secondary-menu .wpml-ls-legacy-list-horizontal .wpml-ls-display {
    display: none;
    visibility: hidden;
}

#main-menu .secondary-menu .wpb_single_image img {
    width: 60%;
}
    @media (min-width: 768px) { /* Medium devices (tablets, 768px and up) */
        #main-menu .secondary-menu .wpb_single_image img {
            width: 100%;
        }
    }

/*
#main-menu .secondary-menu .vc_empty_space {
    display: none;
}
    @media (min-width: 768px) {  Medium devices (tablets, 768px and up) 
        #main-menu .secondary-menu .vc_empty_space {
            display: block;
        }
    }
*/

/******* Single Post Page *******/
body.single-post .blog_holder.single_image_title_post article .itp_post_text .post_text_inner {
	padding: 0;
}
body.single-post .blog_holder.single_image_title_post article h1 {
	color: #000;
}


/******* Related Posts - Single Post Page *******/
.blog_holder .related-posts-holder {
	margin: 0;
	padding: 0; 
}
.blog_holder .related-posts-holder .relpost-thumb-wrapper {

}

.blog_holder .related-posts-holder .relpost-block-container {
  float: none;
  left: 0;
  margin: 0 auto;
  position: relative;
}
.blog_holder .related-posts-holder .relpost-block-single {
	background: transparent;
	border: none;
	left: 0;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
	transition: opacity .2s ease-in-out;
}
    @media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
        .blog_holder .related-posts-holder .relpost-block-single {
            margin: 0 30px 0 0;
        }
    }


.blog_holder .related-posts-holder.relpost-block-single:hover {
	opacity: 0.65;
	transition: opacity .3s ease-in-out;
}

.blog_holder .related-posts-holder .relpost-block-single > div {
	height: auto !important;
	width: auto !important;
}
.blog_holder .related-posts-holder .relpost-block-single-image {
	/*float: left;*/
	height: 130px !important;
	width: 130px !important;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.blog_holder .related-posts-holder .relpost-block-single-image {
			/*float: none;*/
			height: 270px !important;
			width: 270px !important;
		}
	}

.blog_holder .related-posts-holder .relpost-block-single-text {
	color: #fff !important;
	/*float: left;*/
    font-family: 'Roboto', sans-serif !important;
	font-size: 1em !important;
	font-weight: 700;
	margin: 10px 0 0 0;
	text-align: left;
	max-width: 130px;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
		.blog_holder .related-posts-holder .relpost-block-single-text {
			/*float: none;*/
			margin: 20px 0 0 0;
			max-width: 170px;
		}
	}


#post-grid .pt-cv-wrapper .pt-cv-page {
    padding-top: 150px;
}
#post-grid .pt-cv-wrapper .pt-cv-content-item {
    margin: 0 0 150px;
}
#post-grid .pt-cv-wrapper .pt-cv-title {
	font-family: 'Archivo', sans-serif;
    font-size: 1em;
	font-weight: 900;
	letter-spacing: 0;
    line-height: 1.5em;
	margin: 30px 0 20px;
	text-transform: uppercase;
}
	@media (min-width: 768px) { /* Small Devices (tablets, 768px and up) */
        #post-grid .pt-cv-wrapper .pt-cv-title {
            font-size: 0.8461538461538462em;
            letter-spacing: 0.56px;
        }
	}

#post-grid .pt-cv-wrapper .pt-cv-title a {
    color: #000;
    font-weight: 900 !important;
}
#post-grid .pt-cv-wrapper .pt-cv-title a:hover {
    color: #707070;
}

#post-grid .pt-cv-wrapper .pt-cv-content {
    font-size: 0.8461538461538462em;
    line-height: 1.5em;
}

#post-grid .pt-cv-wrapper .btn.pt-cv-readmore {
    background-color: transparent !important;
    border-bottom: 2px solid #000;
    color: #000 !important;
	font-family: 'Roboto Mono', sans-serif; 
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 26px 0 0 0;
    padding: 0;
	position: relative !important;
    text-transform: uppercase;
}
#post-grid .pt-cv-wrapper .btn.pt-cv-readmore:hover {
    color: #707070;
}

.pt-cv-rmwrap {
    float: none;
    margin-right: 0;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.pt-cv-rmwrap {
			float: left;
    		margin-right: 30px;
		}
	}

.pt-cv-ctf-list {
    float: none;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.pt-cv-ctf-list {
			float: left;
		}
	}

.pt-cv-ctf-list  .pt-cv-ctf-booknow_link {
	margin-top: 10px;
}
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.pt-cv-ctf-list  .pt-cv-ctf-booknow_link {
			margin-top: 10px;
		}
	}

.pt-cv-ctf-list  .pt-cv-ctf-booknow_link a[href=""],
.pt-cv-ctf-list  .pt-cv-ctf-booknow_link a[href="#"],
.pt-cv-ctf-list  .pt-cv-ctf-booknow_link a:not([href]) {
    display: none;
    visibility: hidden;
}


/****** Book Now Bubble ******/
.booknowen.fix,
.reservezfr.fix {
    bottom: 80px;
	right: -10px;
	position:fixed;
	transform: scale(0.60);
	transition: transform 0.3s ease-in-out;
    z-index: 100;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.booknowen.fix,
		.reservezfr.fix {
			bottom: 80px;
		}
    }

.booknowen.fix:hover,
.reservezfr.fix:hover {
	transform: scale(1);
	transition: transform 0.2s ease-in-out;
}
.booknowen.fix,
.reservezfr.fix {
    display: none;
    visibility: hidden;
}	
	@media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.booknowen.fix,
		.reservezfr.fix {
			display: block;
			visibility: visible;
		}	
	}

/*
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up)
		.booknowen.fix,
		.reservezfr.fix {
			display: block;
			visibility: visible;
		}
    }
*/


/****** FB Messenger -Tweaks  ******/
.fb_dialog_content > iframe {
	bottom: 90px !important;
	right: 0 !important;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		.fb_dialog_content > iframe {
			bottom: 20px !important;
			right: 12px !important;
		}
    }


/****** Mobile Footer Widget ******/
#mobile-footer-widget {
	/*bottom: 0;*/
	display: block;
	/*left: 0;*/
	/*right: 0;*/
	/*position: fixed;*/
	visibility: visible;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		#mobile-footer-widget{
			display: none;
			visibility: hidden;
		}
    }


#mobile-footer-widget .col-call,
#mobile-footer-widget .col-book{
    border: 2px solid #000;
    padding: 40px 4px 6px;
}

#mobile-footer-widget .col-call{
	border-right-width: 1px;
}

#mobile-footer-widget .col-book{
	border-left-width: 1px;
}

#mobile-footer-widget p {
	font-weight: 700;
	margin: 0;
	padding: 0;
    text-align: center;
	text-transform: uppercase;
}

#mobile-footer-widget p > a{
	color: #000;
	text-decoration: none;
}

/* bouton CTA sur mobile */

#mobile-footer-cta {
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	position: fixed;
	z-index:1000;
	visibility: visible;
}
    @media (min-width: 992px) { /* Medium Devices (desktops, 992px and up) */
		#mobile-footer-widget{
			display: none;
			visibility: hidden;
		}
 }


#mobile-footer-cta.vc_row,
#mobile-footer-cta .section_inner_margin{
	margin-left:0;
	margin-right:0;
}

#mobile-footer-cta .section_inner{
	width:auto;
}

#mobile-footer-cta .col-call,
#mobile-footer-cta .col-book {
    border:none;
    padding: 20px 5px;
}

#mobile-footer-cta .col-call{
    background-color:#000;
}

#mobile-footer-cta .col-book {
    background-color:#027D60;
}

#mobile-footer-cta .col-call p > a,
#mobile-footer-cta .col-book p > a{
	color: #fff;
	text-decoration: none;
}

#mobile-footer-cta p {
	font-weight: 700;
	margin: 0;
	padding: 0;
    text-align: center;
	text-transform: uppercase;
}




/******* Back to Top - Tweaks *******/
#back_to_top.on {
    bottom: 10px !important;
    right: 30px !important;
}
    @media (min-width: 992px) { /* Large devices (desktops, 992px and up) */
        #back_to_top.on {
        bottom: 30px !important;
        right: 30px !important;
        }
    }


/******* ReCaptcha Badge - Tweaks *******/
.grecaptcha-badge {
    display: none;
}


/******* AddThis Share Buttons - Tweaks *******/
.at-custom-side-wrapper {
    display: none;
    visibility: hidden;
}
body.single .at-custom-side-wrapper {
    display: block;
    visibility: visible;
}

#at-custom-sidebar {
    background-color: transparent !important;
    box-shadow: none;
}
.at-icon-wrapper {
    background-color: #000 !important;
}
.at-share-btn {
    margin-bottom: 10px;
}
.at-share-btn:last-child {
    margin-bottom: 0;
}


/******* 404 Page - Tweaks *******/
body.error404 #newsletter,
body.error404 .wpml-ls-item {
    display: none;
    visibility: hidden;
}
html[lang="fr-FR"] body.error404 .for-en {
  display: none;
  visibility: hidden;
}
html[lang="en-US"] body.error404 .for-fr {
  display: none;
  visibility: hidden;
}
html[lang="fr-FR"] body .for-en {
	display: none;
	visibility: hidden;
}
html[lang="en-US"] body .for-fr {
	display: none;
	visibility: hidden;
}


/******* Animation - Tweaks *******/
.animated {
	animation-duration: 0.3s !important;
}
.qode-animation-holder-inner {
	animation-duration: 0.3s !important;
	animation-delay: 0s !important;
	transition-delay: 0s !important;
}


/* END */