/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
    color: #FFFFFF;
}

.soa-logo {
    margin: 0 auto;
    font-size: 36px;
    display: block;
    color: #ffffff;
}

.site-title {
    letter-spacing: 2px;
}

.logo-container {
    letter-spacing: 2px;
}

.brand-logo-by {
    font-size: 14px;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.page-container {
    margin: 0 auto;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.subscribe-container {
    max-width: 600px;
    margin: 0 auto;
}

.subscribe-container h5 {
    text-shadow: .5px .5px .25px #000000;
}

.subscribe-container .program-block {
    background-color: #000000;
    opacity: 0.9;
}

.subscribe-container .program-block h1 {
    font-size: 1.64rem;
    line-height: 1.804rem;
    color: #FFFFFF;
}

.subscribe-container .program-block .artwork {

    /*	display: inline-block; */
}

/*
@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
*/

.icon-block {
    padding: 0 15px;
}

footer.page-footer {
    margin: 0;
}

#logo-title {
    font-family: 'Muli', Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
    #logo-title {
        font-size: 24px;
    }
}

.aapp {
    margin: 10px 0;
}

.aapp h3 {
    font-size: 16px;
    margin: 10px 10px 0 10px;
    padding: 0;
    line-height: 1.2rem;
}

.aapp p {
    font-size: 12px;
    margin: 0 10px 10px 10px;
    padding: 0;
}

#podcast-artwork {
    width: 90px;
    height: auto;
}

#failed-row {
    display: none;
}

#failed-row p {
    text-align: center;
}

code {
    margin-left: 50px;
}

.unordered-list {

}

.unordered-list li {
    padding-left: 50px;
}

input[type="text"].embed-box {
    border: 1px solid;
    padding: 0 10px;
    width: 90%;
}

input[type="text"].feed-url,
input[type="email"].email {
    border: 1px solid;
    width: 80%;
    padding: 0 10px;
}

ul.html-list {
    list-style-type: disc;
    padding: 0 0 0 40px;
}

ul.html-list li {
    list-style-type: disc;
}

.btn {
    padding: 0 1.2rem;
}

@media only screen and (max-width: 399px) {
    .btn {
        padding: 0 0.8rem;
        font-size: 11px;
    }
}

.app-box {
    padding-bottom: 10px;
}

.app-cost {
    color: #990000;
    padding: 0;
    margin: 0 10px;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 94%;
    white-space: nowrap;
}

.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-capitalize {
    text-transform: capitalize;
}

#logo-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip " ";
}

td, th {
    padding: 5px 0 0 0;
}


/* search.css */

.search-header {
    text-align: right;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 13px;
}

.search-header h1 {
    text-align: left;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.search-footer {
    text-align: center;
    margin: 30px 0;
}

.search-footer a, .search-footer b {
/ / margin: 0 2 px;
/ / font-size: 16 px;
}

.search-footer a {
/ / text-decoration: underline;
}

.search-footer a.next, .search-footer a.prev {
    font-weight: bold;
}

#page-search-box input[type="text"] {
    width: 300px;
    font-size: 18px;
}

.search-results div {
    margin-left: 0;
}

.search-results {
    font-size: 13px;
    margin-left: 10px;
}

.search-results .g {
    margin: 24px 0;
}

.search-results a {
    text-decoration: underline;
    margin: 0;
}

.search-results h2 {
    margin: 0;
    margin-left: 40px;
    font-size: 16px;
    vertical-align: middle;
    padding-top: 5px;
}

.search-results p {
    margin: 2px 0;
    color: #000000;
    line-height: 1.3;
    margin-left: 40px;
}

.search-container {
    margin: 20px 5px 5px 3px;
    overflow: auto
}

.search-thumb {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    float: left;
    height: 90px;
}

.post-content {
    height: 110px;
    vertical-align: middle;
    text-overflow: ellipsis;
    margin-left: 120px;
    overflow: hidden;
}


.search-thumb img {
    width: 90px;
    height: 90px;

}

.bg-black {
	background-color: #000000 !important;
}

img.responsive-img {
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top:5%
}

.app-icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}