body{
    font-family: "Open Sans", sans-serif;
}

.container{
    max-width: 1200px;
    margin: auto;
}

h1,h2,h3,h4{
      font-family: "Marcellus", sans-serif;
}

h1,h2,h3,h4,h5,p,a{
    letter-spacing: 0;
}

:hover{
    transition: all 800ms;
}

h1{
    font-weight: bold;
}



.home h2, .page h2{
    font-size: 33px;
    font-weight: bold;
    color: #101010;
}

a, a:hover{
    cursor: pointer !important;
}

a.btn:hover{
    background: #FFF;
    color: #d62539 !important;
}

:focus{
    outline: none !important;
}

p{
    font-size: 16px;
    line-height: 28px;
    color: #101010;
}

a.btn, .get-touch input[type="submit"]{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background: #D62539;
    background: linear-gradient(90deg, rgba(214, 37, 57, 1) 0%, rgba(138, 17, 30, 1) 100%);
    border-radius: 100px;
    outline: none;
    box-shadow: none;
    padding: .25em 1em;
    border: none;
}

header{
    background: #e2dcd3;
}

.logo img{
    max-width:260px;
}

#social-header {
    margin-top: -4px !important;
}

#social-header li{
    list-style:none;
    float:left;
}

#social-header li a{
    font-size: 22px;
    color: #343434;
}

#social-header.social-header-mobile{
    float: none;
    width: 130px;
}

#social-header.social-header-mobile li a{
    margin-right: .5em;
    margin-left: .5em;
}

#menu-main-menu{
    float: left;
    padding: 0;
    margin: 0;
}

#menu-main-menu li{
    float: left;
    list-style: none;
    margin-left: 2.5em;
}

#menu-main-menu li a{
font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #343434;
    font-family: "Open Sans", sans-serif;
    float: right;
    line-height: normal;
}

#menu-main-menu li a:hover{
    color: #d62539;
}

#menu-main-menu li.current-menu-item a{
   color: #d62539;
}

.red-divider {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 100vw;
    border-color: transparent transparent transparent #2e2a2b;
}

.red-divider2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 100vw 0 0;
    border-color: transparent #2e2a2b transparent transparent;
}

.banner{
    background-image: url(../assets/images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #211e1f;
    background-blend-mode: soft-light;
}

.banner-pic{
        border: 4px solid #e2dcd3;
}

.banner-name{
    background: #171717;
background: linear-gradient(229deg, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 1) 100%);
}

.banner p{
    font-size: 18px;
    line-height: 34px;
}

.banner .row{
    display: flex;
    align-items: center;
}

.home h1 {
    color: #FFF;
    font-weight: normal;
    font-size: 38px;
}

.home h1 span{
    font-size: 32px;
}

.home-content p{
    color: #101010;
    text-align: justify;
}

.featured-description{
    background: #e2dcd3;
}

.featured{
    width: 50%;
    float: left;
}

.list-page-bottom li{
color: #044a7c;
    font-size: 26px;
    list-style: none;
    font-weight: 400;
    line-height: 60px;
}

.bottom-red{
    display: block;
    border-top: 5px solid #e8232c;
    width: 250px;
    clear: both;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.other-books{
background-image: url(../assets/images/other-books-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #202020;
    background-blend-mode: soft-light;
    background-attachment: fixed;
}

.other-books h3{
    font-size: 19px;
}

.other-books p{
    font-size: 14px;
        color: #CCC !important;
        min-height: 170px;
}

.other-books a.btn{
    font-size: 16px;
    margin: 0 auto;
    float: none;
    display: block;
    max-width: 175px;
}

.books{
        background: rgb(0, 0, 0, .45);
    border: 1px solid #464646;
}

.about-author, .featured-content{
    background: #E2DCD3;
background: linear-gradient(45deg, rgba(226, 220, 211, 1) 0%, rgba(189, 173, 150, 1) 100%);
}

.about-author-img{
    width: 25%;
}

.about-author-description{
    width: 75%;
}

.interviews{
    background: #212121;
background: linear-gradient(45deg, rgba(33, 33, 33, 1) 0%, rgba(52, 52, 52, 1) 100%);
}

.get-touch{
    background: #212121;
background: linear-gradient(45deg, rgba(33, 33, 33, 1) 0%, rgba(102, 90, 74, 1) 100%);
}

.get-touch input[type="text"], .get-touch input[type="email"], .get-touch textarea{
    width: 100%;
    background: #e2dcd3;
    color: #141414;
    margin-bottom: 1.25em;
    max-height: 130px;
    resize: none;
}

.get-touch input[type="submit"]{
        padding: .5em 1.5em;
    font-weight: 400;
}

.footer{
    background: #001728;
}

.footer .logo img{
    max-width: 240px;
}

.footer h3{
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
}

.footer h4{
    font-size: 16px;
    font-weight: bold;
}

.footer ul li{
    list-style:none;
    font-size: 16px;
    color: #eaebeb;
}

.footer ul li i{
    color: #33607e;
}

.footer ul li a{
    text-decoration: none;
    color: #eaebeb;
}

.copyright{
    background: #000;
}

.copyright p, .copyright a{
    color: #b7b7b7 !important;
    font-size: 13px;
        line-height: normal;
}


#mmenu{
    position: absolute;
    top: -5px;
    right: calc(var(--bs-gutter-x)* .5);
}

#mobile-header .logo img{
    max-width: 230px;
    margin-bottom: .5em !important;
        margin: unset;
}



@media only screen and (max-width: 980px) {
    .banner h1 br{
      display: none;
    }
    h1{
        font-size: 28px !important;
    }
    h2{
        font-size: 26px !important;
    }
    h3{
        font-size: 18px !important;
    }

    .about-author-img{
        width: 40%;
        float: left;
    }
    .about-author-description{
        width: 60%;
        float: left;
    }
    .other-books p{
        min-height: auto;
    }

}


@media only screen and (max-width: 767px) {
        html #wpadminbar {
        margin-top: -46px !important;
        }
    img{
        margin: 0 auto;
        display: block;
    }
    
    a.btn{
        margin: 0 auto;
        display: block;
        max-width: 200px;
    }

    .featured-div{
        display: block !important;
    }

    .featured{
        width: 100%;
        float: left;
    }

    h1{
        font-size: 24px !important;
        text-align: center !important;
    }
   
    h2{
        font-size: 22px !important;
    }
    h3{
        font-size: 20px !important;
    }

    .banner p, p {
    font-size: 14px;
    line-height: 24px;
    }

    a.banner-btn{
            margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 1em;
    font-size: 24px;
    }

 
      .about-author-img{
        width:  35%;
    }

    .about-author-description{
 width:  65%;
    }
}


@media screen and (max-width: 550px) {
        .about-author-div{
        display: block !important;
    }
     .about-author-description, .about-author-img{
 width:  100%;
    }
       .book-div{
        width: 100%;
    }

    .interviews iframe{
        height: 200px;
    }

    #mobile-header .logo img
    {
        width: 215px;
    }
}

.mburger{
    border: 1px solid #c9c9ca !important;
    color: #2c2d2d !important;
}

.mburger b{
    color: #343434 !important;
}

.mm-menu{
    display: block;
	position: absolute;
}

.mm-navbar{
    background: #343434 !important; 
}

.mm-navbar__title{
    color: #FFF !important;
}

.mm-btn_prev:before{
	border-color: #FFF;
}

.wpcf7-response-output{
	color: #FFF;
    text-align: center;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
	z-index: 999;
}

button:focus{
	background-color: #bb2d3b !important;
	border: none !important;
}