/*
Theme Name: Enid Blyton Child Theme
Theme URI: http://enidblyton.co.uk/
Version: 1.0
Description: A customized version of Divi for enidblyton.co.uk.
Author: Tom Price
Author URI: http://www.mustardup.com
Template: Divi
*/


/*-------FONTS-------*/

@font-face {
    font-family: 'ElegantIcons';
    src: url('fonts/ElegantIcons.eot');
    src: url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('fonts/ElegantIcons.woff') format('woff'), url('fonts/ElegantIcons.ttf') format('truetype'), url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@import url('https://fonts.googleapis.com/css?family=Cardo:400i');
@font-face {
    font-family: 'GillSansMT-Light';
    src: url('fonts/GillSansMT-Light.eot');
    src: local('GillSansMT-Light'), url('fonts/GillSansMT-Light.woff') format('woff'), url('fonts/GillSansMT-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GillSansMT-Bold';
    src: url('fonts/GillSansMT-Bold.eot');
    src: local('GillSansMT-Bold'), url('fonts/GillSansMT-Bold.woff') format('woff'), url('fonts/GillSansMT-Bold.ttf') format('truetype');
}

* {
    font-family: 'GillSansMT-Light', sans-serif;
}

p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

a {
    font-family: 'GillSansMT-Bold', sans-serif !important;
    font-style: normal;
}

blockquote {
    font-size: 20px;
    color: #000;
    font-family: 'GillSansMT-Bold', sans-serif !important;
    border: none;
}

blockquote p {
    display: inline;
    font-size: 20px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

/*-------POP UP AT START-------*/

#popmake-4481 .popmake-title {
    font-size: 18px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-family: 'GillSansMT-Bold', sans-serif !important;
    margin: 0 auto;
    text-align: center;
}

.popmake-content {
    text-align: center;
}

.popmake-content p {
    text-align: center;
}

#popmake-4481 img {
    width: 200px !important;
    padding: 20px;
    display: inline;
    text-align: center;
}


/*-------NAV-------*/

#main-header {
    padding-top: 15px;
    margin-bottom: -20px !important;
    border-bottom: 1px solid #007263;
    height: 115px !important;
}

#main-content .container {
    padding-top: 157px;
}

#top-menu a {
    font-family: 'GillSansMT-Bold', sans-serif;
    font-style: normal;
    color: #000;
}

#top-menu a:hover {
    color: #007263!important;
}

#top-menu li a {
    padding-bottom: 8px !important;
}

#top-menu .current-menu-item a {
    border-bottom: 5px solid #007263;
}

#top-menu .menu-item {
    padding-right: 25px;
}

#top-menu .current-menu-parent a {
    border-bottom: 5px solid #007263;
}

#top-menu .sub-menu .menu-item {
    padding-right: 0px;
}

#top-menu .sub-menu a:hover {
    color: #007263 !important;
    background-color: #fff !important;
}

#top-menu .sub-menu a {
    font-family: 'GillSansMT-Light', sans-serif !important;
    border: none !important;
    padding-left: 0px;
    padding-right: 0px;
}

#et_top_search {
    margin-top: 0px;
    padding-top: -20px;
    padding-left: 10px;
}

#et_search_icon {}

.et-search-field {
    font-family: 'GillSansMT-Bold', sans-serif !important;
    font-size: 18px !important;
}

.et_search_form_container {
    background-color: #fff !important;
}

.et-search-form {
    background-color: #000 !important;
    color: #000;
}

#et_search_icon:before {
    width: 20px;
    height: 21px;
    color: rgba(255, 255, 255, 0) !important;
    background: url("/wp-content/uploads/2017/social/searchicon.png") center !important;
    -webkit-background-size: 20px 21px;
    -moz-background-size: 20px 21px;
    -o-background-size: 20px 21px;
    background-size: 20px 21px;
}


/*-------BLOG ON MAIN PAGES-------*/

.et_pb_blog_grid_wrapper #home-page-news .et_pb_image_container img {
    border-radius: 50% !important;
}

.et_pb_blog_grid_wrapper h2:after {
    background: none repeat scroll 0 0 #c3c3c3;
    bottom: -15px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 50px;
}

.et_pb_blog_grid_wrapper h2 a {
    font-family: 'GillSansMT-Light', sans-serif !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    padding-bottom: 15px;
    line-height: 20px;
}

.et_pb_blog_grid_wrapper p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.et_pb_blog_grid_wrapper .more-link {
    color: #000;
    font-weight: normal !important;
    background-color: #fff;
    font-family: 'Cardo', serif !important;
    font-style: italic;
    font-size: 15px;
    padding: 5px 30px 5px 30px;
    border-radius: 25px;
    border: 1px solid #000;
    text-transform: capitalize;
    cursor: pointer;
}

.et_pb_blog_grid_wrapper .more-link:hover {
    border: 1px solid #007467;
    color: #007467;
    background-color: #fff !important;
}

.et_pb_post {
    border: none !important;
}


/*-------HEADER ON HOME PAGE-------*/

#home-header .et_pb_slide_description {
    padding: 0px;
    width: 100%;
}

#home-header .et_pb_container {
    margin: 0;
    width: 100%;
    max-width: 100% !important;
}

#home-header .et_pb_slide {
    padding: 0px !important;
}

#home-header .et_pb_slider_container_inner {
    padding-bottom: 0px !important;
}

#home-header .et_pb_container {}

#home-header h2 {
    text-align: left;
    text-shadow: none;
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#home-header .et_pb_slide_image {
    position: absolute;
    max-width: 400px;
    right: 0;
    padding-top: 40px;
}

#home-header .et_pb_slide_content {
    position: absolute;
    width: 100%;
    top: 500px;
}

#home-header p {
    text-shadow: none;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'GillSansMT-Light', sans-serif !important;
}

#home-header .et_pb_button {
    text-align: left;
    color: #000;
    font-weight: normal !important;
    font-family: 'Cardo', serif !important;
    font-style: italic;
    font-size: 14px !important;
    padding: 5px 30px 5px 30px !important;
    border-radius: 25px;
    border: 1px solid #000;
    cursor: pointer;
}


/*-------DIVIDER ON HOME PAGE-------*/

#home-block-1 {
    margin-top: 60px !important;
    padding-top: 5px;
    width: 150px;
    background-color: #eb5b36;
    margin: 0 auto;
}

#home-divider-1 {
    border-bottom: 1px solid #eb5b36;
}

#home-block-2 {
    margin-top: 60px !important;
    padding-top: 5px;
    width: 150px;
    background-color: #bce5fb;
    margin: 0 auto;
}

#home-divider-2 {
    border-bottom: 1px solid #bce5fb;
}


/*-------ABOUT ON HOME PAGE-------*/

#home-about h2 {
    text-align: left;
    text-shadow: none;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#home-about p {
    text-align: left;
    text-shadow: none;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'GillSansMT-Light', sans-serif !important;
}

#home-about .et_pb_slide_description {
    padding-left: 80px;
    padding-right: 0px;
    margin-right: 0px;
    width: 600px;
}

#home-about .et_pb_more_button {
    text-align: left;
    color: #000;
    position: absolute;
    left: 75px;
    font-weight: normal !important;
    font-family: 'Cardo', serif !important;
    font-style: italic;
    font-size: 14px;
    padding: 5px 30px 5px 30px !important;
    border-radius: 25px;
    border: 1px solid #000;
    cursor: pointer;
}

#home-about .et_pb_more_button:hover {}

#home-about .et_pb_more_button:after {}


/*-------ABOUT PAGE-------*/

#timeline {
    text-shadow: none;
}

#timeline p {
    padding: 10px;
}

#timeline h2 {
    margin-left: 10px;
    margin-right: 100px;
    padding-top: 10px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
    letter-spacing: 1px;
    color: #000 !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #000;
}

#timeline #about-didyouknow h2 {
    margin-left: 10px;
    margin-right: 80px;
    padding-top: 10px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
    letter-spacing: 1px;
    color: #fff !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid #fff;
}

#timeline #about-didyouknow p {
    color: #fff !important;
}

#timeline #about-didyouknow {
    background-color: #6f99af;
    border-radius: 10px;
    padding: 5px;
    border: 2px dashed #fff;
}

#timeline-header h1 {
    display: inline-block;
    text-shadow: none;
    font-size: 21px;
    letter-spacing: 1px;
    color: #6f99af;
    padding-bottom: 10px;
    padding-top: 0px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#timeline-header {
    padding-top: 0px;
}

#timeline-header .et_pb_row {
    padding-top: 0px;
}

#timeline-title {
    margin-bottom: 40px !important;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff !important;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#timeline-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff !important;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#timeline-inner .et_pb_section {
    padding-top: 0px;
    padding-bottom: 0px;
}

#timeline-holder {}

#timeline-inner {
    padding: 0;
}

#timeline-inner .et_pb_slide_title a {
    display: none;
}

#timeline-holder. #timeline-inner .et_pb_container {
    padding: 0;
    height: 400px;
    overflow: hidden;
}

#timeline-holder. #timeline-inner .et_pb_slider_container_inner {
    padding-top: 0px !important;
    padding-bottom: 0px;
}

.et_pb_blog_grid_wrapper #about-page-archive .et_pb_image_container img {
    border-radius: 50% !important;
}


/*-------DIVIDER FOR RELATED NEWS-------*/

#news-block-1 {
    font-family: 'GillSansMT-Bold', sans-serif !important;
    letter-spacing: 1px;
    color: #eb5b36;
    text-align: center;
    margin-top: 60px !important;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 190px;
    border-bottom: 5px solid #eb5b36;
    margin: 0 auto;
    font-size: 21px;
}

#news-divider-1 {
    border-bottom: 1px solid #eb5b36;
}


/*-------BOOKS PAGE-------*/

#books-header .et_pb_container {
    margin-right: 0px;
}

#books-header .et_pb_slide_image {
    position: absolute;
    right: 0;
    top: 240px;
    max-width: 450px;
}

#books-header .et_pb_slide {
    padding: 0px;
}

#books-about-container .et_pb_row {
    padding: 0px;
}

#books-about h1,
h2,
h3,
h4 {
    text-shadow: none;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#books-about p {
    text-shadow: none;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'GillSansMT-Light', sans-serif !important;
}

#books-chars {
    margin-bottom: 40px;
    padding-top: 10px;
}

#books-chars img {
    max-width: 320px;
}

#books-chars .et_pb_row {
    padding: 0;
}

#books-chars .et_pb_gallery_pagination {
    border: none !important;
}

#books-chars .et_pb_gallery_pagination ul {
    width: 50%;
    margin: auto;
}

#books-chars .et_pb_gallery_pagination .next {
    display: none;
}

#books-gallery img {
    overflow: visible;
}

#books-gallery .et_overlay {
    display: none;
}

#books-books h2 {
    text-shadow: none;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'GillSansMT-Light', sans-serif !important;
    padding-bottom: 10px;
}

#books-books p {
    text-shadow: none;
    color: #000;
    letter-spacing: 0.5px;
    font-family: 'GillSansMT-Light', sans-serif !important;
}

#books-books .et_pb_button {
    text-align: left;
    color: #000;
    font-weight: normal !important;
    font-family: 'Cardo', serif !important;
    font-style: italic;
    font-size: 14px !important;
    padding: 5px 30px 5px 30px !important;
    border-radius: 25px;
    border: 1px solid #000;
    cursor: pointer;
}

#books-title h1 {
    display: inline-block;
    text-shadow: none;
    font-size: 21px;
    letter-spacing: 1px;
    color: #007467;
    border-bottom: 5px solid #007467;
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#books-title {
    padding: 0;
}

#books-title .et_pb_row {
    padding: 0;
}

#books-books .et_pb_button:hover {
    border: 1px solid #007467;
    color: #007467;
    background-color: #fff !important;
}

#books-news .et_pb_post {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden !important;
    width: 100%;
}


/*-------SIDEBAR-------*/

.widgettitle {
    display: none;
}

#categories-2 li {
    color: #000;
    font-family: 'GillSansMT-Light', sans-serif !important;
    padding-bottom: 10px;
    padding-top: 2px;
    border-bottom: 1px solid #7c7c7c;
}

#categories-2 li a {
    font-family: 'GillSansMT-Light', sans-serif !important;
}


/*-------BLOG HOME PAGE-------*/

#news-page .et_pb_blog_grid_wrapper .et_pb_image_container img {
    border-radius: 0 !important;
}

#news-page .et_pb_image_container {
    overflow: hidden !important;
}

#learning-news .et_pb_post {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden !important;
    width: 100%;
}

#news-page .et_pb_post {
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow: hidden !important;
    width: 100%;
}


/*-------BLOG DETAIL PAGE-------*/

.entry-title {
    font-family: 'GillSansMT-Light', sans-serif !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
}

h1 {
    font-size: 21px !important;
}

.entry-title a {
    font-family: 'GillSansMT-Light', sans-serif !important;
    color: #000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 10px;
}

.addtoany_share_save_container {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    padding-left: 30px;
    float: right;
    display: inline-block;
}

.addtoany_share_save_container img {
    max-width: 25px !important;
}

.addtoany_content_top {}

#content-area .entry-content {
    padding-top: 0px;
}

.post-meta {
    display: none !important;
}


/*RELATED NEWS ON BLOG PAGES*/

.yuzo_related_post {}

.yuzo_related_post h3 {
    display: inline-block;
    font-family: 'GillSansMT-Light', sans-serif !important;
    letter-spacing: 1px;
    color: #eb5b36;
    padding-bottom: 5px;
    font-size: 14px !important;
    border-bottom: 5px solid #eb5b36;
}

.yuzo_related_post .yuzo__title {
    text-align: center;
    border-bottom: 1px solid #eb5b36;
}

.yuzo_related_post .yuzo__title h3 {
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

.yuzo_related_post .relatedthumb {
    padding-top: 40px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    width: 265px !important
}

.yuzo_related_post .relatedthumb .yuzo-img {
    width: 265px !important;
    height: 265px !important;
}

.yuzo_related_post .relatedthumb .yuzo-img-wrap {
    padding-bottom: 5px !important;
}

.yuzo_related_post .yuzo__text--title {
    font-family: 'GillSansMT-Light', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    padding-bottom: 13px;
    line-height: 20px;
    color: #000;
    font-size: 16px !important;
}

.yuzo_related_post .yuzo__text--title:after {
    background: none repeat scroll 0 0 #c3c3c3;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 50px;
}

.yuzo_related_post .yuzo_text {
    padding-top: 24px;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    color: #000;
    line-height: 22px;
}


/*-------LEARNING-------*/

#learning-header .et_pb_slide_description {
    padding-top: 40px;
}

#learning-header h2 {
    color: #eb5d37 !important;
}

#learning-title h1 {
    display: inline-block;
    text-shadow: none;
    font-size: 21px;
    letter-spacing: 1px;
    color: #42b3ce;
    border-bottom: 5px solid #42b3ce;
    padding-bottom: 10px;
    padding-top: 25px;
    font-family: 'GillSansMT-Bold', sans-serif !important;
}

#learning-title {
    padding: 0;
}

#learning-title .et_pb_row {
    padding: 0;
}


/*-------FOOTER-------*/

#footer-bottom {
    display: none;
}

#main-footer {
    background: url("https://i.imgsafe.org/9bb53cab10.jpg") center top !important;
}

#enid-footer {
    background: none !important;
    padding-top: 0px !important;
}

#enid-footer p {
    font-family: 'GillSansMT-Bold', sans-serif !important;
    font-style: regular;
    font-size: 12px;
    color: #000 !important;
}

#enid-footer a {
    font-family: 'GillSansMT-Bold', sans-serif !important;
    font-style: normal;
    color: #000;
}

#enid-footer #contact-form-row {
    padding-bottom: 0 !important;
}

#enid-footer .et_pb_row {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
    margin: 0 !important;
    width: 100% !important;
}

#enid-footer .et_pb_divider {
    padding-bottom: 20px !important;
}

#et-footer-nav {
    display: none!important;
}

#footer-widgets {
    padding: 0 !important
}

.footer-widget {
    margin: 0 !important
}

#enid-footer #contact {
    padding-top: 0px;
}

#footer-contact #contact {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

#footer-contact textarea:focus,
#footer-contact input:focus {
    outline: none;
    background-color: #d5d5d5;
}

#footer-contact .form-control {
    font-size: 14px;
    padding: 15px 0px 15px 20px;
    border: none;
    background-color: #f2f2f2;
    width: 100%;
    margin-bottom: 22px;
}

#footer-contact #check13 {
    display: block;
}

#footer-contact #under13 {
    display: inline !important;
    font-size: 13px;
    line-height: 12px !important;
    color: #000 !important;
    letter-spacing: 0px;
}

#footer-contact #under13Btn {
    display: inline !important;
    font-size: 13px;
    margin-right: 8px;
    vertical-align: middle;
}

#footer-contact #privacy {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

#footer-contact #privacyText {
    display: inline !important;
    font-size: 13px;
    color: #000 !important;
    letter-spacing: 0px;
}

#footer-contact #privacyBtn {
    display: inline !important;
    font-size: 13px;
    margin-right: 8px;
    vertical-align: middle;
}

#footer-contact .btn {
    background: none !important;
    font-family: 'Cardo', serif;
    font-style: italic;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    border-radius: 25px;
    border: 1px solid #000;
    cursor: pointer;
    text-transform: capitalize;
}

#footer-contact .btn:hover {
    border: 1px solid #007467;
    color: #007467;
}

#footer-contact #row1 {
    float: left;
    width: 200px;
    margin-right: 20px;
}

#footer-contact #row2 {
    float: left;
    width: 200px;
    display: inline-block;
    margin-right: 20px;
}

#footer-contact #row3 {
    float: left;
    width: 450px;
    display: inline-block;
}

#copyright-text p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 11px !important;
    font-family: 'GillSansMT-Light', sans-serif !important;
}


/*MOBILE MENU*/

#mobile_menu {
    border: none !important;
    background-color: #fff !important;
}

#mobile_menu a {
    font-family: 'GillSansMT-Light', sans-serif !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    padding-bottom: 15px;
    font-style: normal;
    background-color: #fff !important;
}

#mobile_menu .current-menu-item a {
    color: #007467;
}

#mobile_menu a:hover {
    color: #007467;
    background-color: #fff;
}

#mobile_menu .current-menu-parent a {
    background-color: #fff;
}

span.mobile_menu_bar:before {
    color: #058a79 !important;
}


/* MEDIA QUERIES - SMALL PHONE */

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .post-meta {
        display: none !important;
    }
    .yuzo_related_post .yuzo__text--title:after {
        border: none;
        background: none;
    }
    .yuzo_related_post .relatedthumb {
        margin: auto;
        width: 100% !important;
        display: block;
    }
    .yuzo_related_post .relatedthumb .yuzo-img {
        width: 100% !important;
    }
    .et_pb_blog_grid_wrapper h2:after {
        border: none;
        background: none;
    }
    #et_search_icon {
        display: none;
    }
    .addtoany_share_save_container img {
        max-width: 15px !important;
    }
    .et_pb_blog_grid_wrapper h2 a {
        border-bottom: none !important;
    }
    .et_pb_blog_grid_wrapper h2 {
        border-bottom: none !important;
    }
    #home-about-mobile .et_pb_slide_description {
        padding: 0px;
    }
    #home-about-mobile h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        text-shadow: none;
        font-size: 19px;
        letter-spacing: 1px;
        font-family: 'GillSansMT-Bold', sans-serif !important;
    }
    #home-about-mobile p {
        padding: 0px;
        text-shadow: none;
        color: #000;
        font-size: 16px;
        letter-spacing: 0.5px;
        font-family: 'GillSansMT-Light', sans-serif !important;
    }
    #home-about-mobile .et_pb_more_button {
        color: #000;
        font-weight: normal !important;
        font-family: 'Cardo', serif !important;
        font-style: italic;
        font-size: 14px;
        padding: 5px 30px 5px 30px !important;
        border-radius: 25px;
        border: 1px solid #000;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #footer-contact #under13 {
        width: 240px;
        font-size: 13px;
        line-height: 12px !important;
        color: #000 !important;
        letter-spacing: 0px;
    }
    #footer-contact #check13 {
        width: 240px;
        display: block;
    }
    #footer-contact #row1 {
        width: 250px;
    }
    #footer-contact #row2 {
        width: 250px;
    }
    #footer-contact #row3 {
        width: 250px;
    }
    #footer-contact #privacy {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 260px;
        display: block;
    }
    #books-header {
        height: 400px;
    }
    #books-books .et_pb_column {
        margin-bottom: 70px;
    }
    #books-header .et_pb_slide_with_image {
        background-size: 800px;
        background-position: center;
    }
    #books-chars img {
        max-width: 240px;
    }
    #about-header {
        height: 400px;
    }
    #about-header .et_pb_slide {
        background-size: 800px;
        background-position: center;
    }
    #home-header-mobile {
        height: 450px;
    }
    #home-header-mobile .et_pb_slide {
        background-size: 600px;
        background-position: center;
    }
    .et_pb_post {}
    #news-page .post {
        padding-left: 0px;
        padding-right: 0px;
    }
    #news-page .et_pb_image_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    h2 a {
        font-family: 'GillSansMT-Light', sans-serif !important;
        color: #000 !important;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-top: 0px;
    }
    .entry-title {
        font-family: 'GillSansMT-Light', sans-serif !important;
        color: #000 !important;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 15px !important;
        margin-top: 10px !important;
    }
    #about-image {
        height: 150px;
        overflow: hidden !important;
    }
}


/* MEDIA QUERIES - LARGE PHONE */

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .post-meta {
        display: none !important;
    }
    .yuzo_related_post .yuzo__text--title:after {
        border: none;
        background: none;
    }
    .yuzo_related_post .relatedthumb {
        margin: auto;
        width: 100% !important;
        display: block;
    }
    .yuzo_related_post .relatedthumb .yuzo-img {
        width: 100% !important;
    }
    .et_pb_blog_grid_wrapper h2:after {
        border: none;
        background: none;
    }
    #et_search_icon {
        display: none;
    }
    .addtoany_share_save_container img {
        max-width: 15px !important;
    }
    .et_pb_blog_grid_wrapper h2 a {
        border-bottom: none !important;
    }
    .et_pb_blog_grid_wrapper h2 {
        border-bottom: none !important;
    }
    #home-about-mobile .et_pb_slide_description {
        padding: 0px;
    }
    #home-about-mobile h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        text-shadow: none;
        font-size: 19px;
        letter-spacing: 1px;
        font-family: 'GillSansMT-Bold', sans-serif !important;
    }
    #home-about-mobile p {
        padding: 0px;
        text-shadow: none;
        color: #000;
        font-size: 16px;
        letter-spacing: 0.5px;
        font-family: 'GillSansMT-Light', sans-serif !important;
    }
    #home-about-mobile .et_pb_more_button {
        color: #000;
        font-weight: normal !important;
        font-family: 'Cardo', serif !important;
        font-style: italic;
        font-size: 14px;
        padding: 5px 30px 5px 30px !important;
        border-radius: 25px;
        border: 1px solid #000;
        cursor: pointer;
        margin-bottom: 20px;
    }
    #footer-contact #under13 {
        width: 240px;
        font-size: 13px;
        line-height: 12px !important;
        color: #000 !important;
        letter-spacing: 0px;
    }
    #footer-contact #check13 {
        width: 240px;
        display: block;
    }
    #footer-contact #row1 {
        width: 250px;
    }
    #footer-contact #row2 {
        width: 250px;
    }
    #footer-contact #row3 {
        width: 250px;
    }
    #footer-contact #privacy {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 260px;
        display: block;
    }
    #books-header {
        height: 500px;
    }
    #books-header .et_pb_slide_with_image {
        background-size: 800px;
        background-position: center;
    }
    #books-chars img {
        max-width: 240px;
    }
    #about-header {
        height: 500px;
    }
    #about-header .et_pb_slide {
        background-size: 800px;
        background-position: center;
    }
    #home-header-mobile {
        height: 550px;
    }
    #home-header-mobile .et_pb_slide {
        background-size: 1100px;
        background-position: center;
    }
    .et_pb_post {}
    #news-page .post {
        padding-left: 0px;
        padding-right: 0px;
    }
    #news-page .et_pb_image_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    h2 a {
        font-family: 'GillSansMT-Light', sans-serif !important;
        color: #000 !important;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-top: 0px;
    }
    .entry-title {
        font-family: 'GillSansMT-Light', sans-serif !important;
        color: #000 !important;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-bottom: 15px !important;
        margin-top: 10px !important;
    }
    #about-image {
        height: 150px;
        overflow: hidden !important;
    }
}


/* MEDIA QUERIES - TABLETS */

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .yuzo_related_post .relatedthumb {
        margin: auto;
        width: 100% !important;
        display: block;
    }
    .yuzo_related_post .relatedthumb .yuzo-img {
        margin: auto;
        width: 100% !important;
    }
    #books-chars img {
        max-width: 380px;
    }
    .et_pb_slide_image {
        display: none;
    }
    #home-about-mobile .et_pb_slide_description {
        padding: 0px;
    }
    #home-about-mobile h2 {
        padding-top: 20px;
        padding-bottom: 10px;
        text-shadow: none;
        font-size: 19px;
        letter-spacing: 1px;
        font-family: 'GillSansMT-Bold', sans-serif !important;
    }
    #home-about-mobile p {
        padding: 0px;
        text-shadow: none;
        color: #000;
        font-size: 16px;
        letter-spacing: 0.5px;
        font-family: 'GillSansMT-Light', sans-serif !important;
    }
    #home-about-mobile .et_pb_more_button {
        color: #000;
        font-weight: normal !important;
        font-family: 'Cardo', serif !important;
        font-style: italic;
        font-size: 14px;
        padding: 5px 30px 5px 30px !important;
        border-radius: 25px;
        border: 1px solid #000;
        cursor: pointer;
        margin-bottom: 20px;
    }
    /*-------FOOTER-------*/
    .footer-widget {
        min-width: 700px !important;
        margin-right: 0px;
    }
    #enid-footer #contact-form-row .et_pb_row {}
    #enid-footer .et_pb_column_1_4 {
        min-width: 350px;
    }
    #enid-footer .et_pb_text_6 {
        display: none
    }
    #enid-footer .et_pb_text_2 {
        display: none
    }
    #enid-footer .et_pb_text_17 {
        display: none
    }
    #enid-footer .et_pb_column_9 {
        display: none;
    }
    #footer-contact #row1 {
        float: left;
        width: 180px;
        margin-right: 20px;
    }
    #footer-contact #row2 {
        float: left;
        width: 180px;
        display: inline-block;
        margin-right: 20px;
    }
    #footer-contact #row3 {
        float: left;
        width: 280px;
        display: inline-block;
    }
}


/* MEDIA QUERIES - SMALL DESKTOP */

@media only screen and (min-width: 981px) and (max-width: 1199px) {
    #footer-contact #row3 {
        float: left;
        width: 310px;
        display: inline-block;
    }
    #books-chars img {
        max-width: 260px;
    }
    .et_pb_slide_image img {
        max-width: 300px;
    }
    #home-about .et_pb_slide_description {
        padding-left: 90px;
        padding-right: 0px;
        margin-right: 0px;
        width: 500px;
    }
    #home-about .et_pb_more_button {
        text-align: left;
        color: #000;
        position: absolute;
        left: 85px;
        font-weight: normal !important;
        font-family: 'Cardo', serif !important;
        font-style: italic;
        font-size: 14px;
        padding: 5px 30px 5px 30px !important;
        border-radius: 25px;
        border: 1px solid #000;
        cursor: pointer;
    }
}


/* MEDIA QUERIES - LARGE DESKTOPS */

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .et_pb_slide_image img {
        max-width: 350px;
    }
    #books-chars img {
        max-width: 260px;
    }
}