/**
 * Theme Name: NXC
 * Description: Blocksy Child theme
 * Template: blocksy
 * Text Domain: blocksy
 */
:root body{
	--theme-font-family: var(--e-global-typography-primary-font-family);
}
body{
	font-synthesis: none;
}
body .elementor-heading-title {
    font-size: var(--theme-font-size);
    line-height: var(--theme-line-height);
}
figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
figure.gallery-item {
    margin-bottom: 20px;
}
body blockquote {
    padding: 1em 1.41575em;
    border-left: 7px solid #0b0b11;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    margin: 0px 0px 20px 0;
    background: #eee;
}
.entry-content li {
    margin-bottom: 6px;
}
.elementor-element .elementor-widget-container p a {
    text-decoration: underline;
}
.entry-content h1,
.wp-block h1,
.entry-single .entry-title {
    margin: 0;
	font-family:var(--e-global-typography-primary-font-family), Sans-serif;
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {

}