/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here
*/
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 200px;
  /* fixed header height*/
  margin: -200px 0 0;
  /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0px;
}

#siteWrap {
  overflow: hidden;
}

.elementor-editor-active .elementor-location-header > #header_pop:after {
  content: none;
}
.elementor-editor-active.home #content {
  margin-top: 0 !important;
}

.um-login .um-button, .um-register .um-button, .um-password .um-button {
  background: #00a000 !important;
  color: #262626 !important;
  border-style: none !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
}
.um-login .um-button:hover, .um-login .um-button:focus, .um-register .um-button:hover, .um-register .um-button:focus, .um-password .um-button:hover, .um-password .um-button:focus {
  background: #B6EB34 !important;
}

/*header{
	.elementor-button-icon svg{
		fill: #00ccff !important;
	}
}

.elementor-location-header{
	> header{
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		@include transition(.2s);
		z-index: 100;
		
		.e-con-inner{
			@include transition(.2s);
		}
	}

	
	.brand img{
		@include transition(.2s);
	}
	
	&.compact{

	}
}



body:not(.home) .elementor-location-header{
	> #header_pop{
		&:before{
			//opacity: 1 !important;
		}
	}
}

#mainMenu{
	.elementor-sub-item{
		border-left: 0;
	}
}

#mobileMenu{
	.elementor-item, .elementor-sub-item{
		&:focus{
			//background-color: transparent !important;
		}
	}
}
*/
#swpm-login-form label {
  font-weight: 600;
  margin-bottom: 10px;
}
#swpm-login-form .swpm-login-submit input {
  width: 100%;
}
#swpm-login-form .swpm-forgot-pass-link {
  text-align: center;
}

#swpm-registration-form label {
  font-weight: 600;
  margin-bottom: 10px;
}
#swpm-registration-form .swpm-firstname-row, #swpm-registration-form .swpm-lastname-row {
  display: none !important;
}

.machoTagWrap, .machoTagWrap2 {
  display: flex;
  align-items: center;
}
.machoTagWrap .macho-tag-address, .machoTagWrap .macho-tag-address2, .machoTagWrap2 .macho-tag-address, .machoTagWrap2 .macho-tag-address2 {
  font-size: 0.875em;
  color: white;
  margin: 0;
}
@media all and (max-width: 600px) {
  .machoTagWrap .macho-tag-address, .machoTagWrap .macho-tag-address2, .machoTagWrap2 .macho-tag-address, .machoTagWrap2 .macho-tag-address2 {
    font-size: 0.8em;
  }
}
.machoTagWrap .machoTagCopy, .machoTagWrap2 .machoTagCopy {
  cursor: pointer;
  width: 25px;
  margin-left: 15px;
  margin-bottom: -6px;
}
.machoTagWrap .machoTagCopy svg, .machoTagWrap2 .machoTagCopy svg {
  fill: #00A000;
  width: 1em;
}
.machoTagWrap .machoTagCopy2, .machoTagWrap2 .machoTagCopy2 {
  cursor: pointer;
  width: 25px;
  margin-left: 15px;
  margin-bottom: -6px;
}
.machoTagWrap .machoTagCopy2 svg, .machoTagWrap2 .machoTagCopy2 svg {
  fill: white;
}
.machoTagWrap .macho-main-tag-msg, .machoTagWrap .macho-main-tag-msg2, .machoTagWrap2 .macho-main-tag-msg, .machoTagWrap2 .macho-main-tag-msg2 {
  position: absolute;
  right: -27px;
  bottom: -40px;
  padding: 6px 16px;
  border-radius: 30px;
  display: block;
  background-color: #0cf;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
  z-index: 1000;
}
.machoTagWrap .macho-main-tag-msg.macho-main-tag-msg_active, .machoTagWrap .macho-main-tag-msg2.macho-main-tag-msg_active, .machoTagWrap2 .macho-main-tag-msg.macho-main-tag-msg_active, .machoTagWrap2 .macho-main-tag-msg2.macho-main-tag-msg_active {
  opacity: 1;
}

#coinLogo img {
  animation: tilt-n-move-shaking 1.5s linear infinite;
}

@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }

  50% {
    transform: translate(0, 0) rotate(0eg);
  }

  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

#heroFireworks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}

[class^='firework-'] {
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
}

[class^=firework-] {
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
}

.firework-1 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  top: 65%;
  left: 45%;
}

.firework-2 {
  -webkit-animation: firework-sm 1.2s both infinite;
  animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: 25%;
  left: 85%;
}

.firework-3 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  top: 85%;
  left: 80%;
}

.firework-4 {
  -webkit-animation: firework-sm 1.2s both infinite;
  animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  top: 30%;
  left: 40%;
}

.firework-5 {
  -webkit-animation: firework-md 1.2s both infinite;
  animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: 80%;
  left: 20%;
}

.firework-6 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  top: 40%;
  left: 70%;
}

.firework-7 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: 75%;
  left: 35%;
}

.firework-8 {
  -webkit-animation: firework-md 1.2s both infinite;
  animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  top: 60%;
  left: 25%;
}

.firework-9 {
  -webkit-animation: firework-md 1.2s both infinite;
  animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: 50%;
  left: 20%;
}

.firework-10 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  top: 30%;
  left: 20%;
}

.firework-11 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  top: 40%;
  left: 65%;
}

.firework-12 {
  -webkit-animation: firework-md 1.2s both infinite;
  animation: firework-md 1.2s both infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 70%;
  left: 45%;
}

.firework-13 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  top: 70%;
  left: 85%;
}

.firework-14 {
  -webkit-animation: firework-lg 1.2s both infinite;
  animation: firework-lg 1.2s both infinite;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  top: 30%;
  left: 25%;
}

.firework-15 {
  -webkit-animation: firework-sm 1.2s both infinite;
  animation: firework-sm 1.2s both infinite;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  top: 90%;
  left: 85%;
}

@-webkit-keyframes firework-sm {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.5rem 0rem 0 white, 0.5rem 0rem 0 white, 0rem -0.5rem 0 white, 0rem 0.5rem 0 white, 0.35rem -0.35rem 0 white, 0.35rem 0.35rem 0 white, -0.35rem -0.35rem 0 white, -0.35rem 0.35rem 0 white;
  }
}

@keyframes firework-sm {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.5rem 0rem 0 white, 0.5rem 0rem 0 white, 0rem -0.5rem 0 white, 0rem 0.5rem 0 white, 0.35rem -0.35rem 0 white, 0.35rem 0.35rem 0 white, -0.35rem -0.35rem 0 white, -0.35rem 0.35rem 0 white;
  }
}

@-webkit-keyframes firework-md {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.7rem 0rem 0 white, 0.7rem 0rem 0 white, 0rem -0.7rem 0 white, 0rem 0.7rem 0 white, 0.49rem -0.49rem 0 white, 0.49rem 0.49rem 0 white, -0.49rem -0.49rem 0 white, -0.49rem 0.49rem 0 white;
  }
}

@keyframes firework-md {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.7rem 0rem 0 white, 0.7rem 0rem 0 white, 0rem -0.7rem 0 white, 0rem 0.7rem 0 white, 0.49rem -0.49rem 0 white, 0.49rem 0.49rem 0 white, -0.49rem -0.49rem 0 white, -0.49rem 0.49rem 0 white;
  }
}

@-webkit-keyframes firework-lg {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.9rem 0rem 0 white, 0.9rem 0rem 0 white, 0rem -0.9rem 0 white, 0rem 0.9rem 0 white, 0.63rem -0.63rem 0 white, 0.63rem 0.63rem 0 white, -0.63rem -0.63rem 0 white, -0.63rem 0.63rem 0 white;
  }
}

@keyframes firework-lg {
  0%, 100% {
    opacity: 0;
  }

  10%, 70% {
    opacity: 1;
  }

  100% {
    box-shadow: -0.9rem 0rem 0 white, 0.9rem 0rem 0 white, 0rem -0.9rem 0 white, 0rem 0.9rem 0 white, 0.63rem -0.63rem 0 white, 0.63rem 0.63rem 0 white, -0.63rem -0.63rem 0 white, -0.63rem 0.63rem 0 white;
  }
}

#fartfeedSidebar .profileButton .elementor-button-link {
  display: inline-flex;
  align-items: center;
}
#fartfeedSidebar .profileButton .elementor-button-link .gravatar {
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
#fartfeedSidebar .profileButton .elementor-button-link span {
  color: #262626;
}
#fartfeedSidebar .profileButton .elementor-button-link:hover span, #fartfeedSidebar .profileButton .elementor-button-link:focus span {
  color: #0095f6;
}

#profile-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 16px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#profile-toast.show {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}
