/*======================================
Theme Name: Answersforsleep Divi Child
Theme URI:
Description: Child Theme For AnswerForSleep site
Version: 1.0
Template: Divi
======================================*/

/* Blue: #2273A9 */
/* green */
/* Generic */
.entry-title a {
    transition: 0.3s ease-in-out;
}

.entry-title a:hover {
    color: #51AC00 !important;
}

#main-header {
    background: #2273A9;
}


#et-top-navigation {
    padding-top: 0 !important;
}

#main-header
.menu-item {
    padding-right: 0 !important;
}

@media (max-width: 600px) {
    #main-header  .logo_container {
        min-width: 340px;
    }
}

#main-header  .menu-item a {
    font-family: 'Lato', serif;
    padding: 12px 0 !important;
    font-family: 'Lato', serif;
    color: white !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

@media (min-width: 1140px) {
    #main-header
    .menu-item a {
        font-size: 15px;
        display: flex;
        align-items: center;
        height: 100px;
        padding: 0 10px !important;
    }
}



#main-header.et-fixed-header .menu-item a {
    height: 60px;
}


#main-header
.menu-item a:hover {
    background-color: #144364;
    opacity: 1;
}

@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
        max-width: 1600px;
    }
}

/** Fix menu breakpoint **/
@media (max-width: 1140px) {
    #et_mobile_nav_menu {
        display: block;
    }

    #top-menu {
        display: none;
    }
}

#mobile_menu {
    background: #144364;
}

.mobile_menu_bar {
    height: 66px;
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
}

.mobile_menu_bar_toggle:before {
    color: white !important;
    font-size: 48px;
}


h1, h2, h3, h4, h5 {
    font-family: 'Lato', serif;
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

.et_pb_button {
    border-radius: 1000px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px !important;
    padding: 12px 40px;
    color: white;
    border: 0;
    background: #51AC00;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: background 0.3s ease-in-out !important;
}

.et_pb_button:hover  {
    padding: 12px 40px !important;
    border: 0 !important;
    border-radius: 1000px !important;

    letter-spacing: 1px !important;
    background: #144364 !important;
}

.et_pb_button:after {
    content: none !important;
}

/* Home */

.home-hero-wrap {
    padding-top: 0;
    padding-bottom: 0 !important;

}

.home-hero {
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
}

.home-hero .et_pb_column_0 {
    flex: 0 0 60%;
}

.home-hero .home-hero__image {
    flex: 0 0 40%;
}

.home-hero__image {
    flex: 0 0 40%;
}


.home-hero__image .et_pb_image_0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/** Mobile: doctor **/
@media (max-width: 1023px) {
    .home-hero {
        display: block !important;
    }
}

.hero__name-pos--mobile {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hero__name-pos {
        display: none;
    }

    .hero__name-pos--mobile {
        display: block !important;
        position: static !important;
    }
}

@media (max-width: 1024px) {

    .home-hero h1 {
        font-size: 36px !important;
    }

    .hero__name-pos {
        position: relative !important;
        right: auto !important;
        margin-top: -24px;
        margin-bottom: 48px !important;
    }

}

.home-hero h1 {
    color: white;
    font-size: 66px;
    line-height: 1.2;
    font-weight: 400 !important;
}

.home-hero h1 em {
    font-weight: 600
}


/** Doctor name and position **/
.hero__name-pos {
    position: absolute;
    top: 30%;
    right: -90px;
    text-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}

.hero__name {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.hero__position {
    font-family: 'crimson-text';
    color: #A0D6E4;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}

.home-hero h1 em {
    color:#A0D6E4;
}

.home-hero p {
    color: white;
    margin-top: 12px;
}

.et_pb_row_0 {
    display: flex;
}

/** Books **/
.book {
    display: flex;
    align-items: center;

    max-width: 1024px !important;
}

.book--latest {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 70px !important;
    margin-bottom: 70px !important;
}


/** Books flex **/
@media (min-width: 768px) {

    .book--latest .et_pb_column:first-child {
        flex: 0 0 55%;

    }

    .book--latest .et_pb_column:last-child {
        flex: 0 0 45%;
    }

    .book--sleep.et_pb_column:first-child {
        flex: 0 0 42%;
    }

    .book--sleep .et_pb_column:last-child {
        flex: 0 0 58%;
    }

}


.book h2 {
    font-size: 42px !important;
    color: #2273A9;
    display: inline;
    font-family: 'Crimson Text', serif;
}

.book p {
    margin-top: 28px;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .book {
        flex-direction: column;
    }

    .book--latest {
        padding-bottom: 35px !important;
        margin-bottom: 35px !important;
    }

    .book--latest .et_pb_column:last-child {
        order: -1;
        margin-bottom: 36px !important;
    }

    .home-section {
        padding: 24px 0
    }

    .book h2 {
        font-size: 32px !important;

    }

    .book p {
        margin-top: 21px;
        margin-bottom: 21px;
        font-size: 18px;
    }

    .book--sleep .et_pb_column_1_2 {
        margin-bottom: 40px;
    }

}

/** Actions **/
.home-section--actions .et_pb_row {
    display: flex;
    padding-bottom: 0;
}

.home-section--actions .et_pb_column {
    min-height: 320px;
}

.home-section--actions .et_pb_column > .et_pb_module  {
    height: 100%;
    text-align: center;
}

.action--download,
.action--news
{
    display: flex;
    align-items: center;
    padding: 66px 48px;
}

.action h3,
.action p {
    color: white !important;
    font-family: 'Lato', sans-serif;
}

.action h3 {
    font-size: 33px;
    line-height: 1.18;
    font-family: 'Crimson text', serif;
    margin-bottom: 32px;
    padding-bottom: 0 !important;
}

.action p {
    font-size: 20px;
    line-height: 1.65;
    margin-bottom: 32px;
    padding-bottom: 0 !important
}

.action p:last-child {
    margin-bottom: 0
}

.action a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.action--download a:after,
.action--news a:after {
    position: relative;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f138";
    font-size: 14px;
    margin: 0 0 0 6px;
    top: -1px;
}

.action a:hover {
    color: #75d5ff;
}

@media (max-width: 767px) {
    .home-section--actions .et_pb_row {
        display: block;
    }

    .home-section--actions .et_pb_column {
        min-height: unset;
    }

    .home-section--actions h3 {
        font-size: 24px;
        margin-bottom: 21px;
    }

    .home-section--actions p {
        font-size: 18px;
    }

    .action--download,
    .action--news
    {
        display: flex;
        align-items: center;
        padding: 48px 32px;
    }

}

/*** articles ***/
.home-section--articles .et_pb_post {
    border: 0;
}

.sleep-articles__heading h2 {
    font-size: 47px;
    color: #2273A9;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sleep-articles__heading h2 {
        font-size: 32px;
    }
}

.home-section--articles .post-content {
    display: none;
}

.home-blog .et_pb_ajax_pagination_container
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .home-blog .et_pb_ajax_pagination_container {
        display: block;
        margin: 0;
    }

    .home-blog .et_pb_post {
        padding: 0 !important;
    }
}

.home-blog .et_pb_post {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.home-blog .et_pb_post .entry-title a {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #144364;
}

.home-blog .entry-featured-image-url {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
    border: 1px solid #E5EBEC;
}

.home-blog .entry-featured-image-url:after {
    content: '';
    display: block;
    background: #69A931;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.home-blog .entry-featured-image-url:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: "\f061";
    display: block;
    color: white;
    font-size: 24px;
    z-index: 12;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.home-blog .entry-featured-image-url:hover:after {
    opacity: 0.7;
}

.home-blog .entry-featured-image-url:hover:before {
    opacity: 1;
}

.home-blog .entry-featured-image-url img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-section--articles .et_pb_button {
    margin-bottom: 60px;
}

/*** All inner ***/
.page-header--name h1 {
    font-size: 66px;
    font-weight:  400 !important;
}

@media (max-width: 767px) {
    .page-header--name h1 {
        font-size: 40px !important;
    }
}


/*** About ***/
.page-id-3682 .et_pb_section_0,
.page-id-3682 .et_pb_row_0{
    padding-top: 0;
}

.about-content .et_pb_column_0 {
    margin-top: 24px;
}

/*** Heading ***/
.page-id-3682 h1 {
    font-size: 66px;
    font-weight: 400;
    margin: 60px 0 32px;
    padding-bottom: 0 !important;
}

.page-id-3682 .et_pb_text_1 h2 {
    color: #2273A9;
    margin-bottom: 12px;
    font-size: 30px;

}

.page-id-3682 .et_pb_text_1 p:first-child {
    float: left;
    text-align: left;
    display: inline-block !important;
}


.page-id-3682 .et_pb_text_1 img {
    margin: 0 18px 18px 0;
}

.page-id-3682 .et_pb_row p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.page-id-3682 p a {
    color: #51AB00;
    font-style: regular;
}

@media (max-width: 767px) {
    .page-id-3682 .et_pb_row_0 {
        display: block;
    }

    .page-id-3682 h1 {
        margin-top: 16px !important;
        margin-bottom: 0 !important;
        font-size: 32px;
    }

    .page-id-3682 .et_pb_text_1 h2 {
        margin-top: -16px !important;
        font-size: 21px;
    }


    .page-id-3682 .et_pb_row p {
        font-size: 16px;
        line-height: 1.8;
    }
}

/** about — sidebar **/

@media (max-width: 767px) {
    .about-sidebar {
        margin-top: 40px;
    }
}

.about-sidebar .title h2{
    font-size: 30px;
    color: #145985;
}

.about-sidebar ul {
    margin: 16px 0 32px;
    list-style: none;
}

.about-sidebar li {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 16px;
    color: black;
    font-size: 18px;

}

.about-sidebar li:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f0da';
    display: block;
    position: absolute;
    color: #3CB8D7;
    left: 0;
}

@media (max-width: 767px) {
    .about-sidebar .title h2 {
        font-size: 24px !important;
    }

    .about-sidebar li {
        font-size: 16px !important
    }
}

.widget_search #searchsubmit {
    background: #51AB00;
    border-radius: 0;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 12px !important;
    width: 90px;
    border: 0 !important;
    letter-spacing: 1px;
}

/*** products ***/
.products-section--about p {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: -60px;
}

.page-id-3688 .book--sleep {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .products-section--about p {
        font-size: 18px !important;
    }

    .page-id-3688 .book--sleep {
        margin-bottom: 60px;
    }

}


/*** sleep articles ***/
.s-articles-section--grid .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -27px;
}

@media (max-width: 767px) {
    .s-articles-section--grid .et_pb_ajax_pagination_container  {
        display: block !important;
    }

    .s-articles-section--grid .et_pb_ajax_pagination_container .et_pb_post {
        padding: 0;
        margin-bottom: 48px;
    }

    .s-articles-section--grid
    .post-content p {
        font-size: 15px !important;
        margin-bottom: 4px !important;
    }

    .s-articles-section--grid  .more-link {
        font-size: 16px !important;
    }


}

.s-articles-section--grid .et_pb_ajax_pagination_container .et_pb_post {
    flex: 0 0 50%;
    padding: 0 27px;
}

.s-articles-section--grid  .et_pb_post .entry-title a {
    font-family: 'Lato';
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #115476;
    padding-bottom: 16px !important;
}

.s-articles-section--grid  .entry-featured-image-url {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    margin-bottom: 21px;
    border: 1px solid #F4F4F4
}

.s-articles-section--grid  .entry-featured-image-url img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.s-articles-section--grid
.post-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* number of lines to show */
    margin-top: 8px;
    margin-bottom: 21px;
}


.s-articles-section--grid  .more-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 12px;
    color: #58B621;
    transition: color 0.3s ease-in-out;
}

.s-articles-section--grid  .more-link:hover {
    color: #2173A8;
}

.s-articles-section--grid  .more-link:after {
    position: relative;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-size: 12px;
    margin: 0 0 0 4px;
    top: -2.5px;
}


/*** Siebar for posts ***/

/* Remove */
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

/* Global sidebar width */

@media (min-width: 981px) {

    #left-area {
        width: 69.125%;
        padding-bottom: 23px;
    }

    #sidebar {
        width: 29.875%;
        padding-left: 0 !important;
    }
}

.single-post .entry-title {
    font-size: 37px;
    line-height: 1.2;
    margin-top: -10px;
    margin-bottom: 24px;
}

#sidebar,
.s-articles-section--grid .et_pb_sidebar_0 {
    border-right: 0 !important;
    padding-right: 0 !important;
    border-left: 0 !important;
}

#sidebar .widgettitle,
.s-articles-section--grid .et_pb_sidebar_0 .widgettitle {
    font-size: 27px;
    color: #145985;
    margin-bottom: 12px;
}

.rpwe-li {
    border-bottom: 1px solid #D0DADD !important;
    padding: 0 !important;
    margin: 0 !important
}

.rpwe-li h3 {
    padding: 16px 0 16px !important;
}

.rpwe-li a {
    font-size: 18px;
    color: black !important;
    font-weight: 600;
    display: block !important;

}

@media(max-width: 767px) {

    .single-post .entry-title {
        font-size: 28px;
    }

    .et_pb_sidebar_0 .widgettitle {
        font-size: 21px !important;
    }

    .rpwe-li li a {
        font-size: 16px;
    }
}


#search-2 input {
    border-radius: 0 !important;
}

/* Categories */
.widget_categories select {
    width: 100%;
    padding: 5px 35px 8px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #919CA0;
    font-size: 15px;
    pointer-events:all;
}

.widget_categories form {
    position: relative;
    pointer-events: none;
}

.widget_categories form:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d7";
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 8px;
    color: #D0D2D3;
}



/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}


/* pagination */

/*styles the wp-pagenavi pagination links*/
.wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 12px !important;
    font-size: 22px !important;
    color: #C2C2C2;
    transition: all .3s;
    font-family: 'Lato', sans-serif;
}

/*styles the wp-pagenavi current page number*/
.wp-pagenavi {
    border-top: 0;
    flex: 0 0 100%;
    text-align: left;
}

.s-articles-section--grid  .wp-pagenavi {
    padding-left: 23px;
}

.wp-pagenavi span.current {
    color: #ffffff !important;
    background: #58B621 !important;
}

/*styles the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
    color: #094a67 !important;
}

/*styles the wp-pagenavi pages text*/
.wp-pagenavi .pages {
    background: none;
}

@media (max-width: 767px) {
    .wp-pagenavi span.current {
        font-size: 18px !important;
        padding: 4px 8px;
    }

    /*styles the wp-pagenavi pagination links on hover*/
    .wp-pagenavi a {
        font-size: 18px !important;
        padding: 4px 6px !important;
    }

}


/*** media ***/
.media-section--about p {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
}

.media-section--form h2 {
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-size: 47px;
    color: #145985;
    margin-top: -80px;
}

.media-section--form input,
.media-section--form select,
.media-section--form textarea
{
    background: #F6F7FA !important;
    border: 1px solid #E8E8E8 !important;
    font-size: 20px !important;
    color: black;
}

.media-section--form input::placeholder,
.media-section--form textarea::placeholder,
.media-section--form select{
    color: #3F3F3F;
}

.media-section--inquires p:first-child {
    margin-top: -40px;
    border-top: 1px solid #DBDBDB;
    padding-top: 40px;
}

.media-section--inquires p {
    font-size: 18px;
    padding-bottom: 8px;
    font-family: 'Lato', sans-serif;
    color: #333333;
}

.media-section--inquires {
    margin-bottom: 60px;
}

.media-section--form  .et_contact_bottom_container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 10px;
}

.media-section--form  .et_contact_bottom_container button  {
    padding-left: 48px;
    padding-right: 48px;
}


.media-section--form  .et_contact_bottom_container button:hover {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

@media (max-width: 767px) {
    .media-section--about p {
        font-size: 16px;
        line-height: 1.5;
    }

    .media-section--form h2 {
        font-size: 24px;
    }

    .media-section--form input,
    .media-section--form select,
    .media-section--form textarea
    {
        font-size: 16px !important;
        padding: 12px 12px !important
    }


}


/*** Press ***/
.grid--heading h2 {
    text-align: center;
    color: #145985;
    font-size: 37px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

@media (max-width: 767px) {

    .grid--heading {
        padding-bottom: 0;
    }

    .grid--heading h2 {
        font-size: 24px !important;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

.grid--3 .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .grid--3 .et_pb_ajax_pagination_container {
        display: block;
    }
}


.grid--3 .et_pb_post {
    flex: 0 0 33%;
    padding: 24px 24px 24px !important;
    margin-bottom: 0;
    border-bottom: 1px solid #DBDBDB;
}

@media (min-width: 768px) {
    .grid--3 .et_pb_post:nth-child(3n + 2) {
        border-left:  1px solid #DBDBDB;
    }

    .grid--3 .et_pb_post:nth-child(3n)
    {
        border-left: 1px solid #DBDBDB
    }

    .grid--3 .et_pb_post:nth-child(7),
    .grid--3 .et_pb_post:nth-child(8),
    .grid--3 .et_pb_post:nth-child(9) {
        border-bottom: 0;
        padding-bottom: 0 !important;
    }



}


.grid--3 .entry-title a {
    color: #144364;
    font-size: 22px;

}


.grid--3
.post-content p {
    font-size: 18px;
    line-height: 1.8;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
}


.grid--3  .more-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px;
    color: #58B621;
    visibility: hidden;

}

.grid--3   .more-link:after {

    display: block;
    visibility: visible;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f061";
    font-size: 18px;
    margin: 0 0 0 4px;
    top: -2.5px;
    transition: all 0.3s ease-in-out;
}

.grid--3 .more-link:hover:after {
    color: #2173a8;
}

.grid--3  .entry-featured-image-url {
    position: relative;
    height: 0;
    padding-bottom: 33%;
    margin-bottom: 21px;
}

.grid--3  .entry-featured-image-url img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.grid--3 .wp-pagenavi {
    margin-top: 64px;
}

@media (max-width: 767px) {
    .grid--3 .entry-title {
        padding-bottom: 16px;
        line-height: 1.4;
    }

    .grid--3
    .post-content p {
        font-size: 16px !important;
    }
}

/*** FAQ ***/
.faq .et_pb_toggle {
    border: 0;
    border-bottom: 1px solid #C3C9D2;
    background: none;
    margin-bottom: 0 !important;
}

.faq .et_pb_toggle_title {
    font-size: 22px;
    line-height: 1.5;
    color: #145985 !important;
}

.faq .et_pb_toggle_title {
    padding-right: 66px !important;
}

.faq .et_pb_toggle_title:before {
    color: #3CB8D7;
    font-size: 28px;
}

.faq .et_pb_toggle_open .et_pb_toggle_title:before {
    content: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.5em;
    color: rgb(204, 204, 204);
    font-size: 28px;
    content: "\f056";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #51AB00;
}

.faq .et_pb_toggle_content {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

@media (max-width: 767px) {

    .faq .et_pb_toggle {
        padding-left: 0;
        padding-right: 0;
    }

    body	.faq .et_pb_toggle h5.et_pb_toggle_title {
        font-size: 15px !important;
        padding-right: 36px !important;
    }

    .faq .et_pb_toggle_content {
        font-size: 14px !important;

    }

    .faq .et_pb_toggle_title:before  {
        font-size: 16px !important
    }
}


/*** Latest Book ***/
.post-4332 p, .post-4392 p {
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

.book-page--heading h2 {
    color: #145985;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}


.book--page__book p {
    margin-top: -30px;
    font-size: 20px !important;
    line-height: 33px !important;
}

.book--page__buy {
    margin-top: 0px;
    margin-bottom: 90px;
}

.book--page__buy h2 {
    margin-bottom: -30px !important;
    font-size: 40px !important;
    font-weight: bold !important;
}


.book--page__content ul {
    list-style: none;
    margin-bottom: 12px;
}

.book--page__content li {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
}

.book--page__content li:last-child {
    margin-bottom: 0;
}

.book--page__content li:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f0da';
    display: block;
    position: absolute;
    color: #3CB8D7;
    left: 0;
}

.book--page__content {
    margin-bottom :40px;
}

@media (min-width: 1023px) {
    .book--page__book {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .book--page__book .et_pb_column_1 {
        padding-bottom: 32px !important;
    }

    .page-header--name h1 {
        font-size: 32px !important;
    }

    .book--page__buy {
        margin-bottom: 40px;
    }

    .book--page__buy h2,
    .book-page--heading h2 {
        font-size: 28px !important;
        font-weight: 400;
    }

    .post-4332 p, .post-4392 p {
        font-size: 16px;
    }

    .book--page__book p {
        font-size: 18px;
    }

}



/*** Footer ***/
.footer-widget h4 {
    color: white !important;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .footer-widget h4 {
        font-size: 21px;
    }
}

@media (min-width: 1024px) {
    #text-2 {
        padding: 0 24px;
    }
}

.footer-widget #text-3 {
    margin-bottom: 0px;
}

.footer-widget #nav_menu-2 {
    margin-bottom: 18px;
}

.footer-widget li.menu-item
{
    padding-left: 0 !important;
}

.footer-widget li.menu-item a {
    font-size: 18px;
}

@media (max-width: 767px) {
    .footer-widget li.menu-item a {
        font-size: 16px;
    }
}

.footer-widget li.menu-item:before {
    content: none !important;
}

.footer-widget a {
    transition: all 0.3s ease-in-out;
}

.footer-widget a:hover {
    color: #75d5ff !important;
}

.footer-widget p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 300;
}

.footer-widget p strong {
    font-weight: 600;
}

/* footer social icons */
.footer__social__icon i {
    font-size: 22px !important;
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

.footer-widget a:hover i {
    color: #75d5ff;
}

#footer-info {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}


#footer-info .footer-separator {
    margin: 0 4px;
    opacity: 0.7;
}

.footer-rise {
    display: inline-block;
    height: 16px;
    width: 30px !important;
    position: relative;
    top: 6px;
    background: url('http://answersforsleep.com/wp-content/uploads/2019/03/rise_logo.png') top left no-repeat;
    background-size: contain;
}

.post
.heateor_sss_sharing_container {
    margin-top: 40px;
}

.page
.hentry .heateor_sss_sharing_container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    margin: -60px auto 120px !important;
}

/* per page */
.home .heateor_sss_sharing_container {
    display: none;
}

.page-id-3702 .hentry .heateor_sss_sharing_container {
    margin-top: 30px;
}