/*
Theme Name: Base Theme 
Author: Mel
Version: 1.4
Description: Based on HTML5 BP and the Twitter Boostrap 
License: http://www.apache.org/licenses/LICENSE-2.0
*/

@import url("assets/stylesheets/screen.css");


/* Edits for body h3/"dek", body h5/"small_text", body h6/"fineprint" */

 
.dek {
    font-size: 1.5em;
    line-height: 1.333333em;
    letter-spacing: -0.03em; }

.small_text {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 14px;
    font-family: 'nb_international_proregular' !important; }

.fineprint {
    font-size: 11px;
    line-height: 14px;
    font-family: 'nb_international_proregular' !important; }
    
      /* Custom code Mark Bennett W19 Death */  
    @media (min-width: 62em) {
    #quick-takes .body {
    padding-left: 45px;
    margin-bottom: 0 !important;
} 
}

.wp-image-457, .wp-image-604 { max-width: 100%;}

#reeducation-of-death-and-dying { border-top: 1px solid black; }

/* 



   #stumbling-toward-death { min-height: 433px; }
   #stumbling-toward-death .text_image, #who-wants-to-live-forever .text_image, #i-provided-assisted-death-and-now-im-choosing-it .text_image { display: none; }
   #quick-takes .text_image {  z-index: 9999; }
   #quick-takes .body { margin-bottom: 0 !important;}

	
@media (min-width: 900px) {
	#stumbling-toward-death { min-height: 933px; }
	#stumbling-toward-death .text_image, #who-wants-to-live-forever .text_image { display: inline-block; }

}

@media (min-width: 900px) {
#i-provided-assisted-death-and-now-im-choosing-it .text_image { display: inline-block; right: 150px; }
}

@media (min-width: 1200px) {
#i-provided-assisted-death-and-now-im-choosing-it .text_image { display: inline-block; right: 250px; }
} */


/* highlight color */

#menu-main li a:hover,
#menu-magazine li a:hover,
#menu-main li a:focus,
#menu-magazine li a:focus,
.social li a:hover,
.social li a:focus{
  color: #0181c4;
}

/*read more button*/
.read-more-button{
  color: white;
  font-weight: bold;
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  margin: 15px 0 50px;
  display: inline-block;
}

.read-more-button span{
  display: inline-block;
  margin-left: 10px;
}

.accordion-content{
  display: none;
}
p.blur-inside span:nth-last-of-type(3){
  /*filter: blur(0.5px);*/
  opacity: 0.7;
}
p.blur-inside span:nth-last-of-type(2){
  /*filter: blur(1px);*/
  opacity: 0.5;
}

p.blur-inside span:last-of-type{
  /*filter: blur(2px); */
  opacity: 0.3;
}
