/**Préloader settings */
.preloader:before { width: 0px !important;}
.preloader:after { width: 0px !important;}
.preloader img{
  animation: fadeout 1.6s ease forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -5;
  }
}
.pm-user-card-cover {background-color: #dddddd;}
.pm-user-card-cover img {display: none !important;}
.header .container-fluid{ display: inline-flex;}
@media (max-width: 992px) {
    .header .container-fluid{ display: block;}
}

.pm-search-box { display: flex !important;}

@media screen and (max-width: 440px) {
  
}

/** ProfilGrid settings */

.pmagic .pm-adv-search-button{
    display: flex !important;
}
 #pm-advance-search-form .pm-search-box-wrap .pm-search-box, #pm-advance-search-form .pm-search-box-wrap .pm-search-box .pg-sortby-alpha{
    display: flex !important;
}
 #pm-advance-search-form {
     display: flex !important;
    flex-direction: column;
 }

.pmagic .pm-adv-search-button .pm-search-submit{
    display: none !important;
}

@media (max-width: 550px) {
     #pm-advance-search-form .pm-search-box-wrap .pm-search-box{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    }
    #pm-advance-search-form .pm-search-box-wrap .pm-search-box input{
    margin-bottom: 10px;
    }
}