/*
Theme Name: Ideam
Theme URI: https://gpreman-cp165.wordpresstemporal.com/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Ideam
Author URI: https://gpreman-cp165.wordpresstemporal.com/
Version: 1.0
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: zn_framework
*/

/*
	** PLEASE DON'T ADD ANY CSS HERE !!!
	This file will be overwritten on updates and your CSS will be lost.

	Instead, please use Ideam Child theme's style.css, or access Ideam options > Advanced > Custom CSS and add your CSS there.
*/

.kl-skin--light .page-title{
    font-size:24px!important;
}
.kl-single-layout--modern .kl-blog-related-title{
    font-size:20px!important;
}
.kl-single-layout--modern .kl-blog-related-post-title{
    text-align:center!important;
}

.slider-pictures:hover .slick-next,
.slider-pictures:hover .slick-prev {
	display:block;
}


.slider-pictures:hover .slick-next,
.slider-pictures:hover .slick-prev {
	display:block !important;
}

.slider-thumbnails{
	background-color: #efeded;
}

.slider-pictures .slick-next {
	display: none !important;
	position:absolute;
	top:45%;
	right: 3%;
	z-index: 10;
}
.slider-pictures .slick-prev {
	display: none !important;
	position:absolute;
	top:45%;
	left: 3%;
	z-index: 10;
}

@media(min-width: 770px){
	.itembox.middle{
		margin-left: 2px !important;
		margin-right:2px !important;
	}
}

/*Fix to hide bottom space in footer*/
.kl-mask.kl-bottommask.kl-mask--shadow_simple_down.kl-mask--light{
	display:none;
}

