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

Stylesheet: Custom Stylesheet
Template Name: CS Custom Style

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

body {
	vertical-align:top;
	background:#ccc;
}

.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 */

header .top-bar-right {
    float: none;
}

header .top-bar-right ul.menu {
    background: #BCCFF5;
}

header .top-bar-right ul.menu >li >a { 
	padding: .4rem 10rem .4rem 2rem;
	text-transform:uppercase;
	font-weight:bold;
}

#logo-header {
	padding:0px 0;
	overflow:hidden;
	background:#000;
}

#logo img {
	padding-top:5px;
	width:140%;
	max-width:140%;
}

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

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

@media print,screen and (min-width:40em) {
	#top-bar-menu {
         display:none;
    }
	
	#logo img {
	max-width:100%;
    }
}

@media print,screen and (min-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%;
	}
}
/*  Digital Editions button in header */
#header-digital {
        position:absolute;
        top:2px;
        right:8px;
        text-align:center;
        font-size:0.8em;
}

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

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

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

        #header-digital {
            top:10px;
            right:180px;
       }
}	

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

        #header-digital {
            top:25px;
            right:260px;
       }
	
     	#header-digital img {
           width:50px;
           height:50px;
        }
}

/*  Non-mobile menu */

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

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

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

#main-menu {border-bottom:1px solid #aaa;}

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

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

#main-menu .menu > li > a {
   border-right:1px solid #ddd;
    color:#000;
    padding: .1rem 0.5rem;
	font-size:0.9em;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
    -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: #000;
}

@media print,screen and (min-width:57.8em) {
	#main-menu .menu > li > a {
	    padding: .3rem 1rem;
	}
}

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

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

.top-bar #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/uploads/2017/06/search_icon_white_small.png);
	background-size: 70%; 
    background-position: center;
	background-repeat: no-repeat; 	
}

#search .button {
    background:#8eb4e4;
}
	

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


#sub-head {
	display:none;
	background:#efefef;
	padding:0 2%;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    font-size: 0.8em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
     color:#79003e;
     font-weight:bold;
}
	

	/* 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:0em;
		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:10px auto 0 auto;
		padding-top:20px;
		clear:both;
	}

     #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 h4.widgettitle {
      font-size: 0.8em;
	  font-weight:bold;
	  text-transform:uppercase;
      background: #ddd;
      border-top:0px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.3em 1px 0.2em 8px;
	  margin-top:0px;
	  margin-bottom:5px;
    }

   #sidebar1 li {
		padding-bottom:3px;
		padding-bottom:3px;
        border-top:1px solid #eee;
        margin-left:8px;
        margin-right:3px;
    }

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

    #sidebar1 a, .menu-sidebar-sections-container ul li  {
        display:block;
        color:#000;
        font-size:0.8rem;
    }

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

  /*  GGB Podcast sidebar image */
    #sidebar1 #text-10.widget  {
      border:none;
      text-align:center
    }

    #sidebar1 .widget .sidebar-image-link image {
       margin:0 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;
		padding-top:0;
		clear:none;
	}
	
	#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;
	}	
}

@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 Page block styles */

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

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

/*  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:30px;
	  margin-bottom:15px;
}

*/

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

.home h2.section-title a, .archive.tax-issuem_issue h2.section-title a {
      color:#79003e;
      display:block;
      width:100%;
      background: #dddddd;
      border-top:1px solid #ccc;
      border-bottom:1px solid #ccc;
	  padding: 0.4em 1px 0.3em 8px;
	  margin-top:3px;
	  margin-bottom:0px;
}

/*  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 {
	   margin-top:24px;
}

/*.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.tax-issuem_issue 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.tax-issuem_issue article.article-1, .archive.tax-issuem_issue .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 {
	float:left;
	width:45%;
	max-width:150px;
	max-height:130px;
	overflow:hidden;
	vertical-align:bottom;
    margin-right:10px;
	margin-bottom: 0.2rem;
}

.home article .photo.portrait, .archive article .photo.portrait {
	width:30%;
	max-height:150px;
}

.archive article .photo {
	display:table-cell;
	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 {
	width:100%!important;
	margin-top:3px;
	padding-bottom:5px;
	height:auto;
}

.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 article.podcast .photo, .archive article.podcast .photo, .home #home_block_1.wide-image article.podcast .photo, .archive #home_block_1.wide-image article.podcast .photo {
	float:left;
	width:25%;
	max-width:80px;
	max-height:100px;
}

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

.home article h2.entry-title, .archive/*.tax-issuem_issue*/ article h2.entry-title {
	 font-size: 1.0em;
	  line-height:1.2;
	  margin-bottom: .09rem;
	  margin-top: .2rem;

}

.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:10px;
	 margin-bottom: .25rem;
}

.home article.podcast h2.entry-title, .archive article.podcast h2.entry-title {
	font-size: 0.99em;
	margin-top:0;
}

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

.home-byline {
	margin-bottom: 0.4rem;
	 font-size: 0.88em;
}

.home-byline {margin-bottom:0.1rem;}

.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;
	color:#404040;
	font-size: 0.92em;
	font-style:italic;
	margin-bottom:20px;
}

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

/*  Footer  */

.footer {
  margin-top: 0em; 
}

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

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

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

.single-article article .entry-thumbnail.portrait {
    width: 19%;
}

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

.wp-caption {background:none;}

.single-article article .entry-content .wp-caption p.wp-caption-text, .single-article article .entry-thumbnail {
	text-align:left;
	font-size:0.85rem!important;
	font-style:italic;
	line-height:1.35;
}

/* Article footer and author bio */

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


.author-description {
	font-size:0.86rem;
	color:#333;
	font-style:normal;
    border: 1px solid #ccc;
	background:#eee;
    padding: 10px;
    margin-bottom: 20px;
}

.author-avatar {
	float:left;
    width: 35%;
    max-width: 95px;
    padding-right: 14px;
}

.author-bio br{
    margin-bottom:10px;
}

a.author-link {display:block;}

#article-footer-right {
	float:left;
	padding-top:10px;
}

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


/*
.carousel-loop .jcarousel {
    width: 100%;
    overflow: hidden;
}
.jcarousel {
    padding-left: 8px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single.layout-narrow .carousel-loop li {
    margin-right: 13px;
    width: 130px!important;
}
.layout-narrow .carousel-loop li {
    margin: 0;
    padding: 0;
    margin-right: 14px;
    padding-right: 13px;
    width: 143px;
    width: 133px;
    border-bottom: 0px solid #eee;
    max-height: 300px;
    overflow: hidden;
}
.layout-narrow .carousel-loop li {
    width: 182px;
}
.content-area ul li {
    list-style: none;
}
.carousel-loop li {
    border-right: 1px solid #e9e9e9;
    width: 222px;
    margin-right: 20px;
    padding-right: 19px;
}
.jcarousel li {
    float: left;
}
.carousel-loop li {
    list-style: none;
} 

.carousel-loop .hentry {
    position: relative;
}
.jcarousel article {
    text-align: center;
    height: 100%;
    border-bottom: 0px solid #ccc;
    position: relative;
}

.single .jcarousel article .photo {
    width: 119px;
    margin: 0 auto;
    line-height: 132px;
    vertical-align: bottom;
    text-align: center;
    height: 80px;
}
.jcarousel article .photo {
    width: 100%;
    height: 110px;
    height: 134px;
    overflow: hidden;
}
.photo {
    position: relative;
    overflow: hidden;
}
#carousel-1 .hentry a.video-thumbnail {
    display: block;
    position: relative;
}
.single .jcarousel article .photo img {
    width: auto !important;
    max-width: 100%;
    max-height: 80px;
    display: table-cell;
    vertical-align: top;
}
.jcarousel article .photo img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px;
    display: table-cell;
    vertical-align: middle;
}
.jcarousel article .preview {
    text-align: left;
    border: 0px solid blue;
    margin-top: 10px;
}
.carousel-loop .hentry .entry-title {
    font-size: 15px;
    margin-bottom: 10px;
}

*/

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

@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: 30px 6% 30px 0;
	}

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

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

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

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

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

@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:10px;
	}
	
	p.issue-linked  {
	   position:absolute;
	   bottom:10px;
	   margin-top:0;
   	   margin-right:15%;
	   margin-bottom:0;
   	   width:85%;
   }
   
   .archive .line_1 {
       display:block;
   }
}

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

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