/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2025 | 16:38:38 */
/*------------------------------------------ Z O O M - PC --------------------------------------------*/
/* @media screen and (min-width:1350px) and (max-width:1550px){body{zoom:0.9 !important;}}
@media screen and (min-width:1250px) and (max-width:1350px){body{zoom:0.85 !important;}}
@media screen and (min-width:1150px) and (max-width:1250px){body{zoom:0.8 !important;}}
@media screen and (min-width:1000px) and (max-width:1150px){body{zoom:0.75 !important;}} */

/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1000px) {
.header-mobile,.mobile-menu {display: none;}
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1000px) {
.menu-item-has-children ul.sub-menu {
    display: none;
}
#follower {display: none !important}
.header-top-bar {
    display: none;
}
.header-top-bar .widget_nav_menu {
    display: none;
}
.header-top-bar .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100vw - 30px);
}
.page-is-open {
    overflow: hidden;
}
.page-is-open .mobile-menu {
    left: 0;
}
header#masthead {
    top: 0;
}
.header-mobile .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #fff;
}
.header-mobile .flex-box .mobile-logo img {
    margin: 0 0 -5px;
}
.mobile-menu {
    position: fixed;
    top: 60px;
    left: -200%;
    width: 100%;
    height: calc(100% - 67px);
    padding: 30px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}
.mobile-menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 7px 0;
        font-size: 17px;
        color: #27383D;
    }
.mobile-menu ul li.menu-item-123 {display: none;}
.mobile-menu ul li {
    border-bottom: solid 1px #ffffff20;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.footer-top {
    display: block;
    padding: 30px 25px;
}
.footer-top .footer-top-first a {
    font-size: 19px;
}
.footer-top .widget-title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ffffff30;
}
.footer-top .footer-contact .action {
    display: block;
}
.footer-top .footer-contact a.tel {
    width: fit-content;
    margin: 0 0 10px;
}
.footer-bottom {
    display: block;
    padding: 30px 25px;
}
.footer-bottom .arr-copy {
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
}
.footer-bottom .arr-copy img {
    display: none;
}
.credit {
    width: fit-content;
    margin: 15px auto 0;
}
	
.timeline-item h3 {
    text-align: left !important;
    font-size: 19px;
}
.timeline-item__content {
    padding-right: 10px !important;
}
.timeline-item__content p {
    text-align: left !important;
    font-size: 14px;
}
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

	
	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}