/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

/* -------- Typography -------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
}
h2 {
    letter-spacing: 3px;
}
h3 {
    letter-spacing: 2px;
}
h4 {
    letter-spacing: 1px;
}

body {
    font-family: "proxima-nova",sans-serif;
    font-weight: normal;
}
a:hover {
    text-decoration: none;
}
.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.language-picker a {
    font-weight: bold;
    letter-spacing: 1px;
}
.topbar-menu a {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.topbar-menu a:hover {
    color: #333;
}
.fixed-mini-banners a:hover {
    color: #333;
}
.fixed-mini-banners a:hover span {
    color: #333;
}
.cta-title h3, .cta-title h2 {
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: none;
}
/* -------- Topbar Styles -------- */
.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    min-width: 210px;
    padding: 0;
    position: absolute;
}
.dropdown-content a {
    color: #b7b3ad;
    display: block;
    padding: 12px 24px;
    text-decoration: none;
}
.dropdown-content a:hover {
    color: #333;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.fl-page-bar {
    border:none;
}
.language-picker {
    float: left;
}
.topbar-menu-container {
    float: left;
}
.topbar-menu {
    margin-bottom: 0;
    padding: 0;
}
.topbar-menu > li {
    display: inline;
    padding-left: 20px;
}
.fl-page-bar .col-md-6.col-sm-6.text-right.clearfix {
    position: fixed;
    top: 0;
    width: 1100px;
    z-index: 1000;
}
.fl-page-bar .col-md-6.col-sm-6.text-left.clearfix {
    z-index: 1010;
}
.fl-page-bar-text.fl-page-bar-text-1 {
    padding-bottom: 0;
    padding-top: 10px;
}
.col-md-6.col-sm-6.text-right.clearfix > .fl-page-bar-text {
    padding: 0;
}
.fixed-mini-banners .flag {
    float: left;
    width: 128px;
}
.donate.flag {
    background: #7bc9c8 none repeat scroll 0 0;
    margin-right: 10px;
}
.donate.flag::after {
    border-color: #7bc9c8 transparent rgba(123, 201, 200, 0);
    border-image: none;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-style: solid;
    border-top: 25px solid #7bc9c8;
    content: " ";
    height: 0;
    margin-left: -64px;
    position: absolute;
    width: 0;
    transition: all 0.5s ease 0s;
}
.hotline.flag {
    background: #ea8d9b none repeat scroll 0 0;
    margin-right: 10px;
}
.hotline.flag::after {
    border-color: #ea8d9b transparent rgba(234, 141, 155, 0);
    border-image: none;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-style: solid;
    border-top: 25px solid #ea8d9b;
    content: " ";
    height: 0;
    margin-left: -64px;
    position: absolute;
    width: 0;
    transition: all 0.5s ease 0s;
}
.erase.flag {
    background: #d4276b none repeat scroll 0 0;
}
.erase.flag::after {
    border-color: #d4276b transparent rgba(212, 39, 107, 0);
    border-image: none;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-style: solid;
    border-top: 25px solid #d4276b;
    content: " ";
    height: 0;
    margin-left: -64px;
    position: absolute;
    width: 0;
    transition: all 0.5s ease 0s;
}
.shrinky .donate.flag::after, .shrinky .hotline.flag::after, .shrinky .erase.flag::after {
    border: none;
    content: none;
    margin-left:0;
    position: inherit;
    transition: all 0.5s ease 0s;
}
.flag {
	text-align: center;
	height: 100px;
        transition: all 0.5s ease 0s;
}
.shrinky .flag {
    height: 44px;
    transition: all 0.5s ease 0s;
}
.donate.flag > a {
    display: block;
    font-size: 22px;
    height: 100%;
    line-height: 22px;
    padding-top: 23px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.shrinky .donate.flag > a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 6px;
    transition: all 0.5s ease 0s;
}
.hotline.flag > a {
    display: block;
    height: 100%;
    padding-top: 25px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.shrinky .hotline.flag > a {
    padding-top: 0;
    transition: all 0.5s ease 0s;
}
.hotline-first {
    font-size: 18px;
    transition: all 0.5s ease 0s;
}
.shrinky .hotline-first {
    font-size: 12px;
    transition: all 0.5s ease 0s;
}
.hotline-second {
    font-size: 22px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
}
.shrinky .hotline-second {
    font-size: 12px;
    line-height: 12px;
    transition: all 0.5s ease 0s;
}
.hotline-third {
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s ease 0s;
}
.shrinky .hotline-third {
    font-size: 11px;
    transition: all 0.5s ease 0s;
}
.erase.flag > a {
    display: block;
    font-size: 20px;
    height: 100%;
    line-height: 20px;
    padding-top: 24px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.shrinky .erase.flag > a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 6px;
    transition: all 0.5s ease 0s;
}
.erase-first {
    letter-spacing: 2px;
}
.erase-second {
    font-size: 16px;
    line-height: 22px;
    transition: all 0.5s ease 0s;
}
.shrinky .erase-second {
    font-size: 14px;
    line-height: 16px;
    transition: all 0.5s ease 0s;
}
.erase-third {
    letter-spacing: 1px;
}

/* -------- Homepage Styles -------- */

.upcoming-events-slider .fl-slide-bg-photo {
    width: 50vw;
}
.fl-content-slider-navigation .slider-prev {
    left: 0;
}
.fl-content-slider-navigation .slider-next {
    right: 0;
}
.fl-content-slider-navigation .fl-content-slider-svg-container {
    background: #ea8d9b none repeat scroll 0 0;
    height: 54px;
    width: 54px;
}
svg {
    height: 32px;
    width: 32px;
}
.slider-prev > .fl-content-slider-svg-container > svg {
    left: 9px;
    position: absolute;
    top: 10px;
}
.slider-next > .fl-content-slider-svg-container > svg {
    left: 12px;
    position: absolute;
    top: 10px;
}
.fl-slide-text > h2 {
    font-size: 3em;
    font-weight: normal;
    line-height: 1.2;
    text-transform: none;
}
.fl-slide-text > p {
    font-size: 16px;
    line-height: 1.7em;
}
.fl-content-slider-navigation {
    z-index: 999;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    bottom: 35px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 3px solid #fff;
    border-radius: 10px;
    height: 20px;
    width: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #d42a6b none repeat scroll 0 0 !important;
}
.promo-box .fl-callout-text > p {
    font-size: 22px;
}
.promo-box .fl-callout-button {
    margin-top: 40px;
}
.promo-left .fl-module-content.fl-node-content {
    margin-left: 0;
    margin-right: 60px;
}
.promo-right .fl-module-content.fl-node-content {
    margin-right: 0;
    margin-left: 60px;
}
.fl-button, .uabb-button {
    font-weight: bold !important;
    letter-spacing: 2px;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    text-transform: uppercase;
}
.stats-row > .fl-row-content-wrap {
background: rgba(150,33,78,0.8);
background: -moz-linear-gradient(left, rgba(150,33,78,0.8) 23%, rgba(150,33,78,0.81) 27%, rgba(201,88,115,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(23%, rgba(150,33,78,0.8)), color-stop(27%, rgba(150,33,78,0.81)), color-stop(100%, rgba(201,88,115,1)));
background: -webkit-linear-gradient(left, rgba(150,33,78,0.8) 23%, rgba(150,33,78,0.81) 27%, rgba(201,88,115,1) 100%);
background: -o-linear-gradient(left, rgba(150,33,78,0.8) 23%, rgba(150,33,78,0.81) 27%, rgba(201,88,115,1) 100%);
background: -ms-linear-gradient(left, rgba(150,33,78,0.8) 23%, rgba(150,33,78,0.81) 27%, rgba(201,88,115,1) 100%);
background: linear-gradient(to right, rgba(150,33,78,0.8) 23%, rgba(150,33,78,0.81) 27%, rgba(201,88,115,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96214e', endColorstr='#c95873', GradientType=1 );
}

.stats-row {
    position: relative;
    z-index: 10;
}
.stats-row .uabb-number-int {
    font-family: "lato",sans-serif;
    font-size: 56px;
}
.stats-row .uabb-number-after-text {
    float: right;
    font-size: 16px;
    line-height: 1;
    max-width: 175px;
}
.stats-row .fl-icon {
    float: right;
}
.stats-row .fl-icon-text {
    padding-left: 0 !important;
    padding-right: 10px;
    padding-top: 12px;
}
.stats-row .fl-icon-text p {
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.1;
    text-align: right;
    text-transform: uppercase;
}
.stats-row i.ua-icon-chevron-right-circle::before {
    font-size: 72px !important;
}
.volunteer-row .uabb-cta-title {
    font-size: 52px;
    font-weight: normal;
    text-transform: none;
}

/* -------- Heros Page Styles --------- */
.view-current-events .fl-icon-text {
    float: left;
    margin-right: 20px;
    padding-left: 0;
    padding-top: 10px;
}
.view-current-events .fl-icon {
    float: right;
}

/* ------ Education Page ------ */
.esg-navigationbutton.esg-loadmore {
    border: 2px solid #e3e3e4 !important;
    border-radius: 0 !important;
}

/* ------ Auxilaries ------ */
.aux-honeycomb-row > .fl-row-content-wrap {
    background-position: calc(50% + 85px) top;
}
.hexagon-a, .hexagon-b, .hexagon-c {
    height: 219px;
    position: relative;
    width: 300px;
}
.hexagon-a {
    background-color: #7bc9c8;
}
.hexagon-b {
    background-color: #ea8d9b;
}
.hexagon-c {
    background-color: #d42a6b;
}
.hexagon-a::before, .hexagon-a::after,.hexagon-b::before, .hexagon-b::after,.hexagon-c::before, .hexagon-c::after {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    content: "";
    position: absolute;
    width: 0;
}
.hexagon-a::before {
    border-bottom: 81px solid #7bc9c8;
    bottom: 100%;
}
.hexagon-b::before {
    border-bottom: 81px solid #ea8d9b;
    bottom: 100%;
}
.hexagon-c::before {
    border-bottom: 81px solid #d42a6b;
    bottom: 100%;
}
.hexagon-a::after {
    border-top: 81px solid #7bc9c8;
    top: 100%;
    width: 0;
}
.hexagon-b::after {
    border-top: 81px solid #ea8d9b;
    top: 100%;
    width: 0;
}
.hexagon-c::after {
    border-top: 81px solid #d42a6b;
    top: 100%;
    width: 0;
}
.hexagon-a .fl-rich-text > h3, .hexagon-b .fl-rich-text > h3, .hexagon-c .fl-rich-text > h3 {
    color: #fff;
   /* margin-top: 75px; */
}

/* -------- Single Events Page -------- */
.single-tribe_events .fl-page-content {
    margin-top: 0;
}
.tribe-events-gcal.tribe-events-button, .tribe-events-ical.tribe-events-button, #tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background: #d42a6b none repeat scroll 0 0 !important;
}
.tribe-events-nav-next > a, .tribe-events-nav-previous > a, .tribe-events-back > a {
    color: #d42a6b;
}
.post-type-archive-tribe_events .fl-page-content {
    margin-top: 0;
}

/* -------- Footer -------- */
footer .textwidget > img {
    max-width: 300px;
    width: 100%;
}
.newsletter-form .gform_button.button {
    background-color: #d42a6b;
    border: medium none;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100% !important;
}
.footer-social-icons > li {
    display: inline !important;
    margin-right: 5px;
}
.footer-social-icons {
    margin-top: 40px;
}
footer .gfield_label {
    display: none !important;
}

.BBFormContainer {
    padding-top: 0 !important;
}
.BBFormSection {
    margin-top: 0 !important;
}
.BBFormFieldLabelEdit {
    text-transform: uppercase;
}
.BBFormSubmitbutton.BBFormSubmitbuttonEdit {
    background: #d42a6b none repeat scroll 0 0 !important;
}
/* -------- Media Queries -------- */

@media (max-width: 767px) {
.dropdown-content {
    margin-left: -80px;
}
   .stats-row .uabb-number-text {
      text-align: center;
   }
   .stats-row .uabb-number-after-text {
      float: none;
      max-width: 100%;
   }
   .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
       bottom: -30px;
   }
   /*
   header {
      padding-top: 40px;
   }
   */
   /* ------- Flag Buttons ------- */
   /*
   .fl-page-bar .col-md-6.col-sm-6.text-right.clearfix {
      top: 58px;
   }
   */
   .fl-page-bar .col-md-6.col-sm-6.text-right.clearfix.shrinky {
      top: 0px;
   }
   .donate.flag::after, .hotline.flag::after, .erase.flag::after {
    border: none;
    content: none;
    margin-left:0;
    position: inherit;
    transition: all 0.5s ease 0s;
}
.flag {
    height: 44px;
    transition: all 0.5s ease 0s;
}
  .fixed-mini-banners .flag {
    margin: 0;
    width: 33.3333%;
  }
.donate.flag > a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
    transition: all 0.5s ease 0s;
}
.hotline.flag > a {
    padding-top: 1px;
    transition: all 0.5s ease 0s;
}
.hotline-first {
    font-size: 12px;
    transition: all 0.5s ease 0s;
}
.hotline-second {
    font-size: 12px;
    line-height: 12px;
    transition: all 0.5s ease 0s;
}
.hotline-third {
    font-size: 11px;
    transition: all 0.5s ease 0s;
}
.erase.flag > a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 7px;
    transition: all 0.5s ease 0s;
}
.erase-second {
    font-size: 16px;
    line-height: 16px;
    transition: all 0.5s ease 0s;
}
  .fl-page-bar .col-md-6.col-sm-6.text-right.clearfix {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .topbar-menu-container {
    margin-top: 10px;
    margin-bottom: -30px;
  }

}

/* Essential Grid */
.esg-filterbutton.selected.esg-allfilter {
    background: #e3e3e4 none repeat scroll 0 0 !important;
    border: 2px solid #e3e3e4;
    border-radius: 0;
}
.esg-filterbutton {
    border: 2px solid #e3e3e4 !important;
    border-radius: 0 !important;
}
@media (max-width: 1005px) {


}
@media (min-width: 768px) {
  .pullup .fl-page-content, .home-top-banner {
    margin-top: -151px; /*Adjust depending on the height of the header for medium devices*/
  }
  .home.pullup .fl-page-content {
    margin-top: 0;
  }
  .fl-page-header-primary {
    position: relative;
    z-index: 3;
  }
  .fl-page .fl-page-header-primary .fl-page-header-wrap {
    border-bottom: none;
  }
  .fl-page-header-primary .fl-page-nav-wrap {
    border-top: none;
    border-bottom: none;
  }
  .volunteer-row {
    margin-top: -259px;
  }
  .fl-page-bar-row .col-md-6.col-sm-6.text-left.clearfix {
      width: 65%;
  }
  .fl-page-header-primary .fl-logo-img {
    max-height:  8.5vw;
  }
  .fl-page-header-logo {
      text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1009px) {
    .topbar-menu > li:first-child {
      padding-left: 0;
    }
    .topbar-menu-container {
      clear: both;
    }
    .fl-page-bar .col-md-6.col-sm-6.text-right.clearfix {
      right: 10px;
    }
}
@media (min-width: 1010px) and (max-width: 1117px) {
    .fl-page-bar .col-md-6.col-sm-6.text-right.clearfix {
      right: 50px;
    }

}

@media (max-width: 992px) {
   .promo-row .fl-row-content-wrap {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
   }
   .promo-left .fl-module-content.fl-node-content {
      margin-left: 20px;
      margin-right: 20px;
   }
   .promo-right .fl-module-content.fl-node-content {
      margin-left: 20px;
      margin-right: 20px;
   }
   .volunteer-row .fl-col {
      padding-top: 0;
   }
   .volunteer-row {
      margin-top: 0;
   }
}

@media (min-width: 993px) and (max-width: 1139px) {
   .volunteer-row {
     margin-top: -200px;
   }
}

@media (min-width: 992px) {
  .pullup .fl-page-content, .home-top-banner {
    margin-top: -184px; /*Adjust depending on the height of the header for large devices*/
  }
  .home.pullup .fl-page-content {
    margin-top: 0;
  }
.volunteer-row .fl-col {
    padding-top: 150px;
}
.stats-row .fl-icon-wrap {
    margin-top: 20px;
}
  /* -------- Header & Nav -------- */
.fl-page-nav.fl-nav.navbar.navbar-default {
    bottom: 10px;
    position: absolute;
}
  .fl-page-header-primary .fl-logo-img {
    max-height: none;
  }

}