/* Header White */
.main-header {
    background: white;
}

/* Navigation text color Black */
.nav-holder nav li a {
    float: left;
    padding: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0px;
    color: #000;
    transition: all 100ms linear;
}
.show-reg-form{
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 600 !important;
    text-transform: none;
    line-height: 1em;
    letter-spacing: 0px;
}
.show-reg-form {
    float: right;
    color: #000;
    cursor: pointer;
    margin-right: 40px;
    position: relative;
    top: 32px;
    font-weight: 500;
    font-size: 12px;
}

/* Text AD Header Banner */
section.ad-header {
    background: rgba(91,178,151,0.8);
    color: #FFF;
}
.ad-header p {
    font-size: 17px;
}
.ad-header p span {
    font-weight: bold;
    font-size: 20px;
}


/* Home Page */

.listing-item-grid.on-home .listing-item-grid_title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 34px;
    position: relative;
}

.listing-item-grid.on-home .listing-item-grid_title p {
    color: #FFF !important;
    font-size: 18px;
}

.listing-item-grid.on-home .listing-item-grid_title p span {
    font-size: 18px;
    font-weight: bold;
}

/* Listing Page */
.listing-item-grid.r-form {
    padding: 314px 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.listing-item-grid.r-form .listing-item-grid_title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 42px;
    position: relative;
}

.listing-item-grid.r-form .listing-item-grid_title p {
    color: #FFF !important;
    font-size: 18px;
}

.listing-item-grid.r-form .listing-item-grid:hover p {
    color: #fff;
}

.listing-item-grid.r-form .listing-item-grid_title h3 a:hover { color: #FFF; }



.listing-item-grid.on-home .listing-item-grid:hover p {
    color: #fff;
}

.listing-item-grid.on-home .listing-item-grid_title h3 a:hover { color: #FFF !important; }


/* Media Queries */
@media only screen and (max-width: 1920px) {
    section.ad-header {
        background: rgba(91,178,151,0.8);
        color: #FFF;
    }
}

@media only screen and (min-width: 1921px) {
    section.ad-header {
        background: rgba(91,178,151,0.8);
        color: #FFF;
    }
}

@media only screen and (max-width: 480px) {
.main-header {
    height: 65px;
    background: #FFF !important;
}
section.ad-header {
    background: rgba(91,178,151,0.8);
    color: #FFF;
}
.show-reg-form-avatar-img, .header-user-menu {
    margin-right: 0px;
    margin-left: 20%;
    float: left;
    top: 26px;
}
.vismobmenu {
    opacity: 1;
    right: 0;
    visibility: visible;
    height: auto;
    top: 60px;
}
}

@media only screen and (max-width: 880px) {
.show-reg-form-avatar-img, .header-user-menu {
    margin-right: 0px;
    margin-left: 15%;
    float: left;
    /* top: 50px; */
}
}