/*
Theme Name: Malinex Child
Description: Child theme for Hello Elementor — custom CPT archives without Elementor canvas.
Author: Malinex
Template: hello-elementor
Version: 1.0.0
*/


@font-face {
    font-family: "EstedadVF";
    src: url("assets/font/estedad-fd-var.woff2") format("woff2-variations"),
    url("assets/font/estedad-fd-var.woff2") format("woff2");
    font-weight: 100 900;
    font-display: swap;
}

body{
    font-family: "EstedadVF", sans-serif !important;
}

.elementor-kit-5 h1 {
    font-family: "EstedadVF", iran-sansx !important;
    font-size: 24px;
}

.elementor-kit-5 h2 {
    font-family: "EstedadVF", iran-sansx !important;
    font-size: 22px;
}

.elementor-kit-5 h3 {
    font-family: "EstedadVF", iran-sansx !important;
    font-size: 18px;
}

.elementor-kit-5 h5 {
    font-family: "EstedadVF", iran-sansx !important;
    font-size: 14px;
}

div#bgheaders {
    position: relative;
	
}
div#bgheaders::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    /* border-top-left-radius: 100%; */
    /* box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.25); */
    /* pointer-events: none; */
    /* z-index: 1; */
    content: '';
    position: absolute;
    height: 39px;
    width: 86px;
    bottom: 0px;
    right: -86px;
    border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 0 31px;
    -webkit-box-shadow: -10px 0px 0 0 #fff;
    box-shadow: -47px 0px 0px #fff;
}
div#bgheaders::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    /* border-top-left-radius: 100%; */
    /* box-shadow: inset 4px 4px 12px rgba(0, 0, 0, 0.25); */
    /* pointer-events: none; */
    /* z-index: 1; */
    content: '';
    position: absolute;
    height: 39px;
    width: 86px;
    bottom: 0px;
    left: -86px;
    border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 31px 0;
    -webkit-box-shadow: 10px 0 0 0 #fff;
    box-shadow: 47px 0 0 0 #fff;
        top: auto;
}


