/*
 * Header CSS
 */

.issues-header {
    display: flex;
    justify-content: flex-end;
}

.issues-header a {
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.header-wrap {
    padding: 30px 0 10px;
}

.header-col.site-logo-wrap {
    text-align: center;
    padding-bottom: 0;
}

.site-logo-wrap img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;

}

p.logo-headline {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    color: #000405;
}

.header-wrap .row.align-items-center.justify-content-between {
    margin: 0;
}

.header-top-right-img a.katyMagimg img {
    width: 100%;
    max-width: 110px;
    padding: 0 5px;
}

.header-white-bar {
    width: 100%;
    height: 10px;
    background: #fff;
}

.header-red-bar {
    width: 100%;
    height: 15px;
    background: #cc0e18;
    box-shadow: 0 2px 6px #000;
}

@media screen and (max-width: 1200px) {
    .issues-header {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    .header-col.site-logo-wrap {
        margin: 0 auto;
    }

    .header-top-right-img {
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
        width: 100%;
        display: block;
    }
}

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

    .katy-imgs a:nth-child(4),
    .katy-imgs a:nth-child(5),
    .katy-imgs a:nth-child(6),
    .katy-imgs a:nth-child(7) {
        display: none;
    }

    .issues-header {
        justify-content: center;
    }

    .header-top-right-img a.katyMagimg img {
        max-width: 100px;
    }

    .site-logo-wrap img {
        max-width: 250px;
    }
}

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

    .site-logo-wrap img {
        max-width: 200px;
    }

    p.logo-headline {
        font-size: 14px;
    }

    .wrap-magazine .column {
        width: 50% !important;
    }

    .wrap-magazine .column .img-box {
        width: 50% !important;
    }
}


/* --- Footer Section CSS --- */

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('FuturaBT-Book.otf');
}


.red-bar {
    background: #cc0e18;
    width: 100%;
    height: 15px;
    box-shadow: 0 2px 6px #000;
}

.white-bar {
    background: #fff;
    width: 100%;
    height: 15px;
    box-shadow: 0 0px 5px #000;
}

footer#bottom {
    background: #000304;
    /* padding: 40px 0 60px; */
}

.footer-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 2px solid #a7a9aa;
}

.footer-sec img.footer-bottom-logo {
    width: 100%;
    max-width: 350px;
}

.footer-contact-details {
    color: #fff;
    padding: 5px 30px;
    line-height: 30px;
}

.footer-contact-details span.contaqct-no {
    font-size: 20px;
    font-family: FuturaBT-Book;
}

.footer-contact-details .sales-details span.sales {
    text-transform: uppercase;
    font-size: 16px;
    font-family: FuturaBT-Book;
}

.footer-contact-details .sales-details span.sales span.s-email-id {
    text-transform: lowercase;
    font-size: 14px;
    font-family: FuturaBT-Book;
}

.footer-contact-details .editor-details span.editorial {
    text-transform: uppercase;
    font-size: 16px;
    font-family: FuturaBT-Book;
}

.footer-contact-details .editor-details span.editorial span.e-email-id {
    text-transform: lowercase;
    font-size: 14px;
    font-family: FuturaBT-Book;
}


.footer-block-col.scroll-down-block {
    padding: 10px 0;
    width: 100%;
}

ul#menu-footer-primary-menu,
ul.footer-menu {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul#menu-footer-primary-menu li,
ul.footer-menu li {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 15px;
}

ul#menu-footer-primary-menu li a,
ul.footer-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FuturaBT-Book', sans-serif;
    font-size: 16px;
    color: #bdb0b0;
    text-align: center;
    padding: 5px 0;
    display: block;
    white-space: nowrap;
}

ul#menu-footer-secondary-menu {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul#menu-footer-secondary-menu li {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 15px;
}

ul#menu-footer-secondary-menu li a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'FuturaBT-Book', sans-serif;
    color: #faf7f7;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    display: block;
    white-space: nowrap;
}

.footer-copyright-text span.copyright-text {
    /* text-transform: uppercase; */
    font-family: 'FuturaBT-Book', sans-serif;
    color: #fff;
    font-size: 16px;
}

.social-mobile {
    text-align: center;
    padding-top: 10px;
}

.social-mobile .fa {
    font-size: 16px;
    background: #cc0e18;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

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

    .footer-contact-details {
        text-align: center;
    }

    .social-mobile {
        display: block;
        margin: 0 auto;
    }

    .social-mobile a {
        text-decoration: none;
    }
}

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

    .footer-sec img.footer-bottom-logo {
        max-width: 280px;
    }

    .footer-contact-details .sales-details span.sales {
        font-size: 12px;
    }

    .footer-contact-details .editor-details span.editorial {
        font-size: 12px;
    }

    ul#menu-footer-primary-menu li a {
        font-size: 14px;
    }

    ul#menu-footer-secondary-menu li a {
        font-size: 12px;
    }

    .header-top-right-img a.katyMagimg img {
        max-width: 80px;
    }
}

/* Fit the page to Screen */
.header-white-bar {
    height: 9px;
}

.header-red-bar {
    height: 12px;
}

.red-bar,
.white-bar {
    height: 12px;
}

p.logo-headline {
    font-size: 16px;
}

.site-logo-wrap img {
    max-width: 230px;
}

.header-top-right-img a.katyMagimg img {
    max-width: 90px;
}

.header-wrap {
    padding: 15px 0;
}

.search-btn {
    font-size: 20px;
    padding: 12px;
}

.footer-sec img.footer-bottom-logo {
    max-width: 290px;
}

.footer-sec {
    padding: 24px 0;
}

ul#menu-footer-primary-menu li a,
ul#menu-footer-secondary-menu li a,
ul.footer-menu li a {
    font-size: 14px;
}

#bottom {
    padding: 40px 0;
}

@media screen and (max-width: 991px) {
    .header-main-menu.desk-menu ul li a {
        padding: 15px 10px;
    }

    .page-header .page-title {
        font-size: 26px;
        margin: 10px 0;
    }

    .cat-sub-title {
        margin-top: 9px;
        margin-bottom: 6px;
        font-size: 18px;
    }

    .archive-content-wrapper-inner p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    ul#menu-footer-primary-menu li,
    ul#menu-footer-secondary-menu li {
        margin: 0 8px;
    }
}

@media screen and (min-width: 992px) {
    p.logo-headline {
        font-size: 18px;
    }

    .header-top-right-img>a {
        display: inline-block;
        line-height: 0;
    }

    .header-top-right-img a.katyMagimg img {
        max-width: 100px;
    }

    .header-main-menu.desk-menu ul li a {
        font-size: 14px;
        padding: 14px 10px;
    }

    .mg-sec {
        padding: 30px 0 40px;
    }

    .category-row .category-block {
        padding: 15px 25px;
    }

    h3.cat-name {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .cat-image {
        margin-bottom: 15px;
    }

    .cat-post-list a {
        font-size: 16px;
    }

    .search-key-btn-wrap {
        margin-top: 30px;
    }



    .footer-sec img.footer-bottom-logo {
        width: 100%;
        max-width: 300px;
    }



    .footer-block-col.scroll-down-block {
        padding: 6px;
    }


    .page-header .page-title {
        font-size: 28px;
        margin: 10px 0;
    }

    .cat-sub-title {
        margin: 15px 0 4px;
        font-size: 17px;
    }

    .archive-content-wrapper-inner p {
        margin: 0 0 12px;
        line-height: 1.45;
    }
}

* {
    box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.wrap-magazine .column {
    float: left;
    width: 25%;
    padding: 10px;
    height: 300px;
    /* Should be removed. Only for demonstration */
    margin-bottom: 20px;
}

.wrap-magazine .column .img-box {
    display: table-cell;
    height: 250px;
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

/* Clear floats after the columns */
.wrap-magazine .row:after {
    content: "";
    display: table;
    clear: both;
}

.wrap-magazine h3.month-year {
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
}
a.headerissues.mobile-only {
    display: none;
}
@media screen and (max-width:767px) {
    .wrap-magazine .column {
        height: 330px;
    }
	.cat-text{padding-left:0;}
    .wrap-magazine h3.month-year {
        min-height: 56px;
    }

    .issues-header a {
        flex: 0 0 35%;
        max-width: 35%;
        padding-left:0;
    }
    .issues-header {
        flex-wrap: wrap;
    }
    a.headerissues.desktop-only {
        display: none;
    }
    a.headerissues.mobile-only {
        display: block;
    }
}
@media screen and (max-width:350px) {
    .issues-header a {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Event Page CSS */
.page-header-wrap {
    padding: 12px;
    text-align: center;
}

.event-type-title .page-title {
    padding: 15px 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    margin: 0 0 30px;
    color: #cc0e17;
    font-weight: 400;
    font-size: 24px;
}

.pt-5 {
    padding-top: 50px;
}
.article-event-wrap {
    margin: 15px 0;
}
.event-wrap-inner {
    box-shadow: 0px 0px 10px #b8b8b8;
    padding: 40px 40px 20px;
    border-radius: 3px;
}
.h-100 {
    height: 100%;
}
.event-header .event-title {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cb0e18;
}

.detail-wrap {
    display: flex;
    line-height: 1;
    padding: 5px 0;
}

.detail-wrap .d-icon {
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 10px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}

.event-location address {
    font-style: normal;
    line-height: 1.4;
    margin: 0 0 0;
}

.event-content {
    margin: 20px 0 10px;
}
.event-content a {
    color: #df1f28;
    white-space: nowrap;
}

.event-content a:hover {
    color: #000;
}
.event-content p:first-child {
    margin-top: 0;
	word-break:break-word;
}

.add-to-cal-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.add-to-cal-button .addeventatc {
    height: 46px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px 0 45px;
    border: 2px solid #ddd;
    box-shadow: none !important;
    background: #fff;
    outline: none !important;
}

.p-relative {
    position: relative;
}

.add-to-cal-button .addeventatc:hover {
    background: #ddd;
}
.event-image-wrap {
    margin-bottom: 12px;
    margin-top: 12px;
}
.ads_banner .event-wrap-inner {
    padding: 0;
	box-shadow:none;
}
.event-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}
.archive-data-col iframe,
.adscat iframe {
    height: 300px;
    width: 300px;
}