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

.oceanwp-recent-posts .recent-posts-comments
.oceanwp-recent-posts .recent-posts-date {
 display:none!important;
}


.oceanwp-custom-menu>ul>li>a{
    list-style: square!important;
        list-style-position: outside;
        list-style-image: none;
        list-style-type: square!important;
    margin: 0;
	padding: 0;}

.swpm-join-us-link {display:none!important;}

#menu-private .menu-link .privatelink{font-weight:800;}

ul#menu-private{list-style-type: none!important;}

ul#menu-private a{font-weight:600!important;}
ul#menu-private a:hover{text-decoration:underline!important;}


elementor-posts .elementor-post__title{font-size:24px!important;}