/*
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
*/



h1, h2, h3, h4, h5, h6, .seasons *{
	font-family: the-seasons, sans-serif !important;
}

/* Add your custom styles here... */
/* accessability css */
.fl-rich-text a {
  text-decoration: underline;
}
.fl-builder-content 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 {
    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;
}

/* 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;
}

.gform-body legend {
	border-bottom-width: 0;
}

.fl-heading small,
.fl-heading em {
	display: inline-block;
}
.fl-heading small {
	line-height: 1.2;
	margin-bottom: 10px
}
.fl-heading em {
	line-height: 1.1;
}

/* ==========================================================================
  Custom Page Styles
========================================================================== */

/* homepage */
.animate-floating > .fl-module-content {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
	  z-index: 10;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }
}

.fl-module-info-box .uabb-image {
  margin: -24px -20px 0 -20px;
}
.fl-module-info-box .uabb-image .uabb-image-content {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}


@media screen and (max-width:768px) {
	.fl-row-has-layers .fl-builder-shape-layer svg {
	    width: 5%;
	}
}

.gform_wrapper .gform_footer input[type=submit] {
	text-wrap: auto;
	line-height: 1.2 !important;
}






