/*
Theme Name: cityxguides - matching original cityxguide.com design
*/

html, body {
    height: 100%;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    background-color: #f3f3f3;
}
button {
    cursor: pointer !important;
}
:focus {
    outline: 0 !important;
}
h1, h2, h3 {
    word-wrap: break-word;
}
input { outline: none; }
a {
    cursor: pointer;
    text-decoration: none !important;
}
a:hover {
    color: #ffca00 !important;
    text-decoration: none !important;
}
a:visited {
    text-decoration: none !important;
}
.btn {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.accordion a:hover {
    color: #444 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
    min-height: inherit;
}
.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
    min-height: inherit;
}
.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
    min-height: inherit;
}

.bg-orange {
    border: none;
    background-color: #ffca00;
}
.white {
    color: #fff;
}
.black {
    color: #444444;
}
.pink {
    background-color: #de0064;
}
.text-pink {
    color: #de0064;
}

/* ===== HEADER ===== */
.header {
    height: 63px;
    background-color: #de0064;
    overflow: visible;
}
.header-left {
    margin-top: 9px;
}
.header-right {
    margin-top: 16px;
}
.header.inside {
    height: 63px;
}
.header.inside .header-left {
    margin-top: 9px;
}
.header.inside .header-right {
    margin-top: 16px;
}
.header-left img {
    width: 120px;
    height: auto;
}
.header-right .btn {
    opacity: 1;
}
.header-right .btn-affiliate {
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 3px;
}
.header-right #btn-menu {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
}
.btn-find-escorts {
    display: none;
}
.find-escorts-wrap {
    display: none;
}
.accordion-toggle {
    display: none;
}
.country-name {
    color: #a70d0d !important;
    font-weight: bold;
}
/* Back arrow - visible on all screen sizes for inner pages */
.header.inside {
    position: relative;
}
.back-arrow {
    display: flex;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.back-arrow i {
    color: #fff;
    font-size: 18px;
}

/* ===== BROWSE PANEL (slide-in overlay) ===== */
.browse-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    z-index: 10000;
    background: #fff;
    overflow-y: auto;
    border-right: 1px solid #dbe1e8;
    box-shadow: 2px 0 8px rgba(0,0,0,0.15);
}
.browse-panel.active {
    display: block;
}
.browse-panel-header {
    background: #ffca00;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    height: 40px;
}
.browse-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #de0064;
    color: #fff !important;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: none;
}
.browse-back-btn:hover {
    color: #fff !important;
}
.browse-panel-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.browse-panel-body {
    padding: 5px 0;
}
.browse-states-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.browse-state-item {
    padding: 2px 10px 2px 0;
    font-size: 13px;
}
.browse-state-item a {
    color: #444;
}
.browse-state-item.active-state > a {
    font-weight: bold;
    color: #000;
}
.browse-expand {
    float: right;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    padding: 0 5px;
}
.browse-cities-list {
    display: none;
    list-style: none;
    padding: 2px 0 2px 15px;
    margin: 0;
}
.browse-cities-list li {
    padding: 1px 0;
}
.browse-cities-list li a {
    color: #555;
    font-size: 12px;
}
.browse-cities-list li.active-city a {
    font-weight: bold;
    color: #000;
}

/* ===== SEARCH BAR FORM ===== */
.search-bar-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}
.search-bar-form .search-select {
    flex: 0 0 163px;
    width: 163px;
    height: 34px;
}
.search-bar-form .search-city {
    flex: 1 1 0;
    min-width: 0;
    width: 100% !important;
    height: 34px;
    box-sizing: border-box;
}
.search-bar-form .search-query {
    flex: 1 1 0;
    min-width: 0;
    height: 34px;
}
.search-bar-form .search-btn {
    flex: 0 0 160px;
    width: 160px;
    height: 34px;
    background: #ffca00;
    border-color: #ffca00;
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .header-right .btn-affiliate {
        display: none;
    }
}

/* ===== WRAPPER & FOOTER PUSH ===== */
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -180px;
}
.push {
    height: 170px;
}

/* ===== FOOTER ===== */
.footer {
    margin-top: 10px;
    position: relative;
    color: #fff;
    min-height: 170px;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #252525;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #ffca00 !important;
}
.footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 20px;
}
.footer div:nth-child(2) ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.footer .caption {
    font-weight: bold;
    font-size: 14px;
}

/* ===== CITIES DIRECTORY (HOMEPAGE) ===== */
.cities {
    margin: 40px 0;
    -moz-column-count: 6;
    -moz-column-gap: 10px;
    -webkit-column-count: 6;
    -webkit-column-gap: 10px;
    column-count: 6;
    column-gap: 10px;
}
/* Override accordion display:none for cities directory */
.cities > li > ul,
.cities > li > ul > li > ul {
    display: block !important;
}
.section-cities ul {
    list-style: none;
    padding-left: 0;
    line-height: 22px;
}
.cities > li {
    font-size: 16px;
    font-weight: bold;
    margin-top: 22px;
}
.cities > li > a {
    color: #a70d0d;
}
.cities > li:first-child {
    margin-top: 0;
}
.cities > li > ul > li {
    font-size: 14px;
    font-weight: bold;
    margin-top: 22px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.cities > li > ul > li:first-child {
    margin-top: 0;
}
.cities > li > ul > li > ul > li {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
.section-cities a {
    color: #260000;
}

/* ===== BROWSE SIDEBAR ===== */
.browse {
    border: 1px solid #dbe1e8;
    background-color: #fff;
    color: #444444;
    margin-bottom: 20px;
}
.browse .title {
    height: 35px;
    background-color: #ffca00;
    padding-top: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.browse .accordion {
    padding: 10px;
}
.browse ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ===== ACCORDION ===== */
.accordion a {
    color: #444444;
}
.accordion li ul {
    display: none;
}
.accordion > li > a:nth-child(2) {
    color: #de0064;
}
.accordion li ul li ul li {
    padding-left: 16px;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs {
    height: 35px;
    overflow: hidden;
    width: 100%;
    background-color: #de0064;
    color: #fff;
    white-space: nowrap;
    line-height: 35px;
}
.breadcrumbs .container {
    overflow: hidden;
    border-right: 15px solid #de0064;
}
.breadcrumbs-border {
    border: 1px solid #dbe1e8;
    border-left: 0;
    border-right: 0;
}
.breadcrumbs p,
.breadcrumbs p a,
.breadcrumbs span {
    color: #fff;
    padding: 3px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -1px;
    vertical-align: middle;
}
.breadcrumbs a {
    color: #fff !important;
}
.breadcrumbs a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.arrow-sep {
    color: #fff;
    font-size: 18px;
    margin: 0 3px;
    vertical-align: middle;
}

/* ===== POST LISTING ===== */
.section-posts {
    margin: 25px auto 0 auto;
}
.page-content {
    padding: 20px 0;
}
.page-content .text-danger {
    text-align: center;
}
.postlist {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 15px;
}
.postlist small {
    font-size: 12px;
}
.postlist li {
    padding: 0 10px 15px 10px;
    word-wrap: break-word;
}
.postlist a:visited {
    color: #ffca00 !important;
}

/* Date separator */
.date {
    padding: 8px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    text-align: left;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.35, rgb(230, 230, 230)), color-stop(0.65, #f3f3f3));
}

/* ===== PAGINATION ===== */
.paging {
    margin-left: 10px !important;
    text-align: center;
}
.paging li {
    margin-bottom: 5px !important;
    display: inline;
}

/* Hamburger button - hidden on desktop */
#btn-browse {
    display: none;
}

/* ===== SECTION PAGE (generic) ===== */
.section-page {
    margin: 25px auto;
}
.section-page h1 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    padding: 0 0 20px 0;
    margin: 0;
}

/* ===== INFO / POST DETAILS ===== */
.info, .info-prev {
    color: #444444;
}
.info ul, .info-prev ul {
    border: 1px solid #ffc6de;
}
.info .list-group-item, .info-prev .list-group-item {
    border: 0;
    padding: 0;
    word-wrap: break-word;
}
.info .list-group-item:nth-child(even), .info-prev .list-group-item:nth-child(even) {
    background: #ffdceb;
}
.info .list-group-item:nth-child(odd), .info-prev .list-group-item:nth-child(odd) {
    background: #ffeff6;
}

/* ===== SPONSOR SECTION ===== */
.sponsor-section {
    margin-bottom: 20px;
}

/* ===== RESPONSIVE: TABLETS ===== */
@media (max-width: 1200px) {
    .cities {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media (max-width: 1024px) {
    .cities {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 991px) {
    .header {
        height: 63px;
    }
    .header-left {
        margin-top: 4px;
    }
    .header-right {
        margin-top: 16px;
    }
    .header-left img {
        width: 120px;
    }
    .section-cities .cities {
        margin: 20px 0;
    }
    .section-cities .cities {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .cities > li {
        font-size: 18px;
    }
    .cities > li > ul > li {
        font-size: 16px;
    }
    .cities > li > ul > li > ul > li {
        font-size: 16px;
    }
}

/* ===== RESPONSIVE: MOBILE ===== */
@media (max-width: 767px) {
    .browse-panel {
        width: 100%;
        border-right: none;
        box-shadow: none;
    }
    .header {
        height: 63px;
    }
    .header-left {
        margin-top: 7px;
    }
    .header-right {
        margin-top: 12px;
    }
    .header-left img {
        width: 120px;
    }
    .header-right .btn-post-ads,
    .header-right .bg-orange.btn-primary.btn-md {
        display: none !important;
    }
    .header .container {
        text-align: center;
        position: relative;
    }
    .header .header-left {
        float: none !important;
        display: inline-block;
    }
    .back-arrow {
        left: 11px;
    }
    .search-form {
        display: none;
    }
    .btn-find-escorts {
        display: inline-block !important;
        width: auto;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 30px;
        background-color: #ffca00 !important;
        color: #444 !important;
        border: none;
        border-radius: 4px;
    }
    .section-cities .cities {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .section-cities .accordion > li {
        margin-top: 0;
    }
    .section-cities .accordion > li > ul > li {
        margin-top: 0;
    }
    .find-escorts-wrap {
        display: block;
        text-align: center;
        padding: 10px 0;
        background: #de0064;
    }
    /* Mobile accordion - all sub-lists hidden by default */
    .cities.accordion > li > ul,
    .cities.accordion > li > ul > li > ul {
        display: none !important;
    }
    .cities.accordion > li > ul.open,
    .cities.accordion > li > ul > li > ul.open {
        display: block !important;
    }
    .cities.accordion > li {
        border-bottom: 1px solid #dbe1e8;
        padding: 8px 0;
    }
    .cities.accordion > li > ul > li {
        border-bottom: 1px solid #dbe1e8;
        padding: 8px 0;
        margin-top: 0 !important;
    }
    .cities.accordion > li > a,
    .cities.accordion > li > ul > li > a {
        display: inline-block;
        font-size: 16px;
    }
    .accordion-toggle {
        display: block;
        float: right;
        cursor: pointer;
        font-size: 18px;
        color: #999;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    .browse {
        opacity: 1 !important;
        display: none;
        position: fixed;
        top: 63px;
        left: 0;
        bottom: 0;
        z-index: 10;
        overflow-y: auto;
        width: 100%;
        margin-bottom: 0;
    }
    .browse.active {
        display: block !important;
    }
    #btn-browse {
        display: inherit;
        position: absolute;
        top: -47px;
        left: 15px;
    }
    #btn-browse:focus, #btn-browse:active {
        background-color: #ffca00;
        color: #444;
    }
    .section-posts {
        padding: 0;
        margin: 0;
    }
    .breadcrumbs-border {
        border-left: 0 !important;
        border-right: 0 !important;
    }
    .breadcrumbs span {
        padding-top: 4px;
        font-size: 12px;
    }
    .accordion li {
        clear: both;
        font-size: 16px;
        line-height: 32px;
        border-top: 1px solid #dbe1e8;
    }
    .accordion li:first-child {
        border: 0;
    }
    .accordion li ul li {
        border-top: 1px solid #dbe1e8 !important;
    }
    .accordion li i {
        display: block;
        float: right;
        width: 16%;
        text-align: right;
        padding-right: 6px;
        line-height: 32px;
    }
    .accordion li a:first-child {
        width: 100%;
        display: block;
    }
    .accordion li a:nth-child(2) {
        display: block;
        float: left;
        width: 84%;
    }
    .footer ul {
        margin-bottom: 3px;
    }
    .footer div:nth-child(2) ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .footer ul li {
        display: inline-table;
        margin-right: 10px;
        word-wrap: break-word;
    }
    .postlist {
        font-size: 15px;
    }
    .postlist small {
        font-size: 12px;
    }
    .col-sm-3.nopadding-left {
        display: none;
    }
    .search-form input {
        width: 100% !important;
    }
    .search-form select {
        width: 100% !important;
    }
    .search-form button {
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .search-form input, .search-form select, .search-form button {
        margin-right: 0;
    }
    .header-right .btn-affiliate {
        display: none;
    }
}

/* ===== STATE PAGE CITIES LIST ===== */
.section-cities .cities li.cat-item {
    line-height: 24px;
}
.section-cities .cities li.cat-item > a {
    color: #260000;
}

/* ===== SEARCH FORM ===== */
.search-form {
    background-color: #de0064;
    width: 100%;
    border-top: 1px solid #dbe1e8;
    padding-top: 8px;
    padding-bottom: 8px;
}
.search-form input, .search-form select {
    background-color: #ffeff6;
    margin-right: 8px;
    margin-bottom: 8px;
}
.search-form input {
    width: calc(28% - 8px) !important;
}
.search-form select {
    width: calc(15% - 8px) !important;
}
.search-form button {
    width: auto !important;
    padding: 6px 30px;
    margin-top: 0;
    background: #de0064;
    border-color: #de0064;
    color: #fff;
    font-weight: bold;
}
.search-form .form-inline .form-control {
    display: inline-block;
}

/* ===== CLEAR ===== */
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
