
/* body{
  background:#000;
} */

/*Bootstrap Posts Slider from wp-bootstrap4 theme*/

section.awSlider .carousel{
  display:table;
  z-index:2;
  -moz-box-shadow: 0 0 4px #444;
	-webkit-box-shadow: 0 0 4px #444;
	box-shadow: 0 0 15px rgba(1,1,1,.5);
}

section.awSlider{
  margin:30px auto;
  padding:30px;
  position:relative;
  display:table;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

section.awSlider:hover > img{
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity:1;
}

section.awSlider img{
   pointer-events: none;
}

section.awSlider > img{
  position:absolute;
  top:30px;
  z-index:1;
  transition:all .3s;
  filter: blur(1.8vw);
  -webkit-filter: blur(2vw);
  -moz-filter: blur(2vw); 
  -o-filter: blur(2vw); 
  -ms-filter: blur(2vw);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:.5;
}

/*Bootstrap Carousel with Thumbnail navigation from CodePen*/
.carousel-container {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  position: absolute;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

/* Added this from stackoverflow to darken the control icons*/
/* Note that this creates another element on the slide. It does not overide default element */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 2px solid black;
  background-image: none;
}

/* .carousel-control-next-icon:after
{
  content: '>';
  font-size: 35px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 35px;
  color: red;
} */

 
 /**************************************************/
/* .carousel-control-prev {
  margin-left: -100px;
}

.carousel-control-next {
  margin-right: -100px;
} */
/*  my specific carousel thumbnail
 */
 
#myCarousel_wthmb_navigation-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  position: absolute;
  right: 0;
}
#myCarousel_wthmb_navigation-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#myCarousel_wthmb_navigation-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#myCarousel_wthmb_navigation-thumbs .selected img {
  border-color: #fff;
}

/*Bootstrap Carousel with Thumbnail navigation from CodePly*/
/*
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
*/