/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
    padding-top: 56px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 300;
}
a {
    color: #f39200;
    text-decoration: underline;
}
a:hover{color:#222222;}

a.has-icon {
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    margin-top: 3em;
    display: block;
}

img.icon{
    width: 20px;
    top:-1px;
    margin-right:4px;
    position:relative;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-decoration: none;
}
.navbar-dark .navbar-toggler{
    border:none;
}

h1, h2, h3, .card-title {
    font-weight: 600 !important;
    color: #f39200;
}

h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
h2{
    text-transform: uppercase;
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.9rem;
}
img {
    max-width: 100%;
}
ol{
    margin-bottom: 0;
}
b, strong {
    font-weight: 700;
}

.navbar, .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .navbar-brand {
    height: 60px;
}

.navbar .navbar-brand img {
    max-height: 100%;
}

#header-image {
    margin-top: 0 !important;
    margin-bottom: 4em !important;
    width: 100%;
    position: relative;
    height: auto;
    padding:0;
}
#header-image img{
    margin:0 auto;
    display:block;
}

#header-image .text-wrapper {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.bg-dark {
    background-color: #222222 !important;
}

.dark-color {
    color: #222222 !important;
}
.btn {
    text-decoration: none !important;
}
.btn-has-icon{
    position: relative;
    padding-left:2.5em;
    margin:1em;
}
.btn-has-icon img{
    position:absolute;
    left: .75em;
    top: 50%;
    transform: translateY(-50%);
}

.btn-dark {
    background: #222222;
    border-color: #222222;
}

.btn-dark:hover {
    background: #f39200;
    border-color: #f39200;
}

.btn-primary:hover {
    background: #222222;
    border-color: #222222;
}

.intro-text {
    margin: 0 auto 2rem auto;
}

.play{

}
.audio{
    text-align: center;
    padding: 1rem;
    border: 2px dotted #ffffff;
    background: #f39200;
    margin: 0 auto;
}
.audio p{
    margin-bottom: 0;
    color: #ffffff;
}
.audio .type{
    font-style:italic;
}
.audio .title{
    font-weight:bold;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.audio audio{
    margin-top: 1rem;
}
.playlist{
    background: #f7f7f7;
    padding: 1rem;
    border: 2px dotted #ffffff;
}
.playlist li{
    padding: 0.3rem 0;
    line-height: 1.2;
    font-weight:bold;
}
/*.playlist li:after{
    content: " ";
    height: 1px;
    width: 100%;
    background: #eee;
    display: inline-block;
}*/
.playlist span{
    font-weight:normal;
    font-size: 0.9rem;
    font-style: italic;
}

.buttons{
    text-align:center;
}
@media (max-width:550px){
    .buttons .btn-has-icon{
        margin:1em 0;
        width:100%;
    }
}


footer {
    position:relative;
    margin-top: 4em !important;
    background: #160f10 !important;
    padding: 1em !important;
}

#chili-logo{
    position:absolute;
    top:0;
    transform: translateY(-140%);
    right:10px;
}
#chili-logo a{
    height:20px;
    display:block;
}
#chili-logo img{
    max-height:100%;
}


/*COMIN SOON*/
.coming-soon {
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    margin-top:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
}

/*ACCORDION START*/
.accordion-wrapper{
    margin: 3rem 0;
}
.accordion-wrapper section{
    margin-bottom: 0.5rem;
}
.accordion-wrapper .play{
    margin-bottom: 2rem;
}
.accordion-container {
    position: relative;
    width: 100%;
    background: #f39200;
    outline: 0;
    cursor: pointer
}
.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.accordion-container .article-title:active,
.accordion-container .article-title:hover,
.accordion-container .content-entry.open .article-title{
    background-color: #222222;
    color: #fff;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: #fff;
}
.accordion-container .content-entry i {
    position: absolute;
    top: 3px;
    left: 12px;
    font-style: normal;
    font-size: 1.625em;
    color: #fff;
}
.accordion-container .content-entry i:before {
    content: "+ ";
}
.accordion-container .content-entry.open i:before {
    content: "- ";
}
.accordion-content {
    display: none;
    padding: 2rem;
    background: #eee;
}
/*ACCORDION END*/






@media (max-width: 991px) {
    .intro-text{
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .card-deck {
        display: block;
        width: 100%;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3, h4, h5 {
        font-size: 1.4rem;
    }
    #header-image .text-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 550px) {
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3, h4, h5 {
        font-size: 1.2rem;
    }
    .accordion-content{
        padding: 1rem;
    }
}