/*
 Theme Name: TIMES Child Theme
 Theme URI: http://clyco.co/wordpress/theme/times/
 Description: Child theme for TIMES. Use it to make code modifications to the theme. Once the theme gets updated your changes will remain untouched.
 Author: clyco.team
 Author URI: http://clyco.co/
 Template: times
 Version: 1.5
*/

/* ------ YOUR CUSTOM CHANGES TO CSS HERE ------ */

/*
#site-navigation ul:not(.child-cats):not(.child-cats-elems) > li {
	padding: 0 12px;
}

#site-navigation ul:not(.child-cats):not(.child-cats-elems) > li .more-list li{
	padding: 0 17px;
}
*/

h1, h2, h3, h4, h5, h6 {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

#site-navigation ul:not(.child-cats):not(.child-cats-elems) > li > a[style]:hover {
	color: #fff;
}

#site-navigation ul:not(.child-cats):not(.child-cats-elems) > li > a[style]::before {
	left: -2px;
	right: -2px;
}

#site-navigation ul:not(.child-cats):not(.child-cats-elems) .more {
	/*padding-top: 0;*/
	padding-bottom: 0;
	line-height: 36px;
}

.widget-area.home1-right {
	display: none;
}

.rss:before {
  content: "\f09e"; 
}

.rss, .rss:hover {
  background-color: #FFA500; 
}

.widget .social-media-icons {
	height: 42px;
	padding: 9px 10px 0;
	position: relative;
}

.widget .social-media-icons a {
	float: left;
	border-radius: 3px;
	padding: 3px 6px;
	font: normal 14px / 18px "FontAwesome";
	color: #434343;
	margin-right: 4px;
	-webkit-transition: color .4s ease, background-color .4s ease;
	transition: color .4s ease, background-color .4s ease;
}

.widget .social-media-icons a:hover {
	color: #fff;
	-webkit-transition: color .4s ease, background-color .4s ease;
	transition: color .4s ease, background-color .4s ease;
}

.widget .social-media-icons a:not(:hover) {
	background: #fff;
}

.widget .social-media-icons a:last-of-type {
	margin-right: 0;
}

footer.site-footer{
	background-color: #f0f0f0;
}

body.archive-type .site-header {
	padding: 50px 0 0;
}

body.archive-type #site-navigation{
	border-bottom: none;
}

body.archive-type .stats {
	display: block;
	padding: 0 20px 20px;
}

body.archive-type .stats .stat {
	text-align: center;
	padding: 10px 10px 35px;
	position: relative;
}

body.archive-type .stats .stat:after{
	content: '';
	display: block;
	border: 40px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}

body.archive-type .stats .stat .count {
	font: 700 22px/22px Domine,Georgia,serif;
}

body.archive-type .stats .stat .count,
body.archive-type .stats .stat .text {
	color: #fff;
}

.widget-title.td4::before,
.widget-title.td4{
	border-top: none !important;
}

.widget .widget-head:after,
.widget .widget-body .recent-posts .post:after {
  content: "";
  display: table;
  clear: both;
}

.widget .widget-head{
	margin-bottom: 20px;
}

.widget .post.horiz-mini .meta .author{
	display: inline-block;
}

.widget .widget-head h2{
	margin-bottom: 0 !important;
	padding: 0 10px 10px !important;
	color: #660000 !important;
}

.widget .widget-head h2 a{
	color: #660000 !important;
}

.widget .widget-title{
	display: inline-block;
}

#subscribe.widget input {
	appearance: normal;
	-webkit-appearance: normal !important;
	-moz-appearance: normal;
}

#subscribe.widget button{
	padding: 5px;
	border: none;
	border-radius: 3px;
	font-family: "Work Sans","Helvetica Neue",Helvetica,sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	background: #434343;
	cursor: pointer;
}

#subscribe.widget button:hover{
	background: #660000;
}

#subscribe.widget .widget-body input[type="email"]{
	min-width: 50%;
	padding: 5px;
}

#subscribe p{
	font-size: 14px;
	line-height: 24px;
	font-family: Domine,Georgia,serif;
	font-weight: 400;
}

.widget.widget_wp-category-archive{
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	overflow: hidden;
}

.widget.widget_wp-category-archive select{
	width: 100%;
}

.widget .widget-head a.see-all{
	color: #bbb;
	height: 24px;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	padding: 5px 10px;
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Work Sans","Helvetica Neue",Helvetica,sans-serif;
}

.widget .widget-body p{
	margin-bottom: 10px;
}

.widget .widget-body .recent-posts .post{
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget .widget-body .recent-posts .post h3{
	color: #434343;
	font-size: 15px;
	line-height: 22px;
}

.bass p,
.post.expt .excerpt{
	color: #000;
}

#subscribe.widget .widget-body input[type=email]{
	border: 1px solid #ccc;
	max-width: 200px;
}

#content #recent.recent-news article span.latest{
	display: none;
}

#content #recent.recent-news article:first-child{
	background: #FAFAFA;
}

#content #recent.recent-news article:first-child h3{
	color: #fff;
	margin-top: 20px;
	padding: 5px 15px;
	font-size: 15px;
	line-height: 26px;
	background: #660000;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	font: 700 14px/21px "Work Sans","Helvetica Neue",Helvetica,sans-serif;
}

#content #recent.recent-news article:first-child span.latest{
	display: block;
}

#content #recent.recent-news .post.horiz::after {
	content: none;
}

.widget_wp-category-archive .td4::before {
	height: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
}

.widget_wp-category-archive h2.widget-title{
	font-family: "Work Sans","Helvetica Neue",Helvetica,sans-serif !important;
	display: block !important;
	color: #660000 !important;
	padding-top: 0;
}

.widget{
	margin-bottom: 40px;
}

.widget .widget-body .meta{
	margin-bottom: 0;
}

.site-footer .widget.categories ul li:nth-child(1n+7) {
}

.archive.author .times-breadcrumbs.meta{
	margin-bottom: 10px;
}

.search-results span.latest{
	display: none;
}

.introduction.archive-header.author.no-avatar{
	padding-left: 0;
}

.introduction.archive-header.author.no-avatar .avatar{
	display: none;
}

.post.mass .content > p.long:first-child{
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 12px;
	color: #000;
}

.post.mass .content > p.long:nth-of-type(2) > span.times-dropcap:first-child {
	font-size: inherit;
	line-height: inherit;
	margin-top: inherit;
	margin-right: inherit;
}

.page-id-81 h2{
	font-family: "Domine", Georgia, serif !important;
	font-style: italic;
	text-decoration: underline;
	text-transform: capitalize !important
}

.introduction.archive-header.author .meta.author-bio .bio{
	max-width: 100%;
}

.article-sidebar .times-mini-stats{
	display: none;
}

.post.mass .inaction{
	display: none;
}

.print-copyright {
    display: none;
}

.print-button {
    display: inline-block;
    float: right;
    width: 40px;
    height: 36px;
    background: url('images/icon_print.png') 0 0 no-repeat;
    background-size: 40px auto;
    text-indent: -9999px;
    overflow: hidden;
}

.print-button:hover {
    cursor: pointer;
    background-position: 0 -36px;
}

.widget.print-post .widget-title {
    display: block;
}

.widget.print-post .print-button {
    float: none;
}

@media print {
    
    @page {
        size: auto;
    }
    
    body {
        margin: 0.25in;
    }
    
    .row {
        min-width: 100%;
    }
    
    .col.lt5, .skip-link.screen-reader-text.before-header-link, #sec-navigation, .sharedaddy, .section-darker, .site-footer, ul.post-categories, .mobile-post-info, .post.mass .introduction .label, #site-navigation, .search-cover, #navshad {
        display: none;
    }
    
    .site-header {
        height: auto !important;
        padding: 0;
    }
    
    .site-branding {
        margin: 0 0 30px 0 !important;
    }
    
    .site-branding img {
        max-height: 50px;
        width: auto;
    }
    
    #jp-relatedposts {
        display: none !important;
    }
    
    .col.lt10 {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .content.bass, .introduction {
        padding: 0 !important;
    }
    
    .introduction h1 {
        font-size: 24pt;
        line-height: 1.2;
        margin-bottom: 9pt;
    }
    
    .post.mass .introduction h1 {
        max-width: 100%;
    }
    
    .introduction .meta {
        font-size: 9pt;
        margin-bottom: 10pt;
    }
    
    .post.mass .content p, .post.mass .content p.long, .post.mass .content p.long:first-child {
        font-size: 11pt;
        line-height: 1.6;
        margin-bottom: 10pt;
    }
    
    .print-copyright {
        display: block;
        font-family: "Work Sans","Helvetica Neue",Helvetica,sans-serif;
        font-size: 9pt;
    }
    
    a, .post.mass .content > p:not(.button-paragraph) > a, .bass a {
        color: #000 !important;
        text-decoration: none !important;
        border-bottom: none;
        box-shadow: none;
        text-shadow: none;
    }
    
    hr {
        display: none;
    }
    
    .post.mass .content::after {
        display: none;
        height: 0;
        margin: 0;
    }
    
    .published-ago {
        display: inline !important;
        color: #000;
    }
    
    .short-ago {
        display: none;
    }
    
}
.post.horiz .thumbnail, .post.vert .thumbnail {
	margin-left: 0;
	margin-right: 0;
}
@media (min-width:600px){
	.post.horiz .thumbnail {
		margin-left: 0;
		margin-right: 20px;
	}
}

@media (min-width:720px){
	.post.horiz .thumbnail {
		margin-left: 0;
		margin-right: 20px;
	}
	.post.horiz .thumbnail + .caption h1 {
		margin-top: -7px;
	}
}

@media (min-width:960px){
	.post.horiz .thumbnail {
		margin-left: 10px;
		margin-right: 20px;
	}
	.post.horiz.cover .caption {
		width: calc(100% - 330px);
	}
	.post.horiz .thumbnail + .caption h1 {
		margin-top: -8px;
	}
}