/*
 Theme Name:     Next Business Energy
 Theme URI:      https://smoothdevelopments.com.au
 Description:    Next Business Energy Theme
 Author:         Smooth Developments
 Author URI:     https://www.smoothdevelopments.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* style the get started cta button */
            .get-started {border-radius: 0px;}
            .get-started a {color: #fff!important;}
            li.get-started {
                background-color:#9fc521; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 9px 9px 9px 9px!important;
            border-radius: 0px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.get-started:hover {background-color:#555555;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .get-started a {
                        color: #fff!important;}
        .get-started li.current-menu-ancestor > a, .get-started li.current-menu-item > a {
                    color: #fff !important;}

    @media only screen and (min-width : 681px) {
            li.get-started {height: 33px;}
            li.pay-bill {height: 33px;}
            li.cost-comparison {height: 33px;}}


 /* style the pay bill cta button */
            .pay-bill {border-radius: 0px;}
            .pay-bill a {color: #fff!important;}
            li.pay-bill {
                background-color:#27a8e0; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 9px 9px 9px 9px!important;
            border-radius: 0px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.pay-bill:hover {background-color:#555555;}

 /* style cost comparison cta button */
            .cost-comparison {border-radius: 0px;}
            .cost-comparison a {color: #fff!important;}
            li.cost-comparison {
                background-color:#40b349; 
                font-weight: 700; 
                text-transform: uppercase; 
                text-align: center; 
                padding: 9px 9px 9px 9px!important;
            border-radius: 0px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
            li.cost-comparison:hover {background-color:#555555;}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .pay-bill a {
                        color: #fff!important;}
        .pay-bill li.current-menu-ancestor > a, .pay-bill li.current-menu-item > a {
                    color: #fff !important;}
 

/* fixed header button text color */
                 .et-fixed-header #top-menu .cost-comparison a {
                        color: #fff!important;}
        .cost-comparison li.current-menu-ancestor > a, .cost-comparison li.current-menu-item > a {
                    color: #fff !important;}


