/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@font-face {
  font-family: 'Sahel';
  src: url('fonts/Sahel-FD/Sahel-FD.eot');
  src: url('fonts/Sahel-FD/Sahel-FD.eot?#iefix') format('embedded-opentype'),
       url('fonts/Sahel-FD/Sahel-FD.woff2') format('woff2'),
	   url('fonts/Sahel-FD/Sahel-FD.svg#Sahel') format('svg'),
       url('fonts/Sahel-FD/Sahel-FD.ttf') format('truetype'),
       url('fonts/Sahel-FD/Sahel-FD.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'A MehdiHeydari';
  src: url('fonts/AMehdiHeydari/A MehdiHeydari.eot');
  src: url('fonts/AMehdiHeydari/A MehdiHeydari.eot?#iefix') format('embedded-opentype'),
       url('fonts/AMehdiHeydari/A MehdiHeydari.woff2') format('woff2'),
	   url('fonts/AMehdiHeydari/AMehdiHeydari.svg#AMehdiHeydari') format('svg'),
       url('fonts/AMehdiHeydari/AMehdiHeydari.ttf') format('truetype'),
       url('fonts/AMehdiHeydari/AMehdiHeydari.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*
* { font-family: 'Sahel', sans-serif; }
* { font-family: 'A MehdiHeydari', sans-serif; }
*/

* { font-family: 'Sahel', sans-serif; }

footer#\#site-footer {
    color: white;
}
footer#\#site-footer .widget-title {
    color: white;
    border-bottom-style: solid;
    padding-bottom: 5px;
    border-width: 2px;
}
footer#\#site-footer a {
    color: wheat;
}
footer#\#site-footer a:hover {
    color: whitesmoke;
}
footer#\#site-footer .elementor-widget-container ol, footer#\#site-footer .elementor-widget-container ul {
    padding-left: 0;
    padding-right: 0;
	margin: 0;
}
/* footer#\#site-footer .wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
} */

ul.wp-block-categories-list li, ul.wp-block-latest-posts__list li {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: whitesmoke;
    list-style: none;
    padding: 5px;
}
