.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
.gallery-caption {}
img[class*="wp-image-"] {
margin-top: 1rem;
margin-bottom: 1rem;
}
.wp-caption { }
.wp-caption.aligncenter {
margin-bottom: 1rem;
}
.wp-caption img[class*="wp-image-"] { }
.wp-caption .wp-caption-text { }
.gallery {
margin-bottom: 1.5em;
}
.gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.gallery dd {
margin: 0;
}
@media (max-width: 600px) {
img.alignleft, img.alignright,
.wp-caption.alignleft, .wp-caption.alignright {
clear: both;
display: block;
float: none;
margin-left: auto;
margin-right: auto;
}
.wp-caption img { 
width: 100%;
}
} embed,
iframe,
object {
max-width: 100%;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; 
} .main-header, .main-header .page-title {
margin-top: 0
} 
.main-content-inner {
padding-bottom: 1.5em;
}
.hentry {
margin: 0 0 1.5em;
}
article.post.sticky .page-header h1 a {
font-weight: 500;
}
#content article .page-header h1 { 
margin-top: 0; 
}
#content article:first-child .page-header {
margin-top: 0;
}
.bypostauthor {}
.edit-link a {
padding: 1rem 2rem;
background: #f0f1f2;
border-radius: 3px;
line-height: 1;
font-size: 14px;
font-weight: bold;
text-decoration: none;
} .form-allowed-tags-wrapper { display: none; } .widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
.widget_search .search-form input[type="submit"] { display: none; }
.widget_search .search-form .form-group,
.widget_search .search-form .search-field { width: 100% }
.widget select {
max-width: 100%;
} .admin-bar .navbar-wrapper .navbar-fixed-top,
.admin-bar #SubMenu.affix {
margin-top: 32px;
}
@media (max-width: 782px) {
.admin-bar .navbar-wrapper .navbar-fixed-top,
.admin-bar #SubMenu.affix {
margin-top: 46px !important;
}
}
@media (max-width: 600px) {
.admin-bar .navbar-wrapper .navbar-fixed-top {
position: absolute;
}
.admin-bar #SubMenu.affix {
top: 0 !important;
margin-top: 0 !important;
}
} @media (max-width: 1299px) {
.navbar .dropdown-submenu > .dropdown-menu { padding-left: 20px; }
.navbar .dropdown-submenu > .dropdown-menu .dropdown-menu { display: block; }
}
.vcr-experience-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
margin: 30px 0;
}
.vcr-experience-card {
position: relative;
border-radius: 22px;
overflow: hidden;
min-height: 420px;
background: #ddd;
box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
.vcr-experience-card__link {
display: block;
position: relative;
min-height: 420px;
color: #fff;
text-decoration: none !important;
}
.vcr-experience-card__media,
.vcr-experience-card__media img,
.vcr-experience-card__placeholder {
width: 100%;
height: 420px;
display: block;
}
.vcr-experience-card__media img {
object-fit: cover;
}
.vcr-experience-card__placeholder {
background: linear-gradient(135deg, #cfcfcf, #e7e7e7);
}
.vcr-experience-card__overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0,0,0,0.08) 15%, rgba(0,0,0,0.72) 100%);
z-index: 1;
}
.vcr-experience-card__content {
position: absolute;
left: 24px;
right: 24px;
bottom: 24px;
z-index: 2;
}
.vcr-experience-card__badge {
display: inline-block;
margin-bottom: 12px;
padding: 7px 12px;
border-radius: 999px;
background: rgba(255,255,255,0.18);
color: #fff;
font-size: 12px;
line-height: 1;
backdrop-filter: blur(6px);
}
.vcr-experience-card__title {
margin: 0 0 10px;
color: #fff;
font-size: 28px;
line-height: 1.15;
}
.vcr-experience-card__excerpt {
font-size: 15px;
line-height: 1.45;
margin-bottom: 14px;
color: rgba(255,255,255,0.92);
}
.vcr-experience-card__cta {
display: inline-block;
font-weight: 700;
font-size: 14px;
color: #fff;
}
@media (max-width: 1024px) {
.vcr-experience-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.vcr-experience-grid {
grid-template-columns: 1fr;
}
.vcr-experience-card,
.vcr-experience-card__link,
.vcr-experience-card__media,
.vcr-experience-card__media img,
.vcr-experience-card__placeholder {
min-height: 360px;
height: 360px;
}
.vcr-experience-card__title {
font-size: 22px;
}
}
.vcr-experience-item__actions {
margin-top: auto;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.vcr-experience-item__pill {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 10px 16px;
border-radius: 999px;
border: 1px solid #d8d8d8;
background: #fff;
color: #222 !important;
text-decoration: none !important;
font-size: 14px;
font-weight: 600;
line-height: 1;
}
.vcr-experience-item__pill--price {
background: #f3f3f3;
border-color: #f3f3f3;
color: #111 !important;
}
.vcr-experience-item__pill--dark {
background: #000;
border-color: #000;
color: #fff !important;
}
.vcr-experience-item__pill:hover {
opacity: .88;
}
.vcr-experience-item__linksline {
margin-top: auto;
font-size: 14px;
line-height: 1.6;
font-weight: 600;
color: #222;
}
.vcr-experience-item__linksline > * + *:before {
content: "|";
margin: 0 10px;
color: #999;
}
.vcr-experience-item__linksline a {
color: #222;
text-decoration: none;
}
.vcr-experience-item__linksline a:hover {
text-decoration: underline;
}