/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2022 | 10:34:29 */
em {
  font-style: italic; /* od 21.10.2020 - t. pietravello jako pierwszy */
}
strong {
  font-weight: bold;
}
div.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  div.center {
 font-size: 0.8em !important;
  }
}
a {
  text-decoration: none; /* no underline */
}
h2 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}
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: 75%;
  }
}
blockquote {
  background: #F4F4F4;
  border-left: 5px solid #6A2CD1;
  margin: 1.5em 10px;
  padding: 0.5em 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-left: 50px;
  margin-right: 50px;
  padding: 10px;
  position: relative;
  color: white;
  background: #ff7281;
}
@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;
}
@media only screen and (max-width: 500px) {
  div.button {
  width: 90%;
font-size: 17px;
  }
}
div.responsive1 {
  width: 60%;
}
@media only screen and (max-width: 500px) {
  div.responsive1 {
    width: 90%;
    padding: 10%;
  }
}
em {
  font-style: italic; 
}
div.responsive2 {
  float: left;
  width: 40%;
  margin: 5px 5% 30px 5%;
}
@media only screen and (max-width: 500px) {
  div.responsive2 {
    width: 46%;
    margin: 20px 1.5% 15px 1.5%;
  }
}
div.clearfix {
  margin: 0px;
  font-size: 1px;
  padding: 0px;
}
div.clearfix::after {
  content: "";
  clear: both;
  display: table;
  font-size: 1px;
}

