/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme for Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Custom CSS goes below this line */


/* Sidebar */
.widget {
	margin-bottom:40px;
}

.widget ul {
	list-style: none;
	padding: 0;
}

.widget ul li {
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom: 1px solid #ccc;
}

.tagcloud .tag-cloud-link {
	border: 1px solid #1d1d1f;
	border-radius:3px;
    padding: 10px 20px;
    margin-right: 5px;
	font-size: 0.9rem !important;
    color: #575757;
	margin-bottom: 12px;
    display: inline-block;
}

.tagcloud .tag-cloud-link:hover {
	background:#1d1d1f;
	border: 1px solid #1d1d1f;
	color:#fff;
}

.search-form [type=submit] {
	background:#1d1d1f;
    border: 1px solid #1d1d1f;
	color: #fff;
}

.search-form [type=submit]:hover {
	background:#a37e2d;
	border: 1px solid #a37e2d;
	color: #fff;
}

div#ez-toc-container {
	padding: 25px;
}

.ez-toc-title-container {
	margin-bottom: 15px;
}

.wpr-cf-style-5 .wpr-comment-form-fields {
	width: 100%!important;
}

.ekit-wid-con .elementskit-blog-block-post {
	box-shadow: none!important;
}

pre {
	background: #fafafa;
    padding: 5px;
}

.wpr-page-list li:last-child {
      border-width: 0 !important;
}