/* Enter Your Custom CSS Here */
.page-header {
    display: none;
}

/*
#nav-main {
  background-image: url(/wp-content/uploads/2016/03/Torn-Paper-Shorter-2.png);
  background-repeat: no-repeat;
  max-width: 675px;
  max-height: 70px;
  padding-right: 80px;
}
*/

#nav-main {
    max-width: none;
    padding-right: 0;
    background-image: url('/wp-content/uploads/2025/06/background-torn-image.png');
    background-repeat: repeat;

    /* Rounded corners */
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;

    /* Border */
    border: 2px solid #000000;

    /* Optional: Shadow for depth */
    box-shadow: 7px 7px 20px -7px rgba(0, 0, 0, 0.67);
    -webkit-box-shadow: 7px 7px 20px -7px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 7px 7px 20px -7px rgba(0, 0, 0, 0.67);
}

.boxed {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.boxed #wrapper.container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
.email-address:before {
	content: ;
}
*/
h5 {
    text-align: right;
}

li {
    list-style-type: none;
}

#nav-main ul.sf-menu ul li a {
    font-size: 16px;
}

.sf-dropdown-menu a {
    font-size: 20px !important;
}

.primary-navigation {
    float: left;
}


h5 {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 15px !important;
}

#nav-main ul.sf-menu a {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 20px !important;
    padding: 10px 16px !important;
}

#nav-main ul.sf-menu ul li a {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 16px !important;
}


html.dark-mode .boxed {
    background-color: #4c4d54 !important;
    color: #fff !important;
}

html.dark-mode .imgBorder {
    border: 1px solid #8d8787 !important;
}

html.dark-mode h5 {
    color: #fff !important;
}

/* Style the mobile menu trigger button */
#mobile-nav-trigger.nav-trigger {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

/* Center the button itself */
#mobile-nav-trigger.nav-trigger .nav-trigger-case {
    display: inline-block;
    /* Allows centering with text-align */
    margin: 0 auto;
    /* Extra centering if needed (optional) */
}

.nav-trigger-case.mobileclass {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.nav-trigger-case.mobileclass:focus {
    color: #fff;
}

.nav-trigger-case.mobileclass:hover {
    background: #555;
}

.kad-navbtn i {
    font-size: 20px;
}

/* Style the mobile menu panel */
#kad-mobile-nav {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 10px 0;
    overflow: hidden;
}

.kad-mobile-nav .kad-nav-inner {
    padding: 0;
}

/* Style the menu list */
.kad-mobile-nav .kad-mnav {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

/* Style menu items and links */
.kad-mobile-nav .kad-mnav>li {
  	background-color: #e5e5e5;
    border-bottom: 1px solid #eee;
    display: block;
    width: 100%;
}

.kad-mobile-nav .kad-mnav a {
    display: block;
    padding: 14px 18px;
    color: #333;
    text-decoration: none;
	font-size: 18px !important;
    font-weight: 500;
  	width: 100%;
    transition: background 0.2s, color 0.2s;
    box-sizing: border-box;
}

.kad-mobile-nav .kad-mnav a:hover {
    background: #f5f5f5;
    color: #000;
}

/* Style dropdown menus */
.kad-mobile-nav .sf-dropdown-menu {
    list-style: none;
    padding-left: 20px;
  	margin: 0 15px 0 15px !important;
}

.kad-mobile-nav .sf-dropdown-menu li {
    border-bottom: 1px solid #e0e0e0;
  	border-radius: 1rem;
    background: #f7f7ff;
}

.kad-mobile-nav .sf-dropdown-menu a {
    padding: 10px 15px 10px 25px !important;
    color: #555;
  	list-style: none !important;
}

.kad-mobile-nav .sf-dropdown-menu a:hover {
    background: #eee;
}