




.slideshow-dot.active-slideshow-dot {
  background-color: black;
}




/*--------------------------------- styling for big screens only -------------------------*/
@media (min-width: 700px) {


/*--------------- pin-template-1.html pin-template-2 -----------------*/

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-color: black;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.slideshow-button {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-dot:hover {
  background-color: #717171;
}

/*----- pin popup ------*/

.slide .pin-photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.slide .pin-photo-wrap .pin-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.slide .pin-photo-wrap .pin-expand-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;

  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  cursor: pointer;

  touch-action: manipulation;
  pointer-events: auto;
}

.pin-photo-modal-count {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 1002;

    background: rgba(0,0,0,.7);
    color: #fff;

    padding: 6px 12px;
    border-radius: 20px;

    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
}

/* Modal */

.pin-photo-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.95);
  z-index: 100;

  align-items: center;
  justify-content: center;
}

.pin-photo-modal-img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: cover;

  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.pin-photo-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 101;
}

.pin-photo-prev,
.pin-photo-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  background: rgba(0,0,0,.5);
  color: white;

  font-size: 32px;
  padding: 10px 15px;
  cursor: pointer;

  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.pin-photo-prev {
  left: 20px;
}

.pin-photo-next {
  right: 20px;
}




/*----------------------- pin.html ---------------------------*/

.pin-page-container {
  position: relative;
  margin: auto;
  margin-top: 30px;
  width: 97%;
  padding-bottom: 25px;
}

.pin-page-post-file-image {
  width: 100%;
  height: 500px;
  background-color: black;
  text-align: center;
}

.pin-page-post-file-image img {
  max-width: 100%;
  max-height: 100%;
}


/*------------------------- profile_pins.html ----------------------*/

.pin-container {
  margin: auto;
  margin-top: 50px;
  width: 55%;
}

.pin-container.fixed-header-extra-padding {
  padding-top: 30px;
}

.pin-container.fixed-header-extra-margin {
  padding-top: 110px;
}

.pin-container.copyright h1 {
  font-family: sans-serif;
  text-align: center;
  font-size: 23px;
}

    .topic-menu-container {
        z-index: 2;
        position: fixed;
        vertical-align: top;
        width: 18%;
        display: inline-block;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        background-color: #fbfbfb;
        border-radius: 0 0 5px 0;
        box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
        background: linear-gradient(to top, #f1f1f1, white);
        overflow: scroll;
        max-height: 75%;
    }

    .topic-menu-container::-webkit-scrollbar {
      display: none; /* for Chrome, Safari, and Opera */
    }

    .topic-menu-container h1.header {
        font-size: 16px;
        font-family: sans-serif;
        font-weight: normal;
        margin: 0;
    }

    .topic-menu-container.right {
        border-radius: 0 0 0 5px;
        right: 0;
        padding: 10px;
    }

    .topic-menu-container .audio-container {
        width: 100%;
        margin-top: 5px;
        display: inline-block;
    }

    .topic-menu-container .audio-thumbnail-container {
        width: 100%;
    }

    .topic-menu-container .audio-thumbnail-container img {
        width: 100%;
        aspect-ratio: 1.9 / 1;
        border-radius: 5px;
    }

    .topic-menu-container .audio-details-container {
        width: 100%;
    }

    .topic-menu-container .audio-details-container h1 {
        font-family: sans-serif;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

    .topic-menu-container .audio-details-container p {
        font-family: sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin: 0;
        color: grey;
    }

    .topic-menu-container ul.list-styles-1 img {
         width: 30px;      /* You can set a fixed size, or use percentage if container is square */
        height: 30px;     /* Make sure width and height are the same */
        border-radius: 50%; /* Makes the image a circle */
        object-fit: cover; /* Ensures the image covers the container without distortion */
    }

    .topic-menu-container ul.list-styles-1 {
        font-family: sans-serif;
        padding: 0;
        margin: 0;
    }

    .topic-menu-container ul.list-styles-1 > li:first-child {
        border-top: 1px solid #eee;
    }

    .topic-menu-container ul.list-styles-1.push-down {
        margin-top: 30px;
    }

    .topic-menu-container ul.list-styles-1 li {
        margin: 0;
        padding: 15px 10px;
        list-style-type: none;
        border-bottom: 1px solid #eee;
    }

    .topic-menu-container ul.list-styles-1 li a {
        font-size: 15px;
        display: flex;             
        align-items: center;   
    }

    .topic-menu-container ul.list-styles-1 li a span {
        margin-left: 5px;  
    }


.pin-icons {
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
}

.pin-icons.pin-like-btn.pin-post {
  font-size: 16px;
  cursor: pointer;
  margin-left: 0px;
}

.pin-icons.pin-search {
  margin: 0;
}

.pin-icons-message {
  font-size: 14px;
}

.pin-icons-copyright {
/*  margin-left: 5px;*/
}

.liked-pin {
	color: #c20000;
}

.pin-counts {
  font-family: sans-serif;
  font-size: 15px;
}

.pin-counts.pin-post {
  font-size: 16px;
}

/*-------------------- viewable_pin.html --------------------------*/


.viewable-pin-opacity-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 3; 
  overflow: scroll;
  margin: 0;
  padding: 0;
}

.viewable-pin-opacity-pop-up.comments {
  background-color: rgba(0, 0, 0, 0.1);
}

.viewable-pin-opacity-pop-up.audio {
  background-image: linear-gradient(to top, black , #212121);
}

.viewable-pin-scroll-stopper {
	width: 100%;
	height: 100%;
  margin: 0;
  padding: 0;
}

.viewable-pin-pop-up {
  margin: auto;
  width: 55%;
  height: 100%;
  min-height: 100vw;
  overflow: scroll;
  background-color: white;
}

.viewable-pin-pop-up::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.viewable-pin-pop-up.audio {
  background-color: transparent;
  width: 100%;
}

#viewable-pin-header {
  height: 20px;
  width: 100%;
  margin-top: 15px;
  font-family: sans-serif;
  background-color: transparent;
  padding: 0px;
  border-radius: 5px 5px 0 0;
}

#viewable-pin-exit-holder {
  position: relative;
  margin: 0px 5px 0 0;
  float: right;
  clear: both;
}

#viewable-pin-exit-holder i {
  font-size: 16px;
  cursor: pointer;
  color: black;
  margin-right: 35px;
}



}





@media (min-device-width: 768px) and (max-device-height: 1200px) and (orientation:portrait) {


  /*------------------- pin.html --------------------*/
  .pin-page-post-file-video video {
    width: 100%;
    height: 100%;
    object-fit: initial;
    background-color: black;
  }

  /*------------------------- profile_pins.html ----------------------*/

  .pin-container {
    width: 55%;
  }


  /*-------------------- viewable_pin.html --------------------------*/
  .viewable-pin-pop-up {
    width: 100%;
  }


}

@media (min-width: 768px) and (max-height: 800px) and (orientation:landscape)  {
  
  /*------------------------- profile_pins.html ----------------------*/

  .pin-container {
    width: 55%;
/*    max-width: 500px;*/
  }

  /*-------------------- viewable_pin.html --------------------------*/
  .viewable-pin-pop-up {
    width: 55%;
  }

  .viewable-pin-pop-up.audio {
    width: 100%;
  }

}


/* media queries for ipads & tablets Portrait and Landscape */
@media (min-width: 700px) and (max-width: 1200px) { }












/*----- the media queries for my smaller phone devies 100% Zoom--------*/
@media (max-width: 699px) {


/*--------------- pin-template-1.html pin-template-2 -----------------*/

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    position: relative;
}

.slides.pin-post-page {
/*  margin-top: 10px;*/
}

.slide {
    min-width: 100%;
    background-size: cover;
    background-position: center;
    background-color: black;
    padding: 0;
    margin: 0;
}

.slide.pin-post-page {
    padding: 0;
    margin: 0px 0 0 0;
}

.slide img {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.slideshow-button {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.slideshow-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-dot:hover {
  background-color: #717171;
}

/* popup pin */

.slide .pin-photo-wrap { position: relative; 
  width: 100%; 
  height: 100%; 
  display: block; 
}

.slide .pin-photo-wrap .pin-photo { 
  width: 100%; 
  height: 100%; 
  display: block; 
  object-fit: contain; 
} 

.slide .pin-photo-wrap .pin-expand-btn { 
  position: absolute; 
  top: 10px; 
  right: 10px; 
  left: auto; 
  bottom: auto; 
  z-index: 1; 
  width: 35px; 
  height: 35px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: none; 
  border-radius: 50%; 
  background: rgba(0, 0, 0, 0.6); 
  color: white; 
}

.pin-photo-modal-count {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 1002;

    background: rgba(0,0,0,.7);
    color: #fff;

    padding: 6px 12px;
    border-radius: 20px;

    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
}

/* Modal */

.pin-photo-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.95);
  z-index: 100;

  align-items: center;
  justify-content: center;
}

.pin-photo-modal-img {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
}

.pin-photo-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 101;
}

.pin-photo-prev,
.pin-photo-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  border: none;
  background: rgba(0,0,0,.5);
  color: white;

  font-size: 32px;
  padding: 10px 15px;
  cursor: pointer;

  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.pin-photo-prev {
  left: 20px;
}

.pin-photo-next {
  right: 20px;
}


/*----------------------- pin.html ---------------------------*/

.pin-page-post-file-image {
  position: relative;
  background-color: black;
  text-align: center;
  height: 425px;
  margin: auto;
  width: 100%;
  z-index: 1;
}

.pin-page-post-file-image img {
  max-width: 100%;
  max-height: 100%;
}

.pin-container {
  margin-top: 15px;
  width: 100%;
  padding-bottom: 50px;
}

.pin-container.copyright {
  margin-top: 35px;
  padding-bottom: 0px;
}

.pin-container.copyright h1 {
  font-family: sans-serif;
  font-size: 4.6vw;
  text-align: center;
}

.pin-icons {
	font-size: 3.8vw;
	margin-left: 5px;
}

.pin-icons.pin-like-btn.pin-post {
  font-size: 3.3vw;
  cursor: pointer;
  margin: 0;
  margin-bottom: 15px;
}

.pin-icons.pin-search {
  margin: 0;
  font-size: 3.5vw;
}

.pin-icons-message {
	font-size: 3.5vw;
}

.pin-icons-copyright {
/*  margin-left: 5px;*/
}

.pin-counts {
	font-family: sans-serif;
	font-size: 3.8vw;
}

.pin-counts.pin-post {
  font-size: 3.5vw;
}

/*-------------------- viewable_pin.html --------------------------*/

.liked-pin {
  color: #c20000;
}

.pin-refresh {
  position: fixed;
  bottom: 0;
  display: block;
  text-align: center;
  padding: 0px 0;
  width: 100%;
  height: 40px;
  background-color: white;
  border-top: 1px solid #e4e4e4;
  z-index: 4;
}

.pin-refresh i {
  font-size: 4.5vw;
  margin-top: 10px;
  color: #343434;
}

.viewable-pin-opacity-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 3; 
  overflow: scroll;
}

.viewable-pin-opacity-pop-up.audio {
  background-image: linear-gradient(to top, black , #262626);
}

.viewable-pin-scroll-stopper {
	position: relative;
	width: 100%;
	height: 100%;
}

.viewable-pin-pop-up {
  margin: auto;
  width: 100%;
  margin-top: 0px;
}

#viewable-pin-header {
	width: 100%;
  height: 20px;
  margin: 0px;
  background-color: transparent;
  border-radius: 0px;
}

#viewable-pin-exit-holder {
	float: right;
  clear: both;
/*  margin: 17px 25px 0 0;*/
  margin: 4% 5% 0 0;
}

#viewable-pin-exit-holder i {
  color: black;
  font-size: 4vw;
}

}





















/*----- the media queries for my smaller phone devies 115% Zoom--------*/
@media (max-width: 400px) {

/*-------------------- viewable_pin.html --------------------------*/

.pin-refresh {
  height: 35px;
}

.pin-refresh i {
/*  font-size: 4.5vw;*/
/*  margin-top: 10px;*/
}

#viewable-pin-header {
  height: 16px;
}


}


























/*---- the media queries for my even smaller phone devies 125% Zoom ------*/
@media (max-width: 359px) {}








