@charset "utf-8";
@font-face {
  font-family: CollegeBlock;
  src: url(../fonts/CollegeBlock/CollegeBlock.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: block
}
.count__text{
	font-family: CollegeBlock !important;
	letter-spacing: 2px !important;
	font-weight: normal !important
}
.loader {
  z-index: 999999;
}
/* tiny helpers */
/*.audio-controls { cursor: pointer; user-select: none; }
.hidden { display: none !important; }*/
/*
.single-post .loader {
    display: none !important;
}
*/
/* Generic (where supported) */
input:autofill, textarea:autofill, select:autofill {
  background: transparent !important;
  color: inherit !important;
  caret-color: currentColor;
}
/* WebKit browsers: Chrome / Edge / Safari */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  /* wipe the yellow bg */
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  /* keep text color consistent */
  -webkit-text-fill-color: currentColor !important;
  caret-color: currentColor;
  /* prevent WebKit from repainting its own bg */
  transition: background-color 50000s ease-in-out 0s, color 50000s ease-in-out 0s;
}
/* Firefox */
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -moz-text-fill-color: currentColor !important;
  caret-color: currentColor;
}
/* Optional: keep borders the same on autofill */
input:-webkit-autofill, input:-moz-autofill {
  border-color: currentColor;
}
[color-scheme=dark] .footer-logo {
  filter: invert(1);
}
[color-scheme=dark] .designed-cb img, [color-scheme=dark] .mxd-marcom-icon img {
  filter: brightness(0) invert(1);
}
[color-scheme=dark] .mxd-compubrain-icon img {
  filter: brightness(0) invert(1);
}
[color-scheme=dark] .orange-monogram img {
  filter: inherit !important;
}
[color-scheme=dark] orange-monogram {}
[color-scheme=dark] .mxd-project-item__name div {
  color: var(--t-bright);
}
[color-scheme=dark] .single-page-share, [color-scheme=dark] .mxd-project-item__tags {
  fill: #fff;
}
[color-scheme=dark] .mxd-color-switcher::before, [color-scheme=dark] .mxd-compubrain-icon, [color-scheme=dark] .mxd-marcom-icon {
  background-color: #1c1c1c;
}
[color-scheme=dark] .sm2p0-tags .tag-link-outline:hover {
  background-color: #000 !important;
}
[color-scheme=dark] form input:required:valid, form textarea:required:valid {
  color: var(--base);
}
[color-scheme=dark] form input:focus, form textarea:focus {
  border-bottom: 1px solid var(--base);
}
[color-scheme=dark] form#commentform input, [color-scheme=dark] form#commentform textarea {
  color: var(--t-medium) !important;
}
[color-scheme=dark] form#commentform input:required:valid, form#commentform textarea:required:valid {
  color: var(--t-bright);
}
[color-scheme=dark] .widget-search__form input {
  color: var(--t-bright);
}
[color-scheme=dark] form#commentform input:focus, [color-scheme=dark] form#commentform textarea:focus {
  border-bottom: 1px solid var(--t-medium);
}
/*
.mxd-project-item__preview
 {
    position: relative;
    width: 100%;
    height: 460px;
    -moz-border-radius: var(--_radius-l);
    border-radius: var(--_radius-l);
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
}
*/
.mxd-col-block:hover .mxd-preview-hover {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.mxd-col-block {
  position: relative;
}
.padding-marquee {
  padding: 12rem 0px 8rem;
  display: none;
}
.padding-headline-title {
  padding: 10rem 0px 8rem;
}
.about-section {
  padding-bottom: 8rem
}
.showing-social {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  text-transform: capitalize;
}
.socials-list {
  padding: 10px;
  background: #f1eceb;
  border-radius: 50%;
}
.socials-list:hover {
  background: var(--accent);
}
.socials-list:hover svg {
  filter: invert(1);
}
.showing-socials-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.socials-list label {
  display: block;
  height: auto;
  line-height: 0;
  position: relative;
}
.socials-list label::after {
  content: "showing "attr(data-count)" "attr(data-type)" posts";
  position: absolute;
  bottom: 130%; /* above the icon */
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
}
.socials-list label:hover::after {
  opacity: 1;
}
.socials-list {
  padding: 10px;
  background: #f1eceb;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: normal;
}
.socials-list input[type=radio] + label {
  box-shadow: none !important;
  background: 0 0 !important;
  border: none !important;
}
.socials-list input[type=checkbox] + label, .socials-list input[type=radio] + label {
  vertical-align: middle;
  padding: 0;
  line-height: 0;
  font-size: 17px;
  cursor: pointer;
  display: block;
}
.socials-list input[type=checkbox], .socials-list input[type=radio] {
  display: none;
}
.home-section {
  padding-bottom: 70px;
}
.mxd-compubrain-icon, .mxd-marcom-icon {
  width: 56px;
  max-width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}
.mxd-compubrain-icon img, .mxd-marcom-icon img {
  /*  filter: invert(1) brightness(0);*/
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  transition: -webkit-transform var(--_animspeed-medium) var(--_animbezier);
  -moz-transition: transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier);
  transition: transform var(--_animspeed-medium) var(--_animbezier), -webkit-transform var(--_animspeed-medium) var(--_animbezier), -moz-transform var(--_animspeed-medium) var(--_animbezier)
}
.mxd-compubrain-icon:hover, .mxd-marcom-icon:hover {
  background-color: var(--base-tint);
}
.mxd-compubrain-icon:hover img, .mxd-marcom-icon:hover img {
  -webkit-transform: scale(.92);
  -moz-transform: scale(.92);
  -ms-transform: scale(.92);
  transform: scale(.92)
}
/*
.loader__count:before{
	content: "";
	background: url("../img/loader.jpg");
	position: fixed;
	height: 100px;
	width: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
	border-radius: 50%;
}
*/
.related-title {
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1px;
}
.mxd-article-author h3 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -1px;
}
/*
.related-post-item svg {
  color: #111;
}
*/
.mxd-project-item__preview:after, .mxd-blog-preview__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  top: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 65%) 0%, rgba(0, 0, 0, 0) 100%);
}
.mxd-projects-masonry__item {
  margin-bottom: 2rem;
}
.mxd-project-item__preview, .mxd-blog-preview__media div {
  border-radius: 0px !important;
}
.only-video-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background: 0;
  z-index: 9999;
  height: auto;
  color: var(--t-bright);
  line-height: 0;
}
.only-video-icon a {
  color: var(--t-bright);
}
.only-video-icon svg {
  width: 20px;
  color: #a3a3a3;
}
.col-tags {
  flex-wrap: inherit;
}
.col-flex-end {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}
.col-flex-start {
  width: 100%;
  justify-content: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.marquee-container {
  padding: 5rem 5rem !important;
  border-radius: 80px;
  background: #000;
  max-width: 92%;
}
.website-logo img {
  max-width: 200px;
  max-height: 56px;
  object-fit: contain;
  object-position: left;
}
.mxd-section-inner-headline.grid-headline {
  padding-top: 0;
}
.mxd-section.padding-mtext {
  padding-top: 17rem;
}
.mxd-project-item {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.masonry-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}
.mxd-projects-masonry__title {
  display: none;
}
.mxd-project-item__preview.masonry-preview {
  height: 500px !important;
}
.mxd-project-item__media.masonry-media {
  height: auto;
}
.mxd-project-item__promo {
  padding: 0 2rem;
  position: absolute;
  bottom: 90px;
  color: #fff;
  z-index: 9
}
.mxd-project-item__name div {
  font-size: 14px;
  line-height: normal;
}
.hastag {
  margin-top: 10px;
}
.caption {
  margin-top: 10px;
}
.caption {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 380px; /* adjust */
}
.more-btn {
  border: none;
  background: none;
  color: #999999;
  cursor: pointer;
  margin-top: 0;
  padding: 0px !important;
}
.caption.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.mxd-article__headline, .mxd-article-navigation {
  max-width: 1100px !important;
}
.mxd-article__headline {
  max-width: max-content;
  margin-bottom: 50px;
}
.mxd-article__thumb {
  height: auto !important;
  width: 100%;
  max-width: 800px;
  /*  max-width: max-content;*/
  margin: 0 auto 35px;
  border-radius: 0;
}
.single-date {
  margin-top: 35px;
}
.single-h1 {
  font-size: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  letter-spacing: -1px;
  font-weight: normal;
}
.mxd-followers-item {
  border-top: 1px solid var(--st-muted);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 20px;
  border-bottom: 1px solid var(--st-muted);
}
form textarea {
  height: 130px;
}
form input, form textarea {
  font-size: inherit;
}
.copy-footer-block {
  margin: 0 auto;
}
.footer-logo {
  max-width: 80px;
  margin: 0 auto;
}
.footer-blocks__column {
  height: 280px;
}
.copy-right-block {
  margin-top: 80px;
}
.footer-blocks-copyright {
  margin-top: 25px;
  text-align: center;
}
.footer-blocks-copyright p, .footer-blocks-copyright span {
  letter-spacing: -0.5px;
}
.designed-cb {
  display: inline-block;
}
.designed-cb img {
  max-width: 90px;
}
.mxd-blog-preview__media, .blog-preview-image-2 {
  height: 500px;
}
.mxd-blog-preview__media {
  overflow: visible;
}
.related-post-item .mxd-project-item__promo {
  bottom: 35px;
  z-index: 9;
  padding: 0px 15px;
}
.related-post-item .caption {
  max-width: 90%;
}
.mxd-preview-hover {
  z-index: 9;
  display: none;
}
.single-page-share .tag-default {
  padding-left: 0;
}
.single-page-share .col-flex-start .tag-default {
  padding-right: 8px;
}
.slide-left {
  justify-content: flex-start;
}
.slide-right {
  justify-content: flex-end
}
.mxd-section-title__hrtitle {
  padding-right: 0;
  margin-bottom: 0;
  text-align: center;
}
.mxd-comment__content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}
.mxd-footer {
  border-top: 1px solid var(--st-muted);
}
.padding-pre-title {
  padding-bottom: 0px;
  border-bottom: 1px solid var(--st-muted);
}
.padding-blog {
  padding: 100px 0px 130px;
}
.single-post-desc {
  padding: 25px 0 0;
}
.single-video video {
  width: 100%;
}
.hidden {
  display: none;
}
.audio-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: var(--base-opp-tint);
  height: 34px;
  line-height: 0;
  width: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  color: var(--t-opp-bright);
  cursor: pointer;
  z-index: 999;
}
.video-item .mxd-project-item__preview:after {
  height: 50%;
  bottom: 0px;
  top: auto;
}
.col-tags .tag-permanent a {
  line-height: 0;
  color: var(--t-bright);
}
.single-post .audio-controls {
  border-radius: 50% !important;
}
.godmod-logo-img {
  max-width: 80px;
  margin: 0 auto;
  width: 100%;
}
.godmod-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 22 22 / 97%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.godmod-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.godmod-popup .mxd-article-author {
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin: 0px;
  outline: 1px solid #4f4f4f;
  outline-offset: 5px;
}
.godmod-popup.active .mxd-article-author {
  transform: scale(1);
  opacity: 1;
}
.godmod-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: color 0.2s ease;
  line-height: 0px;
}
.godmod-popup .close-popup:hover {
  color: #e74c3c;
}
.godmod-form input {
  font-size: initial;
}
.whatsapp-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 22 22 / 97%);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.whatsapp-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.whatsapp-popup .mxd-article-author {
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin: 0px;
  outline: 1px solid #4f4f4f;
  outline-offset: 5px;
}
.whatsapp-popup.active .mxd-article-author {
  transform: scale(1);
  opacity: 1;
}
.whatsapp-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: color 0.2s ease;
  line-height: 0px;
}
.whatsapp-popup .close-popup:hover {
  color: #e74c3c;
}
.NetworkData {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  text-align: center;
}
.NetworkData.active {
  opacity: 1;
  pointer-events: auto;
}
/*
.NetworkData .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
*/
.NetworkData .mxd-article-author {
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  max-width: 650px;
  width: 90%;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  margin: 0px;
  outline: 1px solid #4f4f4f;
  outline-offset: 5px;
}
.NetworkData.active .mxd-article-author {
  transform: scale(1);
  opacity: 1;
}
.NetworkData .close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.NetworkData .godmod-form input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -1px;
}
.NetworkData ul.checkbox li label {
  text-align: left;
  width: 100%;
  position: relative;
  display: inline-block;
  margin-left: 28px;
  line-height: normal;
  color: #333;
}
.NetworkData p {
  color: #333;
}
.NetworkData ul.checkbox {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
  display: grid; /* grid layout */
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 8px 8px; /* row-gap column-gap */
}
.NetworkData ul.checkbox li {
  display: flex;
  align-items: center; /* align checkbox & text */
  gap: 6px; /* space between checkbox & label */
  width: auto;
}
.NetworkData ul.checkbox li:hover, .NetworkData ul.checkbox li.focus {
  width: auto !important;
}
#respondgodmode-networkking {
  height: 100%;
  max-height: 40vh;
  overflow-y: scroll;
  /*  overflow-y: auto;*/
  /* smooth scroll */
  -webkit-overflow-scrolling: touch;
  position: relative;
	
	
	
	overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS momentum */
  overscroll-behavior: contain;      /* prevent scroll chaining to body/Lenis */
  touch-action: pan-y; 
	
}
/*#respondgodmode-networkking::-webkit-scrollbar {
  width: 5px;             
}
#respondgodmode-networkking::-webkit-scrollbar-track {
  background: #999; 
  margin: 4px 0;
}
#respondgodmode-networkking::-webkit-scrollbar-thumb {
  background-color: rgba(10,10,10,0.6);
  border-radius: 10px;
}
#respondgodmode-networkking {
  scrollbar-width: thin;
  scrollbar-color: rgba(10,10,10,0.6) transparent;
}*/
.NetworkData fieldset.group {
  position: relative;
}
.about-block p {
  font-size: 18px;
}
.end {
  text-align: center;
  font-size: initial;
}
.sm2p0-search-form-holder {
  width: 100%;
}
.mxd-menu-keywords {
  margin-top: 12rem;
  margin-bottom: 8rem;
}
.mxd-menu-keywords h5 {
  text-align: center;
  color: #ccc;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 20px;
}
.mxd-menu__keywords li.tag-outline a {
  color: var(--t-opp-medium--light);
}
.mxd-menu__keywords li.tag-outline {
  background-color: transparent;
  border-style: solid;
  border-color: var(--t-muted-extra--light);
  color: var(--t-muted-extra--light);
}
.mxd-menu__keywords li.tag-outline:hover {
  background-color: #161616;
  border-color: #161616;
  color: var(--t-opp-bright);
}
.widget-search__form input {
  color: var(--st-muted);
}
.single-video {
  position: relative;
  overflow: hidden;
}
.single-video .video {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
/* center button, hidden by default, shown on hover or when .show is added */
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity .18s ease, transform .12s ease;
  z-index: 3; /* ensure button is above the video */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; /* ensure clickable */
}
/* show on hover (desktop) */
.single-video:hover .play-button, .play-button.show {
  opacity: 1;
}
/* icon size */
.play-button svg {
  width: 48px;
  height: 48px;
  pointer-events: none;
}
/* small scale when pressing */
.play-button:active {
  transform: translate(-50%, -50%) scale(.96);
}
@media only screen and (min-width:1023px) and (max-width:1399px) {
  .mxd-project-item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-h1 {
    font-size: 38px;
    line-height: normal;
  }
  .padding-blog {
    padding: 80px 0px 80px;
  }
  .single-post .mxd-section-title {
    margin-bottom: 5px;
  }
  .mxd-section.padding-pre-title {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width:1025px) and (max-width:1199px) {
  .mxd-blog-preview__item {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .related-post-item .mxd-project-item__promo {
    bottom: 75px;
    z-index: 9;
    padding: 0 12px;
  }
}
@media only screen and (min-width:737px) and (max-width:1025px) {
  .mxd-blog-preview__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mxd-project-item {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .related-post-item .mxd-project-item__promo {
    bottom: 80px;
  }
  .mxd-container.grid-l-container {
    padding: 0 20px;
  }
  .mxd-nav__contain {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
  .mxd-header {
    left: 30px;
    width: -moz-calc(100% - 13.5rem);
    width: calc(100% - 13.5rem);
    padding-top: 30px;
  }
}
@media only screen and (max-width:767px) {
  .mxd-menu__contain {
    width: 100%;
  }
  .btn-mobile-icon {
    display: none;
  }
  .showing-social {
    display: flex;
    flex-direction: column; /* stack items vertically */
    align-items: flex-start; /* align to left side */
    gap: 8px; /* spacing between items */
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .padding-marquee {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mxd-compubrain-icon, .mxd-marcom-icon {
    max-width: 4.6rem;
    height: 4.6rem;
    padding: 12px;
    width: 4.6rem;
  }
  .mxd-header {
    left: 1.5rem;
    padding-top: 1.5rem;
  }
  .mxd-article-area {
    padding-top: 35px;
  }
  .mxd-section.padding-pre-title {
    padding-bottom: 80px;
  }
  .padding-blog {
    padding: 70px 0px 70px;
  }
  .mxd-nav__contain {
    padding: 0 1.5rem;
    margin-top: 1.5rem;
  }
  .related-post-item {
    margin-top: 0px;
  }
  .mxd-footer {
    padding-bottom: 0px;
  }
  .copy-right-block {
    margin-top: 0;
  }
  .mxd-footer__footer-blocks {
    padding: 40px 10px 60px;
  }
  .btn-to-top {
    bottom: 30px !important;
  }
  .mxd-article-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mxd-project-item, .related-post-item {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mxd-blog-preview__media, .blog-preview-image-2 {
    height: auto;
  }
  .mxd-blog-preview__media {
    margin-bottom: 0;
  }
  .related-post-item .mxd-project-item__promo {
    bottom: auto;
    z-index: 9;
    top: auto;
    position: relative;
    color: var(--base-opp--light);
    padding: 0px;
    margin-top: 15px;
  }
  .website-logo {
    text-align: left;
    display: inline-flex; /* modern browsers */
    /* Align items horizontally */
    -webkit-box-pack: start; /* old Safari */
    -ms-flex-pack: start; /* old IE */
    justify-content: flex-start;
  }
  .mxd-header__logo {
    display: block;
  }
  .website-logo img {
    /*    width: 100%;*/
    max-width: 150px;
    height: 50px;
    text-align: left;
  }
  .marquee-container {
    border-radius: 25px !important;
    padding: 35px 15px !important;
  }
  .single-h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .footer-logo {
    max-width: 70px;
  }
  .footer-blocks-copyright p {
    font-size: 16px;
    line-height: 28px;
  }
  .marquee__text {
    font-size: 32px;
  }
  .mxd-article-navigation__navitem p.t-small, .mxd-article-navigation__navitem .mxd-comment__avatar {
    display: none;
  }
  .mxd-header {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .mxd-article-navigation {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .related-title {
    font-size: 32px;
  }
  .mxd-article-author h3 {
    font-size: 26px;
  }
  .mxd-article-author {
    margin-top: 40px;
  }
  .mxd-project-item__preview.masonry-preview {
    height: auto !important;
  }
  .padding-headline-title {
    padding: 50px 0px 25px;
  }
  .mxd-values__descr.has-top-list {
    padding: 35px 0 0;
  }
  .inner-headline__title {
    font-size: 42px;
    line-height: normal;
  }
  .mxd-values__item {
    padding: 0px;
  }
  .about-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width:560px) and (max-width:767px) {
  .mxd-project-item, .mxd-project-item, .related-post-item {
    width: 50% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mxd-project-item__preview.masonry-preview, .mxd-divider__video, .mxd-blog-preview__media, .blog-preview-image-2 {
    height: 500px !important;
  }
  .related-post-item .mxd-project-item__promo {
    bottom: auto;
    z-index: 9;
    top: auto;
    position: absolute;
    color: #fff;
    bottom: 70px;
    padding: 10px;
  }
  .mxd-blog-preview__item {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width:559px) {
  .mxd-blog-preview__image:after, .mxd-project-item__preview:after {
    display: none;
  }
  .NetworkData ul.checkbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .godmodesubmit button {
    margin-bottom: 15px;
  }
  .godmodesubmit .btn-default:last-child {
    margin-bottom: 0;
  }
  /*
.mxd-project-item__promo {
    bottom: 70px;    
	padding: 0 12px;
}
*/
  .mxd-project-item__promo {
    bottom: auto !important;
    padding: 0;
    position: relative;
    color: var(--t-bright);
    bottom: auto;
  }
  .caption {
    max-width: 100%;
  }
  .related-post-item .caption {
    max-width: 100%;
  }
}
span.socials-list.active {
  background: var(--accent);
}
/*
span.socials-list.active svg
{
    fill: #fff;
}
*/
span.socials-list.active svg {
  filter: invert(1);
}
.godmodesubmit .btn-anim__block span {
  color: #fff;
}
.godmodesubmit button {
  font-size: inherit !important;
  height: 48px;
}
.mxd-project-item #OpenNetworkData, .single-page-share #OpenNetworkData {
  top: 1px;
  position: relative;
  cursor: pointer;
}
.godmodesubmit br {
  display: none;
}
.footer-menu-icon a {
  color: #111;
}
.footer-fixed-menu, .count__percent {
  display: none !important;
}
.whatsapp_click {
  cursor: pointer;
}
.about-img {
  overflow: hidden;
  object-position: center !important;
  display: flex;
  align-items: center;
}
.about-img img {
  width: 100%;
}
@media only screen and (max-width:1025px) {
  .about-img {
    height: auto
  }
}