/*
 * LaraClassified - Classified Ads Web Application
 * Copyright (c) BedigitCom. All Rights Reserved
 *
 * Website: http://www.bedigit.com
 *
 * LICENSE
 * -------
 * This software is furnished under a license and may be used and copied
 * only in accordance with the terms of such license and with the inclusion
 * of the above copyright notice. If you Purchased from Codecanyon,
 * Please read the full License from here - http://codecanyon.net/licenses/standard
 */

/* Your custom CSS here... */

@media only screen and (max-width: 790px) {
    .hideOnMobile {
        display: none;
    }
}

@media only screen and (min-width: 790px) {
    .hideOnDesktop {
        display: none;
    }
}

/* Bottom Menu if LogedIn */
.ic-bottom-navigation {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .ic-bottom-navigation {
    display: block !important;
    height: 50px;
  }
  .ic-li-bottom-navigation {
    float: left;
    width: 20%;
    background-color: #fff;
    padding-bottom: 20px;
  }
.img-bottom-nav {
  height: auto;
  width: 26%;
  margin-left: 28px;
  margin-top: 10px;
}
.add-button-bottom {
   padding: 3px;
   border: 2px solid black;
   border-radius: 13px;
}

.nav-bottom-button img:active {
width: 27%
}

}

.hide-opc {
  opacity: 0;
  transition: 0.5s;
}

.navbar-toggler {
    margin-top: 18px;
    padding: 0 5px !important;
    height: 40px;
}

.span-bottom-nav {
color: #000;

    
}

.inicio-btn {
    margin-left: 22px;
}

.busca-btn {
        margin-left: 22px;
}
.publica-btn {
        margin-left: 15px;

}
.perfil-btn {
        margin-left: 22px;

}
.mensajes-btn {
    margin-left: 10px;
}

.curently-hiden {
 display: none;   
}


/*login buttons*/

.facebook-login {
    padding: 10px 2px !important;
    font-size: 0.9rem !important;

}