/**
* Theme Name: Smartic Child
* Description: This is a child theme of Smartic, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: smartic
* Version: 2.1.8
*/
@import url('./css/fonts.css');

:root {
  --primary: #7d55c7;
  --primary_hover: #9c6ff0;
  --secondary: #54595F;
  --text: #000;
  --accent: #000;
  --light: #999999;
  --dark: #202020;
  --border: #e6e6e6;
  --background: #f5f3f9;
  --container: 1290px;
}

.blockUI::before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
     from {
         -ms-transform: rotate(0deg);
     } to {
           -ms-transform: rotate(360deg);
       }
 }
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    } to {
          -moz-transform: rotate(360deg);
      }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    } to {
          -webkit-transform: rotate(360deg);
      }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    } to {
          transform: rotate(360deg);
      }
}

.roistat-multiwidget-pulsator-holder {
  display: none !important;
}

.smartic-handheld-footer-bar {
  display: none;
}

.widget-area .cat-item_active > a{
    color: #7d55c7;
}

.breadcrumb_main {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url("./images/medford-logo-black.svg");
    background-size: 100%;
    background-position: center;
}
