/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Slider Gallery
//		1.1. Dots
//		1.2. Arrows
//		1.3. Lightboxs
//   02. Carousel Gallery
//   03. Pretty Photos
//   04. Video
//   05. Buttons
// ========================================================================== */

/* Slider Gallery.
// ========================================================================== */

.slider_shortcode_container {
	position: relative;
	height: 400px;
	margin: 20px 0; 
}

.experience_slider_shortcode {
	min-width: 100%;
	max-width: 100%;
}

#content-wrapper .experience_slider_shortcode ul {
	padding: 0;
	margin: 0;
}

.experience_slider_shortcode ul li {
	height: 400px;
	margin: 0;
}

.experience_slider_shortcode ul li .gallery-slider img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
}
 
/* 
// Dots.
*/

.slider_shortcode_container.hidden-pagination .unslider-nav {
	display: none;
}

.slider_shortcode_container .unslider-nav ol li {
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	 transition: background .5s;
}

.slider_shortcode_container .unslider-active {
	background-color: #fff;
}

/*
// Arrows.
*/

.slider_shortcode_container.hidden-arrows .unslider-arrow {
	display: none;
}


.slider_shortcode_container .unslider-arrow{
	width: 20px;
	height: auto;
	position: absolute;
	z-index: 2;
	top: 180px;
	opacity: 0.8;
	cursor: pointer;
}

.slider_shortcode_container .unslider-arrow i {
	font-size: 40px;
	color: #fff;
}

.slider_shortcode_container .unslider-arrow.next {
	right: 2%;
}

.slider_shortcode_container .unslider-arrow.prev {
	left: 2%;
}

/*
// Lightbox.
*/

.pp_content_container .pp_gallery li {
	margin-right: 0;
}

/* Carousel Gallery.
// ========================================================================== */

.experience_carousel_shortcode .slick-slide {
	height: 200px;
	padding: 10px;
	overflow: hidden;
	position: relative;
	cursor: -webkit-grab;
	cursor: grab;
}

#content-single-npls .experience_carousel_shortcode img,
#content-single-nprs .experience_carousel_shortcode img {
	max-width: 150%;
}

#single-experience-box .experience_carousel_shortcode .attachment-original {
	max-width: 190%;
}

.experience_carousel_shortcode .attachment-original {
	max-width: 150%;
	height: auto;
	cursor: -webkit-grab;
	cursor: grab;
}

.experience_carousel_shortcode .attachment-original:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.experience_carousel_shortcode.slick-slider {
	width: 90%;
    margin: 0 auto 30px auto;
}

.experience_carousel_shortcode .experience_carousel_leftarrow {
	position: absolute;
	top: 42%;
	left: -30px;
	font-size: 36px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.experience_carousel_shortcode .experience_carousel_leftarrow:focus {
	outline: none;
}

.experience_carousel_shortcode .experience_carousel_rightarrow {
	position: absolute;
	top: 42%;
	right: -30px;
	font-size: 36px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.experience_carousel_shortcode .experience_carousel_rightarrow:focus {
	outline: none;
}

/* Pretty Photo.
// ========================================================================== */

.ppt{
	font-weight: lighter;
	display: none !important; /* Hide the top title, because it appears in the bottom too. */
}

.dark_square .pp_description{
	font-weight: lighter;
}

.pp_nav .currentTextHolder{
	margin: -1px 5px 0px 5px;
	color: white;
	font-size: 15px;
}

body .pp_pic_holder.dark_square .pp_left, 
body .pp_pic_holder.dark_square .pp_middle, 
body .pp_pic_holder.dark_square .pp_right, 
body .pp_pic_holder.dark_square .pp_content {
	background: transparent;
}

/* Video.
// ========================================================================== */

.wp-video {
	margin: 20px 0;
}

/* Buttons.
// ========================================================================== */

.exp-button-primary.shortcode {
	display: inline-block;
	margin-bottom: 20px;
	line-height: 100%;
}

.exp-button-secondary.shortcode {
	display: inline-block;
	line-height: 100%;
}

.display-none-shotcodes {
	display: none;
}