/* @import url("../../assets/fonts/fonts.css"); */

::-moz-selection {
  background: #FA059B;
  color: #FFF;
}
::selection {
  background: #FA059B;
  color: #FFF;
}

#page-loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(30deg, rgba(255,0,154,1) 30%, rgba(0,255,241,1) 100%);
}

.post-edit-link {
  position: fixed;
  z-index: 99999;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
  padding: 0.4rem 1.2rem;
  background-color: #000;
  border-radius: 20rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
/* Custom pointer
#pointer-dot {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2.5px solid #ffffff;
  position: fixed;
  border-radius: 4px;
  z-index: 1052;
  pointer-events: none;
  transition: border-color 0.5s;
}
#pointer-ring {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 15px;
  border: 2px solid #ffffff;
  background-color: rgb(250 5 155 / 60%);
  position: fixed;
  border-radius: 1000px;
  z-index: 1051;
  pointer-events: none;
}
html {
  cursor: none !important;
}
a {
  cursor: none !important;
}
*/

h1, h2, h3 {
  font-weight: 400;
}
/* Scroller effect 
[class^="wp-block-"] {
  opacity: 0;
  margin-top: 4rem;
  transition: all 1.5s;
}
[class^="wp-block-"].visible {
  opacity: 1;
  margin-top: 0;
} */
/* UI Form */
input,
button,
input[type="submit"],
input[type="text"],
input[type="email"],
textarea,
select {
  padding: 0.8rem;
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  display: block;
  max-width: 100%;
}
input:focus-visible,
input:focus,
button:focus-visible,
button:focus,
input[type="submit"]:focus-visible,
input[type="submit"]:focus,
input[type="text"]:focus-visible,
input[type="text"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:focus,
textarea:focus-visible,
textarea:focus,
select:focus-visible,
select:focus {
  outline: solid 1px #ddd;
}
input[type="checkbox"],
input[type="radio"] {
  border: none;
  outline: none;
}
select {
  /* height: 45px; */
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
  vertical-align: text-top;
  box-shadow: none;
  zoom: 150%;
}
button,
input[type="submit"] {
  background-color: #ffffff !important;
  color: #000000;
  border: solid 2px #000;
  font-weight: 600;
  padding: 0.6em 1.2em;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}
button:hover,
input[type="submit"]:hover {
  background-color: #000000 !important;
  color: #ffffff;
}
label {
  color: inherit;
  display: inline-block;
  margin: 0;
  font-weight: 100;
}
/* Contact Form Response Message */
.wpcf7-response-output {
  position: fixed;
  z-index: 99999;
  top: auto;
  bottom: 2rem;
  right: 2rem;
  left: auto;
  max-width: 78%;
  width: 22rem;
  margin: 0 !important;
  padding: 1rem !important;
  background-color: black;
  border-width: 8px;
  box-shadow: 0px -10px 30px 0px rgb(0 0 0 / 20%);
  color: #fff;
  border-radius: 4px;
  border-width: 0px !important;
  border-left-width: 3rem !important;
  display: inline-table;
}
.wpcf7-response-output:before {
  content: "\2709";
  position: absolute;
  left: -2.2rem;
  top: 1rem;
}
/* Fixed Nav bar */
.site-header {
  position: relative;
  z-index: 99999;
  transition: all 1s ease-in-out;
}
.site-header.is-sticky {
  top: 0;
  z-index: 1040;
  transition: all .4s ease-in-out;
}
.site-header .navbar {
  height: 220px;
  backdrop-filter: blur(0px);
  background: linear-gradient(60deg, rgba(255,0,154,0) 30%, rgba(0,255,241,0) 100%);
  transition: all 0.4s ease-in-out;
}
.site-header.is-sticky .navbar {
  height: 70px;
  background: rgb(255,0,255);
  background: linear-gradient(60deg, rgba(255,0,154,0.4) 30%, rgba(0,255,241,0.6) 100%);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
}
.site-header.is-sticky .navbar:hover {
  height: 150px;
  background: linear-gradient(60deg, rgba(255,0,154,1) 30%, rgba(0,255,241,1) 100%);
  backdrop-filter: blur(0px);
  transition: all 0.4s ease-in-out;
}
.site-header h1 {
  font-size: 2rem;
}
.site-header h1 a {
  text-decoration: none;
}
.site-header h1 small {
  font-size: 1rem;
}
.site-header .navbar a {
  position: relative;
  color: white;
  font-weight: 600;
  transition: all .4s ease-in-out;
}
.site-header .navbar a:hover {
  color: rgba(255, 255, 255, 1);
}
.site-header .navbar .big a {
  background-color: #fff;
  color: #FA059B !important;
  border-radius: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-header .navbar .big a:hover {
  background-color: #FA059B;
  color: #fff !important;
}
.site-header #primary-menu a:before {
  content: '';
  height: 3px;
  width: 0%;
  background-color: transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 100vw;
  transition: all .4s ease-in-out;
}
.site-header #primary-menu .current-menu-item:not(.big) a:before, 
.site-header #primary-menu .current-menu-item a:before, 
.site-header #primary-menu a:hover:before {
  width: 100%;
  background-color: white;
}
.site-header #primary-menu .big a:before {
  width: 0;
}
.site-header .navbar a .icon {
  height: 150px;
  border-radius: 100vw;
  box-shadow: 0 0 0 0px white;
  transition: all 0.4s ease-in-out;
  /*filter: invert(100%);*/
}
.site-header .navbar a .icon:hover {
  box-shadow: 0 0 0 4px white;
}
.site-header.is-sticky .navbar:before {
  top: -12rem;
  opacity: .2;
}
.site-header.is-sticky .navbar a {
  color: #fff;
}
.site-header.is-sticky .navbar a img {
  height: 90px;
  /*filter: invert(0%);*/
}
.site-header.is-sticky .navbar .highlight a {
  box-shadow: 0 0 0 2px #000;
}
.site-header .navbar .highlight a {
  box-shadow: 0 0 0 2px #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header {
  margin-bottom: 8rem;
  background-color: #ff009a;
}
.header h1 {
  font-size: 8rem;
  font-weight: 400;
  line-height: 4rem;
}
.show-menu-main {
  z-index: 10;
  color: #fff;
  font-size: 5rem;
  line-height: 50%;
}

#footer {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 14rem !important;
  overflow: hidden;
}
#footer a {
  text-decoration: none;
}

#footer:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0px;
  bottom: -25rem;
  left: -4rem;
  right: -4rem;
  transform: rotate(356deg);
  background-image: url('../../img/wave.gif');
  background-position: center;
  background-size: 35%;
  background-repeat: repeat-x;
  opacity: .9;
  /*filter: drop-shadow(20px -20px 40px #333);*/
  transition: all 1s ease-in-out;
}

.disable .nav-link {
  pointer-events: none;
}

/* Responsive Nav bar */
#show-menu-main {
  display: none;
}
#show-menu-main:checked ~ .collapse {
  display: block !important;
  height: auto;
  opacity: 1;
  background-color: #ff009a;
  box-shadow: 0 0 0 100vw #ff009a;
  overflow: scroll;
  transition: all 0.4s ease-in-out;
}
.is-sticky #show-menu-main:checked ~ .collapse {
  background-color: transparent;
  box-shadow: 0 0 0 0vw magenta;
}
#show-menu-main:checked ~ .collapse .menu-item {
  text-align: right;
}
#show-menu-main:checked ~ .collapse .nav-link {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .show-menu-main {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  /*.site-header .navbar:before,
  .site-header.is-sticky .navbar:before {
    position: fixed;
    top: -38rem;
  }
  .site-header.is-sticky .navbar:before {
    top: -36rem;
  }*/
  #show-menu-main:checked ~ .collapse .menu-item {
  }
  .site-header.is-sticky .navbar > div {
    padding: 0 1.5rem !important;
  }
  .site-header.is-sticky .navbar {
    opacity: .9;
    height: auto !important;
  }
  #footer:before {
    left: -34rem;
    right: -34rem;
    bottom: -34rem;
  }
}

@media screen and (max-width: 992px) {
  .entry-content .elementor > .elementor-section-stretched {
	  background-size: cover !important;
  }
}

