/*
Theme Name: Gift of Life New York
Theme URI: http://troublemaker.technology/giftoflife/
description: >-
  Gift of Life Metro New York Website Theme
Author: Troublemaker Technology Solutions
Author URI: http://troublemaker.technology
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: divi-child
*/

/* style the District 7230 menu item */
            .district7230 {border-radius: 0px;}
            .district7230 a {color: #fff!important;
            cursor:default;}
            li.district7230 {
                color:#ffffff; }
            li.district7230:hover {color:#ffffff!important;}
            
 
/* style the donate cta button */
            .donate {border-radius: 0px;}
            .donate a {color: #fff!important;}
            li.donate {
                background-color:#D60036; 
				color: #fff!important;
                font-weight: 900!important; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 13px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.donate:hover {background-color:#01ACC8; color:#ffffff!important}
			li.donate:active {color: #fff!important;}
 
/* fixed header button text color */
.et-fixed-header #top-menu li.current-menu-ancestor.donate>a, .et-fixed-header #top-menu li.current-menu-item.donate>a{
                        color: #ffffff!important;}

                 .et-fixed-header #top-menu li.current-menu-item .donate a {
                        color: #ffffff!important;}
                .et-fixed-header #top-menu .donate a {
                        color: #fff!important;}
       .donate li.current-menu-item a {
                    color: #fff !important;}
.donate li.current_page_item a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.donate {height: 33px;}}
            
            /* dollar counter */
            .dollar .percent-value:before { content:'$';}
            .dollar .percent-value:after { content:'M';}
            
input {
	font-size: 18px!important;
padding: 10px 10px 10px 10px!important;
}


/* footer equal column height */
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
