/* Global Styles */

.inner-page-banner {
    min-height: 320px !important;
}

header.photonic-object-header {
    display: none;
}

/* figure.photonic-thumb>a,
figure.photonic-thumb>a>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
} */

figure.photonic-thumb {
    width: 33.333%;
/*     height: 350px; */
}

figure.photonic-thumb>a {
    text-decoration: none !important;
}

.photonic-title-info {
    width: auto !important;
}

.footer-widget-area-inner li a {
    color: #334155;
}

.footer-widget-area-inner li a:hover {
    color: #99005d;
}

@media (max-width: 1024px) {
    .inner-page-banner .elementor-heading-title {
        font-size: 2.25rem !important;
    }

    figure.photonic-thumb {
        width: 50% !important;
        height: 150px;
        padding: 0 !important;
    }

    .section-title .elementor-heading-title {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 767px) {
	
	.site-content>.ast-container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.inner-page-banner {
		min-height: 180px !important;
	}
	
    footer.site-footer {
        padding: 0 10px;
    }
}