/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/





div.footer-menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
}
div.footer-menu-class li {
    padding: 0px 20px 0px 0px;
    display: inline;
} 
div.footer-menu-class a { 
    color:#FFFFFF;
}
.bottom-footer{
    width: 100%;
    background: #000;
    z-index: 99999;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 600px) and (min-width: 1px) {

div.footer-menu-class li {
    padding: 0px 20px 0px 0px;
    display: inline-block;
    width: 100%;
    padding: 8px;
}

	}

/* Added by SimpleSolutionsFS - Irene */
.main-content.login-section {
    display:flex; 
    justify-content: space-between;
}

.main-content.login-section > div:first-child{
    width: 50%;
}

@media (max-width: 690px) {
    .main-content.login-section {
        flex-direction: column;

    }
    .main-content.login-section > div:first-child{
        width: 100%;
    }
}
/* END Added by SimpleSolutionsFS - Irene */