/*
Theme Name: Foreign Affairs Committee
Theme URI: https://enga.ge
Author: Engage LLC
Author URI: https://enga.ge
*/
.content-with-sidebar :focus, .content-with-sidebar a:focus{
    outline: 2px dotted rgb(243 181 73)!important;
    outline-offset: 2px;
    outline-width: 2px !important;
}
.social-icons :focus, .social-icons a:focus{
    outline: 2px dotted rgb(243 181 73)!important;
    outline-offset: 2px;
    outline-width: 2px !important;
}
.share-box :focus, .share-box a:focus{
    outline: 2px dotted rgb(243 181 73)!important;
    outline-offset: 2px;
    outline-width: 0 !important;
}
.sitewide .container{
    max-width: 1240px;
}
.header-button{
    padding-top: 10px;
}
.header-button .read-more{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 14px 20px;
}
.updates-posts--alt{
    border-left: none;
    padding-left: 0;
    padding-bottom: 40px;
}
.calendar--alt{
    max-width: 100%;
    margin-bottom: 40px;
}
.calendar-posts{
    margin-bottom: 30px;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .current-calendar h4{
    max-width: 200px;
}
.cal-header--alt{
    margin-top: 50px;
}

footer.sitewide .footer-bar a {
    color: #fff;
    text-decoration: underline;
}
footer.sitewide .footer-bar a:hover,
footer.sitewide .footer-bar a:focus{
    text-decoration: none;
    color: #fff;
}

.homepage-post .post-content p,
.calendar-event .calendar-content-box p,
footer.sitewide .footer-top-row .footer-social p,
.calendar-event .calendar-content-box p{
    line-height: 1.5;
}
.home-boxes .home-boxes-wrapper a{
    overflow: auto;
}
.home-boxes .home-boxes-wrapper a:hover .home-box {
    -ms-transform: none;
     transform: none;
}

/* ADA Color Contrast Issue Fix */
a,
.homepage-post .category,
.post .category,
.committee-member .committee-member-text{
    color: #2C5B72;
}

body,
.homepage-post .post-content p,
.homepage-post time,
.calendar-event .calendar-content-box p,
.calendar-event .calendar-content-box .calendar-bottom-details span,
time,
.post-info{
    color: #4F4F4F;
}

footer.sitewide .footer-menu h2 {
    color: #A7D7F1;
}
.sidebar .category-filter .filter-submit {
    background-color: #525252;
}

.read-more,
.homepage-post a.read-more,
.custom-calendar-wrapper #full-clndr .clndr-grid .current-calendar h4,
.custom-calendar-wrapper #full-clndr .days .today,
.calendar-event .calendar-date-box .event-month,
.committee-button.active{
    background-color: #2C5B72;
}
.calendar-event .calendar-date-box .event-day,
.homepage-view-more,
.committee-button{
    color: #2C5B72;
}
.content-with-sidebar .content-container{
    padding-bottom: 60px;
}
.content-with-sidebar .content-container .pagination{
    padding-bottom: 0;
}

.mejs-controls .mejs-time{
    overflow: auto;
}
.home-boxes {
    padding: 50px 0 0;
}
.twitter-slider{
    display: none;
}
header.sitewide .nav.navbar-nav a:hover,
header.sitewide .nav.navbar-nav a:focus{
    color: #3E94C0;
}

.custom-calendar-wrapper #full-clndr .days .day.event .day-number {
    color: #2C5B72;
}
.custom-calendar-wrapper #full-clndr .days .day.adjacent-month.today .day-number{
    color: #fff;
    opacity: 1;
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
.sidebar .category-filter .drawer button{
    color: #295266;
}


