/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

/* seznam s fajfkou */
.content-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.content-section ul li {
  position: relative;
  padding-left: 1.6em; /* místo pro ikonu */
  margin: 0 0 .45em 0;
}

.content-section ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.25em;
  color: #FD4084;
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1;
}


/* Obsahove H1 na podstrankach */
.content-section .section-title h1,
.left-white-spacing .section-title h1,
.content-section .text-block h1,
.content-section .pagebody h1 {
  font-size: 42px !important;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .content-section .section-title h1,
  .left-white-spacing .section-title h1,
  .content-section .text-block h1,
  .content-section .pagebody h1 {
    font-size: 34px !important;
    line-height: 1.28;
  }
}

@media only screen and (max-width: 575px) {
  .content-section .section-title h1,
  .left-white-spacing .section-title h1,
  .content-section .text-block h1,
  .content-section .pagebody h1 {
    font-size: 28px !important;
    line-height: 1.3;
  }
}