a {
  color: #223562;
}

a:hover {
  color: #0fb3d0;
}

button,
a.button {
  text-align: center;
  text-decoration: none;
  color: #223562;
  background-color: #fcca29;
  border-radius: 2px;
  display: inline-block;
  padding: 15px 55px;
  margin: 7px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

button:hover,
a.button:hover {
  color: #fff;
  background-color: #223562;
  transition: all .5s;
}

label {
  display: block;
}

.required {
  color: red;
}

input[type="email"],
input[type="text"] {
  color: #333;
  font-size: 0.9375rem;
  line-height: 36px;
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 4px 2%;
  width: 100%;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

input[type="email"]:focus,
input[type="text"]:focus {
  border-color: #7787fb !important;
}

.form-type-checkbox input[type="checkbox"] {
  float: left;
  margin-top: 2px;
}

.form-type-checkbox label {
  margin-left: 20px;
}

textarea {
  color: #333;
  font-size: 0.9375rem;
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 2%;
  width: 100%;
  min-height: 200px;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}

textarea:focus {
  border-color: #7787fb !important;
}

button,
a.button {
  color: #223562;
  text-align: center;
  text-decoration: none;
  background-color: #fcca29;
  border: 1px solid #fcca29;
  border-radius: 2px;
  padding: 15px 55px;
  margin: 30px 7px 7px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

button:focus,
a.button:focus {
  outline: 0;
  border-color: #7787fb !important;
}

button:hover,
a.button:hover {
  color: #fff;
  border-color: #223562;
  background-color: #223562;
  transition: all .5s;
}

.dropdown {
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 8px 10px 14px;
}

.dropdown select {
  width: 120%;
  border: none;
  background: transparent;
  background-image: url("../images/arrow.png");
  background-position: 82% center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.noscript {
  text-align: center;
}

.noscript em {
  color: #734c00;
  font-style: normal;
  border-radius: 3px;
  display: inline-block;
  background-color: #fdf8ed;
  box-shadow: inset 0 0 0 1px #f4daa6;
  padding: 8px 16px;
}

.antibot {
  display: none !important;
}

.antibot.display {
  display: block !important;
}

body {
  color: #223562;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  background-color: #dcebf7;
}

hr {
  color: #e0e0e0;
  background-color: #e0e0e0;
  border: 0;
  display: block;
  height: 1px;
  margin: 0.5rem 0 1rem;
  padding: 0;
}

.container-wrap {
  background-color: #fff;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.header,
.main,
.footer {
  padding: 1rem;
  width: 100%;
}

.header {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 981px) {
  .header {
    flex-wrap: nowrap;
  }
}

.header .logo {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .header .logo {
    width: 50%;
  }
}

.header .logo img {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}

@media screen and (min-width: 981px) {
  .header .logo img {
    display: inline;
  }
}

.header .menu {
  align-self: center;
  width: 100%;
}

.header .menu .header-menu {
  margin-bottom: 0;
}

.header .menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .header .menu ul {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 981px) {
  .header .menu ul {
    justify-content: flex-end;
  }
}

.header .menu ul li {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .header .menu ul li {
    width: inherit;
  }
}

.header .menu ul li a {
  text-align: center;
  text-decoration: none;
  color: #223562;
  display: block;
  border-radius: 2px;
  margin: 0 auto;
  padding: 15px 30px;
}

@media screen and (min-width: 641px) {
  .header .menu ul li a {
    display: inline-block;
    margin: 0 1rem;
  }
}

.header .menu ul li a:hover {
  color: #ffffff;
  background-color: #223562;
  transition: all .5s;
}

@media screen and (min-width: 981px) {
  .header .menu ul li:last-child a {
    display: inline-block;
    margin-right: 0;
  }
}

.footer-container {
  background-color: transparent;
  background-image: url("../images/footer-blob.svg"), url("../images/right-gradient.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 420px auto, 100% auto;
}

@media screen and (min-width: 641px) {
  .footer-container {
    background-image: none, url("../images/right-gradient.svg");
  }
}

.footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 0;
  max-width: 1200px;
}

@media screen and (min-width: 981px) {
  .footer {
    flex-wrap: nowrap;
  }
}

.footer .copyright {
  color: #223562;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .footer .copyright {
    text-align: left;
    width: 50%;
    padding-top: 125px;
  }
}

.footer .menu {
  width: 100%;
  padding-bottom: 200px;
}

@media screen and (min-width: 641px) {
  .footer .menu {
    background-image: url("../images/footer-blob.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
    padding-right: 10px;
    width: 50%;
  }
}

@media screen and (min-width: 981px) {
  .footer .menu {
    background-size: 84% auto;
    padding-top: 130px;
  }
}

.footer .menu ul.footer-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .footer .menu ul.footer-menu {
    list-style: none;
    display: flex;
  }
}

.footer .menu ul.footer-menu li a {
  text-decoration: none;
  color: #223562;
  border-radius: 2px;
  display: block;
  padding: 15px 20px;
}

.footer .menu ul.footer-menu li a:hover {
  color: #ffffff;
  background-color: #223562;
  transition: all .5s;
}

.footer .menu ul.social-media {
  font-size: 30px;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media screen and (min-width: 641px) {
  .footer .menu ul.social-media {
    font-size: 40px;
  }
}

.footer .menu ul.social-media li a {
  text-decoration: none;
  color: #223562;
  border-radius: 2px;
  padding: 15px 20px;
  display: block;
}

.footer .menu ul.social-media li a:hover {
  color: #ffffff;
  background-color: #223562;
  transition: all .5s;
}

.home .main {
  margin-bottom: 30px;
  padding-top: 100px;
  background-image: url("../images/hero-blob.svg");
  background-repeat: no-repeat;
  background-position: center 0;
}

@media screen and (min-width: 641px) {
  .home .main {
    background-image: url("../images/hero-shoes.png"), url("../images/hero-blob.svg");
    background-size: 100% auto, 100% auto;
    background-position: center 150px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 981px) {
  .home .main {
    background-position: top 50px center;
    background-size: 100% auto, 85% auto;
  }
}

.home .main p {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin-top: 0;
  color: #223562;
}

@media screen and (min-width: 981px) {
  .home .main p {
    font-size: 26px;
  }
}

.home .main ul.hero-buttons {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.home .main ul.hero-buttons li a {
  text-decoration: none;
  color: #223562;
  border-radius: 2px;
  padding: 12px 23px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
}

.home .main ul.hero-buttons li a:hover {
  color: #ffffff;
  background-color: #223562;
  transition: all .5s;
}

.home .featured {
  text-align: center;
  margin-top: 55%;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .home .featured {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 65%;
  }
}

@media screen and (min-width: 981px) {
  .home .featured {
    margin-top: 50%;
  }
}

.home .featured h1 {
  color: #223562;
  padding-bottom: 1%;
  width: 100%;
  font-size: 1.5em;
}

@media screen and (min-width: 641px) {
  .home .featured h1 {
    font-size: 2em;
  }
}

.home .featured ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .home .featured ul {
    width: 70%;
  }
}

@media screen and (min-width: 981px) {
  .home .featured ul {
    width: 100%;
  }
}

.home .featured ul li {
  width: 100%;
  padding-bottom: 32px;
}

@media screen and (min-width: 641px) {
  .home .featured ul li {
    width: 50%;
  }
}

@media screen and (min-width: 981px) {
  .home .featured ul li {
    width: 25%;
    padding-bottom: 50px;
  }
}

.home .featured ul li img {
  width: 220px;
  height: 290px;
}

.home .featured p {
  font-size: 16px;
  width: 100%;
}

.home .featured p a {
  text-decoration: none;
  color: #223562;
  background-color: #fcca29;
  border-radius: 2px;
  padding: 12px 23px;
  margin: 0 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.home .featured p a:hover {
  color: #ffffff;
  background-color: #223562;
  transition: all .5s;
}

.about .main {
  display: flex;
  flex-wrap: wrap;
}

.about .main h1 {
  text-align: center;
  color: #223562;
  width: 100%;
}

.about .main .content {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .about .main .content {
    margin: 0 auto;
    width: 50%;
  }
}

.about .main .me-photo {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 981px) {
  .about .main .me-photo {
    width: 50%;
  }
}

.about .main .me-photo img {
  max-width: 450px;
  width: 100%;
}

.about .main-bottom {
  padding-bottom: 80px;
  width: 100%;
}

.about .main-bottom h2 {
  text-align: center;
  color: #223562;
  padding: 30px 0;
}

.about .main-bottom p {
  text-align: center;
}

.about .main-bottom ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.about .main-bottom ul li {
  padding: 0 13px;
}

.about .main-bottom ul li a {
  text-align: center;
}

.about .main-bottom .form-item {
  margin: 1% 15% 0;
}

.about .main-bottom .button {
  text-align: center;
}

.about-thankyou main h1,
.about-thankyou main p {
  text-align: center;
}

.gallery .main {
  padding-bottom: 100px;
}

.gallery .main h1 {
  text-align: center;
}

.gallery .main ul {
  list-style: none;
  margin: 0 auto;
  padding: 5% 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .gallery .main ul {
    width: 70%;
  }
}

@media screen and (min-width: 981px) {
  .gallery .main ul {
    width: 100%;
  }
}

.gallery .main ul li {
  width: 100%;
  padding-bottom: 32px;
}

@media screen and (min-width: 641px) {
  .gallery .main ul li {
    width: 50%;
  }
}

@media screen and (min-width: 981px) {
  .gallery .main ul li {
    width: 25%;
    padding-bottom: 50px;
  }
}

.gallery .main ul li figure {
  margin: 0 auto;
  width: 220px;
  height: 290px;
}

.gallery .main ul li figure a {
  text-decoration: none;
  outline: 0;
}

.gallery .main ul li figure a:hover,
.gallery .main ul li figure a:active {
  outline: 0;
}

.gallery .main ul li figure a img {
  display: block;
  width: 220px;
  height: 290px;
  padding: 2%;
  margin: 30px 0 10px;
}

.gallery .main ul li figure a figcaption {
  text-align: center;
  margin: 10px 0;
}

.custom .main {
  padding-bottom: 100px;
}

.custom .main h1 {
  text-align: center;
}

.custom .main p {
  margin: 8% 15%;
}

@media screen and (min-width: 641px) {
  .custom .main p {
    margin: 3% 15%;
  }
}

.custom .main form .form-item {
  margin: 0 auto 25px;
  max-width: 820px;
}

.custom .main form hr {
  margin: 50px auto;
  max-width: 840px;
}

.custom .main form .button {
  text-align: center;
}

.custom-thankyou .main {
  margin-bottom: 50px;
}

.custom-thankyou .main h1,
.custom-thankyou .main p {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 981px) {

  .custom-thankyou .main h1,
  .custom-thankyou .main p {
    max-width: 50%;
  }
}

.custom-thankyou .main h1 {
  margin-bottom: 20px;
}

.lity-content:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.reviews .main h1 {
  text-align: center;
}

.reviews .main .reviews-button {
  text-align: center;
}

.reviews .main blockquote {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  position: relative;
}

.reviews .main blockquote p:first-child {
  text-indent: 45px;
  font-style: italic;
}

.reviews .main blockquote p:first-child .fa-quote-left {
  color: #223562;
  font-size: 35px;
  position: absolute;
  top: 10px;
  left: -45px;
}

.reviews .main blockquote p {
  font-style: normal;
}

.reviews .main blockquote p i {
  color: #fcca29;
  padding-right: 7px;
}

.reviews .main blockquote p span {
  padding-left: 5px;
}

.leave-review .main h1 {
  text-align: center;
}

.leave-review .main form .form-item {
  margin: 0 auto 25px;
  max-width: 820px;
}

.leave-review .main form hr {
  margin: 50px auto;
  max-width: 840px;
}

.leave-review .main #rating .fa-star {
  color: #eee;
}

.leave-review .main #rating.star-1 .fa-star:nth-child(1) {
  color: #fcca29;
}

.leave-review .main #rating.star-2 .fa-star:nth-child(1),
.leave-review .main #rating.star-2 .fa-star:nth-child(2) {
  color: #fcca29;
}

.leave-review .main #rating.star-3 .fa-star:nth-child(1),
.leave-review .main #rating.star-3 .fa-star:nth-child(2),
.leave-review .main #rating.star-3 .fa-star:nth-child(3) {
  color: #fcca29;
}

.leave-review .main #rating.star-4 .fa-star:nth-child(1),
.leave-review .main #rating.star-4 .fa-star:nth-child(2),
.leave-review .main #rating.star-4 .fa-star:nth-child(3),
.leave-review .main #rating.star-4 .fa-star:nth-child(4) {
  color: #fcca29;
}

.leave-review .main #rating.star-5 .fa-star:nth-child(1),
.leave-review .main #rating.star-5 .fa-star:nth-child(2),
.leave-review .main #rating.star-5 .fa-star:nth-child(3),
.leave-review .main #rating.star-5 .fa-star:nth-child(4),
.leave-review .main #rating.star-5 .fa-star:nth-child(5) {
  color: #fcca29;
}

.leave-review .main form .button {
  text-align: center;
}

.leave-review .main i {
  font-size: 25px;
}

.review-thankyou .main {
  text-align: center;
}
