/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2026 | 23:36:49 */

.pwh-box-one {
   background-color: var(--pwh-containers);
   border: var(--pwh-border-width) var(--pwh-border-style) var(--pwh-border-color);
   border-radius: var(--pwh-border-radius);
}
.db-weather-icon {
	background-color: #ffffff;
	border: var(--pwh-border-width) var(--pwh-border-style) var(--pwh-border-color);
	padding: 3px;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
   SIDEBARS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* SIDEBAR: Widget Title Underlines Center */
.et_pb_widget_area_left .widgettitle,
.et_pb_widget_area_right .widgettitle,
#sidebar .widgettitle {
   border-bottom: 2px solid #f2f2f2;
   border-color: rgba(220, 220, 220, .4);
   margin-bottom: 1em;
   padding: 15px;
   position: relative;
   text-align: center;
}
.offcanvas-widget h4 {
   border-bottom: 2px solid #ffffff;
   border-color: rgba(255, 255, 255, .1);
   margin-bottom: 1em;
   padding: 15px;
   position: relative;
   text-align: center;
}
.offcanvas-widget h4:before,
.offcanvas-widget h4:after,
.et_pb_widget_area_left .widgettitle:before,
.et_pb_widget_area_left .widgettitle:after,
.et_pb_widget_area_right .widgettitle:before,
.et_pb_widget_area_right .widgettitle:after,
#sidebar .widgettitle:before,
#sidebar .widgettitle:after {
    bottom: -2px;
	background-color: var(--primary-color) !important;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 75px;
    z-index: 2;
   left: 0;
   left: calc(50% - 37px);
}

/* SIDEBAR: Widget Title Underlines Center */
/* Divi Builder Left Sidebar */
.et_pb_widget_area_left .widgettitle .db-widget-accent,
.et_pb_widget_area_left h4.widgettitle .db-widget-accent {
    color: var(--primary-color);
}
/* Divi Builder Right Sidebar */
.et_pb_widget_area_right .widgettitle .db-widget-accent,
.et_pb_widget_area_right h4.widgettitle .db-widget-accent {
    color: var(--primary-color);
}
/* Standard WordPress Sidebar */
#sidebar .widgettitle .db-widget-accent {
    color: var(--primary-color);
}

