@charset "UTF-8";
/* #f6a305 */
@import url("https://fonts.googleapis.com/css?family=Goblin+One&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;
}

.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: 300;
}

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-duration: 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: rgb(204, 10, 10);
  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;
}

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

#mobimenu .dropdown-menu,
#navbar-wrap .container .row {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: white;
}

#navbar-wrap .dropdown-menu {
  background-color: rgb(204, 10, 10);
  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: rgb(245, 245, 245);
}

#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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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 {
  padding-bottom: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

#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: "\f078";
  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: "\f007";
  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 rgb(0, 0, 0);
}

.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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
  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: "\f019";
  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;
}

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

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

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

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

.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-box #search-term {
  border: 2px solid #303030;
}

#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: rgb(204, 10, 10);
  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: #ffffff;
}

.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;
  top: 36px;
  color: white;
  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: rgb(33, 37, 41);
  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) {
  .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;
}

.squareblocks-meta {
  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: #ffffff !important;
}

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

.sqstream .article-meta {
  font-size: 1m;
  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: rgb(204, 10, 10);
}

.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: rgb(204, 10, 10) !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: "\f002";
}

.icon-user:before {
  content: "\f007";
}

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

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

.icon-gold:before {
  content: "\f2be";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-edit:before {
  content: "\f044";
}

.icon-home:before {
  content: "\f015";
}

.icon-trash:before {
  content: "\f00d";
}

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

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

.icon-instagram:before {
  content: "\f16d";
}

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

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

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

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

.icon-circle:before {
  content: "\f111";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-plus:before {
  content: "\f067";
}

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

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

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

.icon-minus:before {
  content: "\f068";
}

.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: rgb(204, 10, 10);
  border-radius: 3rem;
  color: white;
  padding: 0.1rem 1rem;
  transition-duration: 0.2s;
  border: 1px solid rgb(204, 10, 10);
  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: rgb(204, 10, 10);
  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 rgb(204, 10, 10);
  line-height: 1.8;
  margin-top: -4px;
}

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

.squareblocks-stacked-title {
  line-height: 1.8;
  border-bottom: 1px solid rgb(204, 10, 10);
  background-color: transparent;
  color: rgb(204, 10, 10);
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

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

.squareblocks-stacked-tab-content {
  border-bottom: 2px solid rgb(204, 10, 10);
}

.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: rgb(204, 10, 10);
}

.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: rgb(204, 10, 10);
  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: rgb(204, 10, 10);
}

.squareblocks-wrap .ui-state-active a:link,
.squareblocks-wrap .ui-state-active a:visited,
.squareblocks-wrap .ui-state-active a {
  color: rgb(204, 10, 10);
  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: rgb(204, 10, 10);
  list-style-position: outside;
  list-style-type: none;
  line-height: 1.4em;
}

.squareblocks-tab-content ol {
  margin: 0;
  color: rgb(204, 10, 10);
  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: rgb(204, 10, 10);
}

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: auto !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;
}

#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: rgb(204, 10, 10);
  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;
}

.change_issue {
  display: block;
}

.select-issue {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 40%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0.25em 0.5em;
  font-size: 1.05rem !important;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}

.page-template-page_lehti input[type=submit] {
  background-color: black;
  border-radius: none !important;
  color: #fff;
  padding: 0.25em 1em;
  transition-duration: 0.2s;
  border: 1px solid black;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.select-issue::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

@media only screen and (max-width: 600px) {
  .select-issue {
    width: 84% !important;
    color: black !important;
  }
}
.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: 1000px;
}

.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: 100000000 !important;
  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;
}

/* uusia sekalaisia muutoksia: */
#topmenu-wrap {
  display: none;
}

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

.uutisnosto .lowres .squareblocks-featured-image {
  background-image: none !important;
}

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

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

.uutisnosto .squareblocks-featured-image img {
  display: none;
}

.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 {
  display: block;
  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: rgba(255, 255, 255, 0);
}

.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;
}

.page-template .container {
  background: none !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: rgba(204, 10, 10, 0) !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: rgba(255, 255, 255, 0);
}

header.page-header h1 {
  /* font-family: Roboto, sans-serif; */
  font-weight: 100;
  text-align: center;
  color: black;
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
  /* border-bottom: 2px solid black; */
}

/*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;
}

.home #page {
  /*
  max-width:1980px;
  margin-left:auto;
  margin-right:auto;
  */
}

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

html, body {
  height: 100%;
}

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: rgba(252, 247, 244, 0.3490196078) !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;
  background: white;
  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: rgba(255, 255, 255, 0);
}

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;
}

article h2, article h3, article h4, article h5, article h6 {
  padding: 0 50px !important;
}

.size-full { /*
max-width: 112%;
  width: 112%;
  position: relative;
 left: -1%; 
  height: auto; */ }

.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;
  width: 150%;
  position: relative;
  left: -26%;
  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: url("http://voima.lahimedia.fi/wp-content/uploads/2019/06/reinhard2.jpg"); */
  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-featured-image > a {
  height: 70vh;
}

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

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

.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-featured-image > a {
  height: 70vh;
}

.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: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: rgba(255, 255, 255, 0);
}

.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;
}

#uutisnosto2 .eyebrow, #uutisnosto .eyebrow {
  transform: translate(0%, 0%);
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 200px;
  border-radius: 0;
  font-size: 1em;
  background: black;
  margin-top: -25px;
  position: relative;
  top: -13px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-transform: uppercase;
}

.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 rgb(37, 37, 37);
}

.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;
  }
  article h2, article h3, article h4, article h5 {
    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;
    background: white;
    margin-top: 0;
    position: initial;
  }
  #rtm_articlemeta_widget-3 a {
    display: inherit !important;
  }
  .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;
  }
  article h2, article h3, article h4, article h5 {
    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: rgba(255, 255, 255, 0.9294117647);
  }
  .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: rgba(252, 247, 244, 0.3490196078);
  }
  .heading-featured-image {
    height: 100vh;
    background-repeat: no-repeat;
    /* background-position: center -150px; */
    background-size: cover;
    max-width: 100%;
    background-attachment: initial;
  }
  .uutisnosto p, .sqstream .excerpt p {
    font-size: 16px;
  }
  #below_article_meta {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    text-align: center;
    background: white;
    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, #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 li {
    font-family: "abril-fatface", serif;
    text-transform: uppercase;
    font-size: 1.4em;
  }
  #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;
}

#search-box, .search-toggle {
  z-index: 100000;
  margin-top: -15px;
}

body {
  background-color: #fcf7f4;
}

#top-layer {
  z-index: 1000;
}

/* IMG FIT FIXX */
.sqstream .image-wrapper img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

#gallery-1 img {
  border: 0 !important;
}

#gallery-1 .gallery-item {
  width: 100% !important;
}

.gallery-caption {
  background: white;
  padding: 1rem;
  font-family: futura-pt, sans-serif;
  font-size: 18px !important;
}

.featherlight-content .caption {
  overflow: scroll;
}

.featherlight {
  overflow: scroll;
}

#uusin-lehti {
  display: none;
  max-width: 910px;
  margin: 0 auto;
  background: #f4f9fc;
  padding: 1rem;
  margin-bottom: 2rem;
  position: relative;
}
#uusin-lehti .wp-caption-text {
  display: none;
}
#uusin-lehti .su-row {
  margin-bottom: 0;
}
#uusin-lehti .col-12 {
  padding: 0;
}
#uusin-lehti .entry-title {
  display: none;
}
#uusin-lehti .content-area {
  padding-bottom: 0;
}
#uusin-lehti h2 {
  padding-bottom: 1rem !important;
  color: black;
}
#uusin-lehti .entry-content {
  font-size: 1rem;
  color: black;
}
#uusin-lehti div.su-column:nth-child(2) {
  margin-top: -1rem;
}

.rtm_pageinsert_widget {
  border-top: 0;
  box-shadow: none;
}

.squareblocks-featured-image img {
  box-shadow: none;
}

.page-template-page-blogit .sqstream .image-wrapper img {
  display: none !important;
}

.admin-bar .menu-wrapper {
  top: 32px !important;
}

.post-has-image .heading .heading-featured-image  {
  pointer-events: none;
}

/* custom tyylit */
.htransparentw > .container {
  background: transparent !important;
}

.main-content a:hover {
  text-decoration: none !important;
  color: black;
}

.htransparentw .single-h1, .htransparentw .ingressi {
  color: white !important;
  text-shadow: rgba(3, 0, 9, 0.7) 4px 4px 4px;
}

.upbox {
  top: 65px;
}

.metabox-kirjoittaja {
  font-weight: 600;
}

.hstransparentw .container {
  background: rgba(255, 255, 255, 0.7882352941) !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;
}
.page .entry-content h2, .page .entry-content h3 {
  padding: 0 !important;
}

.mobileimagemain {
  display: none;
}

#search-box, .search-toggle {
  position: fixed;
  top: 15px;
  right: 0;
}

.squareblocks-meta, .alempistream .sqstream .article-meta {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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;
}

#search-box, .search-toggle {
  position: fixed;
}

.single-blogikirjoitus #page {
  margin-top: 40px;
}

.post-has-image #top-layer {
  display: block !important;
  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;
  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;
}

.btn {
  background-color: #040404 !important;
  border-radius: 0 !important;
  color: white;
  padding: 0.5rem 2rem !important;
  transition-duration: 0.2s;
  border: 0 !important;
  box-shadow: none !important;
  width: fit-content;
}

/* Kulttuuriartikkelit */
.esityksen-nimi, .esiintyja {
  padding-left: 50px !important;
}

.paikka {
  padding-left: 50px !important;
  font-size: 25px;
}

.esityksen-nimi {
  margin-bottom: 5px !important;
  font-size: 40px;
  text-transform: uppercase;
}

.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;
}

/* etusivu mainosbannerit */
.wppaszone img {
  width: 100%;
}

.grid_container_38482 {
  width: 50% !important;
}

.grid_container_38488 {
  width: 100% !important;
  margin: 0 !important;
}

.wppaszone {
  overflow: visible;
  max-height: 1000px !important;
}
.wppaszone > div {
  display: flex !important;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 101%;
}

.eventags li {
  list-style: none;
  padding: 10px;
  border: 1px solid black;
  text-transform: uppercase;
  width: fit-content;
  margin: 10px;
  float: left;
  font-family: gill-sans-nova, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.table {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 200;
}

.eo-event-future {
  font-weight: 600;
}

.eo-eb-event-box > .wp-post-image {
  padding-bottom: 20px;
}

.eventorganiser-event-meta {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
}
.eventorganiser-event-meta hr {
  display: none;
}

.eo-tc-event {
  margin: 25px auto;
  background: white;
  padding: 20px;
}

.eo-event-meta {
  margin: 15px 0;
}
.eo-event-meta li {
  margin: 0 !important;
}

.table td, .table th {
  border: none !important;
}

#uutisnosto2 .squareblocks-featured-image {
  /*	transform: translateZ(0px) scale(1.1); */
  background-attachment: scroll;
}

.post-has-image #content {
  padding-top: 30px;
}

.scrolled {
  background-color: #fcf7f4 !important;
  -webkit-transition: background 1s;
  transition: background 1s;
}

.channel-title {
  font-size: 2.6rem !important;
  font-weight: 100;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.tax-blogikanava .has-avatar > .tile-inner .image-wrapper img {
  display: none;
}

.channel-description {
  /* background: white; */
  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-image {
  width: 100% !important;
  height: 32rem !important;
  border-radius: 0 !important;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}

.channel-wrap {
  background: white;
  margin-right: 3% !important;
  margin-bottom: 3% !important;
}
.channel-wrap .image-wrapper img {
  /* display:none !important; */
}

.taglist {
  padding-top: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 200;
}

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;
}

#f_mid_left, #f_mid, #f_mid_right, #f_right {
  display: none;
  visibility: hidden;
}

#footer-widgets .container {
  width: fit-content;
  width: -moz-max-content;
}

.page .heading .container {
  background: rgba(252, 247, 244, 0) !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;
  font-size: 1rem !important;
}

.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;
  width: fit-content;
  padding-top: 20px;
}

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 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-featured-image {
  margin-bottom: 40px;
}

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

#navbar-wrap {
  /*position: fixed;
  width: 100%;
  top: 0; */
  background-color: #fcf7f4;
  z-index: 10000;
  transition: top 0.3s;
}

body.login #content .container .row {
  background-color: rgba(255, 255, 255, 0);
}

.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: opacity 1s;
  color: white !important;
}
.tile-inner:hover {
  opacity: 0.8;
}

.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;
}

/*
.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: 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: 23px;
}

.paywall-login-button {
  background: none !important;
  color: black !important;
  font-size: 0.8em;
  text-decoration: underline;
}

.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;
}

.page-template .container, .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: rgba(204, 10, 10, 0) !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: 0;
  padding: 20px;
  font-family: abril-text;
  color: black;
  width: 100%;
  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;
}

.author-wrap {
  display: none;
}

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

#footer_content_wrap {
  background-color: rgba(255, 255, 255, 0);
}

header.page-header h1 {
  font-weight: 100;
  text-align: center;
  color: black;
  font-family: "abril-fatface", serif;
  text-transform: uppercase;
}

/*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;
}

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

.page-template-page-podcastit .container {
  /*  max-width: 1647px; */
  max-width: 95%;
}

html, body {
  height: auto;
}

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: rgba(252, 247, 244, 0.3490196078);
  filter: none;
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
}
.artikkeli-template-default #navbar-wrap .container .row {
  border-bottom: 0;
  /* margin-bottom: 0px; */
}

#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: 16px;
}
#navbar-wrap .container .row {
  /* border-bottom:2px solid black; */
  margin-bottom: 10px;
}

#front_content_wrap {
  box-shadow: none;
}

/*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;
}

.crp_thumb {
  width: 100%;
}

.crp_related li {
  /* width: 100%; */
  display: block;
  margin-bottom: 20px;
  background: white;
  padding: 20px;
  width: 48%;
  margin: 1%;
}
.crp_related ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -40px !important;
}

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

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

.heading-post-with-image div {
  background-attachment: fixed;
}

.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;
  overflow: visible;
}

.author-label, .photos-by-label, .issue-label, .issue-description {
  margin-top: 10px;
}

#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;
  background: white;
  padding: 20px;
  max-width: 180px;
  font-size: 1.2em;
  position: absolute;
  margin-left: -14vw;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#below_article_meta a {
  color: black;
  font-weight: 200;
  text-decoration: none;
}

#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: rgba(255, 255, 255, 0);
}

blockquote:before {
  display: none;
}

.entry-content figure {
  margin-top: 5%;
}
.entry-content .aligncenter {
  margin-top: 5%;
}
.entry-content h2, .entry-content h3 {
  padding: 1em 50px 0 50px;
}
.entry-content .alignnone {
  /* margin: inherit !important; */
  display: flow-root;
}
.entry-content figure .alignnone {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.single-blogikirjoitus .entry-content .aligncenter, .single-blogikirjoitus .entry-content .alignleft, .single-blogikirjoitus .entry-content .alignright, .single-blogikirjoitus .entry-content .alignnone {
  display: block;
}
.single-blogikirjoitus .entry-content .alignnone:first-of-type {
  margin: 0 auto !important;
  display: inline-block !important;
  margin-bottom: 1em !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;
}

.single article ul {
  padding: 0 65px;
  color: black;
}

.crp_related ul {
  padding: 0 0 !important;
}

.crp_related ul {
  margin-left: 0 !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 {
  border: 0;
  font-family: abril-text, serif;
  font-weight: 800 !important;
  font-style: italic;
  font-size: 50px;
  width: 150%;
  position: relative;
  left: -26%;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  text-align: center;
  color: black;
  clear: both;
}

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: 98.5vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-blogikirjoitus .heading-featured-image {
  height: 92.5vh;
}

.heading h1 {
  font-family: abril-text, serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  text-align: center;
  color: #000000;
  font-size: 2.2rem;
}

.heading-container .ingressi {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  padding-bottom: 20px !important;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.search-results .heading .container .row {
  display: block;
  margin-top: 2em;
}

/* 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 {
  transform: translate(50%, 0%);
  width: 50%;
}

.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: rgb(255, 255, 255);
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  color: black !important;
  /*margin-bottom:-200px; */
}

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

.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: rgba(255, 255, 255, 0);
}

.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: -20px;
  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: -13px;
  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;
}

.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: -14px;
  border-bottom: 6px solid rgb(37, 37, 37);
}

.page-template-page-kulttuuri .otsviiva, .page-template-page-artikkelit .otsviiva, .page-template-page-voima-artikkelit .otsviiva, .page-template-page-taiteenpaikka .otsviiva {
  width: 100%;
  position: relative;
  bottom: 14px;
  border-bottom: 6px solid rgb(37, 37, 37);
}

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

/* tapahtumat */
.event-template-default #below_article_meta {
  display: none;
}

.googlemap {
  height: 240px !important;
}

/* lightbox edit */
.featherlight-content .caption {
  bottom: 40vh !important;
  right: -25vw !important;
  max-width: 380px !important;
  background: #2f2e2d !important;
  padding: 1em !important;
}

/*laptops*/
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /* IMG FIT FIXX */
  .sqstream .image-wrapper img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }
  .voima_metabox p, .blogidb p {
    padding: 0 !important;
  }
  /* Laptop main image mod */
  .uutisnosto .squareblocks-featured-image img {
    /* display: none; */
    display: block !important;
    height: auto !important;
  }
  #uutisnosto2 .squareblocks-featured-image > a {
    /* height: 70vh; */
    height: auto !important;
  }
  .uutisnosto .squareblocks-item {
    /* height: 70vh; */
    height: auto !important;
  }
  /* Kulttuuriartikkelit */
  .ylakuvateksti2 {
    top: -55px;
  }
  .alempistream .sqstream .eyebrow {
    /* margin-top: -35px; */
    margin-top: -20px;
  }
  .single article ul {
    padding: 0 40px;
  }
  .paikka {
    font-size: 25px;
  }
  .esityksen-nimi {
    margin-bottom: 5px !important;
    font-size: 35px;
  }
  #uutisnosto2 .squareblocks-content-wrap {
    transform: translate(0%, 0%);
    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; */
    max-width: 240px;
  }
  .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: 785px;
  }
  #below_article_meta {
    /* margin-top: 10px; */
  }
  .voima_metabox, .voimafakta, .voimakainalo {
    margin: 0 auto;
  }
  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    position: relative;
    left: initial;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
    text-align: center;
    color: black;
  }
  .single .entry-content > p {
    padding: 0 140px;
  }
  .single .entry-content li {
    margin: 0 118px;
    color: black;
  }
  #uutisnosto2 .squareblocks-featured-image > a, #uutisnosto .squareblocks-featured-image > a {
    height: 100vh;
  }
  .sqstream .main-content h3 {
    font-size: 1.7em !important;
  }
  .heading h1 {
    font-size: 3rem;
  }
  .single .entry-content p {
    padding: 0 140px;
  }
  #uutisnosto2 .squareblocks-featured-image > a, #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;
  }
  /* lightbox edit */
  .featherlight .featherlight-content .caption {
    bottom: initial !important;
    right: initial !important;
    max-width: unset !important;
    background: #313130;
    padding: 1em;
  }
  .alempistream .sqstream .eyebrow {
    /* margin-top: -35px; */
    margin-top: -15px;
  }
  .crp_related li {
    width: 48%;
  }
  .channel-title {
    font-size: 1.6rem !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;
  }
  #below_article_meta {
    margin-left: -11vw;
    max-width: 175px;
  }
}
@media only screen and (max-width: 1200px) {
  #uutisnosto2 .squareblocks-content-wrap {
    transform: translate(0%, 0%);
    width: 100%;
  }
  .otsviiva {
    bottom: -4px;
  }
  .page-template-page-kulttuuri .otsviiva, .page-template-page-artikkelit .otsviiva, .page-template-page-voima-artikkelit .otsviiva {
    width: 100%;
    position: relative;
    bottom: 8px !important;
    border-bottom: 6px solid rgb(37, 37, 37);
  }
  .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.5em;
  }
  #top-layer .logomask img {
    z-index: 1;
  }
  #mobimenu .mobimenu-close {
    color: black;
  }
  #mobi-nav ul li a.dropdown-item {
    color: black;
    background: none;
  }
  #mobimenu .dropdown-menu {
    position: inherit !important;
    transform: translate3d(0px, -6px, 0px) !important;
    top: 0px;
    left: 0px;
    will-change: transform;
  }
  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    position: relative;
    left: initial;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1em;
    text-align: center;
    color: black;
  }
  .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;
    background: white;
    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) {
  .sqstream .image-wrapper img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
  }
  .page-template-page-podcastit .otsviiva {
    bottom: 8px !important;
  }
  .crp_related li {
    width: 100%;
  }
  .search-icon {
    margin-top: 5px;
  }
  #search-box, .search-toggle {
    right: unset;
  }
  .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: #fcf7f4 !important;
  }
  .mobisearch button {
    color: white;
    background: none;
    border: 0;
  }
  #search-box, .search-toggle {
    z-index: 100000;
    margin-top: -5px;
    top: 0;
  }
  .admin-bar .search-toggle {
    margin-top: 10px;
  }
  #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: #fcf7f4;
    display: block;
    z-index: 9999;
    transition: top 0.4s;
  }
  .post-has-image #top-layer {
    position: fixed;
    background: #fcf7f4;
    top: 0;
    right: 0;
    display: block;
    z-index: 1;
  }
  #top-layer .container .row {
    padding-top: 0;
  }
  a.logomask {
    position: initial;
    justify-content: inherit;
  }
  #logowrap {
    width: 100%;
    max-width: 100%;
  }
  #top-layer {
    width: 100%;
  }
  #mobimenu {
    opacity: 1;
    z-index: 99999999;
    padding: 60px 0 120px 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: white;
    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;
  }
  #mobi-nav ul li a {
    color: black;
  }
  #mobimenu .dropdown-toggle::after {
    display: none;
  }
  #mobimenu li {
    font-family: gill-sans-nova, sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
    line-height: 1em;
  }
  #mobimenu input.sitetools-term {
    border: 2px solid rgb(6, 6, 6) !important;
    padding-left: 10px;
  }
  #mobimenu .dropdown-menu {
    border: 0;
    background: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  /*custom tyylit*/
  .single article ul {
    padding: 0 30px;
    color: black;
  }
  .alempistream .sqstream .eyebrow {
    top: -5px !important;
  }
  .htransparentw > .container {
    background: transparent !important;
    /* color: black !important; */
  }
  .htransparentw .single-h1 {
    color: black;
  }
  .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;
  }
  blockquote {
    border: 0;
    font-family: abril-text, serif;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 28px;
    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: rgba(255, 255, 255, 0.9294117647);
  }
  .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: 95vh;
    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;
    background: white;
    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 {
    transform: translate(0%, 0%);
    width: 100%;
  }
  a .crp_title {
    font-size: 2em;
  }
  .hmbox > .container {
    background: black !important;
  }
  .entry-content h2,
  .entry-content h3 {
    padding: 1em 15px 0;
  }
}
@media (max-width: 844px) {
  .image-wrapper img {
    /* display: none; */
    display: block !important;
    object-fit: cover;
    height: 100%;
  }
  .alempistream .sqstream .eyebrow {
    margin-top: -30px !important;
    position: relative;
    top: 0 !important;
  }
  .paywall-denied {
    padding: 20px 0;
    color: #000000;
    font-size: 1.2em;
    display: block;
    font-family: abril-text;
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  #masthead {
    margin-top: 35px;
  }
  .page #masthead {
    margin-top: 60px;
  }
  .single-blogikirjoitus #page {
    margin-top: 0;
  }
  blockquote {
    font-size: 28px;
  }
  .htransparentw .single-h1, .htransparentw .ingressi {
    color: black !important;
    text-shadow: none !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;
  }
  .uutisnosto .squareblocks-content-wrap {
    /*   padding-right: 5px;
    padding-left: 5px; */
  }
  .post-has-no-image .heading .container {
    margin-top: 0;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto !important;
    display: block;
  }
  .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%;
  }
  #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;
  }
  #uutisnosto .squareblocks-featured-image > a, #uutisnosto2, #uutisnosto .squareblocks-featured-image > a, .uutisnosto .squareblocks-item {
    height: 100vh;
  }
  #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;
  }
  /* Kulttuuriartikkelit */
  .esityksen-nimi, .esiintyja {
    padding-left: 15px !important;
  }
  .paikka {
    padding-left: 15px !important;
    font-size: 25px;
  }
  .esityksen-nimi {
    margin-bottom: 5px !important;
    font-size: 60px;
  }
  .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;
  }
  heading-featured-image, .lowres-featured-image {
    display: none;
  }
  .lowres .artikkeli {
    /* margin-top: -420px; */
  }
  .post-has-image .heading-shade {
    position: initial;
    bottom: 0;
  }
  .single .entry-content h1 {
    padding: 0 16px;
    hyphens: none;
  }
  .heading .container {
    background: none !important;
  }
  .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: 1em;
  }
  .entry-content h2, .entry-content h3 {
    padding: 1em 15px 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;
  }
  body.admin-bar #search-box, body.admin-bar .search-toggle {
    margin-top: 0;
  }
  .post-has-image .heading .heading-featured-image, .heading  {
    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: 2rem;
    word-break: break-word;
  }
  blockquote {
    font-size: 28px;
  }
}
#custom_html-22 > div:nth-child(1) > a:nth-child(1) {
  text-decoration: none;
}

.pinkfooter * p, .pinkfooter * h3 {
  font-family: futura-pt, sans-serif;
}

.pinkfooter {
  height: auto;
  padding-bottom: 1em;
  background-color: black;
  /* display: flex; */
  display: flex;
  overflow: hidden;
  flex-direction: row !important;
  max-width: 1008px;
  margin: 0 auto;
}

.pinkfooter > div:nth-child(1) {
  width: 70%;
}

#custom_html-22 > div:nth-child(1) {
  background: black;
}

/* 59117.css | https://voima.fi/wp-content/litespeed/cssjs/59117.css?fce36 */
.pinkfooter > div {
  width: 50%;
  margin: 2rem 2rem 0 2rem;
  max-width: 700px;
  overflow: hidden;
}

.pinkfooter > div:nth-child(1) > h3:nth-child(1) {
  color: white;
  font-size: 4rem;
}

.pinkfooter > div:nth-child(1) > p:nth-child(2) {
  font-size: 2.3rem;
  color: white;
}

.tilaa_btn {
  margin-top: 2.5em;
  background: white;
  max-width: 650px;
  z-index: 1000000000;
  float: left;
  padding: 1em 2em;
  border-radius: 2em;
  background-image: linear-gradient(135deg, #fcf7f4 0%, #FCF7F4 100%);
  background-attachment: fixed;
}

.tilaa_btn img {
  max-height: 110px;
  margin: 1rem;
  float: left;
}

.pinkfooter > div:nth-child(2) {
  margin-left: -4rem;
}

.pinkfooter > div:nth-child(2) {
  background: white;
  margin-top: 0;
}

.tilaa_btn > p.pfootertext {
  float: left;
  line-height: 1.3;
  font-size: 1.5rem;
  margin: 2.5rem auto;
}

.pinkfooter > div:nth-child(2) {
  /* background: #fff; */
  background: black;
}

.pinkfooter > div:nth-child(2) {
  /* margin-left: -4rem; */
  margin-left: 0;
}

@media only screen and (max-width: 1285px) {
  .pinkfooter > div:nth-child(1) > p:nth-child(2) {
    font-size: 2.1rem;
  }
  .tilaa_btn > p:nth-child(3) {
    float: left;
    font-size: 1.5rem;
    margin: 4.5rem auto;
    line-height: 1.3;
  }
  .tilaa_btn img {
    max-height: 240px;
  }
  .tilaa_btn {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 1160px) {
  .pinkfooter {
    display: flex;
    flex-direction: column !important;
  }
  .pinkfooter {
    height: auto;
    background-color: black;
  }
  .tilaa_btn {
    margin: 2em;
    float: none;
    padding: 3em;
    max-width: 500px;
  }
  .pinkfooter > div {
    width: 100%;
  }
  .pinkfooter > div:nth-child(1) > p:nth-child(2) {
    font-size: 1.7rem;
  }
  .tilaa_btn > p:nth-child(3) {
    float: none;
    font-size: 2rem;
    margin: 4.5rem auto;
    line-height: 1.3;
  }
}
.pinkfooter > div:nth-child(1) > h3:nth-child(1) {
  /* font-size: 4rem; */
  font-size: 3rem;
}

@media only screen and (max-width: 1285px) {
  .tilaa_btn img {
    /* max-height: 240px; */
    max-height: 100px;
  }
}
/* 59117.css | https://voima.fi/wp-content/litespeed/cssjs/59117.css?cd751 */
.tilaa_btn {
  /* padding: 1em 2em; */
  padding: 0.5em 3em;
}

.tilaa_btn > p:nth-child(3) {
  /* font-size: 2.5rem; */
  /* margin: 4.5rem auto; */
  font-size: 1.6rem;
  margin: 2rem auto;
}

@media only screen and (max-width: 540px) {
  .tilaa_btn > p:nth-child(3) {
    /* font-size: 2rem; */
    /* margin: 4.5rem auto; */
    font-size: 3rem;
    margin: 2.5rem auto;
    text-align: center;
  }
  .pinkfooter > div:nth-child(1) > h3:nth-child(1) {
    /* font-size: 4rem; */
    font-size: 2.2rem;
  }
  .tilaa_btn > p:nth-child(3) {
    /* font-size: 2rem; */
    /* margin: 4.5rem auto; */
    font-size: 2rem;
    margin: 2.5rem auto;
    text-align: center;
  }
  .tilaa_btn img {
    /* max-height: 240px; */
    max-height: 200px;
    margin: 0 auto;
    display: block;
  }
  .tilaa_btn > p:nth-child(3) {
    /* font-size: 2rem; */
    /* margin: 4.5rem auto; */
    font-size: 3rem;
    margin: 2.5rem auto;
    text-align: center;
    display: inline-block;
  }
  .pinkfooter > div {
    width: 100%;
    margin: 2rem 2rem 0 2rem;
    max-width: 400px;
    overflow: hidden;
  }
  .tilaa_btn > p.pfootertext {
    /* font-size: 2rem; */
    /* margin: 4.5rem auto; */
    font-size: 2rem;
    margin: 1rem auto;
    text-align: center;
  }
  .tilaa_btn {
    max-width: 270px;
  }
  .pinkfooter > div:nth-child(1) > p:nth-child(2) {
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
  }
  .pinkfooter > div:nth-child(1) {
    width: 78%;
  }
}
@media only screen and (max-width: 390px) {
  .pinkfooter > div:nth-child(1) > p:nth-child(2) {
    /* font-size: 1.6rem; */
    font-size: 1.1rem;
  }
}
/*Checkout*/
.woocommerce-page .col-1, .woocommerce-page .col-2 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
}

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=number], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=url], .woocommerce-checkout input[type=password], .woocommerce-checkout input[type=search], .woocommerce-checkout textarea, .woocommerce-checkout .input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.woocommerce-checkout article.page {
  padding: 0 1rem;
  max-width: 1000px;
}
.woocommerce-checkout label {
  margin-right: 1em;
}
.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
  display: inline;
}

.entry-content > .woocommerce {
  max-width: 1500px;
}

.product-price {
  /* color: #22a7ff; */
  color: #545454;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  /* background-color: #96588a; */
  background-color: #000;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  /* background-color: #a46497; */
  background-color: #000;
}

.single-product .entry-content h2 {
  display: none;
}

.single-product .heading .container {
  background: transparent;
}

.single-product #wpdevar_comment_3 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: black;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: black;
}

.single-product .entry-content h2, .single-product .entry-content h3 {
  padding: 0 !important;
}
.single-product #primary {
  padding: 1em;
}

.single-product p {
  padding: 0 !important;
}

.single-product .form-control {
  border: 1px solid black;
}

.woocommerce ul.products li.product .price {
  color: black;
}

.pt-cv-view .product.woocommerce {
  padding: 1em !important;
}

/* Advanced ads submit */
#advanced-ads-selling-wrapper {
  padding: 1em !important;
  background: #fff !important;
  max-width: 600px;
}
#advanced-ads-selling-wrapper label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.advanced-ads-selling-setup-page .button {
  font-size: 16px;
  height: 40px;
  margin: 0px;
}

.advanced-ads-selling-setup-ad-details > p:nth-child(2) {
  display: none;
}

.advanced-ads-selling-setup-ad-details > form:nth-child(4) > label:nth-child(3) {
  display: none !important;
}

.advanced-ads-selling-setup-ad-details > form:nth-child(4) > div:nth-child(5) {
  display: none;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  background: white;
  padding: 1em;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  /* font-size: 1em; */
  font-size: 1.5em;
}

.woocommerce ul.products li.product .price {
  display: none;
}

.cart > p:nth-child(4) {
  display: none;
}

.cart > ul:nth-child(5) {
  display: none;
}

.single-product .product_meta {
  display: none;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.single-podcast .entry-content iframe {
  display: block !important;
  float: left;
}
.single-podcast .container iframe {
  /* width: 100% !important; */
  max-width: 70% !important;
}

@media (max-width: 1200px) {
  .single-podcast .container iframe {
    /* width: 100% !important; */
    max-width: 100% !important;
    margin-bottom: 1em;
  }
}
.squareblocks-wrap .respond {
  display: none !important;
}

.hbox .blogchannelinfo,
.hbox .podcastinfo {
  display: none;
}

span.trending {
  display: none;
}

#paywall-preview .pw_generated_excerpt > div.simpleParallax > img:first-child {
  display: none;
}

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

#search-term:focus-visible {
  outline: none;
}

.paywall-login-button {
  color: white !important;
}

.su-expand-link::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  margin-top: -1rem;
  background: rgb(252, 247, 244);
}

.type-taiteen-paikka .eyebrow {
  color: black !important;
}

.eo-fes-form-element-type-button {
  background: black;
  color: white;
  border: none;
  padding: 0.5rem;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
}

.voima-banneri-etusivulla {
  margin-top: 0.7rem;
}

.voima-close-button {
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  right: 0;
  float: right;
  margin-left: -15px;
}

.entry-content h2 * {
  overflow-wrap: break-word;
}

.crp_excerpt {
  margin: 1.5em;
  display: block;
  font-size: 1.1em;
  line-height: 1.2;
}

.voima-jutun-sisalla-lyhyemmat-jutut-mobiili {
  margin-bottom: 1rem;
}

.voimafakta * {
  padding: 0 !important;
}

#below_article_meta {
  overflow: hidden;
}

.eo-event-meta li {
  padding: 0 !important;
}

.eventorganiser-event-meta > h4:nth-child(2) {
  display: none;
}

.channel-title {
  hyphens: auto !important;
  -webkit-hyphens: auto !important;
}

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

.home .voima-target {
  width: 50%;
}

.voimafakta li {
  padding: 0 !important;
}
.voimafakta ul {
  padding: 0 20px !important;
}

.hbox img {
  max-width: 210px;
}

.heading-featured-image {
  background-position-y: 0;
}

iframe .wp-embed-featured-image img {
  display: none !important;
}

.pt-cv-wrapper {
  animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blurIn {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.voima-banneri-etusivulla {
  animation: fadeIn 3s;
}

.parallax-window {
  animation: blurIn 2s;
}

.char-style-override-1 {
  font-weight: 600;
}

.voima-popup {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.single-event .crp_related {
  display: none !important;
}

.issue .issue-description {
  text-align: center;
  color: black;
  margin-top: -2em;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.voima-popup.swipe-right {
  animation-name: slideOutRight;
}

.hstransparentw .container {
  backdrop-filter: blur(10px);
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.voimakainalo .metabox-title {
  padding: 0 !important;
  margin-top: 0;
}

.voimakainalo p {
  padding: 0 !important;
}

.channel-more:hover {
  color: white !important;
}

.textwidget img {
  max-width: 1240px;
}

.single .archive-listing {
  margin-top: -1em;
}

#swipebox-overlay {
  display: none;
}

.breadcrumbs {
  font-family: futura-pt, sans-serif;
}

.wp-embedded-content {
  min-width: 100% !important;
}

.channel-more {
  font-family: futura-pt, sans-serif;
}

.voima-adlabel {
  font-family: futura-pt, sans-serif;
}

.single-audio-jakso .crp_related h3 a {
  text-transform: none;
}

.paywall-actions {
  padding: 0px 20px;
  width: 100%;
  text-align: center;
}

.single .blogidb h3 a {
  font-size: 1.6rem;
}

.heading-container {
  width: fit-content;
}

h1.esiintyja:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.6em;
}

.paikka {
  margin-top: 0 !important;
  font-size: 1.1em;
}

h1.esiintyja {
  margin-top: 0 !important;
}

img.lozad {
  opacity: 0; /* initial state */
  transition: opacity 0.5s ease-out; /* transition effect */
}

img.lozad[data-loaded=true] {
  opacity: 1; /* final state when data-loaded is true */
}

.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: #1e1e1e !important;
}

.grecaptcha-badge {
  display: none;
}

.single .paywall-login-button {
  color: white !important;
}

.site {
  max-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

h2,
h3 {
  word-wrap: initial;
}

.single .crp_related .tile {
  width: 50% !important;
}

div.crp_related:nth-child(2) {
  margin-top: -4em;
}

.single-taiteen-paikka .tpcontent {
  display: block !important;
}

.single .tiles-container {
  max-width: 900px;
  margin: 2em auto;
}

.crp_related .navigation {
  display: none;
}

.crp_related .tile h3 a {
  text-transform: none;
}

.home span.after_title:nth-child(4) {
  display: none;
}

.page-id-59214 .ttsingle {
  display: none;
}

.page-id-59214 .taiteenpaikkaingr {
  margin-top: 0 !important;
}

.single .sqstream .tile-inner {
  box-shadow: none;
  padding: 1em;
}

.single-artikkeli .relcat,
.single-arvio .relcat,
.single-blogikirjoitus .relcat {
  display: block !important;
}

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

.paywall-denied.paywall-require-registration a {
  background-color: #171717 !important;
  padding: 4px 20px;
  border-radius: 20px;
  border-width: 0;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  display: block;
  max-width: 458px;
  margin: 0 auto;
  margin-top: 1em;
}

.voima-banneri-etusivulla {
  display: flex;
  flex-direction: row;
  width: 100%;
}

a.profile-action:active {
  background: #d7d7d7 !important;
  color: black !important;
}

.paywall-dialog ::before {
  position: absolute;
  bottom: 308px;
  width: 100%;
  height: 22%;
  content: "";
  left: 0;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(252, 247, 244) 100%);
}

.breadcrumbs {
  margin-bottom: 1em;
}

.voima-banneri-etusivulla * img {
  width: 100%;
}

.voima-jutun-sisalla-lyhyemmat-jutut {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  border: 1px dotted #8f8f8f;
}

#cookie-notice .cn-button {
  color: #f7d79b;
}

.voima-banneri-etusivulla div {
  max-width: 100%;
}

.audio-kanava-tottelemattomuusakatemia .blogid > a {
  hyphens: auto !important;
  word-wrap: normal;
}

#post-70499 .paywall-preview {
  display: none;
}

.paged .blogikanava {
  display: none;
}

.paywall_type_label {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: block;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  background: black;
  max-width: 130px;
  padding: 4px;
  font-family: Roboto, sans-serif;
  border-radius: 2rem;
  font-weight: 200;
  margin-bottom: 0.4em;
}

.paged #wpctc_widget-2-tagcloud {
  display: none !important;
}

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

.heading-container {
  text-align: center;
}

.voima-jutun-sisalla-pidemman-jutut,
.voima-jutun-sisalla-mobiili {
  margin-bottom: 1em;
  margin-top: 1em;
  border: 1px dotted #8f8f8f;
  display: inline-block;
}

.voima-jutun-sisalla-pidemman-jutut:after,
.voima-jutun-sisalla-mobiili:after {
  font-size: 15px;
  background: white;
  width: 100%;
  display: block;
}

a.tag-cloud-link:nth-child(1) {
  /* font-size: 200%; */
  font-size: 115%;
}

.tag-cloud-link {
  font-size: 1em !important;
  text-transform: capitalize;
  background: #404040;
  padding: 0.5em;
  color: white;
  margin-right: 0.2em;
  margin-bottom: 1em;
  display: inline-block;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wpctc-wpctc_widget-2 a {
  /* color: #000000 !important; */
  color: white !important;
}

.crp_related ul li {
  padding: 1em !important;
}

ul#menu-alavalikko2.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-alavalikko2.menu.nav.flex-column li {
  text-transform: uppercase;
  display: inline;
  width: 100%;
}

#menu-alavalikko li {
  display: inline;
  width: 100%;
}

#f_mid {
  /* display: none; */
  display: block;
}

#footer-widgets .container {
  padding: 40px 10px;
}

#f_mid_left,
#f_mid,
#f_mid_right,
#f_right {
  display: block;
  visibility: visible;
}

#footer_left {
  flex-direction: column;
}

#footer-widgets > div:nth-child(1) {
  max-width: 95%;
}

.single #viesti {
  display: none;
}

.breadcrumbs {
  text-align: center;
  font-size: 1.1em;
}

#uutisnosto2 .squareblocks-image {
  object-fit: contain;
  position: relative;
  top: -50%;
}

span.hairikot > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(4) > a:nth-child(1) {
  color: white;
}

.paywall-diamond .heading-shade .container {
  padding-bottom: 0.5em;
}

#viesti {
  background: #fff;
  padding: 1em;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.single .taiteenpaikkaingr {
  font-family: "Goblin One", cursive;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 50px;
}

#breadcrumbs {
  margin-top: 3em;
}

.post-share {
  display: none;
}

.nav-links {
  display: none;
}

.container iframe {
  width: 100% !important;
}

.single-audio-jakso .container iframe,
.single-blogikirjoitus .container iframe {
  width: auto !important;
  min-width: 70%;
}

.single-taiteen-paikka .container iframe {
  min-width: 65%;
}

.single-audio-jakso .blogidb,
.single-blogikirjoitus .blogidb,
.single-artikkeli .blogidb {
  width: 30%;
}

.container iframe {
  width: auto !important;
  min-width: 100%;
}

.su-youtube,
.su-u-responsive-media-yes {
  padding-bottom: 400px !important;
}

.voimakainalo h2,
.voimakainalo h3 {
  padding: 0 !important;
}

.pt-cv-pinterest.pt-cv-border .pt-cv-pinmas {
  border: 0;
}

.pt-cv-ctf-value {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.pt-cv-custom-fields {
  margin-top: 0;
}

.pt-cv-meta-fields time {
  color: black;
}

.pt-cv-pinterest .pt-cv-meta-fields {
  padding: 0;
}

.pt-cv-ctf-list {
  padding: 0 !important;
}

.entry-date {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: black;
}

.entry-date time {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 17px;
  color: black;
}

.terms a {
  transform: translate(0%, 0%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  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: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  text-transform: uppercase;
}

.page-template-page_login-php .tml .message {
  border: 0;
  font-family: "abril-fatface", serif;
  color: #000;
  font-size: 2em;
  display: none;
}

.otsallak {
  position: relative !important;
  background: white !important;
}

.tml-user-login-wrap > label:nth-child(1) {
  line-height: 1.2;
}

.tml-action-links {
  margin-left: 0;
  padding-left: 0;
}

#user_login,
#user_pass {
  border: 2px solid black;
}

.blogmobi {
  display: none;
}

.voimafakta li {
  margin: 0 !important;
}

.issue-description {
  max-width: 418px;
  margin: 0 auto;
  background: transparent;
  padding: 20px;
  font-size: 1.2em;
}

.advads-close-button {
  width: 35px !important;
  height: 35px !important;
  background: #fff;
  position: relative;
  line-height: 35px !important;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  right: 0.2em !important;
  float: right;
  margin-left: -15px;
  font-size: 2em;
  top: 0em !important;
}

.heading .paywall_type_label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 2rem;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  width: 130px;
}

.paywall-register-button {
  display: none;
}

.voimapallo {
  max-width: 200px;
  max-height: 200px;
}

.archive-description > p > a {
  text-decoration: underline;
}

#custom_html-15 {
  pointer-events: none;
  z-index: 0;
}

.issue {
  z-index: 2;
  position: relative;
}

#menu-item-70141,
#menu-item-70663,
#menu-item-70697,
#menu-item-57376 {
  border: 1px solid white;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.04);
  /*! color: white; */
  background: white;
  margin-right: 0.2em;
  background: white;
}

#menu-item-57376 > a:nth-child(1) > img:nth-child(2) {
  height: 22px;
  margin-top: -3px;
}

#menu-item-70141 a:hover,
#menu-item-70663 a:hover {
  background: transparent !important;
}

.lataapdf {
  text-align: center;
  display: block;
  background: white;
  padding: 1em;
}

.single-podcast .container iframe {
  max-width: 70% !important;
  float: none;
}

#menu-item-70141 .nav-link::before,
#menu-item-70663 .nav-link::before {
  /* content: ""; */
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 6px;
}

.entry-content .alignnone {
  display: block !important;
}

#voima-874819040 {
  text-align: center;
  display: flow-root !important;
}

.voima-jutun-sisalla {
  margin-bottom: 1em;
  display: flow-root !important;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.01);
}

.instagram-media {
  margin: 0 auto !important;
}

h1,
h2,
h3,
h4 {
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}

a:hover {
  color: unset;
  text-decoration: underline;
}

.voima20 {
  max-width: 120px !important;
  margin-top: 20px;
}

.bloginfoimg {
  padding-bottom: 1em;
  max-width: 220px !important;
  display: block;
  margin: auto;
}

.sqstream .content-wrapper {
  background-color: white;
  padding: 15px !important;
  height: 100%;
}

.excerpt,
.sqstream .excerpt p {
  display: block;
  margin-top: 1em;
  text-align: left;
  text-indent: -0.7em;
  padding: 0.5em;
  margin-bottom: 2em;
}

.hbox {
  pointer-events: none;
}

.nav-previous,
.nav-next {
  text-transform: lowercase;
  font-family: "abril-fatface", serif;
}

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

.product-description {
  display: block;
  margin-left: 1.5em;
  margin-right: 1em;
}

.payment-gateway-logo {
  max-width: 100px;
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.product-display .product-description {
  margin-left: 0;
}

.paywall_subscribe_radio {
  display: block;
  background: white;
  margin-top: 12px;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 5px 5px #f7ebe6;
}

.videomainoscontainer {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  background: white;
  clear: both;
}

.entry-content iframe {
  max-height: 390px;
}

/* blog/audio */
.hbox {
  position: absolute;
  right: 0;
  top: 10px;
  width: 100%;
  height: 100%;
}

.blogdesc.blogdesc-1,
.podcastdesc {
  display: none;
}

.hbox .blogchannel::before,
.hbox .podcast::before {
  content: "#";
}

.hbox .blogchannel,
.hbox .podcast {
  text-transform: uppercase;
  color: black;
}

.hbox .blogchannelinfo,
.hbox .podcastinfo {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

/* blog/audio */
#footer_left {
  display: flex;
}

input,
textarea {
  max-width: 100%;
}

#popupmainos {
  max-width: 60vw;
}

.voimafakta .voima-jutun-sisalla,
.voimafakta .voima-jutun-sisalla-mobiili,
.voimakainalo .voima-jutun-sisalla,
.voimakainalo .voima-jutun-sisalla-mobiili {
  display: none;
}

.voima-jutun-sisalla-mobiili {
  margin-bottom: 1em;
}

.su-spacer {
  clear: none !important;
}

.eo-events-shortcode * a {
  font-size: 20px;
  font-weight: 600;
}

.eo-events-shortcode {
  font-size: 14px;
}

.eo-events-shortcode * img {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

#eo_shortcode_calendar_0_content {
  font-size: 0.9em;
  background: white;
  padding: 1em;
  margin-bottom: 1em;
}

.eo-events-shortcode li,
.eo-events-shortcode ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  background: white;
  margin: 0 0 1em;
  padding: 1em;
}

.eo-events {
  margin: 0;
  padding: 0;
}

.blogidb .voima-jutun-sisalla {
  display: none;
}

.videomainostxt {
  font-family: futura-pt, sans-serif;
  font-size: 1.3em;
  position: relative;
  line-height: 1;
}

/*PRODUCT-PAGE START*/
.single-product .post-share {
  display: none;
}

.advanced-ads-selling-setup-ad-details > p:nth-child(2) {
  display: block !important;
}

.woocommerce ul.products li.product {
  background: #fff;
  padding: 1em;
}

.woocommerce-terms-and-conditions {
  display: block !important;
  max-height: 200px;
  overflow: auto;
}

.single-product section#below_article_meta,
.single-product div.crp_related,
.single-product div.heading-featured-image,
.single-product .mobileimagemain {
  display: none;
}

.tax-blogikanava .has-avatar > .tile-inner .image-wrapper img {
  display: block !important;
}

.single-product .heading-shade {
  position: relative;
  padding-top: 1rem;
}

.single-product .summary {
  margin-top: 35px;
  padding: 25px;
  background-color: white;
}

.single-product p.price,
.cart ul,
.cart p {
  padding: 0 !important;
}

.single-product .summary .price {
  color: #6d6d6d !important;
  font-size: 1.5em !important;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

.single-product .summary .single_add_to_cart_button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0;
}

.single-product .product_meta {
  font-size: 0.875em;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*PRODUCT-PAGE END*/
/*TEMP*/
#voima-grid-8744 li {
  margin-bottom: 0 !important;
}

.excerpt,
.sqstream .excerpt p {
  display: block;
  margin-top: 1em;
  text-align: left;
  text-indent: -0.7em;
  padding: 0.5em;
}

.voima-jutun-sisalla {
  margin-bottom: 1em;
}

.voima-jutun-sisalla::after {
  font-size: 16px;
}

.voima-adlabel {
  font-size: 16px;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.9019607843);
  text-align: center;
  clear: both;
}

.excerpt a {
  font-size: 1.1em;
}

#uutisnosto2 .squareblocks-excerpt p {
  margin-top: 1em;
  line-height: 1.2;
}

body.admin-bar #search-box,
body.admin-bar .search-toggle {
  margin-top: 12px;
}

.uutisnosto p {
  font-family: abril-text;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 1.1em;
}

#uutisnosto2 .squareblocks-title {
  font-size: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

/*TEMP END*/
.fb-comments > span:nth-child(1) {
  margin: 0 auto;
  display: block;
}

#wpdevar_comment_2 > span:nth-child(1) {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.featherlight .featherlight-content .caption {
  /* font-weight: lighter; */
  font-weight: normal;
  padding-top: 10px;
  overflow: visible;
  white-space: pre-line;
  margin-top: -18px;
}

.featherlight .featherlight-content .caption:focus,
.featherlight .featherlight-content .caption:hover {
  overflow: visible;
  white-space: pre-line;
}

.eo-event-title {
  padding: 0 !important;
}

/* lukuaika */
.share-icons {
  position: relative;
  top: 70px;
}

#custom_html-15 {
  position: relative;
  top: -150px;
  display: inline;
}

span.rt-label:nth-child(1) {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* lukuaika end */
.pswp__caption a {
  color: white !important;
}

article ol {
  padding: 0 140px;
  color: black;
}

.lang a,
.lang {
  display: block;
  font-family: "abril-fatface", serif;
  color: black;
  font-size: 50px;
  color: black;
  display: inline;
}

.lang {
  float: right;
  margin-top: -80px;
}

.blogidb h3 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.sqb_button_0:hover {
  font-size: 3.2em;
}

.voimafakta h2,
.voimafakta h3 {
  hyphens: none !important;
  -webkit-hyphens: none !important;
}

.videomainos {
  margin-bottom: 20px;
  display: block;
  float: left;
}

.voimafakta .bsaProContainerNew,
.voimafakta .videomainos {
  visibility: hidden;
}

.vmainos {
  display: block;
  text-align: center;
  /* padding-top: 20px; */
  border-top: 2px dashed black;
  font-size: 14px;
  font-family: "Abril Fatface", cursive;
}

#rtm_articlemeta_widget-2 {
  overflow: visible !important;
}

.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 {
  background: #fcf7f4;
}

#mobimenu input.sitetools-term {
  border: 0 !important;
}

.taiteen-paikka-logo,
.arvio-logo,
.blogikirjoitus-logo,
.audio-jakso-logo,
.omakehu-logo {
  width: 50%;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.alempistream .sqstream .hairikot .content-wrapper {
  background: rgb(237, 0, 140);
}

.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-size: 1em;
  text-align: left;
  text-indent: -10px;
}

.alempistream .sqstream .hairikot .content-wrapper .main-content .article-meta .excerpt {
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  text-indent: -10px;
}

.hairikot-logo {
  width: 38%;
  background: rgb(237, 0, 140);
  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;
}

.pt-cv-view .pt-cv-title {
  font-family: abril-text, serif;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  text-align: center;
  margin-top: 15px;
}

.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;
  max-width: 1100px;
  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-24-syyta-tehda-taidetta .eyebrow {
  background: #1a1a1a !important;
  color: rgb(255, 255, 255) !important;
}

.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: -60px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  max-width: 175px;
  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;
}

.crp_related figure {
  margin-top: 0 !important;
}

.tpdb {
  background: white;
  padding: 20px;
  max-width: 880px;
  /* margin: 40px auto; */
  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: 0;
}

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;
  padding: 20px;
}

.paszone-57451,
.grid_container_57451 {
  display: none !important;
}

.single .bsaProContainerNew {
  margin-bottom: 10px;
}

.voimafakta,
.voimakainalo {
  padding: 40px;
  margin: 20px 0;
  max-width: 710px;
  margin: 0 auto;
}

.voimafakta h2,
.voimafakta h3 {
  padding: 0 !important;
}

.voimafakta .metabox-title {
  margin: 0 0 1rem;
}

article p {
  word-break: break-word;
  margin: 0 0 1em 0;
}

.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 ul,
.voimakainalo ul {
  list-style: disc !important;
  padding-left: 20px;
}

.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;
}

.blogidb {
  background: white;
  padding: 20px;
  max-width: 880px;
  margin-right: -20px;
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}

.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 screen and (min-device-width: 2500px) {
  .textwidget img {
    max-width: 1300px;
  }
}
@media screen and (max-device-width: 1600px) and (min-device-width: 1200px) {
  .featherlight-content .caption {
    bottom: 40vh !important;
    right: -25vw !important;
    max-width: 350px !important;
    background: #2f2e2d !important;
    padding: 1em !important;
  }
  .featherlight .featherlight-content {
    margin-top: -100px;
  }
  #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;
  }
  .entry-content h2,
  .entry-content h3 {
    padding: 0px 140px;
  }
  .voimafakta h2 {
    padding: 0;
  }
  .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;
}

@media only screen and (min-width: 1600px) {
  #f_left {
    margin-left: 4em;
  }
  #f_mid_left,
  #f_mid,
  #f_mid_right,
  #f_right {
    margin: 0 2em;
  }
  /* Element | https://voima.fi/ */
  /* Element | https://voima.fi/ */
}
@media only screen and (min-width: 1600px) and (min-width: 1000px) {
  #f_mid_left,
  #f_mid,
  #f_mid_right,
  #f_right {
    /* margin: 0 2em; */
    margin: 0 0em;
  }
}
@media only screen and (min-width: 1600px) {
  #f_mid_left {
    margin-left: -10em;
  }
  #f_mid {
    margin-left: -12em;
    padding-right: 12em;
  }
}
@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;
  }
}
@media only screen and (max-width: 1200px) {
  .featherlight .featherlight-content {
    margin-top: -100px;
  }
  .heading-shade {
    background: none !important;
  }
  .heading-container {
    background: none;
  }
  .single-audio-jakso .blogidb,
  .single-blogikirjoitus .blogidb {
    width: 100%;
  }
  #uutisnosto2 .squareblocks-image {
    object-fit: contain;
    position: relative;
    top: 0;
  }
  .single-taiteen-paikka #below_article_meta {
    float: none;
  }
  .single-audio-jakso iframe {
    min-width: 100%;
  }
  #custom_html-15 {
    position: relative;
    top: -80px;
  }
  .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;
  }
}
@media only screen and (max-width: 1096px) {
  #menu-primaryvalikko-1 > li:nth-child(6) > a:nth-child(1) > img:nth-child(2) {
    max-width: 100px;
    height: auto;
  }
  .author #search-box, .author .search-toggle {
    z-index: 100000;
    margin-top: -10px;
    top: 0;
  }
  .author #logowrap {
    margin-top: 12px;
  }
  .author a.logomask {
    position: relative;
    top: -4px;
  }
  .home .squareblocks-outer {
    padding: 5px 0px !important;
  }
  .crp_related ul li {
    margin-bottom: 1rem;
  }
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    position: unset;
  }
  #mobimenu .dropdown-menu {
    position: static !important;
    transform: unset !important;
    width: 100vw;
    will-change: transform;
    margin: 0 auto;
  }
  .nav-link {
    display: initial;
    padding: 0;
    line-height: 1.4;
  }
  .dropdown-item {
    width: auto;
    padding: 0.25rem;
    clear: both;
    text-align: center;
  }
  #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: unset;
    background-color: transparent;
  }
  #mobimenu .container {
    max-width: 100%;
  }
  #menu-primaryvalikko-1 > li:nth-child(7) {
    background: none;
    border: 0;
  }
}
@media only screen and (max-width: 1000px) {
  #custom_html-12 {
    padding-left: 0;
    padding-top: 1em;
  }
  .featherlight .featherlight-content .caption {
    bottom: initial !important;
    right: initial !important;
    max-width: unset !important;
    background: #313130;
    padding: 0.5em !important;
  }
}
@media only screen and (max-width: 800px) {
  html,
  body {
    /* height: 100%; */
    max-width: 100vw;
    overflow-x: initial;
  }
  .nav-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-70141 {
    background: white;
    border: 1px solid white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    background: white;
    margin-top: 10px;
  }
  #custom_html-12 {
    margin-top: 1em;
    margin-left: 0.1em;
  }
  #footer_left {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  #eo_shortcode_calendar_0_content {
    padding: 0.5rem;
  }
  .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: 30%;
    margin-right: 0;
  }
  .taiteenpaikkaingr {
    font-family: "Goblin One", cursive;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .alignright {
    margin: 7px 0 7px 24px !important;
  }
  .voimakainalo .metabox-title {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 844px) {
  .uutisnosto .squareblocks-item {
    height: auto;
  }
  .hbox .blogchannel,
  .hbox .podcast {
    color: white;
  }
  .hbox {
    right: -10px;
  }
  .otsviiva {
    bottom: -4px;
  }
  .taiteen-paikka-logo,
  .arvio-logo,
  .blogikirjoitus-logo,
  .audio-jakso-logo,
  .omakehu-logo {
    width: 30%;
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0;
    margin-right: auto;
    max-width: 300px;
  }
  .hbox .blogchannelinfo,
  .hbox .podcastinfo {
    display: block;
    position: absolute;
    bottom: 20px;
    right: unset;
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 20px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
  }
  .hbox .blogchannel,
  .hbox .podcast {
    text-transform: uppercase;
    font-weight: 200;
  }
  #uutisnosto2 .squareblocks-featured-image {
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
  #uutisnosto2 .eyebrow {
    display: none;
  }
  .hairikot-logo {
    width: 48%;
    background: rgb(237, 0, 140);
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .taiteen-paikka-logo,
  .arvio-logo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  section.error-404,
  body.login #inner-content {
    padding-left: 0;
    padding-right: 20%;
  }
  .eventags li {
    list-style: none;
    padding: 6px;
    border: 1px solid #000;
    text-transform: uppercase;
    width: fit-content;
    margin: 10px;
    float: left;
    font-family: gill-sans-nova, sans-serif;
    font-size: 12px;
    font-weight: 200;
  }
  .eventags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0;
  }
}
@media only screen and (max-width: 810px) {
  .etusivuots {
    font-size: 7vw !important;
  }
  .col {
    max-width: 100vw;
  }
  .voima-banneri-etusivulla {
    display: flex;
    flex-direction: column;
  }
  .voima-banneri-etusivulla .voima-target {
    width: 100%;
  }
}
/*  */
@media only screen and (max-width: 845px) {
  .single .crp_related .tile {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .voimafakta li {
    margin: 0 1rem !important;
  }
  .page .alignleft {
    margin: 0 !important;
    float: none !important;
  }
  .page-id-66704 .entry-content h1,
  .page-id-18812 .entry-content h1 {
    font-family: "abril-fatface", serif;
    color: black;
    font-size: 1.2rem !important;
  }
  .alignright,
  .alignleft {
    margin: 0 auto !important;
    float: none !important;
  }
  .crp_excerpt {
    margin: 1em;
    display: block;
    font-size: 1em;
    line-height: 1.2;
  }
  .single-audio-jakso .container iframe {
    width: auto !important;
    min-width: 100%;
  }
  .bloginfoimg {
    margin: 0;
  }
  .paywall-dialog ::before {
    position: absolute;
    bottom: 328px;
    width: 100%;
    height: 6%;
    content: "";
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(252, 247, 244) 100%);
  }
  .single-artikkeli .container iframe {
    width: auto !important;
    min-width: 100% !important;
  }
  .blogmobi {
    display: block;
  }
  .channel-wrap .channel-image {
    background: none;
    height: auto !important;
  }
  .excerpt a {
    font-size: 1em;
  }
  .voimapallo {
    max-width: 150px;
    max-height: 150px;
  }
  .single .heading {
    margin-top: 55px;
  }
  .uutisnosto p,
  .sqstream .excerpt p {
    font-size: 1em;
    line-height: 1.2;
  }
  .eo-eb-event-box {
    width: 310px !important;
    margin: 10px 0px !important;
  }
  .uutisnosto .squareblocks-item-wrap-inner {
    position: initial;
  }
  .uutisnosto .squareblocks-content-wrap {
    position: initial;
  }
  #uutisnosto2 .squareblocks-featured-image {
    margin-bottom: -6px;
  }
  #uutisnosto2 .squareblocks-content-wrap {
    transform: none;
  }
  .squareblocks-featured-image {
    background-image: none !important;
  }
  .uutisnosto .squareblocks-featured-image img {
    display: block !important;
    height: auto;
    width: 100%;
  }
  #uutisnosto .squareblocks-featured-image > a,
  #uutisnosto2,
  #uutisnosto .squareblocks-featured-image > a,
  .uutisnosto .squareblocks-item {
    height: unset !important;
  }
  .uutisnosto .squareblocks-item {
    height: unset !important;
  }
  .lang a,
  .lang {
    display: block;
    font-family: "abril-fatface", serif;
    color: black;
    font-size: 20px;
    color: black;
    display: inline;
  }
  .lang {
    float: none;
    margin-top: 0;
  }
  .taiteen-paikka-logo,
  .arvio-logo,
  .blogikirjoitus-logo,
  .audio-jakso-logo,
  .omakehu-logo {
    display: block;
  }
  .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: 25px;
  }
  #uutisnosto2 .squareblocks-featured-image {
    overflow: hidden;
  }
  .hairikot-logo {
    width: 60%;
    margin: 0 auto;
  }
  .voimafakta {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px !important;
    padding: 1rem;
  }
  .alignright,
  .alignleft {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
  }
  .bsaPopupWrapperInner {
    top: initial;
  }
  .advert {
    top: 25px;
  }
  #uutisnosto2 .eyebrow {
    display: none;
  }
  .simplemasonry-item-32138-1 {
    padding-left: 0;
  }
  .heading h1 {
    font-size: 2rem;
  }
  .search-icon {
    margin-top: 3px;
  }
  .ylakuva-kuvateksti,
  .ylakuvateksti2 {
    display: none;
  }
  .ylakuva-kuvateksti-m {
    display: block;
    max-width: 92%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #505050;
    margin-top: 10px;
  }
  .single-taiteen-paikka #below_article_meta {
    margin-left: 0;
    max-width: none;
  }
  .taiteenpaikkaingr {
    font-family: "Goblin One", cursive;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .bsaProContainerNew {
    margin-bottom: 10px;
  }
  .blogidb {
    background: white;
  }
  .blogidb p {
    font-size: 14px;
  }
  .su-box-style-default {
    margin: 20px 0 !important;
  }
  .voimafakta p {
    background: none !important;
  }
  .alignright {
    padding-left: 0;
  }
  .heading {
    position: initial;
    margin-top: 0;
  }
  #uutisnosto2 .squareblocks-featured-image > a {
    height: unset !important;
  }
  #below_article_meta {
    background: white !important;
    margin: 0px 0;
    margin-bottom: 40px;
  }
  body .heading,
  body #content {
    top: 0;
  }
  .voimafakta h2,
  .voimafakta h3 {
    margin-top: 40px;
  }
  .voimafakta ul,
  .voimakainalo ul,
  .voimafakta h2,
  .voimafakta h3 {
    padding-left: 30px;
  }
  #uutisnosto2 .squareblocks-featured-image > a {
    height: auto;
  }
}
[data-src="https://voima.fi/wp-content/uploads/2020/01/voimafi-laiska-160x160.jpg.webp"] {
  display: none;
}

@media only screen and (max-width: 500px) {
  #masthead,
  #top-layer {
    overflow: hidden;
  }
  .taiteen-paikka-logo,
  .arvio-logo,
  .blogikirjoitus-logo,
  .audio-jakso-logo,
  .omakehu-logo {
    width: 50%;
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .hbox .blogchannelinfo,
  .hbox .podcastinfo {
    bottom: 12px;
    padding-top: 0.5em;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    color: black;
  }
  .hbox .blogchannel,
  .hbox .podcast {
    text-transform: uppercase;
    color: black;
    font-weight: 200;
    right: 0;
    left: 0;
    width: 100%;
  }
  .hbox {
    top: 0;
    right: 0;
  }
  .home #page {
    margin-top: 25px;
  }
  .type-blogikirjoitus .excerpt,
  .type-audio-jakso .excerpt {
    display: block;
    margin-top: 1em;
    text-align: left;
    text-indent: -0.7em;
    padding: 0.5em;
    margin-bottom: 0.8em;
  }
  .sqb_button_0 {
    white-space: normal;
  }
  .pt-cv-same-height .pt-cv-2-col .cvp-block,
  .pt-cv-same-height .pt-cv-2-col .cvp-responsive-image,
  .pt-cv-same-height .pt-cv-2-col .pt-cv-thumbnail {
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
  }
}
#wp-calendar td,
#wp-calendar th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

@media only screen and (max-width: 325px) {
  #custom_html-15 {
    position: relative;
    top: -150px;
  }
}
@media only screen and (min-width: 800px) {
  #search-box {
    z-index: 1 !important;
  }
}
@media only screen and (min-width: 1097px) {
  .search-icon:before {
    font-size: 1.5rem;
    position: relative;
    bottom: 6px;
    right: 6px;
  }
}
#search-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#search-box form {
  height: 5rem;
  width: 100%;
}

#search-box {
  max-width: 50rem;
}

#search-box::after {
  content: "";
  height: 200vh;
  width: 200vw;
  overflow: hidden;
  background: #fcf7f4;
  position: fixed;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: seachfadeIn 400ms ease-in-out forwards;
}

#search-box {
  z-index: 0;
}

#search-box input.search-submit {
  background-color: #fff !important;
  color: #0d0d0d !important;
  border: 0;
  width: 4rem;
  font-size: 2rem;
}

#search-box #search-term {
  border: 2px solid #fff;
  font-weight: 100;
  font-family: futura-pt, sans-serif;
  letter-spacing: 1px;
  caret-shape: block;
}

#search-box input {
  padding: 1rem;
  font-size: 2rem;
  width: 46rem;
}

.search-toggle:hover {
  transform: scale(1.2);
  transition: 1s transform ease-in-out;
}

.hidesearch {
  background: #0d0d0d;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 1rem;
}

@media only screen and (max-width: 800px) {
  #search-box form {
    height: 5rem;
    width: 85vw !important;
    margin: 0 auto;
    overflow: visible;
  }
  #search-box input {
    padding: 4px;
    font-size: 1.6rem;
    width: 46rem;
    padding-left: 0.5rem;
  }
  #search-box input.search-submit {
    border: 0;
    width: 6.5rem;
    font-size: 2rem;
    text-align: left;
    font-family: futura-pt, sans-serif;
  }
  .search-icon {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@keyframes seachfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.97;
  }
}

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