/*
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 */
strong{font-weight:900;}
.recent-posts-info.clr{display:none;opacity:0;overflow:hidden;}
.single .thumbnail img {
 
    border-radius: 20px;
}
.blog-entry.grid-entry .blog-entry-inner {
    border-radius: 20px;
}
.blog-entry.grid-entry .blog-entry-inner img{
    border-radius: 20px 20px 0px 0px;
}
.caso-template-default .thumbnail img{position: relative;
    max-width: 400px;
    float: left;
    margin-right: 20px;}

.elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper~.elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: none;
    height: 2em;
    width: 2em;
}