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

Stylesheet: Custom Stylesheet
Template Name: TGG Custom Style

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

body {
	vertical-align:top;
}

.off-canvas-content {	background:#b7b7b7;}

.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%;
}

.row {
    max-width: 39rem; 
	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: 70rem; /* 1120 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 */

#logo-header {
	padding:0px 0;
        background:url('/wp-content/uploads/2017/03/TGG_header1.jpg') no-repeat;
        /*background-size:contain;*/
        background-position:left;
        background-size: auto 100%;
        height:80px;
}

#logo, #logo .header-image  {
        height:100%;
}

#logo img {
        width:300px;
        height:100%;
}

#header-leaderboard {
	float:none;
	text-align:center;
	width:100%;
	max-height:80px;
	overflow:hidden;
        display:none;
}

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



@media print,screen and (max-width:63.95em) {
	
	/* At screen width less than break point, 728 ad should be centered and not float */
	#header-leaderboard {
		max-width:500px;
		float:right;
		padding-right:2%;
	}
}

@media print,screen and (min-width:57.8em) {
         #logo-header {
               height:110px;
               background-size:contain;
       }
}

/*  Non-mobile menu */

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

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

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

.menu > li {
   padding-bottom:0.15rem;
}

.menu > li:hover {
     background:#222222;
     padding-bottom:0.0rem;
     border-bottom:0.15rem solid rgb(155,18,25);
}

.menu > li > a {
    color:#fff;
    padding: .4rem 0.5rem;
	font-size:0.79em;
	font-weight:600;
	font-family:Arial,Helvetica,sans-serif;
         font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
        /*font-family: Montserrat, "Helvetica Neue";*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

@media print,screen and (min-width:57.8em) {
	.menu > li > a {
	    padding: 0rem 1rem;
            margin-top:0.4rem;
            margin-bottom:0.4rem;
            border-right: 1px solid #808080;
	}
}

/* Header Search */

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

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

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

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

.top-bar #search input.search-submit {
	margin:0;
	padding:.1rem;
	height:1.6em;
	width:2em;
	vertical-align:top;
	padding: 0;
	background-image: url(//s.w.org/wp-includes/images/admin-bar-sprite.png?d=20120831);
	background-size: cover; 
	background-repeat: no-repeat; 	
}

.top-bar #search input.button {background-color: rgb(155,18,25);}

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

#search {}
	
#sub-head {
       font-size:0.8em;
       font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background:#dedede;
	padding:0.2em 2%;
        border-bottom:1px solid #bbb;
}
	

	/* Main */
	
@media print,screen and (min-width:57.8em) {
	#main {
	   padding-left:0.7rem;
	   padding-right:0.7rem;
	   width:65.0%;
   }
   
}
	
/* At widest screen widths, remove #main right padding to add width  */
@media print,screen and (min-width:69em) {
	#main {
	    padding-top:0.9em;
		padding-right:0;
		padding-left:1.875rem;
		width:67.5%;
	}
	
 /*   .home #main, .archive.tax-issuem_issue_categories #main {
	    padding-top:0.0em;
   }  */
}

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


@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 {
		float:right;
		/* 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;
		padding-bottom:20rem;
	}	
}

@media print,screen and (min-width:69em) {
	
	/* At widest screen widths, add left padding to sidebar  */
	#sidebar1 {
		width:21.2rem;
		padding-left:1.4rem;
	}
}

/*  Sidebar blocks */

#tgg-directory-sidebar-link {
    font-size: 0.8em;
    color:#000;
    line-height:1.2;
    border:3px groove #880000;
    padding: 1em 0.5em;
    background:#f4f4f4;
    max-width:302px;
    margin-top:20px;
}

#tgg-directory-sidebar-link img {
     width:26%;
     height:60px;
     float:left;
     margin:5px 2% 0 0;
}

#tgg-directory-sidebar-link .preview {
     width:70%;
     display:inline-block;
     /*font-size:60%;*/
}

#tgg-directory-sidebar-link h5 {
      font-size:1.2em; 
      margin-bottom: 0;
      letter-spacing:-0.03em;
}

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

.home .sidebar-left-narrow, .archive.tax-issuem_issue .sidebar-left-narrow {
	margin-left:3%;
}

.sidebar-left-narrow div {
      margin-bottom:25px;
}

.sidebar-left-narrow div.sidebar-left-narrow-box {
     text-align:center;
}

.sidebar-left-narrow div.sidebar-left-narrow-box img {
     width:120px;
     height:auto;
     margin:0 auto;
}

#sidebar1 h3 {
    border-bottom: 1px solid #ddd;
    padding: 0.4rem 3%;
    margin: 0rem 0 0.4rem 0;
    line-height: 1.3;
    font-size: 0.85em;
    font-weight: bold;
    background: #eee;
}

#sidebar1 #sidebar-affiliate-sites, #sidebar1 #sidebar-issues {
    border: 1px solid #ddd;
    background:#fff;
}

#sidebar1 #sidebar-affiliate-sites h3 {
    text-align:center;
}

#sidebar ul {
    padding: 3% 0;
    margin: 0;
}

#sidebar1 li {
    font-size: 0.80rem;
    background: url('/wp-content/uploads/2017/03/bullet-gray-3.jpg') no-repeat 0 4px;
    padding: 3px 0 7px 0;
    padding-left: 20px;
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #ddd;
     line-height:1.3;
}

#sidebar1 li a {color:#191919;}
#sidebar1 li a:hover {color:#666666;}

#sidebar-ad-block-2 { /*  Sidebar ads narrow */
      margin-top:20px;
      width:43%;
      float:right;
}

.sidebar-ads-narrow {
     margin-bottom:15px;
}

#casino-calendar-title, #casino-calendar {
      width:155px;
      margin-right:-13px;
      margin-left:-5px;
}

#casino-calendar {
      border:1px solid #ccc;
	   border-top:0;
      height:500px;
      overflow-y:scroll;
      overflow-x:hidden;
      line-height:1.3;
      font-size:0.745rem;
      padding:5px;
      padding-top:10px;
	word-wrap: break-word;
}

#casino-calendar p{
	  font-family: Arial, Helvetica, sans-serif;
      text-rendering: geometricPrecision;
      line-height:1.3;
	  margin-bottom: 0.5rem;
}
  /* To make the calendar scrollbar visible on mobile Safari browsers */
.casino-calendar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.casino-calendar::-webkit-scrollbar:vertical {
    width: 8px;
}

.casino-calendar::-webkit-scrollbar-thumb {
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
} 

#casino-calendar hr {
      display:block;
	   margin: 0.4rem auto;
      width:80%;
}

div.highlight-event {
	background:#d7ecff;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:20px;
	font-size:105%;
	border-top:4px solid navy;
	border-bottom:4px solid navy;
}

div.highlight-event a {
	color:navy;
}

/* Home Page block styles */

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

}

/*
.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 {
		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;
		border-right:1px solid #ccc;
	}
	
	.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:1.9rem;
	}

	.main-right{	
		padding-left:1.9rem;
	}
}

/*  Home Page section header styles */

/* .home h2.section-title, .archive.tax-issuem_issue h2.section-title {
      font-size: 0.8em;
	  font-weight:bold;
	  text-transform:uppercase;
      background: rgb(155,18,25);
      border-top:1px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.4em 1px 0.3em 8px;
	  margin-top:0px;
	  margin-bottom:15px;
}

*/

.home h2.section-title, .archive.tax-issuem_issue h2.section-title, #sidebar1 h2.section-title {
      font-size: 0.8em;
      font-weight:bold;
      text-transform:uppercase;
      padding-bottom:10px;
      margin-bottom:0;
}

.home h2.section-title a, .archive.tax-issuem_issue h2.section-title a {
      color:#fff;
      color:#000;
      text-transform:uppercase;
      display:block;
      width:100%;
      /*background: rgb(145,145,145);*/
      /*background: rgb(0,0,0);*/
      border-top:0px solid #ccc;
      border-bottom:1px solid #ccc;
      padding: 0.4em 1px 0.3em 1px;
      margin-top:0px;
      margin-bottom:0px;
}

.home #home_block_1 h2.section-title a, .archive.tax-issuem_issue #home_block_1 h2.section-title a, .home #home_block_2 h2.section-title a, .archive.tax-issuem_issue #home_block_2 h2.section-title a, .home #home_block_3 h2.section-title a, .archive.tax-issuem_issue #home_block_3 h2.section-title a, .home #home_block_4 h2.section-title a, .archive.tax-issuem_issue #home_block_4 h2.section-title a, .home #home_block_6 h2.section-title a, .archive.tax-issuem_issue #home_block_6 h2.section-title a, h2.section-title.columns-parent-title, #sidebar1 h2.section-title {
      color:#fff;
      background: rgb(155,18,25);
      padding: 0.4em 1px 0.3em 8px;
}

h2.section-title.columns-parent-title {
      padding-right: 1.9rem;
}

h2.section-title.columns-parent-title, .home #home_block_6 h2.section-title, .archive.tax-issuem_issue #home_block_6 h2.section-title {
      margin-bottom:10px;
}

/*  If it's not the first section in a home_block, then add a top margin. */
.home h2.section-title.section-not-first, .archive.tax-issuem_issue h2.section-title.section-not-first, div.left-right {
	   margin-top:24px;
}

.home #main, .home #inner-content, .archive.tax-issuem_issue #main, .archive.tax-issuem_issue #inner-content {padding-top:0}

.home #main {margin-top:-20px;}

/*.home h2.section-title a, .archive.tax-issuem_issue h2.section-title a {
	  color:#fff;
} */

.home h2.section-title .see-all, .archive.tax-issuem_issue h2.section-title .see-all {
      display:none;	
}

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

/*  Home Page article styles */

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

.home article.article-1, .home .large_left article.article-2, .archive article.article-1, .archive .large_left article.article-2  {
	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 {
	width:25%;
	max-width:125px;
	max-height:160px;
	overflow:hidden;
	vertical-align:top;
        margin-right:3%;
        display:inline-block;
}

.home #home_block_3 article .photo, .archive #home_block_3 article .photo {
	width:30%;
}

.home #home_block_3 article .preview, .archive #home_block_3 article .preview {
        width:64%;
}

/*  Cover article archive */
.home.term-cover article .photo, .archive article .photo {
       max-height:400px;
}

.home article .photo img.wp-post-image, .archive article .photo img.wp-post-image {
	width:100%!important;
	margin-top:3px;
	padding-bottom:5px;
	height:auto;
}

.home .wide-image article .photo, .archive .wide-image article .photo {
	float:none;
	width:100%;
	width:290px;
	max-width:310px;
	max-height:600px;	
}

.home article .preview, .archive article .preview {
        display:inline-block;
        width:69%;
	vertical-align:top;
}

.home .wide-image article .preview, .archive .wide-image article .preview {
        width:100%;
}

.home article h2.entry-title, .archive article h2.entry-title {
	 font-size: 1.2em;
	  line-height:1.2;
	  margin-bottom: .02rem;

}

.home article h2.entry-title a, .archive article h2.entry-title a {
	font-weight:bold;
	color:#404040;
}

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

.home article .entry-summary, .archive article .entry-summary {
	 font-size: 0.92em;
	 line-height:1.3;
}

.home article .home-author-byline,  .archive article .home-author-byline {
         font-size:80%;
          margin-top:5px; 
}

/*.home .wide-image article .home-author-byline, .archive article .wide-image article .home-author-byline {
         width:100%;
         float:none;
}*/

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

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

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

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

   .home .wide-image article .photo, .archive .wide-image article .photo {
	width:310px;
   }
}

/*  Footer  */

.footer {
  margin-top: 0em; 
}

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

#inner-footer .textwidget {
	margin-top:1em;
}

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

/*  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 h3.entry-title {
    padding-bottom: 0;
}

.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:90%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0em;
}

.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:20%;
     }
}

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.25;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1.8em;
    border-bottom: 1px solid #e9e9e9;
}

.single-article article .entry-thumbnail {
    width: 40%;
    float: left;
    margin-right: 3%;
    margin-bottom: 5px;
	font-style:italic;
	font-size:98%;
}

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

.single-article article .entry-content p  {
    font-size:0.98rem;
}

.single-article article .entry-content p:not(.wp-caption-text) span {
    font-size:0.98rem!important;
}

.single-article article .entry-content p.wp-caption-text {
    font-size:0.88rem;
	line-height:1.2;
	text-align:left;
	font-style:italic;
	padding:5px;
	margin-bottom:1px;
	background-color:#eee;
}

.single-article audio {
     margin-top:20px;
     margin-bottom:20px;
}

#comments {display:none;}

.single-article article h4 {
	margin-bottom:0;
}

/*  Article See More Carousel */

.single-article #carousel-1 {
	position:relative;
	border:1px solid #d6d6d6;
}

.single-article #carousel-1 h3.section-title {
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: rgb(155,18,25);
	padding: 0.4em 1px 0.3em 8px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.single-article #carousel-1 .owl-item {
	padding: 0;
	padding-right:13px;
	border-right:1px solid #d6d6d6;
}

.single-article #carousel-1 .active:last-child {
	
}

.single-article  #carousel-1 .owl-carousel-wrapper{
	margin-left:13px;
}

.single-article  #carousel-1 .owl-carousel .item {
    height: 10rem;
    /*background: #4DC7A0;*/
    padding: 0rem;
}

.single-article #carousel-1 .owl-carousel .photo, .owl-carousel .photo div {
   height:80px;
   overflow:hidden;
   text-align:center;
}

.single-article #carousel-1 .owl-carousel .photo img {
   width:auto;
   max-width:100%;
   max-height:80px;
   display: table-cell;
   vertical-align: top;  
}

.single-article #carousel-1 .owl-carousel .preview {
	margin-top:0.8em;
}

.single-article #carousel-1 .owl-carousel .preview h3.carousel-article-title {
	font-size: 0.95em;
	margin-bottom: 10px;
	line-height:1.2;
}

.single-article #carousel-1 .owl-carousel .preview h3.carousel-article-title a {
	font-weight: 400;
	color: #333333;
}


.single-article #carousel-1 .owl-nav {
	margin-top:0;
	position:absolute;
	top:3px;
	right:50px;
    width:80px;
	border:0px solid red;
}


.single-article #carousel-1 .owl-nav div {
	display:inline-block;
} 



.single-article #carousel-1 .owl-nav span {
	background:#eee;
	font-family:Verdana;
	font-size:0.95em;
	line-height:1.0;
    padding: 0.01em 0.35em 0.1em 0.35em;	
	margin: 0 5px;
	font-weight:800;
	color:rgb(155,18,25);
	border-radius: 0.01em;
	cursor: pointer;
} 

/*
.owl-carousel h2.entry-title {
   font-size:1em;
} */

/*  Article Flickr Slideshow */

.single-article #cycle {
    margin: 0 auto;
    margin-bottom:10px;
    padding: 0;
    /*width: 515px;
    height: 333px; */
	width:100%;
	max-height:400px;
    padding-bottom: 10px;
}

.single-article .fsDemo { /*height: 300px; width: 595px; */}

.single-article #flickr-slide {
	padding: 10px 0 0 0 ;
	}

.single-article #cycle li { position: relative; list-style: none; margin: 0; margin-bottom: 3px; width:100%;max-height:400px;overflow: hidden;text-align:center; }

.single-article #cycle li img {height:100%;width:auto;max-height:200px;}

.single-article #cycle li div { position: absolute; bottom: 0px; left: 3px; padding: 3px; width: 99%; background: black; color: white; font-size: 12px; opacity: .8;display:block!important;}

.single-article .flickr-prev-next {text-align:center;margin:0 auto 3px auto;width:100%;}

.single-article .flickr-prev-next span {display:inline-block;margin-right:10px;padding:4px 8px;font-size:1.0em!important;color:#fff;background:#007acc;border:1px solid #ccc;border-radius:1px;}

@media print,screen and (min-width:35em) {
	.single-article div.flex-video.for-flickr {
		padding-bottom:50%;
	}
	
	.single-article article .entry-thumbnail {
         width: 50%;
		 max-width:400px;
	}
	
	.single-article article .entry-thumbnail.headshot, .single-article article .entry-thumbnail.portrait {
	    max-width: 182px;
	}
	
	.single-article article .entry-thumbnail.portrait-large {
		max-width:239px;
	}
	
	.single-article #cycle li img {height:100%;width:auto;max-height:300px;}
}

@media print,screen and (min-width:64em) {
	.single-article #cycle li img {height:100%;width:auto;max-height:500px;}
	
}




/*  Section Archive  */

.archive .page-header, .page .archive-page-title, .page .article-header, .search-results .page-header, .archive.author .page-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 .article-header h3,  .search-results .page-header h3,  .archive.author .page-header h3 {
    font-size: 1.1em;
	line-height:1.2;
	margin-bottom:0;
}

.archive article .preview {
        position:relative;
}

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

.archive-row {
    position: relative;
    margin-bottom: 10px;
}

.archive.tax-issuem_issue_categories 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.tax-issuem_issue_categories article .entry-meta, .archive.author article .entry-meta {
	display:none;
}

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

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

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

#main-pagination a {
    display: inline-block;
}


@media print,screen and (min-width:40.0em) {
	
	.archive.tax-issuem_issue_categories article, .archive.author article  {
	    /* min-height: 150px; */
		border-top:0;
		border-bottom:0;
		margin-bottom:0px;
		padding-bottom:40px;
	}
	
	.archive article .photo img.wp-post-image {
		margin-bottom:1px;
	}
	
	p.issue-linked  {
	   position:absolute;
	   bottom:10px;
           right:0;
	   margin-top:0;
   	   margin-right:0;
	   margin-bottom:0;
   	   width:98%;
   }

       /*.main-left*/ p.issue-linked {
                padding-right: 1.075rem;
   }
   
   .archive .line_1 {
       display:block;
   }
}

@media print,screen and (min-width:64.0em) {
         .main-left p.issue-linked {
                padding-right: 1.95rem;
   }
}



/* Past Issues (list) and Digital Editions page */

.issuem_archive {
    float: none;
    width: 100%;
    display: inline-block;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 20px;
    vertical-align: top;
}

.issuem_archive a.archive_title {
    font-size: 1.15em;
    font-weight: 600;
}

.issuem_archive img {
    height: 200px;
    width: auto;
    margin: 0 auto 8px auto;
	display:block;
}

@media print,screen and (min-width:34.0em) {
	.issuem_archive {
	    width: 40%;
	}
}

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

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

/*  Author Archive */

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


.fshow-wrapper {clear:both; float:none;}

/*  Custom for TGG  */

/*  Hide the main image in the single article page for the Cover article */
.post-509 .entry-thumbnail {display:none;}

#top-bar-menu {
     background:transparent;
}

.top-bar-right.show-for-small-only ul li a {
     padding-right:100px;
}

#logo-header {
     position:relative;
}

#header-digital {
        position:absolute;
        top:5px;
        right:20px;
        text-align:center;
        font-size:0.9em;
}

#header-digital img {
       width:50px;
       height:50px;
}

#header-digital a {
       color:#000;
       font-family: Helvetica, Arial, sans-serif, "Helvetica Neue", "Helvetica" !important;
       letter-spacing: -0.01;
}

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

        #header-digital {
            top:25px;
            right:60px;
       }
}

.author-bio {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding:1em;
    margin-top:1em;
    margin-bottom:1em;
}

.author-description p {
    font-size:0.9rem;
    line-height:1.5;
}

.newsletter-form h3 {
     font-weight:normal;
    font-size:1.1rem;
}

/*  MAP  */
.single-article.postid-372 article .entry-thumbnail {
    display:none;
}

#map_base svg {
    /*margin-top:-20px;*/
}

.single-article.postid-372 .map-state {
    padding-top:20px;
}

.map-state-jumps:target strong { background:#880000;color:#fff; } 

.single-article.postid-372 p {
    line-height: 1.4;
}

.single-article.postid-372 article .entry-summary {
    margin-bottom: 0em;
}

.single-article.postid-372 .map-state article {
    font-size:0.8em;
    display:inline-block;
    padding-left:0;
    padding-right:3%;
    width:100%;
    vertical-align:top;
}

.single-article.postid-372 article .entry-content div.tribes-class-1   {
     font-size: 1.1em;
     font-style: italic;
     color: #800000;
}

.gaming-class {
    border-bottom: 1px solid #8c8b8b;
    padding-bottom:5px;
    margin-bottom:10px;
    line-height:1.0;
}

.canada-header {
       font-size:110%;
       border-bottom:3px double #bbb;
   }

.map-canada-provinces  {
     position:relative;
     top:0px;
     width:40%;
     margin-left:19%;
     text-align:center;
}

.map-canada-provinces a {
	 background:#1464e5;
	 border-radius:3px;
     border:1px solid #ccc;
}

.map-individual-province {
    font-size:60%;
     color:#fff;
     display:inline-block;
     width:25%;
     border-right:0.01em solid #ddd;
}

.map-individual-province:hover {
     background:#729adb;
}

.map-individual-province:last {
     border-right:0.0;
}

.map-individual-province a {
     display:inline-block;
     margin-right:0px;
}

#map-keys {

}

.map-key {
    width:84%;
    display:block;
    font-size:0.6em;
    vertical-align:top;
    clear:both;
}
 
.single-article article .entry-content .map-key div {
    float:left;
    width:30px;
    height:30px;
    border:1px solid #ccc;
    margin-left:6px;
    margin-right:6px;
    margin-bottom:20px;
	font-size:0.1rem!important;
}

#no-federally-recognized div {
     background:#cc1e27;
}

#class_iii div {
      background:#1464e5;
}

#some_class_ii div {
      background:#75b541 ;
}

#none div {
      background:#ceb41e;
}

@media print,screen and (min-width:35em) {
       .map-canada-provinces  {
              position:relative;
              top:4px;
               width:60%;
        }

       .map-individual-province {
              font-size:80%;
       }

       .map-key {
              width:48%;
              display:inline-block;
       }

	.single-article.postid-372 .map-state article {
 	   width:48%;
           padding-right:1%;
	}
}

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

        .map-canada-provinces  {
              position:relative;
              top:60px;
        }

       .map-key {
              width:24%;
       }
}

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

	#map_base svg {
	    margin-top:0px;
	}
}

/* Temp Home Styles -   Changes for white outline of home page */

.home #inner-content, .archive.tax-issuem_issue #inner-content {
    background:#dcdcdc;
}

 .home .main-left, .home .main-right, .archive.tax-issuem_issue .main-left, .archive.tax-issuem_issue .main-right { 
     padding-top:1em;
     padding-bottom:1em;
     background:#fff;
}


@media print,screen and (max-width:57.78em) {
    main.columns {
       float:none;
   }
}

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

  .home .main-left, .archive.tax-issuem_issue .main-left {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    margin-right:0.5%;
    width:48%;
  }

  .home .main-right, .archive.tax-issuem_issue .main-right {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    width:48%;
   }

  .home .wide-image article .photo, .archive .wide-image article .photo {
      max-width: 100%;
   }

}

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

   .home #main, .archive.tax-issuem_issue #main {
      padding-left: 1%;
      width: 63.5%;
    }

    .home #sidebar1, .archive.tax-issuem_issue #sidebar1 {
      width: 20.0rem;
      background:#fff;
       padding-top: 1em;
       padding-left: 0.7rem;
       padding-right: 0.4rem;
       margin-top:3px;
       margin-right:1.0%;
   }

}

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

  .home #main, .archive.tax-issuem_issue #main  {
      padding-left: 1.6%;
      width: 65.0%;
   }

  .home .main-left, .archive.tax-issuem_issue .main-left  {
   /* padding-left: 0.7rem;
    padding-right: 0.7rem;
    width:48%; */
   }

  .home .main-right, .archive.tax-issuem_issue .main-right {
     /* padding-left: 0.7rem;
      padding-right: 0.7rem;
      width:48%; */
   }

   .home #sidebar1, .archive.tax-issuem_issue #sidebar1 {
       width: 20.5rem;
       margin-right:1.5%;
       padding-left: 0.8rem;
       padding-right: 0.3rem;
   }
}

@media print,screen and (min-width:66em) {
  .home #main, .archive.tax-issuem_issue #main {
      padding-left: 1.6%;
      width: 66.5%;
   }
}

/* Scroll to top function */
div#scrollupp {
    display:none;
    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;
}

.displayblock {
    display:block!important;
}

/*  Sidebar Tribal news feed */
#tribal-news-feed { 
    border:none; width:96%;
    margin-top:20px; 
    border:1px solid #ccc;
}

#tribal-news-feed iframe {
    height:175px;
    border:none;
}

a.sidebar-listen-in-itunes {
    font-size: 0.86rem;
	display:block;
	margin-top:5px;
} 

 