/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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


/* CUSTOM BLOG STYLE */
.menu-item a {
	color: #DC140A;
}
.menu-item a:hover {
	color: #DC140A !important;
	text-decoration:none !important;
	border:none!important;
}
.menu-item a:hover:after {
	opacity:0 !important;
}
.single .entry-title {
	border-bottom:0px;
}
.single-post .content-area {
	border:0;
}
.single-post .page-header, .meta-author, .meta-cat, .meta-comments, #comments, .owp-tag-text, .navigation.post-navigation, .single-post #related-posts {
	display:none;
}
.single-post #main #content-wrap {
    padding-top: 0px;
}
.single-post #right-sidebar {
  padding-top:50px;
}
.post-tags a {
    display: inline-block;
    padding: 3px 7px;
    background: #DC140A;
    font-size: 14px;
    font-family: "Proxima Nova";
    border-radius: 2px;
    margin-right: 10px;
	color:#FFFFFF;
    text-transform: capitalize;
}
.post-tags a:hover {
	color:#FFFFFF;
}
.rpwwt-widget a {
	color: #3C3C3C;
	    font-size: 18px;
    font-weight: bold;
	    line-height: 21px;
    margin-bottom: 8px;
    display: block;
}
.rpwwt-widget a:hover {
	color: #DC140A !important;

}
.rpwwt-post-title {
	color: #3C3C3C;
}
.rpwwt-post-title:hover {
	color: #DC140A !important;
}
.rpwwt-post-date {
	 display: block;
    font-size: 12px;
    line-height: 12px;
}