/* This file defines the style for the homepage slideshow
 */
/**
 *-----------------------------------------------
 * SLIDER CSS
 */

/* Previous/Next Arrows */
.spotlight-slider-wrapper .slick-arrow::before{
    color: #fff;
}
.spotlight-slider-wrapper .slick-arrow:hover::before {
    color: #428bca;
}
.spotlight-slider-wrapper .slick-prev {
	left: 10px;
}
.spotlight-slider-wrapper .slick-next{
	right: 10px;
}
/* Dots */
.spotlight-slider-wrapper .slick-dots{
	bottom: -45px;
	
}

/* Caption wrapper */
#spotlight-caption {
    padding: 0px 40px;
}
#spotlight-caption::after {
  content: "";
  display: table;
  clear: both;
}

/* Caption text */
#spotlight-caption h2.spotlight-caption-title {
    font-size: 40px;
    line-height: 45px;
    color: white;
    text-shadow: 1px 1px 1px #444;
    margin-bottom: 0px;
}

#spotlight-caption .spotlight-caption-body{
	/*
	background: rgb(25, 71, 117);
	background: rgba(25, 71, 117, 0.9);
	background:rgba(0,0,0,0.7);
	*/
	background:rgb(51,51,51);
    background:rgba(51,51,51, 0.8);
	display: inline-block;
    position:relative;
}
.spotlight-caption-body p{
	padding: 0px;
	margin:15px;
}
.spotlight-text-wrapper {
  	display: inline-block;
    margin: 0 85px 0 0;
}
.spotlight-text-wrapper p{
    font-family: "open-sans", helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    color: white;
}


#spotlight-caption .spotlight-link-wrapper {
	position: absolute;
	right: 0; top: 50%;
	transform: translateY(-50%);
	margin:auto;
}
#spotlight-caption .spotlight-link-wrapper a{
	margin-right: 10px;
}
.arrow-btn{
	font-family: "open-sans", helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	width: auto;
	text-decoration: none;

}
a.arrow-btn{
    height:24px;
    line-height:24px;
    vertical-align:middle;
    text-align:center;
    padding:0px 10px;
    color:#333;
    background-color:#f5f5f5;
    position:relative;
    display:inline-block;
}
a.arrow-btn:after{
    position:absolute;
    right:-10px;
    top:0;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #f5f5f5;
}
a.arrow-btn:hover{
    background-color:#ccc;
	text-decoration: none;
}
a.arrow-btn:hover:after{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #ccc;
}


/* Responsive goodness */

/* TABLET/PHONE -----------------------------------------------------------------/
 * For smaller screen sizes, when the caption drops below the image */

@media (max-width: 1024px) {
	#spotlight-caption{
		background:#f5f5f5;
		padding: 20px 45px;
	}
	#spotlight-caption h2.spotlight-caption-title {
		font-size: 25px;
		line-height: 25px;
		color: #666;
		text-shadow: none;
	}
	
	#spotlight-caption .spotlight-caption-body {
		padding: 0px;
		background:none;
	}
	.spotlight-caption-body p{
		padding: 0px;
		margin: 15px 0;
	}
	.spotlight-text-wrapper {
		display: block;
	    margin: 0;
	}
	#spotlight-caption .spotlight-text-wrapper p{	
		font-size: 16px;
		line-height: 22px;
		background:none;
		color: #666;
	}
	#spotlight-caption .spotlight-link-wrapper {
		position: relative;
		margin: 10px 0;
		transform: none;
	}
	a.arrow-btn{
		color: #f5f5f5;
		background-color: #666;
		height:30px;
		line-height:30px;
	}
	a.arrow-btn:after{
		border-color: transparent transparent transparent #666;
		border-width: 15px 0 15px 10px;
	}
	a.arrow-btn:hover:after{

		border-width: 15px 0 15px 10px;
	}
	.spotlight-slider-wrapper .slick-prev {
		left: 0;
	}
	.spotlight-slider-wrapper .slick-next{
		right: 0;
	}/*
	.spotlight-slider-wrapper .slick__arrow{
		top: auto;
		bottom: 15%;
	}
	.spotlight-slider-wrapper .slick-arrow::before{
		color: #666;
	}
	*/
}

/* REGULAR LAPTOP/DESKTOP -----------------------------------------------------------------/
 * For desktop and larger screens - this is borrowed from the slick css for slide-constrained */
@media (min-width: 64em) {
  
	#spotlight-caption {
	  position: absolute;
	  z-index: 2;
	}

	/* Caption position options */
	.spotlight-caption-topleft{
		top: 5%;
		left: 50%;
		margin-left: -45%;
	}
	.spotlight-caption-bottomleft{
		bottom: 5%;
		left: 50%;
		margin-left: -45%;
	}
	.spotlight-caption-topright{
		top: 5%;
		right: 50%;
		margin-right: -45%;
	}
	.spotlight-caption-bottomright{
		bottom: 5%;
		right: 50%;
		margin-right: -45%;	
	}

  
}
/* EXTRA LARGE DISPLAYS -----------------------------------------------------------------/
 * For full-screen mode */
@media (min-width: 114em) {
	#block-views-spotlight-slider-block .slick-track {
		max-height: 75vh;
		
	}
	.spotlight-caption-bottomleft{
		bottom: 10%
	}
	.spotlight-slider-wrapper .slick-arrow::before{
		font-size: 3rem;
	}
}



/* ADMIN VIEW STYLING-----------------------------------------------------------------/
 * Slider Manager styling */
.slide-published-No{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebcccc;
}

#views-form-spotlight-slider-page-1 .panel-title.fieldset-legend,
#views-form-spotlight-slider-page-2 .panel-title.fieldset-legend {
	font-family: "open-sans", helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	text-rendering: optimizeLegibility;
	
}

#views-form-spotlight-slider-page-1 thead,
#views-form-spotlight-slider-page-2 thead {
	background-color: #efefef;
}



/*
#gc-featured-photo-panel .featured-panel .featured-container .overlay-container .overlay-content {
    top: 75% !important;
}

#gc-featured-photo-panel .featured-panel .featured-container .overlay-container .overlay-content #featured-image-caption h1{
    text-shadow: 1px 1px 1px #444;
	font-size: 60px;
    line-height: 60px;
    color: white;
}

#gc-featured-photo-panel .featured-panel .featured-container .overlay-container .overlay-content #featured-image-caption p{
    background-color: #194775;
    opacity: 0.9;
    font-family: "open-sans",helvetica,sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    font-style: normal;
    padding: 15px 25px;
    width: 80%;
}

#gc-featured-photo-panel .featured-content img{
    width:100%;
    height:auto;    
}

#gc-featured-photo-panel .featured-read-more {
   border: solid 1px #fff;
   color: #fff !important;
    padding: 3px 7px;
   font-size: 16px;
   text-decoration: none !important;
   line-height: 40px;
   margin-left:20px;
   white-space: nowrap;
}

#gc-featured-photo-panel .featured-read-more a{
   margin-top: 15px;
   white-space: nowrap;
   
}

#featured-image-caption-mobile {
    border-bottom: solid 1px #eee;
}
#gc-featured-photo-panel .featured-panel .mobile-only #featured-image-caption-mobile h1 {
    font-size: 30px;
    padding-top: 10px;
    line-height: 30px;
}

#gc-featured-photo-panel .featured-panel .mobile-only #featured-image-caption-mobile p {
    color: #333;
    font-family: 'adobe-garamond-pro';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
*/
