/*
Theme Name: Paroti Child
Theme URI: https://gaviaspreview.com/wp/paroti/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Paroti theme.
Template: paroti
*/


.maroco {
display: none !important;
}
.wpcf7-form{
line-height: 1%;
}
.wpcf7-form p {
margin-bottom: 22px;
font-weight: 600;
display: block;
}

.wpcf7-form p {
margin-bottom: 0px;
font-weight: 600;
display: block;
}

#mytexrarea {
width: 100%;
padding: 10px 20px;
max-height: 180px;
border: none !important;
border: 1px solid transparent !important;
background: #f1f6f7;
}
	.btn-donate, .btn-donate-white{
			background: #1d3f8e !important;
		}
	.gsc-image-content.skin-v1 .content-inner{
background: #1d3f8e !important;
}

.gsc-image-content.skin-v1 .content-inner:after{
	border-bottom-color: #1d3f8e !important;
}
form[id*=give-form].give-form .give-total-wrap .give-donation-amount .give-currency-symbol{
background: #1d3f8e !important;
border-color: #1d3f8e !important;
}

form[id*=give-form].give-form .give-btn-modal, form[id*=give-form].give-form .give-btn-reveal{
	background: #1d3f8e !important;
	border-color: #1d3f8e !important;
}
form[id*=give-form].give-form .give-donation-levels-wrap li button.give-default-level {
background: #1d3f8e !important;
border-color: #1d3f8e !important;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
background: #1d3f8e !important;
}
/*
.menu-title {
text-transform: none !important;
}
*/
span.menu-title {
    text-transform: uppercase !important;
}

.fany_text{
	color: red !important;
}

/* donate style */
/*
.elementor-background-slideshow.swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
    display: none !important;
}
*/
/* home page elements */
#blog-finance .title-desc {
    min-height: 165px;
}
/* home page elements end */


.mydonate .elementor-background-slideshow {
    display: none !important;
}

.mydonate .elementor-widget-gva-heading-block {
    display: none !important;
}

.mydonate .elementor-element-97f11ed {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
    padding: 0px 0px 0px 0px !important;
}

.mydonate .quantity {
    display: none !important;
}

/* donate button */
.donate-button{
    padding: 0 12px;
    line-height: 36px;
    color: #144047;
    margin: 0 0 10px;
    background: #F1F6F7 !important;
    border-color: #EDEDED;
    font-weight: 700;
    margin: 0 10px 0 0 !important;
    transition: box-shadow 0.3s ease-in-out; /* добавлена анимация для плавного перехода */
}

.donate-button:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* добавлена тень при наведении */
}

span.mydonatebtns {
    display: block !important;
    margin-top: 3% !important;
}

.cart_item .mydonatebtns {
    display: none !important;
}

.cart_totals .mydonatebtns {
    display: none !important;
}

.woocommerce-checkout-review-order-table .mydonatebtns {
    display: none !important;
}

td.price.column-price .mydonatebtns {
    display: none !important;
}
.column-price .mydonatebtns {
    display: none !important;
}
/* slider donate */
.product-description.slide-don-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
   /* -webkit-box-orient: vertical;*/
    overflow: hidden;
}

.shop-loop-title {
    height: 60px; /* примерное значение, нужно адаптировать */
    overflow: hidden;
}

.shop-loop-price.slide-don-price .mydonatebtns{
	display: none !important;
}

.product-block .product-thumbnail .content-hover .add-to-cart a:before {
content: "\f004" !important;
font-family: "Font Awesome 5 Free" !important;
}

/* page active */
  ul.custom-list li::before {
    content: "\2022";  /* Unicode for dot-circle */
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
.my-img-number-g img {
    height: 500px;
}
/* home page */
    #myfont-title-hp{
        font-size: 12px !important;
    }

/* news page */
#box-news h5.elementor-image-box-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#box-news .elementor-image-box-wrapper {
    margin-bottom: 10%;
}

#box-news .elementor-widget-image-box .elementor-image-box-title a:hover {
    color: var(--e-global-color-primary);
	cursor: pointer !important;
}

/* shopping cart */
.la-shopping-cart:before {
    content: "\f004" !important;
}
.woocommerce-product-gallery__trigger{
	display: none !important;
}

/* product page */
.mydonate .product-item-tabs {
    display: none !important;
}

.mydonate .product_meta {
    display: none !important;
}

/* pulse button donate */
    .pulsing-button {
  display: inline-block;
  width: 190px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 5%;
  background-color: #FFFFFF;
  position: relative;
  transition: all 0.35s;
}

.pulsing-button i {
  color: #DF5311; /* Или другой цвет, который тебе нравится */
}

.pulsing-button::before,
.pulsing-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  border: 1px solid #FFFFFF; /* Или другой цвет, если необходимо */
  opacity: 0;
}

.pulsing-button::before {
  animation: pulse-border-outer 2s linear infinite;
}

.pulsing-button::after {
  animation: pulse-border-inner 1.5s linear infinite;
}

@keyframes pulse-border-outer {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes pulse-border-inner {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
.donate-wrap-puls {
    text-align: center;
}
.title-puls h3 {
    font-family: var(--paroti-font-family-second);
    color: #FFFFFF;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}
/* contact form */
.heading-video {
    display: none !important;
}

/* tembporararly */
.gva-element-gva-search-box.gva-element {
    display: none !important;
}
	.cart_list .mydonatebtns {
    display: none !important;
}
p.total .mydonatebtns {
    display: none !important;
}
.shop-category {
    margin-top: 5% !important;
}

.header-mobile .topbar-mobile {
    background: #1d3f8e !important;
}
.gva-offcanvas-content.mobile.open {
    width: 100%;
}

/* news */
.elementor-element.elementor-element-51abea2.elementor-widget.elementor-widget-gva-heading-block {
    display: none !important;
}

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-ee3c94d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    display: none !important;
}

.elementor-element.elementor-element-9824e3c.elementor-widget.elementor-widget-gva_post_comment {
    display: none !important;
}

.elementor-element.elementor-element-78e8224.elementor-widget.elementor-widget-gva_author_box {
    display: none !important;
}


.post-comment {
    display: none !important;
}

/* mobile style */
.logo-mobile {
    width: 40%;
}

@media(max-width: 500px){
    .elementor-widget-gva-heading-block {
    padding: 5% !important;
}
}

/* btn donate */
.btn-donate:after, .btn-donate-white:after{
	display: none !important;
}

.btn-donate, .btn-donate-white {
 padding: 18px 20px 18px 20px; 
}

.fa-pinterest:before {
    content: "\f0e1" !important;
}

/* team */
.team_image_box .image {
    width: 700px !important;
    height: 530px;
}

.team_image_box .image-second:after {
display: none !important;
}

/* about us */
.origin_story_photo .image {
    width: 600px;
}

/* partners */
.parters_box .brand-item-image img {
    max-width: 150px;
    max-height: 150px;
}

.brand-item-image {
    line-height: 150px;
}

img.brand-img {
    vertical-align: middle;
}

.baner_vid_cours .video-content {
    display: none !important;
}

.gsc-team-item.style-1 .team-content .team-job {
    min-height: 60px !important;
}

/* job search */
.box-job-pop .video-content {
    display: none !important;
}

/* res centerr in USA */
.box_usa_center .video-content {
    display: none !important;
}

/* Ghana env */
.box_ghana_popup .video-content {
    display: none !important;
}

/* sliders */
.my-image-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d3f8e;
  opacity: 0.6;
  z-index: 1; /* Может потребоваться подкорректировать это значение, чтобы маска была поверх изображения */
}
/* portfolio */
.bot_page_port {
    display: none;
}

/* donate */
.paroti-gva-product-item-related.paroti-element {
    display: none !important;
}
/* cart porto */
.case-meta{
	display: none !important;
}

/* cart donate */
.product-block .product-thumbnail .content-hover .add-to-cart a:before {
    display: none !important;
}

.product-block .product-thumbnail .content-hover .add-to-cart a:hover {
    background: #1d3f8e !important;
}
/* widget wrap usa mobil */
@media(max-width: 500px){
.second_box_text .elementor-widget-wrap {
    padding: 6px !important;
}
}

.my_volonter:hover{
	background: #1d3f8e !important;
}

.elementor-icon-list-icon i {
    color: #DF5311 !important;
   
}

/* box-icon */
.gsc-icon-box-styles.style-3 .icon-box-content .icon-inner .box-icon i {
    font-size: 30px !important;
}

a.logo-theme {
    display: none !important;
}

.box_slide_mpay .icon-box-item{
    min-height: 320px;
}

.box_slide_mpay .desc{
    min-height: 120px;
}

ul.causes-dropdown li:not(.init):hover, ul li.selected:not(.init) {
    background: #1d3f8e !important;
    color: white;
}

/* donate form */
.mydonate  .woocommerce-Price-amount{
    display: none !important;
}

.mydonate  .product-item-add-to-cart{
    display: none !important;
}


.mydonate .elementor-widget-gva-product-item-rating{
	 display: none !important;
}

.mydonate .elementor-widget-gva-product-item-price{
	 display: none !important;
}

.mydonate .elementor-widget-container{
	padding: 0px !important;
}

/* checout */
.woocommerce-additional-fields {
    display: none !important;
}

form.checkout {
    padding: 2%;
}

/* Form donate start */
.wc-label-button {
    margin-right: 0px !important;
}
span.donate_word_my {
    display: inline !important; 
    padding: 0 !important; 
    min-width: auto !important; 
	color: var(--e-global-color-primary) !important;
}

select[name="_subscription_period"] option[value="day"] {
    display: none;
}
select[name="_subscription_period"] option[value="week"] {
    display: none;
}
select[name="_subscription_period"] option[value="year"] {
    display: none;
}

/* button form donate */
.in-action-elements button {
    margin-right: 0px;
	margin-bottom: 15px;
}


label.wc-label-radio.recurring-label {
    display: none !important;
}

.delite_month_active, .month_my_active {
    background-color: #DF5311 !important;
	color: white !important;
}
.row3 button{
	background: white;
	color: #1d3f8e;
	border: 1px solid #1d3f8e;
}
@media(max-width:500px){
	label.wc-label-button {
    width: 100%;
}
	.in-action-elements .row1 > .row1 {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr)) !important;
 
}
	.in-action-elements button {
    margin-right: 0px !important;
   
}
	.row3 button{
	width: 50% !important;
		padding-right: 1.5% !important;
		padding-left: 1.5% !important;
}
}
/*
div#wc_donation_on_shortcode_4220 {
    display: none !important;
}

div#wc_donation_on_shortcode_4436 {
    display: none !important;
}

div#wc_donation_on_shortcode_4659 {
    display: none !important;
}
div#wc_donation_on_shortcode_4728 {
    display: none !important;
}
*/

.wpcf7 form .wpcf7-response-output {
    padding: 1em 1em !important;
}