h1, h2, h3 {
	color: #A22857;
}
h1, h2 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}
.entry-title {
	font-weight: bold;
}
p {
	font-family: 'Roboto', serif !important;
}
a,
.content a {
	color: #1C48B0;
}
a:visited,
.contant a:visited {
	color: #A22857;
}
h1 a, h2 a, h3 a, h4 a {
	color: inherit !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #A22857 !important;
}
input, select, textarea {
	border-color: #D5D5D5;
	border-width: 2px;
}


.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
	background-color: #000000 !important;
}


.genesis-nav-menu {
	font-family: 'Roboto', sans-serif;
}


.tribe-events-sub-nav li {
	list-style-type: none !important;
}


button, input[type="button"], input[type="reset"], input[type="submit"], .button, .content a.button, .home-top .more-link {
	background-color: #A22857 !important;	
	/*border: 1px #ffffff solid !important;*/
	border-radius: 2em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .content a.button:hover, .home-top .more-link:hover {
	background-color: #367B80 !important;
}
.tribe-events button {
	background-color: transparent !important;
}

.home-upper:before {
	background: rgba( 16, 16, 16, 0.6 ) none;
}
.home-upper .wrap {
	display: block;
}
.home-upper .wrap > * {
	max-width: 640px;
}
.home-upper .button {
	background-color: #A22857;
	/*border: 1px #ffffff solid !important;*/
}
.home-upper .button:hover {
	background-color: #367B80;
}

.cc-color-override-1827372716 .cc-btn {
	background-color: #A22857 !important;
	border: 1px #ffffff solid !important;
}
.cc-color-override-1827372716 .cc-btn:hover {
	background-color: #367B80 !important;
}

#mc_embed_signup .button {
	background-color: #A22857 !important;	
	border: 1px #ffffff solid !important;
}
#mc_embed_signup .button:hover {
	background-color: #367B80 !important;
}


.svs_3jako_isoalkunosto_teksti h4 {
	font-weight: bold;
}
.svs_3jako_isoalkunosto_teksti:not(:nth-child(3n+1)) h3 {
	text-transform: none;
}


.full-width-widgets .widget {
	float: none;
	margin-left: 0;
	width: auto;
}
.full-width-widgets .custom-svs-widget > div,
.posts-in-two-columns {
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}
.full-width-widgets .custom-svs-widget .svs_2palsta,
.posts-in-two-columns .svs_2palsta {
	flex-basis: 33.33%;
	padding-left: 30px;
	padding-bottom: 30px;
}
.posts-in-two-columns .svs_2palsta {
	flex-basis: 50%;
}
.svs_2palsta_teksti h4 {
	color: #1D5E62;
	font-weight: bold;
}
.svs_2palsta_metatieto {
	color: inherit;
	font-size: 12px;
	font-weight: bold;
}
.content .svs_3jako_isoalkunosto a,
.content .svs_3jako_isoalkunosto a:hover,
.svs_3jako_isoalkunosto a {
	color: #ffffff !important;
}
.home-bottom .widget-title,
.sidebar .widget-title,
.section-after-content .widget-title,
.block-widget-titles .widget-title {
	font-weight: bold;
	margin: 0px 0px 32px;
	padding: 18px 8px;
	text-align: center;
	text-transform: uppercase;
}
.home-bottom .widget-title,
.sidebar .widget-title,
.section-after-content .widget-title,
.block-widget-titles .widget-title,
#mc_embed_signup .button {
	background-color: #1D5E62;
	color: #ffffff;
}
.ulkoinen_linkki,
.content .ulkoinen_linkki {
	color: #1D5E62;
	font-weight: bold;
}


.single .entry-title {
	text-align: left;
}


.section-after-content {
	margin-top: 40px;
}
.sidebar-section-contact-info,
.sidebar-person {
	margin-bottom: 1.4em;
}
.sidebar-person h4 {
	color: inherit;
	font: inherit;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
}
.sidebar-person-title {
	text-transform: uppercase;
}
.sidebar-person p {
	margin-bottom: 0;
}
.svs_1palsta_kuvaton_teksti h4 {
	color: #1D5E62;
	font-weight: bold;
}
.svs_1palsta_kuvaton_metatieto {
	color: inherit;
	font-size: 13px;
	font-weight: bold;
}


.home-top-wrapper {
	background-color: #F5F5F5;
	padding: 40px 0;
}
.home-top-wrapper .page-content {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}


.grid-views > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}


@media only screen and ( max-width: 1023px ) {
	.full-width-widgets .custom-svs-widget .svs_2palsta {
		flex-basis: 50%;
	}
}

@media only screen and ( max-width: 767px ) {
	.full-width-widgets .custom-svs-widget > div,
	.posts-in-two-columns {
		margin-left: 0;
	}
	.full-width-widgets .custom-svs-widget .svs_2palsta,
	.posts-in-two-columns .svs_2palsta {
		flex-basis: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}

	.grid-views > div {
		grid-template-columns: 1fr;
	}
}