﻿.btnPr {
    border: 1px solid #c7c7c7;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

/***Footer***/
.home-footer {
    background: #000;
    /* position: absolute; */
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    margin-top: 2rem;
}

.event-content span i {
    font-size: 18px;
}

.event-content {
    display: inline-grid;
}

    .event-content a:hover {
        background: #fff;
    }

    .event-content a {
        color: black;
    }

.footer-nav li {
    list-style: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}

    .footer-nav li a {
        color: #fff;
        text-decoration: none;
    }

.copyright p {
    font-size: 11px;
    color: #fff;
    font-family: serif;
    letter-spacing: .5px;
    font-weight: 900;
}

.copyright.left-side {
    padding: 20px 0 0 0;
    font-weight: 500;
    letter-spacing: .5px;
    border-top: .5px dotted #fff;
}

.social-media li {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #ffffff26;
}

    .social-media li a{
        color: #fff;
    }

.social-media i.fa {
    margin: 5px;
    font-size: 20px;
}

.social-media i.fa {
    margin: 5px;
    font-size: 20px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar.active {
    margin-left: -250px;
}

.sidebarItems li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    display: block;
    transition: 0.3s;
    font-weight: bold;
    color: black;
}

.btnToogle {
    font-size: 40px;
    color: #0592da;
}

.sidebarSecondItems {
    padding: 10px;
}

.logoResp {
    max-width: 45%;
}

.logo {
    max-width: 94%;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    width: 0;
    top: 60px;
    position: absolute;
    z-index: 25;
    left: 0;
    overflow-x: hidden;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 35px;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    transition: all 0.3s;
    background-color: white;
}

    #sidebar .sidebar-header {
        padding: 20px;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 8px;
        /* font-size: 1.1em; */
        display: block;
        padding-left: 1rem;
    }

        #sidebar ul li a:hover {
            background: #fff;
        }

ul ul a {
    /* font-size: 0.9em !important; */
    padding-left: 30px !important;
}
/*Events*/
.printButton i {
    font-size: 19px;
}
.indexEvents a img {
    height: 116px;
}
.categoriesEventsPics a img {
    height: 169px;
}
.sm-mrg-1 {
    margin-bottom: -1rem;
}
/* ///////////*/
/*Home*/
.item.d-flex h6 a, .top a, .categoryBl a {
    color: black;
}
.yourAccount {
    margin-right: 1.25rem !important;
}
/*/////*/
/*Obituary Detail*/
/*Index*/
.mainImgObtIndex img {
    margin-bottom: 1rem !important;
    width: 50% !important;
    margin: auto;
    display: block;
}
/*.obituariesPics img {
    max-height: 323px !important;
}*/
.spanDate {
    color: #66676B;
    font-size: 10px;
    font-weight: bold;
}
.obituaryMainPic.border-right:last-child {
    border-right: 0 solid #dee2e6 !important;
}
.FeaturedPictureObt, .mainImgObt {
    background-color: #dadada;
}
.mainImgObtIndex {
    background-color: lightgrey;
}

    .FeaturedPictureObt img {
        margin-bottom: 1rem;
        width: 31%;
        margin: auto;
        display: block;
    }
.categoryBl a {
    color: #66676B;
}

.obituaryDesc {
    font-size: 15px;
}
.obituaryMainPic a h4 {
    font-weight: bold;
    font-size: 17px;
}
.obituaryMainPic:last-child a img {
    margin-right: 11px;
}
.featuredObt img {
    margin-bottom: 1rem;
    /*width: 40%;*/
}
.indexObituaries a img {
    height: 225px;
}
.obituary-Detail img {
    max-width: 40%;
    width: 40%;
}
.obituary-Detail span {
    font-size: 17px;
}
.mainImgObt img {
    margin-bottom: 1rem;
    width: 31%;
    margin: auto;
    display: block;
}
.obiturayDetailP p span {
    font-size: 16px;
    font-family: serif;
}
.serif {
    font-family: serif;
}
.funeralDetailP p strong {
    font-size: 18px;
}
/* //////////////*/
/*Search*/
/*.pagination-container ul li {
    padding: 1rem;
}*/
.resultInfos span {
    font-weight: 700;
    font-size: 14px;
}
.modalCopy input {
    width: 92%
}
.pagination-container ul li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    border: 1px solid #dee2e6;
}
.pagination-container ul li.active {
    background-color: lightgray;
}
    .pagination-container ul li.active a {
        color: #007bff;
    }
.searchMain h3 {
    border-bottom: 1px solid #3336;
    padding-bottom: 16px;
}
.searchLink i {
    color: black;
}
.active-cyan-2 input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.active-cyan .fa, .active-cyan-2 .fa {
    color: #4dd0e1;
}
.active-cyan-2 input.form-control[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #4dd0e1;
    box-shadow: 0 1px 0 0 #4dd0e1;
}
.searchForm {
    display: none;
}
.searchInpt {
    border: 1px solid #c7c7c7;
    padding: 3px 2px 6px 7px;
}
.search-for span {
    font-weight: 700;
    margin-right: 2rem;
    font-size: 14px;
}

.infosHeaderLg {
    margin-top: 3rem !important;
}

    .infosHeaderLg span small {
        font-weight: bold;
        font-size: 11px;
    }

.linkSide {
    font-weight: bold;
    color: black;
    font-size: 13px;
}

.DegreeF {
    margin-left: 4rem;
}

.spanResp {
    font-weight: bold;
    font-size: 10px;
}

.dateResp {
    margin-right: 17rem;
    padding-left: 12px;
}

.divDateResp {
    display: none;
}

.blue-nav li.nav-item.dropdown {
    background: #0294da;
    color: #ffff;
}

.px-6 {
    padding-right: 12rem;
    padding-left: 10.5rem;
}

.blue-nav a.nav-link {
    color: #fff;
    font-weight: 800;
    font-family: sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    padding: 3px 10px 3px 10px;
    margin: 0px 5px 0px 5px;
}

.line-ShowM {
    border-bottom: 1px solid #3336;
    padding-bottom: 8px;
    width: 45%;
    margin-bottom: 1rem;
}

.line-border {
    border-bottom: 1px solid #3336;
    padding-bottom: 8px;
    z-index: 26;
    background: #FFF;
    border-bottom: 1px solid #3336;
}

hr {
    border-top: 2px solid #000;
    margin-bottom: .5rem;
}

#navbarSupportedContent ul li a {
    font-weight: 700;
    color: black;
    font-size: 12px;
    font-family: Arial, Helvetica, serif;
}

.btnPr {
    font-weight: bold;
    font-size: 13px;
    border-radius: 0;
    padding: 8px 13px 8px 13px;
}

#navbarSupportedContent ul li button i {
    padding-right: 4px;
    font-size: 16px;
}

#navbarSupportedContentTwo ul li button i {
    padding-right: 4px;
    font-size: 16px;
}

#navbarSupportedContent ul li {
    padding-top: .5rem !important;
}

.sportImg {
    text-align: start;
    max-width: 100%;
}

.sportsSpan, .event-span {
    color: #66676B;
    font-weight: bold;
    font-size: 13px;
    font-family: inherit;
    text-transform: uppercase;
}

.event-section {
    margin-top: -17px;
    margin-bottom: 2rem;
}

.sportOneP {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
}

.spanDate {
    color: #66676B;
    font-size: 10px !important;
    font-weight: bold !important;
    display: block;
}
.font-10 {
    font-size: 10px !important;
}
.hrSection {
    border: 0.5px solid black;
    margin-top: 1.5rem !important;
}
.hrSectionObt {
    border: 0.5px solid #b8bac1;
    margin-top: 2.5rem !important;
    /*margin-bottom: 1rem;*/
}
.hrSectionObt {
    border: 0.5px solid black;
    margin-top: 2.5rem !important;
}
.linkParag {
    color: black;
}

    .linkParag:hover {
        color: black;
    }

.imgAdsBanner, .imgLastAds {
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
}

.adsSpan, .spanAdsCtg {
    color: #66676B;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.divImgAdSide {
    margin-top: 4rem;
    display: none;
}

.divAvers {
    margin-top: 1rem;
    margin-bottom: 2rem !important;
}

.divCatgAds {
    margin-bottom: 2rem !important;
}

/* Categories CSS */
.marginCatg-3 {
    margin-top: 3rem !important;
}
.marginCatg {
    margin-bottom: -2rem !important;
}
.marg-top-catg {
    margin-top: 2rem;
}
.respDivImage small:last-child {
    margin-top: 9px;
    display: block;
}

.main-content {
    border-right: 1px solid #3336;
}

.categoryLinks li a.active {
    border-bottom: 3px solid #0294da;
}

.categoryLinks li a {
    font-family: Arial, Helvetica, serif;
    margin-top: 1rem;
    font-weight: 900;
    color: black;
    padding: 1px 16px 10px;
    font-size: 10px;
    border-bottom: 3px solid transparent;
}

.line-border-categories {
    border-bottom: 1px solid #3336;
    margin-bottom: 1rem;
}

.navCategories ul li h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.adsCategory {
    font-size: 11px;
}

.line-border-MainCat span , .spanDateObt{
    color: #66676B;
    font-size: 10px;
    font-weight: bold;
}
.datesSpan span {
    color: #66676B;
    font-size: 11px;
    font-weight: 900;
}
.line-border-MainCat {
    border-bottom: 1px solid #3336;
    padding-bottom: 38px;
    margin-bottom: 1rem;
}

.firstImgCatg {
    margin-right: 4.5rem !important;
}

.spanDivCatg span {
    display: grid;
    font-size: 17px;
    font-weight: bold;
    font-family: serif;
    width: 171px;
}

.smallCateg {
    font-size: 10px;
    font-weight: bold;
    color: #66676B;
}

.sectionLatest span {
    font-size: 11px;
    font-weight: bold;
    color: #66676B;
}

.sectionLatest a h5 {
    font-weight: bolder;
    font-size: 16px;
    margin-top: 10px;
    font-family: serif;
    margin-bottom: 0;
}

.borderGr {
    border-right: 1px solid black;
}

.lineLatest {
    border-bottom: 1px solid #3336;
}

.btn-show, .btn-showEvents {
    padding: 13px 38px 11px 38px;
    font-weight: 500;
    border: solid 1px #333;
    color: #000;
    font-family: serif;
    box-shadow: 0.5px 0.5px #333;
}

.section-MRead .sectionLatest a h5 {
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    margin-top: 8px;
}

.sizeTxtLatest {
    font-size: 13px;
}

/* .content span{
    font-size: 13px;
    font-weight: 500;
  } */

.topnav-centered img {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.starLogo {
    width: 12%;
}

.top h4 {
    font-size: 28px;
}

.item-line {
    border-bottom: 1px solid #adadad8c;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.br-news {
    border-right: 1px solid #000;
}

.item-line:last-child {
    border-bottom: none;
}

.picWeather, .picAdsSide {
    max-width: 100%;
}

.vertical-line {
    width: 100%;
    border-right: 1px solid #adadad;
}

.top h4 {
    font-family: serif;
    font-weight: bold;
}

.item h6 {
    display: inherit;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
}

img.w-40 {
    min-width: 40% !important;
    margin-right: 1rem;
    height: 80px;
    object-fit: cover;
}

.spanWeather {
    font-size: 11px;
    font-weight: bold;
}

.md-hide {
    display: none;
}
.mdd-hide{
    display:none;
}
/* #navbarSupportedContent ul li:nth-child(6) a {
    margin-left: 1rem;
} */
#navbarSupportedContent ul li:last-child::after {
    content: " ";
    position: absolute;
    border-left: 2px #000 solid;
    top: 40%;
    height: 33%;
    margin-top: auto;
    margin-bottom: auto;
}

#navbarSupportedContent ul li:last-child {
    position: relative;
}

/* Story */

.story-content h4 {
    font-family: auto;
    font-weight: 600;
    font-size: 26px;
}

.mainTitle div span {
    font-size: 11px;
}

.storyAd {
    margin-bottom: 3.5rem !important;
}

.content .txtMain p, .main-content-story .content p {
    font-weight: 500;
    color: black;
    font-size: 16px;
    font-family: serif;
    /*margin-bottom: 2rem;*/
}

.story-content ul li span {
    font-family: auto;
}

.mainTitle h1 {
    font-family: auto;
    font-size: 43px;
}

.line-borderNav, .line-borderNavStory {
    border-bottom: 1px solid #3336;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    z-index: 26;
    background: #FFF;
}

.content .txtMain {
    padding: 34px;
}

    .content .txtMain .spanBy {
        font-size: 12px;
    }

.story-content ul li span span {
    font-weight: 700;
}

.spanImage {
    font-size: 14px;
    font-weight: 500;
}

.txtMain .responsive-span span {
    font-weight: 700;
    font-size: 14px;
}

.shadow-color {
    display: none;
    background-color: #2da8e1;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0 !important;
    left: 0;
    margin: 0;
    z-index: 20;
}

/* Buttons Shares */

/* buttons */

.div-share {
    display: flex;
    margin-bottom: -9rem;
}

.btn-shares {
    margin-left: -3rem;
}

    .btn-shares a .facebook {
        padding: 2px 10px 2px 10px;
        font-size: 17px;
        border-radius: 3px;
        color: #fff;
        transition: opacity 0.15s linear;
    }

    .btn-shares a .twitter {
        padding: 2px 7px 2px 7px;
        font-size: 17px;
        border-radius: 3px;
        color: #fff;
        transition: opacity 0.15s linear;
    }

    .btn-shares a .shareBtn {
        padding: 2px 6px 2px 6px;
        font-size: 17px;
        border-radius: 3px;
        color: #fff;
        transition: opacity 0.15s linear;
    }

    .btn-shares a:hover {
        opacity: 1;
    }

/* colors */

.facebook {
    background: #3b5998;
    padding: 1px 1px 1px 10px;
}

.twitter {
    background: #55acee;
}

.shareBtn i {
    color: black;
}

.btn-shares {
    display: inline-grid;
}
/*Alert*/
.alert-head h3 {
    font-family: serif;
}
.font-18{
    font-size: 18px !important;
}
/*Home*/
.serif-Resp {
    font-family: serif !important;
}
.margin-3-sm {
    margin-left: 1rem;
}
.sectionLatest.line-border:last-child {
    border-bottom: none;
    margin-bottom: -1rem;
}
/* Media Queries */
@media print {
    .line-border {
        border-bottom: none;
    }

    .div-share {
        margin-bottom: 3rem;
    }

    .row .col-md-4 {
        display: none;
    }

    .event-content .print {
        display: none;
    }

    .btn-shares {
        display: none;
    }

    .row .storyAd {
        display: none;
    }

    .row .justify-content-center {
        display: none;
    }

    footer {
        display: none;
    }
}

@media (max-width: 767px) {
/*    .sm-margin-right {
        margin-right: 11px;
        margin-left: -9px !important;
    }*/
    .section-MRead .sectionLatest a h5 {
        font-family: serif;
    }
    .margin-res-bt {
        margin-bottom: 3rem;
    }
    .navCategories ul li {
        margin-top: 0rem;
    }

    .sm-cover {
        object-fit: cover !important;
    }
    .sm-hide-impor{
        display : none !important;
    }
    .sm-inline{
        display:inline;
    }
    .margin-3-sm {
        margin-left: auto !important;
    }
    .submitLogout{
        margin-left : 1rem;
    }

    .object-cover {
        object-fit: cover;
    }
    .txtMain .responsive-span span {
        font-size: 11px;
        color: gray;
        font-weight: 500 !important;
    }
    h5.text-muted.mb-2.mt-3.serif {
        word-break: break-word;
    }
    .firstAdsFont span {
        font-weight: 400;
    }
    .col-md-9 .categories-home:last-child .ads-images-sideBar.adsCategories.sm-block.md-hide {
        display: none;
    }
    .div-share {
        display: flex;
        margin-bottom: 0;
    }
    .margin-15 {
        margin-right: 2rem !important;
    }
    .categories-Index:nth-child(1) a {
        display: inherit !important;
    }
    .obituaries-index:nth-child(1) a {
        display: inherit !important;
    }
    /*Obituaries Index*/

        .obituaries-index:nth-child(2) a .mainImgObtIndex {
        width: 40%;
        height: 80px;
        margin-right: 1rem;
        margin-left: 0rem !important;
        min-width: 160px;
        min-height: 102px;
    }

            .obituaries-index:nth-child(2) a .mainImgObtIndex img {
                max-height: 50% !important;
                min-height: 100% !important;
                min-width: 50% !important;
                margin-top: 0rem !important;
            }

.obituaries-index:nth-child(3) a .mainImgObtIndex {
    width: 40%;
    height: 80px;
    margin-right: 1rem;
    margin-left: 0rem !important;
    min-width: 160px;
    min-height: 102px;
}

    .obituaries-index:nth-child(3) a .mainImgObtIndex img {
        max-height: 50% !important;
        min-height: 100% !important;
        min-width: 50% !important;
        margin-top: 0rem !important;
    }
   
    .adsLast {
        margin-top: -3rem;
    }  
    /*.categories-home .adsCategories:last-child {
        display: none;
    }*/  
    .sectionLatest:last-child {
        border-bottom: 0px;
    }
    .latestBorder:last-child {
        border-bottom: 0px;
    }
    .latestBorder:nth-child(1) {
        border-bottom: 0px;
    }
    .topHeading span {
        font-size: 19px !important
    }
    .btnToogle {
        color: #0095DA !important;
    }

    .adsMore {
        margin-top: 1rem !important;
    }

        .adsMore img {
            margin-bottom: 0.5rem !important;
        }

    .img-footer {
        padding-inline-start: 0 !important;
        width: 90%;
    }

    .searchForm {
        margin-left: 1rem;
    }

    .line-border-event:nth-child(1) a .item {
        display: inherit;
    }

    .eventCategory ul {
        margin-top: -0.5rem !important;
    }

    .pics-sections .indexEvents img.mb-2.secondImg.w-100 {
        width: 40% !important;
        margin-right: 1rem;
        height: 80px !important;
        max-height: 80px;
        min-height: 102px;
        min-width: 160px;
    }

    .line-border-event {
        border-bottom: 1px solid #3336;
        padding-bottom: 8px;
        z-index: 25;
        background: #FFF;
    }

    .categoriesEventsPics:last-child {
        border-bottom: 0px !important;
    }

    .indexEvents:last-child {
        border-bottom: 0px !important;
    }

    .news h4, .news h6 {
        font-size: 16px;
    }

    .news h4 {
        font-size: 32px !important;
    }

    .pics-sections .indexEvents img.mb-2.secondImg.w-100 {
        max-width: 162px;
        max-height: 100px;
    }

    .indexEvents {
        border-right: 0px solid #dee2e6 !important;
    } 
    
    .news.pr-3{
        padding-right:0 !important;
    }
    .home-footer .p-7 {
        padding: 1rem!important;
    }
    .shadow-color {
        position: fixed;
    }
    .news.pr-3 {
        padding-right: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 1rem;
    }

    .search-for span {
        margin-right: 1rem;
    }

    .search-for input {
        margin-right: 6px !important;
        width: 50%;
    }
    .indexObituaries .m-img ,.cat-img.m-img{
        width: 40% !important;
        margin-right: 1rem;
        height: 80px !important;
        max-width: 134px;
        min-width: 134px;
        max-height: 80px;
        min-height: 80px;
    }

    .indexObituaries .sportOneP {
        font-weight: bolder;
        font-size: 16px;
        margin-top: 10px;
        font-family: serif;
        margin-bottom: 0;
    }

    .main-content {
        border-right: none;
    }

    .sm-line-border {
        border-bottom: 1px solid #3336;
        padding-bottom: 8px;
        z-index: 14;
        background: #FFF;
    }

    .sm-flex {
        display: flex !important;
    }

    .categoryP {
        font-weight: 600;
        font-size: 14px;
        color: #000;
        font-family: serif;
    }

    .line-border-MainCat {
        border-bottom: none;
    }

    .news {
        margin-top: 1.5rem !important;
    }

    .smMargin {
        margin-top: -0.5rem !important;
    }

    .smMarginTop {
        margin-top: 1rem !important;
    }

    .firstDivSection:nth-child(1) .m-img {
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
    }

    .sportImg:nth-of-type(2), .sportImg:nth-of-type(3) {
        display: flex;
    }

    .md-flex {
        display: flex;
    }

    .m-img {
        width: 40% !important;
        margin-right: 1rem;
        height: 80px !important;
        max-height: 80px;
        min-height: 102px !important;
        min-width: 160px;
    }

    .sportOneP {
        color: #000;
        font-family: serif;
        font-weight: 600;
        font-size: 18px;
    }

    .line-border-categories {
        margin-bottom: 0 !important;
    }

    .storyAd {
        margin-bottom: 1rem !important;
    }

    .mdd-hide {
        display: block;
    }

    .mob-0 {
        margin-top: -1rem !important;
    }
    /*Event New Css*/
    .categoryPics .indexEvents {
        margin-top: 1rem;
    }

    .indexEvents a img {
        height: 103px;
    }
    /*//////////*/
    .btn-shares a {
        margin-right: 15px;
    }

    .pics-sections {
        margin-bottom: 0px;
    }

    .btn-shares {
        margin-left: 0;
    }

    .spanImage {
        font-size: 12px;
    }

    .story-content h4 {
        font-size: x-large;
    }

    .content .txtMain {
        padding: 0;
    }

    .storyAd div img {
        width: 72% !important;
    }

    .mainTitle h1 {
        font-family: auto;
        font-size: 26px;
    }

    .imgMain {
        margin-right: -15px;
        margin-left: -15px;
    }

    .sm-width {
        width: 100%;
    }

    .divCatgAds {
        margin-bottom: -1rem !important;
    }

    .sm-hide {
        display: none;
    }

    .sm-block {
        display: block;
    }
    /* Categories */
    .ads div img {
        width: 93% !important;
    }

    .respDivImage small:last-child {
        display: none;
    }

    .spanDivCatg span {
        width: 100%;
        font-size: 18px;
    }
    /*  */
    .lineSection {
        border-bottom: 1px solid #3336;
        padding-bottom: 8px;
        margin-bottom: 1rem;
    }

    .firstDivSection {
        margin-bottom: 1rem;
    }

    .secondImg {
        width: 50%;
        margin-right: 8px;
    }

    .respDivImage {
        display: flex;
    }

    .home-footer {
        position: unset;
    }

    #sidebar {
        height: auto;
        width: 0;
        top: 78px;
        position: absolute;
        z-index: 27;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 25px;
        transition: all 0.3s;
        background-color: white;
        margin-bottom: auto;
        padding-bottom: 4%;
        z-index: 29
    }
    .shadow-color {
        z-index: 27;
    }

    #sidebar {
        min-width: 100%;
        max-width: 100%;
        /*top: 97px;*/
        top: 83px;
    }

        #sidebar.active {
            margin-left: -100%;
        }

    .navbar {
        padding: 1px 1px;
    }

    #sidebar {
        padding-top: 6px;
    }
}

@media only screen and (max-width: 992px) {
    .topnav-centered, .smallInfos {
        display: none;
    }

    .navbar {
        padding: 1px 1px;
    }

    .btnToogle, .logoResp {
        display: block;
    }

    #sidebar {
        padding-top: 6px;
    }
}

/* Extra Small Devices IPhone 5/5s/SE */

@media screen and (device-aspect-ratio: 40/71) {
    .search-for span {
        margin-right: 5px;
    }

    .search-for input {
        width: 47%;
    }
    .topnav-centered, .navCategories, .blue-nav, .nav-2, .smallInfos {
        display: none;
    }

    .spanDivCatg span {
        width: 174px;
    }

    .navbar {
        padding: 1px 1px;
    }

    .logoResp {
        max-width: 37%;
    }

    .btnPr {
        font-size: 12px;
    }

    .logo {
        max-width: 100%;
    }

    #sidebar {
        padding-top: 6px;
    }

    .px-6 {
        padding-right: 0;
        padding-left: 0;
    }
}

/* IPAD Query */

@media screen and (device-aspect-ratio: 3/4) {
    .blue-nav, .nav-2, .smallInfos, .navButtons, .navLogo, .navCategories, .topnav-centered {
        display: none;
    }

    .navbar {
        padding: 1px 1px;
    }

    .logoResp, .btnToogle {
        display: block;
    }

    #sidebar {
        padding-top: 6px;
    }
}

@media only screen and (max-width: 992px) {
    .smallInfos, .navButtons, .navLogo, .topnav-centered {
        display: none;
    }

    .navbar {
        padding: 11px 1px;
        z-index: 28;
    }


    .btnToogle, .logoResp {
        display: block;
    }

    #sidebar {
        padding-top: 6px;
    }
}

@media (min-width: 320px) and (max-width: 480px) and (orientation: portrait) {
    .padding {
        padding-inline-start: 25px;
    }

    .px-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .login-content.p-6 {
        padding: 1rem !important;
    }

    .blue-nav {
        display: none;
    }
    .news h6{
        font-size:24px;
    }
}

.blue-nav .dropdown-menu.show {
    background: #0294da;
    border: none;
    border-radius: 0;
}

.blue-nav a.dropdown-item {
    color: #fff;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
}

.blue-nav a.dropdown-item:hover {
    color: #000;
}

ul.navbar-nav.sidebarItems.mr-auto {
    font-size: 13px;
    font-weight: bold;
    font-family: serif;
}

li.nav-item.sub-link a {
    font-size: 10px;
}

.blue-nav {
    border-bottom: 1px solid #adadad;
}

.win-card {
    border: none;
}

.win-card h4 {
    color: #000;
    font-weight: 300;
    font-family: serif;
}

.contest-head {
    border-bottom: .5px solid #dee2e6;
}

.news h4 {
    color: #000;
    font-family: serif;
    font-weight: 600;
    font-size: 28px;
    padding-top: 5px;
}

.news h4, .news h6 {
    color: #000;
    font-family: serif;
    font-weight: 600;
}

.alert-item {
    border-bottom: .5px solid #adadad;
}

    .alert-item:last-child {
        border-bottom: none;
    }

.sectionLatest {
    padding-top: 10px;
}

.adsSection .hrSection {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 15px;
    }

    #home-featured {
        height: 420px;
        object-fit: cover;
    }
}

.login-content.p-6 {
    padding: 3rem;
}

.login-content h5 {
    color: #0095db;
    font-size: 40px;
    font-family: serif;
    margin-bottom: 23px;
    font-weight: 700;
}

.p-7 {
    padding: 3rem;
}

.row-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #66676b8c;
    font-weight: 500;
}

.btn-login {
    background: #f0f0f0;
    border: .5px solid #33333347;
    font-size: 18px;
    font-family: serif;
}

.alerts-group {
    border: 1px solid #0095db;
    padding: 1rem;
    background: #3333330f;
}

.login-content .form-control:focus {
    box-shadow: none;
}

.alerts-group .form-check-label {
    color: #66676bbf;
    font-weight: 500;
    font-family: serif;
}
.alerts-group .form-check-label:hover {
    color: #000;
}
.row.dates p {
    font-size: 11px;
    margin-bottom: 6px;
    color: #6c757da1 !important;
}
.forget-password{

    display:none;
}
.copyright a {
    color: #fff;
}
.twitter-h a {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    font-family: serif;
    text-transform: inherit;
}
.categoryLinks li.nav-item {
    text-transform: uppercase;
}
.description p {
    margin-bottom: 0;
}
img.mb-3.secondImg {
    width: 100%;
}
span.spanDescription {
    font-family: serif;
    color: #5f6065;
    font-weight: 500;
    font-size: 16px;
}
.news.mainNews.mr-3 a {
    color: #000;
    font-family: serif;
    font-size: 13px;
    font-weight: bold;
}
.story-content {
    font-family: serif;
    font-size: 16px;
}
.story-content a {
    color: #000;
    font-family: serif;
    font-size: 13px;
    font-weight: bold;
}
.podcast-description p {
    font-family: serif;
    font-weight: 500;
}
.font-500{
    font-weight: 500;
}
.blue-nav .dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    display: none;
}

    .dropdown-submenu.show {
        display: block;
    }
.blue-nav .nav-link.dropdown-item {
    margin: 0;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}
.pics-sections .indexEvents img.mb-2.secondImg.w-100 {
    max-width: 100%;
    max-height: 100px;
}
.pics-sections .row{
    margin-right:0;
}
.event-section .respDivImage img {
    max-width: 100%;
    max-height: 167px;
    min-height: 167px;
    width: -webkit-fill-available;
}
.showpassword{
    display:none
}
.text-muted a{
    color: #6c757d !important;
}
.dropdown-submenu {
    position: absolute;
    left: 100%;
    top: -9px;
    margin-left: 0px;
    margin-top: 10px;
    background: #0294da;
    border: none;
    border-radius: 0;
    z-index: 7000;
}
.navCategories .nav-item h2 {
    font-size: 22px;
    font-weight: bold;
    font-family: serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}
.podcast-cat a {
    color: #66676B;
    text-transform: uppercase;
}
.episodes .line-border:nth-last-child(1), .episodes .line-border:nth-last-child(2) {
    border-bottom: none;
}
.font-auto{
    font-family:auto !important;
}
.main-content-story a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.login-content {
    font-family: serif;
}
.col-md-12.sectionLatest.podcast-item p {
    margin-bottom: 0.5rem;
}
.sportsSpan:hover, .event-span:hover {
    color: #66676B;
}
span.autor {
    text-transform: uppercase;
}
.sitemap a {
    color: #212529 !important;
    font-family: serif;
    font-weight: 700;
    padding-left: 0rem !important;
}
.shadow.p-7.sitemap ul {
    padding: 1px;
    padding-left: 1rem;
}
.top-links-media li a {
    color: black;
}

.top-links-media li {
    margin-right: 1px;
    border: 1px solid #ffffff26;
    margin-top: 1rem;
}
/*.top-links-media ul li:last-child::after {
    content: " ";
    position: relative;
    border-left: 2px #000 solid;
}*/
.top-links-media {
    margin-right: 0.5rem;
}

@font-face {
    font-family: 'futura';
    src: URL('/Content/fonts/futura medium bt.ttf') format('truetype');
}

p, .story-content, .serif, .text-muted, ul.footer-nav.padding, .blue-nav a.nav-link, .btnPr, #sidebar ul li a, .smallCateg, .event-span, .spanDate, span.spanDescription, .line-border-MainCat span, .spanDateObt, .sectionLatest span {
    font-family: Arial !important;
}

h1, h2, h3, h4, h5, h6, h1.serif, .sportOneP, .spanDivCatg span {
    font-family: 'futura' !important;
}
