/*
Theme Name: RITMO Cronus
Description: This is a custom child theme of cronus for the ritmo website.
Author: Antoine Legrain
Template: cronus
Version: 1.0.0
*/

/* hamburger/email styling for profile page */
.menu-btn a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.responsive-menu{
	display: none;
}

.expand {
	display: block !important; 
}

.mobile-nav{
        /*float:right;*/
        padding: 0 5% 0 0;
        margin: -30px 0 0 0;
	vertical-align:top;
	background:#ffffff;
	z-index: 999;
        position: fixed;
}

button.btn-link,input.btn-link {
     font-weight:bold;
     border:none; 
     padding:5px !important;
     margin:2px 2px 2px 0;
     text-decoration:none;
 cursor:pointer;
width:100%; 
text-align:left;
}
    /**/

button.btn-link:hover {
    background-color: #ffcb05;
    text-decoration:underline;
}


a.ftr-link:link, a.ftr-link:visited, a.ftr-link:hover, a.ftr-link:active {
	text-decoration: none;
font-weight:normal;
}
