/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2022 | 10:26:59 */
/* New 12/22 */
img {
	border-radius: 0;
}
.worth-attention img {
	border-radius: 5px;
}
.post__content img, .post__content img.post {
	border-radius: 0;
	--edge: 10px;
	clip-path: polygon(var(--edge) 0, calc(100% - var(--edge)) 0, 100% var(--edge), 100% calc(100% - var(--edge)), calc(100% - var(--edge)) 100%, var(--edge) 100%, 0 calc(100% - var(--edge)), 0 var(--edge));
}
.post__content {
	font-size: 1rem;
}

/* PRZENIESIONE Z GENERAL (nowy blog) - do uporządkowania */

.grid-numbers {
  display: grid;
  margin-bottom: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
  gap: 30px 0px;
  align-items: center;
  justify-items: center;
  grid-template-areas:
    "t1 t1 t1 t2 t2 t2"
    "t3 t3 t4 t4 t5 t5";
}
@media only screen and (max-width: 500px){
  .grid-numbers {
    grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px 0px;
  align-items: center;
  justify-items: center;
  grid-template-areas:
    "t1" "t2" "t3" "t4" "t5";
  }
}

/* FONT-COLOR GRADIENT */
p.gradient {
  background: -webkit- linear-gradient(90deg, rgba(54,22,244,1) 0%, rgba(243,104,117,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.including { grid-area: including; }

.t1 { grid-area: t1; }

.t2 { grid-area: t2; }

.t3 { grid-area: t3; }

.t4 { grid-area: t4; }

.t5 { grid-area: t5; }


/* test - overflow-x */
.grid-container-3x {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  gap: 0px 5%;
  grid-template-areas:
    "vid1 vid2 vid3"
}
@media only screen and (max-width: 500px) {
  .grid-container-3x {
    display: grid;
    grid-template-columns: 150px 150px 150px;
    gap: 0px 25px;
    grid-template-areas:
      "vid1 vid2 vid3;
    position: absolute;
    margin: auto;
  }
}
.grid-overflow-parent {
    position: relative;
    overflow-x: scroll;
  }
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
a {
  color: #5523e0;
  text-decoration-line: none;
}
a:hover {
  color: #754CE6;
}
p.artalks {
  color: #311aff;
  margin: 0px 10% 0px 10%;
}
h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-style: normal;
}
.themeInstagram h2{
  font-size: 28px;
}
img.post {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 10px 0px #7B7B7B;
}
img.span {
  border-radius: 0px 0px 0px 0px;
}
div.m-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 10px 0px #7B7B7B;
}

video.one {
  width: 40%;
}
@media only screen and (max-width: 500px) {
  video.one {
    width: 40%;
  }
}
video.one-uni {
  width: 40%;
}
@media only screen and (max-width: 500px) {
  video.one-uni {
    width: 40%;
  }
}
.simpleArticle video {
  clip-path: polygon(6% 0, 95% 0, 100% 3%, 100% 97%, 95% 100%, 6% 100%, 0 97%, 0 3%);
}

.themeSnap blockquote {
  margin-bottom: 30px;
}
.simpleArticle p {
  margin-bottom: 40px !important;
}
h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
h4 {
  /* do kapsuł */
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
bigquote {
  font-style: italic;
  font-size: 26px;
}
blockquote {
  background: #F4F4F4;
  border-left: 5px solid #6A2CD1; /* dookreślane przez .themeSnapchat i .themeInstagram */
  margin: 10px 10px;
  padding: 10px 10px;
  border-radius: 8px 8px 8px 8px;
}
.themeInstagram blockquote p, .themeSnap blockquote p {
  margin-bottom: 10px;
  font-style: italic;
}
.themeInstagram blockquote h3, .themeSnap blockquote h3 {
  font-style: normal;
}
.themeInstagram .responsive3 {
  font-size: 0.9em;
}
.themeInstagram .responsive3 a {
  font-size: 1.1em;
}
.themeSnap .responsive3 {
  font-size: 0.9em;
}
.themeSnap .responsive3 a {
  font-size: 1.1em;
}
.last2-resp3 .responsive3 {
  margin: 10px 9.0% 0px 9.5%;
}
@media only screen and (max-width: 500px) {
.last2-resp3 .responsive3 {
  margin: 10px 8% 0px 8%;
}
}
blockquote p:last-child {
  margin-bottom: 0;
}
.themeSnap blockquote {
  border-left: 5px solid #fffc42;
}
.themeInstagram blockquote {
  border-left: 5px solid #6A2CD1;
}
img.quoteHead {
  width: 50px;
  border-radius: 50%;
  border-style: solid;
  border-width: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 5px 0px #7B7B7B;
  float: left;
  margin-right: 10px;
}
ul.post {
  list-style-image: url('https://blog.lenslist.co/wp-content/uploads/2019/10/Frame-1-1.png');
  list-style-position: outside;
  padding: 10px 30px 20px 30px;
  margin-left: 5px;
}
li {
  padding: 5px 10px 5px 20px;
}
div.textcontent{
  float: left;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(94.74deg, rgba(252, 238, 241, 0.5) 1.33%, rgba(234, 231, 254, 0.5) 98.84%);
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 10px 0px #7B7B7B;
  margin: 50px 1% 50px 1%;
  padding: 10px 10px 10px 20px;
  position: relative;
  color: black;
}
@media only screen and (max-width: 500px) {
  div.textcontent {
    margin-left: 3px;
    margin-right: 3px;
  }
}
div.capsule {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 7%;
}
@media only screen and (max-width: 500px) {
  div.capsule {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10%;
  }
}
div.button {
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  background: linear-gradient(90deg, rgba(214,82,125,1) 0%, rgba(64,25,224,1) 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 3px 0px #7B7B7B;
  text-align: center;
  width: 70%;
  padding: 12px 10px 12px 10px;
  color: white;
  font-size: 23px;
  font-weight: bold;
}
div.button:hover {
  background: linear-gradient(90deg, rgba(214,82,125,1) 0%, rgba(64,25,224,1) 100%);
  color: white;
}
div.button a {
  text-decoration: none;
  color: white;
}
div.responsive2 {
  border-radius: 20px;
  float: left;
  position: relative;
  width: 220px;
  margin: 5px 50px 5px 50px;
}
@media only screen and (max-width: 500px) {
  div.responsive2 {
    border-radius: 12px;
    width: 42%;
    margin: 10px 4% 10px 4%;
  }
}
.simpleArticle .responsive2 {
  width: 200px;
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (max-width: 500px) {
  .simpleArticle .responsive2 {
    border-radius: 12px;
    width: 42%;
    margin: 10px 4% 10px 4%;
  }
}
div.responsive4 {
  float: left;
  width: 20%;
  margin: 10px 2.5% 20px 2.5%;
}
@media only screen and (max-width: 500px) {
  div.responsive4 {
    width: 40%;
    margin: 20px 5% 15px 5%;
  }
}
div.clearfix {
  margin: 0px;
  font-size: 1px;
  padding: 0px;
}
div.clearfix::after {
  content: "";
  clear: both;
  display: table;
  font-size: 1px;
}
div.center {
  margin-left: auto;
  font-size: 0.87em;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 500px) {
  div.center {
    font-size: 0.9em !important;
    margin-bottom: 0px;
  }
}
span.img {
  display: inline-block;
  margin: 0px 5px 0px -5px;
  height: 15px;
}
@media only screen and (max-width: 500px) {
  span.img {
    height: 11px;
  }
}
/* Grid for 6 videos: desktop 3 mobile 2 */
.wider-container .grid-container {
  margin-bottom: 0px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 20px;
  grid-template-areas:
    "vid1 vid2 vid3"
    "vid4 vid5 vid6";
}
@media only screen and (max-width: 500px) {
  .wider-container .grid-container {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid2"
      "vid3 vid4"
      "vid5 vid6";
  }
}
.wider-container .grid-container-last4 {
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 20px;
  grid-template-areas:
    "vid1 vid2 vid3"
    ". vid4 .";
}
@media only screen and (max-width: 500px) {
  .wider-container .grid-container-last4 {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid2"
      "vid3 vid4";
  }
}
.wider-container .grid-container-last5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 20px;
  grid-template-areas:
    "vid1 vid1 vid2 vid2 vid3 vid3"
    ". vid4 vid4 vid5 vid5 .";
}
@media only screen and (max-width: 500px) {
  .wider-container .grid-container-last5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 5%;
  grid-template-areas:
    "vid1 vid1 vid2 vid2"
    "vid3 vid3 vid4 vid4"
    ". vid5 vid5 .";
}
}
.weeklySelection .grid-container {
  gap: 0px 30px;
}
.wider-container .grid-container-last2 {
  margin: 0px 104px 0px 104px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 32px;
  grid-template-areas:
    "vid1 vid2 ";
}
@media only screen and (max-width: 500px) {
  .wider-container .grid-container-last2 {
    margin: 0px 0px 0px 0px;
  }
}
.grid-container-last3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 5%;
  grid-template-areas:
    "vid1 vid2 vid3"
}
@media only screen and (max-width: 500px) {
  .grid-container-last3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid2"
      "vid3 .";
  }
}
/* Grid 4 for videos and text instead of .grid-container */
.full-article__content .grid-container4 {
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 5%;
  grid-template-areas:
    "vid1 vid1 vid3"
    "vid4 vid5 vid6";
}
@media only screen and (max-width: 500px) {
  .full-article__content .grid-container4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.7fr 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid1"
      "vid3 vid4"
      "vid5 vid6";
  }
}
#4withtext {
  grid-template-areas:
    "vid1 vid1 vid3"
    "vid4 vid5 vid6";
}
/* Grid for 1 text and 1 video */
.full-article__content .grid-container-text-vid {
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr;
  gap: 0px 5%;
  grid-template-areas:
    "vid1 vid2";
}
@media only screen and (max-width: 500px) {
  .full-article__content .grid-container-text-vid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid2"
      "vid1";
  }
}
#4withtext {
  grid-template-areas:
    "vid1 vid1 vid3"
    "vid4 vid5 vid6";
}
.vid1 {
  grid-area: vid1;
  margin-bottom: 0px;
}
.vid2 {
  grid-area: vid2;
  margin-bottom: 0px;
}
.vid3 {
  grid-area: vid3;
  margin-bottom: 0px;
}
.vid4 {
  grid-area: vid4;
  margin-bottom: 0px;
}
.vid5 {
  grid-area: vid5;
  margin-bottom: 0px;
}
.vid6 {
  grid-area: vid6;
  margin-bottom: 0px;
}





/* KONIEC GENERAL */



.slider-container {
    position: relative;
    width: 860px;
    left: -110px;
  }
  @media only screen and (max-width: 1360px) {
  .slider-container {
    width: 100%;
    left: 0px;
  }
  }

@media only screen and (min-width: 500px) {
.full-article__content .slider-container .swiper {
  width: 85%;
}
}

.full-article__content .swiper {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        margin-bottom: 0px;
        }

.full-article__content .swiper-wrapper {
  margin-bottom: 0px;
}

     .full-article__content .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

    .full-article__content  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
  -webkit-box-shadow: none;
  background: none;
}   
.full-article__content .swiper-slide video {
  -webkit-box-shadow: none;
  background: none;
  max-height: 391px;
}
.full-article__content .swiper-slide {
    margin-bottom: 0px;

}
      
.full-article__content .themeInstagram .responsive2 {
  width: 220px;
  margin-left: 50px;
    margin-right: 50px;
}
  @media only screen and (max-width: 500px) {
.full-article__content .themeInstagram .responsive2 {
width: 46%;
margin: 20px 1.5% 15px 1.5%;
}
}

.full-article__content .themeInstagram .responsive2-s {
  width: 220px;
  height: 400px;
  float:left;
  display: table;
  margin-left: 10px;
    margin-right: 10px;
}
  @media only screen and (max-width: 500px) {
.full-article__content .themeInstagram .responsive2-s {
width: 50%;
text-align: center;
height: auto;
margin: 20px 0 15px 0;
}
}

.full-article__content .themeInstagram .responsive2-l {
  width: 380px;
  height: 400px;
  float:left;
  display: table;
  margin-left: 10px;
    margin-right: 10px;
}
  @media only screen and (max-width: 500px) {
.full-article__content .themeInstagram .responsive2-l {
width: 100%;
height: auto;
margin: 20px 0 15px 0;
}
}

.inner-resp2 {
    display: table-cell;
  vertical-align: middle;
}


.vidfixer {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%;
    height: 0px;
    background: red;
  }
  .vidfixer video {
    position: absolute;
    object-position: 50% bottom;
    object-fit: cover;
  }

.areffect {
  position: relative;
}

.prize {
  position: absolute;
  top: -10px;
  right: -15px;
  transform: rotate(-10deg);
  width: 60px;
  z-index: 1000;
}

@media only screen and (max-width: 500px) {
.hide-on-mobile {
  display: none;
}
}


@media only screen and (min-width: 501px) {
.hide-on-desktop {
  display: none;
}
}
  
  /********** CONTENTS **********\ 
  
  1. OVERALL
  2. BUTTONS
  3. GRIDS
  4. QR codes
  
  *******************************/
  
  /***** 1. OVERALL *****/
  
  h2 {
    font-size: 36px;
    margin-bottom: 16px;
    margin-top: 48px;
      line-height: 1.1 !important;
  }
  
  h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
      margin-top: 24px;
  }
  
  h4 {
    font-weight: 600;
  }

.subheader {
  margin-top: 0px; 
  font-size: 1.1em;
} 

.full-article__content .code {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.full-article__content .inside_code {
    overflow-x: scroll;
  width: 1200px;
  background: #f7f6f3;
}

.full-article__content pre {
    font-size: 0.8em;
    color: rgb(55, 53, 47);
    font-family: "Lucida Console", "Courier New", monospace;
    margin: 10px;
    padding: 10px;
    background: #f7f6f3;
    
}

/*button*/
.full-article__content .copy_code { 
  position: absolute;
  top: 40px;
  right: 10px;
  padding: 5px;
  width: auto;
  height: 30px;
  color: #20f;
  background: #f7f6f3;
  border-color: #20f;
  border-style: solid;
  border-width: 2px;
  border-radius: 16px;
  z-index: 99999;
}
.full-article__content .copy_code:hover { 
  border-width: 3px;
  right: 8x;
  top: 38x;

}

  em {
    font-style: italic;
  }
  
  .t21 a, .themeInstagram a, .themeSnap a, .weeklySelection a {
    color: #20f;
  }
  .t21 a:hover, .themeInstagram a:hover, .themeSnap a:hover, .weeklySelection a:hover {
    color: #7D35C4;
  }
  
  video {
    object-fit: fill;
	clip-path: polygon(6% 0, 95% 0, 100% 3%, 100% 97%, 95% 100%, 6% 100%, 0 97%, 0 3%);
	  border-radius: 0;
  }

img post {
  margin-bottom: 24px !important;
}
  
img.thin {
  width: 220px;
}

@media only screen and (max-width: 500px) {
  img.thin {
  width: 50%;
}
}

  .bubbleOverVid {
    position: absolute;
    float: right;
    z-index:30000;
    background-color: white;
  top: 6px;
  right: 6px;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 180px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(123,123,123,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(123,123,123,1);
  box-shadow: 0px 0px 3px 0px #7B7B7B;
    
    font-size: 16px !important;
    font-weight: 600;
    color: #d4af37;
    text-align: center;
    line-height: 40px !important;
  }
  
  @media only screen and (max-width: 500px) {
  .bubbleOverVid {
      height: 40px;
  width: 40px;
        line-height: 40px !important;
    font-size: 16px !important;

    }
}

  .t21 video {
    object-fit: fill;
  }
  
  strong {
    font-weight: 600;
  }
  
  blockquote {
    padding: 12px;
    margin-top: 24px;
  }

.whiteQuote {
   display: flex;
   align-items:center;
   font-size: 1.1em !important;
   font-weight: 100;
   font-style: italic;
}

.whiteQuote .quoteHead {
  width: 100px;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.shadowBox {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(123,123,123,1);
box-shadow: 0px 0px 10px 0px #7B7B7B;
  border-radius: 20px;
  padding: 12px;
}

media screen only and (max-width: 500px) {
  .whiteQuote .quoteHead {
  width: 100px;
}
}
 

  .tip {
	--edge: 10px;
    display: inline-block;
    padding: 6px 12px;
      text-align: center;
  background: rgb(252,238,241);
  /*background: linear-gradient(90deg, rgba(252,238,241,1) 0%, rgba(233,231,254,1) 100%);*/
    font-weight: 600;
    border-radius: 0;
    margin: 25px 0 10px 0;
	clip-path: polygon(var(--edge) 0, calc(100% - var(--edge)) 0, 100% var(--edge), 100% calc(100% - var(--edge)), calc(100% - var(--edge)) 100%, var(--edge) 100%, 0 calc(100% - var(--edge)), 0 var(--edge));
  }

.nocenter {
  text-align: left !important;
}

.nocenter p {
  text-align: left !important;
      font-weight: 400 !important;
      padding: 4px 24px !important;
  margin-bottom: 0px !important;
}

  .tip p {
    margin-bottom: 20px;
	  font-size: 1rem !important;
  }
  p.prelist {
    margin-bottom: 0px;
  } 
  
  /***** 2. BUTTONS *****/
  
  .btn-new-m {
    background: #fff;
    border: 2px solid #d9d9d9;
    display: inline-block;
    text-align: center;
  box-shadow: none;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
      padding: 4px 14px;
    font-size: 16px;
    margin-left: 5px;
  }
  .btn-new-m a {
    color: #000000;
  }
  .btn-new-m:hover {
    color: #260fff;
        -webkit-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    -moz-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    box-shadow: 0 0 5px #260fff50;
  }
  .btn-new-m a:hover {
    color: #260fff;
  }
  
/* powiększ btn-new-m */ .xxl {
   font-size: 24px !important;
        padding: 8px 24px !important;

}
  
  .btn-tag {
    background: #fff;
    border: 2px solid #d9d9d9;
    display: inline-block;
    text-align: center;
  box-shadow: none;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
      padding: 4px 14px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-top: 12px;
  }
  .btn-tag a {
    color: #000000;
  }
  .btn-tag:hover {
    color: #260fff;
        -webkit-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    -moz-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    box-shadow: 0 0 5px #260fff50;
  }
  .btn-tag a:hover {
    color: #260fff;
  }
  .btn-tag::before {
    position: relative;
    content: "#";
    left: -2px;
  }
  
  .btn-new-s {
    background: #fff;
    border: 2px solid #d9d9d9;
    display: inline-block;
    text-align: center;
  box-shadow: none;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
      padding: 4px 14px;
    font-size: 16px;
    margin-left: 5px;
  }
  .btn-new-s a {
    color: #000000;
  }
  .btn-new-s:hover {
    color: #260fff;
        -webkit-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    -moz-box-shadow: 0 0 5px rgba(38, 15, 255, 0.5);
    box-shadow: 0 0 5px #260fff50;
  }
  .btn-new-s a:hover {
    color: #260fff;
  }
  
  .weeklySelection .btn-new-s::before {
    position: relative;
    content: "#";
    left: -2px;
  }
  .weeklySelection .btn-new-s {
      text-transform: uppercase;ul
   
  
  }
  
  
  /***** 3. GRIDS *****/
  
  /*- grid-container to 6 videos (3 desktop 2 mobile / row) is somewhere else
    - added 'lasts', like last4
    - fixed horizontal alignement of videos
    - changed font-size below videos */

.grid-container .prize video {
  position: relative;
}

  .grid-container {
    align-items: start !important;
  }
  .full-article__content .grid-container .center, .full-article__content .grid-container, .full-article__content .grid-container-last1 .center, .full-article__content .grid-container-last2 .center, .full-article__content .grid-container-last3 .center, .full-article__content .grid-container-first3 .center, .full-article__content .grid-container-last4 .center, .full-article__content .grid-container-last5 .center {
    font-size: 15px;
  }
  .full-article__content .responsive3 .center, .full-article__content .responsive3 {
    font-size: 15px;
  }
  .full-article__content .responsive3, .full-article__content .responsive3 .center, .full-article__content .clearfix {
    margin-bottom: 0px;
  }
  
  .full-article__content .grid-container-last4 {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "vid1 vid2 vid3"
      ". vid4 .";
  }
  @media only screen and (max-width: 500px) {
    .full-article__content .grid-container-last4 {
      margin-bottom: 0px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 0px 5%;
      grid-template-areas:
        "vid1 vid2"
        "vid3 vid4";
    }
  }
  
  .full-article__content .grid-container-last1 {
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-template-areas:
      ". vid1 .";
  }
  @media only screen and (max-width: 500px) {
    .full-article__content .grid-container-last1 {
      margin-bottom: 0px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      gap: 0px 5%;
      grid-template-areas:
        ". vid1 vid1 .";
    }
  }
  
  .full-article__content .grid-container-last5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "vid1 vid1 vid2 vid2 vid3 vid3"
      ". vid4 vid4 vid5 vid5 .";
  }
  @media only screen and (max-width: 500px) {
    .full-article__content .grid-container-last5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid1 vid2 vid2"
      "vid3 vid3 vid4 vid4"
      ". vid5 vid5 .";
  }
  }
  .full-article__content .weeklySelection .grid-container {
    gap: 0px 30px;
  }
  .full-article__content .grid-container-last2 {
    margin: 0px 117px 0px 118px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 32px;
    grid-template-areas:
      "vid1 vid2 ";
  }
  @media only screen and (max-width: 500px) {
    .full-article__content .grid-container-last2 {
      margin: 0px 0px 0px 0px;
    }
  }
  .grid-container-last3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid2 vid3"
  }
  @media only screen and (max-width: 500px) {
    .grid-container-last3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 0px 5%;
      grid-template-areas:
        "vid1 vid1 vid2 vid2"
        ". vid3 vid3 .";
    }
  }
  @media only screen and (max-width: 500px) {
    .full-article__content .grid-container-last2 {
      margin: 0px 0px 0px 0px;
    }
  }
  .grid-container-first3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 5%;
    grid-template-areas:
      "vid1 vid2 vid3"
  }
  @media only screen and (max-width: 500px) {
    .grid-container-first3 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 0px 5%;
      grid-template-areas:
        ". vid1 vid1 ."
        "vid2 vid2 vid3 vid3";
    }
  }


/* responsive3 - last2 */

.last2 {
  width: 31% !important;
margin: 10px 9.5% 0px 9.5% !important;
}

@media only screen and (max-width: 500px) {
.last2 {
width: 32% !important;
margin: 20px 9% 15px 9% !important;
  }
}


  /* scrollable container horizontally 6.2021*/
  .scrollcontainer {
    position: relative;
    overflow-x: visible;
    white-space: nowrap;
    width: 690px;
    left: -25px;
  }
  @media only screen and (max-width: 500px) {
  .scrollcontainer {
    overflow-x: hidden
  }
  }
  
  .scrollcontainer .scrollVid {
    width: 230px;
    display: inline-block;
    color: white;
    text-align: center;
    padding: 5px;
    text-decoration: none;
  }

  /* wider container (eg. for responsive 3 on desktop) 
    + zmiana responsive3 aby width = dokładnie 220px */
  .wider-container {
    position: relative;
    width: 690px;
    left: -25px;
    margin-top: 50px;
  }
  @media only screen and (max-width: 500px) {
  .wider-container {
    width: 100%;
    left: 0px;
  }
  }

.wider-container .responsive3 {
  margin-left: 5px;
  margin-right: 5px;
}
.wider-container .grid-container, .wider-container .grid-container-last3,.wider-container .grid-container-last1, .wider-container .grid-container-last2, .wider-container .grid-container-last4, .wider-container .grid-container-last5 {
  gap: 0px 15px;
}
  @media only screen and (max-width: 500px) {
.wider-container .responsive3 {
  margin: 20px 0.5% 15px 0.5%
}
}
  @media only screen and (max-width: 500px) {
.wider-container .grid-container, .wider-container .grid-container-last3,.wider-container .grid-container-last1, .wider-container .grid-container-last2, .wider-container .grid-container-last4, .wider-container .grid-container-last5 {
  gap: 0px 20px;
}
}

/*image-grid
used with wider container i grid-container*/

.image-grid img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
box-shadow: 0px 0px 5px 0px #7B7B7B;
  transition: transform .2s;
}
.image-grid img:hover {
  transform: scale(1.5);
}


/* CUSTOM GRIDS WITH INLINE CLASSES (2 columns) */

.col1 { grid-area: col1; align-self: center; justify-self: end; margin-bottom: 0px;}
.col2 { grid-area: col2; align-self: center; justify-self: start; margin-bottom: 0px;}

 .grid-2 {
    display: grid;
    grid-template-columns: 310px 310px;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-template-areas:
      "col1 col2"
  }
  @media only screen and (max-width: 500px) {
    .grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 0px 0px;
      grid-template-areas:
        "col2 col2 col2 col2"
        ". col1 col1 .";
    }
  }

.col-end {align-self: end;}
.col-start {align-self: start;}

.grid-2 video {
  width: 220px;
}

.grid-2.snap {
  margin-bottom: 0px;
}

@media only screen and (max-width: 500px) {
    .snap {
      font-size: 0.9em;
      margin-bottom: 0px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 0px 20px;
      grid-template-areas:
        "col1 col2";
    }
  }


/*******OTHER ELEMENTS*********/

/* bioHead - jak quoteHead, ale poza tekstem, większy */

.bioHead {
width: 100px;
border-radius: 50%;
border-style: solid;
border-width: 0px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
box-shadow: 0px 0px 5px 0px #7B7B7B;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* quoteHead bigger, used in ARfest article*/
.qhbig {
  width: 75px !important;
  display: inline-block;
      vertical-align: middle;
  margin-right: 5px;
}

@media only screen and (max-width: 500px) {
.qhbig {
  width: 55px !important;
}
}
/* like quoteHead, but inline-block with name nearby. Use with text in <span>*/

.quoteHeadName {
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
      vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(123,123,123,1);
box-shadow: 0px 0px 5px 0px #7B7B7B;
  border-radius: 50%;
}

@media only screen and (max-width: 500px) {
.quoteHeadName {
  width: 50px !important;
  height: 50px !important;
}
}



  /* custom margin classes */
  .mb0 {margin-bottom: 0px !important;}
  .mb6 {margin-bottom: 6px !important;}
  .mt0 {margin-top: 0px !important;}
  .mt6 {margin-top: 6px !important;}
  .mt12 {margin-top: 12px !important;}
  .mb12 {margin-bottom: 12px !important;}
  .mt24 {margin-top: 24px !important;}
  .mb24 {margin-bottom: 24px !important;}
  .mt36 {margin-top: 36px !important;}
  .mb36 {margin-bottom: 36px !important;}
  .mt48 {margin-top: 48px !important;}
  .mb48 {margin-bottom: 48px !important;}
}

/* QR codes on blog */

.qr {
  border-radius: 12px;
  display: inline-block;
  margin: 0px 5px 0px -5px;
  height: 25px;
  width: 25px;
}
  .qr:hover {
      height: 150px;
    cursor: none;
  }



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto; /* 15% from the top and centered */
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 842px;
 }

@media only screen and (max-width: 500px) {
  .modal-content {
  margin: 60% auto; /* 15% from the top and centered */
    width: 96%;
}
}

/* The Close Button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
    color: #aaa;
  font-size: 40px;
  font-weight: bold;
  z-index: 20;
}

.close:hover,
.close:focus {
  color: #2200FF;
  text-decoration: none;
  cursor: pointer;
}

#modal-content {
  position: relative;
}

img.yt {
  cursor: pointer;
}
img.yt:hover {
  opacity: 0.8;
}

.submit-case-study {
  z-index: 0;
}