/*----------------------
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 */


products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
    background: #fff;
    padding: 15px !important;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0, 0, 0, 0.5);
    text-align: center;
}

.product_titles_section {
    padding: 6em 0px 15em;
}

.products_list_row .elementor-widget-shortcode {
    margin: -11em 0px 4em;
}

.products li.product h2.woocommerce-loop-product__title
{
    font-size: 26px !important;
    color: #1a90e8 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title 
{
    padding: 0px 10px !important;
    font-size: 22px !important;
    color: #1a90e8 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 25px !important;
}

.products li.product h2.woocommerce-loop-product__title:after {
/*     content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    background: url(https://marycooper.clientcloud360.com/wp-content/uploads/2024/06/product_section_stars.png);
    width: 160px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto; */
}

.products li.product p {
    margin: 40px 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    position: relative;
    border-bottom: dashed 2px #a5a5a5;
    padding-bottom: 15px;
}

.products li.product a.button
{
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
    float: none;
    padding: 13px 30px !important;
    border-radius: 10px !important;
    background: #000 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-family: "Poppins", Sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}


.products li.product span.price
{
    font-size: 26px !important;
    color: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #1a90e8 !important;
    opacity: 1 !important;
    font-family: "Merriweather", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}

.products li.product span.price del {
    opacity: 1 !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: "Poppins", Sans-serif;
    font-weight: 400 !important;
}

.wp-block-heading.with-empty-cart-icon {
    font-size: 30px !important;
    color: #1a90e8 !important;
    font-weight: 600 !important;
    font-family: "Merriweather", Sans-serif !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-size: 40px !important;
    color: #000 !important;
    font-family: "Merriweather", Sans-serif !important;
}

.woocommerce ul.products li.product .onsale
{
    display:none !important;
}
section.woocommerce {
    padding: 5em 0px 3em;
}

header.woocommerce-products-header,.woocommerce-breadcrumb,h2.post-title,.woocommerce span.onsale 
{
    display: none !important;
}
.woocommerce div.product .product_title {
    color: #111111;
    font-family: "Merriweather", Sans-serif;
    font-size: 35px;
    font-weight: 600;
}

p.price {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-product-details__short-description p {
    color: #111111;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.woocommerce-product-details__short-description {
    margin: 0px 0px 20px;
}

.woocommerce .quantity .qty {
    height: 44px;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    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 {
    padding: 14px 40px !important;
    background: #1a90e8 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-family: "Merriweather", Sans-serif;
}

.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: #111111 !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Gotham", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin: 35px 0px;
    text-align: center;
    text-transform: uppercase;
}
.wc-block-cart {
    margin: 5em 0px !important;
}

a.wc-block-components-product-name {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-product-metadata__description {
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
}

.wc-block-components-button {
    padding: 14px 40px !important;
    background: #1a90e8 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 10px 25px;
    background: #FFFFFF;
    color: #030303;
    font-size:16px;
    border: solid 1px #FFFFFF;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #030303;
    color:#fff;
}

.two_col_btn ul li.blue_border_btn a {
    border-color: #FFF;
    color:#FFF;
    background: transparent;
}

.two_col_btn ul li.blue_border_btn a:hover {
    background: #fff;
    border-color: #fff;
    color:#030303;
}

.elementor-element.elementor-element-ce3b6da.two_col_btn.center_list_btn.elementor-widget.elementor-widget-text-editor {}

.center_list_btn.two_col_btn ul {
    justify-content: center;
}

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

.top_banner_section {
    padding: 28em 0px 15em;
    background-size: 100% 100% !important;
    z-index:1;
}

header {
    padding: 15px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 45px;
    z-index: 9;
}

.page_home .header_top .elementor-container.elementor-column-gap-default {
    background: #fff;
    border-radius: 35px;
    padding: 8px 40px;
    box-shadow: 2px 4px 4px 0px rgb(0,0,0,0.5);
}
img {}

.platform_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.platform_list img {
    transition: all 0.5s linear;
    filter: invert(1);
}

.section_title_large {
    margin-bottom: 15px !important;
}

.section_title_small {
    margin-bottom: 15px !important;
}

.section_title_small .elementor-heading-title:after {
    content:'';
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #030303;
}

.section_title_small .elementor-heading-title {
    position: relative;
    display:inline-block;
}
.author_section {
    padding: 13em 0px 7em !important;
    margin-top: -10em;
}

.featured_row {
    padding-bottom: 5em;
}

.two_col_btn ul li.full_red_btn a {
    background: #74292B;
    color: #fff;
    border-color: #74292B;
}

.two_col_btn ul li.full_red_btn a:hover {background: #fff;color: #74292B;}

.two_col_btn ul li.red_border_btn a {border-color: #74292B;color: #74292B;}

.two_col_btn ul li.red_border_btn a:hover {
    background: #74292B;
    color: #fff;
}
.white_after_title .elementor-heading-title:after {
    background: #fff;
}

.set_large_title_line .elementor-heading-title {
    line-height: 45px;
}

.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    gap: 15px;
}

.book_prefer_type_list ul a {
    display: inline-block;
    padding: 7px 18px 0px;
    background: #fff;
    color: #74292B;
    font-size: 15px;
    min-height: 38px;
    transition: all 0.5s linear;
}

.book_prefer_type_list ul a:hover {
    background: #030303;
    color: #fff;
}

.book_prefer_type_list ul a img {
    transition: all 0.5s linear;
}

.book_prefer_type_list ul a:hover img {
    filter: brightness(0.5) invert(1);
}
.book_cover_img
{
    position:relative;
    z-index:9;
}
.book_cover_img img {
    max-width: 115% !important;
}

.book_main_section {
    height: 500px;
}

.book_cover_img {
    position: relative;
    top: -20px;
}
.book_txt_col {
    padding-top: 5em;
}

.inner_row {
    margin-bottom: 25px;
}

.video_section {
    padding: 4em 0px 0px;
}

.my_video_box {
    height: 565px;
}
.add_more_sp_sec {
    padding: 24em 0px 5em;
    margin-top: -10em;
}

.my_video_box {
    position: relative;
    z-index: 9;
}
.my_testi_slider .elementor-testimonial {
    display: flex;
    display: -webkit-flex;
    flex-flow: column-reverse;
}

.my_testi_slider .elementor-testimonial__footer {
    margin: 0px 0px 15px!important;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
}

.my_testi_slider .elementor-testimonial__footer .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

.my_testi_slider .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden;
}

.my_testi_slider .elementor-testimonial__content {
    padding: 0px 25px;
}

.my_testi_slider cite.elementor-testimonial__cite {
    margin: 11px 0px 0px!important;
}

.my_testi_slider .elementor-swiper-button {
    width: 71px;
    height: 71px;
    background: #74292B;
    border-radius: 100%;
    text-align: center;
    line-height: 71px;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/12/arrow_left.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: -70px;
    top: 35%;
    z-index:9;
}

.my_testi_slider .elementor-swiper-button i {
    font-size: 0px;
}

.elementor-swiper-button.elementor-swiper-button-next {
     background-image: url('/wp-content/uploads/2024/12/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: -70px;
    top: 35%;
    z-index:9;
}
.testi_section {
    padding: 7em 0px;
}
.sub_form_style input {
    border: none !important;
    padding: 22px 12em 22px 15px!important;
}

.sub_form_style .e-form__buttons {
    position: absolute !important;
    right: 5px;
    width: 30% !important;
    top: 5px;
}

.sub_form_style .elementor-button {
    padding: 20px 0px!important;
    min-height: auto !important;
}

.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 10px 0px;
}

.foo_middle {
    padding: 65px 0px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 50px;
}

.contact_list a {
    color: #030303;
    font-size: 16px;
    transition: all 0.5s linear;
}

.contact_list img {
    margin-right: 12px;
}

.contact_list li:not(:last-child) {
    margin-bottom: 10px;
}

.contact_list a:hover {
    color: #74292b;
}

.sub_form_style {
    margin-top: 50px;
}

.subs_sec {
    padding: 7em 0px;
}
.my_story_style .elementor-post__thumbnail img {
    width: auto !important;
}

.elementor-post__thumbnail {
    width: 94px !important;
}

a.elementor-post__thumbnail__link {
    width: 94px !important;
}
.my_story_style  h3.elementor-post__title {
    display: inline-block;
    float: left;
}

.my_story_style .elementor-post__meta-data {
    margin-left: 15px;
    display: inline-block;
}

.my_story_style article.elementor-post {
    transition: all 0.5s linear;
    padding: 35px;
    border-radius: 25px;
}

.my_story_style article.elementor-post:hover {
    background: #9C3636;
}
input#story_name {
    width: 100%;
    background-color: #ededed;
    border: none;
    height: 45px;
	padding: 15px;
}

input#story_email {
    width: 100%;
	background-color: #ededed;
    border: none;
    height: 45px;
	padding: 15px;
}

textarea#story_content {
    width: 100%;
	background-color: #ededed;
    border: none;
    height: auto;
	padding: 15px;
}
input[type="submit"] {
    background-color: #74292B;
    border: none;
    color: white;
    font-size:16px;
    padding: 16px 30px;
    border-radius: 50px;
}

.story_submit_sec {
    padding: 5em 0px;
}
.story_submit_sec label {
    color: #030303;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}

.book_fea_sec {
    margin-bottom: 6em;
}
.author_section_inner {
    padding: 5em 0px 3em;
}
.book_main_section_inner {
    padding: 7em 0px;
}

.book_inner_feature_sec {
    padding: 7em 0px 0px;
}
.commu_sec_inner {
    padding: 7em 0px 0em;
}

@media only screen and (max-width: 1024px) {
  .container {
      width: 100%;
    }
    .top_banner_section {
      padding: 20em 0px 10em;
    }
    .book_cover_img img {
      max-width: 100% !important;
    }
    .book_cover_img {
      top: 0px;
    }
    .add_more_sp_sec {
      padding:10em 0px 5em;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
      position: relative;
      top: 0px;
    }
    .page_home .header_top .elementor-container.elementor-column-gap-default {
      padding:0px 0px;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    header {
      padding:10px 0px;
    }
    .remove_sps_on_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -67px;
    }
    .top_banner_section {
        padding:10em 0px;
     }
    .author_section .elementor-column {
      width: 100% !important;
    }
    .author_single_img,.book_cover_img
    {
      margin-bottom:35px;  
    }
    .featured_row {
      padding:5em 0em 0em;
    }
    .author_section {
      padding:15em 0px 5em !important;
      margin-top: -8em;
    }
    .book_txt_col {
      padding-top: 0em;
    }
    .book_main_section {
      height: auto;
    }
    .book_main_section .elementor-column,
    .book_fea_sec .elementor-column,
    .foo_middle .elementor-column,
    .author_section_inner .elementor-column,
    .book_main_section_inner .elementor-column,
    .book_inner_feature_sec .elementor-column
    {
        width:100% !important;
    }
    .author_section_inner,.book_main_section_inner
    {
      padding:5em 0px;
    }
    .book_main_section .elementor-container.elementor-column-gap-default,
    .book_main_section_inner .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .book_inner_feature_sec {
      padding:5em 0px 0px;
    }
    .platform_list {
      justify-content: center;
      flex-flow:wrap;
    }
    .book_main_section {
      padding:5em 0px;
    }
    .my_video_box {
      height: 373px;
    }
    .add_more_sp_sec {
      padding:5em 0px;
      margin-top: 5em;
    }
    .book_fea_sec {
      margin-bottom: 5em;
    }
    .subs_sec {
      padding:5em 0px;
    }
    a.elementor-post__thumbnail__link {
      /*width: 100% !important;*/
    }
    .my_story_style article.elementor-post {
      flex-flow:column;
    }
    a.elementor-post__thumbnail__link .elementor-post__thumbnail {
      padding-bottom: 7em !important;
    }
    .my_story_style article.elementor-post {
      padding:15px;
    }
    .my_testi_slider .elementor-swiper-button,.elementor-widget-text-editor br,.section_title_large br
    {
        display:none;
    }
    .foo_middle {
      padding:35px 0px;
    }
    ul.social_list {
      gap:20px;
      margin-top: 15px;
    }
    .sub_form_style .e-form__buttons {
        position: relative !important;
        right: 0px;
        width: 100% !important;
        top: 0px;
        margin-top: 15px;
    }
    .top_banner_large_title .elementor-heading-title,
    .section_title_large .elementor-heading-title
    {
      font-size: 45px !important;
    }
    .testi_section {
      padding:4em 0px;
    }
    .story_submit_sec {
      padding:3em 0px;
    }
}

@media only screen and (max-width: 568px) {
    .book_prefer_type_list ul {
        flex-flow:wrap;
    }
    .my_video_box {
        height: 300px;
    }
    .add_more_sp_sec {
        margin-top: 0em;
    }
    .my_testi_slider .elementor-testimonial__content {
      padding:0px 0px;
    }
}

@media only screen and (max-width: 420px) {
    .top_banner_section {
        padding:5em 0px;
    }
    .two_col_btn ul a {
          padding:8px 15px;
    }
    .author_section {
        margin-top: -12em;
    }
    .my_video_box {
        height: 200px;
    }
    .top_banner_large_title .elementor-heading-title, .section_title_large .elementor-heading-title {
        font-size: 34px !important;
      }

}

/* New css ends here */
