/*
 Theme Name:   Sparrow Child
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Sparrow Digital
 Author URI:   http://www.sparrowstrategy.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/





/*Custom CTA button*/
a.demo-cta {
  display: inline-block;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(255, 208, 69, 0.8);
  border: 2px solid #FFD045;
  border-radius: 3px;
  padding: 0.3em 1em;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
a.demo-cta:hover {
  background-color: rgba(255, 208, 69, 0.4);
  color: #fff;
}
a.demo-cta:hover:after {
 	display: inline-block; 
 	font-family: 'ETmodules';
 	content: "\35";
}

/*END Custom CTA button*/

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .order-online {border-radius: 0px;}
            .order-online a {color: #fff!important;}
            li.order-online {
                background-color:#d38235; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 10px 10px 10px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.order-online:hover {background-color:#c7c71f;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .order-online a {
                        color: #fff!important;}
        .order-online li.current-menu-ancestor > a, .order-online li.current-menu-item > a {
                    color: #fff !important;}
 
 
#page-container { overflow:hidden; } 
  

#‎footer‬-info{display: none;}