/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


figure a.show_cap{display:none;}
.cl_cap{
	position:absolute;
	right:0;    
	display: block;
    width: 20px;
    height: 20px;
	border: 1px solid #000;
    line-height: 1.2;
}
@media only screen and (max-width: 600px) {
.single-post figure{position:relative;}
.single-post figure figcaption{opacity:0;display:none;}
.single-post figure.active figcaption{opacity:1;display:block;}
.single-post figure a.show_cap{margin-bottom:10px;text-align:center;display:block;}
.single-post figure a.show_cap:hover {cursor: pointer;}
.single-post figure.active a.show_cap{display:none;}
}
@media (min-width: 766px) {
.lbox {
   pointer-events: none;
}
	.cl_cap{display:none;}
}