/* 
Theme Name: Trial Methods
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Trial Methods is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.4.5
Text Domain: trial-methods
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 */

h1.entry-title {
    display: none !important;
}

ul.monthly-archives {
    padding: 0;
    list-style: none;
}
ul.monthly-archives li {
    padding: 10px 0px 10px 20px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
ul.monthly-archives li:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'%3E%3C/path%3E%3C/svg%3E");
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 19px;
}