@charset "UTF-8";
/* #f6a305 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeout {
  /* Firefox */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  /* Safari and Chrome */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  /* Opera */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
html {
  background-color: #f0f0f0;
}

body {
  font-family: Roboto, sans-serif;
  color: #555555;
  background-color: #f5eede;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.content img {
  animation: fadein 1s;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.default-page .content-area {
  margin: 0 auto;
}

body.default-page .eading h1 {
  text-align: center;
  margin: 0 auto;
}

#page {
  position: relative;
  top: 0;
  left: 0;
}

select {
  max-width: 100%;
}

.screen-reader-text {
  display: none;
}

.container {
  max-width: 1128px;
}

body.search #content {
  padding-bottom: 20px;
}

body.default-page .site-content .content {
  background-color: white;
  padding-bottom: 60px;
}

article p {
  margin: 0 0 1.5em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Abril Fatface", cursive;
}

h1 strong, h1 b,
h2 strong, h2 b,
h3 strong, h3 b,
h4 strong, h4 b,
h5 strong, h5 b,
h6 strong, h6 b {
  font-weight: bold;
}

h3.widget-title,
h4.widget-title {
  font-family: Roboto, sans-serif;
  border-top: 1px solid #303030;
  text-transform: uppercase;
  padding: 0.2rem;
  font-size: 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-weight: 500;
  font-family: noto-serif, serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #303030;
}

strong {
  font-weight: bold;
}

article .entry-content {
  font-size: 1.125rem;
  line-height: 1.6;
}

.entry-content figure,
.entry-content figure,
.content-area figure,
.content-area img {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 0.8em;
}

.morewrap {
  text-align: center;
  width: 100%;
}

.more {
  border: 1px solid #4a4a4a;
  border-radius: 2em;
  padding: 10px 20px;
  display: inline-block;
  font-family: MuseoSans-900;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #303030;
  background-color: white;
  transition-duration: 0.5s;
}

.more:hover {
  text-decoration: none;
  background-color: #303030;
  color: white;
  transition-duraiton: 0.5s;
}

/* header */
.home-header-wrap {
  min-height: 26vw;
}

.heading .container .row {
  padding: 20px;
  margin-bottom: 0;
}

.heading-post-cats-wrap {
  border-top: 0.6px solid #666;
  padding: 0.2rem 0 0 0 !important;
}

.heading .paywall_type_label {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  background-color: #cc0a0a;
  color: white;
  font-size: 0.8em;
  text-transform: uppercase;
}

header.page-header {
  padding-top: 60px;
}

header.page-header h1 {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.header-wrap,
#featured-slider {
  background-color: transparent;
  color: #333;
}

.photo_bg {
  background-image: url(/wp-content/themes/lehti2019/lahimedia/helsinki.jpg);
}

@keyframes pulse {
  0% {
    background-color: rgba(4, 62, 99, 0.9);
  }
  50% {
    background-color: rgba(4, 62, 99, 0.85);
  }
  100% {
    background-color: rgba(4, 62, 99, 0.9);
  }
}
#featured-article .squareblocks-featured-image img {
  display: none;
}

#featured-article .squareblocks-content-wrap {
  padding-left: 60px;
}

@keyframes InitCover {
  0% {
    background-color: rgba(128, 128, 128, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
#featured-article .shade {
  padding-top: 0;
  padding-bottom: 0;
  /*	background-color: rgba(4,62,99,0.2);*/
  background-color: transparent;
  /*	background: linear-gradient(80deg,rgba(4,62,99,0.7) 0%, rgba(4,62,99,0.9) 50%, rgba(4,62,99,0.9) 100%);
  */
  animation: InitCover 2s ease-out 0.5s 1;
  position: relative;
  top: 0;
  left: 0;
}

#featured-article .container {
  position: relative;
  left: 0;
}

.header-wrap a {
  color: white !important;
}

a.logomask #site-logo2 {
  position: absolute;
  transition-duration: 2s;
}

a.logomask {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
}

a.logomask img {
  transition-duration: 2s;
}

a.logomask #site-logo {
  filter: blur(4px);
  opacity: 0.5;
  z-index: 9;
}

a.logomask #site-logo2 {
  opacity: 1;
  z-index: 10;
}

a.logomask:hover #site-logo2 {
  opacity: 1;
  transition-duration: 2s;
}

a.logomask:hover #site-logo {
  filter: blur(20px);
  transition-duration: 2s;
  opacity: 0.8;
}

#top-layer .logomask img {
  max-width: 100%;
  max-height: 40px;
}

#top-layer .container .row {
  flex-wrap: nowrap;
}

#top-layer .row {
  margin-bottom: 0;
}

.navbar {
  padding: 0.2rem;
  margin-top: 0.6rem;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

#mobimenu .dropdown-menu,
#navbar-wrap .container .row {
  background-color: #ffffff;
  border-color: white;
}

#navbar-wrap .dropdown-menu {
  background-color: #cc0a0a;
  border-color: white;
}

#navbar-wrap .container .row {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#topmenu-wrap .container .row {
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0);
}

#topmenu-wrap .container .row #topmenu-nav {
  padding-left: 0;
  padding-right: 0;
}

#topmenu-wrap .dropdown-menu {
  background-color: white;
  border-color: white;
}

#navbar-wrap .container .row,
#topmenu-wrap .container .row {
  margin-bottom: 0;
}

#topmenu-wrap .container .row .navbar {
  width: 100%;
  padding-bottom: 0;
}

#topmenu-wrap .navbar-expand .navbar-nav .nav-link {
  padding: 0.2rem 0.8rem;
}

#topmenu-wrap .navbar-nav {
  background-color: rgba(255, 255, 255, 0.5);
}

#mobimenu .dropdown-menu ul {
  border-left: none;
}

#topmenu-wrap .dropdown-menu .dropdown-toggle::after,
#mobimenu .dropdown-menu .dropdown-toggle::after,
#navbar-wrap .dropdown-menu .dropdown-toggle::after {
  display: none;
}

#navbar-wrap .current-menu-item {
  background-color: rgba(255, 255, 255, 0.2);
}

#mobimenu .dropdown-menu {
  border-color: white;
}

.dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}

#topmenu-wrap .dropdown-item,
#topmenu-wrap .nav-link {
  color: #303030;
}

#navbar-wrap .dropdown-item,
#navbar-wrap .nav-link {
  color: white;
}

#mobimenu .dropdown-item:focus,
#mobimenu .dropdown-item:hover,
#navbar-wrap .nav-link:focus,
#navbar-wrap .dropdown-item:focus,
#navbar-wrap .nav-link:hover,
#navbar-wrap .dropdown-item:hover {
  color: #bd631f;
  background-color: white;
}

#topmenu-wrap .nav-link:focus,
#topmenu-wrap .dropdown-item:focus,
#topmenu-wrap .nav-link:hover,
#topmenu-wrap .dropdown-item:hover {
  color: #303030;
  background-color: white;
}

#top-layer #main-nav {
  justify-content: flex-end !important;
}

#top-layer .menu-wrapper {
  flex-grow: 8;
}

#top-layer #site-tools {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-right: 0;
}

#mobimenu-widgets .widget_polylang ul,
#top-layer .widget_polylang ul {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#mobimenu-widgets .widget_polylang ul li {
  padding: 0 10px;
}

#mobimenu-widgets .widget_polylang ul li a {
  color: white;
  text-decoration: none;
}

#mobimenu-widgets .widget_polylang ul li a:focus,
#mobimenu-widgets .widget_polylang ul li a:active,
#mobimenu-widgets .widget_polylang ul li a:hover {
  border-bottom: 1px solid white;
}

#top-layer .container {
  background-color: rgba(255, 255, 255, 0);
}

#top-layer .container .row {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1rem;
}

#top-layer .widget_polylang ul li a {
  height: 97px;
  padding: 36px 18px;
  display: inline-block;
}

#top-layer .widget_polylang ul li a:hover {
  background-color: white;
  color: #999;
  text-decoration: none;
}

#top-layer .navbar {
  padding: 0;
}

#top-layer #site-tools,
#top-layer .navbar-nav {
  font-size: 1rem;
}

#top-layer .navbar-nav > li {
  border: 1px solid transparent;
  height: 95px;
  white-space: nowrap;
}

#top-layer .navbar-nav > li a {
  padding: 37px 20px;
  text-decoration: none;
}

#top-layer .navbar-nav > li a:hover {
  background-color: white;
  color: #999;
}

#top-layer .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0 10px 10px 0;
  font-size: 0.9rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  min-width: 240px;
  transition-duration: 0.5s;
}

#top-layer .dropdown-menu li a {
  color: #222;
}

#top-layer .navbar-nav .dropdown-menu .flex > ul {
  padding: 0 10px 0 30px;
}

#top-layer .navbar-nav .dropdown-menu li.nav-item {
  list-style-type: none;
}

#top-layer .navbar-nav a.dropdown-item {
  padding: 10px 0;
  color: #333;
  border-bottom: 1px #e5e5e5 solid;
}

#top-layer .navbar-nav li:last-child a.dropdown-item {
  border-bottom: none;
}

nav.posts-navigation {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: normal;
}

nav.posts-navigation h2 {
  display: none;
}

nav.posts-navigation .nav-links {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

nav.posts-navigation .nav-next a:before {
  content: "«";
  padding-right: 10px;
}

nav.posts-navigation .nav-previous a:after {
  content: "»";
  padding-left: 10px;
}

.heading .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  position: relative;
  background-size: cover;
  background-position: center center;
}

body.search #main {
  padding-top: 40px;
}

@keyframes Loaded {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
@keyframes GradLoaded {
  0% {
    background-color: rgba(0, 0, 0, 0.9);
  }
  100% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(4, 21, 32, 0.8));
  }
}
.heading .heading-shade {
  /*	padding-top: 240px;
  	padding-bottom: 40px;
  	background: linear-gradient(to bottom,
  		rgba(0,0,0,0),
  		rgba(4,21,32,0.8));
  	animation: 1s ease-out 0s 1 GradLoaded;	
  */
}

.heading h1 {
  font-weight: 900;
  line-height: 1.2;
  font-size: 3rem;
  padding-bottom: 1rem;
}

body.default-page .heading .heading-shade {
  /*
  	padding-top: 80px;
  	padding-bottom: 160px;
  	animation: 3s ease-out 0.5s 1 Loaded;
  	background: linear-gradient(to bottom,
  		rgba(0,0,0,0.15),
  		rgba(0,0,0,0.15));
  */
}

@media (max-width: 992px) {
  .heading h1 {
    margin-left: 0;
  }

  .heading .heading-post-cats-wrap {
    margin-left: 0;
  }

  body-page-template-page_company #main,
body.page-template-page_aboutus #main {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .heading h1 {
    font-size: 1.7rem;
  }
}
.site-content .container,
.heading .container {
  background-color: white;
}

body.page #main {
  margin-left: 0;
}

body.page-template-page_people #main {
  width: 100%;
}

.sidebar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 6rem;
}

.heading span.heading-post-cats {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
}

.heading .photos-by,
.heading a.author,
.heading time {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.heading .photos-by,
.heading a.author {
  color: #303030;
}

.heading time:before {
  padding: 0 10px;
}

#below_article_meta {
  margin-top: 3em;
}

#below_article_meta h3.widget-title {
  font-size: 1.2rem;
  padding-top: 1rem;
}

#featuredimg img {
  max-width: 100%;
  height: auto !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.download-container a,
span.posted-on a,
span.author a {
  color: #333;
}

.download-container a:hover {
  text-decoration: none;
}

body.single article header {
  display: none;
}

.article-meta-wrap {
  font-family: Roboto, sans-serif;
  font-weight: 200;
}

.article-meta-wrap #featuredimg {
  padding: 1rem 0;
}

.mobile-article-meta {
  display: none;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #e9e9e9;
  font-family: Roboto, sans-serif;
}

.mobile-article-meta .row {
  align-items: center;
}

.mobile-article-meta span.posted-on a,
.mobile-article-meta span.author a {
  color: #808080;
  text-decoration: none;
}

.mobile-article-meta img {
  width: 32px;
  height: 32px;
  border-radius: 60px;
  margin-right: 1rem;
}

.mobile-article-meta .posted-on {
  margin-left: 1rem;
}

#after_article_wrap {
  background-color: whitesmoke;
}

#after_article_wrap .container {
  max-width: 100%;
  width: 100%;
}

#after_page,
#after_article {
  padding: 0 20px;
}

#after_page_wrap .widget,
#after_article_wrap .widget {
  padding-top: 60px;
  padding-bottom: 20px;
  width: 100%;
}

#after_page_wrap .widget {
  padding-top: 20px;
}

#after_page_wrap {
  background-color: #f8f7f6;
}

#after_page_wrap h3.widget-title,
#after_article h3.widget-title {
  text-align: center;
}

#featured-article .squareblocks-item-wrap-inner {
  display: flex;
  align-items: center;
}

#featured-article .squareblocks-featured-image {
  padding-right: 30px;
}

#featured-article .squareblocks-item {
  width: 50%;
}

#featured-article .squareblocks-content-wrap {
  width: 50%;
}

@media (max-width: 1092px) {
  #featured-article .squareblocks-content-wrap {
    width: 60%;
  }

  #featured-article .squareblocks-item {
    width: 40%;
  }
}
#featured-article .widget {
  padding: 0;
}

#featured-article .squareblocks-content-wrap {
  padding: 60px;
  background-color: #fbfaf5;
  overflow-x: hidden;
}

#featured-article .squareblocks-featured-image img {
  max-width: 100%;
}

#featured-article .squareblocks-featured-image a:hover img {
  filter: contrast(1.02);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

#featured-article a {
  color: white;
}

#featured-article a:hover {
  text-decoration: none;
}

#featured-article .squareblocks-featured-image span,
#featured-article .squareblocks-featured-image .squareblocks-title {
  display: none;
}

#featured-article .read-more {
  border-radius: 60px;
  padding: 16px 27px;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: lowercase;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition-duration: 0.5s;
}

#featured-article .read-more:hover {
  background-color: white;
  color: #fbfaf5;
  transition-duration: 0.5s;
}

#featured-article .sqb_cat_label {
  border-radius: 2em;
  padding: 4px 12px;
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.8);
  color: #fbfaf5;
  font-family: Roboto, sans-serif;
  font-size: 0.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#featured-article .squareblocks-title {
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
  font-family: Roboto, sans-serif;
  -ms-hyphens: auto;
  -moz-hypens: auto;
  -webkit-hyphens: auto;
  hyphens: ato;
}

#featured-article .squareblocks-meta a {
  display: none;
}

#featured-article .squareblocks-excerpt {
  padding: 1rem 0;
  font-family: Roboto, sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-size: 1.1em;
}

#featured-article .textwidget {
  padding-top: 20px;
  text-align: center;
  position: relative;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  text-transform: lowercase;
}

#featured-article .textwidget a {
  color: rgba(255, 255, 255, 0.8);
}

#featured-article .textwidget .more-stories:after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}

/* front */
.mainheader {
  position: relative;
}

#front_after_menu .row {
  background-color: white;
}

#front_content_3_header_wrap .widget,
#front_content_2_header_wrap .widget,
#front_content_1_header_wrap .widget {
  padding: 0;
}

#front_content_3_header_wrap .widget_text,
#front_content_2_header_wrap .widget_text,
#front_content_1_header_wrap .widget_text {
  padding: 0;
}

#front_content_3_aside .widget:last-child,
#front_content_2_aside .widget:last-child,
#front_content_1_aside .widget:last-child {
  padding-bottom: 20px;
}

#front_content_wrap .container {
  background-color: white;
}

#front_content_1_wrap .container,
#front_content_2_wrap .container {
  background-color: white;
}

#front_content_2_wrap .container .row {
  margin-bottom: 0;
}

#footer_content_wrap {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  background-color: white;
}

#footer_content2_wrap .container {
  background-color: white;
}

#footer_content3_wrap .container {
  background-color: white;
}

#colophon {
  text-align: center;
  background-color: rgba(34, 34, 34, 0.95);
  color: #8c8989;
  display: none;
}

#colophon .container {
  border-top: 1px solid #4b4c4d;
}

.widget {
  overflow-x: hidden;
}

/* bentobox/stream */
.main {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.home .main {
  padding-left: 0;
}

.mainfeat {
  max-width: 100%;
}

.mainfeat.with-aside .row {
  flex-wrap: nowrap;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.mainfeat.with-aside .row > section {
  width: 310px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
  padding-right: 10px;
}

.mainfeat.with-aside .row > section:first-child {
  width: auto;
  flex-shrink: 1;
  flex-grow: 1;
}

.widget.aside {
  padding: 0;
  margin-bottom: 1.5rem;
}

.widget.aside a {
  color: #303030;
}

.widget.aside:first-child {
  padding-top: 20px;
}

.rss-widget-icon {
  display: none;
}

.media-list {
  list-style-type: none;
}

.media-list li {
  padding-bottom: 0.5rem;
}

.widget_rss .media-list,
.widget.aside .nav {
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.widget.aside .textwidget {
  background-color: white;
  padding: 10px 0;
  width: 100%;
}

.mejs-container,
.widget_sp_image.aside img {
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.widget_sp_image img {
  height: auto !important;
}

.widget_recent_entries .nav-link {
  -ms-hyphens: auto;
  -moz-hypens: auto;
  -webkit-hyphens: auto;
  hyphens: ato;
}

.widget .nav-link {
  padding: 0.5rem 0;
}

#front_content_wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.tile-piece {
  line-height: 1.2;
}

@media (max-width: 1092px) {
  a.tile {
    font-size: 0.9em;
  }
}
@media (max-width: 844px) {
  #featured-article .squareblocks-content-wrap {
    width: 100%;
    background-color: transparent;
    padding: 40px 0;
  }

  #featured-article .squareblocks-item {
    width: 0;
  }

  #featured-article .shade {
    background: linear-gradient(80deg, rgba(4, 62, 99, 0.9) 0%, rgba(4, 62, 99, 0.9) 50%, rgba(4, 62, 99, 0.9) 100%);
  }

  #featured-article .squareblocks-item-wrap-inner {
    flex-direction: column;
  }

  #featured-article .squareblocks-featured-image {
    padding-bottom: 1em;
  }

  #featured-article .squareblocks-item, #featured-article .squareblocks-content-wrap {
    width: 80%;
  }

  #featured-article .squareblocks-title {
    font-size: 60px;
    line-height: 60px;
  }

  .bentobox .squareblocks-wrap,
.tiles-container .row {
    flex-direction: column;
  }

  .tile {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .tile .tile-inner {
    flex-direction: row;
    min-height: 16rem;
  }

  .sqstream .with-image .eyebrow {
    top: 10px;
  }

  .sqstream .with-image .content-wrapper {
    border-left: 1px solid #d0d0d0;
    border-top: none;
  }

  .sqstream .with-image .main-content,
.sqstream .with-image .eyebrow {
    top: 10px;
  }

  .sqstream .image-wrapper {
    background-position: center center;
    background-size: cover;
  }

  .tile-piece {
    display: inline-block;
    width: 100%;
  }

  .tile-1x1 .image-wrapper,
.tile .image-wrapper {
    display: inline-block;
    height: 100%;
  }

  .tile.with-image .tile-inner > a {
    width: 100%;
  }

  .image-wrapper img {
    display: none;
  }

  .tile-inner {
    width: 100%;
    display: flex;
    align-items: stretch;
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  .tile-1x2 .tile-inner {
    flex-direction: row;
  }

  .tile-2x2 .content-wrapper h3, .tile-2x2 .content-wrapper p, .tile-2x2 .content-wrapper span {
    max-width: 100%;
  }

  .tile-2x2 .image-wrapper {
    height: 100%;
  }

  .sqstream.stream_2 > .tile,
.sqstream.stream_3 > .tile {
    width: 100% !important;
  }

  a.tile {
    font-size: 1em;
  }

  .mainfeat.with-aside .row {
    flex-wrap: wrap;
  }

  .mainfeat.with-aside .row > section {
    padding-right: 10px;
    width: 100%;
  }

  .mainfeat .container {
    padding-right: 0;
    padding-left: 15px;
  }

  .mainfeat .container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .mainfeat .aside {
    display: inline-block;
    padding: 10px 0;
  }

  .mainfeat .aside.widget {
    width: 100%;
  }

  .mainfeat > section {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .tiles-container {
    margin: 0 -0.5rem;
  }
}
@media (max-width: 500px) {
  .tile .tile-inner {
    flex-direction: column;
  }

  .sqstream .with-image .content-wrapper {
    border-top: 1px solid #d0d0d0;
    border-left: none;
  }

  .sqstream .with-image .main-content,
.sqstream .with-image .eyebrow {
    top: -0.7rem;
  }

  .sqstream .image-wrapper {
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
  }

  .sqstream .image-wrapper img {
    display: block;
  }

  .widget.aside {
    width: 100%;
  }

  .widget.aside .codeneric_ultimate_ads_manager_ad_wrapper img {
    width: auto;
  }
}
.contact-information a {
  color: #333;
  font-weight: bold;
}

.contact-information a:hover,
.contact-information a:active,
.contact-information a:focus {
  color: #333;
  text-decoration: none;
}

.contact label {
  color: #aaa;
}

.member-title {
  font-size: 19px;
  font-weight: bold;
}

.members-title-wrap,
#careers-title,
#careers-container {
  text-align: center;
}

.members-title-wrap,
#careers-title {
  padding: 60px 0 40px 0;
}

#careers-container {
  padding-bottom: 40px;
}

.members-title-wrap h3,
#careers-title h3 {
  display: inline-block;
  display: none;
  color: black;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #ccc;
}

.members-title-wrap h3:before,
#careers-title h3:before {
  content: "";
  padding-right: 10px;
  font-family: "FontAwesome";
}

.members-title-wrap h3,
#careers-container h3 {
  color: #4c4c4c;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#careers-container p {
  color: #757575;
}

#careers-container .career-option {
  border-right: 1px solid #ccc;
  padding: 40px 40px 0 40px;
}

#careers-container .career-option:last-child {
  border-right: 1px solid transparent;
}

.teammembers_wrap,
#team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
}

.teammembers_wrap .member,
#team-members .member {
  width: 50%;
  padding: 20px;
  position: relative;
  height: 100%;
  max-width: 395px;
}

.member img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.teammembers_wrap h3.member-title,
#team-members h3.member-title {
  font-size: 1.2em;
  margin-top: 4px;
}

#author_posts_wrap {
  padding: 40px 0;
}

@media (max-width: 846px) {
  .teammembers_wrap .member,
#team-members .member {
    width: 100%;
  }
}
.member img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.member:hover img {
  transition-duration: 2s;
}

.member-details .email {
  position: absolute;
  bottom: 60px;
  left: 20px;
  width: 36px;
}

.member-details .email img {
  opacity: 0.2;
  transition-duration: 0.5s;
  box-shadow: none;
}

.member-details .email:hover img {
  opacity: 0.8;
  transition-duration: 3s;
}

.member-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 6px black;
}

.member-details {
  display: flex;
  max-width: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.2);
}

#footer_content2,
#footer_content2,
#footer_content {
  width: 100%;
}

.rtm-contact-content {
  width: 100%;
  padding: 20px 10%;
}

.rtm-contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 60px 10%;
}

@media (max-width: 800px) {
  .rtm-contact {
    flex-direction: column;
  }
}
.rtm-contact-text {
  flex-grow: 6;
}

.rtm-contact-text a {
  cursor: pointer;
}

.rtm-contact-button-wrap {
  flex-grow: 1;
  padding: 0 0 0 20px;
  position: relative;
  text-align: right;
  padding: 0 15px;
}

.more-button,
.rtm-contact-button {
  white-space: nowrap;
}

.more-button {
  margin-top: 40px;
  margin-bottom: 40px;
}

.caldera-grid label {
  font-weight: normal;
}

.caldera-grid .btn-default {
  background-color: #fbfaf5;
  border: 1px solid #fbfaf5;
  border-radius: 90px;
  padding: 4px 20px;
  font-weight: bold;
  font-size: 1em;
  color: white;
  transition-duration: 0.5s;
}

.caldera-grid .btn-default:active,
.caldera-grid .btn-default:focus,
.caldera-grid .btn-default:hover {
  background-color: white;
  color: #fbfaf5;
  transition-duration: 1s;
}

.single-teammember #content {
  padding-bottom: 40px;
}

article.page {
  /* padding: 0 1rem; */
}

body.single .content-area {
  padding-bottom: 40px;
}

body.single #primary {
  flex-grow: 1;
  flex-shrink: 1;
}

body.single #sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 330px;
}

body.single #article_sidebar {
  width: 100%;
}

body.single #content .row {
  flex-wrap: nowrap;
}

body.page article .entry-content h1.entry-title {
  display: none;
}

body.search #content header {
  display: none;
}

section.error-404,
body.login #inner-content {
  padding-left: 20%;
  padding-right: 20%;
}

body.error404 #primary {
  width: 100%;
  max-width: 100%;
}

section.error-404 {
  text-align: center;
  padding: 60px 0;
}

.archive-description {
  margin-bottom: 20px;
}

#lostpasswordform .tml-submit-wrap, .tml-rememberme-submit-wrap {
  margin-left: 0 !important;
}

#content .tml-action-links {
  margin-left: 0 !important;
}

.attachment-wrap {
  font-size: 1.6em;
}

.attachment-link {
  color: #808080;
}

.attachment-link:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 10px;
}

body.single.reference .heading,
body.single.download .heading {
  display: none;
}

body.archive.reference .archive-description,
body.archive.download .archive-description {
  display: none;
}

h2.attachment-title {
  font-weight: 400;
}

body.archive .content-area {
  padding-bottom: 40px;
}

a.attachment-link:hover {
  text-decoration: none;
  color: #333;
}

.download-container {
  padding-bottom: 20px;
}

.navbar {
  margin-top: 0;
}

.search-toggle,
.user-sign-in a {
  display: inline-block;
  padding: 1.4rem 20px 1rem 20px;
  white-space: nowrap;
  text-decoration: none;
}

.user-sign-in a:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  content: "";
}

.caldera-grid .form-control {
  border-color: #fbfaf5;
  border-style: solid;
  border-width: 1px;
  background-color: white;
}

.search-icon:before {
  font-family: "FontAwesome";
  content: "";
}

.search-toggle:focus .search-icon:before,
.search-toggle:active .search-icon:before,
.search-toggle:hover .search-icon:before {
  color: #333;
}

#search-box {
  padding: 1rem 10px;
}

#search-box input {
  border: 2px solid white;
  color: black !important;
  margin-right: 0;
  padding-left: 4px;
}

.search-icon:before {
  font-family: "FontAwesome";
  content: "";
  cursor: pointer;
}

#search-box #search-term {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#search-box input.search-submit {
  background-color: white !important;
  color: #333 !important;
}

#search-box form {
  display: flex;
}

#mobimenu {
  opacity: 0.99;
  z-index: 3;
  padding: 60px 0 120px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #cc0a0a;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 400px rgba(0, 0, 0, 0.8);
  animation: fadein 1s;
  transition-delay: 1s;
}

#mobimenu .container .row {
  flex-direction: column;
  align-items: center;
}

#mobimenu .logowrap {
  max-width: 200px;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 30px;
}

#mobimenu .logowrap img {
  max-width: 100%;
  width: 300px;
  height: auto;
}

#mobi-nav {
  font-size: 1.4em;
}

#mobi-nav ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
}

#mobi-nav ul li a {
  color: white;
}

#mobi-nav ul li a.dropdown-item {
  color: #fbfaf5;
}

.mobisearch {
  padding: 30px 0;
}

#mobimenu input.sitetools-term {
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

#mobimenu .mobimenu-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  color: black;
  transform: scale(2);
  z-index: 99999;
}

.mobi-burger {
  padding: 1rem 10px;
}

#mobiclick .fa-bars {
  transform: scale(2);
}

.mobi-burger {
  display: none;
}

#logowrap {
  max-width: 33.333%;
}

.menu-arkisto-container {
  padding-top: 60px;
  font-size: 1.4em;
}

.menu-arkisto-container .menu {
  display: flex;
  list-style-type: none;
  justify-content: center;
  width: 100%;
}

.menu-arkisto-container .menu li {
  padding: 6px 1em;
}

.menu-arkisto-container .menu li a {
  color: #212529;
  text-transform: uppercase;
}

.post-share {
  padding: 2em 0;
}

.share-icons a {
  padding: 0 10px;
  text-align: right;
}

#author_shares {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 20px -10px;
}

@media (max-width: 1000px) {
  #author_shares {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  #author_shares {
    flex-direction: column;
  }
}
.share-icons a,
#author_shares a {
  flex-shrink: 1;
  display: inline-block;
  padding: 10px;
  max-width: 64px;
}

.share-icons {
  text-align: right;
}

a.download-link,
.share-icons a img,
#author_shares a img {
  opacity: 0.2;
  transition-duration: 3s;
}

a.download-link {
  opacity: 0.5;
}

#author_shares a img {
  max-width: 30px;
}

a.download-link:hover,
.share-icons a:hover img,
#author_shares a:hover img {
  opacity: 1;
  transform: scale(1.05);
  transition-duration: 1s;
}

@media (max-width: 1210px) {
  .post-share .share-this {
    display: none;
  }

  .post-share .share-icons {
    text-align: right;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1096px) {
  #top-layer #site-tools {
    border-left: none;
  }

  #top-layer .menu-wrapper .navbar {
    display: none;
  }

  .mobi-burger {
    display: inline-block;
  }

  #navbar-wrap {
    display: none;
  }

  #top-layer .container .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  #top-layer .menu-wrapper,
#top-layer #site-widgets {
    display: none;
  }

  #logowrap {
    width: 20%;
    max-width: 20%;
  }

  #top-layer .row {
    overflow-x: hidden;
  }

  #site-tools {
    justify-content: flex-end;
  }

  #site-tools .search-toggle .search-icon,
#site-tools .widget_polylang img {
    display: inline-block;
    transform: scale(1.6);
  }
}
@media (max-width: 800px) {
  .mobile-article-meta {
    display: block;
  }

  body.single #primary {
    flex: 0 0 100%;
  }

  body.single .content-area {
    max-width: 720px;
  }
}
@media (max-width: 500px) {
  #search-box input {
    max-width: 100px;
  }

  .user-sign-in .user {
    display: none;
  }
}
@media (max-width: 768px) {
  #logowrap {
    width: 30%;
    max-width: 30%;
  }
}
@media (max-width: 650px) {
  #top-layer .menu-wrapper {
    flex-grow: 2;
  }

  #logowrap {
    flex-grow: 2;
  }

  .user-sign-in a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer_content_wrap .widget {
  width: 100%;
}

body.tabs .site-content {
  display: none;
}

#tabcontrol {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 40px 0 0 0;
  width: 100%;
}

#tabcontrol li {
  display: inline-block;
  padding: 10px 20px;
}

#tabcontrol a {
  font-family: Roboto, sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #333;
  cursor: pointer;
}

#tabcontrol .active a {
  color: black;
  text-decoration: underline;
}

#tabwrapper .row {
  flex-direction: column;
}

#tabwrapper .widget .row {
  flex-direction: row;
}

.tabwrap .widget .widget-title {
  display: none;
}

#f_mid {
  display: none;
}

#footer_map iframe {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='//www.w3.org/2000/svg'><filter id='g…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
}

#footer-widgets {
  background-color: rgba(34, 34, 34, 0.18);
}

#footer-widgets .container {
  padding: 40px 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

#footer-widgets .textwidget {
  color: #ccc;
}

#footer-widgets img {
  max-width: 100%;
}

#footer-widgets a {
  color: #f0f0f0;
  transition-duration: 3s;
}

#footer-widgets a:hover,
#footer-widgets a:focus,
#footer-widgets a:active {
  color: white;
  transition-duration: 1s;
  text-decoration: none;
}

#footer_left .social img {
  max-width: 32px;
  height: auto;
}

#footer-widgets h3 {
  font-size: 1.2em;
  margin-bottom: 1rem;
}

#footer-widgets .nav-link {
  padding: 0;
}

@media (max-width: 1000px) {
  #footer-widgets .container .row {
    display: block;
  }
}
#site-logo-footer {
  opacity: 0.5;
}

.bentobox a {
  color: #555;
}

.bentobox .tiles-container h3 {
  font-size: 1.6rem;
}

.bentobox .tile .content-wrapper span.eyebrow {
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.staff .member-details {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  color: #4c4c4c;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.2;
}

.member-details .contact-information {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5%;
  margin-left: 5%;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  width: 48%;
  background-color: rgba(255, 255, 255, 0.1);
  transition-duration: 1s;
  position: relative;
}

.member-details .contact-information p {
  margin-top: 1rem;
}

.member-details .contact-information:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transition-duration: 3s;
}

#about_us .widget:nth-child(odd),
#company .widget:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.rtm_pageinsert_widget {
  border-top: 1px solid #d0d0d0;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.03);
}

body.page #about_us .widget,
body.page #people .widget,
body.page #company .widget {
  padding-left: 21%;
}

.rtm_pageinsert_widget h1.entry-title {
  margin-bottom: 40px;
}

.rtm_pageinsert_widget h1.entry-title a {
  color: #555555;
}

.rtm_pageinsert_widget h1.entry-title a:hover,
.rtm_pageinsert_widget h1.entry-title a:focus,
.rtm_pageinsert_widget h1.entry-title a:active {
  text-decoration: none;
  color: #555555;
}

blockquote {
  border-left: 6px solid rgba(0, 0, 0, 0.2);
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: rgba(0, 0, 0, 0.2);
  font-family: Georgia;
  font-weight: bold;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

.squareblocks-wrap {
  display: flex;
  flex-direction: column;
}

.squareblocks-item-wrap {
  display: block;
}

.squareblocks-item-wrap-inner {
  display: flex;
}

.squareblocks-item {
  display: inline-block;
  width: 20%;
}

.squareblocks-item img {
  max-width: 100%;
}

.squareblocks-content-wrap {
  display: inline-block;
  width: 80%;
  padding-left: 20px;
}

.squareblocks-outer {
  padding: 20px 0;
}

#featured-article .squareblocks-outer,
#featured-article .squareblocks-wrap {
  padding: 0;
}

.squareblocks-wrap a:active,
.squareblocks-wrap a:visited,
.squareblocks-wrap a:hover,
.squareblocks-wrap a {
  color: #303030;
  text-decoration: none;
}

.squareblocks-featured-image img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.squareblocks-item .squareblocks-title {
  display: none;
}

.imageless .squareblocks-content-wrap {
  padding-left: 0;
}

.imageless .squareblocks-item {
  display: none;
}

#featured-article .imageless .squareblocks-item {
  display: block;
}

.imageless .squareblocks-content-wrap {
  width: 100%;
}

#catapult-cookie-bar {
  border-top: 2px solid white;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.bentobox .tile.subscribers-only .tile-inner, .bentobox .tile.registered-only .tile-inner {
  background-color: #fbfaf5 !important;
}

.nav-previous, .nav-next {
  text-transform: lowercase;
}

.sqstream .article-meta {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.33);
}

.sqstream .article-meta span {
  display: none;
}

.sqstream .article-meta span.time,
.sqstream .article-meta span.date {
  display: inline-block;
  font-size: 0.8em;
}

.sqstream .imageless .eyebrow,
.sqstream .with-image .eyebrow {
  margin-left: -0.7rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sqstream .with-image .content-wrapper {
  border-top: 1px solid #e0e0e0;
}

.sqstream .main-content h3 {
  font-weight: bold !important;
  margin-bottom: 0;
}

.sqstream .main-content p {
  font-weight: 300;
}

.sqstream .eyebrow {
  background-color: #cc0a0a;
}

.sqstream.stream_1 {
  max-width: 300px;
}

.sqstream.row {
  margin-bottom: 0;
}

.sqstream .squareblocks-outer {
  padding-bottom: 0;
}

.sqstream .excerpt p {
  margin-bottom: 0;
}

.paywall-user-message .close-button, .paywall-button, .tml-form-table button, .tml-form-table button:active, .tml-form-table button:hover, .tml-form-table button:focus, .tml-submit-wrap input[type=submit], .pw_campaign_button, a.profile-action {
  background-color: #cc0a0a !important;
}

/* icons */
.fa,
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-2x,
.icon-2x {
  font-size: 2em;
}

.icon-search:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-gold:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.fa-chevron-circle-down:before,
.icon-chevron-circle-down:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-inverse {
  color: #fff;
}

.icon-lg {
  font-size: 1.3333333em;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-ul {
  list-style-type: none;
  list-style: none;
  margin-left: 1.875em;
  padding-left: 0;
}

.icon-li {
  position: absolute;
  left: -1.875em;
  width: 1.875em;
  top: 0.14285714em;
  text-align: center;
}

.icon-ul > li {
  position: relative;
}

/* swipebox */
#swipebox-overlay {
  background-color: white;
  background-color: rgba(245, 245, 245, 0.95);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  background-color: transparent;
  font-family: inherit;
  color: #333 !important;
  text-shadow: none;
  opacity: 0.95;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#swipebox-bottom-bar {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#swipebox-title {
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: OpenSansBold;
  z-index: 10;
}

#swipebox-prev, #swipebox-next {
  position: absolute;
  z-index: 20;
}

#swipebox-prev {
  left: 4rem;
}

#swipebox-next {
  right: 4rem;
}

#swipebox-container .slide {
  padding-top: 20px;
  padding-bottom: 50px;
}

.entry-content .swipe_gallery img {
  margin: 0;
  padding: 4px;
}

.swipe_gallery a:hover img {
  transform: scale(1.02);
}

.swipe_gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.swipebox {
  min-width: 120px;
}

.sidebar a {
  color: #303030;
}

.sidebar .widget {
  margin-bottom: 1rem;
}

.widget_recent_comments ul li {
  padding: 8px 0 !important;
}

#commentform .alert-info,
.form-allowed-tags {
  display: none;
}

#commentform label {
  width: 10rem;
}

input[type=submit],
nav.posts-navigation .nav-previous a,
nav.posts-navigation .nav-next a,
.more-button,
a.rtm-contact-button,
.btn-primary,
#comments .logged-in-as a,
#comments .nav-links a,
.posts-navigation .nav-links a,
.btn {
  background-color: #cc0a0a;
  border-radius: 3rem;
  color: white;
  padding: 0.1rem 1rem;
  transition-duration: 0.2s;
  border: 1px solid #cc0a0a;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.more-button:active,
.more-button:focus,
.more-button:hover,
nav.posts-navigation .nav-previous a:hover,
nav.posts-navigation .nav-next a:hover,
nav.posts-navigation .nav-previous a:active,
nav.posts-navigation .nav-next a:active,
nav.posts-navigation .nav-previous a:focus,
nav.posts-navigation .nav-next a:focus,
a.rtm-contact-button:active,
a.rtm-contact-button:focus,
a.rtm-contact-button:hover,
.btn-primary:hover,
.btn-primary:active,
#comments .logged-in-as a:hover,
#comments .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.btn:hover,
#comments .logged-in-as a:active,
#comments .nav-links a:active,
.btn:active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #cc0a0a;
  transition-duration: 0.2s;
  text-decoration: none;
}

.widget_media_image img,
.form-control {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#sidebar,
body .heading,
body #content {
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

.heading-post-cats-wrap .heading-post-cats {
  -moz-animation: fadein 6s;
  -webkit-animation: fadein 6s;
  -o-animation: fadein 6s;
  animation: fadein 6s;
}

.heading-post-cats-wrap time {
  -moz-animation: fadein 8s;
  -webkit-animation: fadein 8s;
  -o-animation: fadein 8s;
  animation: fadein 8s;
}

.heading-post-cats-wrap .photos-by,
.heading-post-cats-wrap .author {
  -moz-animation: fadein 10s;
  -webkit-animation: fadein 10s;
  -o-animation: fadein 10s;
  animation: fadein 10s;
}

article.page.classifieds {
  padding-top: 0;
}

.textwidget img {
  max-width: 100%;
  height: auto !important;
}

.iconblocks-item {
  width: 100%;
  overflow: hidden;
}

.iconblocks-item-inner {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.iconblocks-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.5);
}

.iconblocks-item a {
  text-decoration: none;
}

.iconblocks-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.iconblocks-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/wp-content/mu-plugins/rtminc/images/play-mask.png) no-repeat center center;
  background-size: contain;
}

.iconblocks-duration {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.6em;
  padding: 0.2em 0.5em;
}

.iconblocks-content-inner {
  padding: 10px;
}

.iconblocks-excerpt {
  color: white;
  font-weight: normal;
  line-height: 1.2em;
}

.iconblocks-title {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.15em;
  font-size: 1em;
}

.iconblocks-title a {
  color: white !important;
}

.iconblocks-excerpt a,
.iconblocks-excerpt a:hover,
.iconblocks-excerpt a:visited,
.iconblocks-title a:visited,
.iconblocks-title a:hover,
.iconblocks-title a {
  color: white;
}

.iconblocks-wrap {
  width: 100%;
}

.comment-count a {
  background-color: #808080;
  padding: 1px 6px;
  font-size: 10px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
  border-radius: 3px;
  color: #f0f0f0;
  position: relative;
}

.comment-count a:visited {
  color: #f0f0f0;
}

.comment-count a:focus,
.comment-count a:active,
.comment-count a:hover {
  color: white;
  background-color: #606060;
}

.comment-count a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 4px;
  border-width: 6px 6px 0 0;
  border-style: solid;
  border-color: #808080 transparent;
  display: block;
  width: 0;
}

.comment-count a:focus:after,
.comment-count a:active:after,
.comment-count a:hover:after {
  border-color: #606060 transparent;
}

/* square tabs */
.squareblocks-wrap .ui-corner-all {
  border-radius: 0;
}

.squareblocks-wrap .ui-tabs .ui-tabs-nav li a {
  padding: 0;
}

.squareblocks-wrap .ui-tabs,
.squareblocks-wrap .ui-tabs .ui-tabs-nav,
.squareblocks-wrap .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.squareblocks-wrap .ui-state-default,
.squareblocks-wrap .ui-widget-content .ui-state-default,
.squareblocks-wrap .ui-widget-header .ui-state-default,
.squareblocks-wrap .ui-state-active,
.squareblocks-wrap .ui-widget-content .ui-state-active,
.squareblocks-wrap .ui-widget-header .ui-state-active,
.squareblocks-wrap .ui-widget-header,
.squareblocks-wrap .ui-widget-content {
  border: none;
  background: transparent;
  color: inherit;
  font-weight: inherit;
}

.squareblocks-wrap ul.squareblocks-tab-selector {
  margin: 0 0 0.5em 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #cc0a0a;
  line-height: 1.8;
  margin-top: -4px;
}

.squareblocks-items {
  margin-top: 0.3em;
}

.squareblocks-stacked-title {
  line-height: 1.8;
  border-bottom: 1px solid #cc0a0a;
  background-color: transparent;
  color: #cc0a0a;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.squareblocks-stacked-items {
  padding-bottom: 1em;
}

.squareblocks-stacked-tab-content {
  border-bottom: 2px solid #cc0a0a;
}

.squareblocks-stacked-tab-content:last-child {
  border-bottom: none;
}

.squareblocks-wrap ul.squareblocks-tab-selector li {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 0.8em;
}

.squareblocks-wrap ul.squareblocks-tab-selector li a {
  text-transform: uppercase;
  color: #cc0a0a;
}

.squareblocks-wrap ul.squareblocks-tab-selector li a:before {
  content: "|";
  padding-right: 0.6em;
}

.squareblocks-wrap ul.squareblocks-tab-selector li:first-child a {
  color: #cc0a0a;
  padding-right: 0;
}

.squareblocks-wrap ul.squareblocks-tab-selector li:first-child a:before {
  content: "";
  padding-right: 0;
}

.squareblocks-wrap .ui-state-default a:link,
.squareblocks-wrap .ui-state-default a:visited,
.squareblocks-wrap .ui-state-default a {
  color: #cc0a0a;
}

.squareblocks-wrap .ui-state-active a:link,
.squareblocks-wrap .ui-state-active a:visited,
.squareblocks-wrap .ui-state-active a {
  color: #cc0a0a;
  font-weight: bold;
}

.squareblocks-tab-content span.no-image,
.squareblocks-tab-content span.with-image {
  vertical-align: top;
}

.squareblocks-tab-content ul {
  margin: 0;
  padding: 0;
  color: #cc0a0a;
  list-style-position: outside;
  list-style-type: none;
  line-height: 1.4em;
}

.squareblocks-tab-content ol {
  margin: 0;
  color: #cc0a0a;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  margin-left: 2em;
  line-height: 1.4em;
}

.squareblocks-tab-content div.squareblocks-wrapper,
.squareblocks-tab-content li {
  border-top: 1px dotted #333;
  clear: left;
  vertical-align: top;
}

.squareblocks-tab-content div.squareblocks-wrapper:first-child,
.squareblocks-tab-content li:first-child {
  border-top: none;
}

.squareblocks-tab-content .squareblocks-wrapper,
.squareblocks-tab-content li {
  padding: 0.25em 0;
}

.squareblocks-tab-content li span {
  color: #a0a0a0;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.4em;
}

.squareblocks-wrap .youtube-info .youtube-viewcount:before {
  content: " | ";
}

.squareblocks-wrap .instasquare {
  width: 84px;
  height: 84px;
  margin-right: 10px;
  margin-top: 10px;
  background-size: cover;
  display: inline-block;
}

.squareblocks-tab-source-instagram .squareblocks-wrapper {
  display: inline-block;
  border-top: none !important;
  line-height: 0;
}

.squareblocks-tab-source-instagram .squareblocks-wrapper:nth-child(3n+0) .instasquare {
  margin-right: 0 !important;
}

.squareblocks-wrap .youtube-title {
  padding-top: 0.4em;
}

.squareblocks-wrap .youtube-info {
  padding-bottom: 0.4em;
}

.squareblocks-tab-source-youtube .squareblocks-wrapper {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.squareblocks-wrap .hashtag:visited,
.squareblocks-wrap .hashtag:visited:hover,
.squareblocks-wrap .hashtag:hover,
.squareblocks-wrap .hashtag {
  color: #cc0a0a;
}

a.share-pop {
  padding-right: 0.4rem;
}

a.fb-pop {
  color: #3b5998;
}

a.twitter-pop {
  color: #00aced;
}

a.share-pop .icon {
  font: normal normal normal 14px/1 FontAwesome;
}

ul.comment-list ul,
ul.comment-list {
  list-style-type: none;
}

ul.comment-list .pull-left {
  position: absolute;
  bottom: 0;
  left: -60px;
  display: none;
}

ul.comment-list .pull-left img {
  border-radius: 50px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#comments {
  background-image: url(/wp-content/themes/lehti2019/icons/quote-icon.png);
  background-repeat: no-repeat no-repeat;
  background-position: top left;
  background-size: 40% auto;
  padding-top: 8rem;
}

#comments .nav-links {
  display: flex;
  justify-content: space-between;
}

.comment-body {
  position: relative;
  border-radius: 1rem;
  margin: 1rem 0 2rem 0;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

article.comment-body p {
  margin: 0.7em 0;
}

.comment-body .timestamp {
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  background-color: white;
  border: 1px solid #d0d0d0;
  color: #303030;
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}

.comment-body .fn {
  position: absolute;
  bottom: -1rem;
  left: 1rem;
  background-color: white;
  color: #303030;
  border: 1px solid #d0d0d0;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40%;
  white-space: nowrap;
}

.comment-body .comment-edit-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.6rem;
}

.comment-body .comment-reply-link {
  position: absolute;
  bottom: -1rem;
  right: 1rem;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40%;
}

.comment-body .comment-content {
  display: block;
  padding: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.must-log-in {
  background-color: rgba(255, 255, 255, 0.8);
}

.comment-reply-login {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  background-color: white;
  color: #303030;
  border: 1px solid #d0d0d0;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 40%;
  white-space: nowrap;
}

.comment-reply-login:hover {
  color: #303030;
}

.widget.palvelut {
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  background-image: url("/wp-content/themes/lehti2019/what-the-hex.png");
  background-repeat: repeat repeat;
}

.soliloquy-viewport,
.soliloquy-container .soliloquy-viewport,
.soliloquy-container .soliloquy-wrap {
  height: auto !important;
}

.sqstream .imageless .eyebrow,
.sqstream .with-image .eyebrow {
  margin-left: 0;
}

.sqstream .tile-inner {
  box-shadow: none;
}

.sqstream .content-wrapper {
  padding: 0;
}

@media (max-width: 844px) {
  .sqstream .with-image .content-wrapper {
    padding: 0 10px;
    border-top: none;
  }

  .sqstream .with-image .main-content, .sqstream .with-image .eyebrow {
    top: 0;
  }
}
@media (max-width: 500px) {
  .sqstream .with-image .content-wrapper {
    padding: 0;
  }

  .sqstream .with-image .main-content, .sqstream .with-image .eyebrow {
    top: -10px;
  }
}
#palvelut {
  border-top: 4px solid #606060;
}

#palvelut .sqstream .imageless .eyebrow,
#palvelut .sqstream .with-image .eyebrow {
  background-color: #606060;
}

body.login #content .container .row {
  background-color: white;
}

body.validate-user-signup .login.mu_register > h2,
body.validate-user-signup .login.mu_register > p {
  display: none;
}

.stream-item-title {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .otsikko-linkit a {
    flex: 1;
    height: 180px;
  }

  .otsikko-linkit a.aluelogo {
    flex: 3;
  }

  #front_content, #front_content_1, #front_content_2 {
    width: 100%;
  }
}
.container iframe {
  width: 100% !important;
}

ul.extblogs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

ul.extblogs.list {
  flex-direction: column;
  flex-wrap: nowrap;
}

ul.extblogs a:hover {
  text-decoration: none;
}

ul.extblogs li {
  animation: fadein 3s;
}

ul.extblogs.gallery li {
  display: inline-block;
  width: 33.33%;
  height: 200px;
  position: relative;
  padding: 0.2rem;
}

ul.extblogs.list li {
  margin: 0.5rem 0;
  width: 100%;
  display: flex;
}

ul.extblogs.list li a {
  flex-grow: 1;
  flex-basis: 70%;
  min-height: 3.6rem;
  padding-left: 1rem;
  font-weight: 300;
}

ul.extblogs li a:first-child {
  flex-grow: 0;
  flex-basis: 30%;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  padding-left: 0;
}

ul.extblogs.list a span {
  display: inline-block;
  margin-top: -0.2em;
  line-height: 1.2;
}

ul.extblogs.gallery li a {
  height: 100%;
  width: 100%;
  padding: 0.2rem;
  color: white;
  text-shadow: 0 0 0.4rem black;
  display: block;
  overflow: hidden;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
  animation-duration: 2s;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.75);
}

ul.extblogs.list li a {
  display: inline-block;
}

ul.extblogs.gallery li a:hover {
  -webkit-filter: sepia(50%);
  filter: sepia(50%);
}

ul.extblogs.gallery li a span.extblog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  ul.extblogs.gallery li {
    width: 50%;
  }
}
@media (max-width: 560px) {
  ul.extblogs.gallery li {
    width: 100%;
  }
}
.pikkunosto .squareblocks-item {
  width: 16.66%;
}

.pikkunosto .squareblocks-item-wrap {
  margin-bottom: 1rem;
}

.pikkunosto .squareblocks-title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.pikkunosto .squareblocks-excerpt {
  font-size: 1rem;
  line-height: 1.2;
}

.pikkunosto .squareblocks-excerpt a {
  color: rgba(0, 0, 0, 0.5);
}

.sidebar .squareblocks-title {
  font-size: 1rem;
  font-weight: 300;
  font-family: Roboto, sans-serif;
}

.sidebar .squareblocks-excerpt {
  display: none;
}

#above-everything {
  max-width: 100%;
}

#above-everything-wrap .row {
  margin-bottom: 0;
}

#above-everything .widget,
#above-everything .container,
#above-everything .row {
  padding: 0 !important;
  margin: 0 !important;
}

#above-everything p {
  margin-bottom: 0;
}

#above-everything img {
  max-width: 100%;
  height: auto;
}

#mc_embed_signup {
  max-width: 100% !important;
  width: 100% !important;
}

#mc_embed_signup input.email {
  width: 100% !important;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#rekisteriselosteeseen {
  font-size: 0.8rem;
  color: #808080;
  padding: 0.2em;
  width: 1005;
}

#to_top_scrollup {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#after_article_wrap .container .row,
#content > .container .row {
  margin-bottom: 0;
}

.single-product .related {
  display: none;
}
.single-product .heading {
  display: none;
}
.single-product .single_add_to_cart_button .ostoskori {
  max-width: 22px;
  filter: invert(1);
  margin-left: 1rem;
}
.single-product .heading-featured-image {
  background-color: #f5eede;
  background-image: none !important;
}
.single-product #page {
  top: 0px;
}
.single-product #content .container {
  margin-top: 0 !important;
}
.single-product .lowres-featured-image:nth-child(4) {
  display: none;
}
.single-product input {
  max-width: 200px;
}
.single-product #sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 330px;
  background: #fbfaf5;
  padding-top: 2rem;
  margin-top: 3rem;
  margin-left: -15em;
  float: left;
  display: block;
}
.single-product #content > div:nth-child(1) {
  background: #fbfaf5;
}
.single-product #content {
  /* padding-top: 0; */
  position: relative;
  /* top: -860px; */
  padding-top: 0 !important;
}
.single-product .heading-featured-image {
  height: 30em !important;
  display: none !important;
}
.single-product #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: unset;
  background: none !important;
  margin-top: 5rem !important;
}
.single-product article {
  background: none !important;
}
.single-product .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product #primary {
  max-width: 1200px !important;
  width: 100% !important;
  min-width: 100%;
}
.single-product article {
  width: 100% !important;
}
.single-product #content .container {
  max-width: 1200px !important;
}
.single-product article .entry-content {
  max-width: 1200px !important;
}
.single-product .entry-content {
  max-width: 1200px !important;
  margin: 0 auto;
  min-width: 100%;
}
.single-product #tab-description {
  display: none;
}
.single-product .entry-content h2 {
  display: none;
}
.single-product .entry-content h1 {
  padding: 0 !important;
  text-align: left;
  margin-bottom: 0;
}
.single-product .woocommerce div.product .product_title {
  font-size: 1.8em;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 1em;
  hyphens: none;
}
.single-product .kirjoittaja2 {
  font-size: 1.8em;
  margin-top: 0;
}
.single-product input {
  min-width: 20px;
  min-height: 40px;
}
.single-product .woocommerce #respond input#submit.alt:hover,
.single-product .woocommerce a.button.alt:hover,
.single-product .woocommerce button.button.alt:hover,
.single-product .woocommerce input.button.alt:hover {
  background-color: #f8f2ea;
  color: #403f3f;
}
.single-product .woocommerce #respond input#submit.alt,
.single-product .woocommerce a.button.alt,
.single-product .woocommerce button.button.alt,
.single-product .woocommerce input.button.alt {
  background-color: #d2c7b8;
  color: #403f3f;
  width: 100%;
}
.single-product .woocommerce .quantity .qty {
  margin-bottom: 2em;
}
.single-product #tab-description {
  display: none !important;
}
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
  color: #000;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.single-product .images {
  float: left;
  width: 30% !important;
}
.single-product h1.single-h1:nth-child(1) {
  visibility: hidden;
}
.single-product .summary > div:nth-child(1) > p:nth-child(1) {
  display: none;
}
.single-product #primary {
  max-width: 730px !important;
}
.single-product #content .container {
  max-width: 1190px !important;
}
.single-product .cat-item a {
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}
.single-product h3.widget-title,
.single-product h4.widget-title {
  font-family: Roboto, sans-serif;
  border-top: 0;
  text-transform: uppercase;
  padding: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
}
.single-product .single-h1 {
  display: none !important;
}
.single-product input {
  border: 2px solid black;
  background: #f5eede;
  padding: 0.5em;
}
.single-product .woocommerce-product-search > button:nth-child(3) {
  display: none;
}

.cvp-live-filter .cvp-label {
  font-weight: 600;
  margin-right: 10px;
  font-size: 1.5rem;
  display: none;
}

.pt-cv-wrapper .btn {
  font-size: 16px;
}

.single-product.post-has-image #content .container {
  margin-top: 0 !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: left !important;
  width: 45%;
  clear: none;
  margin-left: 1.5em;
}

.page-id-14158 .cat-item a {
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  color: black;
}
.page-id-14158 h3.widget-title,
.page-id-14158 h4.widget-title {
  font-family: Roboto, sans-serif;
  border-top: 0;
  text-transform: uppercase;
  padding: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
}
.page-id-14158 .widget h2 {
  margin-top: 0;
  text-transform: uppercase;
}
.page-id-14158 .heading h1 {
  visibility: hidden;
}
.page-id-14158 .heading {
  position: initial;
  height: 0 !important;
}

.cvp-live-filter input[type=radio]:checked ~ div {
  background: #4c4c4c !important;
  color: white !important;
}
.cvp-live-filter .cvp-live-filter.cvp-button label {
  margin-bottom: 0.5rem;
}
.cvp-live-filter .btn label div {
  color: black !important;
}

.page-id-14158 .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.page-id-14158 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 10px 0px 0 0;
  margin-right: 0 !important;
}
.page-id-14158 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #fff;
}

.kauppa .pt-cv-ctf-value::before {
  content: "|   ";
  margin-right: 2px;
  display: none;
}
.kauppa .pt-cv-ctf-value {
  line-height: 1;
}
.kauppa .pt-cv-ctf-list {
  width: 100%;
}
.kauppa .pt-cv-wrapper img {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.kauppa div.col-md-4 > div:nth-child(1) > p:nth-child(4) > a.add_to_cart_button > img {
  width: 20px;
  border-bottom: 0;
  margin-left: 1em;
}
.kauppa div.col-md-4 > div:nth-child(1) > p:nth-child(4) > a.add_to_cart_inline > img {
  display: none;
}
.kauppa .pt-cv-ctf-kirjoittaja {
  margin-bottom: -1em;
}
.kauppa .pt-cv-ifield {
  height: 635px;
  background: #e7e2d4;
}
.kauppa .product.woocommerce {
  width: 100%;
  text-align: center;
}
.kauppa .add_to_cart_button {
  position: absolute !important;
  bottom: 15px;
  width: 100% !important;
}
.kauppa .pt-cv-view .product.woocommerce .product_type_variable {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute !important;
  bottom: 0;
  display: none !important;
}
.kauppa .button .ostoskori {
  max-width: 20px;
  float: right;
}
.kauppa .product bdi {
  display: none;
}
.kauppa .pt-cv-ctf-value {
  text-transform: none;
}
.kauppa .pt-cv-thumbnail {
  border-bottom: 0;
  margin-bottom: 2em !important;
  max-width: 260px !important;
  display: block;
  margin: 0 auto;
  border-bottom: 0 !important;
  width: 100%;
}
.kauppa div.col-md-4 > div:nth-child(1) > p:nth-child(4) > span:nth-child(1),
.kauppa div.col-md-4 > div:nth-child(1) > p:nth-child(4) > del,
.kauppa div.col-md-4 > div:nth-child(1) > p:nth-child(4) > ins {
  display: none;
}
.kauppa .pt-cv-wrapper .col-md-4 {
  width: 33.33333333%;
  margin-bottom: 2em;
}
.kauppa .col-md-4 {
  margin-bottom: 2em;
}

.page-id-14158 .su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 1em;
  background: transparent;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

.pt-cv-content-item {
  padding-bottom: 0;
}

.pt-cv-view .product.woocommerce .button {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute !important;
  bottom: 0;
}

.woocommerce-cart .product-price,
.woocommerce-cart .product-name a {
  color: black;
}
.woocommerce-cart a {
  /* color: #007bff; */
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
  width: 65%;
}

/* BUTTONS */
/* CART */
.woocommerce-cart .woocommerce table.shop_table {
  /* border: 1px solid rgba(0,0,0,.1); */
  border: 0 !important;
}
.woocommerce-cart #primary {
  margin-top: 1rem !important;
}
.woocommerce-cart .woocommerce table.shop_table td {
  /* border-top: 1px solid rgba(0,0,0,.1); */
  border-top: 0 !important;
}
.woocommerce-cart #add_payment_method table.cart td,
.woocommerce-cart #add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
  vertical-align: unset !important;
}
.woocommerce-cart .checkout-button {
  background: #6b78b3 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid #6a6868;
}

#place_order {
  background: #6b78b3 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-checkout .col-1 {
  width: 100% !important;
  max-width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set .col-2,
.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 100%;
}
.woocommerce-checkout .col-2 {
  max-width: 100%;
}
.woocommerce-checkout #order_comments_field > span:nth-child(2) {
  width: 100%;
}
.woocommerce-checkout #ship-to-different-address > label:nth-child(1) > span:nth-child(2) {
  font-size: 1.4rem;
}

.woocommerce-page .heading-shade {
  display: none !important;
}
.woocommerce-page #primary {
  margin-top: 5rem;
}

.kauppa .pt-cv-title {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .cvp-live-filter {
    margin-bottom: 50px;
  }

  .kauppa .add_to_cart_button {
    position: unset !important;
    bottom: 15px;
    width: 100% !important;
  }

  .kauppa .pt-cv-ifield {
    height: auto;
    background: #e7e2d4;
  }

  .page-id-14158 .su-row {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
  }

  .kauppa .pt-cv-title {
    margin-bottom: 2rem !important;
  }

  .single-product #sidebar {
    width: 100%;
    position: unset;
    top: 0;
    display: none;
  }
  .single-product .images {
    width: 100% !important;
  }
  .single-product .col-3 {
    max-width: 100%;
  }
  .single-product .summary {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.pt-cv-view .product.woocommerce .button {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute !important;
  bottom: 0;
  width: 100%;
  left: 0;
  color: white;
  background: #4c4c4c;
}

.woocommerce-page h1.col-12 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 300;
}

.logomain {
  max-width: 258px !important;
  margin-bottom: 4px !important;
}

#site-tools .search-toggle .search-icon, #site-tools .widget_polylang img {
  transform: scale(1.3) !important;
}

.header-wrap a {
  margin-left: 1em !important;
  margin-right: -1.5em !important;
}

#navbar-wrap > div:nth-child(1) > div:nth-child(1) {
  display: flex;
}

.navbar {
  width: 65%;
}

#mobimenu .dropdown-menu {
  background: none;
}

#navbar-wrap .container .row {
  background: none;
}
#navbar-wrap .dropdown-item,
#navbar-wrap .nav-link {
  color: black;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
#navbar-wrap .dropdown-item,
#navbar-wrap .nav-link {
  color: black;
  font-family: noto-serif, serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px !important;
}
#navbar-wrap .container .row {
  margin-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #fbfaf5 !important;
  border-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

#mega-menu-wrap-primary {
  background: transparent !important;
}

#front_content_wrap {
  box-shadow: none;
}

.navbar {
  padding: 0.5rem 2rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
  /* Hide divider on last menu item */
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

#mega-menu-wrap-primary {
  background: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
  padding-right: 10px;
}

div.mega-menu-wrap:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1) {
  line-height: 1.4;
}

.menu-ylavalikko-container {
  max-height: 550px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

#mobimenu li {
  font-family: gill-sans-nova, sans-serif;
  text-transform: none;
  font-weight: 400;
  min-width: 300px;
}

#mobimenu-widgets {
  width: 100%;
}

#mobimenu {
  opacity: 0.99;
  z-index: 3;
  padding: 60px 0 120px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 400px rgba(0, 0, 0, 0.8);
  animation: fadein 1s;
  transition-delay: 1s;
  z-index: 1000000000;
  height: 100%;
}
#mobimenu .menu-item-has-children {
  font-weight: 700;
  margin-top: 1rem;
}
#mobimenu .container {
  background: #f5eede;
  padding: 3rem;
  border: 1px solid white;
  margin-top: -5px;
}
#mobimenu .sub-menu li {
  line-height: 0.2;
}
#mobimenu .sub-menu {
  margin-bottom: 1rem;
}
#mobimenu .mobimenu-close {
  width: 30px;
  height: 30px;
  position: relative;
  left: 555px;
  top: -90px;
  background: #fbfaf5;
  text-align: center;
  max-height: 20px;
}
#mobimenu a, #mobimenu li {
  font-weight: 300;
}
#mobimenu .logowrap {
  display: none;
}
#mobimenu .mega-menu-wrap {
  display: none !important;
}

@media only screen and (min-width: 1097px) {
  .search-toggle,
.user-sign-in a {
    display: inline-block;
    padding: 0.5rem 20px 1rem 20px;
    white-space: nowrap;
    text-decoration: none;
  }

  .search-icon:before {
    font-size: 1.6rem;
  }

  .search-toggle {
    position: absolute !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 1097px) {
  #menu-item-11200 {
    padding-bottom: 12rem;
  }
}
#front_content_2_header {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: row;
}

#front_content_2_header .widget {
  margin: 10px;
}

@media (max-width: 640px) {
  #front_content_2_header {
    flex-wrap: wrap;
    justify-content: center;
  }
}
a.ylakat2 {
  background-color: #cc0a0a;
  padding: 0.2rem 0.5rem;
  margin-right: 0.2rem;
  color: white;
  max-width: auto !important;
  float: left;
}

a.ylakat2:hover {
  text-decoration: none;
}

.arkisto {
  border-bottom: 2px solid #303030;
}

.author-wrap .row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.author-wrap .author-details {
  padding: 0 1rem;
  font-size: 1rem;
}

.widget_tag_cloud .tagcloud {
  transform: scale(0.9);
}

.post-has-image .heading .container .row {
  position: relative;
}

.post-has-image .heading .heading-featured-image {
  position: relative;
  top: 0;
}

.post-has-image .heading-shade .container {
  max-width: 1000px;
}

.post-has-image .heading-shade {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.post-has-image #content .container {
  max-width: 800px;
}

.post-has-image #page {
  position: relative;
}

.post-has-image #header-wrap {
  position: absolute;
  top: 0;
  z-index: 100;
}

.post-has-image #top-layer {
  position: absolute;
  top: 0;
  z-index: 200;
  display: none;
}

#below_article_meta {
  display: inline-block;
  float: left;
  width: 16vw;
  margin-left: -16vw;
}

#below_article_meta .post-cats,
#below_article_meta .author,
#below_article_meta .issue,
#below_article_meta .issue-descriptiom,
#below_article_meta label {
  display: block;
}

#below_article_meta label {
  margin-bottom: 0;
}

#below_article_meta .share-icons {
  text-align: center;
  display: flex;
}

#below_article_meta .share-icons a {
  padding: 4px;
}

@media (min-width: 1097px) {
  .lowres #primary {
    margin-top: 4rem;
  }
  .lowres .mobileimagemain {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    top: -26rem;
    padding-top: 3rem;
  }
}
/* uusia sekalaisia muutoksia: */
#topmenu-wrap {
  display: none;
}

.uutisnosto .squareblocks-featured-image {
  background-position: center center;
  background-size: cover;
}

.uutisnosto .squareblocks-featured-image > a {
  display: inline-block;
  height: 600px;
  width: 100%;
}

.uutisnosto .lowres .squareblocks-featured-image {
  display: inline;
  height: auto;
  width: auto;
}

.uutisnosto .lowres .squareblocks-featured-image img {
  display: inline-block;
}

.uutisnosto .squareblocks-item-wrap-inner {
  position: relative;
}

.uutisnosto .squareblocks-content-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: inline-block;
}

.uutisnosto .lowres .squareblocks-content-wrap {
  position: static;
  display: block;
}

.uutisnosto .squareblocks-content-wrap .squareblocks-meta {
  text-transform: uppercase;
}

.uutisnosto .squareblocks-content-wrap .squareblocks-meta .posted-by {
  display: none;
}

.uutisnosto .squareblocks-content-wrap .squareblocks-meta a {
  display: block;
  pointer-events: none;
  cursor: default;
}

.uutisnosto .squareblocks-content-wrap .squareblocks-meta a.post-edit-link,
.squareblocks-meta span.time {
  display: none;
}

.squareblocks-featured-image .eyebrow {
  display: none;
}

.sqb_footer_link {
  text-align: center;
  margin: 30px auto;
  display: block;
  padding: 15px;
  background: black;
  width: 100%;
  color: white;
  font-size: 2em;
  width: 400px;
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
}

#below_article_meta .share-icons {
  display: block !important;
  margin: 0 auto !important;
}

body.issue .heading .container .row {
  display: flex;
}

#below_article_meta .share-icons a {
  display: block;
  float: left;
}

.container {
  background: none;
}

.mainoscontainer {
  float: left !important;
  width: 100%;
}

#wpdevar_comment_1 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 10%;
}

.sqstream .with-image .content-wrapper {
  border-top: 0;
}

.icon-dark {
  max-width: 65px !important;
  width: 65px;
  float: left;
  display: block;
  padding: 9px;
}

a {
  color: black;
}

.event-template-default > #rtm_articlemeta_widget-3 {
  display: none !important;
}

h1, h2, h3, h4, h5 {
  color: black;
}

#navbar-wrap .dropdown-menu {
  background: white !important;
  color: black;
}

.lowres > #page .heading div {
  background: none !important;
}

.lowres > #page .heading .heading-shade {
  position: initial;
  bottom: initial;
  top: initial;
}

.lowres > #page .heading .heading-featured-image {
  height: auto;
}

.lowres > #page .heading .container {
  padding-top: 100px;
}

.lowres > #page .heading {
  height: auto !important;
  margin-bottom: -45px;
}

.lowres-featured-image {
  margin-bottom: 40px;
}

.eo-event-board-more {
  margin-bottom: 50px !important;
}

.menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fcf7f4;
  z-index: 10000;
}

body.login #content .container .row {
  background-color: #ffffff00;
}

.sqb_button_0 {
  font-family: "abril-fatface", serif;
  padding: 0 25px;
  text-transform: uppercase;
  color: black !important;
  font-size: 3em;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.current {
  border-bottom: 4px solid black !important;
  text-transform: italic;
}

@keyframes loading {
  0% {
    color: black;
    border-bottom: 3px solid black;
  }
  100% {
    color: #ababab;
    border-bottom: 4px solid black;
  }
}
.loading {
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
}

/*
.tile-inner {
	-webkit-transition: background 2s; 
  transition: background 2s;
	background: white;
}
.tile-inner:hover {
	background: #dafbff;
}
*/
#sqb_buttons_wrap_0 {
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.excerpt a {
  font-family: abril-text;
  font-size: 20px;
  padding: 10px;
}

.has-avatar > .tile-inner .image-wrapper img {
  max-height: 260px;
  margin-bottom: 24px;
  margin-top: 20px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.has-avatar .image-wrapper {
  background: none !important;
}

.paywall-denied {
  padding: 20px 0;
  color: #000000;
  font-size: 1.2em;
  display: block;
  font-family: abril-text;
  font-size: 28px;
}

.swipe_gallery {
  line-height: initial;
  display: block;
}

.entry-content .swipe_gallery img {
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
}

.su-note-inner ul {
  list-style: disc !important;
}

.su-note-inner h2, .su-note-inner h3, .su-note-inner h4 {
  color: inherit !important;
}

.heading-post-without-image .container {
  background: none !important;
}

.anfangi-all-caps {
  font-size: 1.125rem !important;
  /*text-transform:uppercase; */
  font-weight: 600;
}

.tekijat-yla {
  font-weight: 600;
  text-transform: uppercase;
}

.posts-navigation .nav-links a {
  background-color: #cc0a0a00 !important;
  border-radius: 3rem;
  color: black !important;
  padding: 0.1rem 1rem;
  transition-duration: 0.2s;
  border: 0px solid #cc0a0a !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  font-size: 1.5em;
}

p a {
  color: black;
  text-decoration: underline;
}

a .crp_title {
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2em;
  font-family: "abril-fatface", serif;
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.crp_title:first-letter {
  text-transform: uppercase;
}

.crp_related h3 {
  font-family: "Abril Fatface", cursive;
  font-style: italic;
  color: black;
  font-size: 2.5em;
  margin-top: 20px;
}

.crp_related {
  margin-top: 100px;
  padding: 20px;
  font-family: abril-text;
  color: black;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.author-wrap {
  display: none;
}

.entry-content h1 {
  font-family: "abril-fatface", serif;
  color: black;
}

#footer_content_wrap {
  background-color: #ffffff00;
}

/*events*/
.eo-event-board-items .eo-eb-event-box {
  background: white !important;
}

/* mainos */
.wppaszone {
  width: 50%;
  float: left;
  max-height: 480px;
}

.artikkeli-template-default .pasinfotxt {
  color: silver;
  border-top: 1px dashed #333;
  padding-top: 5px;
}

.artikkeli-template-default .pz_cont {
  border-bottom: 1px dashed #333;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 25px;
  width: 112%;
  position: relative;
  left: -7%;
}

.artikkeli-template-default .pz_cont:before {
  content: "Mainos";
  margin-left: 50%;
}

/* main */
#footer-widgets {
  background-color: #000000;
}

.header-wrap a {
  color: black !important;
}

.paszone-56444 {
  width: 100% !important;
}

.main {
  padding-right: 0;
}

.container {
  /*  max-width: 1647px; */
  max-width: 98%;
}

p {
  font-family: abril-text;
  color: black;
}

.home-header-wrap {
  min-height: 0;
}

.artikkeli-template-default .menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4314;
  width: 100%;
  background: #fcf7f459 !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.artikkeli-template-default #navbar-wrap .container .row {
  border-bottom: 0;
  margin-bottom: 0px;
}

#mobimenu .dropdown-menu, #navbar-wrap .container .row {
  background: none;
}

#navbar-wrap .dropdown-item, #navbar-wrap .nav-link {
  color: black;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

#navbar-wrap .container .row {
  /* border-bottom:2px solid black; */
  margin-bottom: 10px;
}

#front_content_wrap {
  box-shadow: none;
}

/*post*/
.heading-post-without-image > .heading-shade {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.anfangi-all-caps:first-of-type {
  /*		font-size:5em !important;
  		line-height:1;
      float: left;
      margin-top: -0.055em;
      margin-right: 0.10em;
      margin-bottom: -0.15em;*/
}

.crp_thumb {
  width: 100%;
}

.crp_related li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: white;
  padding: 20px;
}

.crp_related ul {
  margin-left: -40px !important;
}

.post-has-image .heading-shade .container {
  /*-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.03); */
}

.lowres > .heading-shade .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#sidebar, body .heading, body #content {
  /* top: -62px; */
}

.heading-post-with-image div {
  /* transform: translateZ(-1px) scale(1.1); */
}

.post-has-image .heading-shade {
  bottom: 1%;
}

.su-box {
  border-width: 0 !important;
}

.su-box-title {
  font-family: "Abril Fatface", cursive;
  font-size: 1.75rem !important;
  text-align: center;
}

.entry-content figcaption {
  margin-top: 2%;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px !important;
}

.heading .container {
  padding-bottom: 0;
}

.ingressi:empty {
  display: none;
}

.ingressi {
  padding-bottom: 20px;
}

.authoravatar img {
  margin-bottom: 20px;
  max-width: 130px !important;
  padding-bottom: 10px;
}

.post-cats {
  text-transform: uppercase;
  font-size: 0.8em;
}

#rtm_articlemeta_widget-3 {
  color: black !important;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  text-align: center;
}

.su-note-inner {
  width: 112%;
  position: relative;
  left: -7%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#below_article_meta {
  font-family: abril-text;
  padding: 20px;
  max-width: 187px;
  font-size: 1.2em;
  margin-top: 0;
  position: absolute;
  margin-left: -11vw;
}

#below_article_meta a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
}

#content .container {
  margin-top: 40px;
}

.kuvakehys {
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logomain {
  margin-top: 10px;
  width: 140px;
  height: 44px;
}

.site-content .container {
  background-color: #ffffff00;
}

blockquote:before {
  display: none;
}

.entry-content figure, .entry-content .aligncenter {
  /*	width: 112%;
  	max-width: 112%;
  	position: relative;
  	left: -7%; */
  margin-top: 5%;
}

.entry-content .aligncenter, .entry-content .alignnone {
  margin: 0 auto !important;
}

.entry-content .aligncenter {
  margin: 0 auto !important;
  display: block;
}

.lowres-featured-image img {
  margin: 0 auto;
  display: block;
}

.lowres-featured-image {
  background: white;
}

.entry-content .ingressi {
  display: none;
}

.tekijat-yla {
  display: none;
}

article p {
  padding: 0 50px !important;
}

.entry-content figcaption {
  margin-bottom: 5%;
  text-align: center;
}

blockquote {
  border: 0;
  font-family: abril-text, serif;
  font-weight: 800;
  font-style: italic;
  font-size: 60px;
  position: relative;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  text-align: center;
  color: black;
}

body.single #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.heading-post-without-image .heading-featured-image {
  display: none;
}

.col-9 {
  max-width: 80%;
}

.heading .container {
  background: white;
}

.heading-featured-image {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading h1 {
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  font-size: 4rem;
}

.heading-container .ingressi {
  font-family: abril-text;
  font-size: 22px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
}

.ingressi {
  font-family: abril-text;
  font-size: 26px;
  width: 90%;
  color: #000000;
}

.heading .container .row {
  display: none;
}

/* uutisnosto */
#uutisnosto2 .squareblocks-title {
  font-size: 60px;
}

#uutisnosto2 .squareblocks-excerpt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#uutisnosto2 .squareblocks-item-wrap {
  width: 100%;
  margin: 0;
}

#uutisnosto2 .squareblocks-content-wrap {
  transform: translate(50%, 0%);
  width: 75%;
}

.uutisnosto .squareblocks-item-wrap-inner {
  /*display:inline !important;*/
}

.uutisnosto .squareblocks-item {
  width: 100%;
  display: block;
}

.uutisnosto .squareblocks-item-wrap {
  width: 50%;
  margin: 0.5%;
  display: flex !important;
  flex-direction: column;
}

.uutisnosto .squareblocks-item-wrap :nth-child(1) {
  /*margin-right:1%; */
}

.uutisnosto .squareblocks-content-wrap {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  /*position:relative; */
  background: rgba(255, 255, 255, 0.96);
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  color: black !important;
  /*margin-bottom:-200px; */
}

.uutisnosto .squareblocks-item-wrap {
  display: block;
  /*max-height: 970px; */
  overflow: hidden;
}

.squareblocks-outer {
  padding: 20px 0px !important;
}

.uutisnosto .squareblocks-item-wrap-inner {
  display: block;
}

.squareblocks-wrap a:active, .squareblocks-wrap a:visited, .squareblocks-wrap a:hover, .squareblocks-wrap a {
  color: black;
}

.uutisnosto .squareblocks-title {
  font-size: 50px;
}

.squareblocks-title {
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
}

.uutisnosto p {
  font-family: abril-text;
  font-size: 20px;
}

.uutisnosto .squareblocks-wrap {
  display: flex;
  flex-direction: row;
}

.sqstream .main-content h3 {
  font-size: 2.2em !important;
}

/* etusivu */
#front_content_wrap .container {
  background-color: #ffffff00;
}

.alempistream .sqstream .article-meta {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

.alempistream .sqstream .eyebrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 200px;
  border-radius: 0;
  font-size: 1em;
  background: black;
  margin-top: -40px;
  /* position: absolute; */
  /* top: -3px; */
  /* left: 42%; */
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  /* transform: translate(56%, 0%); */
}

.paywall_type_label {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  color: black;
}

.alempistream .imageless .eyebrow {
  margin-top: 10px !important;
}

.alempistream .sqstream .main-content h3 {
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

.alempistream p {
  font-family: abril-text;
  font-size: 20px;
  padding: 10px;
}

.alempistream .sqstream .with-image .content-wrapper {
  padding: 35px;
}

.alempistream .sqstream .article-meta span {
  display: block;
  text-transform: uppercase;
  color: black;
}

.alempistream .sqstream .article-meta .time {
  display: none;
}

.sqstream .article-meta span.time, .sqstream .article-meta span.date {
  font-size: 1em;
}

.su-note {
  border-width: 0 !important;
}

.etusivuots {
  text-align: center;
  text-transform: uppercase;
  font-size: 6em;
  color: black;
  font-family: "abril-fatface", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 5px;
  margin-left: 30px;
  margin-right: 30px;
  flex-shrink: 0;
}

.otsbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.otsviiva {
  width: 100%;
  position: relative;
  bottom: 30px;
  border-bottom: 6px solid #252525;
}

.squareblocks-outer {
  padding: 20px 50px;
}

/*laptops*/
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .su-note-inner {
    width: 100%;
    position: initial;
    left: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }

  .lowres-featured-image img {
    max-width: 800px;
  }

  .lowres-featured-image {
    background: none;
  }

  #below_article_meta {
    margin-top: 0;
  }

  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800;
    font-style: italic;
    font-size: 60px;
    width: 100%;
    position: relative;
    left: initial;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
    text-align: center;
    color: black;
  }

  article p {
    padding: 0 140px !important;
  }

  #uutisnosto2 .squareblocks-featured-image > a {
    height: 100vh;
  }

  #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  article p {
    padding: 0 140px !important;
  }

  #uutisnosto2 .squareblocks-featured-image > a {
    height: 100vh;
  }

  #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
}
/*mobile*/
@media only screen and (max-width: 1200px) {
  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800;
    font-style: italic;
    font-size: 60px;
    width: 100%;
    position: relative;
    left: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1em;
    text-align: center;
    color: black;
  }

  .otsviiva {
    bottom: 10px;
  }

  .mobisearch button {
    color: white;
  }

  #below_article_meta {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    position: initial;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
}
@media only screen and (max-width: 1024px) {
  html, body {
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .heading .container {
    background: #ffffff !important;
  }

  #rtm_articlemeta_widget-3 {
    font-size: 23px;
  }

  article p {
    padding: 0 15px !important;
  }

  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800;
    font-style: italic;
    font-size: 34px;
    width: 100%;
    position: relative;
    left: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
    text-align: center;
    color: black;
  }

  .sqb_button_0 {
    float: none;
    display: block;
  }

  .heading h1 {
    font-size: 2.2rem;
  }

  .ingressi {
    font-size: 20px;
  }

  .heading .container {
    background: #ffffffed;
  }

  .entry-content figure {
    max-width: 108%;
    position: relative;
    left: -4%;
    margin-top: 5%;
  }

  .artikkeli-template-default .menu-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4314;
    width: 100%;
    background: #fcf7f459;
  }

  .heading-featured-image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    background-attachment: initial;
  }

  .uutisnosto p, .sqstream .excerpt p {
    font-size: 16px;
  }

  .etusivuots {
    font-size: 1.4em;
  }

  .uutisnosto .squareblocks-wrap {
    flex-direction: column;
  }

  .uutisnosto .squareblocks-item-wrap {
    width: 100%;
  }

  .uutisnosto .squareblocks-title, #uutinosto2 .squareblocks-title {
    font-size: 35px !important;
  }

  .mainfeat .container {
    padding-right: 0;
    padding-left: 0;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    transform: translate(0%, 0%);
    width: 100%;
  }

  #uutisnosto2 {
    overflow: hidden;
  }

  a .crp_title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .size-full {
    max-width: 100%;
    height: auto;
  }

  .lowres > #page .heading {
    margin-bottom: 0px;
  }

  #below_article_meta {
    background: none !important;
  }

  .sqstream .main-content h3 {
    font-size: 1.6em !important;
  }

  .sqb_button_0 {
    font-size: 1.5em;
  }

  #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }

  #uutisnosto2 {
    height: 100vh;
  }

  #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }

  .uutisnosto .squareblocks-item {
    height: 100vh;
  }

  #content .container {
    margin-top: 0;
  }

  a .crp_title {
    font-size: 1.3em;
  }

  .heading-container .ingressi {
    font-size: 20px;
  }

  #mobimenu {
    opacity: 0.99;
    z-index: 3;
    padding: 60px 0 120px 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000000;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 400px rgba(0, 0, 0, 0.8);
    animation: fadein 0;
    transition-delay: 0;
  }

  #mobi-nav ul {
    border-left: 0;
  }

  #mobimenu .dropdown-menu {
    position: inherit !important;
    transform: translate3d(0px, -6px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
  }

  .crp_related {
    width: 100%;
  }

  .heading-container .ingressi {
    font-size: 17px;
  }

  .heading h1 {
    font-size: 2rem;
  }

  .post-has-image .heading-shade {
    bottom: 0%;
  }

  .heading-featured-image {
    height: 100vh;
  }

  .heading-featured-image {
    background-position: center 0px;
  }

  .post-has-image .heading .heading-featured-image {
    background-size: cover;
  }
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

input {
  border-radius: 0 !important;
}

body {
  background-color: #f5eede !important;
}

.mobimenu-close {
  background: #fbfaf5;
  z-index: 1000000;
}

.mobisearch {
  padding: 30px 0;
  display: none;
}

.mobimenu-close {
  display: none;
  position: relative;
  padding: 0.82rem 6px;
}

.fa-close {
  font-size: 1.8rem !important;
}

span.fa:nth-child(3) {
  font-size: 2rem;
  margin-left: 1rem;
}

#search-box::after {
  content: "";
  height: 200vh;
  width: 200vw;
  overflow: hidden;
  background: #6b78b3;
  backdrop-filter: blur(15px);
  position: fixed;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: seachfadeIn 400ms ease-in-out forwards;
}

#search-box {
  position: fixed;
  top: 50vh !important;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  z-index: 10000000000;
}

.hidesearch {
  background: transparent;
  border: none;
  margin-left: 1rem;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

input:focus-visible {
  outline: none !important;
}

@keyframes seachfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.97;
  }
}
.voima_metabox,
.voima_metabox p {
  background: transparent !important;
}

.crp_related li {
  background: none !important;
}

.post-has-image #content .container {
  margin-top: -450px !important;
}

.alert-warning {
  color: #856404;
  background-color: #f5eede !important;
  border-color: #f5eede !important;
}

.lehtisis .pt-cv-pinmas {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.single-lehti .pt-cv-wrapper img {
  vertical-align: middle;
  border-bottom: 0;
  margin-bottom: 1em !important;
}
.single-lehti #primary {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.single-lehti #below_article_meta {
  margin-top: 0;
  display: none !important;
}
.single-lehti .col-md-6:nth-child(odd) {
  /* padding-right:40px !important; */
}

#uutisnosto2 .squareblocks-content-wrap {
  width: 60%;
  position: absolute;
  right: 50%;
  bottom: -10px;
}

.page-template-page-columns .page .entry-content {
  padding: 0;
}
.page-template-page-columns .page-template-page-columns #primary {
  padding: 0 !important;
}
.page-template-page-columns #primary {
  padding: 0;
}
.page-template-page-columns .su-row .su-column:first-child {
  margin-left: 0;
  padding-left: 0;
}
.page-template-page-columns .su-row {
  clear: both;
  zoom: 1;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 1em;
}

.page-template-fullwidth .container {
  max-width: 1140px !important;
}
.page-template-fullwidth #content {
  margin-top: 3rem;
}

.logomain {
  max-width: 950px;
}

.header-wrap a {
  margin: 0 auto;
}

.page .heading {
  position: initial;
}

.single .site-content .container {
  /* background:white; */
}

.navbar {
  border-top: 1px solid #cacbd2;
  border-bottom: 1px solid #cacbd2;
}

.single .voimakainalo {
  border-top: 2px solid black;
}

.single .heading-featured-image {
  height: 100vh !important;
}

.heading {
  position: sticky;
  top: 0;
}

.page-id-2 .heading {
  padding: 0;
}

.single > #page .heading .heading-shade {
  display: none;
}

.single article {
  background: #fbf9f4;
}

.lowres .heading {
  position: initial;
}

.single article .entry-content {
  max-width: 640px !important;
  margin: 0 auto;
}

#navbar-wrap .dropdown-item,
#navbar-wrap .nav-link {
  color: black;
  font-family: noto-serif, serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.post-has-image .heading-shade .container {
  /* width: 60%; */
}

.page .entry-content {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}

.page .heading-shade {
  margin-top: 20px;
  max-width: 1218px;
  margin: 0 auto;
  background-color: white;
}

.page #content .container {
  margin-top: 0;
}

.single .heading-shade .container {
  position: absolute;
  bottom: 0;
}

.lowres .heading-shade .container {
  position: initial;
}

.admin-bar .menu-wrapper {
  top: 0 !important;
}

.heading .container .row {
  display: block !important;
}

.heading .photos-by,
.heading a.author,
.heading time {
  display: none;
}

/*custom tyylit*/
.htransparentw > .container {
  background: transparent !important;
}

.main-content a:hover {
  text-decoration: none !important;
  color: black;
}

.single > #page .heading .heading-shade {
  position: initial;
  bottom: initial;
  top: initial;
  background: white !important;
  max-width: 1000px;
  margin-bottom: -100px;
  margin-top: 30px;
}

.lowres > #page .heading .heading-shade {
  margin-bottom: 0;
}

.lowres > #page .heading .container {
  padding-top: 20px !important;
}

.lowres #below_article_meta {
  margin-top: 0;
}

.single .lowres .post-has-image #content {
  padding-top: 0 !important;
}

.heading-post-cats-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-post-cats-wrap {
  border-top: 0;
  color: white;
}

.post-cats {
  display: none !important;
}

.heading span.heading-post-cats {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 10px;
  /* text-align: center; */
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background: #92AC8B;
  color: white;
  padding: 7px 22px;
}

.htransparentw .single-h1,
.htransparentw .ingressi {
  color: white !important;
  text-shadow: rgba(3, 0, 9, 0.7) 4px 4px 4px;
}

.upbox {
  top: 65px;
}

.hstransparentw .container {
  background: #ffffffc9 !important;
}

.alempistream .sqstream .eyebrow {
  margin-top: -15px;
}

.hmbox > .container {
  background: black !important;
}
.hmbox .single-h1,
.hmbox .ingressi {
  color: white !important;
}

.artikkeli-template-default .menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4314;
  width: 100%;
  background: #fcf7f4 !important;
  padding-bottom: 10px;
}

/**/
.htransparentb > .container {
  background: transparent !important;
}
.htransparentb .single-h1,
.htransparentb .ingressi {
  color: black !important;
}

.page article p {
  padding: 0 !important;
  font-family: noto-serif, serif;
  font-weight: 400;
  /* margin: 0 3em 1em 3em; */
}

h2,
h3 {
  padding: 0 !important;
  /* margin: 0 1.7em 1em 1.7em; */
  font-family: noto-serif, serif !important;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.2em !important;
}

.single article p {
  /* margin: 0 3em 1em 3em; */
  padding: 0 !important;
  font-family: noto-serif, serif;
  font-weight: 400;
}

.mobileimagemain {
  display: none;
}

.squareblocks-meta,
.alempistream .sqstream .article-meta {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.author-label,
.photos-by-label,
.issue-label {
  margin-left: 0.7em;
  margin-right: 0.3em;
  color: #787878;
}

.post-has-no-image .heading .container {
  margin-top: 40px;
}

.bottom_pas {
  margin-bottom: 40px;
}

.excerpt,
.sqstream .excerpt p,
squareblocks-excerpt {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.home #page {
  margin-top: 40px;
}

.ylakuvateksti2 {
  font-size: 15px;
  color: #505050;
  position: relative;
  top: -50px;
}

.ylakuvateksti {
  color: #505050;
}

.single-blogikirjoitus #page {
  margin-top: 40px;
}

.post-has-image #top-layer {
  position: initial;
}

.cn-button.wp-default {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: none;
  border-color: #BBB;
  color: #333;
  text-shadow: none;
  color: white;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
}

.issue-title {
  margin-top: 50px !important;
  text-align: center;
  width: 100%;
}

.cover-image {
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 14px -16px rgba(0, 0, 0, 0.75);
}

.issue-selector-wrap {
  margin-bottom: 20px;
}

blockquote p {
  padding: 0 !important;
}

.tax-blogikanava .eyebrow {
  display: none !important;
}

.single-podcast .lowres-featured-image img,
.single-blogikirjoitus .lowres-featured-image img {
  transform: none !important;
}

#uutisnosto2 .date {
  display: inherit;
}

.aligncenter {
  margin: 0 auto !important;
}

.su-note-inner p {
  color: inherit !important;
}

.form-control {
  border: 1px solid #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.search-results .container {
  background: none !important;
}

.table td,
.table th {
  border: none !important;
}

#uutisnosto2 .squareblocks-featured-image {
  /*	transform: translateZ(0px) scale(1.1); */
  background-attachment: scroll;
}

.heading-featured-image {
  /* transform: translateZ(0px) scale(1.05); */
}

.post-has-image #content {
  padding-top: 30px;
}

.lowres #content {
  padding-top: 0;
}

.scrolled {
  background-color: #fcf7f4 !important;
  -webkit-transition: background 1s;
  transition: background 1s;
}

.channel-title {
  font-size: 3rem !important;
  font-weight: 100;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.tax-blogikanava .has-avatar > .tile-inner .image-wrapper img {
  display: none;
}

.channel-description {
  padding: 1em !important;
  margin: 0 auto;
  color: black;
  font-family: abril-text;
  font-size: 1.4em;
}

.term-image-wrap {
  margin-bottom: 100px;
}
.term-image-wrap img {
  margin: 0 auto !important;
  display: block !important;
}

.archive-description {
  width: 50%;
  margin: 0 auto 55px;
  display: block;
  background: white;
  padding: 20px;
  font-family: abril-text;
  font-size: 20px;
}

.channel-image-wrap {
  padding: 14px !important;
}

.channel-wrap {
  background: white;
  margin-right: 3% !important;
  margin-bottom: 3% !important;
}
.channel-wrap .image-wrapper img {
  /* display:none !important; */
}

.taglist {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: 200;
  padding: 10px 0;
}
.taglist a {
  color: black;
  font-family: futura-pt, sans-serif;
  font-weight: 100;
  font-size: 1rem;
}

ul#menu-alavalikko.menu.nav.flex-column {
  flex-direction: row !important;
  display: flex;
  padding-right: 10px;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  font-weight: 200;
}
ul#menu-alavalikko.menu.nav.flex-column li {
  padding-right: 10px;
  text-transform: uppercase;
}

#nav_menu-5 {
  float: left;
  padding-top: 3px;
}

.comments-area {
  display: none;
}

#footer-widgets .container {
  width: fit-content;
}

.page .heading .container {
  background: #fcf7f400 !important;
}

#logowrap {
  margin-top: -10px;
  margin-left: -40px;
}

a.logomask #site-logo {
  filter: none;
  opacity: 1;
  z-index: 9;
}

.user-sign-in {
  display: none;
}

.issue-description {
  width: 100%;
  display: block;
}

.sqb_footer_link {
  text-align: center;
  margin: 30px auto;
  display: block;
  padding-top: 15px;
  padding-left: 10%;
  padding-right: 10%;
  background: black;
  width: 100%;
  color: white;
  font-size: 2em;
  width: max-content;
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
  -webkit-transition: font-size 1s;
  transition: font-size 1s;
  font-style: italic;
}
.sqb_footer_link:hover {
  color: white;
  text-decoration: none;
  font-size: 2.5em;
}

#below_article_meta .share-icons {
  display: block !important;
  margin: 0 auto !important;
  padding-top: 20px;
  max-width: 260px;
}

body.issue .heading .container .row {
  display: flex;
}

#below_article_meta .share-icons a {
  display: block;
  float: left;
}

.container {
  background: none;
}

.mainoscontainer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.mainosin {
  height: 600px;
  background: black;
  width: 33%;
  margin: auto;
}

input {
  min-width: 20px;
}
input[type=submit] {
  border-radius: 0;
  box-shadow: none;
}

#wpdevar_comment_1 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  padding-top: 10%;
}

.sqstream .with-image .content-wrapper {
  border-top: 0;
}

.icon-dark {
  max-width: 65px !important;
  width: 65px;
  float: left;
  display: block;
  padding: 9px;
}

a {
  color: black;
}

.event-template-default > #rtm_articlemeta_widget-3 {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
#navbar-wrap .dropdown-menu {
  color: black;
}

.lowres > #page .heading {
  height: auto !important;
  margin-bottom: -45px;
}
.lowres > #page .heading #page .heading .container {
  background: white !important;
}
.lowres > #page .heading .heading-shade {
  position: initial;
  bottom: initial;
  top: initial;
}
.lowres > #page .heading .heading-featured-image {
  height: auto;
}
.lowres > #page .heading .container {
  /* padding-top: 100px; */
}

.lowres-featured-image {
  margin-bottom: 40px;
}

.eo-event-board-more {
  margin-bottom: 50px !important;
}

#navbar-wrap {
  /*position: fixed;
    width: 100%;
    top: 0; */
  background-color: #fbfaf5;
  z-index: 10000;
  transition: top 0.3s;
}

body.login #content .container .row {
  background-color: #ffffff00;
}

.sqb_button_0 {
  font-family: "abril-fatface", serif;
  padding: 0 25px;
  text-transform: uppercase;
  color: black !important;
  font-size: 3em;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: font-size 0.4s;
  cursor: pointer;
}
.sqb_button_0:hover {
  font-size: 4em;
}

.tile-inner {
  transition: box-shadow 1s;
  color: white !important;
}
.tile-inner:hover {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.37);
}

.current {
  border-bottom: 4px solid black !important;
  font-style: italic;
}

@keyframes loading {
  0% {
    color: black;
    border-bottom: 3px solid black;
  }
  100% {
    color: #ababab;
    border-bottom: 4px solid black;
  }
}
.loading {
  -webkit-animation: loading 0.2s infinite;
  animation: loading 0.2s infinite;
}

#sqb_buttons_wrap_0 {
  margin-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}

.excerpt a {
  font-family: abril-text;
  font-size: 20px;
  padding: 10px;
}

.has-avatar > .tile-inner .image-wrapper img {
  max-height: 260px;
  margin-bottom: 24px;
  margin-top: 20px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.has-avatar .image-wrapper {
  background: none !important;
}

.page-template-page-blogit-php .has-avatar > .tile-inner .image-wrapper img {
  display: none;
}

.paywall-denied {
  padding: 20px 0;
  color: #000000;
  font-size: 1.2em;
  display: block;
  font-family: abril-text;
  font-size: 28px;
}

.swipe_gallery {
  line-height: initial;
  display: block;
}

.entry-content .swipe_gallery img {
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
}

.su-note-inner ul {
  list-style: disc !important;
}
.su-note-inner h2,
.su-note-inner h3,
.su-note-inner h4 {
  color: inherit !important;
}

.anfangi-all-caps {
  font-size: 1.125rem !important;
  /*text-transform:uppercase; */
  font-weight: 600;
}

.tekijat-yla {
  font-weight: 600;
  text-transform: uppercase;
}

.posts-navigation .nav-links a {
  background-color: #cc0a0a00 !important;
  border-radius: 3rem;
  color: black !important;
  padding: 0.1rem 1rem;
  transition-duration: 0.2s;
  border: 0px solid #cc0a0a !important;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  font-size: 1.5em;
}

p a {
  color: black;
  text-decoration: underline;
}

a .crp_title {
  color: black;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 2em;
  font-family: "abril-fatface", serif;
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.crp_title:first-letter {
  text-transform: uppercase;
}

.crp_related {
  margin-top: 100px;
  padding: 0;
  font-family: abril-text;
  color: black;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.crp_related h3 {
  font-family: "Abril Fatface", cursive;
  font-style: italic;
  color: black;
  font-size: 2.5em;
  margin-top: 20px;
  padding: 0 !important;
}

.entry-content h2 {
  font-weight: 500;
  font-size: 1.7rem;
  hyphens: none;
}

.author-wrap {
  display: none;
}

.entry-content h1 {
  font-family: "abril-fatface", serif;
  color: black;
}

#footer_content_wrap {
  background-color: #ffffff00;
}

header.page-header h1 {
  /* font-family: Roboto, sans-serif; */
  font-weight: 100;
  text-align: center;
  color: black;
  font-family: noto-serif, serif !important;
  margin-bottom: 2rem;
}

/* events */
.eo-event-board-items .eo-eb-event-box {
  background: white !important;
}

/* mainos */
.wppaszone {
  width: 100%;
  float: left;
}

.artikkeli-template-default .pasinfotxt {
  color: silver;
  border-top: 0;
  padding-top: 5px;
}

.paszone-57444 {
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  left: 0;
  margin-top: 20px;
  padding-top: 5px;
}

.artikkeli-template-default .pz_cont:before {
  content: "";
  margin-left: 50%;
}

/* main */
#footer-widgets {
  background-color: #000000;
}

.header-wrap a {
  color: black !important;
}

.paszone-56444 {
  width: 100% !important;
}

.main {
  padding-right: 0;
}

.home #page {
  /*
    max-width:1980px;
    margin-left:auto;
    margin-right:auto;
    */
}

.container {
  /*  max-width: 1647px; */
  max-width: 98%;
}

html,
body {
  height: 100vh !important;
}

p {
  font-family: abril-text;
  color: black;
}

.home-header-wrap {
  min-height: 0;
}

.artikkeli-template-default .menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4314;
  width: 100%;
  filter: none;
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
}

#mobimenu .dropdown-menu {
  background: none;
}

#front_content_wrap {
  box-shadow: none;
}

#page {
  background-size: 200px;
  background-color: #f5eede;
}

/*post*/
figure {
  background: white;
}

figcaption {
  padding: 20px;
  font-family: gill-sans-nova;
}

#below_article_meta .author,
#below_article_meta .photos-by {
  text-transform: uppercase;
}

.single .entry-content h1 {
  padding: 0 50px;
}

.heading-post-without-image > .heading-shade {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.anfangi-all-caps:first-of-type {
  /*		font-size:5em !important;
            line-height:1;
        float: left;
        margin-top: -0.055em;
        margin-right: 0.10em;
        margin-bottom: -0.15em;*/
}

.crp_thumb {
  width: 100%;
}

.crp_related li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: white;
  padding: 20px;
}
.crp_related ul {
  margin-left: -40px !important;
}

.lowres > .heading-shade .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.heading-post-with-image div {
  /* transform: translateZ(-1px) scale(1.05); */
  background-attachment: scroll;
}

.post-has-image .heading-shade {
  bottom: 1%;
}

.su-box {
  border-width: 0 !important;
}

.su-box-title {
  font-family: "Abril Fatface", cursive;
  font-size: 1.75rem !important;
  text-align: center;
}

.entry-content figcaption {
  margin-top: 0;
  font-size: 18px;
  font-weight: 200;
  color: black;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px !important;
}

.heading .container {
  padding-bottom: 0;
}

.ingressi {
  padding-bottom: 20px;
}
.ingressi:empty {
  display: none;
}

.authoravatar img {
  margin-bottom: 20px;
  max-width: 130px !important;
  padding-bottom: 10px;
}

.post-cats {
  text-transform: uppercase;
  font-size: 0.9em;
  oveflow: visible;
}

.author-label,
.photos-by-label,
.issue-label,
.issue-description {
  margin-top: 10px;
}

.author a,
.photos-by a,
.issue a {
  font-weight: 500;
}

#rtm_articlemeta_widget-3 {
  color: black !important;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  text-align: center;
}

.su-note-inner {
  width: 112%;
  position: relative;
  left: -7%;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#below_article_meta {
  font-family: noto-serif, serif;
  font-weight: 400;
  padding: 20px;
  /* max-width: 180px; */
  font-size: 1.2em;
  max-width: initial !important;
  width: 100% !important;
  /* margin-top: 10px; */
  position: initial !important;
  margin-left: 0;
  font-style: normal;
  float: none !important;
  margin-top: -30px;
}
#below_article_meta a {
  color: black;
  font-weight: 200;
  text-decoration: none;
}

#below_article_meta .post-cats,
#below_article_meta .author,
#below_article_meta .issue,
#below_article_meta .issue-descriptiom,
#below_article_meta label {
  display: block;
}

#content .container {
  margin-top: 40px;
}

.kuvakehys {
  height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logomain {
  margin-top: 10px;
  width: 140px;
  height: 44px;
}

.site-content .container {
  background-color: #ffffff00;
}

blockquote:before {
  display: none;
}

.entry-content figure {
  margin-top: 5%;
}
.entry-content .aligncenter {
  margin-top: 5%;
  margin: 35px auto !important;
}
.entry-content h2,
.entry-content h3 {
  padding: 0 50px;
}
.entry-content .alignnone {
  /* margin: inherit !important; */
  display: flow-root;
}
.entry-content figure .alignnone {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.su-note-inner > .wppaszone {
  display: none !important;
}

.lowres-featured-image {
  background: white;
}
.lowres-featured-image img {
  margin: 0 auto;
  display: block;
}

.entry-content .ingressi,
.tekijat-yla {
  display: none;
}

.single > p {
  padding: 0 50px !important;
}

.alempistream2 .pt-cv-meta-fields {
  padding-left: 1rem !important;
}

.anfangi article p:first-child:first-letter {
  color: black;
  float: left;
  font-size: 90px;
  line-height: 60px;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.entry-content figcaption {
  margin-bottom: 5%;
  text-align: center;
}

blockquote p,
blockquote {
  border: 0;
  font-family: noto-serif, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 60px;
  position: relative;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  text-align: center;
  color: #92AC8B;
}

body.single #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  background: #fbfaf5;
  margin-top: 2rem;
}

.heading-post-without-image .heading-featured-image {
  display: none;
}

.col-9 {
  max-width: 80%;
}

.heading .container {
  background: white;
}

.heading-featured-image {
  height: 100vh;
  /* background: url("http://voima.fi/wp-content/uploads/2019/06/reinhard2.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading h1 {
  font-family: noto-serif, serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  text-align: center;
  color: #000000;
  font-size: 2.2rem;
}

.heading-container .ingressi {
  font-family: noto-serif, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  padding-bottom: 20px !important;
  text-align: center;
}

.ingressi {
  font-family: noto-serif, serif;
  font-weight: 600;
  font-style: normal;
  width: 90%;
  color: #000000;
  margin-top: 2rem !important;
  text-align: center;
}

.heading .container .row {
  display: none;
}

/* uutisnosto */
#uutisnosto2 .squareblocks-title {
  font-size: 50px;
}
#uutisnosto2 .squareblocks-excerpt {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#uutisnosto2 .squareblocks-featured-image > a {
  /* height: 70vh; */
}
#uutisnosto2 .squareblocks-item-wrap {
  width: 100%;
  margin: 0;
}
#uutisnosto2 .squareblocks-content-wrap {
  width: 75%;
}

.uutisnosto .squareblocks-item-wrap-inner {
  /*display:inline !important;*/
}
.uutisnosto .squareblocks-item {
  width: 100%;
  display: block;
}
.uutisnosto .squareblocks-item-wrap {
  width: 50%;
  margin: 0.5%;
  display: flex !important;
  flex-direction: column;
}
.uutisnosto .squareblocks-item-wrap :nth-child(1) {
  /*margin-right:1%; */
}
.uutisnosto .squareblocks-content-wrap {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  /*position:relative; */
  background: white;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  color: black !important;
  /*margin-bottom:-200px; */
}

.uutisnosto .squareblocks-item {
  /* height: 70vh; */
}
.uutisnosto .squareblocks-item-wrap {
  display: block;
  /*max-height: 970px; */
  overflow: hidden;
}

.squareblocks-outer {
  padding: 20px 0px !important;
}

.uutisnosto .squareblocks-item-wrap-inner {
  display: block;
}

.squareblocks-wrap a {
  color: black;
}
.squareblocks-wrap a:active, .squareblocks-wrap a:visited, .squareblocks-wrap a:hover {
  color: black;
}

.uutisnosto .squareblocks-title {
  font-size: 50px;
}

.squareblocks-title {
  font-family: abril-text, serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
}

.uutisnosto p {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
}
.uutisnosto .squareblocks-wrap {
  display: flex;
  flex-direction: row;
}

.sqstream .main-content h3 {
  font-size: 2em !important;
}

/* etusivu */
#front_content_wrap .container {
  background-color: #f5eede;
}

.alempistream .sqstream .article-meta {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.alempistream .sqstream .eyebrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 285px;
  width: fit-content;
  border-radius: 0;
  font-size: 1em;
  background: black;
  margin-top: -40px;
  /* position: absolute; */
  /* top: -3px; */
  /* left: 42%; */
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* transform: translate(56%, 0%); */
}

.paywall_type_label {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  color: black;
}

.alempistream .imageless .eyebrow {
  margin-top: 10px !important;
}

#uutisnosto2 .eyebrow,
#uutisnosto .eyebrow {
  transform: translate(0%, 0%);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 230px;
  width: fit-content;
  border-radius: 0;
  font-size: 1em;
  background: black;
  margin-top: -25px;
  position: relative;
  top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-transform: uppercase;
}

.squareblocks-wrap a {
  word-break: break-word;
}

.alempistream .sqstream .main-content h3 {
  font-family: abril-text, serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-top: 15px;
}
.alempistream p {
  font-family: abril-text;
  font-size: 20px;
  padding: 10px;
}
.alempistream .sqstream .with-image .content-wrapper {
  padding: 35px;
}
.alempistream .sqstream .article-meta span {
  display: block;
  text-transform: uppercase;
  color: black;
  font-size: 17px;
}
.alempistream .sqstream .article-meta .time {
  display: none;
}

#colophon {
  height: 150px;
  top: 0 !important;
  padding-bottom: 1rem !important;
}

.sqstream .article-meta span.time, .sqstream .article-meta span.date {
  font-size: 1em;
}

.su-note {
  border-width: 0 !important;
}

.etusivuots {
  text-align: center;
  text-transform: uppercase;
  font-size: 6em;
  color: black;
  font-family: "abril-fatface", serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 5px;
  margin-left: 30px;
  margin-right: 30px;
  flex-shrink: 0;
}

.otsbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.otsviiva {
  width: 100%;
  position: relative;
  bottom: 30px;
  border-bottom: 6px solid #252525;
}

.squareblocks-outer {
  padding: 20px 50px;
}

/*tapahtumat*/
.event-template-default #below_article_meta {
  display: none;
}

.googlemap {
  height: 240px !important;
}

/*laptops*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* Kulttuuriartikkelit */
  .ylakuvateksti2 {
    top: -55px;
  }

  .esityksen-nimi,
.esiintyja {
    padding-left: 140px !important;
  }

  .alempistream .sqstream .eyebrow {
    margin-top: -15px;
  }

  .paikka {
    padding-left: 140px !important;
    font-size: 25px;
  }

  .esityksen-nimi {
    margin-bottom: 5px !important;
    font-size: 35px;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    width: 100%;
  }

  .heading h1 {
    font-size: 3rem;
  }

  #uutisnosto2 .squareblocks-title {
    font-size: 40px;
  }

  .uutisnosto .squareblocks-item {
    /* height: 85vh; */
  }

  .channel-wrap {
    width: 47% !important;
  }

  .alempistream .sqstream .eyebrow {
    max-width: 300px;
  }

  .has-avatar > .tile-inner .image-wrapper img {
    max-height: 150px;
  }

  .su-note-inner {
    width: 100%;
    position: initial;
    left: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }

  .lowres-featured-image {
    background: none;
  }
  .lowres-featured-image img {
    max-width: 655px;
  }

  .voima_metabox,
voimafakta,
voimakainalo {
    margin: 0 auto;
  }

  .single > p {
    padding: 0 140px !important;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }

  .heading h1 {
    font-size: 3rem;
  }

  #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
}
/* mobile */
@media only screen and (max-width: 1370px) {
  #uutisnosto2 .squareblocks-title {
    font-size: 40px;
  }

  .channel-title {
    font-size: 2.5rem !important;
  }

  .alempistream .sqstream .with-image .content-wrapper {
    padding: 10px;
  }

  .channel-description {
    font-size: 1.2em;
  }

  .channel-wrap {
    margin-bottom: 30px !important;
  }

  a:focus {
    outline: none !important;
  }

  .alempistream .sqstream .main-content h3 {
    word-break: break-word;
  }

  .grid_container_38482 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  #uutisnosto2 .squareblocks-content-wrap {
    transform: none !important;
    width: 100%;
  }

  .blogidb {
    max-width: 970px;
  }

  .lowres-featured-image {
    margin-top: 20px;
    background: none;
  }
  .lowres-featured-image .simpleParallax {
    overflow: visible !important;
  }

  #uutisnosto2 .squareblocks-featured-image {
    transform: none;
    background-attachment: initial;
  }

  .alempistream .sqstream .eyebrow {
    top: 13px;
  }

  .entry-content figcaption {
    background: white;
  }

  .simpleParallax {
    margin-top: 20px !important;
  }

  figure {
    background: none;
  }

  .simpleParallax img {
    margin-top: 20px !important;
  }

  .channel-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }

  .alempistream .sqstream .eyebrow {
    max-width: 200px;
  }

  .has-avatar > .tile-inner .image-wrapper img {
    max-height: 150px;
  }

  .fa-search:before {
    color: black;
    font-size: 1.3em;
    margin-left: 0.4em;
  }

  #top-layer .logomask img {
    z-index: 1;
  }

  #mobi-nav ul li a.dropdown-item {
    color: white;
    background: black;
  }

  #mobimenu .dropdown-menu {
    position: inherit !important;
    transform: translate3d(0px, -6px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
  }

  .otsviiva {
    bottom: 10px;
  }

  .mobisearch button {
    color: white;
  }

  .ylakuvateksti2 {
    font-size: 15px;
    top: 0;
  }

  #below_article_meta {
    /* float: left; */
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    position: initial;
  }

  #rtm_articlemeta_widget-3 a {
    display: inherit !important;
  }

  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
}
/*mobimenu*/
@media only screen and (max-width: 1096px) {
  .search-icon {
    margin-top: 5px;
  }

  .sub-menu li a {
    padding: 0.3rem 0 !important;
  }

  .search-icon {
    display: none !important;
  }

  #mobimenu .mobisearch {
    display: block;
    position: relative;
  }

  .fa-search:before {
    color: #bdbdbd;
  }

  .mobisearch button {
    color: #fff;
    background: 0 0;
    border: 0;
    position: absolute;
    right: 2px;
    bottom: 32px;
  }

  .sitetools-term {
    height: 35px;
  }

  #mobimenu .mobimenu-close {
    width: 30px;
    height: 30px;
    position: relative;
    left: 42%;
    top: -47px;
    background: #fbfaf5;
    text-align: center;
    max-height: 20px;
    z-index: 99999999;
  }

  #menu-item-270 > a:nth-child(1) {
    margin-bottom: 1rem;
  }

  #menu-item-267 > a:nth-child(1) {
    margin-bottom: 1rem;
  }

  .page h1 {
    font-size: 2.2rem !important;
  }

  .page-template-page-columns .su-row .su-column:first-child {
    padding-left: 1rem;
  }

  .pt-cv-wrapper {
    padding: 1rem;
  }

  .menu-ylavalikko-container {
    max-height: unset;
    background: #f5eede;
  }

  #mobimenu .container {
    max-width: 100%;
  }

  #mobimenu li a {
    line-height: 1.5 !important;
  }

  #mobimenu > div:nth-child(1) > div:nth-child(1) {
    background: #f5eede;
  }

  .search-toggle {
    position: absolute;
    top: -10px;
    right: 3rem;
    cursor: pointer;
  }

  #menu-item-270 > a:nth-child(1) {
    max-width: 100%;
  }

  #menu-item-14166 > a:nth-child(1) {
    max-width: 100%;
  }

  #mobimenu {
    overflow: scroll;
  }

  .nav {
    display: block !important;
    width: 100% !important;
  }

  #mobimenu .container {
    background: #f5eede;
    padding: 0rem;
    border: 0;
    margin-top: -5px;
    overflow-y: scroll;
  }

  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: transparent !important;
  }

  nav.navbar:nth-child(2) {
    display: none;
  }

  #site-tools .search-toggle .search-icon,
#site-tools .widget_polylang img {
    transform: scale(1.4);
  }

  #mobimenu .logowrap img {
    width: 100%;
  }

  #mobimenu .logowrap {
    max-width: 290px;
  }

  #masthead {
    margin-top: 0;
  }

  #mobimenu .logowrap {
    max-width: 270px;
    position: absolute;
    left: 20px;
    top: 0;
  }

  .menu-wrapper,
#topmenu-wrap,
#navbar-wrap {
    top: 0px;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff !important;
  }

  #mega-menu-wrap-primary {
    background: none;
    width: 100% !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #fff !important;
  }

  #mega-menu-primary,
.navbar-expand {
    display: none !important;
  }

  #site-tools {
    display: none;
  }

  #navbar-wrap .mobi-burger {
    display: block !important;
    position: absolute !important;
    right: 1rem;
  }

  #menu-item-270 > a:nth-child(1) {
    max-width: 100% !important;
  }

  #menu-item-14166 > a:nth-child(1) {
    max-width: 100% !important;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
  }

  #mobimenu .container {
    border: 0 !important;
  }

  #footer-widgets {
    height: auto;
  }

  .single h1 {
    font-size: 2rem;
  }

  .menu-wrapper,
#topmenu-wrap,
#navbar-wrap {
    top: 0 !important;
  }

  .menu-wrapper,
#topmenu-wrap,
#navbar-wrap {
    top: 5px !important;
  }

  .page #content {
    margin-top: 2rem;
  }

  .menu-wrapper {
    display: none;
  }

  .alempistream .sqstream .eyebrow {
    top: 13px;
  }

  .issue-title {
    font-size: 3rem !important;
    margin-top: 0 !important;
  }

  .post-has-image #top-layer {
    background: #ffffff !important;
  }

  .mobisearch button {
    color: white;
    background: none;
    border: 0;
  }

  #masthead {
    margin-top: 58px;
  }

  .post-has-image #masthead {
    margin-top: 0;
  }

  .su-note-inner {
    width: 100%;
    position: relative;
    left: 0;
    margin: 0 auto;
  }

  #logowrap {
    margin-left: 0;
  }

  #top-layer {
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    display: block;
    z-index: 9999;
    transition: top 0.4s;
  }

  .post-has-image #top-layer {
    position: fixed;
    background: #ffffffcf;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
  }

  #top-layer {
    display: none !important;
  }

  #top-layer .container .row {
    padding-top: 0;
  }

  a.logomask {
    position: initial;
    justify-content: inherit;
  }

  #logowrap {
    width: 100%;
    max-width: 100%;
  }

  #top-layer {
    width: 100%;
  }

  #mobi-nav ul {
    border-left: 0;
  }
  #mobi-nav ul li a {
    color: black;
  }

  #mobimenu {
    padding: 60px 0 0 !important;
    height: 101vh;
  }
  #mobimenu .dropdown-toggle::after {
    display: none;
  }
  #mobimenu li {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
  }
  #mobimenu input.sitetools-term {
    border: 2px solid #060606 !important;
    padding-left: 10px;
  }
  #mobimenu .dropdown-menu {
    border: 0;
    background: black !important;
  }

  .pt-cv-view .pt-cv-title {
    padding-top: 0;
  }

  #footer-widgets .container {
    height: 100% !important;
  }

  #custom_html-9 > div:nth-child(1) > h2:nth-child(1) {
    text-align: left;
  }

  #colophon {
    height: 150px;
    top: 0 !important;
  }

  #mc_embed_signup .button {
    width: 96% !important;
  }

  .pt-cv-meta-fields {
    width: 100% !important;
  }

  .single .heading {
    position: relative;
    top: -25rem;
  }

  #search-box, .search-toggle {
    /* position: fixed; */
    font-size: 24px;
    position: absolute;
    top: -13px;
    right: 40px;
  }

  #site-tools {
    display: inline-block;
  }

  #site-tools .search-toggle .search-icon,
#site-tools .widget_polylang img {
    transform: scale(1.3) !important;
  }

  #search-box {
    font-size: 25px !important;
    position: relative;
    top: -8px;
  }

  .header-wrap a {
    margin-right: 0 !important;
  }

  #uutisnosto2 .squareblocks-title {
    padding: 1em 0 0 0 !important;
  }

  .single .menu-wrapper,
.single #topmenu-wrap,
.single #navbar-wrap {
    top: 0 !important;
  }
  .single #primary {
    margin-top: 2.5rem;
  }
  .single .crp_related li {
    border-bottom: 1px solid #b9b9b9;
    width: 100%;
    padding: 10px 0;
    margin: 16px;
  }
  .single #rtm_articlemeta_widget-3 {
    font-size: 20px;
  }
  .single .heading-featured-image {
    height: 455px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .alempistream .sqstream .eyebrow {
    top: -5px !important;
  }

  .htransparentw > .container {
    background: transparent !important;
    /* color: black !important; */
  }
  .htransparentw .single-h1 {
    color: black;
    text-shadow: none;
  }
  .htransparentw .ingressi {
    /* color: black !important; */
    text-shadow: none;
  }

  .single-blogikirjoitus .heading .container,
.lowres .heading .container,
.post-has-no-image .heading .container {
    background: none !important;
  }

  .cover-image {
    display: block;
    width: 95%;
    margin-bottom: 40px;
  }

  .alempistream .sqstream .eyebrow {
    margin-top: -20px;
  }

  .archive-description {
    width: 100%;
  }

  .post-has-image #content {
    padding-top: 0px;
  }

  figure img {
    max-width: 100%;
    height: auto;
  }

  .entry-content figure {
    max-width: 100% !important;
    position: initial !important;
    left: 0 !important;
  }

  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
    position: relative;
  }

  .heading .container {
    background: #ffffff;
  }

  #rtm_articlemeta_widget-3 {
    font-size: 23px;
  }

  .single > p {
    padding: 0 15px !important;
  }

  .sqb_button_0 {
    float: none;
    display: block;
  }

  .heading h1 {
    font-size: 2.2rem;
  }

  .ingressi {
    font-size: 20px;
  }

  .heading .container {
    background: #ffffffed;
  }

  .entry-content figure {
    max-width: 108%;
    position: relative;
    left: -4%;
    margin-top: 5%;
  }

  .artikkeli-template-default .menu-wrapper {
    background: none !important;
    padding-bottom: 0;
  }

  .heading-featured-image {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-attachment: scroll !important;
  }

  .uutisnosto p,
.sqstream .excerpt p {
    font-size: 18px;
  }

  #below_article_meta {
    /* float: left; */
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    position: initial;
  }

  .etusivuots {
    font-size: 1.4em;
  }

  .uutisnosto .squareblocks-wrap {
    flex-direction: column;
  }
  .uutisnosto .squareblocks-item-wrap {
    width: 100%;
  }
  .uutisnosto .squareblocks-title {
    font-size: 25px !important;
  }

  #uutinosto2 .squareblocks-title {
    font-size: 25px !important;
  }

  .mainfeat .container {
    padding-right: 0;
    padding-left: 0;
  }

  #uutisnosto2 {
    overflow: hidden;
  }
  #uutisnosto2 .squareblocks-content-wrap {
    width: 100%;
  }

  a .crp_title {
    font-size: 2em;
  }

  #below_article_meta {
    background: transparent !important;
    margin: 0;
    margin-bottom: 40px;
  }

  .single h1 {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  body {
    background-color: #6b78b3 !important;
  }

  body.single .content-area {
    padding-bottom: 0;
  }

  #custom_html-10 a {
    font-size: 1rem !important;
  }

  .heading {
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .page h1 {
    font-family: "noto-serif";
    color: #8390bb;
    font-size: 1.6rem !important;
    text-transform: uppercase;
    margin-top: 2rem !important;
    margin-bottom: 0.5em;
    line-height: 3.6rem;
    font-weight: 300 !important;
    text-align: center;
  }

  #rtm_squareblocks_widget-3 {
    margin-bottom: 0px;
  }

  #uutisnosto .squareblocks-featured-image > a,
#uutisnosto2,
#uutisnosto .squareblocks-featured-image > a,
.uutisnosto .squareblocks-item {
    height: auto;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    transform: none;
  }

  #rtm_squareblocks_widget-3 {
    margin-right: 0;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    right: 0;
    position: initial !important;
  }

  #uutisnosto2 .squareblocks-item-wrap {
    height: auto;
  }

  .uutisnosto .squareblocks-featured-image > a {
    height: auto;
  }

  #uutisnosto .squareblocks-featured-image > a,
#uutisnosto2,
#uutisnosto .squareblocks-featured-image > a,
.uutisnosto .squareblocks-item {
    height: auto !important;
  }

  body {
    overflow-x: unset !important;
    position: relative;
  }

  .container {
    max-width: 98%;
    overflow: hidden;
  }

  .heading .container .row {
    width: 100% !important;
  }

  .heading-shade {
    margin-bottom: 25px;
  }

  .single-blogikirjoitus #page {
    margin-top: 0;
  }

  blockquote {
    font-size: 32px;
  }

  .htransparentw .single-h1,
.htransparentw .ingressi {
    color: black !important;
  }

  .sqstream.stream_1 {
    max-width: 1000px;
  }

  .hmbox .single-h1,
.hmbox .ingressi {
    color: black !important;
  }

  .single-h1,
.ingressi {
    color: black !important;
  }

  .alempistream .sqstream .article-meta span,
.uutisnosto .squareblocks-content-wrap .squareblocks-meta span {
    display: block;
    text-transform: uppercase;
    color: black;
    font-size: 17px;
  }

  #uutisnosto2 .squareblocks-title,
.stream-item-title {
    margin-bottom: 0;
  }

  #uutisnosto2 .time {
    display: none;
  }
  #uutisnosto2 .squareblocks-excerpt {
    margin-top: 25px;
  }

  .alempistream .sqstream .article-meta span {
    margin-top: 10px;
  }

  .post-has-no-image .heading .container {
    margin-top: 0;
  }

  #rtm_articlemeta_widget-3 a {
    display: inline !important;
  }

  .uutisnosto .squareblocks-excerpt {
    text-align: left;
  }

  .crp_related h3 {
    padding: 0 !important;
  }

  #gallery-1 .gallery-item {
    width: 50% !important;
    margin-right: 0;
  }

  .wppaszone > div {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }

  .grid_container_38488 {
    margin: 0 !important;
  }

  #simple-social-icons-3 {
    width: 100%;
    padding-top: 20px;
  }

  #logowrap {
    margin-left: -15px;
  }

  .size-full {
    max-width: 100%;
    height: auto;
  }

  .lowres > #page .heading {
    margin-bottom: 0px;
  }

  #below_article_meta {
    background: none !important;
  }

  .sqstream .main-content h3 {
    font-size: 1.4em !important;
  }

  nav.posts-navigation a {
    padding: 0 !important;
  }

  .sqb_button_0 {
    font-size: 1.5em;
  }

  #content .container {
    margin-top: 0;
  }

  a .crp_title {
    font-size: 1.3em;
  }

  .crp_related {
    width: 100%;
  }

  .heading-container .ingressi {
    font-size: 19px;
  }

  .heading h1 {
    font-size: 2rem;
    word-break: break-word;
  }

  .post-has-image .heading-shade {
    bottom: 0%;
  }

  .heading-featured-image {
    height: 100vh;
    background-position: center 0px;
  }

  .post-has-image .heading .heading-featured-image {
    background-size: cover;
  }

  .post-has-image #content {
    padding-top: 0px;
  }

  /* etusivunapit */
  .sqb_footer_link {
    text-align: center;
    margin: 30px auto;
    display: block;
    padding: 15px;
    background: black;
    width: 100%;
    color: white;
    font-size: 1.8em;
    width: max-content;
    font-family: "abril-fatface", serif;
    text-transform: uppercase;
    -webkit-transition: font-size 1s;
    transition: font-size 1s;
    font-style: italic;
  }
  .sqb_footer_link:hover {
    color: white;
    text-decoration: none;
    font-size: 1.8em;
  }

  .sqb_button_0 {
    font-family: "abril-fatface", serif;
    padding: 0 25px;
    text-transform: uppercase;
    color: black !important;
    font-size: 2em;
    margin-right: 10px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: font-size 0.4s;
  }
  .sqb_button_0:hover {
    font-size: 2em;
  }

  .current {
    font-size: 2em !important;
  }

  .squareblocks-featured-image .eyebrow {
    display: none;
  }

  /* etusivunapit END */
  article .entry-content {
    margin-top: 0;
  }

  #below_article_meta {
    margin-bottom: 0;
    margin-top: 20px;
  }

  #sidebar {
    top: 57px;
  }

  body .heading,
body #content {
    top: 57px;
  }

  .post-has-image .heading .heading-featured-image {
    background-image: none !important;
  }

  .mobileimagemain {
    display: block;
    width: 100%;
  }

  .heading-featured-image {
    height: auto;
  }

  .post-has-image .heading-shade {
    bottom: initial;
  }

  #uutisnosto2 .squareblocks-featured-image {
    min-height: unset;
  }

  .lowres .artikkeli {
    /* margin-top: -420px; */
  }

  .post-has-image .heading-shade {
    position: initial;
    bottom: 0;
  }

  .single .entry-content h1 {
    padding: 0 16px;
    hyphens: none;
  }

  .paikka {
    font-size: 20px;
  }

  .esiintyja {
    font-size: 30px;
  }

  .esityksen-nimi {
    margin-bottom: 5px !important;
    font-size: 35px;
  }

  .channel-wrap {
    background: none;
  }

  .eventorganiser-event-meta {
    margin-top: 60px;
  }

  #uutisnosto2 .squareblocks-excerpt {
    line-height: 16px;
  }

  .uutisnosto .squareblocks-content-wrap .squareblocks-meta {
    font-size: 0.8em;
  }

  .entry-content h2,
.entry-content h3 {
    padding: 0 15px;
  }

  .post-has-no-image .heading .container {
    padding-bottom: 20px;
  }

  .lowres > #page .heading .container {
    padding-top: 50px;
  }

  .uutisnosto .squareblocks-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  #uutisnosto2 .squareblocks-excerpt {
    padding-bottom: 23px;
  }

  /* burger */
}
@media only screen and (max-width: 600px) and (max-width: 1096px) {
  .menu-wrapper,
#topmenu-wrap,
#navbar-wrap {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .navbar {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .uutisnosto .squareblocks-excerpt {
    padding: 10px;
  }
  .uutisnosto .squareblocks-content-wrap {
    padding-right: 5px;
    padding-left: 5px;
  }

  .eo-event-board-items .eo-eb-event-box {
    width: 260px;
    font-size: 15px;
    color: black;
  }

  .heading h1 {
    font-size: 2.6rem !important;
    padding: 0px;
  }

  blockquote {
    font-size: 30px;
  }
}
.home div.pt-cv-wrapper:nth-child(1) {
  padding: 0;
}

.heading-stream {
  background-color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.heading-stream .pt-cv-meta-fields {
  margin: 0 auto;
  display: block;
  padding: 0;
  text-align: center;
}
.heading-stream .pt-cv-custom-fields {
  font-size: 1rem;
  transform: translateX(-60px);
}
.heading-stream .entry-date time::before {
  content: "" !important;
}
.heading-stream .entry-date time {
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-60px);
}
.heading-stream .pt-cv-meta-fields span {
  margin-left: 0;
}
.heading-stream .pt-cv-specialp {
  position: absolute;
  top: 10px;
  z-index: 10;
  line-height: normal;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, 0);
  background: black;
  padding: 0.5rem;
  color: white;
  text-transform: uppercase;
}
.heading-stream .pt-cv-specialp * a {
  color: white;
}
.heading-stream .pt-cv-content {
  text-align: center !important;
}
.heading-stream .pt-cv-title {
  text-align: center !important;
  margin-top: 0.5rem !important;
}
.heading-stream .pt-cv-title a {
  padding: 10px 20px !important;
}
.heading-stream .pt-cv-meta-fields {
  max-width: fit-content;
  margin: 0 auto !important;
  display: block;
}
.heading-stream .pt-cv-content {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem !important;
  margin-top: 1rem !important;
  clear: both;
}

@media (max-width: 768px) {
  .heading-stream .pt-cv-pinmas {
    padding: 1rem !important;
  }
  .heading-stream .pt-cv-specialp * {
    font-size: 0.8rem;
  }
  .heading-stream .pt-cv-title {
    padding: 0 1rem !important;
    font-size: 1.5rem !important;
  }
  .heading-stream div.pt-cv-content {
    padding: 0 1rem !important;
    font-size: 0.9rem !important;
  }
}
#front_content {
  width: 100%;
}

.pt-cv-custom-fields {
  display: flex;
  margin-top: 15px !important;
  margin-left: -16px !important;
}

#front_content_wrap {
  margin-top: 3.7rem;
}

.pt-cv-pinterest .pt-cv-meta-fields {
  margin-top: 0;
  margin-left: 0;
}

.pt-cv-pinterest .pt-cv-pinmas {
  background: transparent !important;
  border-bottom: 1px solid #b9b9b9 !important;
}

.alempistream2 .terms {
  max-height: 30px;
  overflow: hidden;
}

.mobi-burger {
  display: none;
  position: absolute;
  top: 215px;
  z-index: 1000000;
  right: 180px;
}

#mobimenu {
  opacity: 0.99;
  z-index: 3;
  padding: 60px 0 120px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5eede;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 400px rgba(0, 0, 0, 0.8);
  animation: fadein 1s;
  transition-delay: 1s;
  z-index: 100;
}
#mobimenu li a {
  color: black !important;
}
#mobimenu .fa {
  color: black;
}

#uutisnosto2 .squareblocks-content-wrap {
  padding-top: 0;
}
#uutisnosto2 .squareblocks-meta {
  margin: 0 auto;
  display: flex !important;
  width: fit-content;
}
#uutisnosto2 .squareblocks-meta span:nth-child(2) {
  order: 2;
  margin-left: 0.5rem;
}
#uutisnosto2 span.eyebrow:nth-child(2) {
  display: none;
}
#uutisnosto2 .eyebrow {
  top: -11px;
}
#uutisnosto2 .squareblocks-title {
  background: none !important;
  width: 100% !important;
  font-family: "Noto serif" !important;
  font-weight: 400 !important;
  text-transform: none !important;
  bottom: 0 !important;
  font-size: 16px;
}
#uutisnosto2 .squareblocks-excerpt a,
#uutisnosto2 .squareblocks-excerpt p {
  font-size: 1em !important;
  /* font-family: "Noto Sans", sans-serif !important; */
  padding-top: 1em;
  line-height: 1.5 !important;
}
#uutisnosto2 .title,
#uutisnosto2 .date {
  display: block;
  float: left;
}
#uutisnosto2 .posted-by {
  display: none;
}
#uutisnosto2 .date::after {
  content: "|";
  padding-left: 0.5em;
}

.pt-cv-view .pt-cv-title a {
  font-family: "Noto serif", sans-serif !important;
  font-weight: 400 !important;
  font-size: 25px;
}

.pt-cv-content {
  font-size: 1em !important;
}

.entry-date time {
  position: relative;
  top: -1em;
  color: black !important;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em !important;
}

/* ** */
.pt-cv-custom-fields {
  margin-top: 16px !important;
  margin-left: -4px !important;
}

#uutisnosto2 .squareblocks-title {
  font-family: "Noto serif" !important;
}

#uutisnosto2 .squareblocks-title {
  /* font-size: 25px; */
  font-size: 29px;
}

.pt-cv-pinterest .edd_download_purchase_form,
.pt-cv-pinterest .pt-cv-content,
.pt-cv-pinterest .pt-cv-ctf-list,
.pt-cv-pinterest .pt-cv-meta-fields,
.pt-cv-pinterest .pt-cv-tao {
  padding-left: 0 !important;
}

.pt-cv-pinterest .pt-cv-title {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

.pt-cv-content,
.pt-cv-content * {
  margin-top: -10px !important;
}

/* */
#uutisnosto2 .squareblocks-title {
  font-size: 30px;
  position: relative;
  bottom: 31px;
  background: #ede8dc;
  width: 110%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  /* padding: 15px !important; */
  font-family: Merriweather;
}

.pt-cv-meta-fields {
  /* position: relative; */
  position: initial;
  width: 50%;
}

.entry-date {
  display: block;
  float: left !important;
  margin-top: 32px;
  margin-left: 16px;
}

.pt-cv-meta-fields span,
.pt-cv-meta-fields time {
  /* float: none; */
  float: left;
}

.pt-cv-meta-fields span,
.pt-cv-meta-fields time {
  float: left !important;
}

.pt-cv-ctf-list {
  float: left;
  margin-top: -31px;
  margin-left: 8px;
}

.pt-cv-view .pt-cv-title {
  display: inline-block !important;
  width: 100%;
}

.pt-cv-ctf-value {
  text-transform: uppercase;
}

.pt-cv-ctf-value::before {
  content: "|   ";
  margin-right: 2px;
}

@media only screen and (max-width: 1200px) {
  #uutisnosto2 .squareblocks-content-wrap {
    width: 100%;
    position: absolute;
    right: 0%;
    bottom: -10px;
  }
}
@media only screen and (max-width: 1096px) {
  #navbar-wrap,
#topmenu-wrap,
.menu-wrapper {
    display: block;
  }

  #masthead {
    margin-top: -10px;
  }
}
#mobimenu-widgets {
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  nav.navbar {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .alempistream2 .pt-cv-meta-fields {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .menu-wrapper,
#topmenu-wrap,
#navbar-wrap {
    display: block !important;
    position: relative;
    top: 5px;
  }

  #mobimenu .container {
    background: #f5eede;
    padding: 0rem;
  }

  .header-wrap {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    top: 15px;
  }

  #mobimenu li a {
    font-size: 1.3rem !important;
  }

  .flex-column {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  #footer-widgets #media_image-2 {
    max-width: 100px !important;
    float: left;
    margin-right: 1rem;
  }

  #footer-widgets .container .row {
    margin-left: 0 !important;
  }

  #f_mid {
    text-align: center;
    background-color: rgba(34, 34, 34, 0.95);
    color: #8c8989;
    /*! display: none; */
    width: 100%;
    display: block;
    position: unset;
    background: #6b78b3;
    margin-top: 0rem;
    z-index: 100 !important;
    position: relative;
    top: -2rem;
  }

  #footer-widgets {
    height: auto;
  }

  #colophon {
    position: relative !important;
    background: #6b78b3;
    top: -35px;
  }
}
.single-lehti #content .container {
  max-width: 1140px !important;
}
.single-lehti #primary {
  max-width: 1140px !important;
}
.single-lehti article .entry-content {
  max-width: 1140px !important;
}
.single-lehti .lowres-featured-image {
  margin-bottom: 40px;
  max-width: 545px;
  margin-top: 2rem;
}

.entry-content .alignnone {
  display: flow-root;
  margin-top: 1rem !important;
}

.ingressi {
  /* font-size: 26px; */
  font-size: 20px;
  margin: 0 auto;
  height: auto;
}

.post-has-image #content .container {
  margin-top: -30vh;
}

.single h1 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.3rem;
  font-family: noto-serif, serif;
}

#below_article_meta {
  margin-top: 0;
}

.lowres > #page .heading {
  /* margin-bottom: -45px; */
  margin-bottom: 0;
}

.lowres .entry-header {
  display: none !important;
}
.lowres .heading-featured-image {
  /* height: 100vh !important; */
  height: auto !important;
  margin-top: 450px;
}

.pt-cv-title {
  padding-top: 1em;
}

.pt-cv-content {
  font-size: 1em !important;
  /*! font-family: "Noto Serif", sans-serif !important; */
  font-family: noto-serif, serif;
}

/* voima.css | https://beta.rauhanpuolustajat.org/wp-content/themes/lehti2019/rapu/voima.css */
#top-layer .container .row {
  display: none;
}

#uutisnosto2 .squareblocks-excerpt a, #uutisnosto2 .squareblocks-excerpt p {
  /* font-family: "Noto Sans", sans-serif !important; */
  font-family: noto-serif, serif;
}

#uutisnosto2 .squareblocks-title {
  /* font-family: "Noto Sans", sans-serif !important; */
  /* font-weight: 400 !important; */
  font-weight: 500 !important;
  font-family: noto-serif, serif;
  padding: 1em 1em 0 0;
}

.pt-cv-view .pt-cv-title a {
  /* font-family: "Noto Sans", sans-serif !important; */
  font-family: noto-serif, serif !important;
}

.pt-cv-content {
  /* font-family: "Noto Sans", sans-serif !important; */
  font-family: noto-serif, serif !important;
}

/* Inline #35 | https://beta.rauhanpuolustajat.org/ */
.logomain {
  /* width: 100%; */
  width: 70%;
}

.alempistream2 .pt-cv-thumbnail {
  /* max-height: 260px !important; */
}

/* cv.css | https://beta.rauhanpuolustajat.org/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=2.3.2 */
.pt-cv-view .pt-cv-ifield {
  border-bottom: 1px solid #b7aa8d;
}

/* bootstrap.min.css | https://beta.rauhanpuolustajat.org/wp-content/themes/lehti2019/inc/assets/css/bootstrap.min.css?ver=5.4.4 */
.row {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1096px) {
  .mobileimagemain {
    display: block;
  }

  .heading {
    padding: 0 !important;
  }
}
article p {
  margin: 0 0 1.5em;
  font-size: 1rem;
}

.single-lehti #rtm_articlemeta_widget-3 {
  display: none;
}
.single-lehti #primary {
  margin-bottom: 2em;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.15);
  margin-top: 2rem !important;
}
.single-lehti .lowres-featured-image {
  margin-bottom: 40px;
  max-width: 545px;
  margin-top: 2rem;
  margin: 1rem auto 4rem auto;
}

@media only screen and (max-width: 1096px) {
  .single-lehti .mobileimagemain {
    display: none;
  }
}
.page .entry-content {
  background: transparent;
}
.page .heading-shade {
  background-color: transparent;
}
.page .heading h1 {
  font-family: "noto-serif";
  color: #8390bb;
  font-size: 4rem;
  line-height: 5rem;
  text-transform: uppercase;
}
.page .entry-content .alignnone {
  display: flow-root;
  margin-top: 0 !important;
}

.page-template-page-columns .su-row {
  background: #fbfaf5;
  padding: 0 1rem;
}

.page #content .container {
  max-width: 700px;
}
.page h1 {
  font-family: "noto-serif";
  color: #8390bb;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  line-height: 3.6rem;
  font-weight: 300 !important;
  text-align: center;
}
.page .heading h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page .su-row {
  border-bottom: none;
}
.page .heading {
  margin-top: 3.8rem;
  padding-top: 1rem;
}
.page #primary {
  background: #fbfaf5;
}
.page .heading .container {
  padding-top: 0;
}
.page .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}
.page .lowres-featured-image {
  display: none;
}
.page .attachment-large {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page .heading .container .row {
  padding-bottom: 16px;
}
.page .heading-shade {
  padding-top: 0 !important;
}
.page .row {
  padding-top: 0 !important;
}
.page .attachment-large {
  margin-bottom: 1em;
}

.logged-in .container {
  margin-top: 2em;
}

.page-template-page-columns #content .container {
  /* max-width: 1280px !important; */
  max-width: 1140px !important;
}
.page-template-page-columns .su-column-size-1-2 {
  width: 48%;
  padding: 1em;
}
.page-template-page-columns #primary {
  background: transparent;
}

.search .heading .container .row {
  padding-bottom: 0;
  padding: 40px;
  width: auto !important;
  margin-top: 2rem !important;
}

.tapahtumat .pt-cv-ctf-value::before {
  content: "|   ";
  margin-right: 2px;
  display: none;
}
.tapahtumat .pt-cv-content {
  border-bottom: 1px solid #b7aa8d;
}
.tapahtumat .pt-cv-title {
  margin-top: 1rem !important;
}

.lehti .pt-cv-wrapper img {
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.lehti .pt-cv-ifield {
  border-bottom: 0 !important;
}

.lehtisis .pt-cv-content {
  border-bottom: 1px solid #b7aa8d;
}

.single-lehti .lowres-featured-image img {
  max-width: 100%;
}

.pt-cv-pinterest.pt-cv-border .pt-cv-pinmas {
  border: 0 !important;
}

.single-product #below_article_meta {
  display: none !important;
}

.single-product .tabs {
  display: none;
}

.single-product .heading-featured-image {
  height: 30em !important;
}

.hibak .pt-cv-content {
  padding: 20px 0 !important;
}

.single article p a, .single article div p a {
  color: black;
  text-decoration: none;
  line-height: 1;
  display: inline;
  text-decoration-color: #c6cfe6;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
}

.page label {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}

#mega-menu-wrap-primary * {
  font-family: noto-serif, serif !important;
}

.lowres > #page .heading .container {
  padding-top: 0 !important;
}

.page .heading .container .row {
  padding-bottom: 0;
}

.pt-cv-tax-oksana-tselyseva-ukraina-ja-venaja {
  display: none !important;
}

.page h1 {
  font-family: "noto-serif";
  color: #8390bb;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 3.6rem;
  font-weight: 300 !important;
  text-align: center;
}

.logomain {
  margin-top: 8px;
  width: 140px;
  height: 44px;
}

.navbar li {
  padding: 0 10px !important;
}

.pt-cv-tax-lehti {
  display: none !important;
}

.pt-cv-ctf-value {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em !important;
}

#f_mid_right,
#f_right {
  display: none;
}

.mobi-burger {
  position: relative;
  top: 0;
  right: 1em;
}

.pt-cv-wrapper img {
  vertical-align: middle;
  border-bottom: 2em solid #e9e0d1;
}

#front_content_wrap {
  box-shadow: none;
}

.navbar {
  border: 0;
}

.pt-cv-meta-fields .terms a {
  /* margin-left: auto; */
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 155px;
  width: fit-content;
  border-radius: 0;
  font-size: 1.2em;
  color: #0d0d0d;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  /* z-index: 10000; */
  text-transform: uppercase;
  /* top: -45px; */
  margin-top: 1px;
}

/* Inline #39 | https://beta.rauhanpuolustajat.org/ */
.entry-date time::before {
  /* content: ""; */
  content: "| ";
}

.pt-cv-meta-fields span,
.pt-cv-meta-fields time {
  margin-left: -5px;
}

/*TEMP*/
.heading {
  padding: 0 2rem;
}

.heading .container .row {
  padding-bottom: 0;
  padding: 40px;
  width: auto !important;
}

@media only screen and (max-width: 600px) {
  .heading .container .row {
    margin: 0;
  }

  .header h1 {
    width: 300px;
    padding: 0;
    font-size: 26px !important;
  }
}
#uutisnosto2 .squareblocks-featured-image > a {
  background: none !important;
}

.post-share,
.fb_iframe_widget {
  display: none !important;
}

.pt-cv-meta-fields {
  position: relative;
  margin-bottom: 2em;
}

/*Kauppa*/
#custom_html-8 {
  width: 28%;
  margin-top: 20px;
}

#rtm_squareblocks_widget-3 {
  margin-right: 20px;
}

#pt-cv-view-5c16761a4d {
  margin: 0;
}

#custom_html-8 {
  max-height: 600px;
}

/*EVENTS*/
#custom_html-6 {
  float: right;
  margin-left: 30px;
  margin-top: 20px;
}

.pt-cv-pinterest .pt-cv-page:not(.cvpshuffled) {
  opacity: 1;
}

#custom_html-5 div.pt-cv-pinmas {
  border: 0;
}

#custom_html-5 h3.widget-title {
  border: 0;
  font-size: 25px;
  font-family: Merriweather;
  text-decoration-line: underline;
  padding: 20px;
}

#custom_html-5 .pt-cv-ctf-value {
  display: block;
  text-align: center;
  width: fit-content;
  border-radius: 0;
  background: #7fa586;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: futura-pt;
  font-weight: 400 !important;
  font-style: normal;
  z-index: 10000;
  text-transform: uppercase;
}

#custom_html-5 .pt-cv-title {
  text-transform: uppercase;
  font-family: Adobe Devanagari;
  text-align: left;
  margin-left: 40px;
}

#custom_html-5 .pt-cv-content {
  font-family: Adobe Devanagari;
  font-size: 20px;
  text-align: left;
  margin-left: 40px;
  border-bottom: 1px solid #707070;
}

/*FOOTER*/
#f_left,
#f_mid_left,
#f_mid {
  visibility: visible;
  margin-top: 25px;
  display: block;
}

#footer_header h3 {
  display: inline-block;
  position: relative;
  color: white;
  font-family: Merriwheather;
  font-size: 20px;
  text-align: center;
  border: none;
  margin: 0;
}

#footer_header {
  width: 1160px;
  margin: 0 auto;
}

#footer_header_wrap #mc4wp_form_widget-6 {
  height: auto;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

#footer_header_wrap form#mc4wp-form-1 {
  display: inline-block;
  padding: 0;
  margin-top: 30px;
  background-color: #333E5D;
}

#footer_header_wrap div.mc4wp-form-fields label {
  display: none;
}

#footer_header_wrap .mc4wp-form-fields {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

#footer_header_wrap p.mc4wp-form-fields {
  margin: 0;
}

.mc4wp-form-fields [type=submit] {
  /* position:absolute; */
  font-family: "FontAwesome";
  background-color: #CD7A7F;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  right: 56px;
  top: 4px;
  padding: 0;
}

#footer_header_wrap .mc4wp-form-basic input[type=email] {
  height: 34px;
  width: 200px;
  padding-left: 15px;
}

#footer_header_wrap .mc4wp-form-fields p {
  display: inline-block;
}

#footer-widgets {
  background-color: #D7D8D9;
  position: absolute;
  width: 100%;
}

#footer-widgets .container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: 300px;
  background: #D7D8D9;
}

#footer-widgets .row {
  width: 1100px;
  margin: 0 auto;
}

#footer_header_wrap {
  background: #333E5D;
  height: 100px;
}

#f_left {
  margin-left: 25px;
}

#f_mid_left {
  width: 300px;
  align-content: center;
}

#f_left p {
  color: black;
  font-size: 16px;
  line-height: 2;
}

#f_mid {
  margin-right: 25px;
}

/* TEMP */
#footer_header_wrap {
  display: none;
}

input {
  border-radius: 20px;
}

#f_mid .mobisearch {
  padding: 0;
}

#f_mid input.sitetools-term {
  border: 1px white;
  padding-left: 1em;
}

#f_mid button.sitetools-submit {
  background: none;
  border: 0;
}

#f_mid .sitetools-term {
  padding: 5px;
  width: 200px;
}

/*FOOTER END*/
.rtm_squareblocks_widget {
  /* width: 70%; */
  float: left;
}

#uutisnocto2 {
  margin-bottom: 20px;
}

#front_content {
  margin-top: 0 !important;
  margin-left: 20px;
  margin-right: 20px;
}

.home #page {
  margin-top: 0;
}

body.single.lowres article header {
  display: block;
  font-family: Merriweather;
}

.single .entry-meta {
  display: none;
}

.pt-cv-page {
  column-count: 1;
  width: 100%;
}

.pt-cv-content {
  padding: 15px 0;
}

.pt-cv-title {
  padding-left: 15px;
  padding-right: 15px;
}

.pt-cv-meta-fields time {
  display: block;
  text-align: center;
  margin-top: -11px;
}

#uutisnosto2 .squareblocks-featured-image {
  height: 100%;
}

#uutisnosto2 .squareblocks-featured-image > a {
  background: white;
}

.single .entry-title {
  margin: 20px 0;
}

#uutisnosto2 .squareblocks-excerpt {
  padding: 0 20px;
}

#uutisnosto2 .squareblocks-excerpt a {
  font-size: 14px;
}

.logomain {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

body,
#navbar-wrap {
  background-color: #fbfaf5;
}

.menu-wrapper {
  position: relative;
  background: none;
}

.sqstream .image-wrapper {
  height: 500px;
}

/* MUUTOKSET LOPPUU */
.single-taiteen-paikka #below_article_meta .author {
  font-size: 17px;
}

#uutisnosto2 .hbox {
  display: none;
}

#mobimenu li {
  font-family: gill-sans-nova, sans-serif;
  text-transform: none;
  font-weight: 400;
}

#mobimenu input.sitetools-term {
  border: 0 !important;
}

.taiteen-paikka-logo,
.kulttuuriartikkeli-logo {
  width: 50%;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.type-taiteen-paikka .content-wrapper {
  background: #d7ffe0;
}

.type-kulttuuriartikkeli .content-wrapper {
  background: #faebd7;
}

.alempistream .sqstream .hairikot .content-wrapper {
  background: #ed008c;
}

.alempistream .sqstream .hairikot .eyebrow {
  display: none;
}

#sqb_buttons_wrap_0 {
  z-index: 10000;
}

.alempistream .sqstream .hairikot .content-wrapper .main-content .article-meta .excerpt a,
.alempistream .sqstream .hairikot .content-wrapper .stream-item-title a {
  color: white !important;
}

.alempistream .sqstream .hairikot .content-wrapper .main-content .article-meta .excerpt a {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  text-align: left;
  text-indent: -10px;
}

.alempistream .sqstream .hairikot .content-wrapper .main-content .article-meta .excerpt {
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  text-indent: -10px;
}

.hairikot-logo {
  width: 38%;
  background: #ed008c;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#sqb_buttons_output_0 .hairikot-logo {
  display: none !important;
}

.loading {
  animation-name: loading-a;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}

@keyframes loading-a {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
img[src*="https://voima.fi/wp-content/uploads/2020/01/tyhjalogo-160x160.png"] {
  display: none !important;
}

.lowres .advert {
  top: 25px;
}

#bsa-block-1235--350 .bsaProItemInner__img {
  max-height: 370px;
}

.bsaPopupWrapperBg-5 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

#bsa-block-1235--350.bsaProContainerNew .bsaProItem {
  max-height: 320px;
}

.single .bsaProContainerNew {
  padding-bottom: 10px;
}

.logged-in .admin-bar .search-toggle {
  top: 45px;
}

.uutisnosto2 > .squareblocks-content-wrap .eyebrow {
  display: none;
}

.alempistream .ylakuvateksti {
  display: none;
}

.sqstream.stream_1 {
  max-width: 600px;
}

.pt-cv-pinterest:not(.pt-cv-no-bb) .pt-cv-pinmas > * {
  border-bottom: 0;
}

.taiteenpaikkaingr {
  font-family: "Goblin One", cursive;
  font-size: 26px;
  margin-top: -100px;
  margin-bottom: 50px;
}

.tplink {
  font-size: 20px;
}

blockquote p {
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
}

.heading h1 {
  font-size: 3rem;
}

.taidid {
  white-space: wrap;
  word-break: normal;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

.stream-item-title {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

.forceanf {
  color: black;
  float: left;
  font-size: 90px;
  line-height: 60px;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.single-taiteen-paikka .post-cats,
.single-taiteen-paikka .avatar {
  display: none !important;
}

.taidid {
  font-family: "Goblin One", cursive;
  font-size: 20px !important;
}

.cat-kulttuurisivut .eyebrow {
  background: #21ff01 !important;
  color: black;
}

.cat-taiteen-moraalinvartija .eyebrow {
  background: #ffa70a !important;
  color: black;
}

.cat-poydan-alta .eyebrow {
  background: #7800d5 !important;
  color: white;
}

.cat-vapaavuoro .eyebrow {
  background: #fff81d !important;
  color: black;
}

#mc4wp-form-1 {
  max-width: 470px;
  background: white;
  padding: 30px;
}

.ylakuva-kuvateksti-m {
  display: none;
}

.single .issue-description {
  padding: 0;
}

.sqb_button_0 {
  white-space: nowrap;
}

.advert {
  text-align: center;
  position: relative;
  top: -10px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 285px;
  width: fit-content;
  border-radius: 0;
  font-size: 1em;
  background: #fdfcd3;
  text-transform: uppercase;
  margin-top: -40px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.entry-content figure {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.tpdb {
  background: white;
  padding: 20px;
  max-width: 880px;
  margin-right: 50px;
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.tpdb p {
  font-size: 16px;
  text-align: left;
}

.tpdb p,
.tpdb h3 {
  padding: 10px !important;
}

#below_article_meta {
  z-index: 1000;
}

blockquote p {
  margin-bottom: 0 !important;
}

.entry-content figcaption {
  margin-bottom: 16px !important;
}

.wp-caption {
  margin-top: 50px !important;
}

a :hover {
  color: black;
}

.type-ad .tile-piece {
  background: #fdfcd3;
}

.type-ad .eyebrow {
  background: white !important;
  color: black;
}

.single-ad > .bsaProContainerNew {
  display: none !important;
}

[data-src="https://voima.fi/wp-content/uploads/2020/01/voimafi-laiska-160x160.jpg.webp"] {
  display: none;
}

.issue-description {
  max-width: 418px;
  margin: 0 auto;
  background: white;
  padding: 20px;
}

.paszone-57451,
.grid_container_57451 {
  display: none !important;
}

.single .bsaProContainerNew {
  margin-bottom: 10px;
}

.voimafakta,
.voimakainalo {
  padding: 20px 0;
  margin: 20px 0;
}

article p {
  word-break: break-word;
}

.bsaProContainerNew .bsaProHeader {
  text-align: center;
  border-bottom: 2px dashed black;
  padding-bottom: 0;
}

blockquote p {
  display: flex;
}

.alignleft {
  float: left;
  margin: 24px;
}

.tml .message {
  border: 0;
}

.voimafakta h2,
.voimafakta h3 {
  padding-left: 30px !important;
}

.voimafakta ul,
.voimakainalo ul {
  list-style: disc !important;
  padding-left: 50px;
}

.voimafakta p {
  padding: 0 30px !important;
}

.voimafakta p,
.voimafakta li,
.voimafakta a {
  font-size: 16px;
}

.blogidb p {
  font-size: 16px;
}

.paszone-58750 {
  background: white;
  padding: 10px;
  margin-top: 20px;
}

.taglist {
  margin-bottom: 50px;
}

.term-image-wrap img {
  max-height: 600px;
}

.lowres .ylakuvateksti {
  font-size: 16px;
  text-align: center;
}

.lowres .ylakuvateksti2 {
  display: none;
}

.grid_container_38488 {
  background: white;
}

.js .tmce-active .wp-editor-area {
  color: black !important;
}

.voimafakta {
  max-width: initial;
}

.voimafakta {
  margin-right: 50px;
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.blogidb p,
.blogidb h3 {
  padding: 0px 20px !important;
}

.metabox-ingressi {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

@media (min-device-width: 1600px) {
  .navbar li {
    padding: 0 20px;
  }
}
@media screen and (max-device-width: 1600px) and (min-device-width: 1200px) {
  #bsa-block-1235--350.bsaProContainerNew .bsaProItem {
    max-height: 230px;
  }

  .tpdb {
    max-width: 760px;
  }

  .blogidb,
.voimafakta {
    max-width: 760px;
  }

  .home .bsaProItemInner__img {
    max-height: 210px !important;
  }

  .home .bsaProItems {
    max-height: 210px !important;
  }

  .alignright {
    /* margin: 7px 140px 7px 24px !important; */
    /* margin:0 auto !important; */
    /* float:none; */
  }

  .su-note-inner > h2,
.su-note-inner > h3 {
    padding: initial;
  }

  .su-box-content p,
.su-note-inner p {
    padding: initial !important;
  }

  .su-box-style-default {
    margin: 20px 140px !important;
  }

  .voimafakta {
    max-width: 685px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
    padding: 10px;
  }

  .mainfeat {
    width: 1160px;
    margin: 0 auto;
  }

  .logomain {
    width: 1100px;
  }

  #navbar-wrap .row a {
    margin: 0 auto;
  }
}
/*BIG SCREEN*/
@media only screen and (max-width: 1370px) {
  .single-taiteen-paikka #below_article_meta {
    /* margin-left: -11vw;
    max-width: 130px; */
  }

  .heading h1 {
    font-size: 2.2rem;
  }

  .pt-cv-colsys {
    margin: 0;
  }

  #custom_html-5 {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-taiteen-paikka #below_article_meta {
    margin-left: 0;
    max-width: none;
  }

  .single-ad .post-cats {
    visibility: hidden;
  }

  .blogidb {
    background: white;
    padding: 20px;
    max-width: 970px;
    margin: 40px auto;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .tpdb {
    background: white;
    padding: 20px;
    max-width: 970px;
    margin: 40px auto;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  #footer-width .row {
    width: auto;
  }
}
@media (max-width: 1096px) {
  #site-tools .search-toggle .search-icon,
#site-tools .widget_polylang img {
    display: inline-block;
    transform: scale(2);
    margin-top: 0;
  }

  #top-layer {
    background-color: #ede8dc;
  }
}
/*LAPTOP*/
@media (min-width: 769px) and (max-width: 1024px) {
  .hairikot .excerpt a {
    font-family: futura-pt, sans-serif;
    font-size: 18px !important;
    text-align: left !important;
    line-height: 1;
  }

  .hairikot .excerpt {
    text-align: left;
    text-indent: -10px;
  }

  .hairikot h3 {
    padding-bottom: 25px;
  }

  .hairikot h3 a {
    font-size: 28px;
  }

  .voimafakta {
    width: 100%;
    max-width: 350px;
    margin-right: 0;
  }

  .taiteenpaikkaingr {
    font-family: "Goblin One", cursive;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .alignright {
    /* margin: 7px 20px 7px 24px !important; */
    margin: 7px 0 7px 24px !important;
  }

  .voimakainalo .metabox-title {
    padding: 0 15px !important;
  }

  .pt-cv-colsys {
    margin: 0;
  }

  .pt-cv-page {
    column-count: 1;
  }
}
/*TABLETS*/
@media (min-width: 481px) and (max-width: 768px) {
  .hairikot-logo {
    width: 48%;
    background: #ed008c;
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .taiteen-paikka-logo,
.kulttuuriartikkeli-logo {
    display: none;
    /* width: 30%;
    position: absolute;
    opacity: 1;
    left: -68vw;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; */
  }

  .pt-cv-colsys {
    margin: 0;
  }
}
/*MOBILE*/
@media only screen and (max-width: 580px) {
  #rtm_squareblocks_widget-3 {
    margin-bottom: 20px;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    position: absolute;
  }
}
/*footer mobile*/
@media screen and (max-width: 1000px) {
  #footer_header {
    width: 280px;
  }

  #footer_header h3 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  #footer_header_wrap {
    height: 120px;
  }

  #mc4wp_form_widget-6 {
    display: block;
    width: 280px;
    padding-top: 10px;
    overflow-x: none;
  }

  p.mc4wp-form-fields {
    margin: 0;
  }

  #footer-widgets {
    height: 400px;
  }

  #footer-widgets .container .row {
    margin-left: 35px;
  }

  #footer-widgets .container {
    height: 400px;
  }

  #f_left,
#f_mid_left,
#f_mid {
    width: 100%;
    display: inline-block;
  }

  #f_left {
    margin-left: 0;
  }

  #custom_html-8 {
    display: none;
  }

  .rtm_squareblocks_widget {
    width: 100%;
  }

  form#mc4wp-form-1 {
    margin: 0;
  }

  #uutisnosto2 .squareblocks-content-wrap {
    transform: translate(0%, 0%);
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  #footer_header {
    width: 500px;
  }

  #footer_header h3 {
    padding-top: 10px;
  }

  #mc4wp_form_widget-6 {
    width: auto;
  }
}
body {
  font-family: noto-serif, serif;
}

.header-wrap {
  position: fixed;
  width: 100vw;
  z-index: 1000;
  top: 0;
}

#navbar-wrap {
  border-bottom: 3px solid #f5eede;
  max-height: 60px;
  min-height: 60px;
}
#navbar-wrap .container .row {
  background: none;
}
#navbar-wrap .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  max-height: 60px !important;
  max-width: 700px;
}
#navbar-wrap .container .row {
  margin-bottom: 0;
}

#navbar-wrap .container .row {
  border-bottom: 0;
  /* margin-bottom: 0px; */
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 0px 10px 0px 10px;
  line-height: 20px !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  top: -20px !important;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-267 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11864 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-266 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-2776 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-379 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11865 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11502 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-268 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11874 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11857 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11871 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11197 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-286 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11899 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-579 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-582 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-586 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-576 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-5186 > a:nth-child(1) {
  font-weight: 700;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-584 > a:nth-child(1) {
  font-weight: 700;
}

#menu-item-585 > a:nth-child(1) {
  font-weight: 700;
}

#menu-item-14166 > a:nth-child(1) {
  font-weight: 700;
}

#menu-item-270 > a:nth-child(1) {
  font-weight: 700;
}

/* f4f65d6a5d6c4dd363779dd75a5d7325.css | https://beta.rauhanpuolustajat.org/wp-content/litespeed/css/f4f65d6a5d6c4dd363779dd75a5d7325.css?ver=ad81e */
#menu-item-267 > a:nth-child(1) {
  text-transform: uppercase;
  padding-bottom: 0;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11864 {
  margin-top: 0;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11938 > a:nth-child(1) {
  padding-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11937 > a:nth-child(1) {
  padding-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-265 > a:nth-child(1) {
  font-weight: 600;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-382 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-381 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-380 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-4775 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11201 > a:nth-child(1) {
  font-weight: 600;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-448 > a:nth-child(1) {
  display: none;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-270 > a:nth-child(1) {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: 130px;
  padding: 0.2rem 0;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11502 > a:nth-child(1) {
  text-transform: uppercase;
  padding-bottom: 0;
  pointer-events: none;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-286 > a:nth-child(1) {
  text-transform: uppercase;
  padding-bottom: 0;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11898 > a:nth-child(1) {
  font-weight: 600;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-4560 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-581 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11964 > a:nth-child(1) {
  font-weight: 600;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-9279 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-6128 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11504 > a:nth-child(1) {
  margin-left: 1rem;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-14166 > a:nth-child(1) {
  border-top: 1px solid #000;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: 130px;
  padding: 0.2rem 0;
}

/* Element | https://beta.rauhanpuolustajat.org/ */
#menu-item-11200 > a:nth-child(1) {
  font-weight: 600;
  padding: 0.2rem 0;
}

#menu-item-286 > a:nth-child(1) {
  border-top: 1px solid #000;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: unset;
  padding: 0.2rem 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

#menu-item-11502 > a:nth-child(1) {
  border-top: 1px solid #000;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: unset;
  padding: 0.2rem 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

#menu-item-11197 > a:nth-child(1) {
  border-top: 1px solid #000;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: unset;
  padding: 0.2rem 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

#menu-item-267 > a:nth-child(1) {
  border-top: 1px solid #000;
  margin-top: 1rem;
  text-transform: uppercase;
  max-width: unset;
  padding: 0.2rem 0;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

#menu-item-11864 {
  margin-top: 0;
}

#mobimenu .menu-item-has-children {
  margin-top: 0 !important;
}

#mobimenu .sub-menu {
  margin-bottom: 0 !important;
}

#custom_html-10 {
  float: left;
}

#simple-social-icons-2 {
  float: left;
}

#custom_html-10 a {
  color: white;
  margin-left: 1rem;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  border-left: 0.1rem solid white;
  display: block;
  float: left;
  padding-left: 1rem;
}

.sub-menu li a {
  padding: 0 !important;
}

@media only screen and (min-width: 1096px) {
  .search-toggle {
    right: 1.5rem !important;
  }

  #navbar-wrap .navbar {
    top: 0.2rem;
  }
}
#footer-widgets {
  background-color: #6b78b3;
  position: unset;
  width: 100%;
  position: relative;
  padding-bottom: 2rem !important;
}
#footer-widgets .container {
  background: transparent;
  height: 200px;
}
#footer-widgets .container * {
  color: white;
}
#footer-widgets #media_image-2 {
  max-width: 160px;
  float: left;
  margin-right: 1rem;
}
#footer-widgets #text-2 {
  float: left;
}
#footer-widgets #f_mid_left {
  display: none;
}
#footer-widgets .row {
  width: 100%;
}
#footer-widgets #f_left {
  margin-left: 0;
}

#colophon {
  text-align: center;
  background-color: rgba(34, 34, 34, 0.95);
  color: #8c8989;
  /*! display: none; */
  width: 100%;
  display: block;
  position: relative;
  background: #6b78b3;
}
#colophon .site-info {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}

#mc_embed_signup .button {
  background-color: #bc5800 !important;
}

.tapahtumat .pt-cv-ctf-list {
  width: 100%;
}
.tapahtumat .pt-cv-custom-fields {
  margin-top: 24px !important;
}

.page-id-2911 .entry-content h2 {
  font-size: 3rem;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid black;
}

.archive .sqstream-3 {
  display: none;
}
.archive .pt-cv-meta-fields span,
.archive .pt-cv-meta-fields time {
  margin-left: 8px;
  max-height: 30px;
}
.archive .otsbox > h1:nth-child(1) > span:nth-child(1) {
  font-weight: 600;
}

.pt-cv-ifield {
  position: relative;
}

.pt-cv-title {
  hyphens: none !important;
}

.search .add_to_cart_button {
  display: none !important;
}

.woocommerce-checkout .input-text {
  padding-left: 0.5rem;
}

.woocommerce-cart #coupon_code {
  min-width: 230px;
}

@media (max-width: 544px) {
  .woocommerce-cart #coupon_code {
    width: 100% !important;
  }
  .woocommerce-cart #content table.cart td.actions .coupon .button {
    width: 100% !important;
  }
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
  background: white;
  padding: 1rem;
}

.woocommerce ul#shipping_method li input {
  margin: 8px 0.4375em 0 0;
  vertical-align: top;
}

.squareblocks-wrap .respond {
  display: none !important;
}

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