/* Front page start */

.front-cover-one {
    background-size: 45%;
    background-image: url(/static/images/cup.png);
    background-position: right;
    background-repeat: no-repeat;

    min-height:600px;
}

.btn-front-tournament {
  padding: .75rem 1.25rem;
}

.btn-main-figma {
  color: #242424;
  background-color: #dafd00;
  border-color: #dafd00;
  border-radius: 0;
  }

  .btn-main-figma:hover {
    color: #242424;
    background-color: #d2ed2b;
    border-color: #d2ed2b; }

.btn-dark-blue {
  color: #150B83;
  background-color: #150B83;
  border-color: #150B83;
  border-radius: 0;
  }

  .btn-dark-blue:hover {
    color: #4034c4;
    background-color: #4034c4;
    border-color: #4034c4; }

.btn-main-grey-figma {
  /* Figma "white" */
  color: #f7f7f7;
  /* Figma "black" */
  background-color: #343434;
  border-radius: 0;
  }

  .btn-main-grey-figma:hover {
    /* Figma "white" */
    color: #f7f7f7;
    background-color: #5e5e5e;
    border-color: #5e5e5e; }

.btn-secondary-figma {
  /* Figma "dark grey" */
  color: #5e5e5e;
  /* Figma "white" */
  background-color: #f7f7f7;
  border: 1px solid #808080;
  border-radius: 0;
  }

  .btn-secondary-figma:hover {
  /* Figma "dark grey" */
  color: #5e5e5e;
  /* Figma "light grey" */
  background-color: #eaeaea;
  border: 1px solid #808080;
  border-radius: 0;
    }


/* Front page donate */

.front-cover-donate {
    background-color: #F7F7F7;
    padding-top: 70px;
    padding-bottom: 85px;
}



.donate-call-text {
  margin-top:50px;
  font-family: "Mark Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* Figma "black" */
  color: #343434;
}

/* Front page dudes image */

.front-cover-dudes {
    background-size: 45%;
    background-image: url(/static/images/dudes.png);
    background-position: right;
    background-repeat: no-repeat;
}


/* Blog entry start */

.blog-post-background {
    /* background-clip: content-box;*/
    margin-top: -420px;
    background-color: white;
    min-height: 500px;
    padding: 60px;
}

.social-item {
    display: inline-block;
    padding-right: 10px;
}

.social-share-all {
    padding: 0px;
}

.social-share-all a {
  color: black;
}

.tags-below-post-entry-col ul {
  padding-inline-start: 0px;
}

.related-post-row {
  margin-bottom:25px;
}

.related-post-container {
  background-color:#f7f7f7;
  padding:40px;
  margin-bottom:-50px;
}

/* Blog blog-sidebar start */


.blog-index-sidebar ul > ul {
    padding: 0;
}

.blog-index-sidebar a {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.blog-index-sidebar ul {
  margin-top:10px;
}

.blog-index-sidebar span {

    color: #5e5e5e; /*Dark grey*/
}

ul.blog-sidebar-generic-ul {
    padding: 0px;
    margin-bottom: 50px;
    list-style: none;
}

ul.blog-sidebar-generic-ul li {
    margin: 0 4px 10px 0;
    list-style: none;
}

ul.blog-sidebar-generic-ul li.active-category {
    text-decoration: underline;
}


ul.blog-sidebar-generic-ul li.tag {
    display: inline-block;
    /* background-color: #dafd00; */
    padding: 0px 10px;
}


ul.blog-sidebar-generic-ul li a {
    font-size: 15px;
    font-weight: 500;
    /* Figma "black" */
    color: #343434;
}

ul.blog-sidebar-generic-ul li > ul{
  padding-left: 0;
}

/* Blog sidebar search input */

.blog-index-sidebar form.search-form {
    margin-bottom: 35px;
}

.blog-search-input {
    display: flex;
    flex-wrap: nowrap;
}

.blog-index-sidebar form.search-form input[type="search"] {
    padding: 6px 10px;
    border: 1px solid #dddddd;
    width: max-content;
    font-size: 14px;
    font-style: italic;
}

/* Blog blog-sidebar end */


/* Blog tag-below-blog-text start */


ul.tag-below-blog-text li {
    margin: 0 4px 10px 0;
    list-style: none;
}

ul.tag-below-blog-text li.tag {
    display: inline-block;
}

ul.tag-below-blog-text li.tag a {
    /* Figma "black" */
    color: #343434;
    font-size: 15px;
}

.category-entry-title a {
  /* Figma "black" */
  color: #343434;
  margin-left: 10px;
  }


/* Blog scope start */

.underline-link {
  text-decoration: underline;
  font-size: 16px;
  color: #5e5e5e; /*Dark grey*/
}

.link-no-decoration {
  text-decoration: none;
}

.text-header-primary {
  font-family: "Mark Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 47px;
  letter-spacing: 0.04em;
  /* Figma "black" */
  color: #343434;
}

.yellow-text-highlight {
  background: #DAFD00;
  padding: 3px 6px;
  line-height: 1.8;
}

/*
CSS File added by Alessandro Baccini - baccini.al@gmail.com - https://www.upwork.com/freelancers/~0185b9f7b4eb3323fe
*/

.yellow-text-highlight {
  background: #DAFD00;
  padding: 3px 6px;
  line-height: 1.8;
}

.price {
  font-size: 65px;
  position: relative;
}

.dollar-sign {
  position: absolute;
  top: 10%;
  font-size: 15px;
}

.dollar-sign.free {
  left: 43%;
}

.dollar-sign.premium {
  left: 36%;
}

.pricing-body-text {
  font-size: 14px;
  font-weight: 300;
}

.pricing-body-text-small {
  font-size: 12px;
  font-weight: 300;
}

.subscription-card-button {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscription-card {
  background: white;
}

.bg-yellow {
  background: #DAFD00;
}


.text-header-secondary {
  font-weight: bold;
  font-family: "Mark Bold";
  color: black;
  text-decoration-color: black;
  font-size: 22px;
  line-height: 29px;
}

.text-blog-list-entry-title {
  font-weight: bold;
  font-family: "Mark Bold";
  /* Figma "black" */
  color: #343434;
  text-decoration-color: #343434;
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 0em;
}


.text-regular {
  font-family: "Mark Regular";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;

  /* Dark Grey */
  color: #5e5e5e;
}

.text-secondary {
  font-family: "Mark Regular";
  /*font-style: light;*/
  font-weight: lighter;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;

  /* Dark Grey */
  color: #5e5e5e;
}


@font-face {
  font-family: 'Mark Regular';
  src: url("/static/fonts/MarkRegular.otf");
  font-weight: bold; }


/* Blog index start */

.pagination {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination .endless_separator {
    background: transparent;
    color: black;
    font-size: 18px;
}

.pagination span.endless_page_current,
.pagination .endless_page_link {
    padding: 7px 11px;
    /* Figma "black" */
    color: #343434;
}

.pagination .endless_page_current:active,
.pagination .endless_page_link:active {
    background: #d2ed2b;
}

.pagination span {
    background: #dafd00;
}

.pagination span strong {
    /* Figma "black" */
    color: #343434;
}

/* CMS editor */
.rich-text b {
  font-family: "Mark Bold";
}

/* Blog scope end */

/* Footer scope */

.base-footer {
    /* Figma "black" */
    background-color: #343434;
    min-height: 535px;
}

.footer-report-text {
    width: 260px;
    margin: 50px auto;
    /* Figma "white" */
    color: #f7f7f7;
}

.text-20 {
  font-size: 20px;
  line-height: 138%; }


/* General  */
.margin-auto {
  margin-top: auto;
  margin-bottom: auto; }

.donate-btn {
  background-color: #00BFFF;
  color: white !important;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: none;
  }

.pr-5r {
  padding-right: .5rem; }

.pr-24 {
  padding-right: 24px; }

.mt-48 {
  margin-top: 48px; }

.white-back {
  background-color: white; }

.donate-text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px; }


/*** Responsive media ***/
@media (min-width: 320px) and (max-width: 767px) {
  .checkmark {
    top: 0px; }

  .cover-heading {
    font-size: 23px; }

  .auth-links {
    font-size: 16px; }

  .btn-cover {
    margin-top: 30px;
    margin-bottom: 30px; }

  .navbar-collapse .nav-item .nav-link {
    color: black; } }
@media (min-width: 768px) and (max-width: 991px) {
  .checkmark {
    top: 0px; }

  .cover-heading {
    font-size: 23px; }

  .auth-links {
    font-size: 16px; }

  .btn-cover {
    margin-top: 30px;
    margin-bottom: 30px; }

  .navbar-collapse .nav-item .nav-link {
    color: black; } }
@media (min-width: 992px) and (max-width: 1400px) {
  .checkmark {
    top: 3px; }

  .cover-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 40px; } }
@media (min-width: 1400px) {
  .checkmark {
    top: 3px; }

  .content-text {
    padding-right: 40px; }

  .cover-heading {
    margin-bottom: 1rem;
    font-size: 26px;
    line-height: 40px; } }

.bg-white-fade {
 background: rgb(255,255,255);
 background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 29%, rgba(255,255,255,0.563484768907563) 100%);
}
