input#title {
    width: 100%;
}
input#title, 
textarea#content,
input#price, 
input#new-cat {
    color: #fff;
}
textarea#content {
    background: transparent;
    border: 1px solid;
    color: #fff;
}
.new-category select {
    background: transparent;
}
.attahcments-container {
    margin-top: 30px;
}
#frontend-image {
    display: block;
    margin-top: 26px;
}
.picture-thumbnail {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    padding: 10px;
    border: 6px solid white;
    box-shadow: 0px 1px 10px -4px grey;
}
.adtional-information {
    display: flex;
    flex-direction: column;
}
select#cat {
    margin-right: 20px;
}
.marketplace-item-wrapper {
    display: flex;
    border: 1px dashed #F2D06B;
    margin-bottom: 15px;
}
.marketplace-thumbnail {
    flex: 2;
    height: 200px;
}
.marketplace-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.marketplace-item {
    flex: 3;
    padding: 0px 20px 15px 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.marketplace-item span {
    font-size: 20px;
    font-weight: 500;
}
.item-actions {
    display: flex;
    flex: 1;
    align-self: flex-end;
    align-items: flex-end;
}
.item-action-btn {
    margin: 0px 0px 0px 10px;
}
.categories input[type=text] {
    width: calc(100% - 25px);
    margin-bottom: 12px;
}
.cats-list {
    display: flex;
    flex-flow: wrap;
}
.item-category {
    flex: 1;
    height: 140px;
    overflow: auto;
    margin-right: 20px;
}
.item-category:last-child{
    margin-right: 0;
}
.item-sub-category {
    margin-left: 20px;
}
.item-price {
    margin-top: 20px;
}
.item-price p {
    display: flex;
    align-items: center;
}
.item-price p label {
    width: 70px;
}
.activity-event-thumbnail {
    display: flex;
    height: 320px;
    background: #000;
}
.activity-event-thumbnail img {
    object-fit: cover;
    width: 100%;
}
.activity-event-information {
    display: flex;
    margin-top: -103px;
    background: #ffffffab;
    position: relative;
    height: 104px;
    backdrop-filter: blur(5px);
}
.activity-event-date {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 10px;
    background: #ffc620;
    padding: 10px;
    color: #032859;
    margin-right: 0px;
    width: auto;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    min-width: 80px;
}
span.activity-event-date-day-name {
    font-size: 14px;
    line-height: 11px;
}
span.activity-price-symbol {
    font-size: 14px;
}
span.activity-event-date-month {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}
span.activity-event-date-day-number {
    font-size: 30px;
    line-height: 24px;
    font-weight: 800;
}
.activity-event-thumbnail a {
    display: flex;
    width: 100%;
}
.activity-event-title {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    color: #032859;
    text-transform: uppercase;
}
.activity-event-title p{
    color: #032859 !important;
}
.activity-inner p {
    padding: 10px 20px !important;
    line-height: 20px;
}
.new-category {
    display: flex;
}
.new-category select {
    margin: 0px 15px;
    padding: 0px 14px;
    height: 42px;
}
.new-category span {
    margin-left: 15px;
    display: flex;
    align-items: center;
    height: 42px;
}
.new-category input[type="button"] {
    height: 42px;
    font-size: 21px !important;
    line-height: 10px !important;
    width: 48px !important;
    padding: 0px 14px !important;
    background: #f2d06b !important;
    border: 0px !important;
    color: #011c40 !important;
}

.cats-list label {
    color: #fff;
}
#new_post label {
    color: #fff;
    text-transform: capitalize;
}
form#new_post > p {
    margin-top: 20px;
}
input#frontend-button {
    background: #f2d06b;
    color: #011c40;
    font-family: 'Montserrat';
    font-weight: 800;
    border: 0;
}
@media(max-width:767px){
    .activity-event-title {
        font-size: 16px;
    }
    span.activity-event-date-day-number {
        font-size: 18px;
    }
    .new-category{        
        flex-direction: column;
    }
    form#new_post {
        padding: 10px;
    }
    .new-category select {
        margin: 0 0 10px;
    }
    .categories input[type=text] {
        width: 100% ;
    }
    .new-category span {
        margin-left: 0;
    }
    .marketplace-item-wrapper {
        flex-direction: column;
    }
    .marketplace-thumbnail img {
        width: 100%;
    }
}

.cat_type label {
    margin-right: 20px;
}
/* .item-category{
    display: none;
} */
.active{
    display: block;
}
.cat_type label input {
    margin-right: 5px;
}
.new-category > select > option {
    color: #032589;
}
input#frontend-button {
    z-index: 0 !important;
}
.vf_content {
    display: flex;
}
.vf_content div {
    flex: 1;
    padding-top: 10px;
    margin-right: 10px;
}
.vf_content div:last-child {
    margin-right: 0;
}
.vf_content div input,
.vf_content div select {
    width: 100%;
}

.active{
    display: block;
}
.hide{
    display: none;
}

#appearance{
    display: none;
}

#map {
    width: 100%;
    height: 230px;
    border: none;
    margin: 20px 0;
    border-radius: 10px;
}

 /* Fixes potential theme css conflict. */
#map img {
   max-width: inherit !important;
}

.vf_content select {
    background: transparent;
    color: #fff !important;
}
.vf_content select option {
    color: #032859 !important;
}
.vf_content input{
    color: #fff !important;
    border:1px solid #fff !important;
}
div#sale label {
    padding-right: 12px;
}
div#sale {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media(max-width:425px){
    .vf_content{
        flex-direction: column;
    }
    .vf_content div {
        margin-right: 0px;
    }
}
@media(max-width:350px){
    .activity-event-information {
        height: 170px;
        flex-direction: column;
    }
    .activity-event-date {
        margin-right: 10px;
    }
}
span.counter {
    display: block;
    margin-top: -35px;
    margin-left: 10px;
}
.item-category::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.item-category::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #f2d06b;
}
.item-category::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}