body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Raleway', sans-serif;
    /* font-family: 'Red Hat Text', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 300;
    color: #757575;
    word-spacing: 2px;
    letter-spacing: 0.04rem;
    line-height: 1.5;
}

* {
    cursor: inherit !important;
}

.secondary-font {
    font-family: 'Raleway', sans-serif;
}

a, button {
    cursor: pointer !important;
    outline: none
}

a:not(.btn),
.list-group a:not(.list-group-item) {
    color: inherit;
    text-decoration: none;
}

a.card:not(.btn),
.list-group a.card:not(.list-group-item),
.card a:not(.btn),
.list-group .card a:not(.list-group-item) {
    color: inherit;
}

a.card:hover:not(.btn),
.list-group a.card:hover:not(.list-group-item),
.card a:hover:not(.btn) 
.list-group .card a:hover:not(.list-group-item) 
{
    color: inherit;
    outline: none;
    text-decoration: none;
}

.header-menu {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    transition: all 0.2s linear;
    z-index: 99999;
}

.header-menu .e-light { display: none; }
.header-menu .e-dark { display: initial; }

.header-menu .e-light:hover { color: #ff8000 !important; }
.header-menu .e-dark:hover { color: #ff8000 !important; }

.header-menu .navbar-nav .dropdown-toggle::after {
    color: white;
    font-size: 12px;
}

.header-menu .navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    margin: 0 1rem;
}

.header-menu .navbar-dark .navbar-nav .nav-link:hover, 
.header-menu .navbar-dark .navbar-nav .nav-link:focus {
    color: #ff8000;
}

.header-menu .navbar-nav .nav-item {
    position: static;
}

.header-menu .navbar-nav .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    border: none;
    padding: 16px 16px 10px 16px;
    border-bottom: 3px solid #ff8000;
}

.sticky .header-menu {
    background: white;
    position: fixed;
    padding-top: 0;
    border-bottom: 2px solid #ff8000;
    z-index: 999;
}

.sticky .header-menu .e-light { display: initial; }
.sticky .header-menu .e-dark { display: none; }

.sticky .header-menu .navbar-nav .dropdown-toggle::after {
    color: #575b6e;
    font-size: 12px;
}

.sticky .header-menu .navbar-dark .navbar-nav .nav-link {
    color: #575b6e;
}

.sticky .header-menu .navbar-dark .navbar-nav .nav-link:hover, 
.sticky .header-menu .navbar-dark .navbar-nav .nav-link:focus {
    color: #ff8000;
}

.nav-link,
.list-group a {
    color: #575b6e;
    text-decoration: none;
}

.home-search-section,
.page-search-section {
    background-image: url('../img/home-city.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-search-section .page-search,
.home-search-section .home-slogans {
    padding-top: 180px;
}

.category-display {
    margin-top: 140px;
    margin-bottom: -10px;
}

.category-display .category-image {
    height: 60px;
    margin: auto;
}

.category-display > .card {
    color: #757575;
}

.category-display > .card:hover {
    background: #ff8000 !important;
    color: #ffffff !important; 
}

.category-display > .card:hover img {
    filter: brightness(0) invert(1);
}

.category-display img {
    width: 40px;
    margin: auto;
}

.section-padding {
    padding: 80px 0;
}

.section-padding-top {
    padding-top: 80px;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.footer-summary {
    background-image: url('../img/footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-summary .cover {
    /* background-color: rgba(65, 3, 3, 0.37); */
    /* background-color: rgba(255, 128, 0, 0.8); */
    background-color: transparent;
}

.footer-summary .number {
    font-weight: 700;
    font-size: 34px;
}

.footer-summary .card-title {
    font-weight: 300;
}

.footer-address-links {
    line-height: 2.5;
}

.footer-copyright {

}

.form-control {
    background: #ffffff;
}

.btn-primary {
    color: #ffffff;
}

.home-search-form {
    width: 100%;
    max-width: 940px;
}


.home-search-form .search-input {
    /* min-width: 500px; */
}

.home-search-form .category-input {
    min-width: 230px;
}


.media .media-image {
    max-width: 45%;
}

.media .media-image-sm {
    max-width: 20%;
}

.media h5, .media .h5 {
    font-size: 1rem;
}

.media .media-body .title {
    font-weight: 700;
}

.media .media-body .condition {
}

.media .media-body .location {}

.media .media-body .created-at {}

.media .media-body .price {}


.navbar-light .navbar-brand {
    letter-spacing: 5px;
    color: rgba(0, 0, 0, 0.46);
}

.col-lg-3.sidebar {
    max-width: 240px;
}

.image-profile.rounded-circle {
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position-x:center !important;
    width:40px;
    height:40px;
}

.category-display > :nth-child(2n) {
    /* background: #edeef0; */
}

.is-invalid ~ .cke,
.is-invalid ~ .cke .cke_top,
.is-invalid ~ .cke .cke_bottom {
    border-color: #dc3545;
}

.select2-selection.form-control {
    height: auto;
    height: calc(1.5em + 1.6rem + 2px);
    border-radius: inherit;
    border: 1px solid #ced4da;
}

.select2-selection.form-control .select2-selection__rendered {
    text-align: left;
}

.select2-selection.form-control .select2-selection__arrow {
    position: inherit;
}

.select2-selection.form-control .select2-selection__arrow b {
    right: 10px;
    left: auto;
}

.featured {
    position: absolute;
    top: -1px;
    left: 15px;
    width: 30px;
    opacity: 0.8;
}

.decoration {
    position: absolute;
    top: -9px;
    right: 15px;
    width: 50px;
    opacity: 1;
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
    z-index: 99;
}

.custom-control-label {
    padding-top: 5px;
}

.tags-container.form-control {
    height: auto;
} 

.ui-timepicker-container {
    z-index: 99 !important;
}

/* The animation code */
@keyframes zoom-in-out {
    0%   {
        background-size: 100%;
        background-position: bottom right;
    }
    50%  {
        background-size: 140%;
        background-position: top left;
    }
    100% {
        background-size: 100%;
        background-position: bottom right;
    }
}

@keyframes zoom-in-out-small {
    0%   {
        background-position: bottom right;
    }
    50%  {
        background-position: bottom left;
    }
    100% {
        background-position: bottom right;
    }
}

.home-search-section, .page-search-section {
    /* animation: none; */
    -webkit-animation-name: zoom-in-out-small; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 48s; /* Safari 4.0 - 8.0 */
    animation-name: zoom-in-out-small;
    animation-duration: 48s;
    animation-iteration-count: infinite;
}

@media (min-width: 576px){

    

    .home-search-section, .page-search-section {
        -webkit-animation-name: zoom-in-out; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 28s; /* Safari 4.0 - 8.0 */
        animation-name: zoom-in-out;
        animation-duration: 28s;
        animation-iteration-count: infinite;
    }
}

@media (max-width: 575px) {
    .media-image {
        min-width: 100%;
    }
}
