/*
Theme Name: Odin Marketing House Child Theme
Theme URI: https://odinmarketinghouse.com/
Version: 1.0
Description: This is a customized theme that styles your website.
Author: Odin Marketing House
Author URI: https://odinmarketinghouse.com/
template: bb-theme
*/

/* Add your custom styles here... */
@font-face {
    font-family: 'OPTIJefferson';
    src: url('fonts/OPTIJefferson.eot');
    src: url('fonts/OPTIJefferson.eot?#iefix') format('embedded-opentype'),
        url('fonts/OPTIJefferson.woff2') format('woff2'),
        url('fonts/OPTIJefferson.woff') format('woff'),
        url('fonts/OPTIJefferson.ttf') format('truetype'),
        url('fonts/OPTIJefferson.svg#OPTIJefferson') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*h1, h2, h3, h4, h5, h6 {*/
.Jefferson * {
  font-family: 'OPTIJefferson';
}
.fl-button .fl-button-text {
  letter-spacing: 1px;
}
.fl-builder-content a.fl-button {
  padding: 18px 35px;
}

/* accessability css */
.fl-rich-text a {
  text-decoration: underline;
}
.fl-builder-content img:not(.fl-slideshow-image-img) {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fl-builder-content a:hover img:not(.fl-slideshow-image-img) {
    opacity: 0.75;
}
/* helper classes */
.padding-large > .fl-row-content-wrap,
.padding-large .fl-callout-content {
  padding-top:  150px;
  padding-bottom: 150px;
}
.padding-medium > .fl-row-content-wrap,
.padding-medium .fl-callout-content {
  padding-top:  80px;
  padding-bottom: 80px;
}
.padding-small > .fl-row-content-wrap {
  padding-top:  40px;
  padding-bottom: 40px;
}


.max-500 {
  max-width: 500px;
  margin: auto;
}
.max-600 {
  max-width: 600px;
  margin: auto;
}
.max-700 {
  max-width: 700px;
  margin: auto;
}
.max-800 {
  max-width: 800px;
  margin: auto;
}
.max-900 {
  max-width: 900px;
  margin: auto;
}
.max-1000 {
  max-width: 1000px;
  margin: auto;
}
.max-1100 {
  max-width: 1100px;
  margin: auto;
}
.max-1200 {
  max-width: 1200px;
  margin: auto;
}
.max-1300 {
  max-width: 1300px;
  margin: auto;
}
.max-1400 {
  max-width: 1400px;
  margin: auto;
}


.list-col-2 .fl-accordion-content ul,
.list-col-2 .fl-accordion-content ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 3.5rem; /* increased for visibility */
  padding-left: 2.5rem;
  margin: 0;
  list-style-position: outside;
}

/* Optional: Make it 1 column on smaller screens */
@media (max-width: 768px) {
  .list-col-2 .fl-accordion-content ul,
  .list-col-2 .fl-accordion-content ol {
    columns: 1;
  }
}


/* native full width video player */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-controls {
    display: none;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}



/* flex children match height .give-children-equal-height */
/* put this class on the column   */
.fl-col-group-equal-height .give-children-equal-height .fl-col-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.fl-col-group-equal-height .give-children-equal-height .fl-module-info-box {
    display: flex;
}
.fl-col-group-equal-height .give-children-equal-height .fl-module-info-box .fl-module-content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fl-col-group-equal-height .give-children-equal-height .fl-module-info-box a {
    overflow-wrap: break-word;
    word-break: break-all;
}


/* ==========================================================================
  Custom Global Styles
========================================================================== */
a,
header a *,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:after,
.fl-post-grid-image a:hover img,
footer a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* carousel */
.uabb-image-carousel .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.uabb-image-carousel-item {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-self: center;
}



.tile-overlay {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.tile-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('includes/background-tile-50-black.png');
  background-repeat: repeat;
  background-size: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}
.tile-overlay .fl-row-content {
  z-index: 5;
}





/* ==========================================================================
  Custom Page Styles
========================================================================== */
.with-border .fl-slideshow-frame-content {
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-color: #56ab24;
    border-right-width: 15px;
    border-bottom-width: 15px;
    box-shadow: 16px 16px 0px 0px #56ab24;
}