/**
 * Theme Name:     Kitty May Tales
 * Author:         Jacek Harbon
 * Template:       kids-education
 * Text Domain:	   kitty-may-tales
 * Description:    Theme for KittyMayTTales.com
 * Theme URI:      https://kittymaytales.com/
 * Author URI:     https://harbon.uk/
 * Version:        1.0
 * Tags:           children\&#039;s books
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS: ORIGINAL CSS >>>
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Loader
# Layouts and titles
# Main slider
# Find babysitter
# School activities
# Search course tab
# Recent classes slider
# Counter
# Team members
# Portfolio gallery
# Client testimonial slider
# Blog and news
# Social icons
# Map
# Banner and breadcrumb
# Shop
# Courses List
# Archive
# Contact us
# Error404
# Blog
# Single blog
# Color switcher
# Font selection
# Footer
# Responsive
# WP login

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #fff;
}
#page {
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Shadows Into Light", cursive;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fa7921;
  text-decoration: none;
  padding: 0 5px;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
  padding: 0;
}

ol {
  list-style: decimal;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
table a {
  color: #fff;
}
.type-page table,
.type-page th,
.type-page td {
  border: 1px solid #ddd;
}
.type-page caption,
.type-page th,
.type-page td {
  font-weight: normal;
  padding: 10px;
  text-align: left;
}
dd a {
  color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wc-block-components-button,
.wp-element-button,
.wc-block-cart__submit-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  font-weight: normal;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #1ba4de;
  border-radius: 12px;
  margin: 6px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #5bc0eb !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-shadow: none;
}
.wc-block-components-button:hover,
.wp-element-button:hover,
.wc-block-cart__submit-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #5bc0eb;
  background: #1ba4de !important;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
.wc-block-components-button:active,
.wp-element-button:active,
.wc-block-cart__submit-button:active,
.wc-block-components-button:focus,
.wp-element-button:focus,
.wc-block-cart__submit-button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  color: #ffffff90;
  border-color: #aaa #bbb #bbb;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}
input[type="search"] {
  color: #666;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}
span.required-mark {
  display: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #5bc0eb;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #0a3d8c;
}
a:focus {
  color: 0f5cd3;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
}
.main-navigation > ul > li > ul {
  margin-top: 0;
}
.is-sticky .main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

/* .main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation.right-menu ul ul li:hover > ul,
.main-navigation.right-menu ul ul li.focus > ul {
  right: 100%;
  left: auto;
}

/* .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3000;
  background-image: url(assets/uploads/header-bg.png);
  background-size: cover;
  background-position: 50% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#masthead.fixed-header.is-sticky {
  position: fixed;
  background-color: transparent;
}
.header-logo img {
  padding: 45px 30px;
}
.main-navigation {
  display: block;
  float: left;
  width: 100%;
}
.main-navigation li {
  float: left;
  position: relative;
  text-align: center;
}
.main-navigation > ul > li {
  margin-right: 5px;
}
.left-menu,
.site-branding,
.right-menu {
  float: left;
}
.left-menu,
.right-menu {
  width: 36%;
}
.site-branding {
  width: 28%;
  background-image: url(assets/uploads/logo-bg.png);
  background-size: cover;
  background-position: 50% 95%;
  padding: 0 0 35px 0;
  text-align: center;
  position: relative;
  top: 30px;
  min-height: 155px;
}
.is-sticky .site-branding {
  min-height: 80px;
}
.site-title {
  margin: 0;
}
.site-header .site-title {
  font-size: 15px;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 100;
  text-transform: capitalize;
}
.site-header .site-title a {
  color: #9bc53d;
}
.site-header.is-sticky .site-title a {
  font-size: 13px;
}
.site-header .site-title:before,
.site-header .site-title:after {
  content: "";
  width: 25px;
  background-color: #9bc53d;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.site-header ul > li:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: block;
  margin-top: -35px;
}
.site-header ul > li.home:before {
  content: "\f015";
}
.site-header ul > li.classes:before {
  content: "\f0f3";
}
.site-header ul > li.teachers:before {
  content: "\f007";
}
.site-header ul > li.portfolio:before {
  content: "\f1c5";
}
.site-header ul > li.blogs:before {
  content: "\f27a";
}
.site-header ul > li.shop:before {
  content: "\f290";
}
.site-header ul > li.pages:before {
  content: "\f15b";
}
.site-header ul > li.contact-us:before {
  content: "\f0e0";
}
#masthead .left-menu li.current-menu-item:nth-child(1n) > a,
#masthead .left-menu li.current-menu-item:nth-child(1n) > a:before,
#masthead .left-menu li:nth-child(1n):before,
#masthead .left-menu ul > li:nth-child(1n):hover > a,
#masthead .left-menu ul > li:nth-child(1n):focus > a,
#masthead .left-menu ul > li:nth-child(1n) > a:before {
  color: #5bc0eb;
}
#masthead .left-menu li.current-menu-item:nth-child(2n) > a,
#masthead .left-menu li.current-menu-item:nth-child(2n) > a:before,
#masthead .left-menu li:nth-child(2n):before,
#masthead .left-menu ul > li:nth-child(2n):hover > a,
#masthead .left-menu ul > li:nth-child(2n):focus > a,
#masthead .left-menu ul > li:nth-child(2n) > a:before {
  color: #fa7921;
}
#masthead .left-menu li.current-menu-item:nth-child(3n) > a,
#masthead .left-menu li.current-menu-item:nth-child(3n) > a:before,
#masthead .left-menu li:nth-child(3n):before,
#masthead .left-menu ul > li:nth-child(3n):hover > a,
#masthead .left-menu ul > li:nth-child(3n):focus > a,
#masthead .left-menu ul > li:nth-child(3n) > a:before {
  color: #e55934;
}
#masthead .left-menu li.current-menu-item:nth-child(4n) > a,
#masthead .left-menu li.current-menu-item:nth-child(4n) > a:before,
#masthead .left-menu li:nth-child(4n):before,
#masthead .left-menu ul > li:nth-child(4n):hover > a,
#masthead .left-menu ul > li:nth-child(4n):focus > a,
#masthead .left-menu ul > li:nth-child(4n) > a:before {
  color: #0a3d8c;
}
#masthead .right-menu li.current-menu-item:nth-child(1n) > a,
#masthead .right-menu li.current-menu-item:nth-child(1n) > a:before,
#masthead .right-menu li:nth-child(1n):before,
#masthead .right-menu ul > li:nth-child(1n):hover > a,
#masthead .right-menu ul > li:nth-child(1n):focus > a,
#masthead .right-menu ul > li:nth-child(1n) > a:before {
  color: #5433b4;
}
#masthead .right-menu li.current-menu-item:nth-child(2n) > a,
#masthead .right-menu li.current-menu-item:nth-child(2n) > a:before,
#masthead .right-menu li:nth-child(2n):before,
#masthead .right-menu ul > li:nth-child(2n):hover > a,
#masthead .right-menu ul > li:nth-child(2n):focus > a,
#masthead .right-menu ul > li:nth-child(2n) > a:before {
  color: #fde74c;
}
#masthead .right-menu li.current-menu-item:nth-child(3n) > a,
#masthead .right-menu li.current-menu-item:nth-child(3n) > a:before,
#masthead .right-menu li:nth-child(3n):before,
#masthead .right-menu ul > li:nth-child(3n):hover > a,
#masthead .right-menu ul > li:nth-child(3n):focus > a,
#masthead .right-menu ul > li:nth-child(3n) > a:before {
  color: #9bc53d;
}
#masthead .right-menu li.current-menu-item:nth-child(4n) > a,
#masthead .right-menu li.current-menu-item:nth-child(4n) > a:before,
#masthead .right-menu li:nth-child(4n):before,
#masthead .right-menu ul > li:nth-child(4n):hover > a,
#masthead .right-menu ul > li:nth-child(4n):focus > a,
#masthead .right-menu ul > li:nth-child(4n) > a:before {
  color: #e55934;
}
#masthead .sub-menu li:hover a {
  color: #333 !important;
}
.main-navigation > ul > li {
  padding: 25px 20px;
}
.main-navigation > ul > li.fa:before {
  font-family: "FontAwesome";
  font-size: 35px;
  display: block;
  position: relative;
  top: 10px;
}
.main-navigation > ul > li.fa a {
  font-family: "Titillium Web", sans-serif;
}
.is-sticky .main-navigation > ul > li {
  padding: 45px 12px 0;
}
.site-logo img {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.site-logo {
  width: 200px;
  margin: 0 auto;
}
.is-sticky .site-logo {
  width: 100px;
}
.is-sticky .site-branding {
  padding: 0 0 65px 0;
}
.site-header.translate-header.is-sticky {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.site-header.translate-header {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
body.boxed .main-navigation > ul > li > a {
  padding: 30px 20px;
}
.main-navigation ul li a {
  text-transform: capitalize;
  color: #333;
}
.main-navigation > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: fontAwesome;
  padding-left: 15px;
}
.main-navigation > ul > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: fontAwesome;
  padding-left: 15px;
}
.main-navigation.right-menu > ul > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:before {
  content: "\f104";
  font-family: fontAwesome;
  margin-left: -15px;
  font-size: 16px;
  color: #333 !important;
  float: left;
}
.main-navigation.right-menu > ul > li.menu-item-has-children .sub-menu > li.menu-item-has-children > a:after {
  display: none;
}

.sub-menu {
  background-color: #fff;
  display: none;
}
.sub-menu li a {
  text-align: left;
  padding: 0 20px;
}
.right-menu .sub-menu li a {
  padding-left: 30px;
}
ul.sub-menu li {
  padding: 10px 0;
}
.sub-menu li:hover {
  background-color: #eee;
}
.nav-menu li:nth-child(1n) .fa {
  color: #fa7921;
}
.nav-menu li:nth-child(2n) .fa {
  color: #fa7921;
}
.nav-menu li:nth-child(3n) .fa {
  color: #fa7921;
}
.nav-menu li:nth-child(4n) .fa {
  color: #9bc53d;
}
.nav-menu li:nth-child(5n) .fa {
  color: #fa7921;
}
.nav-menu li:nth-child(6n) .fa {
  color: #5433b4;
}
.nav-menu li:nth-child(7n) .fa {
  color: #fde74c;
}
.nav-menu li:nth-child(8n) .fa {
  color: #5bc0eb;
}
.nav-menu li:nth-child(9n) .fa {
  color: #9bc53d;
}
.nav-menu ul > li.current-menu-item:nth-child(1) > a {
  color: #fffefe;
}

.nav-menu li .fa {
  display: block;
  font-size: 35px;
  margin-bottom: 10px;
}
.main-navigation ul li .header-logo {
  padding: 0 22px;
}
#masthead .divider {
  position: absolute;
  bottom: -45px;
  z-index: -1;
  top: auto;
}
/*----MOBILE MENU----------*/
.sidr-class-text-center {
  text-align: center;
}
.menu-button .fa.fa-bars:before {
  content: " ";
}
.menu-button .fa.fa-bars,
.menu-button .fa.fa-bars::after,
.menu-button .fa.fa-bars::before {
  width: 22px;
  height: 2px;
  position: absolute;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-button .fa.fa-bars::after,
.menu-button .fa.fa-bars::before {
  content: "";
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.menu-button .fa.fa-bars::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
}
.menu-button .fa.fa-bars,
.menu-button .fa.fa-bars::after,
.menu-button .fa.fa-bars::before {
  background-color: #fff;
}
.menu-button .fa.fa-bars {
  display: inline-block;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars {
  background-color: transparent;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::before,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::before {
  transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::after,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::after {
  transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}
.menu-button .fa.fa-bars::after {
  top: 6px;
}
.sidr-open.sidr-left-top-open .menu-button.left .fa.fa-bars::after,
.sidr-open.sidr-right-top-open .menu-button.right .fa.fa-bars::after {
  top: 0px;
}
.sidr {
  background: #5bc0eb;
  color: #fff;
  box-shadow: none;
}
.sidr ul li a,
.sidr ul li span {
  color: #fff;
}
.sidr ul li:hover,
.sidr ul li:focus {
  line-height: 48px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li:focus > a,
.sidr ul li:focus > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  box-shadow: none !important;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: #fff;
  padding-left: 30px;
}
.sidr ul li {
  border-top: none;
}
body.sidr-open {
  overflow-x: visible;
}
.menu-button,
#sidr-right-top-button {
  position: absolute;
  top: 7px;
  left: 5px;
  background-color: #5bc0eb;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  z-index: 3000;
}
#sidr-right-top-button {
  left: auto;
  right: 5px;
}
h1.sidr-class-site-title {
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  margin-top: 15px;
  display: inline-block;
}
h1.sidr-class-site-title a {
  color: #fff;
  font-size: 30px;
}
.mobile-menu ul ul ul li a {
  padding-left: 50px;
}
.mobile-menu ul ul ul ul li a {
  padding-left: 70px;
}
.mobile-menu ul ul ul ul ul li a {
  padding-left: 90px;
}
.mobile-menu ul ul ul ul ul ul li a {
  padding-left: 110px;
}
.mobile-menu ul ul ul ul ul ul ul li a {
  padding-left: 130px;
}
.mobile-menu ul ul ul ul ul ul ul ul li a {
  padding-left: 150px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site ul:before,
.site ul:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site ul:before,
.site ul:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
.widget-title {
  margin-top: 0;
  color: #fa7921;
  font-size: 24px;
}
#secondary ul,
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#secondary ul.star-rating li,
.site-footer ul.star-rating li {
  margin-bottom: 0;
}
#secondary .widget_categories ul li:before,
.site-footer .widget_categories ul li:before,
#secondary .widget_archive ul li:before,
.site-footer .widget_archive ul li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 10px;
  display: inline-block;
  color: #aaa;
}
#secondary ul li a:hover,
.site-footer ul li a:hover,
#secondary ul li:hover:before,
.site-footer ul li:hover:before,
#contact-address .address-block small a:hover,
.blog-title a:hover {
  color: #fa7921;
}
#secondary ul li,
.site-footer ul li {
  margin-bottom: 8px;
}
#secondary .widget_categories ul li:last-child,
.site-footer .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget input[type="search"],
.woocommerce .widget_product_search input[type="search"],
.widget_search input[type="search"] {
  padding-right: 30px;
  padding-left: 15px;
  text-indent: 0;
  background-color: transparent;
  margin-bottom: 15px;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  padding: 0 20px;
}
.widget_search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.search-submit:before {
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
}
.search-form {
  position: relative;
}
.star-rating li {
  display: inline-block;
}
.woocommerce.widget_top_rated_products .star-rating {
  margin: 5px 0 15px 0;
}
.woocommerce ul.product_list_widget li img,
.widget_featured_products .has-post-thumbnail img,
.widget_recent_posts .has-post-thumbnail img,
.kids_education_popular_post .has-post-thumbnail img {
  width: 30%;
  float: left;
  border-radius: 20px;
  margin-right: 15px;
}
.kids_education_popular_post .has-post-thumbnail img {
  margin-right: 0;
}
.widget_featured_products .has-post-thumbnail .featured-content,
.widget_recent_posts .has-post-thumbnail .post-content,
.kids_education_popular_post .has-post-thumbnail .post-content {
  float: left;
  padding-left: 15px;
  width: 70%;
}
.kids_education_popular_post time,
.widget_recent_posts time {
  display: block;
  margin-top: 0.5em;
}
.kids_education_popular_post li:after,
.widget_recent_posts li:after {
  content: "";
  clear: both;
  display: table;
}
.kids_education_popular_post li,
.widget_recent_posts li {
  margin-bottom: 15px;
  display: inline-block;
}
.kids_education_popular_post li:last-child,
.widget_recent_posts li:last-child {
  margin-bottom: 0;
}
.widget_featured_products .amount {
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
#secondary .widget_featured_products li,
.site-footer .widget_featured_products li {
  margin-bottom: 15px;
}
.star-rating li {
  margin-bottom: 0;
}
.textwidget {
  color: #666;
  font-weight: bold;
}
.woocommerce.widget_price_filter .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  top: -0.2em;
  margin-left: -0.5em;
  border: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #e6e6e6;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce.widget_price_filter .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border-radius: 1em;
  background-color: #fd6a3f;
  background-image: none;
  border: none;
  box-shadow: none;
  height: 10px;
}
.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.price_slider_amount {
  margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.price_slider_amount .button {
  background-color: #00ade3;
  font-family: "Shadows Into Light", cursive;
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  box-shadow: none;
  border-radius: 35px;
  float: right;
}
.price_slider_amount .price_label {
  padding: 10px 0;
  font-weight: bold;
  color: #777;
  float: left;
}
.price_slider_wrapper .ui-widget-content {
  border: none;
}
#secondary .widget a,
.site-footer .widget a {
  color: #666;
  font-weight: bold;
}
.site-footer .widget .address-block a {
  color: #313131;
}
.list-view .product-description,
.single-product div[itemprop="description"] p,
.single-product span.woocommerce-Price-amount.amount,
.single-product .woocommerce-review-link,
.single-product.woocommerce div.product .product_title,
.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-Tabs-panel p,
.single-product .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .meta,
.single-product .related.products h2 {
  color: #fff;
}
.single-product.woocommerce div.product .product_title {
  font-size: 36px;
  padding-bottom: 20px;
}
.single-product p.price {
  margin: 0;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.single-product.woocommerce div.product {
  padding: 30px;
  border-radius: 50px;
  background-color: #5bc0eb;
}
.single-product.woocommerce div.product div.images img {
  border: 5px solid #fff;
  border-radius: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs,
.flex-control-nav .flex-control-thumbs {
  margin-top: 10px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 10px;
}
.single-product.woocommerce div.product form.cart {
  margin-bottom: 15px;
}
.wc-block-mini-cart__badge {
  color: #fff;
}
.single-product.woocommerce button.single_add_to_cart_button.button.alt,
.woocommerce #payment #place_order,
.woocommerce-account .woocommerce input.button {
  color: #fff;
  font-size: 18px;
  background-color: #ed4c16 !important;
  padding: 12px 25px;
  border-radius: 5px;
  box-shadow: none;
  width: 95%;
  float: right;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.woocommerce #payment #place_order,
.woocommerce-account .woocommerce input.button {
  width: auto;
}
.woocommerce-account .woocommerce input.button {
  float: none;
  position: relative;
  top: 50px;
}
.woocommerce-account form .form-row label.inline {
  display: block;
  margin-top: -40px;
}
.woocommerce-LostPassword.lost_password {
  margin-top: 70px;
  padding-left: 5px;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .entry-content {
  margin-top: 0;
}
.woocommerce-LostPassword.lost_password a:hover {
  color: #fde74c;
  text-decoration: underline;
}
.single-product.woocommerce button.single_add_to_cart_button.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-account .woocommerce input.button:hover {
  background-color: #ce3d0c;
  color: #fff;
}
input.input-text.qty.text {
  height: 35px;
  width: 50px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  padding-left: 15px;
  background-color: #fff;
  color: #333;
  border-color: #00ade3;
}
.single-product.woocommerce ul.tabs.wc-tabs {
  text-align: left;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 50px 15px 5px;
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.single-product .woocommerce-Tabs-panel h2 {
  margin: 0;
  font-size: 25px;
}
.single-product .woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
}
.single-product .woocommerce-Tabs-panel #comments {
  margin: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 50px;
  border-top-left-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.single-product .woocommerce-Tabs-panel p {
  margin-bottom: 0;
}
.single-product .entry-summary span.posted_in {
  color: #fff;
  text-transform: uppercase;
}
.single-product .entry-summary span.posted_in a {
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
}
.single-product.woocommerce span.onsale,
span.onsale {
  position: absolute;
  top: 50px;
  left: 50px;
}
.single-product.woocommerce #reviews.woocommerce-Reviews h3 {
  color: #fff;
  margin: 20px 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
}
.single-product.woocommerce #review_form #respond p.stars {
  margin-top: 10px;
}
.single-product.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  height: 170px;
  text-indent: 10px;
}
.single-product ins {
  background-color: transparent;
}
.woocommerce #review_form #respond label {
  display: block;
  margin-bottom: 5px;
}
.woocommerce #review_form input[type="text"],
.woocommerce #review_form input[type="email"] {
  width: 100%;
  text-indent: 10px;
  border-radius: 5px;
}
.single-product.woocommerce #review_form #respond .form-submit {
  text-align: center;
  margin: 0;
}
.single-product.woocommerce #review_form #respond .form-submit input[type="submit"] {
  background-color: #ed4c16;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-product.woocommerce #review_form #respond .form-submit input[type="submit"]:hover {
  background-color: #ce3d0c;
  color: #fff;
}
.single-product.woocommerce ul.products li:nth-child(1n) {
  background-color: #f37630;
}
.single-product.woocommerce ul.products li:nth-child(2n) {
  background-color: #c685d2;
}
.single-product.woocommerce ul.products li:nth-child(3n) {
  background-color: #69c48f;
}
.woocommerce .product_list_widget .woocommerce-Price-amount.amount {
  color: inherit;
}
.upsells.products p.product-detail,
.woocommerce-cart .product p.product-detail,
.related.products p.product-detail,
.shop-list #tab-1 p.product-detail {
  display: none;
}
.single-product .woocommerce-Tabs-panel h2 {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
}
figure.post-video {
  position: relative;
  margin: 0;
}
span.btn.btn-play {
  padding: 0;
}
span.btn.btn-play .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #00ade3;
  width: 60px;
  border-radius: 10px;
}
.widget_instagram li img {
  vertical-align: middle;
}
.widget_instagram li {
  float: left;
  padding: 5px;
}
#secondary .widget_instagram li {
  margin: 0;
}
.widget_instagram .one-column li {
  width: 100%;
}
.widget_instagram .two-columns li {
  width: 50%;
}
.widget_instagram .three-columns li {
  width: 33.33%;
}
.widget_instagram .four-columns li {
  width: 25%;
}
.widget_instagram .five-columns li {
  width: 20%;
}
.widget_instagram .six-columns li {
  width: 16.66%;
}
.profile-name h6 {
  width: auto;
  font-size: 16px;
  margin: 0;
}
.profile-name {
  float: left;
}
.instagram-profile img {
  width: 100px;
  float: left;
}
.follow-button .fa {
  padding-right: 5px;
}
.follow-button {
  float: right;
  margin: 45px 0 15px;
}
.follow-button .btn {
  padding: 10px 20px;
  font-size: 14px;
}
#secondary .follow-button .btn {
  color: #fff;
}
.widget_archive > ul > li,
.widget_categories > ul > li {
  color: #666;
  font-weight: bold;
}
.custom_info_widget ul li {
  font-weight: bold;
}
.custom_info_widget .fa {
  padding-right: 10px;
}
.woocommerce a.added_to_cart {
  color: #333;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 50px;
  min-width: 130px;
  margin: 15px 0;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
  color: #fff;
  background-color: #0092c0;
}
select.orderby {
  background-color: #6ccfe7;
  padding: 8px;
  color: #fff;
}
.woocommerce .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.widget_tag_cloud .tagcloud a {
  line-height: 1;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px !important;
  margin-right: 3px;
  margin-bottom: 5px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.portfolio-item {
  overflow: hidden;
  height: auto !important;
  padding: 10px;
}

.portfolio-wrapper:before,
.portfolio-wrapper:after {
  content: "";
  clear: both;
  display: table;
}
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Loader
--------------------------------------------------------------*/
#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #fff;
  position: fixed;
  display: table;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
}
.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align: center;
}
.loader-container .fa {
  font-size: 60px;
  color: #00ade3;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section,
.site-content {
  position: relative;
}
.site-content,
.home.blog .site-content {
  margin-top: -100px;
}
.home .site-content {
  margin: 0;
}
.container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
  color: #e1e1e1 !important;
}
.text-right a {
  color: #ffffff !important;
}
.text-right a:hover {
  color: #0f5cd3 !important;
  border-bottom: 1px dashed #0f5cd3;
}
.text-center {
  text-align: center;
}
.container:before,
.container:after,
section:before,
section:after,
.bottom-footer:before,
.bottom-footer:after,
.row:before,
.row:after,
.widget_featured_products li:before,
.widget_featured_products li:after,
.two-columns:before,
.two-columns:after,
#infinite-handle:before,
#infinite-handle:after {
  content: "";
  clear: both;
  display: table;
}
.page-section {
  padding: 100px 0;
}
.cloud-background.page-section {
  padding-top: 130px;
  padding-bottom: 30px;
}
.home .cloud-background.page-section {
  padding-bottom: 100px;
}
.home.blog .cloud-background.page-section {
  padding-bottom: 30px;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-margin-bottom {
  margin-top: 0;
}
.no-margin-top {
  margin-top: 0;
}
.move-section-up {
  margin-top: -50px;
}
.entry-header {
  text-align: center;
  margin-bottom: 3em;
}
article .entry-header,
.page-title .entry-header {
  margin-bottom: 0;
}
.entry-title {
  word-wrap: break-word;
  color: #fa7921;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
}
.entry-title:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #fa7921;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.sub-title {
  margin: 0 auto;
  text-align: center;
}
.color-yellow {
  color: #ffec00;
}
.backtotop {
  background-color: #00ade3;
  z-index: 300;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 25px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  color: #fff;
}
#content {
  background-image: url(assets/uploads/white-bg.png);
  background-size: contain;
}
article img.alignleft,
article img.alignright {
  width: auto;
}
.search-no-results .no-results h1.page-title {
  text-align: center;
}

/*--------------------------------------------------------------
# Main slider
--------------------------------------------------------------*/
#main-slider .slider-item {
  position: relative;
  padding: 300px 0;
  background-size: cover;
  background-position: 50%;
}
.main-slider-contents {
  position: absolute;
  top: 50%;
  width: 40%;
  left: 8%;
  color: #fff;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}
#main-slider .black-overlay {
  opacity: 0.4;
}
#main-slider {
  padding-top: 100px;
}
#main-slider .regular {
  max-height: 550px;
  position: relative;
}
.main-slider-contents .title {
  margin: 0;
  line-height: 1.2em;
}
.main-slider-contents .title a {
  color: #fff;
}
.main-slider-contents .title a:hover,
.main-slider-contents .title a:focus {
  color: #eee;
}
#content.padding-top {
  padding-top: 10em;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  z-index: 3;
}
.slick-next,
.slick-prev,
.slick-next:focus,
.slick-prev:focus {
  z-index: 3;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
  box-shadow: none;
  background-color: #00ade3;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-prev:before,
.slick-next:before {
  content: "\f104";
  font-family: "FontAwesome";
  opacity: 1;
  color: #333;
}
.slick-next:before {
  content: "\f105";
}
#main-slider:hover .slick-next,
#main-slider:hover .slick-prev {
  opacity: 1;
}
#main-slider .divider {
  position: absolute;
  bottom: 0;
  top: auto;
}
#main-slider .divider img {
  vertical-align: bottom;
}
.btn {
  padding: 10px 25px;
  display: inline-block;
  font-family: "Shadows Into Light", cursive;
  font-size: 20px;
  border-radius: 15px;
  text-transform: capitalize;
}
.wpcf7-form input[type="submit"],
#comments #submit,
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-default {
  background-color: #fff;
  color: #5e5e5e;
}
.btn-blue {
  background-color: #00ade3;
  color: #fff;
}
.btn.btn-transparent {
  padding: 0;
  color: #fde74c;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #00ade3;
  color: #fff;
}
.search-wrapper input[type="submit"]:hover,
.btn-blue:hover,
.wpcf7-form input[type="submit"]:hover,
#comments #submit:hover,
.woocommerce a.button.add_to_cart_button:hover {
  background-color: #0092c0;
  color: #fff;
}

/*--------------------------------------------------------------
# School activities
--------------------------------------------------------------*/
#features {
  background-image: url("assets/uploads/white-bg.png");
  margin-top: -65px;
}
#features.background-image-properties {
  background-size: contain;
}
.background-image-properties {
  background-size: cover;
  background-position: 50% 0;
}
#features h5 {
  margin: 15px 0;
}
#features .column-wrapper {
  text-align: center;
}
#features .column-wrapper:nth-child(1n) .title a,
#features .column-wrapper:nth-child(1n):hover .icon-container .fa {
  color: #fa7921;
}
#features .column-wrapper:nth-child(2n) .title a,
#features .column-wrapper:nth-child(2n):hover .icon-container .fa {
  color: #9bc53d;
}
#features .column-wrapper:nth-child(3n) .title a,
#features .column-wrapper:nth-child(3n):hover .icon-container .fa {
  color: #fde74c;
}
#features .column-wrapper:nth-child(4n) .title a,
#features .column-wrapper:nth-child(4n):hover .icon-container .fa {
  color: #5bc0eb;
}
.icon-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  line-height: 100px;
  font-size: 30px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
#features .column-wrapper:nth-child(1n) .icon-container {
  background-color: #fa7921;
}
#features .column-wrapper:nth-child(2n) .icon-container {
  background-color: #9bc53d;
}
#features .column-wrapper:nth-child(3n) .icon-container {
  background-color: #fde74c;
}
#features .column-wrapper:nth-child(4n) .icon-container {
  background-color: #5bc0eb;
}
#features .column-wrapper:nth-child(1n):hover .icon-container,
#features .column-wrapper:nth-child(2n):hover .icon-container,
#features .column-wrapper:nth-child(3n):hover .icon-container,
#features .column-wrapper:nth-child(4n):hover .icon-container {
  background-color: transparent;
}
#features .column-wrapper:nth-child(1n):hover .icon-container:after,
#features .column-wrapper:nth-child(2n):hover .icon-container:after,
#features .column-wrapper:nth-child(3n):hover .icon-container:after,
#features .column-wrapper:nth-child(4n):hover .icon-container:after {
  content: "";
  border: 3px dashed;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 30px;
  border-radius: 50px;
  -webkit-animation: fa-spin 5s infinite linear;
  -moz-animation: fa-spin 5s infinite linear;
  -ms-animation: fa-spin 5s infinite linear;
  -o-animation: fa-spin 5s infinite linear;
  animation: fa-spin 5s infinite linear;
  position: absolute;
  left: 0;
  right: 0;
}
#features .column-wrapper:nth-child(1n):hover .icon-container:after {
  border-color: #fa7921;
}
#features .column-wrapper:nth-child(2n):hover .icon-container:after {
  border-color: #9bc53d;
}
#features .column-wrapper:nth-child(3n):hover .icon-container:after {
  border-color: #fde74c;
}
#features .column-wrapper:nth-child(4n):hover .icon-container:after {
  border-color: #5bc0eb;
}

/*--------------------------------------------------------------
# Search course tab
--------------------------------------------------------------*/
.home #search-course-tab {
  background-image: url("assets/uploads/classes-bg.png");
}
.search-wrapper {
  padding: 60px;
}
ul.tabs {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}
#search-course-tab .tab-content.active {
  background-image: url("assets/uploads/search-bg.png");
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50px;
}
ul.tabs li.active {
  border-radius: 10px;
}
ul.tabs li {
  display: inline-block;
  font-family: "Shadows Into Light", cursive;
  position: relative;
}
.search-wrapper label {
  color: #fff;
  font-family: "Shadows Into Light", cursive;
  font-size: 40px;
}
ul.tabs li a {
  color: #fff;
  font-size: 20px;
  padding: 12px 40px;
  border-radius: 10px;
  margin-bottom: 0.5em;
  display: inline-block;
}
ul.tabs .fa {
  display: block;
  font-size: 30px;
}
#search-course-tab ul.tabs .fa {
  display: none;
  color: #fff;
}
#search-course-tab .tab-link.active .fa {
  display: block;
  padding: 15px 0 5px 0;
}
#search-course-tab ul.tabs li:nth-child(1n) a {
  background-color: #fa7921;
}
#search-course-tab ul.tabs li:nth-child(2n) a {
  background-color: #cc4999;
}
#search-course-tab ul.tabs li:nth-child(3n) a {
  background-color: #5bc0eb;
}
#search-course-tab ul.tabs li.active:nth-child(1n) {
  background-color: #fa7921;
}
#search-course-tab ul.tabs li.active:nth-child(2n) {
  background-color: #cc4999;
}
#search-course-tab ul.tabs li.active:nth-child(3n) {
  background-color: #5bc0eb;
}
#search-course-tab ul.tabs li.active:nth-child(1n):after,
#search-course-tab ul.tabs li.active:nth-child(2n):after,
#search-course-tab ul.tabs li.active:nth-child(3n):after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  border-top-color: #fa7921;
  border-width: 12px;
}
#search-course-tab ul.tabs li.active:nth-child(2n):after {
  border-top-color: #cc4999;
}
#search-course-tab ul.tabs li.active:nth-child(3n):after {
  border-top-color: #5bc0eb;
}
.search-wrapper .search {
  background-color: #fff;
  padding: 10px;
  border-radius: 35px;
}
.search-wrapper input[type="submit"] {
  background-color: #00ade3;
  font-family: "Shadows Into Light", cursive;
  color: #fff;
  font-size: 22px;
  padding: 10px 30px;
  box-shadow: none;
  border-radius: 35px;
  float: right;
}
.search-wrapper select {
  border: none;
  min-width: 175px;
  text-transform: capitalize;
  background-color: #f2f2f2;
  width: 30%;
  padding: 4px 10px;
  font-size: 16px;
  float: left;
  margin-right: 4%;
}
.search-wrapper input[type="text"] {
  border: none;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #aaa;
  width: 30%;
  float: left;
  position: relative;
  margin-right: 3%;
}
.search-wrapper .search.two-columns .column-wrapper:first-child {
  padding: 5px 25px;
}
/*--------------------------------------------------------------
# Recent classes slider
--------------------------------------------------------------*/
#recent-classes-slider.page-section {
  padding-top: 0;
}
#recent-classes-slider .slick-slide:nth-child(1n) {
  background-color: #6cc28f;
}
#recent-classes-slider .slick-slide:nth-child(2n) {
  background-color: #26b6d4;
}
#recent-classes-slider .slick-slide:nth-child(3n) {
  background-color: #fa7921;
}
#recent-classes-slider .slick-slide,
.course-lists .course-item {
  padding: 25px;
  margin: 0 10px;
  border-radius: 50px;
}
.course-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#recent-classes-slider .slick-slide img,
.course-lists .course-item img {
  border: 5px solid #fff;
  border-radius: 50px;
  vertical-align: middle;
  width: 100%;
}
#recent-classes-slider .slick-slide img:hover {
  opacity: 0.8;
}
#recent-classes-slider .slider-header-contents,
.course-header-contents {
  text-align: center;
}
#recent-classes-slider .slider-header-contents .title,
.course-header-contents .title {
  margin: 0.6em 0 0 0;
  font-size: 30px;
}
.course-header-contents .categories b,
.course-header-contents .tags b {
  color: #fff;
}
#recent-classes-slider .slider-header-contents .title a,
.course-header-contents .title a {
  color: #fff;
}
.categories a {
  color: #fbee49;
  text-transform: capitalize;
  font-weight: 600;
}
.categories a:after {
  content: ",";
}
.categories a:last-child:after {
  content: "";
}
#recent-classes-slider .slider-contents,
.course-contents {
  padding: 0 10px;
}
#recent-classes-slider .slider-footer-contents,
.course-footer-contents {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.course-footer-contents p {
  color: #fff;
}
#recent-classes-slider .slider-footer-contents ul,
.course-footer-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
#recent-classes-slider .slider-footer-contents ul li,
.course-footer-contents ul li {
  display: inline-block;
  margin-right: 12px;
}
#recent-classes-slider .slider-footer-contents ul small,
.course-footer-contents ul small {
  display: block;
  color: #fbee49;
  font-size: 16px;
}
#recent-classes-slider .slider-footer-contents .price,
.course-footer-contents .price {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-left: 1px solid #eee;
  padding: 0 0 0 10px;
}
#recent-classes-slider .slider-footer-contents .price span.tp-class-price,
.course-footer-contents .price span.tp-class-price {
  display: block;
  font-size: 25px;
}
#recent-classes-slider .slider-footer-contents .price small,
.course-footer-contents .price small {
  display: none;
}
#recent-classes-slider .slider-footer-contents ul span,
.course-lists .course-footer-contents ul span {
  color: #fff;
  font-size: 20px;
}
.slick-dots .slick-active button:before {
  color: #22432f;
  background-color: #22432f;
}
.slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #22432f;
  content: "";
  border-radius: 15px;
  opacity: 1;
  width: 15px;
  height: 15px;
}
#recent-classes-slider ul.slick-dots {
  bottom: -60px;
}
#recent-classes-slider {
  background-image: url("assets/uploads/recent-classes-bg.jpg");
}
#recent-classes-slider .entry-content.regular {
  margin-bottom: 150px;
}
.slick-dots li button {
  box-shadow: none;
}
#recent-classes-slider .slider-item .image-wrapper {
  position: relative;
}
#recent-classes-slider .slider-item .btn,
.course-item .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 160px;
  opacity: 0;
}
#recent-classes-slider .slider-item:hover .btn,
.course-item:hover .btn {
  opacity: 1;
}
.white-overlay {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50px;
  opacity: 0;
}
.slider-item:hover .white-overlay,
.course-item:hover .white-overlay {
  opacity: 0.7;
}

.no-results.not-found header.page-header,
.archive.post-type-archive-tp-affiliation .course-footer-contents {
  text-align: center;
}
.archive.post-type-archive-tp-affiliation .course-footer-contents li a {
  color: #fff;
}
.archive.post-type-archive-tp-course .course-footer-contents ul li:not(:last-child) {
  margin-right: 30px;
}
.archive.post-type-archive-tp-team .course-footer-contents ul small {
  float: left;
  margin-right: 15px;
}
.archive.post-type-archive-tp-team .course-footer-contents ul span {
  font-size: 17px;
}
#search-course-tab .tags a {
  color: #000;
}
.post-type-archive-tp-team .course-footer-contents {
  text-align: center;
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
#counter {
  background-image: url("assets/uploads/white-bg.png");
}
.statwrap .fa,
.statwrap h4,
.statwrap h6 {
  display: block;
  text-align: center;
  margin: 0;
}
.statwrap .fa {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  margin: 0 auto 25px;
  font-size: 30px;
}
.statwrap h6 {
  font-size: 20px;
  text-transform: capitalize;
}
#counter .column-wrapper .fa {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#counter .column-wrapper:nth-child(1n) .fa {
  border: 2px solid #5433b4;
}
#counter .column-wrapper:nth-child(2n) .fa {
  border: 2px solid #9bc53d;
}
#counter .column-wrapper:nth-child(3n) .fa {
  border: 2px solid #b92831;
}
#counter .column-wrapper:nth-child(4n) .fa {
  border: 2px solid #cc4999;
}
#counter .column-wrapper:nth-child(1n) h4,
#counter .column-wrapper:nth-child(1n) h6,
#counter .column-wrapper:nth-child(1n) .fa {
  color: #5433b4;
}
#counter .column-wrapper:nth-child(2n) h4,
#counter .column-wrapper:nth-child(2n) h6,
#counter .column-wrapper:nth-child(2n) .fa {
  color: #9bc53d;
}
#counter .column-wrapper:nth-child(3n) h4,
#counter .column-wrapper:nth-child(3n) h6,
#counter .column-wrapper:nth-child(3n) .fa {
  color: #b92831;
}
#counter .column-wrapper:nth-child(4n) h4,
#counter .column-wrapper:nth-child(4n) h6,
#counter .column-wrapper:nth-child(4n) .fa {
  color: #cc4999;
}
#counter .column-wrapper:nth-child(1n):hover .fa {
  background-color: #5433b4;
  color: #fff;
}
#counter .column-wrapper:nth-child(2n):hover .fa {
  background-color: #9bc53d;
  color: #fff;
}
#counter .column-wrapper:nth-child(3n):hover .fa {
  background-color: #b92831;
  color: #fff;
}
#counter .column-wrapper:nth-child(4n):hover .fa {
  background-color: #cc4999;
  color: #fff;
}

/*--------------------------------------------------------------
# Team members
--------------------------------------------------------------*/
#team-members {
  background-image: url("assets/uploads/team-bg.png");
  background-size: cover;
}
#team-members .entry-header {
  margin-top: 3em;
}
#team-members .entry-title {
  color: #fbee49;
}
#team-members .sub-title {
  color: #fff;
}
.member-name {
  margin: 0;
}
.member-name a {
  color: #fff;
}
#team-members .entry-content {
  text-transform: capitalize;
}
.member-position {
  color: #fbee49;
  font-size: 18px;
}
.team-img .hover-content h6 {
  color: #fff;
  font-weight: 100;
  opacity: 0;
  font-size: 24px;
}
.team-img:hover .hover-content h6 {
  opacity: 1;
  -webkit-animation: 1s bounceIn;
  -moz-animation: 1s bounceIn;
  -ms-animation: 1s bounceIn;
  -o-animation: 1s bounceIn;
  animation: 1s bounceIn;
}
.team-img {
  position: relative;
}
.team-img .hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 170px;
  text-align: center;
  width: 100px;
}
.team-img .hover-content h6 {
  background-color: rgba(17, 168, 213, 0.75);
  border-radius: 98px;
  width: 98px;
  height: 98px;
  padding: 20px 0;
  line-height: 1.2em;
}
.team-img:hover .hover-content a {
  color: #fff;
}
.team-img img {
  vertical-align: middle;
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Portfolio gallery
--------------------------------------------------------------*/
.home .cloud-background.page-section {
  background-image: url("assets/uploads/white-bg.png");
  background-size: contain;
  margin-top: -100px;
  position: relative;
}
#portfolio-gallery {
  background-image: url("assets/uploads/white-bg.png");
}
#portfolio-gallery {
  padding-bottom: 30px;
}
.home #portfolio-gallery {
  padding-bottom: 100px;
}
#portfolio-gallery.move-section-up {
  margin-top: -100px;
  background-size: contain;
}
nav.portfolio-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
nav.portfolio-filter ul li {
  display: inline-block;
  margin-right: 5px;
}
nav.portfolio-filter ul li:last-child {
  margin-right: 0;
}
nav.portfolio-filter {
  margin-bottom: 30px;
}
nav.portfolio-filter ul li a {
  background-color: #f7b200;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 10px;
  text-transform: capitalize;
  font-family: "Shadows Into Light", cursive;
}
nav.portfolio-filter ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.portfolio-filter ul li.active a,
nav.portfolio-filter ul li a:hover,
nav.portfolio-filter ul li a:focus {
  background-color: #fa7921;
}
.portfolio-item {
  overflow: hidden;
  height: auto !important;
  padding: 10px;
}
.portfolio-item img {
  border-radius: 50px;
  vertical-align: bottom;
}
.portfolio-item .hovercontent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  height: 70px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item .blue-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blue-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 219, 250, 0.91);
  border-radius: 50px;
  opacity: 0;
}
.portfolio-item:hover .blue-overlay,
.portfolio-item:hover .hovercontent {
  opacity: 1;
}
.portfolio-item .hovercontent .fa {
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  color: #70dcf9;
  margin-right: 10px;
}
.portfolio-item .hovercontent .fa:last-child {
  margin-right: 0;
}
.portfolio-item .hovercontent p a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}
#portfolio-gallery .btn-blue:visited {
  color: #fff;
}
#portfolio-gallery .btn-blue {
  margin-top: 30px;
  cursor: pointer;
}
figure.gallery-item {
  margin: 0;
  padding: 5px;
}
article .gallery img {
  border-radius: 25px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.page-numbers,
.navigation .nav-previous a,
.navigation .nav-next a,
#infinite-handle span button {
  border: 1px solid #5e5e5e;
  display: inline-block;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #333;
  margin-right: 5px;
  font-family: "Shadows Into Light", cursive;
}
.single-post .navigation .nav-previous a,
.single-post .navigation .nav-next a {
  height: auto;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  width: auto;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  float: none;
}
.woocommerce-pagination ul.page-numbers:hover {
  background-color: transparent;
  border-color: transparent;
}
.woocommerce-pagination ul.page-numbers .prev.page-numbers,
.woocommerce-pagination ul.page-numbers .next.page-numbers {
  line-height: 45px;
  padding: 0 25px;
  width: auto;
}
.page-numbers:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.page-numbers.current,
.page-numbers:hover,
.navigation .nav-previous a:hover,
.navigation .nav-next a:hover,
#infinite-handle span button:hover {
  background-color: #00ade3;
  border-color: #00ade3;
  color: #fff;
}

.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-previous {
  text-align: left;
}
.navigation.posts-navigation {
  margin-top: 30px;
}
.woocommerce nav.woocommerce-pagination,
.navigation.pagination,
.single-post nav.navigation.post-navigation {
  margin-top: 50px;
}
.navigation {
  text-align: center;
}
.lb-data .lb-close {
  position: relative;
  z-index: 30;
  right: 15px;
  top: 15px;
}
.lb-data .lb-details {
  display: none;
}
.lb-dataContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
  box-shadow: none;
  width: auto;
  padding: 0 25px;
  margin-top: 30px;
}
#infinite-handle span {
  background-color: transparent;
}
#infinite-handle span button:hover,
#infinite-handle span button:focus {
  background-color: #00ade3;
  color: #fff;
  border-color: #00ade3;
  font-size: 18px;
  font-weight: bold;
  font-family: "Shadows Into Light", cursive;
}
.blog #infinite-handle {
  position: absolute;
  bottom: -60px;
}
.blog #primary {
  padding-bottom: 80px;
}
.home.blog #primary {
  padding-bottom: 30px;
}
.blog #infinite-handle {
  margin-top: 0;
}
.next.page-numbers,
.prev.page-numbers,
.navigation.posts-navigation .nav-links a,
.navigation.post-navigation .nav-links a {
  width: auto;
  padding: 0 25px;
}
.show-pagination .navigation.pagination,
.show-pagination .navigation.posts-navigation {
  display: block;
}
.hide-pagination .navigation.pagination,
.hide-pagination .navigation.posts-navigation {
  display: none;
}

/*--------------------------------------------------------------
# Client testimonial slider
--------------------------------------------------------------*/
#client-testimonial-slider {
  background-image: url("assets/uploads/testimonials-bg.png");
}
#client-testimonial-slider {
  text-align: center;
  color: #fff;
  padding: 100px 0 200px 0;
}
#client-testimonial-slider img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto 25px auto;
}
.client-image {
  margin: auto;
  width: 100px;
}
.star-rating .fa,
.star-rating span {
  color: #ffde00;
}
#client-testimonial-slider .slick-dots {
  bottom: -50px;
}
#client-testimonial-slider blockquote {
  font-size: 22px;
}
#client-testimonial-slider .name {
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  margin-bottom: 10px;
}
#client-testimonial-slider .name a {
  color: #fff;
}
#client-testimonial-slider .name a:hover {
  color: #ffde00;
}

/*--------------------------------------------------------------
# Blog and news
--------------------------------------------------------------*/
#blog {
  color: #fff;
  background-image: url("assets/uploads/blog-bg.png");
}
#blog .blog-divider {
  position: absolute;
  top: -70px;
}
#blog .entry-header {
  margin-top: 3em;
}
#blog.move-section-up {
  margin-top: -100px;
}
#blog .sub-title {
  color: #404040;
}
#blog .three-columns .has-post-thumbnail .blog-image,
#blog .three-columns .blog-contents {
  width: 100%;
}
#blog .column-wrapper:nth-child(1n) .blog-wrapper {
  background-color: #5bc0eb;
}
#blog .column-wrapper:nth-child(2n) .blog-wrapper {
  background-color: #c487d0;
}
#blog .column-wrapper:nth-child(3n) .blog-wrapper {
  background-color: #6cc28f;
}
#blog .column-wrapper:nth-child(4n) .blog-wrapper {
  background-color: #ee7644;
}
.blog-title {
  margin: 15px 0 0 0;
}
.blog-title a {
  color: #fff;
}
#blog .column-wrapper {
  padding: 10px;
  border-radius: 50px;
}
.entry-meta a {
  color: #fff;
}
.blog-wrapper {
  display: inline-block;
  padding: 30px;
  border-radius: 50px;
}
.blog-wrapper img {
  border: 5px solid #fff;
  border-radius: 50px;
  width: 100%;
}
.blog-wrapper img:hover,
article img:hover {
  opacity: 0.8;
}
.blog-wrapper .btn-transparent {
  font-size: 24px;
}
.blog-wrapper .btn-transparent .fa {
  padding-left: 10px;
}
.blog-wrapper .blog-contents .entry-meta {
  margin-bottom: 0;
}
article .entry-title:after {
  display: none;
}
span.tags-links a {
  color: #fbee49;
}
span.tags-links a:hover {
  text-decoration: underline;
}
span.tags-links {
  color: #fff;
}

/*--------------------------------------------------------------
# Social icons
--------------------------------------------------------------*/
.social-icons li {
  list-style: none;
  display: inline-block;
}
.social-icons li a {
  font-size: 16px;
}
.social-icons li a:before {
  content: "\f0c1";
  font-family: "FontAwesome";
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  font-weight: 400;
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  content: "\f09a";
}

.social-icons li a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-icons li a[href*="linkedin.com"]:before {
  content: "\f08c";
}

.social-icons li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-icons li a[href*="youtube.com"]:before {
  content: "\f16a";
}

.social-icons li a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-icons li a[href*="pinterest.com"]:before {
  content: "\f0d3";
}

.social-icons li a[href*="bitbucket.org"]:before {
  content: "\f171";
}

.social-icons li a[href*="github.com"]:before {
  content: "\f09b";
}

.social-icons li a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-icons li a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-icons li a[href$="/feed/"]:before {
  content: "\f09e";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-icons li a[href*="rss.com"]:before {
  content: "\f09e";
}
.social-icons li a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-icons li a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-icons li a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-icons li a[href*="vimeo.com"]:before {
  content: "\f194";
}

.social-icons li a[href*="digg.com"]:before {
  content: "\f1a6";
}

.social-icons li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}

.social-icons li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-icons li a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.social-icons li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icons li a[href*="soundcloud.com"]:before {
  content: "\f1be";
}
.social-icons li a[href*="wordpress.org"]:before {
  content: "\f19a";
}
.social-icons li a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-icons li a[href*="jsfiddle.net"]:before {
  content: "\f1cc";
}

.social-icons li a[href*="tripadvisor.com"]:before {
  content: "\f262";
}

.social-icons li a[href*="foursquare.com"]:before {
  content: "\f180";
}

.social-icons li a[href*="angel.co"]:before {
  content: "\f209";
}

.social-icons li a[href*="slack.com"]:before {
  content: "\f198";
}

.social-icons ul li {
  float: left;
}
.social-icons ul li {
  margin-right: 10px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a[href*="facebook.com"]:before,
.social-icons li a[href*="fb.com"]:before {
  background-color: #3663a9;
}
.social-icons li a[href*="twitter.com"]:before {
  background-color: #00bdff;
}
.social-icons li a[href*="plus.google.com"]:before {
  background-color: #e6422f;
}
.social-icons li a[href*="linkedin.com"]:before {
  background-color: #2263ad;
}
.social-icons li a[href*="youtube.com"]:before {
  background-color: #f1281a;
}
.social-icons li a[href*="pinterest.com"]:before {
  background-color: #bd081c;
}
.social-icons li a[href*="instagram.com"]:before {
  background-color: #8f42b2;
}
.social-icons li a:before {
  background-color: #bd081c;
}
.social-icons li a:hover:before {
  opacity: 0.8;
}
.sd-social-icon .sd-content ul li[class*="share-"] a,
.sd-social-icon .sd-content ul li[class*="share-"] a:hover,
.sd-social-icon .sd-content ul li[class*="share-"] div.option a {
  padding: 15px !important;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#map {
  height: 410px;
  border: 5px solid #fff;
  background-color: transparent !important;
}
#map > div {
  background-color: transparent !important;
}
#map .pw_map_canvas > div {
  background-color: transparent !important;
}
.site-footer #map {
  margin: 0 100px;
}
.site-footer #map {
  border-radius: 56px;
}
#wpgmza_map {
  border: 5px solid #fff;
  border-radius: 50px;
}
#map #wpgmza_map {
  border: none;
}
/*--------------------------------------------------------------
# Banner and breadcrumb
--------------------------------------------------------------*/
#header-image {
  max-height: 650px;
  min-height: 225px;
  overflow: hidden;
  background-color: #95ecf2;
}
#header-image img {
  width: 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
}
#header-image.no-banner-image {
  min-height: 500px;
  max-height: 500px;
}
/*.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}*/
.banner-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  height: 100px;
  margin: auto;
  left: 0;
  right: 0;
  text-transform: capitalize;
}
.page-title .entry-title {
  color: #fff;
}
#breadcrumb-list a {
  color: #fff;
}
#breadcrumb-list a:hover {
  color: #fa7921;
}
#breadcrumb-list .sep {
  padding: 0 10px;
}
#breadcrumb-list ul.trail-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
#breadcrumb-list ul.trail-items li {
  display: inline-block;
}
#breadcrumb-list ul.trail-items li:not(:last-child):after {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 8px;
}
/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.shop-selection {
  display: block;
  padding-bottom: 4em;
}
.shop-selection select {
  margin-left: 30px;
  border: none;
}
ul.tabs.shop-tab {
  text-align: left;
  padding: 0;
  margin-right: 25px;
  color: #6ccfe7;
  float: left;
}
ul.tabs.shop-tab .fa {
  margin-right: 15px;
  font-size: 20px;
  cursor: pointer;
}
ul.tabs.shop-tab li:last-child .fa {
  margin-right: 0;
}
ul.products {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p.woocommerce-result-count {
  color: #6ccfe7;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products li {
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  position: relative;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
span.onsale {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-family: "Shadows Into Light", cursive;
  text-transform: capitalize;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background-color: #fd6a3f;
  z-index: 3;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce span.onsale {
  padding: 0;
}
ul.products li img {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}
.list-view ul.products li img {
  margin-bottom: 0;
}
.product_meta a,
.product_meta {
  color: #fbee49;
  text-transform: capitalize;
  font-weight: 600;
}
.product_meta a:after {
  content: ",  ";
}
.product_meta a:first-child:after,
.product_meta a:last-child:after {
  content: " ";
}
.woocommerce ul.products li.product h3,
ul.products li h3 a {
  margin: 0;
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
}
.product-description .product_meta a:not(:last-child):after {
  content: ",";
  padding: 0 2px;
}
.woocommerce ul.products li.product h3 {
  padding: 0 0 0.5em 0;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto 0.5em;
  font-size: inherit;
}
.woocommerce .list-view ul.products li.product .star-rating {
  margin: 0 0 20px;
}
.woocommerce ul.products li.product .price del {
  color: #fff;
  opacity: 1;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price,
span.price del,
span.price ins {
  display: block;
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}
span.price del {
  font-size: 16px;
}
.woocommerce a.button.add_to_cart_button,
.add_to_cart_button {
  background-color: #fafafa;
  color: #404040;
  padding: 12px 5px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ffffff;
  font-size: 14px;
  margin-top: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  height: 45px;
  width: 145px;
  text-transform: capitalize;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Tillium Web", sans-serif;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
}
ul.products li:hover .add_to_cart_button {
  opacity: 1;
}
ul.products li:hover img {
  opacity: 0.5;
}
.shop-wrapper img {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50px;
}
.shop-wrapper {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
}
ul.products li:nth-child(1n) {
  background-color: #6ccfe7;
}
ul.products li:nth-child(2n) {
  background-color: #c685d2;
}
ul.products li:nth-child(3n) {
  background-color: #69c48f;
}

ul.products li:nth-child(4n) {
  background-color: #f0763b;
}
ul.products li:nth-child(5n) {
  background-color: #ffa100;
}
ul.products li:nth-child(6n) {
  background-color: #a0c420;
}

ul.products li:nth-child(7n) {
  background-color: #3fbdbd;
}
ul.products li:nth-child(8n) {
  background-color: #e26ecf;
}
ul.products li:nth-child(9n) {
  background-color: #e55858;
}

ul.products li:nth-child(10n) {
  background-color: #639935;
}
ul.products li:nth-child(11n) {
  background-color: #7a59d6;
}
ul.products li:nth-child(12n) {
  background-color: #ec641d;
}
.woocommerce .list-view ul.products li.product {
  width: 100%;
}
body.woocommerce .site-content {
  background-size: contain;
}
.product-image {
  position: relative;
}
.woocommerce .list-view ul.products li.product .price del {
  padding-right: 15px;
  display: inline-block;
}
.woocommerce .list-view ul.products li.product .price ins {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: inherit;
  width: inherit;
}
table.shop_table.cart th,
.woocommerce-checkout-review-order-table th {
  color: #fff;
  font-weight: bold;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  padding-left: 0;
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
}
table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  color: #fff;
}
.type-page table.shop_table tbody tr.cart-item td {
  border-top: 1px solid rgba(58, 93, 101, 0.24);
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
  padding: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  border-top: 1px solid rgba(58, 93, 101, 0.24);
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
  padding: 10px 0;
}
.type-page .woocommerce table.shop_table.woocommerce-checkout-review-order-table td:nth-child(1),
.type-page .woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
  border-top: none;
  padding-bottom: 10px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
  padding: 5px 0;
}
table.shop_table td a {
  color: #1c1b1b;
}
table.shop_table td a:hover {
  color: #0a3d8c;
  text-decoration: underline;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
  padding-bottom: 20px;
  color: #1c1b1b;
  font-weight: 800;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  border-top: none;
}
.woocommerce a.remove {
  font-size: 1.2em;
  height: 25px;
  width: 25px;
  line-height: 22px;
  background-color: rgba(85, 82, 128, 0.4);
  color: #fff !important;
}
.woocommerce a.remove:hover {
  background-color: #b91717;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  box-shadow: none;
  background-color: #00ade3;
  color: #fff;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background-color: #0092c0;
}
.type-page table.shop_table,
.type-page table.shop_table th,
.type-page table.shop_table td,
.type-page table.shop_table tbody tr td:nth-child(1),
.type-page table.shop_table tbody tr td:nth-child(2) {
  border: none;
}
.type-page table.shop_table tbody tr td {
  border-top: 1px solid rgba(58, 93, 101, 0.24);
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
  padding: 0;
}
.woocommerce-cart table.shop_table.cart img {
  width: 70px;
  border-radius: 0;
  border-color: transparent;
  border-radius: 20px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 130px;
  padding: 5px 20px;
  margin-right: 10px;
  border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: auto;
}
.shop_table .cart-subtotal span.woocommerce-Price-amount.amount,
.shop_table .order-total span.woocommerce-Price-amount.amount {
  color: #fbee49;
  font-size: 25px;
  font-weight: 100;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: middle;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top-color: transparent;
}
.cart_totals h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.woocommerce a.button.alt {
  background-color: #ed4c16;
  padding: 15px 25px;
  border-radius: 5px;
}
.woocommerce a.button.alt:hover {
  background-color: #ce3d0c;
}
table.shop_table.shop_table_responsive.cart {
  border-spacing: 0 25px;
}
.woocommerce table.shop_table.cart th {
  padding: 0;
}
.type-page table.shop_table tbody tr:last-child td:nth-child(1) {
  border-bottom: 1px solid rgba(58, 93, 101, 0.24);
  padding-bottom: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce form .form-row .required {
  color: #fff;
}
.woocommerce-billing-fields ::-webkit-input-placeholder,
.woocommerce-shipping-fields ::-webkit-textarea-placeholder {
  color: #333;
}
/* Current price */
.single-product .entry-summary span.woocommerce-Price-amount.amount {
  font-family: "Shadows Into Light", cursive;
  font-size: 45px;
  font-weight: 600;
  color: #fbee49;
}
/** Old price **/
.single-product .entry-summary del span.woocommerce-Price-amount.amount {
  color: #ffffffa4;
  font-size: 36px;
  margin-right: 25px;
}
.woocommerce div.product p.price del {
  opacity: 1 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  color: #fa7921 !important;
  font-size: 2.25em !important;
}
/* Variants list */
.woocommerce div.product form.cart .variations select {
  border-radius: 5px;
  padding: 0.2em 0.6em;
  cursor: pointer;
  background-color: #ffffffd9;
  border-color: #9e9e9e;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.wc-block-mini-cart__button {
  border-radius: 5px !important;
  padding: 1em 1.2em !important;
  cursor: pointer;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
}
.wc-block-mini-cart__quantity-badge,
.wc-block-mini-cart__amount {
  color: #404040 !important;
  font-size: 1.2em !important;
  font-weight: 600 !important;
}
.wc-block-mini-cart__button:hover .wc-block-mini-cart__quantity-badge,
.wc-block-mini-cart__button:hover .wc-block-mini-cart__amount {
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.wc-block-mini-cart__button:hover {
  background-color: #6ccfe7 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.woocommerce div.product p.stock.in-stock {
  color: #fff;
}
.woocommerce-message {
  border-top-color: #008d45;
  background-color: rgba(0, 218, 106, 0.06);
}
.woocommerce-page .woocommerce-message .button {
  background-color: #c2fbd7;
  box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
    rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px, rgba(44, 187, 99, 0.15) 0 16px 32px;
  color: green;
  cursor: pointer;
  border-radius: 100px;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.woocommerce-page .woocommerce-message .button:hover {
  box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset, rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
    rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px, rgba(44, 187, 99, 0.25) 0 16px 32px;
  transform: scale(1.05);
  background-color: #c2fbd7;
}
.woocommerce-error {
  border-top-color: #e55934;
  background-color: rgba(238, 144, 120, 0.06);
}
.woocommerce-page .woocommerce-error .button {
  background-color: initial;
  background-image: linear-gradient(-180deg, #ff7e31, #e62c03);
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  transition: box-shadow 0.2s;
}

.woocommerce-page .woocommerce-error .button:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
  background-color: #e55934;
  color: #fff;
  transform: scale(1.05);
}
.single-product.woocommerce div.product div.images .thumbnails img {
  width: 70px;
  border-radius: 20px;
  border: 4px solid #fff;
}
.woocommerce div.product div.images div.thumbnails {
  padding-left: 35px;
  padding-right: 35px;
}
.woocommerce-tabs.wc-tabs-wrapper {
  background-color: #52aec5;
  border-radius: 10px;
  padding: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  z-index: 2;
  border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border-color: transparent;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce p.stars a {
  color: #ffde00;
  margin: 0 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  content: "";
  width: 55px;
  height: 5px;
  background-color: #fa7921;
  position: absolute;
  bottom: 0;
  left: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #52aec5;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #52aec5;
  color: #fff;
}
.widget_products ins {
  color: #fff;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout h3 {
  margin: 0;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.woocommerce-checkout h3 {
  margin: 15px 0;
}
.woocommerce-checkout .post-edit-link,
.woocommerce-account .post-edit-link {
  color: #fff;
  margin-top: 0;
}
.woocommerce-checkout .entry-content {
  padding-bottom: 0;
}
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
  display: flex !important;
  list-style: none;
  align-content: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
/* Basket */
button.wc-block-cart-item__remove-link {
  color: #4b4b4b;
  text-decoration: none !important;
  background: #f8f8f8 !important;
  border-radius: 6px !important;
  border: 1px solid #f8f8f8 !important;
  width: 20%;
  height: 30px;
  float: left;
  padding: 0 !important;
}
button.wc-block-cart-item__remove-link:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.2em;
  padding-right: 5px;
}
button.wc-block-cart-item__remove-link:hover {
  background: #fff !important;
  color: #e55934 !important;
  border: 1px solid #fff !important;
}
/** MY ACCOUNT LOGIN/REGISTER FORMS **/
.woocommerce form .form-row {
  margin: 20px 10px;
}
.woocommerce-LostPassword.lost_password {
  margin-top: 10px;
}
.woocommerce form.login {
  color: #fff;
  border: 1px solid #ccc;
  background-color: #99d7ee;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.woocommerce form.register {
  color: #fff;
  border: 1px solid #ccc;
  background-color: #00d96b;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
/* field */
.woocommerce form .form-row input.input-text {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.woocommerce-form__input {
  cursor: pointer;
}
/* password eye */
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  color: #ccc;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  width: 24px !important;
  height: 24px !important;
  background: none !important;
  top: 1em !important;
  border-radius: 50% !important;
  border: 1px solid #ccc !important;
  box-shadow: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  box-shadow: none;
}
/* box shadow */
.woocommerce form.login:hover,
.woocommerce form.register:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.woocommerce-LostPassword > a {
  color: #fff;
}
.woocommerce-LostPassword > a:hover {
  color: #0a3d8c !important;
  text-decoration: none !important;
}
/* buttons */
.woocommerce-form-register__submit,
.woocommerce-form-login__submit {
  border-radius: 999px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px !important;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  font-family: "Playfair Display", sans-serif;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px !important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}
.woocommerce-form-register__submit {
  background: #008d45 !important;
}
.woocommerce-form-login__submit {
  background: #0f5cd3 !important;
}
.woocommerce-form-login__submit:hover {
  background: #3d84f1 !important;
  color: #f3f3f3 !important;
  box-shadow: #0f5cd3 0 10px 20px -10px !important;
}
.woocommerce-form-register__submit:hover {
  background: #00a652 !important;
  color: #f3f3f3 !important;
  box-shadow: #008d45 0 10px 20px -10px !important;
}
article .entry-content nav.woocommerce-MyAccount-navigation a {
  color: #fff;
  font-size: 18px;
}
article .entry-content nav.woocommerce-MyAccount-navigation ul {
  margin-left: 0.5em;
}
article .entry-content nav.woocommerce-MyAccount-navigation a:hover,
article .entry-content .woocommerce-MyAccount-content a:hover {
  color: #fde74c;
}
.woocommerce-account .addresses .title h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
  float: none;
  margin: 0;
  display: block;
}
.woocommerce-account .addresses .title .edit {
  float: none;
}
.woocommerce-account .addresses address {
  margin-top: 15px;
}
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-content input.button {
  top: 0;
}
.woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content .input-text {
  text-indent: 5px;
}
article .entry-content .woocommerce-MyAccount-content a {
  color: #1f7079;
}
/*--------------------------------------------------------------
# Courses list
--------------------------------------------------------------*/
.course-lists {
  margin: 50px 0;
}
.course-lists li.column-wrapper {
  margin: 10px 0;
}
.course-lists li.column-wrapper:nth-child(1n) .course-item {
  background-color: #6cc28f;
}
.course-lists li.column-wrapper:nth-child(2n) .course-item {
  background-color: #26b6d4;
}
.course-lists li.column-wrapper:nth-child(3n) .course-item {
  background-color: #fa7921;
}
.course-lists li.column-wrapper:nth-child(4n) .course-item {
  background-color: #c685d2;
}
.course-lists li.column-wrapper:nth-child(5n) .course-item {
  background-color: #ff9f00;
}
.course-lists li.column-wrapper:nth-child(6n) .course-item {
  background-color: #64973a;
}
.course-lists li.column-wrapper:nth-child(7n) .course-item {
  background-color: #a0c232;
}
.course-lists li.column-wrapper:nth-child(8n) .course-item {
  background-color: #46bdbc;
}
.course-lists li.column-wrapper:nth-child(9n) .course-item {
  background-color: #e171cd;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
article.column-wrapper {
  padding: 10px;
}
article .blog-post-wrap {
  padding: 30px;
  border-radius: 50px;
  background-color: #5bc0eb;
}
.hentry {
  margin: 0;
}
article .entry-header,
article .entry-content {
  text-align: left;
  padding: 0 20px;
}
article img {
  border: 5px solid #fff;
  border-radius: 50px;
  width: 100%;
}
.blog article img .single article img .archive article img {
  width: 100%;
}
.blog article .entry-title,
.single article .entry-title,
.page article .entry-title,
.archive article .entry-title {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
.blog article .entry-title:after,
.single article .entry-title:after,
.archive article .entry-title:after {
  display: none;
}
article .entry-title a,
.entry-meta,
article .entry-content,
.single article .entry-title,
.page article .entry-title {
  color: #fff;
}
article .entry-content p:first-child {
  margin-top: 0;
}
article .entry-content {
  background-color: #5bc0eb;
  padding: 30px;
  border-radius: 50px;
}
.single article .entry-content,
.blog article .entry-content,
.archive article .entry-content {
  background-color: transparent;
  padding: 0 20px;
  border-radius: 0;
}
time:before,
.likes:before,
.comments-links:before {
  content: "\f073";
  font-family: "FontAwesome";
  padding-right: 10px;
}
.likes:before {
  content: "\f004";
  padding-right: 5px;
}
.comments-links:before {
  content: "\f086";
  padding-right: 5px;
}
.entry-meta > span:after {
  content: "|";
  padding: 0 10px;
}
.entry-meta > span.tp-class-price:after,
.entry-meta > span:last-child:after {
  content: "";
  padding: 0 2px;
}
time:hover,
article .entry-title a:hover,
.comment-meta .url:hover {
  color: #fa7921;
}
.read-more,
.read-more:hover {
  color: #fde74c;
  font-family: "Shadows Into Light", cursive;
  font-size: 20px;
  position: relative;
}
.read-more::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fde74c;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.read-more:hover::after,
.read-more:focus::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
.read-more .fa {
  padding-left: 10px;
}
.archive article:nth-child(1n) .blog-post-wrap {
  background-color: #5bc0eb;
}
.archive article:nth-child(2n) .blog-post-wrap {
  background-color: #c683d3;
}
.archive article:nth-child(3n) .blog-post-wrap {
  background-color: #67c58f;
}
.archive article:nth-child(4n) .blog-post-wrap {
  background-color: #f37630;
}
.archive article:nth-child(5n) .blog-post-wrap {
  background-color: #9bc53d;
}
.archive article:nth-child(6n) .blog-post-wrap {
  background-color: #5bc0eb;
}
.archive article:nth-child(7n) .blog-post-wrap {
  background-color: #e46ad1;
}
.archive article:nth-child(8n) .blog-post-wrap {
  background-color: #e55934;
}
article .entry-title a,
article .entry-title,
.entry-meta,
article .entry-content {
  color: rgb(255, 255, 255);
}

.post-edit-link {
  color: #fff;
  margin-top: 25px;
  display: inline-block;
  padding-left: 20px;
}
article .entry-content a {
  color: #fde74c;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Shadows Into Light", cursive;
  position: relative;
}
article .entry-content a:hover {
  font-family: "Shadows Into Light", cursive;
  position: relative;
}
article .entry-content a::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fde74c;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
article .entry-content a:hover::after,
article .entry-content a:focus::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  transform: translateY(3px);
}
/*--------------------------------------------------------------
# Contact us
--------------------------------------------------------------*/
#contact-form {
  padding-bottom: 30px;
}
#contact-form .entry-title {
  border-bottom: none;
  font-size: 25px;
}
#contact-form .entry-title:after {
  display: none;
}
#contact-form .gm-style {
  border-radius: 50px;
}
#contact-address .address-block li {
  width: 25%;
  float: left;
  padding: 0 25px;
}
#contact-address .address-block {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
#contact-address .address-block span {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-family: "Shadows Into Light", cursive;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
#contact-address .address-block small a {
  font-weight: 500;
}
#contact-address .address-block small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#contact-address .address-block .icon-container {
  border: 3px solid;
}
#contact-address .address-block li.address small {
  padding: 0 50px;
}
.address-block .icon-container .fa {
  font-weight: bold;
}
#contact-address .address-block li:nth-child(1n) .icon-container {
  border-color: #5433b4;
}
#contact-address .address-block li:nth-child(1n) .icon-container .fa,
#contact-address .address-block li:nth-child(1n) span {
  color: #5433b4;
}
#contact-address .address-block li:nth-child(2n) .icon-container {
  border-color: #9bc53d;
}
#contact-address .address-block li:nth-child(2n) .icon-container .fa,
#contact-address .address-block li:nth-child(2n) span {
  color: #9bc53d;
}
#contact-address .address-block li:nth-child(3n) .icon-container {
  border-color: #b92831;
}
#contact-address .address-block li:nth-child(3n) .icon-container .fa,
#contact-address .address-block li:nth-child(3n) span {
  color: #b92831;
}
#contact-address .address-block li:nth-child(4n) .icon-container {
  border-color: #cc4999;
}
#contact-address .address-block li:nth-child(4n) .icon-container .fa,
#contact-address .address-block li:nth-child(4n) span {
  color: #cc4999;
}
.wpcf7-form p {
  margin: 0 0 1.5em 0;
}
.ff-el-input--content input,
.ff-el-input--content textarea,
.wpcf7-form input,
.wpcf7-form textarea {
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  width: 100%;
  margin-top: 10px;
}
.ff-el-input--content textarea,
.wpcf7-form textarea {
  padding: 20px;
  height: 200px;
}
.ff_submit_btn_wrapper button.ff-btn-submit,
.wpcf7-form input[type="submit"],
#comments #submit {
  background-color: #5bc0eb !important;
  font-family: "Shadows Into Light", cursive;
  color: #fff;
  font-size: 22px;
  box-shadow: none;
  border-radius: 5px;
  width: auto;
  padding: 16px 40px;
  height: auto;
  margin-top: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}
.ff_submit_btn_wrapper button.ff-btn-submit:hover,
.wpcf7-form input[type="submit"]:hover,
#comments #submit:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}
/*--------------------------------------------------------------
# Error404
--------------------------------------------------------------*/
.page-content {
  text-align: center;
}
body.error404 .site-content {
  margin-top: 0;
}
.error-404.not-found {
  text-align: center;
}
.page-content p {
  margin: 25px auto;
  font-weight: 600;
  color: #555;
}
/* WOO AND BLOG COMMERCE SEARCH */
.blog-search-bar,
.shop-search-bar {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog-search-bar > label,
.shop-search-bar > label {
  display: none;
}
#wp-block-search__input-1::placeholder {
  color: #ccc;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-style: italic;
}
.blog-search-bar > div,
.shop-search-bar > div {
  width: 100%;
  border-width: 1px;
  border-radius: calc(50px + 4px);
  height: 50px;
}
.blog-search-bar > div > button::before,
.shop-search-bar > div > button::before {
  margin-right: 0px !important;
  margin-top: 7px !important;
}
.page-content input[type="search"] {
  background-color: #fff;
  width: 250px;
  height: 40px;
  border-radius: 50px;
  padding: 0 20px;
}
.page-content .search-submit:before {
  content: "\f002";
  font-family: "FontAwesome";
}
.page-content .search-submit {
  height: 40px;
  border-radius: 40px;
  width: 40px;
  background-color: #00ade3;
  box-shadow: none;
  color: #fff;
  border: none;
  margin-left: 10px;
}
.page-content .btn.btn-blue {
  margin-top: 30px;
}
body.error404 {
  background-image: url("assets/uploads/error404-bg.jpg");
  background-size: cover;
  background-position: 50% 100%;
}
body.error404 .site-footer,
body.error404 .site-content {
  background-image: none !important;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-portfolio article {
  height: auto !important;
  margin-bottom: 20px;
  padding: 0 10px;
}
.blog-portfolio article:nth-child(1n) .blog-post-wrap {
  background-color: #5bc0eb;
}
.blog-portfolio article:nth-child(2n) .blog-post-wrap {
  background-color: #c487d0;
}
.blog-portfolio article:nth-child(3n) .blog-post-wrap {
  background-color: #6cc28f;
}
.blog-portfolio article:nth-child(4n) .blog-post-wrap {
  background-color: #ee7644;
}
.blog-portfolio article:nth-child(5n) .blog-post-wrap {
  background-color: #ff9f02;
}
.blog-portfolio article:nth-child(6n) .blog-post-wrap {
  background-color: #6cc28f;
}
.blog-portfolio article:nth-child(7n) .blog-post-wrap {
  background-color: #64973b;
}
.blog-portfolio article:nth-child(8n) .blog-post-wrap {
  background-color: #fa7921;
}
.blog-portfolio article:nth-child(9n) .blog-post-wrap {
  background-color: #7a5cd2;
}
.blog-portfolio article:nth-child(10n) .blog-post-wrap {
  background-color: #5bc0eb;
}
/*--------------------------------------------------------------
# Single blog
--------------------------------------------------------------*/
.related-post-title {
  border-bottom: none;
  font-size: 25px;
  word-wrap: break-word;
  color: #fa7921;
  text-transform: capitalize;
}
#related-posts,
#comments {
  margin-top: 2em;
}
.single article {
  padding: 0;
}
#related-posts article {
  padding: 0 20px 0 0;
}
#related-posts article:nth-child(1n) .blog-post-wrap {
  background-color: #67c58f;
}
#related-posts article:nth-child(2n) .blog-post-wrap {
  background-color: #f37630;
}
.sd-title {
  color: #fff;
  font-size: 22px !important;
  margin: 0 0 0.2em 0 !important;
  font-weight: 500 !important;
  padding: 10px 20px 10px 0;
  text-transform: capitalize;
}
.sd-content {
  display: inline-block;
}
.sd-block.sd-social.sd-social-icon .sd-content {
  vertical-align: top;
}
.sd-block.sd-social .sd-content {
  vertical-align: bottom;
}
.sd-content .social-icons span {
  display: none;
}
.sharedaddy:before,
.sharedaddy:after,
.about-author:before,
.about-author:after {
  content: "";
  clear: both;
  display: table;
}
.about-author {
  background-color: #fff;
  padding: 30px;
  border-radius: 50px;
  margin-top: 1.5em;
}
.author-image {
  float: left;
  width: 20%;
}
.author-content {
  color: #797979;
  float: left;
  width: 80%;
  padding-left: 25px;
}
.author-image img {
  min-height: auto;
}
.author-name h6 {
  margin: 0;
}
.author-name a {
  color: #fa7921;
  font-size: 22px;
  text-transform: capitalize;
}
.author-name a:hover {
  color: #333;
}
.author-content p {
  margin-bottom: 0;
}
.sharedaddy {
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
}
div.sharedaddy h3.sd-title:before {
  border-top: none !important;
  margin-bottom: 0 !important;
}
#comments {
  position: relative;
}
#reply-title,
.comments-title {
  border-bottom: none;
  font-size: 25px;
  word-wrap: break-word;
  color: #fa7921;
  text-transform: capitalize;
}
.comment-body {
  position: relative;
}
.comment-meta img {
  width: 100px;
  border-radius: 35px;
  float: left;
}
ol.comment-list {
  margin: 0;
  padding: 0;
}
ol.children,
ol.comment-list {
  list-style-type: none;
}
.comment-meta .url {
  padding-left: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  color: #555;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
}
.says {
  display: none;
}
.comment-metadata {
  padding-left: 26px;
  display: inline-block;
}
.comment-content {
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-left: 125px;
}
.comment-content p {
  color: #797979;
  margin-bottom: 0;
}
.reply {
  position: absolute;
  top: 0;
  right: 0;
}
.reply a {
  color: #00ade3;
  font-weight: 600;
  font-family: "Shadows Into Light", cursive;
}
.reply a:hover,
.reply a:hover:after {
  color: #fa7921;
}
.reply a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #bcbcbc;
  font-size: 12px;
  padding-left: 10px;
  color: #00ade3;
}
#comments ol.children {
  margin-left: 3.5em;
}
ol.comment-list > li {
  margin-bottom: 30px;
}
.comment-notes {
  color: #797979;
  font-weight: 500;
  margin-top: 0;
}
.comment-metadata a {
  color: #3e3e3e;
  font-weight: 600;
}
.comment-metadata time {
  font-size: 14px;
}
#comments input,
#comments textarea {
  border-radius: 0;
  padding: 0 20px;
  border-radius: 50px;
}
#comments input {
  width: 100%;
  height: 40px;
  text-indent: 0;
}
#comments label {
  display: block;
  margin-bottom: 10px;
  color: #797979;
  font-weight: 500;
}
#comments textarea {
  padding: 20px;
  height: 235px;
  text-indent: 0;
  text-align: left;
}
/*--------------------------------------------------------------
# Color Switcher
--------------------------------------------------------------*/
.color-switcher {
  width: 300px;
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  background-color: #eee;
  z-index: 30000;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -moz-box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
}
.color-switcher .switch-colors .red.active {
  border-bottom: 2px solid #f5595a;
  padding-bottom: 5px;
}
.color-switcher .switch-colors .blue.active {
  border-bottom: 2px solid #428bca;
  padding-bottom: 5px;
}
.color-switcher .switch-colors .black.active {
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}
.color-switcher .switch-colors .yellow.active {
  border-bottom: 2px solid #fccc31;
  padding-bottom: 5px;
}
.color-switcher .switch-colors .green.active {
  border-bottom: 2px solid #009999;
  padding-bottom: 5px;
}
.color-switcher h5 {
  font-size: 15px;
  margin-top: 0;
  padding: 0 20px 0;
}
.color-switcher p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  height: 40px;
  text-align: left;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.color-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.color-switcher ul li {
  float: left;
}
.color-switcher ul li a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}
.color-switcher .font-family a {
  text-transform: uppercase;
}
.color-switcher .font-family li a {
  display: inline;
  line-height: 0;
}
.color-switcher .font-family li.active a,
.color-switcher .font-family li a:hover,
.color-switcher .font-family li a:focus {
  color: #00ade3;
}
.color-switcher ul li a.blue {
  background: #00ade3;
}
.color-switcher ul li a.green {
  background: #009999;
}
.color-switcher ul li a.yellow {
  background: #f2bd19;
}
.color-switcher ul li a.black {
  background: #555;
}
.color-switcher li .red {
  background: #f5595a;
}
.picker_close,
.picker_close:hover,
.picker_close:focus {
  color: #00ade3;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -55px;
  top: 25%;
  text-align: center;
  background: #eee;
  box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
  -moz-box-shadow: 5px 3px 7px 0px rgba(51, 51, 51, 0.23);
}
.picker_close i {
  font-size: 25px;
  line-height: 55px;
}
.position {
  left: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.theme-colours,
.layouts,
.backgrounds,
.choose-header,
.choose-footer {
  display: table;
  text-align: left;
  padding-top: 0px;
  width: 100%;
  padding: 19px;
  padding-top: 0px;
  padding-left: 25px;
}
.layouts a,
.choose-header a,
.choose-footer a {
  display: inline-block;
  text-align: center;
  width: 40%;
  margin: 0 5px 0 0;
  color: #5d5d5d;
  font-size: 15px;
  border: 1px solid #e7e7e7;
  padding: 5px 7px 2px;
}
.layouts a:hover,
.choose-header a:hover,
.choose-footer a:hover,
.layouts a:focus,
.choose-header a:focus,
.choose-footer a:focus {
  border: 2px solid #a9a9a9;
  padding: 4px 5px 1px;
}
.styleswitcher {
  position: fixed;
  width: 120px;
  background: #ffffff;
  color: #595959;
  top: 150px;
  right: -123px;
  z-index: 999;
}
.styleswitcher p {
  color: #000 !important;
}
.styleswitcher.ackapa {
  left: 0;
}
.styleswitcher .switch {
  padding-left: 15px;
  padding-bottom: 10px;
}
.styleswitcher .switch h5 {
  margin-top: 20px;
}
.styleswitcher .switch p {
  margin-top: 10px;
}
.stylebutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 40px;
  background: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  top: 0px;
  right: -40px;
}
.styleswitcher a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 99999999;
}
.color-switcher ul li {
  margin: 3px;
}
.color-switcher ul.font-family li {
  float: none;
}
.boxed {
  background-color: #f9f9f9;
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.15);
}
li .wide,
li .boxed {
  background: #00ade3;
  color: #fff !important;
  padding: 0 6px;
  width: 157px !important;
  text-decoration: none;
  box-shadow: none;
}
li .wide:hover,
li .boxed:hover,
li .wide:focus,
li .boxed:focus {
  background: #333;
}
li .wide {
  margin-top: 10px;
}
/*--------------------------------------------------------------
# Font selection
--------------------------------------------------------------*/
.montserrat h1,
.montserrat h2,
.montserrat h3,
.montserrat h4,
.montserrat h5,
.montserrat h6,
.montserrat .btn,
.montserrat ul.tabs li,
.montserrat .search-wrapper input[type="submit"],
.montserrat nav.portfolio-filter ul li a,
.montserrat #client-testimonial-slider .name,
.montserrat .read-more,
.montserrat #contact-address .address-block span,
.montserrat .wpcf7-form input[type="submit"],
.montserrat #comments #submit,
.montserrat .page-numbers,
.montserrat .comment-meta .url {
  font-family: "Montserrat", sans-serif;
}

.courgette-roboto h1,
.courgette-roboto h2,
.courgette-roboto h3,
.courgette-roboto h4,
.courgette-roboto h5,
.courgette-roboto h6,
.courgette-roboto .btn,
.courgette-roboto ul.tabs li,
.courgette-roboto .search-wrapper input[type="submit"],
.courgette-roboto nav.portfolio-filter ul li a,
.courgette-roboto #client-testimonial-slider .name,
.courgette-roboto .read-more,
.courgette-roboto #contact-address .address-block span,
.courgette-roboto .wpcf7-form input[type="submit"],
.courgette-roboto #comments #submit,
.courgette-roboto .page-numbers,
.courgette-roboto .comment-meta .url {
  font-family: "Courgette", sans-serif;
}
.courgette-roboto p,
.courgette-roboto small,
.courgette-roboto span,
.courgette-roboto blockquote {
  font-family: "Poppins", sans-serif;
}

.raleway-poppins h1,
.raleway-poppins h2,
.raleway-poppins h3,
.raleway-poppins h4,
.raleway-poppins h5,
.raleway-poppins h6,
.raleway-poppins .btn,
.raleway-poppins ul.tabs li,
.raleway-poppins .search-wrapper input[type="submit"],
.raleway-poppins nav.portfolio-filter ul li a,
.raleway-poppins #client-testimonial-slider .name,
.raleway-poppins .read-more,
.raleway-poppins #contact-address .address-block span,
.raleway-poppins .wpcf7-form input[type="submit"],
.raleway-poppins #comments #submit,
.raleway-poppins .page-numbers,
.raleway-poppins .comment-meta .url {
  font-family: "Raleway", sans-serif;
}
.raleway-poppins p,
.raleway-poppins small,
.raleway-poppins span,
.raleway-poppins blockquote {
  font-family: "Poppins", sans-serif;
}

.roboto-monsterrat h1,
.roboto-monsterrat h2,
.roboto-monsterrat h3,
.roboto-monsterrat h4,
.roboto-monsterrat h5,
.roboto-monsterrat h6,
.roboto-monsterrat .btn,
.roboto-monsterrat ul.tabs li,
.roboto-monsterrat .search-wrapper input[type="submit"],
.roboto-monsterrat nav.portfolio-filter ul li a,
.roboto-monsterrat #client-testimonial-slider .name,
.roboto-monsterrat .read-more,
.roboto-monsterrat #contact-address .address-block span,
.roboto-monsterrat .wpcf7-form input[type="submit"],
.roboto-monsterrat #comments #submit,
.roboto-monsterrat .page-numbers,
.roboto-monsterrat .comment-meta .url {
  font-family: "Roboto", sans-serif;
}
.roboto-monsterrat p,
.roboto-monsterrat small,
.roboto-monsterrat span,
.roboto-monsterrat blockquote {
  font-family: "Montserrat", sans-serif;
}
.poppins-courgette h1,
.poppins-courgette h2,
.poppins-courgette h3,
.poppins-courgette h4,
.poppins-courgette h5,
.poppins-courgette h6,
.poppins-courgette .btn,
.poppins-courgette ul.tabs li,
.poppins-courgette .search-wrapper input[type="submit"],
.poppins-courgette nav.portfolio-filter ul li a,
.poppins-courgette #client-testimonial-slider .name,
.poppins-courgette .read-more,
.poppins-courgette #contact-address .address-block span,
.poppins-courgette .wpcf7-form input[type="submit"],
.poppins-courgette #comments #submit,
.poppins-courgette .page-numbers,
.poppins-courgette .comment-meta .url {
  font-family: "Courgette", sans-serif;
}
.poppins-courgette p,
.poppins-courgette small,
.poppins-courgette span,
.poppins-courgette blockquote {
  font-family: "Poppins", sans-serif;
}

.pacifico h1,
.pacifico h2,
.pacifico h3,
.pacifico h4,
.pacifico h5,
.pacifico h6,
.pacifico .btn,
.pacifico ul.tabs li,
.pacifico .search-wrapper input[type="submit"],
.pacifico nav.portfolio-filter ul li a,
.pacifico #client-testimonial-slider .name,
.pacifico .read-more,
.pacifico #contact-address .address-block span,
.pacifico .wpcf7-form input[type="submit"],
.pacifico #comments #submit,
.pacifico .page-numbers,
.pacifico .comment-meta .url {
  font-family: "Pacifico", cursive;
}

.indie-flower h1,
.indie-flower h2,
.indie-flower h3,
.indie-flower h4,
.indie-flower h5,
.indie-flower h6,
.indie-flower .btn,
.indie-flower ul.tabs li,
.indie-flower .search-wrapper input[type="submit"],
.indie-flower nav.portfolio-filter ul li a,
.indie-flower #client-testimonial-slider .name,
.indie-flower .read-more,
.indie-flower #contact-address .address-block span,
.indie-flower .wpcf7-form input[type="submit"],
.indie-flower #comments #submit,
.indie-flower .page-numbers,
.indie-flower .comment-meta .url {
  font-family: "Indie Flower", cursive;
}

.atma h1,
.atma h2,
.atma h3,
.atma h4,
.atma h5,
.atma h6,
.atma .btn,
.atma ul.tabs li,
.atma .search-wrapper input[type="submit"],
.atma nav.portfolio-filter ul li a,
.atma #client-testimonial-slider .name,
.atma .read-more,
.atma #contact-address .address-block span,
.atma .wpcf7-form input[type="submit"],
.atma #comments #submit,
.atma .page-numbers,
.atma .comment-meta .url {
  font-family: "Atma", cursive;
}
.tp-education-header {
  display: none;
}
.poppins-courgette #recent-classes-slider .slider-footer-contents ul li,
.poppins-courgette .course-footer-contents ul li {
  display: inline-block;
  margin-right: 12px;
}
.poppins-courgette #recent-classes-slider .slider-contents,
.poppins-courgette .course-contents {
  padding: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  background-position: 50% 100%;
  background-size: cover;
  background-image: url("assets/uploads/footer-bg.png");
  /*    background-image: url("assets/uploads/footer-background-book.jpg");*/
}
.site-footer .container {
  padding-top: 25px !important;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .address-block {
  width: 45%;
  margin: 0 auto;
}
.site-footer .address-block li {
  width: 50%;
  float: left;
  text-align: left;
}
.home.blog .footer-divider {
  display: block;
}
.footer-divider img {
  vertical-align: bottom;
  width: 100%;
}
.address-block .address,
.address-block a {
  color: #404040;
  font-weight: 600;
}
.bottom-footer ul li {
  display: inline-block;
  margin-right: 15px;
  text-transform: capitalize;
}
.bottom-footer .column-wrapper:first-child {
  text-align: left;
}
.bottom-footer {
  padding: 10px 0;
  font-size: 15px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.site-footer .bottom-footer li {
  margin-bottom: 0;
}
#menu-footer li a {
  color: #fff;
}
#menu-footer li a:hover {
  color: #0f5cd3;
  border-bottom: 1px dashed #0f5cd3;
}
.spacer {
  margin-top: 400px;
}
.site-footer .menu-item:before {
  display: none;
}
.site-footer .menu-item a,
.site-info {
  font-size: 14px;
}
.site-footer a,
#secondary a {
  color: #313131;
}
.site-footer a:hover {
  color: #00ade3;
}
.site-footer .address-block li {
  margin-bottom: 5px;
}
.site-footer .social-icons li {
  margin-bottom: 0;
}
.site-footer .gm-style {
  border-radius: 50px;
}
.hide {
  display: none;
}
.google-map iframe {
  pointer-events: none;
}
#colophon .widget {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#colophon .widget-title {
  font-size: 32px;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 767px) {
  /*-----Column grid widths------*/
  .one-column .column-wrapper {
    width: 100%;
  }
  .two-columns .column-wrapper {
    width: 50%;
    float: left;
  }
  .three-columns .column-wrapper {
    width: 33.33%;
    float: left;
  }
  .four-columns .column-wrapper {
    width: 50%;
    float: left;
  }
  .five-columns .column-wrapper {
    width: 33.33%;
    float: left;
  }
  .six-columns .column-wrapper {
    width: 16.66%;
    float: left;
  }
  /*-----End column grid widths-----*/
  /*-------- Primary and Secondary Sidebar-----*/
  #primary {
    width: 75%;
    float: left;
  }
  #secondary {
    width: 25%;
    float: left;
  }
  .right-sidebar #primary,
  .left-sidebar #secondary {
    padding-right: 20px;
  }
  .left-sidebar #primary,
  .right-sidebar #secondary {
    padding-left: 20px;
  }
  .no-sidebar #primary {
    width: 100%;
  }
  .left-sidebar #primary,
  .right-sidebar #secondary {
    float: right;
  }
  /*---End Primary and Secondary Sidebar-----*/
  .sub-title {
    width: 85%;
  }
  .course-lists.three-columns .column-wrapper {
    width: 50%;
  }
  #contact-form .two-columns .column-wrapper:first-child {
    padding-right: 25px;
  }
  .page-content p {
    width: 385px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  ul.products.three-columns li {
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    width: 31.5%;
  }
  .woocommerce ul.products li.product.last,
  .woocommerce-page ul.products li.product.last,
  ul.products.three-columns li.last {
    margin-right: 0;
  }
  .list-view .product-image {
    width: 30%;
    float: left;
  }
  .list-view .product-description {
    width: 70%;
    float: left;
    padding-left: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .four-columns .column-wrapper {
    width: 25%;
    float: left;
  }
  .five-columns .column-wrapper {
    width: 20%;
    float: left;
  }
  .main-navigation > ul > li > a {
    padding-top: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 9;
  }
  .menu-button {
    display: none;
  }
  .sub-title {
    width: 50%;
  }
  .search-wrapper label {
    width: 15%;
    float: left;
  }
  .search.two-columns {
    width: 85%;
    float: left;
  }
  .portfolio-item {
    width: 25% !important;
  }
  .has-post-thumbnail .blog-image {
    width: 35%;
    float: left;
  }
  .has-post-thumbnail .blog-contents {
    width: 65%;
    float: left;
    padding-left: 20px;
  }
  #client-testimonial-slider .slider-item.slick-slide {
    padding: 0 100px;
  }
  .error-404.not-found {
    padding: 200px 50px 100px 50px;
  }
  #comments .comment-form-comment {
    width: 50%;
    float: right;
    margin: 0;
  }
  .logged-in #comments .comment-form-comment {
    width: 100%;
    float: none;
  }
  #comments input {
    width: 48%;
  }
  #features .column-wrapper {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #main-slider .divider img {
    position: relative;
    top: 20px;
  }
  .course-lists.three-columns .column-wrapper {
    width: 33.33%;
  }
  .blog-portfolio .entry-meta {
    margin-bottom: 0;
  }
  .blog-portfolio .entry-content {
    margin-top: 0;
  }
  .blog-portfolio .blog-item.has-post-thumbnail .post-thumbnail {
    width: 40%;
    float: left;
    padding-right: 25px;
  }
  .blog article .entry-title {
    width: 55%;
  }
  #recent-classes-slider .four-slides-visible .slider-header-contents .title,
  .four-slides-visible .course-header-contents .title {
    font-size: 20px;
  }
  #recent-classes-slider .four-slides-visible .slider-contents,
  .four-slides-visible .course-contents {
    padding: 0 5px;
  }
  #recent-classes-slider .four-slides-visible .slider-footer-contents ul li,
  .four-slides-visible .course-footer-contents ul li {
    margin-right: 0;
  }
  #recent-classes-slider .four-slides-visible .slider-footer-contents ul small,
  .four-slides-visible .course-footer-contents ul small {
    font-size: 13px;
  }
  #recent-classes-slider .four-slides-visible .slider-footer-contents ul span,
  .four-slides-visible .course-lists .course-footer-contents ul span {
    font-size: 16px;
  }
  #recent-classes-slider .four-slides-visible .slider-footer-contents .price small,
  .four-slides-visible .course-footer-contents .price small {
    font-size: 20px;
  }
  .search-wrapper .search.two-columns .column-wrapper:first-child {
    width: 85%;
  }
  .search-wrapper .search.two-columns .column-wrapper:last-child {
    width: 15%;
  }
}
@media screen and (min-width: 1600px) {
  #main-slider .regular {
    max-height: 100%;
  }
  #main-slider .slider-item {
    padding: 425px;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation > ul > li {
    padding: 30px 8px;
  }
  .is-sticky .main-navigation > ul > li {
    padding: 40px 10px;
  }
  #masthead .divider {
    bottom: -35px;
  }
  .main-slider-contents {
    width: 45%;
  }
  #info-text .entry-content {
    padding: 6.7% 8%;
    background-position: 50%;
    border-radius: 120px;
  }
  .search-wrapper {
    padding: 50px;
  }
  .site-footer .address-block {
    width: 65%;
  }
  .bottom-footer {
    background-color: #e7e09a;
  }
  .site-info.text-right {
    text-align: center;
    color: #f1f1f1;
  }
  .bottom-footer .column-wrapper {
    width: 100%;
    text-align: center;
    float: none;
  }
  .bottom-footer .column-wrapper:first-child {
    text-align: center;
    margin-bottom: 15px;
  }
  article .blog-post-wrap {
    padding: 20px;
  }
  #contact-address .address-block li {
    padding: 0;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  ul.products.three-columns li {
    margin: 5px;
  }
  .search-wrapper .search.two-columns .column-wrapper {
    width: 100%;
    float: none;
    clear: both;
    display: table;
    text-align: center;
  }
  .search-wrapper input[type="submit"] {
    float: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  #masthead {
    display: none;
  }
  article .entry-header,
  article .entry-content {
    text-align: left;
    padding: 0 15px;
  }
  .blog article .entry-meta,
  body.archive article .entry-meta {
    margin-bottom: 0;
  }
  article .entry-content {
    margin-top: 0;
  }
  #main-slider {
    padding-top: 0;
  }
  #main-slider .slider-item {
    padding: 225px 0;
  }
  .main-slider-contents {
    left: 12%;
  }
  .main-slider-contents p {
    margin-bottom: 1em;
  }
  #header-image.no-banner-image {
    min-height: 350px;
    max-height: 350px;
  }
  .search-wrapper {
    padding: 45px 60px 60px 50px;
    text-align: center;
  }
  .search-wrapper .search {
    text-align: left;
  }
  .search-wrapper label {
    margin-bottom: 15px;
    display: inline-block;
  }
  .search.two-columns .column-wrapper,
  #related-posts .column-wrapper {
    width: 100%;
    float: none;
  }
  #related-posts .column-wrapper {
    margin-bottom: 20px;
  }
  #related-posts .column-wrapper:last-child {
    margin-bottom: 0;
  }
  .search-wrapper input[type="submit"] {
    float: none;
    width: 95%;
  }
  .search.two-columns .column-wrapper:last-child {
    text-align: center;
    margin-top: 10px;
  }
  #info-text h5 {
    width: 100%;
  }
  #info-text {
    text-align: center;
  }
  .search-wrapper .search.two-columns .column-wrapper:first-child {
    padding: 5px;
  }
  #info-text .btn {
    float: none;
    margin-bottom: 0;
  }
  #info-text .entry-content {
    border-radius: 150px;
  }
  #features .column-wrapper {
    margin-bottom: 50px;
  }
  #recent-classes-slider .slider-contents,
  .course-item .course-contents {
    padding: 0;
  }
  .statwrap.column-wrapper {
    margin-bottom: 50px;
  }
  .search-wrapper select {
    min-width: 150px;
  }
  .team-img {
    margin-bottom: 4em;
  }
  .column-wrapper:last-child .team-img {
    margin-bottom: 0;
  }
  #blog.move-section-up {
    margin-top: -150px;
  }
  .blog-title {
    font-size: 22px;
  }
  .site-footer .address-block {
    width: 80%;
  }
  .blog-wrapper {
    padding: 25px;
  }
  .entry-meta > span:after {
    padding: 0 5px;
  }
  .site-footer #map {
    margin: 0 30px;
  }
  #blog.page-section {
    padding-bottom: 50px;
  }
  .archive .two-columns .column-wrapper {
    width: 100%;
  }
  #related-posts .column-wrapper {
    padding: 0;
  }
  .banner-wrapper {
    height: 225px;
  }
  #recent-classes-slider .slider-footer-contents .price,
  .course-footer-contents .price {
    float: right;
  }
  #contact-address .address-block li {
    width: 50%;
    margin-top: 2.5em;
  }
  #contact-address .address-block li:nth-child(odd) {
    clear: both;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  ul.products.three-columns li {
    width: 47%;
  }
  .shop-selection {
    padding-bottom: 8em;
  }
  .shop-selection .pull-right {
    float: left;
  }
  .widget-title {
    font-size: 20px;
  }
  .portfolio-item {
    width: 33.33% !important;
  }
  #features .column-wrapper:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .product-description p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .column-wrapper {
    margin-bottom: 15px;
  }
  nav.portfolio-filter ul li a {
    margin-bottom: 5px;
  }
  .main-slider-contents {
    width: 80%;
    padding: 0 20px;
  }
  .main-slider-contents .title {
    font-size: 30px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  #recent-classes-slider .slider-header-contents .title,
  .course-header-contents .title {
    font-size: 24px;
  }
  #info-text .entry-content {
    padding: 4em 3em;
  }
  .page-section {
    padding: 50px 0;
  }
  #recent-classes-slider .slider-footer-contents .price {
    float: right;
  }
  #team-members {
    background-color: #00ade3;
  }
  #team-members .entry-header,
  #blog .entry-header {
    margin-top: 0;
  }
  .site-footer .address-block {
    width: 100%;
  }
  .site-footer #map {
    margin: 0;
  }
  #secondary {
    margin-top: 2em;
  }
  .course-lists li.column-wrapper {
    margin: 20px 0;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  ul.products.three-columns li {
    width: 100%;
    margin: 10px 0;
  }
  .list-view span.price del {
    padding-right: 0;
    display: block;
  }
  #recent-classes-slider .entry-content.regular {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .search-wrapper select {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    max-width: 80%;
    margin: 0 auto;
    float: none;
    height: 45px;
  }
  .search-wrapper input[type="text"] {
    width: 100%;
    float: none;
    margin: 10px auto 0;
    max-width: 80%;
  }
  .search-wrapper input[type="submit"] {
    max-width: 80%;
    width: 100%;
  }
  .search-wrapper .search {
    padding: 40px 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .move-section-up {
    margin-top: -35px;
  }
  ul.tabs li a {
    font-size: 16px;
    padding: 5px 25px;
  }
  #info-text h5 {
    font-size: 18px;
  }
  .portfolio-item {
    width: 50% !important;
  }
}
@media screen and (max-width: 421px) {
  article .entry-header,
  article .entry-content {
    padding: 0;
  }
  article .blog-post-wrap,
  .blog-wrapper {
    padding: 20px;
  }
  .main-slider-contents {
    padding: 0;
  }
  .main-slider-contents p {
    font-size: 13px;
  }
  .main-slider-contents .title {
    font-size: 20px;
    line-height: 1.5em;
  }
  .btn {
    padding: 5px 15px;
    font-size: 14px;
  }
  #recent-classes-slider .slider-footer-contents ul li,
  .course-footer-contents ul li {
    margin-right: 5px;
  }
  #recent-classes-slider .slider-footer-contents .price,
  .course-footer-contents .price {
    padding: 0 8px;
  }
  .search-wrapper input[type="text"] {
    width: 100%;
  }
  ul.tabs li a {
    font-size: 16px;
    padding: 5px 15px;
  }
  .search-wrapper .search {
    padding: 20px 10px 10px;
    border-radius: 10px;
  }
  .search-wrapper {
    padding: 40px 30px 50px;
  }
  #search-course-tab .tab-content.active {
    border-radius: 10px;
  }
  .search-wrapper select {
    min-width: auto;
    width: 100%;
    height: 40px;
  }
  #search-course-tab .tab-link.active .fa {
    font-size: 16px;
  }
  .blog-title,
  article .entry-title {
    font-size: 18px;
  }
  .site-footer .address-block li {
    width: 100%;
  }
  .social-icons li a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
  }
  .spacer {
    margin-top: 200px;
  }
  .author-image,
  .author-content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .page-title {
    padding: 0 50px;
  }
  .page-title .entry-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .comment-metadata,
  .comment-meta .fn {
    padding-left: 15px;
    display: table;
  }
  .comment-meta .url {
    padding-left: 0;
  }
  .reply {
    position: relative;
    float: right;
  }
  #contact-address .address-block li {
    width: 100%;
    float: none;
  }
  .comment-content {
    margin-left: 0;
  }
  .comment-body {
    margin-bottom: 1.5em;
    display: inline-block;
  }
  #comments ol.children {
    margin-left: 1.5em;
    padding: 0;
  }
  #contact-address.page-section {
    padding-bottom: 0;
  }
  .cloud-background.page-section {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .comment-meta .url {
    font-size: 16px;
  }
  .portfolio-item {
    width: 100% !important;
  }
}

.error-404.not-found {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.comment-awaiting-moderation {
  display: none;
}
.entry-title a,
.title a,
.blog-title a,
.entry-meta a,
.entry-meta i,
#colophon li a,
#colophon .site-info a,
.trail-items li a,
#secondary li a,
.single-post-wrapper span.tags-links a,
.comment-meta .url,
.comment-meta .fn,
.comment-metadata a,
.comment-metadata time,
.reply a,
.logged-in-as a,
.nav-links a,
.site-title a,
#features .four-columns .column-wrapper p a,
ul.tabs li a,
.categories a,
.member-name a,
nav.portfolio-filter ul li a,
.portfolio-item .hovercontent p a,
.btn,
#client-testimonial-slider .name a,
.read-more,
#secondary li a,
.site-footer .widget a {
  text-decoration: none;
}

.widget_search button[type="submit"] {
  position: absolute;
  right: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  visibility: hidden;
}
.widget_search button[type="submit"]:before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 28px/1 FontAwesome;
  visibility: visible;
  /* margin-right: -10px; */
  margin-top: 36px;
  color: #fa7921;
}

.wp-block-latest-comments article {
  margin-bottom: 0px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  text-decoration: none !important;
}
/*********************************************************************************************************************/
/*                                              CUSTOM CSS                                                           */
/*********************************************************************************************************************/
/*
**** General items
** Top menu
** Sidebar
** Buttons
** Social media
** Separator
** Home page
**** Steven Seagull page
** Video blurb bg
**** Readers' review page
** CTA Stefano Giacomo
** CTA Amazon Funny Animals
** Visit Fry Cove
**** Blog
**** Shop
**** Contact page
** Envelope
** Form button
** Social media contact
**** Webquest page
** Social media webquest
** Report webquest
**** Newsletter
** Newsletter footer form fields
** Newsletter footer form button
** Footer gap removal
** Newsletter activity book form in wp popup
**** Kids template
** Default page
** Full width template
**** Shop page
** Steven Seagull download
** Stefano Giacomo
**** About author page
** img
 
 /************** GENERAL ITEMS **************/

a {
  text-decoration: none;
}

/***** TOP MENU *****/
.menu > li > a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
#primary-menu > li:nth-child(1) > a::after {
  background-color: #5bc0eb; /* Blue */
}
#primary-menu > li:nth-child(2) > a::after {
  background-color: #fa7921; /* Orange */
}
#primary-menu > li:nth-child(3) > a::after {
  background-color: #e55934; /* Red */
}
#primary-menu > li:nth-child(4) > a::after {
  background-color: #0a3d8c; /* Seagull */
}
#menu-item-4496 > a::after {
  background-color: #5433b4; /* Violet */
}
#menu-item-4497 > a::after {
  background-color: #fde74c; /* Yellow */
}
#menu-item-1754 > a::after {
  background-color: #9bc53d; /* Green */
}
#menu-item-5719 > a::after {
  background-color: #e55934; /* Red */
}
/* Shared Styles */
.menu > li > a::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 2px;
  top: 0;
  /* bottom: 0; */
  left: -10%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.menu > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu > li > a:hover {
  animation: color-wheel80 5s linear infinite;
  font-weight: bold;
}

@keyframes color-wheel80 {
  0% {
    color: #ffbe0b;
  }
  20% {
    color: #fb5607;
  }
  40% {
    color: #ff006e;
  }
  60% {
    color: #8338ec;
  }
  80% {
    color: #3a86ff;
  }
  100% {
    color: #5bc0eb;
  }
}
/** LOGO & SLOGAN **/
.site-branding {
  background-position: 50% 84%;
  top: 0;
  padding: 0 !important;
  background-repeat: no-repeat;
  height: 130px;
}
.site-branding .site-logo .custom-logo,
.site-branding .site-logo {
  width: 261px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.site-header .site-title {
  margin-left: 10px;
}
.site-header .site-title:before,
.site-header .site-title:after {
  content: "";
  width: 25px;
  background-color: #0a3d8c;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
/****** SIDEBAR *********/
.wp-block-search__input-1 {
  border: none;
}
.widget-title,
.widget .wp-block-heading,
h2.wp-block-heading {
  color: #ef767a;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
.sidebar-main .widget_block {
  position: relative;
  background: rgba(255, 255, 255, 1);
  padding: 0 10px 30px 10px;
  margin: 10px auto;
  color: #666;
}
.sidebar-main .widget_block:before,
.sidebar-main .widget_block:after {
  z-index: -1;
  content: "";
  width: 50%;
  height: 10px;
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: auto;
  background: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
}
.sidebar-main .widget_block:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/****** BUTTONS *********/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uagb-forms-main-submit-button,
.buttons {
  margin: 10%;
  text-align: center;
}
.uagb-forms-main-submit-button a,
button.btn-hover a {
  color: #fff;
  text-decoration: none;
}
.uagb-forms-main-submit-button,
.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mrm-submit-button:hover,
.uagb-forms-main-submit-button:hover,
.btn-hover:hover {
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mrm-submit-button:focus,
.uagb-forms-main-submit-button:focus,
.btn-hover:focus {
  outline: none;
}

.btn-hover.color-1 {
  background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
  background-image: linear-gradient(to right, #667eea, #764ba2, #6b8dd6, #8e37d7);
  box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
  background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
  background-image: linear-gradient(to right, #009245, #fcee21, #00a8c5, #d9e021);
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
  background-image: linear-gradient(to right, #6253e1, #852d91, #a3a1ff, #f24645);
  box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
  background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
  background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #fbb03b);
  box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.uagb-forms-main-submit-button,
.btn-hover.color-11 {
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
}

/********* SOCIAL MEDIA *********/
.social-media-contact,
.social-media {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 20px 0;
}
.social-media-quiz li,
.social-media-contact li,
.social-media li {
  list-style: none;
}

.social-media li a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  margin: 0 10px 0 0;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fde74c;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.social-media-quiz li a .icon,
.social-media-contact li a .icon,
.social-media li a .icon {
  font-size: 32px;
  line-height: 66px;
}
.social-media-quiz li a:hover,
.social-media-contact li a:hover,
.social-media li a:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.social-media-quiz li:nth-child(1) a .icon,
.social-media-contact li:nth-child(1) a .icon,
.social-media li:nth-child(1) a .icon {
  color: #3b5999;
}
.social-media-quiz li:nth-child(2) a .icon,
.social-media-contact li:nth-child(2) a .icon,
.social-media li:nth-child(2) a .icon {
  color: #bc1888;
}
.social-media-quiz li:nth-child(3) a .icon,
.social-media-contact li:nth-child(3) a .icon,
.social-media li:nth-child(3) a .icon {
  color: #ff0000;
}
.social-media-quiz li a .icon,
.social-media-contact li a .icon,
.social-media li a .icon {
  position: relative;
  transition: 0.9s;
  z-index: 3;
}
.social-media-quiz li a:hover .icon,
.social-media-contact li a:hover .icon,
.social-media li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.social-media-quiz li:nth-child(1) a:hover,
.social-media-contact li:nth-child(1) a:hover,
.social-media li:nth-child(1) a:hover {
  border: 3px solid #3b5999;
}
.social-media-quiz li:nth-child(2) a:hover,
.social-media-contact li:nth-child(2) a:hover,
.social-media li:nth-child(2) a:hover {
  border: 3px solid #bc1888;
}
.social-media-quiz li:nth-child(3) a:hover,
.social-media-contact li:nth-child(3) a:hover,
.social-media li:nth-child(3) a:hover {
  border: 3px solid #ff0000;
}
.social-media-quiz li a:before,
.social-media-contact li a:before,
.social-media li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social-media-quiz li a:hover:before,
.social-media-contact li a:hover:before,
.social-media li a:hover:before {
  top: 0;
}
.social-media-quiz li:nth-child(1) a:before,
.social-media-contact li:nth-child(1) a:before,
.social-media li:nth-child(1) a:before {
  background: #3b5999;
  color: #fff;
}
.social-media-quiz li:nth-child(2) a:before,
.social-media-contact li:nth-child(2) a:before,
.social-media li:nth-child(2) a:before {
  background: #f09433;
  color: #fff;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-media-quiz li:nth-child(3) a:before,
.social-media-contact li:nth-child(3) a:before,
.social-media li:nth-child(3) a:before {
  background: #ff0000;
  color: #fff;
}

/********* SEPARATOR *********/
hr {
  background-color: transparent !important;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  margin-bottom: 0em;
  padding: 2em 0;

  &:after,
  &:before {
    content: "";
    position: absolute;

    width: 100%;
    height: 1px;
    bottom: 50%;
    left: 0;
  }

  &:before {
    background: linear-gradient(90deg, $bg 0%, $bg 50%, transparent 50%, transparent 100%);
    background-size: $barsize;
    background-position: center;
    z-index: 1;
  }

  &:after {
    transition: opacity 0.3s ease, animation 0.3s ease;
    background: linear-gradient(
      to right,
      #62efab 5%,
      #f2ea7d 15%,
      #f2ea7d 25%,
      #ff8797 35%,
      #ff8797 45%,
      #e1a4f4 55%,
      #e1a4f4 65%,
      #82fff4 75%,
      #82fff4 85%,
      #62efab 95%
    );
    background-size: 200%;
    background-position: 0%;
    animation: bar 15s linear infinite;
  }

  @keyframes bar {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 200%;
    }
  }
}
hr.anim {
  &:before {
    background: linear-gradient(
      90deg,
      $bg 0%,
      $bg 5%,
      transparent 5%,
      transparent 10%,
      $bg 10%,
      $bg 15%,
      transparent 15%,
      transparent 20%,
      $bg 20%,
      $bg 25%,
      transparent 25%,
      transparent 30%,
      $bg 30%,
      $bg 35%,
      transparent 35%,
      transparent 40%,
      $bg 40%,
      $bg 45%,
      transparent 45%,
      transparent 50%,
      $bg 50%,
      $bg 55%,
      transparent 55%,
      transparent 60%,
      $bg 60%,
      $bg 65%,
      transparent 65%,
      transparent 70%,
      $bg 70%,
      $bg 75%,
      transparent 75%,
      transparent 80%,
      $bg 80%,
      $bg 85%,
      transparent 85%,
      transparent 90%,
      $bg 90%,
      $bg 95%,
      transparent 95%,
      transparent 100%
    );
    background-size: $barsize * 10;
    background-position: center;
    z-index: 1;
    animation: bar 120s linear infinite;
  }

  &:hover {
    &:before {
      animation-duration: 20s;
    }
    &:after {
      animation-duration: 2s;
    }
  }
}
/************** HOME PAGE *************/
.entry-title {
  word-wrap: break-word;
  color: #e55934;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #dedede;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}

/************** STEVEN SEAGULL PAGE **************/

/*****VIDEO BLURB BG********/
.wp-block-uagb-container.uagb-is-root-container .uagb-block-f89cb4b5,
.wp-block-uagb-container.uagb-block-f89cb4b5,
.in-chips-we-trust {
  backdrop-filter: blur(8px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
  /*    background-blend-mode: overlay;*/
}
.wp-block-uagb-container.uagb-is-root-container .uagb-block-f89cb4b5 > div > div > figure,
.wp-block-uagb-container.uagb-block-f89cb4b5 > div > div > figure,
.in-chips-we-trust > div > div > figure {
  border: 2px solid #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #000;
}

/*********** READERS' REVIEW PAGE **************/
.wp-block-uagb-slider .uagb-ifb-content img {
  border: 2px solid #ffe347;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* Literary Titan block */
.literary-titan-book-review img {
  border: 3px solid #e6effd;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 6px;
}
/***** CTA STEFANO GIACOMO ********/
.cta-stefano-giacomo {
  background: linear-gradient(90deg, #00d96b 30%, #00bf5e 100%);
  border-top: 1px solid #00a652;
}
.cta-stefano-giacomo h3 {
  text-shadow: 1px 1px 2px #000;
}
.cta-stefano-giacomo .uagb-ifb-separator {
  box-shadow: 1px 1px 2px #000;
}
.cta-stefano-giacomo .footer-newsletter-form-button button {
  width: 200px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  background-size: 300% 100%;
  border-radius: 50px;
  margin-top: 6px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #008c45, #f4f9ff, #cd212a, #cd212a);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.cta-stefano-giacomo .footer-newsletter-form-button button:hover {
  text-decoration: none;
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #ffe347;
}
/***** CTA AMAZON FUNNY ANIMALS ********/
.cta-funny-animals {
  background: linear-gradient(132deg, #e55934 10%, #fa7921 70%, #fde74c 100%);
  border-top: 1px solid #fde74c;
}
.cta-funny-animals > div > div > div > h3 {
  text-shadow: 1px 1px 2px #000;
}
.cta-funny-animals-button > div > a {
  width: 280px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  text-align: center;
  border: 2px solid white;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cta-funny-animals-button > .uagb-cta__buttons > a > svg,
.uagb-block-28e415c0.wp-block-uagb-call-to-action a.uagb-cta-second__button > svg,
.uagb-block-28e415c0.wp-block-uagb-call-to-action a.uagb-cta__button-link-wrapper > svg {
  margin-right: 20px;
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  fill: #fff;
}
.cta-funny-animals-button > div > a:hover {
  text-decoration: none;
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cta-funny-animals-button > div > a:nth-child(1) {
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
  text-decoration: none;
}
.cta-funny-animals-button > div > a:nth-child(1):hover {
  text-decoration: none;
}
.cta-funny-animals-button > div > a:nth-child(2) {
  background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
  text-decoration: none;
}
.cta-funny-animals-button > div > a:nth-child(2):hover {
  text-decoration: none;
}

/******VISIT FRY COVE******/
.visit-fry-cove {
  background-image: linear-gradient(-90deg, #fbfcfd 1%, #d7fffe 48%, #fbfcfd 99%);
}
.visit-fry-cove-border-bottom {
  border-bottom: 2px solid #007397;
}
.visit-fry-cove-border-top {
  border-top: 2px solid #007397;
}
.visit-fry-cove-button > div > div > a {
  background-image: linear-gradient(to right, #0086b0, #00ade3, #17c8ff, #31ceff);
  box-shadow: 0 4px 15px 0 rgba(0, 115, 151, 0.75);
  width: 260px;
  height: 60px;
  cursor: pointer;
  margin: auto;
  text-decoration: none;
  text-align: center;
  align-items: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.visit-fry-cove-button > div > div > a > span {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  margin: auto;
  text-align: center;
}
.uagb-ifb-button-wrapper .wp-block-button__link svg,
.uagb-ifb-button-wrapper .ast-outline-button svg,
.visit-fry-cove-button > div > div > a > svg {
  fill: #fff;
  color: #fff;
  width: 28px;
  height: 28px;
  margin-right: 30px;
}

.visit-fry-cove-button > div > div > a:hover {
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/************** BLOG **************/

article.category-fry-cove .blog-post-wrap {
  background-color: #fa7921;
  opacity: 0.9;
}
article.category-fun-zone .blog-post-wrap {
  background-color: #e55934;
  opacity: 0.9;
}
article.category-fun-zone p,
article.category-fry-cove p {
  font-size: 1.4rem;
}

/************** SHOP **************/

.edd_price {
  font-size: 2rem;
  color: #9bc53d;
  font-weight: bold;
  text-shadow: 1px 1px 2px #404040;
}
#edd_purchase_submit input.edd-submit,
.edd_purchase_submit_wrapper button {
  width: 260px;
  height: 60px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  text-decoration: none;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#edd-save-cart-button {
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  text-decoration: none;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#edd-save-cart-button:hover,
#edd_purchase_submit input.edd-submit:hover,
.edd_purchase_submit_wrapper button:hover {
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#edd-save-cart-button:focus,
#edd_purchase_submit input.edd-submit:focus,
.edd_purchase_submit_wrapper button:focus {
  outline: none;
}
#edd-save-cart-button,
#edd_purchase_submit input.edd-submit,
.edd_purchase_submit_wrapper button {
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}

/************** CONTACT PAGE **************/

/*******ENVELOPE**********/
.letter-image {
  position: relative;
  top: 30%;
  left: 50%;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.animated-mail {
  position: absolute;
  height: 150px;
  width: 200px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;

  .body {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 200px;
    border-color: transparent transparent #e95f55 transparent;
    z-index: 2;
  }

  .top-fold {
    position: absolute;
    top: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0 100px;
    -webkit-transform-origin: 50% 0%;
    -webkit-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
    -moz-transform-origin: 50% 0%;
    -moz-transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
    transform-origin: 50% 0%;
    transition: transform 0.4s 0.4s, z-index 0.2s 0.4s;
    border-color: #cf4a43 transparent transparent transparent;
    z-index: 2;
  }

  .back-fold {
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 100px;
    background: #cf4a43;
    z-index: 0;
  }

  .left-fold {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 100px;
    border-color: transparent transparent transparent #e15349;
    z-index: 2;
  }

  .letter {
    left: 20px;
    bottom: 0px;
    position: absolute;
    width: 160px;
    height: 60px;
    background: white;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.4s 0.2s;
    -moz-transition: 0.4s 0.2s;
    transition: 0.4s 0.2s;

    .letter-border {
      height: 10px;
      width: 100%;
      background: repeating-linear-gradient(-45deg, #cb5a5e, #cb5a5e 8px, transparent 8px, transparent 18px);
    }

    .letter-title {
      margin-top: 10px;
      margin-left: 5px;
      height: 10px;
      width: 40%;
      background: #cb5a5e;
    }
    .letter-context {
      margin-top: 10px;
      margin-left: 5px;
      height: 10px;
      width: 20%;
      background: #cb5a5e;
    }

    .letter-stamp {
      margin-top: 30px;
      margin-left: 120px;
      border-radius: 100%;
      height: 30px;
      width: 30px;
      background: #cb5a5e;
      opacity: 0.3;
    }
  }
}

.shadow {
  position: relative;
  top: 99%;
  left: 50%;
  width: 360px;
  height: 30px;
  transition: 0.4s;
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  -webkit-transform: translateX(-50%);
  -moz-transition: 0.4s;
  -moz-transform: translateX(-50%);

  border-radius: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.letter-image:hover {
  .animated-mail {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
  }

  .animated-mail .top-fold {
    transition: transform 0.4s, z-index 0.2s;
    transform: rotateX(180deg);
    -webkit-transition: transform 0.4s, z-index 0.2s;
    -webkit-transform: rotateX(180deg);
    -moz-transition: transform 0.4s, z-index 0.2s;
    -moz-transform: rotateX(180deg);
    z-index: 0;
  }

  .animated-mail .letter {
    height: 180px;
  }

  .shadow {
    width: 250px;
  }
}
/***** FORM BUTTON *****/
/* .uagb-forms-main-submit-button {
  background-image: linear-gradient(
    to right,
    #eb3941,
    #f15e64,
    #e14e53,
    #e2373f
  );
  box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4);
} */
/***** SOCIAL MEDIA CONTACT *****/
.social-media-contact li a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  margin: 0 14px 0 0;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #e55934;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/************** WEBQUEST PAGE **************/

/***** SOCIAL MEDIA WEBQUEST *****/
.social-media-quiz {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 20px;
}
.social-media-quiz li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  margin: 0 10px 0 0;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #5bc0eb;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/****** REPORT WEBQUEST ******/
.ays-field input + label.answered:after {
  float: right;
  margin: 6px 8px 0 0;
  width: 67px;
  height: 30px;
}
#ays-quiz-container-1 .ays-field.checked_answer_div input:checked + label {
  background-color: rgba(132, 177, 246) !important;
  border: 1px solid #3d84f1;
  border-radius: 4px;
}
#ays-quiz-container-1.ays_quiz_classic_dark .correct_div,
#ays-quiz-container-1.ays_quiz_classic_light .correct_div {
  border-color: #3d84f1 !important;
  border-radius: 4px;
  opacity: 1 !important;
  background-color: rgba(180, 207, 249) !important;
}
#ays-quiz-container-1 #ays_finish_quiz_1 .ays-field {
  border-radius: 4px;
}
#ays-quiz-container-1 .ays_quizn_ancnoxneri_qanak,
#ays-quiz-container-1 .ays_quiz_rete_avg {
  background-color: #b4cff9 !important;
}
/* Summary wrong answer background */
#ays-quiz-container-1.ays_quiz_classic_light .wrong_div {
  background-color: rgba(255, 154, 154) !important;
}
/* Icons on the start page */
.webquest-social-icons span {
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
/**** Results social media icons ****/
/* FB text */
.ays-share-btn .ays-share-btn-text {
  display: none;
}
/* Button size */
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff !important;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: background-color 0.3s;
  margin: 4px;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube {
  background-color: #ff0000 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover {
  border: 1px solid #ffffff !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook .ays-quiz-share-btn-icon:before {
  color: #ffffff;
  font-size: 34px !important;
  margin: auto !important;
  line-height: 1.6 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon:before {
  color: #ffffff;
  font-size: 36px !important;
  margin: auto !important;
  line-height: 1.6 !important;
}
.ays-share-btn-youtube .ays-quiz-share-btn-icon:before {
  color: #ffffff;
  font-size: 34px !important;
  margin: auto !important;
  line-height: 1.6 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook:hover span:before,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-facebook .ays-quiz-share-btn-icon:hover:before {
  color: #1877f2 !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram:hover span:before,
.ays-share-btn.ays-share-btn-branded.ays-share-btn-instagram .ays-quiz-share-btn-icon:hover:before {
  color: #962fbf !important;
}
.ays-share-btn.ays-share-btn-branded.ays-share-btn-youtube:hover span:before,
.ays-share-btn-youtube .ays-quiz-share-btn-icon:hover:before {
  color: #ff0000 !important;
}
/************** NEWSLETTER **************/

/*****NEWSLETTER FOOTER FORM FIELDS *****/
.mailpoet_form_column > div > input.mailpoet_text,
.footer-newsletter-form-field > div > input {
  width: 200px;
  font-size: 12px;
  line-height: 16px;
  height: 48px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 2px solid #5bc0eb;
  background-size: 300% 100%;
  border-radius: 50px;
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

/*****NEWSLETTER FOOTER FORM BUTTON *****/
.mailpoet_form_column > div > input.mailpoet_submit,
.footer-newsletter-form-button button {
  width: 200px;
  font-size: 12px;
  line-height: 16px;
  height: 48px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #000;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border: 2px solid #fff;
  background-size: 300% 100%;
  border-radius: 50px;
  margin-top: 6px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.mailpoet_form_column > div > input.mailpoet_submit:hover,
.footer-newsletter-form-button button:hover {
  text-decoration: none;
  background-position: 100% 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #5bc0eb;
}
/** MANAGE SUBSCRIPTION PAGE **/
form.mailpoet-manage-subscription .mailpoet_text_label,
form.mailpoet-manage-subscription .mailpoet_select_label,
form.mailpoet-manage-subscription .mailpoet_segment_label {
  display: block;
  font-weight: bold;
}
form.mailpoet-manage-subscription .mailpoet_select,
form.mailpoet-manage-subscription .mailpoet_text {
  width: 50%;
  padding: 12px;
}
form.mailpoet-manage-subscription .mailpoet_paragraph {
  margin-bottom: 20px;
}
form.mailpoet-manage-subscription .mailpoet_submit {
  padding: 20px 20px;
  width: 50%;
  font-weight: bold;
  font-size: 11pt;
}
/********* NEWSLETTER UNSIBSCRIBE BUTTONS ***********/
.mrm-submit-button {
  text-decoration: none;
  border-radius: 6px;
  background: #573bff;
  box-shadow: 0px 10px 16px 0px rgba(189, 193, 200, 0.5);
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  padding: 14px 30px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  cursor: pointer;
}
.mrm-submit-button:hover {
  background: #720eec;
  text-decoration: none !important;
  background-position: 100% 0 !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
/********* FOOTER GAP REMOVAL ***********/
.entry-footer {
  display: none;
}
/*****NEWSLETTER ACTIVITY BOOK FORM IN WP POPUP*****/
.activity-book-popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 525px;
  background-image: url("https://kittymaytales.com/wp-content/uploads/2024/08/newsletter-form-background.jpg");
  border: 2px solid #fff;
  border-radius: 10px;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: inline-flex;
}
.activity-book-popup-spacer-cell {
  width: 310px;
  height: 525px;
}
.activity-book-popup-content-column {
  width: 390px;
  height: 525px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: stretch;
}
.activity-book-popup-intro-column {
  width: 370px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 40px 10px 20px 10px;
}
.activity-book-popup-intro-column h2 {
  color: #141413;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.activity-book-popup-intro-column p {
  color: #141413;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  margin-top: 10px;
}
.activity-book-popup-form-fields > div > div > div > div > form {
  width: 390px;
  height: 365px;
}
.activity-book-popup-form-fields-input > div > input {
  color: #141413;
  font-size: 14px;
  border-radius: 5px;
  padding: 11px 14px;
  border: 1px solid #ffffff;
  background-color: #e4e3ce;
  width: 280px;
  margin: 42px 0 0 60px;
  box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.45) inset;
}
.activity-book-popup-form-fields-input > div > input:active {
  border: 1px solid red;
}
.activity-book-popup-form-fields-button > button {
  border-radius: 8px;
  width: 280px;
  margin: 42px 0 0 60px;
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f8eedb);
  border: 0 solid #e5e7eb;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #482307;
  column-gap: 1rem;
  cursor: pointer;
  display: flex;
  font-size: 100%;
  font-weight: 700;
  line-height: 24px;
  outline: 2px solid transparent;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.activity-book-popup-form-fields-button > button:hover,
.activity-book-popup-form-fields-button > button:active {
  background-color: #f3f4f6;
  transform: translateY(0.085rem);
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22), 0 5px 14px 0 rgba(0, 0, 0, 0.18);
}

.activity-book-popup-form-fields-button > button:focus {
  box-shadow: rgba(72, 35, 7, 0.46) 0 0 0 4px, -6px 8px 10px rgba(81, 41, 10, 0.1), 0px 2px 2px rgba(81, 41, 10, 0.2);
}

/************* KIDS TEMPLATE *************/

/***** DEFAULT PAGE *****/
.content-area {
  width: 100%;
  display: flex;
}
.site-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: stretch;
}
/* 
.default-page {
}
.default-page-content {
}
*/
/***** FULL WIDTH TEMPLATE *****/
.body {
  width: 100%;
  margin: 0;
}
/************** SHOP PAGE **************/
/**** STEVEN SEAGULL & STEFANO GIACOMO DOWNLOAD ****/
/* General Reset */
.shop-steven-seagull,
.shop-stefano-giacomo {
  padding: 0;
  margin: 0;
}
.shop-steven-seagull img,
.shop-stefano-giacomo img {
  border: 2px solid;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border-radius: 6px;
}
.shop-steven-seagull h3,
.shop-stefano-giacomo h3 {
  margin: 40px auto;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  line-height: 2;
}
.shop-steven-seagull .edd-blocks__download-price,
.shop-stefano-giacomo .edd-blocks__download-price {
  text-align: right;
  padding: 0;
}
.shop-steven-seagull .edd_price,
.shop-stefano-giacomo .edd_price {
  float: right;
  margin: 0 10px;
}
.shop-steven-seagull h3 a,
.shop-stefano-giacomo h3 a,
.shop-steven-seagull .edd_price,
.shop-stefano-giacomo .edd_price {
  color: inherit;
}
/* Specific Styling */
.shop-steven-seagull img {
  border-color: #0a3d8c;
}
.shop-steven-seagull h3 a,
.shop-steven-seagull .edd_price {
  color: #0a3d8c;
}
.shop-steven-seagull .edd-add-to-cart {
  background: #72b4e5;
  border-color: #0a3d8c;
}

.shop-stefano-giacomo img {
  border-color: #008c45;
}
.shop-stefano-giacomo h3 a,
.shop-stefano-giacomo .edd_price {
  color: #008c45;
}
.shop-stefano-giacomo .edd-add-to-cart {
  background: #00e773;
  border-color: #008c45;
}
/* Add to Cart Button Shared Styles */
.shop-steven-seagull .edd-add-to-cart,
.shop-stefano-giacomo .edd-add-to-cart {
  margin: 40px auto;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  transition: all 0.4s ease-in-out;
}
.shop-steven-seagull .edd-add-to-cart:hover,
.shop-stefano-giacomo .edd-add-to-cart:hover {
  color: #fff;
  background-size: 300% 100%;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.shop-steven-seagull .edd-add-to-cart:hover {
  background: #0a3d8c;
}
.shop-stefano-giacomo .edd-add-to-cart:hover {
  background: #008c45;
}
/************ ABOUT AUTHOR ****************/
/* img shadows */
.about-kitty-may img {
  outline-offset: -4px;
  outline: 8px solid #ffffff;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  border-radius: 34px;
}
/************ WOO COMMERCE MY ACCOUNT **************/
/* Login/ Register Form */
.uagb-tabs__wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 4px;
}
.fls_login_wrapper form#loginform > p {
  padding: 10px !important;
}
.fls_login_wrapper input#wp-submit,
.fls_registration_wrapper .fls_registration_form #fls_submit,
.fls_reset_pass_wrapper .fls_reset_pass_form #fls_reset_pass {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  font-weight: normal;
  color: white;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #1ba4de;
  border-radius: 12px;
  margin: 10px 0;
  background: #5bc0eb !important;
  box-shadow: none;
  text-shadow: none;
}
.fls_login_wrapper input#wp-submit:hover,
.fls_registration_wrapper .fls_registration_form #fls_submit:hover,
.fls_reset_pass_wrapper .fls_reset_pass_form #fls_reset_pass:hover {
  text-decoration: none;
  border: 2px solid #5bc0eb;
  background: #1ba4de !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* CHECKBOXY */
/* input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
input[type="checkbox"]:checked {
  background-color: #5bc0eb;
  border: 2px solid #5bc0eb;
} */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .login-remember > label > input[type="checkbox"] {
    --active: #275efe;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .login-remember > label > input[type="checkbox"]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .login-remember > label > input[type="checkbox"]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .login-remember > label > input[type="checkbox"]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .login-remember > label > input[type="checkbox"]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .login-remember > label > input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
  }
  .login-remember > label > input[type="checkbox"]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .login-remember > label > input[type="checkbox"]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .login-remember > label > input[type="checkbox"]:not(.switch) {
    width: 21px;
  }
  .login-remember > label > input[type="checkbox"]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .login-remember > label > input[type="checkbox"]:not(.switch):checked {
    --o: 1;
  }
  .login-remember > label > input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 4px;
  }

  .login-remember > label > input[type="checkbox"]:not(.switch) {
    border-radius: 7px;
  }
  .login-remember > label > input[type="checkbox"]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .login-remember > label > input[type="checkbox"]:not(.switch):checked {
    --r: 43deg;
  }
  .login-remember > label > input[type="checkbox"].switch {
    width: 38px;
    border-radius: 11px;
  }
  .login-remember > label > input[type="checkbox"].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .login-remember > label > input[type="checkbox"].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .login-remember > label > input[type="checkbox"].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}

.login-remember label * {
  box-sizing: inherit;
}
.login-remember label *:before,
.login-remember label *:after {
  box-sizing: inherit;
}

/* My Account  */
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
  margin-left: 5%;
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  border-top: 1px solid #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius: 4px;
  color: #0a3d8c;
  background: #fcfcfc;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 20px;
  opacity: 0.25;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  color: #0a3d8c;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "FontAwesome";
  content: "\f0e4";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "FontAwesome";
  content: "\f291";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "FontAwesome";
  content: "\f1c6";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "FontAwesome";
  content: "\f015";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: "FontAwesome";
  content: "\f09d";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "FontAwesome";
  content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "FontAwesome";
  content: "\f08b";
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
}
.woocommerce-account p.order-again {
  text-align: right;
}
.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
  margin-top: 50px;
  float: right;
}
