.elementor-kit-7{--e-global-color-primary:#CC0033;--e-global-color-secondary:#003333;--e-global-color-text:#003333;--e-global-color-accent:#6699CC;--e-global-typography-primary-font-family:"rubik";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"rubik";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"rubik", Sans-serif;font-weight:700;}.elementor-kit-7 h2{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.menu .elementor-heading-title {
    transition: all 0.4s ease-in-out;
}

.menu .elementor-nav-menu--main .elementor-item {
    color: #003333;
    fill: #003333;
}

.elementor-icon-list-icon.link-white{
    color: #003333!important;
}
.elementor-icon-list-icon #link-white{
    color: #003333!important;
}


/* This class targets your container */
.container {
    background-color: #FFFFFF00;
    transition: all 0.6s ease-in-out;
}

/* This changes the background color of that container on hover */
.container:hover {
    background-color: #CC0033 !important;
}


/* This class targets your text editor(s) */
.text-white {
    color: #003333!important;
    transition: all 0.6s ease-in-out !important;
}

.text-white h3{
    color: #6699CC!important;
    transition: all 0.6s ease-in-out !important;
}

/* This combines the background color change and the text color change */

.container:hover .text-white  {
    color: #ffffff !important;
    transition: all 0.6s ease-in-out !important;
}

.container:hover .text-white h3 {
    color: #ffffff !important;
    transition: all 0.6s ease-in-out !important;
}

.container:hover .text-white .a:active  {
    color: #ffffff !important;
    transition: all 0.6s ease-in-out !important;
}

.container:hover #text-white a {
    color: #ffffff !important;
    transition: all 0.6s ease-in-out !important;
}

#arrow .elementor-icon-list-text::after {
  content: ""; 
  display: inline-block;
  width: 14px; 
  height: 14px;
  background-image: url('https://mercercountyohioprosecutor.com/wp-content/uploads/2025/11/arrow.png');
  background-size: 80%;
  margin-left: 6px; 
  vertical-align: middle; 
  background-repeat: no-repeat;
}

#no-arrow .elementor-icon-list-text::after {
  content: ""; 
  display: none;
}/* End custom CSS */