/*
Theme Name: Inspiro PRO Child
Theme URI: https://www.wpzoom.com/themes/inspiro-pro/
Template: wpzoom-inspiro-pro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 2.2
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */


.FpLoginArea {
/* 	float: right;
	margin-top: 0px; */
	position: fixed;
  top: 29px;
  right: 15px;
	
}

.FpLoginBtn {
	border: 1px solid grey;
	border-radius: 2px;
	padding: .45em .6em .45em .6em;
	margin: 0 .3em 0 .3em;
	background-color: black;
	display: none;
	/*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
/*	transition-duration: 0.2s;*/
}

.FpLoginBtn:hover {
  background-color: #a034e3
}

.FpLoginBtn:active {
  background-color: #b753f5;
}

.FpSignUpBtn{
	background-color: blueviolet;
}

.navbar .navbar-collapse ul {
    flex-wrap: wrap;
    justify-content: center;
}

.navbar .navbar-collapse ul.nav {
    width: 780px;
}