﻿/*$widget-border:						1px solid lighten($body-bg, 6.67);*/
/*$widget-border:						1px solid lighten($body-bg, 6.67);*/
/*a {
    color: #2e3092;
}*/
/* Fix Typography */
#content p {
  line-height: 1.5; }

/*ul, ol {
    margin-left: 2rem;
    margin-bottom: 0.5rem;
}*/
h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0 0.5rem; }

#content .content-wrap .container .postcontent p,
body.pages #content .content-wrap .container .postcontent p,
body.news #content .content-wrap .container .postcontent p,
body.event #content .content-wrap .container .postcontent p {
  font-size: 1.2rem; }

#content .content-wrap .container .postcontent ul, #content .content-wrap .container .postcontent ol,
body.pages #content .content-wrap .container .postcontent ul,
body.pages #content .content-wrap .container .postcontent ol,
body.news #content .content-wrap .container .postcontent ul,
body.news #content .content-wrap .container .postcontent ol,
body.event #content .content-wrap .container .postcontent ul,
body.event #content .content-wrap .container .postcontent ol {
  margin-left: 2rem;
  margin-bottom: 1rem; }

#content .content-wrap .container .postcontent a.button,
body.pages #content .content-wrap .container .postcontent a.button,
body.news #content .content-wrap .container .postcontent a.button,
body.event #content .content-wrap .container .postcontent a.button {
  text-decoration: none !important; }

#content .content-wrap .container .postcontent table,
body.pages #content .content-wrap .container .postcontent table,
body.news #content .content-wrap .container .postcontent table,
body.event #content .content-wrap .container .postcontent table {
  font-size: .85em;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-top: 1em; }
  #content .content-wrap .container .postcontent table tr:first-child td,
  body.pages #content .content-wrap .container .postcontent table tr:first-child td,
  body.news #content .content-wrap .container .postcontent table tr:first-child td,
  body.event #content .content-wrap .container .postcontent table tr:first-child td {
    background-color: #ec2226;
    border-top: 1px solid #ec2226;
    border-bottom: 1px solid #ec2226;
    border-left: 1px solid #fff;
    color: #fff; }
  #content .content-wrap .container .postcontent table td,
  body.pages #content .content-wrap .container .postcontent table td,
  body.news #content .content-wrap .container .postcontent table td,
  body.event #content .content-wrap .container .postcontent table td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 3px 5px;
    color: #000;
    font-weight: 400;
    font-size: .85em;
    line-height: 1.5em; }
    #content .content-wrap .container .postcontent table td p,
    body.pages #content .content-wrap .container .postcontent table td p,
    body.news #content .content-wrap .container .postcontent table td p,
    body.event #content .content-wrap .container .postcontent table td p {
      margin: 0;
      padding: 0; }

strong {
  font-weight: 600; }

/*Remove strange dots in abbriviation*/
abbr[title] {
  border-bottom: none !important;
  cursor: pointer !important;
  text-decoration: none !important; }

/*Fix Language Selector Images in TopBar */
.top-links-sub-menu .top-links-item > a > img {
  width: auto;
  height: auto; }

/*Fixies form Language Selector*/
#top-bar .top-links li a img,
#header .header-misc .top-links li a img {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  top: -1px;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7); }

/*Fixing form Floating Transparent Header*/
@media (min-width: 992px) {
  /*#header.transparent-header.floating-header .container {
        background-color:transparent;
    }*/ }

/*Fixing form Cookie GDPR modal*/
#gdprModal .heading-block h3 + span {
  font-size: 16px; }

/*Fixing Container*/
body.pages #content .content-wrap,
body.events #content .content-wrap,
body.contact #content .content-wrap,
body.news #content .content-wrap {
  padding: 30px 0 80px; }

/*Fixies in Page Slogan*/
.slogan {
  margin-top: -1px !important; }

/* Search Page*/
body.search #content .container h5 {
  margin: 0.5rem 0; }

body.search #content .container .divider {
  margin: 0; }

/*Fixies in News and Event Lists*/
body.news #content .postcontent .grid-inner,
body.events #content .postcontent .grid-inner {
  background-color: #e4e5d8;
  /*#e5dfd8;*/
  padding: 15px; }

body.news #content .postcontent .entry-image,
body.events #content .postcontent .entry-image {
  margin: 0;
  padding: 0; }
  body.news #content .postcontent .entry-image img,
  body.events #content .postcontent .entry-image img {
    object-fit: contain;
    object-fit: cover;
    height: 180px; }

body.news #content .postcontent .fancy-title.title-double-border h1,
body.events #content .postcontent .fancy-title.title-double-border h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3rem; }

body.news #content .postcontent .entry-title h2 a, body.news #content .postcontent .entry-title h3 a, body.news #content .postcontent .entry-title h4 a,
body.events #content .postcontent .entry-title h2 a,
body.events #content .postcontent .entry-title h3 a,
body.events #content .postcontent .entry-title h4 a {
  font-family: 'Roboto Slab', serif;
  text-transform: none;
  color: black; }

body.news #content .postcontent .entry-meta,
body.events #content .postcontent .entry-meta {
  margin-top: 0; }

body.news #content .postcontent .entry-meta ul,
body.events #content .postcontent .entry-meta ul {
  padding-bottom: 1em; }

body.news #content .postcontent .entry-meta li,
body.events #content .postcontent .entry-meta li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: black;
  font-size: 0.8rem;
  line-height: 1rem; }

body.news #content .postcontent .entry-meta li,
body.events #content .postcontent .entry-meta li {
  animation-name: example3;
  animation-duration: 1s;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
  line-height: 1rem; }

body.news #content .postcontent .entry-meta li:hover,
body.events #content .postcontent .entry-meta li:hover {
  animation-name: example2;
  animation-duration: 1s;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1rem; }

body.news #content .postcontent .entry-content,
body.events #content .postcontent .entry-content {
  margin-top: 0;
  font-size: 0.9rem; }

@keyframes example2 {
  from {
    font-size: 0.8rem; }
  to {
    font-size: 1.2rem;
    font-weight: 800; } }

@keyframes example3 {
  from {
    font-size: 1.2rem;
    font-weight: 800; }
  to {
    font-size: 0.8rem;
    font-weight: 400; } }

#content .events .entry-title h3, #content .events .entry-title h3 a,
#content .home-news .entry-title h3,
#content .home-news .entry-title h3 a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem; }

#content .events .media-box .fbox-media,
#content .home-news .media-box .fbox-media {
  margin: 0 !important; }

#content .events .entry-meta li,
#content .home-news .entry-meta li {
  margin: 0 !important; }

#content .events .entry-meta p,
#content .home-news .entry-meta p {
  font-size: 0.9rem !important; }

#content .events .tab-container.events .fbox-content p,
#content .home-news .tab-container.events .fbox-content p {
  font-size: 0.9rem !important; }

#content .events .entry-content,
#content .events .entry-content p,
#content .home-news .entry-content,
#content .home-news .entry-content p {
  font-size: 0.9rem !important; }

.tab-container.events .fbox-content p {
  font-size: 0.9rem !important; }

body.news-details .postcontent .entry-title h2, body.news-details .postcontent .entry-title h3, body.news-details .postcontent .entry-title h4 {
  margin: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Roboto Slab', serif !important; }

body.news-details .postcontent .entry-title h2 {
  font-size: 2.5rem; }

body.news-details .postcontent .entry-title h3 {
  font-size: 2rem; }

body.news-details .postcontent .entry-title h4 {
  font-size: 1.5rem; }

body.news-details .postcontent .entry-meta li {
  font-size: 0.9rem;
  margin: 0 15px 10px 0;
  color: white;
  background: #F9F5F1 #595b50;
  padding: 4px 8px; }

body.news-details .postcontent .entry-content {
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/
  font-size: 1.2rem; }

/* Fix share */
.postcontent .entry-content .si-share {
  width: 100% !important; }

/*Fix Page Titles Typography*/
#page-title .page-title-center {
  text-align: center; }

.more-link {
  display: block;
  border-bottom: 3px solid #ec2226;
  padding: 0 2px;
  font-family: "Roboto Slab", serif;
  font-style: italic;
  background: black;
  color: #EEE;
  font-size: 0.9rem;
  font-weight: 200;
  padding: 1px 12px;
  width: max-content;
  margin-top: 10px; }
  .more-link:hover {
    color: #fff;
    font-weight: 400; }

/*Pages sub menu fixies*/
.sidebar nav li.active > a, .sidebar nav li a.current, .sticky-sidebar-wrap nav li.active > a, .sticky-sidebar-wrap nav li a.current {
  font-weight: 600; }

.sidebar nav ul.sub-menu, .sticky-sidebar-wrap nav ul.sub-menu {
  border-left: 1px dotted #808080;
  padding-left: 0.5rem;
  margin-left: 1.3rem; }

/*Fixing News Images in Pages SideBar*/
body.pages .posts-sm .entry-image img.center-cropped {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  /* add this property to make circle
    border-radius: 50% !important;
     */ }

body.news .postcontent .entry-image img {
  object-fit: cover;
  height: 200px !important; }

/* Year Month News Fixes in toggle */
.year-month .toggle-content {
  padding-top: 0px; }
  .year-month .toggle-content ul.iconlist {
    padding-left: 26px; }

/*Fix images in Home Carousel*/
body.home .owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  object-fit: cover;
  height: 200px; }

/*Fix Dark Page Titles*/
.dark #page-title h1, .dark #page-title span, .dark #page-title .breadcrumb li a, .dark #page-title .breadcrumb-item.active,
#page-title.dark h1,
#page-title.dark span,
#page-title.dark .breadcrumb li a,
#page-title.dark .breadcrumb-item.active {
  color: #f7f7f7; }

/* Fixies For Blog */
.blog-details .tags ul {
  margin-left: 0 !important; }

/*Intellisoft*/
#copyrights .intelli-dev {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.9em;
  margin-top: 0; }

#copyrights .intelli-dev a {
  color: #fff;
  border: none; }

#copyrights .intelli-dev a:hover {
  text-decoration: none; }

#copyrights .intelli-dev .inb {
  font-weight: 800; }

#copyrights .intelli-dev img {
  display: inline-block;
  margin-bottom: 1px !important;
  margin-left: 5px; }

/*Fix bug that cause input to loose focus on click*/
.top-search-form input {
  pointer-events: auto !important; }

.top-search-form input::-moz-placeholder {
  font-family: 'Arial', sans-serif !important;
  text-transform: none !important; }

.top-search-form input:-ms-input-placeholder {
  font-family: 'Arial', sans-serif !important;
  text-transform: none !important; }

.top-search-form input::-webkit-input-placeholder {
  font-family: 'Arial', sans-serif !important;
  text-transform: none !important; }

@media (max-width: 480px) {
  .top-search-form input {
    font-size: 0.9rem;
    letter-spacing: 0; } }

#copyrights a {
  color: #bbbbbb; }
  #copyrights a:hover {
    color: #ec2226; }

/* Smart-Sections and Blockc*/
.section.smart-section {
  padding: 4rem 2rem; }
  .section.smart-section .fbox-sm .fbox-icon-img {
    width: 10rem;
    height: auto;
    padding: 0 0.5rem; }
  .section.smart-section .fbox-sm .fbox-content.img h3 {
    padding-top: 0;
    margin-top: 0; }
