/**
 * Plugin front end styles
 *
 * @package Pootle_Slider
 * @version 1.0.0
 */
.single-pootle-slider {
	display: none;
}
body.single-pootle-slider *:not(.ppb-block) {
	max-width: none !important;
}
.single-pootle-slider .panel-grid:after {
	margin-right: -999px;
	margin-left: -999px;
	border-bottom: 30px solid gray;
	display: block;
}
.single.single-pootle-slider #content .col-full {
	max-width: none;
}
.pootle-slide .ppb-block:hover {
	outline: none;
}

.single-pootle-slider .panel-row-style,
.pootle-slider-wrap .pootle-slide .panel-row-style {
	min-height: 0!important;
	padding-top: 160%;
}
@media screen and (min-width:475px) {
	.single-pootle-slider .panel-row-style,
	.pootle-slider-wrap .pootle-slide .panel-row-style {
		padding-top: 140.625%;
	}
}
@media screen and (min-width:520px) {
	.single-pootle-slider .panel-row-style,
	.pootle-slider-wrap .pootle-slide .panel-row-style {
		padding-top: 90%;
	}
}
@media screen and (min-width:800px) {
	.single-pootle-slider .panel-row-style,
	.pootle-slider-wrap .pootle-slide .panel-row-style {
		padding-top: 56.25%;
	}
}
#pootle-page-builder .panel-grid .panel-row-style {
	overflow: visible;
}

.pootle-slider-wrap.ppb-stretch-full-width {
	padding-left: 0!important;
	padding-right: 0!important;
}

.single-pootle-slider .panel-grid-cell-container,
.pootle-slide .panel-grid-cell-container {
	position: absolute;
	/* Vertical align middle
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 0;
	left: 0;
	right: 0;
	display: block !important;
	margin: 16px;
}
.pootle-slide .panel-grid-cell-container .panel-grid-cell {
	/* Vertical align middle
	vertical-align: middle !important
	*/
}

.pootle-slide .ppb-block *:first-child {
	margin-top: 0 !important;
}

.pootle-slide .ppb-block *:last-child {
	margin-bottom: 0 !important;
}

/* FlexSlider Styling */
@font-face {
	font-family: flexslider-icon;
	src: url(fonts/flexslider-icon.eot);
	src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal;
}

.pootle-slider-wrap {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: relative;
}

.pootle-slider-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.pootle-slider-wrap.pootle-slider-transparent {
	opacity: 0; /* Keep slider transparent in the beginning */
}

.pootle-slider-wrap .flex-container a:hover,
.pootle-slider-wrap .flex-slider a:hover {
	outline: 0;
}

.pootle-slider-wrap .flex-control-nav,
.pootle-slider-wrap .flex-direction-nav,
.pootle-slider,
.pootle-slider > li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pootle-slider-wrap .flex-pauseplay span {
	text-transform: capitalize;
}

.pootle-slider-wrap .flex-direction-nav a,
.pootle-slider-wrap .flex-pauseplay a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: none;
	margin: 0;
	position: absolute;
	bottom: -7px;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
}

.ppb-panels #TB_secondLine,
.ppb-panels .tb-close-icon,
.ppb-panels #TB_prev a,
.ppb-panels #TB_next a,
.pootle-slider-wrap .flex-direction-nav a,
.pootle-slider-wrap .flex-pauseplay a {
	color: #fff;
	-moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
}

.pootle-slider-wrap:hover a {
	opacity: 1;
	bottom: 7px;
}

.pootle-slider-wrap:hover a:hover {
	opacity: 0.7;
}

.pootle-slider-wrap .flex-direction-nav a, .flex-control-nav {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pootle-slider-wrap .flex-direction-nav a:before,
.pootle-slider-wrap .flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 44px;
	display: inline-block;
	content: '\f001';
	opacity: 0.5;
}

.pootle-slider-wrap .flex-pauseplay a:before {
	content: '\f004';
}

.pootle-slider-wrap .flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.pootle-slider-wrap .flex-direction-nav .flex-prev {
	left: 0;
}

.pootle-slider-wrap .flex-direction-nav .flex-next {
	right: 0;
}

.pootle-slider-wrap .flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.pootle-slider-wrap .flex-pauseplay a {right: 60px;}

.pootle-slider-wrap .flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.pootle-slider-wrap .flex-control-nav {
	z-index: 7;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -7px;
	opacity: 0;
	text-align: center;
}

.pootle-slider-wrap:hover .flex-control-nav {
	bottom: 7px;
	opacity: 1;
}

.pootle-slider-wrap .flex-control-nav li {
	margin: 11px 16px;
	display: inline-block;
	zoom: 1;
}

.pootle-slider-wrap .flex-control-paging a {
	width: 30px;
	height: 30px;
	display: block;
	background: rgba( 255,255,255,0.5 );
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba( 255,255,255,0.5 ), 0 0 2px 1px rgba( 0,0,0,0.7 );
	box-shadow: inset 0 0 3px rgba( 255,255,255,0.5 ), 0 0 2px 1px rgba( 0,0,0,0.7 );
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.pootle-slider-wrap .flex-control-paging li a:hover {
	background: #ddd;
}

.pootle-slider-wrap .flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

.pootle-slider-wrap .flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.pootle-slider-wrap .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.pootle-slider-wrap .flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.pootle-slider-wrap .flex-control-thumbs img:hover {
	opacity: 1;
}

.pootle-slider-wrap .flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media only screen and (max-width: 500px) {
	.ppb-photo-gallery-item-wrap {
		min-width: 49.91%;
		width: 100%;
	}

	.pootle-slider-wrap .flex-pauseplay a {
		display: none;
	}

	.ppb-photo .flex-direction-nav a {
		bottom: auto;
		top: 50%;
		margin-top: -25px;
	}

	.pootle-slider-wrap .flex-direction-nav .flex-prev {
		right: auto;
		left: 25px;
	}

	.pootle-slider-wrap .flex-direction-nav .flex-next {
		right: 25px;
	}
}
