/*
Theme Name: NerdyBookGirl
Theme URI: https://surge.global/
Description: Divi Child Theme by Surge Global Web
Author: Surge Global
Author URI: https://surge.global/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nerdybook
*/

/* Css by DS */

body {
    font-family: 'Lato', sans-serif;
}

a {
	color: #800080;
}

/* Header */
.nerdybook_side_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.nerdybook_side_menu li:last-child a {
    background: #800080;
    border: 1px solid #800080;
    color: #fff !important;
    width: 135px;
    padding: 10px 24px;
    height: 44px;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.nerdybook_side_menu li:last-child a:hover {
    color: #FFFFFF !important;
    border-color: #4D004D !important;
    background-image: initial;
    background-color: #4D004D;
    border: 1px solid;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.nerdybook_side_menu li a {
    font-family: 'Lato', sans-serif;
    color: #800080;
}

.nerdybook_middle_menu ul li a {
	font-weight: 400;
}

.nerdybook_menu_top .et_pb_column.et_pb_column_1_3.et_pb_column_0_tb_header.nerdybook_menu_mob_col.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    width: 25%;
    margin: 0;
}

.nerdybook_menu_top .et_pb_column.et_pb_column_1_3.et_pb_column_1_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    width: 50%;
    margin: 0;
}

.nerdybook_menu_top .et_pb_column.et_pb_column_1_3.et_pb_column_2_tb_header.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 25%;
}

.nerdybook_menu_top .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    padding: 0 20px;
}

.nerdybook_side_menu-panel .et_pb_menu__wrap {
	justify-content: end !important;
}

.nerdybook_side_menu-panel ul.et-menu {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center !important;
    justify-content: flex-end !important;
}

.nerdybook_side_menu-panel ul.et-menu li {
	margin: 0 !important;
	padding: 0 8px !important;
}

.nerdybook_side_menu-panel ul.et-menu li a {
	padding: 0 !important;
	color: #800080 !important;
	font-weight: 500;
}

.nerdybook_side_menu-panel ul.et-menu li:last-child a {
	background: #800080;
    border: 1px solid #800080;
    color: #fff !important;
    width: 135px;
    padding: 10px 24px !important;
    height: 44px;
    text-align: center;
	font-weight: 500;
    line-height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

/* Footer */
.nerdybook_footer_main p {
    font-weight: 400;
}

.nerdybook_footer_main p a {
    font-weight: 400;
}

.nerdybook_footer_links ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    color: #E7E7E6;
}

.nerdybook_footer_links ul li a {
    font-weight: 400;
}
.footer-menu-panel ul li {
	margin-top: 0 !important;
}
.nerdybook_newsletter .ginput_container_email #input_1_1 {
    font-family: 'Lato', sans-serif;
    text-align: left;
    height: 56px;
    border: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 21px;
}

.nerdybook_newsletter .gform_footer {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
}

.nerdybook_newsletter .gform_footer .gform_button {
    font-family: 'Lato', sans-serif !important;
    height: 48px !important;
    background: #800080 !important;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    margin: 4px !important;
    padding: 12px 24px !important;
    font-size: 18px !important;
    line-height: 21px !important;
}

.nerdybook_newsletter .gform_footer .gform_button:hover {
    color: #FFFFFF !important;
    background-image: initial;
    background-color: #4D004D !important;
    border: 1px solid #4D004D !important;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    transition: 0.4s !important;
}

.nerdybook_copywrite span {
    border-left: 1px solid #E7E7E633;
    padding-left: 24px;
    margin-left: 24px;
}

.nerdybook_main_btn {
    line-height: 24px !important;
}

/* Mobile Menu */
.nerdybook_mobile_menu #menu-item-79405 {
    border: 0;
}

.nerdybook_mobile_menu #menu-item-79405 a {
    border: 0;
    background: #800080;
    color: #fff !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    margin-top: 15px;
}

.nerdybook_mobile_menu #menu-item-79405 a:hover {
    color: #FFFFFF;
    background-color: #4D004D;
    border-color: #4D004D;
}

.nerdybook_mobile_menu .et_mobile_menu li a {
    padding: 12px 0;
}

::placeholder {
    color: #CFCECE !important;
    opacity: 1;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    line-height: 21px !important;
}

::-ms-input-placeholder {
    color: #CFCECE !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    line-height: 21px !important;
}

.nerdybook_post_main h1 {
    padding-bottom: 24px;
}

.nerdybook_post_main .et_pb_title_meta_container {
    padding-bottom: 40px !important;
}

.nerdybook_post_main .et_pb_title_featured_container img {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
	height: 450px;
    object-fit: cover !important;
}

.nerdybook_icon_row.et_pb_gutters2 .et_pb_column {
    margin-right: 24px !important;
}

.nerdybook_icon_row.et_pb_gutters2 .et_pb_column.et_pb_column_4 {
    margin-right: 0 !important;
}

.nerdybook_icon_row.et_pb_gutters2 .et_pb_column_1_3,
.nerdybook_icon_row.et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 32.3333%;
}

.nerdybook_newsletter .gform_validation_errors {
    display: none !important;
}

.nerdybook_newsletter .gfield_validation_message {
    font-family: 'Lato', sans-serif !important;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
}

.nerdybook_icon_row .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 24px;
}

.nerdybook_icon_row .et_pb_blurb_position_left .et_pb_blurb_container h4 {
    padding: 0px;
}

/* Posts styles */
.et_pb_post_content h2,
.et_pb_post_content h3,
.et_pb_post_content h4,
.et_pb_post_content h5 {
	padding-bottom: 0px;
}

.nerdybook_post_greenbox h5 {
    padding-bottom: 24px;
}

.nerdybook_post_greenbox h4 {
	padding-bottom: 24px;
}

.nerdybook_post_greenbox p {
    padding-bottom: 0px !important;
    color: #403D39;
	font-weight: 500;
}

.nerdybook_post_greenbox_p p {
    padding-bottom: 24px !important;
}

.nerdybook_post_greenbox ul li {
    margin-bottom: 16px;
    color: #403D39;
	line-height: 24px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.nerdybook_post_greenbox ul li:last-child {
    margin-bottom: 0px;
}

.nerdybook_post_greenbox ul {
    padding-bottom: 0;
}

.nerdybook_best_not_box .et_pb_text_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.nerdybook_best_col {
    width: 50%;
}

.nerdybook_best_col h6 {
    font-weight: 600 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.nerdybook_best_col_1 {
    background: rgba(143, 179, 57, 0.08);
    border: 1px solid #8FB339;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
}

.nerdybook_best_col_1 h6:before {
    content: url('/wp-content/uploads/2024/11/tick-circle.svg');
    height: 32px;
}

.nerdybook_best_col_2 {
    background: rgba(233, 63, 66, 0.08);
    border: 1px solid #E93F42;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
}

.nerdybook_best_col_2 h6:before {
    content: url('/wp-content/uploads/2024/11/close-circle.svg');
    height: 32px;
}

.nerdybook_posts_faq .et_pb_toggle_open h5:after {
    content: url('/wp-content/uploads/2024/11/add.svg');
    position: absolute;
    right: 0;
    top: 0px;
}

.nerdybook_posts_faq h5 {
	font-weight: 600;
}

.et_pb_accordion.nerdybook_posts_faq .et_pb_toggle_content {
    padding-bottom: 0 !important;
}

.nedrybook_post_comment_section #comment-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.nedrybook_post_comment_section .comment-reply-title {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    padding-bottom: 19px;
    display: none;
}

.nerdybook_comment_title_custom {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 19px;
    color: #100C08;
}

#comment-wrap .page_title {
    display: none;
}

.nerdybook_comment_count #comment-wrap .page_title {
    display: block;
}

.nerdybook_comment_count p {
    color: #100C08;
    font-family: 'Lato', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0px;
}

.nedrybook_post_comment_section .comment-form-comment textarea {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #E7E7E6 !important;
    background: #FFF !important;
	height: 120px !important;
}

.nerdybook_comment_count {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
	margin-top: 35px;
}

.nerdybook_comment_count span {
	color: #800080;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

body.single-post #page-container .nedrybook_post_comment_section .comment_area .comment-reply-link {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    background: #0000 !important;
    border: 0 !important;
    color: #800080 !important;
    padding: 0 !important;
}

.nedrybook_post_comment_section .comment_postinfo {
    margin-bottom: 0px;
    padding-left: 75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 70px;
    justify-content: center;
}

.nedrybook_post_comment_section .comment_area {
    position: relative;
    top: 16px;
}

.nedrybook_post_comment_section .comment-body {
    position: relative;
    padding: 0;
    margin-bottom: 24px;
    padding-bottom: 18px;
    min-height: 87px;
}

.nedrybook_post_comment_section .comment_avatar img {
    width: auto;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.nedrybook_post_comment_section .comment-form-url {
    display: none !important;
}

.nerdybook_post_link p a {
    color: #800080;
    text-decoration: underline;
}

.nerdybook_post_link li a {
    color: #800080;
    text-decoration: underline;
}

.single-post .et_pb_post_content li a {
    color: #800080;
    text-decoration: underline;
}

.nerdybook_post_link li {
    margin-bottom: 16px;
}

.a2a_s_facebook:after {
	content: url('/wp-content/uploads/2024/11/facebook.svg');
}
.a2a_s_linkedin:after {
	content: url('/wp-content/uploads/2024/11/linkdin.svg');
}
.a2a_s_x:after {
	content: url('/wp-content/uploads/2024/11/x-logo.svg');
}
.a2a_s_link:after {
	content: url('/wp-content/uploads/2024/11/copylink.svg');
}

.addtoany_shortcode svg {
	height: 0px !important;
	opacity: 0 !important;
}

.addtoany_shortcode .a2a_svg {
	background: #fff0 !important;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    line-height: 7px !important;
	height: 29px !important;
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px;
    border-right: 1px solid #0d0d0d17;
    height: 16px !important;
}
.addtoany_list.a2a_kit_size_32 a:last-child {
	border-right: 0px solid #0D0D0D;
}

#respond {
    padding-top: 0 !important;
}
.nedrybook_post_comment_section .comment-form-author {
    padding-bottom: 0 !important;
}
.nedrybook_post_comment_section .comment-form-email {
	padding-bottom: 0 !important;
}

/* Ninja table styles */
.nerdybook_post_content .semantic_ui .ui.table tr td {
    color: #403D39;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border-top: 0;
}

.nerdybook_post_content .semantic_ui .ui.table thead th {
    color: #100C08;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.nerdybook_post_content .semantic_ui .ui.table thead th {
    background: none;
    border-bottom: 0px !important;
}

.nerdybook_post_content .ninja_clmn_nm_book {
    width: 120px !important;
}



.nerdybook_post_content .semantic_ui .ui.striped.table tbody tr:nth-child(2n),
.nerdybook_post_content .semantic_ui .ui.striped.table>tr:nth-child(2n) {
    background-color: #FAFAFA;
}

.nerdybook_post_content .semantic_ui .ui.table tr {
    height: 215px;
}

.nerdybook_post_content tr.footable-header {
    background: #FAFAFA;
    height: 74px !important;
}

.nerdybook_post_content tr.footable-filtering {
    background: #0000 !important;
    border-radius: 20px 20px 0 0 !important;
    height: 74px !important;
}

.nerdybook_post_content .ninja_clmn_nm_myrating a {
    display: none;
}

.nerdybook_post_content .foo-table .form-group.footable-filtering-search input.form-control {
    margin-bottom: 0 !important;
    font-size: 16px;
    line-height: 21px;
}

.nerdybook_post_content .footable .btn-primary {
    background-color: #800080;
    border-color: #2e6da4;
    border: 0;
    color: #fff;
    padding-top: 14px !important;
    line-height: 28px;
}

.nerdybook_post_content .ninja_clmn_nm_price a.aawp-link {
    border-radius: 4px;
    border: 1px solid #CDA94F;
    background: #DEBB64;
    display: block;
    text-align: center;
    width: 130px;
    text-decoration: none !important;
    color: #100C08 !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 8px !important;
}

.nerdybook_post_content .foo-table img {
    max-width: 100%;
    width: 85px;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
}

.nerdybook_post_content .semantic_ui .ui.table td {
    padding: 10px 16px;
}

td.ninja_column_4.ninja_clmn_nm_myrating {
    color: #800080 !important;
}

.nerdybook_custom-breadcrumbs a {
    color: #800080;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-right: 8px;
}

.nerdybook_custom-breadcrumbs {
    color: #9F9E9C;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.nerdybook_custom-breadcrumbs a:nth-child(2) {
	padding-left: 8px;
}
.nerdybook_custom-breadcrumbs span {
	padding-left: 8px;
}

.single-post .et_pb_title_meta_container span.published {
	padding-right: 12px;
}
.single-post .et_pb_title_meta_container .comments-number {
	padding-left: 12px;
}

.nedrybook_post_comment_section button.submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    padding: 16px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid #800080;
    background: #800080;
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px !important;
    margin-top: 40px;
}

.nedrybook_post_comment_section button.submit:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    padding: 16px 32px;
    color: #FFFFFF !important;
    border-color: #4d004d !important;
    background-image: initial;
    background-color: #4d004d;
    border: 1px solid;
}

.nedrybook_post_comment_section button.submit:after {
    content: none !important;
}

.nedrybook_post_comment_section .comment-notes,
.nedrybook_post_comment_section .comment-form-cookies-consent {
    display: none !important;
}

.nedrybook_post_comment_section .form-submit {
    padding-bottom: 48px !important;
}

.nedrybook_post_comment_section .form-submit:after {
    content: url('/wp-content/uploads/2024/11/dotted-line.svg');
    position: relative;
    top: 30px;
}

.nedrybook_post_comment_section ol.commentlist {
    margin-top: 40px;
}

.nedrybook_post_comment_section .comment-form-author {
    width: 49%;
    display: inline-flex !important;
    flex-direction: column;
	margin-top: 28px;
}

.nedrybook_post_comment_section .comment-form-email {
    width: 50%;
    display: inline-flex !important;
    flex-direction: column;
}

.nedrybook_post_comment_section .comment-form-author input {
	width: 410px !important;
    margin-right: 0 !important;
    padding-right: 0px !important;
}

.nedrybook_post_comment_section .comment-form-email input {
	width: 430px !important;
    margin-right: 0 !important;
    padding-right: 0px !important;
}

.comment-form-author #author {
    display: inline-block;
    height: 56px;
    padding: 16px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #E7E7E6 !important;
    background: #FFF !important;
    width: 410px !important;
    margin-right: 24px;
    padding: 16px 20px !important;
}

.comment-form-email #email {
    display: inline-block;
    height: 56px;
    padding: 16px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #E7E7E6 !important;
    background: #FFF !important;
    width: 430px !important;
    padding: 16px 20px !important;
}

.nedrybook_post_comment_section .comment-reply-link:hover:after {
    content: none !important;
}

.nedrybook_post_comment_section .logged-in-as a {
    color: #800080;
}

.nedrybook_post_comment_section #commentform {
    padding-bottom: 0;
}

.nedrybook_post_comment_section .comment-content p {
    color: #403D39;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.nedrybook_post_comment_section a.comment-reply-link.et_pb_button {
    color: #800080;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 16px;
}

.nedrybook_post_comment_section .comment .children {
    margin-left: 90px;
    padding-left: 24px !important;
    border-left: 1px solid #E7E7E6;
}

.nedrybook_post_comment_section span.comment_date {
    color: #9F9E9C;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.nedrybook_post_comment_section .semantic_ui table tbody tr:hover {
    background: #fff !important;
}

.ninja_clmn_nm_book a {
    color: #000 !important;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.ninja_clmn_nm_book p {
    display: contents !important;
}

/* AAWP ad styles */
/* temp */
.aawp-link, .nerdybook_post_content a.aawp-button.aawp-button--buy.aawp-button.aawp-button--amazon {
    pointer-events: none !important;
}
/* ***** end ***** */

.nerdybook_post_content .aawp-product {
    background: rgba(231, 231, 230, 0.20) !important;
    border-radius: 20px;
    padding: 16px !important;
	border: 1px solid #E7E7E6 !important;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__image {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0;
    max-height: 241px;
    max-width: 100%;
    width: 138px;
    height: 241px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-radius: 8px;
}

.nerdybook_post_content a.aawp-button.aawp-button--buy.aawp-button.aawp-button--amazon {
    border-radius: 4px !important;
    border: 1px solid #CDA94F !important;
    background: #DEBB64 !important;
    padding: 8px 24px !important;
    color: #100C08 !important;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.nerdybook_post_content .aawp-product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #E7E7E6;
    padding-top: 24px;
    margin-top: 24px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__title {
    margin: 0 0 24px;
    color: #100C08;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__description>ul li {
    word-wrap: break-word;
    background: none;
    margin: 0;
    padding: 0;
    color: #403D39;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 12px;
}

.nerdybook_post_content ul {
    margin: 0 0px;
    padding: 0;
    list-style: none;
}

.nerdybook_post_content ul {
    list-style-image: url(/wp-content/uploads/2024/11/li-dot.svg);
    padding-left: 14px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__description>ul {
    margin: 0 0px;
    padding: 0;
    list-style: none;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__description>ul {
    list-style-image: url(/wp-content/uploads/2024/11/li-dot.svg);
    padding-left: 14px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__description>ul li:last-child {
    margin-bottom: 0px;
}

.nerdybook_post_content .aawp .aawp-button.aawp-button--icon:before,
.aawp-button.aawp-button--icon:before {
    content: none !important;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    padding-left: 0;
    text-align: right;
    width: 903px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__thumb {
    width: 138px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__content {
    margin-left: 138px;
    padding-left: 16px;
}

.nerdybook_post_content .aawp-product__rating:before {
    content: "My rating:";
    display: block;
    margin-top: 12px;
    color: #100C08;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    color: #000;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.nerdybook_post_content .aawp .aawp-product--horizontal .aawp-product__ribbon--sale {
    display: none;
}

.nerdybook_post_content .aawp-star-rating {
    height: 20px;
}

.nerdybook_post_content .aawp-star-rating>span {
    background-image: url(/wp-content/uploads/2024/11/Star-1.svg);
    height: 20px;
}

.semantic_ui .ui.selectable.table tbody tr:hover,
.semantic_ui .ui.table tbody tr td.selectable:hover {
    background: #fff !important;
}

.nerdybook_post_content .ninja_clmn_nm_myrating {
    color: #800080;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 214px;
    text-align: center !important;
}

.nerdybook_post_content .ninja_clmn_nm_myrating.footable-sortable {
    height: auto;
    text-decoration: none;
}

.nerdybook_post_content .ninja_clmn_nm_goodreadsrating {
    text-align: center !important;
}

.nerdybook_post_content .ninja_clmn_nm_price {
    text-align: center !important;
}

.comment-form-comment {
    width: 100%;
    margin-bottom: 0px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.nedrybook_post_comment_section .comment-form-comment label,
.nedrybook_post_comment_section .comment-form-email label,
.nedrybook_post_comment_section .comment-form-author label {
	display: block !important;
	color: #100C08;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.nedrybook_post_comment_section ol.commentlist li:first-child {
	border-bottom: 1px solid #E7E7E6;
    margin-bottom: 24px;
}

.nedrybook_post_comment_section ol.commentlist ul.children li {
    border-bottom: 0px !important;
    margin-bottom: 24px;
}

.nedrybook_post_comment_section .comment-edit-link {
	color: #800080;
}

/* end */

.nerdybook-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-gap: 10px;
    -moz-gap: 10px;
    gap: 10px;
    margin-top: 20px;
}

.nerdybook_icon_row .et_pb_blurb_content {
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.nerdybook_icon_row .et_pb_main_blurb_image {
    width: 56px !important;
    margin: 0;
}

.gform_confirmation_message_1 {
    color: #0f8933;
}

.gform_confirmation_message {
    border: 1px solid #7c007c !important;
    background: #ffffff !important;
    color: #7c007c !important;
    padding: 8px !important;
    border-radius: 100px !important;
}

.home .nerdybook-no-posts {
	border: 1px solid #800080 !important;
    background: #faf5fa;
    color: #800080;
    padding: 8px !important;
    border-radius: 100px;
    max-width: 600px;
    margin: 0 auto;
}

/* About page */
.nerdybook_about_icon_row {
	display: flex;
    align-items: center;
}
.nerdybook_about_icon_row .et_pb_blurb_content {
	display: flex;
    align-items: center;
	margin: 0;
}
.nerdybook_about_icon_row .et_pb_blurb_content .et_pb_main_blurb_image {
	margin: 0;
	width: 56px;
    height: 56px;
}
.nerdybook_about_icon_row .et_pb_blurb_content h4 {
	padding: 0;
	font-weight: 600;
}
.nerdybook_about_icon_row .et_pb_blurb_container {
    padding-left: 16px !important;
}
.nerdybook_about_icon_row .et_pb_column_1,
.nerdybook_about_icon_row .et_pb_column_4,
.nerdybook_about_icon_row .et_pb_column_7 {
	width: 41% !important;
}
.nerdybook_about_icon_row .et_pb_column_2,
.nerdybook_about_icon_row .et_pb_column_5,
.nerdybook_about_icon_row .et_pb_column_8 {
	width: 20% !important;
}
.nerdybook_about_icon_row .et_pb_column_3,
.nerdybook_about_icon_row .et_pb_column_6,
.nerdybook_about_icon_row .et_pb_column_9 {
	width: 39% !important;
}
.et_pb_gutters3 .nerdybook_about_row .et_pb_column_1_2 {
	margin: 0 !important;
}
.et_pb_gutters3 .nerdybook_about_row .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 50% !important;
}
.nerdybook_about_row .et_pb_column_12,
.nerdybook_about_row .et_pb_column_15 {
	border-left: 1px solid transparent;
    border-image: repeating-linear-gradient(to bottom, #D9B3D9 0, #D9B3D9 5px, transparent 5px, transparent 9px) 1;
	position: relative;
    z-index: 0;
}
.nerdybook_about_row .nerdybook_about_icon_row .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
    width: 40px;
    height: 40px;
}
.nerdybook_about_row_border {
	border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #D9B3D9 0, #D9B3D9 5px, transparent 5px, transparent 9px) 1;
    position: relative;
    z-index: 0;
    padding-bottom: 101px !important;
}
.nerdybook_about_row ul {
	list-style: none;
	padding: 0px;
}
.nerdybook_about_row ul li {
	margin-bottom: 16px;
}
.nerdybook_about_row ul li:last-child {
	margin-bottom: 0px;
}
.nerdybook_about_row ul li:before {
	content: url('/wp-content/uploads/2024/11/li-dot.svg');
	position: relative;
    top: -3px;
    padding-right: 8px;
}
.nerdybook_image_grid .et_pb_row  {
	display: flex;
    column-gap: 24px;
}
.nerdybook_image_grid .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 0%;
}
.swiper {
   width: 100%;
   max-width: 100%;
   margin: auto;
}
.swiper-slide {
   display: flex;
   justify-content: center;
   align-items: center;
}
.nerdybook_slider_card {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 16px;
}
.nerdybook_slider_content h5 {
	color: #100C08;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 24px;
}
.nerdybook_slider_content p {
	color: #403D39;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	padding-bottom: 32px !important;
}
.nerdybook_slider_content .nerdybook_slider_auther {
	color: #9F9E9C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.nerdybook_slider_main .swiper-pagination {
	display: none;
}

/* Guternberg styles */
.nerdybook_post_2box_block {
	column-gap: 24px;
}
.nerdybook_post_greenbox {
	background-color: #ebf6f6;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
}
.nerdybook_post_greenbox h4 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #100c08 !important;
    line-height: 42px;
}
.nerdybook_best_col h6 {
	color: #100C08;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.nerdybook_post_greenbox h5 {
	font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 24px !important;
    color: #4d004d !important;
    line-height: 24px;
}
.nerdybook_post_greenbox ul {
    list-style: none;
    padding: 0px;
}
.nerdybook_post_greenbox ul li {
    margin-bottom: 16px;
}
.nerdybook_post_greenbox ul li:before {
    content: url(/wp-content/uploads/2024/11/li-dot.svg);
    position: relative;
    top: -3px;
    padding-right: 8px;
}
.single-post .et_pb_post_content .semantic_ui .ui.table {
	margin-top: 48px;
}
.single-post .aawp {
	margin-top: 48px;
}
.nerdybook_post_faqs .stk-block.stk-block-column.stk-column>.stk-column-wrapper {
    margin: 0;
}
.nerdybook_post_faqs .stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-heading {
    flex: 1;
    margin-bottom: 24px;
}
.nerdybook_post_faqs {
	margin-bottom: 80px;
}
.stk-block-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-block-icon {
    /* align-items: flex-start !important; */
}
.gform-theme--framework .gform-loader {
    position: absolute  !important;
    right: -30px  !important;
    border-block-end-color: #800080  !important;
    border-inline-start-color: #800080  !important;
}

/* sh */
.nerdybook-result-container-wrapper {
	display: none;
}
/* ******** */


/* CSS by AD */

/* Post Filter By Category Section - START */
@font-face {
    font-family: "post-link-icon";
    font-display: swap;
    src: url("/wp-content/uploads/et-fonts/custom_icon_set_01.ttf") format("truetype");
}


.nerdybook_post_card_container {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    -ms-gap: 24px;
    margin-bottom: 56px;
}

.nerdybook_post_card {
    padding: 16px 16px 24px 16px;
    border: 1px solid #E7E7E6;
    border-radius: 32px;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_post_card:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    background: #fcfcfc;
}

.nerdybook_post_featured_img {
    width: 100%;
    border-radius: 24px;
    aspect-ratio: 400 / 232;
    -o-object-fit: cover;
    object-fit: cover;
 -o-object-position: left;
    object-position: left;
 -webkit-transform: scale(1.06);
     -ms-transform: scale(1.06);
         transform: scale(1.06);
}

.nerdybook_post_featured_img_container{
    line-height: 0px;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #f0f0f0;
}

.nerdybook_category_label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    background-color: #EBF6F6;
    padding: 4px 8px;
    border-radius: 100px;
    color: #2D8284;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_category_label:hover {
    background-color: #2D8284;
    color: #fff;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_post_card_inner{
    padding-left: 8px;
    padding-right: 8px;
}

.nerdybook_post_card_inner h5 {
    font-weight: 600;
    color: #100C08;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 6px;
    margin-top: 16px;
}

.nerdybook_post_card_inner p {
    font-weight: 400;
    color: #403D39;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.nerdybook_post_card_inner .nerdybook_post_card_date_comment {
    font-weight: 400;
    color: #9F9E9C;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
}

.nerdybook_post_card a {
    font-size: 18px;
    font-weight: 500;
    color: #800080;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.nerdybook_post_card a:hover{
    color: #4D004D;
}

.nerdybook_link_icon {
    font-family: 'post-link-icon', Helvetica, Arial, Lucida, sans-serif;
}

.nerdybook_link_icon::after {
    content: "\e900";
    width: 16px;
}

.nerdybook_post_button_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nerdybook_post_button_container a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    padding: 16px 32px;
    background-color: #800080;
    border: 1px solid #800080;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_post_button_container a:hover {
    color: #FFFFFF;
    background-color: #4D004D;
    border-color: #4D004D;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_category_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 56px;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nerdybook_category_list::-webkit-scrollbar {
    display: none;
}

.nerdybook_category_list button {
    padding: 8px 16px;
    background-color: #FFFFFF;
    color: #800080;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 100px;
    border: 1px solid #F2E6F2;
    cursor: pointer;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_category_list button.active {
    background-color: #800080;
    color: #FFFFFF;
    border: 1px solid #800080;
}

.nerdybook_category_list button:hover {
    background-color: #F2E6F2;
    color: #800080;
    border: 1px solid #F2E6F2;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_btn_lh-24{
    line-height: 24px !important;
}

.nerdybook-no-posts{
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    color: #800080;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border: 1px solid #800080 !important;
    background: #faf5fa;
    color: #800080;
    padding: 8px !important;
    border-radius: 100px;
    max-width: 600px;
    margin: 0 auto;
}


/* Home Filter */

.nerdybook_home_post_filter .nerdybook_category_list {
    gap: 40px;
    margin-bottom: 48px;
}

.nerdybook_home_post_filter .nerdybook_category_list button {
    padding: 8px 0px;
    background-color: #FFFFFF;
    color: #9F9E9C;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #80008000;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_home_post_filter .nerdybook_category_list button.active {
    color: #800080;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 1px solid #800080;
}

.nerdybook_home_post_filter .nerdybook_category_list button:hover {
    color: #800080;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}


/* Category Pagination */

.nerdybook_category_pagination_container{

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 16px;

}

.nerdybook_category_pagination_container .page-numbers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #B7B6B5;
    width: 24px;
}

.nerdybook_category_pagination_container a.page-numbers:hover{
    color: #800080;
}

.nerdybook_category_pagination_container .page-numbers.current{
    color: #800080;
    border-bottom: 1px solid #800080;
}

.nerdybook_category_pagination_container .page-numbers.next, .nerdybook_category_pagination_container .page-numbers.prev{
    width: 32px;
    height: 32px;
    background-color: #F2E6F2;
    border: 1px solid #F2E6F2;
    border-radius: 100px;
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.nerdybook_category_pagination_container .page-numbers.next:hover, .nerdybook_category_pagination_container .page-numbers.prev:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    background: #fff;
    border: 1px solid #800080;
}

.nerdybook_category_pagination_container .page-numbers.next,.nerdybook_category_pagination_container .page-numbers.nerdybook_pagination_next{
    margin-left: 4px;
}

.nerdybook_category_pagination_container .page-numbers.prev,.nerdybook_category_pagination_container .page-numbers.nerdybook_pagination_prev{
    margin-right: 4px;
}


.nerdybook_category_pagination_container .page-numbers.nerdybook_pagination_next, .nerdybook_category_pagination_container .page-numbers.nerdybook_pagination_prev{
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E6;
    border-radius: 100px;
}

/* Category Archive extra */
.nerdybook_post_filter_breadcrumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 8px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #9F9E9C;
    margin-bottom: 30px;
}

.nerdybook_breadcrumb_main_text{
    color: #800080;
}


/* Article Filter */

.nerdybook_post_article_filter_searchform{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px;
}

.nerdybook_post_article_filter_searchform .nerdybook_category_list{
    margin-bottom: unset;
}

.nerdybook_post_article_filter_searchform select{
    min-width: 205px;
    height: 40px;
	font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    border-radius: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.9334%200.816895H5.7417H1.0667C0.266701%200.816895%20-0.133299%201.78356%200.433368%202.35023L4.75003%206.66689C5.4417%207.35856%206.5667%207.35856%207.25837%206.66689L8.90003%205.02523L11.575%202.35023C12.1334%201.78356%2011.7334%200.816895%2010.9334%200.816895Z%22%20fill%3D%22%23403D39%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}


/* Book Category Tool - Start */

/* Container Styling */
.nerdybook-category-hunter-container {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    
}

.nerdybook-category-hunter-container h2 {
    text-align: left;
    color: #333;
}

.nerdybook-category-hunter-container p {
    text-align: left;
    color: #555;
}

/* Form and Input Styling */
.nerdybook-category-hunter-container .nerdybook_store_id {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  appearance: none;
  background: transparent;
  border: none;
  padding-left: 20px;
  padding-right: 8px;
  cursor: pointer;
}

.nerdybook-category-hunter-container  .nerdybook_book_no{
  border: none;
  flex-grow: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.nerdybook-category-hunter-container .btn-primary {
    background-color: #800080;
    border-radius: 100px;
}

.nerdybook-category-hunter-container .btn-primary:hover {
    background-color: #800080bf;
}

.nerdybook-category-hunter-container .nb-btn-secondary {
    background-color: #ffa41c;
    color: #000;
    border-radius: 100px;
    padding: 12px 20px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border: none;
}

.nerdybook-category-hunter-container .nb-btn-secondary:hover {
    background-color: #d69027;
}

.nerdybook-category-hunter-container .nb-btn-info {
    background-color: #ffa41c;
    color: #000;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.nerdybook-category-hunter-container .nb-btn-info:hover {
    background-color: #d88200;
}

.nerdybook-category-hunter-container .loading-message {
    text-align: center;
    color: #888;
}
.nerdybook-search-bar{
    margin-bottom: 20px;
}

/* Book Table Styling */
.nerdybook-result-container .nerdybook-category-hunter-container table.nerdybook_data_display_table {
    width: 100%;
}

.nerdybook-category-hunter-container table.nerdybook_data_display_table img{
    vertical-align: middle;
}

.nerdybook-result-column .nb-book-cover {
    min-width: 138px;
    height: auto;
    border: 1px solid #eee;
}

.nerdybook-result-column td.nb-book-details{
    width: 100%;
}

.nerdybook-result-column .book-details {
    font-size: 16px;
    color: #333;
}

.nerdybook-result-column .nerdybook_data_display_table td{
    padding: unset;
}

.nerdybook-result-column .nerdybook_data_display_table td:nth-child(2){
    padding-left: 24px;
}

/* Categories Table Styling */
.nerdybook-category-hunter-container .nb-category-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.nerdybook-category-hunter-container .nb-category-table th,
.nerdybook-category-hunter-container .nb-category-table td {
    padding: 12px;
    border: none;
    text-align: left;
}

.nerdybook-category-hunter-container .nb-category-table tr{
    border-bottom: 1px solid #eee;
}

.nerdybook-category-hunter-container .nb-category-table th {
    background-color: #f2f2f2;
}

.nerdybook-category-hunter-container .nb-category-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.nerdybook-category-hunter-container .nb-category-table tr:hover {
    background-color: #f1f1f1;
}

.nerdybook-category-hunter-container .book-category-hunter-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nerdybook-category-hunter-container .nerdybook-loading-message , .nerdybook-category-hunter-container .nerdybook-error-message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.nerdybook-category-hunter-container .nerdybook-loading-message img{
    vertical-align: middle;
}

.nerdybook-category-hunter-container .nerdybook-error-message{
    color: #e20909;
}

.nerdybook-category-hunter-container #display hr {
    margin: 20px 0;
    border-color: #ddd;
}

.nerdybook-category-hunter-container h4 {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.nerdybook-category-hunter-container .form-table-style {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.nerdybook-category-hunter-container .form-table-style td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    font-size: 1rem;
    color: #555;
}

.nerdybook-category-hunter-container .form-table-style td a {
    text-decoration: none;
}

.nerdybook-category-hunter-container .form-table-style td a button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.nerdybook-category-hunter-container .form-table-style td a button:hover {
    background-color: #005a8d;
}

.nerdybook-category-hunter-container .form-table-style td a button:focus {
    outline: none;
}

.nerdybook-category-hunter-container button {
    font-size: 14px;
    font-weight: bold;
}

.nerdybook-category-hunter-container table {
    margin-top: 20px;
    width: 100%;
    display: table;
}

.nerdybook-category-hunter-container table td {
    padding: 10px;
    text-align: left;
    border: none;
}

.nerdybook-category-hunter-container table tr:nth-child(even) {
    background-color: #f4f4f4;
}

.nerdybook-category-hunter-container table tr:nth-child(odd) {
    background-color: #fff;
}

.nerdybook-category-hunter-container table tr:hover {
    background-color: #eef1f4;
}

.nerdybook-category-hunter-container .nerdybook-tool-main-search {
    background-color: #800080;
    color: white;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 12px 41px;
    margin: 4px 4px 4px 0px;
    cursor: pointer;
    border: none;
}

.nerdybook-category-hunter-container button:hover {
    background-color: #800080bf;
}

.nerdybook-search-bar {
    display: flex;
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
}

.nerdybook-result-column .nerdybook-result-container .nerdybook_data_display_table{
    margin-bottom: 48px;
}

.nerdybook-result-container .nb-category-table .nb-category-tree{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #100C08;
}

.nerdybook-result-container .nb-category-table td{
    padding: 24px 0px;
    border-bottom: 1px solid #E7E7E6;
}

.nerdybook-result-container .nb-category-table button{
    margin-left: 24px;
    padding: 12px 24px;
}

.nerdybook-result-container table button{
    cursor: pointer;
    padding: 16px 32px;
    border-radius: 4px;
    border: 1px solid #CDA94F;
    background-color: #DEBB64;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.nerdybook-result-column .nerdybook-result-container table, 
.nerdybook-result-column .nerdybook-result-container table tr , 
.nerdybook-result-column .nerdybook-result-container table td{
    border: none;
}

.nerdybook-result-column .nerdybook-result-container .nb-category-table tr:not(:last-child){
    border-bottom: 1px solid #E7E7E6;
}

.nerdybook-result-container table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.nerdybook-result-container table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.nerdybook-result-container table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.nerdybook-result-container table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


.nerdybook-result-container .nb_book_title{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #100C08;
    margin-bottom: 6px;
}

.nerdybook-result-container .nb_book_author{
    font-weight:400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.nerdybook-search-inputs {
    display: flex;
    flex-grow: 1;
}

.nb-book-cat-tool-mobile{
    display: none;
}

/* Book Category Tool - End */

/* Contact me form */

.nerdybook_contact-form .gform_heading{
    display: none;
}

.nerdybook_contact-form .gform-field-label{
	font-family: 'Lato-medium', 'sans-serif';
    font-weight: 500;
	line-height: 18px;
    font-size: 18px;
    color: #403D39;
    gap: 0px;
}
.nerdybook_contact-form .gfield_required_asterisk{
    font-weight: 500;
    font-size: 18px;
	line-height: 18px;
    color: #403D39;
}
.nerdybook_contact-form .gform-theme--foundation .gform_fields{
    -webkit-column-gap :24px;
       -moz-column-gap :24px;
            column-gap :24px;
	row-gap: 24px;
}
.nerdybook_contact-form .ginput_container input{
    padding: 16px 0 16px 16px;
    border-radius: 50vw;
    border: 1px solid #D9B3D9;
    background-color: #ffffff;
    min-height : 56px;
	font-size: 18px;
}
.nerdybook_contact-form .ginput_container textarea{
    padding: 16px 0 16px 16px;
    border-radius: 16px;
    border: 1px solid #D9B3D9;
    background-color: #ffffff;
    height: 100px !important;
    max-height: 100px  !important;
	line-height: 18px;
	font-size: 18px;
}
.nerdybook_contact-form .gform-theme--foundation .gfield textarea.large {
    min-block-size: auto;
	resize: none !important;
}
.nerdybook_contact-form .ginput_container input::-webkit-input-placeholder, .nerdybook_contact-form .ginput_container textarea::-webkit-input-placeholder{
    color: #CFCECE !important;
}
.nerdybook_contact-form .ginput_container input::-moz-placeholder, .nerdybook_contact-form .ginput_container textarea::-moz-placeholder{
    color: #CFCECE !important;
}
.nerdybook_contact-form .ginput_container input:-ms-input-placeholder, .nerdybook_contact-form .ginput_container textarea:-ms-input-placeholder{
    color: #CFCECE !important;
}
.nerdybook_contact-form .ginput_container input::-ms-input-placeholder, .nerdybook_contact-form .ginput_container textarea::-ms-input-placeholder{
    color: #CFCECE !important;
}
.nerdybook_contact-form .ginput_container input::placeholder, .nerdybook_contact-form .ginput_container textarea::placeholder{
    color: #CFCECE !important;
}
.nerdybook_contact-form .nerdybook_contact-forminfo{
	font-size: 18px;
    line-height: 24px;
    color: #403D39;
	font-family: 'Lato-regular';
    font-weight: 400;
}
.nerdybook_contact-form .gform_footer{
    margin-top: 40px;
}
.nerdybook_contact-form .gform_footer .gform_button[type="submit"]{
    width: 100% !important;
    background-color: #800080 !important;
    font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
	padding: 16px 0 !important;
	border-radius: 50vw !important;
	border: 0 !important;
	-webkit-transition: opacity .4s ease-in-out !important;
	-o-transition: opacity .4s ease-in-out !important;
	transition: opacity .4s ease-in-out !important;
}
.nerdybook_contact-form .gform_confirmation_message{
	border: 0 !important;
    background: #800080 !important;
    color: #fff !important;
    padding: 22px !important;
    border-radius: 100px !important;
    line-height: 18px;
    font-size: 18px;
}
.nerdybook_contact-form .gform_footer .gform_button[type="submit"]:hover{
	opacity: 0.7 !important;    
}
.nerdybook_contact-form .gform_validation_errors{
	display: none !important;
}



/* About page css */
.nerdybook_flipbox .dsm_flipbox_child .et_pb_module_inner{
    min-height:100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.nerdybook_flipbox .dsm_flipbox_child .dsm_flipbox_child_image{
    margin-bottom: 16px;
}
.nerdybook_flipbox .et_pb_module_inner:first-child{
	position: static !important;
}
.nerdybook_rotate_icon{
	position: absolute;
	top: 17px;
	right: 17px;
}
.nerdybook_rotate_icon-white{
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.nerdybook_slider_content p:has(.nerdybook_slider_auther){
	padding-bottom: 0 !important;
}

/* CSS by AD - END */


.nerdybook_post_greenbox {
	margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.wp-block-stackable-heading.stk-block-heading {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
.single-post h2.wp-block-heading, .single-post h2.stk-block-heading__text {
	margin-bottom: 12px !important;
	font-size:42px !important;
}

.single-post h3.wp-block-heading, .single-post h2.stk-block-heading__text{
    padding-top: 10px;
}

.single-post h3.wp-block-heading{
    color: #660066 !important;
    line-height: 62px !important;
    margin-bottom: 12px;
}

.single-post h2.wp-block-heading{
    padding-top: 22px;
    margin-bottom: 12px;
}

.nerdybook_post_content ul li {
    margin-bottom: 16px;
}
.single-post ul.wp-block-list li, 
.single-post ol.wp-block-list li {
    margin-bottom: 10px;
}

.single-post ol.nerdybook-single-post-xl-list li{
    margin-bottom: 20px;
}

.single-post ol.wp-block-list li::marker{
    font-weight: bold;
}

.single-post ul.wp-block-list li ul.wp-block-list{
    padding-left: 26px;
    padding-top: 12px;
}


/* Single Blog */

.wp-block-best-for-not-for-block {
    margin: 15px 0px 34px;
}

.single-post .maxbutton .mb-text {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 18px !important;
	line-height: 35px !important;
}

.single-post .maxbutton .mb-text {
	width: auto !important;
	padding: 0 !important;
}
.single-post a.maxbutton {
	width: auto !important;
    height: auto !important;
	padding: 8px 20px !important;
}

.single-post .stk-inner-blocks:not(.stk-row) {
	margin-bottom: 0px !important;
	padding-bottom: 10px !important;
}

.nerdybook_copywrite span:hover {
    color: #fff;transition: 0.4s;
}

.nerdybook_footer_main p a:hover {
    color: #fff !important;transition: 0.4s !important;
}

.ginput_container input:focus,
.ginput_container textarea:focus {
    box-shadow: none !important;
}

.ginput_container input:-webkit-autofill,
.ginput_container input:-webkit-autofill:hover,
.ginput_container input:-webkit-autofill:focus,
.ginput_container input:-webkit-autofill:active, 
.ginput_container input:-webkit-autofill:focus-visible {
    -webkit-box-shadow: 0 0 0 60px #ffffff inset!important;
}

.ginput_container input:focus {
    -webkit-box-shadow: 0 0 0 60px #ffffff inset!important;
}

.gform-footer input:focus {
	box-shadow:none !important;
	border: none !important;
}

a.maxbutton-1.maxbutton.maxbutton-publisher-rocket-affiliate{
	width: auto !important;
    height: auto !important;
}

a.maxbutton-1.maxbutton.maxbutton-publisher-rocket-affiliate .mb-text{
	padding: 8px !important;
}



@media only screen and (max-width: 768px) {

    .single-post h2.wp-block-heading, .single-post h2.stk-block-heading__text {
		font-size:28px !important;
		line-height: 36px !important;
	}
	
	.single-post h3.wp-block-heading, .single-post h2.stk-block-heading__text{
		font-size:24px !important;
		line-height: 31px !important;
	}

}