.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.ast-blog-featured-section .gallery{margin-bottom:0}.single .entry-content .gallery{margin-left:-10px;margin-right:-10px}.gallery-caption{color:var(--ast-gallery-block-color);padding:10px;border-radius:0 0 2px 2px;border:1px solid var(--ast-border-color);border-top:none;font-size:.9em}.gallery-icon{border-bottom:0;border-radius:2px 2px 0 0;border:1px solid var(--ast-border-color);overflow:hidden}.gallery-item{margin:0;padding:10px;border-radius:2px}.gallery-item:last-child{margin-bottom:2em}.elementor-image-gallery .gallery-icon{border:none}.h5ap_search_template {
width: 800px;
max-width: 100%;
margin: 0 auto;
}
.h5ap_search_template h1 {
margin: 30px auto;
}
.h5ap_search_template .plyr {
height: auto;
margin-bottom: 50px;
}
#h5ap_search_form {
position: relative;
max-width: 400px;
width: 100%;
input {
width: 100%;
padding: 15px 50px 15px 16px;
border: 1px solid #e2e2e2;
border-radius: 50px;
font-size: 14px;
outline: none;
transition: all 0.3s ease;
background: #f9fafb;
}
input:focus {
background: #ffffff;
box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}
button {
position: absolute;
right: -13%;
top: 50%;
transform: translateY(-50%);
border: none;
background: #e2e2e2;
height: 36px;
width: 36px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
button:hover {
background: #e2e2e2;
transform: translateY(-50%) scale(1.05);
}
svg {
fill: #ffffff;
height: 16px;
width: 16px;
}
}