@charset "UTF-8";

/*
Theme Name: Rad Photos Twenty Twenty One
Author: Radian
Author URI: https://wordpress.org/
Description: 2021 radpics mod
Version: 2.0

*/

html, body {
    position: relative;
    height: 100%;
}
body {
    background: #333;
    font-family: 'Architects Daughter', cursive;
    font-size: 14px;
    color:#555;
    text-shadow: 0px 0px 6px rgba(0,0,0,.3);
    margin: 0;
    padding: 0;
   
}

.mobile{
  display: none;
}

#page{
  position: relative;
  z-index: 200;
}


.page_title{
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding:10px 0 10px;
}

.vidBg_container{
  width:100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top:0;
}
.vidBg_container video{
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.vidBg_cover{
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  position: fixed;
  z-index: 100;
}

.swiper-container-wrapper{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 720px;
    padding:10px 0 40px;
    margin:0 auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    transition: all 1s ease-in-out;
    opacity: 0;
}


.swiper-slide-active{
opacity:  1;
}





.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 49.5%;
  top: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
 
  min-width: 50px;
  min-height: 50px;
  border: .3em solid white;
}



.gallery-container{
  width: 100%;
  text-align: center;
}
.gallery-image-container{
  display: inline-block;
  /* float: left; */
}
.gallery-container a{
  padding:.3em;
  margin: .2em;
  line-height: 0;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  background-color: white;
}

.gallery-container a img{
  width: 100%;
  height: 100%;
}


@media (min-width:376px) and (max-width: 667px) {
 
   .desktop{
    display: none;
  }
  .swiper-container {
    height: 480px;
  }
  .gallery-image-container{
    text-align: center;
  }
  .gallery-container.desktop{
    display: block;
  }
  .gallery-container.mobile{
    display: none;
  }
}

@media (max-width:375px) {
   .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .swiper-container {
    height: 480px;
  }
  .gallery-image-container{
    text-align: center;

  }
  .gallery-image-wrapper{
    width: 90%;
    padding: 2%;
    margin: 0 auto 2%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    display: inline-block;
  }
  .gallery-image-container:first-child{
    margin-top:3%;
  }
  .gallery-image-wrapper img{
    width: 100%;
    height: auto;
  }
}