/*Loree css */

@import url('https://loree-files.crystaldelta.net/loree-themes/loreeThemesV2.min.css');

  /* Remove underline from links */
.user_content a:not(.btn):not(.Button):not(.ui-button):not([role=button]), .mceContentBody a:not(.btn):not(.Button):not(.ui-button):not([role=button]) {

text-decoration: none;
}

  /* Setting center alignment for Nav bar logo on mobile devices*/
  @media screen and (max-width: 568px) {
    .loree-navigation-image-section {
      width: 100%;
      max-width: 100% !important;
      /* For the full width of the image section in tablet and mobile view */
      text-align: center !important;
      /* Make the image centered in the image section in tablet and mobile view */
    }
    ul.loree-iframe-content-menu,
    .loree-iframe-content-menu nav {
      width: 100% !important;
      /* FOr the full width of navigation element in nav bar only for mobile responsive */
    }
  }



/* Remove extra link icon at the end of linked text */
.ui-icon-extlink {
  display: none !important;
}
.ui-icon {
  display: none !important;
}