/*------------------------------------------------------------------
[Table of contents]

	0. Globals
	1. Header
	2. Content
		2.1 Specific pages
			2.1.1 Homepage
            2.1.2 Basic Page Extended
            2.1.3 Listing food and drinks
            2.1.4 Basic Page
            2.1.5 Search Result Page
            2.1.6 Partners Dashboard
            2.1.7 Track Listing Page
            2.1.8 Partner Listing Edit Page
            
	3. Footer
    4. Mobile
    5. Login page

	[Media Queries]
        0. Globals
        1. Header
        2. Content
            2.1 Specific pages
                2.1.1 Homepage
                2.1.2 Basic Page Extended and Multi Direcotry Page
        3. Footer
        4. Mobile

	[End of Media Queries]

[End of Table of contents]

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


/********* 0. Globals **********/


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

html {
    font-size: 16px;
}

.ra-hidden{
    display: none;
}

.custom-btn {
    letter-spacing: 0.56px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    background: rgba(229, 72, 132, 1);
    color: #fff;
    font-size: 1.563rem;
    line-height: 2.3125rem;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(229, 72, 132, 1);
    text-align: center;
    font-weight: 700;
    line-height: 3rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-top: 20px;
}

.custom-btn:hover {
    background: #fff;
    color: rgba(229, 72, 132, 1);
}

.modal-body a:focus {
    color: #fff;
    background-color: #007593;
}

h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.813rem;
    line-height: 2.5rem;
    letter-spacing: -0.4px;
}

h4 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    letter-spacing: 0rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    font-family: 'Roboto', sans-serif;
}

/* ul li{
    font-size: 1.5625rem;
    line-height: 2.5rem;
    font-family: 'Roboto', sans-serif;
} */
input[type="submit"],
input[type="reset"],
input[type="button"] {
    font-size: 18px;
    font-weight: 500;
    padding: 18px 33px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.125;
    border-width: 0px;
    border-style: solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    width: auto;
}

#drupal-off-canvas {
    color: unset;
    background: unset;
}

.section-header-title {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 4.0625rem;
}

.section-header-title p {
    letter-spacing: 0px;
    color: #333333;
    line-height: 2.5rem;
    margin-bottom: 0px;
    font-size: 1.375rem;
    margin-top: 1.5rem;
}

.section-header-title h2 {
    color: #275068;
    font-weight: 700;
}

.field--name-body h1, .field--name-field-body2 h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.813rem;
    font-weight: 700;
    line-height: 1.3;
    color: #275068;
    margin: 2em 0 1em;
}

.field--name-body h2, .field--name-field-body2 h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.35;
    color: #275068;
    margin: 1.75em 0 0.875em;
}

.field--name-body h3, .field--name-field-body2 h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.4;
    color: #275068;
    margin: 1.5em 0 0.75em;
}

.field--name-body h4, .field--name-field-body2 h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.4;
    color: #275068;
    margin: 1.25em 0 0.625em;
}

.field--name-body h5, .field--name-field-body2 h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #275068;
    margin: 1em 0 0.5em;
}

.field--name-body h6, .field--name-field-body2 h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #275068;
    margin: 0.75em 0 0.375em;
}

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

.item-tier,
.item-tier-1,
.item-tier-2,
.item-tier-3,
.item-free {
    background-color: #eaedef;
}

/********* 0. Globals **********/


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


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


/********* 1. Header **********/


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

header#header #navbar-top {
    padding: 0rem;
}

header#header .navbar .navbar-brand {
    max-width: 628px;
    width: 100%;
}

header.header.sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgb(0 0 0 / 10%);
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}

header.header {
    /*position: absolute;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.15);
}

body.user-logged-in header.header {
    position: absolute;
    top: 80px;
}

body.user-logged-in.scrolled header.sticky {
    top: 80px;
}

body.user-logged-in #main-wrapper {
    padding-top: 130px;
}

body.user-logged-in.partner header.header{
	top: 0px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/********* 1.1 Main Menu **********/

div.sf-accordion-toggle.sf-style-white a span {
    font-size: 0px;
}

div.sf-accordion-toggle.sf-style-white a {
    border: 0px solid #381301;
}

ul.sf-menu.sf-main-menu li,
ul.sf-menu.sf-style-white.sf-navbar {
    background: transparent !important;
}

ul.sf-menu.sf-main-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    padding: 1.25rem 1.8125rem;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
    top: 3.6em;
}

#superfish-main-menu ul.sf-menu.sf-style-white li:hover,
#superfish-main-menu ul.sf-menu.sf-style-white li.sfHover,
#superfish-main-menu ul.sf-menu.sf-style-white a:focus,
#superfish-main-menu ul.sf-menu.sf-style-white a:hover,
#superfish-main-menu ul.sf-menu.sf-style-white span.nolink:hover {
    color: #275068;
}

ul.sf-menu.sf-style-white li a:hover ul li a {
    color: #fff;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sfHover a {
    color: #275068;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sfHover li.sfHover>a {
    color: #d14375;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white .sf-depth-1 ul li a:hover {
    color: #d14375;
    background: transparent;
    font-weight: 700;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sf-depth-1.menuparent.sfHover>a,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sf-depth-1.menuparent.sfHover,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sf-depth-1.menuparent>a:visited {
    background: #d14375;
    color: #fff;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white>li:hover,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white>li.sfHover,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white>li>a:focus,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white>li>a:hover,
#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white>li>span.nolink:hover {
    background: #d14375;
    color: #fff;
    outline: 0;
}

#block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sfHover>a {
    color: #fff;
}

ul.sf-menu.sf-style-white li ul {
    background: rgba(256, 256, 256, 0.85);
}

ul.sf-menu.sf-style-white li li a {
    color: #275068;
    text-transform: inherit;
    font-weight: 600;
}

ul.sf-menu.sf-style-white li li a:hover {
    color: #275068;
}


/********* 1.1 Main Menu **********/

section.region.region-top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/********* 1.2 Top Header SocialLink **********/

.social-header-content ul {
    padding-left: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}

.social-header-content ul li {
    padding: 0 10px;
}

.social-header-content ul li:first-child {
    padding-left: 0px;
}

.social-header-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
}


/********* 1.2 Top Header SocialLink **********/

nav#navbar-main {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
}


/********* 1.3 SearchBox **********/

header div#block-romantic-child-theme-search-form .search-block-form.search-form {
    position: relative;
    padding: 0px;
}

form#views-exposed-form-default-content-search-page-1 .js-form-item.mb-3 {
    margin: unset !important;
}

.header .js-form-item input.form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border: 1px solid rgba(112, 112, 112, 1);
    height: 45px;
}

.region-header-search .views-exposed-form .form-actions {
    position: absolute;
    right: 20px;
    width: auto;
    height: 45px;
    margin-bottom: 0px !important;
    padding: 0px;
}

.region-header-search .views-exposed-form .form-actions .btn-primary {
    background: rgba(76, 102, 176, 0.15);
    color: #000;
    height: 45px;
    font-size: 15px;
    padding: 0 1rem;
    border-radius: 0;
    right: 0;
}

.region-mobile-header .views-exposed-form .content>form .js-form-item {
    margin-bottom: 0px !important;
    padding: 0px;
}

section.region.region-header-search {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 1.5rem;
}

div#block-romantic-child-theme-search-form>div {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

div#block-romantic-child-theme-search-form .form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/********* 1.3 SearchBox **********/
#block-secondarymenu ul {
    margin-bottom: 0rem;
}

.header-pink-buttons #superfish-secondary-menu li {
    display: inline-block;
    background-color: transparent;
    margin-right: 5px;
}

.header-pink-buttons #superfish-secondary-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    padding: 1.25rem 1.8125rem;
    color: #275068;
}

.header-pink-buttons #superfish-secondary-menu li.sfHover>a {
    color: #fff;
}

.header-pink-buttons #superfish-secondary-menu li.sf-depth-1>a:hover {
    color: #fff;
}

#superfish-secondary-menu {
    margin-bottom: 0rem;
}

.header-pink-buttons ul.sf-menu.sf-style-white li.sf-depth-1>a:hover,
.header-pink-buttons ul.sf-menu.sf-style-white li.sf-depth-1.sfHover>a .header-pink-buttons ul.sf-menu.sf-style-white li.sf-depth-1>a:visited {
    background: #d14375;
    secondary color: #fff;
}

.header-pink-buttons ul.sf-menu.sf-style-white>li:hover,
.header-pink-buttons ul.sf-menu.sf-style-white>li.sfHover,
.header-pink-buttons ul.sf-menu.sf-style-white>li>a:focus,
.header-pink-buttons ul.sf-menu.sf-style-white>li>a:hover,
.header-pink-buttons ul.sf-menu.sf-style-white>li>span.nolink:hover {
    background: #d14375;
    color: #fff;
    outline: 0;
}

.header-pink-buttons ul.sf-menu.sf-style-white li:hover,
.header-pink-buttons ul.sf-menu.sf-style-white a:focus,
.header-pink-buttons ul.sf-menu.sf-style-white a:hover,
.header-pink-buttons ul.sf-menu.sf-style-white span.nolink:hover {
    background: #f0f0f0;
    outline: 0;
}

.header-pink-buttons ul.sf-menu.sf-style-white li ul {
    background: rgba(256, 256, 256, 0.85);
}

.header-pink-buttons ul.sf-menu.sf-style-white>li.sfHover>a {
    background: #d14375;
    color: #fff;
}

.header-pink-buttons ul.sf-menu.sf-style-white .sf-depth-1 ul li a:hover {
    color: #d14375;
    background: transparent;
    font-weight: 700;
}

#superfish-secondary-menu li a.partner-menu {
	display: none;
}

body.partner #superfish-secondary-menu li a.partner-menu {
	display: block;
}

body.partner #superfish-secondary-menu {
    width: max-content;
}
/*-------------------------------------------------------------------*/


/********* 1. Header **********/


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


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


/********* 2. Content **********/


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


/********* 2.1 Specific pages **********/


/********* 2.1.1 Homepage **********/


/********* Banner **********/

.homepage-banner-wrapper {
    min-height: calc(100vh - 150px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.homepage-banner-wrapper h1 {
    font-size: 6.875rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}

.homepage-banner {
    max-width: 900px;
    width: 100%;
    position: absolute;
    bottom: 80px;
}


/********* Banner **********/


/********* inner banner images **********/


/* .innerpage-banner-image .homepage-banner-wrapper h2 {
    font-size: 4.5rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
} */

.homepage-banner-wrapper-inner h1 {
    font-size: 4.5rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0rem;
}


/* .innerpage-banner-image .homepage-banner-wrapper {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} */

.homepage-banner-wrapper-inner {
    height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 3.75rem;
    background-color: #275068;
}

.homepage-banner-wrapper-inner .container,
.homepage-banner-wrapper-inner .row {
    height: 100%;
}

/* .innerpage-banner-image .homepage-banner-title h2 a {
    color: #fff;
} */

.homepage-banner-title h1 a {
    color: #fff;
}

.homepage-banner-title {
    max-width: 900px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


/********* inner banner images **********/


/********* inner page  body **********/

.inner-body .views-field-body {
    padding: 3.75rem 0;
}

.inner-body .views-field-body p {
    margin-bottom: 0rem;
    font-size: 1.4375rem;
    line-height: 2.0625rem;
}

.inner-body ul,
.inner-body ol {
    margin-top: 1.5rem;
}

.inner-body ul ul,
.inner-body ul ol,
.inner-body ol ul,
.inner-body ol ol {
    padding-left: 1rem;
}

.inner-body ul li,
.inner-body ol li {
    font-size: 1.375rem;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin-top: 1.5rem;
}

.inner-body p {
    margin-top: 1.5rem;
}

.inner-body p strong {
    display: inline-block;
}

.inner-body img {
    /*margin-bottom: 3.75rem;*/
    max-width: 100%;
    height: auto !important;
    /* Make the image center aligned by default */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Ensure the ability of setting text-align from the editor using text-align-* class */
.inner-body .text-align-left img,
.inner-body .text-align-center img,
.inner-body .text-align-right img,
.inner-body .text-align-justify img{
    display:inline;
}

/********* inner page body **********/
/********* Inner page center align List you buisness button **********/
/********* Inner page center align List you buisness button **********/
section.row.region.region-featured-bottom-third {
    justify-content: center;
}

.sticky-list-your-business-link {
    position: fixed;
    top: 50%;
    width: 35px;
    height: 250px;
    background: #25a4c1;
    right: 0;
    writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.sticky-list-your-business-link a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    left: -2px;
    position: relative;
}

.sticky-list-your-business-link a:hover {
    color: #fff;
}
.sticky-list-your-business-link ~ .modal .modal-content {
    background: rgba(255,255,255,0.93);
}
.modal-content {
    border-radius: 0px;
    padding-bottom: 40px;
    padding-top: 30px;
    text-align: center;
}

.modal-header {
    border-bottom-width: 0px;
    padding: 0 15px 0 0;
}

.modal-body h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 2.1875rem;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #275068;
    opacity: 1;
    padding-top: 15px;
}

.modal-body p {
    font-size: 1.375rem;
    line-height: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0px;
    color: #0F0F0F;
}

.modal-body a {
    font-size: 1.5rem;
    line-height: 1.2;
    background: #25A4C1;
    max-width: 280px;
    text-align: center;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    margin-top: 1.875rem;
    padding: 0.75rem 0;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: 0;
}

.modal-body a:visited {
    color: #fff;
}

/********* Badge **********/
.path-frontpage .field--name-field-paragraph-sections .field__item:nth-child(5) {
    background-color: #25A4C1;
}

.path-frontpage .field--name-field-paragraph-sections .field__item:nth-child(5) .section-header-title h2 {
    color: #fff;
}

.home-badges-wrapper .home-badges-content {
    position: relative;
}

.home-badges-wrapper .home-badges-content a {
    display: block;
}

.home-badges-wrapper .home-badges-content .home-badge-image img {
    width: 100%;
}

.home-badges-wrapper .home-badges-content a h4 {
    text-decoration: none;
    letter-spacing: 0px;
    color: #275068;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    font-size: 2.813rem;
    line-height: 3rem;
}

.home-badges-wrapper a .home-badge-title {
    background: transparent;
    padding: 1.6875rem 1.1875rem 1.25rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    word-break: break-word;
}

.cms-homepage-badge {
    padding-bottom: 5rem;
}

.cms-homepage-badge .view-content.row {
    margin: 0 0px;
}

.cms-homepage-badge .col-lg-4.views-row {
    padding: 0px 0px;
}

.home-badges-wrapper a .home-badge-image:after {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.75;
}

.home-badges-wrapper .home-badges-content a:hover h4 {
    color: #fff;
}

.home-badge-bg-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 2;
}

.home-badges-content a:hover .home-badge-bg-hover {
    opacity: 0.75;
}

.home-badges-wrapper a:hover .home-badge-image:after {
    opacity: 0;
}

/*.home-badges-wrapper a .home-badge-image:hover:after {
    background-color: rgba(65, 197, 227, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}*/


/********* Badge **********/


/********* Text-over-the-image-wrapper **********/

.text-over-the-image-wrapper {
    padding: 5rem 0rem;
    text-align: center;
    background-position: center;
    color: #fff;
}

.text-over-the-image-wrapper h2 {
    font-weight: 700;
}

.text-over-the-image-wrapper .custom-btn {
    color: #275068;
    background-color: #fff;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 3px;
}

.text-over-the-image-wrapper .custom-btn:hover {
    background-color: #275068;
    color: #fff;
}


/********* Text-over-the-image-wrapper **********/


/********* Joining Newsletter **********/

.simplenews-subscriber-form {
    background: #f4f6f7;
    max-width: 600px;
    margin: 30px auto;
    padding: 3.75rem 0 1.75rem 0;
}

.simplenews-subscriber-form .container {
    display: block;
    max-width: 600px;
    width: 100%;
}

.simplenews-subscriber-form .form-newsletter-wrapper form {
    display: block;
}

.simplenews-subscriber-form h2 {
    color: #275068;
    margin-bottom: 30px;
    line-height: 1;
    padding: 0px 15px;
    font-weight: 700;
}

.simplenews-subscriber-form input {
    padding: 10px;
    border-radius: 0rem;
}

.simplenews-subscriber-form .form-actions .btn {
    padding: 18px 33px;
}

.simplenews-subscribe-button {
    background-color: #9d3e98;
    padding: 4.75rem 0;
    text-align: center;    
}
.simplenews-subscribe-button .newsletter-link {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #9d3e98;
    font-family: 'Josefin Sans', sans-serif;
    padding: 15px 30px;
    font-size: 23px;
    font-weight: 700;
}
.simplenews-subscribe-button .newsletter-link:hover {
    background-color: transparent;
    color: #fff;
}


/********* Joining Newsletter **********/

#block-instagramblock {
    margin-top: 4.375rem;
    margin-bottom: 4.0625rem;
}

#block-instagramblock ul {
    flex-direction: row;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

#block-instagramblock ul li {
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-width: 0px;
    overflow: hidden;
    flex: 1;
}

#block-instagramblock ul li .instagram-carousel {
    display: flex;
}

#block-instagramblock ul li .instagram-carousel a:not(:first-child) {
    display: none;
}

#block-instagramblock ul li a {
    display: inline-block;
    height: 200px;
    width: 100%;
}

#block-instagramblock ul li a img,
#block-instagramblock ul li a video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#block-instagramblock h2 {
    color: #275068;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5rem;
}


/********* 2.1.1 Homepage **********/


/********* 2.1 Specific pages **********/


/********* 2.1.2 Basic Page Extended **********/


/********* Listing Event **********/



.listing-event-wrapper {
    /* margin-bottom: 4.375rem; */
}

.listing-event-inner-content {
    margin-bottom: auto;
    flex-grow: 1;
    font-size: 22px;
}

.listing-event-inner-content p {
    font-size: 1.375rem;
    line-height: 2rem;
}

.listing-event-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.listing-event-wrapper h3 {
    margin-bottom: 1rem;
}

.listing-event-wrapper h3,
.listing-event-wrapper h4 {
    margin-bottom: 1rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    color: #275068;
}

.listing-event-wrapper h3 a,
.listing-event-wrapper h4 a {
    color: #275068;
}

.listing-event-wrapper .listing-event-image img {
    width: 100%;
}

.listing-event-button-wrapper {
    width: 100%;
}

.listing-event-button-wrapper {
    margin-top: auto;
}

.item-premium .listing-event-button-wrapper {
    display: flex;
    gap: 30px;
}

.item-premium .listing-event-link a {
    display: inline-block;
    background-color: #275068;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    border: 1px solid #275068;
    height: 3.4375rem;
    line-height: 3.75rem !important;
    text-align: center;
    font-style: normal;
    padding: 0 15px;
}

.item-premium .listing-event-flag .flag,
.item-premium .listing-event-link {
    /* flex: 0 0 235px; */
}

.item-premium .listing-event-flag {
    flex-grow: 1;
}

.item-premium .listing-event-link a:hover {
    background-color: #fff;
    color: #275068;
}

.listing-event-link a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #275068;
    padding: 10px 15px 5px;
    border: 1px solid #275068;
}

.listing-event-link a:hover {
    color: #275068;
    background-color: transparent;
}

.listing-without-image .listing-event-link a {
    display: inline-block;
    color: #275068;
    text-transform: capitalize;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    padding: 0rem;
    font-weight: 700;
    border-width: 0px;
    background: none;
    height: auto;
}

.listing-without-image .listing-event-link a:hover {
    color: #275068;
}

.listing-without-image .action-flag a,
.listing-without-image .action-unflag a {
    max-width: 235px;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 1 !important;
    text-align: center;
    letter-spacing: 0rem;
    color: #25A4C1;
    text-transform: capitalize;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}

.listing-without-image .action-flag a:hover,
.listing-without-image .action-unflag a:hover {
    background-color: transparent;
}

/* .view-listing-directory{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
} */
.view-listing-directory .views-row:last-child .listing-event-wrapper {
    margin-bottom: 0rem;
}

/* . {
    background-color: #2750680D;
} */

/*. .views-row {
    padding-left: 6.25rem;
   padding-right: 6.25rem;

}*/

div[class^="item-tier"] .listing-event-button-wrapper h3 a,
.item-free .listing-event-button-wrapper h3 a {
    font-size: 1.5rem;
}

div[class^="item-tier"] .listing-event-button-wrapper,
.item-free .listing-event-button-wrapper {
    display: flex;
}

div[class^="item-tier"] .action-flag a,
div[class^="item-tier"] .action-unflag a,
.item-free .action-flag a,
.item-free .action-unflag a {
    background-color: transparent;
    border: 1px solid transparent !important;
}

div[class^="item-tier"] .listing-event-flag,
.item-free .listing-event-flag {
    padding-left: 15px;
}

div[class^="item-tier"] .action-flag a, .item-free .action-flag a {
    max-width: 235px;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 1 !important;
    text-align: center;
    letter-spacing: 0;
    background-color: #25A4C1;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 12px 15px 9px;
    border: 1px solid #25A4C1 !important;
}

div[class^="item-tier"] .action-flag a:hover,
div[class^="item-tier"] .action-unflag a:hover,
.item-free .action-flag a:hover,
.item-free .action-unflag a:hover {
    background-color: transparent;
}

div[class^="item-tier"] .action-unflag a,
.item-free .action-unflag a {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 1 !important;
    font-weight: 700;
    background-color: #25A4C1;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 1.125rem;
    padding: 12px 15px 9px;
    border: 1px solid #25A4C1 !important;
}

.custom-title-class {
    margin-top: 3.75rem;
    margin-bottom: 0rem;
    /* background-color: #2750680D; */
    padding: 2rem 0rem;
    /* max-width: 1300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; */
}

.custom-title-class h2 {
    line-height: 1;
    font-weight: 600;
    color: #275068;
}

.view-header .custom-title-class h2 {
    margin-bottom: 3.75rem;
}

/* Admin Only Listing Info **/

.admin-content {
    display: none;
}
.user-logged-in .admin-content {
    display: flex; 
    border: 1px solid #275068;
}
.user-logged-in .admin-content > div {
    display: inline-flex; 
    width: 50%; 
    padding: 7px 20px;
}

/* Admin Only Listing Info **/


/********* Listing Event **********/

/********* Listing Event without Image **********/
.listing-without-image .listing-event-wrapper .listing-event-content {
    padding-left: 0px;
}

.listing-without-image .listing-event-button-wrapper {
    margin-left: -15px;
}

.listing-google-address {
    padding-left: 15px;
}

.listing-google-address a {
    max-width: 235px;
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 1 !important;
    text-align: center;
    letter-spacing: 0rem;
    color: #25A4C1;
    text-transform: capitalize;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
}

/********* Listing Event without Image  **********/

/********* Listing Event Dropdown **********/
.view-listing-directory .form-select {
    border-radius: 0px;
    width: auto;
    background-color: #f7f7f7;
    color: #275068;
    line-height: 1;
    letter-spacing: 0px;
    border: 1px solid #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    height: 55px;
    font-weight: 600;
}

.view-listing-directory .form-select:focus {
    border-color: #707070;
    outline: 0;
    box-shadow: none;
}

.view-listing-directory .form-type-select {
    /* padding-left: 6.25rem; */
    margin-bottom: 4rem !important;
}

/********* Listing Event Dropdown **********/

/********* Listing Event See Also section**********/
.listing-also-see {
    padding: 5rem 0rem;
}

.listing-also-see h2 {
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: -0.3px;
    color: #275068;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.listing-also-see .list-group-item {
    border-bottom: 2px solid #22465B;
    border-right-width: 0rem;
    border-left-width: 0rem;
    border-top-width: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    font-weight: 700;
}

.listing-also-see .list-group-item a {
    color: #25A4C1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.875rem;
    line-height: 1;
}

.listing-also-see .list-group-item:last-child {
    border-bottom-width: 0rem;
}

/********* Listing Event See Also section**********/
/********* Global Section **********/

/* Contest Background Hide and Show */
.basic-page-win-tickets{ /*background: unset !important;*/}
/* End Contest Background color  */
.basic-page-win-tickets.win-green {
    background-color: #D2497A;
}

.basic-page-win-tickets.win-green .win-tickets .white-btn {
    color: #D2497A;
}

.custom-row>.col-12 {
    padding-left: 0rem;
    padding-right: 0rem;
}

.innerpage-banner-image .view-content.row {
    margin-left: 0rem;
    margin-right: 0rem;
}

.listing-event-image .cboxElement {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.listing-event-image .cboxElement::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 50px;
    line-height: 1;
    color: #fff;
}

.fit-vid-ignore {
    height: 100%;
    width: 100%;
}

main#content {
    overflow: hidden;
}

/********* Global Section **********/
.node .featured-content-image .field--type-image {
    float: none;
    margin: 0rem;
}

.featured-content-image img {
    margin: 2rem auto;
    display: block;
    /*max-width: 800px;
    width: 100%;*/
    max-width: 100%;
    height: auto;
}

/********* Promo banner Section **********/
.trip-nav {
    position: relative;
}
.trip_navInnerLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.lodging_items img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.trip-buttons .view-filters {
    display: none;
}
.trip-buttons .premium-view .view-content.row .views-row {
    width: auto;
    flex: 0 0 calc(33.33% - 12px);
    background: #ED663B;
    padding: 0;
}
.trip-buttons {
    width: 100%;
    padding: 0 70px;
}
.trip-button {
    color: #fff;
    background: #ED663B;
    padding: 8px 20px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    &:hover {
        color: #fff;
    }
    &:active {
        color: #fff;
    }
}
.trip-button:focus {
    color: #fff !important;
}
.trip-buttons .premium-view .view-content.row {
    gap: 17px;
    justify-content: center;
}
.trip-nav {
    position: relative;
    border-bottom: 4px solid #25A4C1;
    border-top: 4px solid #25A4C1;
}
.field_header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /*object-position: bottom;*/
}
.trip-buttons .premium-view .view-content.row .views-field.views-field-nothing {
    position: relative;
}
.trip_main_title {
    font-size: 20px;
    margin-bottom: 16px;
    color: #275068;
}
.sub_menuFields {
    font-size: 1.438rem;
    margin: 14px 0 0;
}
.icon_left_arrow:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url('../image/right-arrow-svgrepo-com.svg');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain !important;
    filter: invert(1);
}
.trip-buttons .premium-view .view-content.row .views-row:nth-child(3n+1) .trip-button {
    background-color: #ED663B;
}
.trip-buttons .premium-view .view-content.row .views-row:nth-child(3n+2) .trip-button {
    background-color: #D14375;
}
.trip-buttons .premium-view .view-content.row .views-row:nth-child(3n+3) .trip-button {
    background-color: #673F93;
}

/********* Promo banner Section **********/


/********* 2.1.2 Basic Page Extended **********/

/******** 2.1.3 Listing food and drinks *********/

.romantic-listing-detail .field--type-image {
    float: none;
    margin: 3rem 0em 0 0;
}

.romantic-listing-detail .field--type-image img {

    height: auto;
    margin-bottom: 0rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.romantic-listing-detail .field--name-title {
    font-size: 2.813rem;
    line-height: 2.5rem;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: -0.45px;
    color: #275068;
    padding-top: 7.8125rem;
    font-weight: 700;
    display: block;
}

.romantic-listing-detail p {
    letter-spacing: 0px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    line-height: 2.0625rem;
    margin-bottom: 1.25rem;
}

.romantic-listing-detail p a {
    color: #1F89A1;
}

.romantic-listing-detail h4 {
    margin-top: 1.25rem;
}

.romantic-listing-detail h4 a {
    color: #275068;
    font-family: 'Josefin Sans', sans-serif;
}

.romantic-listing-detail .field__label,
.romantic-listing-map .field__label {
    display: none;
}

.romantic-listing-detail .field__item {
    margin-top: 3rem;
}

.romantic-listing-map {
    margin-top: 3rem;
    background: #2750680D;
    padding-top: 6.6875rem;
    padding-bottom: 9.0625rem;
}

.romantic-listing-map .listing-map {
    padding-right: 1.25rem;
}

.action-flag a,
.romantic-listing-map .field--type-link a {
    max-width: 235px;
    width: 100%;
    display: inline-block;
    height: 3.4375rem;
    line-height: 3.75rem !important;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0rem;
    color: #FFFFFF;
    text-transform: uppercase;
    font-style: normal;
}

.action-unflag a {
    max-width: 350px;
    width: 100%;
    display: inline-block;
    height: 3.4375rem;
    line-height: 3.75rem !important;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}

.action-flag a,
.action-unflag a {
    background-color: #25A4C1;
    border: 1px solid #25A4C1 !important;
}

.action-flag a:hover,
.action-unflag a:hover {
    background-color: #fff;
    color: #25A4C1;
}

.romantic-listing-map .field--type-link a {
    background-color: #275068;
    border: 1px solid #275068;
    margin-bottom: 1.25rem;
}

.romantic-listing-map .field--type-link a:hover {
    color: #275068;
    background-color: #fff;
}

body.partner #edit-body-wrapper #edit-body-0-format{
	display: none;	
}

body.partner .field--name-field-listing-summary{
	display: none;
}
/******** 2.1.3 Listing food and drinks *********/

/******** 2.1.4 Basic Page *********/

.basic-page-image img {
    display: block;
    margin: 2rem auto;
    object-fit: cover;
}

.basic-page-image .field--type-image {
    float: none;
    margin-right: 0;
}

.basic-page-win-tickets {
    text-align: center;
    padding: 4rem 0;
    background-color: #7fb041;
    color: #fff;
    position: relative;
}

.basic-page-win-tickets::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url('../image/white-mountains-overlay.png');
    bottom: 0;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.white-btn {
    background: #ffffff;
    color: #000;
    padding: 0.8rem 2.5rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.1;
    border: 1px solid #fff;
    transition: 0.2s;
}

.white-btn:hover {
    color: #fff !important;
    background: transparent;
}

.win-tickets .white-btn {
    color: #7FB041;
}

.win-tickets {
    position: relative;
}

.win-tickets h2 {
    margin-bottom: 2rem;
    color: white;
    text-align: center;
    
    font-family:'Josefin Sans', sans-serif;
    font-size:2.813rem;
    letter-spacing:-0.4px;
    line-height:2.5rem;
}
.basic-page-win-tickets h3 {
    color: white;
}

/******** 2.1.4 Basic Page *********/

/******** 2.1.5 Search Page result *********/
div#edit-basic {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    flex-wrap: wrap;
}

div#edit-basic label {
    font-family: 'Roboto', sans-serif;
    flex: 0 0 150px;
}

div#edit-basic .js-form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.mb-3 {
    display: flex;
    margin-bottom: 0px !important;
    align-items: center;
    gap: 15px;
}

div#edit-basic #edit-keys {
    height: 40px;
    border-radius: 0px;
}

div#edit-basic input#edit-submit {
    margin-left: 12px;
    padding: 0px 33px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #25A4C1;
    background-color: #25A4C1;
}

div#edit-basic input#edit-submit:hover {
    background-color: #fff;
    color: #25A4C1;
}

.path-search .list-group-item {
    border-width: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    border-bottom: 2px solid #24316B;
    margin-bottom: 1rem;
}

#search-form {
    margin-bottom: 3rem;
}

.path-search h2 {
    line-height: 1;
    color: #275068;
}

.path-search li.list-group-item h3 a {
    color: #24316B;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
}

.path-search li.list-group-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    line-height: 2rem;
}

.path-search ul.pagination.js-pager__items {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

/******** 2.1.5 Search Page result *********/

/******** 2.1.6 Partners Dashboard *********/

.view-partners-dashboard .form-select {
    border-radius: 0px;
    width: auto;
    background-color: #f7f7f7;
    color: #275068;
    line-height: 1;
    letter-spacing: 0px;
    border: 1px solid #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    height: 55px;
    font-weight: 600;
}

.view-partners-dashboard .form-select:focus {
    border-color: #707070;
    outline: 0;
    box-shadow: none;
}

.view-partners-dashboard .form-type-select {
    margin-bottom: 3rem !important;
}

.view-partners-dashboard {
    margin: 5rem auto;
}

.view-partners-dashboard  #views-exposed-form-partners-dashboard-partners-dashboard {
    padding: 0;
}

.view-view-partners-dashboard form #edit-actions input[type="submit"]{
    padding: 9px 33px;
    margin-left: 10px;
}

.view-view-partners-dashboard table {
    font-size: 16px;
}

.view-view-partners-dashboard table thead th {
    color: #275068;
    font-size: 18px;
}

.view-view-partners-dashboard table tr td, .view-view-partners-dashboard table tr th {
    border: 1px solid #ced4da;
    background: white !important;
}

.field--name-moderation-state {
    display: none;
}

/******** 2.1.6 Partners Dashboard *********/

/******** 2.1.7 Track Listing Page *********/

.view-track-listings.listing-appears {
    margin-bottom: 5rem;
}

.view-track-listings .view-header .view-toggle-tabs {
    display: flex;
    justify-content: center;
    background: white;
    text-align: center;
    width: fit-content;
    margin: 20px auto;
    border: 1px solid #275068;
}

.view-track-listings .view-header a.track-listing-tab.active {
    background: #275068;
    color: white;
}

.view-track-listings .view-header a.track-listing-tab {
	padding: 6px;
	font-size: 18px;
	color: #275068;
}

.view-track-listings .page-title {
    border-bottom: 2px solid #22465B;
    border-right-width: 0rem;
    border-left-width: 0rem;
    border-top-width: 0rem;
    font-weight: 700;
}
.view-track-listings .page-title a {
    color: #25A4C1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.875rem;
    line-height: 1;
}

body.partner #superfish-secondary-menu li a.partner-menu {
    color: #fff !important;
    background-color: #25a4c1 !important;
    border: 1px solid #25a4c1;
    border-top: none;
}
body.partner #superfish-secondary-menu li a.partner-menu:hover {
    color: #25a4c1 !important;
    background-color: transparent !important;
    border: 1px solid #25a4c1;
    border-top: none;
}
.admin-content {
    display: none;
}
.user-logged-in .partner-dashboard-wrapper .admin-content {
    display: flex; 
    margin-bottom: 30px;
    border: unset;
}
.user-logged-in .partner-dashboard-wrapper .admin-content .admin-tier-info {
    display: inline-block; 
    background-color: #f9f9f9; 
    color: #333; 
    border: 1px solid #ccc; 
    padding: 4px 10px; 
    font-size: 18px; 
    border-radius: 8px; 
    font-weight: 500;
}
body .custom-button {
    display: inline-block;
    background-color: #275068;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem !important;
    border: 1px solid #275068;
    text-align: center;
    font-style: normal;
    padding: 7px 15px;
    font-weight: 700;
}
body .custom-button:hover {
    color: #275068;
    background-color: transparent;
}
body .ui-dialog .ui-dialog-titlebar-close:before {
    position: absolute;
    content: "" !important;
    top: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #858b98;
    background-image:url("data:image/svg+xml,%3Csvg fill='none' stroke='black' stroke-width='4' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
body .ui-dialog .ui-dialog-titlebar-close {
    top: 37%;
    /* padding: 14px; */
    border: 1px solid #ddd;
    background: #f2f3f4;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 15px;
    line-height: 5;
    text-indent: unset;
    overflow: hidden;
}
.ui-button .ui-icon {
    display: none;
}

/******** 2.1.7 Track Listing Page *********/
/******** 2.1.8 Partner Listing Edit Page *********/

.container.container-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
}
.container.container-wrapper small.description {
    font-size: 18px;
    margin-top: 10px;
    display: block;
}
.container.container-wrapper .form-wrapper {
    margin-bottom: 30px !important;
    margin-top: 15px;
}
.container.container-wrapper .form-wrapper label {
    font-size: 22px;
    padding-bottom: 10px;
}
.container.container-wrapper .form-wrapper .container-inline {
    font-size: 20px;
}

/******** 2.1.8 Partner Listing Edit Page *********/

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


/********* 2. Content **********/


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


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


/********* 3. Footer **********/


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

.site-footer {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 4rem 0 3rem;
}

.site-footer .block {
    margin: 0px 0;
    border: 0px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0px;
}

section.region.region-footer-first ul {
    padding-left: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

section.region.region-footer-first ul li a {
    display: block;
    text-decoration: none;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1;
    border-bottom: 0px;
    padding: 0px 10px;
}

#block-footersection {
    text-align: center;
}

#block-footersection p {
    color: #FFFFFF;
    line-height: 1;
    border-bottom: 0px;
}

section.region.region-footer-first ul li:first-child a {
    padding-left: 0px;
}

section.region.region-footer-first ul li:last-child a {
    padding-right: 0px;
}

section.region.region-footer-first img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.region-footer-second img {
    max-width: 500px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.region-footer-second .nav {
    justify-content: center;
}

.region-footer-second .nav .nav-item {
    margin: 6px 0px;
}

.region-footer-second .nav .nav-item a {
    color: #fff;
    text-decoration: underline;
    border-right: 1px solid #ffffff78;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 18px;
}

.region-footer-second .footer-text {
    margin-top: 2rem;
}

.region-footer-second .footer-text p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 0.5rem;
}

.footer-bottom-links {
    text-align: center;
    margin-right: 1.5rem;
}

.footer-bottom-links a {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 18px;
    padding: 0 1rem;
    border-right: 1px solid #fff;
    text-decoration: underline;
}

.site-footer section.region.region-footer-fifth {
    text-align: center;
}

.site-footer section.region.region-footer-fifth .block.block-block-content {
    display: inline-block;
}

#block-socialheader-2 .social-header-content {
    text-align: center;
}

#block-socialheader-2 .social-header-content ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
}

#block-socialheader-2 h4 {
    letter-spacing: -0.25px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0px;
    font-weight: 600;
}

section.col-sm-12.col-md-3.col-lg-3.region.region-footer-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.site-footer__bottom {
    letter-spacing: 0.2px;
    margin-top: 0px;
    border-top: 0px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
}


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


/********* 3. Footer **********/


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


/*------------type--left-text-right-image-----------------*/

.half-section-content h2 {
    color: #275068;
    margin-bottom: 1.875rem;
    font-weight: 700;
}

.half-section-content p {
    line-height: 2.5rem;
    color: #275068;
}

.half-section-link a {
    color: #fff;
    background-color: #25a4c1;
}

.half-section-content {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 3.75rem 0px;
}

.half-section-wrapper>.row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.half-section-link a.custom-btn {
    width: 100%;
    padding: 0 30px;
    max-width: 438px;
    border-color: #25a4c1;
    display: block;
    margin: 2.5rem auto 0;
    border-radius: 0;
}

.node__content {
    margin-top: 0;
}

.half-section-wrapper {
    padding: 80px 0;
}

/*------------type--left-text-right-image-----------------*/


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


/********* 4. Mobile **********/


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

.top-bar,
.mobile-colorful-links {
    display: none;
}

section.region.region-mobile-header {
    display: none;
}

.mobile-colorful-links-pink {
    background-color: #E54884;
    border: 2px solid #E54884;
}

.mobile-colorful-links-pink:hover {
    color: #E54884;
    background-color: #fff;
}

.mobile-colorful-links-orange {
    background-color: #F15E4B;
    border: 2px solid #F15E4B;
}

.mobile-colorful-links-orange:hover {
    color: #F15E4B;
    background-color: #fff;
}

.mobile-colorful-links-green {
    background-color: #7FB041;
    border: 2px solid #7FB041;
}

.mobile-colorful-links-green:hover {
    color: #7FB041;
    background-color: #fff;
}

.mobile-colorful-links-celadon-blue {
    background-color: #0D86AD;
    border: 2px solid #0D86AD;
}

.mobile-colorful-links-celadon-blue:hover {
    color: #0D86AD;
    background-color: #fff;
}

.mobile-colorful-links-PURPLE {
    background-color: #673F93;
    border: 2px solid #673F93;
}

.mobile-colorful-links-PURPLE:hover {
    color: #673F93;
    background-color: #fff;
}

ul.sf-menu.sf-main-menu li a.d-hamburger-menu {
    display: none;
}

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


/********* 4. Mobile **********/


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

/*--------------------------------------------------------------------*/
/********* 5. Login page  **********/

body.page-user-login.path-user .main-content .section {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #f4f6f7;
    font-family: 'Roboto', sans-serif;
}

body.page-user-login.path-user .main-content .section .form-control {
    border-radius: 0rem;
}

.partner-login-section {
	max-width: 600px;
	background: #f4f6f7;
	padding: 2rem;
	margin: 4rem auto;
    font-family: 'Roboto', sans-serif;
}

.partner-login-section h3{
	margin-bottom: 2rem;
	color: #275068;
}

.partner-login-form input[type=email],
.partner-login-form input[type=text],
.partner-login-form input[type=submit],
.partner-login-form #edit-actions {
	border-radius: 0;
}

.partner .alert-wrapper, body.path-partner-login .alert-wrapper {
    width: fit-content;
    margin: auto;
    position: unset;
}

.partner .alert-wrapper .alert, body.path-partner-login .alert-wrapper .alert {
    margin-bottom: 1rem;
}

.partner .alert-wrapper .alert svg, body.path-partner-login .alert-wrapper .alert svg {
	display: none;
}

.partner .alert-wrapper h2.alert-heading, body.path-partner-login .alert-wrapper h2.alert-heading {
	display: none;
}

/********* 5. Login page  **********/

/********* 6. Contest page  **********/
.webform-submission-contest-add-form input {
    border-radius: 0px;
}

.webform-submission-contest-add-form {
    padding-bottom: 3.75rem;
}

.webform-submission-contest-add-form .button {
    background: #25A4C1;
    border-color: #25A4C1;
}

.webform-submission-contest-add-form .button:hover {
    background: #007593;
    border-color: #007593;
}

/********** Search Result page 3 March 2023  **********/
.page-view-default-content-search .item-list li::marker {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}

.page-view-default-content-search .view-default-content-search .item-list ol {
    padding-left: 2.5rem;
    padding-right: 1rem;
}

.page-view-default-content-search .view-default-content-search .item-list li {
    padding-bottom: 1.5rem;
}

.page-view-default-content-search .view-default-content-search .item-list li h3 {
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}

.page-view-default-content-search .view-default-content-search .item-list li h3 a {
    color: #275068;
}

.page-view-default-content-search .main-content .js-form-item {
    width: 60%;
    display: flex;
}

.page-view-default-content-search .main-content .js-form-item label {
    min-width: 100px;
    align-self: center;
    font-size: 18px;
}

.page-view-default-content-search .main-content .form-actions {
    width: auto;
}

.page-view-default-content-search .main-content .views-exposed-form {
    padding: 1rem;
}

.page-view-default-content-search .view-default-content-search .item-list li .views-field.views-field-body {
    padding-left: 1rem;
}
.romantic-listing-map .view-empty {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.search-solr-custom .highlight {
    font-weight: bold;
    color: #275068;
}
.listing-event-link a:empty {
    display: none;
}
/* .webform-submission-contest-add-form {
    background: #f4f6f7;
    padding: 50px;
    max-width: 600px;
    margin: 50px auto;
} */
/********* 6. Contest page  **********/
/*--------------------------------------------------------------------*/

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


/********* Media Queries **********/


/*-------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
    ul.sf-menu.sf-main-menu {
        margin-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        float: none;
        flex-wrap: wrap;
    }

    .header .js-form-item input.form-control {
        width: 411px;
    }

    .header .js-form-item label {
        width: 40px !important;
        height: 40px !important;
        position: relative !important;
        font-size: 0;
        vertical-align: bottom;
    }

    .header .js-form-item label::before {
        content: "";
        position: absolute;
        background-image: url('/sites/default/files/search_icon.png');
        background-size: 85%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .header .js-form-item input.form-control {
        width: 411px;
        position: absolute;
        right: 20px;
        top: 0;
        padding-right: 5.5rem;
    }

    .header .js-form-item input.form-control,
    .region-header-search .views-exposed-form .form-actions {
        top: 58px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .header .field-show .js-form-item input.form-control,
    .region-header-search .views-exposed-form .field-show .form-actions {
        opacity: 1;
        visibility: visible;
    }

    .region-header-search .views-exposed-form .field-show .form-actions::before {
        content: "";
        position: absolute;
        border-width: 8px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: rgba(112, 112, 112, 1);
        border-style: solid;
        border-top: 0;
        right: 10px;
        top: -7px;
    }

    /* .view-listing-directory{
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    } */
    .romantic-listing-map .col-lg-9 {
        width: 60%;
    }

    .romantic-listing-map .col-lg-3 {
        width: 40%;
    }
    .general-listing.view.view-listing-directory .views-row:first-child .listing-event-wrapper {
        padding-top: 4.5rem;
    }
    .general-listing.view.view-listing-directory {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 1400px) {

    .listing-event-wrapper {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .listing-event-wrapper .listing-event-image {
        padding-right: 1.75rem;
    }

    .listing-event-content {
        padding-left: 1.75rem;
    }
}

@media screen and (min-width: 1920px) {}

@media screen and (max-width: 1600px) {
    ul.sf-menu.sf-main-menu li a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    .header-pink-buttons li a {
        font-size: 1.125rem;
    }

    .header-pink-buttons li {
        margin-right: 1.5rem;
    }

    ul.sf-menu.sf-main-menu li a {
        padding: 1rem;
    }

    header#header .navbar .navbar-brand {
        max-width: 465px;
    }
    .listing-event-wrapper {
        padding: 2.5rem;
    }
    .romantic-listing-map .view-empty {
        max-width: 1140px;
    }
}

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

    section.region.region-top-header,
    nav#navbar-main {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .home-badges-wrapper .home-badges-content a h4 {
        font-size: 1.5625rem;
        line-height: 1.5;
    }

    .homepage-banner-wrapper h1 {
        font-size: 5rem;
    }

    /*. .views-row {
        padding-left: 0rem;
        padding-right: 0rem;
    }*/

    nav#navbar-main {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    div.sf-accordion-toggle.sf-style-white a {
        padding: 0px;
        width: 35px;
        height: 35px;
    }

    div.sf-accordion-toggle.sf-style-white>a:after {
        line-height: 1;
        font-size: 2.5rem;
        right: 0rem;
    }

    div.sf-accordion-toggle.sf-style-white {
        position: relative;
    }

    section.region.region-mobile-header div.sf-accordion-toggle.sf-style-white a {
        border: 1px solid transparent;
        position: absolute;
        right: 0px;
        color: #005E7A;
        background-color: transparent;
    }

    section.region.region-mobile-header ul.sf-menu.sf-accordion.sf-expanded,
    section.region.region-top-header ul.sf-menu.sf-accordion.sf-expanded {
        left: 0% !important;
        position: absolute;
        top: 50px !important;
        width: 100%;
        background: #f7f7f7;
    }

    section.region.region-top-header {
        min-height: 50px;
    }

    div.sf-accordion-toggle.sf-style-white a.sf-expanded,
    ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
        background-color: transparent !important;
    }

    div.sf-accordion-toggle.sf-style-white a {
        background: transparent;
    }

    #block-romantic-child-theme-mainmenu-2 ul.sf-menu.sf-style-white li.sf-depth-1.menuparent>a:visited {
        background: transparent;
        color: #275068;
    }

    #block-instagramblock ul li {
        flex-basis: 175px;
        flex-grow: 1;
    }

    .romantic-listing-map .view-empty {
        max-width: 960px;
    }
}

@media screen and (max-width: 1199px) {
    .block-superfish {
        width: 35px;
        display: inline-block;
        height: 35px;
        position: inherit;
    }

    section.region.region-top-header ul.sf-menu.sf-main-menu li a {
        color: #275068;
    }
   
    ul.sf-menu.sf-main-menu li a.d-hamburger-menu {
        display: block;
    }

    ul#superfish-secondary-menu {
        display: none;
    }
    
    ul.sf-menu.sf-main-menu li a.d-hamburger-menu.partner-menu {
        display: none;
    }

    body.partner ul.sf-menu.sf-main-menu li a.d-hamburger-menu.partner-menu {
        display: block;
    }
    .trip-buttons .premium-view .view-content.row .views-row {
        flex: 0 0 calc(50% - 16px);
    }
    .field_header img {
        height: 250px;
    }
}

@media screen and (max-width: 1024px) {
    section.region.region-header-search {
        display: none;
    }

    .header #navbar-main .section.region.region-header-search {
        display: none;
    }

    ul.sf-menu.sf-main-menu li a {
        color: #275068;
    }

    section.region.region-mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.region.region-mobile-header .navbar-brand img {
        max-width: 300px;
        width: 100%;
    }

    #navbar-main>.navbar-brand {
        display: none;
    }

    .region-mobile-header .views-exposed-form .content>form {
        position: relative;
        width: 45px;
    }

    section.region.region-mobile-header .navbar-brand {
        max-width: 300px;
        width: 100%;
    }

    #navbar-top {
        background-color: #275068;
        display: none;
    }

    form#search-block-form {
        padding: 0;
        position: relative;
    }

    header#header .navbar .navbar-brand {
        max-width: 300px;
        width: 100%;
        padding-left: 15px;
    }

    section.region.region-mobile-header div.sf-accordion-toggle.sf-style-white a.sf-expanded,
    section.region.region-mobile-header ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
        background-color: transparent;
    }

    section.region.region-mobile-header ul.sf-menu .sf-sub-indicator {
        width: 1rem;
    }

    form.search-form.search-block-form.form-row {
        position: relative;
    }

    .custom-search-span {
        height: 45px;
        width: 45px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        background: url(/sites/default/files/search_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        background-size: 75%;
        border-color: transparent;
    }

    .search-block-form #edit-actions--2 {
        display: none;
    }

    .region-mobile-header .views-exposed-form .content>form .js-form-item label::before {
        display: none;
    }

    .header .js-form-item input.form-control {
        width: 0;
        display: block;
        margin-top: 0;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        position: absolute;
        z-index: 1;
        left: 0;
        padding: 0.625rem;
        top: 0px;
    }

    .header .js-form-item input.form-control.show {
        width: 300px;
        color: #212529;
        border: 1px solid #2c4b5c;
        padding-left: 2.3rem;
    }

    .header .js-form-item input.form-control.show .form-control:focus {
        outline: none;
    }

    .mobile-colorful-links {
        margin-top: 0.75rem;
        margin-bottom:0.75rem;
    }

    .mobile-colorful-links a {
        max-width: 320px;
        width: 100%;
        display: block;
        height: 4.0625rem;
        text-decoration: none;
        color: #fff;
        text-align: center;
        line-height: 4.0625rem;
        position: relative;
        border-radius: 15px;
        font-size: 1.5625rem;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        margin: 0 auto 5px;
        font-weight: 700;
        overflow: hidden
    }

    .mobile-colorful-links a:last-child {
        margin-bottom: 0px;
    }

    .mobile-colorful-links a::after {
        position: absolute;
        background: url(../image/button_bg.png) no-repeat bottom;
        background-size: cover;
        width: 100%;
        height: 4.0625rem;
        left: 0px;
        bottom: -4px;
        content: "";
    }

    .half-section-content {
        padding: 3.75rem 0.9375rem;
    }

    .top-bar {
        background: #005E7A;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
        text-align: center;
    }

    .top-bar a {
        color: #fff;
        font-size: 1.3125rem;
        font-weight: 700;
        text-decoration: none;
    }

    .header .js-form-item input.form-control {
        border: 1px solid transparent;
        color: #FFF;
    }

    .region-mobile-header .views-exposed-form .content>form .js-form-item label,
    #edit-actions--4, #edit-actions--3,  .region-mobile-header .form-actions.mb-3 {
        display: none;
    }

    .homepage-banner {
        bottom: 3.125rem;
    }

    .top-bar,
    .mobile-colorful-links {
        display: block;
    }

    .cms-homepage-badge.container {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 2rem;
    }

    .cms-homepage-badge .col-lg-4.views-row {
        padding: 0px 0;
    }

    .cms-homepage-badge .view-content.row {
        margin: 0 -0.9375rem;
    }

    .home-badges-wrapper a h4 {
        font-size: 1.2rem;
    }

    .half-section-content h2 {
        margin-bottom: 1.25rem;
    }

    .half-section-content p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .half-section-wrapper img {
        min-height: 420px;
        object-fit: cover;
        object-position: center;
    }

    .basic-page-win-tickets {
        padding: 3rem 0;
    }

    /*. .views-row {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }*/
    .homepage-banner-wrapper-inner h1 {
        font-size: 3rem;
    }

    .homepage-banner-wrapper-inner {
        height: 400px;
    }

    .listing-event-wrapper {
        padding: 2.5rem;
    }

    .listing-event-wrapper {
        /* margin-bottom: 2.5rem; */
    }

    .listing-event-inner-content p,
    .inner-body .views-field-body p {
        font-size: 1.125rem;
        line-height: 1.3;
    }

    .item-premium .listing-event-link a,
    .action-flag a,
    .action-unflag a {
        font-size: 1.2rem;
    }

    .item-premium .listing-event-button-wrapper {
        flex-wrap: wrap;
    }

    .listing-event-wrapper h3,
    .listing-event-wrapper h4 {
        margin-top: 1rem;
    }

    section.region.region-mobile-header ul.sf-menu.sf-accordion.sf-expanded,
    section.region.region-top-header ul.sf-menu.sf-accordion.sf-expanded {
        top: 70px !important;
    }

    .path-search li.list-group-item p {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .half-section-wrapper {
        padding-top: 0;
        padding-bottom: 4rem;
    }
    .inner-body ul, .inner-body ol {
        padding-left: 1rem;
    }
    .inner-body ul li, .inner-body ol li {
        font-size: 1.125rem;
    }

    #views-exposed-form-default-content-search-page-1 input.form-autocomplete.form-control.ui-autocomplete-input:not(.show){
        background-image:none !important;
        border:none !important;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 1.875rem;
    }

    p {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .section-header-title p {
        line-height: 1.6rem;
        font-size: 1.2rem;
    }

    .home-badges-wrapper {
        margin-bottom: 1.875rem;
    }

    .homepage-banner-wrapper h1 {
        font-size: 3.125rem;
    }

    .homepage-banner-wrapper {
        min-height: 525px;
    }

    .section-header-title {
        padding-top: 2.3125rem;
        padding-bottom: 2.0625rem;
    }

    .basic-page-win-tickets {
        padding: 2rem 0;
    }

    .win-tickets h2 {
        margin-bottom: 1rem;
    }

    .listing-also-see .list-group-item a {
        font-size: 1.3125rem;
    }

    .listing-also-see {
        padding: 3rem 0rem;
    }

    .modal-body h5 {
        font-size: 1.8rem;
    }

    .modal-body p {
        font-size: 1.2rem;
        line-height: 1.3rem;
    }

    .modal-body a {
        font-size: 1.3rem;
        line-height: 1.1;
        max-width: 235px;
    }

    .sticky-list-your-business-link {
        height: 200px;
    }

    .homepage-banner-wrapper .container {
        max-width: 100%;
    }

    .homepage-banner {
        width: 92%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .cms-homepage-badge .col-lg-4.views-row {
        padding: 0px 0.9375rem;
    }
    .romantic-listing-map .view-empty {
        max-width: 720px;
    }
    .trip-buttons .premium-view .view-content.row .views-row {
        flex: 100%;
    }
    .trip_main_title {
        font-size: 20px;
        margin-bottom: 8px;
        color: #275068;
    }
    .trip-buttons .premium-view .view-content.row {
        gap: 10px;
    }
    .trip-buttons {
        padding: 0 40px;
    }
    .field_header img {
        height: 260px;
    }
    .trip_button {
        font-size: 14px;
    }
    .lodging_items img {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }
}

@media screen and (max-width: 767px) {
    .section-header-title h2 {
        margin-bottom: 0.625rem;
    }

    .half-section-content {
        padding: 2.5rem 0.9375rem 1.6875rem;
    }

    .half-section-link a.custom-btn {
        font-size: 1.375rem;
    }

    .half-section-wrapper img {
        min-height: 475px;
        object-fit: cover;
        object-position: center;
    }

    .custom-search-span {
        background-size: 60%;
    }

    .cms-homepage-badge.container {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
        padding-bottom: 0;
    }

    .cms-homepage-badge .col-lg-4.views-row {
        padding: 0rem 0.8rem;
    }

    .cms-homepage-badge .view-content.row {
        margin: 0rem -2.1875rem;
    }

    .form-newsletter-wrapper form {
        flex-wrap: wrap;
    }

    .romantic-listing-map .listing-map {
        padding-right: 0rem;
        padding-bottom: 2.5rem;
    }

    .romantic-listing-map {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .romantic-listing-detail .field--name-title {
        padding-top: 3.75rem;
    }

    .romantic-listing-detail .field--name-title {
        font-size: 1.5625rem;
    }

    .romantic-listing-detail p {
        font-size: 1.125rem;
    }

    .basic-page-image img {
        margin: 1.5rem auto;
        width: 100%;
        height: auto;
    }

    .white-btn {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    .simplenews-subscriber-form .container {
        flex-wrap: wrap;
    }

    .simplenews-subscriber-form h2 {
        margin-bottom: 1rem;
        margin-right: 0rem;
    }
    .simplenews-subscribe-button .newsletter-link {
        font-size: 20px;
    }

    /* . .views-row {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }*/
    .homepage-banner-wrapper-inner {
        height: 350px;
    }

    #block-instagramblock ul li a {
        height: 300px;
    }

    div#edit-basic input#edit-submit {
        margin-left: 0;
        margin-top: 15px;
    }

    .region-footer-second .footer-text p {
        line-height: 1.3;
    }

    .view-listing-directory .form-type-select {
        padding-left: 12px;
        margin-bottom: 1rem !important;
    }

    .view-listing-directory .form-select {
        width: 100%;
        font-size: 1.2rem;
    }

    .inner-body img {
        /*width: 100% !important;*/
        max-width: 100% !important;
    }

    .page-view-default-content-search .main-content .js-form-item {
        width: 100%;
    }
    .section-header-title p {
        font-size: 1rem;
    }
    .half-section-wrapper {
        padding: 0 0 3rem;
    }
    .path-frontpage .field--name-field-paragraph-sections .field__item:nth-child(5) .section-header-title h2 {
        margin-bottom: 0;
    }
    #block-instagramblock {
        margin-top: 2.375rem;
        margin-bottom: 2.0625rem;
    }
    body:not(.user-logged-in) .simplenews-subscriber-form .form-actions {
        width: auto;
        margin-bottom: 0 !important;
    }
    .simplenews-subscriber-form {
        padding: 2.75rem 0 1.5rem;
     }
     .site-footer {
        padding: 0 0 2rem;
    }
    .region-footer-second .nav .nav-item a {
        font-size: 16px;
    }
    .region-footer-second img {
        width: 90%;
    }
    .footer-bottom-links a {
        font-size: 16px;
        padding: 0 1rem;
    }
    .home-badges-wrapper a .home-badge-title {
        padding: 1rem 1rem 0.8rem;
    }
    .home-badges-wrapper .home-badges-content a h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .listing-event-wrapper {
        padding: 0 2.5rem 2.5rem;
    }
    .general-listing.view.view-listing-directory .views-row:first-child .listing-event-wrapper {
        padding-top: 2.5rem;
    }
    .inner-body .views-field-body {
        padding: 1rem 1.7rem 2rem;
     }
    .featured-content-image img {
        margin: 2rem auto 0;
        padding: 0 1.7rem;
    }
    .listing-event-inner-content {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .custom-title-class {
        margin-top: 0;
        padding: 2rem 1.7rem;
    }
    .listing-also-see {
        padding: 0 0rem;
    }
    .listing-also-see {
        padding:2rem 1.7rem 0;
    }
    .listing-also-see .list-group-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .listing-also-see h2 {
        margin-bottom: 0;
    }
    .inner-body img {
        /*margin-bottom: 2rem;*/
    }
    .webform-submission-form {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
    .romantic-listing-map .view-empty {
        max-width: 540px;
    }
    .listing-event-wrapper h4 {
        margin-top: 12px;
    }
    .listing-event-wrapper h3, .listing-event-wrapper h4 {
        margin-bottom: 8px;
    }
    .view-track-listings .page-title a {
        font-size: 1.5rem
    }
    .view-view-partners-dashboard table tbody .listing-event-link a {
        font-size: 12px;
    }

    .partner-login-section {
        width: 90%;
    }
    .sub_menuFields {
        font-size: calc(0.938rem + .6vw);
    }
}

@media screen and (max-width: 567px) {
    .half-section-link a.custom-btn {
        padding: 0.5rem 0.6rem 0.3rem;
        max-width: 220px;
        display: block;
        height: auto;
        line-height: 1.2;
        margin: 0 auto;
    }

    .path-search ul.pagination.js-pager__items {
        flex-wrap: wrap;
        padding: 0 0.5rem;
    }

    .page-view-default-content-search .main-content .js-form-item {
        display: block;
    }

    .page-view-default-content-search .main-content .js-form-item label {
        margin-bottom: 5px;
    }

    .homepage-banner {
        width: 90%;
    }
    .text-over-the-image-wrapper {
        padding: 3rem 1rem;
    }
    .top-bar .top-bar-wrapper {
        padding: 0 1rem;
    }
    .site-footer section.region.region-footer-fifth .block.block-block-content {
        width: 100%;
    }
    .footer-bottom-links {
         margin-right: 0;
    }
    .footer-bottom-links a:last-child {
        border-right: 0;
    }
    .cms-homepage-badge .col-lg-4.views-row {
        padding: 0rem 2.1875rem;
    }
    .romantic-listing-map .view-empty {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    div[class^="item-tier"] .listing-event-button-wrapper, .item-free .listing-event-button-wrapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .view-partners-dashboard #views-exposed-form-partners-dashboard-partners-dashboard .d-flex.flex-wrap{
        justify-content: center;
    }
    .view-partners-dashboard .form-select{
        font-size: 1.2rem;
    }
    .view-partners-dashboard .listing-event-link a{
        font-size: 1rem;
    }
}

@media screen and (max-width: 414px) {
    .footer-bottom-links a {
        display: block;
        border: 0;
        padding-bottom: 10px;
    }
    .footer-bottom-links a:last-child {
        border-right: 0;
        padding-bottom: 0;
    }
    .mobile-colorful-links a {
        max-width: 90%;
    }
    .item-premium .listing-event-button-wrapper {
        gap: 15px;
    }
}

@media screen and (max-width: 455px) {
    div[class^="item-tier"] .listing-event-button-wrapper, .item-free .listing-event-button-wrapper {
        flex-direction: column;
    }
    div[class^="item-tier"] .listing-event-flag, .item-free .listing-event-flag{
        padding-left: 0;
        padding-top: 15px;
    }
    .item-premium .listing-event-button-wrapper {
        gap: 15px;
    }
}

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


/********* Media Queries **********/


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

/* CSS override for Contest block*/

body.path-admin .basic-page-win-tickets.win-green {
    background-color: unset;
}

body.path-admin .basic-page-win-tickets{
	position: unset;
}

.basic-page-win-tickets.win-green {
    background-color: unset;
}

.contest-wrapper {
    padding: 4rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.basic-page-win-tickets {
    padding: 0;
}
.form-newsletter-wrapper form .form-actions {
    align-self: unset;
}
/* CSS override for Contest block*/

/* CSS to make images responsive on all listing content types*/

.node--type-listing-event .romantic-listing-detail .field--type-image img,
.node--type-listing-lodging .romantic-listing-detail .field--type-image img,
.node--type-listing-wedding .romantic-listing-detail .field--type-image img,
.node--type-listing-explore .romantic-listing-detail .field--type-image img,
.node--type-listing-food-drink .romantic-listing-detail .field--type-image img,
.node--type-listing-relocation .romantic-listing-detail .field--type-image img,
.node--type-listing-ttd .romantic-listing-detail .field--type-image img,
.node--type-listing-p-s .romantic-listing-detail .field--type-image img{
    /*width: 100%*/
    max-width: 100%;
}


.node--type-listing-event .romantic-listing-detail .field--name-body img,
.node--type-listing-lodging .romantic-listing-detail .field--name-body img,
.node--type-listing-wedding .romantic-listing-detail .field--name-body img,
.node--type-listing-explore .romantic-listing-detail .field--name-body img,
.node--type-listing-food-drink .romantic-listing-detail .field--name-body img,
.node--type-listing-relocation .romantic-listing-detail .field--name-body img,
.node--type-listing-ttd .romantic-listing-detail .field--name-body img,
.node--type-listing-p-s .romantic-listing-detail .field--name-body img{
    /*width: 100%*/
    max-width: 100%;

}

p.small{
    font-size: 12px !important;
}
p.mid{
    font-size: 20px !important;
}
p.large{
    font-size: 24px !important;
}

.footer-bottom-links {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

/*Owl carousel slider css */
.block-owlcarousel2-block h2 {
    margin: 26px 0px 0px 0px;
    color: #275068;
    text-align: center;
    font-weight: 700;
}

.block-owlcarousel2-block h2.owlcarousel-node-title {
	display: none;
}
.block-owlcarousel2-block .owl-carousel .owl-item {text-align: center;}
.block-owlcarousel2-block .owl-carousel .owl-item img {
	width: 180px;
	max-width: 100%;
	height: auto;
	display: inline-block;
    margin-bottom: 16px;
}
.block-owlcarousel2-block .owlcarousel-node-box {
    padding: 26px 10px 10px 10px;
}
.block-owlcarousel2-block { 
 background: white;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .block-owlcarousel2-block .owl-carousel .owl-item img { width: 150px;}
}

@media screen and (max-width: 767px) {
    .block-owlcarousel2-block .owl-carousel .owl-item img { width: 100px;}
    .block-owlcarousel2-block .owlcarousel-node-box {
        padding: 20px 10px 10px 10px;
    }
}

/* Footer text responsiveness */

@media screen and (max-width: 999px) and (min-width: 768px){
	.region-footer-second .footer-text p {
        line-height: 1.2;
    }
}