/**
* Theme Name: Sopot Child
* Description: This is a child theme of sopot.
* Author: <a href="https://themeforest.net/user/thememx">Thememx</a>
* Template: sopot
* Version: 1.0.0
*/

.causes-one__donate-btn-box {
    position: absolute;
    top: -40px;
    right: 0;
    display: none;
}

.causes-one__progress {
    position: relative;
    width: 100%;
    display: none !important;
}

.causes-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 20px 20px !important;
}

.causes-one__btn-box {
    position: relative;
    display: flex
;
    align-items: center;
    margin-top: 18px;
    justify-content: center;
}

.causes-one__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px !important;
    font-weight: 600;
}

.campaign-summary {
    padding-left: 25px;
    padding-right: 25px;
	display: none !important;
}

.page-header {
    padding: 60px 0 60px !important;
}

.main-slider .image-layer {
    opacity: unset !important;
    background-color: unset !important;
    /* z-index: 1; */
}
.blog-comment-box {
   display: none !important;
}

.comment-one__title, .comment-form__title { 
display: none !important;
}




#Phonei img, #Whatsapp img {
	width: 100%;
}

@keyframes glow {
	0% {
		box-shadow: 0 0 5px 2px rgba(193, 53, 132, 0.7);
	}
	50% {
		box-shadow: 0 0 20px 10px rgba(193, 53, 132, 1);
	}
	100% {
		box-shadow: 0 0 5px 2px rgba(193, 53, 132, 0.7);
	}
}

#Phonei {
	position: fixed;
	bottom: 30%;
	right: 1%;
	width: 60px;
	z-index: 999;
	border: 2px solid #e60808;
	border-radius: 50px;
	height: 60px;
	background-color: #e60808;
	padding: 7px;
	line-height: 40px;
	text-align: center;
	animation: glow 2s infinite;
}

@keyframes glowWhatsapp {
	0% {
		box-shadow: 0 0 5px 2px rgba(37, 211, 102, 0.7);
	}
	50% {
		box-shadow: 0 0 20px 10px rgba(37, 211, 102, 1);
	}
	100% {
		box-shadow: 0 0 5px 2px rgba(37, 211, 102, 0.7);
	}
}

#Whatsapp {
	position: fixed;
	bottom: 20%;
	right: 1%;
	width: 60px;
	z-index: 999;
	border: 2px solid #18970e;
	border-radius: 50px;
	height: 60px;
	background-color: #fff;
	padding: 7px;
	line-height: 40px;
	text-align: center;
	animation: glowWhatsapp 2s infinite;
}

.elementor-1691 .elementor-element.elementor-element-169a72b {
    min-height: 443px !important;
}
   