/*
Theme Name: Project Vision - Divi Child Theme
Theme URI: www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: A customized version of Divi
Author: Lucian Florian
Author URI: http://www.fldtrace.com
Template: Divi
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/*font-family: 'Lato', sans-serif;*/

/*=========================== GENERAL =================================*/

.et_right_sidebar #main-content .container:before {
    display: none;
}

.container, .et_pb_row {
       width: 93%;
    max-width: 1246px;
}
a.univ-btn, a.univ-btn:hover {
    padding: 1px 20px !important;
}

.heading-two-thin.white h2 {
    color: #fff;
}
.heading-two-thin.light-green h2 {
    color: #90ba3f; /* Light Green */
}

.heading-two-thin h2 {
    font-weight: 300;
    font-size: 64px;
    color: #2f5162;
}
.top-donation-btn {
    display: none;
}

nav#top-menu-nav #top-menu li a {
    font-weight: 400;
}
nav#top-menu-nav #top-menu li.green-btn a {
    color: #fff !important;
    background-color: #90ba3f;
    padding: 15px;
    border-radius: 5px;
}
header#main-header div#et-top-navigation {
    padding: 20px 0 20px;
}
#main-header.et-fixed-header div#et-top-navigation {
    padding: 10px 0 10px;
}

nav#top-menu-nav #top-menu li.green-btn a:hover, .top-donation-btn a:hover {
    background-color: #2f5162;
}

#footer-bottom a:hover {
    color: #daff93; /*light-light-green*/
}


/* DONATIONS */

body .charitable-form-field label {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.recurring-donation-option label {
	font-size: 18px;
    color: #90ba3f;
}

body .charitable-form-header {
    margin: 0 0 1em;
    font-size: 24px;
    font-weight: bolder;
    text-transform: uppercase;
}

.donation-page-widget .charitable-donation-form {
	max-width: 800px;
	margin: auto;
}
.donation-page-widget .et_pb_widget {
	float: none;
    margin: auto !important;
}

.donation-page-widget .et_pb_widget_area_left {
    padding-right: 0;
    border-right: none;
}

#charitable-donation-form .donation-amount.selected, #charitable-donation-amount-form .donation-amount.selected, .charitable-notice, .charitable-drag-drop-images li:hover a.remove-image, .supports-drag-drop .charitable-drag-drop-dropzone.drag-over {
    border-color: #2f5162 !important;
}

body #charitable-donation-form .donation-amounts .donation-amount {
	border-radius: 3px !important;
    color: #90ba3f !important;
    border: 3px solid #90ba3f;
    font-size: 20px;
    width: 100%;
}
body #charitable-donation-form .donation-amounts .donation-amount:hover {
	background: #fff;
	border-color: #2f5162;
}

body #charitable-donation-form .donation-amounts .donation-amount .description {
	color: #a09e9e;
    font-size: 15px;
    display: none;
}
body #charitable-donation-form .donation-amounts .donation-amount.selected .description {
	 color: #e7e6e2;
}

.campaign-progress-bar .bar, .donate-button, #charitable-donation-form .donation-amount.selected, #charitable-donation-amount-form .donation-amount.selected {
    background-color: #2f5162 !important;
}

.charitable-submit-field .button {
    font-size: 1em;
    line-height: 1.5em;
    background: #90ba3f;
    border: none;
    padding: 6px 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
}
.charitable-submit-field .button:hover {
	cursor: pointer;
}

body .widget_charitable_donate_widget #charitable-donation-amount-form .donation-amounts .donation-amount {
    border-radius: 2px;
    font-size: 20px;
}

body input.text, body input[type=text], body input[type=email], body select, body textarea {
    margin: 0;
    padding: 10px 10px;
    margin-top: 5px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
}

body .et_pb_widget a {
    color: #90ba3f;
    text-decoration: none;
}

body .charitable-form-fields .charitable-fieldset {
    margin: 0 0 3em;
    padding: 2em;
    border: none;
    background: rgba(231, 230, 226, 0.22);
    border-radius: 4px;
}

#charitable-donor-fields {
	background-image: url('i/circle.svg');
    background-repeat: no-repeat;
    background-position: -260px -250px;
    background-size: 800px;
}

#charitable-gateway-fields {
	background: #90ba3f;
	color: #fff;
	background-image: url('i/circle-blue.svg');
    background-repeat: no-repeat;
    background-position: 360px -310px;
    background-size: cover;
}

.campaign-raised .amount, .campaign-figures .amount, .donors-count, .time-left, .charitable-form-field a:not(.button), .charitable-form-fields .charitable-fieldset a:not(.button), .charitable-notice {
    color: #90ba3f !important;
}

.charitable-notice .errors a {
	color: #de1733 !important;
}

.donate-info {
	font-weight: bold;
}

body #charitable-donation-amount-form, body #charitable-donation-form {
    padding-top: 0;
}

body .donate-info.et_pb_blurb h4, body .donate-info.et_pb_blurb h4 a {
	font-size: 44px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 28%;
	clear: both;
}

.donate-info .et_pb_blurb_content {
	border-top: 1px solid rgb(69, 96, 109);
    padding-top: 20px;
}

/*===================== HOME- GOALS - SECTION =================================*/
.section-ourmission {
    position: relative;
}
.section-ourmission:before,
.section-ourmission .et_parallax_bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.row-goals .clmn-goals:first-child {
    width: 40.25%;
}
.row-goals .clmn-goals:last-child {
    width: 64.25%;
}

.clmn-goals .text-goals-list:before {
    background-image: url(i/checkbox.svg);
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: 10px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 80%;
    text-align: center;
}
.clmn-goals .text-goals-list {
    margin-bottom: 31px !important;
    padding-left: 65px;
    position: relative;
}
.clmn-our-challenges .container-width-change-notify {
    margin-bottom: 16px !important;
}

/*===================== HOME- OUR APPROACH - SECTION =======================*/

.blurb-approach .et_pb_main_blurb_image img {
    max-width: 87px;
}
.blurb-approach .et_pb_main_blurb_image {
    text-align: left;
}
/*================ HOME- fullwidth- two-column - SECTION ===============*/

.promote-ctn ul li .percent p {
    font-size: 50px;
    font-weight: 300;
}
.promote-ctn ul {
    list-style: none;
    padding: 0;
}
.promote-ctn ul .percent {
    margin-bottom: 30px;
}
.promote-ctn ul li {
    width: 45%;
    float: left;
    margin-bottom: 60px;
    margin-right: 6%;
}
.promote-ctn ul li:nth-child(2n) {
    margin-right: 0;
}
.promote-ctn ul li .promote-ctn-text p {
    font-weight: 300;
}

/*========== HOME - NEWS- SECTION ============*/
.blog-news .column.size-1of2 article,
.blog-news .column.size-1of3 article,
.blog-news .column article {
    margin-bottom: 40px !important;
    background: #e9e8e4;
    background: -webkit-linear-gradient(#e9e8e4,#fdfdfd);
    background: -o-linear-gradient(#e9e8e4,#fdfdfd);
    background: -moz-linear-gradient(#e9e8e4,#fdfdfd);
    background: linear-gradient(#e9e8e4,#fdfdfd);
    border: none;
}
.blog-news .column.size-1of2 article .post-content a.more-link,
.blog-news .column.size-1of3 article .post-content a.more-link,
.blog-news .column article .post-content a.more-link {
    color: #90b93f !important;
    font-weight: normal;
    margin-top: 15px;
    display: block;
    font-size: 20px;
}
/*=============== FOOTER =================*/

.footer-content {
    line-height: 1.7em;
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 32px;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.footer-content.last {
    font-size: 16px;
    font-weight: 300;
}
#footer-bottom a {
    color: #90ba3f;
}
#footer-bottom {
    padding-top: 38px;
}

/*============================ RESPONSIVE =============================*/
@media screen and (min-width: 1480px){
.row-promote .clmn-promote-two.left {
    padding-left: 16%;
}
.row-promote .clmn-promote:last-child {
    padding-right: 16%;
}
}

@media screen and (max-width:1250px){
#main-header #top-menu li a, #main-header .et-fixed-header #top-menu li a {
    font-size: 18px;
}
#main-header #logo {
    max-height: 40%;
}
.heading-one h1 {
    font-size: 75px;
}
.heading-two-thin h2 {
    font-size: 45px;
}
}
@media screen and (max-width:1085px){
#top-menu li {
    padding-right: 15px;
}
}
@media screen and (max-width:1050px){
.top-donation-btn {
    text-align: right;
    display: inherit;
    position: absolute;
    right: 70px;
    padding: 19px 0;
}
.top-donation-btn a {
    text-align:center;
    background-color: #90ba3f;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
}
.mobile_menu_bar:before {
    font-weight: bold;
    font-size: 37px;
}
#et_mobile_nav_menu {
    display: inherit;
}
nav#top-menu-nav {
    display: none;
}
#main-header #logo {
    max-height: 55%;
}
header#main-header div#et-top-navigation,
#main-header.et-fixed-header div#et-top-navigation {
    padding: 20px 0 0;
}
div#et_mobile_nav_menu ul#mobile_menu {
    background-color: rgba(255, 255, 255, 0.93);
}
}

@media screen and (max-width:980px){
.top-donation-btn {
    right: 95px;
}
.container {
    width: 100%;
    padding: 0 5%;
}
.et_pb_row, .et_header_style_left .logo_container {
    width: 88%;
}
.footer-content {
    font-size: 17px;
}
.row-promote .clmn-promote, .row-promote .clmn-promote-two,
.section-promote .row-promote .clmn-promote:first-child .et_parallax_bg {
    background-image: none !important;
}
.blurb-approach .et_pb_main_blurb_image {
    text-align: center;
}
.clmn-our-approach-blurb .blurb-approach {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
}
@media screen and (max-width:767px){
.heading-two-thin h2, .promote-ctn ul li .percent p {
    font-size: 38px;
}
}

@media screen and (max-width:500px){
.top-donation-btn {
    right: 80px;
}
.top-donation-btn a {
    font-size: 15px;
    padding: 3px 10px 5px;
}
.promote-ctn ul li {
    text-align: center;
    width: 100%;
    margin-right: 0;
}
.clmn-goals .text-goals-list {
    padding-left: 40px;
}
.clmn-goals .text-goals-list:before {
    background-size: 50%;
}
}

@media screen and (max-width:430px){
body #page-container a.univ-btn {
    font-size: 20px;
    padding: 3px 75px 6px !important;
}
.top-donation-btn {
    float: left;
    position: inherit;
    right: 0;
    padding: 10px 0;
    width: 100%;
}
.top-donation-btn a {
    font-size: 14px;
    padding: 1px 10px 4px;
    width: 75px;
    float: right;
}
#main-header #logo {
    margin-top: 40px;
}
header#main-header div#et-top-navigation, 
#main-header.et-fixed-header div#et-top-navigation {
    padding: 10px 0 0;
}
}




