/* Enter Your Custom CSS Here */

.uwy.userway_p1 .userway_buttons_wrapper {
	top: 75px !important;
}

.loop-title, .loop-button {
	text-decoration: none;
}

.start_date_recurring span.mec-start-date-label {
	 font-size: 19px !important;
    font-weight: 700 !important;
    font-family: minion-pro, serif !important;
    line-height: normal !important;
    color: #3F4345 !important;
    text-transform: uppercase;
    margin: 0px !important;
	margin-right: 4px!important;
}


.mec-venue-details {
	xflex-direction: column;
}

.mec-event-address {
	margin-left: 5px !important; 
}

.calendar-mec-events-list .mec-skin-list-events-container .mec-event-meta {
	width:430px !important;
}

/*Accordion CMP*/

.cmp-accordion .e-n-accordion-item-title-text:hover {
    text-decoration: underline;
}

.cmp-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    font-weight: 700 !important;
    -webkit-text-stroke-width: 0;
}

/* */


.mec-container {
	width: 100% !important;
	max-width: 100% !important;
}

/* Calendar Buttons */
.fc-toolbar button {
    background-image: none;
}
a.fc-day-grid-event {
    color: #fff;
}


.cmp-cta-large .e-con-inner .elementor-element {
	background-color: #333 !important;
}

.theme-post-single .mobile-margins {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
 
.cmp-accordion .elementor-widget-text-editor a {
	color: var( --e-global-color-primary );
	text-decoration: underline;
}

.cmp-accordion .elementor-widget-text-editor a:hover {
	color: var( --e-global-color-accent );
	text-decoration: underline;
}

.cmp-accordion .e-n-accordion-item-title-text {
	color: var( --e-global-color-primary );
}

.cmp-accordion .e-n-accordion-item-title-text:hover {
	color: var( --e-global-color-accent );
	text-decoration: underline;
}

.stories-posts-loop a {
    text-decoration: none !important;
}

.stories-posts-loop a:hover {
    text-decoration: underline !important;
}

.filter-summary-container {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.post-password-form,
.post-password-form p {
	display: flex;
	flex-direction: column;
  justify-content: center;
	padding: 0px 20px 0px 20px;
	align-items: center;
}

.post-password-form input {
	margin-top: 15px;
}

.cmp-related-stories .dce-post-content {
	font-size: 13px;
	line-height: 20px;
}

.cmp-related-stories .dce-post-title {
	font-size: 22px !important;
	line-height: 28px !important;
}


.alt-figcaption figcaption {
	background-color: #eee;
	text-align: left;
	font-style: normal;
	padding: 20px;
}

.underline-link a {
    text-decoration: underline;
    color: #003764;
}

.cmp-posts-cta-small {
	width: 90%;
}

.cmp-posts-cta-small .elementor-widget-button a.elementor-button {
	color: var(--e-global-color-7bdc345) !important;
	background-color: #fff !important;
	background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}

.cmp-posts-cta-small .elementor-widget-button a.elementor-button:hover {
	color: #fff !important;
	background-color: #fff !important;
	background-image: linear-gradient(180deg, var(--e-global-color-7bdc345) 0%, var(--e-global-color-7bdc345) 100%);
}

.cmp-basic-text a {
	text-decoration: underline;
}

#post-button-alt a.elementor-button {
	background-color: #fff !important;
  color: var(--e-global-color-7bdc345) !important;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
} 

#post-button-alt a.elementor-button:hover {
	background-color: var(--e-global-color-7bdc345) !important;
  color: #fff !important;
  background-image: linear-gradient(180deg, var(--e-global-color-7bdc345) 0%, var(--e-global-color-7bdc345) 100%);
} 



#button-fw {
	width: 100%;
}

.stories-content h3 {
	font-weight: 700 !important;	
}

.stories-content h4 {
	font-size: 19px !important;
	line-height: 23px !important;
	font-weight: 700 !important;	
	color: var(--e-global-color-primary);
}

.stories-content a.elementor-button {
	text-decoration: none !important;
	background-color: var(--e-global-color-7bdc345) !important;
  color: #fff !important;
  background-image: linear-gradient(180deg, var(--e-global-color-7bdc345) 0%, var(--e-global-color-7bdc345) 100%);
} 

.stories-content .elementor-widget-video {
	padding-bottom: 30px !important;
}
#vizcaya-page-single .elementor-widget-text-editor ol,
.stories-content ol {
	padding-bottom: 10px;
	padding-top: 5px;
}

#vizcaya-page-single .elementor-widget-text-editor li,
.stories-content li {
	padding-bottom: 10px;
}

.type-beyond-vizcaya a:hover {
    text-decoration: underline;
    color: #f1888c!important;
}

#sfp-posts ul {
	display: flex;
	gap: 40px;
	justify-content: center;
}

#sfp-posts ul select,
#sfp-posts ul input {
	border: 2px solid #e5e5e5 !important;
	border-radius: 0px;
}

/* Slider Auto Height Adjusting */
.cmp-bv-slider-section .swiper-slide {
    display: none;
}
.cmp-bv-slider-section .swiper-slide.swiper-slide-active {
    display: block;
}
.cmp-bv-slider-section .swiper-slide.swiper-slide-duplicate-active {
    display: block;
}

/* Scroll Top Yours Truly */
#scrolltop {
    opacity: 0; /* Set initial opacity to 0 */
    transition: opacity 0.25s ease-in-out 0.25s; /* Transition: property duration easing delay */
}

#scrolltop.visible {
    opacity: 1; /* Fully visible */
}

.caption-hover-img:hover .widget-image-caption {
    font-size: 14px;
    overflow-y: auto;
    padding: 4px 10px;
    transition: .4s;
    width: 100%;
    background-color: rgba(0,0,0,.3) !important;
    color: white !important;
}

.caption-hover-img {
	margin: 0px !important;
}

.caption-hover-img .widget-image-caption {
    font-size: 14px;
    overflow-y: auto;
    padding: 4px 10px;
    transition-duration: .6s;
    width: 100%;
    background-color: transparent !important;
    color: transparent !important;
    transition-delay: 0.2s;
		position: absolute;
    bottom: 0;
}

.cmp-image-rows .caption-hover-img {
	text-align: left !important;
}

.yt-timeline .uael-timeline-arrow:after {
	border-left-color: #d7e4ed !important;
	border-right-color: #d7e4ed !important;
}

.yt-timeline .uael-timeline-desc-content p,
.yt-timeline  .uael-timeline-heading {
	text-align: left !important;
}

.yt-slider .pp-showcase-preview-image {
	display: flex;
	justify-content: center;
}

.cmp-yt-image-block blockquote {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	border-left: 2px solid #003764;
	padding-left: 40px;
}


.yt-links a {
	color: #1caad9;
	text-decoration: underline;
}

#beyond-vizcaya figcaption {
	color: #003764;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 8px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .5px;
}
 
.bv-links a {
	color: #003764 !important;
	text-decoration: underline !important;
}

.bv-links a:hover {
	color: var( --e-global-color-accent ) !important;
}

/* Yours Truly Hide Taxonomy Category */
a#cont-reveal:hover #term-hide {
    display: block!important;
}
#term-hide {
    display: none;
}
/* GLOBAL (HIT ALL) Carousel Hide Taxonomy Category */
.dce-post-terms {
    visibility: hidden!important;
}
.dce-post-block:hover .dce-post-terms {
    visibility: visible!important;
}
/* End Hide Taxonomy Category */

.yours-truly figcaption {
	background: #f2f2f2;
	padding: 6px;
	font-style: italic;
	color: #3f4345;
}

.cmp-related-stories .swiper-button-left {
	 left: -22px !important;
}

.cta-larger-smcap {
	font-size: 100%; 
}

.bv-title-smcap {
	font-size: 100%; 
}

.cmp-cta-featured .cta-larger {
	font-size: 100%;
}

.small-caps {
	font-size: 100%;
}

.home-events:before {
	  content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/wp-content/uploads/2023/11/Texture_tanflourishes.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    width: 10%;
    max-width: 150px;
}

/*mecDateReturn MEC: Single Page date &amp; time formatting*/

.mec-event-date-sc {
	font-size: 19px !important;
	font-weight: 700 !important;
	font-family: minion-pro, serif !important;
	line-height: normal !important;
	color: #3F4345 !important;
	text-transform: uppercase;
	margin: 0px !important;
}

/*end mecDateReturn*/

.alt-btn a.elementor-button {
	background-color: var(--e-global-color-7bdc345) !important;
	color: #fff !important;
	background-image: linear-gradient(180deg, var(--e-global-color-7bdc345) 0%, var(--e-global-color-7bdc345) 100%);
}

li.ubermenu-divider {
    width: 218px!important;
}
li.ubermenu-divider hr {
    display: none!important;
}


#vizcaya-header.she-header-yes #utility-nav {
	display: none;
}

#vizcaya-header.she-header-yes {
	min-height: 51px;
	background-color: #3f4345;
}

#vizcaya-header ul.ubermenu-submenu a.ubermenu-target {
	padding: 5px 0px !important;
}

#vizcaya-header .ubermenu-submenu {
	padding: 30px !important;
}

/* Site layout setting */

		/* px = height of header + footer */
.page-content-container {
	min-height: calc( 100vh - 365px ); 
}

.title-padding {
	padding-bottom: 30px;	
}

.heading-hover .elementor-heading-title a:hover {
	color: red !important;
} 

.posts-card:hover .heading-hover,
.archive-card:hover .heading-hover {
	color: red;
}

.mobile-margins {
	padding-left: 20px;
	padding-right: 20px;	
}

.page-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* END Site layout setting */

/* Fixes Elementor a display-block bug when an image is made a link */
.elementor-widget-image a { 
	display: inline !important; 
} 

/* Disable the clickable icon when mousing over main menu items that are not clickable */
.unclickable > a:hover {
  cursor: default;
}



/* LEGACY CSS 
.centermeimg img {
    margin: 0 auto;
    display: block;
    max-width: 470px;
}

div#userwayAccessibilityIcon {
    top: 35px;
    left: calc(100vw - 40px);
}
.eSqrRE {
    right: 50px!important;
    bottom: 6px;
}
.bSDqZA {
    z-index: 20!important;
}
.eOYCkQ {
    width: 85px!important;
    height: 85px!important;
}

END LEGACY CSS */


/* Header Menu &amp; Logo Break */
@media (max-width: 1035px) {
.header-menu-container {
    margin-top: 50px;
}
.header-menu-container .ubermenu .ubermenu-divider{
   display: none;
}
}

/* Tablet CSS */
@media (max-width: 1024px) {

.cmp-bv-slider-section {
	padding-left:20px;
	padding-right:20px;
	}
	
.home-events:before {
	  content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/wp-content/uploads/2023/11/Texture_tanflourishes.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 100%;
    width: 10%;
    max-width: 85px;
}
	
/* Make aligned images in text editors scale responsively 

.cmp-basic-text figure.alignleft,
.cmp-basic-text figure.alignleft img,
.cmp-basic-text figure.alignright,
.cmp-basic-text figure.alignright img {
	width: 100% !important;
}

*/

/* px = height of header + footer */
.page-content-container {
	min-height: calc( 100vh - 365px ); 
}
	
.page-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mobile-margins {
	padding-left: 20px;
	padding-right: 20px;	
}

.title-padding {
	padding-bottom: 30px;	
}

	
}

/* mobile CSS */

@media (max-width: 768px) {

.cmp-posts-cta-small {
	width: 100%;
}

.cmp-bv-slider-section {
	margin-top: -20px;
	}
	
.home-events:before {
display: none;
}
	
	
/* Make aligned images in text editors scale responsively */
	
.cmp-basic-text figure.alignleft,
.cmp-basic-text figure.alignleft img,
.cmp-basic-text figure.alignright,
.cmp-basic-text figure.alignright img {
	width: 100% !important;
}

/* px = height of header + footer */
.page-content-container {
	min-height: 100%; 
}
	
.page-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
	
.title-padding {
	padding-bottom: 20px;	
}

	
}
