/* Best of review pages */

.single-bike_lists_page h2 {
    font-size: 24px;
}
.single-bike_lists_page b, .single-bike_lists_page strong {
    font-weight: 600;
}
.reviews-page__content ol li, .reviews-page__content ul li {
    font-size: 18px !important;
    line-height: 27px;
}
.reviews-filter .facetwp-facet-gender .facetwp-radio {
    margin: 5px 10px;
}

.custom_page .section_title, .custom_page p, .page_img_wrapper {
    margin-bottom: 20px;
}

.product-reasons__title-icon {
    vertical-align: middle !important;
    margin-bottom: 1.5px;
}

.reviews-expert__item .score-bar__label {
    margin-top: 4px;
}

.reviews-expert__item-bar .score-bar__value {
    margin-bottom: -4px;
}

#forumlist .forum_icon {
    width: 65px;
    height: 65px;
}

.btn-event{
    padding: .3rem 4.75rem;
}

.single-product__scores-learn-more{
    font-size: 12px;
    margin-top:15px;
    color: #757575;
}

.single-product__scores-learn-more span{
    color:#3fb748;
    cursor: pointer;
}

.single-product__scores-learn-more .field-tip__learn_more_out{
    position: absolute;
    display: none;
    padding-top: 26px;
    margin-top: -15px;
    z-index: 2;
    cursor: default;
}

.single-product__scores-learn-more .field-tip__learn_more {
    padding: 10px;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
    background: rgba(0,0,0,.75);
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;

}
.single-product__scores-learn-more .field-tip__learn_more:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: rgba(0,0,0,.75);
}

.single-product__scores-learn-more span.active .field-tip__learn_more_out{
    display: block;
}

@media (min-width:1024px){
    .upload-text {
        margin-bottom: 0;
    }

    .upload-text .margin-bottom-rem-1 {
        margin-bottom: 1rem;
    }

    .upload-buttons {
        margin-bottom: 2.3rem;
    }

    .upload-textarea .margin-bottom-rem-1{
        margin-bottom: 1.2rem
    }

    .upload-textarea .margin-top-rem-1{
        margin-top: 1rem;
    }

    .upload-textarea .margin-bottom-rem-3{
        margin-bottom: 3rem;
    }

    .view-event .btn-event{
        padding: .3rem 4.87rem;
    }

    .upload-textarea .margin-bottom-rem-3 .wpcf7-submit {
        margin: 0;
        padding: .3rem 4.85rem;
    }

    .view-event {
        margin-bottom: 2.5rem;
    }

    .feature_event_edit .btn-event, .feature_event_edit .wpcf7-submit {
        background-color: #3fb748;
        border: #3fb748;
        font-weight: 400;
        height: 33px;
    }

    .feature_event_edit .btn-event:hover, .feature_event_edit .wpcf7-submit:hover {
        background-color: #3fb748;
        border: #3fb748;
    }
}
@media(max-width: 768px) {
    .feature_event_edit .btn-event {
        margin: 10px 0;
    }

    .single-product__scores-learn-more{
        font-size: 14px;
    }

    .single-product__scores-learn-more .field-tip__learn_more:before {
        display: none;
    }
}

.single-product .summary-link{
    color: #3f7eb7;
}

.single-product .summary-link:hover{
    color: #3f7eb7!important;
    text-decoration: underline;
}

@media (max-width: 1024px) and (min-width:768px){
    .main_header .form-search {
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 991px) and (min-width:768px){
    .main_header .form-search {
        display: none;
    }
}
.event_description a {
    color: #3fb748;
    text-decoration: none;
    background-color: transparent;
}

.score-bar__label a {
    color: #1f2936;
    font-size: 16px;
}

.score-bar__label a:hover{
    color: #3fb748;
    font-size: 16px;
    text-decoration: none;
}

.single-product .custom_page .single-product-bottom-content p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .subscribe_section .mc4wp-form .submit_btn {
        margin-left: 5px;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    #landing_sign_in {
        font-size: unset;
        padding: .5rem 1.3rem;
        width:unset;
        max-width:unset;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #landing_sign_in {
        width: 25%;
        max-width: 40%;
        font-size: 14px;
        padding: 5px;
    }
}

.reviews-page .woocommerce-products-header__title {
    font-size: 27px;
}

@media(max-width: 768px) {
    .main_header .dropdown-menu a{
        color:#1f2936;
        font-size:16px;
        line-height:42px
    }

    #landing_sign_in {
        font-size: 14px;
        line-height: 14px;
    }
}


.event_single .map_container {
    margin-bottom: 20px;
}

.woocommerce img, .woocommerce-page img {
    min-width: 100%;
}

#author-info .avatar {
    min-width: unset;
}

.reviews-page__content .subtitle {
    text-align: center;
    margin-bottom: 12px;
}

@media(max-width: 768px) {
    .reviews-page__content .subtitle {
        font-size: 16px
    }
}

.single-product .single-product__row--rankings {
    padding: 0 ;
}

.single-product .rankings-posts, .single-product .top-posts {
    padding: 28px 0;
}

@media (min-width: 768px) {
    .single-product .rankings-posts, .single-product .top-posts {
        padding: 31px 0 ;
    }
    .p-events-shortcode {
        margin-bottom: 15px;
    }
}

.single-product .top-posts__see-all {
    position: unset;
}

.single-product .single-product__body {
    padding: 28px 0;
}

@media (min-width: 992px){
    .single-product .single-product__body {
        padding: 31px 0;
    }

    .single-product #ratings.single-product__row--content {
        padding: 31px 0;
    }

    .single-product .rankings-posts, .single-product .top-posts {
        padding: 31px 0;
    }
}

.single-product .compare-section {
    padding-top: 0;
}

.page-id-33 .section_title,
.page-id-20 .section_title, .page-id-1796 .section_title,
.page-id-52650 .section_title, .page-id-64 .section_title, .page-id-52651 .section_title { max-width: 800px!important; margin-left: auto!important; margin-right: auto!important; }

@media (max-width: 1024px){
    .single-product .single-product__score-badge {
        padding: 9px 20px 13px;
    }

    .single-product #js-score-badge .score-badge__top .score-value__total,
    .single-product #js-score-badge .score-badge__top .score-value__current {
        display: inline-block;
    }
}

.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
    opacity: 1;
}
.submit-disabled {
    background-color: #3fb74880!important;
}

.outofstock .rankings-posts {
    display: none;
}

@media (max-width: 992px) {
    .p-events-shortcode {
        margin-bottom: 15px;
    }
}

.p-events-shortcode {
    font-size: 18px;
}

body {
    padding-top: 59px;
}

.sticky-top {
    min-height: 60px;
    position: fixed;
    width: 100%;
}

.tooltip {
    font-family: unset;
    font-style: unset;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    font-size: 13px;
    line-height: 20px;
    max-width: 250px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
    color: #ffffff;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75);
    opacity: unset;
    transition: unset;
    display: block;
    z-index: 99999;
}

.tooltip-inner a {
    font-weight: 600;
    text-decoration: none;
    color: #3fb748;
}

.scoreTooltip {
    cursor: pointer;
    z-index: 1000;
}

.tooltip-inner a:hover {
    text-decoration: underline;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.75);
}

.top-posts__items .product.active .field-tip__content, .facetwp-template .product.active .field-tip__content {
    top: 80%;
    opacity: 1;
    z-index: 2;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.facetwp-template .product.active .field-tip__content {
    left: 82%;
}

.top-posts__items .product.active .field-tip__content {
    left: 81%;
}

.top-posts__items .product.active .field-tip__content a,
.facetwp-template .product.active .field-tip__content a ,
.top-posts__descr .field-tip:hover .field-tip__content a {
    font-weight: 600;
}

.top-posts__items .product.active .field-tip__content a:hover,
.facetwp-template .product.active .field-tip__content a:hover ,
.top-posts__descr .field-tip:hover .field-tip__content a:hover {
    text-decoration: underline;
}

.top-posts__descr .field-tip {
    display: inline-block;
    z-index: 2;
    bottom: 2px;
}

.top-posts__descr .field-tip:hover .field-tip__content {
    left: 50%;
    opacity: 1;
    z-index: 2;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

@media(max-width: 768px) {
    .field-tip__content {
        width: 170px;
    }
}

.single-product .top-posts__see-all {
    max-width: 50%;
}

.single_event_listing .page_nav .pag, .single_event_listing .page_nav .pag a, .single_event_listing .page_nav a {
    font-size: 14px;
}

@media (max-width: 575px){
    .single_event_listing .page_nav .pag, .single_event_listing .page_nav .pag a, .single_event_listing .page_nav a {
        font-size: 15px;
    }
}

.events_section #event-listing-view {
    display: flex;
    flex-wrap: wrap;
}

.reviews-expert__item .score-bar__label .reviews-expert__item-level {
    float: right;
    display: none;
}

@media (max-width: 759px) {
    .reviews-expert__item .score-bar__label {
        width: 100%;
    }

    .reviews-expert__item .score-bar__label .reviews-expert__item-level {
        display: block;
    }

    .reviews-expert__item-heading .reviews-expert__item-level {
        display: none;
    }
}

.product-reasons__item {
    margin-left:5px;
}
@media (min-width: 768px) {
    #events_page .post_item_meta .keys, #events_page .post_item_meta .location {
        font-size: 13px;
    }
}

.forum-link .explore_item_wrap {
    height: 147px;
    margin: 20px 0;
    border: none;
}

.forum-link .heading_container {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    height: 100% !important;
    padding: 20px 0;
}
.forum-link .explore_item_wrap .heading_container {
    width: auto;
    border: 1px solid #dce0e0;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;    
}

.forum-link .explore_item_wrap .img_wrapper {
    width: auto;
}

.forum-link .m_btn {
    min-width: 150px;
    margin: 0 10px;
}

.forum-link .actions {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 70%;
    align-items: center;
}

.forum-link p span {
    font-weight: 700;
}

.forum-link .m_btn.green {
    background: #3FB748;
    color: white;
    border:0;
    
}

@media (max-width: 991px) {
    .forum-link .explore_item_wrap .heading_container {
        width: 100%;
        padding-left: 0;
        height: auto;
        border: 1px solid #dce0e0;
        border-top: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;

    }
    .forum-link .explore_item_wrap {
        border: none;
    }

    .forum-link .explore_item_wrap .img_wrapper, .forum-link .explore_item_wrap, .forum-link .explore_item_wrap img{
        height: auto;
        width: 100%;
    }

    .forum-link .heading_container {
        justify-content: unset!important;
        height: auto !important;
    }

    .forum-link p {
        font-size: 16px;
        line-height: 24px;        
    }

    .forum-link .m_btn {
        width: 100%;
    }
    .forum-link .actions {
        margin-top: 23px;
    }
}

@media (max-width: 768px) {
    .landing_page section.forum-link {
        margin-bottom: 7px;
    } 
    .forum-link .explore_item_wrap .heading_container {
        border: none;
        font-size: 16px;
        line-height: 24px;
    }
    .forum-link .actions {
        width: 100%;
        flex-direction: column;
    }
    
    .forum-link p {
        font-size: 16px;
        line-height: 24px;        
    }

    .forum-link p:first-child {
        padding-top: 11px;
    }

    .forum-link .actions {
        margin-top: 24px;
    }
    .forum-link .m_btn {
        margin: 10px 0;
    }
}

#landind_page #events_section .section_title {
    margin-bottom: 22px;
}

@media (max-width: 991px) {
    #landind_page .guides_section .section_title, #landind_page .reviews_section .section_title {
        margin-bottom: 16px;
    }
    #landind_page .explore_section .section_title {
        margin-bottom: 11px;
    }    
}
@media (max-width: 768px) {
    #landind_page .guides_section .section_title, #landind_page .reviews_section .section_title {
        margin-bottom: 22px;
    }
    #landind_page .guides_section .container:last-child .row .col-6:nth-child(-n+2) .post_item_wrap,
    #landind_page .reviews_section .container:last-child .row .col-6:nth-child(-n+2) .post_item_wrap,
    #landind_page .explore_section .container:last-child .row .col-6:nth-child(-n+2) .explore_item_wrap{
        margin-top: 0;
    }
    #landind_page #events_section .section_title {
        margin-bottom: 22px;
    }
    #landind_page .explore_section .section_title {
        margin-bottom: 22px;
    }   
    
}

.outofstock .rankings-posts {
   display: none;
}

#landind_page #events_section div.event_listings {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #landind_page #events_section div.event_listings {
        margin-bottom: 5px;
    }
}
.page-template-page-submit_event .form_page input[type=submit] {
    font-weight: 600;
}

@media (min-width: 768px) {
    .single-product .facts-section {
        padding-top: 36px;
    }
}
@media (max-width: 768px) {
    .single-product .facts-section {
        padding-top: 45px;
    }

    .single-product .top-posts__see-all {
        max-width: 65%;
    }

    .single-product .single-product__body.comparison-section {
        padding-bottom: 5px;
    }

    .repair_article .forumpost_posted_brief p {
        font-size: 16px;
    }
}

.single-product .single-product__body.comparison-section {
    padding-bottom: 0;
}

.section-expert-reviews__items {
    border-top: 1px solid #bdc0c9;
    margin-top: 25px;
    padding-top: 0;
}

.reviews-expert__item {
    border-bottom: 1px solid #bdc0c9;
    border-top: none;
}

.single-product #reviews h3 {
    font-size: 16px;
    line-height: 25px;
}

.product-facts__title,
.section-expert-reviews__title,
.user-ratings__title,
.vote-block__title,
.rankings-posts__title,
.top-posts__title,
.compare-section__title {
    font-size: 24px!important;
}

.search .post_item_thumb a img {
    width: 100%;
    height: auto;
}

.search .post_item_thumb {
    height: auto;
}

.search .post_item_thumb .img_wrapper {
    height: auto;
}

.single-product .reviews-expert__loadmore {
    border: none!important;
}

@media (min-width: 768px) {
    .single-product__scores-buy-row span.single-product__scores-source {
        hyphens: manual;
        max-width: 90px;
    }
}

@media (max-width: 760px) {
    .landing_page .box-layout {
        padding-bottom: 15px;
    }

    .landing_page .events_section .m_btn {
        margin: 0 auto 15px auto;
    }

    /*#landind_page #events_section .post_item_meta {
        margin-bottom: 5px;
    }*/

    /*#landind_page #events_section .section_title {
        margin-bottom: 13px;
    }*/

    /*#landind_page .guides_section .post_item_wrap {
        margin: 4px 0;
    }*/

    #landind_page .baner_top {
        margin-bottom: 45px;
    }
}
.single-product__scores-source p{
    hyphens: manual;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

.user_edit .subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #1f2936;
    margin-bottom: 30px;
}

.user_edit .subtitle a {
    color: #3fb748;
}
@media (max-width: 768px) and (min-width: 340px) {
    .events_page .post_item_heading a, .landing_page .post_item_heading a {
        line-height: 21px;
    }
}

.single-product .custom_page .reviews-expert__item-excerpt {
    margin-bottom: 20px;
}

.single-product .custom_page .reviews-expert__item-content p:last-child {
    margin-bottom: 0;
}

.custom_page a.reviews-score-link {
    color: #1f2936;
    text-decoration: none;
}

.custom_page a.reviews-score-link:hover {
    color: #3fb748;
    text-decoration: none;
}

.reg_container {
    font-size: 18px;
}

.scoreTooltip {
    pointer-events: auto;
}