/*
 Theme Name:   Extra Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Extra Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Extra
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  extra-child-theme
*/

/* ============================
   Allrounder Monument Font
============================= */
 
@font-face {
    font-family: "Allrounder Monument";
    src: url("/wp-content/uploads/fonts/AllrounderMonumentTest-Book.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Allrounder Monument";
    src: url("/wp-content/uploads/fonts/AllrounderMonumentTest-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Allrounder Monument";
    src: url("/wp-content/uploads/fonts/AllrounderMonumentTest-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}
.module.post-module.et_pb_extra_module .module-head h1, .module.posts-carousel-module.et_pb_extra_module .module-head h1 {
    color: #fff !important;
}
.module-head {
    background: #000 !important;
}
.module-head .module-filter, .tabbed-post-module .tabs .module-filter {
    color: #f8c359 !important;
}
.page article {
       border: none !important;
           box-shadow: none !important;
}
.tabbed-post-module .tab-nav {
    background: #f8c359 !important;
}
.tabbed-post-module .tabs {
    background: #000 !important;
}

.et_pb_row.et_pb_row_6 .tabbed-post-module .et-accent-color-parent-term span{
    color:#fff !important;
}
.et_pb_row.et_pb_row_6 .tabbed-post-module .et-accent-color-parent-term.active {
    background: #f8c359 !important;
    color:#000 !important;
}
.et_pb_row.et_pb_row_6 .tabbed-post-module .et-accent-color-parent-term.active span {
    color:#000 !important;
}
.et_pb_extra_column_sidebar h2.wp-block-heading, .et_pb_extra_column_sidebar h4.widgettitle {
    background: #000000 !important;
    color: #fff !important;
}

.tnp-subscription label, .tnp-profile label {
    display: none;
}
.footer_subscription{
    width:100%;
    background:#f8c359;
    padding:50px 0;
}

.footer_subscription .et_pb_row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

.subscription-content h2{
    font-size:42px;
    font-weight:700;
    color:#000;
    margin:15px 0;
    line-height:1.2;
}

.subscription-tag{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#000;
}

.subscription-content p{
    font-size:17px;
    line-height:1.8;
    color:#333;
    margin:0;
}

/* Newsletter Form */

.subscription-form{
    width:100%;
}

.subscription-form form{
    display:block;
    align-items:center;
}

.tnp-field {
    margin-bottom: 25px !important;
}
.subscription-form input[type="email"],
.subscription-form input[type="text"]{
    flex:1;
    height:55px;
    padding:0 20px;
    border:1px solid #ddd;
    border-radius:5px;
    background:#fff;
    font-size:16px;
}

.subscription-form input[type="submit"],
.subscription-form button{
    height:55px;
    padding:0 35px;
    border:none;
    border-radius:5px;
    background:#000;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.subscription-form input[type="submit"]:hover,
.subscription-form button:hover{
    background:#222;
}

/* Responsive */

@media(max-width:767px){

    .footer_subscription{
        padding:50px 20px;
    }

    .footer_subscription .et_pb_row{
        flex-direction:column;
        gap:30px;
    }

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

    .subscription-content h2{
        font-size:32px;
    }

    .subscription-form form{
        flex-direction:column;
    }

    .subscription-form input,
    .subscription-form button,
    .subscription-form input[type="submit"]{
        width:100%;
    }
}

footer#footer {
    margin-top: 0;
}
.newsletter-success{
    max-width:700px;
    margin:20px auto;
    padding:40px 50px;
    background:#fff;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.success-icon{
    width:110px;
    height:110px;
    margin:0 auto 30px;
    border-radius:50%;
    background:#28a745;
    color:#fff;
    font-size:55px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(40,167,69,.25);
}

.newsletter-success h1{
    font-size:42px;
    color:#000;
    margin-bottom:20px;
    font-weight:700;
}

.newsletter-success p{
    font-size:18px;
    color:#555;
    line-height:1.9;
    margin-bottom:18px;
}

.success-text{
    color:#777;
}

.success-btn{
    display:inline-block;
    margin-top:20px;
    background:#f8c359;
    color:#000 !important;
    text-decoration:none;
    padding:16px 42px;
    border-radius:6px;
    font-weight:700;
    font-size:16px;
    transition:.3s;
}

.success-btn:hover{
    background:#000;
    color:#fff !important;
}

@media(max-width:768px){

.newsletter-success{
    margin:40px 20px;
    padding:40px 25px;
}

.success-icon{
    width:90px;
    height:90px;
    font-size:45px;
}

.newsletter-success h1{
    font-size:30px;
}

.newsletter-success p{
    font-size:16px;
}

}
div#top-header {
    border-bottom: 1px solid #f8c359;
        padding: 0;
}
#footer #block-9 {
    margin-bottom: 0 !important;
}
#footer #block-10 {
    color: #fff;
    width: 80%;
}
marquee {
    display: flex;
    align-items: center;
}
header.header .et-trending-post::after {
    content: "-";
    color: #f8c359;
    font-size: 20px;
    margin: 0 30px;
}
.marquee_label {
    background: #f8c359;
    width: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 10px 6px;
    display: flex;
}
.marquee_label h4 {
    padding-bottom: 0 !important;
        font-size: 14px;
}
div#et-trending-marquee {
    display: flex;
}
header.header .et-trending-post {
    display: inline !important;
}
.secondary-hide {
    display:none !important;
}
marquee .et-trending-post:last-child::after {
    content: none !important;
}

/***** contact page form    ******/


.custom-contact-form {
    max-width: 100%;
}

.custom-contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.custom-contact-form .two-column .form-group {
    flex: 1;
}

.custom-contact-form .form-group {
    width: 100%;
}

.custom-contact-form label {
    display: block;
    color: #8b3a2b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    font-family: 'IBM Plex Mono', monospace;
}

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #000a23;
    color: #000a23 !important;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 15px;
    transition: all .3s ease;
    box-sizing: border-box;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000a23;
}
form.wpcf7-form p {
    color: #000a23;
    font-size: 16px;
}
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #000a23 !important;
    font-size: 12px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(248,195,89,0.4);
}

.custom-contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

.custom-contact-form .form-submit {
    text-align: center;
    margin-top: 10px;
}

.custom-contact-form input[type="submit"] {
    background: #000a23;
    color: #fbf8f1 !important;
    border: none;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    width: 150px;
    float: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #000a23 !important;
    color: #000a23;
}
.custom-contact-form input[type="submit"]:hover {
    background: #f2ecde;
    color: #000 !important;
}

/* Contact Form 7 Validation */
.custom-contact-form .wpcf7-not-valid-tip {
    color: #ff8b8b;
    font-size: 13px;
    margin-top: 5px;
}

.custom-contact-form .wpcf7-response-output {
    color: #fff;
    border: 2px solid #f8c359 !important;
    margin-top: 20px !important;
    padding: 12px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-contact-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
}



/***** End contact page form css ******/



/****** contact page follow us ******/

.contact-follow-us{
background: #000;
    border-top: 2px solid #f8c359;
    padding: 50px 40px;
    margin-top: -55px;
}

.contact-follow-us h2{
    color:#fff;
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:45px;
    text-transform:uppercase;
}

.follow-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.follow-box{
    text-align:center;
    padding:35px 25px;
    border:1px solid rgba(255,255,255,.7);
    border-radius:12px;
    transition:.3s;
}

.follow-box:hover{
    border-color:#f8c359;
    transform:translateY(-5px);
}

.follow-icon{
    width:70px;
    height:70px;
    background:#fff;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:28px;
}

.follow-box h4{
    color:#fff;
    margin-bottom:12px;
    font-size:22px;
}

.follow-box a{
    color:#f8c359 !important;
    text-decoration:none;
    font-size:16px;
    word-break:break-word;
}

.follow-box a:hover{
    color:#fff;
}
.page-id-186 .wpcf7-response-output {
    color: #fff;
    text-align: center;
}

@media(max-width:768px){

    .follow-grid{
        grid-template-columns:1fr;
    }

    .contact-follow-us{
        padding:40px 20px;
    }

}


/****** End contact page follow us ******/

#footer {
    background: #000a23;
}
#footer h4.widgettitle {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c9a45d !important;
}
#footer .et_pb_widget a {
    /* color: #fff; */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    color: #f2ecde !important;
    line-height: 1.5em;
    font-size: 14px !important;
    font-weight: 500;
}
#footer .et_pb_widget ul li {
    padding: 10px 0px;
    border-bottom: 0;
}
#footer a.brand {
    color: #fbf8f1 !important;
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-size: 22px !important;
    font-weight: 600;
}
#footer span.b-mark {
    font-size: 13px;
    font-weight: 600;
    color: #c9a45d;
    letter-spacing: .1em;
    font-family: 'IBM Plex Mono', monospace;
}
p#footer-info {
    color: #7e818a !important;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 10px 0px;
}
div#footer-bottom {
    border-top: 1px solid #7e818a !important;
}
div#block-11 {
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
        margin-bottom: 20px !important;
}
.current_date {
    color: #fbf8f1;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .06em;
    font-family: 'IBM Plex Mono', monospace;
}
.newheader_topleft

 {
    text-transform: uppercase;
}
.newheader_topleft span.divider {
    opacity: 0.4;
}
.newheader_logoleft a.brand {
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -.02em;
    text-decoration: none;
    color: #000a23;
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.newheader_logoleft span.b-mark {
    font-size: 11px;
    font-weight: 500;
    color: #000a23;
    letter-spacing: .1em;
}
.newfooter_first span.b-mark {
    font-size: 13px;
    font-weight: 600;
    color: #c9a45d;
    letter-spacing: .1em;
        font-family: 'IBM Plex Mono', monospace;
}
.newfooter_first a.brand {
    color: #fbf8f1;
}
.newfooter_menu .et-menu.nav {
    display: inline;
        padding-top: 35px !important;
}
.newfooter_menu #menu-offerings::before {
    content: "Offerings";
        font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c9a45d;
    margin-bottom: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0px;
}
.newfooter_menu #menu-company::before {
    content: "Company";
        font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c9a45d;
    margin-bottom: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0px;
}
.newfooter_menu #menu-get-in-touch::before {
    content: "Get In Touch";
        font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #c9a45d;
    margin-bottom: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0px;
}


@media (min-width: 801px) {
    .headerright_2column ul#menu-menu-main {
    padding: 44px 0 !important;
}
.newfooter_menu ul#menu-offerings {
    margin-left: 40px;
}
.newfooter_menu #menu-offerings::before {
    left: 50px;
}
.newfooter_menu ul#menu-company {
    margin-left: 30px;
}
.newfooter_menu #menu-company::before {

    left: 40px;
}

    .headerright_2column {
    display: flex;
    align-items: center;
        gap: 20px;
}
    .headerright_2column .et_pb_module:nth-child(1) {
    width: 100%;
}
.single-post .post-thumbnail img {
    width: 50%;
    margin: 0px auto;
}
.headerright_2column .et_pb_module:nth-child(2) {
    width: 30%;
}
.newheader_logoright .et_pb_menu_inner_container.clearfix {
    float: right;
}
.newheader_belowright .et_pb_text_inner {
    text-align: right;
}

    .header1 .et_pb_row,
    .footer1 .et_pb_row,
    .newheader_main .et_pb_row,
    .newfooter_copyright .et_pb_row{
        max-width: 1280px;
        padding: 0 32px !important;
    }
    
    .newhome-firstsection-right {
    align-items: end;
    justify-content: end;
    height: 215px;
}

}

.archive .et_pb_row {
    width: 90%;
}
.page-id-210 .et_pb_row {
    max-width: 1280px;
    padding: 0 32px;
}
.page-id-210 #main-content {
    background: #fbf8f1;
}
.newhome_marquee .et-trending-post::after {
    content: "-";
    color: #c9a45d;
    font-size: 20px;
    margin: 0 30px;
}

.newhome_marquee marquee .et-trending-post {
    display: inline;
}
.newhome_marquee marquee .et-trending-post a {
    color: #f2ecde !important;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    letter-spacing: .02em;
}
.newhome_marquee .marquee_label {
    background: #8b3a2b;
    padding: 15px 0px;
}
.newhome_marquee .marquee_label h4 {
    color: #fbf8f1;
    padding: 2px 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 14px;
    letter-spacing: .12em;
    font-weight: 600;
    text-transform: uppercase;
}
.newhome_marquee {
    background: #000a23;
}
.newhome-firstsection-right {
    display: flex;
    gap: 15px;
}
.left_label_intro {
    width: auto !important;
    float: right;
}
.story_label_row {
    display: flex;
    align-items: flex-end;
}
.featured_spotlight_left::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.featured_spotlight_left .glyph {
    font-family: 'Fraunces', serif;
    font-size: 80px;
    line-height: .6;
    color: #c9a45d;
    opacity: .55;
}
.featured_spotlight_left .et_pb_text_inner p:nth-child(2) {
    display: none;
}

.featured_spotlight_left::after {
    content: "FEATURED";
    top: 22px;
    position: absolute;
    left: 0;
    background: #c9a45d;
    color: #000a23;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    padding: 7px 16px;
}
.spotlight_steps .steps {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    gap: 0;
}
.spotlight_steps .steps li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(0,10,35,0.16);
}
.spotlight_steps .steps li .n {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 13px;
    color: #8b3a2b;
    font-weight: 600;
    padding-top: 2px;
}
.spotlight_steps .steps li strong {
    display: block;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 17px;
        color: #000a23;
    margin-bottom: 3px;
}
.spotlight_steps .steps li p {
    margin: 0;
    color: rgba(0,10,35,0.62);
    font-size: 14.5px;
    line-height: 1.55;
}


/*==============================
RECENT NEWS LAYOUT
==============================*/

.recent-news-layout{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.featured-news{
    width:58%;
}

.side-news{
    width:42%;
}

.featured-image{
    position:relative;
    display:block;
    overflow:hidden;
    margin-bottom:28px;
    aspect-ratio:16/10;
    background:#07122f;
}

.featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.featured-image:hover img{
    transform:scale(1.05);
}

.featured-cat{
    position:absolute;
    top:16px;
    left:16px;
     font-family: 'IBM Plex Mono', monospace;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 6px 13px;
        background:#8b3a2b;
    color: #fbf8f1;
}

.featured-content h2{
margin: 0 0 5px;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 600;
    font-family: 'Fraunces', serif;
    letter-spacing: -.01em;
    text-transform: capitalize;
}

.featured-content h2 a{
    color:#0b1633;
    text-decoration:none;
}

.featured-content h2 a:hover{
    color:#8c4d39;
}

.featured-excerpt {
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(0, 10, 35, 0.62);
    font-family: 'Inter', sans-serif;
}
.side-item {
    background: transparent !important;
        padding: 20px 0 !important;
    border-top: 1px solid rgba(0, 10, 35, 0.16) !important;
}
.meta{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#8d8d8d;
}

.side-item{
    display:flex;
    gap:20px;
    padding:18px 0;
    border-top:1px solid #ddd;
}

.side-item:first-child{
    padding-top:18px;
}

.thumb{
    width:92px;
    height:92px;
    overflow:hidden;
    flex-shrink:0;
    display:block;
    background:#07122f;
}
.side-item:nth-child(4) {
    border-bottom: 1px solid rgba(0, 10, 35, 0.16) !important;
}
.featured-content .meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(0, 10, 35, 0.62);
    padding-top: 15px;
}
.thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.3s;
}

.thumb:hover img{
    transform:scale(1.06);
}

.side-item h3{
margin: 0 0 0px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 0;
}

.side-item h3 a{
color: #0b1633;
    text-decoration: none;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.28;
    margin: 0 0 6px;
    text-transform: capitalize;
}

.side-item h3 a:hover{
    color:#8c4d39;
}

.side-item .meta{
    font-size:10.5px;
    color:rgba(0,10,35,0.62);
        font-family: 'IBM Plex Mono', monospace;
}

@media(max-width:980px){

    .recent-news-layout{
        flex-direction:column;
    }

    .featured-news,
    .side-news{
        width:100%;
    }

    .featured-content h2{
        font-size:22px;
        line-height:1.2em;
    }

    .side-item h3{
      font-size: 18px;
        line-height: 1.1em;
    }
    
    .recent-news-layout {
    gap: 30px;
    }
    
    .side-item .meta {
        line-height: 1.6em;
        margin-top: 8px;
    }

}

.blue_bottom_left {
    line-height: 1.7 !important;
}
.masthead-flip {
    border: 1px solid rgba(251,248,241,0.24);
    padding: 36px;
}
.flip-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 20px 0;
}
.flip-old {
    font-family: 'IBM Plex Mono', monospace;
    text-decoration: line-through;
    color: rgba(251, 248, 241, .42);
    font-size: 15px;
    text-align: right;
}
.flip-arrow {
    color: #c9a45d;
    font-family: 'Fraunces', serif;
    font-style: italic;
}
.flip-new {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 19px;
    color: #c9a45d;
}
.flip-row + .flip-row {
    border-top: 1px solid rgba(251,248,241,0.24);
}
.pullquote {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.pullquote .glyph {
    font-family: 'Fraunces', serif;
    font-size: 90px;
    color: #c9a45d;
    line-height: .4;
    display: block;
    margin-bottom: 30px;
}
.pullquote .quote_para {
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-style: italic;
    font-size: clamp(24px, 3.4vw, 38px);
    line-height: 1.4;
    color: #000a23;
}
.pullquote .attr {
    margin-top: 40px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(0,10,35,0.62);
}
.classified {
    border: 2px solid #000a23;
    padding: 0;
    position: relative;
}
.classified-head {
    background: #000;
    color: #fbf8f1;
    padding: 18px 40px;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.classified-head .eyebrow {
    color: #c9a45d;
    display:none;
}
.eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 500;
}
.classified-body {
    padding: 50px 40px;
    text-align: center;
}
.classified-body h2 {
    font-size: 58px;
    line-height: 1.06;
    margin-bottom: 20px;
    font-family: 'Fraunces', serif;
    margin: 0;
    font-weight: 600;
    letter-spacing: -.01em;
    color:#000a23;
        text-transform: unset;
            margin-top: 10px;
}
.classified-body p {
    font-size: 17px;
    color: rgba(0,10,35,0.62);
    max-width: 56ch;
    margin: 15px auto 35px;
    line-height: 1.6;
}
.classified-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.classified-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 26px;
    border: 1.5px solid #000a23;
    background: #000a23;
    color: #fbf8f1;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
    white-space: nowrap;
}
.classified-actions .btn.ghost {
    background: transparent;
    color: #000a23;
}
.classified-actions .btn svg {
    width: 13px;
    height: 13px;
    transition: transform .25s ease;
}

body {
    background: #fbf8f1;
}
body.blog {
    background: #ecf0f5 !important;
}

.current-category-posts{
    margin-top:30px;
}

.news-item{
    border-bottom:1px solid #ddd;
    padding:25px 0;
    overflow:hidden;
}

.news-title h2{
margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Fraunces', serif;
    letter-spacing: -.01em;
    text-transform: capitalize;
}

.news-title a{
    color:#000a23;
    text-decoration:none;
}

.news-content{
    display:flex;
    gap:25px;
}

.news-thumb{
    width:320px;
    flex-shrink:0;
}

.news-thumb img{
    width:100%;
    height:190px;
    object-fit:cover;
}

.news-text{
    flex:1;
        display: flex;
    flex-direction: column;
}

.news-excerpt{
    margin-bottom: 25px;
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(0, 10, 35, 0.62);
    font-family: 'Inter', sans-serif;
}

.news-meta{
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(0, 10, 35, 0.62);
        margin-top: auto;
}
span.read_more_cat {
    margin-left: auto;
    text-decoration: underline;
}
.category-pagination{
    margin:40px 0;
    text-align:center;
}

.category-pagination .page-numbers{
    display:inline-block;
    padding:10px 16px;
    border:1px solid #ddd;
    margin:3px;
}

.category-pagination .current{
    background:#000;
    color:#fff;
}
.archive h1 {
    font-family: 'Fraunces', Georgia, "Times New Roman", serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 48px;
    letter-spacing: -0.01em;
    line-height: 1.2em !important;
    color: #000a23;
}
ul.sub-menu li {
    border-bottom: 1px solid #000a23;
        padding: 4px 4px;
    width: 100%;
}
/* Main Form */
.event_page_form {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);

    font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* Two Column Layout */
.event_page_form p {
    margin-bottom: 22px;
}

.event_page_form label {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    font-family: 'IBM Plex Mono', monospace;
}

/* Name & Email in 2 Columns */
.event_page_form > p:nth-of-type(1),
.event_page_form > p:nth-of-type(2) {
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
        margin-bottom: 0;
}

.event_page_form > p:nth-of-type(1) {
    margin-right: 15px;
}

/* Inputs */
.event_page_form input[type="text"],
.event_page_form input[type="email"] {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    transition: .3s;
    box-sizing: border-box;
}

.event_page_form input[type="text"]:focus,
.event_page_form input[type="email"]:focus {
    border-color: #f8c359;
    outline: none;
    box-shadow: 0 0 0 3px rgba(248,195,89,.15);
}

/* Privacy Text */
.event_page_form .privacy-text {
    width: 100%;
    display: block;
    clear: both;
    margin: -20px 0 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #000a23;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* Checkbox Blocks */
.event_page_form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 20px 0;
}

.event_page_form .wpcf7-list-item {
    display: block;
    margin: 0;
}

.event_page_form .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    font-weight: 400;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
}

.event_page_form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #f8c359;
    flex-shrink: 0;
}

/* Submit Button */
.event_page_form input[type="submit"] {
    display: inline-block;
    padding: 15px 40px;
    background: #f8c359;
    color: #111;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s;
    font-family: 'IBM Plex Mono', monospace;
}

.event_page_form input[type="submit"]:hover {
    background: #e7b23c;
    transform: translateY(-2px);
}

/* Required Field Messages */
.event_page_form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* Success Message */
.event_page_form .wpcf7-response-output {
    margin-top: 25px;
    border-radius: 6px;
    padding: 15px;
    font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* Responsive */
@media (max-width:768px){

    .event_page_form{
        padding:25px;
    }

    .event_page_form > p:nth-of-type(1),
    .event_page_form > p:nth-of-type(2){
        width:100%;
        margin-right:0;
    }

    .event_page_form input[type="submit"]{
        width:100%;
    }

}
button.et_pb_contact_submit.et_pb_button {
    text-transform: capitalize;
    letter-spacing: 1.2px;
}

.sub_evnt_firstleft{
    display:grid;
    grid-template-columns:auto auto;
    gap:20px;
    align-items:center;
}

.sub_evnt_firstleft_text{
    grid-column:1 / -1;   /* Text spans both columns */
}
.sub_evnt_firstleft .et_pb_button_0_wrapper{
    margin-bottom:0 !important;
}
.sub_evnt_firstleft .et_pb_button_1_wrapper{
    margin-bottom:0 !important;
}

.icon_text_mainr span.et-pb-icon {
font-family: FontAwesome !important;
    font-weight: 900 !important;
    color: #c9a45d;
    font-size: 26px;
    position: relative;
    margin-right: 10px;
}
.icon_text_mainr .et_pb_icon_wrap {
    float: left;
    margin-top: 6px;
    height: 45px;
}
.icon_text_mainr p {
    width: 100%;
    display: flex;
    margin-bottom: 20px !important;
}

.homepage_mainheadd {
    font-family: "Allrounder Monument", sans-serif !important;
    font-weight: 500;
}
.homepage_mainsubheadd {
 font-family: "Allrounder Monument", sans-serif !important;
    font-weight: 300; 
    margin-top: 0px;
    font-size: 18px !important;
    font-style: normal !important;
}
.newheader_logoleft{
     font-family: "Allrounder Monument", sans-serif !important;
    font-weight: 500;
}
.et_pb_module.et_pb_text.et_pb_text_0.homepage_mainheadd p {
    line-height: 1em;
}
.recent-news-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.recent-news-grid .news-item{
    display:flex;
    flex-direction:column;
        background: #fbf8f1;
    padding: 15px 15px 0px 15px;
}

.recent-news-grid .news-image{
    display:block;
    overflow:hidden;
}

.recent-news-grid .news-image img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
    transition:.3s;
}

.recent-news-grid .news-image:hover img{
    transform:scale(1.05);
}

.recent-news-grid .news-content{
    padding:15px 10px;
        display: block;
}

.recent-news-grid .news-content h3{
    font-size: 16px;
    margin: 0 0 2px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Fraunces', serif;
    line-height: 1.28;
        padding-bottom: 2px;
}

.recent-news-grid .news-content h3 a{
    color:#000;
    text-decoration:none;
}

.recent-news-grid .news-content h3 a:hover{
    color:#f8c359;
}

.recent-news-grid .meta{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10.5px;
    color: rgba(0, 10, 35, 0.62);
    font-family: 'IBM Plex Mono', monospace;
}

@media(max-width:980px){
    .recent-news-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .recent-news-grid{
        grid-template-columns:1fr;
    }

    .recent-news-grid .news-image img{
        height:220px;
    }
}

/* ===========================
   Subscribe Form
=========================== */

.subs_news_signup .wpcf7 {
    width: 100%;
}

.subs_news_signup .wpcf7-form p {
    margin: 0;
}

.subs_news_signup label {
display: block;
    margin-bottom: 20px;
    color: #8b3a2b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-family: 'IBM Plex Mono', monospace;
}

.subs_news_signup .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

.subs_news_signup input[type="text"],
.subs_news_signup input[type="email"] {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #000a23;
    border-radius: 8px;
    background: transparent;
    color: #000a23;
    font-size: 15px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.subs_news_signup input[type="text"]::placeholder,
.subs_news_signup input[type="email"]::placeholder {
    color: #999;
}

.subs_news_signup input[type="text"]:focus,
.subs_news_signup input[type="email"]:focus {
    outline: none;
    border-color: #000a23;
    box-shadow: 0 0 0 4px rgba(0,59,122,.10);
}

/* Submit Button */

.subs_news_signup input[type="submit"] {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 8px;
    background: #000a23;
    color: #fbf8f1;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s ease;
}

.subs_news_signup input[type="submit"]:hover {
    background: #f8c359;
    color: #003B7A;
    transform: translateY(-2px);
}

.subs_news_signup input[type="submit"]:active {
    transform: translateY(0);
}

/* Validation */

.subs_news_signup .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
}

.subs_news_signup .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 8px;
    font-size: 14px;
}

.subs_news_signup .wpcf7-spinner {
    margin-left: 10px;
}

/* Desktop spacing */

@media (min-width:768px){

.subs_news_signup label{
    margin-bottom:22px;
}

}

.subs_news_signup .subs-row{
    display:flex;
    gap:20px;
}

.subs_news_signup .subs-col{
    flex:1;
}

@media(max-width:767px){

.subs_news_signup .subs-row{
    flex-direction:column;
    gap:0;
}

}

ul.sub-menu li a {
    padding: 10px 10px;
    font-size: 15px !important;
    width: 100%;
}
ul.sub-menu li:last-child {
    border: none;
}
ul.sub-menu {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
        z-index: 9999 !important;
}
#main-content {
    z-index: 1 !important;
        position: relative !important;
}
.est_from_header {
    margin-bottom: 10px;
}

/* Mobile Devices (up to 767px) */
@media only screen and (max-width: 767px) {

    .current_date {
    padding: 2px 20px !important;
}
.page-id-210 .et_pb_row {
    padding: 0 0px !important;
}
.headerright_2column {
    position: absolute;
            top: 30%;
}
.logo_left_div .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 0 !important;
}
.newheader_main.et_pb_sticky .et_pb_row_1_tb_header {
    padding: 20px 0px !important;
}
.newheader_main.et_pb_sticky .et_pb_row_1_tb_header .et_pb_column_1_tb_header {
    margin-bottom: 0 !important;
}
ul#mobile_menu1 {
        background: #f2ecde !important;
        margin-top: 20px;
        height: 600px;
        overflow-x: scroll;
        left: -20px;
        width: 112%;
}
span.mobile_menu_bar::before {
    color: #8b3a2b !important;
}
.est_from_header {
    margin-bottom: 4px;
}
.homepage_mainsubheadd {
    font-size: 15px !important;
}
.newhome_marquee .marquee_label h4 {
    padding: 0px 8px;
    font-size: 12px;
    letter-spacing: .10em;
}
.newhome_marquee .marquee_label {
    padding: 12px 0px;
}
.newhome_marquee marquee .et-trending-post a {
    font-size: 14px;
}
.story_label_row {
    align-items: unset !important;
}
.margin-btm-0 {
    margin-bottom: 0 !important;
}
.view_all_absolute {
    position: absolute;
    top: -70px;
    width: 100%;
    left: 0;
}
.classified-body {
    padding: 15px 20px;
}
.classified-body h2 {
    font-size: 26px;
}
footer .et_pb_menu {
    display: none;
}
header ul.sub-menu {
    padding-left: 35px !important;
}
}

footer.et-l.et-l--footer {
    color: #fbf8f1;
}

footer.et-l.et-l--footer a {
    color: #fbf8f1;
}

.newfooter_copyright {
    color: #7e818a !important;
        padding: 0px 0px 15px 0px !important;
}


.movers_packers_form .cf7-row{
    display:flex;
    gap:20px;
}

.movers_packers_form .cf7-col{
    flex:1;
}

.movers_packers_form .wpcf7-form label{
    display: block;
    font-weight: 600;
    color: #8b3a2b;
    font-size: 13px;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
    font-family: 'IBM Plex Mono', monospace;
}

.movers_packers_form .wpcf7-form input[type="text"],
.movers_packers_form .wpcf7-form input[type="email"],
.movers_packers_form .wpcf7-form input[type="tel"],
.movers_packers_form .wpcf7-form input[type="file"],
.movers_packers_form .wpcf7-form textarea{
    width:100%;
    background: transparent;
    border: 1px solid #000a23;
    color: #000a23 !important;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
    margin-top: 10px;
}

.movers_packers_form .wpcf7-form textarea{
    height:100px;
    resize:vertical;
}

.movers_packers_form .wpcf7-list-item{
    display:block;
    margin:8px 0;
}
span.wpcf7-form-control.wpcf7-checkbox span {
    color: #000a23;
}
.movers_packers_form .privacy-text{
    font-size:15px;
    line-height:1.8;
    color:#000a23;
    margin:20px 0;
}

.movers_packers_form .wpcf7-submit{
    background: #000a23;
    color: #fbf8f1;
    border:none;
    padding:14px 35px;
    border-radius:4px;
    font-size:16px;
    cursor:pointer;
    transition:.3s;
}

.movers_packers_form .wpcf7-submit:hover{
       background: #f2ecde;
    color: #000 !important;
}


a.et-extra-icon.et-extra-icon-instagram.et-extra-icon-background.social-icon {
    background: linear-gradient(45deg, #FCAF45 0%, #F56040 25%, #E1306C 50%, #C13584 75%, #833AB4 100%) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width:767px){

    .movers_packers_form .cf7-row{
        display:block;
    }

    .movers_packers_form .cf7-col{
        width:100%;
    }
}

.category-inline-ad img {
    margin: auto;
    width: auto;
    display: block;
    margin-top: 20px;
}
.single-post .post-content.entry-content {
    font-size: 18px;
        color: #000;
}

.related-posts-content .featured-image img {
    width: 100%;
}
.single-post .post-meta.vcard, .single-post h1.entry-title {
            color: #000;
}
.wp-block-latest-posts__post-author, time.wp-block-latest-posts__post-date {
    text-transform: capitalize;
    color: #000;
}

/* =========================================================
   MOBILE CATEGORY NEWS LAYOUT
   ========================================================= */

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

    /* Main category posts wrapper */
    .current-category-posts {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    /* Each news article */
    .current-category-posts .news-item {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
    }

    /* Inner article wrapper */
    .current-category-posts .news-item > div {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* News content */
    .current-category-posts .news-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 15px 0 0 0;
    }

    /* Featured image */
    .current-category-posts .news-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* Heading */
    .current-category-posts .news-item h2,
    .current-category-posts .news-item h3,
    .current-category-posts .news-item .news-title {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 24px;
        line-height: 1.25;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    /* Text / excerpt */
    .current-category-posts .news-item p,
    .current-category-posts .news-item .news-excerpt {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1.6;
        word-wrap: break-word;
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    /* Remove desktop flex behavior */
    .current-category-posts .news-item .news-content {
        display: block;
        float: none;
    }

    /* Make sure no child creates horizontal overflow */
    .current-category-posts .news-item * {
        max-width: 100%;
        box-sizing: border-box;
                margin-bottom: 15px;
                        width: 100%;
    }

    /* Pagination */
    .current-category-posts .category-pagination {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    div#main-header-wrapper .logo {
        height: 100px;
    }
div#et-mobile-navigation nav {
    z-index: 11122;
}
header.header #et-navigation a {
    color: #fff;
}
header #et-navigation li li {
    padding: 0;
    border: none;
}
header #et-navigation li li a {
    text-transform: capitalize;
}
header.header #et-navigation a:hover {
    color: #fbf6f1;
}
footer .widget_nav_menu {
    padding-top: 0 !important;
    margin-bottom: 15px !important;
}
div#block-10 {
    margin-bottom: 15px !important;
}

}


/* Smaller phones */
@media only screen and (max-width: 480px) {

    .current-category-posts .news-item {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
.current-category-posts .news-item *
    .current-category-posts .news-item h2,
    .current-category-posts .news-item h3,
    .current-category-posts .news-item .news-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .current-category-posts .news-content {
        padding-top: 12px;
    }

}
.home .et_pb_text_below_header_background {
    display: flex !important;
}
.et_pb_text_below_header_background {
    display: none;
}
div#main-content {
    background: #fbf6f1;
}
#et-navigation>ul>li {
        margin: 0 10px !important;
}
    .header.left-right #et-navigation>ul>li>a {
        padding-bottom: 0 !important;
            text-transform: capitalize;
    }
    #et-navigation, #et-navigation>ul {
    align-items: center;
}
#et-menu li>ul
 {
    background-color: #fbf6f1;
    border-color: #000a23;
    margin-top: 10px;
}
header ul#et-menu li ul li a {
    padding: 6px 15px;
    font-size: 14px !important;
    text-transform: capitalize;
}
.et_pb_text_below_header_background {
    background: #fbf6f1;
    width: 100%;
    border-top: 1px solid #000a23;
    padding: 8px 0px;
}
header {
    border-bottom: 1px solid #000a23;
}
.et_pb_text_below_header {
    font-family: 'IBM Plex Mono', monospace;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #000a23 !important;
}
    #main-header .logo {
        margin: 0 0 !important;
    }
header ul#et-menu li ul li {
    padding: 0;
}