/*---------------------------------------------------------------------------------
 Theme Name:   Yukon Learning
 Theme URI:    https://www.yukonlearning.com/
 Description:  Making e-Learning easy for everyone!
 Author:       Yukon Learning - designed by Divi Dojo
 Author URI:   https://www.dividojo.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
------------------------------ ADDITIONAL CSS HERE ------------------------------*/
#et-top-navigation .et_pb_button{
	margin-top: 0px;
	font-size: inherit;
	font-weight: inherit;
}

#et-top-navigation .et_pb_button:after{
	font-size: 23px;
}

/*---------------Menu CTA Button---------------*/
 
#top-menu li a:hover {opacity: 1!important;}
             
.menu-cta a {
    border: 2px solid #ffffff!important;
    padding: 12px!important;
    border-radius: 3px;
    text-align: center;
	background:#0070C0!important;
	color:#FFF!important;
}
 
.menu-cta a:hover {
    background-color: #40afff!important;
    color: white!important;
	padding-right: 24px!important;
}
.menu-cta a:after {
    text-shadow: none;
	position: absolute;
    font-size: 28px;
    font-weight: 400;
    content: "\35"!important;
	font-family: ETmodules!important;
	opacity: 0;
    right: 0px;
	-webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -ms-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
}
.menu-cta a:hover:after {
	padding-left: 25px;
	opacity: 1;
}
 
.et_header_style_left #et-top-navigation {
    padding-top: 16px!important;
}
 
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 6px!important;
}
 
/*---------------CTA Button Color on Fixed Navigation---------------*/
 
#main-header.et-fixed-header .menu-cta a {
color: #fff !important;
}
 
/*---------------Menu CTA Button Mobile Settings---------------*/
 
@media only screen and (max-width: 980px) {
.menu-cta a {
    background-color: #40afff;
    }
}

/*------------------------------------------------*/
/*---------[GQ ALIGN BUTTONS TO BOTTOM]-----------*/
/*------------------------------------------------*/
 
   /* buttons fixed to the bottom */
            .gq_r_fixed_buttons .et_pb_column {
                padding-bottom:30px;}
            .gq_r_fixed_buttons .et_pb_button_module_wrapper {
                position: absolute!important;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;}