/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.f-justify {
	justify-content: space-between;
}
.f-h-center {
	justify-content: center;
}
.f-v-center {
	align-items: center;
}
.f-column {
	flex-direction: column;
}
.f-end {
	justify-content: flex-end;
}

.text-black {
	color: black !important;
}
.text-red {
	color: #a81b1a !important;
}

.slab-bold,
.slab-bold input,
.slab-bold textarea {
	font-family: "RobotoSlabBold" !important;
}
.slab-regular,
.slab-regular input,
.slab-regular textarea {
	font-family: "RobotoSlabRegular" !important;
}
.slab-thin,
.slab-thin input,
.slab-thin textarea {
	font-family: "RobotoSlabThin" !important;
}
.slab-light,
.slab-light input,
.slab-light textarea {
	font-family: "RobotoSlabLight" !important;
}

.bottom-red-line h2 {
	position: relative;
}
.bottom-red-line h2:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 40px;
	background: #a81b1a;
	bottom: -10px;
	left: calc(50% - 20px);
}


p.small,
.small p {
	font-size: 13px;
}
.grey-bg {
	background-color: #f4f4f4 !important;
}
.fusion-footer-widget-column li a:before {
	display: none;
}
.fusion-footer-widget-area .widget_nav_menu li {
	border: none;
	padding-left: 0;
	padding-bottom: 0;
	color:#000;
}
.fusion-footer-widget-area .widget_nav_menu li a {
	color:#000;
}
#wrapper .fusion-widget-area .current-menu-item > a,
#wrapper .fusion-widget-area .current_page_item > a {
	color: #000;
}
.fusion-copyright-notice {
	font-family: "RobotoSlabRegular";
}
.fusion-recent-posts {
	margin-bottom: 0;
}
.pre-footer {
	padding: 50px 15px;
	margin-bottom: 50px;
}
.pre-footer h2 {
	font-size: 32px;
	margin-bottom: 0;
	/*font-family: "RobotoSlab";*/
	line-height: 1;
}

.top-banner p,
.top-banner h1,
.top-banner h2,
.top-banner h3,
.top-banner h4,
.top-banner h5 {
	color: white;
}
.top-banner .fusion-text {
	margin-bottom: 50px;
}
.top-banner {
	min-height: 650px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
p.small {
	font-size: 14px;
}
.wide-letters,
h1.wide-letters,
h2.wide-letters,
h3.wide-letters,
h4.wide-letters, 
h5.wide-letters,
h6.wide-letters {
	letter-spacing: 1.5px;
}
.left-image-and-text .fusion-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	    margin-bottom: 25px;
}
.left-image-and-text .fusion-text > p {
	flex: 0 0 100px;
	    margin-right: 10%;
}
.nature-fund h3 {
	margin-bottom: 50px;
}

.fusion-header-v2 .fusion-secondary-header {
	border-top: none;
	background-color: #f9f9f9;
	border-bottom: none;
}
.fusion-secondary-header .fusion-contact-info .fa-phone {
	transform: rotate(90deg);
}
.fusion-secondary-header .fusion-contact-info i {
	    margin-right: 10px;
}
.fusion-secondary-header .fusion-header-separator {
	padding: 0 15px;
}
.pre-footer .wpcf7-form .div-right {
/*    background: white;
    border: 1px solid #d2d2d2;*/
}
.pre-footer .wpcf7-form .div-right .your-email {
	align-self: stretch;
	margin-right: 15px;
}
.pre-footer .wpcf7-form .div-right input {
	font-size: 16px;
	height: 100%;
}

.what-we-do-posts .post {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fusion-recent-posts.what-we-do-posts .columns .post {
	margin-bottom: 80px;
}
.what-we-do-posts .post .fusion-flexslider {
	flex: 0 1 400px;
	margin-right: 30px;
}
.what-we-do-posts .post .recent-posts-content {
	flex: 1;
}
.fusion-show-pagination-text .what-we-do-posts .pagination {
	    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
    border-top: 1px solid #ececec;
    padding-top: 50px;
}
.fusion-show-pagination-text .what-we-do-posts .pagination a.inactive,
.fusion-show-pagination-text .what-we-do-posts .pagination span.current {
	padding: 5px 10px;
	background: none;
	border: 1px solid #ececec;
	color: black;
	    font-size: 14px;
}
.fusion-show-pagination-text .what-we-do-posts .pagination span.current {
	color: #26a6eb;
}
.fusion-main-menu>ul>li:last-child .menu-text {
	color: white;
	    background: #a81b1a;
    text-transform: uppercase;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a81b1a, endColorstr=#a81b1a);
    transition: all .2s;
    border-width: 0px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 2px;
        padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}
.contact-flex .fusion-text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.contact-flex .fusion-text > p {
	margin-right: 15px;
}
.contact-page-form form {
	    max-width: 600px;
    margin: auto;
}

.contact-page-form form input[type="text"],
.contact-page-form form input[type="email"],
.contact-page-form form textarea {
	background: #f6f6f6;
	border: none;
	font-size: 16px;
	color: black;
}
.contact-page-form form input[type="text"],
.contact-page-form form input[type="email"] {
    height: 40px;
    line-height: 40px;
}
.contact-page-form form input[type="submit"] {
	margin: auto;
	display: block;
}
.progress-results p {
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.progress-results p:after {
	position: relative;
	display: block;
	text-align: center;
	font-size: 13px;
}
.progress-results .goal {
	color: #a81b1a;
}
.progress-results .goal:after {
	content: 'Goal';
}
.progress-results .raised {
	color: #000;
}
.progress-results .raised:after {
	content: 'Raised';
}
.progress-results,
.help-us .fusion-progressbar {
	max-width: 300px;
	margin: auto;
}
.help-us .fusion-progressbar {
	margin-bottom: 15px;
}
.help-us .fusion-text {
	margin-bottom: 30px;
}

.custom-recent-posts .post-row {
	flex: 0 1 30%;
}
.custom-recent-posts .image {
	position: relative;
}
.custom-recent-posts .date {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #009fea;
	color: white;
	    width: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
}
.custom-recent-posts .date p {
	margin-bottom: 0;
	text-transform: uppercase;
}
.custom-recent-posts .author i {
	margin-right: 5px;
}
.custom-recent-posts .post-full-date {
	color: #009fea;
	margin-bottom: 10px;
}

.custom-recent-posts.latest-news .post-full-date {
	display: none;
}
.custom-recent-posts.latest-news .author {
	display: none;
}
.custom-recent-posts.latest-news .date {
	display: none;
}
.custom-recent-posts.what-we-do .post-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 100px;
}
.custom-recent-posts.what-we-do .div-left {
	flex: 0 1 auto;
	max-width: 400px;
	margin-right: 30px;
	    width: 100%;
}
.custom-recent-posts.what-we-do .date {
	top: 0;
}

.custom-recent-posts.what-we-do .author {
	display: none;
}

.custom-recent-posts .title * {
}
.custom-recent-posts .excpert * {
}
.custom-recent-posts .post-learn-more,
.post-learn-more {
	font-weight: bold;
	/*display: block;*/
}
.home-red .fusion-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.home-red .fusion-column-wrapper {
	height: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
    color: white !important;
}
.home-red h4 {
	margin-top: 0;
	position: relative;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
}
.home-red h4:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 4px;
	background: white;
	left: 0;
}
.home-red .fusion-imageframe {
	position: absolute;
}
.home-red .fusion-text {
	padding-left: 85px;
}
.donation-page-wrapper {
	padding: 50px 0;
}
.donation-page-wrapper .fusion-column-wrapper > p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-height: 300px;
    font-size: 36px;
    text-align: center;
}
.front-donation-form #dgx-donate-form-tribute-section,
.front-donation-form #dgx-donate-form-donor-section,
.front-donation-form #_dgx_donate_repeating,
.front-donation-form #other_radio_button,
.front-donation-form #donation_header,
.front-donation-form #header_desc,
.front-donation-form span[id^="dgx_donate_giving_level"],
.front-donation-form #_dgx_donate_user_amount label  {
	display: none;
}
.front-donation-form #_dgx_donate_donor_zip {
	display: block !important;
}
.front-donation-form #_dgx_donate_user_amount {
	display: block !important;
	margin-left: 0;
	position: relative;
}
.front-donation-form .dgx-donate-form-section {
	border: none !important;
	background: #ebebeb;
	margin-bottom: 0;
}
.front-donation-form #dgx-donate-container {
	background: #ebebeb;
	margin-right: 0;
	margin-left: 0;
}
.front-donation-form h4 {
    color: white;
    background: #009fea;
    margin: 0;
    height: 80px;
    line-height: 80px;
    font-family: "RobotoSlabBold";
}
.front-donation-form #_dgx_donate_user_amount input {
    padding-left: 40px;
    padding-right: 80px;
    height: 60px;
    font-size: 30px;
    color: #a81b1a;
    border: none;
    position: relative;
        border-radius: 5px;
}
.front-donation-form #_dgx_donate_user_amount:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "$";
    width: 40px;
    height: 100%;
    color: black;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.front-donation-form #_dgx_donate_user_amount:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "USD";
    width: 80px;
    height: 100%;
    color: black;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.dgx-donate-form-section input[type="submit"] {
	    margin-right: 0;
    width: 100%;
    height: 60px;
    border: none;
    background: #a81b1a;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}
.dgx-donate-form-section select.specific-fund {
	max-width: 100%;
	height: 60px;
	font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
        width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
}
.front-donation-form #dgx-donate-form-billing-section #_dgx_donate_donor_zip input {
	max-width: 100%;
	height: 60px;
	font-size: 20px;
    border-radius: 5px;
        width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: black;
}
.front-donation-form #_dgx_donate_designated_fund label {
	display: none;
}
.front-donation-form #dgx-donate-form-billing-section div {
	display: none;
}
.front-donation-form #dgx-donate-form-billing-section #_dgx_donate_donor_zip {
	display: block;
}
.front-donation-form .dgx-donate-form-section {
	padding: 25px;
}
.front-donation-form #_dgx_donate_designated {
	margin-top: 25px;
    margin-bottom: 10px;
}
#wrapper #main .what-we-do-page .fusion-post-content > .blog-shortcode-post-title {
	    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
        margin-bottom: 10px;
    font-family: "RobotoSlabBold";
}
.search .fusion-post-wrapper .fusion-meta-info,
.search .fusion-single-line-meta,
.related-posts .fusion-carousel-meta {
	display: none;
}

/*.search #main {
	padding-top: 40px;
    padding-bottom: 40px;
}*/
.single-post .flexslider .slides img {
    max-width: 600px;
    margin: auto;
}
/*.home #main {
	padding-top: 0;
	padding-bottom: 0;
}*/
.fusion-carousel-title-below-image .fusion-carousel-title {
	    font-size: 18px;
    line-height: 1.3;
}
.fusion-contact-info {
	font-size: 14px;
}





@media (max-width: 1280px) {
	.fusion-main-menu > ul > li > a {
		padding-left: 13px;
    padding-right: 13px;
	}
	.home-red .fusion-column-wrapper {
		    padding-left: 5% !important;
    padding-right: 5% !important;
	}
}

@media (max-width: 980px) {
	.fusion-header-v2 .fusion-header {
		    padding-left: 10px;
    padding-right: 10px;
	}
	.fusion-main-menu > ul > li > a {
		padding-left: 10px;
    padding-right: 10px;
	}
	.fusion-logo img {
		    max-width: 120px;
	}
	.home-red .fusion-row {
		flex-direction: column;
	}
	.home-red .fusion-row .fusion-layout-column {
		width: 100% !important;
	}
}

@media (max-width: 930px) {
	.fusion-main-menu > ul > li > a {
	    font-size: 15px;
	}
	.pre-footer .wpcf7-form .div-right input {
		max-width: 300px;
	}
}


@media (max-width: 800px) {
	.custom-recent-posts {
		justify-content: center;
	}
	.custom-recent-posts .post-row {
		    flex: 0 1 400px;
		    margin-bottom: 30px;
	}
	.pre-footer .wpcf7-form .flex.f-justify {
		flex-direction: column;
	}
	.help-us-wrapper .fusion-column-wrapper {
		text-align: center;
	}
	.disable-mobile {
		display: none;
	}
	.photo-description .fusion-column-first {
		text-align: center;
	}
	.custom-recent-posts.what-we-do .post-row {
		flex-direction: column;
		flex: 0 1 auto;
	}
}

@media (max-width: 630px) {
	.pre-footer .wpcf7-form .div-right input {
	    max-width: 220px;
	}
	.left-image-and-text .fusion-text {
		flex-direction: column;
		align-items: center;
	}
	.left-image-and-text .fusion-text > p {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.pre-footer .wpcf7-form .div-right {
		flex-direction: column;
	}
	.pre-footer .wpcf7-form .div-right .your-email {
		margin-right: 0;
		    height: 45px;
	}
	.front-donation-form #dgx-donate-container {
		padding: 0;
	}
}