/*
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 */


.claim h1{
  background: -webkit-linear-gradient(left, #757d78, #97bc4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer{
	border-top: 1px solid rgb(225, 224, 224);
}

.menu-item-language-current a .text-wrap, .sidr-class-menu-item-language-current a .sidr-class-text-wrap{
	display:none;
}

.sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li{
	border-bottom: none;
}

.rpwe-time {
    display:none;
}

.rpwe-summary {
    font-size: 14px !important;
}

.rpwe-block h3.rpwe-title{
	font-size:20px !important;
}