@media (min-width: 0) {
  .col-mobile-1 {
    float: left;
    display: inline-block;
    width: 8.3333333333%;
  }

  .col-mobile-2 {
    float: left;
    display: inline-block;
    width: 16.6666666667%;
  }

  .col-mobile-3 {
    float: left;
    display: inline-block;
    width: 25%;
  }

  .col-mobile-4 {
    float: left;
    display: inline-block;
    width: 33.3333333333%;
  }

  .col-mobile-5 {
    float: left;
    display: inline-block;
    width: 41.6666666667%;
  }

  .col-mobile-6 {
    float: left;
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 0) and (max-width: 600px) {
  .post-list-widget .col-mobile-6,
.products-list-widget .col-mobile-6 {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
  }

  .post-list-widget .col-mobile-6:nth-child(2n),
.products-list-widget .col-mobile-6:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 0) {
  .col-mobile-7 {
    float: left;
    display: inline-block;
    width: 58.3333333333%;
  }
}
@media (min-width: 0) {
  .col-mobile-8 {
    float: left;
    display: inline-block;
    width: 66.6666666667%;
  }
}
@media (min-width: 0) {
  .col-mobile-9 {
    float: left;
    display: inline-block;
    width: 75%;
  }
}
@media (min-width: 0) {
  .col-mobile-10 {
    float: left;
    display: inline-block;
    width: 83.3333333333%;
  }
}
@media (min-width: 0) {
  .col-mobile-11 {
    float: left;
    display: inline-block;
    width: 91.6666666667%;
  }
}
@media (min-width: 0) {
  .col-mobile-12 {
    float: left;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-tablet-1 {
    float: left;
    display: inline-block;
    width: 8.3333333333%;
  }

  .col-tablet-2 {
    float: left;
    display: inline-block;
    width: 16.6666666667%;
  }

  .col-tablet-3 {
    float: left;
    display: inline-block;
    width: 25%;
  }

  .col-tablet-4 {
    float: left;
    display: inline-block;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .post-list-widget .col-tablet-4,
.products-list-widget .col-tablet-4 {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
  }

  .post-list-widget .col-tablet-4:nth-child(3n),
.products-list-widget .col-tablet-4:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .col-tablet-5 {
    float: left;
    display: inline-block;
    width: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-tablet-6 {
    float: left;
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-tablet-7 {
    float: left;
    display: inline-block;
    width: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-tablet-8 {
    float: left;
    display: inline-block;
    width: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-tablet-9 {
    float: left;
    display: inline-block;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .col-tablet-10 {
    float: left;
    display: inline-block;
    width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-tablet-11 {
    float: left;
    display: inline-block;
    width: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-tablet-12 {
    float: left;
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-desktop-1 {
    float: left;
    display: inline-block;
    width: 8.3333333333%;
  }

  .col-desktop-2 {
    float: left;
    display: inline-block;
    width: 16.6666666667%;
  }

  .col-desktop-3 {
    float: left;
    display: inline-block;
    width: 25%;
  }

  .post-list-widget .col-desktop-3,
.products-list-widget .col-desktop-3 {
    width: calc((100% - 90px)/4);
    margin-right: 30px;
  }

  .post-list-widget .col-desktop-3:nth-child(4n),
.products-list-widget .col-desktop-3:nth-child(4n) {
    margin-right: 0;
  }

  .col-desktop-4 {
    float: left;
    display: inline-block;
    width: 33.3333333333%;
  }

  .post-list-widget .col-desktop-4,
.products-list-widget .col-desktop-4 {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
  }

  .post-list-widget .col-desktop-4:nth-child(3n),
.products-list-widget .col-desktop-4:nth-child(3n) {
    margin-right: 0;
  }

  .col-desktop-5 {
    float: left;
    display: inline-block;
    width: 41.6666666667%;
  }

  .col-desktop-6 {
    float: left;
    display: inline-block;
    width: 50%;
  }

  .col-desktop-7 {
    float: left;
    display: inline-block;
    width: 58.3333333333%;
  }

  .col-desktop-8 {
    float: left;
    display: inline-block;
    width: 66.6666666667%;
  }

  .col-desktop-9 {
    float: left;
    display: inline-block;
    width: 75%;
  }

  .col-desktop-10 {
    float: left;
    display: inline-block;
    width: 83.3333333333%;
  }

  .col-desktop-11 {
    float: left;
    display: inline-block;
    width: 91.6666666667%;
  }

  .col-desktop-12 {
    float: left;
    display: inline-block;
    width: 100%;
  }
}
:root {
  --responsive--alignwide-width: 1200px !important;
  --responsive--aligndefault-width: 1200px !important;
  --primary-nav--font-size: 18px !important;
  --footer--font-size: 18px !important;
  --global--font-size-base: 18px !important;
  --global--spacing-vertical: 10px !important;
  --global--spacing-article-padding: 80px !important;
  --form--border-width: 1px !important;
  --form--border-color: #2d2d2d !important;
  --global--font-size-page-title: 1.8em !important;
  --heading--font-weight-page-title: bold !important;
  --heading--font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  --footer--font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  --list--font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  --global--font-primary: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  --global--font-secondary: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  font-weight: normal;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #4d4d4d;
  font-size: 18px;
}

.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child,
.primary-navigation a:hover,
:focus *,
:focus {
  outline: 0 !important;
  text-decoration: none !important;
}

.site-copyright :focus {
  background: unset !important;
}

p, a, span {
  letter-spacing: 2px;
}

a, a span, button {
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
  text-decoration: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.scroll-to-top {
  display: none;
  position: fixed;
  z-index: 89;
  bottom: 30px;
  right: 4%;
  height: 40px;
  width: 40px;
  background-color: #ababab;
  cursor: pointer;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
  opacity: 0.6;
}

.scroll-to-top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 14px 12px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 11px;
  left: 8px;
}

.hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 30px 30px 28px 15px;
  cursor: pointer;
  overflow: visible;
}
.hamburger .hamburger-text {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  right: 0;
  transition: right 0.15s 0.05s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-square {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger .hamburger-inner::before {
  top: -10px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #4d4d4d;
  border-radius: 0px;
}
.hamburger .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

header.nav-active .hamburger .hamburger-inner {
  width: 33px;
  transform: rotate(225deg);
  transition-delay: 0.12s;
  background-color: #4d4d4d;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.nav-active .hamburger .hamburger-inner::after {
  width: 33px;
  bottom: 0;
  transform: rotate(-90deg);
  background-color: #4d4d4d;
  transition: bottom 0.1s ease-out, background-color 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.nav-active .hamburger .hamburger-inner::before {
  width: 33px;
  top: 0;
  opacity: 0;
  background-color: #4d4d4d;
  transition: top 0.1s ease-out, background-color 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
header.nav-active .hamburger .hamburger-text {
  right: -60px;
  opacity: 0;
  transition: right 0.25s ease-out, opacity 0.15s ease-out;
}

/* HEADER */
header.site-header .mobile-menu-container {
  display: none;
}

header.site-header {
  max-width: 100%;
}
header.site-header .site-branding {
  width: 100%;
  text-align: center;
  margin-bottom: 1.2em;
  margin-top: 1.5em;
}
header.site-header .site-branding .site-logo .main-logo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
header.site-header .site-branding .site-logo img {
  height: 50px;
}
header.site-header .site-branding .site-logo .logo-slash {
  background-image: url("../../images/main-logo-slash.svg");
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: center 3px;
  display: inline-block;
  width: 32px;
  height: 50px;
}
header.site-header .site-branding .site-logo .logo-slogan {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 28px;
  padding: 5px 0;
  color: #666666;
}
header.site-header .primary-navigation {
  display: flex;
  width: 100%;
  margin: auto;
  background: #1f3b58;
  color: #fff;
  justify-content: center;
  flex-wrap: nowrap;
}
header.site-header .primary-menu-container > ul > .menu-item > a {
  color: #fff;
  font-size: 20px;
  padding: 18px 22px;
  line-height: 1;
}
header.site-header .primary-menu-container > ul > .menu-item.current_page_item > a {
  color: #f4ff94;
}
header.site-header .primary-menu-container a:hover {
  opacity: 0.6;
}
header.site-header .site-title {
  color: #666666;
  letter-spacing: 5px;
  display: none;
}

.sub-header a:hover {
  opacity: 0.6;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
body.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: inherit;
  color: inherit;
}

.fixed-nav-title {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 22px;
  position: absolute;
  top: 0;
  left: 5%;
}
.fixed-nav-title a {
  color: #fff !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: bold !important;
  letter-spacing: 2px !important;
}

.post-list-widget .btn-loadmore {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin: 3em auto 0;
  text-align: center;
}
.post-list-widget .post-item {
  position: relative;
  padding-bottom: 3em;
}
.post-list-widget .post-item .item-img {
  position: relative;
  overflow: hidden;
}
.post-list-widget .post-item .item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 101%;
  height: 101%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
.post-list-widget .post-item .read-more {
  position: absolute;
  left: calc(50% - 55px);
  top: 100%;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
.post-list-widget .post-item .item-content h4 {
  margin: 9px 0 0;
}
.post-list-widget .post-item .item-content .published {
  font-size: 16px;
  color: #9c9c9c;
}
.post-list-widget .post-item:hover .read-more {
  top: 43%;
}
.post-list-widget .post-item:hover .item-img:after {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  header.nav-fixed {
    margin-bottom: 56px;
  }
  header.nav-fixed #site-navigation {
    position: fixed;
    top: -56px;
    opacity: 0;
    z-index: 99;
    justify-content: flex-end;
    padding-right: 5%;
  }
  header.nav-fixed .fixed-nav-title {
    display: block;
  }

  header.nav-show #site-navigation {
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
    top: 0;
    opacity: 1;
  }
}
/* FOOTER */
footer.site-footer {
  max-width: 100%;
  padding-bottom: 0;
}
footer.site-footer .site-copyright {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #1f3b58;
}
footer.site-footer .elementor-section-wrap,
footer.site-footer .footer-bottom {
  margin-bottom: 0;
  padding: 20px 0;
  background: #e6e6e6;
}
footer.site-footer .elementor-section-wrap .footer-process p,
footer.site-footer .footer-bottom .footer-process p {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer.site-footer .elementor-section-wrap .step-num,
footer.site-footer .footer-bottom .step-num {
  display: flex;
  justify-content: center;
  flex: 0 0 32px;
  line-height: 15px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #8d1c24;
  color: #fff;
}
footer.site-footer .elementor-section-wrap span:nth-child(2),
footer.site-footer .footer-bottom span:nth-child(2) {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 2px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
}
footer.site-footer .elementor-section-wrap .footer-col-a a,
footer.site-footer .footer-bottom .footer-col-a a {
  margin: 23px 0 0 20px;
}
footer.site-footer .elementor-section-wrap .footer-contact, footer.site-footer .elementor-section-wrap footer-contact-head,
footer.site-footer .footer-bottom .footer-contact,
footer.site-footer .footer-bottom footer-contact-head {
  text-align: center;
}

/* HOME */
body.home footer.site-footer {
  margin-top: 0;
}

#content .home-head {
  height: 70vh;
  min-height: 670px;
  position: relative;
}
#content .home-head .home-head-image {
  position: absolute;
  z-index: 5;
  top: 160px;
  right: 80px;
  width: 550px;
  height: 480px;
  overflow: hidden;
  box-shadow: 0 0 30px -3px rgba(0, 0, 0, 0.4);
}
#content .home-head .home-head-image img {
  height: 100%;
  width: auto;
  max-width: unset;
}
#content .home-head .home-head-content {
  position: absolute;
  z-index: 3;
  width: 63%;
  height: 460px;
  background: #0071bc;
}
#content .home-head .home-head-content h2, #content .home-head .home-head-content p, #content .home-head .home-head-content span {
  color: #fff;
}
#content .home-head .home-head-content p, #content .home-head .home-head-content span {
  font-weight: 500;
}
#content .home-head .home-head-content h2 {
  position: absolute;
  top: 55px;
  right: 16%;
  font-weight: bolder;
  font-size: 3.3em;
}
#content .home-head .home-head-content h2 span {
  font-weight: 600;
}
#content .home-head .home-head-content .head-text {
  position: absolute;
  top: 150px;
  left: 105px;
  right: 250px;
  font-size: 1.25em;
  letter-spacing: 3px;
  text-align: justify;
}
#content .home-head .home-head-content .btn-register {
  position: absolute;
  top: 360px;
  right: 47%;
  width: 200px;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 2px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
#content .home-head .home-head-content .btn-register:hover {
  background: #fff;
  color: #0071bc;
  font-weight: bold;
}

.home-single-post h2 {
  text-align: center;
  font-size: 2.6em;
  font-weight: bold;
}

#content .home-head .elementor-container:before {
  content: "";
  display: block;
  width: 620px;
  height: 460px;
  position: absolute;
  top: 90px;
  right: 0;
  background: #9d9d9d;
  z-index: 1;
  -webkit-animation: fadein 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.5s;
  /* Internet Explorer */
  -o-animation: fadein 1.5s;
  /* Opera < 12.1 */
  animation: fadein 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* POST */
.single-post-widget {
  margin: 3em auto;
}

div[data-elementor-type=wp-post] .warning-box {
  display: block;
  width: 80%;
  margin: 1.5em auto;
  padding: 25px 3em;
  background: #eff3fd;
  border: 1px solid #b0caec;
  border-radius: 7px;
  font-size: 1em;
}
div[data-elementor-type=wp-post] .warning-box p {
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}
div[data-elementor-type=wp-post] .box-register-now {
  position: relative;
  display: block;
}
div[data-elementor-type=wp-post] .box-register-now .btn-register-now a {
  background: #fff;
  color: #0071bc;
}
div[data-elementor-type=wp-post] .box-register-now .btn-register-now a span {
  color: #0071bc;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
div[data-elementor-type=wp-post] .box-register-now .btn-register-now a:hover {
  background: #0071bc;
  color: #fff;
}
div[data-elementor-type=wp-post] .box-register-now .btn-register-now a:hover span {
  color: #fff;
}
div[data-elementor-type=wp-post] .content-box a {
  color: #009245;
  text-decoration: underline;
}
div[data-elementor-type=wp-post] .content-box a:hover {
  opacity: 0.65;
}
div[data-elementor-type=wp-post] .content-box .elementor-widget-container {
  margin: auto;
}
div[data-elementor-type=wp-post] .content-box .elementor-widget-container p {
  margin-bottom: 0.5em;
  letter-spacing: 1px;
  text-align: justify;
}
div[data-elementor-type=wp-post] .content-box .elementor-widget-container h3 {
  margin: 1em 0 8px;
  font-weight: bold;
  color: #0071bc;
}
div[data-elementor-type=wp-post] .content-box .elementor-widget-container h4 {
  margin-bottom: 0.5em;
}
div[data-elementor-type=wp-post] .content-box .elementor-widget-container strong {
  font-size: 1.1em;
}
div[data-elementor-type=wp-post] .content-box .class-schedule,
div[data-elementor-type=wp-post] .content-box .class-price {
  max-width: 800px;
}
div[data-elementor-type=wp-post] .content-box table {
  margin: 1em 0;
}
div[data-elementor-type=wp-post] .content-box table th {
  width: 18%;
  font-family: "PingFang TC", "Heiti TC", "Microsoft JhengHei", sans-serif !important;
}
div[data-elementor-type=wp-post] .content-box .price-table-wrap {
  position: relative;
}
div[data-elementor-type=wp-post] .content-box .price-table-wrap img.early-bird {
  position: absolute;
  top: -30px;
  right: -60px;
  width: 100px;
  height: auto;
}
div[data-elementor-type=wp-post] .content-box .price-table-wrap td:nth-child(2) {
  text-align: center;
}

/* TUTOR */
.intro-penny p {
  text-align: justify;
}
.intro-penny h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
.intro-penny h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.intro-penny a {
  color: #009245 !important;
}

.course-feature ul {
  list-style: none;
}
.course-feature h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #0071bc;
}

/* FORM */
.apply-form td, .apply-form th, .contact-form td, .contact-form th {
  border: 0;
  width: 100%;
  flex: 1;
}
.apply-form tr, .contact-form tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.apply-form td select, .contact-form td select {
  width: 200px;
}
.apply-form td textarea,
.apply-form td select,
.apply-form td input, .contact-form td textarea,
.contact-form td select,
.contact-form td input {
  border-color: #c8c8c9;
}
.apply-form td input[type=text],
.apply-form td input[type=tel],
.apply-form td input[type=email], .contact-form td input[type=text],
.contact-form td input[type=tel],
.contact-form td input[type=email] {
  width: 60%;
}
.apply-form td textarea, .contact-form td textarea {
  width: 100%;
}
.apply-form td span.note, .contact-form td span.note {
  display: block;
  width: 100%;
  font-size: 0.9em;
}
.apply-form th, .contact-form th {
  padding-bottom: 0;
  font-size: 1.1em;
}
.apply-form td textarea, .contact-form td textarea {
  height: 100px;
}
.apply-form td input[type=submit].wpcf7-form-control.wpcf7-submit, .contact-form td input[type=submit].wpcf7-form-control.wpcf7-submit {
  border: 1px solid #c8c8c9;
  width: 200px;
  background-color: #fff;
  color: #000;
  float: right;
  border-radius: 40px;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
.apply-form td input[type=submit].wpcf7-form-control.wpcf7-submit:hover, .contact-form td input[type=submit].wpcf7-form-control.wpcf7-submit:hover {
  background-color: #c8c8c9;
  color: #fff;
}
.apply-form input[type=checkbox]:after, .contact-form input[type=checkbox]:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 17px;
  border-color: #0071bc;
  transform: rotate(39deg);
}
.apply-form #education .wpcf7-list-item, .contact-form #education .wpcf7-list-item {
  width: 25%;
  padding: 5px 0;
}
.apply-form .required, .contact-form .required {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.apply-form .required:after, .contact-form .required:after {
  content: "*";
  color: #e91e63;
  font-size: 22px;
  position: absolute;
  right: 0.3em;
  top: -8px;
}
.apply-form td b, .contact-form td b {
  font-size: 1.1em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form td input[type=text],
.contact-form td input[type=tel],
.contact-form td input[type=email] {
  width: 100%;
}

.error404 .site-content {
  padding: 0 5%;
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  .apply-form #education .wpcf7-list-item, .contact-form #education .wpcf7-list-item {
    width: 25% !important;
  }

  .elementor-636 .elementor-element.elementor-element-4dfbf53 .elementor-heading-title,
.elementor-636 .elementor-element.elementor-element-fbec553 .elementor-heading-title {
    font-size: 2.2em !important;
  }

  body:not(.rtl) .elementor-636 .elementor-element.elementor-element-4dfbf53 {
    right: calc(50% - 350px) !important;
  }

  body:not(.rtl) .elementor-636 .elementor-element.elementor-element-c9ac0ea {
    right: calc(50% - 120px) !important;
    margin: 0 !important;
  }

  .elementor-636 .elementor-element.elementor-element-1c697e8 .elementor-heading-title {
    font-size: 2.3em !important;
  }
}
@media only screen and (max-width: 1200px) {
  #content .home-head .home-head-content h2 {
    font-size: 3.1em;
  }

  #content .home-head .home-head-content .head-text {
    left: unset;
    right: 260px;
    width: 350px;
    font-size: 1.1em;
  }

  .home-single-post h2 {
    font-size: 2.3em;
  }

  header.site-header .primary-menu-container > ul > .menu-item > a {
    padding: 20px 11px;
    font-size: 1em;
  }

  header.nav-fixed #site-navigation {
    padding-right: 2%;
  }

  .fixed-nav-title {
    left: 2%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  div[data-elementor-type=wp-post] .box-register-now .btn-register-now {
    top: 55%;
  }

  div[data-elementor-type=wp-post] .box-register-now.running-doggy .btn-register-now {
    right: calc(50% - 120px) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home-single-post h2 {
    font-size: 2.2em;
  }

  #content .home-head {
    padding: 0 1%;
  }

  #content .home-head .home-head-image {
    width: 510px;
  }

  #content .home-head .elementor-container:before {
    width: 530px;
    right: 2%;
  }

  #content .home-head .home-head-content .head-text {
    width: 290px;
    font-size: 1em;
  }

  #content .home-head .home-head-content h2 {
    font-size: 2.9em;
    right: 13%;
  }

  header.site-header .site-branding .site-logo .logo-slogan {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  header.site-header .site-branding .site-logo img {
    width: auto;
    height: 38px;
    margin-bottom: 10px;
  }

  header.site-header .site-branding .site-logo .logo-slash {
    height: 38px;
  }

  header.site-header .site-branding .site-logo .logo-slogan {
    width: 95%;
    margin: auto;
    letter-spacing: 2px;
    font-size: 18px;
  }

  div[data-elementor-type=wp-post] .warning-box {
    width: 86%;
  }

  .home-single-post h2 {
    padding: 0 10%;
  }

  .apply-form td input[type=text],
.apply-form td input[type=tel],
.apply-form td input[type=email],
.contact-form td input[type=text],
.contact-form td input[type=tel],
.contact-form td input[type=email] {
    width: 70%;
  }

  #content .home-head .home-head-image {
    width: 100%;
    position: relative;
    z-index: 1;
    top: unset;
    right: unset;
    height: initial;
    overflow: hidden;
    box-shadow: none;
  }

  #content .home-head .home-head-image .elementor-widget-container {
    overflow: hidden;
    height: 480px;
  }

  #content .home-head .home-head-image img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }

  #content .home-head .home-head-content {
    width: 100%;
    height: auto;
    padding: 35px 10% 85px;
    top: 90%;
    left: 0;
    z-index: 10;
    text-align: justify;
    background: #1f3b58;
  }

  #content .home-head .home-head-content h2 {
    position: relative;
    top: unset;
    right: unset;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bolder;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.6);
  }

  #content .home-head .home-head-content .head-text {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: auto;
    font-size: 1em;
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.6);
  }

  #content .home-head .home-head-content .btn-register {
    top: 105%;
    right: 0;
    padding: 5px 10px;
    height: 45px;
    line-height: 32px;
  }

  #content .home-head .elementor-container:before {
    display: none;
  }

  div[data-elementor-type=wp-post] .content-box .price-table-wrap img.early-bird {
    top: -40px;
    right: -65px;
  }

  input[type=submit]:disabled {
    opacity: 0.5;
    background: #e2e2e2;
  }

  footer.site-footer .footer-contact p {
    word-break: break-all;
  }

  .box-register-now .elementor-widget-image .elementor-widget-container {
    position: relative;
    height: 320px;
    overflow: hidden;
  }
  .box-register-now .elementor-widget-image .elementor-widget-container:after {
    content: "";
    display: block;
    width: 102%;
    height: 102%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-register-now .elementor-widget-image img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: relative;
    left: -40%;
  }

  .box-register-now.running-doggy .elementor-widget-image img {
    left: -100%;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header {
    padding-top: 20px;
  }

  .primary-navigation-open header.site-header .menu-button-container,
header.site-header .primary-navigation {
    background: none;
  }

  header.site-header .site-branding .site-logo .main-logo {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 12px;
    max-width: 70%;
  }

  header.site-header .site-title {
    display: none;
  }

  header.site-header .site-branding .site-logo .logo-slash {
    height: 30px;
    width: 1em;
    background-position: center 2px;
  }

  header.site-header .site-branding .site-logo img {
    height: 30px;
  }

  header.site-header .site-branding .site-logo .logo-slogan {
    width: 95%;
    font-size: 14px;
    padding: 0;
    margin-left: 16px;
    text-align: left;
  }

  header.site-header .site-branding {
    margin: 0 auto;
  }

  body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
    justify-content: flex-end;
    position: absolute !important;
    top: 10px !important;
    right: 25px;
  }

  header.site-header .menu-button-container {
    position: absolute;
    top: 1em;
    right: 5px;
  }

  .primary-navigation-open header.site-header .menu-button-container {
    width: auto;
  }

  .primary-navigation-open .primary-navigation > .primary-menu-container {
    background: #1f3b58;
  }

  .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close svg path {
    fill: #fff;
  }

  #content .home-head .home-head-content {
    top: 58%;
    padding-bottom: 105px;
    z-index: 1;
  }

  #content .home-head .home-head-content h2 span {
    display: block;
    width: 100%;
  }

  #content .home-head .home-head-content .btn-register {
    height: 42px;
    top: 110%;
  }

  div[data-elementor-type=wp-post] .content-box .elementor-widget-container strong,
div[data-elementor-type=wp-post] .content-box .elementor-widget-container p,
div[data-elementor-type=wp-post] .warning-box p,
#content .home-head .home-head-content .btn-register,
#content .home-head .home-head-content .head-text {
    font-size: 0.9em;
  }

  #content .home-head {
    min-height: 680px;
  }

  #content .home-head .home-head-content h2 {
    font-size: 1.68em;
  }

  .home-single-post h2 {
    font-size: 26px;
    padding: 0 5%;
  }

  div[data-elementor-type=wp-post] .warning-box {
    width: 90%;
    padding: 20px;
  }

  div[data-elementor-type=wp-post] .content-box .price-table-wrap img.early-bird {
    top: -36px;
    right: -15px;
    width: 80px;
  }

  div[data-elementor-type=wp-post] .content-box table th {
    width: auto;
  }

  .class-schedule td, .class-schedule th {
    padding: 3px;
  }

  .box-register-now .elementor-widget-image img {
    left: -80%;
  }

  .box-register-now.running-doggy .elementor-widget-image img {
    left: -175%;
  }

  footer.site-footer .elementor-section-wrap .footer-col-a a,
footer.site-footer .footer-bottom .footer-col-a a {
    margin: 30px auto 10px;
    display: block;
    width: 80%;
  }

  .tutor-block p {
    padding-left: 0 !important;
    font-size: 0.9em;
  }
  .tutor-block ul {
    padding-left: 1.6em !important;
    font-size: 0.9em;
  }

  .course-feature ul {
    padding-left: 1.6em !important;
    font-size: 0.9em;
  }

  .apply-form #education .wpcf7-list-item {
    width: 45%;
    margin-left: 10px;
  }

  .apply-form .wpcf7-list-item {
    min-width: 30%;
  }

  .apply-form td input[type=text], .apply-form td input[type=tel], .apply-form td input[type=email], .contact-form td input[type=text], .contact-form td input[type=tel], .contact-form td input[type=email] {
    width: 100%;
  }

  .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
    max-width: 100% !important;
  }

  .site-branding .site-title {
    font-size: 0.9em;
    text-align: left;
    margin-left: 16px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 468px) {
  div[data-elementor-type=wp-post] .box-register-now .btn-register-now a {
    padding: 12px 60px !important;
  }

  .box-register-now .elementor-widget-image img {
    left: -95%;
  }

  .box-register-now.running-doggy .elementor-widget-image img {
    left: -270%;
  }

  .box-register-now.pet-owner .elementor-widget-image img {
    left: -170%;
  }
}

/*# sourceMappingURL=styles.css.map */
