/*
Theme Name: Attest.Tickets
Author: STL
Version: 0.0.1
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: attest_tickets
*/
@font-face {
  font-family: "NeuePlakE";
  src: url("fonts/Neue Plak Extended Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakE";
  src: url("fonts/Neue Plak Extended SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlakE";
  src: url("fonts/Neue Plak Extended Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlak";
  src: url("fonts/NeuePlak-Regular.woff2") format("woff2"), url("fonts/NeuePlak-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlak";
  src: url("fonts/NeuePlak-SemiBold.woff2") format("woff2"), url("fonts/NeuePlak-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "NeuePlak";
  src: url("fonts/NeuePlak-Bold.woff2") format("woff2"), url("fonts/NeuePlak-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: PaulGrotesk;
  src: url("fonts/PaulGrotesk-Regular-Trail.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: PaulGrotesk;
  src: url("fonts/PaulGrotesk-Bold-Trail.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: PaulGrotesk;
  src: url("fonts/PaulGrotesk-Thin-Trail.otf") format("opentype");
  font-weight: 300;
}
:root {
  --font-main: "Rubik", Arial, Helvetica, sans-serif;
  --font-heading: "NeuePlakE", Arial, Helvetica, sans-serif;
}

body {
  color: #fff;
  background: #000;
  background-image: url(images/bg.svg);
  background-size: initial;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: var(--font-main);
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-heading);
}

h2 {
  font-size: 31px;
}

img {
  max-width: 100%;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  flex: 1 0 0%;
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
img {
  max-width: 100%;
}

.site-title img {
  width: 250px;
}

p {
  line-height: 1.7em;
}

.site-branding {
  display: flex;
  justify-content: space-between;
}

.main-navigation {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.main-navigation .menu-open, .main-navigation .close {
  cursor: pointer;
  text-align: right;
}
.main-navigation .menu-open svg, .main-navigation .close svg {
  width: 30px;
  height: 30px;
}
.main-navigation .menu-open svg path, .main-navigation .close svg path {
  fill: #fff;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu-open {
    display: none;
  }
}
.main-navigation .menu-wrap ul.menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.main-navigation .menu-wrap ul.menu li {
  list-style: none;
  margin: 5px 0 0 2px;
}
.main-navigation .menu-wrap ul.menu li a {
  color: #fff;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 3px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.main-navigation .menu-wrap ul.menu .menu-item {
  border-bottom: 2px solid rgba(16, 24, 255, 0);
  transition: border-bottom-color 0.3s;
}
.main-navigation .menu-wrap ul.menu .menu-item.current-menu-item, .main-navigation .menu-wrap ul.menu .menu-item:hover {
  border-color: #1018ff;
}
@media only screen and (max-width: 991px) {
  .main-navigation .menu-wrap {
    display: none;
  }
}
.main-navigation .close {
  display: none;
}
.main-navigation.opened .not-opened {
  display: none;
}
.main-navigation.opened .close {
  display: block;
}
.main-navigation.opened .menu-wrap {
  display: block;
  position: fixed;
  background: #000;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
.main-navigation.opened #menu-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
}

body.home .main-screen {
  display: flex;
  align-items: center;
}

.sidebar-col {
  flex-basis: 20%;
}

.content-col {
  flex-basis: 80%;
}

.sidebar {
  padding-top: 60px;
}
.sidebar .widget-wrap {
  margin-bottom: 50px;
}
.sidebar .widget-wrap .widgettitle {
  font-size: 31px;
  font-weight: 400;
}
.sidebar .widget-wrap .title {
  color: #fff;
  text-decoration: none;
}
.sidebar .widget-wrap .events_list {
  margin-top: 40px;
}
.sidebar .widget-wrap .events_list .item {
  margin-bottom: 10px;
}
.sidebar .widget-wrap .events_list a {
  color: #e24886;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}
.sidebar .widget-wrap > p {
  margin: 0;
}
.sidebar .recent_posts_list a {
  text-decoration: none;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #333333;
  display: block;
}

.wp-block-categories-list {
  padding: 0;
  list-style-type: none;
}
.wp-block-categories-list .cat-item {
  margin-bottom: 10px;
}
.wp-block-categories-list .cat-item a {
  color: #e24886;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}

.content {
  padding-top: 60px;
}
.content h1 {
  margin-top: 0;
  font-size: 43px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) {
  .content {
    padding-left: 100px;
    border-left: 1px solid #333333;
  }
}

.content-event .back {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.content-event .back svg {
  margin-right: 10px;
}
.content-event .big_image {
  margin-top: 35px;
  max-width: 600px;
  margin-bottom: 26px;
}
.content-event .big_image img {
  border-radius: 8px;
}
.content-event .props {
  padding-bottom: 20px;
}
.content-event p {
  line-height: 2.3em;
}

ul.style1, .single-post-content ul {
  margin-top: 50px;
  padding: 0;
}
ul.style1 li, .single-post-content ul li {
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 18px;
}
ul.style1 li:before, .single-post-content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18px' height='13px' viewBox='0 0 18 13'%3E%3Cg id='Devcon' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Attestation-Single-Event' transform='translate(-918.000000, -694.000000)' fill='%23E24786'%3E%3Cg id='Group-4' transform='translate(160.000000, 224.000000)'%3E%3Cg id='Group-5' transform='translate(758.435631, 368.000000)'%3E%3Cg id='Icons/24/Visited' transform='translate(0.000000, 102.819666)'%3E%3Cpath d='M14.2631524,0.482081572 L6.89055691,7.8546771 L2.95266697,3.91678715 C2.52148352,3.47034999 1.88296588,3.29130563 1.2825288,3.44846993 C0.68209172,3.60563423 0.213177196,4.07454875 0.0560128983,4.67498583 C-0.101151399,5.27542291 0.0778929554,5.91394055 0.524330121,6.345124 L5.67638849,11.4971824 C6.3470145,12.1676059 7.43409933,12.1676059 8.10472534,11.4971824 L16.6914893,2.91041842 C17.3423183,2.23656544 17.3330105,1.16544239 16.6705695,0.503001375 C16.0081285,-0.159439639 14.9370054,-0.168747409 14.2631524,0.482081572 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
}

.hover-opacity, .single-post-content .categories a, .single-post-content blockquote a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.hover-opacity:hover, .single-post-content .categories a:hover, .single-post-content blockquote a:hover {
  opacity: 0.8;
}

.events_subtitle {
  color: #bbb;
  font-size: 18px;
}

.recent_events_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 45px;
}
.recent_events_list .box-wrap {
  padding: 10px;
  max-width: 380px;
}
.recent_events_list .box {
  background-color: #141414;
  border-radius: 8px;
  padding: 20px;
  padding-bottom: 50px;
  height: 100%;
}
.recent_events_list .box a {
  text-decoration: none;
}
.recent_events_list .box .title {
  font-size: 30px;
  color: #fff;
  margin-top: 24px;
  font-family: var(--font-heading);
}
.recent_events_list .box .description {
  color: #c0c0c0;
  font-size: 18px;
  margin-top: 12px;
}

.common-heading-text {
  font-size: 25px;
  font-family: var(--font-heading);
}

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

.pt-60 {
  padding-top: 60px;
}

.hr-top {
  border-top: 1px solid #333333;
}

.btn, .pagination .page-numbers, .wpcf7 .wpcf7-submit {
  background-image: linear-gradient(to right, #366eff, #0f1afe);
  padding: 13px 57px;
  margin-top: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}
.btn.btn-large, .pagination .btn-large.page-numbers, .wpcf7 .wpcf7-submit {
  padding: 18px 77px;
  font-size: 20px;
}

.footer {
  padding-top: 90px;
  padding-bottom: 50px;
}
.footer .logos {
  display: flex;
  justify-content: center;
}
.footer .logos a {
  margin: 10px;
}
.footer .logos a img {
  max-height: 53px;
}
.footer .social {
  display: flex;
  justify-content: center;
}
.footer .social a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 10px;
}
.footer .social a path {
  fill: #fff;
}
.footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #6b6b6b;
  margin-top: 20px;
}

.wide-row {
  background-color: #121212;
  padding: 50px 0 100px;
}
@media (min-width: 1500px) {
  .wide-row {
    border-left: 1px solid #fff;
    max-width: 1440px;
    margin: 0 auto;
  }
}
.wide-row .icon-wrap {
  padding-top: 50px;
}
.wide-row .icon-wrap .icon {
  width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #e24886;
}
.wide-row .icon-wrap .icon img {
  width: 40px;
  height: 40px;
}
.wide-row .title {
  font-size: 31px;
  margin-top: 32px;
  font-family: var(--font-heading);
}
.wide-row .subtitle {
  margin-top: 12px;
  line-height: 2em;
  font-weight: 400;
  font-size: 18px;
}

.row-limited-1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.home-section-1 {
  padding: 30px 0;
  max-width: 800px;
}
.home-section-1 h1 {
  font-size: 44px;
  font-weight: 600;
}
.home-section-1 .subtitle {
  font-size: 24px;
}
.home-section-1 .btn, .home-section-1 .pagination .page-numbers, .pagination .home-section-1 .page-numbers, .home-section-1 .wpcf7 .wpcf7-submit, .wpcf7 .home-section-1 .wpcf7-submit {
  margin: 50px auto;
}
.home-section-1 .scroll {
  margin-top: 45px;
}
.home-section-1 .scroll img {
  width: 20px;
  height: 20px;
}

.ongoing_events img {
  border-radius: 8px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  height: 40px;
  background: transparent;
  border: 1px solid #333;
  border-radius: 4px;
  color: #fff;
  margin: 5px 0 0 0;
  padding: 5px;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
}
.wpcf7 textarea {
  height: 200px;
}
.wpcf7 .wpcf7-submit {
  cursor: pointer;
  border: none;
}

.single-post-content {
  margin-bottom: 50px;
}
.single-post-content .banner {
  display: block;
  margin-top: 20px;
}
.single-post-content .post_title {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}
.single-post-content blockquote {
  background: #222222;
  margin: 30px 0;
  padding: 10px 20px;
}
.single-post-content blockquote a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding-right: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post-content blockquote a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='%23fff' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single-post-content .categories {
  margin-top: 15px;
}
.single-post-content .categories a {
  margin: 2px;
  padding: 10px 20px;
  background: #222222;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
}

.author_and_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
}
.author_and_date .author {
  display: flex;
  align-items: center;
}
.author_and_date .author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 10px;
}
.author_and_date .author .name {
  font-size: 18px;
  color: #e24886;
}
.author_and_date .date {
  font-size: 18px;
  color: #bbbbbb;
}
.author_and_date .categories {
  margin-top: 10px;
}
.author_and_date .categories a {
  margin: 2px;
  padding: 10px 20px;
  background: #222222;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
}

.pagination {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.pagination .page-numbers {
  padding: 13px 20px;
  margin: 5px;
}

.transition-fade {
  opacity: 1;
  transition: 500ms;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
