@font-face {
    font-family: 'geobrand-fontregular';
    src: url('../fonts/GeoBrand-Font-Regular.eot');
    src: url('../fonts/GeoBrand-Font-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GeoBrand-Font-Regular.woff2') format('woff2'),
        url('../fonts/GeoBrand-Font-Regular.woff') format('woff'),
        url('../fonts/GeoBrand-Font-Regular.ttf') format('truetype'),
        url('../fonts/GeoBrand-Font-Regular.svg#geobrand-fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MiranteExtBd';
    src: url('../fonts/mirante/Mirante-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/mirante/Mirante-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mirante/Mirante-ExtraBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-ExtraBold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-ExtraBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'MiranteBlack';
    src: url('../fonts/mirante/Mirante-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/mirante/Mirante-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mirante/Mirante-Black.woff') format('woff'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Black.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Black.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Mirante';
    src: url('../fonts/mirante/Mirante-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/mirante/Mirante-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mirante/Mirante-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'MiranteMed';
    src: url('../fonts/mirante/Mirante-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/mirante/Mirante-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mirante/Mirante-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'MiranteSemBd';
    src: url('../fonts/mirante/Mirante-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/mirante/Mirante-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/mirante/Mirante-SemiBold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-SemiBold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/mirante/Mirante-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


#gform_submit_button_5 {
    padding: 5px 15px;
    color: var(--gold) !important;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    transition: 0.5s;
    -webkit-appearance: none;
    background: var(--white);
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid var(--gold);
}

.dg-custom-icons {
    font-family: 'geobrand-fontregular';
	font-style: normal;
}

:root {
	--black: #000000;
	--white: #ffffff;
	--green: #162919;
	--red: #4a1b15;
	--blue: #042328;
	--gold: #b18f6d; 

	--lgold: #d5c3a2;
	--bage: #d7b8a9;
	--grey: #ece9e7;
	
	--orange: #d4672a;
	--yellow: #e0b521;
	--lblue: #b1d2d8;
	--pink: #da8bae;
	--lgreen: #b5d080;
}
.black-c { color: var(--black) !important; }
.black-b { background: var(--black) !important; }

.white-c { color: var(--white) !important; }
.white-b { background: var(--white) !important; }

.red-c { color: var(--red) !important; }
.red-b { background: var(--red) !important; }

.green-c { color: var(--green) !important; }
.green-b { background: var(--green) !important; }

.blue-c { color: var(--blue) !important; }
.blue-b { background: var(--blue) !important; }

.gold-c { color: var(--gold) !important; }
.gold-b { background: var(--gold) !important; }

.lgold-c { color: var(--lgold) !important; }
.lgold-b { background: var(--lgold) !important; }

.bage-c { color: var(--bage) !important; }
.bage-b { background: var(--bage) !important; }

.grey-c { color: var(--grey) !important; }
.grey-b { background: var(--grey) !important; }

.orange-c { color: var(--orange) !important; }
.orange-b { background: var(--orange) !important; }

.yellow-c { color: var(--yellow) !important; }
.yellow-b { background: var(--yellow) !important; }

.lblue-c { color: var(--lblue) !important; }
.lblue-b { background: var(--lblue) !important; }

.pink-c { color: var(--pink) !important; }
.pink-b { background: var(--pink) !important; }

.lgreen-c { color: var(--lgreen) !important; }
.lgreen-b { background: var(--lgreen) !important; }




*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

clearfix {
    overflow: auto;
    content: "";
    clear: both;
    display: table;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
}

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

main {
    position: relative;
    top: -1px;
	min-height:50vh;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    font: 400 14px/1.6 'Figtree', sans-serif;
    color: #06262e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    line-height: 1.4;
    font-weight: 300;
    font-family: 'MiranteMed', sans-serif;
	text-transform: uppercase;
}

h1 {
    display: block;
    font-size: 2em;
    margin-bottom: 0.67em;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-bottom: 0.63em;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-bottom: .6em;
}

h4 {
    display: block;
    font-size: 1em;
    margin-bottom: 1.33em;
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-bottom: 0.67em;
}

h6 {
    display: block;
    font-size: 0.67em;
    margin-bottom: 1.33em;
}

.playfair {
    font-family:  'MiranteMed' !important;
}



.figtree {
    font-family: 'Figtree', sans-serif !important;
}


.opensans {
    font-family: 'MiranteMed' !important;
}



.gammond-400 {
	font-family: "garamond-premier-pro", serif;
	font-weight: 400;
	font-style: italic;
}

.gammond-700 {
	font-family: "garamond-premier-pro", serif;
	font-weight: 700;
	font-style: italic;
}

.package-content p {
    margin-bottom: 10px;
    line-height: 1.2;
}
.map-canvas {
	min-height: 900px;
	
}
.page-id-1654 header.header,.page-id-1654  .p-y-md{display:none !important}

.black-c {color:#000000 !important}
.black-b {background:#000000 !important}


.italic {
	font-style: italic;
}


.lowercase {
	text-transform: lowercase;
}



.border-radius-10 {border-radius: 10px;}
.border-radius {border-radius: 10px;}
.ktm-image {position: relative;margin-top: 70px !important;}
.ktm-image:before {
	background: #d4af37;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
    content: '';
	
}

.line-height {
    line-height: 1.1;
    max-width: 310px;
	marg-top:20px !important;
}
.keys-hero-slider h2 {
	font-size: 42px;
}
.ktm-logo {
	background: url("../images/kpm-logo.svg");
	background-repeat: no-repeat !important;
    background-size: 80% !important;
    background-position: left center !important;
    height: 115px;
    padding: 20px;
    position: relative;
}

.ktm-item {margin-bottom: 30px; padding: 30px;}

.ktm-item h3 {
    font-weight: normal;
    letter-spacing: 3px;
	
}
.ktm-item h2 {
	margin: 0;
	letter-spacing: 1px;
	font-size: 42px;
    line-height: 1;
}
.ktm-thumb {
	background-repeat: no-repeat !important;
    background-size: cover!important;
    background-position: center !important;
	width: 100%;
	min-height: 250px;
	position: relative;
}
.ktm-thumb:before {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1;
    content: '';
}

.ktm-item h4 {
    font-size: 22px;
}

.item-red .ktm-item {
    background: #520d20;
}

.ktm-item h4 {
    text-transform: none;
}
.redemption {color: #ffffff;}
.item-red .ktm-item .clipboard, .item-red .ktm-item .arrow-fill {
    fill: var(--pink) !important;
}

.item-red .ktm-item h4 {
    color: var(--pink) !important;
}

.item-red .ktm-item a {
    color: var(--white) !important;
}
.item-red .ktm-inner-button {
	 background: var(--pink) !important;
}

.item-red .background-splash {
    background: var(--pink);
}

.item-blue .ktm-item {
    background: #042328;
}

.item-blue .ktm-item .clipboard, .item-blue .ktm-item .arrow-fill {
    fill: #b1d2d8 !important;
}

.item-blue .background-splash {
    background: #b1d2d8;
}

.item-blue .ktm-item h4 {
    color: #b1d2d8 !important;
}

.item-blue .ktm-inner-button {
	 background:#b1d2d8 !important;
}


.item-blue .ktm-item a {
    color: var(--white) !important;
}

.item-green .ktm-item {
    background: #162919;
}

.item-green .ktm-item .clipboard, .item-green .ktm-item .arrow-fill {
    fill: #b5d080 !important;
}

.item-green .background-splash {
    background: #b5d080;
}

.item-green .ktm-item h4 {
    color: #b5d080 !important;
}

.item-green .ktm-item a {
    color: var(--white) !important;
}

.item-green .ktm-inner-button {
	 background:#b5d080 !important;
}

.item-burgundy .ktm-item {
    background: #4a1b15;
}

.item-burgundy .ktm-item .clipboard, .item-burgundy .ktm-item .arrow-fill {
    fill: #da8bae !important;
}

.item-burgundy .background-splash {
    background: #da8bae;
}

.item-burgundy .ktm-item h4 {
    color: #da8bae !important;
}
.item-burgundy .ktm-inner-button {
	 background:#da8bae !important;
}
.item-burgundy .ktm-item a {
    color: var(--white) !important;
}
.extra-info, .bbt {
	display: inline-block;
}

.ktm-item .redemption {
    padding:10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}

.clipboard  {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: 4px;
    cursor: pointer;
}
.clipboard.white {fill:#fff}
.ktm-item a.info-button {padding: 10px;transition: 0.3s;}
.ktm-item a.info-button span {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
	transition: 0.3s;
}


.extra-info-popup {padding:30px;}
.ktm-inner-button {
    background: #efefef;
    transition: 0.3s;
    color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px 10px;
    line-height: 1;
    margin-left: 10px;
    font-style: italic;
    font-size: 20px;
}
.ktm-inner-button:hover {background: #d4af37;transition: 0.3s;color:#000}
.extra-info-popup {border-radius: 10px !important}

.key-logos {margin-top: 50px;text-align: center}
ul.key-logos-inner {
    list-style-type: none;
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
ul.key-logos-inner li {display: inline-block;vertical-align: middle}
ul.key-logos-inner li img {padding: 20px}
main.page-map {overflow:visible}


.ktm-thumb {position:relative;padding: 10px;}
.ktm-thumb .background-splash{
	content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    top: 5px;
    left: 5px;
}

.order-1.order-md-2 .background-splash{
   right: 5px;
   left: inherit !important;
}

.order-1.order-md-2 .ktm-thumb{
    margin-left: 0;
    margin-top: 5px;
    padding-top: 7px;
}


/*********TEXT & BACKGROUND COLORS **********/

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
	color:#000;
}

a.button,
p.button {
    background: var(--gold);
    background-color: var(--gold);
    line-height: 1;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    color: #fff !important;
    transition: all 0.4s ease 0s;
    font-family: 'Montserrat', serif;
    cursor: pointer;
    border-radius: 5px;
}

a.button-white {
    background: #ffffff;
    background-color:  #fff;
    line-height: 1;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    color: #000 !important;
    transition: all 0.4s ease 0s;
    font-family: 'Montserrat', serif;
    cursor: pointer;
    border-radius: 5px;
}
a.button-white:hover {
    background: #000;
    color: #fff !important;
    transition: all 0.4s ease 0s;
}

a.button:hover,
p.button:hover {
    background: #F2C37B;
    color: #7b8b70;
    transition: all 0.4s ease 0s;
}

.content a.button {
    background: #F2C37B !important;
    color: #000;
}


a.button {
    margin-top: 20px;
}

.burgundy-c {
    color: #6D2526 !important
}

.burgundy-b {
    background: #6D2526 !important
}

.green-c {
    color: #7B8B70 !important
}

.green-b {
    background: #7B8B70 !important
}

.light-green-c {
    color: #8FB072 !important
}

.light-green-b {
    background: #8FB072 !important
}

.mist-green-c {
    color: #B9B9A9 !important
}

.mist-green-b {
    background: #B9B9A9 !important
}

.mustard-c {
    color: #F2C37B !important
}

.mustard-b {
    background: #F2C37B !important
}

.white-c {
    color: #ffffff !important
}

.white-b {
    background: #ffffff !important
}

.navy-c {
    color: #072837 !important
}

.navy-b {
    background: #072837 !important
}

.mist-c {
    color: #41434B !important
}

.mist-b {
    background: #41434B !important
}

.black-c {
    color: #000 !important
}

.balck-b {
    background: #000 !important
}

.margin-bottom-10 {
    margin-bottom: -10px;
}

.fullwidth {
    width: 100%
}

.halfwidth {
    width: 50%
}

.uppercase {
    text-transform: uppercase;
}

.strong {
    font-weight: bold !important
}

.block {
    display: block !important
}

.align-center {
    text-align: center !important
}

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

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

.drop-shadow {
    -moz-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, .2);
}

.hide-it,
.nf-form-fields-required {
    display: none
}

.the-links a {
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
}

.section-title {
    margin-bottom: 50px;
}

.post-inner-thumb {
    margin-bottom: 20px;
}

.plain_link {
    color: #000;
    text-decoration: none;
    display: block;
    margin-top: 5px;
}



/********NAV ***********/

/****HEADER & MENU****/

.logotype, .logo {
	position:relative;
	display: inline-block;
	padding-bottom: 5px;
}
.logotype{
	left:20px;
	float: left;
	width: 150px !important;
	height:70px;
}

header.header {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    width: 100%;
    padding: 20px 0 0 0;
    z-index: 10;
}

.header.sticky .logotype {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    width: 40%;
}

header.header .the-links {
    line-height: 1
}

[aria-current],
.menu-header>ul>li a:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
   color:var(--gold) 
}

.main-navigation {
    position: relative;
}

header.header.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.builder-categories.sticking {
    background: #fff;
    position: fixed;
    top: 60px;
    height: 220px;
    text-align: center;
    max-width: 100%;
    right: 0;
    z-index: 20;
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
}

.modal.open {
    visibility: visible;
    opacity: 1;
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(255, 255, 255, 0.7);
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.modal__close:hover {
    color: #008085;
}

.modal__container {
    position: relative;
    z-index: 22;
    width: 700px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 30px;
    background-color: #0c251f;
    text-align: left;
    color: #fff;
}

.modal__container .modal_logo {
    width: 100%;
    height: 40%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top left;
}

.modal__container h4.modal_title {
    margin-bottom: 0;
    font-size: 18px;
}

.modal__container h4.modal_desc {
    font-weight: normal;
    font-size: 12px;
}

.modal__container h4.modal_desc p {
    margin-top: 5px;
}

.modal__container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #008085;
    font-size: 14px;
    font-weight: bold
}

.campaign-filter .container {
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}

.modal__container .modal_upper_meta,
.modal__container .modal_lower_meta {
    position: relative;
    clear: both
}

.modal__container .modal_upper_meta a.button.modal__button {
    position: relative !important;
    display: inline-block;
    height: inherit !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    color: #1d2333 !important;
    margin-bottom: 10px;
}

.modal__container .modal_upper_meta a.button.modal__button:hover {
    color: #008083 !important
}

.modal__container .imagery-inner {
    position: relative;
    overflow: visible
}

.modal__container .imagery-inner .partners_cover {
    width: 60%;
    background-repeat: no-repeat !important;
    display: block;
}

.loop_upper_meta {
    padding: 20px 20px 10px 20px;
}

.modal_upper_meta a {
    color: #f3a874;
    margin-right: 20px;
}

.modal_upper_meta p {
    font-size: 14px;
}

.sticky-basket {
    display: none
}

.sticky-basket {
    position: absolute;
    right: -20px;
    top: 14px;
}

.main-navigation.sticky .sticky-basket {
    display: block !important
}

.main-navigation.sticky .the-menu {
    display: inline-block !important;
    width: 20%;
    position: absolute;
    right: -200px;
    top: 15px;
    background: transparent !important
}

header.header.sticky .gradient-inner {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0%;
    height: 100vh;
    z-index: 0;
    background: #7B8B70;
}
.page-id-124 .after-header, .page-id-1654 .titlebar{display:none}
.after-header {
    width: 100%;
    height: 8px;
    position: relative;
	background: var(--gold);
}

@-webkit-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@-moz-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@-o-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

#menu-main-navigation li:last-child a {
    padding-right: 0 !important
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.menu-header {
	float: right;
    position: relative;
    right: 30px;
}
.menu-container {
	width: 85%;
    float: right;
}



.menu-header img {
    max-width: 100%;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "";
    cursor: pointer;
    background: url("/wp-content/themes/portman/assets/images/burger.svg");
    top: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

li.menu-dropdown:after {
    content: "";
    cursor: pointer;
    background: url("/wp-content/themes/portman/assets/images/chevron.svg");
    top: 20px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

.menu-header>ul {
    margin: 0;
    width: 100%;
    list-style: none;
    position: relative;
    box-sizing: border-box;
    clear: right;
    padding: 0;
    display: flex;
    justify-content: center;
	margin-right: 80px
}

.main-navigation.sticky .menu-header>ul {
    padding-left: 0 !important
}

.menu-header>ul:before,
.menu-header>ul:after {
    content: "";
    display: table;
}

.menu-header>ul:after {
    clear: both;
}

.menu-header>ul>li {
    padding: 0;
    margin: 0;
    position: relative
}

.current_page_parent {
    color: #1e5ff0 !important
}

.menu-header>ul>li a {
	text-decoration: none;
    padding: 1em 1.1em;
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
	text-transform: uppercase;
}

.menu-header>ul>li>ul {
    display: none;
    width: 100%;
    background: var(--gold);
    padding: 10px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu-header>ul>li>ul:before,
.menu-header>ul>li>ul:after {
    content: "";
    display: table;
}

.menu-header>ul>li>ul:after {
    clear: both;
}

.menu-header>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu-header>ul>li>ul>li a {
    color: #ffffff  !important;
    padding: .2em 0;
    text-transform: none;
    width: 100%;
    display: block;
}

.menu-header>ul>li>ul>li a:hover {
    color: rgba(255,255,255,0.89);
}

.menu-header>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu-header>ul>li>ul>li>ul:before,
.menu-header>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu-header>ul>li>ul>li>ul:after {
    clear: both;
}

.menu-header>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu-header>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 13px;
}

.menu-header>ul>li>ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 15px 20px;
    margin-top: -1px;
}

.menu-header>ul>li>ul.normal-sub>li {
    width: 100%;
    margin-left: 6px;
    margin-right: 6px;
}

.menu-header>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 5px 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
       	width: 100%;
		content: none;
		background: var(--gold);
		
    }
    .menu-container .menu {
        display: inline-block;
    }
    .menu-mobile {
        display: block;
		float: right;
		padding: 32px 20px 0;
		position: absolute;
		z-index: 10;
		top: -80px;
		right: -20px;
	}
   
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu-header {
        border-bottom: 0;
		float:none
    }
    .menu-header>ul {
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .menu-header>ul>li>ul {
        max-height: 350px;
        overflow: scroll;
    }
    .menu-header>ul>li>ul.normal-sub>li {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
    .menu-header>ul>li {
        width: 100% !important;
        float: none;
        display: block;
    }
    .menu-header>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu-header>ul>li>ul {
        position: relative;
        padding: 0 40px;
    }
    .menu-header>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu-header>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu-header>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu-header>ul>li>ul>li>ul {
        position: relative;
    }
    .menu-header>ul>li>ul>li>ul>li {
        float: none;
    }
   .menu-header .show-on-mobile {
	display: block;
    position: absolute;
    background: var(--gold);
    width: 100%;
    padding: 30px;
    height: 100vh;
    overflow-y: scroll;
	}
	.menu-header .show-on-mobile a {
		color: #fff;
	}
}

/**************NEWS**************/

main.news-feed {
    padding: 0 0 75px 0;
	background-color: #f5f5f7;
}

/*********WIDGETS & SIDEBARS  **********/

#nav_menu-2.consultancy-widget,
.course-sidebar {
    padding: 30px 30px 10px 30px
}

ul#menu-consultancy-menu,
.course-sidebar ul.product-categories {
    list-style-type: none;
    margin: 15px 0;
    padding: 0
}

ul#menu-consultancy-menu li a,
ul.product-categories li a {
    display: block;
    color: #b0b3b5 !important;
    text-decoration: none;
    padding: 5px 0 10px;
    margin: 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #b0b3b5;
    line-height: 1;
}


/*******FOOTER NAV *******/

.footer-menu>li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    max-width: 25%;
    width: calc(25% - 21px);
}

.footer-menu>li:last-child {
    margin-right: 0
}

.footer-menu>li>a {
    color: #FDC245;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.footer-menu .sub-menu {
    padding-left: 0;
    margin-top: 20px;
}

.footer-menu .sub-menu a {
    text-decoration: none;
    color: #fff
}

#menu-footer-navigation {
    padding-left: 0;
    margin: 0;
}

#menu-footer-navigation li ul li a {
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.4;
    display: block;
}

.current-menu-item a {
    font-weight: bold !important;
}
#menu-item-1297 {margin-right: 10px;}
.sub-menu .current-menu-item a {
    font-weight: bold !important
}

.page-404 {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.error404 a.button {}

.count {
    display: none
}

#menu-item-17 {
    display: none !important;
}

#menu-sub-header-menu {
    list-style-type: none
}

#menu-sub-header-menu li {
    display: inline-block;
}

#menu-sub-header-menu li a {
    padding: 2px 5px 2px 5px;
    color: #FAF3E1;
    line-height: 1;
	font-size: 24px;
}

#menu-sub-header-menu li a:hover {
    color: #FAF3E1
}

#menu-sub-header-menu,
span.menu-tiem {
    display: inline-block;
	margin: 3px 5px;
	padding: 0;
	font-family: 'geobrand-fontregular';
	font-style: normal;
	
}

#menu-sub-header-menu .current-menu-item a {color:#fff;}
.pre-header {background:var(--gold);text-align: right;}

.page-directory {padding: 75px 0;position: relative;overflow: hidden;}

/*******TITLEBAR *******/

.titlebar {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	
}


.single-page .titlebar{min-height:500px;}


.news-titlebar  .titlebar-title,
.page-id-124 .titlebar .titlebar-title, 
.titlebar.general-page-titlebar {    
	background: transparent;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0px;}

.page-template-page-inspiration .titlebar h4 {
     font-family: 'Figtree', sans-serif;
}

.news-titlebar:before,
.titlebar.general-page-titlebar:before {content: none !important}
.titlebar.general-page-titlebar {text-align: center;}
.news-titlebar {text-align: center;background:#f5f5f7}
.news-titlebar  .titlebar-title{
	color:var(--gold);
	margin-top: 40px;
    font-size: 52px;
    margin-bottom: 0px;
}
.titlebar.general-page-titlebar .titlebar-title {
    color: var(--gold);
    margin-top: 0;
    font-size: 52px;
    margin-bottom: 0px;
}
.page-id-1225 .titlebar,
.page-id-1160 .titlebar,
.page-id-1162 .titlebar, 
.page-id-1648 .titlebar,
.page-id-1830 .titlebar{display: none !important}

.news-titlebar  .titlebar-subtitle {color:#000 !important}


.titlebar-title {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    text-align: center;
    font-size: 28px;
}
.titlebar-title-small {
position: absolute;
    bottom: -12px;
    font-size: 70px;
    left: 12px;
	color: #C6A480
}

.page-id-39 .titlebar{margin-bottom:40px;}

.masonry {
    transition: all .5s ease-in-out;
    column-gap: 30px;
    column-fill: initial;
}

.masonry .item {
    display: grid;
    vertical-align: top;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 30px;
}
.masonry .item h3 {
	color:var(--gold);
	font-size:22px;
	margin-top: -20px;
}
.masonry .item a.ins-img {
    height: 100%;
    display: block;
}



.masonry .item a.ins-img svg.inspiration-arrow {  
    visibility: hidden;
    opacity: 0;
    max-width: 50px;
    left: 20px;
    bottom: 55px;
	position: relative;
}

.masonry .item a.ins-img:hover svg.inspiration-arrow {  
    visibility: visible;
    opacity: 1;
    transition: visibility all .5s ease-in-out;;
}

.masonry .item a.button {display:none}

.masonry .item:nth-child(1n) .entry-thumb {
    min-height: 400px;
}

.masonry .item:nth-child(2n) .entry-thumb {
    min-height: 300px;
}

.masonry .item:nth-child(3n) .entry-thumb {
    min-height: 390px;
}

.masonry .item:nth-child(4n) .entry-thumb {
    min-height: 300px;
}

.masonry .item:nth-child(5n) .entry-thumb {
    min-height: 450px;
}

.masonry .item:nth-child(6n) .entry-thumb {
    min-height: 400px;
}

.masonry .item:nth-child(7n) .entry-thumb {
    min-height: 500px;
}

.masonry .item:nth-child(8n) .entry-thumb {
    min-height: 350px;
}

.masonry .item:nth-child(9n) .entry-thumb {
    min-height: 300px;
}

.masonry .item:nth-child(10n) .entry-thumb {
    min-height: 400px;
}

.masonry .item img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
	border-radius: 10px;
	width: 100%
		
}


.masonry .item img:hover  {
  	filter: brightness(50%);
}


.masonry .item.is-hidden {
  display: none;
}


.masonry.bordered {
    column-rule: 1px solid #eee;
    column-gap: 50px;
}

.masonry.bordered .item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.masonry.gutterless {
    column-gap: 0;
}

.masonry.gutterless .item {
    margin-bottom: 0;
}


ul.checkbox-inner.location-columns{
	width: 50%;
} 
ul.checkbox-inner.location-columns li {
    width: calc(50% - 30px);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.reset-all {
    position: absolute;
    bottom: 60px;
    margin: 0 auto;
    display: none;
    right: 30px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background: var(--gold);
}


.hide-filter {
	position: relative;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	
    .masonry {
        column-count: 2;
    }
    .masonry .item:nth-child(1n) .entry-thumb,
    .masonry .item:nth-child(2n) .entry-thumb,
    .masonry .item:nth-child(3n) .entry-thumb,
    .masonry .item:nth-child(4n) .entry-thumb,
    .masonry .item:nth-child(5n) .entry-thumb,
    .masonry .item:nth-child(6n) .entry-thumb .masonry .item:nth-child(7n) .entry-thumb .masonry .item:nth-child(8n) .entry-thumb .masonry .item:nth-child(9n) .entry-thumb {
        max-height: 250px !important;
        min-height: 250px !important;
    }
}

@media only screen and (max-width:767px) {
	.masonry .item a.button {display:inline-block !important}
    .masonry .item:nth-child(1n) .entry-thumb,
    .masonry .item:nth-child(2n) .entry-thumb,
    .masonry .item:nth-child(3n) .entry-thumb,
    .masonry .item:nth-child(4n) .entry-thumb,
    .masonry .item:nth-child(5n) .entry-thumb,
    .masonry .item:nth-child(6n) .entry-thumb .masonry .item:nth-child(7n) .entry-thumb .masonry .item:nth-child(8n) .entry-thumb .masonry .item:nth-child(9n) .entry-thumb {
        max-height: 250px !important;
        min-height: 250px !important;
    }
}

@media only screen and (min-width:1024px) {
    .masonry {
        column-count: 3;
clear: both;
position: relative;
z-index: 0;
    }
}



/*********FRONTPAGE **********/

.promo-inner img {
    width: 100%
}

.wine-bottles {
    text-align: center;
}

.wine-bottles img {
    padding: 75px 0 0 0;
    margin-bottom: -9px;
}

.frontpage-services .service-card {
    padding: 35px 30px;
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.fadein.has_appeared {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.fadein.delay1,
.featured-wines .fadein.has_appeared:nth-child(2) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.fadein.delay2,
.featured-wines .fadein.has_appeared:nth-child(3) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.fadein.delay3,
.featured-wines .fadein.has_appeared:nth-child(4) {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.fadein.delay4,
.featured-wines .fadein.has_appeared:nth-child(5) {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.fade-out {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    opacity: 0;
}


/********* FRONT PAGE **********/

#front-sections {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
#front-sections h2.s-title {
    font-size: 52px;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
    line-height: 0.9;
}

#front-sections a {
    width: 100%;
}

#front-sections .section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: flex 0.4s ease;
    position: relative;
    min-height: 550px;
}

#front-sections .section .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background-color 0.8s ease;
}

#front-sections .section .content {
    z-index: 2;
}

#front-sections .section:hover {
    flex: 2;
}

#front-sections .section:hover .overlay {
    background-color: rgba(0, 0, 0, 0.55);
}

#front-sections #eat-drink {
    background-image: url('https://www.portmanmarylebone.com/wp-content/uploads/2025/09/new-eat-drink.jpg');
}

#front-sections #shop {
    background-image: url('https://www.portmanmarylebone.com/wp-content/uploads/2025/09/new-shop.jpg');
}

#front-sections #stay {
    background-image: url('https://www.portmanmarylebone.com/wp-content/uploads/2025/09/new-stay.jpg');
}

#front-sections #eat-drink img {
    width: 300px;
}
#front-sections #stay img {
    width: 150px;
}
#front-sections #shop img {
    width: 150px;
}
#front-sections .section .content {
    max-width: 300px;
    position: absolute;
    left: 30px;
    bottom: 50px;
}

.section.directory-section {padding: 75px 0;position: relative;background: var(--grey);}
.button-arrow img {
    width: 50px !important;
}

.directory-title,  .highlights-section h2 {
	color: var(--gold);
	font-size: 42px;
}
.the_title {
	padding: 30px;
    text-align: center;
    margin-top: 20px;
	font-size: 42px;
}
.the_title.eat-drink-title {background:var(--red);}
.the_title.shop-title {background:var(--green)}
.the_title.stay-title {background:var(--blue);}
.the_title.service-title {background: var(--lgold)}
.the_title.arts-title {background:var(--gold);}

.list-view {padding-bottom: 75px;}

.list-view a{ font-size: 14px;}
.list-title {    text-align: center;
    padding: 30px;
    font-size: 32px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;}
.list-title.list-title-eat-drink-title {color:var(--red)}
.list-title.list-title-shop-title {color:var(--green)}
.list-title.list-title-stay-title {color:var(--blue);}
.list-title.list-title-service-title {color:var(--lgold)}
.list-title.list-title-arts-title {color:var(--gold);}


#wpua-thumbnail-existing, #wpua-preview-existing .description {display:none !important;}
/*********HERO SWIPER **********/

    #map_gallery_slider {
      height: 100%;
      width: 100%;
		    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
		overflow: hidden;
    }
.map-list {padding-bottom:75px;}
.map-list a {font-size: 14px;
    margin-bottom: 3px;
    display: block;
}
#map_gallery_slider .swiper-slide {
	min-height: 350px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
		overflow: hidden;
}

#map_gallery_slider .swiper-pagination-bullet-active {
	background:#fff;
	width:30px;
	border-radius: 5px;
}
#map_gallery_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
	
}

#map_gallery_slider .swiper-button-next, #map_gallery_slider .swiper-button-prev {color: #fff;}
#map_gallery_slider .swiper-button-next {right:20px}
#map_gallery_slider .swiper-button-prev {left: 20px;}

    #map_gallery_thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    #map_gallery_thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

.single-custom-h2 small {display:block;font-size:26px;}
#front-hero-slider {
    width: 100%;
    height: 70%;
}
.single-maps .custom_content {padding:15px;}
.single-maps .custom-single-body {
	padding: 15px 0 !important
}
.urls {display: block;margin-top:20px;}
.urls a{margin-right:25px;}
.single-maps ul.social {
	margin: 22px -6px;
	position: relative;
}
.single-map-canvas {min-height: 350px;}
.arrow-fill {display:inline-block}
#testimonial-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a.arrow-in {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
	margin-top:10px;
	text-transform: uppercase;
}
small {font-size:12px;}


a.arrow-in span {   

    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

  .fullwidth {
	width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
    margin-bottom: 50px;
	  height: auto
		  
  }

blockquote {
    color: var(--gold);
    border-left: 3px solid var(--gold);
    padding-left: 60px !important;
	margin: 60px 0;
	   font-style: italic;
	font-family: 'Playfair Display', serif;
}
.wp-block-image img {
    max-width: 100%;
    width: 100%;
}

.wp-block-image {margin: 30px 0 30px 0}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 300px));
  grid-gap: 15px;
  justify-content: center;
}

.grid-container .post-item {
  border-radius: 5px;
  padding: 10px;
  background: #f2f2f2;
}
.grid-container .post-item img {
  max-width: 100%;
}
.grid-container .post-item:nth-child(1)  {
  grid-row-end: span 2;
}
.grid-container .post-item:nth-child(2)  {
  grid-row-end: span 1;
}
.grid-container .post-item:nth-child(3) {
  grid-row-end: span 2;
}
.grid-container .post-item:nth-child(5)  {
  grid-row-end: span 2;
}
.grid-container .post-item:nth-child(5) {
  grid-row-end: span 1;
}


/*********POSTS **********/

.news-feed article.type-post a {
    color: #1d5ff8;
    text-decoration: none;
    letter-spacing: 1px
}

.news-feed article {
    margin-bottom: 25px;
    padding-bottom: 25px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.news-feed article:first-child {margin-top: 50px}
.news-feed article .entry-thumb:hover {
	-webkit-transform: scale(1.03);
    transform: scale(1.03);
-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);}

.page-id-1213 .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"],
.page-id-1215 .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"],
.page-id-1214 .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]{
        background: var(--gold) !important; 
        color: #ffffff;
}
.page-id-1213 .pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover,
.page-id-1215 .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover,
.page-id-1214 .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover {
        background: var(--gold) !important; 
        color: #ffffff;
}

	
a.view-article {
    display: block;
    margin-top: 15px;
}

.single-post main {
    padding: 75px 0
}
.single-maps .titlebar {display:none !important}
.single-post .titlebar .titlebar-title {
    background: var(--gold);
    color: #fff;
    font-size: 32px;
    text-align: center;
    display: inline;
    line-height: 1.5;
	padding: 5px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone !important;
}
.inspiration-button {
	position: relative;
    top: -120px;
}
.heading {
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    margin-top: 200px;
    text-align: center;
}
.single-post .titlebar {
	text-align: center;
    padding: 150px 30px;
}
.single-post .titlebar:before {
	content: none !important; 
}
.news-feed .article-item:first-child,.news-feed .article-item:nth-child(6)  {
	-ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;

}
.news-feed .article-item:first-child .entry-thumb,
.news-feed .article-item:nth-child(6) .entry-thumb{height: 389px !important}
.news-feed .article-item:first-child h3,
.news-feed .article-item:nth-child(6) h3
{font-size: 32px;}
.news-feed .article-item article { transition: box-shadow 0.3s ease-in-out;cursor:pointer}
.news-feed .article-item article:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}
.news-feed .article-item h3 {font-size:24px;}
.post-article .entry-content{
	text-align: center;
    padding: 20px 15px 0 20px;
}
.post-article  .date {
	opacity: .65;
    border-bottom: 1px solid var(--gold);
    color: var(--gold);
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.post-article .entry-content a {
	text-transform: uppercase;
    font-size: 12px;
    color: #000 !important;
	transition: 0.3s;
}
.post-article .entry-content a:hover {
	color: var(--gold) !important;
	transition: 0.3s;
}
.post-article .entry-thumb {
	position: relative;
	width:100%;
	height: 266px;
	display: block;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
}
.post-article .entry-thumb:hover:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
	-webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1),transform 400ms cubic-bezier(0.4, 0, 0.25, 1),-webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1);
}


.map-single-page {
	position: relative;
    overflow: visible;
    width: 100%;
    display: block;
    padding-bottom: 40px;
    clear: both;
 
}
.single-custom-h1 {margin-bottom:0 !important;margin-top: 30px;font-size: 38px;}
.theme-colour {
	width: 33%;
    display: block;
    position: absolute;
    height: 100%;
    overflow: hidden;
    margin: 0;
}
.places_nearby {padding:50px 0 0 0 ;position:relative;overflow: hidden}
.places_nearby h3 {margin: 15px 0}
.places_nearby .entry-thumb {    min-height: 250px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;}
.custom-single-body {}
.maps-intro-image {
    width: 137%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    margin-top: 27px;
    left: -40%;
}
.map_gallery_slider, .map-slider-section {position: relative;overflow: hidden;margin-top:5px;}
.map-intro-section {    
	position: relative;
    overflow: hidden;
    padding-bottom: 50px;
	padding-top: 20px;
}

.i-share {
  position: relative;
  text-align: center;
  list-style-type: none;
	display:inline-block;
}

.i-share ul.social-share {opacity: 0; -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: -40px;}
.i-share.open ul.social-share {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;

}

::marker {display:none  !important}
.social-share-icon {list-style-type:none;margin-bottom:3px;}
.social-share  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-share  ul li {
  border-radius: 100%;
  background-color: #ccc;
  padding: 15px;
  cursor: pointer;
  opacity: 0;
  margin: 5px 0;
  transition: all 0.4s ease-in-out;
}


/*********SEARCH **********/

.search-feed article.type-post a {
    text-decoration: none;
    letter-spacing: 1px
}

.search-feed article {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #acacac
}

main.search-feed {
    padding: 75px 0;
    background: #F9F7F4;
}

.search-feed article a {
    color: #1d5ff8;
    text-decoration: none;
    letter-spacing: 1px;
}



/*********FOOTER **********/

.pre-footer {
    padding: 200px 0;
    position: relative
}

.pre-footer h3 {
    font-size: 24px
}

.pre-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-radial-gradient(circle, rgba(39, 118, 133, .3) 22%, rgba(0, 5, 34, .3) 57%, rgba(0, 5, 34, .3) 100%);
    background: -webkit-radial-gradient(circle, rgba(39, 118, 133, .3) 22%, rgba(0, 5, 34, .3) 57%, rgba(0, 5, 34, .3) 100%);
    background: radial-gradient(circle, rgba(39, 118, 133, .3) 22%, rgba(0, 5, 34, .3) 57%, rgba(0, 5, 34, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#277685", endColorstr="#000522", GradientType=1);
 
    background-size: 600% 600%;
    -webkit-animation: DigitalGeo 20s ease infinite;
    -moz-animation: DigitalGeo 20s ease infinite;
    -o-animation: DigitalGeo 20s ease infinite;
    animation: DigitalGeo 20s ease infinite;
    z-index: 0;
}

@-webkit-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@-moz-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@-o-keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

@keyframes DigitalGeo {
    0% {
        background-position: 28% 0%
    }
    50% {
        background-position: 73% 100%
    }
    100% {
        background-position: 28% 0%
    }
}

#footer {
    padding: 35px 0;
    position: relative;
    margin-top: -1px;
    background: #42434b;
    bottom: 0;
}

.copyright {
    padding: 0 0 5px 0;
    font-size: 12px;
    text-align: right
}

.social_media {
    text-align: right
}

.social_media ul {
    padding: 0;
    margin: 0
}


.social_media ul li {
    padding: 5px;
    display: inline-block
}

.social_media ul li a i {
    padding: 5px;
    border-radius: 50%;
    transition: 0.3s;
}

.social_media ul li a i:hover {
    background: #fff !important;
    color: #76A090 !important;
    transition: 0.3s;
}




/*ACCOUNT PAGE*/
#my-account-page {position:relative;overflow: hidden;padding: 100px 0}
#my-account-page .profile-img #wpua-preview-existing img {border:1px solid #efefef;border-radius: 50%;}
#my-account-page .profile-img,
#my-account-page .profile-creds{
	display: inline-block;
    margin-right: 20px;
    vertical-align:top;
}
#my-account-page .profile-img {width: calc(25% - -20px);}
#my-account-page .profile-creds  {width: calc(75% - 90px);}
#my-account-page .profile-img {    
	background: #4CAF50;
    padding: 30px;
    text-align: center;
}

#wpua-remove-button-existing button,
#wpua-add-button-existing button,
p.submit input[type=submit],
#wpua-undo-button-existing button {
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    padding: 5px 10px;
    color: #fff;
}
span.required {color:red}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #4CAF50;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background:#4CAF50;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

#adduser label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

#account-settings input[type="text"],
#account-settings input[type="password"],
#account-settings input[type="email"],
#account-settings textarea {
	padding:10px;
	border: 1px solid #ccc;
	outline:none;
	width:calc(100% - 3px);
}
#account-settings textarea {min-height: 100px;}
#account-settings input[type=button], 
#account-settings input[type=submit], 
#account-settings input[type=reset] {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
p.form-username, p.form-password {
	display: inline-block;
    width: calc(50% - 3px);
}
#account-settings p {margin-top:0}

.offer-thumbnail,
.vip-thumbnail{
	width:100%; 
	height:250px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.related-offers h2,
.vip-blog h2{
	border-bottom: 1px solid #4CAF50;
    padding-bottom: 10px;
    margin-bottom: 20px;
	color:#4CAF50;
}
.related-offers, .related-offers-inner,
.vip-blog, .related-stories-inner {
	position: relative;
    overflow: auto;
}
.related-offers {
	padding: 50px 0 30px 0;
	background: #efefef;
}
.vip-blog {
	padding: 50px 0 30px 0;
	background: #fff;
}
.related-offers-inner .swiper-pagination{
	bottom:50px !important;
}
.related-stories-inner .swiper-pagination{
	bottom:10px !important;
}

.related-offers-inner  {padding-bottom: 100px;}
.related-stories-inner {padding: 0 0 50px 0}

.offer-slide-inner, .offer-slide-inner a,
.vip-slide-inner, .vip-slide-inner a{
	background-color:#4CAF50;
	color:#fff;
}
.offers-meta, .vip-meta {padding:15px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {outline:none}
.related-offers-inner .swiper-pagination-bullet-active , .related-stories-inner .swiper-pagination-bullet-active {background:#4CAF50}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 50px;
    border-radius: 5px;
}


#inspiration_checkboxes-wrapper {position:relative;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	height: 48px;
}

#inspiration_checkboxes-wrapper.sticky {
    position: fixed;
    width: 100%;
    top: 106px;
    z-index: 10;
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#eat-drink-arrow-click,
#shop-arrow-click,
#stay-arrow-click,
#service-arrow-click,
#arts-arrow-click{
    display: inline-block;
   	float: left;
  	width: 20%;
    vertical-align: middle;
    text-align: center;
	color:#fff;
}

#inspiration_checkboxes-wrapper #eat-drink-checkboxes-wrapper #eat-drink-arrow-click {background: var(--red)}
#inspiration_checkboxes-wrapper #shop-checkboxes-wrapper #shop-arrow-click{background: var(--green);}
#inspiration_checkboxes-wrapper #stay-checkboxes-wrapper #stay-arrow-click{background: var(--blue)}
#inspiration_checkboxes-wrapper #services-checkboxes-wrapper #service-arrow-click {background: var(--lgold)}
#inspiration_checkboxes-wrapper #arts-checkboxes-wrapper #arts-arrow-click {background:var(--gold);}
li.checkbox-items {
	list-style-type: none;
    text-align: left;
    display: block;
    padding: 3px 0;
	position: relative;
}

#eat-drink-checkboxes,
#shop-checkboxes,
#stay-checkboxes,
#service-checkboxes,
#arts-checkboxes{display:none}

#eat-drink-checkboxes,
#shop-checkboxes,
#stay-checkboxes,
#service-checkboxes,
#arts-checkboxes{

	position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
   top: 48px;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


#eat-drink-checkboxes {background:var(--grey);}
#shop-checkboxes {background:var(--grey);}
#stay-checkboxes{background:var(--grey);}
#service-checkboxes {background:var(--grey);}
#arts-checkboxes {background:var(--grey);}




#eat-drink-arrow-click,
#shop-arrow-click,
#stay-arrow-click,
#service-arrow-click,
#arts-arrow-click {
	width: 20%;
    height: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}
#eat-drink-arrow-click img,
#shop-arrow-click img,
#stay-arrow-click img,
#service-arrow-click img,
#arts-arrow-click img{
	width:10px;
}

ul.checkbox-inner {
    width: calc(23% - 0px);
    height: 100%;
    display: inline-block;
    margin: 20px 0;
    vertical-align: top;
    padding: 0 10px;
}
ul.checkbox-inner  li {
  position: relative;
  list-style: none;
  text-align: left;
  margin:3px 0;
}
ul.checkbox-inner  li label {
  position: relative;
  cursor: pointer;

}
ul.checkbox-inner  li label input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#eat-drink-checkboxes ul.checkbox-inner  li label :checked ~ .cat-box .checkbox-icon.plus.minus {
	color:#fff;
	fill:var(--gold);
}
#shop-checkboxes ul.checkbox-inner  li label :checked ~ .cat-box .checkbox-icon.plus.minus {
	color:#fff;
	fill:var(--gold);
}
#stay-checkboxes ul.checkbox-inner  li label :checked ~ .cat-box .checkbox-icon.plus.minus {
	color:#fff;
	fill:var(--gold);
}
#service-checkboxes ul.checkbox-inner  li label :checked ~ .cat-box .checkbox-icon.plus.minus {
	color:#fff;
	fill:var(--gold);
}
ul.checkbox-inner  li label :checked ~ .cat-box .fa {
  transform: scale(0.95);
}
ul.checkbox-inner  li label .cat-box {
width: 100%;
    line-height: 12px;
    position: relative;
    display: block;
    font-size: 14px;
}
ul.checkbox-inner  li label .cat-box .fa {
  font-size: 30px;
  color: #6a9bd8;
}

.cat-box .checkbox-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 0;
}
.cat-box .checkbox-icon.plus {
    -webkit-mask-image: url("../images/unchecked.svg");
    mask-image: url("../images/unchecked.svg");
	}
.cat-box .checkbox-icon.plus.minus {
 -webkit-mask-image: url("../images/checked.svg");
    mask-image: url("../images/checked.svg");

}

#eat-drink-checkboxes .cat-box .checkbox-icon.plus,
#eat-drink-checkboxes .cat-box .checkbox-icon.minus {background-color: var(--gold)}
#shop-checkboxes .cat-box .checkbox-icon.plus,
#shop-checkboxes .cat-box .checkbox-icon.minus  {background-color: var(--gold)}
#stay-checkboxes .cat-box .checkbox-icon.plus,
#stay-checkboxes .cat-box .checkbox-icon.minus  {background-color: var(--gold)}
#service-checkboxes .cat-box .checkbox-icon.plus,
#service-checkboxes .cat-box .checkbox-icon.minus  {background-color: var(--gold)}

#arts-checkboxes .cat-box .checkbox-icon.plus,
#arts-checkboxes .cat-box .checkbox-icon.minus  {background-color: var(--gold)}


.eat-drink-checkbox-title,
.shop-checkbox-title,
.stay-checkbox-title,
.service-checkbox-title ,
.arts-checkbox-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
	font-weight: 500;
}

.eat-drink-checkbox-title, #eat-drink-checkboxes .checkbox-inner h4 {color: var(--gold)} 
.shop-checkbox-title, #shop-checkboxes .checkbox-inner h4 {color: var(--gold)} 
.stay-checkbox-title, #stay-checkboxes .checkbox-inner h4 {color: var(--gold)} 
.service-checkbox-title, #service-checkboxes .checkbox-inner h4 {color: var(--gold)} 
.arts-checkbox-title, #arts-checkboxes .checkbox-inner h4 {color: var(--gold)} 
.map-post-thumb {
	width:100%;
	height:130px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	
}


.menu-map-post-thumb {
    width: 50%;
    height: 100px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;

}

.checkbox-inner h4 {
    line-height: 1;
    margin: 0 0 5px 0;
    font-size: 16px;
}

.checkbox-inner .fet-desc {
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    font-weight: 500;
}
main.page-inspiration {margin-top:20px;min-height: 50vh}
.inspiration-container-outer {
	position: relative;
    width: 100%;
    padding: 30px 0 100px 0;
	margin-top: 48px;

}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield-choice-input {top: inherit !important}
.inspiration-container-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 250px));
  grid-gap: 20px;
  justify-content: center;
	width:100%;
	min-height: 100vh;

}

.iinspiration-container-inner .item {
  border-radius: 5px;
  padding: 10px;
  background: #f2f2f2;
}
.iinspiration-container-inner .item a{
	width:100%;
	height:100%;
	display: block;
	cursor: pointer;
}
.inspiration-container-inner .item img {
  	max-width: 100%;
	width: 100%;
}
.inspiration-container-inner .item:nth-child(1) {
  grid-row-end: span 2;
}
.inspiration-container-inner .item:nth-child(2){
  grid-row-end: span 1;
}
.inspiration-container-inner .item:nth-child(3){
  grid-row-end: span 2;
}
.inspiration-container-inner .item:nth-child(4){
  grid-row-end: span 2;
}
.inspiration-container-inner .item:nth-child(5) {
  grid-row-end: span 1;
}

.selectedTags {font-weight: bold;}

.selected-items-filter {position: relative;text-align: center;}

.selected-items-filter .selected-items-filter-inner .selectedTags span {
	background: var(--gold);
    margin: 10px 5px;
    padding: 10px;
    color: #fff;
    line-height: 1;
    display: inline-block;
}

.page-highlights {
	padding:30px 0 75px 0;
	overflow: hidden
}
.highlight-thumb {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width:100%;
	height:250px;
}
.directory-thumb {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width:100%;
	height:250px;
}
.sinlge-insights-entry-thumb {	
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	width:100%;
	height: 100%;

}
.highlight-inner {
	margin-bottom:30px;
	display:block;
	

}

.stripes {
    background: repeating-linear-gradient( -21deg, #fff, #fff 189px, rgba(53,9,23,.2) 2px, rgba(53,9,23,.2) 190px);
    height: 118%;
    width: 259%;
    position: absolute;
    bottom: -40%;
    right: -79%;
}



.section.highlights-section {
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}
.highlights-section-inner {    
	position: relative;
    overflow: hidden;}

.highlights-section-inner .swiper-slide.swiper-slide-prev:before,
.highlights-section-inner .swiper-slide.swiper-slide-next:before {
    content: '';
    width: 100%;
    height: 92%;
    position: absolute;
    background: rgba(0,0,0,.55);
    z-index: 1;
}

.section.highlights-section .swiper-button-prev,
.section.highlights-section .swiper-button-next {
	color:#fff;
	top: 48%;
}

.section.highlights-section .swiper-button-prev {
	    left: 20.8%;
}
.section.highlights-section .swiper-button-next {
    right: 20.8%;
}
.highlights-post-meta h4 {
    font-family: 'Figtree', sans-serif;
}
.highlights-post-meta a {
    font-family: 'MiranteMed', sans-serif;
}
.highlights-post-meta {
	text-align: center;}
.highlights-post-meta.dark {color:#fff !important}
.highlights-post-meta.light {color:#000 !important}

.highlights-post-meta.dark h3, .highlights-post-meta.light h3 {color:#fff !important;}
.highlights-post-meta h3 {font-size: 42px;line-height: 1;margin:0}

.highlights-post-meta .button {
    background: #520d20;
    padding: 5px 10px;
    color: #fff !important;
    display: inline-block;
}
.highlights-post-meta p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;}
.single-highlights .titlebar-title {
	display: inline-block;
    color: #fff !important;
    padding: 15px;
    opacity: 1 !important;
    font-size: 40px;
    -webkit-text-stroke: 0;
    -moz-text-stroke: 0;
    -o-text-stroke:  0;
	margin:200px 0 0 0;
}
 
.titlebar-subtitle {
color: #000 !important;
    opacity: 1 !important;
    font-size: 14px;
    margin-bottom: 0;
}

.single-highlights .titlebar {}


.single-highlights .titlebar .paragraph {
	background:#fff;
	padding: 10px 15px;
	display:inline-block;margin-bottom:150px;
}

.single-highlights-article {
	padding: 30px 0;
}

.sinlge-insights-entry-content {padding:30px}
.sinlge-insights-entry-content h2 {
    font-size: 3.5em;
    text-transform: uppercase;
}
.sinlge-insights-entry-content p {color:#000}


#galleryHighlightsImages{position: relative;overflow: hidden;padding: 30px 0;}
#galleryHighlightsImagesInner {overflow: hidden;}
#galleryHighlightsImages .swiper-slide {
	height: 400px;    
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#galleryHighlightsImagesInner .swiper-button-next, 
#galleryHighlightsImagesInner .swiper-container-rtl .swiper-button-prev {
	right: 20px;
}
#galleryHighlightsImagesInner .swiper-button-prev, 
#galleryHighlightsImagesInner .swiper-container-rtl .swiper-button-next {
	right: 20px;
}

#galleryHighlightsImagesInner .swiper-pagination-bullet {
	background: #fff;
    opacity: .7;
}
#galleryHighlightsImagesInner .swiper-pagination {bottom:50px;}
#galleryHighlightsImagesInner .swiper-pagination-bullet-active {
	background: #fff;
    opacity: 1;}
.hero-highlight-title {    
	display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
	padding: 150px;
	text-shadow: 2px 2px #000;
}




ul.filter-list  {padding: 0;margin:-45px 0 30px 0;text-align: center;}
.directory-filter.sticky ul.filter-list {
	margin: 0;
}
ul.filter-list li {display: inline-block; padding:20px;cursor: pointer;}
.directory-post-meta  {padding: 15px;background:#efefef;text-align: center;}
.directory-post-meta h3 {
    margin-bottom: 0;
    font-style: inherit;
    font-family: 'Figtree', sans-serif !important;
	text-transform: uppercase;
	font-size: 14px;
}
.directory-post-meta a, .directory-post-meta {color:#000;}
.directory-inner {
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    transition: box-shadow 0.3s ease-in-out;
    display: block;
    margin-bottom: 30px;
	    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.filter-list li[data-category="all"] a {border-bottom: 2px solid var(--gold);}
.filter-list li[data-category="shop"] a{border-bottom: 2px solid var(--gold);}
.filter-list li[data-category="eat-drink"] a {border-bottom: 2px solid var(--gold);}
.filter-list li[data-category="stay"] a {border-bottom: 2px solid var(--gold);}
.filter-list li[data-category="services"] a  {border-bottom: 2px solid var(--gold);}
.filter-list li[data-category="arts-and-culture"] a  {border-bottom: 2px solid var(--gold);}


.directory-post-meta {border-bottom: 5px solid var(--gold);}



.section.explore-section {text-align:center;}
.section.explore-section video {height:530px}
@media screen and (max-width: 720px) {
.section.explore-section video {height:250px}
}


.directory-inner:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.directory-filter-item a{color:#000}

.directory-filter.sticky {
    position: fixed;
    margin: 8px auto;
    z-index: 1;
    width: 100%;
    top: 100px;
    padding: 10px;
    background: var(--grey);
    line-height: 0;
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: .15s;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

.featured-event {
	padding: 30px;
	overflow: hidden;
	position: relative
}
.featured-event .secondary-color {
	width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.featured-event .fe-content {
    padding: 100px 75px;
}
.featured-event .fe-content p:first-child {
	font-weight: bold;
}
.featured-event .fe-content p {
	font-size: 20px;
}
.featured-event .fe-content h2 {
	font-size: 3.7vw;
}
.featured-event img {
	width:100%;
}
.featured-event a.fet-button {
	font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 24px;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1;
    margin-top: 20px;
    display: inline-block;
}
.featured-event .logo-overlay img {
    position: absolute;
    left: -10%;
    top: -20%;
    opacity: .1;
    width: 40%;
    height: auto;
}

@media (max-width: 768px) {
	.featured-event .secondary-color {
		display: none;
	}
	.featured-event .fe-content {
		padding: 50px 25px;
	}
	.featured-event .fe-content h2 {
		font-size: 36px;
	}
	.featured-event .logo-overlay img {
		width: 70%;
	}
}



.titlebar.events-titlebar {
	min-height: inherit;
}
.titlebar.events-titlebar .titlebar-title {
	margin-top: 40px;
	color:var(--gold);
    font-size: 52px;
    margin-bottom: 0px;
	}

.event-inner {}
.event-thumb {
	width:100%;
	min-height: 250px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.event-thumb .badge {
	background:var(--gold);
	display:inline-block;
	position: absolute;
	top:20px;
	left:20px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding:5px 10px;
}
.events-post-meta .left,
.events-post-meta .right {
	display: inline-block;
    vertical-align: middle;
}
.events-post-meta .strong {    
	font-style: normal;
    font-size: 12px;}
.events-post-meta .left .date {
    font-size: 30px;
    line-height: 1;
    max-width: 30px;
    margin: 0 auto;
	text-align: center;
}
.events-post-meta .left .month {
	text-transform: uppercase;
	font-size: 12px;    
	text-align: center;
}
.events-post-meta .left {width:20%;text-align:center}
.events-post-meta .right {width: 75%;}

i.marker {
	background: url("../images/marker.svg");
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 70%;
    left: -5px;
}

	.page-id-1195 .titlebar {
		display: none;
	}

	.page-id-1195 .sb_instagram_header {
		display: none;
	}

	.page-id-1195 .social-page-title {
		text-align: center;
		color: var(--gold);
		margin: 0;
		padding: 50px 0 25px 0;
		font-size: 54px;
	}

	.page-id-1195 #sbi_load {
		margin: 15px 0;
	}

	.page-id-1195 #sb_instagram .sbi_follow_btn a {
		background: transparent;
		border: 1px solid var(--gold);
		color: var(--gold);
	}

	.page-id-1195 #sb_instagram .sbi_follow_btn a:hover {
		background: var(--gold) !important;
		box-shadow: inset 0 0 10px 20px var(--gold)!important;
		border: 1px solid var(--gold) !important;
		color: #ffffff !important; 
	}

	.page-id-1195 #sb_instagram #sbi_load .sbi_load_btn:active, #sb_instagram .sbi_follow_btn a:active {
		box-shadow: inset 0 0 10px 20px var(--gold) !important;
		color: #ffffff;
	}

	.page-id-1195 .sbi_load_btn {
		background: var(--gold) !important;
		border: 1px solid var(--gold) !important;
	}

	.page-id-1195 #sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover {
		box-shadow: inset 0 0 10px 20px var(--gold)!important;
		color: #ffffff;
	}


.right h3 {font-weight: normal;margin:0}
main.page-events {
	position: relative;
	padding: 35px 0 75px 0;
}
.popup .events-post-meta {
    background: #fff;
    padding: 30px 20px 0 20px;
}
.popup .events-post-meta .left {text-align: left;width: 10%;}
.events-post-meta  {
	background: #E8E8EF;
	padding: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 30px
}

.event-content { 
    padding: 30px 20px 10px 20px;
    background: #f4f4f6;
}



/* Popup Open button */ 
.open-button{
    color:#FFF;
    background:#0066CC;
    padding:10px;
    text-decoration:none;
    border:1px solid #0157ad;
    border-radius:3px;
}

.popup {
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.35);
    width:100%;
    height:100%;
    display:none;
	z-index: 99;
	overflow-y: scroll;
}
.popup .event-thumb {border-radius: 0 !important}
/* Popup inner div */
.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 80px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
	z-index: 1;
}
 
/* Popup close button */
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration:none;
	line-height: 1.1;
}
 
.close-button:hover {
    background: rgba(0,0,0,1);
	color:#fff;
}
.general-icons {
    position: absolute;
    text-align: right;
    top: 22px;
    right: 20px;
}

.general-icons a {

display: inline-block;
    width: 30px;
    padding: 0 5px;}

.popup .timing {
    position: absolute;
    left: 20px;
    top: 20px;
}


.sharing-items {
	position: relative;
    margin-left: 200px;
    top: -10px;
}

.sharing-items .i-share{
	    background: transparent;
    border: 0;
	
}

.sharing-items .i-share a{
	color:var(--gold);
	cursor: pointer;
    left: 0;
}

.event-footer-inner {position: relative;padding:20px;min-height: 70px;}

.popup .events-share {
    background: var(--gold);
    padding: 10px 10px 5px 5px !important;
    border-radius: 10px 10px 10px 10px;
    width: 180px;
    margin-top: -90px !important;

}
.popup .events-share li {    display: inline-block;}
@media screen and (max-width: 720px) {
.popup-content {
    width:90%;
    } 
	.slider-popup-video {
		min-height: inherit !important;
		height: 240px !important;
	}
	.intro-text {
		padding: 35px 0;
	}
}




.highlight-inner-outer {padding:30px;margin-bottom:30px;}


.highlights-section-inner .swiper-pagination-clickable .swiper-pagination-bullet{
	width: 8px;
    border-radius: 50%;
	margin-top:10px;
}

.highlights-section-inner .swiper-pagination-bullet-active {background: #e5204f;}

.highlight-inner-outer h4 {font-size: 22px;}
.item-red .highlight-inner-outer {
	background:#520d20;
}


.highlight-inner-outer h4 {
	text-transform: none;
	}

.item-red .highlight-inner-outer .arrow-fill {
	fill:var(--pink) !important;
}
.item-red .highlight-inner-outer h4{
	color:var(--pink) !important;
}
.item-red .highlight-inner-outer a{
	color: var(--white) !important;
}
.item-red .background-splash{
	background:var(--pink);
}




.item-blue .highlight-inner-outer {
	background:#042328;
}

.item-blue .highlight-inner-outer .arrow-fill {fill:#b1d2d8 !important}
.item-blue .background-splash{
	background:#b1d2d8;
}
.item-blue .highlight-inner-outer h4{
	color:#b1d2d8 !important;
}
.item-blue .highlight-inner-outer a{
	color: var(--white) !important;
}



.item-green .highlight-inner-outer {
	background:#162919;
}
.item-green .highlight-inner-outer .arrow-fill {
	fill:#b5d080 !important
}
.item-green .background-splash{
	background:#b5d080;
}
.item-green .highlight-inner-outer h4{
	color:#b5d080 !important;
}

.item-green .highlight-inner-outer a{
	color: var(--white) !important;
}





.item-burgundy .highlight-inner-outer {
	background:#4a1b15;
}

.item-burgundy .highlight-inner-outer .arrow-fill {
	fill:#da8bae !important;
}
.item-burgundy .background-splash{
	background:#da8bae;
}
.item-burgundy .highlight-inner-outer h4{
	color:#da8bae !important;
}

.item-burgundy .highlight-inner-outer a{
	color: var(--white) !important;
}







.highlight-thumb {position:relative;margin: 10px;}
.background-splash{
	content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    top: -10px;
    left: 5px;
}

.order-1.order-md-2 .background-splash{
   right: 5px;
    left: inherit !important;
}

.order-1.order-md-2 .highlight-thumb{
	margin-left: -10px !important;
}



.front-hero-slider {
	position: relative;
    overflow: hidden;
    background-color: var(--grey);
}

.front-hero-slider .swiper-button-prev,
.front-hero-slider .swiper-button-next {
	color:#fff;
	top: 48%;
	z-index: 1;
}

.front-hero-slider .swiper-button-prev {
	left: 40px;
}
.front-hero-slider .swiper-button-next {
    right: 40px;
}


.front-hero-slider .swiper-slide {
	
}
.front-hero-slider .swiper-slide .slider-content {
    padding: 50px 20px 50px 50px;
    width: 45%;
    display: inline-block;
    margin: 100px 0px 100px 30px;
    position: relative;
    z-index: 2;
}

@media (max-width:943px) {
.searching-form {
		display: none !important
	}
}
	
@media (max-width:768px) {
    .highlight-inner-outer {
        padding: 30px 60px;
    }
    .highlights-post-meta h3 {
        font-size: 32px;
        margin-top:20px;
    }
    .highlight-inner-outer h4 {
        font-size: 16px;
    }
    .email-submission-area h3 {
        text-align: center;
    }
	.video-inner-button {
		right: -36% !important;
	}
    
	.front-hero-slider .swiper-slide .slider-content {
        width: 100%;
        display: block;
        margin: 0;
        clear: both;
        position: relative;
        bottom: 0;
        padding: 30px 40px 30px 50px;
	}
    .front-hero-slider .swiper-button-prev {
        left: 10px;
    }
    .front-hero-slider .swiper-button-next {
        right: 10px;
    }
	.slider-content .slider-title {
		font-size: 28px !important;
	}
	.front-hero-slider .slider-text p {
		font-size: 14px !important;
	}
	.front-hero-slider .swiper-slide.item-green .slider-content {
		background: var(--green);
	}
	
	.front-hero-slider .swiper-slide.item-blue .slider-content {
		background: var(--blue);
	}
	.front-hero-slider .swiper-slide.item-burgundy .slider-content, .front-hero-slider .swiper-slide.item-red .slider-content {
		background: var(--red);
	}
	
	
	
	.front-hero-slider .swiper-slide .slider-thumb {width:100% !important}
	.front-hero-slider .swiper-pagination-bullets {display:none !important}
    .event-footer-inner .sharing-items {
    }
    #front-sections {
        display: block; /* Use block layout for a mobile-friendly stacking */
        padding: 20px;
        width: 100%;
        position: relative;
    }
    
    #front-sections .section {
        display: flex; /* Use flexbox for consistent alignment */
        flex-direction: column; /* Stack content vertically */
        justify-content: center; /* Centre content vertically */
        align-items: center; /* Centre content horizontally */
        min-height: 350px; /* Adjust height dynamically */
        margin-bottom: 30px;
    }


    #front-sections .content {
        position: relative; /* Change to relative to avoid overlap issues */
        max-width: 90%; /* Adjust the content width for better responsiveness */
        left: 0; /* Reset any unnecessary offsets */
        bottom: 0;
        margin: 20px auto;
    }

    #front-sections h2.s-title {
        font-size: 32px; /* Adjust for smaller screens */
        line-height: 1.2; /* Improve readability */
    }

    #front-sections .section .overlay {
        height: 100%; /* Keep the overlay responsive */
    }


	.section.highlights-section .swiper-button-prev, .section.highlights-section .swiper-button-next {top:53%}
	.section.highlights-section .swiper-button-prev {left:10px}
	.section.highlights-section .swiper-button-next {right:10px;}
	a.playfair.arrow-in {display:block}
	.maps-intro-image {
		width: 100%;
		position: relative;
		height: 250px;
		left: inherit
	}
	.single-custom-h1 {font-size: 32px;}
	.single-custom-h2 small {font-size: 22px;}
	.single-map-canvas {
		margin-top: 30px;
	}
	#footer {text-align:center}
	#footer .footer-pattern {
		height:100% !important;width:100% !important;
	}
	.footer-logo img {margin-bottom: 30px;}
	.places_nearby h3 {font-size:28px;}
	.places_nearby .col-12:nth-child(4) h3 {color:#fff !important}
	.single-map-content-section p {font-size:16px;}
	.i-share ul.social-share {position:relative;z-index: 10}
	#footer .by-portman-estate {
		margin-top: -20px !important;
		margin-bottom: 30px !important;
		font-size: 12px !important;
	}
	#footer p.footer-portman-estate {margin-top:30px !important}
	.custom-left, .custom-right, #eat-drink-arrow-click, #shop-arrow-click, #stay-arrow-click, #service-arrow-click, #arts-arrow-click, ul.checkbox-inner.location-columns {
		width: calc(100% - 0px)  !important;
	}
	.custom-header {padding:15px !important}
	.custom-body {
		padding: 30px 15px !important;
	}
	ul.checkbox-inner {padding:0 !important}
	ul.checkbox-inner.location-columns li {width: calc(45% - 4px) !important;}
	ul.checkbox-inner { width: calc(49% - 0px) !important;}
	main.page-inspiration {margin-top: 180px;}
	.masonry .item {padding:0 30px !important;}
	.events-post-meta .right {margin-left: 20px;width:80% !important}
	.titlebar-title {line-height: 1;text-align: center}
	.events-post-meta .left {width: 10%;}
	.popup .events-post-meta {padding: 20px 20px 0 20px !important;}
	.event-content h3 {font-size:22px;}
	.find-us-content .wp-block-column p {padding: 0 15px;}
	.find-us-sub-content {padding: 20px 15px !important;}
	.news-feed .article-item:first-child .entry-thumb, .news-feed .article-item:nth-child(6) .entry-thumb {height:266px !important;}
	.single-post .titlebar .titlebar-title {padding:10px}
	.titlebar-outer {padding:150px 0}
	.single-page article p{font-size:16px;}
	.page-id-1213 .titlebar, 
	.page-id-1214 .titlebar,
	.page-id-1215 .titlebar,
	.page-id-1216 .titlebar,
	.page-id-1217 .titlebar,
	.page-id-1242 .titlebar{margin-bottom: 30px;}
	
	.page-id-1213 main, 
	.page-id-1214 main,
	.page-id-1215 main,
	.page-id-1216 main,
	.page-id-1217 main,
	.page-id-1242 main {overflow:hidden}
	.ppress-dpf-profile-meta {padding:0 !important}
	.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {border-radius: 0}
	.page-id-1217 .ppress-dpf-profile-body-item .ppress-dpf-item-label, 
	.page-id-1217 .ppress-dpf-profile-body-item .ppress-dpf-item-value {display: block !important}
	div#pp-user-profile-1.ppress-default-profile .ppress-dpf-profile-photo {top: -189px !important;}
	
}


.front-hero-slider .swiper-slide.item-green		{background:#0b352c;}
.front-hero-slider .swiper-slide.item-blue 		{background:#042328;}
.front-hero-slider .swiper-slide.item-burgundy 	{background:#4a1b15;}
.front-hero-slider .swiper-slide.item-red			{background:#520d20;}

.front-hero-slider .swiper-slide.item-green .slider-content	a{color:#0b352c;}
.front-hero-slider .swiper-slide.item-blue .slider-content a{color:#042328;}
.front-hero-slider .swiper-slide.item-burgundy .slider-content a{color:#4a1b15;}
.front-hero-slider .swiper-slide.item-red .slider-content a{color:#520d20;}

.swiper-slide {
  height: auto;
}

.slider-content .slider-title {
    font-size: 65px;
    line-height: .95;
    padding-right: 50px;
}



.video-inner-button {
	width: 100px;
    height: 100px;
    display: block;
    position: relative;
    top: 45%;
    right: -45%;
	
}

.slider-thumb.thumb-overlay:before {
	width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.30);
    position: absolute;
}

.slider-popup-video {
    min-height: 400px;
	height:400px
}
.front-hero-slider .swiper-pagination-bullet-active {
	background:#fff;
	width:30px;
	border-radius: 5px;
}
.front-hero-slider .slider-text {
	font-size: 1vw;
    padding-right: 30%;
}

.keys-hero-slider  .slider-text {
	padding-right: 80px;
	font-size: inherit;
}
.keys-hero-slider .swiper-slide .slider-content {
	margin: 60px 0px 60px 30px;
	    padding: 30px 30px 30px 20px;
}
.front-hero-slider .swiper-pagination-bullets::before {
	content: '';
    width: 100%;
    height: 2px;
    background: var(--gold);
    position: absolute;
    top: 9px;
    left: -96px;
}
.front-hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
    background: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    opacity: 1;
}


.front-hero-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--gold);
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}




.front-hero-slider .swiper-pagination-bullets {
	left: 80px !important;
    bottom: 100px !important;
    width: inherit !important;
}
.front-hero-slider .swiper-slide .slider-thumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 55%;
    top: 0;
    height: 100%;
    right: 0;
    display: block;
    position: absolute;
    z-index: 0;
}

.front-hero-slider a.button {
    color: var(--green) !important;
    font-size: 24px;
    border-radius: 0;
    font-family: 'Figtree', sans-serif;
    font-weight: lighter;
}

.intro-text h3 {
	color: var(--gold) !important;
	text-transform: none;
	font-weight: 400;
    font-family: 'MiranteMed', sans-serif;
}

@media (max-width: 768px) {
	.ktm-thumb {
		min-height: inherit;
	}
	.ktm-thumb .background-splash {
		width: 200px;
		height: 200px;
	}
	.ktm-item .redemption {
		max-width: 100%;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.keys-hero-slider {
		height: 90vh !important;
	}
	.keys-hero-slider .swiper-slide .slider-thumb {
		height: 250px !important;
	}
	.keys-hero-slider .swiper-slide .slider-content {
		margin: 0 !important;
    	top: 270px;
    	padding: 40px;
	}
	.keys-hero-slider .slider-text {
		padding: 0;
	}
	
	.front-hero-slider .swiper-slide .slider-thumb {
		display: none;
	}
	.front-hero-slider {
		height:100%;
	}
#eat-drink-checkboxes { top: 48px;}
#shop-checkboxes{top:96px}
#stay-checkboxes {top:144px}
#service-checkboxes {top:192px}
#arts-checkboxes {top:240px}
}



.intro-text {
	padding:75px 0;
	background: var(--grey);
}
.intro-text h3 {color: var(--black);}

.intro-logo {
	margin-bottom: 40px;
}

	#footer {
		background: #042227;
		padding: 35px 0 65px 0;
	}
	
	.footer-menu>li>a {
		color: #ffffff !important;
	}

	.newsletter-sign-up {
		position: relative;
		background: #ab896c;
	}

	.newsletter-sign-up p {
		display: inline-block;
		font-size: 28px;
		font-weight: 600;
		color: #ffffff;
		padding: 25px 0;
		margin: 0;
		vertical-align: middle;
	}

	.newletter-btn {
		display: inline-block;
		background: #ffffff;
		color: #8A99B0;
		padding: 3px 6px;
		vertical-align: middle;
	}

	.footer-social-feed {
		position: relative;
	}

	.footer-social-feed #sb_instagram #sbi_images .sbi_item,
	.footer-social-feed #sbi_images,
	.footer-social-feed #sb_instagram {

		padding: 0 !important;
	}

	.footer-social-feed #sbi_load {
		display: none;
	}

	.footer-social-feed .sbi_no_avatar .sbi_header_img {
		background: none !important;
	}

	.footer-social-feed .sb_instagram_header {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		width: auto !important;
		padding: 0 !important;
		margin: 0;
		background: #8A99B0;
		opacity: 1;
		border-radius: 5px !important;
		transition: all 0.3s ease-in-out;
	}

	.footer-social-feed .sb_instagram_header:hover {
		opacity: 0.8;
		transition: all 0.3s ease-in-out;
	}

	.footer-social-feed .sb_instagram_header a {
		color: #ffffff;
	}

	#footer .col-12 {
		padding: 0;
	}

	#footer .footer-logotype {
    	width: 150px !important;
	}

	#footer .footer-estate-logotype {
		width: 160px !important;
	}

	#footer .by-portman-estate {
		color: #ffffff;
		font-size: 0.6em;
		margin: 2px 0 0 0;
	}

	#footer .copyright {
		text-align: left !important;
		color: #ffffff;
	}

	#footer .footer-logo .built-by,
	#footer p.footer-portman-estate {
		color: #ffffff;
		clear: both; 
		font-size: 0.7em;
		margin: 0;
	}

	#footer .copyright p {
		margin: 0;
	}

	#footer .copyright a {
		color: #ffffff;
	}

	#footer .footer-policy {
		margin-right: 5px !important;
	} 

	#footer .footer-pattern {
		background-image: url("/wp-content/themes/portman/assets/images/pm-footer-pattern.svg");
		position: absolute;
		bottom: 0;
		left: 0;
		width: 65%;
		height: 25%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom;
	}

	#footer .footer-built-by {
		color: #ffffff;
	}

	#footer .footer-nav {
		color: #ffffff;
		margin: 0;
	}

	#footer .footer-nav p {
		font-weight: 700;
		margin: 0 0 5px 0;	
	}

	.footer-menu>li {
		display: inline-block !important;
		margin-right: 10px !important;
		vertical-align: top !important;
		max-width: 50% !important;
		width: 45% !important;
		padding: 0 0 5px 0;
	}

	.footer-menu>li>a {
		position: relative;
		font-weight: 700 ;
		text-decoration: none !important;
		font-size: 0.8em !important;
	}

	.footer-menu>li>a:hover {
		text-decoration: underline;
		padding: 4px 0;
	}

	.footer-menu>li>a:before {
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
		background: var(--gold);
	}

	.footer-menu>li>a:hover:before {
		visibility: visible;
		width: 100%;
	}

	.footer-logo {
		color: #ffffff;
	}



	.sbi_follow_btn a:hover {
		background: none !important;
		color: #000000 !important;
		border-bottom: 1px solid green !important;
	}




body.search-active {
  overflow: hidden;
}
body.search-active .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
body.search-active .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}
body.search-active .control {
  cursor: default;
}
body.search-active .control .btn-material {
  transform: scale(85);
}
body.search-active .control .icon-material-search {
  opacity: 0;
}

.sub-social-media {display:none}
/* Close Icon */
.icon-close {
    position: fixed;
    top: 50px;
    right: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	z-index: 9999
}
.searching-form { 
height:0
}
.icon-close:hover {
  transform: rotate(0);
}

/* Search Input */
.search-input {
    height: 80px;
    position: absolute;
    top: 40%;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
	z-index: 999;
	left: 100px;
}
.search-input input {
    color: #fff;
    font-size: 24px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    width: 100%;
	position: relative;
    margin: 20px;
}
body.search-active .p-y-md:before {
    position: absolute;
    width: 100%;
    height: 400vh;
    z-index: 100;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
.search-input ::-webkit-input-placeholder {
  color: #eee;
font-size: 24px;
}
.search-input :-moz-placeholder {
  color: #eee;
  opacity: 1;
	font-size: 24px;
}
.search-input ::-moz-placeholder {
  color: #eee;
  opacity: 1;
	font-size: 24px;
}
.search-input :-ms-input-placeholder {
  color: #eee;
	font-size: 24px;
}

/* Container */

.container.container-dark {
  background: #22313f;
  color: #fff;
}

/* Control btn */
.control {
  cursor: pointer;
}

.control .btn-material:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
    color: #000;
    position: absolute;
    font-size: 30px;
    top: 20px;
    font-style: normal;
    right: 11px;
    transition: opacity 0.3s ease-in-out;
	z-index: 9999;
}

/* Utilities */
.p-y-md {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}


.page-id-1483 .gform_footer {
     display: none;
}
.page-id-1483 .gform_body .confirm-home-btn {
    display: block;
    margin: 0 auto;
    color: #8A99B0;
    padding: 5px 15px;
    border: none;
    background: #FFFFFF;
    border: 1px solid #8A99B0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
    width: 20%;
}
.page-id-1483 .gform_body .confirm-home-btn:hover {
    color: #FFFFFF;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid #FFFFFF;
    transition: 0.5s;
}


.page-id-1217 .pp-form-wrapper {
    margin: 0 auto;
}

.page-id-1217 div.ppress-dpf-profile-nav {
    position: relative;
    background: var(--gold) !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

#pp-pass-strength-result.short {
    background-color: transparent !important;
    border-color: transparent !important;
    opacity: 1;
}

#pp-pass-strength-result.short:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    background: rgb(55,180,170);
    background: -moz-linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    background: linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--gold)",endColorstr="#007EC2",GradientType=1);
}

#pp-pass-strength-result {
    background-color: transparent !important;
    border-color: transparent !important;
    opacity: 1;
}

#pp-pass-strength-result:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    background: rgb(55,180,170);
    background: -moz-linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    background: linear-gradient(90deg, rgba(55,180,170,1) 0%, rgba(55,180,170,1) 33%, var(--gold) 33%, var(--gold) 66%, rgba(0,126,194,1) 66%, rgba(0,126,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--gold)",endColorstr="#007EC2",GradientType=1);
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
    border: none;
}

.page-id-1217 div#pp-user-profile-1.ppress-default-profile .ppress-dpf-profile-nav-item a {
    position: relative;
    margin-right: 5px !important;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
    background: transparent;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover:before {
    visibility: visible;
    width: 100%;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
    background: none !important;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a:before {
    visibility: visible;
    width: 100%;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
    width: 100% !important;
    max-width: 100% !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]), .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select, .pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
    border-radius: 10px !important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
    border-bottom-right-radius: 10px!important;
    border-bottom-left-radius: 10px!important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit] {
    border-radius: 0 0 10px 10px!important;
}

.pp-form-container .pp-form-wrapper.ppBuildScratch {
    border-radius: 10px !important;
}

.ppress-form-bottom-links {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pp-form-container #pp-edit-profile-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"] {
    background: var(--gold)75 !important;
    color: #ffffff;
}

.pp-form-container #pp-edit-profile-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover {
    background: var(--gold) !important;
    color: #ffffff !important;
}

.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
    z-index: 10;
}

.footer-menu>li>a {
    font-size: 1em !important;
}

.my-profile-custom-return {
    display: block;
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.my-profile-custom-return a {
    line-height: 22px;
    font-size: 14px;
    color: #69717a !important;
    display: inline-block;
    text-decoration: none!important;
    font-weight: 400;
    text-align: center;
    border-bottom: none!important;
}

.my-profile-custom-return a:hover {
    text-decoration: underline!important;
}

.pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border-color: var(--gold) !important;
}

.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border-color: var(--gold) !important;
}

.pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border-color: var(--gold) !important;   
}

.pp-form-container #pp-edit-profile-1.ppBuildScratch .pp-form-field-wrap input[type=text]:focus, .pp-form-container #pp-edit-profile-1.ppBuildScratch .pp-form-field-wrap select:focus, .pp-form-container #pp-edit-profile-1.ppBuildScratch .pp-form-field-wrap textarea:focus {
    border-color: var(--gold) !important;   
}

.page-id-1217 .ppress-dpf-profile-body-item .ppress-dpf-item-label,
.page-id-1217 .ppress-dpf-profile-body-item .ppress-dpf-item-value {
    display: inline;
}

.page-id-1217 .ppress-dpf-profile-body-item .ppress-dpf-item-label {
    margin-right: 15px;
}

.page-id-1217 .pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
    border-bottom: solid 2px var(--gold);
}


.page-id-1483 .page-feed,
.page-id-1548 .page-feed {
    background: #8A99B0;
    top: 0;
}

.page-id-1548 .page-feed {
    min-height: 0;
}

.page-id-1483 .titlebar,
.page-id-1548 .titlebar {
    display: none;
}

#field_1_1,
#field_1_3,
#field_1_4,
#field_1_5,
#field_1_2 {
    text-align: center;
}

/* Half Column */
.gform_wrapper .buttonized-half-col .gfield_radio li,
.gform_wrapper .buttonized-half-col .gfield_checkbox li {
   text-align: center;
}
.gform_wrapper .buttonized-half-col input[type="radio"],
.gform_wrapper .buttonized-half-col input[type="checkbox"] {
   position: absolute;
}
.gform_wrapper .buttonized-half-col .gfield_radio label,
.gform_wrapper .buttonized-half-col .gfield_checkbox label {
   display: block !important;
   position: relative;
   max-width: 100%;
   padding: 1em;
   font-size: 18px;
   background-color: #ffffff;
   color: #000000;
   text-align: center;
   cursor: pointer;
}
.gform_wrapper .buttonized-half-col input[type="radio"]:focus+label,
.gform_wrapper .buttonized-half-col input[type="checkbox"]:focus+label {
   border-color: #040404;
}
.gform_wrapper .buttonized-half-col input[type="radio"]:checked+label,
.gform_wrapper .buttonized-half-col input[type="checkbox"]:checked+label {
   border-color: #040404;
   background-color: #d7d7d7;
   overflow: hidden;
}
.gform_wrapper .buttonized-half-col input[type="radio"]:checked+label::before,
.gform_wrapper .buttonized-half-col input[type="checkbox"]:checked+label::before {
   content: '';
   display: block;
   position: absolute;
   top: -.75em;
   right: -.75em;
   left: auto;
   width: 1.5em;
   height: 1.5em;
   background-color: var(--gold);
   border-radius: 0;
   border: 0;
   transform: rotate(45deg);
}
.gform_wrapper .buttonized-half-col .gfield_radio label::before,
.gform_wrapper .buttonized-half-col .gfield_checkbox label::before {
   display: none;
}

.gform_wrapper .buttonized-half-col .gfield_radio,
.gform_wrapper .buttonized-half-col .gfield_checkbox {
   display: grid;
   grid-template-columns: repeat( 2, 1fr );
   grid-gap: .5em 1em;
}

/* Third Column */
.gform_wrapper .buttonized-third-col .gfield_radio li,
.gform_wrapper .buttonized-third-col .gfield_checkbox li {
   text-align: center;
}
.gform_wrapper .buttonized-third-col input[type="radio"],
.gform_wrapper .buttonized-third-col input[type="checkbox"] {
   position: absolute;
}
.gform_wrapper .buttonized-third-col .gfield_radio label,
.gform_wrapper .buttonized-third-col .gfield_checkbox label {
   display: block !important;
   position: relative;
   max-width: 100%;
   padding: 1em;
   font-size: 18px;
   background-color: #ffffff;
   color: #000000;
   text-align: center;
   cursor: pointer;
}
.gform_wrapper .buttonized-third-col input[type="radio"]:focus+label,
.gform_wrapper .buttonized-third-col input[type="checkbox"]:focus+label {
   border-color: #040404;
}
.gform_wrapper .buttonized-third-col input[type="radio"]:checked+label,
.gform_wrapper .buttonized-third-col input[type="checkbox"]:checked+label {
   border-color: #040404;
   background-color: #d7d7d7;
   overflow: hidden;
}
.gform_wrapper .buttonized-third-col input[type="radio"]:checked+label::before,
.gform_wrapper .buttonized-third-col input[type="checkbox"]:checked+label::before {
   content: '';
   display: block;
   position: absolute;
   top: -.75em;
   right: -.75em;
   left: auto;
   width: 1.5em;
   height: 1.5em;
   background-color: #e1b653;
   border-radius: 0;
   border: 0;
   transform: rotate(45deg);
}
.gform_wrapper .buttonized-third-col .gfield_radio label::before,
.gform_wrapper .buttonized-third-col .gfield_checkbox label::before {
   display: none;
}

.gform_wrapper .buttonized-third-col .gfield_radio,
.gform_wrapper .buttonized-third-col .gfield_checkbox {
   display: grid;
   grid-template-columns: repeat( 3, 1fr );
   grid-gap: .5em 1em;
}

/* five Column */
.gform_wrapper .buttonized-five-col .gfield_radio li,
.gform_wrapper .buttonized-five-col .gfield_checkbox li {
   text-align: center;
}
.gform_wrapper .buttonized-five-col input[type="radio"],
.gform_wrapper .buttonized-five-col input[type="checkbox"] {
   position: absolute;
}
.gform_wrapper .buttonized-five-col .gfield_radio label,
.gform_wrapper .buttonized-five-col .gfield_checkbox label {
   display: block !important;
   position: relative;
   max-width: 100%;
   padding: 1em;
   font-size: 18px;
   background-color: #ffffff;
   color: #000000;
   text-align: center;
   cursor: pointer;
}
.gform_wrapper .buttonized-five-col input[type="radio"]:focus+label,
.gform_wrapper .buttonized-five-col input[type="checkbox"]:focus+label {
   border-color: #040404;
}
.gform_wrapper .buttonized-five-col input[type="radio"]:checked+label,
.gform_wrapper .buttonized-five-col input[type="checkbox"]:checked+label {
   border-color: #040404;
   background-color: #d7d7d7;
   overflow: hidden;
}
.gform_wrapper .buttonized-five-col input[type="radio"]:checked+label::before,
.gform_wrapper .buttonized-five-col input[type="checkbox"]:checked+label::before {
   content: '';
   display: block;
   position: absolute;
   top: -.75em;
   right: -.75em;
   left: auto;
   width: 1.5em;
   height: 1.5em;
   background-color: #e1b653;
   border-radius: 0;
   border: 0;
   transform: rotate(45deg);
}
.gform_wrapper .buttonized-five-col .gfield_radio label::before,
.gform_wrapper .buttonized-five-col .gfield_checkbox label::before {
   display: none;
}

.gform_wrapper .buttonized-five-col .gfield_radio,
.gform_wrapper .buttonized-five-col .gfield_checkbox {
   display: grid;
   grid-template-columns: repeat( 5, 1fr );
   grid-gap: .5em 1em;
}


.newsletter-content {
    margin: 45px 0 0 0;
}


.newsletter-content .gform_validation_errors,
.newsletter-content .gfield_validation_message {
    display: none;
}

.email-submission-area .gfield_label {
    color: #ffffff !important;
}

.email-submission-area .gform_body .gform_fields .gfield input[type=email] {
    border: none;
    background: none;
    border-bottom: 1px solid #ffffff;
}

.email-submission-area .gform_fields .gfield input::-webkit-input-placeholder {
    color: #ffffff;
}
.email-submission-area .gform_fields .gfield input::-moz-placeholder { 
    color: #ffffff;
}
.email-submission-area .gform_fields .gfield input:-ms-input-placeholder {
    color: #ffffff;
}
.email-submission-area .gform_fields .gfield input:-moz-placeholder {
    color: #ffffff;
}

.email-submission-area h3 span {
	display: block;
}


.email-submission-area h3 span.newsltt {
    text-transform: lowercase;
    font-style: italic;
    font-size: 80px;
}
.email-submission-area h3 {
	position: relative;
    font-size: 34px;
    text-transform: none;
}

.gform_heading .gform_title {
    margin: 0;
}

.gf_simple_horizontal {
    display: inline-block;
    vertical-align: middle;
}

#gform_2 {
    display: inline-block;
    width: 100%;
}

#input_2_1 {
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
  
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
	  border-radius: 0;
}

.gform_wrapper .gf_simple_horizontal .gform_body {
    width: 100% !important;
}

.gform_wrapper {
    padding: 25px 0;
    vertical-align: middle;
}

.gform_heading {
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    padding: 0 15px 0 0;
}

#gform_submit_button_2 {
    padding: 5px 15px;
    color: var(--gold) !important;
    font-size: 16px;
    border-radius: 0;
	border:none;
    cursor: pointer;
    margin: 0;
    transition: 0.5s;
    -webkit-appearance: none;
	background: var(--white);
	text-transform: uppercase;
	font-weight: 300;
	
}

#gform_submit_button_2:hover {
    color: var(--white) !important;
    background: transparent;
    border: 1px solid #ffffff;
    transition: 0.5s;
}


#post-1483 .gform_heading {
    display: none;
}



#gform_wrapper_1 .gform_body {
    width: 75%;
    margin: 0 auto;
}

#gform_wrapper_1 .ginput_container_select {
    width: 25%;
    margin: 0 auto;
}

#gform_wrapper_1 .ginput_container_email {
    width: 50%;
    margin: 0 auto;
}

#gform_wrapper_1 .ginput_container_email {
    width: 50%;
    margin: 0 auto;
}
#gform_wrapper_1 .ginput_container_email {
    width: 50%;
    margin: 0 auto;
}

#gform_wrapper_1 .gfield_label {
    color: #ffffff;
    font-size: 28px;
    padding: 10px 0;
    text-align: center;
}

#grorm_wrapper_1 .gform_wrapper.gravity-theme .gfield-choice-input+label {
    max-width: calc(100% - 0) !important;
}

#gform_wrapper_1 .ginput_container_email #input_1_2[type=email] {
    color: #ffffff;
}

#gform_submit_button_1 {
    display: block;
    margin: 0 auto;
    color: #8A99B0;
    padding: 5px 15px;
    border: none;
    background: #ffffff;
    border: 1px solid #8A99B0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
}

#gform_submit_button_1:hover {
    color: #ffffff;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

#gform_wrapper_1 #input_1_2 {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    text-align: center;
    margin-top: 25px;
}

#gform_wrapper_1 #input_1_2::-webkit-input-placeholder { color:#FFF; font-size: 18px;}
#gform_wrapper_1 #input_1_2:-moz-placeholder { opacity: 1; color:#FFF; font-size: 18px;} /* Firefox 18- */
#gform_wrapper_1 #input_1_2::-moz-placeholder { opacity: 1; color:#FFF; font-size: 18px;} /* firefox 19+ */
#gform_wrapper_1 #input_1_2:-ms-input-placeholder { color:#FFF; font-size: 18px;} /* ie */
#gform_wrapper_1 #input_1_2input:-moz-placeholder { color:#FFF; font-size: 18px;}

#gform_wrapper_1 .ginput_container_email select:focus,
#gform_wrapper_1 .ginput_container_email textarea:focus {
    border: none !important;
}


    .about-us-single-page {
        position: relative;
        overflow: visible;
        width: 100%;
        min-height: 50vh;
        display: block;
        clear: both;
        padding: 75px 0;
    }

    .page-id-1148 .titlebar {
        display: none;
    }

    .about-us-single-page .col-12 .col-md-6,
    .about-us-single-page .col-md-6 {
        padding: 0 !important;
    }

    .about-us-single-page .bg-colour {
        background:var(--red);    
    }

    .about-us-title {
        color:var(--gold);
        font-size: 72px;
        margin-bottom: 15px;
    }

    .about-us-sub-title {
        font-family: 'Judson', serif;
        font-weight: 700;
        font-size: 23px !important;
        line-height: 1.2;
        margin: 0;
    }

    .theme-colour {
        top: 0;
    }

    .about-us-content {
        padding: 30px 0 30px 20px;
    }

    .about-us-content p {
        font-size: 14px;
    }

    .about-us-content a {
        color: #000000;
        text-decoration: underline;
        font-weight: 600;
    }

    .about-us-content a:hover {
        text-decoration: underline;
    }

    .about-us-image {
        width: 137%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: center !important;
        left: -40%;
    }

    .portman-square-address {
        width: 30%;
        margin: 0 auto;
        padding: 75px 0 0 0;
    }

    .portman-square-address p {
        font-size: 20px;
        font-weight: 700;
        margin: 0 auto;
        text-align: center;
    }



.page-id-1483 .gform_footer input {
    display: block;
    margin: 0 auto;
    color: #8A99B0;
    padding: 5px 15px;
    border: none;
    background: #ffffff;
    border: 1px solid #8A99B0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
}

.page-id-1483 .gform_body {
    text-align: center;
}

.page-id-1483 .newsletter-sign-up-message {
    color: #ffffff;
}

.page-id-1483 .gform_footer input:hover {
    color: #ffffff;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

.page-id-1483 .newsletter-sign-up-confirmation {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
}

.page-id-1548 .post-1548 h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    padding: 25px 0 10px 0;
    text-align: center;
}

.page-id-1548 .post-1548 .wp-block-buttons {
    padding: 0 0 25px 0;
}

.page-id-1548 .post-1548 .wp-block-button { 
    margin: 0 auto;
}

.page-id-1548 .post-1548 .wp-block-button__link { 
    display: block;
    margin: 0 auto;
    color: #8A99B0;
    padding: 5px 15px;
    border: none;
    background: #ffffff;
    border: 1px solid #8A99B0;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s;
    border-radius: 0;
}

.page-id-1548 .post-1548 .wp-block-button__link:hover { 
    color: #ffffff;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

/* Mobile Nav */
@media only screen and (max-width: 959px) {
    .menu-header>ul>li {
        width: 100% !important;
        float: none;
        display: block;
    }
    .menu-header .show-on-mobile {
        right: -30px;
    }
    .menu-header>ul>li>ul.normal-sub {
        padding: 15px 50px;    
    }
    .menu-header>ul>li>ul {
        background: transparent;
    }

    [aria-current], .menu-header>ul>li a:hover {
        color: #ffffff;
    }
}

@media only screen and (max-width: 1200px) {
    .about-us-single-page {
        padding: 50px 0;
    }

    .about-us-sub-title {
        font-size: 18px !important;
    }

    .portman-square-address {
        width: 30%;
        padding: 50px 0 0 0;
    }

    #gform_2 {
        width: 100%;
    }
    
    .gform_heading {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .gform_title {
        padding: 0 0 10px 0 !important;
    }

    .gform_wrapper .gf_simple_horizontal .gform_body {
        display: block !important;
        max-width: 100% !important; 
    }

    .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
        margin: 0 auto !important;
        display: block !important;
    }

    #gform_submit_button_2 {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }

    .gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .about-us-single-page {
        padding: 25px 0;
    }

    .about-us-single-page .about-us-image {
        background-position: top !important;
        top: 35px;
    }
}

@media only screen and (max-width: 1000px) {
    #gform_wrapper_1 .gform_body {
        width: 100%;
        margin: 0 auto;
    }

    .find-us-sub-content {
        margin: 0;
        font-size: 0.8em;
        padding: 0 75px 50px 75px;
    }

    .find-us-heading {
        font-size: 18px;
    }

    .footer-menu>li {
        margin-right: 5px !important;
    }

    .footer-menu>li>a {
        font-size: 0.7em !important;
    }

    #footer .footer-logotype {
        width: 110px !important;
    }

    #footer .footer-estate-logotype {
        width: 85px !important;
    }
    
    #footer .by-portman-estate {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-us-content {
        padding: 0 0 15px 0;
    }

    .about-us-single-page .about-us-image {
        position: relative;
        display: block;
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: center !important;
        left: 0;
        top: 0;
    }

    .portman-square-address {
        width: 55%;
        padding: 0 0 15px 0;
    }

    .theme-colour {
        z-index: -1;    
        width: 100%;
        bottom: 0 !important;
        left: 0;
        height: 10%;
    }

    #gform_wrapper_1 .ginput_container_select {
        width: 50%;
    }


    .gform_wrapper .buttonized-half-col .gfield_radio label {
        padding: 0.6em;
    }

    .gform_wrapper .buttonized-third-col .gfield_radio label,
    .gform_wrapper .buttonized-five-col .gfield_radio label
    {
        padding: 0.6em;
    }

    .gform_wrapper .buttonized-half-col .gfield_checkbox label 
    {
        font-size: 14px;
    }

    .gform_wrapper .buttonized-third-col .gfield_radio label,
    .gform_wrapper .buttonized-five-col .gfield_radio label
    {
        font-size: 14px;
    }

    #gform_wrapper_1 .ginput_container_email {
        width: 100%;
    }

    #footer .footer-logotype {
        width: 150px !important;
    }
    #footer .footer-estate-logotype {
        width: 125px !important;
    }    
    .footer-menu>li {
        margin-right: 0 !important;
    }
    .footer-menu>li>a {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 600px) {
    .about-us-single-page .about-us-image {
        width: 80%;
        margin: 0 auto;
        height: 300px;
    }
    
    .about-us-content {
        padding: 0 55px 15px;
    }
}

@media only screen and (max-width: 400px) {
    .about-us-title {
        font-size: 52px ;
        margin-bottom: 10px;
    }

    .about-us-sub-title {
        font-size: 16px !important;
    }

    .portman-square-address {
        width: 75%;
    }

    .about-us-content {
        padding: 0 40px 15px 40px;
    }

    .gform_wrapper .buttonized-third-col .gfield_radio, .gform_wrapper .buttonized-third-col .gfield_checkbox {
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        grid-gap: .5em 1em;
    }

    .gform_wrapper .buttonized-five-col .gfield_radio {
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        grid-gap: .5em 1em;
    }
}

@media only screen and (max-width: 375px) {
    .about-us-single-page .about-us-image {
        height: 225px;
    }
}

@media only screen and (max-width: 325px) {
    .about-us-single-page .about-us-image {
        height: 175px;
    }

    .about-us-content {
        padding: 0 15px 15px 15px;
    }
}

/* Bootstrap 4.0 */

@-ms-viewport {
    width: device-width
}

.container,
.wide-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
	
	 .wide-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
	
	.wide-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
	.wide-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1500px) {
    .wide-container {
        max-width: 1740px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

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

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.half-container {
    padding-right: 30px;
    padding-left: 30px
}

.half-container h2 {
    line-height: 1
}

.space {
    padding-top: 40px;
    padding-bottom: 20px
}

.half-half .sameheight {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (min-width:768px) {
    .half-container {
        width: calc(750px/2)
    }
}

@media (min-width:1200px) {
    .half-container {
        width: calc(1140px/2)
    }
}

@media (min-width:768px) {
    .half-container_sm.right-site_container {
        float: left;
        display: inline-block
    }
    .half-container_sm.left-site_container {
        float: right;
        display: inline-block
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-half-offset {
    margin-left: 4.166666667%
}

@media (max-width: 768px) {
    .col-xs-5ths {
        width: 100%;
        float: left;
    }
}

@media (max-width: 992px) {
    .col-xs-5ths {
        width: 50%;
        float: left;
    }
}

@media (max-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


@font-face {
    font-family: 'geobrand-fontregular';
    src: url('../fonts/geobrand-font-regular-webfont.woff2') format('woff2'),
         url('../fonts/geobrand-font-regular-webfont.woff') format('woff'),
         url('../fonts/geobrand-font-regular-webfont.svg#geobrand-fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.dg-custom-icons, .social-icon {
    font-family: 'geobrand-fontregular';
}
ul.social {
	display:block;
	margin: 0 15px;
	padding:0}
.social-icon {
    width: 20px;
    height: 20px;
    background: var(--gold);
    border: 0px solid #eee;
    float: left;
    margin: 0px 2px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
}
.map-intro-section .i-share a {
	 font-size: 20px !important;
}
.social-main-icon {
width: 20px;
    height: 20px;
    background: var(--gold);
    float: left;
    margin: 0px 2px;
    font-size: 20px;
    text-align: center;
	color:#fff;
    cursor: pointer;
    line-height: 15px;
    position: relative;
	    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.social-share-icon ::marker {display:none }
.social-share li a {    
height: 20px;
    background: var(--gold);
    margin: 0px 2px;
    font-size: 20px;
    width: 20px;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 13px;
    position: relative;
    left: 8px;
    top: -12px;}
.social-icon.i-share.open {overflow: visible;    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;}

.social-icon.i-share.open .social-share {
	 -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.i-share a{
    font-size: 40px;
    color: #fff;
    line-height: .2;
    top: 4px;
    position: relative;
}
.social-icon a {
    width: 20px;
    height: 20px;
    line-height: 0px;
    text-align: center;
	color:#fff;
}
.social-icon a {
  font-size:20px;
  transform:rotateY(0deg);
  transition:all 400ms ease-in-out 100ms;
}
.social-icon a:after {
    width: 20px;
    height: 20px;
    content: "";
    display: block;
    background: red;
    margin-top: 0px;
    transition: all 300ms ease-in-out;
}
.social-icon:hover a:after {
	margin-top: -20px;
}
.social-icon:hover a {
  transform:rotateY(720deg);
  color:#eee;
}

.social-icon.i-facebook a:after {
  background:#3b5998;
}
.social-icon.i-twitter a:after {
  background:#00acee;
}
.social-icon.i-instagram a:after {
  background:#C13584;
}

.social-icon.i-linkedin a:after {
  background:#0077b2;
}

.social-icon.i-youtube a:after {
  background:#FF0000;
}

.social-icon.i-email a:after {
  background:#000000;
}
.social-icon.i-tripadvisor a:after {
  background:#00af87;
}
.social-icon.i-share a:after {
  background:#000;
}

.social-icon.i-website a:after {
  background:#000;
}
.social-icon.i-website a {line-height: 16px; }

ul.timing li span { 
    min-width: 30px;
    display: inline-block;}
ul.timing li span:first-child {font-weight:bold;}
ul.timing li{padding: 5px 0}
ul.timing {padding:0;margin: 0;list-style: none}
ul.timing li:nth-child(even) {}
ul.timing li:nth-child(odd){}
ul.timing li {    padding: 3px 0;
    font-size: 12px;
    line-height: 1.4;}
ul.timing h3 {font-size: 20px}



#inspiration_search {text-align:center}

input#advanced-search {padding:15px;box-shadow:0 24px 40px -15px rgb(47 63 70 / 28%)}

.autocomplete-suggestion b {
    font-weight: bold!important;
    color: #000 !important;
}

.single-maps-logo {}

    .page-id-1166 .titlebar {
        display: none;
    }

    .find-us-heading {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        padding: 15px 0;
        background: #EFEFF1;
    }

    .find-us-title {
        text-align: center;
        color: var(--gold);
        margin: 0;
        padding: 50px 0 5px 0;
        font-size: 54px;
    }

    .find-us-sub-content {
        margin: 0;
        font-size: 0.8em;
        padding: 0 125px 50px 125px;
    }

    .find-us-content p {
        font-size: 0.9em;
    }

    .find-us-heading .find-us-heading-txt {
        vertical-align: middle;
    }

    .find-us-icon {
        position: relative;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin: 0 15px
    }

    .underground-icon { background-image: url("/wp-content/themes/portman/assets/images/underground-icon.svg"); }
    .on-foot-icon { background-image: url("/wp-content/themes/portman/assets/images/on-foot-icon.svg"); }
    .bus-icon { background-image: url("/wp-content/themes/portman/assets/images/bus-icon.svg"); }
    .train-icon { background-image: url("/wp-content/themes/portman/assets/images/train-icon.svg"); }



.single-story-page {
    display: flex;
    min-height: 100vh; 
}

.single-post-article {
    padding-top: 40px;
}

.story-titlebar h1 {
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 42px;
    margin-bottom:0;
}

.herstory-thumb {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-story-page h2 {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 0;
    padding-top:40px;
}

.single-story-page .add-info {font-size: 18px;}
.single-story-page .footer-logo {
    padding-top: 40px;
    padding-bottom: 40px;
}


.stories-loop {
    padding-top: 50px;
    padding-bottom:50px;
}
.story-inner {
    margin-bottom:20px;
}

@media (max-width: 768px) {
    .herstory-thumb {
        height: 350px;
        min-height: inherit;
        overflow: hidden;
        width: 100%;
    }
    .single-story-page {
        overflow: hidden;
        display: block;
    }
    .single-story-page  .single-post-article,
    .single-story-page  h2, 
    .single-story-page iframe,
    .single-story-page iframe,
    .single-story-page .add-info, 
    .single-story-page .footer-logo {
        padding: 0 15px;
    }
    .single-story-page .footer-logo.align-right {
        text-align: left !important;
        margin-top:40px;
    }
    .single-story-page iframe {
        width: 100% !important;
        height: 300px !important;
    }

}
/*PRINT*/

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}


.time-xmas img {width:141px;}
.slider-3474 .arrow-fill {
	color:#f7d21c  !important;
	fill:#f7d21c  !important;
}
.xmas-slider {
    background-image: url(/wp-content/uploads/2022/11/xmaspm.png) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

@media (max-width: 768px) {
	.xmas-slider {
		background-image: url(/wp-content/uploads/2022/11/xmaspm-s.png) !important;
		background-position: center !important;
	}
}