/*
===================
== ELEMENTS CODE ==
===================
*/
@keyframes cloud {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes figureone {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes figuretwo {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes circleone {
  0% {
    transform: rotate(0deg) translateX(45px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(45px) rotate(-360deg);
  }
}
@keyframes circletwo {
  0% {
    transform: rotate(0deg) translateX(25px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(25px) rotate(-360deg);
  }
}
@keyframes circlethree {
  0% {
    transform: rotate(0deg) translateX(36px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(36px) rotate(-360deg);
  }
}
@keyframes lamp {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
* Preloader
*/
.alekids_preloader_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: #F5F1E9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.alekids_preloader_content .alekids_content {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alekids_preloader_content .alekids_content .planet {
  width: 65%;
  height: 65%;
  background-color: #B3D0FD;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  transform-origin: center center;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
  animation: alekids_planet 5s ease infinite alternate;
}
.alekids_preloader_content .alekids_content .planet .ring {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #FFF8B8;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: 33% center;
  box-shadow: 2px -10px 0px rgba(0, 0, 0, 0.05), inset -5px -10px 0px rgba(0, 0, 0, 0.05);
  animation: alekids_ring 3s ease infinite;
}
.alekids_preloader_content .alekids_content .planet .ring:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  border-radius: 100%;
  background-color: #FFD3BD;
  z-index: 2;
  left: calc(0px - 5px);
  box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.2);
}
.alekids_preloader_content .alekids_content .planet .ring:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-color: #FFD3BD;
  box-shadow: inset 2px -10px 0px rgba(0, 0, 0, 0.1);
}
.alekids_preloader_content .alekids_content .planet .cover-ring {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom-left-radius: 80%;
  border-bottom-right-radius: 80%;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  transform: translate(0px, -17px);
  background-color: #B3D0FD;
  z-index: 2;
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.1);
}
.alekids_preloader_content .alekids_content .planet .spots {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.alekids_preloader_content .alekids_content .planet .spots span {
  width: 30px;
  height: 30px;
  background-color: #7292DE;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset -2px 3px 0px rgba(0, 0, 0, 0.3);
  animation: alekids_dots 5s ease infinite alternate;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(1) {
  top: 25px;
  right: 55px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(2) {
  top: 35px;
  left: 45px;
  width: 17px;
  height: 17px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(3) {
  top: 73px;
  left: 21px;
  width: 24px;
  height: 24px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(4) {
  top: 83px;
  left: 91px;
  width: 39px;
  height: 39px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(5) {
  top: 163px;
  left: 77px;
  width: 16px;
  height: 16px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(6) {
  top: 160px;
  left: 125px;
  width: 11px;
  height: 11px;
}
.alekids_preloader_content .alekids_content .planet .spots span:nth-child(7) {
  top: 91px;
  left: 151px;
  width: 16px;
  height: 16px;
}
.alekids_preloader_content .alekids_content p {
  color: #304566;
  font-size: 18px;
  z-index: 2;
  position: absolute;
  bottom: -40px;
  animation: alekids_text 4s ease infinite;
  width: 100px;
  text-align: center;
}
@keyframes alekids_planet {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes alekids_ring {
  0% {
    transform: rotateX(110deg) rotateZ(0deg) translate(-50px, 5px);
  }
  100% {
    transform: rotateX(110deg) rotateZ(360deg) translate(-50px, 5px);
  }
}
@keyframes alekids_dots {
  0% {
    box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
@keyframes alekids_text {
  0% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  25% {
    letter-spacing: 3px;
    color: #304566;
  }
  50% {
    transform: translateX(30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
  75% {
    letter-spacing: 3px;
    color: #304566;
  }
  100% {
    transform: translateX(-30px);
    letter-spacing: 0px;
    color: #bacbd9;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
/*
================
== RESET CODE ==
================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
html {
  overflow-x: hidden;
}
body {
  text-align: left;
  overflow: hidden;
}
.alignnone {
  margin: 0;
}
.alekids_overflow {
  overflow: hidden;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FEFBF4;
  width: auto;
  max-width: 99%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
  display: block;
}
.wp-caption.alignnone {
  margin: 0;
  margin-bottom: 20px;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.form-submit .alekids_button,
.alekids_contact_form .alekids_button,
.cart .alekids_button {
  z-index: 0;
  position: relative;
  padding: 0!important;
  min-height: 60px;
  min-width: 207px;
}
.form-submit .alekids_button svg,
.alekids_contact_form .alekids_button svg,
.cart .alekids_button svg {
  z-index: -1;
}
.form-submit .alekids_button button,
.alekids_contact_form .alekids_button button,
.cart .alekids_button button,
.form-submit .alekids_button input[type="button"],
.alekids_contact_form .alekids_button input[type="button"],
.cart .alekids_button input[type="button"],
.form-submit .alekids_button input[type="reset"],
.alekids_contact_form .alekids_button input[type="reset"],
.cart .alekids_button input[type="reset"],
.form-submit .alekids_button input[type="submit"],
.alekids_contact_form .alekids_button input[type="submit"],
.cart .alekids_button input[type="submit"] {
  border-radius: 0;
  padding: 0;
  min-height: unset;
  height: unset;
  background: transparent;
  min-width: 130px;
  padding: 18px 40px;
}
.form-submit .alekids_button button:hover,
.alekids_contact_form .alekids_button button:hover,
.cart .alekids_button button:hover,
.form-submit .alekids_button input[type="button"]:hover,
.alekids_contact_form .alekids_button input[type="button"]:hover,
.cart .alekids_button input[type="button"]:hover,
.form-submit .alekids_button input[type="reset"]:hover,
.alekids_contact_form .alekids_button input[type="reset"]:hover,
.cart .alekids_button input[type="reset"]:hover,
.form-submit .alekids_button input[type="submit"]:hover,
.alekids_contact_form .alekids_button input[type="submit"]:hover,
.cart .alekids_button input[type="submit"]:hover {
  background: transparent;
}
.alekids_contact_form .alekids_button {
  min-width: 146px;
}
select {
  max-width: 100%;
  border: 2px dashed #FFD3BD;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 700;
  color: #304566;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url('../svg/select.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search .wp-block-search__button {
  cursor: pointer;
  background-color: #B3D0FD;
  color: #FFF;
  font-weight: 900;
  font-size: 18px;
  min-height: 50px;
  -webkit-appearance: button;
  border-radius: 30px;
  padding: 0 25px;
  border: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-search .wp-block-search__button:hover {
  background: #FFD3BD;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
textarea {
  border: 1px solid #FEFBF4;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 25px;
  color: #7d7d7d;
  transition: all 100ms linear;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C4C4C4;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #C4C4C4;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #C4C4C4;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #C4C4C4;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #94EDCA;
}
textarea {
  resize: none;
  height: 140px;
  padding-top: 15px;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  display: flex;
}
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: color 100ms linear;
}
p {
  margin: 0 0 40px 0;
  text-align: left;
  line-height: inherit;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  margin-right: 5px;
  height: 50px;
  border-color: #B3D0FD;
  border-radius: 30px;
}
.wp-block-search__label {
  margin-bottom: 10px;
  display: block;
  color: #304566;
  font-weight: 900;
}
.story {
  line-height: 1.5;
}
.story .gallery dl.gallery-item {
  border: 0;
}
.story .gallery dl.gallery-item dt {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  min-width: unset;
}
.story .gallery dl.gallery-item dd {
  margin: 0;
  width: 100%;
}
.story .post-password-form {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #FEFBF4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.story .post-password-form input[type="password"] {
  margin-top: 20px;
}
.story .post-password-form p {
  text-align: center;
}
.story .alekids_align_center {
  text-align: center;
}
.story .alekids_align_left {
  text-align: left;
}
.story .alekids_align_right {
  text-align: right;
}
.story .wp-block-latest-posts li {
  padding-left: 0;
}
.story .wp-block-latest-posts__post-author,
.story .wp-block-latest-posts__post-date {
  color: inherit;
}
.story .wp-block-latest-comments {
  margin-left: 40px;
}
.story .wp-block-latest-comments a {
  color: #FFA1AC;
}
.story .wp-block-latest-comments.has-avatars {
  margin-left: 0;
}
.story .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  float: right;
}
.story .wp-block-latest-comments li {
  margin-bottom: 20px;
  background: #FEFBF4;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
}
.story .wp-block-latest-comments li p:last-child {
  margin-bottom: 0;
}
.story iframe {
  max-width: 100%;
}
.story .wp-block-media-text,
.story .wp-block-search,
.story .wp-block-archives-dropdown,
.story .wp-block-video,
.story .wp-block-audio,
.story .wp-block-embed,
.story .wp-block-categories,
.story .wp-block-calendar,
.story .wp-block-verse,
.story .wp-audio-shortcode {
  margin-bottom: 40px;
}
.story .wp-block-group.has-background {
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.story .wp-block-group.has-background .wp-block-group__inner-container p:last-child {
  margin-bottom: 0;
}
.story .wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 40px;
}
.story .wp-block-gallery ul {
  margin: 0;
  list-style: none;
}
.story .wp-block-gallery ul li {
  margin: 0;
  list-style: none!important;
  padding: 0;
  margin-bottom: 1em;
  margin-right: 1em;
}
.story .blocks-gallery-grid .blocks-gallery-image figcaption,
.story .blocks-gallery-grid .blocks-gallery-item figcaption,
.story .wp-block-gallery .blocks-gallery-image figcaption,
.story .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.2em;
}
.story .wp-block-image {
  margin-bottom: 2em;
}
.story .wp-block-cover-text strong {
  color: inherit;
}
.story .wp-block-button__link {
  color: #FFF;
}
.story .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.story .wp-block-image figure {
  display: table!important;
}
.story .wp-block-image figcaption {
  color: #304566;
  font-size: 16px;
  margin: 0;
  background: #FEFBF4;
  padding: 15px;
}
.story .wp-block-image figcaption a {
  text-decoration: underline;
}
.story ul {
  list-style: square;
}
.story ul li {
  padding-left: 8px;
}
.story ul li strong {
  color: #304566;
  font-size: 22px;
  line-height: 44px;
}
.story ul li:nth-child(odd) {
  list-style: url('../svg/liodd.svg');
}
.story ul li:nth-child(even) {
  list-style: url('../svg/lieven.svg');
}
.story ul ol li:nth-child(odd),
.story ul ol li:nth-child(even) {
  list-style: inherit;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin-left: 60px;
  line-height: 40px;
  font-size: inherit;
  margin-bottom: 40px;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
  margin-left: 30px;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story code {
  padding: 10px;
  box-sizing: border-box;
  background: #FEFBF4;
  display: inline-block;
  border: 2px dashed #FFD3BD;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: 20px;
}
.story a {
  color: inherit;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story a:hover {
  color: #FFD3BD;
}
.story pre {
  background: #FEFBF4;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
  font-family: "Lucida Console", Monaco, monospace;
}
.story address {
  display: inline-block;
  padding: 30px;
  background: #FEFBF4;
  line-height: 28px;
  margin-bottom: 20px;
}
.story .wp-block-quote.is-large,
.story .wp-block-quote.is-style-large {
  padding-left: 120px;
  margin-bottom: 40px;
}
.story .wp-block-quote.is-large cite,
.story .wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 18px;
}
.story p.has-drop-cap {
  display: inline-block;
}
.story .wp-block-pullquote blockquote {
  margin-bottom: 0;
}
.story blockquote {
  padding-left: 120px;
  position: relative;
  min-height: 90px;
  margin-bottom: 40px;
  color: #304566;
  font-weight: 700;
  margin-left: 30px;
}
.story blockquote.has-text-align-right {
  text-align: right;
}
.story blockquote.has-text-align-right p {
  text-align: right;
}
.story blockquote p {
  margin-bottom: 0;
}
.story blockquote cite {
  display: block;
  color: #7D7D7D;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin-top: 5px;
  text-align: left;
}
.story blockquote::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: url('../svg/cite.svg') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.story abbr {
  text-transform: uppercase;
}
.story dl {
  background: #ffffff;
  display: block;
  box-sizing: border-box;
  font-size: inherit;
}
.story dl dt {
  min-width: 180px;
  float: left;
  font-size: inherit;
  line-height: inherit;
  color: #304566;
  font-weight: bold;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 20px;
  line-height: inherit;
}
.story img {
  max-width: 100%;
  height: auto;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  float: left;
  margin-right: 2em;
}
.story .alignright,
.story img.alignright {
  float: right;
  margin-left: 2em;
}
.story .wp-block-cover.aligncenter {
  display: flex;
}
.story .wp-block-cover {
  margin-bottom: 2em;
}
.story .aligncenter,
.story img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.story .wp-block-cover-text {
  color: #ffffff;
  text-align: left;
}
.story .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover-image h1:not(.has-text-color),
.story .wp-block-cover-image h2:not(.has-text-color),
.story .wp-block-cover-image h3:not(.has-text-color),
.story .wp-block-cover-image h4:not(.has-text-color),
.story .wp-block-cover-image h5:not(.has-text-color),
.story .wp-block-cover-image h6:not(.has-text-color),
.story .wp-block-cover-image p:not(.has-text-color),
.story .wp-block-cover .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover h1:not(.has-text-color),
.story .wp-block-cover h2:not(.has-text-color),
.story .wp-block-cover h3:not(.has-text-color),
.story .wp-block-cover h4:not(.has-text-color),
.story .wp-block-cover h5:not(.has-text-color),
.story .wp-block-cover h6:not(.has-text-color),
.story .wp-block-cover p:not(.has-text-color) {
  color: #FFF;
}
.story .wp-block-button {
  margin-bottom: 20px;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 2em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: center;
}
.story .wp-caption.alignnone {
  clear: both;
}
.story .wp-caption img {
  font-size: 10px;
}
.story .wp-caption p.wp-caption-text {
  color: #304566;
  font-size: inherit;
  line-height: inherit;
  padding: 10px;
  margin: 0;
}
.story .wp-caption p.wp-caption-text a {
  text-decoration: underline;
}
.story section.not-found {
  padding-top: 230px!important;
  width: 100%!important;
  margin-bottom: 0!important;
}
.story section.not-found p {
  text-align: center;
  margin-bottom: 0!important;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
.story table a:hover {
  opacity: 0.6;
}
.story table th {
  color: #304566;
  background-color: #FEFBF4;
}
.story table caption {
  background: #B3D0FD;
  color: #FFF;
  font-weight: 700;
  padding: 7px 0;
}
.story table td,
.story table th {
  padding: 20px 25px;
  border: 1px solid #FEFBF4;
}
.story .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #FEFBF4;
}
.story .tagsphar {
  clear: both;
  margin-bottom: 30px;
}
.story strong {
  color: #FFA1AC;
}
.story span.post-page-numbers.current {
  background-color: #FFA1AC;
  color: #FFF;
}
.story .tagsphar a,
.story .post_pages a,
.story span.post-page-numbers,
.story .wp-block-tag-cloud a {
  background: #B3D0FD;
  border-radius: 30px;
  height: 40px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 900;
  font-size: 16px!important;
  line-height: 40px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover,
.story .post_pages a:hover,
.story span.post-page-numbers:hover,
.story .wp-block-tag-cloud a:hover {
  background-color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.story .post_pages {
  clear: both;
}
/* 
* Slick Default Styles
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.alekids_post_gallery,
.alekids_gallery_slider {
  position: relative;
}
.alekids_post_gallery .slick-dots,
.alekids_gallery_slider .slick-dots {
  list-style: none!important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  line-height: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alekids_post_gallery .slick-dots li,
.alekids_gallery_slider .slick-dots li {
  list-style: none!important;
  margin: 0 5px;
  padding: 0;
  display: block;
  line-height: 5px;
  cursor: pointer;
}
.alekids_post_gallery .slick-dots li.slick-active button,
.alekids_gallery_slider .slick-dots li.slick-active button,
.alekids_post_gallery .slick-dots li:hover button,
.alekids_gallery_slider .slick-dots li:hover button {
  background: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.alekids_post_gallery .slick-dots li button,
.alekids_gallery_slider .slick-dots li button {
  font-size: 0;
  text-indent: -99999px;
  width: 45px;
  height: 5px;
  padding: 0;
  margin: 0;
  background: #B3D0FD;
  border-radius: 10px;
  min-height: unset;
  transition: all 300ms ease-in-out;
}
.alekids_post_gallery button:hover,
.alekids_gallery_slider button:hover {
  opacity: 1;
  background-color: #FFD3BD;
}
.alekids_post_gallery:hover .slick-prev,
.alekids_gallery_slider:hover .slick-prev {
  left: -30px;
  transition: all 300ms ease-in-out;
}
.alekids_post_gallery:hover .slick-next,
.alekids_gallery_slider:hover .slick-next {
  left: unset;
  right: -30px;
  transition: all 300ms ease-in-out;
}
.alekids_post_gallery .slick-prev,
.alekids_gallery_slider .slick-prev,
.alekids_post_gallery .slick-next,
.alekids_gallery_slider .slick-next {
  transition: all 300ms ease-in-out;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #B3D0FD;
  padding: 0;
  margin: 0;
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alekids_post_gallery .slick-prev::after,
.alekids_gallery_slider .slick-prev::after,
.alekids_post_gallery .slick-next::after,
.alekids_gallery_slider .slick-next::after {
  content: '';
  width: 28px;
  height: 32px;
  display: block;
  background: url('../svg/leftslick.svg') center center no-repeat;
  margin-left: -5px;
}
.alekids_post_gallery .slick-next,
.alekids_gallery_slider .slick-next {
  right: 20px;
  left: unset;
}
.alekids_post_gallery .slick-next::after,
.alekids_gallery_slider .slick-next::after {
  background: url('../svg/rightslick.svg') center center no-repeat;
  margin-left: unset;
  margin-right: -5px;
}
.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
/**
* Header Styles
*/
.mobile_navigation_container {
  display: none;
}
.mobile_navigation_container .close_mobile_nav,
.mobile_navigation_container .open_mobile_nav {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #304566;
  position: relative;
  cursor: pointer;
}
.mobile_navigation_container .close_mobile_nav::before,
.mobile_navigation_container .open_mobile_nav::before {
  content: "";
  width: calc(100% + 10px);
  height: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  margin-top: -10px;
  background: #B3D0FD;
  z-index: -1;
}
.mobile_navigation_container .mobile_navigation {
  z-index: 99999;
  position: fixed;
  top: 0;
  lefT: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #FEFBF4;
  display: none;
}
.mobile_navigation_container .mobile_navigation .mobile_inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile_navigation_container .mobile_navigation nav.mobile_nav {
  width: 80%;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile {
  color: #304566;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  margin-top: 80px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li {
  width: 100%;
  text-align: left;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children.alekids_openned > .open_current_dropdown::before {
  content: "-";
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children {
  position: relative;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children .open_current_dropdown {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 900;
  color: #FFA1AC;
  padding: 20px 10px;
  cursor: pointer;
  font-size: 40px;
  line-height: 0;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile li.menu-item-has-children .open_current_dropdown::before {
  content: "+";
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile ul.sub-menu {
  display: none;
  font-size: 20px;
  line-height: 30px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile ul.sub-menu .menu-item-has-children .open_current_dropdown {
  font-size: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile a {
  color: inherit;
}
.mobile_navigation_container .mobile_navigation ul.menu-mobile a:hover {
  color: inherit;
}
header.top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
}
header.top .wrapper nav {
  padding: 30px 50px;
  text-align: center;
}
header.top .wrapper nav ul.menu-header {
  text-transform: uppercase;
  color: #304566;
  display: inline;
  font-size: 0;
  font-weight: 700;
}
header.top .wrapper nav ul.menu-header li .sub-menu {
  display: none;
}
header.top .wrapper nav ul.menu-header li:hover > .sub-menu {
  display: block;
}
header.top .wrapper nav ul.menu-header > li {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding-bottom: 10px;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu {
  background: #B3D0FD;
  padding: 20px;
  border-radius: 30px;
  min-width: 200px;
  box-sizing: border-box;
  position: relative;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  z-index: 9;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu li {
  padding: 0;
  position: relative;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu ul.sub-menu {
  left: 100%;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  background: #FFBEBE;
  padding: 20px;
  min-width: 160px;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu a:hover {
  color: #FFF;
}
header.top .wrapper nav ul.menu-header > li:nth-child(2n+2) ul.sub-menu {
  background: #94EDCA;
}
header.top .wrapper nav ul.menu-header > li:nth-child(2n+2) a::before {
  background: #94EDCA;
}
header.top .wrapper nav ul.menu-header > li:nth-child(3n+3) ul.sub-menu {
  background: #FFD3BD;
}
header.top .wrapper nav ul.menu-header > li:nth-child(3n+3) a::before {
  background: #FFD3BD;
}
header.top .wrapper nav ul.menu-header > li:nth-child(4n+4) ul.sub-menu {
  background: #F5C956;
}
header.top .wrapper nav ul.menu-header > li:nth-child(4n+4) a::before {
  background: #FFF8B8;
}
header.top .wrapper nav ul.menu-header > li:hover a::before {
  width: calc(100% + 10px);
  transition: all 300ms ease-in-out;
}
header.top .wrapper nav ul.menu-header > li.current-menu-item a::before {
  width: calc(100% + 10px);
}
header.top .wrapper nav ul.menu-header > li a {
  color: inherit;
}
header.top .wrapper nav ul.menu-header > li > a {
  color: inherit;
  position: relative;
}
header.top .wrapper nav ul.menu-header > li > a::before {
  content: "";
  width: 0;
  height: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  margin-top: -10px;
  background: #B3D0FD;
  z-index: -1;
  transition: all 900ms ease-in-out;
}
header.top .right_info {
  display: flex;
  align-items: center;
  justify-content: right;
}
header.top .right_info .search_openner {
  margin-left: 10px;
}
.ale_cart_icon,
.ale_search_icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.ale_cart_icon .mask,
.ale_search_icon .mask {
  width: 36px;
  height: 36px;
  border: 2px dashed #FFD3BD;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ale_cart_icon:hover .mask,
.ale_search_icon:hover .mask {
  animation: rotate_circle 4000ms linear infinite both;
}
.ale_cart_icon:hover .icon::after,
.ale_search_icon:hover .icon::after {
  bottom: 9px;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.ale_cart_icon .icon,
.ale_search_icon .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFD3BD;
  position: absolute;
  left: 5px;
  top: 5px;
}
.ale_cart_icon .icon::after,
.ale_search_icon .icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../svg/cart_2.svg) center center no-repeat;
  transform: scale(0.6);
  bottom: 0px;
  display: block;
  position: absolute;
  left: 0;
  transition: all 200ms ease-in;
}
.ale_search_icon .mask {
  border-color: #B3D0FD;
}
.ale_search_icon .icon {
  background: #B3D0FD;
}
.ale_search_icon .icon::after {
  background: url(../svg/search.svg) center center no-repeat;
}
.alekids_search_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.alekids_search_modal form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FEFBF4;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.alekids_search_modal .close_info {
  margin-bottom: 30px;
  display: block;
  color: #304566;
  font-weight: 900;
  font-size: 50px;
  position: relative;
}
.alekids_search_modal .close_info::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -10px;
  background: #B3D0FD;
  z-index: -1;
}
.alekids_search_modal .close_info_second {
  margin-bottom: 100px;
  display: block;
  color: #304566;
  font-weight: 900;
  font-size: 50px;
  position: relative;
}
.alekids_search_modal .close_info_second::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -10px;
  background: #FFD3BD;
  z-index: -1;
}
.alekids_search_modal input[type="text"] {
  border: 0;
  background: #FFF;
  width: 400px;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
  font-size: 26px;
  color: #7D7D7D;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
}
.alekids_search_modal input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="submit"] {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 26px;
  font-weight: 900;
  color: #FFA1AC;
}
.colored_line {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 6px;
}
.colored_line.top_line {
  margin-bottom: 30px;
  margin-left: -5px;
}
.colored_line.gallery_single_bottom {
  max-width: 370px;
  margin-left: -5px;
  margin-bottom: 100px;
}
.colored_line div {
  height: 5px;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: #FFD3BD;
  width: 100%;
}
.colored_line div:nth-child(2n) {
  background: #B3D0FD;
}
.colored_line div:nth-child(3n) {
  background: #FFF8B8;
}
.colored_line div:nth-child(4n) {
  background: #94EDCA;
}
.inner_header {
  background: url('../svg/header.svg') top left repeat-x;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.inner_header .specific_icon_for_heading {
  position: absolute;
  right: 10px;
  top: 50%;
  animation: figuretwo 10s ease infinite;
  text-align: right;
}
.inner_header.alekids_long_title {
  min-height: 280px;
}
.inner_header.alekids_long_title h1 {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.inner_header h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  margin-bottom: 0;
}
.inner_header h1.animated::before {
  margin-top: -25px;
  opacity: 1;
}
.inner_header h1::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: 0px;
  background: #FFD3BD;
  z-index: -1;
  opacity: 0;
  transition: all 700ms ease;
}
.inner_header .breadcrumbs {
  margin-top: 7px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #C4C4C4;
}
.inner_header .breadcrumbs .separator {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  color: #B3D0FD;
}
.inner_header .breadcrumbs a {
  color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.inner_header .breadcrumbs a:hover {
  color: #B3D0FD;
  transition: all 300ms ease-in-out;
}
@keyframes rotate_circle {
  100% {
    transform: rotateZ(360deg);
  }
}
/*
* AleKids Style
*/
a.alekids_button {
  color: #FFF;
}
a.alekids_button:hover {
  color: #FFF;
}
.alekids_button {
  background-color: #8EAFE2;
  border-radius: 30px;
  color: #FFF;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  padding: 18px 40px;
  transition: all 300ms ease-in-out;
}
.alekids_button:hover {
  background: #FFA1AC;
  color: #FFF;
  transition: all 300ms ease-in-out;
}
.alekids_button:hover .alekids_dashed {
  animation-play-state: running;
}
.alekids_button .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alekids_button .alekids_dashed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke-dasharray: 6, 6;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  stroke: #FFF;
  animation: dashed_moving 20s linear infinite both;
  animation-play-state: paused;
}
.alekids_images_grid_dashed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 3;
  stroke-dasharray: 7, 7;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: #FFF;
  stroke: #F5F1E9;
  animation: dashed_moving 20s linear infinite both;
  animation-play-state: paused;
}
.alekids_socialbox_dashed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 3;
  stroke-dasharray: 7, 7;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: transparent;
  stroke: #FFF;
  animation: dashed_moving 20s linear infinite both;
  animation-play-state: paused;
  z-index: -1;
}
.alekids_testimonial_dashed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 2;
  stroke-dasharray: 7, 7;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: transparent;
  stroke: #FFD3BD;
  animation: dashed_moving 20s linear infinite both;
  animation-play-state: paused;
}
.alekids_round_icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.alekids_round_icon .mask {
  width: 36px;
  height: 36px;
  border: 2px dashed #FFD3BD;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.alekids_round_icon:hover .mask {
  animation: rotate_circle 4000ms linear infinite both;
}
.alekids_round_icon .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFD3BD;
  position: absolute;
  left: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes dashed_moving {
  100% {
    stroke-dashoffset: -1000;
  }
}
/*
* Ballons
*/
.alekids_top_grid,
.alekids_steps_ballons,
.alekids_home3_contact {
  position: relative;
}
.alekids_top_grid::before,
.alekids_steps_ballons::before,
.alekids_home3_contact::before {
  content: "";
  width: 185px;
  height: 180px;
  display: block;
  background: url('../svg/is_ballon1.svg') center center no-repeat;
  position: absolute;
  top: 300px;
  right: 30px;
  animation: circleone 25s ease infinite;
}
.alekids_top_grid::after,
.alekids_steps_ballons::after,
.alekids_home3_contact::after {
  content: "";
  width: 334px;
  height: 334px;
  display: block;
  background: url('../svg/is_ballon2.svg') center center no-repeat;
  position: absolute;
  bottom: 0;
  right: 190px;
  animation: circletwo 15s ease-in-out infinite;
}
.alekids_steps_ballons::after {
  right: 50px;
}
.alekids_steps_ballons::before {
  top: 0;
  right: auto;
  left: 10%;
}
.alekids_home3_contact::after {
  left: -350px;
  right: auto;
}
.alekids_home3_contact::before {
  top: 0;
  right: -300px;
  left: auto;
}
.alekids_about_ballons {
  position: relative;
}
.alekids_about_ballons::before {
  content: "";
  width: 207px;
  height: 207px;
  display: block;
  background: url('../svg/sun.svg') center center no-repeat;
  position: absolute;
  top: -80px;
  right: 30px;
  animation: figureone 10s ease infinite;
}
.alekids_about_ballons::after {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url('../svg/about_ballon.svg') center center no-repeat;
  position: absolute;
  bottom: -60px;
  right: 460px;
  animation: circleone 25s ease infinite;
}
.alekids_about_ballons.style2::after {
  right: 180px;
}
.alekids_team_animation {
  position: relative;
}
.alekids_team_animation::before {
  content: "";
  width: 177px;
  height: 177px;
  display: block;
  background: url('../svg/team_ballon1.svg') center center no-repeat;
  position: absolute;
  top: 160px;
  left: 10px;
  animation: circleone 20s ease infinite;
}
.alekids_team_animation::after {
  content: "";
  width: 127px;
  height: 123px;
  display: block;
  background: url('../svg/team_ballon2.svg') center center no-repeat;
  position: absolute;
  bottom: 320px;
  left: 180px;
  animation: circletwo 25s ease infinite;
}
.alekids_testimonials_animation .testyone {
  background: url('../svg/testimonials/testy1.svg') center center no-repeat;
  width: 101px;
  height: 101px;
  display: block;
  position: absolute;
  left: 80px;
  bottom: 50px;
  animation: figureone 12s ease infinite;
}
.alekids_testimonials_animation .testytwo {
  background: url('../svg/testimonials/testy2.svg') center center no-repeat;
  width: 79px;
  height: 79px;
  display: block;
  position: absolute;
  left: 300px;
  top: 0;
  animation: circleone 35s ease infinite;
}
.alekids_testimonials_animation .testythree {
  background: url('../svg/testimonials/testy3.svg') center center no-repeat;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: 63%;
  bottom: -80px;
  z-index: 1;
  animation: circletwo 25s ease infinite;
}
.alekids_testimonials_animation .testyfour {
  background: url('../svg/testimonials/testy4.svg') center center no-repeat;
  width: 40px;
  height: 37px;
  display: block;
  position: absolute;
  left: 68%;
  top: 83px;
  animation: lamp 4s ease infinite;
}
.alekids_testimonials_animation .testyfive {
  background: url('../svg/testimonials/testy5.svg') center center no-repeat;
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  right: 50px;
  top: 0;
  animation: figuretwo 10s ease infinite;
}
.alekids_call_animation {
  overflow: hidden;
}
.alekids_call_animation.call_yellow .callone {
  background: url('../svg/callboxyellow/call1.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .calltwo {
  background: url('../svg/callboxyellow/call2.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .callthree {
  background: url('../svg/callboxyellow/call3.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .callfour {
  background: url('../svg/callboxyellow/call4.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .callfive {
  background: url('../svg/callboxyellow/call5.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .callsix {
  background: url('../svg/callboxyellow/call6.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .callseven {
  background: url('../svg/callboxyellow/call7.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .cloud {
  background: url('../svg/callboxyellow/cloud.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .smile {
  background: url('../svg/callboxyellow/smile.svg') center center no-repeat;
}
.alekids_call_animation.call_yellow .trophy {
  background: url('../svg/callboxyellow/trophy.svg') center center no-repeat;
}
.alekids_call_animation .callone {
  background: url('../svg/callbox/call1.svg') center center no-repeat;
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  left: 40px;
  top: -20px;
  animation: circlethree 29s ease infinite;
}
.alekids_call_animation .calltwo {
  background: url('../svg/callbox/call2.svg') center center no-repeat;
  width: 39px;
  height: 40px;
  display: block;
  position: absolute;
  left: 70px;
  bottom: 30px;
  animation: circletwo 16s ease infinite;
}
.alekids_call_animation .callthree {
  background: url('../svg/callbox/call3.svg') center center no-repeat;
  width: 63px;
  height: 62px;
  display: block;
  position: absolute;
  left: 150px;
  top: 50px;
  animation: circletwo 26s ease infinite;
}
.alekids_call_animation .callfour {
  background: url('../svg/callbox/call4.svg') center center no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 380px;
  top: 25px;
  animation: circleone 36s ease infinite;
}
.alekids_call_animation .callfive {
  background: url('../svg/callbox/call5.svg') center center no-repeat;
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: 100px;
  bottom: 25px;
  animation: circletwo 26s ease infinite;
}
.alekids_call_animation .callsix {
  background: url('../svg/callbox/call6.svg') center center no-repeat;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  left: 70%;
  bottom: 45px;
  animation: circleone 36s ease infinite;
}
.alekids_call_animation .callseven {
  background: url('../svg/callbox/call7.svg') center center no-repeat;
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  left: 80%;
  bottom: 75px;
  animation: circlethree 20s ease infinite;
}
.alekids_call_animation .cloud {
  background: url('../svg/callbox/cloud.svg') center center no-repeat;
  width: 89px;
  height: 89px;
  display: block;
  position: absolute;
  right: 30%;
  top: 0;
  margin-top: -90px;
  animation: cloud 17s ease infinite;
}
.alekids_call_animation .smile {
  background: url('../svg/callbox/smile.svg') center center no-repeat;
  width: 137px;
  height: 178px;
  display: block;
  position: absolute;
  right: 0;
  top: 35px;
}
.alekids_call_animation .trophy {
  background: url('../svg/callbox/trophy.svg') center center no-repeat;
  width: 140px;
  height: 140px;
  display: block;
  position: absolute;
  left: 25%;
  bottom: -20px;
  z-index: 2;
}
/**
* Contact Box Line
*/
.alekids_contact_stars {
  position: relative;
}
.alekids_contact_stars::before {
  width: 96px;
  height: 96px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  background: url('../svg/contact_star1.svg') center center no-repeat;
  animation: figureone 6s ease infinite;
}
.alekids_contact_stars::after {
  width: 63px;
  height: 62px;
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 130px;
  background: url('../svg/contact_star2.svg') center center no-repeat;
  animation: circletwo 10s ease infinite;
}
.alekids_contact_box {
  position: relative;
}
.alekids_contact_box .alekids_call_inner {
  position: initial!important;
}
.alekids_contact_box .alekids_call_inner .alekids_call_animation .callfive {
  bottom: -60px;
  z-index: 2;
}
.alekids_contact_box .alekids_call_inner .alekids_call_animation .callsix {
  left: 63%;
}
.alekids_contact_box::before {
  content: "";
  width: 100%;
  height: 96px;
  display: block;
  background: url('../svg/contact_top.svg');
  background-position: bottom center;
  margin-bottom: -1px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.alekids_contact_box::after {
  content: "";
  width: 100%;
  height: 123px;
  display: block;
  background: url('../svg/contact_bottom.svg');
  background-position: top center;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
}
.alekids_contact_box.counter_box::before {
  background: url('../svg/counter_top.svg');
}
.alekids_contact_box.counter_box::after {
  background: url('../svg/counter_bottom.svg');
}
.alekids_call_box {
  position: relative;
}
.alekids_call_box::before {
  content: "";
  width: 100%;
  height: 122px;
  display: block;
  background: url('../svg/call_top.svg');
  background-position: bottom center;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -1px;
}
.alekids_call_box::after {
  content: "";
  width: 100%;
  height: 80px;
  display: block;
  background: url('../svg/call_bottom.svg');
  background-position: top center;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  z-index: 1;
}
.alekids_call_box.yellow_box::before {
  background: url('../svg/contact_yellow_top.svg');
}
.alekids_call_box.yellow_box::after {
  background: url('../svg/contact_yellow_bottom.svg');
  z-index: 1;
}
.alekids_call_box .alekids_call_inner {
  position: initial!important;
  overflow: hidden;
}
.alekids_about_box {
  position: relative;
}
.alekids_about_box::before {
  content: "";
  width: 100%;
  height: 160px;
  display: block;
  background: url('../svg/about_top.svg');
  background-position: bottom center;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.alekids_testimonial_box {
  position: relative;
}
.alekids_testimonial_box::before {
  content: "";
  width: 100%;
  height: 96px;
  display: block;
  background: url('../svg/testimonials_top.svg');
  background-position: bottom center;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.alekids_testimonial_box::after {
  content: "";
  width: 100%;
  height: 56px;
  display: block;
  background: url('../svg/testimonials_bottom.svg');
  background-position: top center;
  position: absolute;
  top: 100%;
  left: 0;
}
.alekids_testimonial_box .alekids_testimonial_inner {
  position: initial!important;
}
.alekids_social_box {
  position: relative;
}
.alekids_social_box::before {
  content: "";
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 0;
  background: url('../svg/social_top.svg') center bottom repeat-x;
}
/**
* Footer Styles
*/
footer.site_footer {
  background: #304566;
  padding-top: 100px;
  color: #FFF;
  position: relative;
  overflow: hidden;
}
footer.site_footer.no_content {
  padding-top: 0;
}
footer.site_footer.no_content .wrapper.bottom_line {
  height: 100px;
}
footer.site_footer.no_content .alekids_footer_ic1,
footer.site_footer.no_content .alekids_footer_ic2,
footer.site_footer.no_content .alekids_footer_ic3,
footer.site_footer.no_content .alekids_footer_ic4,
footer.site_footer.no_content .alekids_footer_ic5,
footer.site_footer.no_content .alekids_footer_ic6 {
  display: none;
}
footer.site_footer .inner_footer_widget {
  max-width: 250px;
  margin: 0 auto;
}
footer.site_footer .inner_footer_widget ul ul {
  margin-left: 15px;
}
footer.site_footer .inner_footer_widget ul ul li {
  padding-left: 5px;
}
footer.site_footer .inner_footer_widget ul ul li::marker {
  color: #B3D0FD;
  content: "•";
}
footer.site_footer .alekids_footer_ic1 {
  background: url('../svg/footer/footer_ic1.svg') center center no-repeat;
  width: 59px;
  height: 59px;
  display: block;
  position: absolute;
  left: 70px;
  top: 260px;
  animation: circleone 26s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic2 {
  background: url('../svg/footer/footer_ic2.svg') center center no-repeat;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
  left: 150px;
  top: 130px;
  animation: circletwo 7s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic3 {
  background: url('../svg/footer/footer_ic3.svg') center center no-repeat;
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  left: 420px;
  top: 310px;
  animation: circlethree 17s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic4 {
  background: url('../svg/footer/footer_ic4.svg') center center no-repeat;
  width: 116px;
  height: 116px;
  display: block;
  position: absolute;
  right: 250px;
  top: 250px;
  animation: circletwo 26s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic5 {
  background: url('../svg/footer/footer_ic5.svg') center center no-repeat;
  width: 59px;
  height: 59px;
  display: block;
  position: absolute;
  right: 200px;
  top: 55px;
  animation: circleone 11s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic6 {
  background: url('../svg/footer/footer_ic6.svg') center center no-repeat;
  width: 81px;
  height: 81px;
  display: block;
  position: absolute;
  right: 80px;
  top: 190px;
  animation: circlethree 20s ease infinite;
  z-index: 0;
}
footer.site_footer .alekids_footer_ic {
  background: url('../svg/footer/footer_ic.svg') center center no-repeat;
  width: 363px;
  height: 202px;
  display: block;
  position: absolute;
  left: 25%;
  bottom: -100px;
  animation: figuretwo 8s ease infinite;
  z-index: 0;
}
footer.site_footer .scroll_top_line {
  height: 5px;
  width: 100%;
  margin-top: 120px;
  background: url('../svg/footer_separator.svg') center center repeat-x;
  position: relative;
}
footer.site_footer .scroll_top_line .scroll_top_container {
  display: block;
  position: absolute;
  top: 0;
  margin-top: -32px;
  left: 0;
  right: 0;
  text-align: center;
}
footer.site_footer .scroll_top_line .scroll_top_container .alekids_button {
  padding-left: 46px;
  padding-right: 46px;
}
footer.site_footer .scroll_top_line .scroll_top_container .alekids_button:hover {
  background: #304566;
}
footer.site_footer h1,
footer.site_footer h2,
footer.site_footer h3,
footer.site_footer h4,
footer.site_footer h5,
footer.site_footer h6,
footer.site_footer p {
  color: inherit;
}
footer.site_footer h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 25px;
}
footer.site_footer .wrapper.bottom_line {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site_footer .wrapper.bottom_line > div {
  width: 50%;
  z-index: 1;
}
footer.site_footer .wrapper.bottom_line .copyrights {
  font-size: 14px;
  line-height: 24px;
  z-index: 1;
}
footer.site_footer .wrapper.bottom_line .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer.site_footer .wrapper.bottom_line .social a {
  margin-left: 6px;
}
footer.site_footer .wrapper.bottom_line .social a:nth-child(2n) .mask {
  border-color: #B3D0FD;
}
footer.site_footer .wrapper.bottom_line .social a:nth-child(2n) .icon {
  background: #B3D0FD;
}
footer.site_footer .wrapper.bottom_line .social a:nth-child(3n) .mask {
  border-color: #FFF8B8;
}
footer.site_footer .wrapper.bottom_line .social a:nth-child(3n) .icon {
  background: #FFF8B8;
}
footer.site_footer .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer.site_footer .wrapper > div {
  width: calc(25% - 45px);
  z-index: 1;
}
footer.site_footer .info_box {
  margin-top: -31px;
}
footer.site_footer .info_box .footer_info {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
footer.site_footer .contact_box {
  font-size: 16px;
  line-height: 24px;
}
footer.site_footer .contact_box .alekids_address {
  padding-left: 60px;
  background: url('../svg/foter_icon1.svg') top left no-repeat;
  margin-bottom: 30px;
}
footer.site_footer .contact_box .alekids_phone {
  padding-left: 60px;
  background: url('../svg/footer_icon2.svg') top left no-repeat;
  margin-bottom: 20px;
  background-position-y: center;
}
footer.site_footer .contact_box .alekids_phone strong {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}
footer.site_footer .contact_box .alekids_email {
  padding-left: 60px;
  background: url('../svg/footer_icon3.svg') top left no-repeat;
  padding-top: 10px;
}
footer.site_footer .contact_box .alekids_email a {
  color: inherit;
  transition: all 300ms ease;
}
footer.site_footer .contact_box .alekids_email a:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}
footer.site_footer .openning_box .openning {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-right: 20px;
}
footer.site_footer .openning_box .openning .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.site_footer .openning_box .openning .item span {
  color: #FFD3BD;
}
footer.site_footer .openning_box .openning .item:nth-child(2n) span {
  color: #94EDCA;
}
footer.site_footer .openning_box .openning .item:nth-child(3n) span {
  color: #FFF8B8;
}
footer.site_footer .openning_box .openning .item:nth-child(4n) span {
  color: #B3D0FD;
}
footer.site_footer .openning_box .openning span {
  font-weight: 400;
}
footer.site_footer .navigation_box a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
footer.site_footer .navigation_box a:hover {
  color: #B3D0FD;
  transition: all 300ms ease-in-out;
}
/**
* Blog
*/
.alekids_page_template,
.alekids_page_with_sidebar {
  margin-bottom: 100px;
}
.alekids_page_template .alekids_pagination,
.alekids_page_with_sidebar .alekids_pagination {
  margin-bottom: 0;
}
.bypostauthor,
.gallery-caption {
  font-size: inherit;
  color: inherit;
}
.elementor-widget-container .posts_grid {
  margin-top: 0;
}
.alekids_page_with_sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.alekids_page_with_sidebar.display_sidebar_no .content_holder {
  width: 100%;
}
.alekids_page_with_sidebar .content_holder {
  width: calc(75% - 10px);
  order: 0;
}
.alekids_page_with_sidebar aside.sidebar {
  width: calc(25% - 30px);
}
.alekids_page_with_sidebar aside.sidebar.rightsidebar {
  order: 1;
}
.alekids_page_with_sidebar aside.sidebar.leftsidebar {
  order: -1;
}
.posts_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}
.posts_grid.one_columns article.alekids_blog_preview {
  width: 100%;
}
.posts_grid.two_columns article.alekids_blog_preview {
  width: calc(50% - 10px);
}
.posts_grid.three_columns article.alekids_blog_preview {
  width: calc(33.33333% - 13.33333px);
}
.posts_grid.four_columns article.alekids_blog_preview {
  width: calc(25% - 15px);
}
.posts_grid.four_columns article.alekids_blog_preview h3 {
  font-size: 30px;
}
.posts_grid.four_columns article.alekids_blog_preview .post_info {
  font-size: 14px;
}
.posts_grid article.sticky {
  border: 2px dashed #B3D0FD;
  background: #FEFBF4;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.posts_grid article.no_featured_image {
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  background: #F0F6FF;
}
.posts_grid article.no_featured_image:nth-child(2n) {
  background: #FFF5F0;
}
.posts_grid article.no_featured_image:nth-child(3n) {
  background: #F2FFF0;
}
.posts_grid article.no_featured_image:nth-child(4n) {
  background: #FDF0FF;
}
.posts_grid article.format-gallery .featured_image {
  display: block!important;
}
.posts_grid article.alekids_blog_preview {
  width: calc(33.33333% - 13.33333px);
  margin-bottom: 20px;
}
.posts_grid article.alekids_blog_preview.bigpost {
  width: calc(66.66666% - 6.66666px);
}
.posts_grid article.alekids_blog_preview:nth-child(2n) .featured_image span.category a,
.posts_grid article.alekids_blog_preview:nth-child(2n) .featured_image .featured_image_holder a {
  background-color: #FFA1AC;
}
.posts_grid article.alekids_blog_preview:nth-child(2n) h3:hover,
.posts_grid article.alekids_blog_preview:nth-child(2n) .read_more_blog {
  color: #FFA1AC;
}
.posts_grid article.alekids_blog_preview:nth-child(3n) .featured_image span.category a,
.posts_grid article.alekids_blog_preview:nth-child(3n) .featured_image .featured_image_holder a {
  background-color: #7292DE;
}
.posts_grid article.alekids_blog_preview:nth-child(3n) h3:hover,
.posts_grid article.alekids_blog_preview:nth-child(3n) .read_more_blog {
  color: #7292DE;
}
.posts_grid article.alekids_blog_preview:nth-child(5n) .featured_image span.category a,
.posts_grid article.alekids_blog_preview:nth-child(5n) .featured_image .featured_image_holder a {
  background-color: #94EDCA;
}
.posts_grid article.alekids_blog_preview:nth-child(5n) h3:hover,
.posts_grid article.alekids_blog_preview:nth-child(5n) .read_more_blog {
  color: #94EDCA;
}
.posts_grid article.alekids_blog_preview .featured_image {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.posts_grid article.alekids_blog_preview .featured_image .featured_image_holder {
  overflow: hidden;
  border-radius: 30px;
}
.posts_grid article.alekids_blog_preview .featured_image .featured_image_holder img {
  transition: all 700ms ease;
}
.posts_grid article.alekids_blog_preview .featured_image .featured_image_holder a {
  display: block;
  background: #F5C956;
}
.posts_grid article.alekids_blog_preview .featured_image .featured_image_holder:hover img {
  transition: all 700ms ease;
  transform: scale(1.05);
  opacity: 0.7;
}
.posts_grid article.alekids_blog_preview .featured_image .video_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts_grid article.alekids_blog_preview .featured_image .video_post a.open_video {
  display: flex;
  width: 100px;
  height: 100px;
  background: #FFF;
  border-radius: 100%;
  align-items: inherit;
  justify-content: inherit;
  transition: all 300ms ease-in-out;
}
.posts_grid article.alekids_blog_preview .featured_image .video_post a.open_video:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 300ms ease-in-out;
}
.posts_grid article.alekids_blog_preview .featured_image .video_post a.open_video .video_icon {
  width: 48px;
  height: 48px;
  background: url('../svg/video.svg') center center no-repeat;
  display: block;
}
.posts_grid article.alekids_blog_preview .featured_image span.category {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  text-align: right;
}
.posts_grid article.alekids_blog_preview .featured_image span.category a {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #F5C956;
  font-weight: 900;
  font-size: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #FFFFFF;
  display: inline-block;
}
.posts_grid article.alekids_blog_preview .featured_image img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}
.posts_grid article.alekids_blog_preview .post_info {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #C4C4C4;
  display: block;
  margin-bottom: 7px;
}
.posts_grid article.alekids_blog_preview .post_info .inner_info {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
}
.posts_grid article.alekids_blog_preview .post_info .inner_info:hover::before {
  color: #B3D0FD;
  transition: all 300ms ease;
}
.posts_grid article.alekids_blog_preview .post_info .inner_info::before {
  content: "❤";
  font-size: 13px;
  line-height: 22px;
  margin-right: 5px;
  color: #FFA1AC;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
.posts_grid article.alekids_blog_preview .post_info a {
  color: #FFA1AC;
  text-decoration: underline;
  transition: all 300ms ease;
}
.posts_grid article.alekids_blog_preview .post_info a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 300ms ease;
}
.posts_grid article.alekids_blog_preview h3 {
  font-weight: 900;
  font-size: 34px;
  line-height: 38px;
  color: #304566;
  margin-bottom: 12px;
  padding-right: 30px;
  box-sizing: border-box;
  word-wrap: break-word;
}
.posts_grid article.alekids_blog_preview h3:hover {
  color: #F5C956;
}
.posts_grid article.alekids_blog_preview h3 a {
  color: inherit;
}
.posts_grid article.alekids_blog_preview .post_excerpt {
  margin-bottom: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.posts_grid article.alekids_blog_preview .post_excerpt p:last-child {
  margin-bottom: 0;
}
.posts_grid article.alekids_blog_preview .read_more_blog {
  font-weight: 900;
  font-size: 18px;
  color: #F5C956;
  margin-bottom: 20px;
  display: inline-block;
}
.alekids_single_post {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
.alekids_single_post.no_sidebar .post_content {
  width: 100%;
}
.alekids_single_post.show_sidebar .post_content {
  width: calc(75% - 10px);
}
.alekids_single_post .post_content .featured_image {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}
.alekids_single_post .post_content .featured_image img {
  border-radius: 30px;
}
.alekids_single_post .post_content .featured_image .video_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alekids_single_post .post_content .featured_image .video_post a.open_video {
  display: flex;
  width: 100px;
  height: 100px;
  background: #FFF;
  border-radius: 100%;
  align-items: inherit;
  justify-content: inherit;
  transition: all 300ms ease-in-out;
}
.alekids_single_post .post_content .featured_image .video_post a.open_video:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 300ms ease-in-out;
}
.alekids_single_post .post_content .featured_image .video_post a.open_video .video_icon {
  width: 48px;
  height: 48px;
  background: url('../svg/video.svg') center center no-repeat;
  display: block;
}
.alekids_single_post .post_content .featured_image span.category {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  text-align: right;
}
.alekids_single_post .post_content .featured_image span.category a {
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #F5C956;
  font-weight: 900;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.alekids_single_post .post_content .post_info {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #C4C4C4;
  display: inline-block;
  margin-bottom: 7px;
  display: block;
  margin-bottom: 20px;
}
.alekids_single_post .post_content .post_info a {
  color: #FFA1AC;
  text-decoration: underline;
  transition: all 300ms ease;
}
.alekids_single_post .post_content .post_info a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 300ms ease;
}
.alekids_single_post aside.sidebar {
  width: calc(25% - 30px);
}
.bottom_separator {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.alekids_pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 60px;
}
.alekids_pagination .prev_posts,
.alekids_pagination .next_posts {
  transition: all 300ms ease;
}
.alekids_pagination .prev_posts:hover,
.alekids_pagination .next_posts:hover {
  opacity: 0.7;
  transition: all 300ms ease;
}
.alekids_pagination .all_pages {
  font-weight: 900;
  font-size: 28px;
  line-height: 28px;
}
.alekids_pagination .all_pages a {
  color: #B3D0FD;
  transition: all 300ms ease;
}
.alekids_pagination .all_pages a:hover {
  color: #FFA1AC;
  transition: all 300ms ease;
}
.alekids_pagination .all_pages span {
  color: #FFA1AC;
}
.alekids_pagination .all_pages a,
.alekids_pagination .all_pages span {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}
.comments {
  clear: both;
}
.comments h3.comment-reply-title small {
  font-size: 20px;
  line-height: 20px;
  color: #B3D0FD;
  padding-left: 10px;
}
.comments h3.comment-reply-title small a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
.comments h3.comment-reply-title small a:hover {
  color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.comments h3.comments_title,
.comments h3.comment-reply-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-bottom: 15px;
}
.comments h3.comments_title::before,
.comments h3.comment-reply-title::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -18px;
  background: #FFF8B8;
  z-index: -1;
}
.comments .comments_separator {
  margin-bottom: 100px;
}
.comments .comments_container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.comments .comments_container .comments_title {
  margin-bottom: 14px;
}
.comments .comments_container .comment.depth-2 {
  margin-left: 170px;
  position: relative;
}
.comments .comments_container .comment.depth-2::before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background: url('../svg/comment.svg') center center no-repeat;
  position: absolute;
  left: -150px;
  top: 50%;
  margin-top: -50px;
}
.comments .comments_container .trackback .comment-item .circle_avatar,
.comments .comments_container .pingback .comment-item .circle_avatar {
  display: none!important;
}
.comments .comments_container .trackback .comment-item .comment_date,
.comments .comments_container .pingback .comment-item .comment_date {
  margin-top: 0!important;
}
.comments .comments_container .comment .comment-item,
.comments .comments_container .trackback .comment-item,
.comments .comments_container .pingback .comment-item {
  margin-top: 20px;
  background-color: #FEFBF4;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  width: 100%;
}
.comments .comments_container .comment .comment-item:hover .circle_avatar,
.comments .comments_container .trackback .comment-item:hover .circle_avatar,
.comments .comments_container .pingback .comment-item:hover .circle_avatar {
  animation: rotate_circle 4000ms linear infinite both;
}
.comments .comments_container .comment .comment-item .left_part,
.comments .comments_container .trackback .comment-item .left_part,
.comments .comments_container .pingback .comment-item .left_part {
  width: 120px;
  margin-right: 25px;
}
.comments .comments_container .comment .comment-item .left_part .comment_date,
.comments .comments_container .trackback .comment-item .left_part .comment_date,
.comments .comments_container .pingback .comment-item .left_part .comment_date {
  color: #304566;
  text-align: center;
  margin-top: 20px;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.comments .comments_container .comment .comment-item .commenter-avatar,
.comments .comments_container .trackback .comment-item .commenter-avatar,
.comments .comments_container .pingback .comment-item .commenter-avatar {
  margin-left: 10px;
  width: 100px;
  position: relative;
}
.comments .comments_container .comment .comment-item .commenter-avatar img,
.comments .comments_container .trackback .comment-item .commenter-avatar img,
.comments .comments_container .pingback .comment-item .commenter-avatar img {
  border-radius: 100%;
}
.comments .comments_container .comment .comment-item .commenter-avatar .circle_avatar,
.comments .comments_container .trackback .comment-item .commenter-avatar .circle_avatar,
.comments .comments_container .pingback .comment-item .commenter-avatar .circle_avatar {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 100%;
  border: 3px dashed #FFD3BD;
}
.comments .comments_container .comment .comment-item .comment-box,
.comments .comments_container .trackback .comment-item .comment-box,
.comments .comments_container .pingback .comment-item .comment-box {
  width: calc(100% - 145px);
}
.comments .comments_container .comment .comment-item .comment-box a,
.comments .comments_container .trackback .comment-item .comment-box a,
.comments .comments_container .pingback .comment-item .comment-box a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
.comments .comments_container .comment .comment-item .comment-box a:hover,
.comments .comments_container .trackback .comment-item .comment-box a:hover,
.comments .comments_container .pingback .comment-item .comment-box a:hover {
  color: #B3D0FD;
  transition: all 300ms ease-in-out;
}
.comments .comments_container .comment .comment-item .comment-box .info-meta,
.comments .comments_container .trackback .comment-item .comment-box .info-meta,
.comments .comments_container .pingback .comment-item .comment-box .info-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comments .comments_container .comment .comment-item .comment-box .info-meta .author,
.comments .comments_container .trackback .comment-item .comment-box .info-meta .author,
.comments .comments_container .pingback .comment-item .comment-box .info-meta .author {
  color: #FFA1AC;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
}
.comments .comments_container .comment .comment-item .comment-box .info-meta .reply-link,
.comments .comments_container .trackback .comment-item .comment-box .info-meta .reply-link,
.comments .comments_container .pingback .comment-item .comment-box .info-meta .reply-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #FFA1AC;
}
.comments .comment-respond {
  background: #FEFBF4;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-top: 20px;
}
.comments .comment-respond a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
.comments .comment-respond a:hover {
  color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.comments .comment-respond .comment-form-cookies-consent {
  margin-bottom: 20px;
}
.comments .comment-respond .form-submit {
  margin-bottom: 0;
}
.alekids_gallery_archive .alekids_pagination {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
/*
* Galleries Styles
*/
.alekids_single_gallery .comments {
  margin-bottom: 100px;
}
.alekids_galleries {
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: wrap;
}
.alekids_galleries.one_columns article.gallery_item {
  width: 100%;
}
.alekids_galleries.two_columns {
  align-items: flex-start;
  justify-content: space-between;
}
.alekids_galleries.two_columns article.gallery_item {
  width: 50%;
}
.alekids_galleries.three_columns {
  align-items: flex-start;
  justify-content: space-between;
}
.alekids_galleries.three_columns article.gallery_item {
  width: 33.33333%;
}
.alekids_galleries.four_columns {
  align-items: flex-start;
  justify-content: space-between;
}
.alekids_galleries.four_columns article.gallery_item {
  width: 25%;
}
.alekids_galleries.boxed_style.two_columns article.gallery_item {
  width: calc(50% - 10px);
}
.alekids_galleries.boxed_style.three_columns article.gallery_item {
  width: calc(33.33333% - 13.333333px);
}
.alekids_galleries.boxed_style.four_columns article.gallery_item {
  width: calc(25% - 15px);
}
.alekids_galleries.boxed_style .gallery_item {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.alekids_galleries.boxed_style .gallery_item .featured_image {
  order: 0;
  width: 100%;
}
.alekids_galleries.boxed_style .gallery_item .featured_image .gallery_icon {
  display: none;
}
.alekids_galleries.boxed_style .gallery_item .gallery_content {
  order: 1;
  width: 100%;
  padding: 60px 30px 30px 30px;
}
.alekids_galleries .gallery_item {
  background: #FEFBF4;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
}
.alekids_galleries .gallery_item .featured_image {
  overflow: hidden;
}
.alekids_galleries .gallery_item .featured_image a {
  background: #FFD3BD;
  display: block;
}
.alekids_galleries .gallery_item .featured_image img {
  transition: all 700ms ease;
}
.alekids_galleries .gallery_item .featured_image:hover img {
  transform: scale(1.05);
  transition: all 700ms ease;
  opacity: 0.6;
}
.alekids_galleries .gallery_item p {
  color: #7d7d7d;
  margin-bottom: 20px;
}
.alekids_galleries .gallery_item .read_more {
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  color: #EDA1AB;
}
.alekids_galleries .gallery_item .read_more:hover {
  color: #B3D0FD;
}
.alekids_galleries .gallery_item .gallery_category {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
  position: relative;
  color: #304566;
}
.alekids_galleries .gallery_item h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;
  position: relative;
  color: #304566;
  transition: all 100ms ease-in-out;
}
.alekids_galleries .gallery_item h3 a {
  color: inherit;
}
.alekids_galleries .gallery_item h3::before {
  content: "";
  width: 100px;
  height: 5px;
  background: #FFD3BD;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -27px;
}
.alekids_galleries .gallery_item:first-child {
  background: #FFA1AC;
  color: #FFF;
}
.alekids_galleries .gallery_item:first-child .gallery_category {
  color: #FFF;
}
.alekids_galleries .gallery_item:first-child .featured_image a {
  background: #FFF8B8;
}
.alekids_galleries .gallery_item:first-child h3:hover {
  color: #FFF8B8;
  transition: all 100ms ease-in-out;
}
.alekids_galleries .gallery_item:first-child h3,
.alekids_galleries .gallery_item:first-child a,
.alekids_galleries .gallery_item:first-child p {
  color: inherit;
}
.alekids_galleries .gallery_item:first-child .read_more:hover {
  color: #FFF8B8;
}
.alekids_galleries .gallery_item:first-child h3::before {
  background: #FFF8B8;
}
.alekids_galleries .gallery_item:nth-child(2n+2) .featured_image .gallery_icon {
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h187.746s67.621 50.625 0 112.5C120.126 174.375 0 112.5 0 112.5V0Z' fill='%23FEFBF4'/%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(2n+2) .featured_image .gallery_icon .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23FFD3BD'%3E%3Cpath d='M87.405 19.605c-.165-1.61-1.34-2.53-2.593-2.76a3.044 3.044 0 0 0-.91-.188c-26.455-1.17-52.938-1.726-79.405-.59-1.77.076-2.696 1.43-2.798 2.821-.063.222-.107.46-.122.718C.715 35.815.161 52.028.41 68.262c.006.318.064.6.142.865-.18 1.581.745 3.402 2.778 3.558 27.948 2.139 56.157 3.177 83.976-.992 1.636-.244 2.242-1.484 2.095-2.747.038-.213.055-.441.048-.686-.544-16.23-.391-32.483-2.043-48.655ZM6.235 67.002c-.191-15.058.293-30.1 1.065-45.136 24.84-.956 49.692-.463 74.52.602 1.305 14.58 1.286 29.218 1.732 43.842-25.586 3.565-51.62 2.593-77.316.692Z'/%3E%3Cpath d='M79.708 58.81c-3.379-6.054-7.742-11.454-13.01-15.93-1.252-1.065-2.752-.867-3.8-.103a4.397 4.397 0 0 0-.62.399c-2.785 2.174-5.505 4.43-8.207 6.708-2.364-4.393-4.992-8.626-8.099-12.607-.961-1.233-3.139-1.078-4.128 0-6.309 6.864-11.448 14.6-16.513 22.418-.568.877-.586 1.73-.29 2.449-.026 1.494.91 3.064 2.81 3.168 9.732.526 19.458.296 29.193 0l.025-.003c6.708-.006 13.415-.042 20.119-.292 2.192-.082 3.098-2.125 2.73-3.784.28-.715.273-1.555-.21-2.422Zm-47.335.792c3.537-5.398 7.176-10.7 11.353-15.611 3.42 4.862 6.17 10.154 8.681 15.555-6.68.177-13.356.267-20.034.056Zm26.36-.193c-.634-1.4-1.275-2.794-1.939-4.171a339.401 339.401 0 0 1 7.763-6.406c3.302 3.096 6.137 6.575 8.558 10.407-4.792.122-9.587.16-14.382.17ZM30.268 36.725c.578-2.723-.314-5.336-1.985-7.233-1.866-2.119-4.704-3.346-7.554-2.84-5.357.949-8.53 6.858-6.12 12.013 1.686 3.605 8.09 5.119 11.423 3.63 2.17-.969 3.745-3.26 4.236-5.57Zm-5.836-.963c-.971 1.632-2.877 1.344-3.787.098a2.655 2.655 0 0 1-.504-1.618c.058-3.974 5.943-1.254 4.291 1.52Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.35)' d='M0 0h89.1v90H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(2n+2) h3:hover {
  color: #FFD3BD;
  transition: all 100ms ease-in-out;
}
.alekids_galleries .gallery_item:nth-child(3n+3) h3::before {
  background: #94EDCA;
}
.alekids_galleries .gallery_item:nth-child(3n+3) .featured_image a {
  background: #94EDCA;
}
.alekids_galleries .gallery_item:nth-child(3n+3) .featured_image .gallery_icon {
  left: unset;
  right: 0;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h187.746s67.621 50.625 0 112.5C120.126 174.375 0 112.5 0 112.5V0Z' fill='%23FEFBF4'/%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(3n+3) .featured_image .gallery_icon .icon {
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%2394EDCA'%3E%3Cpath d='M87.405 19.605c-.165-1.61-1.34-2.53-2.593-2.76a3.044 3.044 0 0 0-.91-.188c-26.455-1.17-52.938-1.726-79.405-.59-1.77.076-2.696 1.43-2.798 2.821-.063.222-.107.46-.122.718C.715 35.815.161 52.028.41 68.262c.006.318.064.6.142.865-.18 1.581.745 3.402 2.778 3.558 27.948 2.139 56.157 3.177 83.976-.992 1.636-.244 2.242-1.484 2.095-2.747.038-.213.055-.441.048-.686-.544-16.23-.391-32.483-2.043-48.655ZM6.235 67.002c-.191-15.058.293-30.1 1.065-45.136 24.84-.956 49.692-.463 74.52.602 1.305 14.58 1.286 29.218 1.732 43.842-25.586 3.565-51.62 2.593-77.316.692Z'/%3E%3Cpath d='M79.708 58.81c-3.379-6.054-7.742-11.454-13.01-15.93-1.252-1.065-2.752-.867-3.8-.103a4.397 4.397 0 0 0-.62.399c-2.785 2.174-5.505 4.43-8.207 6.708-2.364-4.393-4.992-8.626-8.099-12.607-.961-1.233-3.139-1.078-4.128 0-6.309 6.864-11.448 14.6-16.513 22.418-.568.877-.586 1.73-.29 2.449-.026 1.494.91 3.064 2.81 3.168 9.732.526 19.458.296 29.193 0l.025-.003c6.708-.006 13.415-.042 20.119-.292 2.192-.082 3.098-2.125 2.73-3.784.28-.715.273-1.555-.21-2.422Zm-47.335.792c3.537-5.398 7.176-10.7 11.353-15.611 3.42 4.862 6.17 10.154 8.681 15.555-6.68.177-13.356.267-20.034.056Zm26.36-.193c-.634-1.4-1.275-2.794-1.939-4.171a339.401 339.401 0 0 1 7.763-6.406c3.302 3.096 6.137 6.575 8.558 10.407-4.792.122-9.587.16-14.382.17ZM30.268 36.725c.578-2.723-.314-5.336-1.985-7.233-1.866-2.119-4.704-3.346-7.554-2.84-5.357.949-8.53 6.858-6.12 12.013 1.686 3.605 8.09 5.119 11.423 3.63 2.17-.969 3.745-3.26 4.236-5.57Zm-5.836-.963c-.971 1.632-2.877 1.344-3.787.098a2.655 2.655 0 0 1-.504-1.618c.058-3.974 5.943-1.254 4.291 1.52Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.35)' d='M0 0h89.1v90H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(3n+3) h3:hover {
  color: #94EDCA;
  transition: all 100ms ease-in-out;
}
.alekids_galleries .gallery_item:nth-child(4n+4) {
  background: #B3D0FD;
  color: #FFF;
}
.alekids_galleries .gallery_item:nth-child(4n+4) .gallery_category {
  color: #FFF;
}
.alekids_galleries .gallery_item:nth-child(4n+4) .featured_image a {
  background: #FFF8B8;
}
.alekids_galleries .gallery_item:nth-child(4n+4) h3:hover {
  color: #FFF8B8;
  transition: all 100ms ease-in-out;
}
.alekids_galleries .gallery_item:nth-child(4n+4) .featured_image .gallery_icon {
  left: unset;
  right: 0;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h187.746s67.621 50.625 0 112.5C120.126 174.375 0 112.5 0 112.5V0Z' fill='%23B3D0FD'/%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(4n+4) .featured_image .gallery_icon .icon {
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23FFF8B8'%3E%3Cpath d='M87.405 19.605c-.165-1.61-1.34-2.53-2.593-2.76a3.044 3.044 0 0 0-.91-.188c-26.455-1.17-52.938-1.726-79.405-.59-1.77.076-2.696 1.43-2.798 2.821-.063.222-.107.46-.122.718C.715 35.815.161 52.028.41 68.262c.006.318.064.6.142.865-.18 1.581.745 3.402 2.778 3.558 27.948 2.139 56.157 3.177 83.976-.992 1.636-.244 2.242-1.484 2.095-2.747.038-.213.055-.441.048-.686-.544-16.23-.391-32.483-2.043-48.655ZM6.235 67.002c-.191-15.058.293-30.1 1.065-45.136 24.84-.956 49.692-.463 74.52.602 1.305 14.58 1.286 29.218 1.732 43.842-25.586 3.565-51.62 2.593-77.316.692Z'/%3E%3Cpath d='M79.708 58.81c-3.379-6.054-7.742-11.454-13.01-15.93-1.252-1.065-2.752-.867-3.8-.103a4.397 4.397 0 0 0-.62.399c-2.785 2.174-5.505 4.43-8.207 6.708-2.364-4.393-4.992-8.626-8.099-12.607-.961-1.233-3.139-1.078-4.128 0-6.309 6.864-11.448 14.6-16.513 22.418-.568.877-.586 1.73-.29 2.449-.026 1.494.91 3.064 2.81 3.168 9.732.526 19.458.296 29.193 0l.025-.003c6.708-.006 13.415-.042 20.119-.292 2.192-.082 3.098-2.125 2.73-3.784.28-.715.273-1.555-.21-2.422Zm-47.335.792c3.537-5.398 7.176-10.7 11.353-15.611 3.42 4.862 6.17 10.154 8.681 15.555-6.68.177-13.356.267-20.034.056Zm26.36-.193c-.634-1.4-1.275-2.794-1.939-4.171a339.401 339.401 0 0 1 7.763-6.406c3.302 3.096 6.137 6.575 8.558 10.407-4.792.122-9.587.16-14.382.17ZM30.268 36.725c.578-2.723-.314-5.336-1.985-7.233-1.866-2.119-4.704-3.346-7.554-2.84-5.357.949-8.53 6.858-6.12 12.013 1.686 3.605 8.09 5.119 11.423 3.63 2.17-.969 3.745-3.26 4.236-5.57Zm-5.836-.963c-.971 1.632-2.877 1.344-3.787.098a2.655 2.655 0 0 1-.504-1.618c.058-3.974 5.943-1.254 4.291 1.52Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.35)' d='M0 0h89.1v90H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.alekids_galleries .gallery_item:nth-child(4n+4) .read_more:hover {
  color: #FFF8B8;
}
.alekids_galleries .gallery_item:nth-child(4n+4) h3,
.alekids_galleries .gallery_item:nth-child(4n+4) a,
.alekids_galleries .gallery_item:nth-child(4n+4) p {
  color: inherit;
}
.alekids_galleries .gallery_item:nth-child(4n+4) h3::before {
  background: #FFF8B8;
}
.alekids_galleries .gallery_item:nth-child(3n+3) .gallery_content,
.alekids_galleries .gallery_item:nth-child(4n+4) .gallery_content {
  order: 2;
}
.alekids_galleries .gallery_item:nth-child(3n+3) .featured_image,
.alekids_galleries .gallery_item:nth-child(4n+4) .featured_image {
  order: 1;
}
.alekids_galleries .gallery_item .gallery_content {
  box-sizing: border-box;
  padding: 90px 85px 40px 40px;
  width: 50%;
}
.alekids_galleries .gallery_item .featured_image {
  width: 50%;
  position: relative;
}
.alekids_galleries .gallery_item .featured_image img {
  width: 100%;
  height: auto;
}
.alekids_galleries .gallery_item .featured_image .gallery_icon {
  width: 218px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='218' height='140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h187.746s67.621 50.625 0 112.5C120.126 174.375 0 112.5 0 112.5V0Z' fill='%23FFA1AC'/%3E%3C/svg%3E");
  display: flex;
  align-items: center;
  justify-content: center;
}
.alekids_galleries .gallery_item .featured_image .gallery_icon .icon {
  width: 90px;
  height: 90px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23FFF8B8'%3E%3Cpath d='M87.405 19.605c-.165-1.61-1.34-2.53-2.593-2.76a3.044 3.044 0 0 0-.91-.188c-26.455-1.17-52.938-1.726-79.405-.59-1.77.076-2.696 1.43-2.798 2.821-.063.222-.107.46-.122.718C.715 35.815.161 52.028.41 68.262c.006.318.064.6.142.865-.18 1.581.745 3.402 2.778 3.558 27.948 2.139 56.157 3.177 83.976-.992 1.636-.244 2.242-1.484 2.095-2.747.038-.213.055-.441.048-.686-.544-16.23-.391-32.483-2.043-48.655ZM6.235 67.002c-.191-15.058.293-30.1 1.065-45.136 24.84-.956 49.692-.463 74.52.602 1.305 14.58 1.286 29.218 1.732 43.842-25.586 3.565-51.62 2.593-77.316.692Z'/%3E%3Cpath d='M79.708 58.81c-3.379-6.054-7.742-11.454-13.01-15.93-1.252-1.065-2.752-.867-3.8-.103a4.397 4.397 0 0 0-.62.399c-2.785 2.174-5.505 4.43-8.207 6.708-2.364-4.393-4.992-8.626-8.099-12.607-.961-1.233-3.139-1.078-4.128 0-6.309 6.864-11.448 14.6-16.513 22.418-.568.877-.586 1.73-.29 2.449-.026 1.494.91 3.064 2.81 3.168 9.732.526 19.458.296 29.193 0l.025-.003c6.708-.006 13.415-.042 20.119-.292 2.192-.082 3.098-2.125 2.73-3.784.28-.715.273-1.555-.21-2.422Zm-47.335.792c3.537-5.398 7.176-10.7 11.353-15.611 3.42 4.862 6.17 10.154 8.681 15.555-6.68.177-13.356.267-20.034.056Zm26.36-.193c-.634-1.4-1.275-2.794-1.939-4.171a339.401 339.401 0 0 1 7.763-6.406c3.302 3.096 6.137 6.575 8.558 10.407-4.792.122-9.587.16-14.382.17ZM30.268 36.725c.578-2.723-.314-5.336-1.985-7.233-1.866-2.119-4.704-3.346-7.554-2.84-5.357.949-8.53 6.858-6.12 12.013 1.686 3.605 8.09 5.119 11.423 3.63 2.17-.969 3.745-3.26 4.236-5.57Zm-5.836-.963c-.971 1.632-2.877 1.344-3.787.098a2.655 2.655 0 0 1-.504-1.618c.058-3.974 5.943-1.254 4.291 1.52Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.35)' d='M0 0h89.1v90H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.top_gallery_section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_gallery_section .left_content {
  width: calc(33.33333% - 40px);
}
.top_gallery_section .left_content h4 {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  padding-top: 27px;
  position: relative;
  margin-bottom: 40px;
}
.top_gallery_section .left_content h4::before {
  content: "";
  width: 100px;
  height: 5px;
  border-radius: 10px;
  background: #FFD3BD;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.top_gallery_section .left_content .gallery_meta {
  font-size: 18px;
  line-height: 38px;
  color: #FFA1AC;
}
.top_gallery_section .left_content .gallery_meta a {
  color: inherit;
  text-decoration: underline;
  transition: all 300ms ease;
}
.top_gallery_section .left_content .gallery_meta a:hover {
  color: #B3D0FD;
  transition: all 300ms ease;
}
.top_gallery_section .left_content .gallery_meta span.meta_item {
  display: block;
  font-weight: 700;
}
.top_gallery_section .left_content .gallery_meta span.meta_item > span {
  font-weight: 900;
  color: #304566;
}
.top_gallery_section .alekids_gallery_slider {
  width: calc(66.66666% - 10px);
  margin-bottom: 25px;
}
.top_gallery_section .alekids_gallery_slider img {
  border-radius: 30px;
  display: inline-block;
}
/**
* Sidebar Settings
*/
aside.sidebar .widget_nav_menu {
  font-weight: 900;
  line-height: 30px;
}
aside.sidebar .widget_nav_menu ul.menu {
  margin-left: 24px!important;
}
aside.sidebar .widget_nav_menu li {
  font-size: 17px!important;
  font-weight: 900;
}
aside.sidebar #recentcomments a {
  color: #FFA1AC;
  font-weight: 900;
}
aside.sidebar #recentcomments a:hover {
  color: #B3D0FD;
}
aside.sidebar #recentcomments .comment-author-link a {
  color: #304566;
  font-weight: 900;
}
aside.sidebar .widget table {
  width: 100%;
}
aside.sidebar .wp-calendar-table {
  margin-bottom: 0!important;
}
aside.sidebar .wp-calendar-nav {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #B3D0FD;
  color: #FFF;
  font-weight: 700;
  padding: 7px 0;
  text-align: center;
}
aside.sidebar .wp-calendar-table caption {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
aside.sidebar .widget table td {
  background: #FEFBF4;
  font-size: 14px;
  color: #304566;
}
aside.sidebar .alekids_search {
  background: #FFF8B8;
  border-radius: 30px;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 6px;
}
aside.sidebar .alekids_search input.searchinput {
  height: 30px;
  background: transparent;
  border: 0;
  width: calc(100% - 40px);
  margin-bottom: 0;
  padding-left: 0;
  color: #304566;
  font-size: 16px;
}
aside.sidebar .alekids_search input.searchinput::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #304566;
}
aside.sidebar .alekids_search input.searchinput::-moz-placeholder {
  /* Firefox 19+ */
  color: #304566;
}
aside.sidebar .alekids_search input.searchinput:-ms-input-placeholder {
  /* IE 10+ */
  color: #304566;
}
aside.sidebar .alekids_search input.searchinput:-moz-placeholder {
  /* Firefox 18- */
  color: #304566;
}
aside.sidebar img {
  max-width: 100%;
  height: auto;
}
aside.sidebar .tagcloud {
  font-size: 0;
}
aside.sidebar .tagcloud a {
  background: #B3D0FD;
  border-radius: 30px;
  height: 40px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 900;
  font-size: 16px!important;
  line-height: 40px;
  color: #FFFFFF !important;
  margin-right: 10px;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}
aside.sidebar .tagcloud a:hover {
  color: #FFF !important;
  background-color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
aside.sidebar .widget {
  margin-bottom: 40px;
}
aside.sidebar .widget select {
  max-width: 100%;
  border: 2px dashed #FFD3BD;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 700;
  color: #304566;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url('../svg/select.svg');
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
}
aside.sidebar .widget .ale_item_blog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
aside.sidebar .widget .ale_item_blog img {
  max-width: 80px;
  height: auto;
  border-radius: 10px;
  margin-right: 15px;
}
aside.sidebar .widget .ale_item_blog h4.entry-title {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
}
aside.sidebar .widget table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
aside.sidebar .widget table caption {
  background: #B3D0FD;
  color: #FFF;
  font-weight: 700;
  padding: 7px 0;
}
aside.sidebar .widget table a:hover {
  opacity: 0.6;
  text-decoration: none!important;
}
aside.sidebar .widget table th {
  color: #304566;
  background-color: #304566;
  border: 1px solid #304566 !important;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
aside.sidebar .widget table a {
  text-decoration: underline!important;
}
aside.sidebar .widget table td,
aside.sidebar .widget table th {
  padding: 5px 8px;
  border: 1px solid #FEFBF4;
  text-align: center;
}
aside.sidebar .widget a {
  color: inherit;
  transition: all 300ms ease-in-out;
}
aside.sidebar .widget a:hover {
  color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
aside.sidebar .widget.widget_categories ul,
aside.sidebar .widget.widget_archive ul,
aside.sidebar .widget.widget_pages ul,
aside.sidebar .widget.widget_meta ul {
  font-size: 17px;
  line-height: 34px;
}
aside.sidebar .widget.widget_recent_comments ul,
aside.sidebar .widget.widget_rss ul {
  font-weight: 400;
  color: inherit;
}
aside.sidebar .widget.widget_recent_comments ul a,
aside.sidebar .widget.widget_rss ul a {
  color: #FFA1AC;
}
aside.sidebar .widget.widget_recent_comments ul a:hover,
aside.sidebar .widget.widget_rss ul a:hover {
  color: #B3D0FD;
}
aside.sidebar .widget ul {
  list-style: square;
  margin-left: 20px;
  font-weight: 700;
  color: #304566;
}
aside.sidebar .widget ul .sub-menu {
  margin-left: 10px;
}
aside.sidebar .widget ul.wp-block-categories,
aside.sidebar .widget ul.wp-block-archives {
  font-size: 20px;
  line-height: 40px;
}
aside.sidebar .widget ul li {
  padding-left: 5px;
}
aside.sidebar .widget ul li:nth-child(odd) {
  list-style: url('../svg/liodd.svg');
}
aside.sidebar .widget ul li:nth-child(even) {
  list-style: url('../svg/lieven.svg');
}
aside.sidebar .widget ol {
  margin-left: 30px;
  font-weight: 400;
  list-style: decimal;
}
aside.sidebar .widget ol a {
  color: #FFA1AC;
}
aside.sidebar .widget ol a:hover {
  color: #B3D0FD;
}
aside.sidebar .widget ol li {
  list-style: decimal;
}
aside.sidebar .widget ol ol {
  list-style: upper-alpha;
}
aside.sidebar .widget ol ol ol {
  list-style: lower-roman;
}
aside.sidebar .widget ol ol ol ol {
  list-style: lower-alpha;
}
aside.sidebar .widget > h1,
aside.sidebar .widget .wp-block-group__inner-container > h1,
aside.sidebar .widget > h2,
aside.sidebar .widget .wp-block-group__inner-container > h2,
aside.sidebar .widget > h3,
aside.sidebar .widget .wp-block-group__inner-container > h3,
aside.sidebar .widget > h4,
aside.sidebar .widget .wp-block-group__inner-container > h4,
aside.sidebar .widget > h5,
aside.sidebar .widget .wp-block-group__inner-container > h5,
aside.sidebar .widget > h6,
aside.sidebar .widget .wp-block-group__inner-container > h6 {
  font-weight: 900;
  position: relative;
  padding-top: 27px;
  margin-bottom: 25px;
}
aside.sidebar .widget > h1::before,
aside.sidebar .widget .wp-block-group__inner-container > h1::before,
aside.sidebar .widget > h2::before,
aside.sidebar .widget .wp-block-group__inner-container > h2::before,
aside.sidebar .widget > h3::before,
aside.sidebar .widget .wp-block-group__inner-container > h3::before,
aside.sidebar .widget > h4::before,
aside.sidebar .widget .wp-block-group__inner-container > h4::before,
aside.sidebar .widget > h5::before,
aside.sidebar .widget .wp-block-group__inner-container > h5::before,
aside.sidebar .widget > h6::before,
aside.sidebar .widget .wp-block-group__inner-container > h6::before {
  width: 100px;
  height: 5px;
  background-color: #FFD3BD;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
aside.sidebar h5.widget_title {
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  padding-top: 27px;
  margin-bottom: 25px;
}
aside.sidebar h5.widget_title::before {
  width: 100px;
  height: 5px;
  background-color: #FFD3BD;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #FFD3BD;
}
.alekids_subtitle_pink.blue h1::before,
.alekids_subtitle_pink.blue h2::before,
.alekids_subtitle_pink.blue h3::before,
.alekids_subtitle_pink.blue h4::before,
.alekids_subtitle_pink.blue h5::before,
.alekids_subtitle_pink.blue h6::before {
  background-color: #B3D0FD;
}
.alekids_subtitle_pink h1,
.alekids_subtitle_pink h2,
.alekids_subtitle_pink h3,
.alekids_subtitle_pink h4,
.alekids_subtitle_pink h5,
.alekids_subtitle_pink h6 {
  position: relative;
  padding-top: 27px;
  margin-bottom: 35px;
}
.alekids_subtitle_pink h1::before,
.alekids_subtitle_pink h2::before,
.alekids_subtitle_pink h3::before,
.alekids_subtitle_pink h4::before,
.alekids_subtitle_pink h5::before,
.alekids_subtitle_pink h6::before {
  width: 100px;
  height: 5px;
  background-color: #FFD3BD;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section.not-found {
  margin-bottom: 100px;
  text-align: center;
}
.not_fount_page {
  text-align: center;
  margin-bottom: 100px;
}
.not_fount_page h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 80px;
}
.not_fount_page p {
  text-align: center;
  margin-bottom: 50px;
}
.attachment_page {
  margin-bottom: 100px;
  text-align: center;
}
.attachment_page p.attachment {
  text-align: center;
}
.post_format-post-format-gallery .featured_image {
  display: block!important;
}
@media (max-width: 1600px) {
  .alekids_top_grid::after {
    width: 200px;
    height: 200px;
    background-size: cover;
  }
  .alekids_about_ballons::before {
    width: 140px;
    height: 140px;
    background-size: cover;
  }
  .alekids_about_ballons::after {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .alekids_galleries .gallery_item .gallery_content {
    padding: 70px 40px 40px 40px;
  }
  .specific_icon_for_heading img {
    max-width: 70%;
    height: auto;
  }
  .alekids_call_animation.call_yellow .trophy {
    width: 90px;
    height: 90px;
    background-size: cover;
  }
  .alekids_team_animation::after {
    left: 70px;
  }
}
@media (max-width: 1180px) {
  .inner_header.single_post_heading h1 .long_title {
    font-size: 26px;
    text-align: center;
    display: block;
  }
  footer.site_footer .wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  footer.site_footer .wrapper .info_box {
    order: 3;
    margin-bottom: 0!important;
    margin-top: 0;
  }
  footer.site_footer .wrapper .openning_box {
    order: 1;
    min-height: 245px;
  }
  footer.site_footer .wrapper .contact_box {
    order: 2;
    min-height: 245px;
  }
  footer.site_footer .wrapper .contact_box .alekids_address {
    min-height: 40px;
  }
  footer.site_footer .wrapper .navigation_box {
    order: 4;
    margin-bottom: 0!important;
  }
  footer.site_footer .wrapper:not(.bottom_line) > div {
    width: calc(50% - 100px);
    margin-bottom: 80px;
    text-align: center;
  }
  .wrapper {
    max-width: 96%;
    box-sizing: border-box;
  }
  .alekids_top_grid::after {
    width: 110px;
    height: 110px;
  }
  .alekids_top_grid::before {
    width: 100px;
    height: 95px;
    background-size: cover;
  }
  .alekids_testimonials_animation .testytwo {
    left: 30px;
  }
  .alekids_testimonials_animation .testyone {
    bottom: -77px;
  }
  .alekids_call_animation .callseven {
    left: 90%;
  }
  .alekids_call_animation .callsix {
    left: 80%;
  }
  .alekids_call_animation .callfive {
    left: 60%;
  }
  .alekids_call_animation.call_yellow .trophy {
    display: none;
  }
  .alekids_team_animation::after {
    display: none;
  }
  .alekids_galleries .gallery_item p {
    display: none;
  }
  .alekids_galleries .gallery_item .read_more {
    display: none;
  }
  .alekids_galleries .gallery_item h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }
  .alekids_galleries .gallery_item .featured_image .gallery_icon {
    width: 125px;
    height: 80px;
    background-size: cover;
  }
  .alekids_galleries .gallery_item .featured_image .gallery_icon .icon {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .alekids_galleries .gallery_item .gallery_content {
    padding: 60px 30px 30px 30px;
  }
  .alekids_about_box::before {
    background-position: bottom left;
  }
}
@media (max-width: 1000px) {
  .inner_header.single_post_heading h1 {
    font-size: 26px;
  }
  .inner_header.single_post_heading h1::before {
    display: none;
  }
  .posts_grid .featured_image {
    display: block!important;
  }
  .posts_grid .featured_image img {
    width: 100%;
    height: auto;
    max-width: unset;
  }
  .posts_grid.three_columns article.alekids_blog_preview,
  .posts_grid.four_columns article.alekids_blog_preview,
  .posts_grid.two_columns article.alekids_blog_preview {
    width: calc(50% - 10px);
  }
  .posts_grid.three_columns article.alekids_blog_preview.bigpost,
  .posts_grid.four_columns article.alekids_blog_preview.bigpost,
  .posts_grid.two_columns article.alekids_blog_preview.bigpost {
    width: calc(50% - 10px);
  }
  .posts_grid article.alekids_blog_preview {
    width: calc(50% - 10px);
  }
  .posts_grid article.alekids_blog_preview.bigpost {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .mobile_navigation_container {
    display: block;
  }
  .inner_header h1 {
    font-size: 30px;
  }
  header.top .wrapper .navigation {
    display: none;
  }
  .alekids_call_animation .trophy {
    display: none;
  }
  .alekids_galleries.two_columns article.gallery_item,
  .alekids_galleries.three_columns article.gallery_item .alekids_galleries.four_columns article.gallery_item,
  .alekids_galleries.boxed_style.two_columns article.gallery_item,
  .alekids_galleries.boxed_style.three_columns article.gallery_item,
  .alekids_galleries.boxed_style.four_columns article.gallery_item {
    width: 100%;
  }
  .specific_icon_for_heading img {
    max-width: 50%;
  }
  .alekids_galleries .gallery_item h3 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 36px;
  }
  .alekids_galleries .gallery_item p,
  .alekids_galleries .gallery_item .read_more {
    display: block;
  }
  .top_gallery_section {
    flex-wrap: wrap;
  }
  .top_gallery_section .alekids_gallery_slider {
    width: 100%;
    margin-bottom: 40px;
    order: 0;
  }
  .top_gallery_section .left_content {
    width: 100%;
    order: 1;
  }
  .posts_grid.three_columns article.alekids_blog_preview,
  .posts_grid.four_columns article.alekids_blog_preview,
  .posts_grid.two_columns article.alekids_blog_preview {
    width: 100%;
  }
  .posts_grid.three_columns article.alekids_blog_preview.bigpost,
  .posts_grid.four_columns article.alekids_blog_preview.bigpost,
  .posts_grid.two_columns article.alekids_blog_preview.bigpost {
    width: 100%;
  }
  .posts_grid article.alekids_blog_preview {
    width: 100%;
  }
  .posts_grid article.alekids_blog_preview.bigpost {
    width: 100%;
  }
  footer.site_footer .wrapper:not(.bottom_line) > div {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }
  footer.site_footer .wrapper .info_box {
    margin-bottom: 80px!important;
  }
  .colored_line div:nth-child(5),
  .colored_line div:nth-child(6),
  .colored_line div:nth-child(7),
  .colored_line div:nth-child(8),
  .colored_line div:nth-child(9),
  .colored_line div:nth-child(10),
  .colored_line div:nth-child(11),
  .colored_line div:nth-child(12),
  .colored_line div:nth-child(13),
  .colored_line div:nth-child(14) {
    display: none;
  }
  .alekids_single_post,
  .alekids_shop_archive {
    flex-wrap: wrap;
  }
  .alekids_single_post .post_content,
  .alekids_single_post.show_sidebar .post_content {
    width: 100%;
    margin-bottom: 50px;
  }
  .woocommerce .shop_content {
    width: 100%!important;
  }
  .alekids_single_post aside.sidebar {
    width: 100%;
  }
  .woocommerce aside.sidebar {
    width: 100%!important;
  }
  .woocommerce .alekids_shop_single .product .top_product .left_content,
  .woocommerce .alekids_shop_single .product .top_product .right_content {
    width: 100%!important;
    margin-bottom: 50px!important;
  }
  .woocommerce .alekids_shop_single .product .top_product {
    margin-bottom: 0!important;
    flex-wrap: wrap;
  }
  .woocommerce .alekids_shop_single .product .top_product .right_content {
    order: 0;
  }
  .woocommerce .alekids_shop_single .product .top_product .left_content {
    order: 1;
  }
  .alekids_search_modal .close_info,
  .alekids_search_modal .close_info_second {
    font-size: 30px;
    line-height: 40px;
  }
  .alekids_search_modal .close_info {
    margin-bottom: 10px;
  }
  .alekids_search_modal .close_info::before,
  .alekids_search_modal .close_info_second::before {
    margin-top: -20px;
    height: 15px;
  }
  .alekids_testimonials_animation .testyfour,
  .alekids_testimonials_animation .testyfive,
  .alekids_testimonials_animation .testyone {
    display: none;
  }
  .alekids_call_animation.call_yellow .callthree,
  .alekids_call_animation.call_yellow .cloud {
    display: none;
  }
  .alekids_team_animation::before {
    display: none;
  }
  .inner_header {
    margin-bottom: 70px;
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .colored_line.gallery_single_bottom {
    margin-bottom: 50px;
  }
  .woocommerce .related.products .product,
  .woocommerce .upsells.products .product {
    margin-bottom: 20px!important;
  }
  .comments h3.comments_title,
  .comments h3.comment-reply-title {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .alekids_pagination .all_pages {
    text-align: center;
    font-size: 16px;
  }
  .woocommerce .alekids_shop_single .product .top_product .left_content h1.product_title {
    font-size: 30px;
  }
  .woocommerce .top_shop_archive {
    flex-wrap: wrap;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }
  .woocommerce .top_shop_archive .woocommerce-result-count,
  .woocommerce .top_shop_archive .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
  .woocommerce .top_shop_archive .woocommerce-result-count select,
  .woocommerce .top_shop_archive .woocommerce-ordering select {
    text-align-last: center;
  }
  .inner_header .specific_icon_for_heading {
    display: none;
  }
  .single-post .inner_header h1 {
    font-size: 20px;
  }
  .inner_header h1::before {
    height: 10px;
    top: 93%;
  }
  .alekids_pagination {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .alekids_pagination .all_pages a,
  .alekids_pagination .all_pages span {
    margin-left: 4px;
    margin-right: 4px;
  }
  .alekids_steps_ballons::after {
    display: none;
  }
  .alekids_contact_box .alekids_call_inner .alekids_call_animation .callfive {
    display: none;
  }
  .alekids_call_animation.call_yellow .callone {
    display: none;
  }
  header.top .wrapper {
    flex-wrap: wrap;
    height: 165px;
  }
  header.top .wrapper .logo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  header.top .wrapper .mobile_navigation_container,
  header.top .wrapper .right_info {
    width: 50%;
    padding-bottom: 20px;
  }
  header.top .wrapper .right_info.no_mobile_menu {
    width: 100%;
    justify-content: center;
  }
  header.top .wrapper .right_info.no_mobile_menu .search_openner,
  header.top .wrapper .right_info.no_mobile_menu .woo_cart {
    margin-left: 5px;
    margin-right: 5px;
  }
  .alekids_galleries .gallery_item .featured_image {
    width: 100%;
    order: 2!important;
  }
  .alekids_galleries .gallery_item .gallery_content {
    width: 100%;
    order: 1!important;
  }
  .alekids_galleries .gallery_item {
    flex-wrap: wrap;
  }
  .woocommerce .products.columns-3 .product {
    width: 100%!important;
  }
  .woocommerce .products.columns-4 .product {
    width: 100%!important;
  }
  .woocommerce .products.columns-2 .product {
    width: 100%!important;
  }
  footer.site_footer .wrapper.bottom_line {
    flex-wrap: wrap;
    height: 160px;
    flex-direction: column;
    justify-content: center;
  }
  footer.site_footer .wrapper.bottom_line .copyrights {
    margin-top: 20px;
  }
  footer.site_footer .wrapper.bottom_line .social {
    justify-content: center;
    margin-bottom: 0;
  }
  footer.site_footer .wrapper.bottom_line > div {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
