

#pull-down-parent {
    position: relative;
}

#pull-down {
    position: absolute;
    bottom: 0;
}

.aboutpic {
    width: 400px;
    max-width: calc(100% - 30px);
    margin: 15px;
}

.wordwrap {
    word-wrap:break-word;
}


h1, h2 {
    text-transform: uppercase;
}

blockquote {
    margin-bottom: 45px;
    padding-left: 0px;
    padding-right: 0px;
}

.nextprevious {
    margin-top: 50px;
}
.PageNavigation {
  overflow: hidden;
}
.PageNavigation .next {
  text-align: right;
}

.header__title {
	text-transform: uppercase;
	font-family:"Anton","Arial Bold",sans-serif;
}

.hero {
    padding: 0px 0 100px;
    
    @include mq(laptop) {
        padding: 0px 0 100px;
    }
}
.hero > .wrap {
    padding-top: 200px;
}
.hero > .wrap > .inner {
	width:100%;
	padding: 15px;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, 0.5);
    @include mq(tabletp) {
        width:100%;
    }

}
@media only screen and (min-width: 641px){
    .hero > .wrap > .inner {
        width: 50%;
    }
}

.post__date {
	color: #999999;
	font-color: #999999;
}

a {
	font-color: #ffffff;
	color: #ffffff;
}
.a-red {
  font-color: #ff0000;
  color: #ff0000;  
}
.a-black {
  font-color: #000000;
  color: #000000;  
}
.table-wide {
  width: 100%;
}

.post-half {
    width: 60%;
}


.single-post > ul li a {
	/*border-bottom: 1px solid #333333;*/
}

.single-post {
    word-break: break-word;
    overflow-wrap: break-word;
}

h1 {
	font-color: #000000;
	color: #000000;
}

.episodes__title {
	font-color: #000000;
	color: #000000;
	font-size: 50px;
	font-weight: 900;
}


.single-post-light {
	position: relative;
	background: $background-alt-color;
	color: #000;
	margin-top: 50px;
}
.single-post-dark {
    position: relative;
    background: #000;
    color: #fff;
    margin-top: 50px;
}
.button-light {
	background: #fff;
	color: #000;
}

.post__description__light {
	color: #fff;
}


.indent {
  padding: 30px;
  margin: 5px;
}

/* simple column method */
.parent {
  padding: 20px;
}
.column {
  padding: 10px;
  margin: 5px;
}

@media only screen and (min-width: 641px){
  .parent {
    display: flex;
  }
  .column {
    flex: 1;
  }
}

@media only screen and (min-width: 641px){
  .parent3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 1025px){
  .parent3col {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.container2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 600px;
}

.container {
	margin-bottom: 100px;
}
.lineHeader:after, .lineHeader:before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #fff;
}
.lineHeader:after {
    margin-left: 20px;
}

.lineHeader:before {
	margin-right: 20px;
}
.links {
	margin-bottom:60px;
}

.icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}

.lineHeader {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 2em;
}

.subscribeOptions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .subscribeOptions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 1.5em
    }
    .subscribeOptions a {
        width: 30%;
        text-align: center;
        margin-bottom: 40px
    }

}

.subscribeOptions a {
    position: relative
}

.subscribeOptions a:focus span.icon,
.subscribeOptions a:hover span.icon {
    color: #000;
    background: #fff
}

.subscribeOptions a:focus svg .rev,
.subscribeOptions a:hover svg .rev {
    fill: #fff
}

.subscribeOptions a:focus svg path,
.subscribeOptions a:focus svg rect,
.subscribeOptions a:hover svg path,
.subscribeOptions a:hover svg rect {
    fill: #000
}

.subscribeOptions a svg path,
.subscribeOptions a svg rect {
    transition: fill .25s
}

.subscribeOptions a span.icon {
    width: 52px;
    height: 52px;
    background: #000;
    color: #fff;
    margin-bottom: 7px;
    border: 2px solid #000;
    transition: all .25s
}

.subscribeOptions a span.icon .fa {
    font-size: 28px
}

.subscribeOptions a span.iconLabel {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 13px;
    line-height: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

@media print,
screen and (min-width:768px) {
    .subscribeOptions a span.iconLabel {
        font-size: 16px;
        line-height: 18px
    }
}



.underline {
    font-weight: bold;
    border-bottom: 1px solid #FF0000;
}

.nounderline {
    border-bottom: 3px solid #FFFF00;
}

.highlight {
    color: #000000;
}


.podcast-player .progress-bar .progress-bar-rail {
    cursor: pointer !important;
}




.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    padding: 15px;
    background: #ff9900;
}
.alert-info {
    color: #000000;
    background-color: #ff9900;
}
.alert p {
    font-size: 16px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
}

