/*
 Theme Name:    KTL - ChildTheme - Therme
 Template:      ktl-base
 Version:       1.0.2
 Author: steven@breitenstein.it
 Author URI: https://breitenstein.it
*/
.has-red-color {
  color: #da4d43;
}

.has-red-background-color {
  background-color: #da4d43;
}

.has-green-color {
  color: #90b052;
}

.has-green-background-color {
  background-color: #90b052;
}

.has-light-blue-color {
  color: #96b2bf;
}

.has-light-blue-background-color {
  background-color: #96b2bf;
}

.has-dark-blue-color {
  color: #1C395A;
}

.has-dark-blue-background-color {
  background-color: #1C395A;
}

.has-grey-color {
  color: #f2f2f2;
}

.has-grey-background-color {
  background-color: #f2f2f2;
}

.has-default-color {
  color: #696969;
}

.has-default-background-color {
  background-color: #696969;
}

body {
  color: #696969;
  background-color: #fff;
  word-wrap: break-word;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  line-height: 2;
  font-size: 14px;
}

a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #96b2bf;
  text-decoration: none;
}

a:focus {
  color: #96b2bf;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.single .entry-content a {
  color: #96b2bf;
}

.single .entry-content a:hover {
  background: #96b2bf;
  color: #fff;
}

.single .entry-content a:focus {
  background: #96b2bf;
  color: #fff;
}

.single .entry-content .page-links a:hover {
  background-color: transparent;
}

.single .entry-content .page-links a:focus {
  background-color: transparent;
}

.single .byline {
  display: inline;
  margin-right: 0;
}

.single article.post {
  margin-bottom: 50px;
}

.single .nav-links {
  margin-top: 30px;
  overflow: hidden;
}

h1 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 28px;
}

h2 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 24px;
}

h3 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 20px;
}

h4 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 16px;
}

h5 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 14px;
}

h6 {
  color: #696969;
  font-family: "Kaushan Script";
  margin: 30px 0;
  font-size: 32px;
}

.h1 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 28px;
}

.h2 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 24px;
}

.h3 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 20px;
}

.h4 {
  color: #696969;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 16px;
}

.h5 {
  color: #696969;
  font-weight: 400;
  font-family: "SassoonInfantStd";
  margin: 30px 0;
  font-size: 14px;
}

.h6 {
  color: #696969;
  font-weight: 400;
  font-family: "Kaushan Script";
  margin: 30px 0;
  font-size: 32px;
}

@media (max-width: 778px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 22px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 18px;
  }
  .h4 {
    font-size: 14px;
  }
  .h5 {
    font-size: 12px;
  }
  .h6 {
    font-size: 22px;
  }
}

hr {
  background-color: #fff;
  padding: 0;
  margin: 30px 0;
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f2f2f2, rgba(0, 0, 0, 0));
}

strong,
b {
  color: #404040;
}

.container {
  max-width: 1440px;
}

.container.relative {
  position: relative;
}

p {
  margin: 15px 0;
}

* > p:first-child {
  margin-top: 0;
}

* > p:last-child {
  margin-bottom: 0;
}

div.has-background {
  margin: 15px 0;
  padding: 20px 30px;
  display: inline-block;
  width: 100%;
}

blockquote {
  position: relative;
  border: 0;
  padding: 0 0 0 50px;
  font-style: italic;
  line-height: 1.6;
}

blockquote:before {
  content: "\201D";
  color: #96b2bf;
  font-size: 80px;
  position: absolute;
  left: 5px;
  top: 0;
  line-height: 1;
}

blockquote p {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

img.size-full-extra {
  height: auto;
  width: 100%;
}

button {
  font-family: "SassoonInfantStd";
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border-color: transparent;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #96b2bf;
  color: #fff;
}

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

button:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

button:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

input {
  font-family: "SassoonInfantStd";
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

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

select {
  font-family: "SassoonInfantStd";
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

textarea {
  font-family: "SassoonInfantStd";
  font-size: 100%;
  margin: 0;
  *vertical-align: middle;
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 100%;
}

textarea:focus {
  color: #111;
  outline: none;
}

input[type="checkbox"] {
  padding: 0;
}

input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

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

input[type="search"]:focus {
  color: #111;
  outline: none;
}

input[type="text"] {
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="text"]:focus {
  color: #111;
  outline: none;
}

input[type="email"] {
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="email"]:focus {
  color: #111;
  outline: none;
}

input[type="tel"] {
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="tel"]:focus {
  color: #111;
  outline: none;
}

input[type="url"] {
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="url"]:focus {
  color: #111;
  outline: none;
}

input[type="password"] {
  color: #808080;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}

input[type="password"]:focus {
  color: #111;
  outline: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.btn-primary:hover {
  color: #fff;
  background-color: #769bac;
  border-color: #5b8294;
}

.btn-primary:focus {
  color: #fff;
  background-color: #5b8294;
  border-color: #476675;
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #5b8294;
  border-color: #476675;
}

.btn-white {
  color: #96b2bf;
  background-color: #fff;
  border-color: #96b2bf;
}

.btn-white:hover {
  color: #96b2bf;
  background-color: #e6e6e6;
  border-color: #5b8294;
}

.btn-white:focus {
  color: #96b2bf;
  background-color: #cccccc;
  border-color: #476675;
  box-shadow: none !important;
}

.btn-white:not(:disabled):not(.disabled):active {
  color: #96b2bf;
  background-color: #cccccc;
  border-color: #476675;
}

header {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover {
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1C395A;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:active {
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1C395A;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:focus {
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1C395A;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.clear:before {
  content: '';
  display: table;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}

.gallery {
  margin-bottom: 20px;
}

.gallery:before {
  content: '';
  display: table;
}

.gallery:after {
  content: '';
  display: table;
  clear: both;
}

.entry-content {
  margin: 20px 0 0;
}

.entry-content:before {
  content: '';
  display: table;
}

.entry-content:after {
  content: '';
  display: table;
  clear: both;
}

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content.grey-bg {
  background: #f2f2f2;
  padding: 20px;
}

.entry-content.content-form {
  border: 1px solid #f2f2f2;
  padding: 10px;
}

.entry-content.message {
  font-weight: bold;
  margin-top: 0;
}

.entry-content.grid-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.entry-content.grid-view .grid-item {
  width: 32.33333%;
  margin: 0 0.75% 1.5% 0.75%;
  float: left;
  background-color: #f2f2f2;
  position: relative;
}

.entry-content.grid-view .grid-item:nth-child(3n + 1) {
  margin-left: 0;
}

.entry-content.grid-view .grid-item:nth-child(3n) {
  margin-right: 0;
}

.entry-content.grid-view .grid-item .grid-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.entry-content.grid-view .grid-item .grid-item-header {
  font-size: 1.28571em;
  font-weight: 700;
  line-height: 1.22;
  font-family: "SassoonInfantStd";
  color: #fff;
  text-transform: uppercase;
  background-color: #96b2bf;
  padding: 15px;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.entry-content.grid-view .grid-item .grid-item-content {
  float: left;
  padding: 15px;
}

.entry-content.grid-view .grid-item .grid-item-content span {
  width: 100%;
  float: left;
}

.entry-content.grid-view .grid-item .read-more {
  float: right;
  padding: 5px 10px;
  border: 1px solid #808080;
  margin: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.entry-content.grid-view .grid-item:hover .grid-image .rating-stars {
  background: #86a6b5;
}

.entry-content.grid-view .grid-item:hover .grid-image .rating-stars ul > li.star > i.fa {
  font-size: 1em;
  color: #f2f2f2;
}

.entry-content.grid-view .grid-item:hover .grid-item-header {
  color: #f2f2f2;
  background-color: #86a6b5;
}

.entry-content.grid-view .grid-item:hover .read-more {
  color: #96b2bf;
  background: #fff;
  border: 1px solid #96b2bf;
}

.entry-content.grid-view .grid-item .grid-item-button-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  justify-content: space-evenly;
  padding: 15px 0;
  align-items: stretch;
  justify-items: stretch;
  position: absolute;
  bottom: 0;
}

.entry-content.grid-view .grid-item .grid-item-button-wrap .btn {
  width: calc(50% - 30px);
}

.entry-content.grid-view .grid-item .grid-item-button-wrap .btn-more-info {
  color: #96b2bf;
  background-color: #fff;
  border-color: #96b2bf;
}

.entry-content.grid-view .grid-item .grid-item-button-wrap .btn-booking {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

@media (max-width: 1024px) {
  .entry-content {
    margin: 0;
  }
  .entry-content.grid-view .grid-item {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .entry-content.grid-view .grid-item:nth-child(3n + 1) {
    margin-left: 1%;
  }
  .entry-content.grid-view .grid-item:nth-child(3n) {
    margin-right: 1%;
  }
  .entry-content.grid-view .grid-item .grid-image {
    height: 160px;
  }
  .entry-content.grid-view .grid-item .grid-item-header {
    font-size: 1.1em;
    line-height: 1.1;
    padding: 10px;
  }
}

@media (max-width: 520px) {
  .entry-content.grid-view .grid-item {
    width: 100%;
    margin: 1% 0;
    float: left;
  }
  .entry-content.grid-view .grid-item .grid-image {
    height: 120px;
  }
}

.comment-content {
  margin-top: 10px;
}

.comment-content:before {
  content: '';
  display: table;
}

.comment-content:after {
  content: '';
  display: table;
  clear: both;
}

.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.site-header:before {
  content: '';
  display: table;
}

.site-header:after {
  content: '';
  display: table;
  clear: both;
}

.site-content:before {
  content: '';
  display: table;
}

.site-content:after {
  content: '';
  display: table;
  clear: both;
}

.site-footer:before {
  content: '';
  display: table;
}

.site-footer:after {
  content: '';
  display: table;
  clear: both;
}

.info-box-widgets-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  padding: 0 15px;
}

.info-box-widgets-wrapper .info-box-widget {
  position: relative;
  width: calc(25% - 30px);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.info-box-widgets-wrapper .info-box-widget:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio of 1:1*/
}

.info-box-widgets-wrapper .info-box-widget:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 1s;
  opacity: 0;
  top: 0;
  left: 0;
}

.info-box-widgets-wrapper .info-box-widget:hover:after {
  opacity: 0.75;
}

.info-box-widgets-wrapper .info-box-widget .info-box-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.info-box-widgets-wrapper .info-box-widget .info-box-content .info-box-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .info-box-widgets-wrapper {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .info-box-widgets-wrapper .info-box-widget {
    margin: 10px 0;
    width: calc(50% - 10px);
  }
}

@media (orientation: landscape) and (max-width: 768px) {
  .info-box-widgets-wrapper {
    margin: 0 0 30px 0;
  }
  .info-box-widgets-wrapper .info-box-widget {
    margin: 20px 0;
    width: calc(25% - 20px);
  }
}

@media (max-width: 559px) {
  .info-box-widgets-wrapper {
    margin: 0 0 30px 0;
  }
  .info-box-widgets-wrapper .info-box-widget {
    margin: 10px 0;
    width: calc(50% - 10px);
  }
}

@media (max-width: 359px) {
  .info-box-widgets-wrapper .info-box-widget {
    margin: 2% 0;
    width: 100%;
  }
}

.circular-menu {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9998;
}

.circular-menu.active {
  z-index: 10001;
}

.circular-menu .nav {
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.circular-menu .nav:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio of 1:1*/
}

.circular-menu .nav.open {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 10vh auto auto auto;
  width: 80vw;
  max-width: 1660px;
  height: 80vh;
}

.circular-menu .nav a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  position: absolute;
  margin-top: -13px;
  margin-left: -20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px 0;
}

.circular-menu .nav a span {
  top: 65px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
  word-break: break-word;
  color: #fff;
}

.circular-menu .nav a i.fa {
  color: #fff;
  top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
  font-size: 46px;
}

.circular-menu .nav a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.circular-menu .MainBtn {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: block;
  height: auto;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}

.circular-menu .MainBtn i.fa {
  color: #fff;
  display: none;
  top: 15px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
  font-size: 46px;
}

.circular-menu .MainBtn.open {
  position: absolute;
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  display: block;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 10px 0;
  z-index: 0;
}

.circular-menu .MainBtn.open i.fa {
  display: block;
}

.circular-menu .MainBtn.open span {
  top: 65px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
  word-break: break-word;
  float: none;
  width: auto;
  color: #fff;
}

.circular-menu .MainBtn.open:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.circular-menu .MainBtn span {
  position: relative;
  padding: 10px 0;
  width: 100%;
  float: left;
  color: #fff;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1440px) {
  .circular-menu .nav.open {
    margin: 5vh auto auto auto;
    width: 90vw;
    height: 90vh;
  }
  .circular-menu .nav a {
    width: 14%;
    margin: 1.33%;
    height: 160px;
  }
  .circular-menu .nav a .info-box-image {
    height: 100px;
  }
  .circular-menu .nav a .info-box-image i.fa {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .circular-menu .nav a {
    width: 18%;
    margin: 1%;
    height: 160px;
  }
}

@media only screen and (max-width: 768px) {
  .circular-menu .nav.open {
    margin: 0 auto;
    width: 98vw;
    height: 98vh;
  }
  .circular-menu .nav a {
    width: 18%;
    margin: 1%;
    height: 140px;
  }
  .circular-menu .nav a .info-box-image {
    height: 80px;
  }
  .circular-menu .nav a .info-box-image i.fa {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .circular-menu .nav a {
    width: 31.33%;
    margin: 1%;
    height: 120px;
  }
  .circular-menu .nav a .info-box-image {
    height: 60px;
  }
  .circular-menu .nav a .info-box-image i.fa {
    font-size: 3rem;
  }
}

#overlay-infobox {
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

#overlay-infobox.open {
  display: block;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#ktl-home-slider-section {
  position: relative;
  padding: 0;
  background: #fff;
  width: 100%;
  max-width: 1800px;
  margin: 25px auto;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) {
  position: absolute;
  content: '';
  width: 100%;
  margin: 25px auto;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper {
  margin: 0;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager,
#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
  top: 0;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager {
  width: 100%;
  text-align: center;
  color: #fff;
  top: 10px;
  right: 0;
  position: absolute;
  z-index: 100;
  max-width: 1440px;
  padding: 0 30px;
  margin: 0 auto;
  left: 0;
  font-size: .85em;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
  background: rgba(255, 255, 255, 0.35);
  color: transparent;
  text-indent: -9999px;
  display: block;
  position: relative;
  width: 46px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.55);
  height: 8px;
  left: 0;
  top: 0;
  right: 0;
  width: 0;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover, #ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
  background: #696969;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background: #f2f2f2;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-prev {
  left: 20px;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-next {
  right: 20px;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .ktl-slide {
  position: relative;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .ktl-slide .slider-image {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  max-width: 1720px;
  margin: 0 auto;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .ktl-slide .ktl-slide-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  padding: 15px 25px;
  max-width: 1380px;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .ktl-slide .ktl-slide-cap-title {
  text-align: left;
  font-size: 50px;
  color: #96b2bf;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Kaushan Script";
  letter-spacing: 2px;
  text-transform: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 0 5px 0;
  padding: 10px 15px;
  width: 100%;
  max-width: 50%;
}

#ktl-home-slider-section:after:not(.ktl-content-slider) .bx-wrapper .ktl-slide .ktl-slide-cap-desc {
  font-size: 25px;
  color: #96b2bf;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 0 5px 0;
  padding: 10px 15px;
  width: fit-content;
}

.home-widget-area:before {
  content: '';
  display: table;
  clear: both;
}

article.sticky.post {
  background: #f9f9f9;
  padding: 20px 0 0;
}

.sticky .entry-content {
  margin: 10px 20px;
}

.breadcrumb {
  padding: 0 !important;
  background-color: transparent !important;
}

.breadcrumb a {
  padding: 3px 10px;
  margin: 0;
  list-style: none;
  color: #808080;
  background-color: #f2f2f2;
  border-radius: 0;
}

.hentry {
  margin: 0;
}

.byline {
  display: none;
}

.updated {
  display: none;
}

.group-blog .byline {
  display: inline;
  margin-right: 0;
}

.page-content {
  margin: 20px 0 0;
}

.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-summary {
  margin: 20px 0 0;
}

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

.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #96b2bf;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}

.page-links a span {
  background-color: #f2f2f2;
  border: none;
  color: #696969;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-links a:hover span {
  background-color: #96b2bf;
  border: none;
  color: #fff;
}

.page-links a:focus-within span {
  background-color: #96b2bf;
  border: none;
  color: #fff;
}

.main-content-area {
  margin-top: 40px;
  margin-bottom: 40px;
}

.entry-meta {
  margin-bottom: 20px;
}

.entry-meta a {
  font-size: 13px;
  color: #808080;
}

.entry-meta a:hover {
  color: #96b2bf;
}

.entry-meta a:focus {
  color: #96b2bf;
}

.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}

.entry-meta span {
  margin-right: 10px;
}

footer.entry-meta {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

h1.entry-title {
  color: #404040;
  font-family: "SassoonInfantStd";
  font-size: 2.57143em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: .35em;
}

h1.entry-title a {
  color: #f2f2f2;
}

h1.entry-title a:hover {
  color: #96b2bf;
}

h1.entry-title a:focus {
  color: #96b2bf;
}

h3.entry-title {
  color: #404040;
  font-family: "SassoonInfantStd";
  font-size: 1.85em;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: .35em;
}

h3.entry-title a {
  color: #f2f2f2;
}

h3.entry-title a:hover {
  color: #96b2bf;
}

h3.entry-title a:focus {
  color: #96b2bf;
}

.page .entry-title {
  margin-bottom: 30px;
}

.page .post-inner-content {
  border: 0;
  padding: 0;
}

hr.section-divider {
  border-color: #9d9d9d;
  margin-top: 50px;
  margin-bottom: 50px;
}

.single-category {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-category > li {
  display: inline-block;
}

.single-category > li.show-more-categories {
  cursor: pointer;
  position: relative;
}

.single-category > li.show-more-categories:hover .subcategories {
  display: block;
}

.single-category > li.show-more-categories:focus-within .subcategories {
  display: block;
}

.single-category > li.show-more-categories.active .subcategories {
  display: block;
}

.show-more-categories .subcategories {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 0;
  padding: 0;
  min-width: 150px;
  background-color: #fff;
}

.show-more-categories .subcategories li {
  margin-bottom: 0;
}

.show-more-categories .subcategories li:after {
  display: none;
}

.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.author-bio .avatar {
  float: left;
}

.author-bio .author-bio-content {
  margin-left: 74px;
}

.author-bio h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}

.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}

.post-inner-content {
  padding: 50px 0;
}

.post-inner-content .cat-item {
  position: relative;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
  list-style: none;
}

.post-inner-content .cat-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  background: #96b2bf;
}

.post-inner-content .cat-item a {
  color: #696969;
  font-family: "SassoonInfantStd";
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-inner-content .cat-item a:hover {
  color: #96b2bf;
}

.post-inner-content .cat-item a:focus {
  color: #96b2bf;
}

.archive .post-inner-content {
  margin-bottom: 50px;
}

.archive .format-aside .entry-title {
  display: none;
}

article.post {
  width: 100%;
  margin: 0;
  padding-right: 10px;
}

article.post:first-child .post-inner-content {
  padding-top: 0;
}

article.post .post-categories {
  position: relative;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0 0 8px 0;
  list-style: none;
}

article.post .post-categories:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 40px;
  margin-left: -20px;
  background: #96b2bf;
}

article.post .post-categories a {
  color: #696969;
  font-family: "SassoonInfantStd";
  letter-spacing: 1px;
  text-transform: uppercase;
}

article.post .post-categories a:hover {
  color: #96b2bf;
}

article.post .post-categories a:focus {
  color: #96b2bf;
}

.entry-header {
  text-align: left;
}

.entry-footer {
  margin-top: 20px;
  text-align: center;
}

.entry-footer > * {
  color: #696969;
  margin: 0 6px;
}

.entry-footer a {
  color: #696969;
  margin: 0 6px;
}

.entry-footer a:hover {
  color: #96b2bf;
}

.entry-footer a:focus {
  color: #96b2bf;
}

.more-link {
  display: none;
  float: right;
  margin: 10px 0;
}

.says {
  display: none;
}

.read-more {
  text-align: center;
}

.read-more a {
  border-left: 2px solid #696969;
  border-right: 2px solid #696969;
  color: #696969;
  font-family: "SassoonInfantStd";
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
}

.read-more a:hover {
  color: #96b2bf;
}

.read-more a:focus {
  color: #96b2bf;
}

.comment-author .fn {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "SassoonInfantStd";
  letter-spacing: 2px;
  font-style: normal;
}

.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 50px 0;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-align: center;
}

.cat-title {
  border-bottom: 1px solid #dedede;
  margin: -30px 0 50px 0;
  padding-bottom: 20px;
  text-align: center;
}

.cat-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat-title ul li {
  display: inline;
}

.cat-title a {
  color: #96b2bf;
  font-family: "SassoonInfantStd";
  text-transform: uppercase;
}

article.grid {
  padding: 0;
  width: 325px;
}

article.grid .post-inner-content {
  border: 0;
  padding-bottom: 0;
}

article.grid iframe {
  max-width: 325px;
  max-height: 164px;
  width: 100%;
}

.site-main {
  max-width: 100%;
}

.pagination .fa-chevron-left {
  font-size: 12px;
}

.pagination .fa-chevron-right {
  font-size: 12px;
}

.pagination li a {
  color: #96b2bf;
}

.pagination li:hover a {
  color: #96b2bf;
}

.pagination li:focus-within a {
  color: #96b2bf;
}

.pagination > .active > a {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > .active > a:hover {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > .active > a:focus {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > .active > span {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > .active > span:hover {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > .active > span:focus {
  color: #fff;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.pagination > li > a {
  padding: 9px 14px;
  border-color: #dadada;
}

.pagination > li > span {
  padding: 9px 14px;
  border-color: #dadada;
}

.bottom-pagination {
  text-align: center;
}

.blog .format-aside .entry-title {
  display: none;
}

.single-featured {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}

.single-featured:hover {
  opacity: 0.8;
}

.single-featured:focus-within {
  opacity: 0.8;
}

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

.thumbnail .caption {
  color: #696969;
}

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

embed {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

object {
  max-width: 100%;
}

.widget-area .inner {
  padding: 15px;
  background: #f2f2f2;
}

.widget select {
  max-width: 100%;
  height: 40px;
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="text"] {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="email"] {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="tel"] {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="url"] {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="password"] {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="search"] {
  padding: 5px 10px;
  width: 95%;
}

.widget textarea {
  padding: 5px 10px;
  width: 95%;
}

.widget input[type="text"].search-query {
  width: 100%;
}

.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}

.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget ul ul {
  padding: 10px;
}

.widget ul.nav.nav-tabs {
  padding: 0;
}

.widget #social ul li {
  border-bottom: 0;
}

.widget .post-content > span {
  display: block;
}

.widget .post-content span {
  font-size: 12px;
}

.widget .woocommerce-product-search input[type="search"].search-field {
  width: 80%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 10px;
  line-height: 35px;
}

.widget_search .search-submit {
  display: none;
}

#secondary .widget {
  margin-bottom: 50px;
  overflow: hidden;
}

#secondary .widget:last-child {
  margin-bottom: 0;
}

#secondary .widget > h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: #808080;
}

#secondary .widget .social-icons {
  margin-bottom: 0;
  text-align: left;
}

#secondary .widget .social-icons a {
  margin-right: 20px;
}

#secondary .widget .post-content a {
  font-style: italic;
  font-size: 16px;
}

#secondary .widget-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#secondary .widget-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 40px;
  background: #96b2bf;
}

.tab-content ul li {
  list-style: none;
}

.not-found-widget {
  margin-top: 30px;
}

ul#menu-social-items {
  margin-bottom: 0;
}

ul.children {
  border: 0;
  margin: 0;
}

ul.children li {
  border: 0;
  margin: 0;
}

.cats-widget ul li span {
  float: right;
}

.recent-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.recent-posts-wrapper .post .post-image {
  width: 80px;
  height: 80px;
  float: left;
  display: block;
  background-color: #808080;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.recent-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}

.recent-posts-wrapper .post .post-image img:focus-within {
  opacity: 0.6 !important;
}

.recent-posts-wrapper .post .post-content {
  margin-left: 100px;
}

.tagcloud {
  margin-top: 25px;
}

.tagcloud a {
  padding: 6px 8px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  background-color: #f2f2f2;
  letter-spacing: 1px;
  font-family: "SassoonInfantStd";
  font-size: 10px !important;
  text-transform: uppercase;
}

.tagcloud a:hover {
  color: #fff !important;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

.tagcloud a:focus {
  color: #fff !important;
  background-color: #96b2bf;
  border-color: #96b2bf;
}

#instafeed {
  margin: -5px;
}

#instafeed a {
  float: left;
  margin: 5px;
  height: 80px;
  width: 80px;
}

.btn-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.btn-default:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.btn-default:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.btn-default:active {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.label-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.woocommerce #respond input#submit {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 80px;
  text-align: center;
  line-height: 35px;
}

.woocommerce #respond input#submit:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce #respond input#submit:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce #respond input#submit.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.woocommerce #respond input#submit.alt:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce #respond input#submit.alt:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce a.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.woocommerce a.button:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce a.button:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce button.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 80px;
  text-align: center;
  line-height: 35px;
}

.woocommerce button.button:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce button.button:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce input.button {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.woocommerce input.button:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce input.button:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce a.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.woocommerce a.button.alt:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce a.button.alt:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce button.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 0 80px;
  text-align: center;
  line-height: 35px;
}

.woocommerce button.button.alt:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce button.button.alt:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce input.button.alt {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 100%;
  text-align: center;
  line-height: 20px;
}

.woocommerce input.button.alt:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce input.button.alt:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.woocommerce .woocommerce-info {
  border-top-color: #96b2bf;
}

.woocommerce .woocommerce-info:before {
  color: #96b2bf;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.btn.btn-default {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.input-group-btn:last-child > .btn {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  opacity: 1;
  padding: 8px 20px;
  line-height: 16px;
}

.input-group-btn:last-child > .btn:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.input-group-btn:last-child > .btn:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

input[type=submit] {
  background: #f2f2f2;
  border-color: transparent;
  color: #696969;
  display: inline-block;
  font-family: "SassoonInfantStd";
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 80px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=submit]:hover {
  border-color: transparent;
  color: #fff;
  background: #96b2bf;
}

input[type=submit]:focus {
  border-color: transparent;
  color: #fff;
  background: #96b2bf;
}

.label-default[href]:hover {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

.label-default[href]:focus {
  background-color: #96b2bf;
  border-color: transparent;
  color: #fff;
}

#image-navigation .nav-previous {
  margin: 10px 0;
}

#image-navigation .nav-previous a {
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
  float: left;
}

#image-navigation .nav-previous a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #96b2bf;
}

#image-navigation .nav-previous a:focus {
  border-color: transparent;
  color: #fff;
  background-color: #96b2bf;
}

#image-navigation .nav-next {
  margin: 10px 0;
}

#image-navigation .nav-next a {
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
  float: right;
}

#image-navigation .nav-next a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #96b2bf;
}

#image-navigation .nav-next a:focus {
  border-color: transparent;
  color: #fff;
  background-color: #96b2bf;
}

#subscription-toggle {
  float: right;
}

.infinite-scroll .paging-navigation {
  display: none;
}

.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #DADADA;
  background: #fff;
  color: #96b2bf;
}

#infinite-handle span:hover {
  background-color: #96b2bf;
  color: #fff;
}

#infinite-handle span:focus-within {
  background-color: #96b2bf;
  color: #fff;
}

#logo {
  padding: 20px 0 20px 0;
}

a.custom-logo-link {
  display: block;
}

img.custom-logo {
  max-width: 140px;
}

.languae-switch-wrap {
  position: absolute;
  right: 0;
  padding: 20px 15px 0 0;
}

.languae-switch-wrap .widget ul li {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #808080;
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 5px 0;
  display: inline-block;
  overflow: hidden;
  opacity: 0.5;
}

.languae-switch-wrap .widget ul li a img {
  height: 16px;
  margin-top: -4px;
}

.languae-switch-wrap .widget ul li.active {
  opacity: 1;
}

.languae-switch-wrap .widget ul li:hover {
  opacity: 1;
}

#line {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.site-name {
  display: inline-block;
  margin: 0;
}

.site-name .navbar-brand {
  color: #696969;
}

.tagline {
  font-family: "Kaushan Script";
  color: #96b2bf;
  margin-top: 10px;
  letter-spacing: 1px;
  float: right;
  line-height: 7rem;
  font-size: 2.8rem;
}

.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-description {
  color: #808080;
  font-weight: 200;
  font-size: 16px;
}

.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

html input[type=button] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

html input[type=button]:hover {
  background: #96b2bf;
  color: #fff;
}

html input[type=button]:focus {
  background: #96b2bf;
  color: #fff;
}

input[type=reset] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

input[type=reset]:hover {
  background: #96b2bf;
  color: #fff;
}

input[type=reset]:focus {
  background: #96b2bf;
  color: #fff;
}

.comment-form #submit {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 35px;
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  padding: 0 80px;
  text-transform: uppercase;
}

.comment-form #submit:hover {
  background: #96b2bf;
  color: #fff;
}

.comment-form #submit:focus {
  background: #96b2bf;
  color: #fff;
}

.comment-form input[type="text"] {
  border: 1px solid #eeeeee;
  border-radius: 0;
  height: 35px;
  margin-bottom: 30px;
  padding: 0 10px;
  width: 100%;
}

.comment-form textarea {
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 30px;
  min-height: 100px;
}

.comment-form .form-submit {
  margin: 0;
}

.flex-caption .post-categories a:hover {
  color: #96b2bf;
}

.flex-caption .post-categories a:focus {
  color: #96b2bf;
}

.flex-caption .read-more a:hover {
  color: #96b2bf;
}

.flex-caption .read-more a:focus {
  color: #96b2bf;
}

.flex-caption h2 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.flex-caption h2:hover {
  color: #96b2bf;
}

.flex-caption h2:focus-within {
  color: #96b2bf;
}

.comment-meta.commentmetadata a {
  color: #404040;
  font-style: italic;
}

.comment-meta.commentmetadata a:hover {
  color: #96b2bf;
}

.comment-meta.commentmetadata a:focus {
  color: #96b2bf;
}

div.flex-caption {
  top: auto;
  bottom: 25%;
}

.post-navigation a {
  font-family: "SassoonInfantStd";
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation a:focus {
  text-decoration: none;
}

.post-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.paging-navigation {
  margin-top: 1.5em;
  text-transform: uppercase;
}

.paging-navigation a {
  font-family: "SassoonInfantStd";
  font-size: 12px;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paging-navigation a:hover {
  text-decoration: none;
}

.paging-navigation a:focus {
  text-decoration: none;
}

.paging-navigation .nav-previous {
  float: left;
}

.paging-navigation .nav-next {
  float: right;
  text-align: right;
}

.nav > li > a {
  text-transform: uppercase;
}

.nav .open > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav .open > a:hover {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.nav:not(.ktl-mobile-menu) li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  font-size: inherit;
  content: "\f107";
  width: 30px;
  text-align: center;
  display: inline-block;
  float: right;
}

.nav:not(.ktl-mobile-menu) .dropdown-menu li.menu-item-has-children > a:after {
  content: "\f105";
  display: block;
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}

.navbar.navbar-default {
  background-color: #fff;
  font-family: "SassoonInfantStd";
  font-weight: 400;
  min-height: auto;
  padding: 0;
  border-top: 1px solid #96b2bf;
  border-bottom: 1px solid #96b2bf;
  margin-bottom: 20px;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > li {
  margin-right: 25px;
}

.navbar-default .navbar-nav > li > a {
  color: #696969;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 2.6;
  letter-spacing: 1px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a {
  border-right: none;
  border-left: none;
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a:hover {
  border-right: none;
  border-left: none;
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:focus {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #f2f2f2;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #96b2bf;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #96b2bf;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  color: #fff;
}

.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #96b2bf;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  float: left;
  margin-top: 18px;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus span {
  background-color: #96b2bf;
}

.navbar-default .navbar-nav.ktl-mobile-menu > li > a:hover {
  color: #404040;
}

.navbar-default .navbar-nav.ktl-mobile-menu > li > a:focus {
  color: #404040;
}

.navbar-brand {
  display: inline-block;
  float: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #f2f2f2;
  font-size: 30px;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.navbar {
  border-radius: 0;
}

.dropdown-menu {
  box-shadow: none;
  font-size: 13px;
  border: none;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #808080;
  display: block;
}

.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #96b2bf;
}

.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #96b2bf;
}

.dropdown-menu > li:last-child {
  border-bottom: 0 none;
}

.dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown-menu > li > .ktl-dropdown {
  padding: 10px 0;
  line-height: 1.42857143;
}

.dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.dropdown-menu > .active > a {
  border: none;
  background-color: #96b2bf;
  color: #fff;
}

.dropdown-menu > .active > a:hover {
  border: none;
  background-color: #96b2bf;
  color: #fff;
}

.dropdown-menu > .active > a:focus {
  border: none;
  background-color: #96b2bf;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: #404040;
}

.dropdown-menu .ktl-dropdown {
  float: right;
}

.dropdown-menu .ktl-dropdown:after {
  content: "\f105";
}

.dropdown-menu > li.menu-item-has-children > a {
  padding-right: 30px;
}

.navbar-collapse {
  float: left;
  padding: 0;
}

.nav-search {
  float: right;
  padding: 10px 0;
}

.nav-search input {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
}

.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.nav.navbar-nav {
  float: left;
}

.nav.ktl-mobile-menu > li > a {
  display: inline-block;
}

.ktl-dropdown {
  display: none;
  padding: 20px 0;
}

.ktl-dropdown:after {
  font-family: "FontAwesome";
  font-size: inherit;
  content: "\f107";
  display: block;
  width: 30px;
  text-align: center;
}

.ktl-mobile-menu .dropdown-menu > li > a {
  display: inline-block;
}

.ktl-mobile-menu .dropdown-menu > li > a:hover {
  color: #404040;
  background-color: #fff;
}

.ktl-mobile-menu .dropdown-menu > li > a:focus {
  color: #404040;
  background-color: #fff;
}

.ktl-mobile-menu .ktl-dropdown {
  display: inline-block;
}

ul.nav.ktl-mobile-menu li.menu-item-has-children:hover > ul.dropdown-menu {
  display: none;
}

ul.nav.ktl-mobile-menu li.menu-item-has-children:focus-within > ul.dropdown-menu {
  display: none;
}

ul.nav.ktl-mobile-menu li.menu-item-has-children > ul.dropdown-menu.active {
  display: block;
}

ul.nav ul ul {
  margin: -40px 0 0 0;
  border-radius: 0 4px 4px 4px;
  padding: 0;
  left: 100%;
}

.flexslider {
  background-color: #fff;
}

.flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#respond > p {
  margin-bottom: 10px;
}

#respond p.comment-notes {
  margin-bottom: 10px;
}

p.logged-in-as {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0 !important;
  padding-left: 0;
  list-style: none;
}

.comment-list li .comment-body {
  position: relative;
}

.comment-list li .comment-body:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 40px;
  background: #96b2bf;
  margin-left: -20px;
}

.comment-list > li:last-child .comment-body:after {
  content: none;
}

.comment-list .children {
  list-style: none;
  margin-left: 0 !important;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-position: left 20px;
}

.comment .comment-body {
  background-color: #fff;
  margin: 2em 0 0 0;
  overflow: hidden;
  padding-left: 100px;
  position: relative;
  min-height: 100px;
}

.comments-title {
  font-size: 12px;
  margin: 0 0 50px 0;
  padding-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.comment-author.vcard {
  font-size: 12px;
  margin-bottom: 10px;
}

.vcard .avatar {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-metadata {
  display: none;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}

.comment-reply-link {
  background: #f2f2f2;
  border-radius: 2px;
  color: #111;
  font-size: 10px;
  margin-left: 20px;
  display: inline-block;
  padding: 4px 10px;
  font-family: "SassoonInfantStd";
  text-transform: uppercase;
}

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comment-respond .required {
  color: #96b2bf;
}

#submit {
  font-size: 12px;
}

.comment-navigation {
  overflow: hidden;
  margin-top: 30px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item:focus-within .gallery-caption {
  opacity: 1;
}

.gallery-icon img {
  margin: 0 auto;
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n) {
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-caption {
  display: none;
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-caption {
  display: none;
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1) {
  clear: left;
}

.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1) {
  clear: left;
}

.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1) {
  clear: left;
}

.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#footer-area {
  background-color: #1C395A;
  color: #fff;
}

#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}

#footer-area ul li {
  border-bottom: 1px solid #444;
}

#footer-area .site-info nav ul li {
  border-bottom: none;
}

#footer-area .widget ul li {
  list-style: none;
}

#footer-area #social a {
  margin: 0 15px;
}

.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}

.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}

.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

.footer-nav.nav > li > a:focus {
  background-color: transparent;
}

.footer-nav a:hover {
  color: #96b2bf;
}

.footer-widget {
  overflow: hidden;
}

.copyright {
  font-family: "SassoonInfantStd";
  margin-top: 10px;
  color: #696969;
}

.copyright a {
  color: #696969;
}

.footer-logos {
  vertical-align: middle;
  display: inline-block;
  flex-direction: unset;
  flex-wrap: unset;
  justify-content: unset;
  align-content: unset;
  align-items: unset;
  justify-items: unset;
}

.footer-logos .footer-logo-img {
  margin: 0 20px 0 0;
}

.footer-logos .footer-logo-img.left {
  float: left;
}

.footer-logos .footer-logo-img.right {
  float: right;
}

.footer-logos span {
  padding: 10px 0;
}

.footer-logos span.left {
  float: left;
}

.footer-logos span.right {
  float: right;
}

#colophon {
  padding: 50px 0;
  text-align: center;
}

.site-info {
  color: #404040;
  font-size: 12px;
}

.site-info a {
  color: #808080;
}

.site-info a:hover {
  color: #96b2bf;
}

.site-info a:focus {
  color: #96b2bf;
}

.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #fff;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.scroll-to-top:hover {
  background: #96b2bf;
  opacity: .8;
}

.scroll-to-top:focus {
  background: #96b2bf;
  opacity: .8;
}

.social-icons {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

#social a {
  color: #696969;
  display: inline-block;
  font-size: 18px;
  list-style: none;
  text-align: center;
}

#social a:hover {
  color: #96b2bf;
}

#social a:focus {
  color: #96b2bf;
}

#social li a span {
  display: none;
}

.header-search-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  color: #696969;
}

.header-search-icon:hover {
  background: transparent;
  color: #96b2bf;
}

.header-search-icon:focus {
  background: transparent;
  color: #96b2bf;
}

.widget_rss ul {
  display: none;
}

.postform {
  display: none;
}

table#wp-calendar {
  display: none;
}

.no-js .widget_rss ul {
  display: block;
}

.no-js .postform {
  display: block;
}

.no-js table#wp-calendar {
  display: block;
}

.related.products {
  clear: both;
}

.woocommerce-product-search {
  width: 100%;
}

.woocommerce-product-search:after {
  display: block;
  content: "";
  clear: left;
}

.woocommerce-product-search .search-field {
  float: left;
  box-sizing: border-box;
}

.woocommerce-product-search input[type=submit] {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 1px 0;
  border: 0 none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.has-sidebar-left #secondary {
  padding-right: 40px;
}

.no-sidebar {
  float: none;
  margin: 0 auto;
}

.full-width {
  width: 100%;
}

.infinite-wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px) {
  .single-category > li.show-more-categories:not(.active) .subcategories {
    display: none;
  }
  .site-main {
    width: 100% !important;
  }
  .post-inner-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #secondary {
    padding: 30px 15px 0 !important;
  }
  #masthead ul.nav ul ul {
    left: auto;
    margin: 0;
    padding-left: 20px;
  }
  .navbar-toggle {
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .flex-caption {
    display: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #fff;
    background-color: #96b2bf;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #96b2bf;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #96b2bf;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > li.menu-item-has-children:after {
    content: "";
    display: block;
    clear: both;
  }
  .navbar-collapse {
    background: #ffffff;
    float: none;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 0 15px;
    width: 100% !important;
    z-index: 99999;
  }
  .navbar-nav {
    margin: 0;
  }
  .dropdown-menu {
    display: block;
    position: relative;
    min-width: 100%;
    border: 0 none !important;
  }
  .dropdown-menu > li:first-child > a {
    padding-top: 0;
  }
  .dropdown-menu li {
    border-bottom: 0 none;
  }
  body .dropdown-menu > .active > a {
    background-color: transparent;
    color: #1C395A;
  }
  body .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #1C395A;
  }
  body .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #1C395A;
  }
  body .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #1C395A;
  }
  body .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #1C395A;
  }
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-header {
    float: left;
  }
  .site-navigation-inner .navbar-nav > li {
    float: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .nav li.menu-item-has-children > a:after {
    display: none !important;
  }
  .site-info {
    text-align: center;
  }
  .copyright {
    text-align: center;
    float: none;
  }
  .footer-nav.nav {
    float: none;
  }
}

@media (min-width: 768px) {
  .article-container {
    overflow: hidden;
  }
  .half-posts article.post {
    width: 50%;
    margin: 0;
    padding-right: 10px;
    display: inline-block;
    float: left;
  }
  .half-posts article.post:nth-child(odd) {
    clear: left;
    padding-right: 25px;
  }
  .blog.home article.post .read-more {
    display: none;
  }
  .blog.home article.post .entry-footer {
    display: none;
  }
  .blog.home article.post .post-inner-content {
    border: 0;
    padding: 0 0 30px;
  }
  .blog.home article.post:nth-child(even) {
    padding-left: 25px;
    padding-right: 0;
  }
  .blog.home .page-1 article.post:first-child .post-inner-content {
    border-bottom: 1px solid #dedede;
    padding: 0 0 50px;
  }
  .blog.home .page-1 article.post:first-child .read-more {
    display: block;
  }
  .blog.home .page-1 article.post:first-child .entry-footer {
    display: block;
  }
  .blog.home .page-1 article.post:nth-child(2) .post-inner-content {
    border-bottom: 1px solid #dedede;
    padding: 50px 0;
    margin-bottom: 30px;
  }
  .blog.home .page-1 article.post:nth-child(2) .read-more {
    display: block;
  }
  .blog.home .page-1 article.post:nth-child(2) .entry-footer {
    display: block;
  }
  .blog .page-1 .article-container article.post:first-child {
    width: 100%;
    padding-right: 0 !important;
  }
  .blog .page-1 .article-container article.post:nth-child(2) {
    width: 100%;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  #secondary {
    clear: both;
  }
}

@media (min-width: 979px) {
  ul.nav li.menu-item-has-children:hover > ul.dropdown-menu {
    display: block;
  }
  ul.nav li.menu-item-has-children:focus-within > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .post-inner-content {
    padding: 20px 25px;
  }
  .comment-list .children {
    padding-left: 10px;
  }
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  .main-content-inner {
    margin-bottom: 30px;
  }
}

/**
**  MegaMenu Extras
*/
#mega-menu-wrap-primary {
  border-top: 1px solid #1C395A !important;
  border-bottom: 1px solid #1C395A !important;
}

/**
**  Sidebar Nav
*/
.bit-section-nav h3.widget-title {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.bit-section-nav h3.widget-title a {
  background: #1C395A;
  color: #fff;
}

.bitsn-list li {
  border-top: 1px solid #111;
  background: #f2f2f2;
}

.bitsn-list li a {
  color: #111;
}

.bitsn-list li.current_page_parent {
  background: #e4e6eb;
}

.bitsn-list li.current_page_ancestor {
  background: #e4e6eb;
}

.bitsn-list ul li {
  border-top: 1px solid #111 !important;
  background: #f2f2f2;
}

.bitsn-list ul li ul.sub-open {
  background: #e4e6eb;
}

.bitsn-list ul.sub-open li {
  background: #f2f2f2;
}

.bitsn-list ul.sub-open li:hover {
  background: #1C395A;
}

.bitsn-list ul.sub-open li:hover > a {
  color: #fff;
}

.bitsn-list li.page_item_has_children {
  color: #111;
}

.bitsn-list li.current_page_parent {
  background: #e4e6eb;
}

.bitsn-list li.current_page_item {
  background: #e4e6eb !important;
}

.bitsn-list li.current_page_item:hover {
  background: #1C395A !important;
  color: #fff !important;
}

.bitsn-list li.current_page_item:hover > a {
  color: #fff !important;
}

.bitsn-list li:hover {
  background: #1C395A;
  color: #fff;
}

.bitsn-list li:hover > a {
  color: #fff;
}

.bitsn-list li:hover ul.sub-open {
  background: #1C395A;
}

.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
  background: #1C395A;
}

.ktl-content-slider .bx-wrapper .ktl-slide .ktl-slide-caption .ktl-slide-caption-bg {
  background: #1C395A;
}
