/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Foxy Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.wp-caption {
border: 1px solid #ffffff;
background-color: #ffffff;
color: #15636A;
text-align: center;
padding-top: 0px;
margin: 0px;
word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}
.wp-caption p.wp-caption-text {
font-size: 1.1em;
line-height: 25px;
font-weight: bold;
padding: 8px;
margin: 0;
word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none;
}


/* style the get started cta button */
            .donate {border-radius: 0px;}
            .donate a {color: #fff!important;}
            li.donate {
                background-color:#800000; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 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:#c96310;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .donate a {
                        color: #fff!important;}
        .donate li.current-menu-ancestor > a, .donate li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.donate {height: 33px;}}