/*
  Theme Name:  Newspaper-child
  Description: Child theme of Newspaper
  Author:      Newspaper, The Forecaster
  Template:    Newspaper
  Text Domain: newspaper-child
*/

/* place caption *on top of* the photo
https://wordpress.org/support/topic/photo-captions-1?replies=2#post-2280490
.wp-caption{
   position:relative;
}

.wp-caption img,
.wp-caption-text{
   position:absolute;
}
.wp-caption img{
   top:30px;
}

.wp-caption-text {
   top:0;
}
*/

/*
.wp-caption {border:1 solid #000; background-color:#000; padding:none; margin:none;
background-color:rgba(150,150,150,0.5);
}
.wp-caption-text {test-transform:capitalize; font-size:18px; color:#fff; color:#000; text-align:center;padding:5px 1px; margin:0px;}
*/

.wp-caption-text {text-align:left;padding:2px 1px;}

body.logged-in .signup{ display: none; }

body .td-footer-wrapper a:hover{
 	color:#ffffff; 
}
