/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
a.fl-button {
    transition: all 0.25s ease-in-out !important;
}

p {
	margin-bottom: 25px;
}

blockquote {
	border-left: 1px solid #c0a159;
	font-size: 18px;
}

.zbump {
	position: relative;
	z-index: 99999;
}

.line-left {
  position: relative;
  padding-left: 45px;
}

.line-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #c0a159;
}

/* --- Explore Callouts --- */

.explore-callout .fl-callout{
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  cursor: pointer;
}

.explore-callout .fl-callout-photo{
  position: relative;
  aspect-ratio: 1 / 1;
}

.explore-callout .fl-callout-photo img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.explore-callout .fl-callout-photo::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(14,38,54,0.18) 0%,
    rgba(14,38,54,0.28) 35%,
    rgba(14,38,54,0.62) 72%,
    rgba(14,38,54,0.82) 100%
  );
  transition: background 500ms ease;
}

.explore-callout .fl-callout-title,
.explore-callout .fl-callout-text-wrap{
  position: absolute;
  left: 22px;
  right: 22px;
  z-index: 2;
}

.explore-callout .fl-callout-title{
  bottom: 22px;
  margin: 0;
  padding-bottom: 14px;
}

.explore-callout .fl-callout-title a{
  color: #fff;
  text-decoration: none;
}

.explore-callout .fl-callout-title span{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.explore-callout .fl-callout-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: rgba(255,255,255,0.25);
}

.explore-callout .fl-callout-title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #c0a159;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 400ms ease;
}

.explore-callout .fl-callout-text-wrap{
  bottom: 58px;
}

.explore-callout .fl-callout-text p{
  margin: 0;
  color: #c0a159;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.explore-callout .fl-callout::before{
  content: "";
  position: absolute;
  right: 18px;
  bottom: 34px;
  width: 24px;
  height: 24px;
  z-index: 3;
  background: #c0a159;
  opacity: 0;
  transition: opacity 250ms ease;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 24px 24px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
}

.explore-callout .fl-callout:hover .fl-callout-photo::after,
.explore-callout .fl-callout:focus-within .fl-callout-photo::after{
  background: rgba(14,38,54,0.95);
}

.explore-callout .fl-callout:hover .fl-callout-photo img,
.explore-callout .fl-callout:focus-within .fl-callout-photo img{
  transform: scale(1.03);
}

.explore-callout .fl-callout:hover .fl-callout-title::before,
.explore-callout .fl-callout:focus-within .fl-callout-title::before{
  transform: scaleX(1);
}

.explore-callout .fl-callout:hover .fl-callout-text p,
.explore-callout .fl-callout:focus-within .fl-callout-text p{
  opacity: 1;
  transform: translateY(0);
}

.explore-callout .fl-callout:hover::before,
.explore-callout .fl-callout:focus-within::before{
  opacity: 1;
}

.explore-callout .fl-callout:focus-within{
  box-shadow: 0 6px 18px rgba(0,0,0,0.08), 0 0 0 2px rgba(192,161,89,0.6);
}

.explore-callout .fl-callout a:focus{
  outline: none;
}



/* ===== Text Button With Animated Arrow ===== */

/* Make button allow inline arrow */
.text-button .fl-button{
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

/* Arrow */
.text-button .fl-button::after{
  content: "";
  display: inline-block; /* important */
  width: 16px;
  height: 16px;

  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E") center / contain no-repeat;

  transition: transform 200ms ease;
}

/* Hover animation */
.text-button .fl-button:hover::after{
  transform: translateX(4px);
}


/* --- Events --- */

.tribe-events-single-event-title {
	font-family: "Cormorant Garamond", serif;
	font-size: 48px;
    font-weight: 400;
}


/* --- Jude --- */