/*
 Theme Name:   KBM 2020
 Theme URI:    https://2020.keepbelieving.com/wp-content/themes/wp-bootstrap-4-kbm
 Description:  KBM Bootstrap 4 Child Theme based on WP Bootstrap 4
 Author:       Josh Pritchard
 Author URI:   http://example.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark
 Text Domain:  KBM 2020
*/

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
    h1 {
        font-size: 2.5rem;
    }

    /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1 {
        font-size: 5rem;
    }

    /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 5rem;
    }

    /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 5rem;
    }

    /*1rem = 16px*/
}

h1,
h2,
h3 {
    font-family: proxima-nova, sans-serif;

    font-weight: 900;

    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar {
    border-bottom: 3px solid #b72228;
}

.navbar-default {
    display: none;
}

.jumbotron {
    background-size: cover;
}

.inner-shadow {
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#subscribe-img {
    background-image: url("../img/jeju.jpg");
    background-size: cover;
    height: 500px;
}

.book {
    padding: 15px 0 0 0;
    margin: auto;
}

#books {
    background-image: url("../img/blur-blurry-bokeh-close-up-347139.jpg");
    background-size: cover;
    background-position: bottom;
}

#home-words {
    background-image: url("../img/terry-tan-de-hao-MTUQ2jobhYM-unsplash.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
}

#post-content p:first-of-type:first-letter {
    font-family: dapifer, serif;
    font-weight: normal;
    font-size: 4rem;
    float: left;
    line-height: .75;
    margin-right: .3rem;
}



h2 {
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    margin-top: 3rem;
    text-align: left;
}

h3 {
    font-family: proxima-nova, sans-serif;
}

#post-content h5 {
    margin-left: 3rem;
    margin-right: 3rem;
    font-family: dapifer, serif;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.75rem;
    text-align: left;
}

#post-content h6 {
    display: inline-block;
    font-family: proxima-nova, sans-serif;
    font-size: 1.75em;
    margin: 2.5rem;
    padding: 1rem;
    text-align: center;
    float: right;
    width: 200px;
    border-left: 6px double black;
}

sup {}

.btn {
    border-radius: 0;
}

.shadow-words {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.card,
.btn,
.form-control {
    border-radius: 0;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.page-header {
    height: 25rem;
    background-size: cover;
    background-position: center center;
}

p {
    font-family: dapifer, serif;
    font-size: 1.2rem;
}

.page-numbers {

    display: inline-block;

    padding: 5px 10px;

    margin: 0 2px 0 0;

    border: 1px solid #eee;

    line-height: 1;

    text-decoration: none;

    border-radius: 2px;

    font-weight: 600;

}

.page-numbers.current,

a.page-numbers:hover {

    background: #f9f9f9;

}

.pquote {

    background: url(https://2020.keepbelieving.com/wp-content/uploads/2020/09/open-quote3.png) top left no-repeat;

    padding: .75em;

}


h4 {
    margin-top: 1.5em;
}

#headsearch input {
    outline: none;
}

#headsearch input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#headsearch input::-webkit-search-decoration,
#headsearch input::-webkit-search-cancel-button {
    display: none;
}


#headsearch input[type=search] {

    border: none;
    padding: 9px 10px 9px 32px;
    width: 55px;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#headsearch input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border: solid 1px #ccc;

    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

#headsearch input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

#headsearch input[type=search]:hover {
    background-color: #fff;
}

#headsearch input[type=search]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#headsearch input:-moz-placeholder {
    color: transparent;
}

#headsearch input::-webkit-input-placeholder {
    color: transparent;
}

#headsearch .form-control {
    height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 600px;
    height: 630px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
