@charset "UTF-8";
/*!
Theme Name: Louder Agency Website
Theme URI: http://louderagency.com
Version: 1.0
Description: Louder Agency Website
Author: Louder Agency (duh!)
Author URI: http://louderagency.com
template: bb-theme
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.mw-100 {
  max-width: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-100.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-100.left {
    margin-left: auto !important;
  }
}
.mw-100.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-100.right {
    margin-right: auto !important;
  }
}

.mw-200 {
  max-width: 200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-200.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-200.left {
    margin-left: auto !important;
  }
}
.mw-200.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-200.right {
    margin-right: auto !important;
  }
}

.mw-300 {
  max-width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-300.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-300.left {
    margin-left: auto !important;
  }
}
.mw-300.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-300.right {
    margin-right: auto !important;
  }
}

.mw-400 {
  max-width: 400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-400.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-400.left {
    margin-left: auto !important;
  }
}
.mw-400.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-400.right {
    margin-right: auto !important;
  }
}

.mw-500 {
  max-width: 500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-500.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-500.left {
    margin-left: auto !important;
  }
}
.mw-500.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-500.right {
    margin-right: auto !important;
  }
}

.mw-600 {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-600.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-600.left {
    margin-left: auto !important;
  }
}
.mw-600.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-600.right {
    margin-right: auto !important;
  }
}

.mw-700 {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-700.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-700.left {
    margin-left: auto !important;
  }
}
.mw-700.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-700.right {
    margin-right: auto !important;
  }
}

.mw-800 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-800.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-800.left {
    margin-left: auto !important;
  }
}
.mw-800.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-800.right {
    margin-right: auto !important;
  }
}

.mw-900 {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-900.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-900.left {
    margin-left: auto !important;
  }
}
.mw-900.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-900.right {
    margin-right: auto !important;
  }
}

.mw-1000 {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-1000.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-1000.left {
    margin-left: auto !important;
  }
}
.mw-1000.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-1000.right {
    margin-right: auto !important;
  }
}

.mw-1100 {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-1100.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-1100.left {
    margin-left: auto !important;
  }
}
.mw-1100.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-1100.right {
    margin-right: auto !important;
  }
}

.mw-1200 {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
}
.mw-1200.left {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .mw-1200.left {
    margin-left: auto !important;
  }
}
.mw-1200.right {
  margin-right: 0 !important;
}
@media (max-width: 768px) {
  .mw-1200.right {
    margin-right: auto !important;
  }
}

/* -----------------------------------------------------------
	Fonts
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Colors
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	General Typography
-------------------------------------------------------------- */
::selection {
  background: #fff2a8;
}

::-moz-selection {
  background: #fff2a8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  font-weight: 700;
  color: #262e3c;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

body,
.body-text {
  font-family: "Avenir W01", avenir-lt-pro, Helvetica, 'Helvetica Neue', sans-serif;
  color: #0f121d;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}

a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
}

/* -----------------------------------------------------------
	Specific Typography Instances
-------------------------------------------------------------- */
.shared-spaces p {
  font-size: 14px;
  line-height: 1.6em;
}

.lora,
.lora p {
  font-family: "Lora", serif;
  color: #979daf;
  font-style: italic;
  font-size: 21px;
  line-height: 1.2;
}

.testimonial {
  line-height: 1.5;
}

.underlined-links a {
  padding: 5px 0;
  display: inline-block;
  margin: 0 30px 20px 0;
  color: #262e3c;
  white-space: nowrap;
  position: relative;
}
.underlined-links a:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background: #ea5131;
  content: '';
  bottom: -2px;
  transition: width .2s ease;
}
.underlined-links a:hover, .underlined-links a:focus, .underlined-links a:active {
  color: #ea5131;
}
.underlined-links a:hover:after, .underlined-links a:focus:after, .underlined-links a:active:after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .underlined-links strong {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------
	Typography Helpers
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .center-text {
    text-align: center !important;
  }
  .center-text p, .center-text span, .center-text h1, .center-text h2, .center-text h3, .center-text h4, .center-text h5, .center-text h6 {
    text-align: center !important;
  }
}

/* -----------------------------------------------------------
	Header
-------------------------------------------------------------- */
header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.header-row .hamburger {
  background: white;
  padding: 0px 28px;
  position: fixed;
  top: 0;
  right: 0;
}
.header-row .uabb-svg-container {
  top: -4px;
}

body.fl-theme-builder-header {
  padding-top: 0 !important;
}

.header-logo a {
  display: inline-block;
  width: 115px;
  transition: opacity .25s ease;
}
.header-logo a:hover, .header-logo a:focus, .header-logo a:active {
  opacity: .75;
}

.dark-header-logo .light-logo {
  display: none;
}

.light-header-logo .dark-logo {
  display: none;
}

.talk-button {
  position: fixed;
  right: 81px;
  top: 26px;
  float: right;
  width: auto !important;
}
.talk-button a span {
  font-weight: 600;
  letter-spacing: 1px;
}

.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container {
  position: relative;
  width: 25px;
  height: 3px;
  display: inline-block;
  background: #262e3c;
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container:before, .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container:after {
  width: 25px;
  height: 3px;
  background: #262e3c;
  position: absolute;
  left: 0;
  content: '';
  transition: transform .2s ease;
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container:before {
  top: -9px;
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container:after {
  bottom: -9px;
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container svg {
  display: none;
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:hover .uabb-svg-container:before, .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:focus .uabb-svg-container:before, .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:active .uabb-svg-container:before {
  transform: translateY(-2px);
}
.fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:hover .uabb-svg-container:after, .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:focus .uabb-svg-container:after, .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger:active .uabb-svg-container:after {
  transform: translateY(2px);
}

.uabb-menu-close-btn {
  transition: opacity .2s ease !important;
  opacity: .5;
}
.uabb-menu-close-btn:hover, .uabb-menu-close-btn:focus, .uabb-menu-close-btn:active {
  opacity: 1;
}

.uabb-creative-menu-accordion-collapse .uabb-menu-overlay {
  transform-origin: right top;
}

#menu-header-menu a {
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}

#menu-header-menu a span {
  position: relative;
}

#menu-header-menu a span:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 0;
  height: 12px;
  background: #262e3c;
  top: 50%;
  left: -7.5%;
  z-index: -1;
  transition: width .25s ease;
}

#menu-header-menu a:hover span:after {
  width: 115%;
}

/* -----------------------------------------------------------
	Footer
-------------------------------------------------------------- */
footer p {
  font-weight: normal;
}

.footer-link a:hover, .footer-link a:focus, .footer-link a:active {
  color: #262e3c !important;
}

.loud-icon-orange .fl-button-icon {
  color: #ea5131 !important;
}

.louder-custom-list {
  list-style: none;
  padding: 0 20px;
  columns: 2;
  /* Two columns */
  column-gap: 20px;
  /* Gap between columns */
  font-weight: 800;
  text-transform: uppercase;
}

.louder-custom-list li {
  font-size: 18px !important;
  position: relative;
  margin-bottom: 10px;
}

.louder-custom-list li::before {
  content: "\f345";
  /* Unicode for dashicons icon */
  font-family: "Dashicons";
  color: #e53d1b;
  /* Bullet color */
  margin-right: 5px;
  position: absolute;
  left: -20px;
  /* Adjust the distance between the icon and text */
}

.louder-small-p p {
  font-size: 15px;
}

/* -----------------------------------------------------------
	Home
-------------------------------------------------------------- */
.hero-text-col {
  position: relative;
  z-index: 1;
}
.hero-text-col .fl-col-content {
  align-items: flex-start !important;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-text-col .skinny {
  max-width: 650px;
}
.hero-text-col .pp-infobox-description p {
  line-height: 1.4;
  max-width: 400px;
}

.cta-button a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.louder-button a {
  position: relative;
}

.louder-button a:before,
.louder-button a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/uploads/2018/08/louder-symbol.png") no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  transition: all .2s ease;
}

.louder-button a:before {
  right: -12px;
  top: -12px;
}

.louder-button a:after {
  left: -12px;
  bottom: -12px;
  transform: rotate(180deg);
}

.louder-button a:hover:before {
  right: -15px;
  top: -15px;
}

.louder-button a:hover:after {
  left: -15px;
  bottom: -15px;
}

.home-hero-image {
  position: relative;
}
.home-hero-image:before, .home-hero-image:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 175px;
  background: #ea5131;
  bottom: -50px;
  right: 150px;
  z-index: 1;
}
.home-hero-image:after {
  bottom: 20px;
  right: 132px;
}
@media screen and (max-width: 767px) {
  .home-hero-image:before, .home-hero-image:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-hero-image:before {
    right: 80px;
  }
  .home-hero-image:after {
    right: 62px;
  }
}

.next-step-image {
  position: relative;
}
.next-step-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 175px;
  background: #ea5131;
  top: -50px;
  left: 55px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .next-step-image:before {
    display: none;
  }
}

.next-step-image .fl-photo {
  position: relative;
  z-index: 0;
}

.next-step-image .fl-photo:after {
  display: block;
  position: absolute;
  content: "";
  background: #ea5131;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  z-index: -1;
}

.home-info-box {
  height: 100%;
}
.home-info-box .fl-module-content,
.home-info-box .uabb-infobox {
  height: 100%;
}
.home-info-box ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-top: 15px;
}
.home-info-box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
  text-align: left;
}
.home-info-box ul li:last-child {
  margin-bottom: 0;
}
.home-info-box .fa-check-icon {
  font-size: 2rem !important;
  color: #313b58 !important;
  margin-right: 8px;
  margin-top: -3px;
}
.home-info-box.orange .fa-check-icon {
  color: #ea5131 !important;
}
.home-info-box.light-blue .fa-check-icon {
  color: #3da9b7 !important;
}
.home-info-box img {
  position: relative;
  z-index: 1;
}
.home-info-box .uabb-image-content {
  position: relative;
}
.home-info-box .uabb-image-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 100px solid white;
  z-index: 0;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}

.guide-image-col {
  position: relative;
}
.guide-image-col .guide-image {
  position: absolute;
  width: 130% !important;
  margin-left: 10%;
}
.guide-image-col .guide-text {
  position: absolute;
  background: white;
  right: -27%;
  padding: 30px;
  width: 110% !important;
}
.guide-image-col .guide-text .fl-rich-text {
  display: flex;
}
.guide-image-col .guide-text h3 {
  margin: 0 30px 0 0;
}
.guide-image-col .guide-text p {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .guide-image-col .guide-text {
    right: -28%;
  }
}
@media screen and (max-width: 767px) {
  .guide-image-col {
    max-width: 700px;
  }
  .guide-image-col .guide-image {
    position: relative;
    width: 100% !important;
    margin: 0;
  }
  .guide-image-col .guide-text {
    position: relative;
    right: 0;
    width: 80% !important;
    margin-top: -125px;
    margin-bottom: 30px;
  }
  .guide-image-col .guide-text .fl-rich-text {
    flex-direction: column;
  }
  .guide-image-col .guide-text h3 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-col {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home-hero-row {
    padding: 79px 20px 0 20px;
  }

  .home-hero-image {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-image-col {
    width: 50% !important;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-text-col .fl-col-content {
    position: absolute;
    min-width: 650px;
    align-items: flex-start !important;
    width: 100vw !important;
    max-width: 1116px !important;
    left: 50vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/* -----------------------------------------------------------
	Subpages
-------------------------------------------------------------- */
.louder-on-dark a:before,
.louder-on-dark a:after {
  opacity: .3;
}

.banner-text .pp-infobox-wrap {
  max-width: 700px;
}

.highlight-paragraph {
  max-width: 750px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.highlight-paragraph:before,
.highlight-paragraph:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/uploads/2018/09/louder-symbol-orange.png") no-repeat;
  background-size: 38px;
  width: 38px;
  height: 38px;
}

.highlight-paragraph:before {
  top: -30px;
  right: 0px;
}

.highlight-paragraph:after {
  bottom: -10px;
  left: 0px;
  transform: rotate(180deg);
}

.values-list .uabb-info-list-content {
  width: auto !important;
}

.values-list .uabb-info-list-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.values-list .uabb-info-list-icon {
  font-weight: bold;
  margin-right: 40px !important;
  margin-top: 5px;
}

.values-list .uabb-info-list-item {
  border-top: 1px solid #e8edf0;
  padding: 50px !important;
  transition: transform .2s ease;
}

.values-list .uabb-info-list-item:hover {
  transform: scale(1.05);
}

.values-list .uabb-info-list-title {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .highlight-paragraph:before {
    margin-right: 20px;
  }

  .highlight-paragraph:after {
    margin-left: 20px;
  }

  .values-list .uabb-info-list-icon {
    width: 100%;
  }
}
.centered-info-box .pp-infobox {
  flex: 0 1 auto !important;
}

.centered-info-box .pp-infobox-wrap {
  flex: 0 1 auto !important;
  margin: auto !important;
}

.number-title {
  position: relative;
}

.number-title span {
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

.number-title:before {
  display: block;
  position: absolute;
  font-weight: bold;
  font-size: 68px;
  top: -35px;
  left: 15px;
  opacity: .15;
}

.number-title.num-one:before {
  content: "01";
}

.number-title.num-two:before {
  content: "02";
}

.number-title.num-three:before {
  content: "03";
}

.number-title.num-four:before {
  content: "04";
}

.next-step-image.down-navy:before {
  background: #262e3c;
  left: auto;
  right: 55px;
  top: auto;
  bottom: -50px;
}

.next-step-image.down-navy .fl-photo:after {
  background: #262e3c;
  left: auto;
  right: -30px;
  top: -30px;
}

.next-step-image.up-cyan:before {
  background: #43d2e8;
}

.next-step-image.up-cyan .fl-photo:after {
  background: #43d2e8;
}

@media screen and (max-width: 768px) {
  .reversed-col-fix {
    max-width: 400px !important;
  }
}
.lora-link a {
  color: #ea5131;
}

.lora-link a:hover {
  color: #262e3c;
}

.brands-col {
  max-width: 750px !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  float: none;
}

.brands-col:before,
.brands-col:after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  background: url("/wp-content/uploads/2018/09/louder-symbol-orange.png") no-repeat;
  background-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
}

.brands-col:before {
  top: 30px;
  right: -10px;
}

.brands-col:after {
  bottom: -30px;
  left: -30px;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .brands-col:before,
  .brands-col:after {
    display: none !important;
  }
}
/* -----------------------------------------------------------
	General Form Styles
-------------------------------------------------------------- */
/* -----------------------------------------------------------
	Specific Form Instances
-------------------------------------------------------------- */
#get-started h4 {
  margin-top: 0;
}

.get-started_wrapper .get-started {
  max-width: 420px;
}

.get-started_wrapper .top_label .gfield_label,
.get-started_wrapper .ginput_container label {
  display: none;
}

.get-started_wrapper .ginput_complex {
  margin: 0;
}

.get-started_wrapper .ginput_complex > span {
  display: block !important;
  width: 100% !important;
  clear: both !important;
}

.get-started_wrapper .ginput_complex > span + span {
  margin-top: 25px;
}

.get-started_wrapper .gfield {
  margin-bottom: 25px;
}

.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
  border: none !important;
  border-bottom: 2px solid #9a9a9a !important;
  background-color: transparent;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  line-height: inherit;
  border-radius: 0;
}

.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper textarea:focus {
  border-bottom-color: #ff6040 !important;
}

.gform_wrapper textarea.medium {
  height: 34px;
}

.gform_wrapper textarea.medium:focus {
  height: 9.375em;
}

.get-started .gform_button {
  padding: 0;
  line-height: inherit;
  background: none;
  border: none;
  border-bottom: 2px solid #222;
  color: #222 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.get-started .gform_button:hover,
.get-started .gform_button:focus,
.get-started .gform_button:active {
  background: none;
  border: none;
  border-bottom: 2px solid #ff6040;
  color: #222 !important;
}

.get-started li.gfield.gfield_error,
.get-started
li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.get-started .gform_footer {
  position: relative;
}

.get-started .gform_footer img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 768px) {
  #get-started-link .fl-button-left {
    text-align: left;
  }

  #get-started {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.get-started-form label {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started-form #field_8_8 {
  margin-top: 25px;
  margin-bottom: 55px;
}

.get-started-form .gform_footer {
  width: auto !important;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 !important;
  margin: 0 !important;
}

.get-started-form .gform_footer:before,
.get-started-form .gform_footer:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2018/08/louder-symbol.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  transition: all 0.2s ease;
}

.get-started-form .gform_footer:before {
  right: -12px;
  top: -12px;
}

.get-started-form .gform_footer:after {
  left: -12px;
  bottom: -12px;
  transform: rotate(180deg);
}

.get-started-form .gform_footer:hover:before {
  right: -15px;
  top: -15px;
}

.get-started-form .gform_footer:hover:after {
  left: -15px;
  bottom: -15px;
}

.get-started-form input[type="submit"] {
  margin: 0 !important;
}

.get-started-form .gform_ajax_spinner {
  padding: 0 !important;
}

.get-started-form .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.get-started-form .gfield_radio li {
  flex: 0 1 150px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px !important;
}

.get-started-form .ginput_container .gfield_radio li label {
  color: #d4d3d3 !important;
  border: 4px solid #d4d3d3;
  margin: 0;
  width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease;
}
.get-started-form .ginput_container .gfield_radio li label:hover {
  border-color: #ea5131;
}

.get-started-form .gfield_radio #label_8_8_4 {
  font-size: 12px;
}

.get-started-form_wrapper
.ginput_container
.gfield_radio
li
input[type="radio"]:checked
+ label {
  color: #ea5131 !important;
  border-color: #ea5131;
}

@media screen and (max-width: 767px) {
  #input_8_9 {
    width: 100% !important;
  }
}
.loud-footer-cta .gform_wrapper input[type="email"],
.loud-footer-cta .gform_wrapper input[type="number"],
.loud-footer-cta .gform_wrapper input[type="password"],
.loud-footer-cta .gform_wrapper input[type="tel"],
.loud-footer-cta .gform_wrapper input[type="text"],
.loud-footer-cta .gform_wrapper input[type="url"],
.loud-footer-cta .gform_wrapper textarea {
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px !important;
  width: 95% !important;
}
.loud-footer-cta .gform_footer.before {
  display: none !important;
}

/* -----------------------------------------------------------
	Portfolio Carousel
-------------------------------------------------------------- */
.portfolio-carousel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .portfolio-carousel {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.portfolio-carousel .image-holder {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 60%;
}
@media (max-width: 768px) {
  .portfolio-carousel .image-holder {
    width: 100%;
  }
}
.portfolio-carousel .image-holder .slick-slide.slick-active .screenshot {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-carousel .image-holder .slide-image {
  padding: 50px 30px 50px 50px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .portfolio-carousel .image-holder .slide-image {
    padding: 30px 15px 30px 30px;
  }
}
.portfolio-carousel .image-holder .browser-wrap {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 2;
}
.portfolio-carousel .image-holder .browser {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.portfolio-carousel .image-holder .screenshot {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-carousel .image-holder .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  z-index: 1;
}
.portfolio-carousel .image-holder .image-bg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.portfolio-carousel .text-holder {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 40px 20px;
  width: 40%;
}
@media (max-width: 768px) {
  .portfolio-carousel .text-holder {
    width: 100%;
  }
}
.portfolio-carousel .text-holder .slide-text {
  max-width: 600px;
  margin: 0 auto;
}
.portfolio-carousel .text-holder .slide-text .subheading {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  color: #ea5131;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.portfolio-carousel .text-holder .slide-text h3 {
  font-size: 28px;
  margin: 10px 0 20px;
  font-weight: 700;
}
.portfolio-carousel .text-holder .slide-text p {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #0f121d;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 16px;
}
.portfolio-carousel .slick-dots {
  position: static;
  text-align: left;
  margin-top: 30px;
}
.portfolio-carousel .slick-dots li {
  width: 36px;
  height: 36px;
}
.portfolio-carousel .slick-dots li button {
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  color: #84929e;
  border: solid 2px #84929e;
}
.portfolio-carousel .slick-dots li button:before {
  content: none;
}
.portfolio-carousel .slick-dots li.slick-active button {
  background: #262e3c;
  color: white !important;
  border-color: #262e3c;
}
.portfolio-carousel-2 {
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
}
.portfolio-carousel-2 .image-holder {
  background-image: url(images/dot-pattern.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 5em 0 0 1.75em;
}
@media (max-width: 768px) {
  .portfolio-carousel-2 .image-holder {
    padding: 2.5em 0 0 1.5em;
  }
}
.portfolio-carousel-2 .image-holder .image-bg {
  width: 85%;
  height: 90%;
}
.portfolio-carousel-2 .image-holder .image-bg:after {
  content: none;
}
.portfolio-carousel-2 .image-holder .slide-image {
  padding-bottom: 0;
}
.portfolio-carousel-2 .image-holder .browser-wrap {
  border-radius: 0;
  box-shadow: none;
}
.portfolio-carousel-2 .image-holder .screenshot {
  position: static;
}
@media (min-width: 1240px) {
  .portfolio-carousel-2 .text-holder {
    padding-top: 6em;
  }
}
.portfolio-carousel-2 .text-holder .slide-text .subheading {
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  font-weight: 800;
}
.portfolio-carousel-2 .text-holder .slide-text h3 {
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  font-weight: 800;
  font-size: 32px;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .portfolio-carousel-2 .text-holder .slide-text h3 {
    font-size: 28px;
  }
}
.portfolio-carousel-2 .text-holder .slide-text p {
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  color: #0f121d;
  font-size: 17px;
}
.portfolio-carousel-2 .slick-dots li button {
  font-weight: 800;
  border: none;
  background-color: #1c2030;
  color: white;
  transition: all 0.3s ease-in-out;
}
.portfolio-carousel-2 .slick-dots li button:hover, .portfolio-carousel-2 .slick-dots li button:focus {
  top: 0;
  background-color: #424b70;
}
.portfolio-carousel-2 .slick-dots li.slick-active button {
  background-color: #e53d1b;
}

#portfolio .fl-row-fixed-width {
  max-width: 1280px;
}

.page-id-641 p {
  letter-spacing: 0;
}

/* -----------------------------------------------------------
	Louder 2016 Styles
-------------------------------------------------------------- */
body #wpstats {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
body .fl-page-footer {
  border-color: transparent;
}
body #hero {
  background-color: #ff6040;
  background-color: #ff6040;
}
body #hero,
body #hero .fl-row-content-wrap {
  -webkit-transition: background 6s ease;
  -moz-transition: background 6s ease;
  -ms-transition: background 6s ease;
  -o-transition: background 6s ease;
  transition: background 6s ease;
}
body #logo .fl-photo-img {
  height: auto !important;
  width: 332px !important;
}
body #get-started-link .fl-button {
  background: none;
  border: none;
  border-bottom: 2px solid #222;
  color: #222;
}
body #get-started-link .fl-button:hover {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: #222;
}
body #get-started-link .fl-button *,
body #get-started-link .fl-button:hover * {
  color: inherit;
}
body .fl-photo-caption a {
  color: #fff;
}
body .fl-mosaicflow-col {
  min-width: 33.3333% !important;
}

#masthead .fl-module-pp-image img {
  transition: all 0.3s ease-in-out;
}
#masthead .fl-module-pp-image a:hover img, #masthead .fl-module-pp-image a:focus img {
  opacity: 0.8;
  backface-visibility: hidden;
}
#masthead .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle {
  padding: 0;
}
#masthead .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container {
  background-color: #a9acb4;
  margin-right: 11px;
  vertical-align: super;
}
#masthead .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container::before, #masthead .fl-module-uabb-advanced-menu .uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container::after {
  background-color: #a9acb4;
  width: 36px;
}

.loud-flip-card .pp-flipbox-front-title {
  font-size: 15px !important;
  text-transform: uppercase;
}
.loud-flip-card .pp-flipbox-back-title {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1.3px;
  padding: 0 !important;
}
.loud-flip-card .pp-flipbox-image img {
  max-width: 75px !important;
  height: auto;
}
.loud-flip-card .pp-more-link {
  color: #1c2030;
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: 1.3px;
  padding: 0 !important;
}
.loud-flip-card .pp-more-link i {
  color: #e53d1b;
}
.loud-flip-card p {
  color: #0f121d;
  text-align: center;
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  /* 128.571% */
}

.loud_mark_bg-red.alt_mark .fl-heading-text,
.loud_mark_bg-red.alt_mark .uabb-fancy-text-wrap {
  background-image: url(https://louderagency.com/wp-content/uploads/2021/04/louder-mark.png);
  background-size: 40px;
  display: inline-block;
}

.loud_hover_box {
  min-height: 360px;
  padding: 1.5em;
  background: #1c2030;
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  position: relative;
  text-align: left;
  color: white;
  display: flex;
  flex-direction: column;
}
.loud_hover_box_front {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  transition: all 0.4s ease-in-out;
}
.loud_hover_box_front_content {
  margin-top: auto;
  font-size: 15px;
}
.loud_hover_box_icon {
  max-width: 80px !important;
  margin-bottom: 0.5em;
}
.loud_hover_box_title {
  margin: 0;
  font-family: "Avenir W01", avenir-lt-pro, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .loud_hover_box_title {
    font-size: 26px;
  }
}
.loud_hover_box_hr {
  width: 72px;
  border-top-width: 3px;
  border-top-color: #e53d1b;
  margin: 1em 0;
}
.loud_hover_box_back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
  z-index: 2;
  opacity: 0;
  width: calc(100% - 50px);
  transition: all 0.4s ease-in-out;
}
.loud_hover_box_back_content {
  font-size: 15px;
  margin: 1.5em 0 0;
}
.loud_hover_box_back_content ul {
  margin: 0 0 0 1em;
  padding: 0;
}
.loud_hover_box_back_content ul li {
  padding: 0.15em 0;
}
.loud_hover_box_back_content ul li::marker {
  color: #e53d1b;
}
.loud_hover_box_link:hover .loud_hover_box_front, .loud_hover_box_link:focus .loud_hover_box_front, .loud_hover_box_link.hover .loud_hover_box_front {
  opacity: 0;
}
.loud_hover_box_link:hover .loud_hover_box_back, .loud_hover_box_link:focus .loud_hover_box_back, .loud_hover_box_link.hover .loud_hover_box_back {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
}

.fl-row-content-wrap {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

@media (max-width: 768px) {
  .fl-row[data-node] .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.loud_smart_heading .pp-heading-content {
  overflow: visible;
}
.loud_smart_heading .heading-title {
  display: flex;
  flex-direction: column;
}
.loud_smart_heading h2.heading-title {
  font-size: 44px;
}
@media (max-width: 1024px) {
  .loud_smart_heading h2.heading-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .loud_smart_heading h2.heading-title {
    font-size: 36px;
  }
}
.loud_smart_heading .pp-secondary-title {
  order: 1;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #b2b6c1;
  font-weight: 800;
}
.loud_smart_heading .pp-primary-title {
  order: 2;
}

/*# sourceMappingURL=style.css.map */
