/*
Theme Name: Honeypot
Theme URI: http://www.wpbees.com
Description: A sweet and sticky theme framework.
Version: 3.1
Author: WPBees
Author URI: http://www.wpbees.com
Tags: wpbees, clean, framework, hough, starter, boilerplate
*/

.box-banner h6 a{
	text-transform: uppercase;
}

.block-thumb h6 a {
   text-transform: uppercase;
   color: #a1a1a1;
}

.single-post .container > h6 a{
	text-transform: uppercase;
	color: #a1a1a1;
}

.post-date{
	text-transform: uppercase;
}

.fl-photo-content{
	overflow: hidden;
}

.fl-photo-content img{
	transition: all .5s ease;
}

.fl-photo-content:hover > a > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pagination li.current a {
    background-color: #ebebeb;
    pointer-events: none;
}
/*
@media screen and (max-width: 991px) and (min-width: 768px){
	.block-thumb .img-wr img {
		height: 150px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 991px){
	.block-thumb .img-wr img {
		height: 230px;
	}
}

@media screen and (max-width: 420px) {
.block-thumb .img-wr img {
    height: 250px;
}
}*/

div.wp-caption {
	width: 100% !important;
}

.box-content .container img {
	max-width: 100%;
	height: auto;
}

.box-wr.thumbnail {
	padding-top: 140px;
}

@media screen and (max-width: 768px){
	.box-wr.thumbnail {
		padding-top: 0px;
	}
}

.slick-prev, .slick-next {
	top: 38%;
}

.slick-next {
	right: 25px;
}

.slick-prev {
	left: 25px;
}