/*!
Theme Name: Leadpcb
Author: Hunk
Author URI: https://www.imhunk.com/
Version: 1.1
Requires PHP: 7.0
*/

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Medium.woff2') format('woff2'),
         url('font/SpaceGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Bold.woff2') format('woff2'),
         url('font/SpaceGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Light.woff2') format('woff2'),
         url('font/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-SemiBold.woff2') format('woff2'),
         url('font/SpaceGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('font/SpaceGrotesk-Regular.woff2') format('woff2'),
         url('font/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem; /* 等于 16px */
  line-height: 1.5;
  color: #333;
}

@media (max-width: 768px) {
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}

@media (max-width: 480px) {
  html {
    font-size: 50%; /* 1rem = 8px */
  }
}


/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/*--------------------------- header menu ---------------------------*/

.homemenu .Hunk-menu-main>li>a, .homemenu .Hunk-search-button i:before,   .homemenu .arrow-toggle i:before{color:#333!important;}



.home .Hunk-header.homemenu{background-color: #fff!important; box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3)!important; /* 底部阴影 */
  transition: box-shadow 0.3s ease!important;}


        .Hunk-search-button {
            cursor: pointer;
            background: #fff;
            border: none;
     
            padding: 20px;
        }

        .search-box-content {
            max-width: 1200px;
            margin: 3rem auto;
            display: flex;
            flex-direction: column;


        }

     .Hunk-search-box {
    position: absolute; /* 或 fixed */

    top:60px;
    
    right: 0; /* 你可以根据需要定位 */
    width: 100%;
    height: 0;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: height 0.3s ease;
    z-index: 999; /* 确保在上方 */

}

        #searchInput {
            padding: 10px;
            border: none;
            outline: none;
            max-width: 90%;
        }

        .search-suggestions {

          margin-top: 1.5rem;
           
            display: flex;
            flex-direction: column;
        }

        .search-suggestion {
            padding: 10px;
            cursor: pointer;
        }

        .search-suggestion:hover {
            background-color: #f0f0f0;
        }

    .fa{transition: transform 0.3s ease; }

    .rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.Hunk-header{background-color: #fff;box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.3)!important; /* 底部阴影 */
  transition: box-shadow 0.3s ease!important;}

.home .Hunk-header{background-color: transparent;box-shadow:none!important;}
    /* responsive */
@media(max-width: 991px){

  .home .arrow-toggle i:before{color: #333!important;}

  .Hunk-header .Hunk-menu > ul > li .submenu {
    position: relative; /* 让子菜单相对主菜单显示 */
    display: none; /* 默认隐藏 */
  }

  .Hunk-header .Hunk-menu > ul > li .submenu.active {
    display: block; /* 添加 active 时显示 */
  }

  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu {
    width: auto; /* 保持自动宽度 */
  }
}

   


    .arrow-toggle{border:none!important;background:#fff!important;margin: 0;padding: 0;}

   

body{
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
*{
  margin:0;
  box-sizing: border-box;
}
:before,:after{
  box-sizing: border-box;
}
.header-container{
  max-width: 1200px;
  margin:auto;
}
.header-row{
  display: flex;
  flex-wrap: wrap;
}
.v-center{
  align-items: center;
}

a{
  text-decoration: none;
}
/* header */
.Hunk-header{
  display: block;
  width: 100%;
  position: sticky;
  z-index: 99;
  padding:0;
  top: 0;
}
.Hunk-header .item-left{
  flex:0 0 10%;
}
.Hunk-header .Hunk-logo a{
  font-size: 30px;
  color:#000000;
  font-weight: 700;
  text-decoration: none;
}
.Hunk-header .item-center{
  flex:0 0 76%;
  display: flex;
  justify-content: flex-end;
}
.Hunk-header .item-right{
  flex:0 0 14%;
  display: flex;
  justify-content: flex-end;
}
.Hunk-header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;

  margin-bottom: 0;
}


.Hunk-header i:before{font-size: 1.8rem;color: #333;}

.home .Hunk-header i:before{color:#fff;}

.home .Hunk-menu-main .Hunk-menu-button{background-color: #02542e!important;color:#fff!important;}




.search-close {
 
  background: none;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
      position: absolute;
    top: 2rem;
    right: 10%;
    padding: 10px;
    color: #333;
}


.Hunk-search-button:hover{background: transparent!important;}
.Hunk-search-button:hover i:before{color: #ea4636;}

  .Hunk-menu-main .Hunk-menu-button{outline: 1px solid #02542e!important;color: #02542e!important;}
  .Hunk-menu-main .Hunk-menu-button:hover{color:#fff!important;}

@media (min-width: 992px){

  .home .current-menu-item>a{color:#fff!important;}

 

 .Hunk-header button i:before{color: #333;}

 .home .Hunk-header button i:before{color: #fff;}


.home .Hunk-header .Hunk-menu > ul > li > a{color:#fff;}



}

.home .Hunk-header button{background-color: transparent!important;}

.Hunk-header .Hunk-menu > ul > li > a{
  font-size: 1.8rem;
  font-weight: 500;
  color:#000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li .submenu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
  padding: 20px 10px;
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
}
@media(min-width: 992px){
.Hunk-header .Hunk-menu > ul > li.menu-item-has-children:hover .submenu{
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
}
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li{
  line-height: 1;
}
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.Hunk-header .Hunk-menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a {
  padding:7px 0;
  display: inline-block;
  font-size: 15px;
  color:#555555;
  transition: color 0.3s ease;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);  
}

.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4, .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-3, .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2{
  max-width: 1000px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2 > .list-item{
  flex:0 0 50%;
  padding:0 30px;
}

.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-3 > .list-item{
  flex:0 0 33%;
  padding:0 30px;
}


.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item .title{
  font-size: 16px;
  color:#ea4636;
  font-weight: 500;
  line-height: 1;
  padding:10px 0;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center .title{
  text-align: center;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a:hover,
.Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a:hover,
.Hunk-header .item-right a:hover,
.Hunk-header .Hunk-menu > ul > li:hover > a,.Hunk-header .Hunk-menu > ul > li:hover i:before{
  color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
  display: none;
}
 
 .list-item li a:before{content: '\2713';margin-right: 5px;}
  .list-item li:hover a{padding-left: 10px!important;transition: all .5s!important;}

  .list-item li a{transition: all .5s!important;}

 .list-item ul{padding-left: 0;}

  .list-item h4{margin-bottom: 1rem;font-size: 2.3rem;}
/*responsive*/

@media(max-width: 550px){

  .search-close{right:0;}



}
@media(max-width: 991px){

  .search-box-content{padding:0 1.5rem;}

  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-2 > .list-item{padding:0 5px;}

  .menu-item-has-children{display: flex!important;position:relative;align-items: center;flex-flow:row wrap;}

  .Hunk-menu-main>li{border-bottom: 1px solid rgba(0, 0, 0, 0.1);width: 100%;}
  .Hunk-menu-main>li>a{display: flex!important;width: auto;flex-grow: 1;}

  .arrow-toggle{padding:1rem;color:#333;}

  .Hunk-header .item-center{
    order:3;
    flex:0 0 100%;
  }


  .Hunk-header .item-left,
  .Hunk-header .item-right{
    flex:0 0 auto;
  }
  .v-center{
    justify-content: space-between;

            padding: 0 10px;
  }
  .Hunk-header .mobile-menu-trigger{
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .home .Hunk-header .mobile-menu-trigger span, .home .Hunk-header .mobile-menu-trigger span:before,
  .home .Hunk-header .mobile-menu-trigger span:after{

    background-color: #fff;


  }

   .homemenu  .mobile-menu-trigger span,   .homemenu  .mobile-menu-trigger span:before,
   .homemenu  .mobile-menu-trigger span:after{

    background-color: #333!important;


  }




  .Hunk-header .mobile-menu-trigger span{
    display: block;
    height: 2px;
    background-color: #333;
    width: 24px;
    position: relative;
  }
  .Hunk-header .mobile-menu-trigger span:before,
  .Hunk-header .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333;
  }
  .Hunk-header .mobile-menu-trigger span:before{
    top:-6px;
  }
  .Hunk-header .mobile-menu-trigger span:after{
    top:6px;
  }
  .Hunk-header .item-right{
    align-items: center;
  }

  .Hunk-header .Hunk-menu{
    position: fixed;
    width: 320px;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    
    z-index: 1099;
  }




  .Hunk-header .Hunk-menu.active{
     transform: translate(0%); 
     transition: all 0.2s ease; 
  }
  .Hunk-header .Hunk-menu > ul > li{
    line-height: 1;
    margin:0;
    display: block;
  }
  .Hunk-header .Hunk-menu > ul > li > a{
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    
  }
  .Hunk-header .Hunk-menu > ul > li > a i{
    position: absolute;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .Hunk-header .Hunk-menu .mobile-menu-head{
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;

     justify-content: flex-end;
  }
  

  
  .Hunk-header .Hunk-menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;  
    font-size: 25px;
  }
  .Hunk-header .Hunk-menu .Hunk-menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu,
  .Hunk-header .Hunk-menu > ul > li .submenu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
.Hunk-header .Hunk-menu > ul > li .submenu.active{
  display: block;
  position: relative;
  width: 100%;
}
@keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);  
  }
}
@keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);  
  }
}
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu > ul > li > a,
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .Hunk-header .Hunk-menu > ul > li .submenu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .Hunk-menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .Hunk-menu-overlay.active{
    visibility: visible;
    opacity:1;  
  }
}

.rotate {
    transition: transform 0.3s;
    transform: rotate(180deg);
}

.submenu a{color: #555;}

.submenu a:hover{color:rgb(234, 70, 54);}


@media (max-width: 991px) { /* 针对手机端 */
  .submenu {
    display: none; /* 默认隐藏子菜单 */
    position: absolute; /* 绝对定位 */
    top: 100%; /* 在主菜单项下方展开 */
    left: 0;
    z-index: 1000; /* 确保在其他元素上方 */
  }

  .submenu.active {
    display: block; /* 显示子菜单 */
  }
}


/*------------------------------- homepage ------------------------------*/




.Hunk-service-text{display: flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.Hunk-service-text h3{margin-bottom: 2rem;}

.Hunk-service-text h4{margin-bottom: 1rem;}

.Hunk-service-text ul{margin-bottom: 2rem;}


.move-up:hover{transform: translateY(-6px);box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);transition: all .5s;}
  .box-shadow-2{box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);height: 100%;transition: all .5s;}



.image-box-text{ padding:2rem;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: 1.6rem;}

    .image-box-text h4{font-size:2rem;margin-bottom: 1.5rem;}



.Hunk-circle-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.Hunk-circle-item {
  flex: 1 1 240px;
  max-width: 240px;
  text-align: center;
}

.Hunk-circle-item img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
}

.Hunk-circle-item div {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .Hunk-circle-row {
    justify-content: center;
  }

  .Hunk-circle-item {
    flex: 1 1 140px;
    max-width: 140px;
  }

  .Hunk-circle-item img {
    width: 120px;
    height: 120px;
  }
}

.counter {
    font-size: 40px;
    margin-right: 5px;
    font-weight: 700;
}

.Hunk-counter-boxes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.counter-box {
    flex: 1;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
}

.counter-img {
   
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 100%;
    justify-content: center;
}

.counter-img img {
    width: 5rem;
    height: 5rem;
}

.Hunk-about-txt{padding:4rem 3rem;background-color: #eee;margin-left:-10rem;margin-top:5rem;transition: all .5s;}
.Hunk-about-txt:hover{background-color: #02542e;color: #fff;transition: all .5s;}

.Hunk-about-txt .button:hover{outline-color: #fff;}

.Hunk-about-txt:hover .button{color:#fff!important;}

@media screen and (max-width: 767px) {

  .Hunk-about-txt{margin:0;}



}



figure{line-height: 1.5!important;}

.batch-effect {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2266a5;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.batch-effect > img {
  vertical-align: top;
  max-width: 100%;
}

.batch-effect figcaption {
  background-color: #02542e;
  position: absolute;
  padding: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.batch-effect h3,
.batch-effect p {
  color: #fff;
  padding: 0px;
  margin: 0;
}

.batch-effect > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.batch-effect,
.batch-effect:before,
.batch-effect:after,
.batch-effect *,
.batch-effect *:before,
.batch-effect *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}




.bar-style:before,
.bar-style:after,
.bar-style figcaption:before,
.bar-style figcaption:after {
  background-color: #02542e;
  opacity: 0;
  position: absolute;
  content: '';
}

.bar-style:before,
.bar-style:after {
  z-index: 1;
}

.bar-style figcaption {
  z-index: 3;
  background-color: transparent;
}

.bar-style figcaption * {
  opacity: 0;
}

.bar-style figcaption:before,
.bar-style figcaption:after {
  z-index: -1;
}

.bar-style a {
  z-index: 3;
}

.bar-style:hover:before,
.bar-style:hover:after,
.bar-style:hover figcaption:before,
.bar-style:hover figcaption:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.bar-style:hover figcaption * {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/* bar-style-1
  ----------------------------- */

.bar-style-1 h3{text-align: center;margin-bottom: 2rem;}
.bar-style-1 p{margin-bottom: 2rem;}
.bar-style-1 a{color: #fff;}
.bar-style-1 a:hover{font-weight: 700;}

.bar-style-1:before,
.bar-style-1:after,
.bar-style-1 figcaption:before,
.bar-style-1 figcaption:after {
  width: 26%;
  height: 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  top: 0;
}

.bar-style-1:before {
  left: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.bar-style-1:after {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  -moz-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.bar-style-1 figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.bar-style-1 figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s;
}



.current-menu-item>a{color:#02542e!important;font-weight: 700!important;}



.sub-menu .current-menu-item>a{color: #fff!important;
    background-color: #434343;font-weight: 700!important;}

    .sub-menu .current-menu-item>a:before{background-color: #fff!important;}




.small-button a{ line-height: 2.4em;
    min-height: 2.em;
        padding: 0 1.2em;
 font-size: .97em;
    letter-spacing: .03em;width:14em;}

     .hovericon span{transform: translateX(1.3em);    display: inline-block;
    transition: opacity .3s,transform .3s;
}

 .reverse.button {border: 2px solid #446084;
    background-color: transparent;color:#446084;}
    .reverse.button:hover{background: #446084;color:#fff;}

 .hovericon svg{ display: inline-block;
    transition: opacity .3s,transform .3s;}

    .hovericon:not(:hover) svg {
    opacity: 0;

}
.hovericon:hover>span{transform: translateX(0);}

.svg-icon{width:1em;height: 1em;margin-left: 5px;font-size:19px;line-height: 2.5em;}  



        .Hunk-accordion-title {
            font-size: 18px;
        }

        .Hunk-accordions {
            list-style: none;
            padding: 0;
            margin: 0;

            max-width: 1200px;
            width: 100%;
            margin:0 auto;
            background: #fff;
            padding: 2rem;

        }

        .Hunk-accordion {
            position: relative;
            padding-bottom: 4px;
            padding-top: 18px;
            border-top: 1px solid #dce7eb;
        }

        .Hunk-accordion input[type="checkbox"] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0;
        }

        .Hunk-accordion i {
            position: absolute;
            transform: translate(-6px, 0);
            margin-top: 16px;
            right: 0;
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-content {
            margin-top: 0;
            max-height: 0;
            opacity: 0;
            transform: translateX(-50%);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::before {
            transform: translate(2px, 0) rotate(45deg);
        }

        .Hunk-accordion input[type="checkbox"]:checked ~ i::after {
            transform: translate(-2px, 0) rotate(-45deg);
        }

        .Hunk-accordion i::before, .Hunk-accordion i::after {
            content: "";
            position: absolute;
            background: #333;
            width: 3px;
            height: 9px;
        }

        .Hunk-accordion i::before {
            transform: translate(-2px, 0) rotate(45deg);
        }

        .Hunk-accordion i::after {
            transform: translate(2px, 0) rotate(-45deg);
        }

        .Hunk-accordion-content {
            font-size: 16px;
            color: rgba(48, 69, 92, 0.8);
            line-height: 26px;
            letter-spacing: 0;
            position: relative;
            padding: 0;
            max-height: 800px;
            margin: 14px 0;
            opacity: 1;
            transform: translate(0, 0);
            overflow: hidden;
        }


        /* 默认标题颜色 (已展开状态，深蓝色) */
.Hunk-accordion input[type="checkbox"]:checked ~ .Hunk-accordion-title {
    color: #000; /* 深蓝色 */
    text-decoration: none; /* 去掉下划线 */
}

/* 鼠标悬停时标题变为浅蓝色 */
.Hunk-accordion:hover .Hunk-accordion-title {
    color: #02542e!important; /* 浅蓝色 */
}

/* 未展开状态标题为黑色 */
.Hunk-accordion input[type="checkbox"]:not(:checked) ~ .Hunk-accordion-title {
    color: #02542e; /* 黑色 */
}




        .transition, .Hunk-accordion-content, .Hunk-accordion i::before, .Hunk-accordion i::after {
            transition: all 0.25s ease-in-out;
        }

        .flipIn, .Hunk-accordion {
            animation: flipdown 0.5s ease both;
        }

        .Hunk-accordion:nth-of-type(1) {
            animation-delay: 0.5s;
        }

        .Hunk-accordion:nth-of-type(2) {
            animation-delay: 0.75s;
        }

        .Hunk-accordion:nth-of-type(3) {
            animation-delay: 1s;
        }

        .Hunk-accordion:last-of-type {
            padding-bottom: 0;
        }

        @keyframes flipdown {
            0% {
                opacity: 0;
                transform-origin: top center;
                transform: rotateX(-90deg);
            }
            5% {
                opacity: 1;
            }
            80% {
                transform: rotateX(8deg);
            }
            83% {
                transform: rotateX(6deg);
            }
            92% {
                transform: rotateX(-3deg);
            }
            100% {
                transform-origin: top center;
                transform: rotateX(0deg);
            }
        }



/**--------------------------------- cta style ----------------------------*/

.Hunk-cta {
  background-color: #02542e;; /* 背景色 */
  background-image: 
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 
    10% 10%,     /* 图块1 */
    34% 90%,/* 图块2 */
    60% 20%, /* 图块3 */
    90% 90%; /* 图块3 */
  background-size: 50px 50px, 50px 50px, 50px 50px, 50px 50px; /* 每个图块大小 */
}


  .Hunk-cta{max-width:1400px;padding:100px 3% 130px;margin:0 auto;margin-bottom: -50px;z-index: 10;position: relative;}

  .Hunk-cta h2{color: #fff;}

  .cta-text, .cta-btn{display: inline-block;}



    .alignleft{text-align: left;}

    .aligncenter{text-align: center;}
    .alignright{text-align: right;}
    .small-button a{ line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
 font-size: .97em;
    letter-spacing: .03em;}

    .small-button .btn-icon, .middle-button .btn-icon{font-size: .97em;}

    .middle-button a{ line-height: 3em;
    min-height: 3.2em;
    padding: 0 1.5em;
 font-size: .97em;
    letter-spacing: .03em;}

    .large-button a{ line-height: 3.5em;
    min-height: 3.5em;
    padding: 0 2em;
 font-size: 1.2em;
    letter-spacing: .03em;}

    .large-button .btn-icon{font-size: 1.2em;}


  
   .hovericon span{transform: translateX(.75em);    display: inline-block;
    transition: opacity .3s,transform .3s;
}

 .hovericon .btn-icon{ display: inline-block;
    transition: opacity .3s,transform .3s;margin-right: 10px;}

    .hovericon:not(:hover) .btn-icon {
    opacity: 0;
}
.hovericon:hover>.btn-txt{transform: translateX(0);}

.cta-style-1 .cta-text, .cta-style-3 .cta-text{width:70%;}
.cta-style-1 .cta-btn, .cta-style-3 .cta-btn{width:20%;}

.cta-style-1, .cta-style-3, .cta-style-4 {display: flex;align-items: flex-start;flex-flow: row nowrap;
          justify-content: space-between;}


 

.sectionD, .sectionF, .section-about-2{background-color: #f6f6f6;}

.sectionD .section-inner, .sectionE .section-inner{max-width: 140rem;}


    .Hunk-flowchart {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      text-align: center;
      padding: 20px;
    }

    .process-step {
      padding: 15px 20px;
      border: 2px solid #333;
      border-radius: 100%;
      min-width: 200px;
      max-width: 300px;
      height: 300px; /* 统一高度 */
      background-color: #f9f9f9;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; /* 垂直居中 */
      box-sizing: border-box;
    }

     .process-step:hover{

      background-color: #02542e;

      color:#fff;


     }

     .process-step:hover h3{color: #fff;}


     .process-step:hover img{
   filter: brightness(0) invert(1);
}

    .process-step img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
    }

    .process-step h3 {
   
      margin: 0 0 10px 0;
    }

    .process-step p {
      font-weight: normal;
      font-size: 14px;
      margin: 0;
      line-height: 1.5;
    }

    .process-arrow {
      font-size: 20px;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .flowchart {
        flex-direction: column;
        gap: 5px;
      }
      .process-arrow {
        transform: rotate(90deg);
      }
    }

.sectionC .col-lg-3:hover, .section-about-2 .col-lg-4:hover{background-color: #eee;}

.style-2{text-align: center;margin-top:2rem;margin-bottom: 3rem;}
.style-2 .icon{margin-bottom: 3rem;}

.style-2 h3{margin-bottom: 1.5rem;}

.white{color:#fff!important; border-color: #fff!important;outline-color: #fff!important;}
.radius-2{border-radius: 2px;}
.radius-3{border-radius: 3px;}
.radius-4{border-radius: 4px;}
.radius-5{border-radius: 5px;}


.Hunk-video-bg {
  position: relative;
  width: 100%;
  height: 600px; /* 可以改成 400px 或其他高度 */
  overflow: hidden;
  margin-top: -71px;
}



/* 视频本身 */
.Hunk-video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* 遮罩层可选 */
.Hunk-video-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

/* 文字居中叠加 */
.video-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding:3%;
}

.video-overlay h1 {


  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  color:#fff;
}

.video-overlay p{color: #fff;text-align: center;margin-bottom: 4.6rem;}



	.image-box-24{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.image-box-24{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.image-box-24:hover .caption{
		opacity: 1;
	}

	.image-box-24:hover img{
		opacity: 1;
		transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);
	}


	.image-box-24 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
		width: 100%;
	}


	.image-box-24 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
		width: 100%;
		height: 100%;
	}

	.image-box-24 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.image-box-24 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 100%;
		width: 100%;
		z-index: 5;
		position: absolute;
	}

	.image-box-24 .caption-text h3{
		color:#fff;
		font-size: 24px;
		text-align: center;
	}
	.image-box-24 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top:30%;
	}



/*-------------------- aboutpage ----------------------*/

.Hunk-timeline-container {
   width: 100%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.Hunk-timeline-container:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-block {
   width: calc(50% + 8px);
   display: flex;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #4FC1E9;
   margin-top: 10px;
   z-index: 9999
}

.timeline-content {
   width: 95%;
   padding: 0 15px;
   
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 2rem;
   font-size: 25px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}


@media screen and (max-width: 768px) {
   .Hunk-timeline-container:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}


/*-------------------- button -------------------------*/

li#menu-item-196{padding:15px;}

.Hunk-divider {
    background-color: rgba(0, 0, 0, .1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 60px;
    width: 100%;
}

.reverse-2:hover{color: #02542e!important;background: #fff;outline:solid 1px #02542e;}
   .reverse-2{background: #02542e;color: #fff!important;}
   .reverse-2 span{margin-right: 3px;}
   
   .reverse-2 svg path{fill: #fff;transition: all .3s;}

   .reverse-2:hover svg path{fill: #02542e;transition: all .3s;}

.Hunk-button{outline: 2px solid #02542e;cursor: pointer;text-transform: capitalize;transition: all .3s;margin-bottom: 2rem;white-space: nowrap;  }

.middle-btn {
    font-size: 1.8rem;
    padding: 1.5rem 2.2rem 1.5rem;
}
.small-btn{font-size: 1.5rem;padding: 1rem 1.5rem 1rem;}

   .fillout:after {
    content: "";
    position: absolute;
    width: 0; /* Initial width */
    height: 0; /* Initial height */
    top: 50%;
    left: 50%;
    background: #02542e;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease; /* Smooth transition */
    z-index: -1; /* Place behind the button */
}


.reverse-1, .fillin, .pulse, .btn-close, .fillup, .left2right, .fillout{color: #02542e;position: relative;overflow: hidden;z-index: 0;}

.reverse-2{position: relative;overflow: hidden;}


.left2right{display: inline-block;}


   .left2right::before {
  content: "";
  position: absolute;
  left: 0; /* 从左侧开始 */
  top: 0;
  width: 0%; /* 初始宽度为 0 */
  height: 100%; /* 覆盖按钮的整个高度 */
  background: #02542e; /* 填充颜色 */
  transition: width 0.3s ease; /* 平滑的动画效果 */
  z-index: -1; /* 伪元素在文本下方 */
}

.left2right:hover,
.left2right:focus {
  color: #fff; /* 文本颜色在 hover 时变为白色 */
}

.left2right:hover::before,
.left2right:focus::before {
  width: 100%; /* 宽度逐渐扩展至按钮的整个宽度 */
}


/*----------------- row section --------------------------------*/

@media (max-width: 992px) {

  .cta-style-1{

   flex-direction: column;

   align-items: center;


  }

  .cta-style-1 .cta-text{margin-bottom: 3rem;}



  .cta-style-1 .cta-text, .cta-style-1 .cta-btn{

    width: 100%;

    text-align: center;
  }

.sectionB{  
 background-image: url("")!important;



}}

.sectionB{  
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;

}



.Hunk-full-width{width: 100%;overflow: hidden;padding-top: 8rem;padding-bottom: 8rem;position: relative;z-index: 6;}
.nospace .section-inner{max-width:100%!important;width:100%!important;}

.nospace .havespace{width: 120rem;margin: 0 auto;}

.Hunk-text{padding: 20px;}

.section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*------------------------ blog page ---------------------------------*/


        /* Timeline container */
        .Hunk-timeline-blogs {
            display: flex;
            flex-direction: column;
    
            padding: 20px;
            position: relative;
            max-width: 1200px;
            margin: 0 auto; /* Center the timeline */
        }

        /* Each item in timeline */
        .Hunk-timeline-blog {
            display: flex;
            align-items: center;
            position: relative;
            padding: 20px 0;
            border-left: 3px solid #ccc;
            margin-left: 20px;
        }

        .Hunk-timeline-blog::before {
            content: '';
            position: absolute;
            left: -9px;
            width: 14px;
            height: 14px;
            background-color: #2e7e57;
            border-radius: 50%;
        }

        /* Date styling on the left */
        .blog-date {
            flex: 0 0 80px;
            text-align: left;
            padding-left: 20px;
            color: #555;
            font-weight: bold;
        }

        /* Image styling in the middle */
        .blog-image {
            max-width: 600px;
            margin-right: 20px;
        }

        .blog-image img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        /* Text and view more button on the right */
        .blog-text {
            flex: 1;
        }

        .timeline-title {
            font-size: 1.5em;
            margin: 0;
            color: #333;
        }

        .timeline-summary {
            margin: 10px 0;
            color: #666;
        }

        .view-more {
            display: inline-block;
            margin-top: 10px;
            padding: 8px 16px;
            color: #fff;
            background-color: #02542e;
            text-decoration: none;
            border-radius: 4px;
            transition: background-color 0.3s;
        }

        .view-more:hover {
            background-color: #2e7e57;
        }

        /* Responsive styling for mobile */
        @media (max-width: 991px) {
            .Hunk-timeline-blog {
                flex-direction: column;
                align-items: flex-start;
                padding-left: 30px;
                border-left: 3px solid #ccc;
                margin-left: 0;
            }

            .Hunk-timeline-blog::before {
                top: 20px;
                left: -9px;
            }

            .blog-date {
                text-align: left;
                padding-right: 0;
                padding-bottom: 10px;
                font-size: 1.2em;
                padding-left: 0;
            }

            .blog-image {
                margin-right: 0;
                margin-bottom: 10px;
                width: 100%;
                max-width: 100%;
            }

            .blog-text {
                text-align: left;
            }

            .timeline-title {
                font-size: 1.3em;
            }

            .view-more {
                margin-top: 10px;
                width: fit-content;
            }
        }

/*--------------------  bootstrap css  ----------------------------*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {

  li#menu-item-196{padding:0px;}
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: 2rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}



@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

 
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  
}



.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}



@media (min-width: 576px) {
 

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

}
@media (min-width: 768px) {
  
  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  
}
@media (min-width: 992px) {
  
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

}
@media (min-width: 1200px) {
 
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

}
@media (min-width: 1400px) {

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }


}


/*------------------------------------- footer -------------------------------*/

.footer-part-2 li::before {
    content: "\2192"; /* 使用勾符号 */
    font-size: 16px; /* 设置勾的大小 */
    color: #fff; /* 设置勾的颜色 */
    margin-right: 10px; /* 给勾和文字之间添加一些间距 */
    vertical-align: middle; /* 垂直对齐 */

  }

  .footer-part-2 ul{padding:0;}

  .footer-part-2 li{list-style: none;}

.Hunk-site-footer{width: 100%;overflow: hidden;padding-top: 8rem;padding-bottom: 8rem;position: relative;z-index: 6;background-color: #333;}

.Hunk-site-footer h3, .Hunk-site-footer, .Hunk-site-footer a{color: #fff;}

.Hunk-site-footer h3{margin-bottom: 2rem;}

.Hunk-site-footer .current-menu-item>a{color: #fff!important;}
.Hunk-site-footer li{margin-bottom: 0;}

.Hunk-site-footer a:hover{color:#02542e;}
.site-footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 120rem;
    width: calc(100% - 4rem);
}

.footer-part-1 img{margin-bottom: 2rem;}

.Hunk-footer-bottom .col{padding:2rem 0;margin:0;}
.Hunk-footer-bottom{background-color: #000;color: #ddd;}
.Hunk-footer-bottom a{color:#ddd;}
.Hunk-footer-bottom a:hover{color:#fff;}


/*------------------------ page ---------------------------------------*/

.section-page h3, .section-page h2{margin-bottom: 2rem;}
.section-page .row{margin-bottom: 3rem;}



/* 幻灯片容器 */
.Hunk-slider-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.banner-dot {
  z-index: 100;
  position: relative;
}

/* 前进和后退按钮 */
.banner-prev, .banner-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #02542e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.banner-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.banner-prev:hover, .banner-next:hover {
  background-color: rgba(2, 84, 46, 0.8);
  color:#fff;
}

/* 文字描述 */
.slide-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 图片序号 */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 幻灯片指示器 */
.banner-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .banner-dot:hover {
  background-color: #717171;
}

/* 淡入效果 */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .banner-prev, .banner-next,.text {font-size: 11px}
}


@media only screen and (max-width: 768px) {
  .banner-prev, .banner-next { font-size: 14px; padding: 10px; }
}


.product-post, .normal-page{
  width: 100%;
  min-height: 200px!important;
  background-image: 
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/PCB2.png');
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 
    10% 20%, 
    30% 70%, 
    70% 30%,
    90% 90%;
}


.normal-post {
  width: 100%;
  min-height: 200px!important;
  background-image: 
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/post.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/post.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/post.png'),
    url('https://www.lead-pcb.com/wp-content/uploads/2025/06/post.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: 
    10% 20%, 
    30% 70%, 
    70% 30%,
    90% 90%;
}

.product-post .page-header-info, .normal-post .page-header-info{

  min-height: 200px!important;
}



/*------------------------- others ---------------------------------------*/


.forminator-description{display: none!important;}

.Hunk-product-images {
    float: left;
    padding: 0;
    width:50%;
    max-width: 570px;
}

.Hunk-product-images img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border: 1px solid #ccc;
}

.Hunk-product-images img.focused {
    border: #fbb20f 2px solid;
}




#Hunk-focused-image {
      padding: 0 10px;
      max-width: 600px;
}



.Hunk-product-info {
    width:50%;
    padding: 0;
    line-height: 1.5;
  
}

.Hunk-product-info ul {
    margin: 10px 0px;
    padding: 0;
}

.Hunk-product-info li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size: 14px;
}

.Hunk-product-info .selected {
    color: #e4a400;
    text-shadow: 0 0 5px #ffb900;
}

.product-title {
    font-size: 1.5em;
}




.Hunk-product-header {

       display: flex;
    flex-direction: row;

    max-width:1200px;
  margin: 0 auto;
  
    overflow: auto;
 
    padding-top: 0px;
    margin-top: 30px;
    text-align: left;
}

.Hunk-product-images img.thumbnail {
    width: 60px;
    margin-bottom: 5px;
    padding: 0px;
}

#thumbnail-container {
    width: 60px;
    cursor: pointer;
}

.focused {
    border: 1px solid #e77600 !important;
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5);
}




.Hunk-product-images {
    display: flex;
    flex-direction: row;
}


/* Responsive Styles */





@media screen and (max-width: 560px) {
    #Hunk-focused-image {
        float: none;
    }
    #thumbnail-container {
        width: auto;
        margin-top: 0px;
    }
}

@media screen and (max-width:1080px) {

  .Hunk-product-images img{

    max-width: none;



  }



    .Hunk-product-header {
        display: flex;
        flex-direction: column;
    }
    .Hunk-product-info {
      width: 98%;
      padding:0 10px;
    }
    .Hunk-product-images {
        flex-direction: column-reverse;
        width:98%;
        max-width: none;
    }
    #thumbnail-container {
        display: flex;
        padding: 10px 0;
    }
    #Hunk-focused-image {
      padding:0;
      width: 700px;
      max-width: 700px;
   }
}

@media screen and (max-width:768px) {

    #thumbnail-container{display: flex;
      flex-wrap: nowrap; /* 禁止换行 */
    justify-content: flex-start; /* 靠左对齐 */
    width: 100%;
  }

  #Hunk-focused-image{width: 100%;}

   .Hunk-product-images img {

    width: 100%;


    max-width: 768px;


   }

    #thumbnail-container img{

         flex: 0 0 20%;/* 强制每张图片占用 1/5 的宽度 */
    max-width: 20%;
    object-fit: cover; /* 确保图片不会拉伸变形 */


    }
    .Hunk-product-images {
        padding: 10px;
    }
    .Hunk-product-info {
        padding:  0 10px;
    }
    .Hunk-product-header{
        width:100%;
    }
}

.video{margin-bottom: 2rem;}


.Hunk-product-section h2, .product-content{margin-bottom: 3rem;}

.product-content ol, .product-content ul{margin-bottom: 1rem;}

.menu-btn{font-size: 1.2rem!important;}


.ff-btn{


  background-color:#02542e!important;
}


.call{display: none!important;}


    .Hunk-sticky-icon {
      z-index: 100;
      position: fixed;
      top: 35%;
      right: 0;
      width: 220px;
      display: flex;
      flex-direction: column;
    }
    .Hunk-sticky-icon a {
      transform: translate(160px, 0);
      border-radius: 50px 0 0 50px;
      text-align: left;
      margin: 2px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px;
      font-size: 18px;
      font-family: 'Oswald', sans-serif;
      transition: all 0.4s;
      color: #FFF;
      display: flex;
      align-items: center;
    }
    .Hunk-sticky-icon a i {
      background-color: #FFF;
      height: 40px;
      width: 40px;
      color: inherit;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      margin-right: 15px;
      transition: transform 0.4s;
    }
    .Hunk-sticky-icon a:hover {
      transform: translate(0, 0);
      color: #FFF;
    }
    .Hunk-sticky-icon a:hover i {
      transform: scale(1.2);
    }
    
    /* Specific colors for each social icon */
    .email { background-color: #02542e; }
    .email i:before{color: #02542e;}
    .whatsapp { background-color: #25d366; }
    .whatsapp i:before{color: #25d366;}

     .Hunk-sticky-icon i:before{font-size: 25px;}
   

    /* Responsive styles for mobile */
    @media screen and (max-width: 768px) {



      .Hunk-sticky-icon i:before{font-size: 20px;}



      .Hunk-sticky-icon span{text-transform: capitalize;margin-top: 5px;display: none;}

      .call{background-color: #34b7f1;display: flex!important;}

      .call i:before{color:#34b7f1;}


      .Hunk-sticky-icon {
  display: flex;
  justify-content: space-between; /* 使内容水平分布 */
  position: sticky;
  bottom: 0;
  width: 100%;  
  z-index: 1000000;
  top: auto;
  right: 0;
  flex-direction: row;
 
       
}

.Hunk-sticky-icon a {
  flex: 1; /* 每个元素占1份 */
  text-align: center;
  padding: 10px 0;
  color: white;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background-color 0.3s ease;
      transform: translate(0, 0);
        padding: 8px 10px;
        font-size: 14px;
        margin: 0;

    border-radius: 0px;
}


      .Hunk-sticky-icon a i {
        margin-right: 0;
        height: 30px;
        width: 30px;
        line-height: 30px;
      }
    }
/*-------------------------------------*/



/*-------------------- video -----------------------------------------*/


lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 0px;
    padding-bottom: 0px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: none;
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover>.lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

lite-youtube.lyt-activated {
    cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none;
}


lite-youtube{max-width: 1200px!important;}

        .Hunk-video-gallery {
            display: flex;
            justify-content: space-around;
            width: 80%;
        }

        .video-item {
            position: relative;
            width: 100%;
            cursor: pointer;
        }

        .video-item img {
            width: 100%;
            border-radius: 10px;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            opacity: 0.8;
        }

        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            position: relative;
            width: 100%;
            max-width: 800px;
            
            border-radius: 10px;
            
        }

        .video-close {
            position: absolute;
            top: -40px;
            right: -30px;
            font-size: 30px;
            cursor: pointer;
            color: #fff;
        }

        @media screen and (max-width: 820px) {

            .video-close{right:10px;}



        }



/*----------------------------------Social sharing------------------------------------------------------*/

.Hunk-social-sharing {
    margin-top: 20px;
    clear: both;
    background: #eee;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .sns-shares a {
        margin: 2px;
    }
}

.Hunk-social-sharing-title{display: inline-block;margin-right: 2rem;margin-bottom: 0;margin-top: 0;}

.resp-sharing-button{line-height: 1em;}

  .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  
}

.resp-sharing-button {
  border-radius: 100%;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em;
 
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
  line-height: 1em;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
  border-color: #507299;
}

.resp-sharing-button--vk:hover
.resp-sharing-button--vk:active {
  background-color: #43648c;
  border-color: #43648c;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;}


  /*------------------------related posts -------------------------------------------*/

.Hunk-related-posts{margin: 5rem 0;}

.Hunk-related-posts li{list-style: none;}
.Hunk-related-posts{margin-bottom: 3rem;}
.related-title{margin: 10px 0;padding:10px;}
.related-pro{margin-bottom: 20px;transition: all .5s;border-radius: 3px;}


.Hunk-related-posts .row>*{margin-top: 0!important;}





/*------------------------ search box --------------------------*/

.Hunk-search-icon-wrapper{display: flex;align-items: center;cursor: pointer;margin-left: 20px;}

.Hunk-search-icon-wrapper img{vertical-align: middle;}


.Hunk-search-icon-wrapper {
  position: relative;
  
}

.Hunk-search-form {
  display: none;
  position: absolute;
  top: 100%; /* 出现在图标下方 */
  right: 0;
  width: 300px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
}

.Hunk-search-form input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}



/*----------------------- modal --------------------------------*/

/*---------------------modal css ---------------*/

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style){background-color: #096f79;}

/* -- Needed CSS -- */
.modal-wrapper {
  display: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.modal-wrapper.is-open {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll;
}

.modal-body {
  -webkit-animation: pop 0.5s ease;
          animation: pop 0.5s ease;
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
}

header {
  position: relative;
}

.close {
  position: absolute;
  top: -20px;
  right: -20px;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* -- CSS from here on is not needed -- */
* {
  box-sizing: border-box;
}





.modal-body {
  margin: 100px auto;
 
  border-radius: 5px;
  box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.35);
  background-color: #fff;

  z-index: 99999;
}
.modal-body header {
  background-color: #FFC107;
  margin: 0;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #FFECB3;
}
.modal-body img {
  max-width: 100%;
}
.modal-body .modal-main {
  padding: 20px;
  width: 100%;
  position: relative;

}

.modal-body .close {

  border: 0;
  outline: 0;
  font-size: 1.5rem;
  background-color: transparent;
  padding:0;

  position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-body p {
  color: #727272;
}
.modal-body .cta {
  background-color: #FFC107;
  transition: background-color 0.3s ease;
  color: #FFECB3;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto;
}
.modal-body .cta:hover, .modal-body .cta:active {
  background-color: #FFA000;
}


.transparent{background: transparent!important;}

.txtcenter{text-align: center;}

.post-image img{margin-bottom:2rem;}
.post-title{margin-top: 0;}

.badge-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #02542e;
    line-height: 1;
    color: #fff;
    font-weight: bolder;
    padding: 1px;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s, color .3s, border .3s;
    border-radius: 100%;
    font-size: 1.2rem;
    line-height: 1.3;
}
.move-up:hover{transform: translateY(-6px); box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .2);}

.Hunk-posts {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    padding-bottom: 2rem;
    transition: all .5s;
    height: 100%;
}

.Hunk-posts button{margin-top: 2rem;}

.post-title {
    color: #555;
    padding: 0 10px;
}

.post-des {
    color: #777;
    padding: 0 15px;

  }


.badge.top {
    left: 0;
}
.badge.top {
    left: 0;
}
.badge.post-date {
    top: 3%;
}
.badge-outline, .badge-circle {
    margin-left: -.8em;
}
.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 3.5em;
    width: 3.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.absolute {
    position: absolute !important;
}

#Hunk-breadcrumbs a, #Hunk-breadcrumbs{color:#eee;}
#Hunk-breadcrumbs{margin-top:10px;}

.Hunk-Contact{background:#02542e;padding:60px; color:#eee;}
.Hunk-Contact h2{color:#fff;}
 .Hunk-Contact a{color:#eee;}


/*-------------------------------  contact page -----------------------------------*/

.Hunk-Contact-info h2{margin-bottom: 3rem;}


.contact-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; /* 控制行列间距 */
}

.contact-list li {
  flex: 1 1 calc(50% - 10px); /* 两列 */
  box-sizing: border-box;
  margin-bottom: 0;
}

.contact-list li:hover{background-color: #f6f6f6;}

.contact-info {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  height: 100%;
}

.contact-info img{width: 30px;margin-bottom: 1.5rem;}
.contact-info h4{margin-bottom: 1rem;}

/*----------------------------------Gallery ----------------------------------------*/

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.gallery-block.grid-gallery{
  padding-bottom: 0px;
  padding-top: 0px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 0px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;

}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}





/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
input,
select,
optgroup,
textarea {
	font-family: "Space Grotesk", sans-serif;
  font-weight: normal;

	line-height: 1.65;
	color: #404040;
}



h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
}

@media (min-width: 992px) {

  .single h1{font-size: 3.5rem;}
	h1 {
		font-size: 4.5rem;
		line-height: 1.3;
	}
}

h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
}

@media (min-width: 992px) {
	h2 {
		font-size: 35px;
	}
}


h3,
.main-sidebar .widget-title,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message,
.mpa-service-categories-shortcode .entry-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.35;
}

@media (min-width: 992px) {

	h3,
	.main-sidebar .widget-title,
	.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
	.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message,
	.mpa-service-categories-shortcode .entry-title {
		font-size: 25px;
		line-height: 1.25;
	}
}


h4,
.navigation.pagination .page-numbers,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
	font-weight: 400;
}

h6 {
	font-size: 15px;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
    font-size:1.6rem;
}

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #fff;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #BEC0B9;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	cursor: help;
	
}

mark,
ins {
	text-decoration: none;
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	
}

body:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 20;
}





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

ul,
ol {
	padding: 0 0 0 1em;
}

li {
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 0 0 1em;
}

table {
	width: 100%;
	margin: 0;
	color: #F0F0F0;
	border-collapse: collapse;
	background-color: #252525;
}

table th,
table td {
	padding: 10px;
	border-bottom: 1px solid #434343;
}

@media (min-width: 992px) {
	table th,
	table td {
		padding: 18px 20px;
	}
}

table th {
	font-weight: 500;
	text-align: left;
}

table tbody:last-child tr:last-child th,
table tbody:last-child tr:last-child td,
table tfoot:last-child tr:last-child th,
table tfoot:last-child tr:last-child td {
	border-bottom: 0;
}

/* Links
--------------------------------------------- */
a {
	color: #02542e;
	text-decoration: none;
	transition: 0.3s;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}




.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)),
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)) {

}

.entry-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover,
.comment-content a:where(:not(.wp-element-button):not(.wp-block-button__link)):hover {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button, .mpa-employees-list-shortcode .entry-link,
.wp-block-getwid-post-carousel .entry-link,
a.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 1em 2em;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	transition: 0.3s;
	
	color: #F0F0F0;
	z-index: 1;
	letter-spacing: .5px;
	background-color: #02542e;
	color: #F0F0F0;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-weight: 500;
	color: #252525;
	background-color: #F0F0F0;
	border: 1px solid #BEC0B9;
	border-radius: 0;
}

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

select {
	height: 55px;
	padding-right: 35px;
	background-image: url("images/icon-angle-down.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	appearance: none;
}

label {
	display: inline-block;
	margin-bottom: 5px;
}

[type="checkbox"],
[type="radio"] {
	display: inline;
	margin: 2px 10px 0 0;
}

[type="checkbox"] + label, [type="radio"] + label {
	display: inline;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main.template-canvas, .site-main.template-canvas-header {
	padding-bottom: 0;
}

.site-main.template-canvas .page-header, .site-main.template-canvas-header .page-header {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px) {
	.main-navigation {
		flex-direction: row;
		align-items: center;
		flex: 1 1 auto;
	}
}

.main-navigation-container {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 9;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	visibility: hidden;
	background-color: #F0F0F0;
	opacity: 0;
	transition: 0.3s;
	transform: translateX(-100%);
}

@media (min-width: 992px) {
	.main-navigation-container {
		position: static;
		flex-direction: row;
		justify-content: flex-end;
		padding: 0;
		visibility: visible;
		background: transparent;
		opacity: 1;
		transform: none;
	}
}

.main-navigation-container.opened {
	visibility: visible;
	opacity: 1;
	transform: none;
	filter: drop-shadow(0px 20px 12px rgba(39, 39, 77, 0.15));
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width: 992px) {
	.main-navigation ul {
		flex-direction: row;
	}
}

.main-navigation ul ul {
	display: none;
	flex-direction: column;
	background: #252525;
	filter: drop-shadow(0 7px 20px rgba(39, 39, 77, 0.15));
}

@media (min-width: 992px) {
	.main-navigation ul ul {
		position: absolute;
		top: 120%;
		left: -20px;
		z-index: 10;
		display: flex;
		flex-direction: column;
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;
	}
}

.main-navigation ul ul.hidden-links, .main-navigation ul ul.toleft {
	right: 0;
	left: auto;
}

.main-navigation ul ul .toleft {
	right: 100%;
	left: auto;
}

.main-navigation ul ul.opened {
	display: block;
}

@media (min-width: 992px) {
	.main-navigation ul ul ul {
		margin-left: 10px;
		top: 100%;
		left: 100%;
	}
	.main-navigation ul ul ul::after {
		position: absolute;
		top: 0;
		left: -10px;
		width: 10px;
		height: 100%;
		content: '';
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul ul.toleft {
		right: 100%;
		left: auto;
		margin-right: 10px;
		margin-left: 0;
	}
	.main-navigation ul ul ul.toleft::after {
		position: absolute;
		right: -10px;
		left: auto;
		width: 10px;
		height: 100%;
		content: '';
	}
}

.main-navigation ul ul li {
	padding: 0;
	border-bottom: 1px solid #434343;
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul li a {
	position: relative;
	padding: 14px 10px 14px 38px;
	font-size: 18px;
	color: #BEC0B9;
	text-transform: none;
}

.main-navigation ul ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 8px;
	height: 8px;
	margin: auto;
	content: '';
	background-color: #434343;
	transition: 0.25s;
}

.main-navigation ul ul li a:hover{
	color: #F0F0F0;
	background-color: #434343;
}

.main-navigation ul ul li a:hover::before{
	background-color: #02542e;
	transform: rotate(45deg);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	top: 20%;
}

.main-navigation ul ul li .submenu-toggle {
	top: 15px;
}

.main-navigation ul ul a {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1em;
	text-transform: none;
}

.main-navigation ul ul a:hover {
	color: #02542e;
}

@media (min-width: 992px) {
	.main-navigation ul ul a {
		position: relative;
		min-width: 220px;
	}
}

@media (min-width: 992px) {
	.main-navigation ul ul:hover > .submenu-toggle, .main-navigation ul ul.focus > .submenu-toggle {
		transform: rotate(-90deg);
	}
}

.main-navigation ul ul .submenu-toggle path {
	fill: #BEC0B9;
}

.main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
	border-top-color: #BEC0B9;
	top: 22px;
}

@media (max-width: 991px) {
	.main-navigation ul li {
		border-bottom: 1px solid #BEC0B9;
	}
	.main-navigation ul li:last-child {
		border-bottom: 0;
	}
}

@media (min-width: 992px) {
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

.main-navigation li {
	position: relative;
	padding: 0;
	margin: 0;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
	color: #02542e;
}

.main-navigation li:hover > a:after, .main-navigation li.focus > a:after {
	border-top-color: #02542e;
}

.main-navigation li:hover > .submenu-toggle svg path, .main-navigation li.focus > .submenu-toggle svg path {
	fill: #02542e;
}

.main-navigation a {
	display: block;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .25px;
}

@media (min-width: 992px) {
	.main-navigation a {
		padding: 8px 20px;
	}
}

.main-navigation .submenu-toggle {
	position: absolute;
	top: 14px;
	right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	line-height: 1;
	color: inherit;
	background: transparent;
	width: 20px;
	height: 20px;
}

@media (min-width: 992px) {
	.main-navigation .submenu-toggle {
		display: none;
	}
}

.main-navigation .submenu-toggle:hover {
	background: transparent;
}

@media (max-width: 1469px) {
	.main-navigation .submenu-toggle.toggled {
		transform: rotate(-180deg);
	}
}

.main-navigation .page_item_has_children > a,
.main-navigation .menu-item-has-children > a {
	position: relative;
	padding-right: 32px;
}


.home #primary-menu>li>a{color:#fff!important;}

.home #primary-menu>.current-menu-item > a{color: #fff!important;font-weight: 700;}

.home #primary-menu>.menu-item-has-children > a:after{border-top-color:#fff!important;}

@media (min-width: 992px) {
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 7px solid #252525;
		top: 16px;
		right: 20px;
	}
	.main-navigation .page_item_has_children > a:hover:after,
	.main-navigation .menu-item-has-children > a:hover:after {
		border-top-color: #02542e;
	}
}

.main-navigation .primary-menu-container {
	width: 100%;
}

.primary-menu-wrapper {
	display: flex;
	flex: auto;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.primary-menu-wrapper {
		position: static;
		flex: 1 1 auto;
		justify-content: flex-end;
		margin-bottom: 0;
	}
}

.primary-menu-container {
	flex: 1 0 auto;
}

@media (min-width: 992px) {
	.primary-menu-container {
		display: flex;
		justify-content: flex-end;
		max-width: 100%;
		margin: 0;
	}
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	max-width: 920px;
	margin: 50px auto;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 1 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	justify-content: flex-end;
}

.navigation.post-navigation {
	margin-bottom: 80px;
}

.navigation.post-navigation .nav-links {
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 768px) {
	.navigation.post-navigation .nav-links {
		flex-direction: row;
	}
}

.navigation.post-navigation .nav-previous a,
.navigation.post-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 20px;
	height: 100%;
	width: 100%;
	background-color: #252525;
}

.navigation.post-navigation .nav-title {
	max-width: calc(100% - 70px);
	color: #F0F0F0;
	word-break: break-word;
}

.navigation.post-navigation .nav-title:hover {
	color: #02542e;
}

.navigation.post-navigation .nav-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background-color: #02542e;
}

.navigation.post-navigation .nav-icon svg {
	fill: #fff;
}

.navigation.post-navigation .nav-previous .nav-icon {
	margin-right: 20px;
}

.navigation.post-navigation .nav-next .nav-icon {
	margin-left: 20px;
}

.navigation.pagination {
	max-width: 920px;
	margin: 100px auto 0;
}

.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.navigation.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid currentColor;
	text-decoration: none;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:focus, .navigation.pagination .page-numbers:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-color: #02542e;
	border-color: #02542e;
}

.navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
	color: #252525;
	background-color: transparent;
	border: 0;
}

.navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg {
	fill: #252525;
}

.navigation.pagination .page-numbers.next:hover svg, .navigation.pagination .page-numbers.prev:hover svg {
	fill: #02542e;
}

.page-links .post-page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: 700;
	margin: 0 3px 5px;
	line-height: 30px;
	text-align: center;
	color: #252525;
	border: 1px solid #252525;
	text-decoration: none;
}

.page-links .post-page-numbers:last-child {
	margin-bottom: 5px;
}

.page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
	text-decoration: none;
	color: #fff;
	background-color: #252525;
}

.primary-menu-more-toggle {
	min-height: 44px;
	padding: 10px;
	color: #252525;
	background: transparent;
}

.primary-menu-more-toggle:hover, .primary-menu-more-toggle:focus {
	color: #02542e;
	background: transparent;
}

.primary-menu-more-toggle.is-empty {
	display: none;
}

.social-menu, .mpa-employee-social-networks {
	line-height: 1;
}

.social-menu a, .mpa-employee-social-networks a {
	position: relative;
	color: #252525;
	text-decoration: none;
	transition: none;
}

.social-menu a:hover:before, .mpa-employee-social-networks a:hover:before {
	color: #02542e;
}

.social-menu a .menu-text, .mpa-employee-social-networks a .menu-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.social-menu a:before, .mpa-employee-social-networks a:before {
	font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-indent: 0;
	display: inline-block !important;
	content: "\f129";
	font-weight: 700;
	font-size: 22px;
	margin-right: 0;
	transition: .3s;
}

.social-menu a:empty, .mpa-employee-social-networks a:empty {
	width: 1em;
}

.social-menu a[href*="twitter.com"]:before, .mpa-employee-social-networks a[href*="twitter.com"]:before {
	content: "\f099";
}

.social-menu a[href*="facebook.com"]:before, .mpa-employee-social-networks a[href*="facebook.com"]:before {
	content: "\f39e";
}

.social-menu a[href*="google.com"]:before, .mpa-employee-social-networks a[href*="google.com"]:before {
	content: "\f2b3";
}

.social-menu a[href*="/map"]:before, .mpa-employee-social-networks a[href*="/map"]:before {
	content: "\f041";
}

.social-menu a[href*="pinterest.com"]:before, .mpa-employee-social-networks a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.social-menu a[href*="foursquare.com"]:before, .mpa-employee-social-networks a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-menu a[href*="yahoo.com"]:before, .mpa-employee-social-networks a[href*="yahoo.com"]:before {
	content: "\f19e";
}

.social-menu a[href*="skype:"]:before, .mpa-employee-social-networks a[href*="skype:"]:before {
	content: "\f17e";
}

.social-menu a[href*="yelp.com"]:before, .mpa-employee-social-networks a[href*="yelp.com"]:before {
	content: "\f1e9";
}

.social-menu a[href*="linkedin.com"]:before, .mpa-employee-social-networks a[href*="linkedin.com"]:before {
	content: "\f08c";
}

.social-menu a[href*="viadeo.com"]:before, .mpa-employee-social-networks a[href*="viadeo.com"]:before {
	content: "\f2a9";
}

.social-menu a[href*="xing.com"]:before, .mpa-employee-social-networks a[href*="xing.com"]:before {
	content: "\f168";
}

.social-menu a[href*="soundcloud.com"]:before, .mpa-employee-social-networks a[href*="soundcloud.com"]:before {
	content: "\f1be";
}

.social-menu a[href*="spotify.com"]:before, .mpa-employee-social-networks a[href*="spotify.com"]:before {
	content: "\f1bc";
}

.social-menu a[href*="last.fm"]:before, .mpa-employee-social-networks a[href*="last.fm"]:before {
	content: "\f202";
}

.social-menu a[href*="youtube.com"]:before, .mpa-employee-social-networks a[href*="youtube.com"]:before {
	content: "\f167";
}

.social-menu a[href*="vimeo.com"]:before, .mpa-employee-social-networks a[href*="vimeo.com"]:before {
	content: "\f40a";
}

.social-menu a[href*="vine.com"]:before, .mpa-employee-social-networks a[href*="vine.com"]:before {
	content: "\f1ca";
}

.social-menu a[href*="flickr.com"]:before, .mpa-employee-social-networks a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-menu a[href*="500px.com"]:before, .mpa-employee-social-networks a[href*="500px.com"]:before {
	content: "\f26e";
}

.social-menu a[href*="instagram.com"]:before, .mpa-employee-social-networks a[href*="instagram.com"]:before {
	content: "\f16d";
}

.social-menu a[href*="tumblr.com"]:before, .mpa-employee-social-networks a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-menu a[href*="reddit.com"]:before, .mpa-employee-social-networks a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-menu a[href*="dribbble.com"]:before, .mpa-employee-social-networks a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-menu a[href*="stumbleupon.com"]:before, .mpa-employee-social-networks a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.social-menu a[href*="digg.com"]:before, .mpa-employee-social-networks a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-menu a[href*="behance.net"]:before, .mpa-employee-social-networks a[href*="behance.net"]:before {
	content: "\f1b4";
}

.social-menu a[href*="delicious.com"]:before, .mpa-employee-social-networks a[href*="delicious.com"]:before {
	content: "\f1a5";
}

.social-menu a[href*="deviantart.com"]:before, .mpa-employee-social-networks a[href*="deviantart.com"]:before {
	content: "\f1bd";
}

.social-menu a[href*="play.com"]:before, .mpa-employee-social-networks a[href*="play.com"]:before {
	content: "\f04b";
}

.social-menu a[href*="wikipedia.com"]:before, .mpa-employee-social-networks a[href*="wikipedia.com"]:before {
	content: "\f266";
}

.social-menu a[href*="apple.com"]:before, .mpa-employee-social-networks a[href*="apple.com"]:before {
	content: "\f179";
}

.social-menu a[href*="github.com"]:before, .mpa-employee-social-networks a[href*="github.com"]:before {
	content: "\f09b";
}

.social-menu a[href*="github.io"]:before, .mpa-employee-social-networks a[href*="github.io"]:before {
	content: "\f09b";
}

.social-menu a[href*="windows.com"]:before, .mpa-employee-social-networks a[href*="windows.com"]:before {
	content: "\f17a";
}

.social-menu a[href*="slideshare.net"]:before, .mpa-employee-social-networks a[href*="slideshare.net"]:before {
	content: "\f1e7";
}

.social-menu a[href*=".rss"]:before, .mpa-employee-social-networks a[href*=".rss"]:before {
	content: "\f09e";
}

.social-menu a[href*="vk.com"]:before, .mpa-employee-social-networks a[href*="vk.com"]:before {
	content: "\f189";
}

.social-menu a[href*="tel:"]:before, .mpa-employee-social-networks a[href*="tel:"]:before {
	content: "\f095";
}

.social-menu a[href*="mailto:"]:before, .mpa-employee-social-networks a[href*="mailto:"]:before {
	content: "\f0e0";
}

/* Posts and pages
--------------------------------------------- */
.site-header {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

.home .site-header-inner{border-bottom: none;}

.site-header-inner {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
	.site-header-inner {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media (min-width: 1470px) {
	.site-header-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-header .site-branding {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	padding-right: 20px;
}

.site-header .site-branding .site-title {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	word-wrap: break-word;
}

.site-header .site-branding .site-title a {
	color: #252525;
	text-decoration: none;
}

.site-header .custom-logo-link {
	margin-right: 10px;
}

.site-header .custom-logo-link img {
	display: block;
}

.site-header .menu-toggle {
	position: relative;
	z-index: 10;
	display: block;
	padding: 0;
	color: #252525;
	background: none;
	border-radius: 0;
}

@media (min-width: 992px) {
	.site-header .menu-toggle {
		display: none;
	}
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar2,
.site-header .menu-toggle .bar3 {
	display: block;
	height: 3px;
	margin: 10px auto;
	text-align: center;
	background-color: #252525;
	transition: 0.25s;
}

.site-header .menu-toggle .bar1,
.site-header .menu-toggle .bar3 {
	width: 40px;
}

.site-header .menu-toggle .bar2 {
	width: 20px;
}

.site-header .menu-toggle.active .bar1 {
	transform: rotate(-45deg) translate(-8px, 8px);
}

.site-header .menu-toggle.active .bar2 {
	width: 0;
}

.site-header .menu-toggle.active .bar3 {
	transform: rotate(45deg) translate(-10px, -10px);
}

.site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
	background-color: transparent;
}

.main-sidebar-toggle-button {
	padding: 0.8125em 1.75em;
	margin: 0 0 40px 20px;
	color: #252525;
	background: linear-gradient(#BEC0B9, #BEC0B9) no-repeat;
	background-size: 55% 100%;
}

@media (min-width: 992px) {
	.main-sidebar-toggle-button {
		margin-left: 30px;
		margin-bottom: 0;
	}
}

.site-footer {
	padding: 0 20px;
	color: #8F908A;
	background-color: #252525;
}

.site-footer-inner {
	max-width: 1400px;
	margin: 0 auto;
}

.site-footer .site-info {
	padding: 50px 0;
	font-size: 0.9375em;
	font-weight: 700;
	color: #8F908A;
	text-align: center;
}

.site-main {
	padding: 0 20px 50px;
}

@media (min-width: 992px) {
	.site-main {
		padding: 0 50px 115px;
	}
}

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

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

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

.entry-title,
.page-title {
	word-wrap: break-word;
}

.page-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 278px;
	margin: 0;
	text-align: center;
	color: #8F908A;
	background-color: #02542e;
	z-index: 5;
}

@media (min-width: 992px) {
	.page-header {
		margin: 0;
	}
}

.page-header .page-title,
.page-header .entry-title {
	position: relative;
	z-index: 5;
	margin: 0;
	color: #fff;
	max-width: 100%;
}

.page-header-info {
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 920px;
	min-height: 278px;
	padding: 40px 20px;
	text-align: center;
}

.page-header .post-thumbnail,
.page-header .header-images {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.page-header .post-thumbnail img,
.page-header .header-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header .entry-meta {
	justify-content: center;
	color: #ddd;
}

.page-header .archive-description {
	max-width: 920px;
	margin-top: 30px;
}

.page-header .breadcrumbs-wrapper {
	position: relative;
	z-index: 4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 15px;
	color: #8F908A;
	background-color: #434343;
}

.page-header .breadcrumbs-wrapper > span {
	display: inline-block;
	margin: 0 10px;
}

.page-header .breadcrumbs-wrapper a {
	color: #F0F0F0;
	text-decoration: none;
}

.page-header .breadcrumbs-wrapper a:hover {
	text-decoration: underline;
}

.page-header .header-image {
	position: absolute;
	top: 0;
	left: 0;
}

.page-header .header-image img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.page-header + .posts-wrapper {
	padding-top: 0;
}

.cat-links a {
	display: inline-block;
	text-decoration: none;
	margin-right: 10px;
}

.cat-links a:hover {
	text-decoration: underline;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 15px 32px;
	color: #434343;
}

.entry-meta > span {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.entry-meta > span:not(:last-child)::after {
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto;
	content: '';
	background-color: #ddd;
}

.entry-meta a {
	color: inherit;
	text-decoration: none;
}

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

.entry-footer {
	max-width: 1400px;
	margin: 50px auto;
}

.entry-footer .edit-link {
	display: block;
	padding: 30px 0;
}

.single-post .single-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 278px;
	text-align: center;
}

.single-post .single-header img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .entry-title {
	position: relative;
	z-index: 5;
	margin: 20px 0;
	
	font-weight: 500;
	line-height: 1.25;
	color: #F0F0F0;
}

.single-post .single-info {
	text-align: center;
}

.single-post .entry-footer {
	max-width: 920px;
}

.posts-wrapper {
	padding-top: 40px;
}

@media (min-width: 768px) {
	.posts-wrapper {
		padding-top: 85px;
	}
}

.posts-wrapper .grid-posts {
	display: grid;
	gap: 40px;
	max-width: 1400px;
	margin: 0 auto;
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.posts-wrapper .grid-posts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.posts-wrapper .loop-post {
	max-width: 920px;
	margin: 0 auto 40px;
	background-color: #fff;
}

@media (min-width: 768px) {
	.posts-wrapper .loop-post {
		margin-bottom: 85px;
	}
}

.posts-wrapper .loop-post .entry-title {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.25em;
}

.posts-wrapper .loop-post .loop-post-content {
	margin-top: 35px;
}

.posts-wrapper .loop-post-grid {
	background-color: #fff;
}

.posts-wrapper .loop-post-grid .entry-title {
	font-size: 22px;
}

.posts-wrapper .loop-post-content {
	position: relative;
	padding: 22px 25px;
}

.posts-wrapper .loop-post-content .entry-title {
	margin-bottom: 15px;
}

.posts-wrapper .loop-post-content .entry-title a {
	color: #252525;
	text-decoration: none;
}

.posts-wrapper .loop-post-content .entry-title a:hover {
	color: #02542e;
}

.posts-wrapper .loop-post-content .entry-meta {
	margin-bottom: 20px;
}

.posts-wrapper .loop-post-content .entry-content * {
	max-width: 100%;
}

.posts-wrapper .loop-post-content .entry-content > .alignleft {
	margin-left: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignright {
	margin-right: 0;
}

.posts-wrapper .loop-post-content .entry-content > .alignfull {
	margin-right: auto;
	margin-left: auto;
}

.posts-wrapper .post-thumbnail {
	display: flex;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: #252525;
}

@media (min-width: 992px) {
	.posts-wrapper .post-thumbnail {
		max-height: 600px;
	}
}

.posts-wrapper .post-thumbnail img {
	object-fit: cover;
	width: 100%;
	object-position: center;
	transition: 0.25s;
}

.posts-wrapper .post-thumbnail:hover img {
	opacity: 0.75;
}

.posts-wrapper .post-thumbnail + .loop-post-content {
	margin-top: 0;
}

.posts-wrapper .sticky-post-indicator {
	position: absolute;
	bottom: 100%;
	left: 24px;
	padding: 5px 16px;
	font-size: 1rem;
	font-weight: 500;
	color: #F0F0F0;
	text-transform: uppercase;
	background-color: #252525;
	letter-spacing: 0.5px;
}

.tags-links {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	color: #252525;
	border: solid #252525;
	border-width: 1px 0;
}

.tags-links a {
	margin-right: 35px;
	color: inherit;
	text-decoration: none;
}

.tags-links a::before {
	content: '#';
}

.tags-links a:focus, .tags-links a:hover {
	color: #02542e;
	text-decoration: none;
}

.not-found .page-content {
	max-width: 920px;
	padding: 100px 20px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	.not-found .page-content {
		padding: 100px 50px;
	}
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	max-width: 920px;
	margin: 0 auto;
}

.comments-area .comments-title {
	margin-bottom: 40px;
}

.comments-area .no-comments {
	padding: 30px;
	margin-top: 20px;
	background: #8F908A;
	color: #F0F0F0;
}

.comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.comments-area .comment-list li {
	margin-bottom: 30px;
}

.comments-area ol.children {
	padding-left: 5%;
	margin-top: 30px;
	list-style: none;
}

@media (max-width: 991px) {
	.comments-area ol.children {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.comments-area ol.children {
		padding-left: 12%;
	}
}

.comments-area .comment-body {
	position: relative;
	padding: 25px;
	background-color: #fff;
}

.comments-area .comment-body + .comment-respond {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.comments-area .comment-body + .comment-respond {
		margin-top: 60px;
	}
}

.comments-area .comment-meta {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 66px;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.comments-area .comment-meta {
		padding-left: 90px;
	}
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-metadata {
	font-size: 15px;
}

.comments-area .comment-metadata a {
	color: #8F908A;
}

.comments-area .comment-metadata .edit-link {
	display: inline;
	margin-left: 15px;
}

.comments-area .comment-author {
	margin-bottom: 6px;
}

.comments-area .comment-author .avatar {
	display: block;
	margin-bottom: 15px;
	border-radius: 50%;
}

@media (min-width: 992px) {
	.comments-area .comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
}

.comments-area .comment-author .fn {
	font-weight: 500;
	color: #252525;
}

.comments-area .comment-author .fn a {
	color: inherit;
}

.comments-area .comment-author .fn a:focus, .comments-area .comment-author .fn a:hover {
	color: #02542e;
	text-decoration: none;
}

.comments-area .reply {
	position: relative;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.comments-area .reply {
		position: absolute;
		top: 30px;
		right: 28px;
		margin-top: 0;
	}
}

.comments-area .comment-form {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	column-gap: 30px;
	color: #fff;
	background-color: #252525;
}

.comments-area .comment-form-email,
.comments-area .comment-form-author {
	width: 100%;
}

@media (min-width: 992px) {
	.comments-area .comment-form-email,
	.comments-area .comment-form-author {
		width: calc((100% - 30px) / 2);
	}
}

.comments-area .comment-form-comment,
.comments-area .comment-form-cookies-consent {
	width: 100%;
}

.comments-area .comment-respond {
	margin-top: 100px;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comments-area .form-submit input[type="submit"]:hover {
	background-color: transparent;
}

.comments-area .comment-reply-title small {
	margin-left: 15px;
}

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

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

.widget select {
	max-width: 100%;
}

.widget-title {
	font-size: 32px;
	font-weight: 500;
}

.footer-widgets {
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-top: 60px;
}

@media (min-width: 992px) {


	.footer-widgets {
		flex-direction: row;
		padding-top: 105px;
	}
}

@media (min-width: 992px) {
	.footer-widgets .widget-area:first-child,
	.footer-widgets .widget-area:nth-child(3) {
		width: 27.5%;
	}
}

@media (min-width: 992px) {
	.footer-widgets .widget-area:nth-child(2) {
		width: 45%;
	}
}

.search-form {
	display: flex;
}

.search-form label {
	flex: 1;
	margin: 0 10px 0 0;
}

.wp-calendar-table td, .wp-calendar-table th {
	padding: 5px;
	text-align: center;
}

.wp-calendar-nav {
	margin-top: 5px;
	text-align: center;
}

.widget_pages,
.widget_nav_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_pages ul,
.widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_pages li,
.widget_nav_menu li {
	position: relative;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #434343;
}

.widget_pages li:last-child,
.widget_nav_menu li:last-child {
	border: 0;
}

.widget_pages li ul,
.widget_nav_menu li ul {
	padding-left: 20px;
	margin-top: 10px;
}

.widget_pages li li,
.widget_nav_menu li li {
	padding: 12px 0;
	border: 0;
}

.widget_pages li li .submenu-toggle,
.widget_nav_menu li li .submenu-toggle {
	top: 15px;
}

.widget_pages a,
.widget_nav_menu a {
	color: inherit;
}

.widget_pages a:hover,
.widget_nav_menu a:hover {
	color: #02542e;
	text-decoration: none;
}

.widget_pages .page_item_has_children,
.widget_pages .menu-item-has-children,
.widget_nav_menu .page_item_has_children,
.widget_nav_menu .menu-item-has-children {
	position: relative;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a,
.widget_nav_menu .page_item_has_children > a,
.widget_nav_menu .menu-item-has-children > a {
	padding-right: 10px;
}

.widget_pages .current_page_item > a,
.widget_pages .current-menu-parent > a,
.widget_pages .current-menu-item > a,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current-menu-parent > a,
.widget_nav_menu .current-menu-item > a {
	color: #02542e;
}

.widget_pages .current_page_item > a + .submenu-toggle path,
.widget_pages .current-menu-parent > a + .submenu-toggle path,
.widget_pages .current-menu-item > a + .submenu-toggle path,
.widget_nav_menu .current_page_item > a + .submenu-toggle path,
.widget_nav_menu .current-menu-parent > a + .submenu-toggle path,
.widget_nav_menu .current-menu-item > a + .submenu-toggle path {
	fill: #02542e;
}

.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
	display: none;
}

.widget_pages .children.opened,
.widget_pages .sub-menu.opened,
.widget_nav_menu .children.opened,
.widget_nav_menu .sub-menu.opened {
	display: block;
}

.widget_pages .submenu-toggle,
.widget_nav_menu .submenu-toggle {
	position: absolute;
	top: 20px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 0;
	color: inherit;
	text-align: center;
	background: transparent;
}

.widget_pages .submenu-toggle.toggled,
.widget_nav_menu .submenu-toggle.toggled {
	transform: rotate(180deg);
}

.widget_pages .submenu-toggle svg path,
.widget_nav_menu .submenu-toggle svg path {
	fill: currentColor;
}

.widget_pages .submenu-toggle:hover,
.widget_nav_menu .submenu-toggle:hover {
	color: #02542e;
}

.widget_pages .submenu-toggle:hover svg path,
.widget_nav_menu .submenu-toggle:hover svg path {
	fill: #02542e;
}

.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_categories ul li,
.widget_archive ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #BEC0B9;
}

.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
	margin-bottom: 0;
}

.widget_recent_entries ul ul,
.widget_rss ul ul,
.widget_categories ul ul,
.widget_archive ul ul {
	width: 100%;
	padding-left: 20px;
}

.widget_recent_entries ul ul li,
.widget_rss ul ul li,
.widget_categories ul ul li,
.widget_archive ul ul li {
	padding: 5px 0;
	border: 0;
}

.widget_recent_entries a,
.widget_rss a,
.widget_categories a,
.widget_archive a {
	color: inherit;
	text-decoration: none;
}

.widget_recent_entries a:hover,
.widget_rss a:hover,
.widget_categories a:hover,
.widget_archive a:hover {
	color: #02542e;
}

.widget_rss ul li {
	margin-bottom: 25px;
}

.widget_rss .rsswidget {
	width: 100%;
	font-weight: 500;
}

.widget_rss .rss-date {
	font-size: 0.875em;
}

.widget_rss .rssSummary {
	width: 100%;
	margin: 10px 0;
}

.widget_rss cite {
	font-weight: 500;
}

.wp-block-calendar caption,
.widget_calendar caption {
	padding: 12px;
	margin-bottom: 20px;
	border: 1px solid currentColor;
}

.wp-block-calendar table,
.widget_calendar table {
	background: transparent;
	border: 0;
	/*
				th {
					font-weight: 500;
					color: $themeColor6;
					background: $themeColor1;
				}

				td {
					color: $themeColor6;
					background: $themeColor1;
				}


		 */
}

.wp-block-calendar table a,
.widget_calendar table a {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	line-height: 30px;
	color: #02542e;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-radius: 50%;
}

.wp-block-calendar table a:hover,
.widget_calendar table a:hover {
	color: #252525;
	background: #F0F0F0;
}

.wp-block-calendar table th, .wp-block-calendar table td,
.widget_calendar table th,
.widget_calendar table td {
	padding: 12px 5px;
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.wp-block-calendar .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	display: block;
}

.wp-block-calendar .wp-calendar-nav-prev a,
.wp-block-calendar .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav-next a {
	display: block;
	padding: 7px 20px;
	color: #F0F0F0;
	background: #252525;
	text-decoration: none;
	border: 1px solid #F0F0F0;
}

.wp-block-calendar .wp-calendar-nav-prev a:hover,
.wp-block-calendar .wp-calendar-nav-next a:hover,
.widget_calendar .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav-next a:hover {
	background: #02542e;
	border-color: #02542e;
}

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

.widget_meta a {
	color: inherit;
	text-decoration: none;
}

.widget_meta li {
	margin-bottom: 10px;
}

.widget_meta li:last-child {
	margin-bottom: 0;
}

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

.widget_recent_comments ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F0F0;
}

.widget_recent_comments ul li:last-child {
	padding: 0;
	border: 0;
}

.widget_recent_comments a {
	color: inherit;
}

.widget_recent_comments a:hover {
	color: #02542e;
	text-decoration: none;
}

.wp-block-tag-cloud::after,
.widget_tag_cloud::after {
	display: table;
	clear: both;
	content: '';
}

.wp-block-tag-cloud a,
.widget_tag_cloud a {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 10px 10px 0;
	color: #F0F0F0;
	text-decoration: none;
	background: #252525;
}

.wp-block-tag-cloud a:hover,
.widget_tag_cloud a:hover {
	color: #F0F0F0;
	background: #02542e;
}

.wp-block-tag-cloud.is-style-outline a {
	padding: 5px 15px;
	color: #252525;
	background: transparent;
	border: 1px solid currentColor;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: #02542e;
	background: #252525;
	border-color: #252525;
}





.main-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	max-width: 540px;
	padding: 0 40px 40px;
	overflow: auto;
	color: #8F908A;
	background: #252525;
	transition: 0.3s;
	transform: translateX(100%);
}

.main-sidebar.opened {
	transform: none;
}

.admin-bar .main-sidebar {
	top: 32px;
}

.main-sidebar .close-sidebar {
	position: absolute;
	top: 42px;
	right: 40px;
	z-index: 9;
	padding: 0;
	background-color: transparent;
	transition: 0.25s;
}

.main-sidebar .close-sidebar path {
	transition: 0.25s;
	fill: #F0F0F0;
}

.main-sidebar .close-sidebar svg {
	transition: .25s;
}

.main-sidebar .close-sidebar:hover svg {
	transform: rotate(90deg);
}

.main-sidebar .widget-title {
	display: block;
	margin: 0 -40px 35px;
	padding: 35px 40px 35px 35px;
	color: #fff;
	background: #02542e;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

.wp-caption-text {
	font-size: .875em;
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

