#headerShortlist {
background: none;
color: var(--theme--primary-color);
padding: 0.25em 0.5em 0;
margin-right:8px;
}
#headerShortlist i {
font-size: 28px;
}
#headerShortlist {
text-decoration: none;
position: relative;
display: inline-block;
border-radius: 2px;
}
#headerShortlist .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 4px 10px;
border-radius: 50%; background-color: var(--theme--secondary-color);
color: var(--wp--preset--color--white);
font-size: 1.3rem;
}#hero > .carousel {
position:absolute;
top: 0;
left: 0;
right:0;
bottom:0;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#hero > .carousel .carousel-inner,
#hero > .carousel .carousel-inner > .carousel-item {
height:100%;
}
#hero.gallery.is-style-rounded > .carousel,
#hero.gallery.is-style-rounded > .banner-overlay {
border-radius:var(--theme--border-radius);
overflow:hidden;
}
@media screen and (min-width:768px){
#hero.overlap {
margin-bottom:100px;
}
}
#hero.gallery .banner-overlay {
position:relative;
z-index:1;
display:flex;
justify-content:center;
align-items:center;
}
.banner-content {
width: 70%;
max-width: 1200px;
text-align: center;
padding: 50px 0;
}
.banner-content.search-bar-left,
.banner-content.search-bar-right{
display:flex;
justify-content:space-between;
}
.banner-content.search-bar-left{
flex-direction: row-reverse;
}
.banner-content > * {
width: 100%;
}
.banner-content.search-bar-left .banner-text-holder,
.banner-content.search-bar-right .banner-text-holder {
display:flex;
flex-wrap:wrap;
align-items:center;
}
.banner-text {
width:100%;
flex:100%;
}
#desktop-search-bar-holder {
display:none;
}
.carouselHeroGallery img {
object-fit:cover;
width:100%;
object-position: center center;
}
.carousel-control-next, .carousel-control-prev {
max-width:100px;
}
.banner-text .banner-title {
color:#fff;
font-size:1.75em;
font-family: var(--wp--preset--font-family--sabonltpro-roman), serif;
font-weight:300;
margin: 0;
}
.banner-text .banner-subtitle {
color:#fff;
font-weight:500;
margin-bottom:0;
text-transform:initial;
}
#desktop-search-bar-holder.bottom,
#desktop-search-bar-holder.overlap {
position:absolute;
width:100%;
padding-left:10%;
padding-right:10%;
z-index:2;
box-sizing: border-box;
}
#desktop-search-bar-holder.overlap {
bottom:-38px;
}
#desktop-search-bar-holder.center #search-bar,
#desktop-search-bar-holder.bottom #search-bar,
#desktop-search-bar-holder.overlap #search-bar {
text-align:center;
}
#desktop-search-bar-holder.left #search-bar,
#desktop-search-bar-holder.right #search-bar{
background:#fff;
padding: 30px 30px 20px;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#desktop-search-bar-holder.center #search-bar .search-form,
#desktop-search-bar-holder.bottom #search-bar .search-form,
#desktop-search-bar-holder.overlap #search-bar .search-form {
width:auto;
padding: 0 10px;
background-color:transparent;
}
#hero.gallery #desktop-search-bar-holder.left #search-bar,
#hero.gallery #desktop-search-bar-holder.right #search-bar,
#hero.gallery #desktop-search-bar-holder.center #search-bar .search-form,
#hero.gallery #desktop-search-bar-holder.bottom #search-bar .search-form,
#hero.gallery #desktop-search-bar-holder.overlap #search-bar .search-form {
border-radius: var(--theme--border-radius);    
}
#desktop-search-bar-holder.center #search-bar > h2,
#desktop-search-bar-holder.center #search-bar > p,
#desktop-search-bar-holder.bottom #search-bar > h2,
#desktop-search-bar-holder.bottom #search-bar > p,
#desktop-search-bar-holder.overlap #search-bar > h2,
#desktop-search-bar-holder.overlap #search-bar > p {
display:none;
}
#desktop-search-bar-holder.center{
margin-top:30px;
}
@media only screen and (min-width: 768px) {
#desktop-search-bar-holder {
display:block;
}
.banner-text-holder.left,
.banner-text-holder.right{
width: 48%;
}
#desktop-search-bar-holder.left,
#desktop-search-bar-holder.right{
width: 48%;
}
.banner-content.search-bar-left > *,
.banner-content.search-bar-right > * {
text-align:left;
}
.banner-text .banner-title{
font-size:2em;
}
}
@media only screen and (min-width: 992px) {
.banner-text-holder.left,
.banner-text-holder.right{
width: 50%;
}
#desktop-search-bar-holder.left,
#desktop-search-bar-holder.right{
width: 40%;
}
.banner-text .banner-title{
font-size: 2.5em;
}
}
@media only screen and (min-width: 1400px) {
.banner-text-holder.left,
.banner-text-holder.right{
width: 52%;
}
#desktop-search-bar-holder.left,
#desktop-search-bar-holder.right{
width: 35%;
}
.banner-text .banner-title{
font-size: 3em;
text-transform:initial;
}
}
#desktop-search-bar-holder #search-bar p {
margin-bottom:0;
}.thing-to-do.card {
border: 0px solid #dadada;
height:100%;
position: relative;
border-radius: var(--theme--border-radius);
overflow:hidden;
}
.thing-to-do .card-body {
font-size: var(--text-size-small);
padding:0em;
}
.thing-to-do .card-img-top img {
width:100%;
height: 500px;
object-fit:cover;
}
.things-to-do .nav-tabs {
border:none !important;
margin-bottom: 0em;
margin-left:0;
padding-left:0;
display:flex;
flex-wrap:wrap;
justify-content:center;
}
.things-to-do .nav-tabs > li {
margin-bottom:0;
}
.things-to-do .nav-link  {
color: var(--theme--text-color);
margin-right:1em;
margin-bottom:1em; padding:10px 20px;
border-radius: var(--theme--border-radius);
line-height: 1;
cursor:pointer;
text-transform: uppercase;
font-weight: 600;
}
.things-to-do .nav-link:hover {
border-color: var(--wp--preset--color--button-clr);
background-color: rgba(255,255,255,0.2);
color: var(--wp--preset--color--button-clr);
}
.things-to-do .nav-link.active {
border-color: var(--wp--preset--color--button-clr);
background-color: #F0EFE7;
color: var(--theme--text-color);
}
.things-tags {
margin-bottom:0.5em;
}
.things-tag {
margin-bottom: 0.5em;
margin-right: 0.5em;
text-transform: uppercase;
font-weight:var(--theme--default-font-weight);
font-size:var(--text-size-small);
padding: 0.5em 1em;
border: 1px solid #ccc;
border-radius: var(--theme--border-radius);
line-height:1;
}
.thing-to-do .details {
list-style: none;
padding: 0;
line-height: 1.5em;
margin-bottom: 0.75em;
margin-left:0;
}
.thing-to-do .details > li {
padding-left:30px;
position: relative;
margin-bottom:5px;
color: var(--theme--primary-color);
}
.thing-to-do .details > li a {
text-decoration: none;
font-weight: var(--theme--button-font-weight);
line-height: 1em;
}
.thing-to-do .details > li.website {
width: 100%;
max-width: 300px;
overflow: hidden;
}
.thing-to-do .details > li::before {
content: '\f105';
font-family: "Font Awesome 5 Pro";
font-weight: 400;
position: absolute;
left:0;
color: var(--theme--primary-color);
}
.thing-to-do .details > li.phone::before {
content: '\f095';
}
.thing-to-do .details > li.address::before {
content: '\f3c5';
}
.thing-to-do .details > li.website::before {
content: '\f109';
}
img.attachment-small.size-small.wp-post-image {
width: 100%;
height: auto;
}
.thingsToDoTitle {
font-size: var(--text-size-largest);
}
.thing-to-do .card-img-top .admin-link {
color: #fff;
position:absolute;
left: 10px;
bottom: 10px;
z-index: 1;
}
.thing-to-do .card-img-top {
position:relative;
}
.things-to-do-read-more {
position:relative;
padding-bottom: 10px;
color: var(--theme--text-color);
text-decoration: none;
cursor: pointer;
font-weight: var(--theme--button-font-weight);
text-transform: uppercase;
font-size: var(--wp--preset--font-size--large);
font-family: var(--wp--preset--font-family--barlow-regular);
}
.things-to-do-read-more::before,
.things-to-do-read-more::after{
content: '';
position:absolute;
left:0;
right:0;
height:3px;
bottom:0;
background-color: var(--theme--primary-color-20);
z-index:1;
}
.things-to-do-read-more::after {
z-index:2;
background-color: var(--theme--primary-color);
transform:scaleX(0);
transform-origin:center left;
transition-duration:300ms;
transition-timing-function:ease-in-out;
}
.things-to-do-read-more:hover::after {
transform:scaleX(1);
}
.nav-tabs-wrapper{
background-color: #F0EFE7;
}
.nav-tabs-wrapper-h2{
text-align: center;
margin: 0;
padding: 4rem 0;
}
div#myTabContent {
position: relative;
padding-top: 100px;
}
ul#myTab {
padding: 0 0 3rem 0;
}
span.post-ttd-datetime {
padding: 1.5rem 0 0 0;
display: block;
font-size: 1.4em;
text-transform: uppercase;
font-family: var(--wp--preset--font-family--barlow-regular);
}
.thing-to-do .card-body p {
line-height: 1.8em;
font-size: var(--wp--preset--font-size--large);
}