@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background: conic-gradient(
    from 8.24deg at 73.4% 27.65%,
    #000000 0deg,
    #030303 287deg,
    #000000 239.78deg,
    #ff037c 303.75deg,
    #000000 360deg
  );
	background-attachment: fixed;
}

header {
  height: 140px;
  display: flex;
}

.footer-emails {
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 39px !important;
}

.menu-close-btn {
  display: none;
}

header .row {
  height: 100%;
  display: flex;
  align-items: center;
}

.post-title {
  width: 365px;
}

.footer-right {
	display: flex;
    margin-top: 85px;
    justify-content: flex-end;
}

.post-img img {
  width: 258px !important;
  height: 258px !important;
}

.post-info {
  font-family: "Roboto";
  color: #ffffff;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.entry-title {
  font-family: "Roboto";
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 12px;
}

header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

header ul {
  list-style-type: none;
}

header a {
  color: #ffffff8f;
  text-decoration: none;
}

header a:hover {
  color: #ffffff;
}

header a:active {
  color: #ffffff;
  text-decoration: overline;
}

article {
  background-color: rgba(66, 66, 84, 0.4);
  min-height: 244px;
  margin-bottom: 40px;
  padding: 20px 30px;
}

.post-info-block {
  padding: 0;
}

.post-actions-block {
  padding-right: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.post-actions-block .btn_pink,
.post-actions-block .btn_white {
  width: 186px;
  height: 53px;
  border: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.post-119 header {
	display: none;
}

.post-actions-block .btn_pink {
  background-color: #ec4969;
  color: #ffffff;
}

.post-actions-block .btn_white {
  color: #ec4969;
  background-color: #ffffff;
}

.post-actions-block .btn_white a {
  color: #ec4969;
}

.post-actions-block .btn_pink a {
  color: #ffffff;
}

.post-actions-block .btn_pink a,
.post-actions-block .btn_white a {
  text-transform: none;
  text-decoration: none;
  text-transform: uppercase;
}

.post-info-block-top {
  margin-bottom: 37px;
}

.post-info-block-top span {
  margin-right: 40px;
}

.main-container {
  overflow: auto;
  margin-top: 40px;
}

.featured-container {
  display: flex;
  background: rgba(67, 65, 65, 0.49);
  padding: 60px;
  margin-bottom: 45px;
  overflow: auto;
  justify-content: space-between;
  gap: 15px;
}

.featured-container > div {
  width: 260px;
  height: 467px;
  padding: 0;
  border: 1px solid #efecec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.featured-container > div img {
  width: 257px;
}

.post-info-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}

.post-info-time {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.post-info-vanue {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
}

.post-info-place {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.post-info-block-top-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.post-info-block-top-2 {
  margin-bottom: 11px;
  line-height: 1;
}

.post-info-content {
  padding: 10px;
}

.btn_pink_small {
  width: 113.56px;
  height: 28px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  background: #ec4969;
  border: none;
}

.btn_pink_small a {
  text-decoration: none;
  color: #ffffff;
}

.post-actions-block-small {
  padding-bottom: 25px;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
}

.post-info-content .post-info {
  display: block;
  margin: 12px 0;
}

.divider {
  width: 100%;
  height: 1px;
  background: white;
  margin-top: 80px;
  margin-bottom: 40px;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.logo {
  width: 237px;
  height: 95px;
}

.fa {
  color: #ffffff8f;
}

.site-footer {
  height: 424px;
  background-color: black;
}

.site-footer .logo {
  width: 217px;
  height: 87px;
}

.site-footer .sec-logo {
  width: 132px;
  height: 133px;
}

.site-footer .footer-info {
  align-items: flex-start;
}

.stay-updated {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-info {
  height: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.footer-contact > * {
  margin-bottom: 15px;
}

footer form#wpforms-form-381 {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .wpforms-field {
	margin-bottom: 0 !important;	
}

.footer-contact button,
footer .wpforms-submit-container{
  background-color: #ec4969 !important;
  border: none !important;
  color: white !important;
  position: relative !important;
  left: 0 !important;
  height: 27px !important;
  top: 1px !important;
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 12px !important;
  text-align: center !important;
}

.footer-contact input,
footer .wpforms-field-container  input{
  border: none !important;
  height: 27px !important;
  position: relative !important;
  top: 1px !important;
	background: white !important;
}

.footer-social {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.entry-description {
  color: white;
}

.ngg-imagebrowser.default-view {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  flex-direction: column;
}

.fade.show {
  opacity: 1;
  display: block;
}

.modal .post-actions-block {
  padding: 0 !important;
  display: flex;
  align-items: center;
  margin: 0;
}

.modal .post-actions-block .btn_pink {
  margin-bottom: 0;
  height: 53px;
  width: 347px;
}

.modal span,
.modal h2 {
  color: black;
}

.modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.entry-title-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

.opening-act {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}

.venue-info {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 0 !important;
}

.post-info-x-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.main-container .attachment-post-thumbnail {
  width: 220px !important;
  height: 220px !important;
}

.opening-act-post {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
}

.modal-content {
  width: 1300px;
}

.modal-dialog {
  max-width: none;
  width: max-content;
}

.modal-dialog .attachment-post-thumbnail {
  width: 420px !important;
  height: 525px !important;
}

.modal-body {
  position: relative;
  padding: 35px 65px !important;
}

.post-info-block > div {
  margin-bottom: 18px;
}

.popup-opening {
  display: flex;
  flex-direction: column;
  height: 75px;
  flex-wrap: wrap;
}

.popup-place {
  display: flex;
}

.popup-place > div {
  margin-right: 200px;
}

.popup-description {
  margin-top: 20px;
}

.modal-footer {
  border: 0;
}

.popup-post-info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  border: none;
  background: no-repeat;
}

.close-btn > span {
  color: #ec4969;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.popup-info-wrapper > div {
  margin-bottom: 17px;
}

/* Gallery */
/* 
.page-id-80 article {
  margin: 0 auto;
  max-width: 706px;
}

.ngg-caption-view-wrapper > div {
  margin-right: 58px;
} */

/* About */
.page-id-119 article {
  background: transparent;
}

.page-id-119 .entry-title {
  display: none;
}

/* FORM */
.wpforms-container {
  width: 505px !important;
}

.wpforms-field-row,
.wpforms-field-medium {
  max-width: 100% !important;
}

.page-id-133 article {
  background: transparent;
}

.wpforms-field-row-block input,
.wpforms-field input,
.wpforms-field textarea {
  background: rgba(52, 49, 49, 0.62) !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid white !important;
}

.wpforms-field {
  margin-bottom: 48px !important;
}

.wpforms-submit-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page footer .wpforms-submit-container button {
	border: none !important;
	width: 54px !important;
	padding: 0 !important;
}

.page footer .wpforms-submit-container {
	padding: 0 !important;
}
#modal-ready .wpforms-submit-container button {
  width: 136px !important;
  height: 32px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  color: white !important;
  padding: 0 !important;
}

.top-post-img {
  display: block;
  cursor: pointer;
}

.info-layer {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  cursor: pointer;
  background: rgba(67, 65, 65, 0.49);
}

.info-layer-visible .info-layer {
  display: flex;
}

.info-layer-text {
  background: white;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #ec4969;
  cursor: pointer;
}

.burger-menu {
  display: none;
}

.mobile-footer {
  display: none;
}

.social-network-icons li {
  margin-left: 20px;
}

#post-133 .entry-header {
  display: none;
}

.modal .post-actions-block .btn_pink:hover {
  border-radius: 30px;
  transition: 0.5s;
}

.ngg-gallery-thumbnail {
  background-color: transparent;
  border: none;
}

.ngg-gallery-thumbnail img {
  width: 280px;
}

#post-80 .entry-header {
  display: none;
}

.ngg-imagebrowser.default-view h3 {
	color: white;
}

.modal .modal-body .post-img-modal img {
	width: 420px !important;
	height: 525px !important;
}

@media screen and (max-width: 896px) {
  body,
  .modal-content {
    background: conic-gradient(
      from 15.63deg at 41.33% 22.84%,
      #030303 156deg,
      #ec4969 227.67deg,
      #030303 360deg
    );
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }
	
	.modal .modal-body .post-img img {
		width: 258px !important;
		height: 258px !important;
	}

  .ngg-caption-view-wrapper {
    justify-content: flex-start;
  }

  .ngg-gallery-thumbnail {
    margin: 0;
  }

  .ngg-gallery-thumbnail a {
    margin: 0;
  }

  .mobile-footer .footer-contact > * {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
    justify-content: center;
  }

  .mobile-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-footer .footer-social img {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }

  .mobile-logos .logo {
    width: 99px;
    height: 36px;
  }

  .mobile-logos .sec-logo {
    width: 51px;
    height: 52px;
  }

  .social-network-icons {
    display: none !important;
  }

  .foo-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    color: #ffffff;
    margin-top: 8px;
  }

  .footer-contact button {
    top: 0;
  }

  .featured-container,
  .header-title,
  .divider {
    display: none;
  }

  .post-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .post-info-block {
    width: 280px;
    padding: 0;
    margin: 10px auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .post-actions-block {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-right: 0;
  }

  .post-actions-block > button {
    width: 113px !important;
    height: 32px !important;
    margin: 0 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  article {
    background: transparent;
    padding: 0;
  }

  .post-title {
    display: none;
  }

  main {
    padding-top: 85px;
  }

  .post-80 .entry-header {
    display: none;
  }

  #post-119 #modal-ready p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 17px !important;
    line-height: 20px;
    color: #ffffff;
  }

  #post-119 #modal-ready {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  #post-133 .entry-header {
    display: none;
  }

  #wpforms-form-136 {
    width: 95%;
    margin-top: 100px;
  }

  #post-133 #modal-ready {
    width: fit-content;
    display: block;
  }

  button#wpforms-submit-136 {
    width: 136px !important;
    height: 32px !important;
  }

  .modal-content {
    position: absolute;
    bottom: 0;
    top: 0;
    padding-top: 100px !important;
    overflow: auto;
    color: white;
    padding: 40px;
  }

  .popup-place > div {
    margin-right: 30px;
  }

  .modal-body {
    padding: 0;
  }

  .popup-post-info-block {
    display: block;
    width: 100%;
  }

  .modal-dialog .post-img {
    display: block;
  }

  .modal-dialog .modal-content {
    width: 100%;
	height: 102%;
    border: none;
    box-shadow: none;
  }

  .modal-dialog .modal-body {
    padding: 5px !important;
  }

  .modal-dialog .attachment-post-thumbnail {
    width: 253px !important;
    height: 316px !important;
  }

  .main-container .attachment-post-thumbnail {
    width: 286px !important;
    height: 281px !important;
  }

  .entry-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
  }

  .opening-act-post {
    display: none;
  }

  .post-info-block > div {
    display: flex;
    flex-direction: column;
  }

  .post-info-block-top > span,
  .post-info-block-top .venue-info {
    margin-bottom: 7px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px !important;
    line-height: 18px;
    color: #ffffff;
  }

  .post-info {
    display: flex;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #ffffff !important;
  }

  .popup-opening {
    flex-wrap: nowrap;
    height: auto;
  }

  .site-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
    position: relative;
    background: black;
    bottom: 0;
    height: 250px;
    padding-top: 30px;
    width: 100%;
  }

  .main-container {
    overflow: visible;
    height: auto;
  }

  .modal.show .modal-dialog {
    margin: 0;
    width: 100%;
  }

  .close-btn {
    right: 20px;
    top: 80px;
    position: fixed;
  }

  .close-btn span {
    font-size: 40px;
    font-weight: 200;
  }

  header {
    position: fixed;
    top: 0;
    height: 77px;
    z-index: 1111;
    width: 100%;
    background: #0000009e;
  }

  .logo {
    width: 142px;
    height: 57px;
    margin-top: 10px;
  }

  .row-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    position: fixed;
    padding-top: 80px;
    background: #000000c9;
    height: 100%;
    top: 0;
    text-transform: uppercase;
    color: white;
    left: 0;
  }

  .row-container ul li {
    margin-bottom: 20px;
    z-index: 1;
  }

  div.wpforms-container-full {
    width: 100% !important;
  }

  #post-119 .entry-header {
    display: none;
  }

  header a {
    color: white;
  }

  .menu-close-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  #menu-items {
    display: none;
  }

  .show-menu {
    display: block !important;
  }

  .burger-menu {
    display: inline;
    position: absolute;
    right: 5px;
    width: 50px;
  }

  .burger-menu-hide {
    display: none;
  }
	
	.modal .modal-body .post-img-modal img {
		width: 286px !important;
		height: 281px !important;
	}
}
