/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*= General =================== */

/** General >> Heading 1 link **/
h1 a {
	text-decoration: overline
	underline !important;
	padding-right: 16px !important;
	border-right: 8px groove rgb(248, 0, 0) !important;
}

/** General >> Recent posts 2 widget title **/
#recent-posts-2 .widget-title {
	-webkit-animation-name: bounce !important;
	animation-name: bounce !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Entry title link **/
.entry-title a {
	-webkit-animation-name: bounce !important;
	animation-name: bounce !important;
	-webkit-animation-duration: 3s !important;
	animation-duration: 3s !important;
}

/** General >> Post 1 paragraph **/
#post-1 p {
	-webkit-animation-name: bounce !important;
	animation-name: bounce !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Elementor element 4d0d3de elementor price table header **/
.elementor-element-4d0d3de .elementor-price-table__header {
	-o-transition-property: opacity !important;
	-moz-transition-property: opacity !important;
	-webkit-transition-property: opacity !important;
	transition-property: opacity !important;
	-o-transition-duration: 3s !important;
	-moz-transition-duration: 3s !important;
	-webkit-transition-duration: 3s !important;
	transition-duration: 3s !important;
}
.elementor-element-4d0d3de .elementor-price-table__header:hover, 
.mt-hover {
	/* MT [ sub: 1 | group: transition | event: 1 | event_value: 1 ] */
	opacity: 0 !important;
}

/** General >> Effect fade right paragraph **/
.effect-fade-right p {
	-o-transition-property: word-spacing !important;
	-moz-transition-property: word-spacing !important;
	-webkit-transition-property: word-spacing !important;
	transition-property: word-spacing !important;
	-o-transition-duration: 1s !important;
	-moz-transition-duration: 1s !important;
	-webkit-transition-duration: 1s !important;
	transition-duration: 1s !important;
}

/** General >> Elementor fit aspect ratio elementor video **/
.elementor-fit-aspect-ratio .elementor-video {
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%); !important;
}

/** General >> Elementor element 66df9648 elementor animation sink **/
.elementor-element-66df9648 .elementor-animation-sink {
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); !important;
}

/** General >> Elementor element 16c4c64c attachment full **/
.elementor-element-16c4c64c .attachment-full {
	box-shadow: 3px 3px 5px 3px rgb(25, 41, 79) inset !important;
	-webkit-mask-image: linear-gradient(45deg, blue 10%, rgba(0,0,0,0) 100%) !important;
	mask-image: linear-gradient(45deg, blue 10%, rgba(0,0,0,0) 100%) !important;
	clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%) !important;
}

/** General >> Elementor element 7de1debb elementor animation sink **/
.elementor-element-7de1debb .elementor-animation-sink {
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%); !important;
}

/** General >> Paragraph (#1) span (#2) **/
.elementor-element-f9b6cac > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(2) {
	text-shadow: 2px 2px rgb(248, 0, 0) !important;
}

/** General >> Motion 1 elementor heading title **/
false {
	position: absolute !important;
	top: 100% !important;
	bottom: 100% !important;
}

/** General >> Elementor headline plain text (#3) **/
h3 .elementor-headline-plain-text:nth-of-type(3) {
	color: rgb(21, 81, 144) !important;
}

/** General >> Attachment large **/
.elementor-widget-container .attachment-large {
	-o-transition-duration: 3s !important;
	-moz-transition-duration: 3s !important;
	-webkit-transition-duration: 3s !important;
	transition-duration: 3s !important;
}

/** General >> Attachment large (:hover) **/
.elementor-widget-container .attachment-large:hover {
	margin-left: 60px !important;
	-webkit-animation-name: rubberBand !important;
	animation-name: rubberBand !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Span (#1) **/
.elementor-element-acb46e9 > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(1) {
	-o-transition-duration: 3s !important;
	-moz-transition-duration: 3s !important;
	-webkit-transition-duration: 3s !important;
	transition-duration: 3s !important;
}

/** General >> Span (#1:hover) **/
.elementor-element-acb46e9 > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(1):hover {
	margin-right: 100px !important;
}
.elementor-element-acb46e9 > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(1):hover.mt-mouseenter, 
.mt-hover {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: bounce !important;
	animation-name: bounce !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Span (#2) **/
.elementor-element-acb46e9 > div:nth-of-type(1) > p:nth-of-type(1) > span:nth-of-type(2) {
	-webkit-animation-name: flash !important;
	animation-name: flash !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Elementor heading title **/
.elementor-element-4cecdfd .elementor-heading-title {
	
}
.elementor-element-4cecdfd .elementor-heading-title.mt-mouseenter {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: fadeIn !important;
	animation-name: fadeIn !important;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}

