﻿/***********************************************************************************/
/*************** RESOPONSIVE GUIDELINES ********************************************/
/* The resolutions requested by scott are: *****************************************/
/*
    -360px
    -1366px 
    -1920p

    The Breakpoints to meet this spectations will be:

    -360px,  
    -480px, 
    -768px, 
    -992px, 
    -1200px and up

    Some elements will require another set of resolutions but those will be kept as minimum as possible.
*/


@media screen and (min-width:360px) and (max-width:500px) {
    a.green-signup, .green-signup {
        padding: 10px 70px;
    }

}

@media screen and (max-width:500px) {
    .responsive-hide {
        display: none;
    }

    .mobile-width,
    .protp,
    div.main div.inner-main,
    div.main div.inner-sidebar,
    div.full-width div.main div.inner-main,
    div.main div.inner-main div#account div.tabs div.tab-content table /*,
    div.main div.inner-main div#account div.tabs div.tab-content p img*/ {
        width: 95%;
    }

    div.sidebar {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 95%;
        margin: 10px 0px 10px;
    }

    .sb-left .sidebar, .sb-right .sidebar {
        margin-left: 0px;
    }

    div#content div.box2,
    #room div.middle a img,
    div#header div#offers-bar ul {
        width: 100%;
    }    

    div#header div#offers-bar ul li {
        background: #b1b8c2;
        background: -moz-linear-gradient(top, #b1b8c2 0%, #929ca6 40%, #6e7c89 100%);
        background: -webkit-linear-gradient(top, #b1b8c2 0%,#929ca6 40%,#6e7c89 100%);
        background: linear-gradient(to bottom, #b1b8c2 0%,#929ca6 40%,#6e7c89 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b8c2', endColorstr='#6e7c89',GradientType=0 );
    }

        div#header div#offers-bar ul li a span {
            padding: 0 8px;
            font-size: 8px;
        }

    div#header div#offers-bar ul li.rakeback a span,
    div#header div#offers-bar ul li.freemoney a span,
    div#header div#offers-bar ul li.freegift a span{
        background:none;
    }

    div#header div.logo {
        max-width: 200px;
        margin-top: 7px;
    }

    div#content div.main h1 {
        text-align: center;
        margin: auto;
        font-size: 225%;
        padding: 7px;
    }

    #sportsbooks_list > .sportsbook_item {
        flex-direction: column;
        padding: 0px 0px 15px 0px;
    }

        #sportsbooks_list > .sportsbook_item h3{
            display: none;
        }


    div#content div.page-info h1, div#content div.page-info-store h1{
        font-size: 189%;
        text-align: center;
    }

    div#content div.box2 div.middle {
        width: 95%;
        margin: 0 auto;
    }

    div.main h2 {
        font-size: 170%;
    }

    div.box7 div.list-section{
        max-width: none;
    }

        div.box7 div.list-section h2 {
            font-size: 135%;
            padding: 7px;
            margin-left: 7px;
        }

    ul.list15 {
        margin-left: 20px;
    }
        ul.list15 li {
            font-size: 115%;
            margin-bottom: 7px;
        }

    /* ----- Rooms Review Responsive Table ----- */
    .table-rooms thead{
        display: none;
    }

    .table-rooms, .table-rooms tbody, .table-rooms tr, .table-rooms td {
        display: block;
        box-sizing: border-box;
    }

    .table-rooms tr {
        margin-bottom: 15px;
        border: 1px solid #516679;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: flex-start;
        align-items: stretch;
    }

            .table-rooms tbody tr td {
                border: none;
                padding: 15px;
                position: relative;
                align-content: center;
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: space-between;
                align-items: center;
            }

            .table-rooms td:before {
                color: #516679;
                font-weight: 700;
                font-size: 120%;
                content: attr(data-label);
                position: relative;
                left: 0;
                width: 50%;
                text-align: left;
            }

            .table-rooms td:nth-child(1) {
                background-color: #E1E1E1;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }

            .table-rooms td:nth-child(3) {
                background-color: #E1E1E1;
            }

        div#content ul.list7 li a {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
        }

    /* ----- Referral Program ----- */
    .new_referral_wrapper > .steps1_top > .step_mini > span {
        color: #185686;
        background-color: #E1E1E1;
        padding: 10px;
        border-radius: 5px;
    }

        .new_referral_wrapper > .steps1_top > .step_mini > span:nth-of-type(1) {
            color: #FFFFFFD9;
            background-color: #185686;
            padding: 10px;
            border-radius: 5px;
        }

    .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col1 > .step {
        padding: 12px;
    }
        
        .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col1 > .step:after {
            display: none;
        }

    .new_referral_wrapper > div#step_content > .steps_columns_wrapper {
        flex-direction: column;
        align-items: center;
    }

        .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col1 {
            width: 50%;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: stretch;
        }

            .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col1 > .step {
                margin-bottom: 10px;
                border-radius: 5px;
                padding: 12px 15px;
                text-align: center;
            }

        .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col2 {
            width: 97%;
        }

        .new_referral_wrapper > div#step_content > .steps_columns_wrapper:after {
            margin-top: 25px;
            content: '';
            border: 1px solid #E1E1E1;
            width: 90%;
        }

    /* ----- testimonials.asp ----- */
    img.rounded_testimonial_image {
        max-width: 81px;
    }

    p.testimonials-number-list,
    .content1 .abouts-blcok1 h5,
    .seo-content-blcok1 .box-bottom-title {
        text-align: center;
    }

    .testimonials_list .pic_testimonial {
        max-width: 28%;
    }

    .testimonials_list li {
        max-width: 65%;
    }


    .new_money_steps_wrapper > div#step_content > .prizes_list {
        flex-direction: column;
        justify-content: center;
    }

        .new_money_steps_wrapper > div#step_content > .prizes_list > .free_gift_item,
        .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item {
            min-height: 240px;
            max-width: none;
            width: 95%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
            .new_money_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a,
            .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a {
                min-height: 240px;
            }
                .new_money_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > span.p_desc {
                    font-size: 15px;
                    margin: 5px auto;
                }
                .new_money_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > .green_btn,
                .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > .green_btn {
                    margin: 10px auto;
                }

    .offer img {
        max-height: 244px;
        padding: 0px 27%;
        background-color: white;
        width: 46%;
    }

    .new_money_steps_wrapper > div#step_content a.room_download_link {
        margin: 20px auto;
        padding: 25px 15px;
    }
    .new_money_steps_wrapper > div#step_content a.room_download_link, .new_steps_wrapper > div#step_content a.room_download_link {
        font-size: 15px;
        padding: 20px 15px;
    }
    .new_money_steps_wrapper .huge_next_button, .new_steps_wrapper .huge_next_button {
        font-size: 20px;
        padding: 15px;
    }
    .new_money_steps_wrapper > div#step_content #step2-content_REM ul:nth-of-type(1) li,
    .new_money_steps_wrapper > div#step_content > .step_heading_desc > .details > p {
        font-size: 14px;
    }
    .new_money_steps_wrapper > div#step_content > h2.step_heading {
        font-size: 17px;
    }
    .new_money_steps_wrapper .step-content > div.top_logo_requirements, .two_columns_container {
        flex-direction: row;
        align-items: center;
    }
        .new_money_steps_wrapper .step-content > div.top_logo_requirements > div:nth-of-type(1) {
            width: 70%;
        }
    .new_money_steps_wrapper > div#step_content > .step_heading_desc > img {
        width: 25%;
        height: none;
    }
    .new_money_steps_wrapper .step-content > div.top_logo_requirements > div:nth-of-type(2) > ul.list7,
    div.main h2 {
        text-align: center;
    }
    .new_steps_wrapper > div#step_content > .prizes_list > .free_gift_item > a > span.prize {
        font-size: 25px;
    }
    div#gifts ul li {
        margin: 0px 20px;
    }

    div#content div.box9 div.middle div.section{
        max-width: 90%;
    }

    /* ----- Points Store -----*/
    div.tabs2 ul.tab-strip li {
        width: 100%;
        text-align: center;
    }
        div.tabs2 ul.tab-strip li a{
            width: 100%;
        }

    div#product-store div#featured-products div.box ul li {
        max-width: 95%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    div#featured-products div.box ul li p {
        font-size: 160%;
    }

    div#featured-products div.box ul li span.price {
        right: auto;
    }

    div#content div.tabs2 div#featured-item {
        padding-bottom: 0px;
    }

    div.tab-content div.item {
        flex-direction: column;
    }

    div#content div.item h2 {
        font-size: 220%;
    }

    div#content div.item h3 {
        font-size: 175%;
    }

    div#content div.item img{
        margin: 10px auto;
    }

    .item-details {
        margin: 0 auto 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    div#content div#add-item-form {
        max-width: 70%;
        min-height: 120px;
        margin-bottom: 10px;
    }

    div#content .new_money_steps_wrapper .step-content > div.top_logo_requirements > div:nth-of-type(2) > ul.list7 > li,
    .new_steps_wrapper > div#step_content li {
        display: list-item;
        max-width: 100%;
        line-height: 22px;
        list-style: circle;
        text-align: left;
    }

    .new_money_steps_wrapper .step-content > div.top_logo_requirements > div:nth-of-type(2){
        width: 80%;
    }

    div#content div.section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .two_columns_container > div, div#content div.section {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    div.main div.inner-main {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    /* ----- Member Index -----*/
        div.main div.inner-main div#account div.tabs ul.tab-strip li a {
            font-size: 110%;
        }
        div.main div.inner-main div.box3 div.middle div.tabs ul.tab-strip li a {
            padding: 0px;
            max-width: 95%;
            width: 100%;
        }
        div.main div.inner-main div#account div.tabs div.tab-content h1 {
            font-size: 250%;
        }

    table.promotion tr td,
    div.main div.tabs div.tab-content div.section form p.textarea span.link {
        text-align: center;
    }
    div.main div.tabs div.tab-content div#earning div.middle{
        padding-left: 0px;
    }
    div.main div.tabs div.tab-content div#earning .earning-row {
        flex-direction: column;
        align-items: center;
    }
    div.main div.tabs div.tab-content div#earning p.price {
        margin: 0px auto 10px;
    }

    div.section.generation #form1 p.clearfix, 
    div.section.generation #form1Banner p.clearfix {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    span.nousa,
    span.yesusa,
    div#points img,
    div#points a.button6 {
        margin: 0px;
    }

    .sb-reverse{
        flex-direction: column-reverse;
    }

    /*FG & FM */
    .fg-country, .fm-country{
        position: absolute;
        top: 10px;
    }
    .fg-main, .fm-main {
        margin-top: 85px;
    }

    .fg-main.logged, .fm-main.logged {
        margin-top: 0px;
    }

    div#content div.box2 div.middle div.inner {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    #promotion div.middle div.inner p.clearfix {
        justify-content: space-between;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-items: center;
        align-content: stretch;
        width: 90%;
    }

    div.box4 {
        max-width: 95%;
        width: 100%;
    }

    div#content div.page-info-store .middle {
        justify-content: center;
    }

    .new_money_steps_wrapper .step-content > div.top_logo_requirements > div:nth-of-type(1) > img {
        width: 70%;
    }

    div#shopping-cart ul li a, div#content div#shopping-cart p span {
        width: auto;
    }

    div#content div.page-info-store .middle {
        justify-content: space-between;
    }

    div#content div.page-info-store div#country {
        max-width: 100%;
    }

    div#country {
        max-width: 95%;
    }

        div#content div.page-info-store div#shopping-cart {
            max-width: 54%;
        }

    div#shopping-cart2 .cart2-title {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    div.box3 {
        width: 95%;
        margin:auto;
    }

    div.box3 div.middle > .tabs {
        display: block;
        box-sizing: border-box;
    }

    div#container div#navigation.show {
        max-width: 350px;
    }

    /*FG & FM steps mobile structure*/
    .new_steps_wrapper > div#step_content > .steps1_top {
        flex-direction: column;
    }

    .new_money_steps_wrapper > div#step_content > .steps1_top > .step_mini {
        margin: 10px 30px;
    }

    .new_steps_wrapper > div#step_content > .steps1_top > .step_mini,
    .new_money_steps_wrapper > div#step_content > .steps1_top > .step_mini {
        align-items: flex-start;
        max-width: 80%;
        flex-wrap: nowrap;
        justify-content: center;
        min-height: 106px;
        align-content: flex-start;
    }

        .new_steps_wrapper > div#step_content > .steps1_top > .step_mini > span,
        .new_money_steps_wrapper > div#step_content > .steps1_top > .step_mini > span {
            margin-top: 0px;
            text-align: left;
            max-width: 149px;
        }

    .new_steps_wrapper > div#step_content > .steps1_top > .step_mini > img,
    .new_money_steps_wrapper > div#step_content > .steps1_top > .step_mini > img {
        width: auto;
        position: absolute;
        right: 0px;
    }

    /* --- Rakeback --- */
    .rakeback-main .welcome-right {
        max-width: 100%;
    }

        .rakeback-main .welcome-right .pokersource {
            width: 90%;
        }

    /* --- Cashout Popup --- */
    .ui-dialog {
        max-width: 95%;
    }

    div.overlay1-content div.form p.dates {
        flex-direction: column;
    }

    div.overlay1-content .header p {
        font-size: 110%;
        margin-top: 7px;
    }

    div.overlay1-content div.form h2 {
        font-size: 140%;
        height: 25px;
    }

    div.overlay1-content div.form select {
        width: 100%;
    }

    div.overlay1-content div.form input.textbox {
        width: 97%;
    }

    div.overlay1-content h1 {
        margin: 30px auto 0px;
    }


}
/* ----------------/500px ---------------- */


@media screen and (min-width:500px) and (max-width:686px){

    .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col1 {
        width: 25%;
    }

    .new_referral_wrapper > div#step_content > .steps_columns_wrapper > div.col2 {
        width: 75%;
    }

    .new_money_steps_wrapper > div#step_content > .steps1_top {
        flex-wrap: nowrap;
    }

    .new_steps_wrapper > div#step_content > .steps1_top > .step_mini {
        max-width: 25%;
    }

    .new_steps_wrapper > div#step_content > .steps1_top > .arrow, 
    .new_money_steps_wrapper > div#step_content > .steps1_top > .arrow {
        max-width: 12%;
        width: 100%;
    }

    .new_steps_wrapper > div#step_content > .steps1_top > .arrow img,
    .new_money_steps_wrapper > div#step_content > .steps1_top > .arrow img {
        max-width: 100%;
    }

    div.overlay1-content .header p {
        font-size: 150%;
    }

    div.overlay1-content div.form h2 {
        font-size: 160%;
        height: 27px;
    }


}

@media screen and (max-width:686px) {
    .main.clearfix {
        justify-content: center;
        /*flex-direction: column-reverse;*/
        align-content: center;
        align-items: center;
    }

    div.main div.inner-sidebar {
        max-width: 490px;
        justify-content: center;
        margin: 0px;
    }

    /* ----- Referral Program ----- */
    .generic_green_btn {
        width: 65%;
        font-size: 15px;
    }

    .new_referral_wrapper{
        width: 95%;
    }

        .new_referral_wrapper > .steps1_top {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: center;
        }

            .new_referral_wrapper > .steps1_top > .step_mini {
                margin: 10px 19px;
            }

    .steps_columns_wrapper .col2 img {
        width: 70%;
    }

    .sb-reviews .section3 h2 {
        text-align: center;
    }

    div.main{
        width: 95%;
    }

    div.page-info .middle{
        justify-content: center;
    }

}

@media screen and (min-width:501px) and (max-width:768px) {
    div#header div.logo {
        max-width: 240px;
        margin-top: 10px;
    }

    .page-info-store {
        justify-content: space-around;
    }

    div#content div.page-info-store .middle {
        max-width: 100%;
    }

    div#content div.page-info-store div#country {
        max-width: 70%;
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .seo-content-blcok1 #home-testimonials, .seo-content-blcok1 #newsevents-blcok {
        max-width: none;
    }
    .seo-content-blcok1 #newsevents-blcok .box-bottom-title {
        position: relative;
        bottom: 0px;
    }

    #welcome-blcok .welcom-left {
        max-width: unset;
        text-align: center;
    }

    #welcome-blcok .welcom-left .welcome-left-content {
        flex-wrap: wrap;
    }

    #welcome-blcok .welcom-left p {
        max-width: 100%;
    }

    #welcome-blcok .welcom-left img {
        vertical-align: top;
        margin-top: 0px;
        display: none;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    div#hamburger_menu_handler {
        display: flex;
    }

    div#header {
        min-height: 120px;
    }
    
    div#header div#offers-bar {
        margin-top: 90px;
    }

    div#header div#global-nav .login-button {
        /*display: none;*/
    }

    div#header div#global-nav .login-button > #logoutlink {
        display: none;
    }

    div #header div#global-nav .login-button a.header_button {
        display: none;
    }

    div#container div#navigation {
        background: #2d5b75;
        background-size: 100% 100%;
        min-height: 39px;
        font-size: 12px;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        max-width: 400px;
        margin: 0 0 0 auto;
        padding-top: 15px;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 999999;
        border-bottom-left-radius: 8px;
        box-sizing: border-box;
    }

    div#container div#navigation.show {
        display: flex;
    }
        
    div#container div#navigation > ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    div#navigation ul li {
        float: unset;
        min-height: 39px;
        width: 100%;
        font-size: 17px;
        color: #fff;
        border-bottom: 1px solid #a0a8b278;
        padding: 3px 10px;
        background: #2d5a74;
    }

    div#navigation ul li a {
        display: block;
        height: 38px;
        line-height: 38px;
        color: #fff;
        font-size: 100%;
        font-weight: bold;
        text-decoration: none;
        padding: 0 25px;
        float: left;
        text-shadow: 1px 1px #122839;
        width: 100%;
    }

    div#navigation ul li:nth-last-of-type(1) {
        background: #2d5a74;
        border-bottom-left-radius: 8px;
    }


    div#navigation ul .responsive-show {
        display: inline-block;
    }

    div#navigation ul li img.twitter.responsive-hide {
        display: none;
    }

    div#content div.page-info, div#content div.page-info-store {
        align-content: center;
        justify-content: space-around;
        align-items: center;
        width: 95%;
    }

    div#content.free-gifts div.main,
    div.main div.fm-main,
    div.main div.inner-main-rooms {
        width: 95%;
    }

    .new_referral_wrapper > .steps1_top > .step_mini {
        z-index: 1;
    }

    div.two-column-section div.column1, div.two-column-section div.column2 {
        border: none;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    div#content div.page-info-store .middle {
        max-width: 100%;
    }

    .rakeback-main .welcome-right span:nth-child(1) {
        font-size: 25px;
    }

    .rakeback-main .welcome-right span:nth-child(2) {
        font-size: 15px;
    }


    /* -----Cashout History Responsive Table ----- */
    .cashout-history-table thead {
        display: none;
    }

    .cashout-history-table, 
    .cashout-history-table tbody, 
    .cashout-history-table tr, 
    .cashout-history-table td {
        display: block;
    }

        .cashout-history-table tr {
            margin-bottom: 15px;
            border: 1px solid #516679;
            border-radius: 5px;
        }

        .cashout-history-table tbody tr td {
            padding: 5px 15px;
            position: relative;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            text-align: right;
        }

        .cashout-history-table td:before {
            color: #516679;
            font-weight: 700;
            font-size: 110%;
            content: attr(data-label);
            position: relative;
            width: 50%;
            text-align: left;
        }

        .cashout-history-table td:nth-child(1) {
            background-color: #E1E1E1;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .cashout-history-table td:nth-child(odd) {
            background-color: #E1E1E1;
        }

        .cashout-history-table td.AfflastTd {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

}

@media screen and (min-width:769px) and (max-width:992px) {
    div#header div.wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 120px;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
    }

    div#header div#offers-bar {
        margin-top: 90px;
    }

    div#header div.wrapper div#header div#offers-bar {
        position: absolute;
        margin: auto;
        bottom: 0px;
        top: 100%;
        left: 0px;
        right: 0px;
        clear: unset;
        width: 100%;
        align-items: center;
    }

    div#header div.wrapper div#header div#offers-bar ul > li{
        float:unset;
    }

    div#content div.page-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }

    div.two-column-section div.column1 {
        width: 38%;
    }
    
    div.two-column-section div.column2 {
        width: 58%;
    }

    .page-info-store {
        justify-content: space-around;
    }

    div#content div.page-info-store .middle {
        max-width: 55%;
    }
}

@media screen and (max-width:889px){
    div#content div.wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width:912px) {
    #welcome-blcok .getstarted-button {        
        z-index: 0;
        /*margin: 25px 0px 25px 15px;*/
        top: 0px;
    }

    div.two-column-section div.column1 div.images{
        margin-right: 10px;
    }

    .page-info-store{
        width: 95%;
    }
}

@media screen and (max-width:992px) {
    div#content div.wrapper.clearfix.sb-right {
        /*flex-direction: row-reverse;*/
    }

    .responsive-show {
        display: none;
    }

    div#content div.page-info,
    div#product-store,
    div.box7 div.box7-content,
    div#content div.box9,
    div#gifts,
    div.box11 {
        width: 95%;
    }

    .main.clearfix.help > div.inner-sidebar {
        display:none;
    }

    div.two-column-section div.column1 {
        justify-content: center;
    }

        div.two-column-section div.column1 a {
            margin-bottom: 7px;
        }

    div.inner-content div.sb-reviews {
        max-width: 615px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    div.sb-reviews div.section3 {
        max-width: 295px;
        width: 100%;
    }

    div#content div.page-info-store div#shopping-cart {
        margin-right: 0px;
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {
    .responsive-show {
        display: none;
    }

}

@media screen and (min-width:1201px) {
    .responsive-show {
        display: none;
    }

}
