html {
  scroll-behavior: smooth;
}
.site-logo.mobile-header-logo {
    width: 160px;
    height: auto;
}

.site-logo.mobile-header-logo img {
    width: 100%;
    height: auto;
}

.wp-block-jetpack-donations .donations__amount.is-selected {    
    background: #4a81d9;  
	  color: white;
}

.btnDonate {
			color: #ffffff;
			background-color: #26ab35;
			font-size: 24px !important;
			border: 1px solid #2d63c8;
			border-radius: 8px;
			padding: 10px 50px;
			cursor: pointer;
		  width: 100%;
		}

.btnDonate:hover {
			color: #2d63c8;
			background-color: #ffffff;
		}

@media (prefers-reduced-motion: reduce) {
  html{
    scroll-behavior: auto;
  }
}

@media only screen and (max-width: 600px) {	
	.breaking_left{
		width:100% !important;
		font-weight:bold;
	}
	
	.breaking_right a{
		padding:0px !important;
		font-size:15px;
	}
	
	.breaking_right span{
		padding:0px !important;
		font-size:15px;
	}
	
.separate-containers .site-main
	{
		/* margin-top: 0px; */
	}
	
	.site-content{
		/* background-color: #fbfbfb; */
	}
	
	body{
		/* background-color: #fbfbfb !important; */
	}
	
}

@media only screen and (min-width: 601px) {
.box-2114
	{
		 /* padding-top: 16px !important; */
	}
}



#aswift_0_host{
	position: unset !important;
}

.breadcrumbseo {
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ezoic-ad{
	opacity: 1 !important;
}

.main-navigation.offside {
	visibility:visible;
}

@media (min-width: 769px) {
    #right-sidebar {
        width: 389px;
    }
    .inside-right-sidebar {
        padding-right: 20px;
    }
    body:not(.no-sidebar) #primary {
        width: calc(100% - 380px);
    }
}

.inside-right-sidebar {
	width: 100%;
}

@media (max-width: 768px) {
  
	.inside-article{
		width:100%;
	}
	
	#right-sidebar{
		width:100%;
	}
	
	.inside-article{
		width:100%;
	}
	
	.generate-columns-container {
		width:100%;
	}
	
}

#wpsp-1207 h2 {
	font-size:18px
}

.post blockquote{
	background-color: #e8e9eb;
}

/* GeneratePress Site CSS */ /* Colors */
.main-navigation ul li:after {
    background-color: #000;
}

.main-navigation .inside-navigation {
    border-top: 0.5px solid #d4d7d8;
}

.wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    color: #fff;
}
.navigation-search.nav-search-active {
	background-color: rgba(255,255,255,0.95);
	top: 100%;
}

/* Theme Global */
@media (min-width: 769px) {
    body {
       /* margin: 0 30px; */
			margin: 0px;
    }
}

body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation */
.second-nav.grid-container {
    padding: 0;
}

@media (min-width: 769px) {
    .main-navigation ul li {
        position: relative;
    }

    .main-navigation ul li:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        filter: hue-rotation(90deg);
        -webkit-filter: hue-rotation(90deg);
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    .main-navigation ul li:hover:after, .main-navigation ul li.current-menu-item:after {
        height: 6px;
    }
}

/* Widgets */
.widget-title {
    margin: 1em 0;
    font-size: 0.8em !Important;
}

.widget .wp-show-posts article {
    margin-bottom: 0.5em !important;
}

.zero-padding {
    padding: 0 !important;
}

.widget.no-background {
    background-color: transparent;
}

/* Buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    pointer-events: initial !important;
    border-color: inherit;
    border: 1px solid;
}

/* Blog */
.generate-columns .inside-article {
    padding: 0 0 15px;		
}

@media (max-width: 768px) {
    .generate-columns .inside-article>*:not(.post-image) {
        padding: 0 15px;
    }
}

.generate-columns-container article .inside-article .post-image {
    margin-bottom: 0.5em;
}

.generate-columns-container article .inside-article .entry-summary {
    margin-top: 0.5em;
    font-size: 0.8em;
}

.generate-columns-container article .entry-header, .wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column;
}

@media (min-width: 768px) {
.generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
    line-height: 2.5ex;
    height: 7.5ex; 		
    overflow: hidden;
    text-overflow: ellipsis;
	  font-size: 22px;
}
}

@media (min-width: 768px) {
	
		div.top-stories h2:nth-of-type(1) {
			 font-size: 1.5em !important;	
		}
		
}

.wp-show-posts .wp-show-posts-inner {
    overflow: hidden;
}

@media (min-width: 420px) {
.wpsp-align .wp-show-posts-image {
    margin-bottom: 0;
}
}
.wpsp-align .wp-show-posts-image a, .wpsp-align .wp-show-posts-image img {
    height: 100%;
}

.generate-columns-container article .inside-article img, .wp-show-posts-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

/* WPSP Grids */
/* Single column align side image */
/* Add wpsp-align class to to WPSP List shortcode wrapper */
@media (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wpsp-align .wp-show-posts-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) and (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
        margin-right: 1.5em;
    }
}

/* magazine Grid Golden Ratio 5 block standard */
/* Add wpsp-grid class to WPSP List shortcode wrapper */
@media (min-width: 600px) {
    .wpsp-grid .wp-show-posts {
        display: grid;
    }
}

@media (min-width: 900px) {
    .wpsp-grid .wp-show-posts {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr auto;
    }

    .wpsp-grid .wp-show-posts article:first-child {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .wpsp-grid .wp-show-posts article {
        grid-column: span 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3), .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
    }
}

.wpsp-grid article:not(:first-child) .wp-show-posts-image a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:first-child .wp-show-posts-image a img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:not(:first-child) .wp-show-posts-entry-summary, .wpsp-grid article:not(:first-child) .wp-show-posts-entry-meta-below-post, .wpsp-grid article:not(:first-child) .wpsp-read-more {
    display: none;
}

/* WPSP Card Styling */
/* Add wpsp-card class to WPSP List shortcode wrapper */
.wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

:not(.widget).wpsp-card .wp-show-posts article, .wpsp-card .wp-show-posts-image {
    margin-bottom: 0 !important;
}

.wpsp-card .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpsp-card .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, .1)));
    background: linear-gradient(0deg, rgba(0, 00, 00, .9) 60%, rgba(0, 0, 0, .1) 100%);
    pointer-events: none;
}

.wpsp-card article {
    position: relative;
    overflow: hidden;
}

.wpsp-card article, .wpsp-card article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wpsp-card article:hover .wp-show-posts-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.header-widget .lsi-social-icons li {
	margin-bottom: 0 !important;
}

body .happyforms-flex {
	padding: 0;
} /* End GeneratePress Site CSS */

.site-main .comments-area {
	background: transparent; 
}

.disqus-button {
	width:100%;
	border-radius: 6px;
	color:white;
}

h3 a {
	color:black;
}

.bump-view {
	color:black;
}

.generate-columns .inside-article{
	padding: 15px;
}


            .headlinerow {
                line-height: 15px; 
                flex-wrap: wrap;	
            }

            .headlinetitle {
					
                font-family: sans-serif;
                font-weight: bold;
                color: #972123;
                text-transform: uppercase;
                font-size: 11px;
                padding-top: 5px;
                padding-bottom: 0px;
                overflow:hidden;
                text-overflow: ellipsis;
            }

            .headlinelink {
			
                font-family: sans-serif;
                color: black;
                font-size: 13px;							
                word-break: break-word;
                padding-top: 0px;
                padding-bottom: 5px;
                border-bottom: 1px dotted gray;
                overflow:hidden;
               /* height: 31px; */
                text-overflow: ellipsis;
            }

            .headlinelink a {
                color: darkblue;
            }
            
            .headlinelink a:visited {
                color: purple;
            }
        
            .headlinelink a:hover {
                color: blue;
            }

        

     

.entry-content blockquote p {
	font-style: normal;
}

.inside-article h2 {
	font-size:22px;
	font-weight:bold;
}

.widget_top-posts .widgets-list-layout li > a {
    width: 40%;
} 
 
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
    max-width: 35%;
    width: 35%;		
	  padding-left:20px;
}
 
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
    max-width: 100%;
    width: 60%;
	font-size:17px;

}
 
@media only screen and (max-width: 1019px) {
 
    .widget_top-posts ul.widgets-list-layout {
        max-width: 600px;
        margin: 0 auto;
    } 
 
    .widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
	.homeheadlinesbox {
		margin-right: 0px;
		margin-left: 0px;		
	}
}

@media only screen and (min-width: 601px) {
	.homeheadlinesbox {
		margin-right: 15px;
		margin-left: 15px;		
	}
}

#top-posts-7  ol {
   list-style: none;
   counter-reset: item;
 }
#top-posts-7  li {
   counter-increment: item;  
	padding-bottom:8px;
	border-bottom:1px dotted gray;	
 }
#top-posts-7  li:before {
   margin-right: 10px;
   content: counter(item);
   background: #212c62;
   border-radius: 20%;
	 border: 2px solid white;
   color: white;
	 font-size:20px;
   width: 1.5em;
   text-align: center;
   display: inline-block;
	 position: absolute;
	 left: 0px;

 }

#email_sub {
 background-color:lightgray;
	padding:5px;
}

#email_sub button {
 border-radius: 0;
}


#subscribe-email input {
width: 80%;
height: 46px;
padding: 10px 8px;
font-size: 15px;
float: left;
border: 1px solid #darkblue;
}

#subscribe-submit input {
background: #ffb2a0;
width: 15%;
padding: 0;
border: 1px solid #ffb2a0;
height: 40px;
	
}

  .row_odd {
        background: #ebebeb;
    }

    .row_header {
        background: #ffad94;
    }

    .row_header_dem {
        background: #d4e4fc;
    }

  .month_row {
        background-color: #1d1f29;
        color: white;
        font-weight: bold;
    }