/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2025 | 15:49:11 */
:root {
    --theme_accent: #477f84!important;
    --theme_accent_semi: rgb(71 127 132 / 80%)!important;
}

body {
    font: 1em/1.65em 'Public Sans', "Ma Shan Zheng", "Arial", sans-serif;
}

/*Override the sub-menu style*/
#main-nav ul {
    width: 250px;
}

#main-nav .current_page_item>a, #main-nav .current-menu-item>a {
    color: #477f84;
  font-weight:bold;
}
#main-nav a:hover {
    color: #477f84;
}
#main-nav ul a:hover, #main-nav .mega-menu-posts a:hover {
    color: #477f84;
}
.module_row .ui {background-color: transparent !important;}
.module_column .module-buttons.outline a:hover {
     background: transparent; 
     color: #fff; 
}

.module_column .module-buttons.outline .module-buttons-item a { 
    border-color: transparent;
}
.ui.module-accordion .accordion-title .tb_title_accordion {
    color: #fff;
}
.ui.module-accordion .accordion-title .tb_title_accordion:hover {
  color: #e2e2e2;
}
ul.ui.module-accordion .accordion-title {padding: 1em !important;}
ul.ui.module-accordion .accordion-title a {padding: 0!important;}
/*.ui.module-accordion .accordion-title {text-align:center;}*/
/* .module .ui.module-accordion .accordion-title a {
  	background: -webkit-gradient(linear, left top, right bottom, from(#346498), to(#34e89e));
    background: -webkit-linear-gradient(top left, #346498, #34e89e);
    background: -o-linear-gradient(top left, #346498, #34e89e);
    background: linear-gradient(to bottom right, #346498, #34e89e);
  	background-color:transparent;
} */

.module-accordion>li {
	border-width:0 0 1px!important;
	border: 0!important;
	border-bottom: 1px solid #c2c2c2!important;
	margin-bottom: 15px!important;
}
.ui.module-accordion {
	border: 0!important;
}
.module-accordion .accordion-title i {
    margin-right: .4em; 
    position: absolute;
    right: 1%;
    top: 1rem;
    color: #ffffff;
}
.tb_default_color.separate>li{
    background: -webkit-gradient(linear, left top, right bottom, from(#0062cd), to(#34e89e));
    background: -webkit-linear-gradient(top left, #0062cd, #34e89e);
    background: -o-linear-gradient(top left, #0062cd, #34e89e);
    background: linear-gradient(to bottom right, #0062cd, #34e89e);
}
.ui.module-accordion.separate>li, .ui.module-accordion.separate>li:first-child { 
    box-shadow: -1px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

ul>.builder-accordion-active>.accordion-content{box-shadow: none!important;}


/*Override footer style*/
#footerwrap { 
    background-color: #f9f9f9;
}

.module-image .image-wrap span.zoom{top:10%;left:7%;}


body #site-logo a img {
    width: 220px;
}


/*Override Post Card style*/
.post {margin-bottom: 0.1em;}
.footer_thumb .clearfix::after{display: none !important;clear: both !important;content: none !important;}

/*Override the feature icon*/
.module-feature-chart-html5 {
    border-radius: 0%;
    width: 80px;
    height: 80px;
    border: 1px solid #1bbbb4;
}
.watch-us-now h3.module-feature-title a{font-weight:bold !important;}

/* Override the highlighted main menu */
#main-nav .highlight-link>a { 
    background-color: rgb(161 209 223 / 50%); 
}



/*Override the menu button in mobile view */
@media screen and (max-width: 680px){
  #headerwrap .header-icons { 
      top: 45%;
  }
}

#header {
    padding: 15px 0 20px;
}
 
/*Override the video play button */
#watch_online_video .tf_video_lazy .tf_big_video_play{display: none !important;}
#watch_online_video .tf_video_wrap{display: none !important;}

#watch_online_video_mobile .tf_video_lazy .tf_big_video_play{display: none !important;}
#watch_online_video_mobile .tf_video_wrap{display: none !important;}

/*!========================================== 
 *
 * 	Overide the footer widget text
 *
 =============================================*/
.footer-widgets .col3-1{width: 100%;margin-left: 0;}
.footer-widgets .widget {margin: -22px 0 0;}

/*!========================================== 
 *
 * 	Overide the textarea height
 *
 =============================================*/
textarea {
    min-height: 7.5em!important; 
}


.loops-wrapper.list-post>.post, .woocommerce .loops-wrapper.products.grid1>.product, .woocommerce .loops-wrapper.products.list-post>.product {margin-bottom: 0 !important;}
