/*
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... */ 
/* Normalize */
ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
}

.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
    max-height: 80px !important;
}

/* About */
.subpage-block {
    display: inline-block;
    position: relative;
    margin: 5px 0 18px;
    height: 196px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#content #intro a, #popup-modal #intro a {
    color: #f11f3c;
}

.subpage-block a {
    display: table;
    height: 100.2%;
    width: 100.2%;
    padding: 20px;
background: rgba(37,52,71,0.2);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
/*
.subpage-block .subpage-headline span {
    color: white;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 100%;
    margin-top: 19%;
}
*/

.subpage-block .subpage-headline span {
	color: white;
    display: inline-block;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1pt;
	margin-top: 35%;
/*    height: 100%;*/
	width: 100%;
}
/* Home */
div#homeheader {
//    background: #002144;
}

.fl-page-content {

}

div#homeheaderimage {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.Circles {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
}

.fl-page-header-donate a {
    color: #ffffff;
    border: 2px solid;
    padding: 5px 13px;
    background-color: #696969;
}

@media (min-width: 992px) {
.fl-page-nav-right .fl-page-header-container {
    padding-bottom: 8px;
    padding-top: 8px;
}
}

@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
@media (min-width: 1100px) {
.fl-full-width .container {
    padding-left: 0;
    padding-right: 0;
    width: 1170px;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
.col-md-8 {
    width: 75%;
}
}

.fl-page-nav .navbar-toggle {
    font-size: 30px !important;
}
.fl-page-header-container {
    padding-top: 10px;
}

.fl-sidebar.fl-sidebar-right.fl-sidebar-display-desktop.col-md-4 {
    width: 25%;
}
aside#recent-posts-2 {
    padding-left: 40px;
}

@media (min-width: 768px) {
.container {
  width: 750px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-6 {
    width: 33.33333%;
}
.col-sm-4 {
    width: 33.33333%;
	
	
}
}
footer .fl-col {
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 768px) {
.fl-col {
    margin-left: 20px;
    margin-right: 20px;
}
.fl-page-header-container.container {
		padding-top: unset !important;
	}
img.fl-logo-img {
    width: 75%;
//    padding-top: 4.5%;
}
button.navbar-toggle {
    padding: 0 8px !important;
}
.fl-page-header-donate {
    float: right;
    width: 25%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 7.5%;
	}
div#homeheaderimage {
    width: 100% !important;
	}
.fl-row-content-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.fl-module-content.fl-node-content {
    margin: 10px;
	margin-bottom: 20px;
}
h1.fl-heading {
    line-height: 1;
}
#help .col-sm-12.col-md-3 {
    float: left;
    width: 150px !important;
	width: 40%;
/*    margin-left: 5%;*/
}
span.fl-heading-text {
    font-size: 20px;
    font-weight: 400;
}
.help-tile {
    width: 150px !important;
    height: 150px !important;
    border-radius: 150px !important;
}

.tile-headline span {
    font-size: 18px !important;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle * {
    color: #000 !important;
}
}

@media (max-width: 568px){
.fl-page-header-donate {
    float: right;
    width: 40%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 7.5%;
	}
img.fl-logo-img {
    width: 60%;
    padding-top: 7%;
}
.fl-module-content.fl-node-content {
    margin-left: 10px;
}
}
@media (max-width: 640px){
.help-tile {
    width: 115px !important;
    height: 115px !important;
    border-radius: 115px !important;
}
#help .col-sm-12.col-md-3 {
    width: 120px !important;
}
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

html body .fl-page .fl-page-header-wrap {
//background-color: #808080;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: 0px;
}

html body .fl-page .fl-page-header .fl-page-header-logo {
    height: 73px;
    width: 275px;
}

html body .fl-page .fl-page-header .fl-page-header-logo .fl-logo-text {
/*    background-image: url(https://togetherrising.org/wp-content/uploads/2017/02/Together-Rising-Logo-275-1.png); */
    color: transparent;
    display: block;
    height: 73px;
    width: 275px;
}

.fl-page .fl-page-header .fl-page-nav ul.nav li ul li a {
    color: #002144;
/*    color: #058fab;*/
}

.mmenu-donate  a.nav-link {
	color: #002246 !important;
    border: 2px;
    border-color: #002246;
    border-style: solid;
	padding: 8px !important;
	margin: 7px;
}
.mmenu-donate  a.nav-link:hover {
    background: #002246 !important;
    color: #fff !important;
}
.mmenu-support  a.nav-link {
	color: #002246 !important;
    border: 2px;
    border-color: #002246;
    border-style: solid;
	padding: 8px !important;
	margin: 7px;
}
.mmenu-support  a.nav-link:hover {
    background: #002246 !important;
    color: #fff !important;
}

.help-tile.sponsor1 {
    background: url(https://togetherrising.org/wp-content/uploads/2017/09/FUNDRAISE.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-tile.sponsor2 {
    background: url(https://togetherrising.org/wp-content/uploads/2017/09/SHOP-e1505073513213.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-tile.sponsor3 {
    background: url(https://togetherrising.org/wp-content/uploads/2017/09/CONNECT-e1505076064235.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-tile.sponsor4 {
    background: url(https://togetherrising.org/wp-content/uploads/2017/09/DONATE-e1505075847467.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.help-tile {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 260px;
    border-radius: 200px;
}

#help .help-tile a .tile-headline span {
    display: table-cell;
}

#help .help-tile a .tile-headline span.hover {
    display: none;
}

#help .help-tile a:hover .tile-headline span {
    display: none;
}

#help .help-tile a:hover .tile-headline span.hover {
    display: table-cell;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.tile-headline span {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1pt;
}

#supporter_tiles span {
    margin-top: 35%;
    width: 100%;
}

.help-tile a:hover {
    text-decoration: none;
    background: #002144;
}

.help-tile a {
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(37,52,71,0.2);
    border-radius: 200px;
    transition: .4s;
}

.help-tile .tile-headline {
    display: table-row;
    text-align: center;
}

.fl-post-grid-more {
    margin-top: 10px;
    display: inline-block;
    background-color: #002246 !important;
    color: #fff !important;
    border: none;
	font-size: 15px;
    padding: 8px 12px;
border-radius: 4px;
width: 100%;
text-align: center;
}

/* TABs v2 */
#core-values {
    position: relative;
    background-color: white;
    z-index: 1;
    color: white;
}
#core-values #core-nav {
    background-color: #002144;
/*    background-color: #058fab;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#core-values #core-nav a {
    display: inline-block;
    width: 100%;
    padding: 18px 0;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

#core-values #core-nav a:hover, #core-values #core-nav a:focus {
    text-decoration: none;
}

#core-values #core-content .tab-pane.active {
    display: block;
}
#core-values #core-content .tab-pane {
    display: none;
    height: 600px;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#core-values #core-nav a.active+.tri {
    bottom: -28px;
}

#core-values #core-nav .tri {
    width: 55px;
    height: 55px;
/*    background-color: #058fab;*/
background-color: #002144;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 11px;
    z-index: 1;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

#core-values #core-content {
    background-color: #253447;
}

#core-values #core-content .tab-pane .container .row .col-sm-6 {
    height: 100%;
}
#core-values #core-content .tab-pane .container .row {
    height: 100%;
}
#core-values #core-content .tab-pane .container {
    height: 100%;
}

#core-values #core-content .tab-pane .container .row .col-sm-6 .value {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#core-values #core-content .tab-pane .container .row .col-sm-6 .value-content {
    font-size: 24px;
    line-height: 29px;
}

/* supporter tiles square */

#supporter_tiles .tile {
    display: inline-block;
    position: relative;
    margin: 5px 0;
    height: 196px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

#supporter_tiles .tile {
    display: inline-block;
    position: relative;
    margin: 5px 0;
    height: 196px;
    width: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

#supporter_tiles .tile a {
    display: table;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: rgba(37,52,71,0.3);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

a {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


a, a:focus, a:active {
    color: #212121;
}

.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
}

.fl-menu .fl-menu-mobile-toggle { color: #ffffff !important; }

.impact-title span {
    color: white;
    display: inline-block;
    text-align: left;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1pt;
    margin-top: 23%;
    width: 100%;
}

