@charset "UTF-8";
.georgia_font,
.main-nav .menu > .menu-item > a,
#recentcomments li,
.entry h1,
.entry h2,
.entry p,
.entry ul,
.entry ol,
.menu-sub-content ul li a,
.menu-item-has-children ul li a,
.mega-menu-content .post-box-title,
.wpcf7-form-control-wrap.your-subject select,
.post-listing .item-list .right_part h2,
.post-listing .item-list .right_part .entry,
.games-list > a .right_part h4,
.games-list > a .right_part p,
.displayaditemseven,
.displayaditemsodd,
.displayaditemseven h4,
.displayaditemsodd h4,
.sub_header,
.cat-box .cat-box-title h2 a,
.single-post .disclaimer,
.single-post p,
.comp_header .right_part h1,
.comp_header .right_part h2,
.main_board .board_item .info,
.leader_board h5,
.leader_board table td,
.tab_content .sidebar_text,
.form_wrap #newsletter-signup .sidebar,
.form_wrap #newsletter-signup .form_part label,
#awpcp-media-uploader {
    font: "Georgia", "Times New Roman", "Times", "Baskerville", serif;
}
.roboto_font,
.tie-date,
.top-post p,
.main-content .post-info time a,
.recent-post-block .post-info time a,
.wp-polls a,
.cat-box-content .item-list .more-link,
.post-listing .item-list .more-link,
.pagination,
.wp-polls-paging,
.popular-posts-list time,
.user-block .middle-holder .text_part,
.user-block .right-holder .label,
.user-block .for_points,
.awpcp-category-dropdown-container select,
.awpcp-order-form select,
.awpcp-details-form select,
.awpcp-pagination-form,
#crumbs,
*[class^=bbp-breadcrumb],
form,
fieldset,
textarea,
#buddypress .activity,
#buddypress div.item-list-tabs ul li a,
#buddypress #item-body,
#buddypress #item-body .profile-fields,
#buddypress #item-body .profile,
#buddypress #item-body .gdbbx-editor-textarea,
#buddypress div#message p,
#subscription-toggle,
#favorite-toggle,
.bbp-template-notice,
.bbp-pagination,
.bbp-topic-pagination,
.bbp-topics,
#bbpress-forums,
.entry,
.for_cat_links,
.comp_header .right_part h5,
.leader_board table th,
.nb_list li .nb_date,
.vote_button,
.tab_content select {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.main-nav .menu-item:first-child [class^="icon-"],
.main-nav .menu-item:first-child [class*=" icon-"] {
    margin-right: 26px;
}
.main-nav .menu-item > a:hover {
    color: #2f81b1;
}
.main-nav .menu-item.active a {
    color: #191919;
}
@media screen and (max-width: 767px) {
    .main-nav .menu-item.active a {
        color: white;
    }
}
.main-nav .menu-item.active a:hover {
    color: #2f81b1;
}
.main-nav .menu-item.active > a {
    color: #2f81b1;
}
.main-nav .menu > .menu-item > a {
    font-size: 17px;
}
.main-nav .menu-sub-content li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9;
}
.main-nav .menu-sub-content li:last-child {
    border-bottom: 0;
}
.main-nav .menu-sub-content {
    left: 0 !important;
}
.main-nav .mega-check-also .post-box-title {
    margin-top: 0;
    margin-bottom: 0;
}
.main-nav .mega-check-also .tie-date {
    margin: 0 0 6px 0;
}
.main-nav .mega-check-also li {
    border-bottom: 0;
}
.tie-date .fa {
    display: none;
}
body,
html {
    font-size: 17px;
}
body p {
    line-height: 27px;
}
.top-post {
    font-size: 100%;
    line-height: 21px;
}
.top-post p {
    font-size: 100%;
    line-height: 21px;
}
.widget .top-post {
    display: none;
}
.home-page .widget .top-post {
    display: block;
}
.main-content .post-info,
.recent-post-block .post-info {
    margin-bottom: 8px;
}
.main-content .post-info time,
.recent-post-block .post-info time {
    display: none;
}
.main-content .post-info time a,
.recent-post-block .post-info time a {
    color: #989898;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    font-size: .875rem;
}
.main-content .recent-post,
.recent-post-block .recent-post {
    margin-bottom: 0;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .main-content .recent-post.three_in_line,
    .recent-post-block .recent-post.three_in_line {
        width: 32%;
    }
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.icon-comment2::before,
.icon-comment::before {
    width: 25px;
    height: 25px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.widget .sidebar-nav a {
    font-size: 16px;
    line-height: 24px;
}
.widget.widget_search h2 {
    display: none;
}

.search-form button,
.search-form .form_switch {
    height: 40px;
    cursor: pointer;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
}
.search-form button .fa,
.search-form .form_switch .fa {
    font-size: 22px;
    margin-right: 10px;
}
.search-form button {

    background: #52a5d5;
    border-radius: 0 2px 2px 0;
    color: white;
    margin-left: 0;
    padding: 0 20px;
}
.search-form .form_switch {

    background-color: transparent;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    padding: 0 40px;
}
.search-form input {
    height: 40px;
    font-size: 16px;
    border-color: #fff !important;
}
.search-form label {
    width: 100%;
}
@media screen and (max-width: 860px) {
    .search-form {
        float: left;
        width: 50%;
    }
}
@media screen and (max-width: 690px) {
    .search-form {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }
}
.link-list a,
.link-list > ul a {
    font-size: 100%;
}
.wp-polls .wp-polls-ul {
    list-style: none;
}
.wp-polls li {
    font-size: 100%;
    list-style: none !important;
}
.wp-polls li label {
    font-size: 100%;
}
#recentcomments {
    font-size: 100%;
}
.page-head .stripe-line {
    display: none;
}
.cat-box-content,
.post-listing {
    border: 0;
    box-shadow: none;
}
.cat-box-content .item-list,
.post-listing .item-list {
    padding: 20px 0;
}
.cat-box-content .item-list .more-link,
.post-listing .item-list .more-link {
    background-color: #e52b1e;
    font-size: 100%;
    border-radius: 6px;
    padding: 10px 19px;
    border: 2px solid #e52b1e;
    color: white;
}
.cat-box-content .item-list .more-link:hover,
.post-listing .item-list .more-link:hover {
    background-color: white !important;
    color: #e52b1e !important;
    border-color: #e52b1e;
}
.cat-box-content ul,
.post-listing ul {
    list-style-type: none;
}
.pagination,
.wp-polls-paging {
    font-size: 14px;
    margin-top: 1rem;
}
.pagination .pages,
.wp-polls-paging .pages {
    margin-right: 1rem;
}
.pagination a,
.wp-polls-paging a {
    color: #989898;
}
.pagination a,
.pagination .current,
.wp-polls-paging a,
.wp-polls-paging .current {
    margin-left: 1rem;
    text-decoration: none;
}
.pagination a.first,
.pagination a.last,
.wp-polls-paging a.first,
.wp-polls-paging a.last {
    transform: scale(0.601, 1.321) translate(0, -3px);
    -webkit-transform: scale(0.601, 1.321) translate(0, -3px);
    -moz-transform: scale(0.601, 1.321) translate(0, -3px);
    -o-transform: scale(0.601, 1.321) translate(0, -3px);
    -ms-transform: scale(0.601, 1.321) translate(0, -3px);
    display: inline-block;
}
.single-post .single-post-thumb,
.single-post .single-post-caption {
    display: none;
}
.adzone {
    background-color: transparent;
    border: 0;
}
.adzone > div {
    padding-top: 1rem;
}
.adzone > div > small {
    display: none;
}
.adzone > div:first-child {
    display: none;
}
.container {
    background-color: transparent;
}
.container.main-container {
    background-color: #fff;
}
#wrapper.wide-layout {
    background-color: transparent;
}
.white_bg {
    background-color: white;
}
#wrapper #main {
    padding-top: 0 !important;
}
body .background-cover {
    background-color: #fff;
    /*background-image: none !important;
  -webkit-background-size: cover;
  background-size: cover;*/
}
.user-block {
    float: none;
    width: 100%;
    position: relative;
}
.user-block .login-block {
    float: right;
}
@media screen and (min-width: 767px) {
    .user-block .login-block a.moved {
        position: absolute;
        right: -142px;
        top: -95px;
    }
}
.user-block .user-info {
    float: left;
    margin-bottom: 0;
    margin-top: 1rem;
}
@media screen and (max-width: 530px) {
    .user-block .user-info {
        margin-bottom: 1rem;
        margin-top: 0;
    }
}
.user-block .btn {
    float: right;
    margin-right: 0;
    -webkit-transition: border-color 400ms;
    -moz-transition: border-color 400ms;
    -ms-transition: border-color 400ms;
    -o-transition: border-color 400ms;
    transition: border-color 400ms;
}
@media screen and (max-width: 530px) {
    .user-block .btn {
        padding: 6px 12px 8px;
    }
}
.user-block .btn.opener {
    margin-right: 0;
}
.user-block .btn:not(.btn-inverse) {
    border: 3px solid transparent;
    padding: 6px 22px 8px;
}
.user-block .btn:not(.btn-inverse):hover {
    background-color: #fff;
    border: 3px solid transparent;
}
@media screen and (max-width: 530px) {
    .user-block .btn:not(.btn-inverse) {
        padding: 6px 6px 8px;
    }
}
@media screen and (max-width: 321px) {
    .user-block .btn:not(.btn-inverse) {
        font-size: 12px;
    }
}
.user-block .middle-holder {
    float: left;
}
.user-block .middle-holder img,
.user-block .middle-holder .text_part {
    float: left;
}
.user-block .middle-holder .text_part {
    line-height: 2.5;
    margin: 0 0 0 2rem;
}
.user-block .right-holder {
    float: right;
    position: relative;
}
.user-block .right-holder .btn {
    margin-right: 0;
    padding: 4px 12px;
    border: 3px solid transparent;
}
.user-block .right-holder .label {
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #e52b1e;
    border-radius: 50%;
    color: white;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 1.9;
    font-weight: bold;
}
.user-block .right-holder img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 1rem;
}
.user-block .for_points {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    padding: 0 0 0 1rem;
}
.user-block .for_points .text {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
}
.user-block .for_points .points {
    font-size: 30px;
    font-weight: bold;
}
.rounded {
    border-radius: 50%;
}
@media screen and (max-width: 766px) {
    .hidden-xs {
        display: none;
        visibility: hidden;
    }
    #theme-header .service {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 530px) {
    #theme-header {
        padding: 0;
    }
    #theme-header .service time {
        display: none;
    }
}
.likebtn_container {
    display: none;
}
.svg_logo {
    width: 100%;
}
#footer .svg_logo {
    max-width: 200px;
}
.widget .top-widget h2 {
    padding-top: 0;
}
.widget_polls-widget {
    background-color: #f6f6f6;
    padding-top: 24px;
}
.widget_recent_comments .heading-link {
    display: none;
}
.recent-post h3 {
    margin-bottom: 10px;
}
.recent-post a.img_part {
    display: block;
}
.entry {
    font-size: 100%;
    line-height: 29px;
}
.entry p,
.entry ol,
.entry ul {
    line-height: 29px;
}
.entry h3 {
    font-weight: bold;
    font-size: 25px;
}
.share-ad-block iframe { margin-bottom: 0; }
.share-ad-block .adzone {
    margin-right: 0;
    padding-right: 0;
}
@media screen and (max-width: 1110px) {
    .share-ad-block .social-networks i {
        width: 35px !important;
        height: 35px !important;
    }
}
@media screen and (max-width: 1010px) {
    .share-ad-block .social-networks i {
        width: 25px !important;
        height: 25px !important;
    }
}
@media screen and (max-width: 920px) {
    .share-ad-block .share-block,
    .share-ad-block .adzone {
        display: block;
    }
    .share-ad-block .social-networks i {
        width: 45px !important;
        height: 45px !important;
    }
}
.post-meta:empty {
    display: none;
}
.styled_form input[type='text'],
.styled_form input[type='email'],
.styled_form input[type='password'] {
    margin-top: 1rem;
}
.styled_form .wide_1 {
    width: 100%;
}
.styled_form .wide_2,
.styled_form label {
    float: left;
}
.styled_form input.wide_2 {
    width: calc(100% - 250px);
}
.styled_form input.wide_3 {
    float: right;
    margin-top: 1rem;
}
.styled_form label {
    width: 250px;
    padding: 1.5rem 2rem .5rem 0;
    text-align: right;
    display: block;
}
@media screen and (max-width: 767px) {
    .styled_form input[type='text'],
    .styled_form input[type='email'],
    .styled_form input[type='password'] {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    .styled_form input.wide_2 {
        width: 100%;
    }
    .styled_form label {
        width: 100%;
        padding: 0;
        text-align: left;
        display: block;
    }
}
.clearfix {
    height: 1px;
    line-height: 0;
    font-size: 0;
    clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
@media (min-width: 1024px) {
    .menu-item-has-children {
        position: relative;
    }
    .menu-item-has-children.mega-recent-featured,
    .mega-links.mega-links-4col,
    .mega-links.mega-links-3col {
        position: static;
    }
    .main-nav .sub-menu,
    .main-nav ul.menu-sub-content {
        left: auto !important;
        right: auto !important;
        width: 300px;
    }
    .main-nav li.has-drop-down:last-child ul.menu-sub-content,
    .main-nav li.has-drop-down:nth-last-child(2) ul.menu-sub-content {
        right: 0 !important;
    }
    .main-nav .sub-menu,
    .main-nav ul.menu-sub-content.mega-menu-block {
        left: 0 !important;
    }
    #main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column,
    #main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
        margin-bottom: 0;
        margin-right: 0;
    }
    a.mega-links-head {
        line-height: 1 !important;
    }
    #main-nav .mega-links.mega-links-3col .menu-item {
        width: 30% !important;
        margin-right: 3% !important;
        border-bottom: 1px solid #e9e9e9 !important;
    }
    #main-nav .menu-item a {
        line-height: 1 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
.stripe-line {
    display: none;
}
.menu-sub-content ul li,
.menu-item-has-children ul li {
    border-bottom: 1px solid #e9e9e9;
}
.menu-sub-content ul li a,
.menu-item-has-children ul li a {
    font-weight: bold;
}
.mega-menu-content .post-box-title {
    font-weight: bold;
    font-size: 1.125rem;
}
.wpbdp-bar,
#wpbdp-categories li,
.displayaditemsodd {
    background-color: transparent;
}

.changecategoryselect {

    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.changecategoryselect form {

    background: #fafafa;
    border-bottom: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 17px;
    padding: 17px;
    width: 100%;
}
.changecategoryselect form {
    display: block;
}

a.button.cl_button {

    margin: 0 17px;
    text-decoration: none !important;
}

#showawpcpadpage {
    margin-top: 0;
}

.entry #classiwrapper h1 {

    font-size: 1.875rem;
    font-family: 'Georgia', serif;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 0;
}

@media (min-width: 1024px) {

    .entry #classiwrapper h1 {
        font-size: 3rem;
    }
}


#showawpcpadpage .details-gallery {
    width: 100%;
}

#showawpcpadpage .details-gallery img {
    max-width: 170px;
}

@media (min-width: 481px) {
    #showawpcpadpage .details-gallery {
        float: right;
        width: auto;
    }
}

#showawpcpadpage a.enlarge {

    clear: both;
    display: block;
    text-align: center;
}

.awpcp-listing-action-delete-ad-form {
    display: none;
}
#showawpcpadpage #displayimagethumbs a {
    padding: 3px;
}

#showawpcpadpage #displayimagethumbs img.thumbshow {
    max-width: 50px;
}

#showawpcpadpage .details-container {

    background: #fcfcfc;
    border-bottom: dashed 1px #e0e0e0;
    border-top: dashed 1px #e0e0e0;
    box-sizing: border-box;
    margin-bottom: 17px;
    padding: 17px;
}

#showawpcpadpage .hidebr br {
    display: none;
}

#showawpcpadpage .adviewed {

    border-top: dashed 1px #e0e0e0;
    margin-bottom: 17px;
    margin-top: 17px;
    padding-top: 17px;
}

#showawpcpadpage h2 {


    font-size: 3rem;
    font-weight: bold;
    margin: 0 auto 17px;
}
#showawpcpadpage .awpcp-extra-fields.clearfix {

    clear: none;
    font-size: inherit;
    height: auto;
    line-height: inherit;
}

@media (max-width: 939px) {

    .awpcp-navigation .awpcp-menu-toggle {
        display: none;
    }

    .changecategoryselect form label {

        display: block;
        margin-bottom: 17px;
        text-align: center;
        width: 100%;
    }

    .changecategoryselect form select {

        margin-bottom: 17px;
        width: 100%;
    }

    .changecategoryselect .awpcp-category-dropdown-container {

        display: block;
        float: none;
        width: 100%;
    }

    .changecategoryselect form input[type="submit"] {

        display: block;
        width: 100%;
    }
}

@media (max-width: 539px) {

    .changecategoryselect #awpcpcatname h3 {
        font-size: 20px;
    }

    .pager {

        float: none;
        margin-left: 17px;
        margin-top: 17px;
    }

    a.button.cl_button {

        box-sizing: border-box;
        display: block;
        margin: 0 17px 17px;
        width: calc(100% - 34px);
    }

    .classifieds-list-item .classifieds-list-fields {
        width: 100%;
    }
}

.awpcp-media-uploader-dropzone-inner {

    background: #fafafa;
    border: dashed #e0e0e0 1px;
    margin: 17px auto;
    padding: 34px;
}

.awpcp-media-uploader-restrictions {

    font-style: italic;
    margin-top: 17px;
    opacity: 0.5;
}

.entry .awpcp-page p,
.entry .awpcp-page div,
.entry .awpcp-page ul li {

    font-family: 'Roboto', serif !important;
}

.entry .awpcp-page h2 {

    font-size: 1.875rem;
    font-weight: bold;
}

.entry .awpcp-form-steps {

    border-bottom: dashed 1px #e0e0e0;
    border-top: dashed 1px #e0e0e0;
    margin: 17px auto;
    padding: 17px;
}

.entry .awpcp-form-steps ul {

    margin: 0;
    padding: 0;
}

.entry .awpcp-form-steps ul li {
    list-style: none !important;
}

.entry .awpcp-form-steps ul li .awpcp-form-steps-step-number {

    font-weight: bold;
    margin-right: 5px;
}

.entry .awpcp-form-steps ul li.awpcp-form-steps-current-step {

    font-weight: bold;
}

.entry .awpcp-page h3 {

    border-bottom: dashed 1px #e0e0e0;
    font-family: 'Georgia', serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2;
}

.entry ul.awpcp-messages-list {

    list-style: none !important;
    margin: 0;
    padding: 0;
}

.entry ul.awpcp-messages-list li {

    background: #fafafa;
    border: dotted 1px #e0e0e0;
    height: 30px;
    line-height: 30px;
    list-style: none;
    margin: 0;
    padding: 0 17px;
}

.awpcp-message {

    line-height: 1.2;
    margin: 0 auto 17px;
    padding: 8px 17px;
}

.awpcp-message.error {

    background: #e52b1e;
    border: solid 1px #e52b1e;
    color: white;
}

.awpcp-message.updated {

    background: #32d296;
    border: solid 1px #32d296;
    color: white;
}
.awpcp-message p {

    display: inline;
    line-height: inherit;
}

.awpcp-error {

    color: #e52b1e;
    display: block;
    font-size: 80%;
}

.entry ul.awpcp-messages-list li.error {

    background: #e52b1e;
    border: solid 1px #e52b1e;
    color: white;
}

.awpcp-upload-images-form {

    clear: both;
    display: block;
    border-top: dashed 1px #e0e0e0;
    padding-top: 17px;
    width: 100%;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list {

    list-style: none;
    margin: 0;
    padding: 0;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list > li {

    float: left;
    list-style: none;
    margin-bottom: 17px;
    margin-right: 17px;
    max-width: 180px;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list > li .awpcp-uploaded-file-thumbnail-container {
    border: solid 1px #e0e0e0;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list > li ul {

    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list > li ul li {

    list-style: none;
    margin: 0;
    padding: 0;
}

.entry .awpcp-media-manager ul.awpcp-uploaded-files-list > li ul li label {

    font-size: 12px;
}

.awpcp-category-dropdown-container,
.awpcp-order-form,
.awpcp-details-form {
    font-size: 1rem;
}
.awpcp-category-dropdown-container select,
.awpcp-order-form select,
.awpcp-details-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 19px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #989898;
    border-radius: 4px;
    width: 250px;
    background-image: url("../images/tri.png");
    background-repeat: no-repeat;
    background-position: 98% center;
}
.wpcf7-form-control-wrap.your-subject select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 19px;
    font-size: 1rem;
    line-height: 2;
    border: 1px solid #989898;
    border-radius: 0;
    max-width: 399px;
    background-color: transparent;
    background-image: url("../images/tri.png");
    background-repeat: no-repeat;
    background-position: 98% center;
}
.awpcp-pagination-form table a {
    border: 0;
}
#crumbs,
*[class^=bbp-breadcrumb] {
    text-decoration: none !important;
}
.widget_newslettersignup {
    display: none;
}
.recent-post .img_part {
    padding-bottom: 65%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    display: block;
}
.recent-post .category-link {
    margin: 0 0 10px;
}
#sidebar {
    padding: 1rem;
    font-size: 16px;
}

@media (min-width: 768px) {
    #sidebar { padding-top: 0; }
}

#sidebar .widget {
    padding-left: 0;
}
#sidebar .widget.widget_polls-widget {
    padding-left: 1rem;
}
#theme-header {
    padding-top: 0;
    background-color: #2f81b1;
}
#theme-header > .container {
    padding-top: 1rem;
}
.side_adv {
    position: fixed;
    top: 0;
    z-index: 5555;
    width: 300px;
}
@media screen and (max-width: 1199px) {
    .side_adv {
        display: none;
    }
}
.side_adv a {
    display: block;
    width: 100%;
    height: 100vh;
}
.side_adv img {
    display: block;
    width: 100%;
    height: auto;
}
#left_block {
    left: calc((50% - 585px) - 300px);
}
@media screen and (min-width: 1750px) {
    #left_block {
        left: 0;
    }
}
#right_block {
    right: calc((50% - 585px) - 300px);
}
@media screen and (min-width: 1750px) {
    #right_block {
        right: 0;
    }
}
#puzzle-container-crossword {
    min-height: 700px;
}
.pvc_stats {
    display: none;
}
@media screen and (max-width: 1023px) {
    .user-container {
        padding-right: 50px;
        position: relative;
    }
}
.post-listing .item-list {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    align-content: center;
    -webkit-align-content: center;
}
.post-listing .item-list .img_part {
    padding-bottom: 125px;
    width: 200px;
    flex: 0 0 200px;
    margin-right: 1rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 667px) {
    .post-listing .item-list {
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        align-content: center;
        -webkit-align-content: center;
    }
}
.post-listing .item-list .entry {
    margin: 0 0;
    width: 100%;
}
.post-listing .item-list .right_part {
    width: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: center;
    -webkit-align-content: center;
}
.post-listing .item-list .right_part h2 {
    width: 100%;
    font-weight: 700;
}
.post-listing #members-list {
    display: block;
}
.games-list > a {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    align-content: center;
    -webkit-align-content: center;
    color: black;
    text-decoration: none;
    margin-bottom: .5rem;
}
.games-list > a .img_part {
    padding-bottom: 125px;
    width: 200px;
    flex: 0 0 200px;
    margin-right: 1rem;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 667px) {
    .games-list > a {
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        align-content: center;
        -webkit-align-content: center;
    }
}
.games-list > a .entry {
    margin: 0 0;
}
.games-list > a .right_part {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    align-content: center;
    -webkit-align-content: center;
}
.games-list > a .right_part h4 {
    font-weight: 700;
}
#buddypress div.item-list-tabs ul {
    padding-top: 1rem;
}
#buddypress div.item-list-tabs ul li {
    margin-right: 5px;
}
#buddypress div.item-list-tabs ul li a {
    color: white;
    background-color: #2f81b1;
    border-radius: 6px;
    position: relative;
}
#buddypress div.item-list-tabs ul li a span {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000 !important;
    font-size: 12px;
    line-height: 1.2;
    color: #fff !important;
}
#buddypress div.item-list-tabs ul li.current a {
    background-color: #e52b1e;
}
#buddypress #item-body h4 {
    color: #2f81b1;
    font-size: 20px;
    margin: 0 0 1rem;
}
#buddypress #item-body .bp-widget.personal-details h4,
#buddypress #item-body .bp-widget.subscribe-to-emails h4 {
    color: #2f81b1;
    font-size: 20px;
    margin: 0 0 1rem;
}
#buddypress #item-body .profile-fields,
#buddypress #item-body .profile {
    border: 0;
}
#buddypress #item-body .profile-fields tr,
#buddypress #item-body .profile-fields td,
#buddypress #item-body .profile tr,
#buddypress #item-body .profile td {
    border: 0;
    background-color: transparent;
}
#buddypress #item-body .profile-fields .label,
#buddypress #item-body .profile .label {
    padding-left: 0;
}
#buddypress #item-body .gdbbx-editor-textarea {
    width: 100%;
    margin: .5rem 0;
}
#buddypress #item-body .gdbbx-editor-textarea label {
    width: 25%;
    padding: 0 8px 0 0;
    font-weight: bold;
}
#buddypress #item-body .gdbbx-editor-textarea textarea {
    width: 75%;
}
#buddypress #item-body .avatar-nav-items {
    margin: 0 0;
}
#buddypress div#message p {
    color: #e52b1e;
    border-left: 0;
    background-color: rgba(229, 43, 30, 0.1);
}
#subscription-toggle,
#favorite-toggle {
    display: inline-block;
    color: #fff;
    background-color: #2f81b1;
    padding: 8px 12px;
    border-radius: 6px;
    margin-right: 17px;
    margin-bottom: 17px;
}
#subscription-toggle a,
#favorite-toggle a {
    color: #fff;
    text-decoration: none;
}
.bbp-template-notice {
    border-left: 0 !important;
}
.bbp-template-notice.info {
    background-color: rgba(47, 129, 177, 0.1);
}
.bbp-pagination a,
.bbp-pagination span.current,
.bbp-topic-pagination a,
.bbp-topic-pagination span.current {
    border: 0;
    background-color: transparent;
    text-decoration: none;
    color: #989898;
}
.bbp-pagination .bbp-pagination-links a,
.bbp-pagination .bbp-pagination-links span.current,
.bbp-topic-pagination .bbp-pagination-links a,
.bbp-topic-pagination .bbp-pagination-links span.current {
    border: 0;
    background-color: transparent;
    text-decoration: none;
}
.bbp-pagination span.current,
.bbp-topic-pagination span.current {
    background-color: #eaeaea !important;
}
span.bbp-admin-links {
    color: transparent;
}
span.bbp-admin-links a {
    color: #fff;
    background-color: #2f81b1;
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: .5rem;
    margin-left: 0;
    text-transform: capitalize;
}
.standard-form .button-nav {
    padding-left: 0;
    margin-left: 0;
}
.standard-form .wp-editor-container {
    width: 100%;
    margin-top: .5rem;
    border: 1px solid #989898;
}
.standard-form ul.radio li {
    list-style-type: none;
}
.bp-screen-reader-text {
    display: none;
}
#bbpress-forums ul.even {
    background-color: transparent;
}
#smilies small {
    font-size: 1rem;
}
.entry .awpcp-listings h4 {
    margin-bottom: 17px;
}
.pager {
    margin-right: 17px;
}
.awpcp-pagination-form {
    width: 100%;
}
.awpcp-pagination-form table {
    border: 0;
}
.awpcp-pagination-form table tr td {
    border: 0;
}
.awpcp-pagination-form table tr td a {

    border: solid 1px #e0e0e0;
    color: #989898;
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    transition: 500ms ease all;
    padding: 0 7px;
}

.awpcp-pagination-form table tr td a:hover {

    background: #e52b1e;
    border-color: #e52b1e;
    color: white;
    cursor: pointer;
}

.displayaditemseven,
.displayaditemsodd {
    margin-bottom: 1rem;
}
.displayaditemseven h4,
.displayaditemsodd h4 {
    font-weight: 700;
}
.displayaditemseven h4 a,
.displayaditemsodd h4 a {
    color: #000;
    text-decoration: none;
}
.displayaditemseven > div:first-child,
.displayaditemsodd > div:first-child {
    line-height: 1;
    font-size: 12px;
}
.displayaditemseven > div:nth-child(2),
.displayaditemsodd > div:nth-child(2) {
    font-size: 16px;
    line-height: 23px;
}
.displayaditemseven > div:nth-child(3),
.displayaditemsodd > div:nth-child(3) {

    align-self: flex-end;
    float: right !important;
    font-size: 16px;
    line-height: 23px;
}
.games-list a {
    border: 0;
}
.entry .wp-polls {
    background-color: #f6f6f6;
    padding: 1rem 1rem 0;
    margin-bottom: 1rem;
}
.entry .wp-polls-ans {
    padding-bottom: .5rem;
}
.cat-box ul {
    padding-left: 0;
}
.cat-box li.first-news .inner-content {
    padding-left: 0;
}
.cat-box .cat-box-title h2 {
    margin-bottom: 0;
}
.cat-box .cat-box-title h2 a {
    text-decoration: none;
    font-size: 35px;
    font-weight: bolder;
}
.for_cat_links {
    vertical-align: top;
    text-transform: uppercase;
    color: #989898;
    font-size: .75rem;
    font-weight: bold;
    text-decoration: none;
}
.comp_header {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    align-content: center;
    -webkit-align-content: center;
}
.comp_header .img_part {
    flex: 0 1 200px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
}
.comp_header .right_part {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    flex: 0 1 calc(80% - 200px);
    padding: 2rem 1rem 1rem;
    position: relative;
}
.comp_header .right_part h1,
.comp_header .right_part h2,
.comp_header .right_part h5 {
    margin: 0 0;
    text-align: center;
    color: #6d6968;
}
.comp_header .right_part h5 {
    font-size: 23px;
    letter-spacing: 2.5px;
}
.comp_header .right_part h1,
.comp_header .right_part h2 {
    font-size: 48px;
    font-weight: bold;
}
.comp_header .right_part .foxes_image {
    position: absolute;
    right: -250px;
    bottom: -20px;
}
@media only screen and (max-width: 1024px) {
    .comp_header .right_part {
        flex: 0 1 calc(100% - 200px);
    }
    .comp_header .right_part .foxes_image {
        display: none;
    }
    .comp_header .right_part h1,
    .comp_header .right_part h2 {
        line-height: 1;
    }
}
@media only screen and (max-width: 670px) {
    .comp_header {
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        align-content: center;
        -webkit-align-content: center;
    }
    .comp_header .img_part {
        background-position: center;
    }
}
.tabs_nav {
    background-color: #6d6968;
    padding: 0 1rem;
    text-align: center;
}
.tabs_nav a {
    color: lightgrey;
    display: inline-block;
    padding: .7rem 1rem .4rem 1rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 4px inset transparent;
}
.tabs_nav a.active {
    color: white;
    border-bottom: 4px inset #fff;
}
.tabs_nav a:hover {
    text-decoration: none;
    background-color: #464343;
}
.tabs_nav a[href="#tab_2"] {
    display: none;
}
@media only screen and (max-width: 670px) {
    .tabs_nav {
        padding: 0 0;
    }
    .tabs_nav a {
        padding: .5rem .5rem;
        font-size: 14px;
    }
}
.filters_form {
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #6d6968;
}
.filters_form .half {
    width: 50%;
    float: left;
    padding: 1rem 0;
}
@media only screen and (max-width: 1024px) {
    .filters_form .half {
        width: 100%;
    }
}
.filters_form .half h6 {
    margin: 0 0 .5rem;
    text-transform: uppercase;
    font-size: 12px;
}
.filters_form .half label {
    font-size: 15px;
    margin-right: 2rem;
    display: inline-block;
    line-height: 1;
    cursor: pointer;
}
.filters_form .half label::before {
    content: '✔';
    display: inline-block;
    color: #ebebeb;
    padding: 4px 6px;
    background-color: #ebebeb;
    margin-right: 5px;
    text-align: center;
}
.filters_form .half input[type='checkbox'] {
    display: none;
}
.filters_form .half input[type='checkbox']:checked + label::before {
    background-color: #6d6968;
    color: white;
}
.fv-pagination.ajax a,
.fv-pagination.ajax span {
    font-size: 15px;
}
.fv-pagination.ajax .current {
    background-color: #2f81b1;
    border-color: #2f81b1;
}
#content.fullwidth {
    padding-top: 15px;
    width: 100%;
    margin-bottom: 32px;
}
.main_board {
    width: 75%;
    float: left;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.main_board .board_item {
    width: 32%;
    float: left;
    margin-right: 1%;
}
.main_board .board_item:nth-child(3n) {
    /*margin-right: 0;*/
}
.main_board .board_item .face {
    padding-bottom: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
.main_board .board_item .info {
    font-size: 12px;
    padding: .5rem 0 1rem;
}
.main_board .board_item .info .count {
    color: #e52b1e;
}
.main_board .board_item .info .count .fa {
    margin-right: 2px;
    margin-left: 5px;
    font-size: 12px;
}
@media screen and (max-width: 770px) {
    .main_board {
        width: 100%;
    }
}
@media screen and (max-width: 670px) {
    .main_board .board_item {
        width: 49%;
    }
    .main_board .board_item:nth-child(3n) {
        margin-right: 2%;
    }
    .main_board .board_item:nth-child(even) {
        margin-right: 0;
    }
}
.leader_board {
    width: 25%;
    float: left;
    padding: 0 1rem;
}
.leader_board .intro-text {
    font-size: 0.9em;
}
.leader_board .intro-text p {
    margin: 0 0 5px 0;
    line-height: 1.4em;
}
.leader_board h5 {
    margin: 0 0 1rem;
    font-size: 18px;
    font-weight: bold;
}
.leader_board table {
    border: none;
}
.leader_board table tr,
.leader_board table th,
.leader_board table td {
    border: none !important;
    line-height: 1rem;
    background: none !important;
}
.leader_board table th,
.leader_board table td {
    margin-bottom: 10px;
}
.leader_board table tr:first-child th {
    padding-top: 0;
}
.leader_board table th {
    padding: 40px 0 15px;
    font-size: 16px;
    font-weight: bold;
}
.leader_board table td {
    padding: 0 0 10px;
    font-size: 14px;
}
.leader_board table .leader-number,
.leader_board table .name a {
    text-decoration: none;
    color: #6d6968;
}
.leader_board table .leader-number {
    position: relative;
    width: 10%;
}
.leader_board table .leader-number div {
    display: none;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    top: -10px;
    right: 3vw;
    width: 200px;
    border: 5px solid #fff;
    background: #fff;
    z-index: 5;
}
@media screen and (max-width: 770px) {
    .leader_board table .leader-number div {
        position: fixed;
        top: 25%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
.leader_board table .name {
    min-width: 80%;
    padding: 0 5px 10px;
    cursor: pointer;
}
.leader_board table .name:hover a {
    color: #2f81b1;
}
.leader_board table .gender-icon {
    width: 2%;
}
.leader_board table .gender-icon div {
    margin: 0 auto;
}
.leader_board table tr.female .gender-icon div {
    width: 18px;
    height: 16px;
    background: url("../images/gender-icons/shoe.png") no-repeat 0 0;
}
.leader_board table tr.male .gender-icon div {
    width: 24px;
    height: 8px;
    margin-top: 4px;
    background: url("../images/gender-icons/mustache.png") no-repeat 0 0;
}
.leader_board table .heart-icon,
.leader_board table .count {
    text-align: right;
    color: #ea564c;
}
.leader_board table .heart-icon {
    width: 2%;
    padding: 0 2px 10px 20px;
}
.leader_board table .heart-icon .fa {
    font-size: 14px;
}
.leader_board table .count {
    width: 5%;
    font-size: 16px;
}
.leader_board ol {
    padding: 0 0;
}
.leader_board ol li .inner {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
    margin-top: -15px;
}
@media screen and (max-width: 770px) {
    .leader_board {
        width: 100%;
    }
}
.noticeboard_contents {
    width: 25%;
    float: left;
    padding: 0 1rem;
}
.tab_content {
    display: none;
}
.tab_content.active {
    display: block;
}
.tab_content .sidebar_text {
    float: left;
    width: 25%;
    padding: 0 1rem;
}
.tab_content .sidebar_text .fa {
    color: red;
}
.tab_content .sidebar_text h3 {
    margin-top: 0;
}
.tab_content .nb_list {
    padding: 0;
    margin: 0 0;
    font-size: 16px;
}
.tab_content .nb_list h6 {
    font-weight: bold;
}
@media screen and (max-width: 667px) {
    .tab_content .sidebar_text {
        width: 100%;
    }
}
#dZUpload {
    position: relative;
    margin: 2rem 0;
    height: 350px;
}
#dZUpload .dz-default {
    height: 250px;
    border: 3px dashed #ebebeb;
    background-color: #fff;
}
#dZUpload .dz-default span,
#dZUpload .dz-default button {
    margin: 2rem auto;
    display: block;
    text-align: center;
}
#dZUpload .dz-default button {
    background-color: #000;
    color: #fff;
}
#dZUpload .dz-default button:hover {
    background-color: #989898;
}
#dZUpload .dz-preview {
    position: relative;
    padding: 1rem 0;
    clear: both;
}
#dZUpload .dz-preview > div {
    float: left;
    margin-right: 1rem;
}
#dZUpload .dz-preview .dz-success-mark,
#dZUpload .dz-preview .dz-error-mark {
    display: none;
}
#dZUpload .dz-preview .dz-remove {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}
.text12 {
    font-size: 12px;
}
.form_wrap h1 {
    font-size: 3rem;
    font-weight: bold;
}
.form_wrap #newsletter-signup {
    width: 100%;
    font-size: 16px;
}
.form_wrap #newsletter-signup .col-sm-8 {
    width: 66%;
    float: left;
}
.form_wrap #newsletter-signup .col-sm-4 {
    width: 33%;
    float: left;
}
.form_wrap #newsletter-signup .sidebar {
    padding-left: 1rem;
    font-size: 16px;
    line-height: 21px;
}
.form_wrap #newsletter-signup .sidebar ul {
    padding: 1rem 0 0 1rem;
}
.form_wrap #newsletter-signup .sidebar ul li {
    border-bottom-color: #eaeaea;
}
.form_wrap #newsletter-signup .sidebar .inner {
    padding: 1rem 1rem 2rem;
    border: 1px solid black;
}
@media screen and (max-width: 677px) {
    .form_wrap #newsletter-signup .col-xs-12 {
        width: 100%;
    }
    .form_wrap #newsletter-signup .sidebar {
        padding-left: 0;
        padding-top: 2rem;
    }
}
.form_wrap #newsletter-signup .form_part {
    width: 50%;
    float: left;
    padding-right: 1rem;
}
@media screen and (max-width: 677px) {
    .form_wrap #newsletter-signup .form_part {
        width: 100%;
        padding-right: 0;
    }
}
.form_wrap #newsletter-signup .form_part label {
    margin-bottom: .5rem;
    position: relative;
}
.form_wrap #newsletter-signup .form_part input[type=text],
.form_wrap #newsletter-signup .form_part input[type=email],
.form_wrap #newsletter-signup .form_part input[type=password],
.form_wrap #newsletter-signup .form_part input[type=number],
.form_wrap #newsletter-signup .form_part select {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 0;
}
.form_wrap #newsletter-signup .form_part .form_fl {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
}
.form_wrap #newsletter-signup .form_part .form_fl > select:nth-child(2) {
    margin: 0 .5rem 1rem;
}
.form_wrap #newsletter-signup .form_part select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 35px;
    border: 1px solid #b7b7b7;
    padding: 2px 15px;
    color: #787878;
    background-image: url("../images/tri.png");
    background-repeat: no-repeat;
    background-position: 98% center;
}
.form_wrap #newsletter-signup .form_part .tip {
    display: inline-block;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.form_wrap #newsletter-signup .form_part .tip_text {
    position: absolute;
    right: -370px;
    top: -150px;
    padding: 5px;
    width: 350px;
    background-color: #f6f6f6;
    font-size: 14px;
    font-family: Roboto;
    line-height: 26px;
}
.form_wrap #newsletter-signup .form_part .tip_text_p {
    padding: 15px 15px 15px 15px;
    margin-bottom: 0px;
    line-height: 26px;
}
.benefits_li {
    list-style-type: none !important;
    border-bottom: 1.5px solid #F6F6F6;
    line-height: 30px;
}
.benefits_ul {
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.home-page .nb_list li:first-child {
    display: block;
}
.nb_list {
    padding: 0 0;
    list-style: none;
}
.nb_list li:first-child {
    display: none;
}
.nb_list li {
    display: block;
}
.nb_list li a {
    color: #272727;
    text-decoration: none;
    line-height: 21px;
}
.nb_list li .nb_header {
    margin: 0 0 .5rem;
}
.nb_list li .nb_date {
    color: #989898;
    text-decoration: none;
    font-size: .875rem;
}
.nb_list li.big {
    border: 1px solid #787878;
    padding: 1rem;
    margin-bottom: 1rem;
}
.nb_list li.big .image_part {
    width: 100%;
    margin-bottom: 1rem;
}
.nb_list li.big .image_part img {
    width: 100%;
}
.nb_list li.medium {
    padding: .5rem 0;
    border-bottom: 1px solid #eaeaea;
}
.nb_list li.medium .image_part {
    width: 29%;
    float: left;
}
.nb_list li.medium .text_part {
    width: 100%;
    float: left;
}
.nb_list li.medium .image_part + .text_part {
    margin-left: 1rem;
    width: calc(71% - 1rem);
}
.nb_list li.small {
    padding: .5rem 0;
    border-bottom: 1px solid #eaeaea;
}
.nb_list li.small .image_part {
    display: none;
}
.nb_list li.small .text_part {
    width: 100%;
    float: left;
}
.nb_list li.small .text_part .nb_header {
    margin-bottom: 0;
}
.nb_list li.small .text_part .nb_text,
.nb_list li.small .text_part .nb_date {
    display: none;
}
.main-post ul {
    padding-left: 2rem;
}
.main-post p {
    margin-bottom: 1rem;
}
.entry .awpcp-multiple-region-selector ul {
    list-style: none !important;
    list-style-image: none !important;
    list-style-type: none !important;
    padding-left: 0;
    margin-left: 0;
}
.entry .awpcp-multiple-region-selector ul li {
    list-style: none !important;
}
.entry .awpcp-multiple-region-selector ul li label {
    display: inline-block;
    width: 150px;
}
#adpostform input[type='submit'] {
    margin-top: 2rem;
}
.awpcp-reply-to-ad-form input[type='submit'] {
    margin-bottom: 1rem;
}
#awpcp-buddypress-listings-list li {

    padding: 17px 0;
    width: 100%;
}
#awpcp-buddypress-listings-list .awpcp-buddypress-listings-actions {
    position: absolute;
    right: 17px;
    top: 34px;
    opacity: 1 !important;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    -webkit-align-content: center;
}
#awpcp-buddypress-listings-list .awpcp-buddypress-listings-actions a {
    width: 90px;
    margin: 0 0 .5rem 0;
    padding: .3rem;
    color: #fff !important;
}
#awpcp-media-uploader .button-hero {
    padding: 0 0.5rem !important;
}
.red_star {
    color: red;
}
.form_part.with_tooltip {
    position: relative;
}
.form_part.with_tooltip .pw_tip {
    position: absolute;
    width: 250px;
    color: #FFFFFF;
    background: #333333;
    min-height: 75px;
    line-height: 23px;
    font-size: 13px;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 2px #000000;
    padding: 1rem;
}
.form_part.with_tooltip .pw_tip span {
    display: inline-block;
    width: 100%;
}
.form_part.with_tooltip .pw_tip span .fa {
    margin-right: .5rem;
}
.form_part.with_tooltip .pw_tip span.passed {
    color: #90e339;
}
.form_part.with_tooltip .pw_tip span.passed .fa-times {
    display: none;
}
.form_part.with_tooltip .pw_tip span.failed {
    color: #f5382a;
}
.form_part.with_tooltip .pw_tip span.failed .fa-check {
    display: none;
}
.form_part.with_tooltip .pw_tip span.with_offset {
    padding-top: .5rem;
    font-weight: 600;
}
.form_part.with_tooltip .pw_tip span.without_fa .fa,
.form_part.with_tooltip .pw_tip span.not_passed .fa {
    color: transparent;
}
.form_part.with_tooltip .pw_tip span.without_fa .fa-check,
.form_part.with_tooltip .pw_tip span.not_passed .fa-check {
    display: none;
}
.form_part.with_tooltip .pw_tip:after {
    content: '';
    position: absolute;
    top: 12%;
    right: 100%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-right: 8px solid #333333;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.form_part.with_tooltip input:focus + .pw_tip {
    visibility: visible;
    opacity: 1;
    left: 90%;
    top: 57%;
    margin-top: -20px;
    margin-left: 15px;
    z-index: 999;
}
.fv_upload--1 h2 {
    display: none;
}
.fv_upload--1 .fv_upload_form.hidden {
    display: block !important;
    visibility: visible !important;
}
#tab_1 .fv_upload--1,
#tab_1 .fv-most-voted.text {
    display: none;
}
#tab_1 .fv-column-grid .fv-contest-photos-container-inner .inner {
    position: relative;
}
#tab_1 .fv-column-grid .fv-contest-photos-container-inner .inner .overlay_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 3;
}
#tab_1 .fv-column-grid .fv-contest-photos-container-inner .inner .vote_button {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    z-index: 5;
    position: absolute;
    top: -2rem;
    right: 1rem;
    font-weight: bold;
}
#tab_1 .fv-column-grid .fv-contest-photos-container-inner .contest-block {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
}
#tab_1 .fv-column-grid .info {
    position: relative;
    padding: 0 0;
}
#tab_1 .fv-column-grid .info .text {
    margin: 0 0;
    padding: .5rem;
    text-align: left;
    line-height: 1.9;
    max-height: 2rem;
    overflow: hidden;
}
.vote_button {
    background-color: #fff;
    color: #000;
    padding: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}
.vote_button .fa {
    color: #e52b1e;
    margin-right: 5px;
    font-size: 12px;
}
.vote_button:hover {
    background-color: #fbf9ed;
}

.board_item.clg-item {
    box-shadow: none;
    background-color: #fff;
}
.fv_photos-container.fv-contest-photos-container > li {
    display: none;
}
.tab_content .fv_upload_default .fv_wrapper input,
.tab_content .fv_upload_default .fv_wrapper textarea {
    background-image: none !important;
    border-radius: 4px;
}
.tab_content .number {
    display: none !important;
}
.tab_content input[type='file'] {
    border: none !important;
}
.tab_content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 19px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #989898;
    border-radius: 4px;
    background-image: url("../images/tri.png");
    background-repeat: no-repeat;
    background-position: 98% center;
    background-color: #fff;
}
.tab_content .fv_upload_default .fv-upload-btn {
    background-color: #e52b1e;
    color: white;
    border-color: #e52b1e;
    border-radius: 4px;
}
.tab_content .fv_upload_default .fv-upload-btn:hover {
    background-color: #ba2016;
    border-color: #ba2016;
}
.tab_content a.centered {
    display: block;
    text-align: center;
}
.home-e3lan .main-btn {
    background-color: #2f81b1;
    border-radius: 5px;
    color: white;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    text-decoration: none;
    transition: background-color 500ms ease;
}
.home-e3lan .main-btn:hover {
    background-color: #e52b1e;
}
span.tm-styling {
    font-size: 0.4em;
    vertical-align: top;
}
#tab_1 .vote_button,
#tab_1 .leader_board,
#tab_1 .count {
    display: none !important;
}
html.touch .user-block a[href*="silverfox-foxylady"] {
    display: none;
}
.fv_photos-container > .leader_board {
    display: none;
}
.widget.cls_d4p_bbw_newposts {
    padding: 0;
}
.widget.cls_d4p_bbw_newposts ul {
    padding: 0 !important;
}
.discussion-read-more {
    display: none;
    margin-top: 10px !important;
    font-size: 1.1em !important;
    text-decoration: underline !important;
    color: #2f81b1 !important;
}
.widget .recent-discussions li {
    font-size: 1.2em;
}
#sidebar .discussion-read-more,
#bbpress-forums .discussion-read-more {
    display: block;
}
.user-block a[href*="silverfox-foxylady-2016"] {
    display: none;
}
/*# sourceMappingURL=mystyle.css.map */
