/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */
header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
}

.header_top .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.my_menu_style li.menu-item a {
    padding: 8px 20px !important;
    border-radius: 20px;
    /*background-color: #fff;*/
}

.my_menu_style li.menu-item.current-menu-item a {
    background: #665c50;
    color: #fff !important;
}

.my_menu_style li.menu-item a:hover {
    background: #665c50;
}
.my_menu_style li.menu-item:last-child a {
    background: #fff;
    color: #362f27 !important;
    padding: 8px 20px !important;
}
.two_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.two_btns ul li a {
    padding: 12px 25px;
    background: #2a2622;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    position: relative;
    border:solid 1px #2a2622;
}

.two_btns ul li a img {
    position: absolute;
    left: 4px;
    top: 4px;
}

.two_btns ul li:last-child a {
    padding: 12px 15px 12px 48px;
    border: solid 1px #2a2622;
    background: #fff;
    color: #2a2622;
}

.top_banner_section .two_btns ul li:last-child a {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.two_btns ul li a:hover {
    background: #fff;
    color: #2a2622;
}

.two_btns ul li:last-child:hover a {
    background: #362f27;
    color: #fff;
}

.top_banner_section .two_btns ul li:last-child:hover a {
    background: #fff;
    color: #2a2622;
}
.make_title_right_border .elementor-heading-title {
    border-right: solid 1px #fff;
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.top_banner_section {
    padding: 20em 0px 3em;
}
.platform_row {
    margin-top: 70px;
}
.abt_author_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 32px;
}

.abt_author_list ul li {
    position: relative;
}

.abt_author_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/04/abt_section_after_list_icon.png');
    width: 21px;
    height: 22px;
}
.dark_box_with_icon ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.dark_box_with_icon ul li {
    background: #362f27;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    border-radius: 10px;
    padding: 50px 0px 5px;
    margin: 5px 0px 0px;
    position: relative;
}

.dark_box_with_icon ul li a{
    color:#fff;
}

.dark_box_with_icon ul li img {
    /*position: absolute;*/
    /*top: -13px;*/
    position: absolute;
    top: -25px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.row_small_title {
    text-align: right;
}

.row_small_title .elementor-heading-title {
    position: relative;
}

.row_small_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 45px;
    height: 3px;
    background: #362f27;
}
.author_section {
    padding: 7em 0px 5em;
}
.abt_single_img img {
    max-width: unset !important;
    float: right;
    position: relative;
    right: 20px;
}
.add_top_sp {
    margin-top: 15px;
}
.add_top_sp {
    margin-top: 15px;
}

.section_title_small .elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 60px;
}

.section_title_small .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 53px;
    height: 3px;
    background: #362f27;
}

.section_title_small {
    margin-bottom: 10px !important;
}
.book_info_list  ul li {
    flex: 0 0 35%;
}

.book_info_list ul {
    display: flex;
    display: -webkit-flex;
}

.book_info_list ul:not(:last-child) {
    margin-bottom: 10px;
}
.book_cover_img img {
    max-width: unset !important;
}
.book_main_section {
    padding: 2em 0px 2em;
}

.book_trailer_section {
    padding: 5em 0px;
}

.trailer_box {
    height: 500px !important;
}

.trailer_box .elementor-wrapper.elementor-open-lightbox {
    height: 500px;
    width: 100%;
}

.inner_row {
    margin-bottom: 35px;
}
section.inner_page {
    min-height: 500px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #362f27;
}
.inner_page h2 {
    color: #fff;
    font-family: "Times New Roman", Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
h2.post-title {
    display: none;
}
.blog_content_section {
    padding: 5em 0px;
}
.make_after_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    width: 53px;
    height: 3px;
    background: #362f27;
}

.make_after_title .elementor-heading-title {
    padding-right: 60px;
}
.my_blog_style a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

.my_blog_style .elementor-post__text {
    position: absolute;
    bottom: 20px;
    left: 10px;
    padding: 0px 20px;
}

.my_blog_style article.elementor-post {
    position: relative;
}
.blogs_section {
    padding: 2em 0px 5em;
}
.page_home .blogs_section {
    padding: 2em 0px 8em;
}
.my_testi_blocks .swiper-container {
    width: 100%;
    overflow: hidden;
}

.my_testi_blocks .swiper-slide {
    padding: 0px !important;
}

.my_testi_blocks .elementor-testimonial {
    border-radius: 40px;
    background: #665c50;
    padding: 30px 35px;
}

.my_testi_blocks cite.elementor-testimonial__cite {
    position: relative;
}

.my_testi_blocks span.elementor-testimonial__name {
    position: relative;
}

.my_testi_blocks span.elementor-testimonial__name:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -10px;
    background-image: url('/wp-content/uploads/2024/04/testi_section_stars_img.png');
    width: 70px;
    height: 11px;
}

.my_testi_blocks .elementor-swiper-button {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
}

.my_testi_blocks .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/04/testi_section_right_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    top: -120px;
    left: unset;
}

.my_testi_blocks .elementor-swiper-button i {
    display: none;
}

.my_testi_blocks .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2024/04/testi_section_left_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 50px;
    top: -120px;
}

.light_color_before .elementor-heading-title:before {
    background:#fff;
}


.main_footer_row {
    padding: 3em 0px 4em;
}

.my_testi_blocks {
    border-bottom: solid 2px #665c50;
    padding-bottom: 50px;
    margin-top: 25px;
}
.my_testi_blocks .elementor-testimonial__content {
    min-height: 108px;
}
.social_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.social_list ul a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #665c50;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    transition: all 0.5s linear;
}

.social_list ul a:hover {
    background: #fff;
}

.social_list ul a:hover img {
    filter: brightness(0);
}

.my_form_style input,.my_form_style button {
    height: 45px;
}

footer .subs_form input {
    background: transparent !important;
    padding: 0px 0px 0px 60px !important;
    border-width: 2px !important;
}

.subs_form input::placeholder {
    opacity: 1 !important;
    font-size: 14px;
}

.subs_form .elementor-field-type-email:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 14px;
    background-image: url('/wp-content/uploads/2024/04/subs_form_icon.png');
    width: 22px;
    height: 16px;
}

.footer_menus_row {
    padding: 5em 0px 0px;
}
.cp_txt  p {
    margin: 0px;
}

.cp_row {
    padding: 10px 0px;
}


.two_col_menu li.menu-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 5px;
    width: 2px;
    height: 12px;
    background-color: #fff !important;
    opacity: 1 !important;
}
.product_section_home {
    padding: 5em 0px;
}

ul.products li.product {
    background: #362f27;
    border-radius: 40px !important;
    padding: 0px 15px 33px !important;
    margin: 0px 10px 15px !important;
    width: 100% !important;
}

ul.products {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

ul.products li.product a.button {display: none !important;}

ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0px !important;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
}

ul.products li.product span.price {
    position: absolute;
    right: 20px;
    bottom: 26px;
    font-size: 26px !important;
    margin: 0px !important;
    font-family: "Times New Roman", Sans-serif;
    color: #fff !important;
}
header.woocommerce-products-header,.woocommerce-breadcrumb 
{
    display: none;
}



.woocommerce .woocommerce-result-count {
    font-size: 22px;
    font-family: "Times New Roman", Sans-serif;
}

select.orderby {
    height: 40px;
    padding: 0px 12px;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
}

section.woocommerce {
    padding: 5em 0px;
}
.author_section_inner {
    padding: 7em 0px;
}
.inner_book_section {
    padding: 7em 0px;
}

.why_read_section {
    padding-top: 4em;
}

.contact_us_section {
    padding: 6em 0px 7em;
}

.my_form_style input {
    height: 52px !important;
    padding: 15px 15px !important;
}

.my_form_style textarea {
    resize: none;
    padding: 15px !important;
}

.my_form_style button {
    padding: 15px 0px !important;
    height: auto !important;
}
.books_only_btn a {
    padding: 12px 25px !important;
    background: #2a2622 !important;
    color: #fff !important;
}

.books_only_btn a:hover {
    color: #2a2622 !important;
    background: #fff !important;
}

/* woo css starts here */


.related.products {
    float: left;
    width: 100%;
}

.related.products > h2 {
    font-size: 40px;
    color: #362F27;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 45px 0px;
}

section.woocommerce {
    float: left;
    width: 100%;
}

.woocommerce div.product .product_title {
    color: #362F27;
    font-family: "Times New Roman", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

p.price {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}

.woocommerce-product-details__short-description {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.woocommerce .quantity .qty {
    height: 45px;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    background-color: #362F27 !important;
    border: solid 1px #362F27 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 12px 35px !important;
    text-transform: uppercase !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background: #fff !important;
    color: #362f27 !important;
}

.product_meta {
    display: none;
}
.wc-block-cart-items tr th,.wc-block-cart-items tr td {
    font-size: 16px;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.wc-block-cart__totals-title {
    color: #362F27;
    font-family: "Times New Roman", Sans-serif;
    font-size: 25px !important;
    font-weight: 600;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    background-color: #362F27 !important;
    border: solid 1px #362F27 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 12px 35px !important;
    text-transform: uppercase !important;
}
.is-large.wc-block-cart,.wp-block-woocommerce-checkout {
    margin: 4em 0px 3em !important;
}
/* woo css ends here*/

/* New css ends here */


