/*
Theme Name: UAS
Theme URI: http://totalwptheme.com
Description: Theme for UAS
Author: UAS International Trip Support
Author URI: https://uas.aero
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

#footer-widgets .menu li{
	padding: 0;
	border: none;
}

.wpcf7-not-valid{
	border: 1px solid #f00 !important;
}

#menu-item-671:before{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    background: #c51d90;
    border-radius: 50%;
    margin-right: 10px;
}

.entry .home-section-list li:nth-child(4):before {
    background-image: url(assets/images/hsl-4.png) !important;
    width: 14px;
    height: 18px;
}


.flex{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.flex.right{
	justify-content: flex-end;
}


#floater-menu{
    position: absolute;
    top: 47vh;
    left: 0px;
	z-index: 100;
}
#floater-menu li{
    background: #000;
    margin: 5px 0px;
    padding: 5px 10px;
}
#floater-menu li a{
    color: #fff;
}