/* menu-sticky */
.follow {
	 position: fixed !important;
	 top: 0 !important;
	 width: 100%;
	box-shadow: 1px 2px 3px #3333336b;
}




/* Home-Page */
/* Programs-Section */
.programs-section p.elementor-image-box-description {
    text-align: justify;
    padding: 10px 24px;
}

/* post-design */
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none !important;
}
.single-post img {
    margin: 25px 0;
}
.single-post .elementor-loop-container.elementor-grid img {
    margin: 0 !important;
}
.cus-date-de li:first-child {
    padding: 10px;
    font-size: 30px;
	font-weight: 700;
    line-height: 30px;
}
.cus-date-de li:last-child {
	font-weight: 700;
}
.custom-post-design a{
	text-decoration: none !important;
}
.custom-post-design h1{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.custom-post-design .elementor-widget-theme-post-excerpt{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}
.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    border-color: #3876b4 !important;
    background-color: #3876b4 !important;
    border-radius: 5px;
}


.programs-section .elementor-image-box-img img {
    border-radius: 10px 10px 0 0 !important;
}


/* contact-form-7 */
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 155px;
    resize: vertical;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 10px;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

@media (min-width: 922px) {
    .ast-container {
        max-width: 1180px !important;
    }
}
