/* MegaPersonals - myStyle.css */
/* Matching original site styles */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;
}

/* ========== FRONTPAGE ========== */
.frontpage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: center;
}

.frontpage .container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.frontpage .row {
    display: flex;
    justify-content: center;
    width: 100%;
}

#megapersonalsPageHeader {
    max-width: 50%;
    height: auto;
    margin: 10px 0 5px 0;
}

.meetnow_banner {
    width: 50%;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    display: block;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.main_content {
    padding: 10px;
}

.meetnow {
    max-width: 100%;
    height: auto;
    margin: 5px 0;
}

.meetnow_byline {
    color: #dcd1b1;
    text-align: left;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin-top: 8px;
    margin-bottom: 15px;
    padding-left: 15px;
    white-space: normal;
}

.devilgirl_side {
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
}

.devilgirl_side > * {
    margin-top: 0;
}

.devilgirl_side img {
    display: block;
}

.main_content {
    padding: 5px;
    margin: 0;
    width: 50%;
}

.devilgirl_sidebar {
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin-bottom: 0;
    display: block;
    align-content: center !important;
    align-items: center !important;
}

#hookup_an_ad_image {
    padding: 4px 2px;
    background: #58c2fd;
    display: block;
    color: #fff;
    text-align: center !important;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 50% !important;
    align-items: center !important;
}

.post_now_text {
    display: block;
    text-align: center !important;
    font-weight: bold;
}

.mpcityname {
    display: block;
    color: #810107;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
}

.changeCityLink {
    color: #fcb9e3;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    display: block;
    text-align: center;
}

.changeCityLink:hover {
    color: #ffca4b;
}

/* ========== MEGAP CATEGORIES BUTTONS ========== */
.megapCategoriesButtons {
    width: 100%;
    max-width: 300px;
    height: 50px;
    line-height: 35px;
    color: white;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    margin: 5px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    flex: 1 1 auto;
    min-width: 120px;
}


.third_page_shadowed_buttons {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.category_buttons_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 15px 0;
    width: 100%;
}

.categoryLink {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    line-height: inherit;
}

.categoryLink:hover {
    text-decoration: none;
    color: #fff;
}

.megapCategoriesOrangeButton {
    background: #f15a24;
}

.megapCategoriesYellowButton {
    background: #fbb03b;
    color: #000;
}

.megapCategoriesYellowButton .categoryLink {
    color: #000;
}

.megapCategoriesLightGreenButton {
    background: #8dc63f;
}

.megapCategoriesGreenButton {
    background: #39b54a;
}

.megapCategoriesGrayButton {
    background: #6d6e71;
}

/* ========== FRONT TESTIMONIAL ========== */
.front_testimonial {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 5px;
    padding: 0 10px;
}

.front_testimonial .green {
    color: #8dc63f;
}

/* ========== DISCLAIMER ========== */
.disclaimer {
    left: 0px;
    color: #e6c568;
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding-right: 16px;
    font-style: italic;
}

/* ========== LOCATION POPUP ========== */
#cityChoicePopUpContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

#cityChoicePopupBackgroundCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cityChoicePopUp {
    position: relative;
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
    max-width: 300px;
    width: 85%;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 10000;
}

#choseCityContainer {
    position: relative;
}

#choseCityContainer h2 {
    color: #fcb9e3;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    text-align: center;
}

#closeCityButton {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 10001;
}

#closeCityButton img {
    width: 24px;
    height: 24px;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #f15a24;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.center {
    text-align: center;
}

/* ========== ACCORDION LOCATION PICKER ========== */
.ac-sub {
    margin-bottom: 8px;
}

.ac-input {
    display: none;
}

.ac-label,
.ac-label__level2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #3a3a3a;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.2s;
    border: 1px solid #444;
}

.ac-label::after,
.ac-label__level2::after {
    content: '+';
    font-size: 14px;
    transition: transform 0.2s;
}

.ac-input:checked + .ac-label::after,
.ac-input:checked + .ac-label__level2::after {
    transform: rotate(45deg);
}

.ac-label:hover,
.ac-label__level2:hover {
    background: #4a4a4a;
}

.ac-label__level2 {
    background: #f15a24;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.ac-label__level2:hover {
    background: #ff6b35;
}

.ac-input:checked + .ac-label__level2 {
    background: #d94a1a;
}

.ac-sub-text,
.ac-text {
    display: none;
    padding: 8px;
    background: #222;
    border-radius: 6px;
    margin: 4px 0 10px 0;
}

.ac-input:checked ~ .ac-sub-text,
.ac-input:checked ~ .ac-text {
    display: block;
}

.ac-sub-text p,
.ac-text p {
    margin: 0;
}

.ac-sub-text a,
.ac-text a {
    display: block;
    padding: 8px 10px;
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}

.ac-sub-text a:hover,
.ac-text a:hover {
    background: #333;
    color: #fbb03b;
}

/* ========== COPYRIGHT_CLASS ========== */
.copyright_class {
    background: #111;
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #333;
}

.footer_links {
    margin-bottom: 10px;
}

.footer_links a {
    color: #888;
    text-decoration: none;
    margin: 0 10px;
    font-size: 13px;
    transition: color 0.2s;
}

.footer_links a:hover {
    color: #fbb03b;
}

.copyright_text {
    color: #666;
    font-size: 12px;
    margin: 0;
}

/* ========== NEW FOOTER ========== */
.footer_section {
    padding: 30px 0;
    background: transparent;
    width: 100%;
    clear: both;
    display: block;
}

.footer_container {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    background: transparent;
    width: 100%;
    display: block;
}

.footer_nav {
    background: transparent;
}

.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: transparent;
}

.footer_menu li {
    display: inline-block;
}

.footer_menu li a {
    color: #046aaf;
    text-decoration: none;
    padding: 5px 8px;
    font-family: Verdana;
    font-size: 12px;
    display: block;
}

.footer_menu li a:hover {
    text-decoration: underline;
}

.footer_menu .separator {
    color: #046aaf;
    padding: 5px 0;
}

.footer_copyright {
    color: #666;
    font-size: 12px;
    margin-top: 10px;
    font-family: Verdana;
}

.footer_menu li a {
    border: none;
}

/* ========== FOOTER NAV/pager ========== */
footer.copyright_class {
    text-align: center;
    padding: 15px 0;
    color: #046aaf;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 16px;
    padding-bottom: 32px;
    background: transparent;
}

.pager.myStyle {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    background: transparent;
}

.pager.myStyle li {
    color: #046aaf;
    font-size: 12px;
    font-family: Verdana;
}

.pager.myStyle li a {
    color: #046aaf;
    text-decoration: none;
    padding: 2px 0px 2px 0px;
    margin: 2px -2px 2px -1px;
    border: none;
}

.pager.myStyle li a:hover {
    text-decoration: underline;
}

footer {
    color: #046aaf;
    font-family: Verdana;
    font-size: 12px;
    margin-top: 16px;
    padding-bottom: 32px;
    text-align: center;
    background: transparent;
}

footer .pager {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    align-items: center;
    background: transparent;
}

footer .pager li > a {
    padding: 2px 0px 2px 0px;
    margin: 2px -2px 2px -1px;
    color: #046aaf;
    border: none;
    text-decoration: none;
}

footer .pager li > a:hover {
    text-decoration: underline;
}

#bottom_button_container {
    float: left;
    margin: 0px 0px 5px -9px;
    padding: 0px 0px 0px 0px;
    background: transparent;
}

footer nav {
    background: transparent;
}

#copyrigh {
    color: #666;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}

.copyright_class {
    width: 100%;
    text-align: center;
    margin-top: -18px;
    background: transparent;
}

.copyright_class_term {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ========== RESPONSIVE STYLES ========== */
@media (min-width: 768px) {
    .frontpage {
        padding: 20px;
    }

    .megapCategoriesButtons {
        padding: 12px 5px;
        margin: 4px 0;
    }

    .categoryLink {
        font-size: 16px;
    }

    .devilgirl_sidebar {
        max-height: 350px;
    }

    #closeCityButton img {
        width: 35px;
        height: 35px;
    }

    #cityChoicePopUp {
        padding: 20px;
        max-width: 320px;
    }

    #choseCityContainer h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .desktop-only {
        display: inline;
    }
}

@media (min-width: 992px) {
    .frontpage {
        padding: 30px;
    }
    
    .megapCategoriesButtons {
        padding: 15px 10px;
        margin: 5px 0;
    }
    
    .categoryLink {
        font-size: 18px;
    }
    
    .devilgirl_sidebar {
        max-height: 280px;
    }
    
    .ac-sub-text,
    .ac-text {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .frontpage {
        padding: 5px;
    }

    .frontpage .row {
        flex-direction: row;
        align-items: flex-start;
    }

    .col-xs-6,
    .col-sm-4,
    .col-sm-8 {
        width: 50%;
        text-align: center;
    }

    #cityChoicePopUp {
        padding: 15px;
        border-radius: 10px;
        max-width: 260px;
    }

    #choseCityContainer h2 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .ac-label,
    .ac-label__level2 {
        padding: 8px 10px;
        font-size: 12px;
    }

    .ac-label__level2 {
        font-size: 13px;
    }

    .close-btn {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }

    .ac-sub-text a,
    .ac-text a {
        padding: 6px 8px;
        font-size: 11px;
    }

    .devilgirl_side {
        width: 50%;
        padding: 5px;
    }

    .main_content {
        width: 50%;
        padding: 5px;
    }

    .devilgirl_sidebar {
        max-width: 100%;
        max-height: 150px;
    }

    #hookup_an_ad_image {
        width: 90% !important;
        font-size: 12px;
        padding: 6px 4px;
    }

    .mpcityname,
    .changeCityLink {
        font-size: 10px;
    }

    #megapersonalsPageHeader,
    .meetnow_banner {
        width: 100%;
        max-width: 100%;
    }

    .meetnow_byline {
        font-size: 10px;
        padding-left: 5px;
    }

    .desktop-only {
        display: none;
    }

    .category_buttons_container {
        padding: 0 5px;
    }
    
    .megapCategoriesButtons {
        padding: 6px 2px;
        margin: 2px 0;
        height: 32px;
        line-height: 20px;
        font-size: 11px;
    }

    .categoryLink {
        font-size: 9px;
    }

    .category_buttons_container {
        gap: 4px;
        margin: 8px 0;
    }
    
    #hookup_an_ad_image {
        font-size: 11px;
        padding: 6px 4px;
    }

    .meetnow_byline {
        font-size: 10px;
        white-space: normal;
        line-height: 1.3;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .front_testimonial {
        font-size: 12px;
    }
}

/* Utility classes */
.container {
    max-width: 100%;
}

.row {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.col-xs-4,
.col-xs-8,
.col-xs-12 {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.col-xs-4 {
    padding-right: 0;
}

.col-xs-8 {
    width: 40%;
    padding-left: 0;
}

.frontpage .row {
    margin: 0;
    padding: 0;
}

.text-center {
    text-align: center;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

#megapCategoriesOrangeButton {
    background-color: #c75400;
    margin-top: 0;
}

#megapCategoriesYellowButton {
    background-color: #ffa300;
}

#megapCategoriesLightGreenButton {
    background-color: #e7c660;
}

#megapCategoriesGreenButton {
    background-color: #857a30;
}

#megapCategoriesGrayButton {
    background-color: #a6a3a3;
}

#megapCategoriesOrangeButton, #megapCategoriesYellowButton, #megapCategoriesLightGreenButton, #megapCategoriesGreenButton, #megapCategoriesGrayButton {
    border-radius: 3px;
}

#hookup_an_ad_image {
    width: 85%;
    padding: 4px 2px;
    background: #58c2fd;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    -moz-box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    box-shadow: 1px 4px 14px 0px rgba(50, 50, 50, 0.36);
    margin-left: 17px;
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
}
