/*
Theme Name: Domatel Child
Template: domatel
Author: Domatel


*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


/*------------ common css ------------*/
.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0;
}

/* footer */
.footer-widget-area-inner .wp-block-list {
    padding: 0;
    margin: 0;
}
.site-footer-section .widget-area ul {
    list-style: none;
}

/*------------ end common css ------------*/
/* -------------------- ----> elementor design css <---- -------------------- */

.map-icon-01::before,.mail-icon-02::before,.call-icon-03::before{
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin: 7px 9px 0px 0px;
	background: url(./img/map.svg) no-repeat;
}

.mail-icon-02::before{
	background: url(./img/mail.svg) no-repeat;
}

.call-icon-03::before{
	background: url(./img/phone.svg) no-repeat;
}
