/*----------------------
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;
    background:#f1f1f1;
}

::selection {
    background: #2ea0c7;
    color: #141414;
    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 */



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

.my_btn_style .elementor-button {
    padding: 14px 35px 14px 28px!important;
    position: relative;
    transition: all 0.5s linear;
}

.my_btn_style .elementor-button:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 3px;
    width: 36px;
    height: 36px;
    background-color: #2ea0c7;
    background-image: url('/wp-content/uploads/2024/12/button_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s linear;
}

.my_btn_style .elementor-button:hover:after {
    background-color: #141414;
}

header {
    padding: 15px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    z-index: 1;
}

.top_banner_section {
    padding: 17em 0px 0px;
}

.top_banner_txt_col {
    padding-top: 8em;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -2px;
    width: 24px;
    height: 12px;
    background: #2ea0c7 !important;
    margin: 0 auto;
    border-radius: 50px 50px 0px 0px;
}

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    width: 24px;
    height: 12px;
    background: #2ea0c7 !important;
    margin: 0 auto;
    border-radius: 50px 50px 0px 0px;
    transform: rotate(180deg);
}

.my_menu_style li.menu-item:last-child a:before {
    display: none;
}

.my_menu_style li.menu-item:last-child a {
    background: #141414;
    color: #fff !important;
    padding: 12px 35px 12px 27px !important;
    position: relative;
}

.my_menu_style li.menu-item:last-child a:after {
    content: '';
    position: absolute;
    right: -20px !important;
    top: -1px !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #2ea0c7 !important;
    background-image: url('/wp-content/uploads/2024/12/button_icon.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 0.5s linear !important;
    opacity: 1 !important;
    margin: auto;
    left: unset !important;
    border-radius: 0px !important;
    transform: rotate(0deg) !important;
}
.my_menu_style li.menu-item:last-child a:hover {
    background: #2ea0c7;
}

.my_menu_style li.menu-item:last-child a:hover:after {
    background-color: #141414 !important;
}
.top_banner_large_title,.top_banner_small_title,.top_banner_txt 
{
    margin-bottom: 10px !important;
}
.top_banner_single_user_img img {
    max-width: unset !important;
}
header {
    padding: 15px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    z-index: 1;
}

.top_banner_section {
    padding: 17em 0px 0px;
}

.top_banner_txt_col {
    padding-top: 8em;
}
.book_cover_img img {
    max-width: unset !important;
    float: right;
}

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

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

.remove_btm_title_sp {
    margin-bottom: 0px !important;
}

.section_txt {
    margin-bottom: 10px !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 35px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 12px 35px 12px 27px;
    background: #141414;
    color: #fff;
    font-size:16px;
    border: solid 1px #141414;
    transition: all 0.5s linear;
    position:relative;
}

.two_col_btn ul a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 4px;
    width: 36px;
    height: 36px;
    background-color: #2ea0c7;
    background-image: url('/wp-content/uploads/2024/12/button_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s linear;
}

.two_col_btn ul li.black_border_btn a
{
    
}

.two_col_btn ul a:hover {
    background: #2ea0c7;
    color:#fff;
    border-color:#2ea0c7;
}

.two_col_btn ul li.black_border_btn a {
    border-color: #000;
    color:#000;
    background: transparent;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #2ea0c7;
    border-color: #2ea0c7;
    color:#fff;
}
.book_main_section {
    padding: 7em 0px;
}
.btn_other_op .elementor-button:after {
    background-color: #fff;
    background-blend-mode: exclusion;
}
.author_section {}

.abt_move_first_op {
    position: relative;
    top: -60px;
    left: -20px;
}

.abt_sinlge_img img {
    max-width: unset;
}

.abt_move_first_op img {
    float: right;
}

.abt_move_second_op {
    float: left;
}

.abt_move_second_op {
    position: relative;
    top: 60px;
    right: -20px;
}
.childhood_txt_row {
    background: #2ea0c7;
    padding: 45px 45px 0px;
    margin: -11em 4em 0px;
}

.childhood_txt_row .my_btn_style {
    position: relative;
    top: 15px;
}

.childhood_sec {
    padding: 14em 0px 7em;
}
.childhood_img_row .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}

.inner_row {
    margin-bottom: 25px;
}

.crisis_single_img img {
    max-width: unset !important;
    right: 0px;
}
.black_txt_col {
    background: #141414;
    padding: 15px;
}

.crisis_black_row {
    margin-top: -10em;
}

.crisi_sec {
    padding: 6em 0px;
}
.book_cover_img {
    position: relative;
    left: -3em;
}
.white_bg_col {
    border: solid 1px #2ea0c7;
    border-radius: 40px;
    margin: 0px 15px 30px;
    background: #fff;
    padding: 30px 0px 10px;
}
.main_counter_sec {
    padding: 4em 0px 7em;
}
.promise_single_img img {
    max-width: unset !important;
    float: left;
}

.promise_single_img {
    position: relative;
    right: -4em;
}
.recomm_sec {
    padding: 8em 0px;
}
.products li.product,.wc-block-product-new .wc-block-grid__products .wc-block-grid__product
{
   
}

.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: 20px !important;
    color: #141414 !important;
    font-family: "Noto Serif", Sans-serif !important;
    font-weight: 700;
    position: relative;
    padding: 0px !important;
}

.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: #2EA0C7 !important;
    font-family: "Helvetica", 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;
    display:none !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: 16px !important;
    color: #2EA0C7 !important;
    opacity: 1 !important;
    font-family: "Helvetica", Sans-serif;
    font-weight: 500 !important;
}


.wc-block-grid__product-price
{
    font-size: 20px !important;
    color: #2EA0C7 !important;
    opacity: 1 !important;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600 !important;
    position:relative !important;
    bottom:0px !important;
}
.woocommerce ul.products li.product a img {
    border: solid 1px #2ea0c7;
    padding: 25px;
    background: #fff;
    min-height: 314px;
    object-fit: cover;
}

.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: #2EA0C7 !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: #141414;
    font-family: "Noto Serif", Sans-serif;
    font-size: 32px;
    font-weight: 600;
}

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

.woocommerce-product-details__short-description p {
    color: #000;
    font-family: "Helvetica", 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: "Helvetica", Sans-serif;
    font-weight: 400;
}
.product_meta {
    display: none;
}
.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: #141414 !important;
    display: inline-block !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight:500 !important;
    text-transform:uppercase !important;
    transition: all 0.5s linear !important;
    font-family: "Helvetica", Sans-serif !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: #2ea0c7 !important;
    color:#141414 !important;
}
section.related.products {
    float: left;
    width: 100%;
    padding: 5em 0px 3em;
}

section.related.products > h2 {
    color: #111111;
    font-family: "Noto Serif", 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: #2EA0C7 !important;
    display: inline-block !important;
    border-radius: 0px !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration:none !important;
    border: none;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    justify-content: center !important;
}
.product_section {
    padding: 7em 0px;
}

.steps_list br {
    display: none;
}

.steps_list li {
    position: relative;
}

.steps_list li img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.steps_list li h4 {
    padding-left: 90px;
    margin: 0px 0px 8px;
    font-size: 24px;
    font-family: "Noto Serif", Sans-serif;
}

.steps_list li p {
    padding-left: 90px;
}

.steps_list li {
    margin-bottom: 20px;
}
.donation_sec {
    padding: 8em 0px;
}
.cp_txt p {
    margin: 0px;
}

.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.last_foo_menu  li.menu-item a {
    padding: 6px 0px !important;
}

.last_foo_menu li.menu-item {
    float: left;
    width: 33%;
}

.last_foo_menu {
    border-bottom: solid 2px #fff;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
}
.footer_title {
    margin-bottom: 5px !important;
}
.cp_row  .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.make_left_right_borders > .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50px;
    width: 2px;
    height: 100px;
    background: #fff;
}

.make_left_right_borders > .elementor-widget-wrap.elementor-element-populated:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50px;
    width: 2px;
    height: 100px;
    background: #fff;
}
.footer_sec {
    padding: 3em 0px;
}
.wc-block-checkout {
    padding: 2em 0px 3em;
}
.author_section_inner {
    padding: 7em 0px;
}

.author_section_inner .inner_row {
    margin-bottom: 45px;
}
.childhood_sec_inner {
    padding: 4em 0px 7em;
}
.contact_inner_sec {
    padding: 4em 0px 7em;
}

.my_form_style input,.my_form_style textarea {
    padding: 13px 15px;
}

.my_form_style textarea {
    resize: none;
}

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

/* New css ends here */
