﻿body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #f5f5f5 !important;
}
a {
    color: #212529 !important;
}
hr {
    background-color: gray;
}

.top-header {
    font-family: 'Alegreya', serif !important;
    min-height: 100px;
    border-bottom: 1px solid #808080;
    background-color: white;
    position: relative;
    box-shadow: 0px 18px 16px -22px rgba(0,0,0,0.35);
    z-index: 20;
}

.nav-item {
    padding: 0 20px;
    border-right: 1px solid gray;
    line-height: 0.5;
}

    .nav-item:last-child {
        border-right: none;
    }

    .nav-item a {
        font-size: 15px;
    }

.map-bg {
    background-image: url('../images/map.jpg');
    font-size: 14px;
    background-position: center;
}

    .map-bg .fa-map-marker-alt {
        font-size: 50px;
    }

.map-circle {
    background-color: white;
    border-radius: 200px;
    height: 250px;
    width: 250px;
    border: 1px solid lightgray;
    border-top: none;
}

.main-content-wrapper {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.review-article-wrapper .pic-info {
    font-size: 12px;
    color: gray;
}
.single-image {
    width:100%;
}
.article-writter {
    font-size: 12px;
    color: gray;
}

.article-rotated-text {
    background-color: #ffea64;
    color: black;
    transform: rotate(-90deg);
    bottom: -44px;
    left: -10px;
    padding: 4px 9px;
    font-weight: 800;
    font-size: 20px;
}

.review-article-wrapper .review-article-text {
    padding: 0px 75px;
}

.calendar-sidebar-wrapper {
    background-color: white;
}

    .calendar-sidebar-wrapper .calendar-sidebar-main {
        height: 350px;
        overflow-y: scroll;
        scrollbar-color: black gray;
        scrollbar-width: thin;
    }

    .calendar-sidebar-wrapper .calendar-sidebar-header {
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid lightgray;
        height: 50px;
    }

    .calendar-sidebar-wrapper .calendar-small-circle {
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        background-color: black;
        color: white;
        border-radius: 200px;
        font-size: 12px;
        line-height: 20px;
    }

    .calendar-sidebar-wrapper .circle-hidden {
        background-color: white !important;
    }

    .calendar-sidebar-wrapper .calendar-line {
        border-bottom: 1px solid lightgray;
    }

    .calendar-sidebar-wrapper .calendar-item {
        padding-left: 3px;
    }

        .calendar-sidebar-wrapper .calendar-item .col-2, .calendar-sidebar-wrapper .calendar-item .col-10 {
            padding: 0px !important;
        }

.opinion-article-wrapper img {
    border-radius: 200px;
    width: 60px;
}

.opinion-article-wrapper .opinion-rotated-text {
    background-color: #f6ac19;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 12px;
    top: 31px;
    left: -20px;
}

.opinion-article-orange-line {
    background-color: #f6ac19;
    width: 50%;
}

.podcast-article-wrapper .podcast-rotated-text {
    background-color: #8145ad;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 10px;
    top: 60px;
    left: -20px;
}

.podcast-article-wrapper .podcast-image {
    border-bottom: 1px solid #8145ad;
    padding-bottom: 15px;
    padding-top: 15px;
}


.article-box-wrapper .article-box-title {
    font-size: 14px;
    color: #ff7364;
}

.agenta-rotated-text {
    background-color: #ff7364;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 10px;
    bottom: 30px;
    left: -30px;
}

.agenta-rotated-text-large {
    background-color: #ff7364;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 16px;
    bottom: 50px;
    left: -24px;
}

.breaking-rotated-text {
    background-color: #6ac028;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 10px;
    bottom: 30px;
    left: -30px;
}

.details-light {
    margin-bottom: 3px;
    font-weight: lighter;
    font-size: 14px;
}

.details-bold {
    margin-bottom: 5px;
    font-weight: bold !important;
    font-size: 14px;
}

.article-box-wrapper .agenta-image {
    height: 400px;
}

.slick-prev:before {
    font-family: 'Font Awesome\ 5 Free' !important;
    content: "\f053" !important;
    color: black !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    
}

.slick-next:before {
    font-family: 'Font Awesome\ 5 Free' !important;
    content: "\f054" !important;
    color: black !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    
    
}

.breaking-inner-wrapper {
    z-index: 5;
    top: 0px;
    width: 100vw;
    background: rgba(0,0,0,0.5)
}

    .breaking-inner-wrapper .row {
        height: 70vh;
    }

.breaking-rotated-text-large {
    background-color: #6ac028;
    color: white;
    transform: rotate(-90deg);
    padding: 1px 8px;
    font-weight: 600;
    font-size: 18px;
    top: 49px;
    left: -70px;
}

.footer-row {
    border-top: 1px solid gray;
    padding-top: 25px;
}

.newsletter-input {
    border-radius: 7px;
    border-color: lightgray;
    background-color: #f5f5f5;
    height: 40px;
}

.breadcrumb-wrapper {
    min-height: 45px;
}



.black-white-button {
    background-color: black;
    color: white;
    padding: 10px;
    border: 1px solid black;
}

    .black-white-button:hover {
        background-color: white;
        color: black;
    }

.agora-button {
    width: 120px;
}

.directions-button-wrapper {
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    z-index: 5;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.directions-button {
    width: 200px;
}


.directions-img
{
    border:1px solid gray;
}

.title-under-line
{
    padding-bottom:10px;
    padding-left:15px;
    padding-right:15px;
    display:inline;
}

.breaking-line {
    border-bottom: 5px solid #6ac028;;
}

.agenta-line {
    border-bottom: 5px solid #ff7364;
}

.review-line {
    border-bottom: 5px solid #ffea64;
}

.breaking-article-info-wrapper{
    border:1px solid black;
}
article.container iframe {
    width:100%;
}

.review-main-image
{
    display:inline;
    float:left;
    padding:0px 25px 25px 0px;
}
/*Map Page*/

.left_bar {
    position: relative;
    overflow: auto;
    height: 100%;
    float: left;
    margin-top: 50px;
    padding-right:0px !important;
}
    .left_bar a {
        color:#000;
        font-size:10px;
    }
.article-item {
    cursor:pointer;
    position: relative;
    padding: 10px 0px 0px 20px;
    border-bottom: 1px solid #cacaca;
}

.left_bar {
    padding: 0px;
    padding-left:0px !important;
    margin-top: 0px;
    background:#e5e5e5;
}

    .left_bar h2 {
        font-size: 15px;
        font-weight: bold;
        margin: 10px auto;
        font-family: 'Alegreya';
}

    .left_bar h5 {
        font-size: 12px;
        text-transform: uppercase;
        color: #fc9488;
        margin: 5px 0px 0px 0px !important;
        font-family: 'Open Sans';
    }

    .left_bar p {
        margin: 0 0 7px;
        font-size: 12px;
        line-height: 1.5;
        font-weight:100;
    }

    .left_bar span {
        color: #5a5a5a;
        font-size: 12px;
    }

/*.article-item:nth-child(odd) {
    background: #e5e5e5;
}*/
.article-item:hover {
    background:#f7f7f7;
    box-shadow: inset 5px 0px 0px 0px #ff7364;

    /*-webkit-box-shadow: -17px 0px 0px 0px rgba(255,115,100,1);
    -moz-box-shadow: -17px 0px 0px 0px rgba(255,115,100,1);
    box-shadow: -17px 0px 0px 0px rgba(255,115,100,1);*/

}
.separator {
    border-top: 1px solid red;
}
.breaksep {
    height:20px;
    clear:both;
}

#map {
    position: relative !important;
    width: 100%;
}

.myMap {
    float:right;
    margin-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.marker {
  background-image: url('/assets/images/mapbox-icon.png');
  background-size: cover;
  width: 25px;
  height: 38px;
  border-radius: 50%;
  cursor: pointer;
}
.mapboxgl-popup {
  max-width: 300px;
  background:transparent;
}
.mapboxgl-popup-content h3 {
    font-size:18px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

/*Map*/
.mapboxgl-popup-content {
    border: solid 1px #fc9488;
}
.mapboxgl-popup-content h3 {
    font-size: 12px;
    font-weight: bold;
    margin-top:5px;
}

/*Calendar*/
.fc-day-number {
    font-size:14px;
    font-family: 'Alegreya';
    padding: 0px 0px 0px 10px !important;
    float:left !important;
}
.fc-title {
    font-family: 'Open Sans';
    font-weight:bold;
    font-size:12px;
    padding:10px;
}
.fc-content {
    margin-bottom:10px;
}

.fc-day { background-color:#fff !important; }
.fc-sat { background-color:#f6f6f6 !important;  }
.fc-sun { background-color:#f6f6f6 !important;  }

.fc-widget-header {
    padding:10px;
    background:#fff !important;
}
.fc-today {
    background-color:#f2f5da !important;
}

/*Custom pager*/
.pagerwrapper {
    text-align: center;
    margin-top: 50px;
}
.pagerwrapper a
{
    text-align:center;
    font-size:12px;
    color:gray;
    padding:4px 8px;
    border:1px solid lightgrey;
    display:inline-block;
    margin-right:2px;
}

.pagerwrapper a:hover 
{
    background-color:black;
    color:white;
    transition:all 0.5s ease;
}

.pagerwrapper a:link , .pagerwrapper a:visited , .pagerwrapper a:active
{
    text-decoration:none;
}

.pagerwrapper .active
{
    background-color:black;
    color:white !important;
    cursor:default;
}

.pagerwrapper .dots
{
    border:none;
    cursor:default;
}

.pagerwrapper .dots:hover
{
    background-color:white !important;
    color:gray !important;
}

.google-map iframe {
    height:400px;
}

.search-box-display {
    position: absolute;
    bottom: 0;
    left: -210px;
    z-index: 50000;
    width: 250px;
    top: 31px;
    height: 60px;
    transition: all 0.4s ease;
}

.search-box-hidden{
    overflow:hidden;
    height:0px;
    width:0px;
}

#search-box #submit-button {
    background-color: #ffea64;
}
.cursor {
    cursor:pointer;
}

article a {
    color: #007bff !important;
}