/************************************************

Stylesheet: Custom Stylesheet
Template Name: Casino Connection AC Custom Style

*************************************************/

body {
	vertical-align:top;
	background-color: #000;
    /*background-image: url('https://ccac.ggbdevelopment.space/wp-content/uploads/2019/06/AC-skyline3c-e1560297160466.jpg');*/
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-attachment: fixed;
}

body,.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Libre Franklin', sans-serif;
}

.medium-gray {
   background:#ccc;	
}

.padding-reset {
	padding-left:0;
	padding-right:0;
}

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

.display-none {display:none;}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 600;
}

strong {	font-weight: 700;}

embed, iframe, object, video {
    max-width: 100%;
}

.underline {text-decoration:underline;}

.row {
    max-width: 27.5rem; 
	background:#fff;
}

@media print,screen and (min-width:40em) {	
	.row {max-width: 44rem; }	
}

@media print,screen and (min-width:57.8em) {
	
	.row {max-width: 59rem; }
}

@media print,screen and (min-width:64em) {
		
    .row {max-width: 75rem; /*  px */}
}


/*  New class of width-breaks between medium and large */
@media print,screen and (min-width:57.8em) {
	
	.med-large-3 {
		width:25%
	}

	.med-large-4 {
		width:33.33333%
	}

	.med-large-5 {
		width:41.66667%
	}

	.med-large-6 {
		width:50%
	}

	.med-large-7 {
		width:58.33333%
	}

	.med-large-8 {
		width:66.66667%
	}

	.med-large-9 {
		width:75%
	}

	.med-large-10 {
		width:83.33333%
	}

	.med-large-11 {
		width:91.66667%
	}
}

/*  Header */

header.header, #top-leaderboard {
	background:transparent;
}

#top-leaderboard {
	text-align:center;
}

/*#top-leaderboard div {
    margin:10px auto;	
}
*/

#logo-header {
	padding:0px 0;
	padding-top:10px;
	background:transparent;
}

#logo {
	display:inline-block;
}

#logo .header-image-new {
	width:360px;
	padding: 10px 30px;
}

#logo img {
	padding-top:0px;
	width:100%;
}

#header-leaderboard {
	float:none;
	text-align:center;
	max-height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1rem;
	overflow:hidden;
}

#header-leaderboard img {
	max-width:729px;
	max-height:90px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
}

#header-leaderboard li.oc-1 {
	margin-bottom:1rem;
}

#header-leaderboard li img {
	padding:0;
	max-width:230px;
}

@media print,screen and (min-width:40em) {
	#top-bar-menu { /* not used in this theme */
         display:none;
    }
	
	#logo-header {
		padding-top:0;
	}
	
	#logo .header-image-new {
	    padding:30px;
    }
	
	#header-leaderboard {
	    max-height:90px;
    }
	
	#header-leaderboard li {
	    display:inline;
		margin-right:5%;
    }	
	
	#header-leaderboard li.oc-1 {
	    margin-bottom:0;
    }
	
	#header-leaderboard li img {
	    padding:0;
		max-width:300px;
    }
}

@media print,screen and (min-width:64em) {
	
	/* At screen width greater than break point, 728 ad should float */
	#header-leaderboard {
		max-width:760px;
		float:right;
		padding-right:2%;
		position:relative;
		top:30px;
	}
}

/*  Non-mobile menu */

.off-canvas, .top-bar.row {
	background:#545454;	
}

.top-bar, .top-bar ul, #menu-bar {
    background-color: #545454;
}

.top-bar {padding: 0.2rem  0.5rem  0.0rem  0.5rem;}

.menu > li {
   padding-top:0.2rem;
   padding-bottom:0.4rem;
}

#main-menu .menu > li:hover {
     background:#3a3a3a;
     /*padding-bottom:0.2rem;
     border-bottom:0.2rem solid #8c9fc4;*/
}

#main-menu .menu > li > a {
   border-right:1px solid #aaa;
    color:#fff;
    padding: .1rem 0.5rem;
	font-size:0.9em;
	font-weight:600;
	text-transform:uppercase;
	font-family:Arial,Helvetica,sans-serif;
	font-family: 'Fira Sans', sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Mobile menu */
@media print,screen and (max-width:39.999em) {
	.top-bar.row {
		background:#393939;
	}
	
	.top-bar ul {
		background:#393939;		
	}
}

.menu a {
    padding: .3em 1rem;
	color:#eee;
	font-weight:800;
}

/*  Slightly more right padding for menu dropdown li */
.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.0rem;
}

/*  color of triangle drop-down indicator */
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border-color: #aaa transparent transparent;}

/*  vertically position the drop-down menu */
.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {    
	top: 100%; 
	background-color:#656565; 
}

/* no border on sub-menu with black background */
.is-dropdown-submenu { border:0;}

/*  Don't highlight the active menu li */
.menu .active > a {
    background: none;
    color: #000;
}

@media print,screen and (min-width:57.8em) {
	#main-menu .menu > li > a {
	    padding: .1rem 0.6rem;
		margin-top: .2rem;
		margin-bottom: .2rem;
	}
	
	#main-menu .menu > li.is-dropdown-submenu-parent > a {
	    padding-right:1.9rem;
	}
}

/* Header Search */

.top-bar #search {
	min-width:200px;
	position:relative;
	top:0.15rem;
}

.top-bar #search form {height:29px;vertical-align:top;}

.top-bar #search label, .top-bar #search input.search-field[type="search"]{
    max-width: 150px;
    margin-right: .01rem;
	margin-bottom:0;
	padding: .2rem;
	line-height: 1.0;
	height: 1.56rem;
	font-size:0.9rem;
}

.top-bar #search label {
	padding:0 ;
	height:1.75rem;
}

.top-bar #search input.search-submit, .error404 .search input.search-submit {
	margin:0;
	padding:1px;
	height:1.8em;
	width:2em;
	vertical-align:top;
	padding: 0;
	background-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831);
    background-image: url(/wp-content/themes/JointsWP-CSS-master/assets/images/search_icon_white_small.png);
	background-size: 70%; 
    background-position: center;
	background-repeat: no-repeat; 	
}

#search .button {
    background:#DAA520;
}
	

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/*  Header Icons */

#icons-row {
   margin-top:0px;
	display:none;
}

.iconsrow-header {
	position:relative;
	padding-left:1%;
	padding-right:1%;
	padding-top:10px;
}

.iconsrow-header h5 {
	position:absolute;
	left:1%;
	bottom:0;
	padding-left:0%;
	margin-bottom:0;
	width:98%;
	background-color: rgba(0, 0, 0, 0.6);
	color:#ccc;
	font-size:0.9rem;
	letter-spacing:-0.01em;
	text-align:center;
}



@media print,screen and (min-width:57.8em) {
	.iconsrow-header h5 {
		font-size:115%;	
		font-family:Play;
	}
}

#content {background:#fff;}
	

	/* Main */

#main {
		   padding-top:2.0em;
}

/*  Series of small-increment adjustment to #main to avoid css calc */

@media print,screen and (min-width:57.8em) {
	#main {
	   padding-left:0.7rem;
	   padding-right:0.7rem;
	   width:65.0%;
   }
   
}

@media print,screen and (min-width:62.8em) {
	#main {
	   width:66.2%;
   }
   
}

@media print,screen and (min-width:65.5em) {
	#main {
	   width:67.2%;
   }
   
}


@media print,screen and (min-width:68em) {
	#main {
	   width:68.0%;
   }
   
}
	
/* At widest screen widths, remove #main right padding to add width  */
@media print,screen and (min-width:69em) {
	#main {
		padding-right:0;
		padding-left:1.875rem;
		width:68.5%;
	}
	
@media print,screen and (min-width:72em) {
	#main {
	     width:69.9%;
		}
	}
	
 /*   .home #main, .archive.section #main {
	    padding-top:2.0em;
   }  */
}

		
/* At screen width less than break point, sidebar should stack under #main and be ~ 300px wide */
#sidebar1 {
	width:18.9rem;
    margin:2rem auto 0 auto;
}

 #sidebar-left {
	margin-top: 20px;
	width: 50%;
	float: left;
 }

 #sidebar-right-ads {
	margin-top: 20px;
	width: 43%;
	float: right;
 }

#sidebar1 .widget {
    max-width:300px;
    border:1px solid #ddd;
    margin-bottom:12px;
    padding-bottom:8px;
}

#sidebar1 #custom_html-5.widget {
    text-align:center;
    border:0;
}


#sidebar1 h4.widgettitle {
  font-size: 0.8em;
  font-weight:bold;
  text-transform:uppercase;
  background: #003366;
	color:#fff;
  border-top:0px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 0.3em 1px 0.2em 8px;
  margin-top:0px;
  margin-bottom:5px;
}

#sidebar1 h4.widgettitle.gray {
  background: #ddd;
	color:#000;
	padding-top:0.4rem;
	padding-bottom:0.4rem;
	border:0.1rem solid #aaa;
}

#sidebar1 #sidebar-left ul, #sidebar1 #sidebar-left .widget ul {
    margin-left:0.4rem;
	list-style-type: none;
}

#sidebar1 #sidebar-left li {
	padding-top:8px;
	padding-bottom:8px;
    border-top:1px solid #ddd;
    margin-left:8px;
    margin-right:3px;
	list-style:none;
}

#sidebar1 #sidebar-left li:first-child {
    border-top:none;
}

#sidebar1 a  {
    display:block;
    color:#000;
    font-size:0.8rem;
}

#sidebar1 #sidebar-archives  {
	margin-top:25px;
	border: 0.0rem solid #ccc;
	background:#f4f4f4;
}

/*  Sidebar Top Stories */
#sidebar1.sidebar #sidebar-top-stories {margin-top:20px;}
#sidebar1.sidebar #sidebar-top-stories ul, #top-stories-404 ul {margin-left:0rem;}
#sidebar1.sidebar #sidebar-top-stories li, #top-stories-404 li {margin-top:5px;}
#sidebar1.sidebar #sidebar-top-stories span, #top-stories-404 span {font-size:1.3rem;line-height:1.2;vertical-align:top;padding-right:10px;font-weight:bold; color:#494949;display:inline-block;}
#sidebar1.sidebar #sidebar-top-stories a, #top-stories-404 a {display:inline-block; font-size:1.0rem;line-height:1.3;width:90%;}

#sidebar-featured {display:none;}

#sidebar1 #sidebar-archives  {
	margin-top:20px;
}

/* position the Ticket Liquidator widget and components */
#sidebar1 li.tlsw_suggestion {
	margin:0;
	padding:0;
}

#TL_Search_Widget {
    margin-left: 0!important;
	margin-right:0!important;
}
 
.menu-sidebar-sections-container .menu > li > a {
   font-weight:normal;
   line-height:1.6;
	border-right:0;
    padding:3px 0 3px 0;
}

#sidebar1 a, #sidebar1 .menu-sidebar-sections-container ul li a {
   margin-left:0;
}

#sidebar1 a:hover {
    color:#1779ba;
}



#sidebar1 .menu > li, #sidebar1 .menu > li:hover {
 background:none;
 border-bottom:0;
 padding:0;
}

@media print,screen and (max-width:57.79em) {
	#main, #sidebar1 {float:none;}
}

@media print,screen and (min-width:57.8em) {

	/*  Sidebar will adjust slightly at medium screen widths, ads will need to be re-sized */
	#sidebar1 {
		width:19.9rem; 
	}

	#sidebar1 {
		/* width:16rem; */
		border-left:0.05rem solid #ccc;
		padding-right:0.3rem;
		padding-left:0.7rem;
			
	}	
}

@media print,screen and (min-width:64em) {

	#sidebar1 {
		width:20.9rem;
		padding-left:1.2rem;
	}	
}

@media print,screen and (min-width:69em) {

	/* At widest screen widths, add left padding to sidebar  */
	#sidebar1 {
		width:21.2rem;
		padding-left:1.4rem;
	}
}

/* Home Top Featured and Featured-box */

.featured-box {
	display:none;
	margin-top:0px;
	padding-bottom: 45.2%; 
	position: relative;
}

.featured-box-inner {
	position: absolute;
	top: 47px; bottom: 0; left: 0; right: 0;
		overflow-y:scroll;
}

.featured-box h5 {
	color:#000;
	background:#DAA520;
	font-size:1.1rem;
	font-weight:600;
	text-align:center;
	padding:3px 0;
	line-height:1.5;
	width: 85%;
    float: right;
 }

.featured-box h5 p{
	margin:0;
 }

.featured-box ul li {
	list-style-type: none;
}

.home .home-top-featured {
	margin: 0 auto;
	max-width:30em;
}

.home .home-top-featured article.article-1 {
    margin-bottom: 1px;
}

.home .home-top-featured article.article-1 .photo  {
	background:#fff;
}
	
.home-top-featured article .preview {
		width:60%;
		float:right;
		padding:0;
}

	
@media print,screen and (min-width:40.0em) {
	
	.home .home-top-featured {
		display:inline-block;
		width:75%;
		max-width:none;
		border-bottom:1px solid #ccc;
		box-shadow: 1px 12px 6px -3px #bbb;
	}
	
	.home .home-top-featured article {
		display:inline-block;
		font-size:1.05rem;
		padding-top:0;
		width:24.968%;
		margin-left:0.0;
	}
	
	.home .home-top-featured article.article-1 {
		display:block;
		width:100%;
		background-image: linear-gradient(to right top, #051937, #2c324d, #4d4d65, #6e6b7d, #8e8a97);
		color:#fff;
		font-size:1.05rem;
	}
	

	
	.home-top-featured article.article-1 .photo {
		width:60%;
		max-width:600px;
		max-height:405px;
		margin-right:0;
	}
	
	.home .home-top-featured article:not(.article-1) .photo {
	/*	font-size: 0.80em;
		line-height: 1.2;  */
		margin-bottom: .09rem;
		padding-left: 0.0;
		padding-right:0!important;
		
    }
	
	.home .home-top-featured article:not(.article-1) .photo {
		width:100%;
		float:none;
		max-width:250px;
		max-height:72px;
		margin-right:0;
		border-left:0.325rem solid #fff;
	}
	
	.home .home-top-featured article.article-1 .photo, .home .home-top-featured article.article-2 .photo {
		border-left:0;
	}
	
	.home .home-top-featured article h2.entry-title {
		font-size: 0.80em;
		line-height: 1.2;
		margin-bottom: .09rem;
		margin-top: 0.4rem;
		padding-left:0.0rem;
    }
	
	.home .home-top-featured article h2.entry-title a {
		color:navy;
		font-weight:700;
    }
	
	.home-top-featured article .preview {
		width:96%;

	}
	
	.home-top-featured article.article-1 .preview {
		width:38%;
		float:right;
		padding:0.5em 3% 0em 2%;
	}
	
	.home .home-top-featured article.article-1 h2.entry-title {
		font-size: 1.05em;
		line-height: 1.2;
		margin-bottom: .09rem;
		margin-top: 0rem;
    }
	
	.home .home-top-featured article.article-1 h2.entry-title a {
		color:#fff;
    }
	
	.home .home-top-featured article.article-1 .entry-summary {
		overflow:hidden;
		max-width:50ch;
		max-height:10.2em;
		font-family:Arial;
		font-size: 0.93em;
        line-height: 1.35;
		margin-top:5px;
    }
	
	.home .home-top-featured article:not(.article-1) .entry-summary {
		display:none;
	}
	
	.aspect-outer {
		position: relative;
        vertical-align: top;
	}
	
	.aspect-outer::before {
		content: '';
		display: block;
   }
	
	.ratio16-9:before {padding-top: 56.25%;}
	.ratio3-2:before {padding-top: 66.75%;}
	.ratio2-1:before {padding-top: 50%;}
	.ratio1-4:before {padding-top: 170%;}
	.ratio1-5:before {padding-top: 200%;}
	.headshot:before {padding-top: 125%;}
	
	.aspect-inner {    
	   position: absolute;
	   top: 0; left: 0; bottom: 0; right: 0;
	}

/*	.home .home-top-featured article .photo .aspect-inner img.wp-post-image {
		  height: 100%!important;
	      width: auto !important;
	} */
	
	.featured-box {
		display:inline-block;
		margin-top:0px;
		float:right;
		width:25%;
		/*background:#ccc;*/
	}
	
	.featured-box-inner {
		margin-left:5%;
		/*background:aliceblue;*/
	}
	
	.featured-box li {
		margin-bottom:0.7rem;
	}	
	
	.featured-box li img:hover {	
	    box-shadow: 1px 9px 6px -3px #bbb;
	}
	
	.featured-box li img{
		border:1px solid #ddd;
	}	
}
	
	
@media print,screen and (min-width:64em) {
	
			.home .home-top-featured article:not(.article-1) .photo {
		max-height:96px;
	}	
	.home-top-featured article.article-1 .preview {
		padding:1em 3% 0em 2%;
	}
	
}
	
@media print,screen and (min-width:69em) {
	
	.home .home-top-featured article {
	}
	
	.home .home-top-featured article:not(.article-1) {

     }
	
	.home .home-top-featured article.article-1 h2.entry-title {
	/*	font-size: 1.2em; */
	}
	
	.featured-box {
        margin-right:0%;
     }
	
}
	
@media print,screen and (min-width:72em) {
	
	.home-top-featured article.article-1 .preview {
		padding:1em 3% 0em 1%;
	}
	
}

/* Home Page block styles */

.left-right {
     margin-top:1px;
}

.left-right:first-child {
     margin-top:10px;
}

/*  Sets a max width of columns on a 2-column page */
    .main-left, .main-right, .three-up { max-width:32rem;}

/*
.main-left article {
	background:#d7ecff; 
}

.main-right article {	
	background:#bde0ff;	
}  */

@media print,screen and (max-width:39.9em) {
	/*  At small screens, columns in a 2-column page should be stacked, centered, and not float  */
	.main-left, .main-right, .three-up {
		float:none!important;
		margin:0 auto;
	}
}

@media print,screen and (min-width:40em) {

	/*  At this screen width and above, make the 2 columns of a 2-column page */
	/*   line up side-by-side  */
	/* Remove outer padding of columns for 2-column pages */
	/* Keep inner padding for spacing */
	.main-left {
		padding-left:0;
		padding-right:1.025rem;
	}

	.main-left.background-border {
	    border-right:0;		
		background-image: url('/wp-content/themes/JointsWP-master/assets/images/alt-border-1.png');
        background-position: 100% 40px; 
		background-repeat: no-repeat; 	
	}

	.main-right{
		padding-left:1.025rem;
		padding-right:0;
	}

}


@media print,screen and (min-width:64em) {

	/* Increase spacing between columns on 2-column page at larger screen widths */
	.main-left {	
		padding-right:2.4rem;
	}

	.main-right{
		padding-left:1.0rem;
		padding-right:1.4rem;
	}	
	
	.main-right.three-up {	
		padding-left:1.9rem;
	}
	
	.main-left.three-up {	
		padding-right:1.4rem;
	}
	
	.main-middle.three-up {	
		padding-left:0.7rem;
		padding-right:0.7rem
	}
	
	.main-right.three-up {	
		padding-left:1.4rem;
	}
/*	
	.three-up-inner {
		padding-left:0.4rem;
		padding-right:0.4rem;
		background:#fff;
	}
*/	

}

/*  Home Page section headers */

.home #main h2.section-title {
	font-family: Arial,sans-serif;
	/*font-family: 'Nunito', sans-serif;*/
    font-size: 0.86em;
	/*font-weight:800;*/
	line-height:1.5;
	letter-spacing:0.01em;
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	margin-top:40px;
	margin-bottom:1rem;
}

.home #main h2.section-title a {
    color:#000;
    font-size: 1.16em;
   text-transform: uppercase;
	box-sizing: border-box;
	/*font: 400 13px/18px 'Futura Today Bold',arial,sans-serif;*/

	width: 100%;

	padding: 3px 0 3px 7px;
	display: inline-block;

	text-shadow: 0 1px 1px rgba(0,0,0,.15);
}




.home #main #home_block_1 h2.section-title {border-bottom:2px solid #000040;}
 .home #main #home_block_2 h2.section-title {border-bottom:2px solid #DAA520;}
.home #main #home_block_2 h2.section-title.shows-events {border-bottom:2px solid rgb(155, 172, 39)}
.home #main #home_block_2 h2.section-title.dine-unwind {border-bottom:2px solid #a20000}
.home #main #home_block_3 h2.section-title {border-bottom:2px solid #448a00;}
.home #main #home_block_3 h2.section-title.online-play {border-bottom:2px solid #cc0000;}

span.see-all {display:none}

@media print,screen and (min-width:40em) and (max-width:57.79em) {	
	.home #main h2.section-title.condensed {	
	    letter-spacing:-0.04em;	
	}
}

/* Ticket Liquidator home page box */
.home .tn_results_container {
	overflow-y: scroll;
	height:700px;
}

.home .tn_results_container table tbody td {
	padding:0.1rem;
	font-size: 0.9rem;
}

.home .tn_results_container table tbody td.tn_results_date_text {
	
}

.home .tn_results_container table tbody td.tn_results_date_text span {
	font-size: 0.7rem;
	display:block;
}

.home .tn_results_container table tbody td.tn_results_event_info {
	
}

.home .tn_results_container table tbody td.tn_results_tickets_text {
	
}

/*  Home Page article styles */

.home article, .archive article, .event-specific-page article  {
	vertical-align:top;
	padding-top:20px;
	border-top:1px solid #efefef;
	margin-bottom:20px;
}

.home article {
	position:relative;
}

.event-specific-page article:first-child {border-top:1px solid red;}

.home article.article-1, .home .large_left article.article-2, .archive article.article-1, .archive .large_left article.article-2, .event-specific-page article.article-1   {
	padding-top:3px;
	border-top:0px solid #efefef;
}

/*.home article .photo {
	float:left;
	width:35%;
	max-width:125px;
	vertical-align:top;
    margin-right:10px;
	
}

*/

.home article .photo, .archive article .photo, .home #home_block_3.three-up article.article-1 .photo {
	width:40%;
	max-width:155px;
	min-height:50px;
	max-height:130px;
	overflow:hidden;
	vertical-align:top;
    padding-right:15px;
	background:#fff;
	display:inline-block;
}

.home article .photo {
	/*float:left;*/
}

.home .three-up article.article-1 .photo {
	float:none;
	width:100%;
	max-width:400px;
	max-height:none;
    margin-right:0px;
	margin-bottom:4px;
}

.home .three-up article.article-1 .photo.headshot {
	float:left;
	margin-right:3%;
	width:42%;
	max-width:400px;
	max-height:240px;
}

.archive article .photo {
	display:inline-block;
	vertical-align:baseline;
}

/*.home #home_block_1 article .photo {
	max-height:90px;
}*/

.home article .photo img.wp-post-image, .archive article .photo img.wp-post-image, .event-specific-page article  .photo img.wp-post-image {
	width:100%!important;
	margin-top:0px;
	padding-bottom:0px;
	height:auto;
		/* center */
	/*margin: 0;
    position: absolute;
    top: 50%;
	left: 50%;
     transform: translate(-50%, -50%);*/
	
}

/*
.home #home_block_1.wide-image article .photo, .archive #home_block_1.wide-image article .photo {
	float:none;
	width:100%;
	max-width:330px;
	max-height:600px;	
}
*/

.home #home_block_1 article.article-1 .photo img, .home  #home_block_2 article.article-1 .photo img {
	/* center */
	width:100%;
	height:auto;
	
}

.home article .photo img:hover, .home article .photo img:focus {
    opacity: 0.8;
    filter: alpha(opacity=80); 
}

.home article .preview, .archive article .preview, .event-specific-page article .preview {
	vertical-align:top;
}

.left-right  article .preview, .archive article .preview {
	display:inline-block;
	width:54%;
}

.left-right  article.no-thumb .preview, .archive  article.no-thumb .preview {
	display:block;
	width:100%;
}

.home .left-right  article .preview {
    padding-bottom: 0px;
	height:auto;
    overflow: hidden;
}

.home article h2.entry-title, .archive article h2.entry-title, .event-specific-page article h2.entry-title {
	 font-size: 1.06em;
	  line-height:1.25;
	  margin-bottom: .09rem;
	  margin-top: 0rem;

}

.home article h2.entry-title a, .archive article h2.entry-title a, .event-specific-page article h2.entry-title a {
	font-weight:700;
	color:#191919;
}

.home article h2.entry-title a:hover, .archive article h2.entry-title a:hover, .event-specific-page article h2.entry-title a:hover {
	color:#4a6177;
}

.home .wide-image article h2.entry-title,  .archive .wide-image article h2.entry-title {
	font-size: 1.5em;
	margin-top:10px;
	 margin-bottom: .25rem;
}

.home article .entry-summary, .archive article .entry-summary, .event-specific-page article .entry-summary {
	 font-size: 0.9em;
	 line-height:1.35;
	 margin-top:3px;
}

.home #home_block_1.wide-image article .entry-summary, .archive article .entry-summary {
	 font-size: 0.99em;
	 line-height:1.3;
}

.home article:last-child, .archive article:last-child {
    border-bottom:0;
}

a.see-more {
	display:block;
	text-align:left;
	color:#404040;
	font-size: 0.92em;
	font-style:italic;
	margin-bottom:20px;
}

a.see-more:hover {color:#2b2ba6;}

.home article p {
	position:absolute;
	bottom:0;
	right:2px;
	margin:0;
}

@media print,screen and (min-width:57.8em) {
		.home .left-right  article .preview {
			height: 148px;
			margin-top:-3px;
		}
}

/*  Promotions Carousel */

hr.style-one {
 	display:none;
	 border: 0;
	 height: 1px;
		width:80%;
	 background: #333;
	 background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	 background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	 background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	 background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
 	margin-top:50px;
 	margin-bottom:5px;
 }

/*  Footer  */

.footer {
  margin-top: 0.5em; 
}

footer.footer, #inner-footer {background: #000;}

#inner-footer {
	padding-top:1em;
    color: #fff;
    font-size: 0.75rem;
    border-top: 0px solid #eee;
    text-align: center;
}

#inner-footer .textwidget a {
    color: #ffffff;
    margin: 0px 00px 6px 00px;
    font-size: 0.95rem;
    padding: 0 0.3em;
	font-weight:600;
}

/* Home page Online Casino block */

.home article.home-online-casino-block {
    padding-top:10px;
}

.home article.home-online-casino-block.online-casino-1 {
    border-top:0;
}

.home article.home-online-casino-block .photo {
    width: 30%;
	min-height:63px;
	margin-right: 6px;
	background:transparent;

	
}

.home article.home-online-casino-block .online-casino-meta {
	text-align:center;
	font-size:0.95rem;
	color:#000;
	/*font-weight:600;*/
	width:36%;
	margin-top:0px;
	margin-right: 6px;
	vertical-align:top;
	line-height:1.15;
}

.home article.home-online-casino-block .online-casino-meta span {
	font-size:0.95rem;
}

.home article.home-online-casino-block p {
    clear:both;
	text-align:center;
	margin-top:0.2rem;
	margin-bottom:0;
	line-height:1.3;
}

.home article.home-online-casino-block p a {
	font-weight:600;
}

.home article.home-online-casino-block p.second a {
	color:#555555;
	font-weight:normal;
	margin-top:0.2rem;
	font-size:0.84rem;
	border-bottom:0.1rem solid #555555;
}

.home article.home-online-casino-block p.second a:hover {
	color:#004c99;
	border-bottom:0.05rem solid #004c99;
}

.home article.home-online-casino-block a.button {
	-webkit-border-radius: 6px; 
	 -moz-border-radius: 6px; 
 	border-radius: 6px; 
	padding: .85em 0.9em;
	margin-bottom:0.4rem;
	font-weight:600;
	background-color:#cc0000;
}

.home article.home-online-casino-block:hover a.button {
	background-color:#ff0000;
}


/*  Single Article Page Styles */

.single-article #breadcrumbs {
	color: #999;
	font-size: 0.88rem;
	line-height: 1;
	padding-bottom:0.85em;
	border-bottom: 1px solid #e9e9e9;
}

.single-article article .article-header {
    border-top: 0px solid #cccccc;
    margin: 0 0 5px 0;
    padding-top: 0.3em;
    padding-bottom: 0.4em;

}

.single-article article h1.entry-title {
	font-size: 1.9375rem;
    padding-bottom: 0.5rem;
}

.single-article article .entry-meta {
    margin-top: 3px;
    margin-bottom: 2px;
    text-transform: none;
    padding: 3px 0 4px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 3px solid #e9e9e9;
    display: block;
    color: #222;
    font-size: 1.1em;
}

.single-article article .entry-author, .single-article .entry-date {
	font-size:80%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0em;
}

.single-article article.section-promotions .entry-date {
	color:#fff;
}


.single-article article .entry-author span.author {
    margin-right: 20px;
}

     /* Social Share buttons in articles */

.single .article .entry-meta .social-share-buttons {
    display:inline-block;
    margin-left:0%;
}

@media print,screen and (min-width:40em) {	
	.single .article .entry-meta .social-share-buttons {
             display:inline-block;
             margin-left:15%;
     }
}

span.share-share {
    font-size:16px;
     vertical-align:bottom;
     display:inline-block;
}

.single .article a.social-share-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
    vertical-align:top;
}

.single .article .entry-meta .social-share-buttons a.social-share-link  {
    padding: 4px 8px 4px 8px !important;
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight:bold;
}
 
a.social-share-link:hover, a.social-share-link:active {
    color: white;
}
 
a.social-share-twitter {
    background: #00aced;
}
 
a.social-share-twitter:hover,a.social-share-twitter:active {
    background: #0084b4;
}
 
a.social-share-facebook {
    background: #3B5997;
}
 
a.social-share-facebook:hover,a.social-share-facebook:active {
    background: #2d4372;
}

a.social-share-linkedin {
    background: #0074A1;
}
 
a.social-share-linkedin:hover,a.social-share-linkedin:active {
    background: #006288;
}
 
a.social-share-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}


 .single-article article .entry-summary {
    color: #686868;
	font-size:0.94rem;
    font-style: italic;
    line-height: 1.35;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #e9e9e9;
}

 .single-article article .entry-summary p {
    line-height: 1.35;
}

.single-article article .entry-thumbnail {
    width: 33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 5px;
}

.single-article article .entry-thumbnail.headshot {
    width: 25%;
}

.single-article article .entry-thumbnail img {
    width: 100%;
    height:auto;
}

.single-article article .entry-content h3 {
	    font-size: 1.6375rem;
	    padding-top:0.7rem;
 }

.single-article article .entry-content p, .single-article article .entry-content p span {
    font-size:0.94rem!important;
}

#ic_signupform .elcontainer .submit-container {width:100%!important;}

/*  podcast */
.podcast_player audio {
    border-top: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
}

audio, video {
    display: inline-block;
}

.podcast_meta {
    position: relative;
}

.podcast_meta p {
	letter-spacing:-0.01em;
}

.podcast_meta p.article-link-to-itunes {
    position: relative;
    top: -10px;
    margin-right: -15px;
}

.podcast_meta p.article-link-to-itunes.spotify {
    top: -30px;
}

@media print,screen and (min-width:40em) {
	.podcast_meta  {
		margin-bottom:30px;
	}
	
	.podcast_meta p.article-link-to-itunes.spotify {
		top: 18px;
		right: 205px;
	}

	.podcast_meta p.article-link-to-itunes {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		margin-right: 0;
	}	
	
}

@media print,screen and (min-width:64em) {
	.single .article .entry-meta .social-share-buttons {
		 float:right;
		margin-left:0;
	}
}

/*  Section Archive  */

.archive .page-header, .page .archive-page-title, .page .page-header, .search-results .page-header, .archive.author .page-header, .page-sub-header {
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #1a1a1a;
    margin: 0 1% 30px 3%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-size: 120%;
}



.archive .page-header h3, .page .page-header h3,  .search-results .page-header h3,  .archive.author .page-header h3, .page-sub-header h3 {
    font-size: 1.1em;
	line-height:1.2;
	margin-bottom:0;
}

.term-entertainment h4 {
	background:#003366;
	color:#fff;
	font-size:1rem;
	padding:0.3rem;
	padding-left:0.9rem;
	text-transform:uppercase;
}

.section-article-clear {
	clear:both;
	margin:0;
	font-size:0.8rem;
}

@media print,screen and (min-width:40.0em) {
	
	.archive .page-header, .page .archive-page-title, .page .page-header, .search-results .page-header, .archive.author .page-header {
         margin: 0 6% 30px 0%;
	}

	.archive .page-header {
		margin-bottom:20px;
		}
}

.archive-row {
    position: relative;
}

.archive-row.first {
    border-bottom: 3px double #ccc;
}

.archive-row.first article {
    max-width:400px;
}

.archive article, .archive.author article /*.author.tax-issuem_issue_categories article*/ {
	border-right:0;
	vertical-align: top;
	position:relative;
	font-size:90%;
  /*  border-bottom: 3px double #ccc; */
	margin-bottom:10px;
}

.archive article .photo img.wp-post-image {
	margin-bottom:20px;
}

.archive article .entry-meta, .archive.author article .entry-meta {
	
}

.archive article .entry-meta p {
      margin-bottom:4px;
}

.archive article .entry-meta .entry-date {
      display:none;
}

p.issue-linked  {
	margin-bottom:0;
	font-size:80%;
	text-align:right;
    margin-top:1em;
    margin-bottom:1em;
}

.archive .line_1 {
	display:none;
	width:47.4%;
	border-bottom: 3px double #ccc;
	margin-bottom: 10px;
   /* display: inline-block;
    width: 46%;
    margin-right: 5%; */
}

/*  For Column archives that show a top photo and no article thumbs */
.archive .column-subheader {
    border-bottom: 2px solid #cccccc;
    padding-bottom:10px;
    margin-bottom: 20px;
}

.archive .column-subheader .photo {
    display: inline-block;
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.archive .column-subheader .photo img {
    padding: 2px;
    border: 1px solid #ccc;
    position: static !important;
    width:100%;
}

.archive .column-subheader .column-author {
    display: inline-block;
    font-size: 100%;
    margin-top: 10px;
    vertical-align: top;
}

/* Pagination */

#main-pagination, #main-pagination a {
    font-size: 13px;
}

#main-pagination a {
    display: inline-block;
	margin-bottom:50px;
}

@media print,screen and (min-width:40.0em) {
	
	.archive article, .archive.author article  {
	    /* min-height: 150px; */
		border-top:0;
		border-bottom:0;
		margin-bottom:0px;
		padding-bottom:20px;
	}
	
	.archive article .photo img.wp-post-image {
		margin-bottom:10px;
	}
	

   .archive .line_1 {
       display:block;
   }
}

/*  Search Results  */

.search-results .page-header {
	border:none;
}

.search-results article li {
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 1.0em;
    padding-left: 5px;
	line-height:1.3;
}

.search-results .entry-title {
    font-size: 100%;
    margin-bottom: 2px;
    font-weight: 500;
}

.search-results div.entry-date {
	font-size:80%;
	font-style:italic;
	color:#555;
}

span.search-item-issue {
	font-size:0%;
	padding-left:2%;
}

/*  Author Archive */

.archive.author .page-header p {
	margin-bottom:0;
}

/*  Back-to-top function */

#scrollup {
    background: url('/wp-content/themes/JointsWP-CSS-master/assets/images/scrolltotop-icon_top_2.png') no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    display: none;
    text-indent: -9999px;
}

/*  404 page */

.links-404 {
	margin-left:10%;
	font-weight:800;
	font-size:110%;
}

.error404 .search label {
	vertical-align:top;
}

.error404 .search label input {
	height: 2.175rem;
	padding: .3rem;
}

.error404 .search input.search-submit {
	height:2.5em;
	width:2.7em;
	background-size:50%;
}

#top-stories-404 ul {
	margin-left: 4%;
}

#top-stories-404 li span {
	display:none;
}

#top-stories-404 a {
	vertical-align:text-top;
}
	
	.error404 h4 {
		width:80%;
	}


	/* Ticket Liquidator home events list */

div.tn_results_date_container {width:55px;padding:0!important;}

span.tn_results_event_text {font-size:0.9rem!important;}

td.tn_results_tickets_text {padding-left:0!important}
td.tn_results_tickets_text {width:64px!important;}
.tn_results_container a.tickets_btn {padding:6px 0 6px 3px!important;font-size:11px!important;margin-right:2px;}
.tn_results_container a.tickets_btn img {margin-left:0!important;}
