/*
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
*/
/*ImageBUG OVERLAYS======*/
/*.fl-post-grid-image a::after {
  background-image: url('/wp-content/uploads/2017/10/trnnBanner.mobile-1-e1508167651178.jpg');
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  bottom: 10px;
  right: 10px;
  opacity: 0.5;
  background-size: 100%;
  background-repeat: no-repeat;
}*/
.fl-post-grid-image div.post-grid-image-bug-container {
  position:absolute;
  bottom:10px;
  left:10px;
}
.fl-post-grid-image img.post-grid-image-bug {
  width:65% !important;
  height:auto !important;
  opacity:0.5;
}
.lightbox-magnify {
  cursor:pointer;
}
a {
  text-decoration:none !important;
}
a:not(.fl-button):hover {
  text-decoration:none !important;
  border-bottom:unset !important;
}
.fl-row-fixed-width {
  max-width:1351px !important
}
@media screen and (max-width: 768px) {
  #donation-separator-front-page {
    /*display:none;*/
  }
  #more-connections-front-page-icons .fl-icon {
    margin:10px 20px;
  }
}
/*@font-face {
  font-family:"War is Over";
  src: url("/wp-content/themes/bb-theme-child/includes/fonts/War is Over.ttf") format("truetype");
}*/
/*GLOBAL FONT STYLING==============================================================================*/
html {
  font-size:62.5%;
}
.html-font-size-normal {
  font-size:62.5%;
}
@media screen and (min-width: 769px) {
  .html-font-size-big {
    font-size:75%;
  }
}
@media screen and (max-width: 768px) {
  .html-font-size-big {
    font-size:82.5%;
  }
}
body p {
  font-size:1.6rem !important;
  line-height:1.63 !important;
}
h2.fl-post-grid-title {
  font-size:2.2rem !important;
  line-height:normal !important;
}
/*=================================================================================================*/
/*FONT SIZING INTERACTION ELEMENTS=================================================================*/
#font-sizing-row {
  position:fixed;
  bottom:50%;
  right:0;
  background-color:#eeeeee;
  border:1px solid #000000;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:0 0 5px #000000;
}
#font-sizing-icons div.fl-icon-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
}
#font-sizing-icons div.fl-icon-group span.fl-icon i {
  float:unset;
}
#font-sizing-icons div.fl-icon-group span.fl-icon i:hover {
  cursor:pointer;
}
#font-sizing-icons div.fl-icon-group span.fl-icon:last-of-type i::before {
  font-size:1.5em;
}
#font-sizing-icons div.fl-icon-group span.fl-icon:last-of-type {
  margin-bottom:0;
}
#font-sizing-icons div.fl-icon-group span.fl-icon:last-of-type {
  margin-top:0;
}
/*HEADING SIZINGS*/
h1 {font-size:3.6rem;}
h2 {font-size:6.1rem;}
h3 {font-size:2.4rem;}
h4 {font-size:1.8rem;}
h5 {font-size:1.4rem;}
h6 {font-size:1.2rem;}
/*=================================================================================================*/
.fl-col-small {
  max-width:none !important;
}
/*TRNN SECTION HEADINGS============================================================================*/
.trnn-section-heading {
  font-weight:bold;
  /*text-align: center;*/
}
.trnn-section-heading h1, .trnn-section-heading h2 {
  font-size:4.5rem;
}
/*Coloring Headings*/

.trnn-sidebar-heading {
  margin:0;
  text-align:right;
}
@media screen and (min-width: 769px) {
  .trnn-sidebar-heading {
    margin:20px !important;
  }
  .trnn-sidebar-heading h2 {
    font-size:2.4rem;
    text-align:center;
  }
}
@media screen and (max-width: 768px) {
  .trnn-section-heading {
    /*padding:0 10px 0 0;*/
    margin-bottom:10px;
    background-color:#273043;
  }
  .trnn-section-heading > div.fl-module-content {
    padding:10px;
    margin:0;
  }
  .trnn-section-heading h1, .trnn-section-heading h2, .trnn-section-heading h3 {
    font-size:2.5rem;
    text-align:left !important;
    color:#ffc20f !important;
  }
  .trnn-section-heading:before {
    width:100%;
    height:3px;
    background-color:#ffc20f;
    content:"";
    /*position:absolute;*/
    display:block;

  }
  .trnn-section-heading-container div.fl-row-content-wrap {
    padding-top:10px;
    padding-bottom:10px;
  }
}
@media screen and (min-width: 769px) {
  .trnn-section-heading {
    font-size:3.5em;
    margin-top:0;
  }
}
/*RIGHT SIDEBAR SEPARATOR SECTION==================================================================*/
.rightSidebarSeparator-section .fl-col:first-of-type {
  border-right: 1px solid #e6e6e6;
}
/*.rightSidebarSeparator-section .fl-col:first-of-type:after {
  height:100%;
  width:1px;
  background-color:#e6e6e6;
  content:"";
  position:absolute;
  display:block;
}*/
.rightSidebarSeparator-section .fl-col:first-of-type .fl-col-content {
  margin:0 20px;
}

/*SIDEBAR STYLINGS=================================================================================*/
.sidebar-box {

}
  .sidebar-box div.fl-module-content {
    padding:20px;
    margin:0;
  }
    .sidebar-box div.fl-module-content > div.fl-widget {
      margin:0;
    }
.sidebar-box-gray {
  background-color:#eeeeee;
  color:#000000;
  border:1px solid #aaaaaa;
}
.sidebar-box-blue {
  background-color:#273043;
  border:1px solid #ffc20f;
  color:#ffc20f !important;
}
.sidebar-box-blue * {
  color:#ffc20f !important;
}
.sidebar-box-blue label.gfield_label {
  color:#ffc20f !important;
}
.sidebar-box-blue div.donation-info-container {
  color:#ffffff !important;
}
.sidebar-box-blue h1, .sidebar-box-blue h2, .sidebar-box-blue h3, .sidebar-box-blue h4, .sidebar-box-blue h5, .sidebar-box-blue h6,
.sidebar-box-blue h1 a, .sidebar-box-blue h2 a, .sidebar-box-blue h3 a, .sidebar-box-blue h4 a, .sidebar-box-blue h5 a, .sidebar-box-blue h6 a {
  color:#ffc20f;
}
.sidebar-right, .sidebar-left {
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}
@media screen and (min-width: 769px) {
  .sidebar-right {
    margin-left:20px;
    margin-right:0;
  }
  .sidebar-left {
    margin-left:0;
    margin-right:20px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-hide-mobile {
    display:none;
  }
}

/*STICKY SIDEBAR STYLINGS======================================================*/
.sidebarSticky {
  position:sticky;
  position:-webkit-sticky;
  top:100px;
}
/*.stickysidebar .fl-module-content {
  box-shadow:0 0 10px #000000;
  padding:20px;
  background-color:#e6e6e6;
}
.stickysidebar .fl-widget {
  margin:0;
}
@media screen and (min-width: 769px) {
  .stickysidebar .fl-module-content {
    margin-left:0;
  }
}*/
@media screen and (max-width: 768px) {
  .sidebar-sticky {
    display:none;
  }
}

/*DONATION SIDEBAR WIDGET==========================================================================*/
.donationSpecificsContainer p {
  text-align:left;
  margin:0;
}
.donationSpecificsContainer div {
  margin-bottom:20px;
}
.donationInfoHeading {
  font-size:2.4rem !important;
  text-align:center;
}
.donationEmphasis {
  font-weight:bold;
  text-decoration:underline;
}
.donation-sidebar #usaDonationContainer {
  border-bottom:1px solid #aaaaaa;
  margin-bottom:20px;
}
.donation-sidebar #canadaDonationContainer {
  /*margin*/
}


@media screen and (min-width: 769px) {
  .donation-content-container div.fl-row-content {
    /*width:90%;*/
    /*max-width:1350px;*/
  }
}
/*=================================================================================================*/

.donation-sidebar {

}
  .donation-sidebar .pre-donation-form .radio-buttons-listItem div.ginput_container ul li label {
    font-weight:normal !important;
  }
  .donation-sidebar .pre-donation-form label.gfield_label {
    font-size:2.5em;
    color:#000000;
    text-align:center;
  }
  .donation-sidebar .pre-donation-form ul.gfield_radio li {
    font-size:1.3em;
    color:#f90e1e !important;
  }
  .donation-sidebar .pre-donation-form label.gfield_label {
    font-weight:normal !important;
  }
  .donation-sidebar .pre-donation-form label.gfield_label span.gfield_required {
    display:none;
  }
  .donation-sidebar .pre-donation-form ul div.ginput_container {
    margin:15px 0 !important;
  }
  .donation-sidebar .pre-donation-form .gform_footer {
    margin:0 !important;
    padding:0 !important;
  }
  .donation-sidebar .pre-donation-form li {
    margin:0 !important;
    padding:0 !important;
  }
  .donation-sidebar .pre-donation-form_wrapper {
    margin:0 !important;
  }
  .donation-sidebar .donation-type-button {
    width:100%;
  }
  .donation-type-button-parent {
    margin-bottom:5px;
  }
  .donation-type-button {
    background-color:#ffc20f !important;
    color:black !important;
    border-color:#000000 !important;
  }
  .donation-type-button:hover {
    background-color:#273043 !important;
    color:#ffffff !important;
    border:1px solid #ffc20f !important;
  }
  .donation-type-button-parent a {
    border-bottom:none !important;
    text-decoration:none !important;
  }
  @media screen and (max-width: 768px) {
    .donation-sidebar {
      position:unset;
    }
  }

/*VIDEO SIDEBAR====================================================================================*/
.video-sidebar .fl-module-content {
  padding:0;
  /*box-shadow:none;*/
  background-color:unset;
}
/*FONT SETTINGS====================*/
.standout-font, .standout-font *:not(i) {
  font-family:Helvetica;
  /*text-transform:uppercase;*/
}
.standout-font input.fl-search-input {
  text-transform:none;
}

.post-carousel-alternate-colors .fl-post-carousel-post:nth-of-type(2n) {
  background-color:#273043;
}
  .post-carousel-alternate-colors .fl-post-carousel-post:nth-of-type(2n) .fl-post-carousel-text * {
    color:#ffffff !important;
  }
  .post-carousel-alternate-colors .fl-post-carousel-post:nth-of-type(2n+1) .fl-post-carousel-text * {
    color:#273043;
  }
@media screen and (min-width: 786px) {
  .post-carousel-padded-image div.fl-post-carousel-post > div.fl-post-carousel-image {
    padding:10px;
  }
}
/*Social Share Buttons=============================================================================*/
@media screen and (max-width: 768px) {
  .a2a-share-buttons-mobile-shrink div.addtoany_list > a > span {
    height:20px;
    line-height:2rem;
    width:20px;
  }
}
/*SIDEBAR POST LIST================================================================================*/
.sidebar-post-list-header {
  /*margin-top:500px;
  font-size:*/
}
.sidebar-post-list {
  margin-top:0;
}
.sidebar-post-list .fl-post-grid-post {
  font-size: 1.5rem;
}
.sidebar-post-list .fl-post-text {
  padding: 0;
  margin:0;
}
.sidebar-post-list .fl-post-feed-header {
  margin:0;
}
.sidebar-post-list .fl-post-feed-title {
  font-size:1.5rem;
  line-height:1;
	margin: 0;
	padding: 0 0 5px;
}
  .sidebar-post-list .fl-post-feed-title a {
    font-size:inherit !important;
  }
.sidebar-post-list .fl-post-feed-meta {
  font-size:1rem;
}
.sidebar-post-list .fl-post-feed-post {
  padding:10px 0;
}
.sidebar-post-list div.fl-post-feed-post:not(:last-of-type) {
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.sidebar-post-list-gray {
  margin-top:20px;
  color:#273043;
}
.sidebar-post-list-gray div.fl-post-feed-post:not(:last-of-type) {
  border-bottom-color:#273043;
}
/*PAGE SEPARATORS==================================================================================*/
.row-full-width-blue {
  color:#ffc20f;
  background-color:#273043;
}
.row-full-width-gray {
  background-color:#dadada;
  color:#273043;
}
/*DONATION FULL WIDTH SEPARATOR====================================================================*/
.donation-full-width div.fl-widget {
  margin-bottom:0;
}
.donation-full-width div.fl-widget div.pre-donation-form_wrapper {
  margin:0;
}
.donation-full-width div.fl-widget form.pre-donation-form div.gform_footer {
  display:none;
}
.donation-full-width div.fl-widget form.pre-donation-form ul.gform_fields li.radio-buttons-listItem:first-of-type {
  margin-top:0;
}
.donation-full-width div.fl-widget form.pre-donation-form li.radio-buttons-listItem > label {
  font-size:3rem;
}
.donation-full-width div.fl-widget form.pre-donation-form li.radio-buttons-listItem > label > span.gfield_required {
  display:none;
}
.donation-full-width div.fl-widget > div.gform_widget ul.gform_fields div.donation-type-selection-container > div.donation-type-button-container > div.donation-type-button-parent input {
  width:100%;
}
.donation-full-width div.fl-widget > div.gform_widget ul.gform_fields div.donation-type-selection-container > div.donation-type-button-container > div.donation-type-button-parent {
  padding-left:10px;
  padding-right:10px;
}
@media screen and (max-width: 768px) {
  .donation-separator-row-fullWidth, .newsletter-separator-row-fullWidth, .row-full-width {
    /*margin:10px 0;*/
    padding-left:10px;
    padding-right:10px;
  }
  .donation-full-width .radio-buttons-listItem label, .donation-full-width .radio-buttons-listItem div.ginput_container_radio ul.gfield_radio li {
    text-align:center;
  }
}
@media screen and (min-width: 769px) {
  .donation-full-width #donationByCheckContainer {
    display:flex;
    justify-content:space-around;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields > li {
    text-align:center;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields > li:first-of-type > div.ginput_container > ul.gfield_radio {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields > li:first-of-type > div.ginput_container > ul.gfield_radio > li {
    margin-left:20px;
    margin-right:20px;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields > li:first-of-type > div.ginput_container > ul.gfield_radio > li > label {
    max-width:unset;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields div.donation-type-selection-container > div.donation-info-container {
    display:none;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields div.donation-type-selection-container > div.donation-type-button-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
  }
  .donation-full-width div.fl-widget > div.gform_widget ul.gform_fields > li:first-of-type > label {
  }
}
/*FULL WIDTH SUBSCRIBE FORM========================================================================*/
.subscribeForm-fullWidth .fl-widget {
  margin:0;
}
.subscribeForm-fullWidth .front-page-subscribe-form_wrapper {
  margin:0;
}
.subscribeForm-fullWidth .front-page-subscribe-form ul li label.gfield_label,
.subscribeForm-fullWidth .front-page-subscribe-form ul li div.ginput_complex span label {
  display:none !important;
}
.subscribeForm-fullWidth .front-page-subscribe-form ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
}
.subscribeForm-fullWidth .front-page-subscribe-form ul li {
  flex-grow:1;
  margin:0;
  padding:0 10px;
}
.subscribeForm-fullWidth .front-page-subscribe-form ul li div.ginput_container {
  margin:0;
}
.subscribeForm-fullWidth .front-page-subscribe-form ul li div.ginput_container input {
  margin:auto;
  width:100%
}
.subscribeForm-fullWidth .front-page-subscribe-form .gform_footer {
  margin:0;
  padding:0 10px;
}
.subscribeForm-fullWidth .front-page-subscribe-form .gform_footer .gform_button {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #273043;
  border: 1px solid #1b2437;
  background: -moz-linear-gradient(top,#454e61 0%, #273043 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454e61), color-stop(100%,#273043));
  background: -webkit-linear-gradient(top,#454e61 0%,#273043 100%);
  background: -o-linear-gradient(top,#454e61 0%,#273043 100%);
  background: -ms-linear-gradient(top,#454e61 0%,#273043 100%);
  background: linear-gradient(to bottom,#454e61 0%,#273043 100%);
  color:#ffffff;
  vertical-align: bottom;
  margin:0;
}
.subscribeForm-fullWidth .front-page-subscribe-form .gform_footer .gform_button:hover {
  background: #ffc20f;
  border: 1px solid #f3b603;
  background: -moz-linear-gradient(top,#ffe02d 0%, #ffc20f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe02d), color-stop(100%,#ffc20f));
  background: -webkit-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: -o-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: -ms-linear-gradient(top,#ffe02d 0%,#ffc20f 100%);
  background: linear-gradient(to bottom,#ffe02d 0%,#ffc20f 100%);
  color:#000000;
}
@media screen and (min-width: 769px) {
  .subscribeForm-fullWidth .front-page-subscribe-form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
  }
  .subscribeForm-fullWidth .front-page-subscribe-form div.gform_body {
    flex-grow:1;
    width:unset !important;
  }
  .subscribeForm-fullWidth .front-page-subscribe-form div.gform_footer {
    flex-grow:0;
    width:unset !important;
  }
  .subscribeForm-fullWidth .front-page-subscribe-form div.gform_body > ul.gform_fields > li.gfield {
    margin-top:0;
  }
}
@media screen and (max-width: 768px) {
  .subscribeForm-fullWidth .front-page-subscribe-form ul {
    flex-direction:column;
  }
  .subscribeForm-fullWidth .front-page-subscribe-form ul li {
    margin-bottom:10px;
    margin-top:0 !important;
  }
  .subscribeForm-fullWidth .front-page-subscribe-form ul li:first-of-type {
    margin-bottom:0;
  }
  .newsletter-separator-row-fullWidth #subscribe-callout-heading > div.fl-module-content {
    margin-bottom:0;
  }
}
/*=================================================================================================*/
/*SOCIAL BUTTONS===================================================================================*/
.social-buttons div.fl-widget {
  margin-bottom:0;
}
/*WEBSITE FEEDBACK FORM============================================================================*/
.feedbackForm-browser input, .feedbackForm-webpageAddress input {
  color:#8c8c8c !important;
  font-size:0.7em !important;
}
.feedbackForm .gfield_description, .feedbackForm .gfield:not(.feedbackForm-feedbackType) .gfield_label {
  display:none !important;
}
.feedbackForm .feedbackForm-feedbackType {
  margin-top: 20px !important;
  margin-bottom: 4px !important;
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 10px !important;
  border-radius: 10px;
}
/*PULLQUOTES=======================================================================================*/
.trnn-pullquote {
  font-size:2em;
  position:relative;
  left:-150px;
  padding:20px;
  display:inline-block;
}
/*POST GRID AUTHOR HOST LINKS======================================================================*/
.trnn-post-feed-authorHost, .trnn-post-grid-authorHost {
  font-size:1.2rem;
}
/*=================================================================================================*/
/*POST MODULE TEXT SIZING==========================================================================*/
.fl-post-carousel .fl-post-carousel-post .fl-post-carousel-title, .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-title a {
  font-size:2rem;
  line-height:1.4;
}
.fl-post-grid .fl-post-grid-post .fl-post-grid-content, .fl-post-grid .fl-post-grid-post .fl-post-grid-content p,
.fl-post-feed .fl-post-feed-post .fl-post-feed-content, .fl-post-feed .fl-post-feed-post .fl-post-feed-content p {
  font-size:1.6rem;
  line-height:1.45;
}
.fl-post-grid .fl-post-grid-post .fl-post-grid-meta, .fl-post-grid .fl-post-grid-post .fl-post-grid-meta span,
.fl-post-feed .fl-post-feed-post .fl-post-feed-meta, .fl-post-feed .fl-post-feed-post .fl-post-feed-meta span,
.fl-post-carousel .fl-post-carousel-post .fl-post-carousel-meta, .fl-post-carousel .fl-post-carousel-post .fl-post-carousel-meta span {
  font-size:1.4rem;
  line-height:1.45;
}
