/*
 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: none;
}

#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;
}


.post .news-commentary-date-block {
	background-color: rgb(102, 0, 0);
	padding: 0 10px;
}

.category-based-thumbnail {
	background:  url('images/onlabor-logo-white.png') center / 60% auto no-repeat #dcdada;
}



.category-misc .post .news-commentary-date-block {
	background-color: #775cef;
}
.category-misc .post.cat-misc .category-based-thumbnail,
.post.cat-misc .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-misc {
	background: url('images/icon-misc.png') center / auto 60% no-repeat #e4defc;
}

.category-supreme-court .post .news-commentary-date-block {
	background-color: #ed4745;
}
.category-supreme-court .post.cat-supreme-court .category-based-thumbnail,
.post.cat-supreme-court .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-supreme-court {
	background: url('images/icon-supreme-court.png') center / auto 60% no-repeat #fbdada;
}


.category-right-to-work .post .news-commentary-date-block {
	background-color: #ff71a4;
}
.category-right-to-work .post.cat-right-to-work .category-based-thumbnail,
.post.cat-right-to-work .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-right-to-work {
	background: url('images/icon-right-to-work.png') center / auto 60% no-repeat #ffe3ed;
}


.category-politics .post .news-commentary-date-block {
	background-color: #be90d4;
}
.category-politics .post.cat-politics .category-based-thumbnail,
.post.cat-politics .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-politics {
	background: url('images/icon-politics.png') center / auto 60% no-repeat #f2e9f6;
}


.category-immigration .post .news-commentary-date-block {
	background-color: #486ce8;
}
.category-immigration .post.cat-immigration .category-based-thumbnail,
.post.cat-immigration .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-immigration {
	background: url('images/icon-immigration.png') center / auto 60% no-repeat #dae2fa;
}


.category-employee-benefits .post .news-commentary-date-block {
	background-color: #73c5c9;
}
.category-employee-benefits .post.cat-emp-benefits .category-based-thumbnail,
.post.cat-emp-benefits .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-emp-benefits {
	background: url('images/icon-employee-benefits.png') center / auto 60% no-repeat #e3f3f4;
}


.category-dept-of-labor .post .news-commentary-date-block {
	background-color: #57d99a;
}
.category-dept-of-labor .post.cat-dept-labor .category-based-thumbnail,
.post.cat-dept-labor .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-dept-labor {
	background: url('images/icon-dept-of-labor.png') center / auto 60% no-repeat #ddf7eb;
}


.category-arbitration-class-action .post .news-commentary-date-block {
	background-color: #86cb64;
}
.category-arbitration-class-action .post.cat-arbitration .category-based-thumbnail,
.post.cat-arbitration .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-arbitration {
	background: url('images/icon-arbitration.png') center / auto 60% no-repeat #e7f5e0;
}


.category-workplace-health-safety .post .news-commentary-date-block {
	background-color: #c78c41;
}
.category-workplace-health-safety .post.cat-workplace-health-safety .category-based-thumbnail,
.post.cat-workplace-health-safety .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-workplace-health-safety {
	background: url('images/icon-workplace-safety.png') center / auto 60% no-repeat #f4e8d9;
}


.category-workplace-discrimination .post .news-commentary-date-block {
	background-color: #515d84;
}
.category-workplace-discrimination .post.cat-workplace-discrimination .category-based-thumbnail,
.post.cat-workplace-discrimination .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-workplace-discrimination {
	background: url('images/icon-workplace-discrimination.png') center / auto 60% no-repeat #dcdfe6;
}


.category-wage-hour .post .news-commentary-date-block {
	background-color: #bb9836;
}
.category-wage-hour .post.cat-wage-hour .category-based-thumbnail,
.post.cat-wage-hour .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-wage-hour {
	background: url('images/icon-wages.png') center / auto 60% no-repeat #f1ead7;
}


.category-agency-fees .post .news-commentary-date-block {
	background-color: #51773e;
}
.category-agency-fees .post.cat-agency-fees .category-based-thumbnail,
.post.cat-agency-fees .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-agency-fees {
	background: url('images/icon-agency-fees.png') center / auto 60% no-repeat #dce4d8;
}

.category-unions-organizing .post .news-commentary-date-block {
	background-color: #573f79;
}
.category-unions-organizing .post.cat-unions-organizing .category-based-thumbnail,
.post.cat-unions-organizing .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-unions-organizing {
	background: url('images/icon-unions.png') center / auto 60% no-repeat #ddd9e4;
}

.category-gig-economy .post .news-commentary-date-block {
	background-color: #30888e;
}
.category-gig-economy .post.cat-gig-economy .category-based-thumbnail,
.post.cat-gig-economy .category-based-thumbnail,
.post.horiz .category-based-thumbnail.cat-gig-economy {
	background: url('images/icon-gig-economy.png') center / auto 60% no-repeat #d6e7e8;
}


.home .news-commentary-date-block {
	background-color: rgb(102, 0, 0);
	margin-bottom: 20px;
}

.post.vert.expt .thumbnail {
	max-height: 190px;
	overflow: hidden;	
}


.post.horiz .news-commentary-date-block  .meta,
.post.vert .news-commentary-date-block  .meta {
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
	margin: auto;
	text-align: center;
}

.post.vert .news-commentary-date-block,
.post.vert .category-based-thumbnail {
		height: 190px;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		margin-bottom: 13px;
}

.post.horiz .news-commentary-date-block,
.post.horiz .category-based-thumbnail{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 300px;
	height: 215px;
	margin: 0 0 10px 0;
	float: none;
}

.post.horiz .thumbnail {
	display: block;
	width: 300px;
	height: 215px;
	margin: 0 0 10px 0;
	float: none;
}

.post.horiz .news-commentary-date-block  .meta {
	padding: 0 10px;
}

.post.horiz .thumbnail, .post.vert .thumbnail {
	margin-left: 0;
	margin-right: 0;
}

.single-layout body.standard-article-layout .post.mass>hr {
	display: none;
}

.single-layout body.standard-article-layout .post.mass .size-single-thumb {
	width: 100%;
}

body.standard-article-layout .post.mass .featured-image {
	margin-left:0;
	margin-right: 0;
}

#content #recent.recent-news article:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
}

.article-sidebar .times-related-posts .thumbnail {
	display: none;
}

.post.horiz-mini.cover .caption {
	width: 100%;
}



@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;
    }
    
}


@media (min-width:600px){
	
	.post.horiz .thumbnail,
	.post.horiz .news-commentary-date-block,
	.post.horiz .category-based-thumbnail{
		width: 300px;
		height: 215px;
		margin: 0 20px 6px 0;
		float: none;
	}
	
	.post.mass .introduction .meta .author {
		text-transform: none;
		font-weight: 600;
	}
	
	body.standard-article-layout .post.mass .featured-image {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:720px){
	
	.post.horiz .thumbnail,
	.post.horiz .news-commentary-date-block,
	.post.horiz .category-based-thumbnail{
		width: 208px;
		height: 150px;
		margin: 0 20px 6px 0;
		float: left;
	}
	.post.horiz .caption h1 {
		margin-top: -7px;
	}

	.post.horiz .caption {
		min-height: 139px;
	}
	.post.horiz {
		margin-bottom: 25px;
	}
}

@media (min-width:960px){

	.post.horiz.cover .caption {
		width: calc(100% - 250px); 
	}
	
	.post.horiz .thumbnail,
	.post.horiz .news-commentary-date-block,
	.post.horiz .category-based-thumbnail {
		width: 208px;
		height: 150px;
		float: left;
		margin: 7px 0 0 0;
	}
		
	
	#content #recent.recent-news article:first-child .news-commentary-date-block {
		margin-top: 0;
	}
	
	#content #recent.recent-news article:first-child  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.post.horiz.cover .caption {
		width: calc(100% - 250px);
	}
	
	.post.horiz .caption {
		padding-right: 15px;
	}
	
	.post.horiz .caption h1{
		margin-top: 0;		
	}
	
	body.standard-article-layout .post.mass .featured-image,
	.single-layout body.standard-article-layout .post.mass .featured-image {
		float: none;
		margin-left: 0;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.single-layout body.standard-article-layout .post.mass .featured-image figcaption {
		max-width: none;
	}
	
	.single-layout body.standard-article-layout .stats
	{
		display: none !important;
	}
}


@media (min-width: 1200px){
	
	body.standard-article-layout .post.mass .featured-image {
		padding-left: 6.666667%;
		padding-right: 40px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1230px) {
	.row {
    	width: 1230px;
	}
}



