/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2022 | 07:46:51 */
/*headings*/
h1 {
    font-size: 1.5rem;
    }
h2 {
    font-size: 1.3rem;
    }
/**/
/*cart*/
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
	width:100%;
	}
input#coupon_code {
    width: 100%;
    }
/**/

.team-member-image img {
	object-fit: cover;
}
/*protect content*/
form.post-password-form {
    margin-top: 200px;
    text-align: center;
    }
/*mobile*/
@media screen and (max-width: 650px) {
form.post-password-form {
    margin-top: 200px!important;
    text-align: left!important;
    padding: 10px!important;
    }
input[type="submit"] {
    display: grid;
    margin-top: 25px;
    }
}
/*event*/
.mep-events-wrapper {
    margin-top: 150px;
    }
.mep-ev-start-date {
background: #80b427!important;
}
.mep_event_list .mep_list_date {
color: #80b427!important;
}
.mep_event_grid_item .mep-list-header:before {
    border-color: #4aab10!important;
    }
/**/
/*event page*/
h3.ex-sec-title {
    background: #4aab10!important;
    }
.mep-default-sidrbar-events-schedule ul li i {
       background: #4aab10!important;
       }
#mep_add_calender_button {
       background: #4aab10!important;
    }
.mep-default-sidrbar-meta i {
       background: #4aab10!important;
    }
.mep-default-sidrbar-social ul li a {
       background: #4aab10!important;
    }
.mep-default-sidrbar-events-schedule h3 i {
	color: #4aab10!important;
}
.mep-default-feature-cart-sec button.single_add_to_cart_button.button.alt.btn-mep-event-cart {
    background: #4aab10!important;
    border-color: #4aab10!important;
    }
.mep-default-sidrbar-events-schedule h3 i {
	color: #4aab10!important;   
    }
/**/


/*Comment/Reply styling*/
#comments.comments-area {
  margin-top: 4rem;
}

#comments.comments-area a {
  color: #4aab10;
}

#comments.comments-area a:hover {
  text-decoration: underline;
}

#comments.comments-area .comment-form-comment {
  width: 100%;
}

#comments.comments-area textarea {
  border-radius: 5px;
  border-color: #ddd;
}
/*End Comment/Reply styling*/