div#page {margin-top: 107px;}
.widget-title {
  margin-bottom: 12px;
}
.entry-content {
    margin: 0;
}
p + p {
    margin-bottom: 0.75em;
}
.elementor-button span {
    color: #fff;
}
div:not(.entry-content) .widget ul li {
    padding-bottom: 10px;
}
/* Subscribe to blog butto */
input[type="submit"] {
	font-family: "Verdana", Sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #259bb5;
	border-radius: 20px 20px 20px 20px;
	padding: 9px 12px 7px 12px;
  text-transform: lowercase;
}

input[type="submit"]:hover {
  background-color: #1d869b;
}
input {
	font-weight: bold;
  font-size: 15px; 
}
/* Between posts */
.post {
    margin: 0;
}
.entry-summary, .post-image-below-header.post-image-aligned-left .inside-article .post-image {
	margin-top: 1em;
}