/*
Theme Name: Vankine Child Theme
Theme URI: https://vankine.themerex.net/
Description: Vankine - excellent WordPress theme with many different blog and header layouts
Author: ThemeREX
Author URI: https://themerex.net/
Template: vankine
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: vankine
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* ========================================
   Blog Post V1 Widget - Make featured images clickable
   Fix: Overlays were blocking click events on image links
   ======================================== */
.blog_box .hover_1 .oh,
.blog_box .hover_1 .oh.ho_1,
.blog_box .hover_1 .oh.ho_2,
.blog_box .hover_1 .oh.ho_3,
.blog_box .hover_1 .oh.ho_4,
.blog_box.type_one .image_box .oh,
.blog_box.type_two .image_box .oh,
.blog_box.type_three .image_box .oh,
.blog_box.type_four .oh,
.blog_box.type_five .image_box .oh {
  pointer-events: none !important;
}

.blog_box .image_box > a,
.blog_box.type_one .image_box > a,
.blog_box.type_two .image_box > a,
.blog_box.type_three .image_box > a,
.blog_box.type_five .image_box > a {
  display: block;
  position: relative;
  z-index: 10 !important;
  cursor: pointer;
}

.blog_box .image_box > a img {
  cursor: pointer;
}