/*
 Theme Name:   Unashamed 
 Theme URI:    http://unashamedbook.com
 Description:  A custom theme for Lecrae's Unashamed book website.
 Author:       Ryan Frederick / EMG
 Author URI:   http://emg.co 
 Version:      1.5.0
 License:      GNU General Public License v2 or later
*/

@import url(http://fonts.googleapis.com/css?family=Questrial|Playfair+Display:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@font-face {
    font-family: octin;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/octin_college_rg-webfont.eot?#iefix) format(embedded-opentype), url(fonts/octin_college_rg-webfont.woff2) format(woff2), url(fonts/octin_college_rg-webfont.woff) format(woff), url(fonts/octin_college_rg-webfont.ttf) format(truetype), url(fonts/octin_college_rg-webfont.svg#octin_college_rgregular) format(svg);
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #eee;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #333;
    font-family: Questrial, Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
}

section {
    background: #FFF;
    padding: 3em 0;
}

.navbar-brand {
    font-family: "octin", Helvetica, Arial, sans-serif;
}

#hero {
    background-color: transparent!important;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.btn a,
button a {
    text-decoration: none;
    color: white;
}

.btn a:hover,
button a:hover,
button a:focus {
    text-decoration: none;
    color: white;
    opacity: .8;
}

.btn {
    max-width: 100%;
}

#hero img {
    margin-top: 50px;
}

#spacer {
    background: transparent;
    padding: 0;
    min-height: 100vh;
}

#hero {
    min-height: 100vh;
}

#spacer .row {
    padding: 3em 0 2em;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.overlay.light {
    background-color: rgba(238, 232, 232, 0.63);
    color: #333;
}

.overlay.padded {
    padding: 30vh 0 !important;
}

#audio {
    color: #ebebeb;
    cursor: pointer;
    position: fixed;
    right: 20px;
    text-shadow: 0 0 15px rgba(128, 128, 128, 0.79);
    top: 20px;
}

#order-button {
    z-index: 2;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 20px;
}

#order-button i {
    color: #ebebeb;
    text-shadow: 0 0 1px rgba(128, 128, 128, 0.79);
}

i.fa-fw {
    -webkit-transition: all .3s ease-out;
    text-align: left!important;
    transition: all .3s ease-out;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    z-index: 9999999;
}

.navbar li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    text-transform: uppercase;
}

.navbar-toggle {
    box-shadow: 0px 0px 0px 0px black
}

a {
    color: #a09493;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #c58782;
}

#content {
    padding: 0 0 0 0;
}

.mobile-note {
    background: #fb7f93;
    bottom: 1em;
    color: #fff;
    display: none;
    font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    padding: 1em;
    position: absolute;
    text-align: center;
    width: 100%;
}

.hero {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.hero__imgwrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero__imgwrap::after {
    background: rgba(76, 0, 1, 0.1);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero__img {
    -webkit-transform: translate3d(-50%, -50%, 0);
    height: 100vh;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
}

.hero__imgwrap .tilt__back,
.hero__imgwrap .tilt__front {
    background-size: auto 100vh;
}

span.orange {
    color: #E84B01!important;
}

span.teal {
    color: #07B0A0!important;
}

#mobile-hero {
    background: #EDE6E6;
}

#tag {
    padding: 6em 0;
}

.tag {
    margin: 0;
    padding: 0;
}

h2.tag,
h2.title {
    font-size: 52px;
}

h2.event-title {
    margin-top: 0px;
}

.left {
    background: #EDE6E6;
    display: block;
    margin: 0;
    max-height: 100%;
    padding: 0;
    position: absolute;
    width: 50%;
}

#author {
    background: url(img/lecrae.jpg);
    background-attachment: scroll;
    background-size: cover;
    color: #FFF;
    min-height: 100vh;
    padding: 3em 0;
    background-position: right top;
}

.content {
    padding: 4em 0 2em;
}

.content > p {
    margin: 1em auto;
    max-width: 900px;
    padding: 1em .5em 0;
}

.content p > code {
    background: #ddd;
    border-radius: 3px;
    display: inline-block;
    padding: .25em .5em;
}

.content--color-alt {
    background: #EDE8DA;
    color: #A39C88;
}

.poster-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.65em;
    font-weight: 400;
    margin: .25em 0 .5em;
    text-align: center;
}

.poster-text {
    font-size: 1.15em;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 1em 0;
    text-align: center;
}

.grid {
    -ms-flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    max-width: 1020px;
    padding: 3em 0 0;
    position: relative;
}

.grid__item {
    margin: 0 65px 100px;
    width: 100%;
}

.grid--xray .grid__item {
    margin: 0 20px 20px;
    width: 300px;
}

.grid__item-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1em;
    font-weight: 700;
    padding: 1em 0;
}

.grid__item-title code {
    color: #aaa;
    font-size: .85em;
    font-weight: 400;
}

.grid--xray .grid__img {
    height: 300px;
    width: 300px;
}

.grid__img img {
    display: block;
    max-width: 100%;
}

.grid__img--border .tilt__back,
.grid__img--border .tilt__front {
    border: 1px solid #333;
}

.grid__img--border .tilt {
    overflow: visible;
}

.grid--examples {
    max-width: 830px;
}

.grid--examples .grid__img {
    height: 0;
    overflow: hidden;
    padding-bottom: 66.714%;
    position: relative;
}

.grid--examples .tilt {
    position: absolute;
    top: 0;
}

.grid__img--example-2::after {
    box-shadow: inset 0 0 50px 30px rgba(2, 0, 37, 0.8);
    content: '';
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.grid__img--example-3 .tilt {
    -webkit-filter: grayscale(100%) brightness(105%) contrast(120%);
    -webkit-transition: filter .5s 0 .5s;
    filter: grayscale(100%) brightness(105%) contrast(120%);
    transition: filter .5s 0 .5s;
}

.grid__img--example-3 .tilt:hover {
    -webkit-filter: none;
    filter: none;
}

.grid__img--example-4 .tilt {
    height: 120%;
    left: -10%;
    top: -10%;
    width: 120%;
}

.def-list {
    background: #f0f0f0;
    border-radius: 10px;
    margin: 1em auto;
    max-width: 900px;
    padding: 3%;
}

.def-list dt {
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

.def-list dt:not(:first-child) {
    margin-top: 2em;
}

.def-list dd {
    font-size: .95em;
    line-height: 1.4;
    margin: 0;
}

.content--related {
    font-weight: 700;
    padding: 8em 0;
    text-align: center;
}

.media-item {
    -webkit-transition: color .3s;
    display: inline-block;
    padding: 1em;
    transition: color .3s;
    vertical-align: top;
}

.media-item__img {
    -webkit-transition: opacity .3s;
    max-width: 100%;
    opacity: 0.7;
    transition: opacity .3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}

.media-item__title {
    font-size: 1em;
    margin: 0;
    padding: .5em;
}

a#hero-button {
    font-size: .9em;
}

.retailer {
    margin-bottom: 30px;
}

footer {
    background-color: #333;
    color: #FFF;
    font-size: .8em;
    padding: 3em 0;
    text-align: center;
}

footer span.fa-heart {
    color: #ff415c;
    font-size: 15px;
    margin: 0 2px;
}

.pulse2 {
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse2;
    -webkit-animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse2;
    animation-timing-function: linear;
}

50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

100% {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    -moz-perspective: 600px;
    -webkit-perspective: 600px;
    background: #222;
    perspective: 600px;
}

.container {
    background: transparent;
    min-height: 100%;
}

.md-modal {
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    backface-visibility: hidden;
    height: auto;
    left: 50%;
    max-width: 630px;
    min-width: 320px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    width: 50%;
    z-index: 2000;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    background: rgba(33, 33, 33, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    background: #e74c3c;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    position: relative;
}

.md-content h3 {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
    font-size: 2.4em;
    font-weight: 300;
    margin: 0;
    opacity: 0.8;
    padding: .4em;
    text-align: center;
}

.md-content > div {
    font-size: 1.15em;
    font-weight: 300;
    margin: 0;
    padding: 15px 40px 30px;
}

.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

.md-content > div ul {
    margin: 0;
    padding: 0 0 30px 20px;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
    font-size: .8em;
    margin: 0 auto;
}

.md-effect-12 .md-content {
    -moz-transform: scale(0.8);
    -moz-transition: all .3s;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all .3s;
    opacity: 0;
    transform: scale(0.8);
    transition: all .3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: rgba(14, 14, 14, 0.95);
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

.md-effect-19 .md-content {
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    opacity: 0;
    transform: translateY(-200%);
}

.md-show.md-effect-19 .md-content {
    -moz-transform: translateY(0);
    -moz-transition: all .5s .1s;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -webkit-transition: all .5s .1s;
    opacity: 1;
    transform: translateY(0);
    transition: all .5s .1s;
}

#about {
    padding-bottom: 0px;
}

#order {
    padding-top: 0px;
}

.button {
    text-transform: uppercase !important;
}

section#faq,
section#faq .content {
    padding-top: 0em;
    padding-bottom: 0em;
}

.panel-heading a.collapsed {
    display: block;
    height: 100%;
    width: 100%;
}

.panel-heading a.collapsed:hover {
    text-decoration: none;
}

@media screen and min-aspect-ratio 1440960 {
    .hero__imgwrap .tilt__back,
    .hero__imgwrap .tilt__front,
    .codrops-header {
        background-size: 100vw auto;
    }
    .hero__img {
        height: auto;
        width: 100vw;
    }
}

@media screen and (max-width: 460px) {
    .hero {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    p,
    ol li,
    ul li {
        font-size: 16px;
    }
    h3 {
        font-size: 25px !important;
    }
    .btn-lg {
        font-size: 19px!important;
    }
    section {
        padding: 2em 0;
    }
    #author {
        padding-top: 0;
    }
    #author .content {
        margin-top: -2em;
        padding-top: 0;
    }
    .content {
        padding-top: 0;
    }
    h2.tag {
        font-size: 1.4em;
        line-height: 6vh !important;
    }
    .button {
        min-width: 0px;
        width: 100%;
    }
    .navbar-nav > li > a {
        line-height: 15px !important;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    #author {
        padding-top: 0px;
        background: url(img/lecrae.jpg);
        background-position: left top;
        padding-bottom: 0px;
    }
}

@media screen and max-width 32em {
    body {
        font-size: 75%;
    }
}

.tweet-btn {
    display: inline-block;
    width: auto;
    background-color: transparent !important;
    border: 1px solid white;
    border-color: white;
    padding: 10px 20px !important;
    margin-top: 1em;
    width: auto;
}

.tweet-btn:hover,
{
    background-color: #e84b01 !important;
    border-color: #cf4301;
}

.tweet-btn:hover,
.tweet-btn:active {
    text-decoration: none;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
    .flex-video {
        padding-top: 0;
    }
}

.form-line {
    padding-left: 0px !important;
}

@media screen and (min-width:941px) and (max-width: 1100px) {
    .navbar-nav > li > a {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: .9em !important;
    }
}

@media screen and (min-width:767px) and (max-width: 940px) {
    .navbar-nav > li > a {
        padding-right: 5px !important;
        padding-left: 5px !important;
        font-size: .79em !important;
    }
}

.social-tooltip + .tooltip.bottom > .tooltip-inner {
    font-size: .8em !important;
    text-transform: none !important;
}

.share-button-header {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 2px 10px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
}

.meme-container {
    margin-bottom: 30px;
}

ul.news-items li,
ul.events-list li {
    list-style-type: none !important;
}

ul.news-items li a {
    padding: 2em 0;
    border-bottom: 1px solid #ddd;
    display: block;
}

ul.news-items li:last-child a {
    border-bottom: 0px solid #ddd;
}

ul.events-list li {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    display: block;
    text-align: left;
}

ul.events-list li:first-child {
    margin-top: 20px;
}


// Free Downloads Form
.md-content > div.form-all ul {
	margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}
.form-sub-label {
    font-size: 14px;
    margin-top: 0;
    display: block;
    margin-bottom: 10px;
}
.jotform-form .form-all ul.form-section.page-section {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    text-align: left !important;
}
.form-section.page-section input {
	display: block;
	width: 100%;
}


form.jotform-form {
    padding: 0 !important;
}
.form-all {
    padding: 0 !important;
}
.form-line {
    padding: 0 0 20px !important;
    margin: 0 0 20px !important;
    border-top: 0;
    border-bottom: 1px solid #E4E4E4 !important;
}
.form-line:last-of-type {
    padding: 0 0 20px !important;
    margin: 0 0 20px !important;
    border-top: 0;
    border-bottom: 0px solid #E4E4E4 !important;
}
.form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    transition: all ease-in-out 300ms;
    border: 1px solid transparent;
    border-radius: 4px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background: #037db3;
}
.form-all .qq-upload-button:hover, .form-all .form-submit-button:hover, .form-all .form-submit-reset:hover, .form-all .form-submit-print:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}