/*!
Theme Name: Museos
Theme URI: http://underscores.me/
Author: Ante Beljan
Author URI: https://crotalus.me/
Description: WP Theme for Museos website
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: museos-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Museos is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


.align-photo h2, .align-photo h3, .align-photo h4, .align-photo h5, .align-photo h6, .round-photos h2, .round-photos h3, .round-photos h4, .round-photos h5, .round-photos h6 {
	clear:none;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

:root {
	--venice-color:#8fc3eb;
    --venice-color-light:#f2f7fb;
    --florenz-color:#8bb98b;
    --madrid-color:#f50e0c;
    --madrid-icon-color:#ff9797;
    --madrid-bg-color:#ffecee;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Hide white bar below header when there's no menu */
	
.page-id-53477 .city-home-top-navigation.cborder-top, .page-id-60996 .city-home-top-navigation.cborder-top, .page-id-53477 .city-home-top-navigation.cborder-top, .page-id-53496 .city-home-top-navigation.cborder-top, .page-id-60981 .city-home-top-navigation.cborder-top, .page-id-61017 .city-home-top-navigation.cborder-top, .page-id-53490 .city-home-top-navigation.cborder-top, .page-id-61057 .city-home-top-navigation.cborder-top, .page-id-61782 .city-home-top-navigation.cborder-top, .page-id-62134 .city-home-top-navigation.cborder-top  {
    display: none;
}	
	
.page-id-55632 .container.location-table-container {
    display: none;
}

.page-id-59151 .home-blog-section, .page-id-59219 .home-blog-section {
    display: none;
}

/* .page-id-61821 button.round-button.goldbg.text-white.openmodalbutton {
    display: none !important;
} */




/* Hide white bar below header when there's no menu */

/* Cookies notice*/

.cookie-notice-container {
    background: #D2AE35;
}

#cn-notice-text {
    font-size: 12px;
	color:#fff;
}

#cn-accept-cookie {
    background: #fff;
	color:#000
}

#cn-refuse-cookie {
	background: #fff;
	color:#000
}

#cn-more-info {
	background: transparent;
border: none;
color: #fff;
text-decoration: underline;
}

/* End Cookies notice */


/* 404 page */

h1.xl-404 {
    font-size: 120px;
    color: #d2ae35;
}

/* end 404 page */

/* MOBILE GENERAL */

.col-md-3.post-navigation.post-nav-right {
	order:3
}

.consent-no-link a {
	display:none;
}

img.celine-dots {
    max-width: 25%;
}

.page-template-open-template div#page {
    overflow-x: hidden;
}

.page-template-tours-template #page {
    overflow-x: hidden;
}

.page-template-about #page {
    overflow-x: hidden;
}

.page-template-location #page {
    overflow-x: hidden;
}

button.menu-toggle.mobile-menu-bar {
    background: none;
    border: none;
    color: #d2ae35;
    float: right;
}

.main-navigation.toggled div {
    position: absolute;
    width: 100%;
    left: 0;
    top: 95px;
    background: #fff;
    z-index: 5000;
}

.mso-city-mobile-bottom-navigation {
    display: flex;
	
}
.mso-city-mobile-bottom-navigation>nav {
    width: 100%;
	height:80px !important;
	display: flex;
    align-items: center;
}


.mso-city-mobile-bottom-navigation>nav>ul {
   flex-wrap: wrap !important;
    flex-direction: row;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.mso-city-mobile-bottom-navigation>nav>ul>li {
 width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 100%;
    min-height: 50px;
	text-align: center;
	/* border-right:1px solid #ffffff21; */
}

.mso-city-mobile-bottom-navigation>nav>ul>li>a {
    color: #fff;
    text-transform: uppercase;
	font-size:14px !important;
	display: flex !important;
    flex-direction: column !important;
	line-height: 1.1em;
}


.mb-top a:before {
     background-image: url("barcelona-top-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.mb-church a:before {
    background-image: url("barcelona-sagrada-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.mb-museen a:before {
     background-image: url("barcelona-museum-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.mb-tickets a:before {
     background-image: url("");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-amsterdam .mb-tickets a:before {
    background-image: url("") !important;
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    margin-bottom: 5px;
}

.ccolor-bg-vienna .mb-tickets a:before {
    background-image: url("") !important;
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    margin-bottom: 5px;
}



.mb-mehr a:before {
     background-image: url("barcelona-info-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}



.mso-city-mobile-bottom-navigation__menu-details, .mso-city-mobile-bottom-navigation__menu-details-level-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
   /* height: 90vh !important; */
    z-index: 5;
    background-color: #fbfbfb;
    margin-bottom: 80px !important;
    bottom: 0;
	padding-top: 0;
	height: 90% !important;
    position: fixed !important;	
}

body, html {
    height: 100% !important;
}

.mso-city-mobile-bottom-navigation__menu-details__heading {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
}


/*
a.mso-city-mobile-bottom-navigation__menu-details__btn-close {
    display: none;
}
*/

a.mso-city-mobile-bottom-navigation__menu-details__btn-close {
    float: right;
    position: absolute;
    right: 10px;
    top: 37px;
    z-index: 50;
}

.mso-city-mobile-bottom-navigation__menu-details__heading {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    height: 90px;
    width: 100%;
	-webkit-box-shadow: 0px 5px 15px 5px #e5e5e5;
    box-shadow: 0px 5px 15px 5px #e5e5e5;
	padding-top: 40px;
    padding-bottom: 40px;
}

.mso-city-mobile-bottom-navigation__menu-details__body {
    padding-top: 100px;
	list-style: none;
}

.mso-city-mobile-bottom-navigation__menu-details__body li {
	padding:10px 20px;
	border-bottom: 1px solid #e6e6e6;
	
}

.mso-city-mobile-bottom-navigation__menu-details__body li a {
    text-transform: uppercase;
    color: #000;
	font-size: 18px;
    font-weight: 900;
}

/* LEVEL 2 */

.mso-city-mobile-bottom-navigation__menu-details-level-2__heading {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
}

a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-close {
    display: none;
}

.mso-city-mobile-bottom-navigation__menu-details-level-2__heading {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
	-webkit-box-shadow: 0px 5px 15px 5px #e5e5e5;
    box-shadow: 0px 5px 15px 5px #e5e5e5;
	
}

.mso-city-mobile-bottom-navigation__menu-details-level-2__body {
    padding-top: 100px;
	list-style: none;
}

.mso-city-mobile-bottom-navigation__menu-details-level-2__body li {
	padding:20px;
	border-bottom: 1px solid #e6e6e6;
	
}

.mso-city-mobile-bottom-navigation__menu-details-level-2__body li a {
    text-transform: uppercase;
    color: #000;
	font-size: 20px!important;
    font-weight: 900;
}

.mso-city-mobile-bottom-navigation__menu-details__body li a {
    width: 100%;
    display: block;
    padding: 5px 0;
}


/* LEVEL 2 */



.mso-city-mobile-bottom-navigation__menu-details__body li.menu-item-has-children a:after {
    font-family: FontAwesome;
    content: "\f105";
    float: right;
}

.mso-city-mobile-bottom-navigation__menu-details-level-2__heading {
    text-transform: uppercase;
    font-weight: bold;
}


/* MOBILE BOTTOM CITY COLORS */

.ccolor-mb-barcelona h2 {
    color: #097f6d;
	font-size:26px;
	position: relative;
	left: 15px;
}

.ccolor-mb-barcelona h2:first-letter {
    font-family: 'adelia', cursive;
}

/*
.ccolor-mb-barcelona h2:before {
content: url(https://museos.com/wp-content/uploads/2020/10/greendot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -15px;
    display: flex;
    position: absolute;
} */

.ccolor-mb-barcelona h2:before {
background: url("");
	content:"";
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 10%;
}

.mso-city-mobile-bottom-navigation__menu-details__body.ccolor-mba-barcelona li.menu-item-has-children a:after {
	color: #097f6d;
}

.ccolor-mba2-barcelona a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-back {
    color: #097f6d;
}

.ccolor-mba-barcelona .select-city-parent a {
    color: #097f6d !important;
	text-decoration:underline;
}

a.mso-city-mobile-bottom-navigation__menu-details__btn-close.ccolor-mba2-barcelona {
    fill: #097f6d;
}


.select-city-amsterdam a {
    font-family: 'darloune';
    color: #FFCA36 !important;
	display: block;
	font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-barcelona a {
    font-family: 'darloune';
    color: #0A806E !important;
	display: block;
	font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-rome a {
    font-family: 'darloune';
    color: #ED9999 !important;
	display: block;
		font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-paris a {
    font-family: 'darloune';
    color: #9E63D6 !important;
	display: block;
	font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-vienna a {
    font-family: 'darloune';
    color: #94E0E5 !important;
	display: block;
		font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-florence a {
    font-family: 'darloune';
    color: #8ab98a !important;
	display: block;
		font-weight: 400 !important;
    font-size: 30px !important;
}

.select-city-amsterdam a:first-letter, .select-city-barcelona a:first-letter, .select-city-rome a:first-letter, .select-city-paris a:first-letter, .select-city-vienna a:first-letter, .select-city-florence a:first-letter {
	font-family: 'adelia', cursive !important;
}


/* AMSTERDAM */

.mso-city-mobile-bottom-navigation.ccolor-bg-amsterdam {
    background-color: #FFCA36;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-amsterdam>nav>ul>li>a {
	color:#000;
}

.ccolor-bg-amsterdam .mb-top a:before {
     background-image: url("amsterdam-top-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-amsterdam .mb-church a:before {
    background-image: url("amsterdam-vg-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-amsterdam .mb-museen a:before {
     background-image: url("amsterdam-museum-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-amsterdam .mb-mehr a:before {
     background-image: url("amsterdam-info-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-mb-amsterdam h2:first-letter {
    font-family: 'adelia', cursive;
}
/*

.ccolor-mb-amsterdam h2:before {
content: url(https://museos.com/wp-content/uploads/2020/10/yellowdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -25px;
    display: flex;
    position: absolute;
}

*/

.ccolor-mb-amsterdam h2:before {
background: url("yellowdotsvg.svg");
	content:"";
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 10%;
}
.mso-city-mobile-bottom-navigation__menu-details__body.ccolor-mba-amsterdam li.menu-item-has-children a:after {
	color: #FFCA36;
}

.ccolor-mba2-amsterdam a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-back {
    color: #FFCA36;
}

.ccolor-mba-amsterdam .select-city-parent a {
    color: #FFCA36 !important;
	text-decoration:underline;
}

a.mso-city-mobile-bottom-navigation__menu-details__btn-close.ccolor-mba2-amsterdam {
    fill: #FFCA36;
}

.ccolor-mb-amsterdam h2 {
    color: #FFCA36;
	font-size:26px;
	position: relative;
	left: 25px;
}

.ccolor-mb-paris h2, .ccolor-mb-amsterdam h2, .ccolor-mb-rome h2, .ccolor-mb-barcelona h2, .ccolor-mb-vienna h2
{float:left;}


/* VIENNA */



.mso-city-mobile-bottom-navigation.ccolor-bg-vienna {
    background-color: #93E0E5;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-vienna>nav>ul>li>a {
	color:#000;
}


.ccolor-bg-vienna .mb-top a:before {
     background-image: url("amsterdam-top-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-vienna .mb-church a:before {
    background-image: url("");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-vienna .mb-museen a:before {
     background-image: url("amsterdam-museum-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-vienna .mb-mehr a:before {
     background-image: url("amsterdam-info-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}


.ccolor-mb-vienna h2:first-letter {
    font-family: 'adelia', cursive;
}

/*
.ccolor-mb-vienna h2:before {
content: url(https://museos.com/wp-content/uploads/2020/10/lightbluedot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -25px;
    display: flex;
    position: absolute;
} */

.ccolor-mb-vienna h2:before {
background: url("");
	content:"";
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 10%;
}

.mso-city-mobile-bottom-navigation__menu-details__body.ccolor-mba-vienna li.menu-item-has-children a:after {
	color: #93E0E5;
}

.ccolor-mba2-vienna a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-back {
    color: #93E0E5;
}

.ccolor-mba-vienna .select-city-parent a {
    color: #93E0E5 !important;
	text-decoration:underline;
}

a.mso-city-mobile-bottom-navigation__menu-details__btn-close.ccolor-mba2-vienna {
    fill: #93E0E5;
}

.ccolor-mb-vienna h2 {
    color: #93E0E5;
	font-size:26px;
	position: relative;
	left: 25px;
}


/* ROME */

.mso-city-mobile-bottom-navigation.ccolor-bg-rome {
    background-color: #EC9998;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-rome>nav>ul>li>a {
	color:#fff;
}

.ccolor-bg-rome .mb-top a:before {
     background-image: url("barcelona-top-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-rome .mb-church a:before {
    background-image: url("");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-rome .mb-museen a:before {
     background-image: url("barcelona-museum-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-rome .mb-mehr a:before {
     background-image: url("barcelona-info-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-mb-rome h2:first-letter {
    font-family: 'adelia', cursive;
}
/*
.ccolor-mb-rome h2:before {
content: url(https://museos.com/wp-content/uploads/2020/10/pinkdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -25px;
    display: flex;
    position: absolute;
}*/
.ccolor-mb-rome h2:before {
background: url("");
	content:"";
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 10%;
}
	
.mso-city-mobile-bottom-navigation__menu-details__body.ccolor-mba-rome li.menu-item-has-children a:after {
	color: #EC9998;
}

.ccolor-mba2-rome a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-back {
    color: #EC9998;
}

.ccolor-mba-rome .select-city-parent a {
    color: #EC9998 !important;
	text-decoration:underline;
}

a.mso-city-mobile-bottom-navigation__menu-details__btn-close.ccolor-mba2-rome {
    fill: #EC9998;
}

.ccolor-mb-rome h2 {
    color: #EC9998;
	font-size:26px;
	position: relative;
	left: 25px;
}


/* PARIS */

.mso-city-mobile-bottom-navigation.ccolor-bg-paris {
    background-color: #9F63D7;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-paris>nav>ul>li>a {
	color:#fff;
}

.ccolor-bg-paris .mb-top a:before {
     background-image: url("barcelona-top-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-paris .mb-church a:before {
    background-image: url("");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
	width: 60px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.ccolor-bg-paris .mb-museen a:before {
     background-image: url("barcelona-museum-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-paris .mb-mehr a:before {
     background-image: url("barcelona-info-mb.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-mb-paris h2:first-letter {
    font-family: 'adelia', cursive;
}

/*
.ccolor-mb-paris h2:before {
content: url(https://museos.com/wp-content/uploads/2020/10/purpledot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -25px;
    display: flex;
    position: absolute;
}
*/

.ccolor-mb-paris h2:before {
background: url("");
	content:"";
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 10%;
}

.mso-city-mobile-bottom-navigation__menu-details__body.ccolor-mba-paris li.menu-item-has-children a:after {
	color: #9F63D7;
}

.ccolor-mba2-paris a.mso-city-mobile-bottom-navigation__menu-details-level-2__btn-back {
    color: #9F63D7;
}

.ccolor-mba-paris .select-city-parent a {
    color: #9F63D7 !important;
	text-decoration:underline;
}

a.mso-city-mobile-bottom-navigation__menu-details__btn-close.ccolor-mba2-paris {
    fill: #9F63D7;
}

.ccolor-mb-paris h2 {
    color: #9F63D7;
	font-size:26px;
	position: relative;
	left: 25px;
}

/* BACK TO TOP */

.topbutton {
     height:35px;
     width:35px;
     position:fixed;
     right:5px;
     bottom:105px;
     Z-index:1;
     background-image:url("toparrow2.png");
     background-repeat:no-repeat;
     display:none;
	background-repeat: no-repeat;
    display: none;
    background-color: #D2AE35;
    background-size: contain;
    background-position: center;
	background-size: 20px;
}

/* END BACK TO TOP */

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

header#masthead {
    padding: 5px 0;
	padding-bottom: 0;
}

.main-navigation ul {
    justify-content: flex-end;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}


.main-navigation li {
	position: initial;
} 

.main-navigation a {
	display: block;
	text-decoration: none;
}


#primary-menu ul.sub-menu {
    position: absolute;
    left: 0 !important;
    right: 0;
    width: 100%;
    top: 75px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    z-index: 99999;
    float: none;
    background: #fff;
    min-height: 80px;
    text-align: center;
    border-top: 2px solid transparent;
    max-width: 900px;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 2px solid #D2AE35;
    padding: 20px;
}

@media only screen and (max-width: 479px){
    #primary-menu ul.sub-menu{
        border: none;
    }
}

.logged-in #primary-menu ul.sub-menu {
    top: 115px;
}

#primary-menu .city-hover-menu a {
    position: relative;
    top: -1px;
}

#primary-menu ul.sub-menu {display:none}
#primary-menu .city-hover-menu:hover ul.sub-menu {
    display: flex;
}


.menu-holder {
    position: initial !important;
}

.main-navigation ul .sub-menu a {
	width:auto;
	padding:32px 0;
}

.main-navigation ul .sub-menu li {
	padding:0 3.5% !important; 
}

.site-header .col-md-4 {
    padding-left: 0;
}

.main-navigation li.menu-item-has-children a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: relative;
    left: 3px;
}

.main-navigation li.menu-item-has-children .sub-menu a:after {
    display:none;
}

ul#primary-menu li.city-hover-menu:hover > a:first-child {
    border-bottom: 2px solid navy;
}

.main-navigation ul .sub-menu li:hover {
    background-color: #FFF8DC;
}

/* NEW SPACING */

.ticket-container .mso-slider {
    padding: 100px 0;
    margin: 0;
	padding-bottom:30px;
}

ol li strong, ul li strong, 
ol li b, ul li b  {
font-family:"PoppinsSemibold", Arial	
}

.smallgrow div:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
}

.smallgrow div:nth-child(5) {
    flex: 0 0 25%;
}

.smallgrow div:nth-child(7) {
    flex: 0 0 50%;
    max-width: 50%;
}

.smallgrow div:nth-child(8) {
    flex: 0 0 25%;
}

.sharing-post-social-icons {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
}

span.sharethis {
    width: 100%;
    display: block;
	margin-bottom:20px;
}

.sharing-post-social-icons a {
    padding: 10px;
    /* margin-top: 20px; */
    border: 1px solid;
    border-radius: 50%;
    width: 42px !important;
    height: 42px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin:10px;
}

/* END NEW SPACING */

/* SUBMENU COLORS */

.city-hover-menu li a {
    font-family: 'darloune', cursive;
    line-height: 1em !important;
    text-transform: uppercase;
    font-size: 29px;
	border-bottom:2px solid transparent
}

.city-hover-menu li a:first-letter {
	font-family: 'adelia', cursive;
    font-size: 30px;
    position: relative;
    left: 3px;
    top: 3px;
}

.city-hover-menu li a:hover {
	border-bottom:2px solid;
}

.menu-barc a {
    color: #0A806E !important;
}

.menu-rom a {
    color: #ED9999 !important;
}

.menu-par a {
    color: #9E63D6 !important;
}

.menu-ams a {
    color: #FFCA36 !important;
}

.menu-wie a {
    color: #94E0E5 !important;
}



/* END SUBMENU COLORS */


/* Disable Small Menu on utility pages */ 

.page-id-45468 .city-home-top-navigation, .page-id-45465 .city-home-top-navigation, .page-id-45266 .city-home-top-navigation, .page-id-45273 .city-home-top-navigation, .page-id-45278 .city-home-top-navigation, .page-id-45445 .city-home-top-navigation, .page-id-45458 .city-home-top-navigation, .page-id-45454 .city-home-top-navigation, .page-id-45472 .city-home-top-navigation{
    display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.city-home-top-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
	margin-left:0;
	padding-left:0;
	margin-bottom: 0;
    width: 100%;
}

.city-home-top-navigation li.city-name a {
    position: relative;
    top: 15px;
}

.city-home-top-navigation ul li a {
	color: #000;
    text-transform: uppercase;
	font-family: 'poppinssemibold', Arial;
	font-size:18px;
	padding-bottom: 45px;
    padding-top: 15px;
	
}



.city-name a {
    font-family: 'darloune', cursive !important;
    line-height: 1em !important;
    text-transform: uppercase;
	font-size:40px !important;
	display: inline-block;
}

.city-home-top-navigation {
    height: 90px;
    display: flex;
    align-items: center;
}

.menu-barcelona-menu-container {
    margin: 0 auto;
}

.city-name a::first-letter {
    font-family: 'adelia', cursive !important;
    font-size: 30px;
    position: relative;
    left: -5px;
    top: -5px;
	
}

.cborder-top {
	border-top:2px solid;
}

.city-home-top-navigation ul li.menu-item-has-children a:after {
     content: "\f0d7";  
    font-family: FontAwesome;
	position:relative;
	left:3px;
}

.city-home-top-navigation ul.sub-menu a:after {
	display:none;
}

/* SUBMENU COLORS */

.city-color-barcelona .cborder-top {
	border-color: #0A7F6D;
}

.city-color-amsterdam .cborder-top {
	border-color: #FFCA36;
}

.city-color-rome .cborder-top {
border-color:#ED9999; 
}

.city-color-paris .cborder-top {
border-color:#9E63D6; 
}

.city-color-vienna .cborder-top {
border-color:#94E0E5; 
}


.city-name.barca a::before {
	content: url("");
  width: 13px;
    height: 13px;
    position: relative;
    left: -10px;
    top: 5px;
    display: flex;
    position: absolute;
}

.city-name.barca a:before {
	    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -15px;
    background-repeat: no-repeat;
 	top:25%;
}

.city-name.amsterdam a::before {
	content: url("yellowdot3.png");
  width: 13px;
    height: 13px;
    position: relative;
    left: -20px;
    top: 5px;
    display: flex;
    position: absolute;
}

.city-name.amsterdam a::before {
content: "";
    background: url("yellowdotsvg.svg");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;	
	
}	

.city-name.rome a::before {
	content: url("");
  width: 13px;
    height: 13px;
    position: relative;
    left: -20px;
    top: 5px;
    display: flex;
    position: absolute;
}

.city-name.rome a::before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;
}

.city-name.paris a::before {
	content: url("");
  width: 13px;
    height: 13px;
    position: relative;
    left: -20px;
    top: 5px;
    display: flex;
    position: absolute;
}

.city-name.paris a::before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;
}

.city-name.vienna a::before {
	content: url("");
  width: 13px;
    height: 13px;
    position: relative;
    left: -20px;
    top: 5px;
    display: flex;
    position: absolute;
}

.city-name.vienna a::before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;
}

/* END SUBMENU COLORS */

.city-home-top-navigation ul.sub-menu {
    position: absolute;
    padding: 20px;
    background: #fff;
	max-width: 350px;
}

.city-home-top-navigation ul.sub-menu li {
	padding:5px 0;
}

.city-home-top-navigation ul.sub-menu a {
	font-family: 'poppins', Arial;
	font-size:16px;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* MUSEOS START */

/* GENERAL */

/* FONTS */

@font-face {
    font-family: 'poppinslight';
    src: url("") format('woff2'),
         url("") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;


}

@font-face {
    font-family: 'poppinsmedium';
    src: url("poppins-medium-webfont.woff2") format('woff2'),
         url("poppins-medium-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;


}

@font-face {
    font-family: 'poppinsregular';
    src: url("poppins-regular-webfont.woff2") format('woff2'),
         url("poppins-regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;


}

@font-face {
    font-family: 'poppinssemibold';
    src: url("Poppins-SemiBold.woff2") format('woff2'),
         url("Poppins-SemiBold.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;


}

@font-face {
    font-family: 'poppinsbold';
    src: url("poppins-bold-webfont.woff2") format('woff2'),
         url("poppins-bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'adelia';
    src: url("adelia.woff2") format('woff2'),
         url("adelia.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'darloune';
    src: url("darloune-Regular.woff2") format('woff2'),
         url("darloune-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

/* CURSIVES */

.darloune {
	font-family: 'darloune', cursive;
	line-height:1em !important;
	text-transform:uppercase;
}

.darloune.h1 {
	font-size:60px;
	
}

.darloune.h2 {
	font-size:40px;
}

.darloune.h3 {
	font-size:28px;
}

.adelia {
	font-family: 'adelia', cursive;
	text-transform:uppercase;
}

.h2.darloune.h2.first-letter span {
	font-family: 'adelia', cursive;
    font-size: 40px;
    position: relative;
    left: 3px;
    top: 3px;
}

.h1.darloune.h1.first-letter span {
	font-family: 'adelia', cursive;
    font-size: 40px;
    position: relative;
    left: 0px;
    top: -5px;
}



.poppins-semi-bold, .poppins-semi-bold a  {
	font-family: 'poppinssemibold';
}

h1 span.poppins-semi-bold {
	font-family: 'poppinssemibold';
    font-size: 62px;
    text-transform: uppercase;
	line-height:1.2em;
	letter-spacing:-0.05px;
}


h2.poppins-semi-bold, h2 span.poppins-semi-bold {
	font-family: 'poppinssemibold';
    font-size: 62px;
    text-transform: uppercase;
	color:#000;
	line-height:1.2em;
	letter-spacing:-0.05px;
}

h3.poppins-semi-bold, h3.poppins-semi-bold a {
	font-size:28px;
	line-height:1.2em !important;
	text-transform: uppercase;
	letter-spacing: -0.05px;
	color:#000;
}

h4.poppins-semi-bold, h4.poppins-semi-bold a {
	font-size:22px;
	line-height:1.2em !important;
	text-transform: uppercase;
	letter-spacing: -0.05px;
	color:#000;
}

/* END CURSIVES */

/* BODY */

.top-ten-first-text h2, .top-ten-first-text h3, .top-ten-first-text h4, .top-ten-first-text h5, .top-ten-first-text h6 {
    clear: initial;
}


p, a, li, span, td, th {
	font-family: 'poppinsregular', Arial;
	font-size: 20px;
	line-height:1.4em;
}

p, a, li, span {

	color: #000;
}

.text-16 {
	font-size:16px;
}

.underlined {
	text-decoration:underline;
}

a.underlined {
	font-family: 'poppinsbold';
	text-decoration:underline;
	text-transform:uppercase;
	font-size:16px;
	
}

p strong {
	font-family: 'poppinsbold', Arial;
}

.card-content p {
	font-family: 'poppinsmedium';
	font-size:16px;
	line-height: 1.8em;
    color: #636363;
    letter-spacing: 1px;
}

p.poppins-regular-text  {
	font-family: 'poppinsmedium';
    color: #000;
    line-height: 1.4em;
	min-height:90px;
}

.poppins-regular-text {
	font-family: 'poppinsmedium';
    color: #000;
    line-height: 1.4em;
	min-height:90px;
	letter-spacing: 1px;
}

.chome-links a {
    font-size: 16px;
    font-family: 'poppinsmedium', Arial;
}

.card-content h2 a {
	color:#000;
}

/* END BODY */




/* END FONTS */

.post, .page {
	margin:0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px !important;
}



a:hover {
	text-decoration:none !important;
}

.negmarg {
    margin-top: -2%;
    display: block;
}

.negmarg2 {
	margin-top: -1%;
    display: block;
}

/* COLORS */
.gold {
	color:#D2AE35
}

a.gold:hover, a.gold:visited {
    color: #D2AE35;
}

.underlined:hover {
	text-decoration:underline !important;
}

.white {
	color:#fff
}

/* CATEGORY COLORS */

.post-General .post-meta a, .post-Museos .post-meta a, .post-General .post-meta span, .post-Museos .post-meta span, .post-General .card-content span, .post-Museos .card-content span {
	color: #D4AF36;
}

.post-Barcelona .post-meta a, .post-Barcelona .post-meta span, .Barcelona h2, .Barcelona h2 span, .Barcelona a, .post-Barcelona .card-content span  {
	color: #0A806E;
}
.Barcelona a:hover, .Barcelona a:visited {
	color: #0A806E;
	text-decoration:underline !important;
}

.post-Rome .post-meta a, .post-Rome .post-meta span, .Rome h2, .Rome h2 span, .Rome a, .post-Rome .card-content span {
	color: #ED9999;
}

.Rome a:hover, .Rome a:visited {
	color: #ED9999;
	text-decoration:underline !important;
}

.post-Rom .post-meta a, .post-Rom .post-meta span, .Rom h2, .Rom h2 span, .Rom a, .post-Rom .card-content span {
	color: #ED9999;
}

.Rom a:hover, .Rom a:visited {
	color: #ED9999;
	text-decoration:underline !important;
}

.post-Paris .post-meta a, .post-Paris .post-meta span, .Paris h2, .Paris h2 span, .Paris a, .post-Paris .card-content span {
	color: #9E63D6;
}

.Paris a:hover, .Paris a:visited {
	color: #9E63D6;
	text-decoration:underline !important;
}

.post-Amsterdam .post-meta a, .post-Amsterdam .post-meta span, .Amsterdam h2, .Amsterdam h2 span, .Amsterdam a, .post-Amsterdam .card-content span {
	color: #FFCA36;
}

.Amsterdam a:hover, .Amsterdam a:visited {
	color: #FFCA36;
	text-decoration:underline !important;
}

.post-Vienna .post-meta a, .post-Vienna .post-meta span, .Vienna h2, .Vienna h2 span, .Vienna a, .post-Vienna .card-content span {
	color: #94E0E5;
}



.Vienna a:hover, .Vienna a:visited {
	color: #94E0E5;
	text-decoration:underline !important;
}

.post-Wien .post-meta a, .post-Wien .post-meta span, .Wien h2, .Wien h2 span, .Wien a, .post-Wien .card-content span {
	color: #94E0E5;
}

.Wien a:hover, .Wien a:visited {
	color: #94E0E5;
	text-decoration:underline !important;
}

/* CITY COLORS */

/* PARIS */

.city-color-paris .ccolor, .city-color-paris .ccolor a, .city-color-paris .ccolor-links a  {
    color: #9F63D7 !important;
}

.city-color-paris .cfill svg {
    fill: #9F63D7 !important;
}

button.close.mapmainclose.ccolor:focus {
    outline: none;
}

.city-color-paris .ccolor-title h5, .city-color-paris .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #9F63D7 !important;
}

.city-color-paris .cbackground {
    background-color: #9F63D7;
}

.cbutton, .cbutton:hover {
	color:#FFF !important;
}

.city-color-paris .cbackground-light {
	background-color: #FAF7FD;
}

.city-color-paris .cborder {
	border: 2px solid #9F63D7;
}

.city-color-paris .cborder-light-top {
	border-top: 2px solid #FAF7FD;
}

/* END PARIS */

/* General */



.city-color-general .ccolor, .city-color-general .ccolor a, .city-color-general .ccolor-links a, .about-celine.ccolor-links a   {
    color: #D2AE35 !important;
}

.city-color-general .ccolor-title h5, .city-color-general .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #D2AE35 !important;
}

.city-color-general .cbackground {
    background-color: #D2AE35;
}


.city-color-general .cbackground-light {
	background-color: #FdFbF5;
}

.city-color-general .cborder {
	border: 2px solid #D2AE35;
}

.city-color-general .cborder-light-top {
	border-top: 2px solid #CEE5E2;
}

/* END General */

/* BARCELONA */

.city-color-barcelona .ccolor, .city-color-barcelona .ccolor a, .city-color-barcelona .ccolor-links a, .city-color-Barcelona .ccolor, .city-color-Barcelona .ccolor a, .city-color-Barcelona .ccolor-links a   {
    color: #0A7F6D !important;
}

.city-color-barcelona .cfill svg {
    fill: #0A7F6D !important;
}

.city-color-barcelona .ccolor-title h5, .city-color-barcelona .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #0A7F6D !important;
}

.city-color-barcelona .cbackground {
    background-color: #0A7F6D;
}


.city-color-barcelona .cbackground-light {
	background-color: #F7FBFB;
}

.city-color-barcelona .cborder {
	border: 2px solid #0A7F6D;
}

.city-color-barcelona .cborder-light-top {
	border-top: 2px solid #CEE5E2;
}

/* END BARCELONA */

/* ROME */
.city-color-rome .ccolor, .city-color-rome .ccolor a, .city-color-rome .ccolor-links a  {
    color: #EC9998 !important;
}

.city-color-rome .cfill svg {
    fill: #EC9998 !important;
}

.city-color-rome .ccolor-title h5, .city-color-rome .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #EC9998 !important;
}

.city-color-rome .cbackground {
    background-color: #EC9998;
}


.city-color-rome .cbackground-light {
	background-color: #FEFAFA;
}

.city-color-rome .cborder {
	border: 2px solid #EC9998;
}

.city-color-rome .cborder-light-top {
	border-top: 2px solid #FAE1E1;
}
/* END ROME */

/* AMSTERDAM */
.city-color-amsterdam .ccolor, .city-color-amsterdam .ccolor a, .city-color-amsterdam .ccolor-links a  {
    color: #FFCA36 !important;
}

.city-color-amsterdam .cfill svg {
    fill: #FFCA36 !important;
}

.city-color-amsterdam .ccolor-title h5, .city-color-amsterdam .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #FFCA36 !important;
}


.city-color-amsterdam .cbackground {
    background-color: #FFCA36;
}


.city-color-amsterdam .cbackground-light {
	background-color: #FFFCF5;
}

.city-color-amsterdam .cborder {
	border: 2px solid #FFCA36;
}

.city-color-amsterdam .cborder-light-top {
	border-top: 2px solid #FFF0C3;
}


/* END AMSTERDAM */

/* VIENNA */

.city-color-vienna .ccolor, .city-color-vienna .ccolor a, .city-color-vienna .ccolor-links a  {
    color: #93E0E5 !important;
}

.city-color-vienna .cfill svg {
    fill: #93E0E5 !important;
}

.city-color-vienna .ccolor-title h5, .city-color-vienna .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #93E0E5 !important;
}

.city-color-vienna .cbackground {
    background-color: #93E0E5;
}


.city-color-vienna .cbackground-light {
	background-color: #FAFDFE;
}

.city-color-vienna .cborder {
	border: 2px solid #93E0E5;
}

.city-color-vienna .cborder-light-top {
	border-top: 2px solid #DFF6F8;
}



/* END VIENNA */

/* FLORENZ */

.city-color-florenz .ccolor, .city-color-florenz .ccolor a, .city-color-florenz .ccolor-links a  {
    color: #8ab98a !important;
}

.city-color-florenz .cfill svg {
    fill: #8ab98a !important;
}

.city-color-florenz .ccolor-title h5, .city-color-florenz .ccolor-title h4  {
    font-family: 'poppinssemibold';
	 color: #8ab98a !important;
}

.city-color-florenz .cbackground {
    background-color: #8ab98a;
}


.city-color-florenz .cbackground-light {
	background-color: #f5f7f4;
}

.city-color-florenz .cborder {
	border: 2px solid #8ab98a;
}

.city-color-florenz .cborder-light-top {
	border-top: 2px solid #eaf1ea;
}

.city-color-florenz .cborder-top {
    border-color: #8ab98a;
}

.post-Florence .post-meta a, .post-Florence .post-meta span, .Florence h2, .Florence h2 span, .Florence a, .post-Florence .card-content span {
    color: #8ab98a;
}

.post-Florenz span.post-date.featured-post:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}

.city-name.florenz a:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -15px;
    background-repeat: no-repeat;
    top: 25%;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-florenz {
    background-color: #8ab98a;
}

.mso-city-mobile-bottom-navigation.ccolor-bg-florenz>nav>ul>li>a {
	color:#000;
}


.ccolor-bg-florenz .mb-top a:before {
     background-image: url("amsterdam-top-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-florenz .mb-church a:before {
    background-image: url("");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-florenz .mb-museen a:before {
     background-image: url("amsterdam-museum-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}

.ccolor-bg-florenz .mb-mehr a:before {
     background-image: url("amsterdam-info-black.svg");
    content: "";
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
	margin-bottom: 5px;
}


.ccolor-mb-florenz h2:first-letter {
    font-family: 'adelia', cursive;
}

.menu-flo a {
    color: #8ab98a !important;
    margin-top: 7px;
}

.main-navigation ul .sub-menu li {
    padding: 0 2.5% !important;
}

#primary-menu .city-hover-menu.focus ul.sub-menu {
    z-index: 1000000;
}

.post-Florenz .post-meta a, .post-Florenz .post-meta span, .Florenz h2, .Florenz h2 span, .Florenz a, .post-Florenz .card-content span {
color: #8ab98a !important;	
}

.city-card.Florenz .first-letter span:before, .city-card.Florenz .first-letter span:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}

li.dot-florenz:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
}

.ccolor-mb-florenz a, .ccolor-mb-florenz a:visited {
    color: #8bb98b;
}

.page-template-city-home h1 span.ccolor.darloune.h1 {
    font-family: 'darloune', cursive;
    line-height: 1em !important;
    text-transform: uppercase;
    font-size: 2.5rem;
}

.page-template-top-ten .row.cards-offer {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
}


.city-color-florenz span.review-rating[data-rating="5,0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="4,5"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="4,0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="3,5"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="3,0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="2,5"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="2,0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="1,5"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="1,0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-florenz span.review-rating[data-rating="0,5"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-florenz span.review-rating[data-rating="0"]:after, .city-color-florenz .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}


.city-color-florenz ul.regular-list-repeater.cclist li:before, .city-color-florenz .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
   left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-florenz ul.regular-list-repeater li, .city-color-florenz .regular-list-repeater ul li {

    list-style: none;
}

/* END FLORENZ */


/* CITY DOTS */

span.review-rating, .city-marker-details__rating.text-left.poppins-semi-bold {
   display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}

.city-marker-details__rating.text-left.poppins-semi-bold {
   display: flex;
    justify-content: end;
   justify-content: flex-end;
}


span.review-rating:after, .city-marker-details__rating.text-left.poppins-semi-bold {
	height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
    padding-right: 15px;
}

.city-marker-details__rating.text-left.poppins-semi-bold:after
 {
  position:relative;
	 top:2px;
}

/* BARCELONA */

.city-color-barcelona span.review-rating[data-rating="5,0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after
 {
   background: url("");
    content: "";
    display: block;
    width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="4,5"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
	
}

.city-color-barcelona span.review-rating[data-rating="4,0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="3,5"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="3,0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="2,5"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="2,0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="1,5"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="1,0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-barcelona span.review-rating[data-rating="0,5"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-barcelona span.review-rating[data-rating="0"]:after, .city-color-barcelona .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* END BARCELONA */

/* PARIS */

.city-color-paris span.review-rating[data-rating="5,0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="4,5"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="4,0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="3,5"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="3,0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="2,5"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="2,0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="1,5"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="1,0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-paris span.review-rating[data-rating="0,5"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-paris span.review-rating[data-rating="0"]:after, .city-color-paris .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}




/* END PARIS */


/* AMSTERDAM */

.city-color-amsterdam span.review-rating[data-rating="5,0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="4,5"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="4,0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="3,5"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="3,0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="2,5"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="2,0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="1,5"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="1,0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-amsterdam span.review-rating[data-rating="0,5"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-amsterdam span.review-rating[data-rating="0"]:after, .city-color-amsterdam .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}




/* END AMSTERDAM */


/* VIENNA */

.city-color-vienna span.review-rating[data-rating="5,0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="4,5"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="4,0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="3,5"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="3,0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="2,5"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="2,0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="1,5"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="1,0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-vienna span.review-rating[data-rating="0,5"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-vienna span.review-rating[data-rating="0"]:after, .city-color-vienna .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}




/* END VIENNA */


/* ROME */

.city-color-rome span.review-rating[data-rating="5,0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="5,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="4,5"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,5"]:after {
    background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="4,0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="4,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="3,5"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="3,0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="3,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="2,5"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,5"]:after {
  background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="2,0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="2,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="1,5"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,5"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="1,0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="1,0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.city-color-rome span.review-rating[data-rating="0,5"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0,5"]:after {
   content:url("");
}

.city-color-rome span.review-rating[data-rating="0"]:after, .city-color-rome .city-marker-details__rating.text-left.poppins-semi-bold[data-rating="0"]:after {
   background: url("");
    content: "";
    display: block;
   width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}




/* END ROME */


/* END CITY DOTS */

/* END CITY COLORS */

/* BACKGROUNDS */

.lightgoldbg {
	background-color: #FDFBF5;
}

.lightbluebg {
	background-color: #F7FBFB;
}

.pinkbg {
	background-color: #EB9997;
}

.goldbg {
	background-color:#D2AE35 !important;
}

/* BUTTONS */

a.round-button, .round-button {
	font-family: 'poppinssemibold';
    padding: 7px 20px;
    border-radius: 55px;
	text-transform: uppercase;
	letter-spacing:-0.05px;
	display: inline-flex;
}

.round-button {
	font-family: 'poppinssemibold';
    padding: 7px 20px !important;
    border-radius: 55px !important;
	text-transform: uppercase;
	letter-spacing:-0.05px !important;
	display: inline-flex !important;
}

a.round-button.grayborder {
    border: 2px solid #DEE1E2;
}

a.round-button.goldborder {
    border: 2px solid #D2AE35;
}

/* BEFORE DOTS */
/*
.post-General span.post-date.featured-post:before {
   content: url(https://museos.com/wp-content/uploads/2020/10/golddot3.png);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
*/

.post-General span.post-date.featured-post:before, .post-Museos span.post-date.featured-post:before {
   content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}

.city-card.Barcelona .first-letter span:before {
 content: url("");
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
} 
.post-Barcelona span.post-date.featured-post:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}	
/*
.post-Paris span.post-date.featured-post:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/purpledot3.png);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
*/

.post-Paris span.post-date.featured-post:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}
/*
.post-Rome span.post-date.featured-post:before {
   content: url(https://museos.com/wp-content/uploads/2020/10/pinkdot3.png);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
*/

.post-Rome span.post-date.featured-post:before, .post-Rom span.post-date.featured-post:before {
   content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}

/*
.post-Amsterdam span.post-date.featured-post:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/yellowdot3.png);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
*/

.post-Amsterdam span.post-date.featured-post:before {
     content: "";
    background: url("yellowdotsvg.svg");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}
/*
.post-Vienna span.post-date.featured-post:before {
  content: url(https://museos.com/wp-content/uploads/2020/10/lightbluedot3.png);
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
*/

.post-Vienna span.post-date.featured-post:before, .post-Wien span.post-date.featured-post:before {
   content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}

/* CITY NAMES */
/*
.city-card.Barcelona .first-letter span:before {
 content: url(https://museos.com/wp-content/uploads/2020/10/greendot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: 7px;
    top: -10px;
	display:initial;
}
*/
.city-card.Barcelona .first-letter span:before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -15px;
    background-repeat: no-repeat;
    top: 40% !important;
}

/*
.city-card.Paris .first-letter span:before {
 content: url(https://museos.com/wp-content/uploads/2020/10/purpledot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -5px;
    top: -10px;
	display:initial;
} */

.city-card.Paris .first-letter span:before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}	

/*
.city-card.Rome .first-letter span:before, .city-card.Rom .first-letter span:before {
 content: url(https://museos.com/wp-content/uploads/2020/10/pinkdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -5px;
    top: -10px;
	display:initial;
}

*/

.city-card.Rome .first-letter span:before, .city-card.Rom .first-letter span:before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}
/*
.city-card.Amsterdam .first-letter span:before {
 content: url(https://museos.com/wp-content/uploads/2020/10/yellowdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -5px;
    top: -10px;
	display:initial;
}
*/

.city-card.Amsterdam .first-letter span:before {
content: "";
    background: url("yellowdotsvg.svg");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}
/*
.city-card.Vienna .first-letter span:before, .city-card.Wien .first-letter span:before {
 content: url(https://museos.com/wp-content/uploads/2020/10/lightbluedot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: -5px;
    top: -10px;
	display:initial;
}
*/

.city-card.Vienna .first-letter span:before, .city-card.Wien .first-letter span:before {
content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}

/* MAIN MENU */

.menu-holder {
    display: flex;
    align-items: center;
  
}

.menu-holder .menu-main-menu-container {
    justify-content: flex-end;
    display: flex;
}

ul#primary-menu li {
    padding: 35px 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

ul#primary-menu li a {
    color:#000;
	text-transform:uppercase;
	line-height: 20px;
    border-bottom: 2px solid transparent;
}

.custom-logo {
    width: 180px;
}

/* END MAIN MENU */

/* END GENERAL */

/* HOME*/

/* HERO */

.hero {
    height: 80vh;
    background-position: center bottom !important;
}

.hero-smaller {
		max-height:650px;
	}	
	

/* CITIES SECTION */

.row.cards-cities {
    justify-content: space-evenly;
}

.city-card-content a.underlined {
    font-size: 20px;
}

.city-inner-container {
    display: flex;
    flex-direction: column;
}

.city-card-content {
    display: flex;
    flex-direction: column;
}

.city-card-content p {
	min-height:136px;
}

/* OFFER SECTION */

.offer-card {
}

.card-inner-container {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 70px 22px rgba(0, 0, 0, 0.07);
}

.gold-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -57.5px;
}

.gold-circle-inner {
    width: 105px;
    height: 105px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 96px;
    border: 8px solid #fff;
}

.home-we-offer .card-photo img {
    height: 250px;
    width: auto;
}

.page-template-homepage .home-we-offer .card-photo img, .home .home-we-offer .card-photo img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.page-template-city-home .card-photo img, .page-template-top-ten .card-photo img{
    max-height: 272px;
	min-height: 272px;
    width: 100%;
    object-fit: cover;
}

.page-template-top-ten .card-photo img{
    max-height: 272px;
	min-height: 272px;
    width: 100%;
    object-fit: cover;
}

.home-we-offer .card-content p.poppins-regular-text {
    min-height: 57px;
}


/* END OFFER SECTION */


/* BLOG SECTION */
.post-meta {
    display: flex;
    justify-content: space-between;
	text-transform:uppercase;
}

.post-meta.smallmeta span {
    font-size: 16px;
}

.smallmeta {
	font-size:16px;
}

.home-blog-featured-post {
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0px 4px 70px 22px rgba(0, 0, 0, 0.07);
}

div#search-filter-results-104 {
    height: 100%;
}

.home-blog-featured-post {
    height: 100%;
}

.home-featured-post .search-filter-results {
    height: 100%;
}

.home-blog-featured-post.others {
    display: flex;
    height: 30%;
    margin-bottom: 5%;
}

.home-blog-featured-post.others:last-child {
    display: flex;
    height: 30%;
    margin-bottom: 0;
}

.others-left {
    width: 35%;
	/* max-height: 202px; */
	height:100%;
}

.others-left img {
    height: 100%;
    border-radius: 20px;
	object-fit:cover;
	min-height:202px;
	/* min-height:202px;
	max-height:202px; */
}

.others-right {
    width: 65%;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.page-id-28123 h1 {
    padding-top: 5%;
}

.others-left p {
    margin-bottom: 0;
	height:100%;
}

span.post-date.featured-post {
    display: flex;
}

span.reading-time-icon.smallmeta {
    padding-right: 5px;
}

.post-content.card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-content.card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
}

.home-reading-time {
	text-transform:uppercase;
}

.others-right .card-content p {
    color: #000;
}

.secondary-reset a.search-filter-reset {
    color: #d2ae35;
    text-transform: uppercase;
}

.modal-header {
	border-bottom:none !important;
}

.modal-body .searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 28px;
    font-family: "Poppinssemibold", Arial;
}

.modal-footer {

    justify-content: flex-start !important;
    border-top: none !important;
}

.modal-content.blogmodal {
    border: 1px solid #d2ae35 !important;
    border-radius: 0 !important;
    background: url("");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-color: #fff;
    background-size: auto;
}

.open-modal i {
    font-size: 22px;
    padding-right: 10px;
}

.secondary-reset a.search-filter-reset:before {
    content: "\f074";
  font-family: FontAwesome;
    padding-right: 10px;
}

.secondary-reset ul {
    margin-left: 0;
}

.openmodalbutton:focus {
    outline: none;
}

.openmodalbutton:hover, .openmodalbutton {
    border-color: transparent !important;
}


.code-field iframe {
	display:initial !important;
}

/* END BLOG SECTION */

.page-template-city-home	.main-post-left img {
    max-height: 402px;
    min-height: 402px;
    object-fit: cover;
}

/* QUIZ SECTION */

.quiz-section {
    min-height: 800px;
    background-size: cover;
}

/* END QUIZ SECTION */

/* LOGO SECTION */

span.title-pink-bg {
	background: #EB9997;
	position:relative;
	padding: 5px 10px 5px 30px;
}

span.title-pink-bg:before {
    border-bottom: 0.633em solid transparent;
    border-left: 0.667em solid #fff;
    border-top: 0.633em solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.home-logos-container {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

/* END LOGO SECTION */

/* END HOME */


/* TOP 10 */

.tip-content-mb {
    width: 100%;
}


span.card-number {
        font-size: 50px;
    font-family: 'poppinssemibold', Arial;
    line-height: 60px;
}

.top-ten-first-circle {
    margin-top: auto;
    align-items: flex-start;
    justify-content: flex-start;
}

.tip-content {
    display: flex;
}

.tip-content img {
	border-radius:15px;
}

.tip-content a.ccolor {
    font-size: 20px;
}

/* Bullet Lists */

ul.regular-list-repeater li, .regular-list-repeater ul li {
list-style-position: outside;
    padding-left: 30px;
	position:relative;
}	

.regular-list-repeater.txtlist ul li {
    padding-left: 0 !important;
}	

.regular-list-repeater.txtlist ul {
    margin-left:0;
		padding-left:20px
}	

.city-color-paris ul.regular-list-repeater.cclist, .city-color-paris .regular-list-repeater.cclist.txtlist ul {
   list-style-type:none;
}

.city-color-general ul.regular-list-repeater.cclist, .city-color-general .regular-list-repeater.cclist.txtlist ul {
   list-style-type:none;
}

.city-color-general ul.regular-list-repeater.cclist li:before, .city-color-general .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-paris ul.regular-list-repeater.cclist li:before, .city-color-paris .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-barcelona ul.regular-list-repeater.cclist , .city-color-barcelona .regular-list-repeater.cclist.txtlist ul {
     list-style-type:none;
}

.city-color-barcelona ul.regular-list-repeater.cclist li:before, .city-color-barcelona .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
   left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-vienna ul.regular-list-repeater.cclist, .city-color-vienna .regular-list-repeater.cclist.txtlist ul {
      list-style-type:none;
}

.city-color-vienna ul.regular-list-repeater.cclist li:before, .city-color-vienna .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-rome ul.regular-list-repeater.cclist, .city-color-rome .regular-list-repeater.cclist.txtlist ul {
    list-style-type:none;
}

.city-color-rome ul.regular-list-repeater.cclist li:before, .city-color-rome .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
   left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}

.city-color-amsterdam ul.regular-list-repeater.cclist, .city-color-amsterdam .regular-list-repeater.cclist.txtlist ul {
   list-style-type:none;
}

.city-color-amsterdam ul.regular-list-repeater.cclist li:before, .city-color-amsterdam .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("yellowdotsvg.svg");
    width: 17px;
    height: 13px;
    position: absolute;
   left: -25px;
    background-repeat: no-repeat;
    top: 6px;
}



.bullet-card-inner {
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.bullet-card-inner img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	    max-height: 165px;
	min-height:165px;
    width: 100%;
    object-fit: cover;
}

.bullet-card-inner h4 {
    min-height: 78px;
}

/* END TOP 10 */

/* CONTACT PAGE */

.checkbox label {
    text-transform: none !important;
}

.checkbox label a, .checkbox label a:hover {
    color:#d2ae35;
	font-size:16px;
}

.checkbox input {
    margin-right: 0.5rem !important;
}

.caldera-grid label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: "PoppinsRegular";
}

p.caldera-forms-consent-field-agreement, a.caldera-forms-consent-field-linked_text {
    text-transform: initial;
    font-size: 16px;
    font-weight: 400;
}

a.caldera-forms-consent-field-linked_text {
    color: #d2ae35;
}

.caldera-grid .form-control {
    border: 2px solid #D4AF36 !important;
    box-sizing: border-box;
    border-radius: 100px !important;
	height: 42px !important;
    padding: 8px 14px !important;
}

.caldera-grid textarea.form-control {
    border: 2px solid #D4AF36;
    box-sizing: border-box;
    border-radius: 25px !important;
	height:auto !important;
}


.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio] {
    box-shadow: inset 0 0 0 1pt #d2ae35;
}

span.field_required {
    color: #000 !important;
	font-weight:400;
}
.checkbox-inline span {
    color: #000 !important;
}

.city-select select option {
    font-family: 'poppinssemibold', Arial;
	min-height: 1.4em !important;
}

.city-select select.form-control option:nth-child(2) {
    color: #d2ae35 !important;
}

.city-select select.form-control option:nth-child(3) {
    color: #0A7F6D !important;
}

.city-select select.form-control option:nth-child(4) {
    color: #9F63D7 !important;
}

.city-select select.form-control option:nth-child(5) {
    color: #EC9998 !important;
}

.city-select select.form-control option:nth-child(6) {
    color: #FFCA36 !important;
}

.city-select select.form-control option:nth-child(7) {
    color: #93E0E5 !important;
}

.caldera-grid .btn-default {
    font-family: 'poppinssemibold', Arial;
    padding: 10px 20px !important;
    border-radius: 55px !important;
    text-transform: uppercase;
    letter-spacing: -0.05px;
    display: inline-flex;
    background: #d2ae35 !important;
    border: none !important;
    color: #fff !important;
    font-size: 20px !important;
    margin-top: 10px;
}

.caldera-grid .btn-default:hover {
    background: #d2ae35;
    color: #fff;

}

.caldera-grid .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(210,174,53,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(210,174,53,.6) !important;
}

span.parsley-required {
    color: red;
    font-size: 14px;
}
  

/* END CONTACT PAGE */

/* BLOG LISTING PAGE */

h2#exampleModalLongTitle:first-letter {
    font-family: 'poppinssemibold';
    font-size: 62px;
}

.blog-listing-inner img {
    width: 100%;
    min-height: 302px;
    max-height: 302px;
	object-fit: cover;
}

.home-blog-featured-post.blog-listing {
    box-shadow: none;
	overflow: visible;
	background-color: #fff;
	
	 
}
.blog-listing-inner {
  height: 100%;  
box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.07);
 border-radius:20px;
	overflow: hidden;
}



.modal-body ul {
    display: flex;
    margin-left: 0;
    padding-left: 10px;
	flex-wrap: wrap;
}

.modal-body .searchandfilter ul>li>ul:not(.children) {
    flex-direction: column;
}

.modal-body li.sf-field-post-meta-post_category {
    width: 50%;
}

.modal-body li.sf-field-category {
    width: 50%;
}

.modal-body li.sf-field-submit {
    width: 100%;
}

.secondary-reset li.sf-field-post-meta-post_category {
    display: none;
}

.secondary-reset li.sf-field-category {
    display: none;
}

.secondary-reset li.sf-field-submit {
    display: none;
}

.modal-body li.sf-field-reset {
    display: none;
}

.blog-listing-inner.blog-listing {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-listing .main-post-right {
    display: flex;
    flex-direction: column;
	height: 100%;
}

.reading-times-bl {
    margin-top: auto;
}

.blog-listing h4.poppins-semi-bold, .blog-listing h4.poppins-semi-bold a {

    min-height: 57px;
}

/* END BLOG LISTING PAGE */

/* ABOUT PAGE */
.family-photo {
display: flex;
	align-items: flex-end; }

.dflex-bottom {
	display:flex;
	align-items: flex-end;
}

.embed-container iframe {
    border: 5px solid #D2AE35;
    border-radius: 20px;
    overflow: hidden;
}
/*
li.dot-barcelona:before {
    content: url(https://museos.com/wp-content/uploads/2021/04/greendotsvg.svg);
    width: 13px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: initial;
} 

li.dot-rome:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/pinkdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: initial;
}

li.dot-paris:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/purpledot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: initial;
}

li.dot-amsterdam:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/yellowdot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: initial;
}

li.dot-vienna:before {
    content: url(https://museos.com/wp-content/uploads/2020/10/lightbluedot3.png);
    width: 13px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: initial;
}


*/

li.dot-barcelona:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}

li.dot-rome:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}

li.dot-paris:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}

li.dot-amsterdam:before {
    background: url("yellowdotsvg.svg");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}

li.dot-vienna:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}

.team-dots ul {
    list-style: none;
    display: inline-flex;
    margin-left: 0;
    padding-left: 0;
}

.team-name span.poppins-semi-bold {
	font-size:50px;
}

.photo-repeater-inner ul {
    padding-left: 0;
    margin-left: 0;
    position: absolute;
    top: 10px;
    list-style: none;
}

.photo-repeater-inner img{
	border-radius:20px;
}


.photo-repeater-inner.row-three img{
	height:425px;
	object-fit:cover;
	width:100%;
}

.row-one-big .galleries-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.galleries-big-left .photo-repeater-inner img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
	height:100%;
}

.ccolor-links p a {
	color:#D2AE35;
}

.galleries-right-inner {
    height: 48%;
}

.galleries-right-inner.bottomimg img {
    width: 100%;
    object-fit: cover;
}

.galleries-right-inner img {
    height: 340px;
	width:100%;
    object-fit: cover;
}

.col-md-6.galleries-right.pl-0 {
    max-height: 700px;
}

.galleries-big-left {
    display: flex;
}

div#fancybox-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #000000d9;
    color: #fff;
    line-height: 1.3em;
    padding: 10px 0 10px 0;
}
.photo-repeater-inner {
    display: flex;
    width: 100%;
    display: block;
}

.gallery-row-mb .col-md-6:last-child {
    padding-right: 0 !important;
}

.gallery-row-mb .col-md-6:first-child {
    padding-right: 1.5rem !important;
}

.gallery-row-mb .repeater-iner-mb.col-md-6:last-child {
    padding-right: 1rem !important;
}

.gallery-row-mb .repeater-iner-mb.col-md-6:first-child {
    padding-right: .9rem !important;
}

/* END ABOUT PAGE */


/* CITY PAGE */

div#search-filter-results-36322 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.city-marker-details__photo.pr-3.mt-3.mb-3 img {
    border-radius: 20px;
}

.city-marker-details__cta.mt-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

	.map-row h2#exampleModalLongTitle:first-letter	{
		font-family: 'adelia', cursive;	}

.map-button {
	font-size:16px;
}

.disabled {
    pointer-events: none;
}

a.city-marker-details__btn-close {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}

.mapmainclose {
	 height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin:0 !important;
}

button.close.mapmainclose.ccolor {
    padding: 0 !important;
	opacity:1 !important;
}
/*
span.ccolor.close-symbol:before {
    content: "x";
}

button.close.mapmainclose span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.close {
    float: right;
    font-size: initial;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-title-and-rating {
    float: left;
    margin-top: -5px;
    margin-bottom: 10px;
}

.city-marker-details__photo img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
	border-radius:15px;
}

.modalheadermap {
    padding-bottom: 0;
}

.map-row .modal-header.modalheadermap.text-center {
    padding-top: 40px;
}

button.close.mapmainclose span {
    position: relative;

}

h2.modal-title:first-letter {
    font-family: 'adelia', cursive;
    font-size: 30px;
    position: relative;
    left: -5px;
    top: -5px;
}

.image-list-repeater .swiper-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
}

.image-list-repeater[data-count="3"] .swiper-wrapper, .image-list-repeater[data-count="2"] .swiper-wrapper, .image-list-repeater[data-count="4"] .swiper-wrapper {
	justify-content:center;
}

a.city-marker-details__btn-primary.cbackground.round-button.cbutton.map-button.disabled {
    opacity: 0.7;
}

a.city-marker-details__btn-primary.cbackground.round-button.cbutton.map-button.disabled:hover {
cursor: not-allowed;	
}

/* END CITY PAGE */

/* LOCATION PAGE */

.round-photos img {
	border-radius:15px;
}

.round-photos ul {
	position: relative;
    left: 20px;
}


.lc-icon-top:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:2;
}

.lc-icon-ticket:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:3;
}

.lc-icon-flag:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:7;
}

.lc-icon-people:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:6;
}

.lc-icon-thumbsup:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:1;
}


.lc-icon-gratis:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:4;
}

.lc-icon-calendar:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:5;
}

.lc-icon-accessibility:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:8;
}

.lc-icon-expert:after {
    content: "";
    background-image: url("");
    width: 64px;
    height: 64px;
    display: block;
    background-size: 64px 64px;
	order:7;
}

/* smaller */

.lc-icon-top.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:2;
}

.lc-icon-ticket.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:3;
}

.lc-icon-flag.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:7;
}

.lc-icon-people.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:6;
}

.lc-icon-thumbsup.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:1;
}


.lc-icon-gratis.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:4;
}

.lc-icon-calendar.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:5;
}

.lc-icon-accessibility.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:8;
}

.lc-icon-expert.sm-loc:after {
    content: "";
    background-image: url("");
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
	order:7;
}

.loc-icon {
    height: 64px;
    width: 64px;
    display: block;
    border-radius: 50%;
	margin:5px;
}

.location-icons-holder {
    display: flex;
}

span.ticket-price {
    font-size: 62px;
}

.cbackground span.ticket-price {
	color:#fff !important;
}

.featured-ticket .cborder {
    border: 2px solid #fff;
    color: #fff !important;
}

.ticket-separator.cbackground {
    height: 2px;
    opacity: 0.4;
}

.featured-ticket .ticket-separator.cbackground {
    height: 2px;
	background:#fff;
    opacity: 0.4;
}
/*
.featured-banner {
    position: absolute;
    top: -5px;
    left: -5px;
}

.featured-banner span {
    position: absolute;
    top: 17px;
    left: 15px;
    transform: rotate(-44deg);
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'poppinsbold';
    color: #fff;
}
*/



.featured-banner-tickets-only:after {
    bottom: 0;
    left: 0;
}
.featured-banner-tickets-only:before {
    top: 0;
    right: 0;
}

.single-ticket {
    margin-top: -3rem;
    margin-bottom: -2rem;
}

.featured-banner-tickets-only span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #FFC936;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    right: -27px;
	font-size:16px;
    top: 30px;
    transform: rotate(
-45deg
);
}


.city-color-amsterdam .featured-banner-tickets-only span {
		background-color:#fff !important;
		color:#000 !important;
	}

.city-color-amsterdam .featured-banner-tickets-only:before, .city-color-amsterdam .featured-banner-tickets-only:after {
    border-color: #f5f5f5;  
}

	

.featured-banner-tickets-only:before, .featured-banner-tickets-only:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
	border-color: #D39F12;
    border-top-color: transparent;
    border-left-color: transparent;
}
.featured-banner-tickets-only {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}


/* TABLE BANNERS */

.featured-banner-table-only:after {
    bottom: 0;
  left: 0;
}
.featured-banner-table-only:before {
    top: 0;
  right: 6px;
}

.featured-banner-table-only span {
  position: absolute;
    display: block;
    width: 145px;
    padding: 5px 0;
    background-color: #FFC936;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    right: -7px;
    font-size: 13px !important;
    top: 30px;
    transform: rotate( 
-45deg
 );
}

	

.featured-banner-table-only:before, .featured-banner-table-only:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid;
	border-color: #D39F12;
   border-top-color: transparent;
  border-left-color: transparent;
}
.featured-banner-table-only {
  width: 110px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px;
}
/*
.featured-table-row {
    overflow: hidden;
}
*/
.featured-table-row {
    min-height: 135px;
}
.fixed.table td:first-child, .fixed.table th:first-child {
    padding-left: 50px !important;
}

/* END TABLE BANNERS */



.ticket-card .ticket-card-inner {
    border-radius: 20px;
	box-shadow: 0px 4px 70px 22px rgba(0, 0, 0, 0.07);
}

.pt-3.featured-ticket {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    top: -30px;
}

.ticket-single .ticket-card-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/*
.ticket-single .ticket-card-inner.featured-ticket {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
*/
a.round-button.ccolor.cborder.mt-5.disabled-button {
    pointer-events: none;
    opacity: .5;
}

.table-icons {
    align-items: center;
}

.table-icons .loc-icon {
    height: 22px;
    width: 22px;
    display: block;
    border-radius: 50%;
    margin: 5px;
}

.table-icons:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px 22px;
}

.tickettable {
	border: solid #ccc 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    border-collapse: separate !important;
    border-spacing: 0;
	overflow:hidden;
}

.table th{
	border-bottom:none !important;
	padding:30px 0 !important;
}

.table td {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px 0 !important;
}

tbody tr {
	margin: 0 20px !important;
}

thead tr {
    padding: 0 20px;
}

.ticket-table-button-disabled {
    pointer-events: none;
    border-color: #636363 !important;
    color: #636363 !important;

}

.ticket-table-button-disabled:hover {
	cursor: not-allowed;
}

.featured-table-row {
    position: relative;
}

.featured-banner.tablebanner {
    top: -5px;
    left: initial;
    right: -5px;
}

.featured-banner.tablebanner span {
position: absolute;
    top: 20px;
    right: 0px;
    transform: rotate(48deg);
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'poppinsbold';
    color: #fff;
}

.mso-slider .container {
	position:relative;
}

.mso-slider--facts .swiper-container {
    display: flex;
}

.mso-slider--facts .swiper-wrapper {
	height:auto;
}

.mso-slider--facts .cards-facts-content.text-center.p-3 {
    display: flex;
    flex-direction: column;
	height: 100%;
}

.mso-slider--facts a.ccolor.underlined.flip-card-button {
    margin-top: auto;
}

.mso-slider__side-arrows {
    position: absolute;
    top: 35%;
    width: 100%;
}



.mso-slider__side-arrows a.mso-slider__arrow.mso-slider__arrow--left {
    margin-left: -80px;
}

.mso-slider__side-arrows a.mso-slider__arrow.mso-slider__arrow--right {
    margin-right: -80px;
	float: right;
}

.mso-slider__bottom-arrows {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.mso-slider__paging {
    padding: 0 20px;
}

.flip-card-back {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flip-card-back, .flip-card-front {
    display: flex;
    flex-direction: column;
}

/* IMPORTANT FACTS CARDS */

.card-facts-inner-container {
    border-radius: 20px;
    overflow: hidden;
	box-shadow: 0px 4px 70px 22px rgba(0, 0, 0, 0.07);
}

.smallg-photo {
	
	overflow:hidden;
}

.smallg-photo img {
    width: 100%;
    max-height: 292px;
    object-fit: cover;
	border-radius:20px;
}

.smallg-photo img {
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
	margin-bottom:1em;
}


.bullet-card-inner.last-location-carousel img{
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 320px;
	max-height:initial;
    width: 100%;
    object-fit: cover;
}

/* END LOCATION PAGE */

/* TOURS PAGE */

li.sf-field-post-meta-category_second_column {
    padding-left: 20px !important;
}
/*
.page-template-tours-template div#fancybox-title {
    display: block !important;
}*/

.tour-image img {
    border-radius: 20px;
}

.tour-image img {
    max-height: 400px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
	min-height:400px;
}

.tour-image.ftrd img {
    max-height: none;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 700px;
}

.featured-text-column {
    height: 100%;
    display: flex;
    flex-direction: column;
	    min-height: 700px;
}

.white-underlined-links a {
	color:#fff;
	text-decoration:underline;
}

.white-underlined-links a:hover {
	color:#fff;
	text-decoration:underline !important;
}

.tour-price-container .featured-text-column {
    margin-top: auto !important;
}

.secondary-reset li {
    display: none !important;
}

.secondary-reset li.sf-field-reset {
	display:block !important;
}

.modal-two:first-letter {
	font-family: 'poppinssemibold' !important;
	font-size: 62px !important;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}

.mb-6 {
	margin-bottom:6rem !important;
}

.full-width-title.tour-text {
    display: flex;
    flex-direction: column;
}

.tour-price-container {
    border-radius: 20px;
}

.tour-price-container {
    margin-top: auto !important;
}

span.tour_price {
    font-size: 50px;
    font-weight: bold;
}

.tour-price-container div {
    display: flex;
    align-items: center;
}

span.tour_price_suffix {
    padding-left: 5px;
}

.more-less-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.more-less-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
	width:100%;
}

.more-less-link span:before, .more-less-link span:after  {
    content: '';
    width: 40%;
    height: 1px;
    margin: 0 10px;
}

.city-color-paris .more-less-link span:before, .city-color-paris .more-less-link span:after  {
 background:#9F63D7;
}

.city-color-barcelona .more-less-link span:before, .city-color-barcelona .more-less-link span:after  {
 background:#0A806E;
}

.city-color-amsterdam .more-less-link span:before, .city-color-amsterdam .more-less-link span:after  {
 background:#FFCA36;
}

.city-color-vienna .more-less-link span:before, .city-color-vienna .more-less-link span:after  {
 background:#94E0E5;
}

.city-color-rome .more-less-link span:before, .city-color-rome .more-less-link span:after  {
 background:#ED9999;
}

.featured-column .more-less-link span:before, .featured-column .more-less-link span:after  {
 background:#fff;
}

.more-less-link span i {
    margin-left: 5px;
}

.more-less-link:focus {
    outline: none;
}

.featured-gallery img {
	border-radius:20px;
	border-radius: 20px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.openmodalbutton {
    display: flex !important;
    align-items: center;
}

/* END TOURS PAGE */


/* SINGLE POST */

.col-md-6.author-details {
    display: flex;
    align-items: center;
    justify-content: center;
	order:1;
}

.author-name-photo {
    background: #ffffff40;
    padding-right: 30px;
    border-radius: 25px;
}

.single-post .flip-card-front img {
    max-height: 250px;
	object-fit:cover;
}


.single-post .swiper-slide.fact-cards {
    max-height: 470px;
}

.author-name-photo {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.post-date-single {
    font-size: 12px;
 
    width: 100%;
    text-align: right;
    position: relative;
    margin-top: -20px;
	position: relative;
    right: -15px;
}

.author-name-photo-only {
    display: flex;
	flex-direction: column;
}

.post-navigation a {
	color:#fff;
	font-size:14px;
}

.post-navigation a:hover {
	color:#fff;
}

.author-name-photo img {
    border-radius: 50%;
    border: 2px solid #fff;
}

.author-details h5 {
	color:#000;
	margin-left: 10px;
	font-family:darloune;
	font-size:30px;
}

.author-details h5:first-letter {
font-family: 'adelia';
	font-size:18px;
}

.city-color-barcelona h5, .city-color-barcelona span.post-date-single, .city-color-general h5, .city-color-general span.post-date-single, .city-color-rome h5, .city-color-rome span.post-date-single,.city-color-paris h5, .city-color-paris span.post-date-single, .city-color-rom h5, .city-color-rom span.post-date-single {
    color: #fff;
}

.post-navigation a, .post-navigation a:hover {
    color: #000;
}

.col-md-3.post-navigation {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
	order:0;
	width: 50%;
    margin-top: 20px;
	margin-bottom:20px !important;
}

.col-md-3.post-navigation.post-nav-right {
    justify-content: flex-end;
	order:3
}



/* END SINGLE POST */

/* FOOTER */

.footer-bottom-left {
    align-items: center;
    display: flex;
}

ul.footer-bottom-links, ul.footer-top-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom-links li {
	margin-left:30px;
	padding-right:30px;
	border-right:1px solid #B8B8B8;
}

ul.footer-top-links li {
	margin-left:25px;
	padding-right:25px;
}

.footer-bottom-links li:first-child, .footer-top-links li:first-child {
	margin-left:0;
}

.footer-bottom-links li:last-child, .footer-top-links li:last-child {
	padding-right:0;
	border-right:none;
}

.footer-bottom-links li a, .footer-bottom-links span {
font-size:20px;
	color:#404040;
}

.footer-top-links li a {
	font-size:20px;
	color:#404040;
}

.footer-copyright a {
    font-family: 'poppinsbold', Arial;
	color:#000 !important;
}

ul.footer-bottom-sm {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-bottom-sm a {
    border: 1px solid #D2AE35;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
	margin:0 10px;
}

.footer-bottom-sm a i {
    font-size: 20px;
}

.footer-bottom-sm a.YouTube {
	color: #E42B26;
	color: #D2AE35;
}

.footer-bottom-sm a.Facebook {
	color: #4167B2;
	color: #D2AE35;
}

.footer-bottom-sm a.Instagram {
	color: #306699;
	color: #D2AE35;
}

.footer-social-container {
    display: flex;
    align-items: center;
}

.footer-top-links-column {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

img.img-responsive.footer-photo-fixed {
    position: absolute;
	bottom:0;
}

.col-md-5.footer-social-container {
    padding-bottom: 17%;
}

.footer-bottom-left {
    padding-bottom: 6%;
}

.row.footer-top-row {
    padding-bottom: 2%;
   /* border-bottom: 1px solid #E5E5E5; */
    margin-bottom: 6%;
}

footer.page-footer:before {
    background: linear-gradient(to right, #188776 20%,#EC9F9D 20%, #EC9F9D 40%, #A56DD9 40%, #A56DD9 60%, #FECC41 60%, #FECC41 80%, #93DFE5 80%);
    /* position: relative; */
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

/* END FOOTER */

/* SEARCH RESULTS */
.col-1.search-left {
    background: whitesmoke;
}

.search-results article {
    padding: 20px;
    margin-bottom: 10px !important;
    width: 100% !important;
    background: #f7f7f7;
}

.search .post-thumbnail img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
	max-width:150px !important;
}

.search article a, .search nav.navigation.posts-navigation a {
    color: #D2AE35;
	font-family: 'poppinssemibold';
}

.search h1.page-title {
    text-transform: uppercase;
}

.search nav.navigation.posts-navigation {
    max-width: 1200px !important;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
	margin-top:30px;
}

.search .nav-next {
    text-align: center !important;
}

/* END SEARCH RESULTS */

/* UL FIX */

.row.ticket-additional-info-row ul {
    left: 20px;
    position: relative;
}

/* END UL FIX */


/* NEW ARROWS */

.city-color-barcelona .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-barcelona .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-rome .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-rome .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-paris .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-paris .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-amsterdam .mso-slider__arrow--left img {
    content: url("arrow-full-yellow-left.svg");
    width: 30px;
    height: 30px;

}

.city-color-amsterdam .mso-slider__arrow--right img {
    content: url("arrow-full-yellow-right.svg");
    width: 30px;
    height: 30px;

}

.city-color-vienna .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-vienna .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-general .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;

}

.city-color-general .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;

}


/* END NEW ARROWS */


/* HEADER ADJUSTMENTS */
@media only screen and ( min-width: 1800px ) and ( max-width: 2600px) {
.page-id-10692 .hero.hero-smaller {
    background-position-y: 20% !important;
}
	
.page-id-11096 .hero.hero-smaller {
    background-position-y: 50% !important;
    max-height: 700px;
}	
	
.page-id-11096 h1 span.poppins-semi-bold {
    font-size: 55px;
}	
	
.page-id-26868 .hero.hero-smaller {
    max-height: 700px;
    background-position-y: 10% !important;
}	
	
.page-id-28546 .hero.hero-smaller {
    background-position-y: 20% !important;
    max-height: 700px;
}	
	
.page-id-28546 .hero.hero-smaller h1 {
    margin-top: -20px;
}
	
.page-id-9998 .hero.hero-smaller {
    background-position-y: 20% !important;
    max-height: 700px;
}
	
.page-id-15807 .hero.hero-smaller {
    max-height: 700px;
    background-position-y: 45% !important;
}
	
.page-id-15807 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
}	
	
.page-id-31121 .hero.hero-smaller {
    max-height: 700px;
}	
/*
	.hero.hero-smaller {
		max-height:700px;
	}	
*/
	
	.page-template-open-template .hero.hero-smaller {
		max-height:700px;
	}	
	
.page-template-open-template .hero.hero-smaller h1 {
		margin-top:-50px;
	}
	
.page-id-31121 .hero.hero-smaller h1 {
    width: 50%;
    float: right;
    margin-top: -90px;
}
	
.page-id-10699 .hero.hero-smaller {
    max-height: 700px;
}	
	
.page-id-10699 span.poppins-semi-bold.h2 {
    font-size: 52px;
}	
	
.page-template-open-template.page-id-32924 .hero.hero-smaller h1 {
    margin-top: -80px;
    max-width: 50%;
    float: right;
}	
	
.page-id-30963 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -100px;
}	
	
.page-template-location.page-id-11154 .hero.hero-smaller {
    max-height: 700px;
    background-position-y: 40% !important;
}	
	
.page-id-26823 .hero.hero-smaller {
    max-height: 700px;
    background-position-y: 50% !important;
}	
	
.page-template-open-template.page-id-28123 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -100px;
}	
	
}


@media only screen and ( min-width: 1405px ) and ( max-width: 1600px) { 

.page-id-11096 h1 span.poppins-semi-bold {
    font-size: 52px;
}	
	
.page-id-28546 .hero.hero-smaller h1 {
    margin-top: -50px;
}	
	
.page-id-9998 .hero.hero-smaller h1 span.poppins-semi-bold, .page-id-15807 .hero.hero-smaller h1 span.poppins-semi-bold {
    font-size: 52px;
}	
	
.page-id-15807 .hero.hero-smaller h1 {
    max-width: 40%;
    float: right;
}	
	
.page-id-31121 .hero.hero-smaller h1 {
    width: 50%;
    float: right;
    margin-top: -90px;
}	
	
.page-id-10699 span.poppins-semi-bold.h2 {
    font-size: 52px;
}		
	
.page-template-open-template.page-id-32924 .hero.hero-smaller h1 {
    margin-top: -80px;
    max-width: 50%;
    float: right;
}	
	
.page-id-30963 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -50px;
}	
	
.page-template-open-template.page-id-28123 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -100px;
}		
	
}


/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1200px ) and ( max-width: 1405px) { 
.page-id-11096 h1 span.poppins-semi-bold {
    font-size: 52px;
}
	
.page-id-28546 .hero.hero-smaller h1 {
    margin-top: -50px;
}	
	
.page-id-9998 .hero.hero-smaller h1 span.poppins-semi-bold, .page-id-15807 .hero.hero-smaller h1 span.poppins-semi-bold {
    font-size: 52px;
}	
	
.page-id-15807 .hero.hero-smaller h1 {
    max-width: 40%;
    float: right;
}	
	
.page-id-31121 .hero.hero-smaller h1 {
    width: 50%;
    float: right;
    margin-top: -90px;
}	
	
.page-id-10699 span.poppins-semi-bold.h2 {
    font-size: 52px;
}	
	
.page-template-open-template.page-id-32924 .hero.hero-smaller h1 {
    margin-top: -80px;
    max-width: 50%;
    float: right;
}		
	
.page-id-30963 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -50px;
}	
	
.page-template-open-template.page-id-28123 .hero.hero-smaller h1 {
    max-width: 50%;
    float: right;
    margin-top: -100px;
}		
	
}

/* END HEADER ADJUSTMENTS */


/* MEDIA QUERIES */


@media only screen and ( min-width: 1405px ) and ( max-width: 1600px) { 
    /* your css goes here */
	.home-about-section {
    background-size: 700px;
}
	
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1200px ) and ( max-width: 1405px) { 
    /* your css goes here */
	.home-about-section {
    background-size: 700px;
}
	
}

@media only screen and ( min-width: 1100px ) and ( max-width: 1200px ) {
		.home-about-section {
    background-size: 700px;
}
}


/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
		.home-about-section {
    background-size: 550px;
}
	
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
    /* your css goes here */
	
			.home-about-section {
    background-size: 400px;
}
	
header#masthead {
    padding: 10px;
}	
	
.city-home-top-navigation {
    display: none;
}	
	
/* FONTS */
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 40px;
}
	
h4.poppins-semi-bold, h4.poppins-semi-bold a {
    font-size: 20px;
}	
	
.darloune.h1 {
    font-size: 36px;
	font-weight:bold !important; 
}	
	
.darloune.h2, .h2.darloune.h2.first-letter span {
    font-size: 28px;
	font-weight:bold !important;
}
	
	
	
.post-meta.smallmeta span, .smallmeta, .post-meta span {
    font-size: 11px;
}
	

	
/* END FONTS */	
	
/* HERO SECTION */
	
.hero {
    height: 70vh;
}	
	
	
/* END HERO SECTION */	
	
	
/* BLOG SECTION */
	
.home-blog-featured-post.others {
    height: auto;
}	
	
.others-right .card-content p {
    display: none;
}	
	
.home-blog-featured-post.others {
    height: 130px;
}	
	
.post-content.card-content {
    height: 100%;
}	
/*	
.home-blog-featured-post .post-date::before {
    display: none !important;
}	
*/	
.home-blog-featured-post.others, .home-blog-featured-post {
    margin-bottom: 10%;
}
	
.home-blog-featured-post {
    display: flex;
    margin-bottom: 10%;
	height: 130px;
}	
	
.home-blog-section .card-content p {
    display: none;
}
	
.main-post-left {
    width: 35%;
}
	
.main-post-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}
	
.post-content h3.poppins-semi-bold, .post-content h3.poppins-semi-bold a {
    font-size: 20px;
}	
	
.main-post-left p {
    margin-bottom: 0;
    height: 100%;
}	
	
.main-post-left img {
    height: 100%;
	object-fit:cover;
	border-radius: 20px;
}	
	

	
/* END BLOG SECTION */	
	
	

/* ABOUT SECTION */
	
.home-about-section {
    background-position: bottom !important;
    background-size: contain;
}
	
.home-about-section h2, .home-about-section p, .home-about-section .full-width-title {
    text-align: center;
}	
	
/* END ABOUT SECTION */	
	
/* LOGO SECTION */

.home-logos-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
}	
	
.home-logo-single {
    width: 33%;
}	
	
/* END LOGO SECTION */	
	
/* FOOTER */	

ul.footer-bottom-links, ul.footer-top-links {
    flex-wrap: wrap;
}
	
ul.footer-top-links {
    justify-content:center;
}	
	
.footer-photo-fixed {
    display: flex;
}	
	
img.img-responsive.footer-photo-fixed {
   position: relative;
    bottom: auto;
}
	
.row.footer-bottom-row {
    flex-direction: row-reverse;
}
	
.footer-bottom-links li {
		border-right:none;
}
	
.footer-bottom-left {
    padding-bottom: 0;
}	
	
.footer-top-links-column {
    flex-direction: column;
}	
	
ul.footer-top-links li {
    margin-left: 10px;
    padding-right: 10px;
}
	
.row.footer-top-row {
    border-bottom: none;
	margin-bottom:0;
}
	
.footer-top-links li a {
    font-size: 18px;
    color: #000;
}	
	
.footer-top-row hr {
    background: none;
    border: none;
}	
	
	
/* New Mobile */
	
/* CITY HOME */
	
.custom-logo {
    width: 150px;
}	
	
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
	letter-spacing: -0.05px; }
	
.page-id-17403 span.poppins-semi-bold.h2 {
    font-size: 36px;
}	
	
h2 .darloune.h1 {
    font-size: 28px;
	font-weight:bold;
}	
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 28px !important;
}
	
p.w-75-sm.mx-auto.text-center {
    width: 100% !important;
}	
	
	p {
		font-size:18px;
		text-align:center;
	}	
	
	h2 {
		text-align:center;
	}

p.p-3.cbackground-light.ccolor {
    margin-bottom: 0;
}	
	
	.nopaddingsides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	

	
	.mso-slider-sm {
		padding-bottom:30px !important;
	}	
	
	.mso-slider-sm .card-photo img {
    max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
}
	
.modal-header-sm .modal-title.text-center {
    text-align: left !important;
	font-size: 24px !important;
}
	
.modal-body-sm .d-flex.w-100 {
    flex-direction: column;
}	
	
.modal-body-sm .modal-city-map__marker-details-holder {
    flex: 0 0 100%;
    max-width: 100%;
}	
	
.modal-body-sm .modal-city-map__map {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 300px;
}	
	
.modal-body-sm .city-marker-details.pr-3.pl-2.pt-1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #f3f3f3;
    padding: 20px 10px !important;
   margin-bottom:10px;
}	
	
.modal-body-sm a.city-marker-details__btn-close.float-right.ccolor.mr-3.cfill {
    margin-right: 0 !important;
	position: absolute;
    right: 25px;
}	
	
.modal-body-sm a.city-marker-details__btn-primary, .modal-body-sm a.city-marker-details__btn-secondary {
    font-size: 12px;
    padding: 7px 10px !important;
}	
	
.modal-body-sm .city-marker-details__photo img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 10px;
}	
	
.modal-body-sm h3.city-marker-details__title.poppins-semi-bold.text-left.text-capitalize {
    font-size: 20px;
	    max-width: 80%;
}	
	
.modal-body-sm .modal-city-map__search-box a.cbackground.round-button.cbutton.map-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}	
	
	.map-row h2#exampleModalLongTitle:first-letter	{
		font-family: 'adelia', cursive;	
	font-size:30px;
	}
	
.city-color-barcelona .map-image img {
    content: url("");
}	
	
.city-color-paris .map-image img {
    content: url("");
}
	
.city-color-vienna .map-image img {
    content: url("");
}
	
.city-color-amsterdam .map-image img {
    content: url("Amsterdam-Map-Mobile-final.jpg");
}	
	
.city-color-rome .map-image img {
    content: url("");
}	
	
.city-color-florenz .map-image img {
    content: url("");
	opacity:1 !important;
}	
	


.city-news h3.poppins-semi-bold a {
    font-size: 18px;
}	
	
.page-template-city-home .main-post-left img {
    min-height: auto;
    object-fit: cover;
}	
	
.col-md-12.spacer-column {
    height: 150px !important;
}
	
.container-fluid.city-news.home-blog-section {
    background-position-y: 35% !important;
}	
	
/* END CITY HOME */	
	
	
/* TOP 10 */
	
.smaller-text span.ccolor.darloune.h1 {
    font-size: 24px;
	font-weight:bold;
}	
	
.smaller-text span.poppins-semi-bold.h2 {
    font-size: 35px;
	font-weight:bold;
}	
	
.page-template-top-ten div#page {
    overflow-x: hidden;
}
	
	.card-photo-sm img {
		max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
	}
	
.top-ten-first-text.offset-2 {
    margin-left: 0 !important;
	padding-right:0 !important;
	text-align:center;
	padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.top-ten-first-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.top-ten-first-circle {
    justify-content: center;
}
	
.top-10-mb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.text-right.text-center-mb {
    text-align: center !important;
    padding-top: 20px;
}
	
.text-left.text-center-mb {
    text-align: center !important;

}	
	
.tip-content-mb {
    text-align: center;
}	
	
	.tip-image-bottom-mb {
		margin-top: 20px;
	}	
	
ul.regular-list-repeater.w-75.w-75-mb, .w-75.w-75-mb {
    width: 100% !important;
}	
	
/* END TOP 10 */	
	
	
/* ABOUT */
	
.page-template-about #page {
    overflow-x: hidden;
}	
	
.tip-content.pd-mb {
		padding-left:15px !important;
		padding-right:15px !important;
	}	
	
	
	.about-celine {
		text-align:center;
		padding-top:20px !important;
	}
	
.team-dots.text-center-mb li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
	.rev-flex {
		order:2;
	}
	
.team-dots.text-center-mb {
    padding-top: 0;
}	
	
.about-celine-family-mb.offset-1 {
    margin-left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.row.pl-0.pr-0.gallery-row.gallery-row-mb, .gallery-row-mb {
    padding-left: 15px !important;
    padding-right: 15px !important;
}	
	
.repeater-iner-mb {
    padding-right: 0 !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb {
    width: 50% !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb img {
    height: 170px;
    object-fit: cover;
}	
	
.row.galleries-right-inner.bottomimg .repeater-iner-mb {
    width: 100% !important;
    margin-top: 5px;
}	
	
.photo-repeater-inner.row-three img {
    height: 250px;
    margin-bottom: 15px;
}	
	
	.gallery-row-mb-firstrow div:nth-child(2) {
		padding-right:0 !important;
	}	
	
.gallery-row-mb-firstrow div:nth-child(2), .gallery-row-mb-firstrow div:nth-child(3) {
    width: 50%;
}
	
.gallery-row-mb-firstrow div:nth-child(2) img, .gallery-row-mb-firstrow div:nth-child(3) img {
    height: 170px;
    object-fit: cover;
	margin-bottom:0;
}	
	
.galleries-big-left img {
    max-height: 300px !important;
    margin-bottom: 15px;
	margin-top:-10px;
}	
	
img.celine-dots {
    max-width: 30%;
}	
	
.title-about-mb {
    margin-top: -30px;
}	
	
/* END ABOUT */	
	
/* TOURS LISTING */
	
	.page-template-tours-template #exampleModalCenter	{
		max-width:auto !important;
	}
	
.row.open-modal {
    text-align: center;
    justify-content: center;
    align-items: center;
}	
	
.row.open-modal.pl-2.ml-1 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0;
	display:flex;
	flex-direction:column;
}	
	
.page-template-tours-template h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}	
	
.secondary-reset ul {
    margin-left: 0;
    padding-left: 0;
}
	
	.nopd-sides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	
	
	
.col-md-3.col-md-3-mb {
    width: 35% !important;
}
	
.col-md-9-mb {
    width: 65% !important;
}	
	
.pt-2.pb-0.tour-text {
    padding: 30px 20px !important;
}
	
.col-md-9-mb p {
    text-align: left !important;
}	
	
.tour-price-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: -webkit-fill-available;
}	
	
.tour-price-container.p-2 {
    margin: 10px 0 !important;
    padding: 20px 0 !important;
}	
	
.text-right.justify-content-end.tour-price-book {
    text-align: center !important;
    justify-content: center !important;
}	
	
span.tour_price {
    font-size: 28px;
}	
	
.more-less-link span:before, .more-less-link span:after {
    display:none;
}	
	
span.if-not-collapsed.text-center.ccolor {
    padding-top: 20px;
}	
	
.tour-image img {
    max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
}
	
.tour-column.cbackground.featured-column {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
	width: 90%;
    margin: 0 auto;
}	
	
	.text-left-text-center-mb {
		text-align:center !important;
	}
	
.ftrd-nopd-mb {
    padding: 0 !important;
}	
	
.tour-image.ftrd.ftrd-nopd-mb img {
   max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
	margin-bottom: 20px;
}	
	
.featured-column .featured-gallery img {
    margin-bottom: 20px;
}
	
.text-center.text-center-mb p, .text-center.text-center-mb h4, .text-center-mb h3 {
    text-align: center !important;
}
	
	.mb-6 {
    margin-bottom: 3rem !important;
}
	
.col-md-12.pt-5.pb-5.mt-5.tour-column {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
}	
	
.col-md-3-mb h5 {
    font-size: 16px;
}	
	
.col-md-9-mb p {
    font-size: 16px;
}	
	
.tour-column .location-icons-holder {
    padding-bottom: 20px;
}	
	
.page-template-tours-template .modal-content.blogmodal h2, .page-template-tours-template .modal-content.blogmodal h2:first-letter {
    font-size: 20px !important;
}
	
.page-template-tours-template .modal-body ul {
    padding-left: 0;
	text-align: left;
	display:block;
}	
	
.page-template-tours-template .modal-body .searchandfilter h4 {
    font-size: 20px;

}
	
.page-template-tours-template label.sf-label-radio {
    font-size: 18px;
}	
	
.page-template-tours-template li.sf-field-post-meta-category_second_column {
    padding-left: 0 !important;
}	
	
.modal-content.blogmodal {
    background-position-x: 200px;
}	
	
/* END TOURS LISTING */	
	
	
/* LOCATION PAGE */	
	
	.move-up-title {
		margin-top:-60px;
	}	
	
	
.loc-icon:after {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}	
	
.loc-icon {
    height: 44px;
    width: 44px;
}
	
.location-review-image-mb {
    top: -30px;
}	
	
.text-center-mb {
    text-align: center;
}	
	
.text-center-mb span.review-rating {
    justify-content: center;
}	
	
	.text-left-mb p {
		text-align:left !important;
	}	
	
.ticket-container.py-5.ticket-container-mb {
    padding-top: 0 !important;
}	
	
.mso-slider-mb {
    margin-top: -70px !important;
    position: relative;
}
	
	.slider-bottom-arrows-mb {
	}
	
.location-photo-gallery-mb {
    padding: 0 15px;
}	
	
.px-0.text-container-mb {
    padding: 0 15px !important;
}	
	
.text-container-mb figure {
    text-align: center !important;
    margin-left: 0 !important;
    width: 100% !important;
    clear: both !important;
}	
	
/* LOCATION TABLE */
	
.tickettable thead tr.d-flex, .tickettable tbody tr.d-flex {
    flex-direction: column;
}	
	
.tickettable th, .tickettable td {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    text-align: center;
    padding-left: 0 !important;
	 border-top: none !important;
	padding: 15px 0 !important;
}	
	
	.tickettable th {
    padding: 10px 0 !important;
}	
	
.tickettable tbody tr.d-flex {
	padding:25px 0 !important;
	margin: 0 !important;
}	
	
.tickettable tbody tr.featured-table-row.d-flex {

	padding:0 !important;
}	
	
	
	
.fixed.table td:first-child, .fixed.table th:first-child {
    padding-left: 0 !important;
}	
	
.row.ticket-table-container {
    margin: 0;
}	
	
table.ui.fixed.table.cborder.tickettable {
    padding: 0 15px;
}
	
.container.location-table-container {
    padding-bottom: 30px;
	margin-top: -30px
}	
	
.tickettable td.smallerpd-table {
    padding-top: 0 !important;
}	
/*
	.tickettable td.smallerpdb-table {
		padding-bottom: 0 !important;
	}
*/	
	
.image-list-repeater[data-count="3"] .swiper-wrapper, .image-list-repeater[data-count="2"] .swiper-wrapper, .image-list-repeater[data-count="4"] .swiper-wrapper {
    justify-content: flex-start;
}	
	
.image-list-repeater.row.cclist.mso-slider {
    margin-top: -120px;
}	
	
.text-container-mb h3 {
    text-align: center;
}	
	
.pt-3.featured-ticket {
	padding-bottom: 30px !important; }	
	
.single-ticket-spacing-mb {
    margin-top: -10px;
}	
	
.fixed.table .featured-table-row .smallerpdb-table {
    padding-left: 55px !important;
    padding-right: 55px !important;
    font-size: 18px;
}	
	
.nom-sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
}	
	
.round-photos ul {
    position: relative;
    left: 20px;
    left: 0;
    margin-left: 0;
}	
	
.flip-card-back p, .flip-card-back a {
    margin-bottom: 0;
    font-size: 16px;
}	
	
.addmtmb {
 
}	
	
/* GALLERY SPACINGS */
	
.mso-gallery-group--4-1>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group {
    margin-bottom: 10px !important;
}

.mso-gallery-group--2>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group--4-1>div:nth-child(2)>div:first-child, .mso-gallery-group--4-1>div:nth-child(2)>div:nth-child(2) {
    flex: 1 1 100%;
    max-width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
}	
	
.top-ten-first-text .alignright {
    margin: 0 auto;
    float: none;
    text-align: center;
    clear: both;
    display: block;
    margin-bottom: 30px;
}
	
.smallgrow div:nth-child(5), .smallgrow div:nth-child(6) {
    flex: 0 0 100%;
	max-width:100% !important;
}	
	
.round-photos.pl-0.nopl-mb {
    padding-left: 15px !important;
    margin-bottom: 10px;
}	
	
.bullet-card-content h4.poppins-semi-bold {
    padding: 0 20px;
}	
	
/* END LOCATION PAGE */	
	
/* OPEN TEMPLATE PAGE */
	
	.adjust-height-smd {
		height:75vh;
	}
	
	.open-template-title span.poppins-semi-bold.h2 {
    font-size: 40px;
}	
	
.container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.adjust-bg-sm.adjust-height-smd {
    padding-top: 2rem !important;
}	
	
span.poppins-semi-bold.h2.negmarg-ttl {
    margin-top: -10px !important;
    display: block;
}	
	
	
.open-template-title span.darloune.h1.first-letter.ccolor {
    font-size: 30px;
}	
	
ul.regular-list-repeater.w-75.w-75-mb.mx-auto.cclist {
    padding-left: 0;
}	
	
.image-list-repeater-open-mb .image-list-repeater.row.cclist.mso-slider {
    margin-top: -80px;
}	
/*	
.img-height img {
    min-height: 200px;
    object-fit: cover;
} */	
	
.text-center-mb p {
    text-align: center !important;
}	
	
	
.text-center-mb ul, .text-center-mb ol {
    text-align: left;
}	
	
.align-photo .alignleft, .align-photo .alignright {
    text-align: center !important;
    float: none;
    margin-right: auto;
    margin-left: auto;
	display: block;
}	
	
	.img-height img.emoji {
    min-height: auto;
    object-fit: inherit;
}
	
.postid-37558 span.darloune.h1.first-letter.ccolor, .postid-37552 span.darloune.h1.first-letter.ccolor, .page-id-33646 span.darloune.h1.first-letter.ccolor{
    font-weight: 800 !important;
}
	
	
/* END OPEN TEMPLATE PAGE */	
	
	
/* HOMEPAGE */
	
.home-title h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2em !important;
    letter-spacing: -0.05px;
    display: block;
}	
	
	.home-title h1 span.poppins-semi-bold br {
		display:none;
	}	
	
.page-template-city-home main {
    overflow-x: hidden;
}	
	
h3.poppins-semi-bold.home-card-title {
    font-size: 22px;
}	
	
.footer-copyright a, .footer-copyright span {
    font-size: 14px !important;
}	

.footer-bottom-links li {
    margin-left: 0;
}
	
.city-card .first-letter span:before {
    top: 0 !important;
}	
	
.city-card-content h2 {
    padding-top: 10px;
}
	
.home-blog-section .post-content h3.poppins-semi-bold, .home-blog-section .post-content h3.poppins-semi-bold a, .home-blog-section .post-content h4.poppins-semi-bold, .home-blog-section .post-content h4.poppins-semi-bold a {
    font-size: 16px;
}
	
.mobile-spacer {
    min-height: 200px !important;
}	
	
/* BURGER MENU */
	
#primary-menu .city-hover-menu:hover ul.sub-menu {
    display: none;
}	

#primary-menu ul.sub-menu {display:none}
	
#primary-menu .city-hover-menu ul.sub-menu	{
		display:none;
	}
	
#primary-menu .city-hover-menu.focus ul.sub-menu {
    display: block;
}	
	
	#primary-menu .city-hover-menu:hover ul.sub-menu {
		display:block;
	}	

	

	
#primary-menu ul.sub-menu {
    position: absolute;
    left: 0 !important;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
	align-items: flex-start;
    flex-direction: column;
}	


	
.back-cities a, .back-cities a:first-letter {
    font-family: 'poppinsregular' !important;
}	
	
.main-navigation ul .sub-menu a {
    width: auto;
    padding: 22px 0;
    font-size: 20px;
}	
	
#primary-menu .city-hover-menu .sub-menu li {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}	
	
#primary-menu .city-hover-menu .sub-menu li a {
    width: 100%;
	text-align: left;
}		
	
.main-navigation ul .sub-menu a:first-letter {
    font-size: 22px;
}	
	
.col-md-3.post-navigation.post-nav-right {
    justify-content: flex-end;
	order:0
}	
/*Fancybox images*/
	
	div#fancybox-title-inside {
    font-size: 10px;
    padding: 0 2px;
}
	
	div#fancybox-title {
    position: relative;
}
	

	
/* Blog Listing Mobile */
	
.home-blog-featured-post.lblogs {
    height: 130px;
	display:flex;
	margin-bottom: 10% !important;
}	
	
.blog-listing-inner.blog-listing {
    flex-direction: row;
	height: 130px;
	
}	
	
.lblogs .main-post-left a {
    height: 100%;
}	
	
.blog-listing-inner img {
    width: 100%;
    min-height: auto;
    max-height: initial;
    object-fit: cover;
}	
	
.lblogs h4.poppins-semi-bold, .lblogs .post-content h4.poppins-semi-bold a {
    font-size: 16px;
	line-height:1em !important;
}	
	
.post-date.featured-post:before {
    width: 9px !important;
	height: 9px !important;
	top: 3px !important;
    margin-right: 3px;
}
	
	.adjust-bg-sm.blog-listbg {
		background-position-y:-100px !important;
	}
	
.blogmodal ul {
    padding-left: 0;
    text-align: left;
    display: block;
}	
	
.blogmodal label.sf-label-radio {
    font-size: 18px;
}	
	
	.blogmodal .modal-body li.sf-field-category, .blogmodal .modal-body li.sf-field-post-meta-post_category {
		width:100%;
	}
	
.blogmodal.modal-content.blogmodal h2, .blogmodal h2:first-letter {
    font-size: 20px !important;
}	
	
.blogmodal .modal-body .searchandfilter h4 {
    font-size: 20px;
}	
	
.home-blog-featured-post {
    background: #fff;
}	
	
.home-other-posts .search-filter-results .home-blog-featured-post.others:last-child {
    display: none;
}	
	
	.others-left img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: auto;
    max-height: 202px;
}
	
	.page-template-top-ten.page-id-34109 .hero, .page-template-top-ten.page-id-11585 .hero, .page-template-top-ten.page-id-11363 .hero, .page-template-top-ten.page-id-11379 .hero, .page-template-top-ten.page-id-11628 .hero, .page-template-top-ten.page-id-11756 .hero   {
		background-position-y: 0 !important;
    background-repeat: no-repeat;
	}	
	
	
	.page-template-top-ten.page-id-34109 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11585 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11363 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11379 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11628 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11756 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg {
    padding-top: 1rem !important;
}
	

/* END FOOTER */	
	
	/* Hide secondary */
	
.page-template-top-ten .mso-city-mobile-bottom-navigation, .page-template-open-template .mso-city-mobile-bottom-navigation {
	display:none
	}	
	
.page-template-top-ten.page-child .mso-city-mobile-bottom-navigation, .page-template-open-template.page-child .mso-city-mobile-bottom-navigation {
	display:flex
	}	

/* SEARCH */
	
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {

    position: absolute !important;
    top: 17px !important;
	right:15px !important;
}	
	
button.menu-toggle.mobile-menu-bar {
    margin-right: 35px;
}	
	
	#ajaxsearchpro1_1[asp-compact="open"]	{
		background:black;
	}
	
	#ajaxsearchpro1_1[asp-compact="open"] {
    background: #fff;
    width: 100% !important;
    border-radius: 0;
    max-width: 100% !important;
    padding: 20px;
		padding-right:5px;
    top: 0 !important;
    left: 0 !important;

}
	
div#ajaxsearchprores1_1 {
    margin-top: 0;
}
	
	
/* Search results */
	
.col-2.search-left, .col-10.search-right {
    max-width: 100%;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
	
.search main#primary {
    max-width: 90% !important;
    margin: 0 auto;
}	
	
.search-results article {
    border-radius: 15px;
    margin-bottom: 20px !important;
}	
	
.search h1.page-title {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}	
	
/* End Search results */	
	
nav#site-navigation {
    margin-left: -30px;
}	
	
}
	


/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    /* your css goes here */

header#masthead {
    padding: 10px;
}	
	
.city-home-top-navigation {
    display: none;
}	
	
/* FONTS */
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 40px;
}
	
h4.poppins-semi-bold, h4.poppins-semi-bold a {
    font-size: 20px;
}	
	
.darloune.h1 {
    font-size: 36px;
	font-weight:bold !important; 
}	
	
.darloune.h2, .h2.darloune.h2.first-letter span {
    font-size: 28px;
	font-weight:bold !important;
}
	
	
	
.post-meta.smallmeta span, .smallmeta, .post-meta span {
    font-size: 11px;
}
	

	
/* END FONTS */	
	
/* HERO SECTION */
	
.hero {
    height: 70vh;
}	
	
	
/* END HERO SECTION */	
	
	
/* BLOG SECTION */
	
.home-blog-featured-post.others {
    height: auto;
}	
	
.others-right .card-content p {
    display: none;
}	
	
.home-blog-featured-post.others {
    height: 130px;
}	
	
.post-content.card-content {
    height: 100%;
}	
/*	
.home-blog-featured-post .post-date::before {
    display: none !important;
}	
*/	
.home-blog-featured-post.others, .home-blog-featured-post {
    margin-bottom: 10%;
}
	
.home-blog-featured-post {
    display: flex;
    margin-bottom: 10%;
	height: 130px;
}	
	
.home-blog-section .card-content p {
    display: none;
}
	
.main-post-left {
    width: 35%;
}
	
.main-post-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}
	
.post-content h3.poppins-semi-bold, .post-content h3.poppins-semi-bold a {
    font-size: 20px;
}	
	
.main-post-left p {
    margin-bottom: 0;
    height: 100%;
}	
	
.main-post-left img {
    height: 100%;
	object-fit:cover;
	border-radius: 20px;
}	
	

	
/* END BLOG SECTION */	
	
	

/* ABOUT SECTION */
	
.home-about-section {
    background-position: bottom !important;
    background-size: contain;
}
	
.home-about-section h2, .home-about-section p, .home-about-section .full-width-title {
    text-align: center;
}	
	
/* END ABOUT SECTION */	
	
/* LOGO SECTION */

.home-logos-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
}	
	
.home-logo-single {
    width: 33%;
}	
	
/* END LOGO SECTION */	
	
/* FOOTER */	

ul.footer-bottom-links, ul.footer-top-links {
    flex-wrap: wrap;
}
	
ul.footer-top-links {
    justify-content:center;
}	
	
.footer-photo-fixed {
    display: flex;
}	
	
img.img-responsive.footer-photo-fixed {
   position: relative;
    bottom: auto;
}
	
.row.footer-bottom-row {
    flex-direction: row-reverse;
}
	
.footer-bottom-links li {
		border-right:none;
}
	
.footer-bottom-left {
    padding-bottom: 0;
}	
	
.footer-top-links-column {
    flex-direction: column;
}	
	
ul.footer-top-links li {
    margin-left: 10px;
    padding-right: 10px;
}
	
.row.footer-top-row {
    border-bottom: none;
	margin-bottom:0;
}
	
.footer-top-links li a {
    font-size: 18px;
    color: #000;
}	
	
.footer-top-row hr {
    background: none;
    border: none;
}	
	
	
/* New Mobile */
	
/* CITY HOME */
	
.custom-logo {
    width: 150px;
}	
	
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
	letter-spacing: -0.05px; }
	
.page-id-17403 span.poppins-semi-bold.h2 {
    font-size: 36px;
}	
	
h2 .darloune.h1 {
    font-size: 28px;
	font-weight:bold;
}	
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 28px !important;
}
	
p.w-75-sm.mx-auto.text-center {
    width: 100% !important;
}	
	
	p {
		font-size:18px;
		text-align:center;
	}	
	
	h2 {
		text-align:center;
	}

p.p-3.cbackground-light.ccolor {
    margin-bottom: 0;
}	
	
	.nopaddingsides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	

	
	.mso-slider-sm {
		padding-bottom:30px !important;
	}	
	
	.mso-slider-sm .card-photo img {
    max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
}
	
.modal-header-sm .modal-title.text-center {
    text-align: left !important;
	font-size: 24px !important;
}
	
.modal-body-sm .d-flex.w-100 {
    flex-direction: column;
}	
	
.modal-body-sm .modal-city-map__marker-details-holder {
    flex: 0 0 100%;
    max-width: 100%;
}	
	
.modal-body-sm .modal-city-map__map {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 300px;
}	
	
.modal-body-sm .city-marker-details.pr-3.pl-2.pt-1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #f3f3f3;
    padding: 20px 10px !important;
   margin-bottom:10px;
}	
	
.modal-body-sm a.city-marker-details__btn-close.float-right.ccolor.mr-3.cfill {
    margin-right: 0 !important;
	position: absolute;
    right: 25px;
}	
	
.modal-body-sm a.city-marker-details__btn-primary, .modal-body-sm a.city-marker-details__btn-secondary {
    font-size: 12px;
    padding: 7px 10px !important;
}	
	
.modal-body-sm .city-marker-details__photo img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 10px;
}	
	
.modal-body-sm h3.city-marker-details__title.poppins-semi-bold.text-left.text-capitalize {
    font-size: 20px;
	    max-width: 80%;
}	
	
.modal-body-sm .modal-city-map__search-box a.cbackground.round-button.cbutton.map-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}	
	
	.map-row h2#exampleModalLongTitle:first-letter	{
		font-family: 'adelia', cursive;	
	font-size:30px;
	}
	
.city-color-barcelona .map-image img {
    content: url("");
}	
	
.city-color-paris .map-image img {
    content: url("");
}
	
.city-color-vienna .map-image img {
    content: url("");
}
	
.city-color-amsterdam .map-image img {
    content: url("Amsterdam-Map-Mobile-final.jpg");
}	
	
.city-color-rome .map-image img {
    content: url("");
}	
	
.city-color-florenz .map-image img {
    content: url("");
	opacity:1 !important;
}		

.city-news h3.poppins-semi-bold a {
    font-size: 18px;
}	
	
.page-template-city-home .main-post-left img {
    min-height: auto;
    object-fit: cover;
}	
	
.col-md-12.spacer-column {
    height: 150px !important;
}
	
.container-fluid.city-news.home-blog-section {
    background-position-y: 35% !important;
}	
	
/* END CITY HOME */	
	
	
/* TOP 10 */
	
.smaller-text span.ccolor.darloune.h1 {
    font-size: 24px;
	font-weight:bold;
}	
	
.smaller-text span.poppins-semi-bold.h2 {
    font-size: 35px;
	font-weight:bold;
}	
	
.page-template-top-ten div#page {
    overflow-x: hidden;
}
	
	.card-photo-sm img {
		max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
	}
	
.top-ten-first-text.offset-2 {
    margin-left: 0 !important;
	padding-right:0 !important;
	text-align:center;
	padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.top-ten-first-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.top-ten-first-circle {
    justify-content: center;
}
	
.top-10-mb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.text-right.text-center-mb {
    text-align: center !important;
    padding-top: 20px;
}
	
.text-left.text-center-mb {
    text-align: center !important;

}	
	
.tip-content-mb {
    text-align: center;
}	
	
	.tip-image-bottom-mb {
		margin-top: 20px;
	}	
	
ul.regular-list-repeater.w-75.w-75-mb, .w-75.w-75-mb {
    width: 100% !important;
}	
	
/* END TOP 10 */	
	
	
/* ABOUT */
	
.page-template-about #page {
    overflow-x: hidden;
}	
	
.tip-content.pd-mb {
		padding-left:15px !important;
		padding-right:15px !important;
	}	
	
	
	.about-celine {
		text-align:center;
		padding-top:20px !important;
	}
	
.team-dots.text-center-mb li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
	.rev-flex {
		order:2;
	}
	
.team-dots.text-center-mb {
    padding-top: 0;
}	
	
.about-celine-family-mb.offset-1 {
    margin-left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.row.pl-0.pr-0.gallery-row.gallery-row-mb, .gallery-row-mb {
    padding-left: 15px !important;
    padding-right: 15px !important;
}	
	
.repeater-iner-mb {
    padding-right: 0 !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb {
    width: 50% !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb img {
    height: 170px;
    object-fit: cover;
}	
	
.row.galleries-right-inner.bottomimg .repeater-iner-mb {
    width: 100% !important;
    margin-top: 5px;
}	
	
.photo-repeater-inner.row-three img {
    height: 250px;
    margin-bottom: 15px;
}	
	
	.gallery-row-mb-firstrow div:nth-child(2) {
		padding-right:0 !important;
	}	
	
.gallery-row-mb-firstrow div:nth-child(2), .gallery-row-mb-firstrow div:nth-child(3) {
    width: 50%;
}
	
.gallery-row-mb-firstrow div:nth-child(2) img, .gallery-row-mb-firstrow div:nth-child(3) img {
    height: 170px;
    object-fit: cover;
	margin-bottom:0;
}	
	
.galleries-big-left img {
    max-height: 300px !important;
    margin-bottom: 15px;
	margin-top:-10px;
}	
	
img.celine-dots {
    max-width: 30%;
}	
	
.title-about-mb {
    margin-top: -30px;
}	
	
/* END ABOUT */	
	
/* TOURS LISTING */
	
	.page-template-tours-template #exampleModalCenter	{
		max-width:auto !important;
	}
	
.row.open-modal {
    text-align: center;
    justify-content: center;
    align-items: center;
}	
	
.row.open-modal.pl-2.ml-1 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0;
	display:flex;
	flex-direction:column;
}	
	
.page-template-tours-template h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}	
	
.secondary-reset ul {
    margin-left: 0;
    padding-left: 0;
}
	
	.nopd-sides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	
	
	
.col-md-3.col-md-3-mb {
    width: 35% !important;
}
	
.col-md-9-mb {
    width: 65% !important;
}	
	
.pt-2.pb-0.tour-text {
    padding: 30px 20px !important;
}
	
.col-md-9-mb p {
    text-align: left !important;
}	
	
.tour-price-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: -webkit-fill-available;
}	
	
.tour-price-container.p-2 {
    margin: 10px 0 !important;
    padding: 20px 0 !important;
}	
	
.text-right.justify-content-end.tour-price-book {
    text-align: center !important;
    justify-content: center !important;
}	
	
span.tour_price {
    font-size: 28px;
}	
	
.more-less-link span:before, .more-less-link span:after {
    display:none;
}	
	
span.if-not-collapsed.text-center.ccolor {
    padding-top: 20px;
}	
	
.tour-image img {
    max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
}
	
.tour-column.cbackground.featured-column {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
	width: 90%;
    margin: 0 auto;
}	
	
	.text-left-text-center-mb {
		text-align:center !important;
	}
	
.ftrd-nopd-mb {
    padding: 0 !important;
}	
	
.tour-image.ftrd.ftrd-nopd-mb img {
   max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
	margin-bottom: 20px;
}	
	
.featured-column .featured-gallery img {
    margin-bottom: 20px;
}
	
.text-center.text-center-mb p, .text-center.text-center-mb h4, .text-center-mb h3 {
    text-align: center !important;
}
	
	.mb-6 {
    margin-bottom: 3rem !important;
}
	
.col-md-12.pt-5.pb-5.mt-5.tour-column {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
}	
	
.col-md-3-mb h5 {
    font-size: 16px;
}	
	
.col-md-9-mb p {
    font-size: 16px;
}	
	
.tour-column .location-icons-holder {
    padding-bottom: 20px;
}	
	
.page-template-tours-template .modal-content.blogmodal h2, .page-template-tours-template .modal-content.blogmodal h2:first-letter {
    font-size: 20px !important;
}
	
.page-template-tours-template .modal-body ul {
    padding-left: 0;
	text-align: left;
	display:block;
}	
	
.page-template-tours-template .modal-body .searchandfilter h4 {
    font-size: 20px;

}
	
.page-template-tours-template label.sf-label-radio {
    font-size: 18px;
}	
	
.page-template-tours-template li.sf-field-post-meta-category_second_column {
    padding-left: 0 !important;
}	
	
.modal-content.blogmodal {
    background-position-x: 200px;
}	
	
/* END TOURS LISTING */	
	
	
/* LOCATION PAGE */	
	
	.move-up-title {
		margin-top:-60px;
	}	
	
	
.loc-icon:after {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}	
	
.loc-icon {
    height: 44px;
    width: 44px;
}
	
.location-review-image-mb {
    top: -30px;
}	
	
.text-center-mb {
    text-align: center;
}	
	
.text-center-mb span.review-rating {
    justify-content: center;
}	
	
	.text-left-mb p {
		text-align:left !important;
	}	
	
.ticket-container.py-5.ticket-container-mb {
    padding-top: 0 !important;
}	
	
.mso-slider-mb {
    margin-top: -70px !important;
    position: relative;
}
	
	.slider-bottom-arrows-mb {
	}
	
.location-photo-gallery-mb {
    padding: 0 15px;
}	
	
.px-0.text-container-mb {
    padding: 0 15px !important;
}	
	
.text-container-mb figure {
    text-align: center !important;
    margin-left: 0 !important;
    width: 100% !important;
    clear: both !important;
}	
	
/* LOCATION TABLE */
	
.tickettable thead tr.d-flex, .tickettable tbody tr.d-flex {
    flex-direction: column;
}	
	
.tickettable th, .tickettable td {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    text-align: center;
    padding-left: 0 !important;
	 border-top: none !important;
	padding: 15px 0 !important;
}	
	
	.tickettable th {
    padding: 10px 0 !important;
}	
	
.tickettable tbody tr.d-flex {
	padding:25px 0 !important;
	margin: 0 !important;
}	
	
.tickettable tbody tr.featured-table-row.d-flex {

	padding:0 !important;
}	
	
	
	
.fixed.table td:first-child, .fixed.table th:first-child {
    padding-left: 0 !important;
}	
	
.row.ticket-table-container {
    margin: 0;
}	
	
table.ui.fixed.table.cborder.tickettable {
    padding: 0 15px;
}
	
.container.location-table-container {
    padding-bottom: 30px;
	margin-top: -30px
}	
	
.tickettable td.smallerpd-table {
    padding-top: 0 !important;
}	
/*
	.tickettable td.smallerpdb-table {
		padding-bottom: 0 !important;
	}
*/	
	
.image-list-repeater[data-count="3"] .swiper-wrapper, .image-list-repeater[data-count="2"] .swiper-wrapper, .image-list-repeater[data-count="4"] .swiper-wrapper {
    justify-content: flex-start;
}	
	
.image-list-repeater.row.cclist.mso-slider {
    margin-top: -120px;
}	
	
.text-container-mb h3 {
    text-align: center;
}	
	
.pt-3.featured-ticket {
	padding-bottom: 30px !important; }	
	
.single-ticket-spacing-mb {
    margin-top: -10px;
}	
	
.fixed.table .featured-table-row .smallerpdb-table {
    padding-left: 55px !important;
    padding-right: 55px !important;
    font-size: 18px;
}	
	
.nom-sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
}	
	
.round-photos ul {
    position: relative;
    left: 20px;
    left: 0;
    margin-left: 0;
}	
	
.flip-card-back p, .flip-card-back a {
    margin-bottom: 0;
    font-size: 16px;
}	
	
.addmtmb {
 
}	
	
/* GALLERY SPACINGS */
	
.mso-gallery-group--4-1>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group {
    margin-bottom: 10px !important;
}

.mso-gallery-group--2>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group--4-1>div:nth-child(2)>div:first-child, .mso-gallery-group--4-1>div:nth-child(2)>div:nth-child(2) {
    flex: 1 1 100%;
    max-width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
}	
	
.top-ten-first-text .alignright {
    margin: 0 auto;
    float: none;
    text-align: center;
    clear: both;
    display: block;
    margin-bottom: 30px;
}
	
.smallgrow div:nth-child(5), .smallgrow div:nth-child(6) {
    flex: 0 0 100%;
	max-width:100% !important;
}	
	
.round-photos.pl-0.nopl-mb {
    padding-left: 15px !important;
    margin-bottom: 10px;
}	
	
.bullet-card-content h4.poppins-semi-bold {
    padding: 0 20px;
}	
	
/* END LOCATION PAGE */	
	
/* OPEN TEMPLATE PAGE */
	
	.adjust-height-smd {
		height:75vh;
	}
	
	.open-template-title span.poppins-semi-bold.h2 {
    font-size: 40px;
}	
	
.container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.adjust-bg-sm.adjust-height-smd {
    padding-top: 2rem !important;
}	
	
span.poppins-semi-bold.h2.negmarg-ttl {
    margin-top: -10px !important;
    display: block;
}	
	
	
.open-template-title span.darloune.h1.first-letter.ccolor {
    font-size: 30px;
}	
	
ul.regular-list-repeater.w-75.w-75-mb.mx-auto.cclist {
    padding-left: 0;
}	
	
.image-list-repeater-open-mb .image-list-repeater.row.cclist.mso-slider {
    margin-top: -80px;
}	
/*	
.img-height img {
    min-height: 200px;
    object-fit: cover;
} */	
	
.text-center-mb p {
    text-align: center !important;
}	
	
	
.text-center-mb ul, .text-center-mb ol {
    text-align: left;
}	
	
.align-photo .alignleft, .align-photo .alignright {
    text-align: center !important;
    float: none;
    margin-right: auto;
    margin-left: auto;
	display: block;
}	
	
	.img-height img.emoji {
    min-height: auto;
    object-fit: inherit;
}
	
.postid-37558 span.darloune.h1.first-letter.ccolor, .postid-37552 span.darloune.h1.first-letter.ccolor, .page-id-33646 span.darloune.h1.first-letter.ccolor{
    font-weight: 800 !important;
}
	
	
/* END OPEN TEMPLATE PAGE */	
	
	
/* HOMEPAGE */
	
.home-title h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2em !important;
    letter-spacing: -0.05px;
    display: block;
}	
	
	.home-title h1 span.poppins-semi-bold br {
		display:none;
	}	
	
.page-template-city-home main {
    overflow-x: hidden;
}	
	
h3.poppins-semi-bold.home-card-title {
    font-size: 22px;
}	
	
.footer-copyright a, .footer-copyright span {
    font-size: 14px !important;
}	

.footer-bottom-links li {
    margin-left: 0;
}
	
.city-card .first-letter span:before {
    top: 0 !important;
}	
	
.city-card-content h2 {
    padding-top: 10px;
}
	
.home-blog-section .post-content h3.poppins-semi-bold, .home-blog-section .post-content h3.poppins-semi-bold a, .home-blog-section .post-content h4.poppins-semi-bold, .home-blog-section .post-content h4.poppins-semi-bold a {
    font-size: 16px;
}
	
.mobile-spacer {
    min-height: 200px !important;
}	
	
/* BURGER MENU */
	
#primary-menu .city-hover-menu:hover ul.sub-menu {
    display: none;
}	

#primary-menu ul.sub-menu {display:none}
	
#primary-menu .city-hover-menu ul.sub-menu	{
		display:none;
	}
	
#primary-menu .city-hover-menu.focus ul.sub-menu {
    display: block;
}	
	
	#primary-menu .city-hover-menu:hover ul.sub-menu {
		display:block;
	}	

	

	
#primary-menu ul.sub-menu {
    position: absolute;
    left: 0 !important;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
	align-items: flex-start;
    flex-direction: column;
}	


	
.back-cities a, .back-cities a:first-letter {
    font-family: 'poppinsregular' !important;
}	
	
.main-navigation ul .sub-menu a {
    width: auto;
    padding: 22px 0;
    font-size: 20px;
}	
	
#primary-menu .city-hover-menu .sub-menu li {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}	
	
#primary-menu .city-hover-menu .sub-menu li a {
    width: 100%;
	text-align: left;
}		
	
.main-navigation ul .sub-menu a:first-letter {
    font-size: 22px;
}	
	
.col-md-3.post-navigation.post-nav-right {
    justify-content: flex-end;
	order:0
}	
/*Fancybox images*/
	
	div#fancybox-title-inside {
    font-size: 10px;
    padding: 0 2px;
}
	
	div#fancybox-title {
    position: relative;
}
	

	
/* Blog Listing Mobile */
	
.home-blog-featured-post.lblogs {
    height: 130px;
	display:flex;
	margin-bottom: 10% !important;
}	
	
.blog-listing-inner.blog-listing {
    flex-direction: row;
	height: 130px;
	
}	
	
.lblogs .main-post-left a {
    height: 100%;
}	
	
.blog-listing-inner img {
    width: 100%;
    min-height: auto;
    max-height: initial;
    object-fit: cover;
}	
	
.lblogs h4.poppins-semi-bold, .lblogs .post-content h4.poppins-semi-bold a {
    font-size: 16px;
	line-height:1em !important;
}	
	
.post-date.featured-post:before {
    width: 9px !important;
	height: 9px !important;
	top: 3px !important;
    margin-right: 3px;
}
	
	.adjust-bg-sm.blog-listbg {
		background-position-y:-100px !important;
	}
	
.blogmodal ul {
    padding-left: 0;
    text-align: left;
    display: block;
}	
	
.blogmodal label.sf-label-radio {
    font-size: 18px;
}	
	
	.blogmodal .modal-body li.sf-field-category, .blogmodal .modal-body li.sf-field-post-meta-post_category {
		width:100%;
	}
	
.blogmodal.modal-content.blogmodal h2, .blogmodal h2:first-letter {
    font-size: 20px !important;
}	
	
.blogmodal .modal-body .searchandfilter h4 {
    font-size: 20px;
}	
	
.home-blog-featured-post {
    background: #fff;
}	
	
.home-other-posts .search-filter-results .home-blog-featured-post.others:last-child {
    display: none;
}	
	
	.others-left img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: auto;
    max-height: 202px;
}
	
	.page-template-top-ten.page-id-34109 .hero, .page-template-top-ten.page-id-11585 .hero, .page-template-top-ten.page-id-11363 .hero, .page-template-top-ten.page-id-11379 .hero, .page-template-top-ten.page-id-11628 .hero, .page-template-top-ten.page-id-11756 .hero   {
		background-position-y: 0 !important;
    background-repeat: no-repeat;
	}	
	
	
	.page-template-top-ten.page-id-34109 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11585 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11363 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11379 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11628 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11756 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg {
    padding-top: 1rem !important;
}
	

/* END FOOTER */	
	
	/* Hide secondary */
	
.page-template-top-ten .mso-city-mobile-bottom-navigation, .page-template-open-template .mso-city-mobile-bottom-navigation {
	display:none
	}	
	
.page-template-top-ten.page-child .mso-city-mobile-bottom-navigation, .page-template-open-template.page-child .mso-city-mobile-bottom-navigation {
	display:flex
	}	

/* SEARCH */
	
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {

    position: absolute !important;
    top: 17px !important;
	right:15px !important;
}	
	
button.menu-toggle.mobile-menu-bar {
    margin-right: 35px;
}	
	
	#ajaxsearchpro1_1[asp-compact="open"]	{
		background:black;
	}
	
	#ajaxsearchpro1_1[asp-compact="open"] {
    background: #fff;
    width: 100% !important;
    border-radius: 0;
    max-width: 100% !important;
    padding: 20px;
		padding-right:5px;
    top: 0 !important;
    left: 0 !important;

}
	
div#ajaxsearchprores1_1 {
    margin-top: 0;
}
	
	
/* Search results */
	
.col-2.search-left, .col-10.search-right {
    max-width: 100%;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
	
.search main#primary {
    max-width: 90% !important;
    margin: 0 auto;
}	
	
.search-results article {
    border-radius: 15px;
    margin-bottom: 20px !important;
}	
	
.search h1.page-title {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}	
	
/* End Search results */	
	
}	
	


/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	
	
header#masthead {
    padding: 10px;
}	
	
.city-home-top-navigation {
    display: none;
}	
	
/* FONTS */
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 40px;
}
	
h4.poppins-semi-bold, h4.poppins-semi-bold a {
    font-size: 20px;
}	
	
.darloune.h1 {
    font-size: 36px;
	font-weight:bold !important; 
}	
	
.darloune.h2, .h2.darloune.h2.first-letter span {
    font-size: 28px;
	font-weight:bold !important;
}
	
	
	
.post-meta.smallmeta span, .smallmeta, .post-meta span {
    font-size: 11px;
}
	

	
/* END FONTS */	
	
/* HERO SECTION */
	
.hero {
    height: 70vh;
}	
	
	
/* END HERO SECTION */	
	
	
/* BLOG SECTION */
	
.home-blog-featured-post.others {
    height: auto;
}	
	
.others-right .card-content p {
    display: none;
}	
	
.home-blog-featured-post.others {
    height: 130px;
}	
	
.post-content.card-content {
    height: 100%;
}	
/*	
.home-blog-featured-post .post-date::before {
    display: none !important;
}	
*/	
.home-blog-featured-post.others, .home-blog-featured-post {
    margin-bottom: 10%;
}
	
.home-blog-featured-post {
    display: flex;
    margin-bottom: 10%;
	height: 130px;
}	
	
.home-blog-section .card-content p {
    display: none;
}
	
.main-post-left {
    width: 35%;
}
	
.main-post-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}
	
.post-content h3.poppins-semi-bold, .post-content h3.poppins-semi-bold a {
    font-size: 20px;
}	
	
.main-post-left p {
    margin-bottom: 0;
    height: 100%;
}	
	
.main-post-left img {
    height: 100%;
	object-fit:cover;
	border-radius: 20px;
}	
	

	
/* END BLOG SECTION */	
	
	

/* ABOUT SECTION */
	
.home-about-section {
    background-position: bottom !important;
    background-size: contain;
}
	
.home-about-section h2, .home-about-section p, .home-about-section .full-width-title {
    text-align: center;
}	
	
/* END ABOUT SECTION */	
	
/* LOGO SECTION */

.home-logos-container {
    flex-wrap: wrap;
    justify-content: space-evenly;
}	
	
.home-logo-single {
    width: 33%;
}	
	
/* END LOGO SECTION */	
	
/* FOOTER */	

ul.footer-bottom-links, ul.footer-top-links {
    flex-wrap: wrap;
}
	
ul.footer-top-links {
    justify-content:center;
}	
	
.footer-photo-fixed {
    display: flex;
}	
	
img.img-responsive.footer-photo-fixed {
   position: relative;
    bottom: auto;
}
	
.row.footer-bottom-row {
    flex-direction: row-reverse;
}
	
.footer-bottom-links li {
		border-right:none;
}
	
.footer-bottom-left {
    padding-bottom: 0;
}	
	
.footer-top-links-column {
    flex-direction: column;
}	
	
ul.footer-top-links li {
    margin-left: 10px;
    padding-right: 10px;
}
	
.row.footer-top-row {
    border-bottom: none;
	margin-bottom:0;
}
	
.footer-top-links li a {
    font-size: 18px;
    color: #000;
}	
	
.footer-top-row hr {
    background: none;
    border: none;
}	
	
	
/* New Mobile */
	
/* CITY HOME */
	
.custom-logo {
    width: 150px;
}	
	
h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
	letter-spacing: -0.05px; }
	
.page-id-17403 span.poppins-semi-bold.h2 {
    font-size: 36px;
}	
	
h2 .darloune.h1 {
    font-size: 28px;
	font-weight:bold;
}	
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 28px !important;
}
	
p.w-75-sm.mx-auto.text-center {
    width: 100% !important;
}	
	
	p {
		font-size:18px;
		text-align:center;
	}	
	
	h2 {
		text-align:center;
	}

p.p-3.cbackground-light.ccolor {
    margin-bottom: 0;
}	
	
	.nopaddingsides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	

	
	.mso-slider-sm {
		padding-bottom:30px !important;
	}	
	
	.mso-slider-sm .card-photo img {
    max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
}
	
.modal-header-sm .modal-title.text-center {
    text-align: left !important;
	font-size: 24px !important;
}
	
.modal-body-sm .d-flex.w-100 {
    flex-direction: column;
}	
	
.modal-body-sm .modal-city-map__marker-details-holder {
    flex: 0 0 100%;
    max-width: 100%;
}	
	
.modal-body-sm .modal-city-map__map {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-height: 300px;
}	
	
.modal-body-sm .city-marker-details.pr-3.pl-2.pt-1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #f3f3f3;
    padding: 20px 10px !important;
   margin-bottom:10px;
}	
	
.modal-body-sm a.city-marker-details__btn-close.float-right.ccolor.mr-3.cfill {
    margin-right: 0 !important;
	position: absolute;
    right: 25px;
}	
	
.modal-body-sm a.city-marker-details__btn-primary, .modal-body-sm a.city-marker-details__btn-secondary {
    font-size: 12px;
    padding: 7px 10px !important;
}	
	
.modal-body-sm .city-marker-details__photo img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 10px;
}	
	
.modal-body-sm h3.city-marker-details__title.poppins-semi-bold.text-left.text-capitalize {
    font-size: 20px;
	    max-width: 80%;
}	
	
.modal-body-sm .modal-city-map__search-box a.cbackground.round-button.cbutton.map-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}	
	
	.map-row h2#exampleModalLongTitle:first-letter	{
		font-family: 'adelia', cursive;	
	font-size:30px;
	}
	
.city-color-barcelona .map-image img {
    content: url("");
}	
	
.city-color-paris .map-image img {
    content: url("");
}
	
.city-color-vienna .map-image img {
    content: url("");
}
	
.city-color-amsterdam .map-image img {
    content: url("Amsterdam-Map-Mobile-final.jpg");
}	
	
.city-color-rome .map-image img {
    content: url("");
}	
	
	.city-color-florenz .map-image img {
    content: url("");
		opacity:1 !important;
}

.city-news h3.poppins-semi-bold a {
    font-size: 18px;
}	
	
.page-template-city-home .main-post-left img {
    min-height: auto;
    object-fit: cover;
}	
	
.col-md-12.spacer-column {
    height: 150px !important;
}
	
.container-fluid.city-news.home-blog-section {
    background-position-y: 35% !important;
}	
	
/* END CITY HOME */	
	
	
/* TOP 10 */
	
.smaller-text span.ccolor.darloune.h1 {
    font-size: 24px;
	font-weight:bold;
}	
	
.smaller-text span.poppins-semi-bold.h2 {
    font-size: 35px;
	font-weight:bold;
}	
	
.page-template-top-ten div#page {
    overflow-x: hidden;
}
	
	.card-photo-sm img {
		max-height: 190px;
    min-height: 150px !important;
    object-fit: cover;
	}
	
.top-ten-first-text.offset-2 {
    margin-left: 0 !important;
	padding-right:0 !important;
	text-align:center;
	padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.top-ten-first-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.top-ten-first-circle {
    justify-content: center;
}
	
.top-10-mb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
.text-right.text-center-mb {
    text-align: center !important;
    padding-top: 20px;
}
	
.text-left.text-center-mb {
    text-align: center !important;

}	
	
.tip-content-mb {
    text-align: center;
}	
	
	.tip-image-bottom-mb {
		margin-top: 20px;
	}	
	
ul.regular-list-repeater.w-75.w-75-mb, .w-75.w-75-mb {
    width: 100% !important;
}	
	
/* END TOP 10 */	
	
	
/* ABOUT */
	
.page-template-about #page {
    overflow-x: hidden;
}	
	
.tip-content.pd-mb {
		padding-left:15px !important;
		padding-right:15px !important;
	}	
	
	
	.about-celine {
		text-align:center;
		padding-top:20px !important;
	}
	
.team-dots.text-center-mb li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}	
	
	.rev-flex {
		order:2;
	}
	
.team-dots.text-center-mb {
    padding-top: 0;
}	
	
.about-celine-family-mb.offset-1 {
    margin-left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
}	
	
.row.pl-0.pr-0.gallery-row.gallery-row-mb, .gallery-row-mb {
    padding-left: 15px !important;
    padding-right: 15px !important;
}	
	
.repeater-iner-mb {
    padding-right: 0 !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb {
    width: 50% !important;
}	
	
.row.galleries-right-inner .repeater-iner-mb img {
    height: 170px;
    object-fit: cover;
}	
	
.row.galleries-right-inner.bottomimg .repeater-iner-mb {
    width: 100% !important;
    margin-top: 5px;
}	
	
.photo-repeater-inner.row-three img {
    height: 250px;
    margin-bottom: 15px;
}	
	
	.gallery-row-mb-firstrow div:nth-child(2) {
		padding-right:0 !important;
	}	
	
.gallery-row-mb-firstrow div:nth-child(2), .gallery-row-mb-firstrow div:nth-child(3) {
    width: 50%;
}
	
.gallery-row-mb-firstrow div:nth-child(2) img, .gallery-row-mb-firstrow div:nth-child(3) img {
    height: 170px;
    object-fit: cover;
	margin-bottom:0;
}	
	
.galleries-big-left img {
    max-height: 300px !important;
    margin-bottom: 15px;
	margin-top:-10px;
}	
	
img.celine-dots {
    max-width: 30%;
}	
	
.title-about-mb {
    margin-top: -30px;
}	
	
/* END ABOUT */	
	
/* TOURS LISTING */
	
	.page-template-tours-template #exampleModalCenter	{
		max-width:auto !important;
	}
	
.row.open-modal {
    text-align: center;
    justify-content: center;
    align-items: center;
}	
	
.row.open-modal.pl-2.ml-1 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0;
	display:flex;
	flex-direction:column;
}	
	
.page-template-tours-template h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: -0.05px;
}	
	
.secondary-reset ul {
    margin-left: 0;
    padding-left: 0;
}
	
	.nopd-sides {
		padding-left:0 !important;
		padding-right:0 !important;
	}	
	
	
.col-md-3.col-md-3-mb {
    width: 35% !important;
}
	
.col-md-9-mb {
    width: 65% !important;
}	
	
.pt-2.pb-0.tour-text {
    padding: 30px 20px !important;
}
	
.col-md-9-mb p {
    text-align: left !important;
}	
	
.tour-price-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: -webkit-fill-available;
}	
	
.tour-price-container.p-2 {
    margin: 10px 0 !important;
    padding: 20px 0 !important;
}	
	
.text-right.justify-content-end.tour-price-book {
    text-align: center !important;
    justify-content: center !important;
}	
	
span.tour_price {
    font-size: 28px;
}	
	
.more-less-link span:before, .more-less-link span:after {
    display:none;
}	
	
span.if-not-collapsed.text-center.ccolor {
    padding-top: 20px;
}	
	
.tour-image img {
    max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
}
	
.tour-column.cbackground.featured-column {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
	width: 90%;
    margin: 0 auto;
}	
	
	.text-left-text-center-mb {
		text-align:center !important;
	}
	
.ftrd-nopd-mb {
    padding: 0 !important;
}	
	
.tour-image.ftrd.ftrd-nopd-mb img {
   max-height: 335px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    min-height: 335px;
	margin-bottom: 20px;
}	
	
.featured-column .featured-gallery img {
    margin-bottom: 20px;
}
	
.text-center.text-center-mb p, .text-center.text-center-mb h4, .text-center-mb h3 {
    text-align: center !important;
}
	
	.mb-6 {
    margin-bottom: 3rem !important;
}
	
.col-md-12.pt-5.pb-5.mt-5.tour-column {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin-top: 0 !important;
}	
	
.col-md-3-mb h5 {
    font-size: 16px;
}	
	
.col-md-9-mb p {
    font-size: 16px;
}	
	
.tour-column .location-icons-holder {
    padding-bottom: 20px;
}	
	
.page-template-tours-template .modal-content.blogmodal h2, .page-template-tours-template .modal-content.blogmodal h2:first-letter {
    font-size: 20px !important;
}
	
.page-template-tours-template .modal-body ul {
    padding-left: 0;
	text-align: left;
	display:block;
}	
	
.page-template-tours-template .modal-body .searchandfilter h4 {
    font-size: 20px;

}
	
.page-template-tours-template label.sf-label-radio {
    font-size: 18px;
}	
	
.page-template-tours-template li.sf-field-post-meta-category_second_column {
    padding-left: 0 !important;
}	
	
.modal-content.blogmodal {
    background-position-x: 200px;
}	
	
/* END TOURS LISTING */	
	
	
/* LOCATION PAGE */	
	
	.move-up-title {
		margin-top:-60px;
	}	
	
	
.loc-icon:after {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}	
	
.loc-icon {
    height: 44px;
    width: 44px;
}
	
.location-review-image-mb {
    top: -30px;
}	
	
.text-center-mb {
    text-align: center;
}	
	
.text-center-mb span.review-rating {
    justify-content: center;
}	
	
	.text-left-mb p {
		text-align:left !important;
	}	
	
.ticket-container.py-5.ticket-container-mb {
    padding-top: 0 !important;
}	
	
.mso-slider-mb {
    margin-top: -70px !important;
    position: relative;
}
	
	.slider-bottom-arrows-mb {
	}
	
.location-photo-gallery-mb {
    padding: 0 15px;
}	
	
.px-0.text-container-mb {
    padding: 0 15px !important;
}	
	
.text-container-mb figure {
    text-align: center !important;
    margin-left: 0 !important;
    width: 100% !important;
    clear: both !important;
}	
	
/* LOCATION TABLE */
	
.tickettable thead tr.d-flex, .tickettable tbody tr.d-flex {
    flex-direction: column;
}	
	
.tickettable th, .tickettable td {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
    text-align: center;
    padding-left: 0 !important;
	 border-top: none !important;
	padding: 15px 0 !important;
}	
	
	.tickettable th {
    padding: 10px 0 !important;
}	
	
.tickettable tbody tr.d-flex {
	padding:25px 0 !important;
	margin: 0 !important;
}	
	
.tickettable tbody tr.featured-table-row.d-flex {

	padding:0 !important;
}	
	
	
	
.fixed.table td:first-child, .fixed.table th:first-child {
    padding-left: 0 !important;
}	
	
.row.ticket-table-container {
    margin: 0;
}	
	
table.ui.fixed.table.cborder.tickettable {
    padding: 0 15px;
}
	
.container.location-table-container {
    padding-bottom: 30px;
	margin-top: -30px
}	
	
.tickettable td.smallerpd-table {
    padding-top: 0 !important;
}	
/*
	.tickettable td.smallerpdb-table {
		padding-bottom: 0 !important;
	}
*/	
	
.image-list-repeater[data-count="3"] .swiper-wrapper, .image-list-repeater[data-count="2"] .swiper-wrapper, .image-list-repeater[data-count="4"] .swiper-wrapper {
    justify-content: flex-start;
}	
	
.image-list-repeater.row.cclist.mso-slider {
    margin-top: -120px;
}	
	
.text-container-mb h3 {
    text-align: center;
}	
	
.pt-3.featured-ticket {
	padding-bottom: 30px !important; }	
	
.single-ticket-spacing-mb {
    margin-top: -10px;
}	
	
.fixed.table .featured-table-row .smallerpdb-table {
    padding-left: 55px !important;
    padding-right: 55px !important;
    font-size: 18px;
}	
	
.nom-sides {
    margin-left: 0 !important;
    margin-right: 0 !important;
}	
	
.round-photos ul {
    position: relative;
    left: 20px;
    left: 0;
    margin-left: 0;
}	
	
.flip-card-back p, .flip-card-back a {
    margin-bottom: 0;
    font-size: 16px;
}	
	
.addmtmb {
 
}	
	
/* GALLERY SPACINGS */
	
.mso-gallery-group--4-1>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group {
    margin-bottom: 10px !important;
}

.mso-gallery-group--2>div {
    max-width: calc(50% - 5px) !important;
}

.mso-gallery-group--4-1>div:nth-child(2)>div:first-child, .mso-gallery-group--4-1>div:nth-child(2)>div:nth-child(2) {
    flex: 1 1 100%;
    max-width: calc(50% - 5px) !important;
    margin-bottom: 10px !important;
}	
	
.top-ten-first-text .alignright {
    margin: 0 auto;
    float: none;
    text-align: center;
    clear: both;
    display: block;
    margin-bottom: 30px;
}
	
.smallgrow div:nth-child(5), .smallgrow div:nth-child(6) {
    flex: 0 0 100%;
	max-width:100% !important;
}	
	
.round-photos.pl-0.nopl-mb {
    padding-left: 15px !important;
    margin-bottom: 10px;
}	
	
.bullet-card-content h4.poppins-semi-bold {
    padding: 0 20px;
}	
	
/* END LOCATION PAGE */	
	
/* OPEN TEMPLATE PAGE */
	
	.adjust-height-smd {
		height:75vh;
	}
	
	.open-template-title span.poppins-semi-bold.h2 {
    font-size: 40px;
}	
	
.container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.adjust-bg-sm.adjust-height-smd {
    padding-top: 2rem !important;
}	
	
span.poppins-semi-bold.h2.negmarg-ttl {
    margin-top: -10px !important;
    display: block;
}	
	
	
.open-template-title span.darloune.h1.first-letter.ccolor {
    font-size: 30px;
}	
	
ul.regular-list-repeater.w-75.w-75-mb.mx-auto.cclist {
    padding-left: 0;
}	
	
.image-list-repeater-open-mb .image-list-repeater.row.cclist.mso-slider {
    margin-top: -80px;
}	
/*	
.img-height img {
    min-height: 200px;
    object-fit: cover;
} */	
	
.text-center-mb p {
    text-align: center !important;
}	
	
	
.text-center-mb ul, .text-center-mb ol {
    text-align: left;
}	
	
.align-photo .alignleft, .align-photo .alignright {
    text-align: center !important;
    float: none;
    margin-right: auto;
    margin-left: auto;
	display: block;
}	
	
	.img-height img.emoji {
    min-height: auto;
    object-fit: inherit;
}
	
.postid-37558 span.darloune.h1.first-letter.ccolor, .postid-37552 span.darloune.h1.first-letter.ccolor, .page-id-33646 span.darloune.h1.first-letter.ccolor{
    font-weight: 800 !important;
}
	
	
/* END OPEN TEMPLATE PAGE */	
	
	
/* HOMEPAGE */
	
.home-title h1 span.poppins-semi-bold {
    font-family: 'poppinssemibold';
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2em !important;
    letter-spacing: -0.05px;
    display: block;
}	
	
	.home-title h1 span.poppins-semi-bold br {
		display:none;
	}	
	
.page-template-city-home main {
    overflow-x: hidden;
}	
	
h3.poppins-semi-bold.home-card-title {
    font-size: 22px;
}	
	
.footer-copyright a, .footer-copyright span {
    font-size: 14px !important;
}	

.footer-bottom-links li {
    margin-left: 0;
}
	
.city-card .first-letter span:before {
    top: 0 !important;
}	
	
.city-card-content h2 {
    padding-top: 10px;
}
	
.home-blog-section .post-content h3.poppins-semi-bold, .home-blog-section .post-content h3.poppins-semi-bold a, .home-blog-section .post-content h4.poppins-semi-bold, .home-blog-section .post-content h4.poppins-semi-bold a {
    font-size: 16px;
}
	
.mobile-spacer {
    min-height: 200px !important;
}	
	
/* BURGER MENU */
	
#primary-menu .city-hover-menu:hover ul.sub-menu {
    display: none;
}	

#primary-menu ul.sub-menu {display:none}
	
#primary-menu .city-hover-menu ul.sub-menu	{
		display:none;
	}
	
#primary-menu .city-hover-menu.focus ul.sub-menu {
    display: block;
}	
	
	#primary-menu .city-hover-menu:hover ul.sub-menu {
		display:block;
	}	

	

	
#primary-menu ul.sub-menu {
    position: absolute;
    left: 0 !important;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
	align-items: flex-start;
    flex-direction: column;
}	


	
.back-cities a, .back-cities a:first-letter {
    font-family: 'poppinsregular' !important;
}	
	
.main-navigation ul .sub-menu a {
    width: auto;
    padding: 22px 0;
    font-size: 20px;
}	
	
#primary-menu .city-hover-menu .sub-menu li {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}	
	
#primary-menu .city-hover-menu .sub-menu li a {
    width: 100%;
	text-align: left;
}		
	
.main-navigation ul .sub-menu a:first-letter {
    font-size: 22px;
}	
	
.col-md-3.post-navigation.post-nav-right {
    justify-content: flex-end;
	order:0
}	
/*Fancybox images*/
	
	div#fancybox-title-inside {
    font-size: 10px;
    padding: 0 2px;
}
	
	div#fancybox-title {
    position: relative;
}
	

	
/* Blog Listing Mobile */
	
.home-blog-featured-post.lblogs {
    height: 130px;
	display:flex;
	margin-bottom: 10% !important;
}	
	
.blog-listing-inner.blog-listing {
    flex-direction: row;
	height: 130px;
	
}	
	
.lblogs .main-post-left a {
    height: 100%;
}	
	
.blog-listing-inner img {
    width: 100%;
    min-height: auto;
    max-height: initial;
    object-fit: cover;
}	
	
.lblogs h4.poppins-semi-bold, .lblogs .post-content h4.poppins-semi-bold a {
    font-size: 16px;
	line-height:1em !important;
}	
	
.post-date.featured-post:before {
    width: 9px !important;
	height: 9px !important;
	top: 3px !important;
    margin-right: 3px;
}
	
	.adjust-bg-sm.blog-listbg {
		background-position-y:-100px !important;
	}
	
.blogmodal ul {
    padding-left: 0;
    text-align: left;
    display: block;
}	
	
.blogmodal label.sf-label-radio {
    font-size: 18px;
}	
	
	.blogmodal .modal-body li.sf-field-category, .blogmodal .modal-body li.sf-field-post-meta-post_category {
		width:100%;
	}
	
.blogmodal.modal-content.blogmodal h2, .blogmodal h2:first-letter {
    font-size: 20px !important;
}	
	
.blogmodal .modal-body .searchandfilter h4 {
    font-size: 20px;
}	
	
.home-blog-featured-post {
    background: #fff;
}	
	
.home-other-posts .search-filter-results .home-blog-featured-post.others:last-child {
    display: none;
}	
	
	.others-left img {
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    min-height: auto;
    max-height: 202px;
}
	
	.page-template-top-ten.page-id-34109 .hero, .page-template-top-ten.page-id-11585 .hero, .page-template-top-ten.page-id-11363 .hero, .page-template-top-ten.page-id-11379 .hero, .page-template-top-ten.page-id-11628 .hero, .page-template-top-ten.page-id-11756 .hero   {
		background-position-y: 0 !important;
    background-repeat: no-repeat;
	}	
	
	
	.page-template-top-ten.page-id-34109 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11585 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11363 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11379 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11628 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg, .page-template-top-ten.page-id-11756 .container-fluid.hero.pt-5.pb-5.hero-smaller.d-block.d-sm-none.mobile-hero.mobile-hero-different-bg {
    padding-top: 1rem !important;
}
	

/* END FOOTER */	
	
	/* Hide secondary */
	
.page-template-top-ten .mso-city-mobile-bottom-navigation, .page-template-open-template .mso-city-mobile-bottom-navigation {
	display:none
	}	
	
.page-template-top-ten.page-child .mso-city-mobile-bottom-navigation, .page-template-open-template.page-child .mso-city-mobile-bottom-navigation {
	display:flex
	}	

/* SEARCH */
	
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {

    position: absolute !important;
    top: 17px !important;
	right:15px !important;
}	
	
button.menu-toggle.mobile-menu-bar {
    margin-right: 35px;
}	
	
	#ajaxsearchpro1_1[asp-compact="open"]	{
		background:black;
	}
	
	#ajaxsearchpro1_1[asp-compact="open"] {
    background: #fff;
    width: 100% !important;
    border-radius: 0;
    max-width: 100% !important;
    padding: 20px;
		padding-right:5px;
    top: 0 !important;
    left: 0 !important;

}
	
div#ajaxsearchprores1_1 {
    margin-top: 0;
}
	
	
/* Search results */
	
.col-2.search-left, .col-10.search-right {
    max-width: 100%;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center;
}
	
.search main#primary {
    max-width: 90% !important;
    margin: 0 auto;
}	
	
.search-results article {
    border-radius: 15px;
    margin-bottom: 20px !important;
}	
	
.search h1.page-title {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}	
	
/* End Search results */	
	
#fld_5579791_1 {
    -webkit-appearance: none !important;
}	
	
/* Padding for mobile menu */	
	
.page-template-city-home .site, .page-template-top-ten .site, .page-template-location .site, .page-template-tours-template .site, .page-template-open-template .site {
    padding-bottom: 80px !important;
}	
	
div#exampleModalCenter {
    z-index: 999999;
}

/* DOTS MOBILE */	
	
.city-color-barcelona ul.regular-list-repeater.cclist li:before, .city-color-barcelona .regular-list-repeater.cclist.txtlist ul li:before, .city-color-paris ul.regular-list-repeater.cclist li:before, .city-color-paris .regular-list-repeater.cclist.txtlist ul li:before, .city-color-amsterdam ul.regular-list-repeater.cclist li:before, .city-color-amsterdam .regular-list-repeater.cclist.txtlist ul li:before, .city-color-rome ul.regular-list-repeater.cclist li:before, .city-color-rome .regular-list-repeater.cclist.txtlist ul li:before, .city-color-vienna ul.regular-list-repeater.cclist li:before, .city-color-vienna .regular-list-repeater.cclist.txtlist ul li:before  {
left: 0;
}
	
/* END DOTS MOBILE */
	
/* EN BLOG PAGE */	
	
.page-id-61821 .blog-listing-inner {
    display: flex;
	flex-direction: row;
    height: 130px;
}
	
/* .page-id-61821 #search-filter-results-360 .home-blog-featured-post.post-Barcelona.col-md-4.blog-listing.mb-1.p-4 {
    padding: 0 !important;
	margin-bottom:30px !important;
} */	
	
.page-id-61821 #search-filter-results-360 .row.p-4 {
    padding: 0 !important;
}	
	
.page-id-61821 .blog-listing .main-post-right p {
    display: none;
}	
	
.page-id-61821 .post-content.card-content {

    align-items: flex-start;
}	
	
.page-id-61821 .main-post-right h3.poppins-semi-bold {
    text-align: left;
}	
	
	
.page-id-61821 .main-post-right h3.poppins-semi-bold a {
	 font-size: 16px !important;
    line-height: 1em !important;
}
	
.page-id-61821  {
    font-size: 11px;
}	
	
.page-id-61821 .reading-time-icon i {
    font-size: 11px;
    padding-right: 0;
}	
	
.page-id-60907 img.wp-image-47850.alignright {
    float: none;
    width: 100%;
    margin-left: 0;
}	

	
/* END EN BLOG PAGE */		
	
	
/* NEW HEADERS */
	
	

.page-template-open-template .container-fluid.hero.mobile-hero, .page-template-location .container-fluid.hero.mobile-hero {
    display: none !important;
}

.page-template-open-template .container-fluid.hero, .page-template-location .container-fluid.hero {
	display:block !important;
	height:35vh !important;
}

.page-template-open-template .container-fluid.hero h1 {
    margin-top: -60px;
    background: #ffffff57;
    padding: 5px;
}

.page-template-location .container-fluid.hero h1 {
    background: #ffffff57;
    padding: 5px;
	
}	
	
	.page-template-location .container-fluid.hero h1 br {
		display:none;
	}	


/* END NEW HEADERS */	
	
	
}



/* Smartphones in portrait mode (0-375px) */
@media only screen and ( max-width: 375px ) {

	.page-template-tours-template .modal-body.pr-5.pl-5.pt-0.pb-0, .page-template-tours-template .modal-header.pr-5.pl-5.pt-5.pb-0 {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
	
	.adjust-bg-sm {
		background-position-y: -10px !important;
    background-repeat: no-repeat !important;
	}	

h2 br {
    display: none !important;
}
	
h2.poppins-semi-bold, h2 span.poppins-semi-bold {
    font-size: 28px !important;
    overflow-wrap: break-word;
    hyphens: auto;
}	

.fact-cards-section h2 .darloune.h1, .ticket-container h2 .darloune.h1, .location-photo-gallery h2 .darloune.h1, .addmtmb h2 .darloune.h1, h2 .darloune.h1 {
    font-size: 28px;
    width: 100%;
    display: block;
	padding-top: 10px;
	padding-bottom:10px;
    overflow: visible;
	font-weight:bold;
}
	
.fact-cards-section h2 span.poppins-semi-bold.negmarg2, .ticket-container h2 span.poppins-semi-bold.negmarg2, .location-photo-gallery h2 span.poppins-semi-bold.negmarg2, .addmtmb h2 span.poppins-semi-bold.negmarg2, h2 span.poppins-semi-bold.negmarg2 {
    margin-top: -20px;
}	
	
.open-template-title span.poppins-semi-bold.h2 {
    font-size: 40px;
}	
	
.open-template-title span.darloune.h1.first-letter.ccolor {
    font-size: 30px;
}		
	
table.ui.fixed.table.cborder.tickettable {
    padding: 0 15px;
    width: 100%;
    display: block;
}
	
	thead, tbody {
		display:block;
	}
	
div#exampleModalCenter {
    z-index: 999999;
}	
	
}

/* NEW */

.gmap-container .modal-title:first-letter {
    font-size: 36px !important;
}

.home-blog-featured-post.others span.post-date::before {
    top: 4px;
}

.gallery-row.gallery-row-mb.gallery-row-mb-firstrow {
    width: 100%;
	margin-left: 0;
    margin-right: 0;
}

.gallery-row.gallery-row-mb.gallery-row-mb-firstrow .photo-repeater-inner.row-three.col-md-4:first-child{
	padding-left:0;
	
}

.gallery-row.gallery-row-mb.gallery-row-mb-firstrow .photo-repeater-inner.row-three.col-md-4:last-child {

	padding-right:0;
}

.home .home-featured-post img {
    max-height: 436px;
}

.addpdcbl {
	margin-top:3%;
	margin-bottom:0;
}

a#cn-refuse-cookie, #cn-accept-cookie {
    padding: 5px;
    font-size: 14px;
}

a#cn-more-info {
    font-size: 14px;
}

.otgs-development-site-front-end {
    display: none;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and ( min-width: 1919px),
only screen and (   min--moz-device-pixel-ratio: 2) and ( min-width: 1919px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and ( min-width: 1919px),
only screen and (        min-device-pixel-ratio: 2) and ( min-width: 1919px),
only screen and (                min-resolution: 192dpi) and ( min-width: 1919px),
only screen and (                min-resolution: 2dppx) and ( min-width: 1919px) { 
.page-template-blog-main .container-fluid.hero {
    background-size: cover !important;
    min-height: 800px;
}
}

@media only screen and ( min-width: 2405px )  {
   .page-template-blog-main .container-fluid.hero {
    background-size: cover !important;
    min-height: 800px;
	} }
	
@media only screen and ( min-width: 3205px )  {
   .page-template-blog-main .container-fluid.hero {
    background-size: cover !important;
    min-height: 800px;
} 	
	
}
	
	
	
/* Language Switcher */

.wpml-ls-item:hover ul.sub-menu {
    display: block !important;
}

.wpml-ls-item {
    padding: 0 20px !important;
}
.wpml-ls-item.wpml-ls-current-language {
    padding: 5px 15px !important;
    position: relative !important;
    max-height: 40px;
    border: 1px solid #b5b5b5;
    border-radius: 25px;
}

.wpml-ls-item ul.sub-menu {
    top: 30px !important;
    min-height: 40px !important;
    padding: 0 !important;
    border-top: 0!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.wpml-ls-item .sub-menu a {
    padding: 0 !important;
}

.site-header .main-navigation ul {
    align-items: center;
}

.main-navigation li.wpml-ls-item.menu-item-has-children a:after {
    color: #d2ae35;
}

.wpml-ls-item.wpml-ls-current-language:hover {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#primary-menu .wpml-ls-item:hover ul.sub-menu {
    display: block !important;
    border: 1px solid #b5b5b5;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 103% !important;
    left: -1px !important;
}

.wpml-ls-item .sub-menu li {
    margin-left: -10px !important;
    background: transparent !important;
}

.wpml-ls-item .sub-menu li a:hover span {
	color: #d2ae35;
}

.wpml-ls-item.wpml-ls-current-language:hover {
    border-bottom: 1px solid #b5b5b5 !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.wpml-ls-item.menu-item-has-children:hover {
    border-bottom: 0px solid #b5b5b5 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (max-width: 950px) { 
	

	
 .menu-holder .menu-main-menu-container {
    justify-content: center;
    display: flex;
	 padding-bottom: 20px !important;
}
	
.wpml-ls-item .sub-menu {
    display: block !important;
}
	
.wpml-ls-item {
    display: flex !important;
    flex-direction: row !important;
	
}	

.wpml-ls-item a, .wpml-ls-item ul {
	min-width:40px !important;
    width: initial !important;
	height: 42px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 20px;
}


	
.wpml-ls-item.wpml-ls-current-language {
    padding: 5px 15px !important;
    position: relative !important;
    max-height: initial;
    border: none;
    border-radius: 0;

}	

	
#primary-menu .wpml-ls-item ul.sub-menu {
    position: relative;
    left: initial !important;
    right: initial;
    width: 100%;
    top: initial !important;
    height: auto;
    align-items: flex-start;
    flex-direction: row;
	padding: 0 !important;
	margin: initial;
	display: flex !important;
    align-items: center;
    justify-content: center;
	margin-left:3px;
    flex-wrap: nowrap;
    box-shadow: none;
}
	
	.main-navigation li.wpml-ls-item a:after {
		display:none;
	}	
	
.main-navigation li.wpml-ls-item .sub-menu:before {
    content:"|";
	font-family: arial;
	position:relative;
	top:-5px;
	color:#d2ae35;
	left: -4px;

}	

	
#primary-menu .wpml-ls-item:hover ul.sub-menu {
    display: flex !important;
    border: none;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: auto !important;
    left: 0 !important;
	padding-bottom: 3px;
    border-radius: 0;
}	

.row.ticket-additional-info-row ul {
    left: 0;
    position: relative;
    margin: 0;
    padding-left: 20px;
}	

}

/* End Language Switcher */	
	
/* Reorder Location Page */

.page-id-19946 main#primary, .page-id-26868 main#primary, .page-id-34194 main#primary, .page-id-12117 main#primary, .page-id-26977 main#primary, .page-id-28533 main#primary, .page-id-20318 main#primary, .page-id-2886 main#primary, .page-id-11721 main#primary, .page-id-3449 main#primary, .page-id-28446 main#primary{
    display: flex;
    flex-direction: column;
}

.page-id-19946 .loc-zeroth, .page-id-26868 .loc-zeroth, .page-id-34194 .loc-zeroth, .page-id-12117 .loc-zeroth, .page-id-26977 .loc-zeroth, .page-id-26868 .loc-zeroth, .page-id-28533 .loc-zeroth, .page-id-20318 .loc-zeroth, .page-id-2886 .loc-zeroth, .page-id-11721 .loc-zeroth, .page-id-3449 .loc-zeroth, .page-id-28446 .loc-zeroth  {
    order: 0;
}

.page-id-19946 .loc-hero, .page-id-26868 .loc-hero, .page-id-34194 .loc-hero, .page-id-12117 .loc-hero, .page-id-26977 .loc-hero, .page-id-28533 .loc-hero, .page-id-20318 .loc-hero, .page-id-2886 .loc-hero, .page-id-11721 .loc-hero, .page-id-3449 .loc-hero, .page-id-28446 .loc-hero{
    order: 1;
}

.page-id-19946 .loc-first, .page-id-26868 .loc-first, .page-id-34194 .loc-first, .page-id-12117 .loc-first, .page-id-26977 .loc-first, .page-id-28533 .loc-first, .page-id-20318 .loc-first, .page-id-2886 .loc-first, .page-id-11721 .loc-first, .page-id-3449 .loc-first, .page-id-28446 .loc-first{
order:2;

}

.page-id-19946 .loc-second, .page-id-26868 .loc-second, .page-id-34194 .loc-second, .page-id-12117 .loc-second, .page-id-26977 .loc-second, .page-id-28533 .loc-second, .page-id-20318 .loc-second, .page-id-2886 .loc-second, .page-id-11721 .loc-second, .page-id-3449 .loc-second, .page-id-28446 .loc-second {
    order: 5;
	padding-top: 4% !important;
}

.page-id-19946 .loc-third, .page-id-19946 .loc-sixth, .page-id-26868 .loc-third, .page-id-26868 .loc-sixth, .page-id-34194 .loc-third, .page-id-34194 .loc-sixth, .page-id-12117 .loc-third, .page-id-12117 .loc-sixth, .page-id-26977 .loc-third, .page-id-26977 .loc-sixth, .page-id-28533 .loc-third, .page-id-28533 .loc-sixth, .page-id-20318 .loc-third, .page-id-20318 .loc-sixth, .page-id-2886 .loc-third, .page-id-2886 .loc-sixth, .page-id-11721 .loc-third, .page-id-11721 .loc-sixth, .page-id-3449 .loc-third, .page-id-3449 .loc-sixth, .page-id-28446 .loc-third, .page-id-28446 .loc-sixth {
    order: 3;
}

.page-id-19946 .loc-third, .page-id-26868 .loc-third, .page-id-34194 .loc-third, .page-id-12117 .loc-third, .page-id-26977 .loc-third, .page-id-28533 .loc-third, .page-id-20318 .loc-third, .page-id-2886 .loc-third, .page-id-11721 .loc-third, .page-id-3449 .loc-third, .page-id-28446 .loc-third {
	padding-top: 0 !important;
}

.page-id-19946 .loc-seventh, .page-id-26868 .loc-seventh, .page-id-34194 .loc-seventh, .page-id-12117 .loc-seventh, .page-id-26977 .loc-seventh, .page-id-28533 .loc-seventh, .page-id-20318 .loc-seventh, .page-id-2886 .loc-seventh, .page-id-11721 .loc-seventh, .page-id-3449 .loc-seventh, .page-id-28446 .loc-seventh {
    order: 4;
}

.page-id-19946 .loc-eight, .page-id-26868 .loc-eight, .page-id-34194 .loc-eight, .page-id-12117 .loc-eight, .page-id-26977 .loc-eight, .page-id-28533 .loc-eight, .page-id-20318 .loc-eight, .page-id-2886 .loc-eight, .page-id-11721 .loc-eight, .page-id-3449 .loc-eight, .page-id-28446 .loc-eight {
order:6;

}

.page-id-19946 .loc-ninth, .page-id-26868 .loc-ninth, .page-id-34194 .loc-ninth, .page-id-12117 .loc-ninth, .page-id-26977 .loc-ninth, .page-id-28533 .loc-ninth, .page-id-20318 .loc-ninth, .page-id-2886 .loc-ninth, .page-id-11721 .loc-ninth, .page-id-3449 .loc-ninth, .page-id-28446 .loc-ninth {
order:7
}

.page-id-19946 .loc-tenth, .page-id-26868 .loc-tenth, .page-id-34194 .loc-tenth, .page-id-12117 .loc-tenth, .page-id-26977 .loc-tenth, .page-id-28533 .loc-tenth, .page-id-20318 .loc-tenth, .page-id-2886 .loc-tenth, .page-id-11721 .loc-tenth, .page-id-3449 .loc-tenth, .page-id-28446 .loc-tenth {
order:8
}

.page-id-19946 .loc-eleventh, .page-id-26868 .loc-eleventh, .page-id-34194 .loc-eleventh, .page-id-12117 .loc-eleventh, .page-id-26977 .loc-eleventh, .page-id-28533 .loc-eleventh, .page-id-20318 .loc-eleventh, .page-id-2886 .loc-eleventh, .page-id-11721 .loc-eleventh, .page-id-3449 .loc-eleventh, .page-id-28446 .loc-eleventh  {
order:9;

}

.page-id-19946 .loc-twelfth, .page-id-26868 .loc-twelfth, .page-id-34194 .loc-twelfth, .page-id-12117 .loc-twelfth, .page-id-26977 .loc-twelfth, .page-id-28533 .loc-twelfth, .page-id-20318 .loc-twelfth, .page-id-2886 .loc-twelfth, .page-id-11721 .loc-twelfth, .page-id-3449 .loc-twelfth, .page-id-28446 .loc-twelfth {
order:10;
}

.page-id-19946 .loc-comments, .page-id-26868 .loc-comments, .page-id-34194 .loc-comments, .page-id-12117 .loc-comments, .page-id-26977 .loc-comments, .page-id-28533 .loc-comments, .page-id-20318 .loc-comments, .page-id-2886 .loc-comments, .page-id-11721 .loc-comments, .page-id-3449 .loc-comments, .page-id-28446 .loc-comments {
order:11;
}

/* EN */

.page-id-52030 main#primary, .page-id-52409 main#primary, .page-id-55623 main#primary, .page-id-67544 main#primary, .page-id-52706 main#primary, .page-id-28533 main#primary, .page-id-28446 main#primary, .page-id-60336 main#primary, .page-id-52480 main#primary, .page-id-64793 main#primary, .page-id-62978 main#primary, .page-id-53401 main#primary{
    display: flex;
    flex-direction: column;
}

.page-id-52030 .loc-zeroth, .page-id-52409 .loc-zeroth, .page-id-55623 .loc-zeroth, .page-id-67544 .loc-zeroth, .page-id-52706 .loc-zeroth, .page-id-52409 .loc-zeroth, .page-id-28533 .loc-zeroth, .page-id-28446 .loc-zeroth, .page-id-60336 .loc-zeroth, .page-id-52480 .loc-zeroth, .page-id-64793 .loc-zeroth, .page-id-62978 .loc-zeroth, .page-id-53401 .loc-zeroth{
    order: 0;
}

.page-id-52030 .loc-hero, .page-id-52409 .loc-hero, .page-id-55623 .loc-hero, .page-id-67544 .loc-hero, .page-id-52706 .loc-hero, .page-id-28533 .loc-hero, .page-id-60336 .loc-hero, .page-id-52480 .loc-hero, .page-id-64793 .loc-hero, .page-id-62978 .loc-hero, .page-id-53401 .loc-hero{
    order: 1;
}

.page-id-52030 .loc-first, .page-id-52409 .loc-first, .page-id-55623 .loc-first, .page-id-67544 .loc-first, .page-id-52706 .loc-first, .page-id-28533 .loc-first, .page-id-60336 .loc-first, .page-id-52480 .loc-first, .page-id-64793 .loc-first, .page-id-62978 .loc-first, .page-id-53401 .loc-first{
order:2;

}

.page-id-52030 .loc-second, .page-id-52409 .loc-second, .page-id-55623 .loc-second, .page-id-67544 .loc-second, .page-id-52706 .loc-second, .page-id-28533 .loc-second, .page-id-60336 .loc-second, .page-id-52480 .loc-second, .page-id-64793 .loc-second, .page-id-62978 .loc-second, .page-id-53401 .loc-second{
    order: 5;
	padding-top: 4% !important;
}

.page-id-52030 .loc-third, .page-id-52030 .loc-sixth, .page-id-52409 .loc-third, .page-id-52409 .loc-sixth, .page-id-55623 .loc-third, .page-id-55623 .loc-sixth, .page-id-67544 .loc-third, .page-id-67544 .loc-sixth, .page-id-52706 .loc-third, .page-id-52706 .loc-sixth, .page-id-28533 .loc-third, .page-id-28533 .loc-sixth, .page-id-60336 .loc-third, .page-id-60336 .loc-sixth, .page-id-52480 .loc-third, .page-id-52480 .loc-sixth, .page-id-64793 .loc-third, .page-id-64793 .loc-sixth, .page-id-62978 .loc-third, .page-id-62978 .loc-sixth, .page-id-53401 .loc-third, .page-id-53401 .loc-third, .page-id-53401 .loc-sixth
 {
    order: 3;
}

.page-id-52030 .loc-third, .page-id-52409 .loc-third, .page-id-55623 .loc-third, .page-id-67544 .loc-third, .page-id-52706 .loc-third, .page-id-28533 .loc-third, .page-id-60336 .loc-third, .page-id-52480 .loc-third, .page-id-64793 .loc-third, .page-id-62978 .loc-third, .page-id-53401 .loc-third{
	padding-top: 0 !important;
}

.page-id-52030 .loc-seventh, .page-id-52409 .loc-seventh, .page-id-55623 .loc-seventh, .page-id-67544 .loc-seventh, .page-id-52706 .loc-seventh, .page-id-28533 .loc-seventh, .page-id-60336 .loc-seventh, .page-id-52480 .loc-seventh, .page-id-64793 .loc-seventh, .page-id-62978 .loc-seventh, .page-id-53401 .loc-seventh
  {
    order: 4;
}

.page-id-52030 .loc-eight, .page-id-52409 .loc-eight, .page-id-55623 .loc-eight, .page-id-67544 .loc-eight, .page-id-52706 .loc-eight, .page-id-28533 .loc-eight, .page-id-60336 .loc-eight, .page-id-52480 .loc-eight, .page-id-64793 .loc-eight, .page-id-62978 .loc-eight, .page-id-53401 .loc-eight
 {
order:6;

}

.page-id-52030 .loc-ninth, .page-id-52409 .loc-ninth, .page-id-55623 .loc-ninth, .page-id-67544 .loc-ninth, .page-id-52706 .loc-ninth, .page-id-28533 .loc-ninth, .page-id-60336 .loc-ninth, .page-id-52480 .loc-ninth, .page-id-64793 .loc-ninth, .page-id-62978 .loc-ninth, .page-id-53401 .loc-ninth
 {
order:7
}

.page-id-52030 .loc-tenth, .page-id-52409 .loc-tenth, .page-id-55623 .loc-tenth, .page-id-67544 .loc-tenth, .page-id-52706 .loc-tenth, .page-id-28533 .loc-tenth, .page-id-60336 .loc-tenth, .page-id-52480 .loc-tenth, .page-id-64793 .loc-tenth, .page-id-62978 .loc-tenth, .page-id-53401 .loc-tenth
 {
order:8
}

.page-id-52030 .loc-eleventh, .page-id-52409 .loc-eleventh, .page-id-55623 .loc-eleventh, .page-id-67544 .loc-eleventh, .page-id-52706 .loc-eleventh, .page-id-28533 .loc-eleventh, .page-id-60336 .loc-eleventh, .page-id-52480 .loc-eleventh, .page-id-64793 .loc-eleventh, .page-id-62978 .loc-eleventh, .page-id-53401 .loc-eleventh
 {
order:9;

}

.page-id-52030 .loc-twelfth, .page-id-52409 .loc-twelfth, .page-id-55623 .loc-twelfth, .page-id-67544 .loc-twelfth, .page-id-52706 .loc-twelfth, .page-id-28533 .loc-twelfth, .page-id-60336 .loc-twelfth, .page-id-52480 .loc-twelfth, .page-id-64793 .loc-twelfth, .page-id-62978 .loc-twelfth, .page-id-53401 .loc-twelfth
 {
order:10;
}

.page-id-52030 .loc-comments, .page-id-52409 .loc-comments, .page-id-55623 .loc-comments, .page-id-67544 .loc-comments, .page-id-52706 .loc-comments, .page-id-28533 .loc-comments, .page-id-60336 .loc-comments, .page-id-52480 .loc-comments, .page-id-64793 .loc-comments, .page-id-62978 .loc-comments, .page-id-53401 .loc-comments {
order:11;
}

/* END EN */

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    /* your css goes here */
	


.page-id-19946 .loc-second, .page-id-26868 .loc-second, .page-id-34194 .loc-second, .page-id-12117 .loc-second, .page-id-26977 .loc-second, .page-id-28533 .loc-second, .page-id-20318 .loc-second, .page-id-2886 .loc-second, .page-id-11721 .loc-second, .page-id-3449 .loc-second, .page-id-28446 .loc-second  {
    order: 5;
	padding-top: 15% !important;
}

.page-id-19946 .loc-third, .page-id-26868 .loc-third, .page-id-34194 .loc-third, .page-id-12117 .loc-third, .page-id-26977 .loc-third, .page-id-28533 .loc-third, .page-id-20318 .loc-third, .page-id-2886 .loc-third, .page-id-11721 .loc-third, .page-id-3449 .loc-third, .page-id-28446 .loc-third {
	padding-top: 0 !important;
	margin-top:-20px;
	}	
	
/* EN */
	
.page-id-52030 .loc-second, .page-id-52409 .loc-second, .page-id-55623 .loc-second, .page-id-67544 .loc-second, .page-id-52706 .loc-second, .page-id-28533 .loc-second, .page-id-60336 .loc-second, .page-id-52480 .loc-second, .page-id-64793 .loc-second, .page-id-62978 .loc-second, .page-id-53401 .loc-second  {
    order: 5;
	padding-top: 15% !important;
}

.page-id-52030 .loc-third, .page-id-52409 .loc-third, .page-id-55623 .loc-third, .page-id-67544 .loc-third, .page-id-52706 .loc-third, .page-id-28533 .loc-third, .page-id-60336 .loc-third, .page-id-52480 .loc-third, .page-id-64793 .loc-third, .page-id-62978 .loc-third, .page-id-53401 .loc-third {
	padding-top: 0 !important;
	margin-top:-20px;
	}
	
.page-id-62978 .ticket-container h2 span.poppins-semi-bold.negmarg2 {
    margin-top: 10px;
}	
	
.regular-list-repeater.txtlist ul li {
    padding-left: inherit !important;
}	
	
.home-cities ul {
    margin-left: 0;
}	
	
/* END EN */	
#primary-menu .city-hover-menu .sub-menu li {

    margin-bottom: 10px;
}	

.city-color-venice .map-image img {
    content: url("");
    margin-bottom: 30px!important;
}
	
}


/* End Reorder Location Page */

/* End Reorder Location Page */


div#search-filter-results-44724 {
    width: 100%;
}

.new-loc-desc, .new-loc-desc p {
	font-family: 'poppinsregular',Arial;
    font-size: 20px;
    line-height: 1.4em;
	color: #000;
    padding: 10px 0;
}



body.page-template {
    font-family: 'poppinsregular',Arial;
    font-size: 20px;
    line-height: 1.4em;
}

.page-template-city-home .card-content .poppins-regular-text.ccolor-links.chome-links {
    font-size: 16px;
}

/* FONT CHANGE */

span.title-gold.ccolor.darloune.h1 {
   position: relative;
    font-family: 'poppinregular', Arial;
    text-transform: uppercase;
    font-size: 30px;
}

span.ccolor.darloune.h1, .page-template-contact span.title-gold.gold.darloune.h1 {
   position: relative;
    font-family: 'poppinregular', Arial;
    text-transform: uppercase;
    font-size: 30px;

}

.page-template-city-home h1 span.ccolor.darloune.h1  {
    font-family: 'darloune', cursive;
    line-height: 1em !important;
    text-transform: uppercase;
    font-size: 2.5rem;
}

 /* END FONT CHANGE */

.page-template-top-ten .row.cards-offer {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
}

/* SUBMENU TOP 10 */

.city-home-top-navigation ul.sub-menu {
    z-index: 300;
}




#menu-paris-menu li .sub-menu li, #menu-paris-menu-en li .sub-menu li {
	padding-left:10px;
}

#menu-paris-menu li .sub-menu li:hover, #menu-paris-menu-en li .sub-menu li:hover {
    background: #FAF7FD;
}

#menu-barcelona-menu li .sub-menu li:hover, #menu-barcelona-menu-en li .sub-menu li:hover {
    background: #F7FBFB;
}

#menu-rom-menu li .sub-menu li:hover, #menu-rome-menu-en li .sub-menu li:hover {
    background: #FEFAFA;
}

#menu-amsterdam-menu li .sub-menu li:hover, #menu-amsterdam-menu-en li .sub-menu li:hover {
    background: #FFFCF5;
}

#menu-wien-menu li .sub-menu li:hover, #menu-vienna-menu-en li .sub-menu li:hover {
    background: #FAFDFE;
}

#menu-florence-menu li .sub-menu li:hover, #menu-florence-menu-en li .sub-menu li:hover {
    background: #f5f7f4;
}


.page-template-city-home .site-main .gmap-container .col-md-12 img{
    margin: 0 auto;
    display: block;
}

.ccolor-mba-florenz .select-city-parent a {
    color: var(--florenz-color);
    text-decoration: underline;
}

.ccolor-mb-florenz h2:before {
    background: url("");
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    background-repeat: no-repeat;
    left: 15px;
    top: 51%;
}

.ccolor-mb-florenz h2{
    text-align: left;
    margin-left: 15px;
}
/**********/
/* Venice */
/**********/
#menu-venice, .venice, ul li.venice a, .city-color-venice h1 span.ccolor.darloune.h1,
.city-color-venice .ccolor, .city-color-venice .ccolor a,.city-color-venice .ccolor-links p a ,
.Venedig, .Venedig .city-card-content a.underlined, .Venedig .h2.darloune.h2.first-letter span,
.city-color-venice .ccolor-links a  {

    color: var(--venice-color)!important;

}
.city-color-venice span#first-title.darloune.h1.first-letter.ccolor{
    display: inline-block;
}
.city-color-venice span#first-title.darloune.h1.first-letter.ccolor::first-letter{
    font-family: 'adelia',cursive;
    font-size: 40px;
    position: relative;
    left: 10px;
    top: -5px;
}
.city-color-venice span.review-rating::after,
.city-color-venice .city-marker-details__rating.text-left.poppins-semi-bold::after {
    content: "";
    display: block;
    width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
.city-color-venice span.review-rating[data-rating="5,0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="5,0"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="4,5"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="4,5"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="4,0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="4,0"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="3,5"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="3,5"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="3,0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="3,0"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="2,5"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="2,5"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="2,0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="2,0"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="1,5"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="1,5"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="1,0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="1,0"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="0,5"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="0,5"]::after {
    background-image: url("");
}
.city-color-venice span.review-rating[data-rating="0"]::after, 
.city-color-venice .city-marker-details__rating[data-rating="0"]::after {
    background-image: url("");
}

.city-name.venice a::before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;
    display: flex;
} 
.color-change-svg .fill-me {
    fill:var(--venice-color);
}
.city-color-venice .cbackground-light{
    background-color: #f2f7fb;
}
.city-color-venice .cborder {
    border: 2px solid var(--venice-color);
}
.city-color-venice .cbackground{
    background-color: var(--venice-color);
}

.city-color-venice .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;
}
.city-color-venice .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;
}

/* single ticket */
.city-color-venice .ticket-single .cborder,
.city-color-venice .featured-ticket .cborder  {
    border: 2px solid #fff;
}
.city-color-venice .ticket-single .ccolor,
.city-color-venice .featured-ticket .ccolor{
    color:#fff !important;
}

.city-color-venice .ticket-single .cbackground-light .ccolor,
.city-color-venice .featured-ticket .cbackground-light .ccolor{
    color: var(--venice-color)!important;
}

.city-color-venice .cbackground-light .cborder {
    border: 2px solid var(--venice-color);
}

.city-color-venice ul.regular-list-repeater.cclist li:before, 
.city-color-venice .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 6px;
}

li.dot-venice:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}
.mso-city-mobile-bottom-navigation.ccolor-bg-venice{
    background-color: var(--venice-color);
}
.ccolor-bg-venice .mb-church a:before {
    background-image: url("");    
}
.ccolor-mba-venice .select-city-parent a {
    color: var(--venice-color);
    text-decoration: underline;
}
.select-city-venice a {
    font-family: 'darloune';
    color: var(--venice-color)!important;
    display: block;
    font-weight: 400 !important;
    text-transform: lowercase!important;
}
li.select-city-venice a::first-letter{
    font-family: 'adelia',cursive;
    position: relative;
    left: 10px;
    text-transform: uppercase;
}
.ccolor-mb-venice h2{
    float: left;
    padding: 0 0 0 25px;
    color: var(--venice-color)!important;
}
.ccolor-mb-venice h2:before{
    background: url("");
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    background-repeat: no-repeat;
    left: 15px;
    top: 51%;
}
.city-color-venice ul li{
    list-style-type: none;
}
.ccolor-mb-venice h2::first-letter{
    font-family: 'adelia',cursive;
}
.city-color-venice h1 span.ccolor.darloune.h1::first-letter{
    font-family: 'adelia',cursive;
    font-size: 22px;
    position: relative;
    left: 10px;
    text-transform: uppercase;
}
#menu-venice-de li .sub-menu li:hover, #menu-venice-de li .sub-menu li:hover {
    background: var(--venice-color-light);
}
.city-card.Venedig .first-letter span:before, .city-card.Venedig .first-letter span:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}
.city-color-venice .h1.darloune.h1.first-letter span {
    left: 0px;
}
.post-Venedig .post-meta a, 
.post-Venedig .post-meta span, 
.post-Venedig .card-content span {
    color: var(--venice-color);
}

.post-Venedig span.post-date.featured-post:before {
    content: "";
    background: url("");;
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}
@media only screen and (max-width: 479px){
    .city-color-venice .home-other-posts .search-filter-results .home-blog-featured-post.others:last-child {
        display: flex;
        margin-bottom: 10%;
        height: 130px;
    }
}
/*** modal ***/
.map-title-and-close{
    margin-bottom: 10px;
}

/**********/
/* Madrid */
/**********/
#menu-madrid, .madrid,
ul li.madrid a, 
.city-color-madrid h1 span.ccolor.darloune.h1, 
.city-color-madrid .ccolor, 
.city-color-madrid .ccolor a,
.city-color-madrid .ccolor-links p a ,
 .Madrid .city-card-content a.underlined, 
  .Madrid h2.darloune.h2.first-letter,
 .Madrid h2.darloune.h2.first-letter span,
 .city-color-madrid .ccolor-links a  {

    color: var(--madrid-color)!important;

}
.city-color-madrid span#first-title.darloune.h1.first-letter.ccolor{
    display: inline-block;
}
.city-color-madrid span#first-title.darloune.h1.first-letter.ccolor::first-letter{
    font-family: 'adelia',cursive;
    font-size: 40px;
    position: relative;
    left: 10px;
    top: -5px;
}
.city-color-madrid span.review-rating::after,
.city-color-madrid .city-marker-details__rating.text-left.poppins-semi-bold::after {
    content: "";
    display: block;
    width: 155px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
.city-color-madrid span.review-rating[data-rating="5,0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="5,0"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="4,5"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="4,5"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="4,0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="4,0"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="3,5"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="3,5"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="3,0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="3,0"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="2,5"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="2,5"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="2,0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="2,0"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="1,5"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="1,5"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="1,0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="1,0"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="0,5"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="0,5"]::after {
    background-image: url("");
}
.city-color-madrid span.review-rating[data-rating="0"]::after, 
.city-color-madrid .city-marker-details__rating[data-rating="0"]::after {
    background-image: url("");
}

.city-name.madrid a::before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 25% !important;
    display: flex;
} 
.color-change-svg .fill-me {
    fill:var(--madrid-color);
}
.city-color-madrid .cbackground-light{
    background-color: var(--madrid-bg-color);
}
.city-color-madrid .cborder {
    border: 2px solid var(--madrid-color);
}
.city-color-madrid .cbackground{
    background-color: var(--madrid-color);
}

.city-color-madrid .mso-slider__arrow--right img {
    content: url("");
    width: 30px;
    height: 30px;
    fill:var(--madrid-color);
}
.city-color-madrid .mso-slider__arrow--left img {
    content: url("");
    width: 30px;
    height: 30px;
    fill:var(--madrid-color);
}

/* single ticket */
.city-color-madrid .ticket-single .cborder,
.city-color-madrid .featured-ticket .cborder  {
    border: 2px solid #fff;
}
.city-color-madrid .ticket-single .ccolor,
.city-color-madrid .featured-ticket .ccolor{
    color:#fff !important;
}

.city-color-madrid .ticket-single .cbackground-light .ccolor,
.city-color-madrid .featured-ticket .cbackground-light .ccolor{
    color: var(--madrid-color)!important;
}

.city-color-madrid .cbackground-light .cborder {
    border: 2px solid var(--madrid-color);
}

.city-color-madrid ul.regular-list-repeater.cclist li:before, 
.city-color-madrid .regular-list-repeater.cclist.txtlist ul li:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 6px;
}

li.dot-madrid:before {
    background: url("");
    width: 19px;
    height: 13px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-repeat: no-repeat;
	background-size: contain;
}
.mso-city-mobile-bottom-navigation.ccolor-bg-madrid{
    background-color: var(--madrid-color);
}
.ccolor-bg-madrid .mb-church a:before {
    background-image: url("");    
}
.ccolor-mba-madrid .select-city-parent a {
    color: var(--madrid-color);
    text-decoration: underline;
}
.select-city-madrid a {
    font-family: 'darloune';
    color: var(--madrid-color)!important;
    display: block;
    font-weight: 400 !important;
    text-transform: lowercase!important;
}
li.select-city-madrid a::first-letter{
    font-family: 'adelia',cursive;
    position: relative;
    left: 10px;
    text-transform: uppercase;
}
.ccolor-mb-madrid h2{
    float: left;
    padding: 0 0 0 25px;
    color: var(--madrid-color)!important;
}
.ccolor-mb-madrid h2:before{
    background: url("");
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    background-repeat: no-repeat;
    left: 15px;
    top: 51%;
}
.ccolor-mb-madrid h2::first-letter{
    font-family: 'adelia',cursive;
}
.city-color-madrid h1 span.ccolor.darloune.h1::first-letter{
    font-family: 'adelia',cursive;
    font-size: 22px;
    position: relative;
    left: 10px;
    text-transform: uppercase;
}
#menu-madrid-de li .sub-menu li:hover, #menu-madrid-de li .sub-menu li:hover {
    background: var(--madrid-color-light);
}
.city-card.madrid .first-letter span:before, .city-card.Madrid .first-letter span:before {
    content: "";
    background: url("");
    width: 17px;
    height: 13px;
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    top: 40% !important;
}
.city-color-madrid .h1.darloune.h1.first-letter span {
    left: 0px;
}
.post-madrid .post-meta a, 
.post-madrid .post-meta span, 
.post-madrid .card-content span,
.post-Madrid .post-meta a, 
.post-Madrid .post-meta span, 
.post-Madrid .card-content span {
    color: var(--madrid-color);
}

.post-madrid span.post-date.featured-post:before,
.post-Madrid span.post-date.featured-post:before {
    content: "";
    background: url("");;
    width: 17px;
    height: 13px;
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    top: 7px;
}

.city-color-madrid .cfill svg {
    fill: #ff9797 !important;
}
/*
.city-color-madrid ul li{
    list-style-type: none;
}*/

.mb-prado a:before {
    background-image: url("");
    content: "";
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-size: auto 71px;
    background-position: center -18px;
}

@media only screen and (max-width: 479px){
    .city-color-madrid .home-other-posts .search-filter-results .home-blog-featured-post.others:last-child {
        display: flex;
        margin-bottom: 10%;
        height: 130px;
    }
    .city-color-madrid .map-image img {
        content: url("");
    }
}
/*** modal ***/
.map-title-and-close{
    margin-bottom: 10px;
}