/*
Theme Name: Earnshaw
Description: Child theme for the OceanWP theme 
Author: Guangjie Li
Template: oceanwp
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a {
	color: #008ec2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, #site-logo a {
	color: #333;
}
.elementor-widget-text-editor {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}
#related-posts .span_1_of_3 {
    width: 33.3333333333%;
    max-width: 100%;
}
ul.dcw li ul.children {
    padding-left: 15px;
}
article.blog-entry.type-music {
    padding-bottom: 0;
    margin-bottom: 15px;
}
.text-center {
  text-align: center;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit  !important;
}

#footer-widgets .footer-box .footer-widget ul > li {
  display: inline-block;
}

.footer-widget.jetpack_widget_social_icons {
  text-align: right;
}
ul#menu-footer-menu > li {
  border:none;
}
ul#menu-footer-menu > li a {
  padding: 0 10px;
}
.blog-entry.thumbnail-entry .thumbnail {
    width: 25%;
}
.blog-entry.thumbnail-entry .blog-entry-content {
    width: 75%;
}