/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.4.1.1530779158
Updated: 2018-07-05 08:25:58

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .book-online {border-radius: 0px;}
            .book-online a {color: #fff!important;}
            li.book-online {
                background-color:#7e3015; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 12px 12px 12px 12px!important;
            border-radius: 3px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.book-online:hover {background-color:#b69389;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .book-online a {
                        color: #fff!important;}
        .book-online li.current-menu-ancestor > a, .book-online li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.book-online {height: 33px;}}
 

