/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* CTA menú secundario Donativo */

.cta-dona{border-radius: 0px;}
           .cta-dona a {color: #fff!important;}
            li.cta-dona{
                background-color:#ed7818; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 12px 13px 10px 10px!important;
            border-radius: 50px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.cta-dona:hover {background-color:#c96310;}
 

                 .et-fixed-header #top-menu .cta-dona a {
                        color: #fff!important;}
        .cta-dona li.current-menu-ancestor > a, .cta-dona li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.cta-dona {height: 33px;}}
