/**************************/
/* slideshow specific css */
/**************************/

#issues-slideshow-container {
  display: none !important;
}

.pt-cv-wrapper {
  display: none;
}

@media screen and (min-width: 992px) {
  #issues-slideshow-container {
    display: flex !important;
  }
  
  .pt-cv-wrapper {
    display: block;
  }
}

.glyphicon {
  background-color: black !important;
}

.glyphicon:hover {
  color: #50beb4 !important;
}

.carousel-control:hover {
  color: #50beb4 !important;
}

.row {
  padding: 15px;
}

.pt-cv-carousel-caption .pt-cv-cap-w-img {
  background: none !important;
}

.pt-cv-scrollable .pt-cv-carousel-caption {
  padding: 10px 0;
}

.pt-cv-view .pt-cv-carousel-caption {
  bottom: 0;
  position: initial;
}

.pt-cv-ctf-issue_name {
  font-family: "Knockout 72 A", "Knockout 72 B";
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
}

.pt-cv-ctf-issue_number {
  font-family: 'adobe caslon pro';
}

/******************************/
/* end slideshow specific css */
/******************************/

/*********************/
/* author specific css */
/*********************/

.author-display-container {
  margin-top:1.618rem;
}

.author-head {
  font-family: "Knockout 50 A", "Knockout 50 B";
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  letter-spacing:0.1em;
  text-align:center;
}

.featured-author-archive {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.618rem;
  height: 300vh;
  overflow: scroll;
}

.author-link {
  color: black;
  font-size:1.125rem;
  font-family: 'linlib',serif;
  text-decoration: none;
  text-transform: uppercase;
}

/*************************/
/* end cart specific css */
/*************************/

/* Style the fancy box */

.fancybox-title-float {
  font-family: 'Adobe Caslon Pro';
}

/* make the footer text white */
#inner-footer .source-org, #inner-footer a {
  color: white !important;
}

/******************************************/
/* Fix word-break in blog post paragraphs */
/******************************************/
.entry-content p {
	word-break: break-word;
}

/******************************************/
/* Fix blog featured image sizes */
/******************************************/
.entry-content .wp-post-image {
	height: 300px;
	width: 300px;
}


/******************************************/
/* Fix word-break in issue paragraphs */
/******************************************/

article.issue-content p {
	word-break: normal !important;
	word-wrap: normal !important;
	hyphens: auto;
	text-align: justify;	
}

/******************************************/
/* Style Croque Monsieur */
/******************************************/
.monsieur-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.monsieur-container .inner-container {
	outline: 1px solid red;
}


.monsieur-container .inner-container span {
	font-size: 95%;
/* 	width: 400px; */
/* 	text-align: justify; */
	outline: 1px solid green;	
}



/******************************************/
/* Style Nadia Andrade Poem */
/******************************************/
.andrade {
	line-height: 1;
}



