/*!
Theme Name: jimmyfallon
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jimmyfallon

*/

body{
	background-color: #ccc !important;
	color: #3E3939 !important;
	font-family: Arial, Helvetica, Sans-serif !important;
	font-size: 14px !important;
}

img {
	width: 100%;
	height: auto;
}

iframe{
	width: 100%;
}
.container.background-white {
    background-color: #fff;
}

.left-sidebar ul, .right-sidebar ul {
	padding: 5px;
}

.left-sidebar ul li,  .right-sidebar ul li{
	list-style: none;
	margin-bottom: 20px;
    line-height: 15px;
} 

.left-sidebar h2, .right-sidebar h2{
	background: #484E53;
    margin: 0 0 10px 0;
    padding: 10px;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.left-sidebar ul li span{
	color: #008000;
    font-weight: bold;
}

.banner-img {
    margin-bottom: 20px;
}
.post-tile {
    border-top: solid 1px #ddd;
    margin-bottom: 15px;
}

.post-content {
    display: flex;
    padding: 10px 0;
}

.post-content .content-left {
    width: 72px;
    border: solid 1px #ddd;
    padding: 5px;
    margin-right: 10px;
}


.content-right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 82px);
}

.post-date {
    padding-right: 10px;
    position: relative;
    height: 21px;
}

.post-date:after {
    position: absolute;
    content: '';
    border-right: dashed 1px #ddd;
    height: 10px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.post-tag {
    padding-left: 10px;
    height: 21px;
}

.post-title a {
    text-decoration: none;
    color: #000;
}

.container.footer-container {
    background-color: #f4f5f3;
}

.site-info p {
    margin: 0px;
}

footer#colophon {
    text-align: center;
    padding: 20px 0px;
}


.pagination {
    justify-content: space-between;
}

.pagination .nav-next.alignright a, .pagination .nav-previous.alignleft a{
    text-transform: capitalize;
    text-decoration: none;
}