#logo img {
  display: block;
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-heading {
  font-size: 1.4rem;
    line-height: 1.2;
    color: #000;
}
.sub-heading {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #222;
}
.sub-heading:after {
  content: '';
  display: block;
  width: 150px;
  background: #222;
  height: 2px;
  margin-top: 5px;
}
.menu,
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu li {
  list-style-type: none;
  position: relative;
}
.menu a:hover,
.menu a:focus,
.menu a:active {
  text-decoration: none;
}
@media (max-width: 991px) {
  #navigation {
    display: none;
  }
}
@media (max-width: 991px) {
  #primary-menu {
    display: none;
  }
}
#primary-menu .sub-menu {
 position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    width: auto;
    background: #fff;
    z-index: 5;
    transform: scale(0);
    transition: .3s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}
#primary-menu .sub-menu li a {
     font-size: 14px;
    color: #333;
    padding: 0.5rem 1.25rem;
    display: block;
    transition: .3s ease-in-out all;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}
#primary-menu .sub-menu li a:hover {
  background: #174072;
  color: #fff;
}
#primary-menu a {
  display: block;
  color: inherit;
}
#primary-menu li:hover > .sub-menu {
     transform: scale(1);
    visibility: visible;
    opacity: 1;
}
#primary-menu .menu > li {
  float: left;
  position: relative;
}
#primary-menu .menu > li > a {
 display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 12px;
    transition: .3s all ease-in-out;
    position: relative;
    text-transform: uppercase;
}
#primary-menu .menu > li > a > i {
    margin-left: 7px;
    transition: .3s all ease-in-out;
}
#primary-menu .menu > li:not(:last-child) > a:before {
    position: absolute;
    content: "";
    display: block;
    height: 14px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgba(255, 255, 255, .2);
}
@media (max-width: 1199px) {
  #primary-menu .menu > li > a {
    padding: 5px 8px;
    font-size: 13px;
  }
}
#primary-menu .menu > li > .sub-menu {
  top: 100%;
  left: 0;
}
#primary-menu .menu > li > .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.mobile-search-form {
  position: relative;
}
.mobile-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#mobile-nav ul {
  margin: 0;
  padding: 0;
}
#mobile-nav li {
  list-style-type: none;
}
#mobile-nav a {
  color: inherit;
}
#mobile-nav {
  position: fixed;
  top: 0;
  left: -999px;
  width: 320px;
  height: 100%;
  background: #ffff;
  z-index: 99999;
  transition: all .3s;
}
#mobile-nav ._menu-bar {
  width: 100%;
  height: 50px;
  position: relative;
  padding: 0 20px;
}
#menu-mobile-toggle-btn {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
#menu-mobile-toggle-btn ._menu-label {
  line-height: 46px;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
#mobile-menu {
  max-height: 85vh;
  overflow: auto;
}
#mobile-menu li a {
  color: #111;
  display: flex;
  padding: 10px 20px;
}
#mobile-menu .sub-menu {
  display: none;
}
#mobile-menu .sub-menu li a {
  padding-left: 40px;
}
#mobile-menu .sub-menu li a:before {
  content: '-';
  margin-right: 5px;
}
#mobile-menu li {
  position: relative;
  border-top: 1px dotted #505050;
}
#mobile-menu ._menu > li:first-child {
  border: none;
}
#mobile-menu li.menu-item-has-children > a {
  margin-right: 60px;
}
#mobile-menu li.menu-item-has-children:after {
  content: "\f107";
  font-family: 'fontawesome';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  #mobile-nav {
    display: none !important;
  }
}
body.admin-bar #mobile-nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #mobile-nav {
    top: 46px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
/* --------- Category
------------------------------------------ */
.category-post-article {
  margin: 5px 0 20px;
}
.category-post-article .post-thumbnail {
  margin-bottom: 5px;
}
.category-post-article .post-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
  color: black;
}
@media (max-width: 767px) {
  .category-post-article .post-title {
    font-size: 14px;
  }
}
.category-post-article .post-date {
  color: #777;
  font-size: 13px;
  margin-bottom: 10px;
}
.category-post-article .post-excerpt {
  font-size: 14px;
  color: #555;
}
@media (max-width: 767px) {
  .category-post-article .post-title,
  .category-post-article .post-date {
    margin-bottom: 5px;
  }
}
/* --------- Single
------------------------------------------ */
.related-post-article {
  margin: 10px 0 20px;
}
.related-post-article .post-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: black;
}
.related-post-article .post-date {
  color: #777;
  font-size: 13px;
}
.related-post-article .post-excerpt {
  font-size: 12px;
  color: #777;
}
ul.cpd {
  list-style-type: none;
  padding: 15px;
  border: 1px solid #eee;
  margin: 0;
}
ul.cpd li.cpd-l {
  padding: 3px 10px 3px 25px;
  background: url(../images/icon-user.png) left 6px no-repeat;
}
ul.cpd span.cpd-r {
  color: #9dcd54;
  font-weight: bold;
}
.post-thumbnail {
  display: block;
  background: white;
}
.post-thumbnail img {
  display: block;
}
.thumbnail-bordered {
  padding: 3px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.thumbnail-hover-scale {
  overflow: hidden;
}
.thumbnail-hover-scale img {
  transition: 0.3s;
}
.thumbnail-centered {
  position: relative;
  padding-bottom: 100%;
}
.thumbnail-centered img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumbnail-centered.ratio-4-3 {
  padding-bottom: 75%;
}
.thumbnail-hover-scale:hover img {
  transform: scale(1.1);
}
.lSSlideOuter:hover .lSAction a {
  opacity: 1;
  background-color: #222;
}
#wpadminbar {
	z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
table:not(.table) th,
table:not(.table) td {
	padding: 10px;
	border: 1px solid #bbb;
}
ins {
	text-decoration: none;
}
ul {
	list-style-position: inside;
}
img {
	max-width: 100%;
	height: auto;	
}
iframe {
	max-width: 100%;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin-right: 15px;
	float: left;
}
img.alignright {
	margin-left: 15px;
	float: right;
}
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all .3s;
  border-radius: 50%;
  background: #09438a;
  width: 35px;
  height: 35px;
  border: solid 3px #09438a;
}
.scroll-to-top i {
  font-size: 24px;
}
.scroll-to-top:hover {
  color: #000;
  background: #fff;
}
.hidden {
  display: none;
}
.comment-content p{
  margin: 10px 0;
  font-size: 14px;
}
.comment-form textarea {
  height: 120px !important;
  padding: 10px;
  width: 100%;
  resize: none;
}
.comment-form .form-submit input {
  text-transform: uppercase;
  margin-top: 23px;
  background: #111 !important;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 20px;
}
.comment-form .form-submit input:hover {
  background: #f06560;
}
.comment-form .required {
  color: #f06560;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: #e0e0e0 1px solid;
  padding: 25px
}
.comment-form .comment-notes,
.comment-form .form-group,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit,
.comment-form-rating {
  width: 100%;
}
.comment-form-comment,.comment-form-author,.comment-form-email {
  width: 100%;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  outline: 0;
}
#comments #reply-title,
#comments .comment-notes {
  display: none;
}
#comments .comment {
  list-style: none;
}
#comments .comment-list li {
  list-style-position: inside;
}
#comments .comment-list article {
  padding: 5px;
  margin-bottom: 5px;
}
#comments article .comment-meta .comment-author {
  display: inline;
}
#comments article .comment-meta .comment-metadata {
  display: inline;
  font-style: italic;
}
#comments article .comment-meta .comment-metadata:before {
  content: '( ';
}
#comments article .comment-meta .comment-metadata:after {
  content: ' )';
}
#comments article .comment-meta .says {
  display: none;
}
/*--- slick ---*/
#home-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
}
#home-slide .slick-next {
  right: 15px;
  left: unset;
}
#home-slide .slick-nav i {
  font-size: 54px;
  color: #fff;
}
#home-slide figure,
#home-slide .widget {
  margin-bottom: 0;
}
#home-slide img {
  width: 100%;
}

/*--- checkout ---*/
.woocommerce-cart-form .actions button {
  background: #19abe0 !important;;
  color: #fff !important;
}
.wc-proceed-to-checkout a {
  background: #19abe0 !important;
}
.cart_totals >h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields >h3,
#order_review_heading {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  background: #f8f8f8;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper >p {
  display: flex;
  flex-direction: column;
}
.woocommerce-billing-fields__field-wrapper input {
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#order_comments_field {
  display: flex;
  flex-direction: column;
}
#order_comments_field textarea {
  height: 150px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.woocommerce-checkout-payment button {
  border-color: #19abe0 !important;
  background: #19abe0 !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  height: 40px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  padding: 5px;
  border: 1px solid #ddd;
}
.woocommerce-additional-fields >h3 {
  border: 0;
} 
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse !important;
}
.woocommerce-billing-fields > h3 i, .woocommerce-additional-fields >h3 i,#order_review_heading i {
  color: #19abe0;
  margin-right: 15px;
}
/*--- yith --*/
.yith-wcan-list li {
    margin: 5px 10px;
}
.yith-wcan-list li a {
  color: #111;
  background: url(../images/icon_ckbox.png) no-repeat left 5px;
  display: block;
  padding: 4px 4px 4px 21px;
  font-size: 14px;
  margin-bottom: 7px;
}
.yith-wcan-list li a:hover {
  text-decoration: none;
}
.yith-wcan-list li.chosen a:before {
  display: none;
}
.yith-wcan-list li.chosen a {
  background: url(../images/icon_ckbox_selected.png) no-repeat left 2px;
}
ul.yith-wcan-list {
  padding: 0;
}
.yith-wcan-list li a:hover {
  color: #9bd031;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h1,h2,h3 {
  font-weight: bold;
  line-height: 1.3;
}
table {
  width: 100%;
  display: table;
  overflow: auto;
}
table.shop_table {
  display: table;
}
.pagination {
  margin: 15px 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  background: #111;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination .current,
.pagination a:hover {
  background: #f06560;
  color: #fff;
}

.pagination a:focus,
.pagination a:visited,
.pagination a:active {
  color: #fff;
}

.pagination .page-numbers {
  margin-right: 3px;
  margin-bottom: 3px;
}

.posts-navigation,
.post-navigation {
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px solid #dedede;
  word-wrap: break-word;
  overflow: hidden;
}

.posts-navigation .meta-nav,
.post-navigation .meta-nav {
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.posts-navigation .post-title,
.post-navigation .post-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  margin: 0;
  word-wrap: break-word;
  color: #111;
  transition: all 0.3s;
  line-height: 1.35;
}

.posts-navigation .post-title:hover,
.post-navigation .post-title:hover {
  color: #f06560;
}

.nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-previous {
  text-align: left;
  padding-right: 20px;
  flex: 1;
  font-weight: 700;
}

.nav-next {
  text-align: right;
  width: 100%;
  font-weight: 700;
  margin-left: auto;
}

.nav-previous + .nav-next {
  margin-left: 0;
  padding-left: 20px;
  width: 50%;
}

@media (max-width: 1023px) {
  .nav-links {
    display: block;
  }
  .pagination .nav-links {
    text-align: center;
  }
  .pagination a,
  .pagination span {
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .nav-previous,
  .nav-next {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .nav-previous + .nav-next {
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
    border-top: 1px dashed #dedede;
  }
}
h2.comments-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px 0;
    color: #00809c;
    text-transform: uppercase;
}
ol.comment-list li.comment>article {
    border-bottom: 1px solid;
    border-color: #eee;
    position: relative;
}
ol.comment-list {
    padding: 0;
}
.comment-metadata {
    display: none !important;
}
ol.comment-list li.comment>article {
    border-bottom: 1px solid;
    border-color: #eee;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
ol.comment-list li.comment>article>footer,
ol.comment-list li.comment>article> .comment-content {
  width: 100%;
}
ol.comment-list li.comment>article> .comment-content {
  padding-left: 65px;
}
.comment-author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
#comments article .comment-meta .comment-author {
    display: flex;
}
#comments .fn {
    color: #f6ca52;
}
.comment-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    margin-top: -25px;
}
#comments .comment-list article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#comments .reply {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
}
.comment-reply-link {
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: #00809c;
}
#comments .reply i {
    font-size: 12px;
    margin-right: 5px;
}
