.elementor-search-form .dialog-lightbox-close-button {
	top: 0;
}

/* Posts */
.elementor-posts-container.elementor-has-item-ratio .elementor-post .elementor-post__thumbnail img {
	top: 0;
	left: 0;
	transform: unset;
	transition: all .3s ease;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post:hover .elementor-post__thumbnail img {
	transform: scale(1.1);
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post .elementor-post__title a {
	transition: all .3s ease;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post:hover .elementor-post__title a {
	color: var(--e-global-color-primary);
}

.elementor-menu-toggle {
	outline: none !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0 !important;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  opacity: 1 !important;
}

input::placeholder {
  opacity: 1 !important;
}

/* Title */
.pixelplus-heading-icon-before .elementor-heading-title,
.pixelplus-heading-icon-after .elementor-heading-title {
	display: flex;
	align-items: flex-end;
}

.pixelplus-heading-icon-before .elementor-heading-title:before,
.pixelplus-heading-icon-after .elementor-heading-title:after {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid var(--e-global-color-primary) !important;
    background: #fff !important;
    opacity: 1 !important;
    outline: none;
}

.swiper-pagination-bullet-active {
	background: var(--e-global-color-primary) !important;
}

.pixelplus-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    outline: none;
    cursor: pointer;
}

.pixelplus-carousel-pagination {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 2;
}

.elementor-field-group .elementor-select-wrapper:before {
	text-shadow: none;
}

.mini-account-links,
.pixelplus-search-form .elementor-search-form__submit,
.mini-account-icon,
.mini-cart,
.mini-cart-icon {
    display: flex;
    align-self: center;
    position: relative;
}

.mini-cart-icon {
    margin-right: 11px;
}

.mini-cart-text {
    align-self: center;
}

.mini-cart-icon span {
    position: absolute;
    top: -6px;
    right: -10px;
    font-weight: 600;
}

.post-item {
    margin: 12px;
    overflow: hidden;
    border: 1px solid #866829;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
}

.post-item a.post-item__title {
    padding: 16px 24px 24px;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    color: #1A202C;
    line-height: 28px;
    min-height: 124px;
}

.post-item:hover a.post-item__title {
    color: var(--e-global-color-primary);
}

.certificate-item {
    background: #fff url('../../images/certificate.svg') calc(100% - 10px) 10px no-repeat;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #468516;
    box-shadow: 0px 10px 10px rgb(70 133 22 / 15%);
    margin: 15px 12px;
}

.certificate-item__title {
    font-size: 17px;
    font-weight: bold;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
    padding-right: 30px;
    min-height: 42px;
}

.certificate-item__excerpt {
    color: #1A202C;
    min-height: 84px;
    margin: 15px 0 10px;
}

.certificate-item__meta {
    color: #718096;
    min-height: 42px;
    display: grid;
    align-items: flex-end;
}

.testimonial-item {
    backface-visibility: hidden;
    background: #FFFAF0;
    border: 1px solid #866829;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 50px 30px;
    margin-top: 36px;
}

.testimonial-item__thumbnail {
    position: absolute;
    top: 0;
    left: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    transform: translateX(-50%);
}

.testimonial-item__description {
    font-size: 19px;
    line-height: 27px;
}

@media (min-width: 769px) {
    .testimonial-item {
        min-height: 410px;
    }
}

@media (max-width: 768px) {
    .post-item a.post-item__title {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .post-item a.post-item__title {
        font-size: 15px;
    }
}
