/*     brand Colors              */
.carousel.carousel-full-nagivation .left {
  cursor: url("../../img/arrow-left.png"), url("../../img/arrow-left.cur"), default !important; }

.carousel.carousel-full-nagivation .right {
  cursor: url("../../img/arrow-right.png"), url("../../img/arrow-right.cur"), default !important; }

.shadow-4 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

h1, h2, h3, h4 {
  color: #226bab; }

.card-profile .card-avatar {
  width: 100px;
  max-width: 100px;
  max-height: 100px; }

.mtm-featured-post .card-title {
  height: 50px;
  overflow: hidden; }

.mtm-featured-post .card-footer {
  justify-content: flex-end; }

.mtm-category-card .card-body {
  display: grid;
  grid-template-rows: 75px auto auto;
  height: 280px;
  align-items: baseline; }

.card {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s; }
  .card .card-description .card-profile .card-avatar {
    width: 50px; }
  .card.post-card:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    transform: scale(1.05); }
  .card.post-card .card-description {
    max-height: 48px;
    overflow: hidden; }
  .card.post-card .card-title {
    font-size: 1.25rem;
    height: 3.75rem;
    overflow: hidden;
    font-weight: 300;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif; }

.card-profile .card-avatar.mtm-avatar-large {
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s; }
  .card-profile .card-avatar.mtm-avatar-large:hover {
    transform: scale(1.1); }

.card-profile .card-avatar.mtm-card-usp {
  width: 145px;
  max-width: 145px;
  max-height: 145px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.156), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.mtm-category-card-desc {
  height: 4.5rem;
  overflow: hidden;
  margin-top: 1rem; }
  .mtm-category-card-desc .card-profile {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    margin-left: -25px; }
    .mtm-category-card-desc .card-profile:first-of-type {
      margin-left: 0; }

.card-background.card-background-mtm-black::after {
  background: rgba(0, 0, 0, 0.85); }

.card-background.card-background-mtm-blue::after {
  background: rgba(63, 81, 181, 0.75);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s; }

.card-background.card-background-mtm-blue:hover::after {
  background: rgba(63, 81, 181, 0.9);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.5s; }

.card-background.card-background-mtm-white .card-title {
  color: #734eb2;
  text-shadow: 0px 0px 2px rgba(63, 81, 181, 0.75); }

.card-background.card-background-mtm-white .card-description {
  color: #734eb2 !important;
  text-shadow: 0px 0px 2px rgba(63, 81, 181, 0.75); }

.card-background.card-background-mtm-white::after {
  background: rgba(255, 255, 255, 0.65); }

.mtm-logged-in .fixed-top {
  margin-top: 32px !important; }

.short-header, .short-header-category {
  height: 420px;
  background-position: top center; }
  .short-header .brand, .short-header-category .brand {
    margin-top: 5rem; }

.mtm-category-pills {
  justify-content: center; }
  .mtm-category-pills li {
    margin-bottom: .5rem; }

.mtm-cut-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.os-animation {
  opacity: 0; }

.post-content img {
  max-width: 100%;
  height: auto; }

.post-content .wp-block-image {
  margin: 2rem 0; }

.post-content p {
  font-size: 16px; }

.post-content h2 {
  margin-top: 60px; }

.post-content h3 {
  margin-top: 40px; }

.post-content h4 {
  margin-top: 30px;
  margin-bottom: 10px; }

.crayon-syntax .crayon-main {
  margin: 10px; }

.comment-reply-title {
  text-align: center; }

.service-steps .card {
  height: 270px; }

.service-steps .step-actors {
  margin-top: -45px; }
  .service-steps .step-actors img {
    background: #EBF4F5;
    width: 30%;
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.service-steps .step-down {
  width: 100%; }

.service-steps .step-next {
  padding-right: 2rem;
  max-width: 75px; }

.service-steps .step-number {
  font-size: 3.3125rem;
  color: #6238a8; }

.service-steps .step-action {
  font-size: 2.25rem;
  color: #6238a8;
  margin: 2rem 0 1rem;
  display: inline-block; }

.blockquote {
  position: relative;
  padding-left: 40px; }
  .blockquote:before {
    content: '\201C';
    font-size: 6rem;
    position: absolute;
    top: 28px;
    left: 5px;
    color: #eee; }

li.title-H2 {
  margin-top: 10px; }

li.title-H3 {
  font-size: 90%;
  margin-left: 15px; }

li.title-H4 {
  font-size: 80%;
  margin-left: 30px; }

li.title-H5, li.title-H6 {
  font-size: 70%;
  margin-left: 45px; }

.mtm-filter {
  position: relative;
  z-index: 1; }
  .mtm-filter > div {
    z-index: 2; }

.mtm-filter:after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: ""; }

.mtm-filter:after {
  border-radius: 6px; }

.mtm-filter.mtm-blue h1, .mtm-filter.mtm-blue h2, .mtm-filter.mtm-blue h3 {
  color: #fff; }

.mtm-filter.mtm-blue .title {
  color: #ffffff; }

.mtm-filter.mtm-blue .description {
  color: #ffffff; }

.mtm-filter.mtm-blue::after {
  background: rgba(63, 81, 181, 0.75); }

.mtm-filter.mtm-black::after {
  background: rgba(0, 0, 0, 0.85); }

.mtm-filter.mtm-white::after {
  background: rgba(255, 255, 255, 0.65); }

.latest-posts .mtm-filter:after {
  border-radius: 2px; }

.login-wrapper {
  margin-top: 5rem; }

.short-header, .short-header-category {
  height: 420px;
  background-position: top center; }
  .short-header .brand, .short-header-category .brand {
    margin-top: 5rem; }

.login-header {
  height: auto;
  min-height: 100vh; }
  @media all and (max-height: 760px) {
    .login-header {
      padding-top: 100px; } }

.mtm-page-header {
  height: auto;
  min-height: 100vh; }
  @media all and (max-width: 767px) {
    .mtm-page-header {
      padding-top: 110px; } }
  @media all and (max-height: 660px) {
    .mtm-page-header {
      padding-top: 110px; } }

.short-header-category {
  height: 100vh; }

@media all and (max-width: 576px) {
  .short-header, .short-header-category, .short-header-category {
    height: auto; } }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 30px;
  height: 30px;
  border-width: 1px; }

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }
  .spinner-grow.primary {
    color: #734eb2; }

.spinner-grow-sm {
  width: 30px;
  height: 30px; }
  .spinner-grow-sm.primary {
    color: #734eb2; }

.navbar-brand img {
  height: 35px; }

.navbar img.show-transparent {
  display: none; }

.navbar.navbar-transparent .show-transparent {
  display: initial; }

.navbar.navbar-transparent .hide-transparent {
  display: none; }

.footer .badge-category, .footer-big .badge-category {
  display: flex;
  align-items: baseline; }
  .footer .badge-category .badge, .footer-big .badge-category .badge {
    display: inline-block;
    margin-right: .5rem; }

.footer a i, .footer a .badge, .footer-big a i, .footer-big a .badge {
  opacity: .8;
  transition: all ease .3s; }

.footer a p, .footer-big a p {
  transition: all ease .3s; }

.footer a:hover i, .footer a:hover .badge, .footer-big a:hover i, .footer-big a:hover .badge {
  opacity: 1; }

.footer a:hover p, .footer-big a:hover p {
  color: black; }

#wp-admin-bar-my-account {
  display: none; }

#wp-admin-bar-search {
  display: none; }

@media all and (max-width: 576px) {
  h1.article-title {
    font-size: 2rem; }
  h3.article-subtitle {
    font-size: 1rem; }
  .mtm-logged-in .fixed-top {
    position: absolute;
    top: 32px;
    margin-top: 0 !important; } }

@media all and (max-width: 782px) {
  .mtm-logged-in .fixed-top {
    margin-top: 40px !important; } }

@media all and (max-width: 600px) {
  .mtm-logged-in .fixed-top {
    position: absolute;
    top: 32px;
    margin-top: 0 !important; } }

@media all and (max-width: 768px) {
  .mtm-logged-in .navbar-collapse {
    margin-top: 46px; } }

@media all and (max-width: 992px) and (min-width: 769px) {
  .mtm-logged-in .navbar-collapse {
    margin-top: 32px; } }

/*# sourceMappingURL=mods.css.map */
