/* ADDITIONAL STYLES FOR forum and suggestions page */

.heartbox               { text-align: center; font: 14px 'OpenSansRegular', Arial, Helvetica, sans-serif; cursor: pointer; }
.heartbox-completed     { text-align: center; font: 14px 'OpenSansRegular', Arial, Helvetica, sans-serif; }
.heartbox:hover .heart  { color: #83c129; }    

.heart                  { font-size: 50px; color: #4c7cba; }
.heart:hover            { color: #83c129; }

.midwhi:first-of-type {
    padding-bottom: 0;
}

.no-bottom {
    padding-bottom: 0 !important;
}

.no-top {
    padding-top: 0 !important;
}

.choose-category {
    margin-bottom: 35px;
}

.choose-category p {
    color: #8a8a8a;
    font-size: 12px;
    padding-bottom: 10px;
}

.choose-category .category-item {
    background: #c1c1c1;
    padding: 5px 10px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'OpenSansbold', Arial, Helvetica, sans-serif;
    letter-spacing: .025em;
    margin-bottom: 10px;
    display: inline-block;
}

.choose-category .category-item:hover {
    background: #4c7cba;
}


.choose-category .category-item:last-of-type {
    margin-right: 0;
}

.choose-category .category-item.active {
    background: #b9be73;
}

.catlink        { cursor: pointer; }
.catlink:hover  { cursor: pointer; text-decoration: none; }

.special-list{
    width: 1100vw;
}

.special-list li {
    padding: 10px 0 !important;
    background: #fbfcfd !important;
    border-bottom: 1px solid #f6f6f6;
}

.special-list li:first-of-type {
    border-top: 1px solid #f6f6f6;
}

.special-list li:nth-of-type(2n) {
    background: #fff !important;
}

.special-list li .image-wrapper {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.special-list li .li-inner {
    width: 100%;
    max-width: 1290px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.special-list li .image-wrapper img {
    border-radius: 50%;
    border: 5px solid #ebf2fb;
    float: left;
}

.special-list li .description-wrapper {
    min-width: 0;
    display: inline-block;
    width: calc(100vw - 130px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1160px;
    padding-right: 15px;
}

.fotoopdracht-reactie { width: unset !important; vertical-align: top; }

/*@media (max-width: 1200px) {*/
/*    .special-list li .description-wrapper {*/
/*        width: calc(100vw - 120px);*/
/*        padding-right: 0;*/
/*    }*/
/*}*/

@media (max-width: 720px) {
    /*.special-list li .description-wrapper   { width: calc(100vw - 110px); }*/
    .special-list li .image-wrapper         { display: none; }
    .special-list li .description-wrapper {
        width: calc(100vw - 40px);
        padding-right: 0;
    }
}

.special-list li .description-wrapper .description-top {
    font-size: 12px;
    padding-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.special-list li .description-wrapper .description-top a {
    font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
    color: #686868;
    text-decoration: underline;
}

.special-list li .description-wrapper h5 {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #474747;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.special-list li .description-wrapper .description-bottom2 {
    padding-bottom: 0;
    width: 100%;
}

.special-list li .description-wrapper .description-bottom {
    padding-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.formfield {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 275px !important;
    height: 39px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select.formfield {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    z-index: 1;
    display: block;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    width: 275px !important;
    height: 39px !important;
}

.select select::-ms-expand {
  display: none;
}

.select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42px;
    border: 1px solid transparent;
    border-left: 1px solid #ddd;
    background-color: #f9fafb !important;
    background-image: url(/images/sort-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 10px auto !important;
    z-index: 2;
    display: block !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
    margin: 1px;
}