.app-first-fold {
    display: flex;
    margin-bottom: 40px;
    border-radius: 4px;
    align-items: stretch;
}
.app-list-first-fold h1 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 1.5rem;
}
.app-list-first-fold h1.app-list-summery {
    line-height: 1.5;
    font-size: 16px;
    color: #2e373d;
    margin-bottom: 1rem;
}
.app-first-fold .app-details {
    padding: 0 20px;
    color: black;
    font-size: 15px;
    line-height: 25px;
}
.app-first-fold .app-details .entry-header {
    font-size: 30px !important;
}
.app-first-fold .app-details .app-info {
    padding: 2px 0;
}
.app-first-fold .app-details .app-info button {
    margin: 10px;
}
.app-first-fold .app-details .app-info span:first-child {
    font-weight: bold;
}
.app-slideshow-container {
    width: 60%;;
    flex: none;
}
.display-block,
.app-slides {
    display: none;
    height: 385px;
    justify-content: center;
    align-items: center;
    background-color: #e9e9e9;
    cursor: pointer;
}
.app-slideshow-container .display-block {
    background: #e3e3e3;
    margin: auto;
    display: flex;
}
.app-first-fold .app-slides iframe {
    position: static;
    height: 100%;
}
.app-slides .fluid-width-video-wrapper {
    margin: 0;
    padding: 0 !important;
    height: 100%;
}
.app-screenshost-nav {
    display: flex;
    background: black;
    height: 50px;
}
.app-screenshost-nav .app-nav {
    flex-grow: 1;
    width: 33%;
}
.app-screenshost-nav .app-nav .demo,
.app-screenshost-nav .app-nav .dot {
    cursor: pointer;
    padding: 12px 0;
    border-radius: 50%;
    display: none;
}
.app-screenshost-nav .app-nav .demo:hover,
.app-screenshost-nav .app-nav .active,
.app-screenshost-nav .app-nav  .dot:hover {
    display: inline-block;
    color: white;
}
.appContactButton {
    margin: 15px 15px 15px 0px;
}
.app-modal .next,
.app-modal .prev,
.app-first-fold .prev,
.app-first-fold  .next {
    cursor: pointer;
    width: auto;
    padding: 12px 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.app-modal .next:hover,
.app-modal .prev:hover,
.app-first-fold .prev:hover,
.app-first-fold .next:hover {
    color: white;
}
.app-modal .next,
.app-first-fold .next {
    float: right;
}
.app-modal .prev,
.app-first-fold .prev {
    float: left;
}
.app-first-fold {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 25px;
}
.app-details-info {
    margin: 25px 0 10px;
    border-bottom:
    1px solid #c6c6c6;
    font-weight: bold;
    padding-bottom: 5px;
}
.app-price.Free .appPrice {
    background-color: #c4ffae;
    color: #165200;
}
.app-price.Paid .appPrice {
    background-color: #ffbfbf;
    color: #950000;
}
.app-price.Restricted .appPrice {
    background-color: #ffe1ca;
    color: #c15d0d;
}
.app-price .appPrice {
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.app-tooltip {
    position: relative;
    /* display: inline-block; */
}
.app-tooltip svg {
    fill: #2b2b2b;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    text-align: center;
}
.app-tooltip .app-tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #2b2b2b;
    color: white;
    padding: 12px;
    border-radius: 4px !important;
    position: absolute;
    z-index: 1;
    top: 35px;
    right: -30px;
    max-width: 260px;
    font-size: 12px;
    line-height: 18px;
}
.app-first-fold .app-tooltip .app-tooltiptext {
    top: 28px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-meta .meta-wrap.text-left span,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-meta .meta-wrap.text-left span {
    border: 1px solid #b7b7b7;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-meta .meta-wrap.text-left span.app-tooltip,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-meta .meta-wrap.text-left span.app-tooltip {
    border: unset;
    padding: unset;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-meta .meta-wrap.text-left,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-meta .meta-wrap.text-left {
    display: flex;
    line-height: 1;
    margin-right: 10px;
}
.app-tooltip .app-tooltiptext:after {
    content: '';
    position: absolute;
    top: -10px;
    border-bottom: 10px solid #2b2b2b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    right: 10px;
}
.app-tooltip:hover .app-tooltiptext {
    visibility: visible;
}
.push-right.align-right.top-meta.app-price {
    margin-right: 20px;
}
.app-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 60px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgb(216 216 216 / 50%);
    align-items: center;
    justify-content: center;
}
.app-modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    height: 85%;
    max-height: 700px;
}
.app-modal .close {
    color: black;
    position: absolute;
    font-size: 50px !important;
    z-index: 9;
    opacity: 1;
    top: 16px;
    right: 16px;
}
.app-modal .close:hover,
.app-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.app-slides-modal {
    display: none;
    text-align: center;
    height: calc(100% - 50px);
}
img.app-screenShotsModal {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}
img.app-screenShots {
    max-height: 100%;
}
.archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page,
.post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page {
    display: flex;
    margin: 20px 0px;
    overflow: inherit;
}
.archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page .entry-img,
.post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page .entry-img {
    padding-top: 0;
    width: 320px;
    max-width: 325px;
    background: white;
    padding: 10px;
}
.archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page .entry-img img,
.post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page .entry-img img {
    position: unset;
    max-height: 180px;
    border: 1px solid #e6e9ec;
    border-radius: 4px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-title,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-title {
    margin: auto 10px;
    width: auto;
    line-height: 28px;
    font-size: 22px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content {
    font-size: 15px;
    line-height: 25px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-meta .app-price .appPrice,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-meta .app-price .appPrice {
    margin-bottom: 0;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap {
    display: grid;
    width: 100%;
}
.job-manager-info.waring-message-marketplace {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
} 
.job-manager-info.waring-message-marketplace:before {
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .app-header,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .app-header {
    display: flex;
    margin-bottom: 5px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div {
    margin: auto 0;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-ico,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-icon,
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-di,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div,
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div img,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div img {
    width: 38px;
    height: 38px;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-ico,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-icon,
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div img,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div img {
    border-radius: 50%;
    border: 1px solid silver;
}
.archive.tax-marketplace-tag .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-icon,
.post-type-archive-forcetalks_apps .forcetalks_apps .entry-content-wrap .logo-icon-div .logo-icon {
    text-align: center;
    font-size: 20px;
    line-height: 37px;
    color: white;
    font-weight: 100;
    background: #5c6cbf;
}
.archive.tax-marketplace-tag #main .app-lists .forcetalks_apps .ratio-wrap,
.post-type-archive-forcetalks_apps #main .app-lists .forcetalks_apps .ratio-wrap {
    margin: auto;
}
.archive.tax-marketplace-tag #main .app-lists,
.post-type-archive-forcetalks_apps #main .app-lists {
    list-style: none;
    margin: 0;
}
.marketplace-main {
    display: flex;
    flex-wrap: wrap;
}
.marketplace-main .main-content-area {
    flex: 1;
    padding-right: 20px;
}
.widget-area.forcetalks-marketplace-right-sidebar {
    padding-top: 20px !important;
}
.app-type-price .app-type {
    border: 1px solid #b7b7b7;
    border-radius: 50px;
    padding: 8px 16px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.app-type-price .app-price {
    display: inline-block;
    margin-right: 5px;
}
.app-type-price .app-price .app-tooltip {
    margin-right: 30px;
}
.popular-salesforce-apps-and-tools {
    margin-top: 20px;
}
.popular-salesforce-apps-and-tools ul {
    margin: 0;
}
.popular-salesforce-apps-and-tools li {
    list-style: none;
}
.app-details .app-type-price-views .app-view-count .entry-meta,
.popular-salesforce-apps-and-tools .type-forcetalks_apps .forcetalks_apps .entry-content-wrap .entry-meta {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: unset;
}
.app-type-price-views {
    display: flex;
    justify-content: space-between;
}
.app-price.app-view-count .post-views.entry-meta > span.post-views-icon.dashicons {
    line-height: 20px;
}
.app-price.app-view-count .post-views.entry-meta {
    border: 1px solid #bcbcbc !important;
    border-radius: 16px;
    padding: 2px 10px;
    font-size: 14px;
}
.marketplace-listing-filter-apps {
    display: flex;
    margin: 2rem 0 0;
    align-items: flex-end;
    flex-wrap: wrap;
}
.marketplace-listing-filter-apps #marketplace-reset-filter {
    border: 1px solid #1e42dd;
    color: black;
    background: white;
}
.app-filter-label {
    margin-bottom: 0;
    margin-left: 3px;
}
.filter-select-options {
    display: flex;
}
.forcetalks_apps.type-forcetalks_apps.ft-fullwidth .app-of-week-badge {
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
    border: 1px solid #0092dbab;
    padding: 6px 14px;
    background: #0093ff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-top-left-radius: 4px;
}
.forcetalks_apps.type-forcetalks_apps.ftSidebar,
.forcetalks_apps.type-forcetalks_apps.ft-fullwidth {
    box-shadow: 0 0 8px 1px #0091da8c;
    position: relative;
    border-radius: 4px;
}
input#marketplace-reset-filter:hover {
    background: #EEEEFF;
}
.marketplace-listing-filter-apps #marketplace-filter-apps,
.marketplace-listing-filter-apps #marketplace-reset-filter {
    margin-bottom: 20px;
    margin-left: 10px;
}
.marketplace-listing-filter-apps #appcost,
.marketplace-listing-filter-apps #apptype {
    margin-right: 10px;
    width: 235px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .app-first-fold {
        flex-direction: column;
    }
    .app-slideshow-container {
        width: 100%;
    }
    .app-slides {
        height: 420px;
    }
    .app-first-fold .app-details {
        margin-top: 20px;
        padding: 0;
    }
    .app-first-fold .app-tooltip .app-tooltiptext {
        left: -5px;
        right: unset;
    }
    .app-first-fold .app-tooltip .app-tooltiptext:after {
        left: 10px;
        right: unset;
    }
}
@media (max-width: 767px) {
    .app-slides {
        height: 362px;
    }
    .archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page,
    .post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page {
        flex-direction: column;
    }
    .archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page .entry-img,
    .post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page .entry-img {
        width: 100%;
        max-width: unset;
    }
    .archive.tax-marketplace-tag .forcetalks_apps .post-inner-wrap.list-page .entry-img img,
    .post-type-archive-forcetalks_apps .forcetalks_apps .post-inner-wrap.list-page .entry-img img {
        max-height: unset;
    }
}
@media (max-width: 640px) {
    .app-slides {
        height: 362px;
    }
    .filter-select-options {
        display: block;
    }
    .marketplace-listing-filter-apps {
        display: block;
    }
}
@media (max-width: 927px) {
    .marketplace-listing-filter-apps #marketplace-filter-apps {
        margin-left: 0;
    }
}
@media (max-width: 1063px) {
    .app_search_input {
        margin-left: 0px !important;
    }
    .marketplace-listing-filter-apps #marketplace-reset-filter {
        margin-right: 10px;
    }
}
@media (max-width: 450px) {
    .app-slides {
        height: 250px;
    }
}

.app_search_input {
    margin-bottom: 20px;
    margin-left: 10px;
}

.app_search_form {
    position: relative;
    margin: 2px 0 0;
    text-align: right;
}

.app_search_form:before {
    content: '\ef10';
    color: inherit;
    font-family: bb-icons;
    font-size: 17px;
    opacity: .4;
    position: absolute;
    right: 9px;
    top: 7px;
}

.app_search_button {
    opacity: 0;
    position: absolute;
    right: 9px;
    top: 7px;
    border-radius: 0px;
    padding-right: 0px;
    padding-top: 14px;
}

.app_search_filter{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}