/* Remove sidebar from select pages 

.home .col-desktop-8, .content-col {
    flex: 0 0 100%;
    max-width: 66.666667%;
} */

/* General */

.button {
    background-color: #510200;
}

.button:hover {
    background-color: #510200;
}


a.button:hover,
a.elementor-button-link:hover {
    color: white !important;
}

.ubermenu-item a:hover {
    color: white !important;
}

a:hover,
.ubermenu-submenu a:hover {
    color: #510200 !important;
}

.trigger-mini-cart {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #510200;
    border-radius: 50%;
}

.trigger-mini-cart i {
    font-size: 22px;
    color: white;
    position: relative;
    left: -1px;
    top: 1px;
}

.trigger-mini-cart:hover {
    text-decoration: none;
}

.mobile-menu-toggle-btn {
    display: none;
}

.masterheader.mobile-header .header-inner .mid-block {
    margin-top: 50px;
}

.ubermenu-responsive-toggle {
    background-color: #510200 !important;
    color: white !important;
    font-size: 15px !important;
}

footer {
    padding: 50px 25px;
    text-align: center;
}

footer a,
footer a:visited,
footer a:hover,
.editor-entry a,
.editor-entry a:visited,
.editor-entry a:hover {
    color: #510200;
}

article footer {
    padding: 0;
    text-align: left;
}

.added_to_cart {
    display: block;
    margin-top: 20px;
}

.wishlist-minicart-wrapper .wishlist-minicart-inner {
    display: flex;
    justify-content: flex-end;
}

.wishlist-icon-container {
    display: none;
}

.theme-icon img {
    padding-right: 15px;
}

.page-numbers.current {
    color: #510200 !important;
}

.ubermenu-mobile-view .ubermenu-target {
    color: rgb(68, 68, 68) !important;
    font-size: 15px !important;
    line-height: 24px !important;
}

a {
    color: #510200;
    text-decoration: underline;
}

.elementor a,
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product h2.woocommerce-loop-product__title {
    color: #510200;
    text-decoration: underline;
}

.elementor .custom-cart-btn a {
    color: white;
    text-decoration: none;
    width: 100%;
    background: #510200;
}

.elementor-widget-posts a.elementor-post__read-more {
    color: #510200;
    text-decoration: underline;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price {
    color: #444;
    font-family: Inter, Segoe UI, Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* Header and top menu */

.ubermenu ul.ubermenu-nav.nav-menu li.ubermenu-item a.ubermenu-target span.ubermenu-target-title.ubermenu-target-text {
    color: #fff
}

.ubermenu ul.ubermenu-nav.nav-menu li.ubermenu-item ul.ubermenu-submenu a.ubermenu-target span.ubermenu-target-title.ubermenu-target-text {
    color: #510200
}

.ubermenu-skin-minimal .ubermenu-item-level-0>.ubermenu-target {
    color: #fff !important;
}

/* Sidebar */

.textwidget .related.products h2 {
    display: none;
}


/* Product page */

.woocommerce-product-gallery__image {
    pointer-events: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

.single-product div.product .product_meta {
    display: none;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #eaeaea;
    border: 1px solid #eef1fd;
    color: #510200;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fbfbfb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #510200;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #555452;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.elementor-widget-woocommerce-product-content .elementor-widget-container table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    margin: 0;
}

.elementor-widget-woocommerce-product-content .elementor-widget-container td {
    border: none;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 2px 0;
}

/* Category page */

#categories {
    padding: 0;
}

#categories .category-box {
    float: left;
    width: 175px;
    height: 170px;
    text-align: center;
    background-color: white;
}


#categories .category-box img {
    max-height: 121px;
}

#categories .category-image-box {
    margin-bottom: 5px;
}

.woocommerce .products .star-rating {
    display: none;
}

.term-description img.feature {
    float: right;
    padding: 0 10px 0 0;
    margin-left: 10px;
}

.term-description .bg-white.product-main-wrap {
    max-width: 210px;
    float: right;
    padding: 10px;
    margin-left: 20px;
}

.term-description .bg-white.product-main-wrap .star-rating {
    display: none;
}

@media(max-width: 575px) {
    .term-description .bg-white.product-main-wrap {
        display: none;
    }
}

/* All Products page */

@media(max-width: 800px) {
    .editor-entry {
        padding: 30px 15px !important;
    }

    .editor-entry .elementor .elementor-section .elementor-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#post-129957 .editor-entry {
    padding: 0;
}

.elementor-products-grid ul.products.elementor-grid li.product {
    max-width: 100%;
}

.subcat-mystery-party-kits,
.subcat-30MM {
    border: 1px solid #f3f2f2;
}

.cat-desc-img-container {
    text-align: center;
}

.cat-desc-img {
    margin-bottom: 5px;
}

.subcat-name {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.all-games-cat-desc {
    color: #444;
    padding: 5px 10px;
    background-color: #f7f7f7;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}


@media(max-width: 575px) {
    #post-129957 .editor-entry .elementor-column-gap-default {
        padding-left: 0;
        padding-right: 0;
    }

    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 5px 5px;
    }

    #post-129957 .editor-entry .elementor-column-gap-default .elementor-column-gap-default {
        padding-left: 0;
        padding-right: 0;
    }

    .elementor-129957 .elementor-element.elementor-element-64c1180.elementor-wc-products ul.products {
        grid-column-gap: 5px;
    }

    table.mystery_details,
    .elementor-element-560851f h2,
    .elementor-129957 .elementor-element.elementor-element-186a8e0 .elementor-divider {
        display: none;
    }
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code {
    border-color: #ececec;
    padding-left: 10px;
}

.woocommerce-cart .cross-sells {
    display: none !important
}

/* Checkout */

/* .woocommerce-checkout #payment ul.payment_methods {
	display: none;
} */

/* Contact page */

.elementor-element.elementor-element-2185c71 {
    border: 1px solid #dfdfdf;
    padding: 13px;
}

#wc-ppcp-credit-card-gateway-cc-form label {
    color: white !important;
}

/* Blog - How to Host */

.intro-table .intro-text {
    vertical-align: top;
    padding: 0;
}

.blog-title {
    padding-left: 15px
}

.blog-title h1 {
    font-size: 28px;
    margin: 20px 0 15px;
    line-height: 36px
}

.blog-title p {
    font-size: 16px;
    line-height: 1.55;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.postWrapper .listTitle h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px
}

.postWrapper .listTitle h3 {
    font-size: 12px;
    color: #555;
    margin: 0 0 10px
}

.postWrapper h4.legend {
    font-size: 20px;
    margin: 15px 0;
    line-height: 23px;
    color: #782923
}

.postWrapper {
    padding: 10px 10px 5px 10px;
    clear: both
}

.block-body ul.form-list {
    list-style-type: none
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px
}

.postContent {
    font-size: 16px
}

.block-blog img {
    margin: 0 0 10px -5px
}

.postContent blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px
}

.menu-recent {
    margin: 5px 5px
}

.postTitle {
    border: 0
}

.postTitle h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 45px;
    font-weight: bold
}

.postTitle .post-date {
    font-size: 12px;
    margin-bottom: 10px
}

.postWrapper {
    padding: 10px 20px;
    line-height: 1.55
}

.postWrapper h1 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 45px;
    font-weight: bold
}

.postWrapper h2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px
}

.postWrapper h3 {
    font-size: 28px;
    margin: 20px 0 15px;
    line-height: 26px;
    text-transform: uppercase
}

.postWrapper h4 {
    font-size: 20px;
    margin: 15px 0;
    line-height: 23px;
    color: #782923
}

.postWrapper h5 {
    font-size: 19px;
    margin: 15px 0;
    line-height: 21px;
    color: #0a263c
}

.postWrapper .featured-party img {
    width: 85%;
    display: block;
    margin: 10px auto
}

.editor-entry .postWrapper p {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px
}

.editor-entry .postWrapper li {
    font-size: 16px
}

.editor-entry .postWrapper ul {
    margin: 0 0 16px 25px;
    list-style-type: disc
}

.editor-entry .postWrapper .category-products ul {
    list-style-type: none
}

.postWrapper ol {
    margin: 0 0 16px 40px;
    list-style-type: decimal
}

.postWrapper .clue-card-bottle {
    padding: 20px;
    font-style: italic;
    font-size: 16px;
    overflow: auto;
    border: 1px solid;
    margin: 20px auto;
    max-width: 380px
}

.postWrapper .clue-card-bottle img {
    float: right;
    width: 100px;
    margin-left: 30px
}

.postWrapper .clue-card-bottle p {
    padding-top: 20px
}

.postWrapper .guide-byline {
    line-height: 1em
}

.postWrapper .guide-byline-name {
    font-size: 12px;
    text-transform: uppercase
}

.postWrapper .guide-byline-title {
    font-size: 12px
}

.postWrapper .guide-quote {
    position: relative;
    margin: 10px 0 0 25px;
    border: solid 1px gray;
    border-radius: 8px;
    padding: 10px;
    width: 67%;
    float: left;
    font-size: 14px
}

.quote-arrow {
    position: absolute;
    right: 100%;
    left: auto;
    top: 45px;
    bottom: auto;
    margin: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: none;
    border-right: 17px solid gray
}

.postWrapper .social-bookmarks {
    margin-bottom: 15px
}

.postWrapper .intro-table {
    margin-top: 25px;
    border: 0;
}

.postWrapper .intro-table td {
    border: 0;
}

.postWrapper .intro-table tbody {
    vertical-align: middle;
}

.postWrapper .guide-victim-pic {
    float: right
}

.what-is-party {
    border: 1px solid gray;
    padding: 15px;
    margin: 40px 20px 50px;
    background-color: #ebebeb
}

.what-is-party h2 {
    color: rgb(225, 7, 7)
}

.guide-3-steps {
    margin: 20px 25px 40px
}

.guide-3-steps tr td {
    width: 33%
}

.postWrapper h2.guide-step {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    border: 1px solid gray;
    margin: 0 -5px 20px;
    padding: 15px;
    background-color: #f6f5f4;
    color: rgb(225, 7, 7)
}

.postWrapper .category-products {
    margin-left: 45px
}

.postWrapper .category-products.pwm-woocommerce {
    margin-left: 0;
}

.postWrapper .col-row-cards .col1,
.postWrapper .col-row-cards .col2,
.postWrapper .col-row-cards .col3 {
    margin: 0 10px 0
}

.block .postWrapper .col-row-cards li.item:after {
    display: none;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

.postWrapper .game_type_desc .type_desc {
    display: inline;
    float: left;
    width: 550px
}

.postWrapper .guide-photo {
    width: 100%;
    text-align: center;
    margin: 20px 0 35px
}

.postWrapper .guide-photo img {
    max-width: 550px
}

.postWrapper .photo-row {
    margin: 20px 0 20px;
    border: 0px
}

.postWrapper .party-options .photo-column {
    float: none;
    text-align: center
}

.postWrapper .party-options .photo-column img {
    max-width: 550px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top
}

.postWrapper .party-option-details .photo-column figcaption {
    padding: 10px 15px 25px;
    font-size: 14px;
    border: none;
    background-color: white;
    text-align: center;
    margin: 15px 0;
    border-bottom: 1px solid gray
}

.postWrapper .photo-row img {
    float: left;
    max-width: 345px;
    max-height: 265px;
    margin: 0 10px
}

.postWrapper .photo-row figcaption {
    padding: 0 40px 0
}

.postWrapper .guide-photo-caption {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid gray;
    padding-bottom: 25px;
    margin: 15px auto;
    max-width: 550px;
}

.postWrapper .party-options {
    background-color: #f6f5f4;
    padding: 5px 15px;
}

.postWrapper .party-options .guide-photo {
    float: right;
    width: 350px;
    margin: 0
}

.postWrapper .party-options .guide-photo img {
    max-width: 350px;
    width: 100%;
}

.postWrapper .party-options .guide-photo figure {
    padding-left: 20px;
}

@media(max-width: 777px) {
    .postWrapper .party-options .guide-photo figure {
        padding-left: 0;
    }
}

.postWrapper .party-option-details {
    width: auto;
    padding: 15px;
    margin: 20px auto;
    background-color: white;
    border: 1px solid gray;
    overflow: auto;
}

.postWrapper .party-option-details-right {
    text-align: left;
    padding: 20px 5px;
    font-size: 16px
}

.postWrapper .party-option-text {
    width: 310px
}

.postWrapper .party-option-details figcaption {
    margin: 0 auto;
    max-width: 550px;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #b2b1b1;
    background-color: #f6f5f4;
    border-top: none;
    text-align: left
}

.postWrapper .party-option-details figcaption li {
    font-size: 14px
}

.postWrapper .block-custom-side {
    width: 105%;
    margin: 0 0 0 -18px
}

.postWrapper .step-checklist {
    border: 1px solid gray;
    padding: 30px !important;
    margin: 35px 0 25px;
    background-color: #ebebeb;
    border-radius: 5px
}

.postWrapper .step-checklist ul {
    margin: 0 0 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 10px
}

.postWrapper .step-checklist li {
    list-style-type: none
}

.postWrapper .step-checklist input {
    margin-right: 15px
}

.postWrapper .step-checklist h3 {
    border-bottom: 1px solid black;
    margin: 10px 0 15px;
    padding-bottom: 5px
}

.postWrapper .theme-list {
    width: 100%;
    margin-bottom: 20px
}

.postWrapper .theme-list th,
.postWrapper .theme-list td {
    font-size: 16px;
    padding: 3px 0 3px 10px;
    border-bottom: 1px solid #cbc8c8
}

.postWrapper th {
    font-weight: bold;
    border: 1px solid gray;
    background-color: #ebebeb;
    color: red
}

.postWrapper th.theme-column {
    width: 150px
}

.postWrapper th.description-column {
    width: 350px
}

.postWrapper td.theme-column {
    font-weight: bold
}

.postWrapper .advantages-left {
    width: 50%;
    float: left
}

.postWrapper .disadvantages-right {
    width: 50%;
    float: left
}

.postWrapper .guide-tip {
    color: #a34a02;
    font-style: italic;
    font-weight: bold
}

.postWrapper .option-link {
    border: 1px solid gray;
    padding: 5px 10px 0;
    background-color: #f6f5f4;
    margin-top: 10px
}

#shop-games-button {
    margin-top: 10px
}

.postWrapper .voting-sheet {
    text-align: center;
    margin: 20px 0
}

.postWrapper .voting-sheet img {
    border: 1px solid gray
}

.col-main .postWrapper .game_type_desc p {
    margin-bottom: 20px
}

.postWrapper .pager {
    width: 75%;
    float: left;
    font-size: 12px;
    padding-top: 15px
}

.postWrapper .pager p.amount {
    font-size: 12px
}

.postWrapper .sorter {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px
}

.postWrapper .sorter .sort-by {
    float: right
}

.postWrapper .commentTitle {
    padding-top: 15px
}

.postWrapper .commentTitle h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px
}

.postWrapper .commentDetails h4.username {
    font-size: 18px;
    line-height: 30px;
    color: #2f2f2f
}

.postWrapper .commentContent {
    font-size: 15px
}

.col-main .postWrapper ul.form-list {
    list-style-type: none;
    margin: 0
}

.postWrapper .block .block-title h2 {
    font-size: 14px;
    margin: 0;
    line-height: 30px
}

.social-share-left {
    background-color: #606060;
    padding: 0 14px 10px 0;
    border: solid 2px black;
    box-shadow: 1px 0 15px rgba(0, 0, 0, .2);
    left: 10px;
    border-radius: 5px;
    margin-top: 50px
}

.postWrapper .group-select {
    margin-top: 10px;
    padding: 0
}

.postWrapper .step-checklist .checkbox-icon {
    float: left;
    border: solid 1px #a5a5a5;
    width: 5px;
    height: 5px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px #d7d7d7;
    background-color: black;
    margin: 8px 7px 0 0
}

.social-share-title {
    margin-top: -5px;
    width: 48px;
    color: white;
    text-align: center
}

.page .social-popout {
    margin: 0 10px 28px
}

.page .social-share-left {
    padding-top: 15px
}

.postWrapper .intro-table .intro-text {
    width: 500px;
    padding-right: 20px
}

.postWrapper .step1-review-options {
    border-top: solid 1px #ccc;
    padding-top: 10px
}

.postWrapper .step1-review-row {
    float: left;
    margin-bottom: 5px
}

.postWrapper .step1-review-row:nth-child(6) {
    display: none;
}

.postWrapper .step1-review-row .step1-review-cell-left {
    display: table-cell;
    width: 140px;
    border-bottom: solid 1px #ccc
}

.postWrapper .step1-review-row .step1-review-cell-right {
    display: table-cell;
    width: 180px;
    padding: 10px 0;
    border-bottom: solid 1px #ccc
}

/* .pwm-category-description {
	background: white;
	padding: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
} */

.__os-container__ {
    max-width: 1300px !important
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1300px !important;
}

.col-desktop-8.content-col {
    max-width: 100% !important;
}

@media(max-width: 900px) {

    .col-desktop-8.content-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site-main .post-40544 .editor-entry,
    .site-main .post-40371 .editor-entry {
        padding: 5px;
    }

    .postWrapper a {
        text-decoration: underline;
    }

    .blog-title {
        padding: 10px 10px 5px;
    }

    .blog-title h1 {
        font-size: 28px;
        margin: 20px 0 15px;
        line-height: 36px;
    }

    .blog-title p {
        font-size: 16px;
        line-height: 1.55;
        border-bottom: solid 1px #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .postWrapper {
        padding: 10px 10px 5px;
        line-height: 1.55;
        clear: both;
    }


    .postWrapper .listTitle h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .postWrapper .listTitle h3 {
        font-size: 12px;
        color: #555555;
        margin: 0 0 10px;
    }

    .block-body ul.form-list {
        list-style-type: none;
    }

    .postTitle h1 {
        font-size: 20px;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

    .postContent {
        font-size: 16px;
    }

    .block-blog img {
        margin: 0 0 10px -5px;
    }

    .postContent blockquote {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 20px;
        -webkit-margin-end: 20px;
    }

    .menu-recent {
        margin: 5px 5px;
    }

    .postTitle {
        border: 0;
    }

    .postTitle h1 {
        font-size: 36px;
        margin-bottom: 10px;
        line-height: 45px;
        font-weight: bold;
    }

    .postTitle .post-date {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .postWrapper h1 {
        font-size: 36px;
        margin-bottom: 10px;
        line-height: 45px;
        font-weight: bold;
    }

    .postWrapper h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .postWrapper .intro-text h2 {
        padding-top: 10px;
    }

    .postWrapper h3 {
        font-size: 28px;
        margin: 20px 0 15px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .postWrapper h4 {
        font-size: 20px;
        margin: 15px 0;
        padding: 0;
        line-height: 23px;
        color: #782923;
    }

    .postWrapper h5 {
        font-size: 19px;
        margin: 15px 0;
        line-height: 21px;
        color: #0a263c;
    }

    .postWrapper .featured-party img {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 10px auto;
    }

    .col-main .postWrapper p {
        margin: 0;
        padding: 0 0 10px;
        font-size: 16px;
    }


    .col-main .postWrapper li {
        font-size: 16px;
    }

    .col-main .postWrapper ul {
        margin: 0 0 16px 25px;
        list-style-type: disc;
    }

    .col-main .postWrapper .category-products ul {
        list-style-type: none;
        margin: 0 0 0 -10px;
    }

    .postWrapper .category-products h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .postWrapper .toolbar,
    div.block.block-body>div.toolbar {
        display: none;
    }

    .postWrapper ol {
        margin: 0 0 10px 0;
        list-style-type: decimal;
        padding: 0 0 0 40px;
    }

    .postWrapper .clue-card-bottle {
        padding: 20px;
        font-style: italic;
        font-size: 16px;
        overflow: auto;
        border: 1px solid;
    }

    .postWrapper .clue-card-bottle img {
        float: right;
        width: 100px;
        margin-left: 30px;
    }

    .postWrapper .clue-card-bottle p {
        padding-top: 20px;
    }

    .postWrapper .guide-byline {
        line-height: 1em;
    }

    .postWrapper .guide-byline-name {
        font-size: 12px;
        text-transform: uppercase;
    }

    .postWrapper .guide-byline-title {
        font-size: 12px;
    }

    .postWrapper .ken-headshot {
        max-width: 60px;
        float: left;
    }

    .postWrapper .guide-quote {
        position: relative;
        margin: 0 0 0 5px;
        border: solid 1px gray;
        border-radius: 8px;
        padding: 10px;
        float: left;
        font-size: 14px;
        width: 70%;
    }

    .quote-arrow {
        display: none;
    }

    .postWrapper .social-bookmarks {
        margin-bottom: 15px;
    }

    .postWrapper .intro-table {
        margin-top: 25px;
        width: 100%;
    }

    .postWrapper .guide-victim {
        display: block;
    }

    .postWrapper .guide-victim-pic {
        width: 100%;
        text-align: center;
    }

    .what-is-party {
        border: 1px solid gray;
        padding: 15px;
        margin: 40px 5px 50px;
        background-color: #ebebeb;
    }

    .what-is-party h2 {
        color: rgb(225, 7, 7);
    }

    .guide-3-steps {
        margin: 20px 25px 40px;
    }

    .postWrapper h2.guide-step {
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        border: 1px solid gray;
        margin: 0 -5px 20px;
        padding: 15px;
        background-color: #f6f5f4;
        color: rgb(225, 7, 7);
    }

    .postWrapper .category-products {
        margin-left: 0;
    }

    .postWrapper .col-row-cards .col1,
    .postWrapper .col-row-cards .col2,
    .postWrapper .col-row-cards .col3 {
        margin: 0 10px 0;
    }

    .block .postWrapper .col-row-cards li.item:after {
        display: none;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    .postWrapper .game_type_desc .type_desc {
        display: inline;
        float: left;
        width: 550px;
    }

    .postWrapper .guide-photo {
        width: 100%;
        text-align: center;
        margin: 20px 0 35px;
    }

    .postWrapper .guide-photo img {
        max-width: 100%;
    }

    .postWrapper .photo-row {
        margin: 20px 0 20px;
        border: 0px;
    }

    .postWrapper .party-options .photo-column {
        float: none;
        text-align: center;
    }

    .postWrapper .party-options .photo-column img {
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: top;
    }

    .postWrapper .party-option-details .photo-column figcaption {
        padding: 10px 15px 25px;
        font-size: 14px;
        border: none;
        background-color: white;
        text-align: center;
        margin: 15px 0;
        border-bottom: 1px solid gray;
    }

    .postWrapper .photo-row img {
        float: left;
        max-width: 345px;
        max-height: 265px;
        margin: 0 10px;
    }

    .postWrapper .photo-row figcaption {
        padding: 0 40px 0;
    }

    .postWrapper .guide-photo-caption {
        text-align: center;
        font-size: 16px;
        font-style: italic;
        margin-top: 15px;
        border-bottom: 1px solid gray;
        padding-bottom: 25px;
    }

    .postWrapper figure .guide-photo-caption {
        margin: 15px auto;
        max-width: 550px;
    }

    .postWrapper .party-options {
        background-color: #f6f5f4;
        padding: 5px 0;
    }

    .postWrapper .party-options .guide-photo {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .postWrapper .party-options .guide-photo img {
        max-width: 100%
    }

    .postWrapper .party-option-details {
        padding: 15px;
        /*margin: 20px 10px 20px;*/
        margin: 0;
        background-color: white;
        border: 1px solid gray;
        overflow: auto;
        width: auto;
    }

    .postWrapper .party-option-details-right {
        text-align: left;
        padding: 20px 5px;
        font-size: 16px;
    }

    .postWrapper .party-option-text {
        width: 100%
    }

    .postWrapper .party-option-details figcaption {
        padding: 10px 15px;
        font-size: 14px;
        border: 1px solid #b2b1b1;
        background-color: #f6f5f4;
        border-top: none;
        text-align: left;
    }


    .postWrapper .party-option-details figcaption.guide-photo-caption {
        padding: 10px 15px 25px;
        font-size: 14px;
        border: none;
        background-color: white;
        text-align: center;
        margin: 15px 0;
        border-bottom: 1px solid gray;
    }

    .postWrapper .party-option-details figcaption li {
        font-size: 14px;
    }

    .postWrapper .party-options figure {
        width: 100%;
        margin: 0;
    }

    .postWrapper .guide-photo figure {
        width: 100%;
        margin: 0;
    }


    .postWrapper .theme-list figure {
        width: 100%;
        margin: 0;
    }

    .postWrapper .block-custom-side {
        width: 100%;
        margin: 0;
    }

    .postWrapper .step-checklist {
        border: 1px solid gray;
        padding: 5px 30px;
        margin: 35px 0 45px;
        background-color: #ebebeb;
        border-radius: 5px;
    }

    .postWrapper .step-checklist ul {
        margin: 0 0 10px;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
    }

    .postWrapper .step-checklist li {
        list-style-type: none;
    }

    .postWrapper .step-checklist input {
        margin-right: 15px;
    }

    .postWrapper .step-checklist h3 {
        border-bottom: 1px solid black;
        margin: 10px 0 15px;
        padding-bottom: 5px;
    }

    .postWrapper .theme-list {
        width: 100%;
        margin-bottom: 20px;
    }

    .postWrapper .theme-list th,
    .postWrapper .theme-list td {
        font-size: 16px;
        padding: 3px 0 3px 10px;
        border-bottom: 1px solid #cbc8c8;
    }

    .postWrapper th {
        font-weight: bold;
        border: 1px solid gray;
        background-color: #ebebeb;
        color: red;
    }

    .postWrapper th.theme-column {
        width: 150px;
    }

    .postWrapper th.description-column {
        width: 350px;
    }

    .postWrapper td.theme-column {
        font-weight: bold;
    }

    .postWrapper .advantages-left {
        width: 50%;
        float: left;
    }

    .postWrapper .disadvantages-right {
        width: 50%;
        float: left;
    }

    .postWrapper .guide-tip {
        color: #a34a02;
        font-style: italic;
        font-weight: bold;
    }

    .postWrapper .option-link {
        border: 1px solid gray;
        padding: 5px 10px 0;
        background-color: #f6f5f4;
        margin-top: 10px;
    }

    #shop-games-button {
        margin-top: 10px;
    }

    .postWrapper .voting-sheet {
        text-align: center;
        margin: 20px 0;
    }

    .postWrapper .voting-sheet img {
        border: 1px solid gray;
        max-width: 100%;
    }


    .col-main .postWrapper .game_type_desc p {
        margin-bottom: 20px;
    }

    .postWrapper .pager {
        width: 75%;
        float: left;
        font-size: 12px;
        padding-top: 15px;
    }

    .postWrapper .pager p.amount {
        font-size: 12px;
    }

    .postWrapper .sorter {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-top: 15px;
    }

    .postWrapper .sorter .sort-by {
        float: right;
    }

    .postWrapper .commentTitle {
        padding-top: 15px;
    }

    .postWrapper .commentTitle h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .postWrapper .commentDetails h4.username {
        font-size: 18px;
        line-height: 30px;
        color: #2f2f2f;
    }

    .postWrapper .commentContent {
        font-size: 15px;
    }

    #postComment>div.button-set>p {
        text-align: right;
        padding-top: 5px;
    }

    #postComment>div.button-set>button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
        background: transparent;
        cursor: pointer;
    }

    #postComment>div.button-set>button>span {
        display: block;
        height: 24px;
        padding: 0 0px;
        font: bold 18px/30px Arial, Helvetica, sans-serif;
        text-align: center;
        white-space: nowrap;
    }

    #postComment>div.button-set>button>span>span {
        display: block;
        float: left;
        background: #aeaeae url(https://www.6f92ddbdc1.nxcli.io/skin/frontend/default/f002_red/images/gradient-gray.gif) repeat-x 0 0;
        border: 1px solid #adadad !important;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -opera-border-radius: 4px;
        margin: 0px;
        vertical-align: top;
        padding: 2px 10px !important;
        color: #4F4F4F;
    }

    .col-main .postWrapper ul.form-list {
        list-style-type: none;
        margin: 0;
    }

    .postWrapper .block .block-title h2 {
        font-size: 20px;
        margin: 10px 0;
        line-height: 30px;
    }

    .social-share-left {
        background-color: #606060;
        padding: 0 14px 10px 0;
        border: solid 2px black;
        box-shadow: 1px 0 15px rgba(0, 0, 0, .2);
        left: 10px;
        border-radius: 5px;
        margin-top: 50px;
    }

    .postWrapper .group-select {
        border-top: solid 1px #ccc;
        margin-top: 10px;
    }

    .postWrapper .step-checklist .checkbox-icon {
        float: left;
        border: solid 1px #a5a5a5;
        width: 5px;
        height: 5px;
        border-radius: 4px;
        box-shadow: 0px 1px 2px #d7d7d7;
        background-color: black;
        margin: 8px 7px 0 0;
    }

    .postWrapper .intro-table .intro-text {
        display: block;
        padding: 0;
        width: 100%
    }

    .guide-3-steps table {
        width: 100%
    }

    .guide-3-steps td {
        display: block;
        text-align: center;
    }

    .postWrapper .featured-mystery {
        padding: 0 10px;
    }

    #recaptcha_widget_div #recaptcha_area #recaptcha_table td {
        display: table-cell;
    }

    .block-poll {
        border: solid 1px #ccc;
        margin: 15px 10px;
        padding: 10px;
        background-color: #f6f5f4;
    }

    .block-poll .poll-answers {
        margin: 15px 0;
    }

    .block-poll #poll-answers li {
        margin: 0 0 5px;
    }


    .postWrapper .step1-review-row {
        float: left;
        margin-bottom: 5px;
    }

    .postWrapper .step1-review-row .step1-review-cell-left {
        display: table-cell;
        width: 120px;
        border-bottom: solid 1px #ccc;
    }

    .postWrapper .step1-review-row .step1-review-cell-right {
        display: table-cell;
        width: 170px;
        padding: 10px 0;
        border-bottom: solid 1px #ccc;
    }

    .backToTOC {
        margin: 10px 0 40px;
        border: 1px solid gray;
        width: 200px;
        text-align: center;
        padding: 5px;
        background-color: #f6f5f4;
    }

    .listed-choices-left {
        font-weight: bold;
        display: table-cell;
        width: 130px;
        padding-right: 20px;
    }

    .listed-choices-right {
        display: table-cell;
        width: 50%;
        border-bottom: solid 1px black;
    }

    .page .social-popout {
        width: 45px;
        float: left;
        margin: 0 12px 28px;
    }

    .page .social-share-left {
        width: 370px;
        padding: 0;
        top: auto;
        bottom: 0;
        border-radius: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .page .social-share-title {
        display: none;
    }

    #postComment>div.fieldset.group-select {
        border-top: none;
    }

    #postComment>div.fieldset.group-select>h4 {
        font-size: 18px;
    }

    .input-box input {
        margin-bottom: 10px;
    }

    /* Blog - How to Host Guide */

    .guide-party-upsell .col-row-cards .item a {
        margin: 0;
    }

    .guide-party-upsell .party-option-details {
        padding: 5px;
    }

    .guide-party-upsell .party-option-details .item {
        margin: 0 0 15px 0;
        border-bottom: #e5e5e5 1px solid;
        min-height: 150px;
    }

    .guide-party-upsell .img {
        float: left;
        margin-left: 5px;
    }


    .guide-party-upsell .shift_left {
        width: 150px;
        height: auto;
    }

    .guide-party-upsell .enter-button {
        margin: 20px 0 5px 15px;
        float: left;
    }

    .guide-party-upsell .details img {
        display: none;
    }

    .guide-party-upsell .details {
        display: block;
        margin-left: 20px;
        float: left;
    }

    .guide-party-upsell .tagline {
        display: none !important;
    }

    .clear {
        clear: both;
    }


}

.product-main-wrap .product-thumb-wrap .product-hover-items {
    display: none !important;
}

@media(max-width: 991px) {
    .content-col {
        max-width: 100%;
    }
}

@media(max-width: 575px) {

    #post-6857 .editor-entry {
        padding: 5px;
    }

    .woocommerce ul.products[class*="columns-"].os-mobile-col-2 li.product,
    .woocommerce-page [class*="columns-"].os-mobile-col-2 ul.products li.product,
    .woocommerce[class*="columns-"].os-mobile-col-2 ul.products li.product {
        flex: 0 0 100% !important;
        max-width: 100%;
    }




}

@media screen and (max-width: 959px) {

    .ubermenu-responsive-default.ubermenu .ubermenu-mobile-footer,
    .ubermenu-responsive-default.ubermenu .ubermenu-mobile-header {
        margin-bottom: 70px;
    }
}

#nf-field-14 {
    padding: 0 !important;
    margin-left: 10px;
}