.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: none;
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);
}
.home-things-to-do .row .col-12 {
padding: 10px;
}