@charset "UTF-8";
/*
 Theme Name:     boomtimebiz Child
 Theme URI:      https://boomtime.com
 Description:    boomtimebiz Child Theme
 Author:         boomtime
 Author URI:     https://boomtime.com
 Template:       Divi
 Version:        1.3
*/
/* 
Please do not edit this file directly.
If Webdev: Edit the correct .scss file and compile
If anyone else: Please add to page or additional css
*/
/*==== Table of Contents ====*/
/*
- Global, Typography, Layout
    //Global Vars
    //Header Tags, Paragraphs, List Items, etc.
    //Layout
    //Actionable Text, typically links
- Buttons
- Header
    // Header Only
    // Scrolling and Static boomtime Mosaic Hero
- Nav
- Home Page Custom Styles
- Sliders
- Inner Page Custom Styles
    //General Inner Pages, misc.
    // Website Solutions Table
- Footer
    // Footer Includes Primary Contact Gravity Form
- IE 11
- Safari < 11
*/
.kint {
  margin: 300px 0 0 0 !important;
}

/*===============================
    Global, Typography, Layout 
================================*/
html {
  font-size: 18px;
}

body {
  font-weight: 300;
  line-height: 1.45;
}

h1,
h2,
h3,
h4,
h5 {
  padding-bottom: 0;
}

.et_pb_blurb_content h2,
.et_pb_blurb_content h3,
.et_pb_blurb_content h4,
.et_pb_text_inner h4 {
  padding-bottom: 0.6em;
}

.page .entry-content p,
.page .entry-content .et_pb_text_inner,
.page .entry-content .et_pb_blurb_description,
.contact-us-description p {
  color: inherit !important;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 0.6em;
}

.bt-carousel-item p {
  margin-bottom: 0;
}

p:not(.has-background):last-of-type {
  padding-bottom: 1em !important;
}

/*Indent un-ordered lists*/
.ul-indent {
  padding-left: 40px !important;
}

.entry-content ul li,
strong {
  padding-bottom: 0.2em;
}

.entry-content ol.circle-number-list,
#left-area .entry-content ol.circle-number-list {
  line-height: 1.4;
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.entry-content ol.circle-number-list:first-child {
  counter-reset: li;
}

.circle-number-list > li {
  counter-increment: li;
  padding-bottom: 1em;
  padding-left: 0.5em;
  margin-left: 55px;
  z-index: 1;
  position: relative;
}

.circle-number-list > li:last-of-type {
  padding-bottom: 0;
}

.circle-number-list li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 1.7em;
  border-radius: 25%;
  line-height: 1.4;
  top: 3px;
  left: -55px;
  background-color: #cc2032;
  color: #ffffff;
  text-align: center;
}

h1,
h2,
h3 {
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  overflow-wrap: normal;
}

h2 {
  font-size: 52px;
  font-weight: 300;
  overflow-wrap: normal;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

small,
.font_small {
  font-size: 0.75em;
}

.branding-bt-black {
  font-weight: 700;
  color: #2e2e2e;
}

.branding-bt-red {
  font-weight: 700;
  color: #cc2032;
}

.bt-tagline-red strong {
  font-weight: 300;
  color: #cc2032;
}

.bt-tagline-black strong {
  font-weight: 300;
  color: #2e2e2e;
}

.branding-fuse {
  font-weight: 500;
  color: #cc2032;
}

.boomtime-right-offset-text p {
  margin: 15px auto;
}

.boomtime-left-offset-text p {
  margin: 15px auto;
}

@media (max-width: 980px) {
  html {
    font-size: 16px;
  }

  #page-container .page .mobile-with-overlay p {
    color: #2e2e2e !important;
    text-rendering: optimizeLegibility;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 46px;
    font-weight: 300;
  }

  h3 {
    font-size: 31px;
  }

  h4 {
    font-size: 27px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
    font-weight: 300;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 20px;
  }
}
.et_pb_section.boomtime-tagline-section {
  padding: 1em 0;
}

.et_pb_section.boomtime-tagline-section .et_pb_module.et_pb_text {
  padding-bottom: 0;
}

.et_pb_bottom_inside_divider {
  z-index: 0 !important;
}

.et_pb_scroll_top.et-pb-icon {
  color: #eee;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

/*
Divi Row class (Picture Left, Text Right) : flex-row flex-row-to-column-at-980
Divi Row class (Picture Right, Text Left) : flex-row column-reverse-at-980
Put your image in Column Bg or in module
*/
.et_pb_row.flex-row,
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 1em 0;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

@media (max-width: 980px) {
  .et_pb_row.flex-row-to-column-at-980 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .et_pb_row.column-reverse-at-980 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }

  .et_pb_row.column-reverse-at-980 .et_pb_column:last-child {
    margin-bottom: 1em;
  }

  .et_pb_row.column-reverse-at-980 .et_pb_column:first-child {
    margin-bottom: 0;
  }

  .et_pb_row.flex-row .et_pb_column.et_pb_column_empty {
    display: block;
    min-height: 250px;
  }

  /* General QOL spacing */
  .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 5%;
  }
}
/*
Flex for Blurb Content
Place a single column blurb module in a row,
add flex-blrub-content to the row and it does the rest
*/
.et_pb_row.flex-blurb-content .et_pb_blurb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.et_pb_row.flex-blurb-content .et_pb_blurb_content > div {
  display: inline-block;
}

.et_pb_row.flex-blurb-content .et_pb_blurb_content > .et_pb_main_blurb_image {
  width: 200px;
}

@media (min-width: 980px) {
  .et_pb_row.flex-blurb-content .et_pb_blurb_container {
    padding-left: 4em;
  }
}
@media (max-width: 980px) {
  .et_pb_row.flex-blurb-content .et_pb_blurb_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .et_pb_row.flex-blurb-content .et_pb_blurb_container {
    margin-left: 0;
    padding-left: 0;
  }

  .et_pb_row.flex-blurb-content .et_pb_blurb_container p,
.et_pb_row.flex-blurb-content .et_pb_blurb_container h4 {
    text-align: center;
  }
}
a.bt-link, a.more-link {
  border-bottom: 1px solid #cc2032;
  transition: 0.3s ease-in-out;
}

a.bt-link:hover, a.more-link:hover {
  border-bottom: 1px solid #ffffff;
}

/* The original Underline Effect that started in Nav and 
got sprinkled through the entire site by different people
and then removed by different people */
.nav-underline-effect a {
  display: inline;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.nav-underline-effect a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #cc2032;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-underline-effect a:active:before,
.nav-underline-effect a:focus:before,
.nav-underline-effect a:hover:before {
  left: 0;
  right: 0;
}

.et_pb_widget a {
  color: #cc2032;
  text-decoration: underline;
  transition: 0.3s ease-in-out !important;
}

.et_pb_widget a:hover {
  text-decoration: none !important;
}

:root {
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}

[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  border-radius: 2px;
  color: #fff;
  content: attr(aria-label);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 9999;
}

[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 9999;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1 !important;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 90vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

/*===========
    Buttons
============*/
/* custom bt button for post */
.bt_post_button,
.bt_post_button:hover {
  color: #e7e8e9 !important;
  background: #cd2032;
  border-width: 0px !important;
  border-radius: 0px;
  background-color: #cd2032;
  text-decoration: none;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3) !important;
}

/* Post Slider Button and more*/
.owl-post-slider-slide .owl-post-slider-read-more-btn,
.the-boomtime-button,
.et_pb_widget .the-boomtime-button {
  background-color: #cd2033;
  border: none;
  cursor: pointer;
  padding: 0.5em 2em 0.5em 2em;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 500;
  outline: none;
  text-decoration: none;
  position: relative;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
  overflow: hidden;
}

.owl-post-slider-slide .owl-post-slider-read-more-btn:active,
.the-boomtime-button:active {
  background-color: #cd2033;
  color: #fff !important;
}

.owl-post-slider-slide .owl-post-slider-read-more-btn:before,
.the-boomtime-button:before {
  content: "I";
  font-family: "ETModules";
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 70%;
  opacity: 0;
  top: 0;
  height: 100%;
  font-size: 125%;
  line-height: 1.9;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-font-smoothing: antialiased;
}

.owl-post-slider-slide .owl-post-slider-read-more-btn:hover,
.the-boomtime-button:hover {
  padding: 0.5em 2.5em 0.5em 2em;
  background-color: #cd2033;
  color: #fff !important;
}

.owl-post-slider-slide .owl-post-slider-read-more-btn:hover:before {
  left: 80%;
  opacity: 1;
}

.the-boomtime-button:hover:before {
  left: 80%;
  opacity: 1;
  display: flex;
}

@media (max-width: 1280px) {
  .the-boomtime-button {
    font-size: 0.8em;
  }
}
/*==========
    Header
===========*/
@media only screen and (max-width: 980px) {
  .et_header_style_left .mobile_nav::before,
.et_header_style_slide #et-top-navigation:before,
.et_header_style_fullscreen #et-top-navigation:before {
    line-height: 2em !important;
    color: #ffffff;
  }
}
.boomtime-header h1 {
  background-color: #2e2e2e;
  margin: 0 !important;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(43, 41, 41, 0.75);
  box-shadow: 0px 5px 12px 2px rgba(43, 41, 41, 0.75);
}

.boomtime-header .header-content {
  width: auto !important;
  padding: 0 !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 11.6rem auto !important;
}

/* Header Mosaic Background Slide Animation */
.boomtime-header-section {
  width: 100%;
  border: 0 !important;
  background-size: cover;
  -webkit-animation: slide 70s linear infinite;
  animation: slide 70s linear infinite;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1837px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1837px 0;
  }
}
/* If incudes subheader */
.boomtime-header-section.includes-sub-heading .et_pb_fullwidth_header_subhead {
  background-color: #2e2e2e;
  padding-top: 0.5em;
  padding-bottom: 30px;
  font-size: 1.5em;
}

.boomtime-header-section.includes-sub-heading .et_pb_module_header {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .boomtime-header-section.includes-sub-heading .et_pb_fullwidth_header_subhead {
    padding: 0.5em 30px 30px 30px;
    font-size: 1.3em;
  }
}
@media (max-width: 500px) {
  .boomtime-header-section {
    -webkit-animation: none;
    animation: none;
  }

  .boomtime-header .header-content {
    margin: 6.6rem auto !important;
  }
}
/*========
    Nav
=========*/
/* Removes cursor from links in the top nav */
#top-menu > li.nav-underline-effect.no-click-top-nav.menu-item > a {
  cursor: default;
}

@media only screen and (min-width: 981px) and (max-width: 1034px) {
  .et_menu_container {
    width: 87%;
  }
}
@media only screen and (min-width: 1035px) {
  #main-header .container.et_menu_container {
    width: 95%;
    max-width: 1440px;
  }
}
/*===========================
    Home Page Custom Styles
=============================*/
/* Center content in Conversational Marketing section on homepage*/
.column-2-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_row.home-client-people-row.btn-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.et_pb_row.home-client-people-row.btn-inline .et_pb_column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}

.btn-inline .et_pb_button_module_wrapper {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em !important;
}

.btn-inline .et_pb_text {
  display: inline-block;
}

.or-span-wrapper {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  .btn-inline {
    text-align: center;
  }

  /*Law Firms Page Case Studies Section*/
  .law-firm-case-studies-section .et_pb_image_wrap {
    max-width: 375px;
    margin-bottom: 40px;
  }
}
@media (max-width: 475px) {
  .btn-inline .et_pb_button_module_wrapper {
    display: block;
  }

  .btn-inline .et_pb_text {
    margin-bottom: 0;
  }

  .more-people-button-wrapper {
    margin-left: 0 !important;
  }
}
/* Fullwidth Blurb */
.et_pb_blurb.bt-full-width-blurb .et_pb_blurb_content {
  max-width: none;
}

.et_pb_blurb.bt-full-width-blurb .et_pb_module_header {
  font-size: 1.7em;
}

/*===========================
    Carousels
=============================*/
/* Regular Carosuel for Web Items */
.bt-carousel-item {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bt-carousel-item:before {
  content: "";
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, rgba(0, 0, 0, 0.75)), color-stop(100%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 85%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.95;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  background: #cd2033;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #cd2033 !important;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.home .owl-prev {
  left: 0px;
}

.owl-prev {
  left: -1%;
}

.owl-next {
  left: 98%;
}

@media (max-width: 800px) {
  .owl-prev {
    left: -3%;
  }

  .owl-one-home-page .owl-next {
    left: 96%;
  }

  .owl-one-home-page .owl-prev {
    left: 0%;
  }

  .owl-next {
    left: 96%;
  }
}
@media (max-width: 500px) {
  .owl-prev {
    left: -7%;
  }

  .owl-next {
    left: 99%;
  }

  .owl-one-home-page .owl-next {
    left: 91%;
  }

  .owl-two-inner-page .owl-prev {
    left: 0px;
  }

  .owl-two-inner-page .owl-next {
    left: 92%;
  }

  .owl-two-inner-page-row {
    width: 100% !important;
  }

  .bt-carousel-item::before {
    height: 65%;
  }
}
.bt-carousel-portfolio-item {
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* boomtime custom Owl Carousel Post Slider Layout */
.owl-post-slider-slide {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
  background-origin: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em;
}

.owl-post-slider-image {
  flex: 0 1 auto;
  margin-right: 3em;
  margin-left: 1em;
}

.owl-post-slider-content {
  flex: 0 1 600px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-evenly;
}

.owl-post-slider-content .owl-post-slider-title h2 {
  font-size: 2.5em;
  padding-bottom: 0.5em;
}

.owl-post-slider-meta {
  padding-bottom: 0.5em;
  font-size: 0.9em;
}

.owl-post-slider-excerpt p {
  font-size: 1.2em !important;
  padding-bottom: 0.5em !important;
  line-height: 1.5 !important;
}

.owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-prev {
  left: 0;
  right: auto;
}

.owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-next {
  right: 0;
  left: auto;
}

@media (max-width: 1024px) {
  .owl-post-slider-slide {
    padding: 0;
  }

  .owl-post-slider-image {
    display: none;
  }

  .owl-post-slider-content {
    flex: 0 1 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4em;
    text-align: center;
    color: #ffffff !important;
    text-shadow: 1px 1px 8px black;
  }

  .owl-post-slider-content .owl-post-slider-title h2 {
    color: #ffffff;
    font-size: 2em;
    padding-bottom: 0.5em;
  }

  .owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-prev {
    left: -50px;
    right: auto;
    top: 40%;
  }

  .owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-next {
    right: -50px;
    top: 40%;
    left: auto;
  }
}
@media (max-width: 675px) {
  .et_pb_row.light-the-fuse-row {
    width: 90%;
  }

  .owl-post-slider-content {
    padding: 2em;
  }

  .owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-prev {
    font-size: 12px;
    left: -20px;
    right: auto;
    top: 40%;
  }

  .owl-carousel.owl-post-slider.owl-theme.owl-loaded.owl-drag .owl-next {
    font-size: 12px;
    right: -20px;
    top: 40%;
    left: auto;
  }
}
/*=============================
    Inner Page Custom Styles
===============================*/
/*=== Case Study Sections ===*/
@media (max-width: 1280px) {
  .mq-980-at-1280.et_pb_row_1-4_1-4_1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .et_pb_gutters3 .mq-980-at-1280 .et_pb_column_1_4 {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .mq-980-at-1280.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even) {
    margin-right: 0;
  }

  .et_pb_gutters3 .mq-980-at-1280 .et_pb_column_1_2 {
    width: 100%;
  }
}
/* Vertical Align Hack for inner pages blurbs*/
.et_pb_blurb_position_left .et_pb_blurb_container {
  vertical-align: middle !important;
}

/*=== Testimonial Page ===*/
@media (max-width: 980px) {
  .testimonial-mobile-tablet-row h2 {
    font-size: 36px;
    padding-top: 20px;
  }

  .testimonial-mobile-tablet-row p {
    margin: 0;
  }
}
/*=== Boutique Hotels Page ===*/
.hotel-icon img {
  max-height: 500px;
  width: auto !important;
}

/*=== boomtime Instagram Page ===*/
#post-5181 .et_pb_row.et_pb_row_2.et_pb_row_fullwidth {
  margin: 0px;
  width: 100% !important;
}

#post-5181 .et_pb_row_2 {
  background-size: cover;
}

#post-5181 .et_pb_button_module_wrapper, #post-5181 a.et_pb_button {
  width: 100%;
  margin-bottom: 10px;
}

/* Fine Print */
.fine-print .entry-content a {
  display: block;
}

/* Table Styles */
.website-solutions-table {
  border-radius: 5px;
  border-collapse: collapse;
  width: 100%;
  max-width: 1240px;
  margin: auto !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.website-solutions-table tr {
  height: 10%;
}

.website-solutions-table td:nth-child(3) {
  width: 35%;
}

.website-solutions-table td:nth-child(2) {
  width: 35%;
}

.website-solutions-table td:first-child {
  width: 12%;
}

.website-solutions-table th {
  background: #3a3a3c;
  border-right: 1px solid #3a3a3c;
  padding: 3% !important;
  text-align: center;
  vertical-align: middle;
}

.website-solutions-table th h3 {
  font-size: 35px;
  color: #eee !important;
  font-weight: 300;
}

.website-solutions-table th:first-child {
  border-top-left-radius: 5px !important;
}

.website-solutions-table th:last-child {
  border-top-right-radius: 5px !important;
  border-right: none;
}

.website-solutions-table tr {
  border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  color: #3a3a3c;
}

.website-solutions-table tr td {
  transition: background-color 0.4s cubic-bezier(0.27, 0.67, 0.65, 0.37);
  -webkit-transition: background-color 0.4s cubic-bezier(0.27, 0.67, 0.65, 0.37);
  -moz-transition: background-color 0.4s cubic-bezier(0.27, 0.67, 0.65, 0.37);
  -ms-transition: background-color 0.4s cubic-bezier(0.27, 0.67, 0.65, 0.37);
  -o-transition: background-color 0.4s cubic-bezier(0.27, 0.67, 0.65, 0.37);
}

.website-solutions-table tr:hover td {
  background: #3a3a3c;
  color: #ffffff;
  border-top: 1px solid #22262e;
}

.website-solutions-table tr:hover td:nth-child(3) {
  background: url(/wp-content/uploads/Building.png), rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: 45%;
  color: #3a3a3a;
  border-top: 0px solid #22262e;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.website-solutions-table tr:nth-child(odd):hover td:nth-child(3) {
  background: url(/wp-content/uploads/Building.png), rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: 45%;
  color: #3a3a3a;
  border-top: 0px solid #22262e;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.website-solutions-table tr:hover td:nth-child(2) {
  background: url(/wp-content/uploads/boomtime-infinity@2x.png), rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: 45%;
  color: #3a3a3a;
  border-top: 0px solid #22262e;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.website-solutions-table tr:nth-child(odd):hover td:nth-child(2) {
  background: url(/wp-content/uploads/boomtime-infinity@2x.png), rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: 45%;
  color: #3a3a3a;
  border-top: 0px solid #22262e;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}

.website-solutions-table tr:nth-child(odd):hover td {
  background: #3a3a3c;
}

.website-solutions-table tr:first-child {
  border-top: none;
}

.website-solutions-table tr:last-child {
  border-bottom: none;
}

.website-solutions-table tr:nth-of-type(4n + 1) {
  background-color: #ebebeb;
}

.website-solutions-table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.website-solutions-table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.website-solutions-table td {
  padding: 3% 4% !important;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  border-right: 1px solid #c1c3d1;
}

.website-solutions-table td:last-child {
  border-right: 0px;
}

.mobile-table-header {
  display: none;
}

@media (max-width: 500px) {
  .mobile-table-header {
    display: table-row;
    width: 100%;
  }

  .mobile-table-header th {
    padding: 3% 2% 2% !important;
  }

  .website-solutions-table td.desktop-table-header,
.website-solutions-table th.empty-cell {
    display: none;
  }

  .website-solutions-table td p {
    font-size: 15px !important;
  }

  .website-solutions-table th h3 {
    font-size: 30px;
  }

  .website-solutions-table td {
    height: 150px;
  }

  .website-solutions-table td:nth-child(3) {
    width: 45%;
  }

  .website-solutions-table td:nth-child(2) {
    width: 45%;
  }
}
/* Pricing Table CSS - BEGIN */
.bt-fixed-header-pricing-table {
  table-layout: fixed;
  border-collapse: collapse;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #eee !important;
}

.bt-fixed-header-pricing-table tbody {
  display: block;
  width: 100%;
  overflow: auto;
  background: #eee;
}

.bt-fixed-header-pricing-table thead {
  display: block;
  margin-right: 18px;
}

.bt-fixed-header-pricing-table thead tr {
  display: block;
}

.bt-fixed-header-pricing-table thead {
  background: #2e2e2e;
}

.bt-fixed-header-pricing-table thead th:first-child {
  background: #fff;
}

.bt-fixed-header-pricing-table thead th {
  color: #fff;
  text-align: center;
}

.bt-fixed-header-pricing-table thead th span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}

.bt-fixed-header-pricing-table thead th span.mobile-hide {
  font-weight: 100;
  font-size: 12px;
}

.bt-fixed-header-pricing-table tbody th {
  padding: 5px;
  text-align: left;
}

.bt-fixed-header-pricing-table tbody td {
  text-align: center;
  padding: 5px;
}

.bt-fixed-header-pricing-table th.bt-pricing-big-col {
  width: 38.6%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.bt-fixed-header-pricing-table tbody th.bt-pricing-big-col {
  border-left: 1px solid #eee;
}

.bt-fixed-header-pricing-table th.bt-pricing-small-col {
  border-right: 1px solid #fff;
  width: 11%;
  min-width: 150px;
}

.bt-fixed-header-pricing-table th.bt-pricing-small-col:last-child {
  border-right: none;
}

.bt-fixed-header-pricing-table td.bt-pricing-small-col {
  border-right: 1px solid #eee;
  min-width: 150px;
  background: #fff;
}

.bt-fixed-header-pricing-table td.bt-pricing-small-col:last-child {
  border-right: none;
}

.bt-fixed-header-pricing-table th.bt-parent-heading.bt-pricing-big-col {
  background: #2e2e2e;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
}

.bt-fixed-header-pricing-table th.bt-sub-heading.bt-pricing-big-col {
  font-size: 14px;
  background: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.bt-fixed-header-pricing-table td.bt-pricing-additional-services {
  background: #fff;
}

.bt-fixed-header-pricing-table .fa-times {
  color: #e7e8e9;
}

.bt-fixed-header-pricing-table .fa-check {
  color: green;
}

/***Divi Pricing Modules above pricing chart**/
.bt-pricing-tables-row .et_pb_pricing_table_wrap {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.bt-pricing-tables-row .et_pb_pricing_heading {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-pricing-tables-row .et_pb_pricing_content {
  display: none;
}

.bt-pricing-tables-row .et_pb_pricing_table {
  padding-bottom: 0;
  width: 20% !important;
  max-width: 20% !important;
  margin-left: auto;
  margin-right: auto;
}

.bt-pricing-tables-row .et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+5) {
  margin-top: 0 !important;
}

.et_pb_pricing_heading {
  padding: 10px;
}

/* Hover effect won't overlap on laptop */
.bt-pricing-tables-row .et_pb_pricing_table .et_pb_button_wrapper {
  padding-right: 2%;
  padding-left: 2%;
}

/*Responsive Table*/
@media (max-width: 1366px) {
  .bt-fixed-header-pricing-table th.mobile-rotate {
    height: 100px;
    white-space: nowrap;
  }

  .bt-fixed-header-pricing-table th.mobile-rotate > div {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    width: 62px;
  }

  .bt-fixed-header-pricing-table th.bt-pricing-small-col.mobile-rotate {
    min-width: 62px;
    padding: 0;
    width: 1%;
  }

  .bt-fixed-header-pricing-table th.bt-pricing-big-col.mobile-rotate {
    width: 50%;
  }

  .bt-fixed-header-pricing-table th.bt-parent-heading.bt-pricing-big-col {
    width: 47%;
  }

  .bt-fixed-header-pricing-table td.bt-pricing-small-col {
    width: 1% !important;
    min-width: 62px;
  }

  .bt-fixed-header-pricing-table td.bt-pricing-small-col {
    min-width: 62px;
  }

  .bt-fixed-header-pricing-table span.mobile-hide {
    display: none;
  }

  /*Divi Pricing Tables*/
  .bt-pricing-tables-row .et_pb_pricing_table {
    width: 50% !important;
    max-width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .bt-pricing-tables-row .et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table_wrap > .et_pb_pricing_table:nth-child(n+5) {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .bt-fixed-header-pricing-table thead {
    margin-right: 0 !important;
  }
}
@media (max-width: 980px) {
  /*Divi Pricing Tables*/
  .bt-pricing-tables-row .et_pb_pricing_table:nth-child(n+3) {
    margin-top: 0 !important;
  }

  .bt-pricing-tables-row .et_pb_pricing_table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .bt-pricing-grid-container .et_pb_tab {
    padding: 5px;
    border: none;
  }

  .bt-fixed-header-pricing-table th.bt-pricing-small-col.mobile-rotate > div {
    width: 32px;
    padding: 0 !important;
  }

  .bt-fixed-header-pricing-table th.bt-pricing-big-col.mobile-rotate {
    padding: 0 !important;
  }

  .bt-fixed-header-pricing-table th.bt-pricing-small-col.mobile-rotate {
    min-width: 0;
    padding-top: 30px;
  }

  .bt-fixed-header-pricing-table td.bt-pricing-small-col {
    min-width: 32px;
  }

  .bt-fixed-header-pricing-table th.bt-parent-heading.bt-pricing-big-col {
    width: 47%;
  }

  .bt-fixed-header-pricing-table th.bt-parent-heading.bt-pricing-big-col {
    background: #2e2e2e;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .bt-fixed-header-pricing-table th.bt-sub-heading.bt-pricing-big-col {
    font-size: 12px;
    background: #fff;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .bt-fixed-header-pricing-table .bt-pricing-additional-services {
    font-size: 12px;
  }

  .bt-fixed-header-pricing-table i.fas {
    font-size: 12px;
  }
}
/* Pricing Table CSS - End */
/*=========================
   Main
==========================*/
.main-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2 !important;
}

/*=========================
   Grid
==========================*/
.our-team-grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 150px [auto-fill];
  grid-template-columns: repeat(auto-fill, 150px);
  -ms-grid-rows: 150px [auto-fill];
  grid-template-rows: repeat(auto-fill, 150px);
  grid-gap: 10em;
  margin: auto;
  grid-auto-rows: 150px;
  grid-auto-columns: 150px;
  grid-auto-flow: row dense;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1376px) and (-webkit-min-device-pixel-ratio: 1) {
  .our-team-grid-container {
    grid-gap: 7em;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1376px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1024px) and (max-device-width: 1376px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .our-team-grid-container {
    grid-gap: 7em;
  }
}
@media screen and (min-device-width: 980px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .our-team-grid-container {
    grid-gap: 4em;
  }
}
@media screen and (min-device-width: 980px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 980px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .our-team-grid-container {
    grid-gap: 4em;
  }
}
@media screen and (min-device-width: 500px) and (max-device-width: 980px) and (-webkit-min-device-pixel-ratio: 1) {
  .our-team-grid-container {
    grid-gap: 11em;
  }
}
@media (max-width: 500px) {
  .our-team-grid-container {
    grid-gap: 2em;
  }
}
.our-team-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5em;
}

/*=========================
   Grid Item Contents
   Positioning
==========================*/
.center-item-contents {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
}

/*=========================
   Font Sizes
==========================*/
.font-larger {
  font-size: 3rem;
}

.font-large {
  font-size: 3rem;
}

.font-medium {
  font-size: 3rem;
}

.font-small {
  font-size: 3rem;
}

/*=========================
   Colors
==========================*/
.bt-red {
  background-color: #cc2032;
}

.bt-white {
  background-color: #ffffff;
}

.bt-light-gray {
  background-color: #e7e8e9;
}

.bt-gray {
  background-color: #818386;
}

.bt-dark-gray {
  background-color: #59595b;
}

.bt-black {
  background-color: #2e2e2e;
}

/*=========================
   Grid Item Sizes
   -----------------
   (Default) Small - 150 x 150
   Medium - 300 x 300
   Large - 450 x 450
   Wide - 300 x 150
   XWide - 450 x 150
   Tall - 150 x 300
   XTall - 150 x 450
==========================*/
.our-team-grid-item.small {
  grid-row: span 1;
  grid-column: span 1;
}

.our-team-grid-item.medium {
  grid-row: span 2;
  grid-column: span 2;
}

.our-team-grid-item.large {
  grid-row: span 3;
  grid-column: span 3;
}

.our-team-grid-item.tall {
  grid-row: span 2;
  grid-column: span 1;
}

.our-team-grid-item.wide {
  grid-row: span 1;
  grid-column: span 2;
}

.our-team-grid-item.xtall {
  grid-row: span 3;
  grid-column: span 1;
}

.our-team-grid-item.xwide {
  grid-row: span 1;
  grid-column: span 3;
}

/*=========================
   Effects
==========================*/
.clickable {
  cursor: pointer;
}

.our-team-grid-item:hover {
  color: #ffffff;
}

/* Flip Horizontal and Vertical */
.flip-effect {
  width: 100%;
  position: relative;
}

.flip-effect img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.horizontal .flippable {
  background: #2e2e2e;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 0 15px;
  -webkit-transform: perspective(600px) rotateY(90deg);
  transform: perspective(600px) rotateY(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical .flippable {
  background: #2e2e2e;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 0 15px;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.horizontal .flippable h3,
.horizontal .flippable h4,
.horizontal .flippable p,
.horizontal .flippable a {
  left: 50px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.vertical .flippable h3,
.vertical .flippable h4,
.vertical .flippable p,
.vertical .flippable a {
  top: 50px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.flip-effect .flippable h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: normal;
  margin: 15px 0px;
}

.flip-effect .flippable h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0px;
}

.flip-effect .flippable p {
  font-size: 14px !important;
  margin: 15px 0px;
  line-height: 1.2 !important;
  color: #ffffff !important;
}

.flip-effect .flippable a {
  background: transparent;
  border: solid 1px #cd2032;
  border-radius: 2px;
  color: #eee;
  font-size: 13px;
  padding: 3px 5px;
  margin: 10px 0px;
  text-align: center;
  text-decoration: none;
}

.flip-effect .flippable a:hover {
  border: solid 1px #cd2032;
  font-size: 14px;
  background: #444;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
}

.horizontal:hover .flippable h3,
.horizontal:hover .flippable h4,
.horizontal:hover .flippable p,
.horizontal:hover .flippable a {
  left: 0;
  opacity: 1;
}

.vertical:hover .flippable h3,
.vertical:hover .flippable h4,
.vertical:hover .flippable p,
.vertical:hover .flippable a {
  top: 0;
  opacity: 1;
}

.horizontal:hover .flippable {
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}

.vertical:hover .flippable {
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}

.horizontal:hover .flippable.center-flip-contents h3,
.horizontal:hover .flippable.center-flip-contents h4,
.horizontal:hover .flippable.center-flip-contents p,
.horizontal:hover .flippable.center-flip-contents a {
  left: 0;
  top: 15px;
  opacity: 1;
  text-align: center;
}

.vertical:hover .flippable.center-flip-contents h3,
.vertical:hover .flippable.center-flip-contents h4,
.vertical:hover .flippable.center-flip-contents p,
.vertical:hover .flippable.center-flip-contents a {
  top: 15px;
  left: 0;
  opacity: 1;
  text-align: center;
}

.horizontal .flippable.center-flip-contents h3,
.horizontal .flippable.center-flip-contents h4,
.horizontal .flippable.center-flip-contents p,
.horizontal .flippable.center-flip-contents a {
  text-align: center;
  left: 100px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

.vertical .flippable.center-flip-contents h3,
.vertical .flippable.center-flip-contents h4,
.vertical .flippable.center-flip-contents p,
.vertical .flippable.center-flip-contents a {
  text-align: center;
  top: 100px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

/* Card Flip 2.0 Person and Code Module */
.bt-flipcard-row {
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
}

.bt-flipcard {
  cursor: pointer;
}

.bt-flipcard,
.bt-no-flipcard {
  display: block;
  position: relative;
  width: 425px !important;
  height: 425px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}

.bt-flipcard-front {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-flipcard-back {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #59595b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-flipcard-back .et_pb_code_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-flipcard:hover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.bt-flipcard:hover .bt-flipcard-front {
  opacity: 0;
}

.bt-flipcard-front h4 {
  text-align: center;
}

.bt-flipcard-front .et_pb_team_member_description .et_pb_module_header {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 300;
}

.bt-flipcard-front .et_pb_team_member_description .et_pb_member_position {
  color: #cc2032 !important;
  font-size: 1.1em;
  text-align: center;
}

.bt-flipcard-row .bt-flipcard .bt-flipcard-back p,
.bt-flipcard-row .bt-no-flipcard .bt-flipcard-back p {
  text-align: center;
  color: #ffffff !important;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 1em;
}

@media (max-width: 980px) {
  .bt-flipcard-row {
    height: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bt-flipcard,
.bt-no-flipcard {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .bt-flipcard-row .bt-flipcard .et_pb_team_member_image,
.bt-flipcard-row .bt-no-flipcard .et_pb_team_member_image {
    max-width: 325px;
    margin: 0;
    text-align: center;
  }

  .bt-flipcard-row .bt-flipcard .bt-flipcard-back p,
.bt-flipcard-row .bt-no-flipcard .bt-flipcard-back p {
    font-size: 0.9em;
  }
}
@media (max-width: 425px) {
  .bt-flipcard,
.bt-no-flipcard {
    width: 325px !important;
    height: 425px;
  }

  .bt-flipcard-row .et_pb_team_member_image {
    max-width: 280px;
  }
}
/* Header */
.single-post .boomtime-header-section {
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/Mosiac-Aligned-w-Car-v5@3x.png) !important;
}

.single-post .boomtime-header .header-content {
  margin: 11.6rem auto 8em !important;
}

.single-post .boomtime-header-section .et_pb_header_content_wrapper {
  background: #2E2E2E;
  padding-bottom: 20px;
}

.single-post .boomtime-header h1 {
  padding: 30px 40px 10px 40px;
}

@media (max-width: 980px) {
  .single-post .boomtime-header h1 {
    font-size: 40px;
  }

  .single-post .boomtime-header .header-content {
    margin: 11.6rem auto 6em !important;
  }
}
@media (max-width: 675px) {
  .single-post .boomtime-header h1 {
    font-size: 26px;
  }

  .single-post .boomtime-header .header-content {
    margin: 8.6rem auto 3em !important;
  }

  .single-post blockquote {
    font-size: 1.4em !important;
  }

  .single-post p {
    font-size: 1.1em !important;
  }
}
/* sidebar */
.single-post .et_pb_widget ul li {
  margin-bottom: 1em;
}

h4.widgettitle {
  font-size: 1.7em;
  line-height: 1.2;
  padding-bottom: 0.6em;
}

#sidebar ul li a {
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 0.6em;
}

#sidebar ul li .post-date {
  font-size: 0.9em;
  line-height: 1.2;
  padding-bottom: 0.5em;
  padding-top: 0.4em;
}

/* Content templating */
.widget_recent_entries .post-date {
  display: block;
}

.post-meta a {
  font-size: 14px;
  vertical-align: middle;
}

.post p,
.post li {
  font-size: 20px;
}

.post ul {
  margin-left: 30px;
}

.single-post.single h2,
.single-post.single h3 {
  padding-bottom: 10px;
}

.single-post.single b {
  font-weight: 400;
  color: #000000;
}

.single-post.single h2 b,
.single-post.single h3 b {
  font-weight: 400;
  color: #cc2032;
}

.single-post blockquote:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 50%;
  background-color: #cc2032;
  transform: translateX(-50%);
}

.single-post blockquote:after {
  bottom: 0;
}

.single-post blockquote p {
  text-align: center !important;
  line-height: 1.5;
  font-size: inherit;
}

.single-post blockquote {
  position: relative;
  border-left: none;
  padding: 0 0 1em 0;
  margin: 0 1em 1.2em 1em;
  font-size: 1.7em;
  text-align: center !important;
  line-height: 1.5;
}

.single-post table {
  background-color: #f1f3f4;
  border: none;
}

.single-post td {
  border: none !important;
}

.single-post tr td:first-child {
  padding: 1.8em 0.5em 1.8em 1.5em !important;
}

.single-post tr td:last-child {
  padding: 0.8em 1em 0.5em !important;
}

.single-post strong {
  font-weight: 400;
}

.single-post p {
  padding-bottom: 1.5em;
  line-height: 1.5;
}

/* Stylized List */
.single-post ul.bt-list {
  list-style: none !important;
  margin-left: 0;
  padding: 1.5em 1.5em 0.5em 1.2em !important;
  background-color: #f1f3f4;
  margin-bottom: 1em;
}

.single-post ul.bt-list li {
  position: relative;
  padding-left: 1.8em;
  text-indent: 0;
  padding-bottom: 1em;
  font-size: 1.2em;
}

.single-post ul.bt-list li:before {
  content: "";
  background-image: url(https://www.boomtime.com/wp-content/uploads/boomtime-infinity.png);
  background-size: contain;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
}

@media (max-width: 980px) {
  .single-post ul.bt-list li {
    position: relative;
    padding-left: 2em;
    font-size: 1em;
  }

  .single-post ul.bt-list {
    margin-bottom: 2em;
  }
}
/* Header */
.single-clients .boomtime-header-section {
  background-repeat: repeat-x;
  background-image: url(/wp-content/uploads/Mosiac-Aligned-w-Car-v5@3x.png) !important;
}

.single-clients .boomtime-header .header-content {
  margin: 11.6rem auto 8em !important;
}

.single-clients .boomtime-header-section .et_pb_header_content_wrapper {
  background: #2E2E2E;
  padding-bottom: 20px;
}

.single-clients .boomtime-header h1 {
  padding: 30px 40px 10px 40px;
}

span.hidden {
  display: none;
}

.single-clients .boomtime-header img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 10px auto;
}

@media (max-width: 1200px) {
  .single-clients #main-content .container {
    max-width: 1280px;
    width: 95%;
  }
}
@media (max-width: 980px) {
  .single-clients .boomtime-header h1 {
    font-size: 40px;
  }

  .single-clients h2 {
    font-size: 35px;
  }

  .single-clients .boomtime-header .header-content {
    margin: 11.6rem auto 6em !important;
  }
}
@media (max-width: 675px) {
  .single-clients .boomtime-header h1,
.single-clients h2 {
    font-size: 26px;
  }

  .single-clients .boomtime-header .header-content {
    margin: 8.6rem auto 3em !important;
  }

  .single-clients blockquote {
    font-size: 1.4em !important;
  }

  .single-clients p {
    font-size: 1.1em !important;
  }
}
/* sidebar */
.single-clients .et_pb_widget ul li {
  margin-bottom: 1em;
}

.single-clients .et_pb_widget li.rpwe-li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}

.single-clients .et_pb_widget li.rpwe-li img {
  background-color: #bdbec0;
}

.single-clients .et_pb_widget .bt-carousel-portfolio-item hr {
  border: 0;
  height: 1px;
  background: #d7d9da;
  width: 100%;
  margin: 2em 0 0.5em 0;
}

h4.widgettitle {
  font-size: 1.7em;
  line-height: 1.2;
  padding-bottom: 0.6em;
}

#sidebar ul li a {
  font-size: 1.2em;
  line-height: 1.2;
  padding-bottom: 0.6em;
}

#sidebar ul li .post-date {
  font-size: 0.9em;
  line-height: 1.2;
  padding-bottom: 0.5em;
  padding-top: 0.4em;
}

@media (max-width: 980px) {
  .recent-posts-extended {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .recent-posts-extended .rpwe-ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }

  .single-clients .et_pb_widget li.rpwe-li {
    margin: 1em;
  }

  .recent-posts-extended .widgettitle {
    text-align: center;
  }

  a.the-boomtime-button {
    text-align: center;
  }
}
/* Content templating */
h3.red-subheader {
  color: #cc2032;
  font-size: 1.3em;
  line-height: 1.3;
  font-style: italic;
}

h4 {
  line-height: 1.8;
}

.widget_recent_entries .post-date {
  display: block;
}

.single-clients #left-area .entry-content ol.circle-number-list {
  font-size: 20px;
  padding: 0.5em 0 1em 0;
}

.post-meta a {
  font-size: 14px;
  vertical-align: middle;
}

.post p,
.post li {
  font-size: 20px;
}

.post ul {
  margin-left: 30px;
}

.single-clients.single h2,
.single-clients.single h3 {
  padding-bottom: 10px;
}

.single-clients.single b {
  font-weight: 400;
  color: #000000;
}

.single-clients.single h2 b,
.single-clients.single h3 b {
  font-weight: 400;
  color: #cc2032;
}

.single-clients blockquote:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  left: 50%;
  background-color: #cc2032;
  transform: translateX(-50%);
}

.single-clients blockquote:after {
  bottom: 0;
}

.single-clients blockquote p {
  text-align: center !important;
  line-height: 1.5;
  font-size: inherit;
}

.single-clients blockquote {
  position: relative;
  border-left: none;
  padding: 0 0 1em 0;
  margin: 0 1em 1.2em 1em;
  font-size: 1.7em;
  text-align: center !important;
  line-height: 1.5;
}

.single-clients table {
  background-color: #f1f3f4;
  border: none;
}

.single-clients td {
  border: none !important;
}

.single-clients tr td:first-child {
  padding: 1.8em 0.5em 1.8em 1.5em !important;
}

.single-clients tr td:last-child {
  padding: 0.8em 1em 0.5em !important;
}

.single-clients strong {
  font-weight: 400;
}

.single-clients p {
  padding-bottom: 1.5em;
  line-height: 1.5;
  font-size: 1.2em;
}

/* Stylized List */
.single-clients ul.bt-list {
  list-style: none !important;
  margin-left: 0;
  padding: 1.5em 1.5em 0.5em 1.2em !important;
  background-color: #f1f3f4;
  margin-bottom: 1em;
}

.single-clients ul.bt-list li {
  position: relative;
  padding-left: 1.8em;
  text-indent: 0;
  padding-bottom: 1em;
  font-size: 1.2em;
}

.single-clients ul.bt-list li:before {
  content: "";
  background-image: url(https://www.boomtime.com/wp-content/uploads/boomtime-infinity.png);
  background-size: contain;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
}

@media (max-width: 980px) {
  .single-clients ul.bt-list li {
    position: relative;
    padding-left: 2em;
    font-size: 1em;
  }

  .single-clients ul.bt-list {
    margin-bottom: 2em;
  }
}
/* Give the circle numbered list more room to breathe on the clients page */
.single-clients .circle-number-list > li {
  margin-left: 35px;
}

.single-clients .circle-number-list li:before {
  height: 35px;
  width: 35px;
  font-size: 1.2em;
  left: -35px;
}

/* bt-stat-box */
.bt-stat-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.bt-stat-box .bt-stat {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 0 1 50%;
}

.bt-stat-box .bt-stat .bt-big-number {
  font-size: calc(20px + 2vw);
  font-weight: 600;
  color: #cc2032;
}

@media (max-width: 675px) {
  .bt-stat-box {
    flex-flow: column nowrap;
    align-items: flex-start;
  }

  .bt-stat-box .bt-stat {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.podcast-cta {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 5% 0;
}

.podcast-cta h2,
.podcast-cta h3 {
  text-align: center;
}

.podcast-cta a {
  color: #cc2032;
}

.podcast-cta .et-social-icons {
  float: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  margin: 1em 0;
}

.podcast-cta .et-social-icon:first-child {
  margin-left: 0;
}

.podcast-author-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 375px;
  max-width: 600px;
}

.podcast-author {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  flex: 0 1 250px;
  margin: 1em;
}

.podcast-author-container .podcast-author p {
  padding: 0.5em 0 0.2em 0 !important;
}

.podcast-cta .et_pb_top_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGMUYyRjQiPjxwYXRoIGQ9Ik0xMjgwIDBMNjQwIDcwIDAgMHYxNDBsNjQwLTcwIDY0MCA3MFYweiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMjgwIDBIMGw2NDAgNzAgNjQwLTcweiIvPjwvZz48L3N2Zz4=);
  background-size: 50% 500px;
  top: 0;
  height: 500px;
  z-index: -1 !important;
}

.podcast-cta .et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMTBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGMUYyRjQiPjxwYXRoIGQ9Ik0wIDE0MGw2NDAtNzAgNjQwIDcwVjBMNjQwIDcwIDAgMHYxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMTQwaDEyODBMNjQwIDcwIDAgMTQweiIvPjwvZz48L3N2Zz4=);
  background-size: 50% 310px;
  bottom: 0;
  height: 310px;
  z-index: -1 !important;
}

@media (max-width: 675px) {
  .podcast-author-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 150px;
    max-width: 250px;
  }
}
/*=== Gravity Forms ===*/
.gform_wrapper form {
  text-align: center !important;
  max-width: 100%;
  margin: 0 auto;
  font-size: 20px !important;
}

/* remove all CSS leftovers 
after removing gform labels*/
.gform_wrapper .gfield_label {
  display: none !important;
}

.bt-contact-gform ul#gform_fields_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-contact-gform ul#gform_fields_3 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  margin-top: 10px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
  text-align: -webkit-center;
}

input#gform_submit_button_3,
input#gform_submit_button_2,
input#gform_submit_button_12 {
  background-color: #cc2032;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #ffffff;
  padding: 8px 25px;
  cursor: pointer;
}

input#gform_submit_button_3:hover,
input#gform_submit_button_2:hover,
input#gform_submit_button_12:hover{
  background-color: #cc2032;
  -webkit-box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.bt-contact-gform input[type=text] {
  padding: 2px;
  padding: 8px 15px !important;
  border: none;
  color: #ffffff;
  background-color: #59595b;
}

/* Do not combine these, they do not work otherwise */
.bt-contact-gform input[type=text]::-webkit-input-placeholder {
  color: #bbb;
}

.bt-contact-gform input[type=text]:-ms-input-placeholder {
  color: #bbb;
}

.bt-contact-gform input[type=text]::-ms-input-placeholder {
  color: #bbb;
}

.bt-contact-gform input[type=text]::-webkit-input-placeholder {
  color: #bbb;
}

.bt-contact-gform input[type=text]:focus {
  color: #ff475a;
}

.bt-contact-gform .bt-contact-form-captcha {
  padding-top: 15px !important;
}

.bt-contact-gform .bt-contact-form-captcha div.ginput_recaptcha div {
  margin: auto !important;
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small {
  text-align: center;
}

/* Gravity Forms Submission Error Readability Fix */
.gform_wrapper.gform_validation_error li.gfield.gfield_error {
  background-color: transparent;
  border-top: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.gform_wrapper.gform_validation_error .validation_message {
  color: #ffffff !important;
  font-weight: 300;
}

.gform_wrapper.gform_validation_error .validation_error {
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 300;
  border-top: 2px solid #cc2032;
  border-bottom: 2px solid #cc2032;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_inline {
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  .bt-contact-gform ul#gform_fields_3 > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}
@media (max-width: 500px) {
  .gform_wrapper form {
    font-size: 15px !important;
  }

  input[type=text] {
    font-size: 15px;
  }

  /* Do not combine these, they do not work otherwise */
  input[type=text]::-webkit-input-placeholder {
    font-size: 15px;
  }

  input[type=text]:-ms-input-placeholder {
    font-size: 15px;
  }

  input[type=text]::-ms-input-placeholder {
    font-size: 15px;
  }

  input[type=text]::placeholder {
    font-size: 15px;
  }

  input[type=text]:focus {
    font-size: 15px;
  }
}
/* Pricing Plan Form */
.pricing-plan-form {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.pricing-plan-form .gform_wrapper select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  padding: 6px 0 6px 13px !important;
  border: 1px solid #afabad;
  background: #59595b;
  color: #ffffff;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pricing-plan-form select::-ms-expand {
  display: none;
}

.pricing-plan-form .gform_wrapper li.hidden_label input {
  margin-top: 0;
}

.pricing-plan-form select:hover,
.pricing-plan-form select:focus {
  color: #ff333a;
}

.pricing-plan-form select:disabled {
  opacity: 0.8;
  pointer-events: none;
}

.pricing-plan-form .ginput_container_select {
  position: relative;
}

.pricing-plan-form .ginput_container_select:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  right: 26px;
  top: 9px;
  position: absolute;
  pointer-events: none;
  height: 22px;
  width: calc(50% - 8px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pricing-plan-form .ginput_container_select:after {
  color: #ffffff;
}

.pricing-plan-form .ginput_container_select:hover:after {
  color: #ff333a;
}

.pricing-plan-form .gform_wrapper textarea {
  width: calc(50% - 8px) !important;
  background-color: #59595b;
  color: #ffffff;
}

.bt-contact-gform textarea:focus {
  color: #ff475a;
}

/* Do not combine these, they do not work otherwise */
.bt-contact-gform textarea::-webkit-input-placeholder {
  color: #bbb;
}

.bt-contact-gform textarea:-ms-input-placeholder {
  color: #bbb;
}

.bt-contact-gform textarea::-ms-input-placeholder {
  color: #bbb;
}

.bt-contact-gform textarea::-webkit-input-placeholder {
  color: #bbb;
}

@media (max-width: 640px) {
  .pricing-plan-form .gform_wrapper select {
    padding: 10px 0 10px 15px !important;
    border: none !important;
  }

  .pricing-plan-form .ginput_container_select:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    color: #ffffff;
    right: 15px;
    top: 12px;
    height: 22px;
    width: auto;
  }

  .pricing-plan-form .gform_wrapper textarea {
    width: 100% !important;
    background-color: #59595b;
    color: #ffffff;
  }
}
@media (max-width: 500px) {
  .pricing-plan-form .ginput_container_select:after {
    right: 15px;
    top: 9px;
  }
}
/*==== 404 Page ===*/
body #page-container .bt-fourohfour #left-area {
  width: 100%;
  height: 100%;
}

.bt-fourohfour article#post-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-fourohfour a {
  color: #CD2133;
}

.bt-fourohfour div#custom_html-3 {
  text-align: center;
}

.bt-fourohfour h1 {
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 5%;
}

.fourohfour-image-container {
  padding-bottom: 5%;
}

.bt-fourohfour #left-area ul {
  padding: 5% 0 23px 1em;
  text-align: center;
  list-style-type: none;
}

.bt-fourohfour .page-not-found {
  color: #CD2133;
}

.fourohfour-image-container > img {
  padding: 10px;
}

.bt-fourohfour .container:before {
  background-color: transparent !important;
}

.bt-fourohfour h4.widgettitle {
  display: none;
}

/*=============================
    Animations
===============================*/
/* fuse Animations */
@-webkit-keyframes orbit-slowest {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes orbit-slowest {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.orbit-slowest {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: orbit-slowest;
  animation-name: orbit-slowest;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes counter-orbit-slowest {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes counter-orbit-slowest {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.counter-orbit-slowest {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: counter-orbit-slowest;
  animation-name: counter-orbit-slowest;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* Why Graphic Animation */
.why-graphic-animated {
  max-width: 375px;
  margin: 0 auto;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 10000px transparent;
  box-shadow: 0px 0px 10000px transparent;
  /*trick for chrome*/
}

.why-graphic-animated #red-curve,
.why-graphic-animated #quotes-top,
.why-graphic-animated #black-curve,
.why-graphic-animated #quotes-bottom {
  -webkit-transform-origin: 50.2% 49%;
  transform-origin: 50.2% 49%;
  -webkit-animation-name: counter-orbit-slowest;
  animation-name: counter-orbit-slowest;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/*===========
    Footer
=============*/
.contact-us-description,
.contact-us-description p {
  margin-bottom: 0 !important;
}

/* 
Dynamic placement of bottom bar at 
bottom of viewport or content 
if short window height 
*/
html {
  height: 100%;
}

body {
  margin: 0;
  height: inherit;
  min-height: 100%;
  position: relative;
}

#page-container {
  margin: 0;
  height: inherit;
  min-height: 100%;
  position: relative;
}

#page-container[style] {
  overflow-y: unset !important;
}

#et-main-area {
  position: relative;
  margin: 0;
  height: unset;
  min-height: 100%;
  padding-bottom: 3rem;
}

#main-footer {
  position: absolute;
  width: 100%;
  background: #1f1f1f;
  bottom: 0;
}

/*===============================
    IE 11
================================*/
body.ie {
  height: auto;
}

body.ie #page-container {
  -ms-overflow-style: scrollbar;
}

body.ie .et_pb_promo_description {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  display: block;
}

body.ie .bt-flipcard .bt-flipcard-front {
  backface-visibility: visible;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

body.ie .bt-flipcard .bt-flipcard-back {
  backface-visibility: visible;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: rotateY(180deg);
  width: 425px;
}

body.ie .bt-flipcard:hover .bt-flipcard-front {
  opacity: 0;
  visibility: hidden;
}

body.ie .bt-flipcard:hover .bt-flipcard-back {
  opacity: 1;
  visibility: visible;
}

body.ie .bt-flipcard:hover {
  transform: rotateY(180deg);
}

body.ie .bt-flipcard-row .bt-flipcard .bt-flipcard-back p,
body.ie .bt-flipcard-row .bt-no-flipcard .bt-flipcard-back p {
  max-width: 325px;
}

.bt-flipcard-row .bt-flipcard .et_pb_team_member_image,
.bt-flipcard-row .bt-no-flipcard .et_pb_team_member_image {
  height: 100%;
}

/*===============================
    Safari/IOS
================================*/
/* Ipad Pro Fixes */
/* Setting the breakpoint of the mobile menu */
@media only screen and (max-width: 1200px) {
  #top-menu-nav,
#top-menu,
.ios #top-menu-nav,
.ios #top-menu {
    display: none;
  }

  .ios #et_mobile_nav_menu,
#et_mobile_nav_menu {
    display: block;
  }

  .ios.et_header_style_left .mobile_nav::before,
.et_header_style_left .mobile_nav::before {
    content: "Menu";
    vertical-align: top;
    line-height: 2.2em;
    color: white;
  }
}

/*# sourceMappingURL=style.css.map */
