/* https://codepen.io/andybarefoot/pen/QMeZda */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #brick-wall {
        position: relative;
        top: 75px;
        padding-top: 20px;
    }

    #brick-social-ShowM-HideD {
      display: inline-block !important;
    }

    #brick-socials div {
      width: 50%;
      float: left;
      text-align: center;
    }
  
    .wall-hearted:hover {
      cursor: pointer !important;
      color: #237efc !important;
      opacity: 0.7 !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #brick-wall {
        position: relative;
        top: 75px;
        padding-top: 20px;
    }

    #brick-social-ShowM-HideD {
      display: inline-block !important;
    }

    #brick-socials div {
      width: 50%;
      float: left;
      text-align: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #brick-wall {
        position: relative;
        padding-top: 70px;
        background-color: transparent;
    }

    #brick-social-ShowM-HideD {
      display: none !important;
    }

    #brick-socials div {
      width: 100%;
      float: clear;
      text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #brick-wall {
        position: relative;
        padding-top: 150px;
        background-color: transparent;
    }

    #brick-social-ShowM-HideD {
      display: none !important;
    }

    #brick-socials div {
      width: 100%;
      float: clear;
      text-align: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #brick-wall {
        position: relative;
        padding-top: 150px;
        background-color: transparent;
    }

    #brick-social-ShowM-HideD {
      display: none !important;
    }

    #brick-socials div {
      width: 100%;
      float: clear;
      text-align: center;
    }
}

.brick-play-button {
  font-size: 5rem;
  color: #FFFFFF;
  opacity: 0.4;
}

.brick-w-play-button {
  font-size: 5rem;
  color: #FFFFFF;
  position: relative;
}

.brick-w-play-button:hover .brick-play-button {
  opacity: 1;
}

.brick-bg-white {
    background-color: #FFFFFF;
}

.brick-bg-1 {
  background: linear-gradient(130deg, #efd5ff 0%, #515ada 100%);
}

.brick-bg-2 {
  background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}

.brick-bg-3 {
  background: linear-gradient(90deg, #0700b8 0%, #00ff88 100%);
  color: white;
}

.brick-bg-4 {
  background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
}

.brick-bg-5 {
  background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
}

.brick-bg-6 {
  background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%);
  color: white;
}

.brick-bg-7 {
  background: linear-gradient(90deg, #9ebd13 0%, #008552 100%);
}

.brick-bg-8 {
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  color: white;
}

.brick-bg-9 {
  background: linear-gradient(90deg, #3F2B96 0%, #A8C0FF 100%);
  color: #fff;
}

.brick-bg-10 {
  background: linear-gradient(90deg, #9ebd13 0%, #008552 100%);
}

.brick-bg-11 {
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
  color: white;
}

.brick-bg-12 {
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.brick-bg-13 {
  background: linear-gradient(90deg, rgba(241,241,241,1) 0%, rgba(184,184,184,1) 100%);
}

.brick-bg-14 {
  background: linear-gradient(209deg, rgba(241,241,241,1) 0%, rgba(184,184,184,1) 100%);
}

.brick-bg-15 {
background: radial-gradient(circle, rgba(241,241,241,1) 0%, rgba(184,184,184,1) 100%);
}

.a{color: #E7484F}
.b{color: #F68B1D}
.c{color: #FCED00}
.d{color: #009E4F}
.e{color: #00AAC3}
.f{color:  #732982}

.rainbow-nav{
  background-color: #000;  
  color: #fff;
}

.nav-rounded {
  border-radius: 4px;
  cursor: pointer;
}

.nav-button-login {
  background-color: #dc3545;
  color: #FFF;
}

.nav-button-login:hover {
  background-color: #f50017;
  color: #fff;
}

.blue {
  color: #237efc !important;
}

.rainbow{
  background-color: #FFF;
  border-radius: 4px;  
  color: #000;
  cursor: pointer;
  padding: 10px 20px 10px 20px;
}

.rainbow-1:hover{
   background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
   animation:slidebg 5s linear infinite;
}

.rainbow-2:hover{
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
  animation:slidebg 2s linear infinite;
}

.rainbow-3:hover{
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, red);
  animation:slidebg 2s linear infinite;
}

.rainbow-4:hover{
   background-image:     linear-gradient(
      to right, 
      #E7484F,
      #F68B1D, 
      #FCED00,
      #009E4F,
      #00AAC3,
      #732982
    );
  animation:slidebg 2s linear infinite;
}


.rainbow-5:hover{
   background-image:     linear-gradient(
      to right, 
      #E7484F,
      #E7484F 16.65%,
      #F68B1D 16.65%,
      #F68B1D 33.3%,
      #FCED00 33.3%,
      #FCED00 49.95%,
      #009E4F 49.95%,
      #009E4F 66.6%,
      #00AAC3 66.6%,
      #00AAC3 83.25%,
      #732982 83.25%,
      #732982 100%,
      #E7484F 100%
     
     
     
    );
  animation:slidebg 2s linear infinite;
}


@keyframes slidebg {
  to {
    background-position:20vw;
  }
}

.follow{
  margin-top: 40px;
}

.follow a{
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.wall-btn {
  color: #000000;
  font-size: 20px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  border: solid #000000 1px;
  text-decoration: none;
}

.wall-btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.grid {
  display: grid;
  grid-gap: 21px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 1px;
  column-gap: 25px;
  /*row-gap: 25px;*/
}

.item {
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  border: 1px solid lightgray;
  overflow: hidden;
  min-width: 225px;
}

#entityPagePosts .item:first-child {
  grid-column-start: -2;
}

.item .content {
  position: relative;
  /*height: 100% !important;*/
}

.wall-credit {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    position: absolute;
    bottom: -2px;
    border-radius: 0px 0px 6px 6px;
}

.wall-credit p:first-of-type {
  color: #a6a6a6;
  text-align: right;
}

.wall-bar {
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.wall-tagBar {
  padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin: 0px;
}

.wall-bar .fas {
  /*
  -webkit-text-stroke: 1px black;
  color: white;
  */
}


.wall-bar div {
/*    display: inline-block;*/
    float: left;
    line-height: 2;
    margin-bottom: -7px;
}

#brick-socials {
  font-size: x-large;
}

#brick-socials a {
  color: #343a40 !important;
  padding-top: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

#brick-socials a:hover {
  opacity: 0.7;
}

.wall-disclaimer {
  padding-left: 15px;
  padding-right: 15px;
  /* margin-top: 5px; */
}

.wall-disclaimer p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wall-disclaimer p:before {
  content: "\f10d";
  opacity: 0.2;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  font-size: x-small;
}

.wall-disclaimer p:after {
  /* content: "\f10e"; */
  /* opacity: 0.2; */
  /* font-family: 'Font Awesome 5 Free'; */
  /* font-weight: 900; */
  /* margin-left: 10px; */
  /* font-size: x-small; */
}

.wall-disclaimer span:first-of-type {
  width: 100%;
  border: 1px solid #ededed;
  font-size: 0.7rem;
  display: inline-block;
  margin-bottom: 7px;
  color: #a6a6a6;
  border-left: 0;
  border-right: 0;
  opacity: 0.7;
}

.wall-disclaimer span:first-of-type:hover {
  opacity: 1;
}

.wall-disclaimer span:first-of-type a {
  width:100%;
  display:inline-block;
  color:#a6a6a6;
}

.wall-disclaimer span:first-of-type a:hover {
  color: #000;
}

.wall-disclaimer h6:first-of-type {
  font-weight: 400;
  text-align: center;
  opacity: 0.7;
}

.wall-hearted {
    cursor: pointer;
    color: #FFFFFF;
    opacity: 0.7;
    -webkit-text-stroke: 1px black;
}

.wall-hearted:hover {
    color: #237efc;
    opacity: 1;
    -webkit-text-stroke: 1px #237efc;
}

.wall-hearted-clicked {
    color: #237efc !important;
    opacity: 1;
    -webkit-text-stroke: 1px #237efc;
}

.wall-shared {
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    color: white;
    opacity: 0.7;
}

.wall-shared:hover {
    opacity: 1;
    color: #237efc;
    -webkit-text-stroke: 1px #237efc;
}

.photothumb{
  width: 100%;
}

.title {
  padding: 15px 15px 7px 15px;
  border-radius: 6px 6px 0px 0px;
 }

 .title h5 {
  line-height: 1;
  margin-bottom: 0px;
 }

 .title p {
   margin-bottom: 3px;
   margin-top: 5px;
   line-height: 1;
   opacity: 0.6;
 }

.title h3{
  color: #000;
}

.desc{
  padding: 10px 10px 5px 10px;
  display: inline-block;
  width: 100%;
  min-height: 100px;
  overflow-x: hidden;
  margin-bottom: 3px;
  word-wrap: break-word;
}

.desc img{
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}