/*
 Theme Name:     Discovery Knitting
 Theme URI:      https://www.detype.com
 Description:    Custom theme
 Author:         DeType
 Author URI:     https://www.detype.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
.category-panel .btn {
  padding: 8px 18px;
  letter-spacing: 1px;
  color: #464646;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.99);
  border: 1px solid #bab9b4;
  border-radius: 0px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.category-panel .btn:hover {
  color: #ffffff !important;
  background-color: #464646;
  border-color: #464646 !important;
  border-radius: 0px;
}

.sh-hide {
  display: none;
}

.category-section {
  position: relative;
  margin: 0 auto;
  max-height: 300px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

.fade-container-cate {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100, 100, 100, 0)), color-stop(75%, #ffffff));
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0) 0, #ffffff 75%);
  height: 70px;
  opacity: 1;
  margin-top: -60px;
  position: relative;
}

.sh-hide,
.sh-show {
  position: absolute;
  bottom: -2em;
  z-index: 100;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.categories-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  list-style: none;
  margin: 0;
  padding: 0 !important;
  margin-left: -10px;
}

.categories-home li {
  width: 33.33%;
  text-align: left;
  padding-left: 10px;
  font-family: "Playfair Display";
  list-style: none;
  color: #000;
  font-size: 19px;
}

.categories-home li a {
  padding: 10px;
  font-weight: 300;
  border-top: 1px solid #000;
  font-family: "Playfair Display";
  color: rgb(70, 70, 70);
  display: block;
}

.sh-show.target~.category-section {
  max-height: 2000px !important;
}

.sh-show.target {
  display: none;
}

.sh-show.target~.sh-hide {
  display: block;
}

.sh-show.target~.fade-container-cate {
  opacity: 0;
  margin-top: -23px;
}

@media only screen and (max-width: 980px) {
  .categories-home li {
    width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .categories-home {
    margin-left: 0;
  }

  .categories-home li {
    width: 100%;
    padding-left: 0px;
  }
}

/*--------------- Latest Product ----------------------*/
.card-pnl {
  position: relative;
  margin-bottom: 10px;
}

.product-sec,
.product-sec-related {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 979px) {

  .product-sec,
  .product-sec-related {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {

  .product-sec,
  .product-sec-related {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.card-pnl img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.card-pnl .et_overlay {
  display: none;
}

.further-product-details {
  text-align: left;
}

.further-product-details .title {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 0px !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.list-section {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-family: "Playfair Display" !important;
  color: rgb(70, 70, 70) !important;
  font-weight: 300 !important;
  font-size: 17px !important;
  line-height: normal !important;
  padding-bottom: 10px !important;
}

.list-section strong {
  font-family: "Cabin", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  padding-right: 5px;
}

.block-detail {
  white-space: normal !important;
}

.cartSection {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  background: rgba(223, 220, 211, 0.7);
  padding: 5px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cartbttn {
  margin-left: 20px !important;
  position: relative;
}

.cartSection a {
  color: rgb(70, 70, 70) !important;
  text-transform: uppercase;
  font-family: "Playfair Display" !important;
  font-size: 13px !important;
  line-height: normal !important;
}

.addtoswatch {
  max-width: 80px;
  line-height: normal !important;
  position: relative;
  text-align: center;
}

.loading-sec {
  display: none;
}

.loading-sec:before {
  content: "";
  width: 10px;
  height: 10px;
  background: 0;
  -webkit-animation: ldld-default 0.5s ease-in-out infinite;
  animation: ldld-default 0.5s ease-in-out infinite;
  border-radius: 50%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  border-color: currentColor transparent currentColor transparent;
  display: block;
  top: 50%;
  position: absolute;
  left: 0;
  margin-left: -10px;
  margin-top: -5px;
  color: #000;
}

.swal2-title {
  font-size: 20px !important;
  line-height: normal !important;
  color: rgb(70, 70, 70);
}

.variation-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
  margin: 40px 0 0;
  gap: 5px;
}

.variation-img li {
  padding: 2px;
  width: 29px;
  height: 29px;
  border: 1px solid transparent;
  border-radius: 50%;
  list-style: none;
  cursor: pointer;
}

.variation-img li.active-variation {
  border-color: #000;
  pointer-events: none;
}

.variation-img li img {
  display: block;
  width: 100%;
  height: 25px;
  border: 2px solid #dfdcd3;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.product-sec .slick-arrow {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  border: none;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

.product-sec .slick-arrow.slick-prev {
  left: -50px;
}

.product-sec .slick-arrow.slick-next {
  right: -50px;
}

.product-sec .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*---------- Single Product ------------------ */
.product_breadcrumb .breadcrumb {
  color: #bab9b4;
}

.single-product .container {
  padding-top: 0px !important;
}

.single-product .container:before {
  display: none !important;
}

.single-product #left-area {
  width: 100% !important;
  padding-right: 0px !important;
}

.related-sec {
  padding-top: 40px;
}

.related-sec h3 {
  font-size: 40px;
  margin-bottom: 20px;
}

.add_to_swatch_button {
  position: relative;
}

.add_to_swatch_button .loading-sec:before {
  left: 20px;
}

section.product_wrapper .product_wrap .item-2 .product_info_wrap .quantity {
  width: 100% !important;
  margin-right: 0px !important;
  float: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.product_wrapper .product_wrap .item-2 .product_info_wrap .quantity input[type=number] {
  height: 50px;
}

/* ---------------------- woocommerce styling -------------------------- */
.woocommerce table.shop_table {
  border: #00203d solid 1px;
  border-radius: 0;
}

.woocommerce table.shop_table thead {
  background: #00203d;
}

.woocommerce table.shop_table thead th {
  color: #FFF;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table td.product-name {
    max-width: 400px !important;
  }
}

.woocommerce table.shop_table .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.woocommerce table.shop_table .product-quantity .quantity input {
  height: 40px !important;
  background-color: #fff;
  border: #bab9b4 solid 1px;
}

.woocommerce table.shop_table .product-quantity .quantity .units {
  margin-left: 10px;
}

.woocommerce table.shop_table .product-quantity .quantity button {
  height: 40px !important;
  cursor: pointer;
  border: #bab9b4 solid 1px;
  width: 40px !important;
}

.woocommerce table.shop_table .product-quantity .quantity button.minus {
  margin-right: 10px;
}

.woocommerce table.shop_table .product-quantity .quantity button.plus {
  margin-left: 10px;
}

.woocommerce a.remove {
  color: #00203d !important;
  line-height: 0.9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce a.remove:hover {
  background-color: #00203d;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: #bab9b4 solid 1px !important;
  background-color: #fff !important;
}

.woocommerce .cart button[type=submit] {
  font-size: 16px !important;
  font-weight: bold;
  height: 46px;
  border-radius: 0 !important;
  color: #FFF !important;
  background: #464646 !important;
  border: #464646 solid 1px !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .cart button[type=submit]:hover {
  background-color: #FFF !important;
  color: #464646 !important;
}

.woocommerce .cart .coupon .button {
  background-color: #464646;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  border: #464646 solid 1px !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .cart .coupon .button:hover {
  background-color: #FFF !important;
  color: #464646 !important;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button {
  font-size: 16px !important;
  font-weight: bold !important;
  background-color: #464646 !important;
  color: #FFF !important;
  border: none !important;
  display: block;
  height: 46px;
  line-height: 40px !important;
  border: #464646 solid 1px !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.woocommerce .cart-collaterals .cart_totals .checkout-button:hover {
  background-color: #FFF !important;
  color: #464646 !important;
}

.woocommerce form.checkout.woocommerce-checkout label {
  color: #333;
}

.woocommerce form.checkout.woocommerce-checkout input[type=text],
.woocommerce form.checkout.woocommerce-checkout input[type=tel],
.woocommerce form.checkout.woocommerce-checkout input[type=email],
.woocommerce form.checkout.woocommerce-checkout textarea {
  border: none;
  border: #464646 solid 1px;
  font-size: 16px;
  color: #1e1e1c;
  letter-spacing: 0.5px;
  line-height: 1;
  background-color: transparent;
}

.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection {
  height: 56px;
  border-radius: 0px;
  border: none;
  border: #464646 solid 1px;
}

.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection .select2-selection__rendered {
  line-height: 56px;
}

.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection .select2-selection__arrow {
  height: 54px;
}

.woocommerce form.checkout.woocommerce-checkout button[type=submit] {
  font-size: 16px !important;
  font-weight: bold;
  height: 46px;
  border-radius: 0 !important;
  color: #FFF !important;
  background: #464646 !important;
  border: #464646 solid 1px !important;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: 20px;
}

.woocommerce form.checkout.woocommerce-checkout button[type=submit]:hover {
  background-color: #FFF !important;
  color: #464646 !important;
}

.woocommerce .woocommerce-checkout-payment .woocommerce-info {
  background-color: #464646;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.woocommerce #order_review_heading {
  margin-top: 20px;
}

.woocommerce .form-row.place-order {
  padding: 1em !important;
}

section.product_wrapper .product_wrap .item-2 .product_info_wrap .quantity.none-sec,
section.product_wrapper .product_wrap .item-2 .product_info_wrap .product_price_wrap .price span.permeter.none-sec {
  display: none !important;
}

#et_mobile_nav_menu .mobile_menu_bar.mobile_menu_bar_toggle:before {
  color: #FFF;
}

#et_search_icon:before {
  color: #FFF;
}

.et_mobile_menu {
  background: #00203d;
}

/* ------------------------- fixed notice banner -------------------------- */
body.admin-bar .notice_banner_wrapper .notice_banner_wrap {
  top: 32px;
}

.notice_banner_wrapper .notice_banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #dfdcd3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 10px;
  z-index: 9999999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.notice_banner_wrapper .notice_banner_wrap .notice_text {
  display: inline-block;
  padding: 5px;
  font-size: 17px;
  color: #000;
}

.notice_banner_wrapper .notice_banner_wrap .notice_text span {
  font-family: azo-sans-uber, sans-serif !important;
  color: #fff158;
}

.notice_banner_wrapper .notice_banner_wrap .notice_close_btn {
  display: block;
}

.notice_banner_wrapper .notice_banner_wrap .notice_close_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notice_banner_wrapper .notice_banner_wrap .notice_close_btn .njt-nofi-close-icon {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  padding: 7px;
  background: rgba(0, 0, 0, 0.1803921569);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* ----------------------- wooocommerce single page gallery trigger --------------------------- */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  right: 1em;
}

/* -------------------------- full screen search -------------------- */
.no-scroll {
  overflow-y: hidden;
}

.full-screen-search {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  overflow-x: hidden;
}

.full-screen-search .fs-close-button {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 60px;
  padding-right: 15px;
}

.full-screen-search .fs-close-button a img {
  max-width: 43px;
  display: inline-block;
}

.full-screen-search .container {
  position: relative;
  height: 100%;
}

.fs-search {
  position: absolute;
  width: 80%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  padding: 20px 0;
  /* div {
      display: flex;
      justify-content: center;
  } */
}

.fs-search input[type=text] {
  background: transparent !important;
  border: none;
  border-bottom: #FFF solid 2px !important;
  width: 50%;
  color: #FFF;
  font-size: 32px !important;
}

.fs-search input[type=text]::-webkit-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::-moz-placeholder {
  color: #FFF;
}

.fs-search input[type=text]:-ms-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::-ms-input-placeholder {
  color: #FFF;
}

.fs-search input[type=text]::placeholder {
  color: #FFF;
}

.fs-search input[type=text]:focus {
  background: transparent !important;
}

.fs-search button[type=submit] {
  position: relative;
  text-indent: -999em;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  background: url("/wp-content/uploads/fss-search-icon.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fs-search button[type=submit]:hover {
  opacity: 0.7;
}

.open-fs-search .full-screen-search {
  opacity: 1;
  visibility: visible;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 18px;
}

#ajaxsearchlite1 .asl_m,
#ajaxsearchlite1 .asl_m .probox {
  background-color: red !important;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  color: #FFF !important;
}

#ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #acacac !important;
}

#ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
div.asl_w .probox .proinput input::-moz-placeholder {
  color: #acacac !important;
}

#ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
div.asl_w .probox .proinput input:-ms-input-placeholder {
  color: #acacac !important;
}

#ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
div.asl_w .probox .proinput input::-ms-input-placeholder {
  color: #acacac !important;
}

#ajaxsearchlite1 .probox .proinput input::placeholder,
div.asl_w .probox .proinput input::placeholder {
  color: #acacac !important;
}

div.asl_w .probox div.asl_simple-circle {
  border-color: #FFF !important;
  border-right-color: transparent !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  height: 40px;
}

div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
  width: 30px !important;
}

.discount .fa-circle-info {
  color: orangered;
  font-size: 24px;
  margin-left: 10px;
}

.product-prices__wrapper {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  color: white;
  padding: 15px;
  border-radius: 4px;
  position: absolute;
  width: 280px;
  left: 12px;
  bottom: 140%;
  border-bottom-right-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  visibility: hidden;
}

.discount .fa-circle-info:hover~.product-prices__wrapper {
  opacity: 1;
  visibility: visible;
}

.product-prices p {
  color: white;
  text-align: left;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.product-prices__pointer {
  position: absolute;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  border-bottom: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  top: 100%;
  border-bottom-right-radius: 0;
  left: 0px;
}

.disc-hint {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}


/* =========================================================================== */
/*                                 Blog styles                                 */
/* =========================================================================== */
.blog_page_header {
  background-color: #f4f4f4;
  background-position: center top 20%;
  background-image: linear-gradient(180deg, rgba(0, 29, 54, 0.8) 3%, rgba(0, 29, 54, 0.8) 100%), url(/wp-content/uploads/dk-contact-banner.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4%;
}

.blog_page_header .title_wrap {
  padding: 60px 0;
}

.blog_page_header .title_wrap h1 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  text-align: center;
  color: #FFF;
  margin-bottom: 20px;
}

.blog_page_header .title_wrap .blog-categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_page_header .title_wrap .blog-categories ul li {
  text-transform: capitalize;
}

.blog_page_header .title_wrap .blog-categories ul li:not(:last-child) {
  margin-right: 15px;
}

.blog_page_header .title_wrap .blog-categories ul li a {
  /* background-color: #ec6906;
  border: #ec6906 solid 1px;
  color: #FFF;
  padding: 12px 20px 14px;
  font-size: 20px;
  line-height: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: block;
  margin-bottom: 10px; */
}

.blog_page_header .title_wrap .blog-categories ul li a:hover {
  /* background-color: #fffFFF;
  border: #ec6906 solid 1px;
  color: #ec6906;
  text-decoration: none; */
}

.posts-listing-section {
  padding: 60px 0;
}

.posts-listing-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

@media (max-width: 1199px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .posts-listing-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog-card {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px;
}

@media (min-width: 768px) {
  .blog-card {
    padding-bottom: 80px;
  }
}
.blog-card .blog-thumb {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-card .blog-thumb {
    margin: -20px -20px 29px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-thumb {
    margin-bottom: 20px;
  }
}
.blog-card .blog-thumb img {
  display: block;
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-card .blog-thumb:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-card .blog-categories {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #00203D;
  line-height: 1;
}

.blog-card .blog-categories a {
  color: #00203D;
}

.blog-card .blog-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}

.blog-card .blog-title a:hover {
  text-decoration: none;
}

.blog-card .blog-meta {
  font-size: 15px;
  margin-bottom: 10px;
  color: #1e1e1c;
  margin-top: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.blog-card .blog-meta a {
  color: #1e1e1c;
}

.blog-card .blog-content {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #1e1e1c;
  font-weight: normal;
  font-size: 18px;
}

.blog-card .action {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .blog-card .action {
    position: absolute;
    bottom: 20px;
  }
}
.blog-card .action a {
  /* background-color: #ec6906;
  border: #ec6906 solid 2px;
  color: #FFF;
  padding: 12px 20px 12px;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  margin-bottom: 10px; */
}

.blog-card .action a:hover {
  /* color: #ec6906;
  background-color: #fff;
  background-color: transparent;
  text-decoration: none; */
}

@media (min-width: 1024px) {
  body.sticky-header-blog .blog-sticky-header {
    opacity: 1;
    visibility: visible;
  }
}
.blog-sticky-header {
  position: fixed;
  width: 100%;
  opacity: 0;
  /* top:0;
  left: 0; */
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  padding: 15px 20px;
  border-bottom: #dad5d3 solid 1px;
  z-index: 99;
}

.blog-sticky-header .item-1 {
  position: relative;
  z-index: 99;
}

.blog-sticky-header .item-2 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
}

.blog-sticky-header .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sticky-header .blog-post-share ul li span {
  font-size: 14px;
  color: #1e1e1c;
}

.blog-sticky-header .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.blog-sticky-header .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.blog-sticky-header .blog-title {
  padding-bottom: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}

.single-post-section {
  padding: 60px 0;
  padding-top: 120px;
}

.single-post-section .blog-post-header {
  margin-bottom: 20px;
}

.single-post-section .blog-post-header .blog-title {
  font-size: 46px;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 979px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .single-post-section .blog-post-header .blog-title {
    font-size: 36px;
  }
}
.single-post-section .blog-post-header .catelist a {
  color: #00203D;
}

.single-post-section .blog-post-header .blog-meta {
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.single-post-section .blog-post-share {
  margin-bottom: 40px;
}

.single-post-section .blog-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post-section .blog-post-share ul li span {
  font-size: 14px;
}

.single-post-section .blog-post-share ul li:not(:first-child) {
  margin-left: 5px;
}

.single-post-section .blog-post-share ul li img {
  width: 34px;
  display: block;
}

.single-post-section .blog-featured-image {
  margin-bottom: 40px;
}

.single-post-section .blog-featured-image img {
  min-width: 100%;
  display: block;
}

.single-post-section .blog-content {
  font-size: 18px;
  line-height: 1.7;
}

.single-post-section .blog-content h1, .single-post-section .blog-content h2, .single-post-section .blog-content h3, .single-post-section .blog-content h4, .single-post-section .blog-content h5, .single-post-section .blog-content h6 {
  font-weight: 700;
}

.single-post-section .blog-content h1 {
  font-size: 54px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h1 {
    font-size: 48px;
  }
}
.single-post-section .blog-content h2 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h2 {
    font-size: 42px;
  }
}
.single-post-section .blog-content h3 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h3 {
    font-size: 36px;
  }
}
.single-post-section .blog-content h4 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h4 {
    font-size: 30px;
  }
}
.single-post-section .blog-content h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h5 {
    font-size: 24px;
  }
}
.single-post-section .blog-content h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .single-post-section .blog-content h6 {
    font-size: 20px;
  }
}
.single-post-section .blog-content ul {
  list-style: disc;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content ol {
  list-style: decimal;
  margin: 20px;
  margin-right: 0;
  margin-left: 40px;
}

.single-post-section .blog-content blockquote {
  border: none;
  padding: 0;
  position: relative;
  font-style: italic !important;
  border: #00203D solid 2px;
  padding: 20px;
  padding-left: 70px;
}

.single-post-section .blog-content blockquote p {
  font-style: italic !important;
}

.single-post-section .blog-content blockquote:before {
  content: "";
  /* background: url(/wp-content/uploads/risk-quote-icon.svg) no-repeat;  */
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
}

.similar-posts-section {
  background-color: #00203D;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .similar-posts-section {
    padding: 40px 0;
  }
}
.similar-posts-section .similar-posts-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 50px;
}

@media (max-width: 979px) {
  .similar-posts-section .similar-posts-title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .similar-posts-title {
    font-size: 36px;
  }
}
.similar-posts-section .posts-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}

@media (max-width: 1199px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .similar-posts-section .posts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.post-pagination {
  margin-top: 40px;
}

.post-pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination li a:not(.next):not(.prev),
.post-pagination li span {
  display: block;
  width: 40px;
  height: 40px;
  border: #00203D solid 2px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  margin: 0 3px;
  color: #00203D;
  font-weight: bold;
}

.post-pagination li a:not(.next):not(.prev) {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a:not(.next):not(.prev):hover {
  background-color: #00203D;
  color: #FFF;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  display: block;
  padding-top: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-pagination li a.prev img,
.post-pagination li a.next img {
  height: 24px;
  display: block;
}

.post-pagination li a.prev {
  margin-right: 15px;
}

.post-pagination li a.prev img {
  /* transform: rotate(180deg); */
}

.post-pagination li a.next {
  margin-left: 15px;
}

.post-pagination li .current {
  background-color: #00203D;
  color: white;
}

.post-pagination li .dots {
  border-color: transparent;
}

.post-pagination li a.prev,
.post-pagination li a.next {
  border-color: transparent;
}

.section-archive-title {
  padding: 60px 0;
  background-color: #dad5d3;
}

.section-archive-title h1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 36px;
}

.single-container {
  max-width: 800px !important;
}