/**
 * Theme Name: Neoxica
 * Description: Child theme
 * Author: Lembu
 * Template: blocksy
 * Text Domain: blocksy
 */
/* Custom CSS starts here */

@font-face {
    font-family: 'Marcellus';
    src: url('fonts/Marcellus.eot');
    src: url('fonts/Marcellus.eot?#iefix') format('embedded-opentype'),
        url('fonts/Marcellus.woff2') format('woff2'),
        url('fonts/Marcellus.woff') format('woff'),
        url('fonts/Marcellus.ttf') format('truetype'),
        url('fonts/Marcellus.svg#Marcellus') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* roboto-flex-latin-wght-normal */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-display: swap;
	font-weight: 100 1000;
	src: url('fonts/roboto.woff2') format('woff2-variations'),
		url('fonts/roboto.ttf') format('truetype');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:root body{
	--theme-font-family: 'Roboto';
}
body{
	font-synthesis: none;
}
body p{
	font-family: 'Roboto';
	font-style: normal;
}
body .elementor-heading-title,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .marcellus p{
	font-family: 'Marcellus';
    line-height: var(--theme-line-height);
}
.pretitle p{
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.medium .elementor-icon-box-content p {
    line-height: 1.2em;
}
figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
figure.gallery-item {
    margin-bottom: 20px;
}
.elementor-heading-title span {
    color: var(--e-global-color-blocksy_palette_1);
}
.cf-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
	.cf-grid{
    grid-template-columns: 1fr;
  }
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	.error404 #main {
        min-height: 50vh;
	}
}