/*
	Theme Name: Leiden
	Description: WCAG 2.0 AA accessible child theme created for the Genesis Framework.
	Author: Rian Rietveld
	Author URI: http://www.genesis-accessible.org/
	Version: 1.0

	Tags: accessibility-ready, accessible-ready, a11y, web standards, WCAG, Genesis, black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility Extra's
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,700);

@import url('https://fonts.googleapis.com/css?family=Share');



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
 *
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix http://surefirewebservices.com/development/genesis-framework/genesis-rem-chrome-font-size-bug */
body > div { font-size: 1.6rem; }

body {
	background-color: #f5f5f5;
	color: #000;
	font-family: "Raleway";
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1e3250;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #1e3250;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	padding: 0;
	color: #000;
	line-height: 1.45;
	font-weight: 300;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #000;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Share';
	text-transform: uppercase;
	color: #1e3250; 
	text-decoration: none;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 30px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 14px;
	padding: 1.4rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #1e3250;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 14px 24px;
	padding: 1.4rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	text-decoration: underline;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus {
	border: none;
	text-decoration: underline;
}


.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	max-width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1400px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 70%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 30%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}


.search-form input[type="submit"] {
	border: solid 2px #aaa;
	clip: auto;
	height: auto;
	position: relative;
	width: auto;
}


.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.breadcrumb a {
	text-decoration: underline;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 20px
}

.author-box {
	padding: 4rem;
}

.author-box-title {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #000;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 10px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 10px;
	padding: 5px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #000;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #a00;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: "raleway";
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a {
	color: #1e3250;
}

.site-title a:hover {
	color: #000;
}

.site-description {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #000;
	font-family: "Share";
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #000;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}

.nav-primary ul li a {
	color: #ccc;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	color: #000;
}


.nav-primary .sub-menu a:hover {
	color: #000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 20px 20px 14px;
	color: #000;
}

.home .entry {
	padding-top: 0px;
}

.entry-content a {
	color: #1e3250;
	font-weight: 500;
}

.entry-content a:hover {
	 color: #f26c3f;
	
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 0;
}

.entry-content ol li {
	list-style-type: decimal;
	margin-left: 5%;
}

.entry-content ul li {
	list-style-type: disc;
	margin-left: 5%;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 100%;
}

.entry-meta {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	text-decoration: none;
}
.entry-meta a:hover {
	text-decoration: underline;
}


.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-content p a{
	text-decoration: underline;
	
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #1e3250;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
}

.entry-pagination a {
	text-decoration: none;
}
.entry-pagination a a:hover {
	text-decoration: none;
}
/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f8f8f8;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #000;
	line-height: 1.3;
}

.sidebar a {
	text-decoration: underline;
}

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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar .enews-widget {
	background-color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #f9f7f1;
	color: #000;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets p {
	font-family: 'Share';
    color: #1e3250;
    margin: 0 0 15px;
}

.footer-widgets-1 section {
	padding-left:40px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #1e3250;
	text-decoration: underline;
	
	
}

.footer-widgets a:hover {
	color: #f26c3f;;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: none;
}


@media only screen and (max-width: 768px) {
	.widget-area {
		width: 100% !important;
	}
	.widget-area section {
		padding-left: 40px;
	}
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.site-footer a {
	text-decoration: underline;
}
.site-footer a:hover {
	text-decoration: none;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Accessibility Extra's
---------------------------------------------------------------------------------------------------- */


/* Hide visually but not from screen readers and keyboard users */
.screen-reader-text,
.screen-reader-text span,
.search-form label {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


.screen-reader-shortcut {
	position: absolute;
	top: -1000em;
}

.screen-reader-shortcut:focus {
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	background: #fff;
	color: #000;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
}

.wpacc-genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;

}
/* Display search button */
.search-form input[type="search"] {
	width: auto;
	margin-right: 10px;
}

/* Display outline on focus */
:focus {
	color: #333;
	border: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}

/*sivupalkista lista-elementit pois - päivittänyt MH 18.10.2018*/
.advanced-sidebar-menu li {
	list-style-type: none !important;
	margin-bottom: 8px;
	line-height: 1.2;
}

/* Myintegration custom header area */
/* Echo these for the time being, add here when ready */
/*
#myintegration-header-area {
	padding-left:5%;
	padding-right:5%;
}
*/

/* Tapahtuma nostot */
#tapahtuma-nostot .eg-tapahtumat-element-1 {
	color: #fff !important;
}

/* Dashicon kellonaika -esitys tapahtumalla MH */
.dashicons, .dashicons-before:before {
    width: 26px;
    height: 26px;
    font-size: 20px;
    vertical-align: middle !important;
}

/*tapahtumalistaus*/
.tribe-events-ical.tribe-events-button {
	display: inline block !important;
}
#tribe-bar-form label {
	font-family: "Share";
	font-size: 16px !important;
	font-weight: 400 !important;
}
#tribe-bar-form input[type=text] {
	font-family: "Share";
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #1e3250 !important;
    font-size: 16px !important;
	font-family: "Share";
	font-weight: 400 !important;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	background: #f77952 !important;
}
#tribe-events-content a {
	color: #1e3250 !important;
	font-family: "Share";
}
#tribe-events-content a:hover {
	text-decoration: underline;
}

.tribe-events-venue-details,
.tribe-events-event-cost,
.tribe-event-schedule-details,
.tribe-events-list-event-description.tribe-events-content.description.entry-summary p{
	font-family: "Share";
}

/*tapahtumat kk-näkymä*/
.tribe-events-calendar thead th {
	font-family: "Share";
	background-color: #1e3250 !important;
	font-weight: 400 !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #1e3250 !important;
	color: #fff !important;
}
.tribe-events-tooltip {
	font-family: "Share";
}
/*tapahtumat kk-näkymän filtterit mh*/
#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
    background: #1e3250;
    border-bottom: none;
	color: #fff;
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover {
    background: #1e3250 !important;
}

.tribe-events-filter-group li {
    background: #fff !important;
}
.tribe-events-filter-group label {
    border-color: #fff;
}
#tribe_events_filters_wrapper .tribe-events-filter-group label {
    border-bottom: none;
    padding: 8px;
}
.tribe-events-filter-group.tribe-events-filter-select {
    background: #fff;
    padding: 8px;
}
.tribe-events-filter-group {
    border-bottom: none;
}
.tribe-events-filters-content {
    background: #fff;
    border: none;
	font-weight: 500;
	font-family: raleway;
}
.tribe-events-filter-group.tribe-events-filter-range {
    background: #fff;
    padding: 10px;
}

#tribe_events_filters_wrapper .tribe_events_slider_val {
    color: #1e3250;
	font-family: share;
}

/*taphatumat notice*/
.tribe-events-notices {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    margin: 0px 0 0px !important;
    padding: 0px 0px 0px 0px !important;
}

/*yksittäisen taphatuman näkymä*/
.tribe-events-sub-nav li a {
	background: #fff !important;
}

/* Mobile Menu */
@media only screen and (max-width: 767px) {

.full-width-content .content {
/* Menee headerin päälle... */
/*    margin-top: -70px; */
	margin-top: 100px; 
}

#myintegration-fontsize {
	display:none;
}
	
#myintegration-loydapalvelusi {
	display:none;
}

#myintegration-tavastiaevents {
	display:none;
}

#myintegration-header-search {
	display:none;
}

}

#myintegration-header-languages,
#myintegration-fontsize,
#myintegration-loydapalvelusi,
#myintegration-tavastiaevents,
#myintegration-header-search {
	border-right: none !important;
}

@media only screen and (max-width: 1119px) {
	
#myintegration-fontsize #myintegration-fontsize-plus,	
#myintegration-fontsize #myintegration-fontsize-minus {
	font-size: 1em;
}
	
	#myintegration-loydapalvelusi {
		padding-top: 0px !important;
	}
	
	#myintegration-header-search-submit {
		font-size: 1em !important;
	}
}

@media only screen and (max-width: 855px) {
	#myintegration-header-languages {
		margin-right: 0px !important;
	}
	
	#myintegration-tavastiaevents {
		padding-top: 0px !important;
	}
	
	#myintegration-fontsize {
		padding-top: 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	#myintegration-logo {
		margin-left: 10px !important;
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width: 891px) {
	.fas.fa-plus-circle {
	position: absolute;
    top: 70px;
    left: 200px;
	}
	.fas.fa-minus-circle {
	position: absolute;
    top: 70px;
    left: 220px;
	}
}

/* palautelomake */

.caldera-grid label {
	font-family: "Share";
	color: #1e3250;
	font-size: 20px;
}

.caldera-grid option, value {
	font-family: "raleway";
	font-size: 18px;
}

.caldera-grid .row {
	margin-top: 40px;
}

.caldera-grid .btn-default {
	color: #fff !important;
	background-color: #1e3250 !important;
	border: none !important;
	font-family: "Share";
	font-size: 14px !important;
	padding: 10px 20px 10px 20px !important;
}

.caldera-grid .btn-default:hover {
	text-decoration: underline !important;
}

.caldera-grid .form-control {
	height: 45px !important;
}

.caldera-grid textarea.form-control {
	height: auto !important;
}

.caldera-grid .checkbox input[type=checkbox], .caldera-grid .checkbox-inline input[type=checkbox], .caldera-grid .radio input[type=radio], .caldera-grid .radio-inline input[type=radio] {
	width: 2% !important;
}

.caldera-grid .radio-inline {
	width: 100%;
}
.caldera-grid .form-control, .caldera-grid output {
	font-size: 18px !important;
	font-family: "raleway";
}

.caldera-grid .alert-success {
	background-color: transparent !important;
	border: none !important;
	font-family: 'Share';
    color: #1e3250 !important;
	font-size: 20px;
}

.caldera-grid .lomake-email-btn a {
	margin-right: 10px;
	border-radius: 0px;
	color: #1e3250 !important;
    background-color: #fff !important;
    border: 1px solid #1e3250 !important;
    font-family: "Share";
    font-size: 14px !important;
    padding: 10px 20px 10px 20px !important;
}

.caldera-grid .lomake-email-btn .btn.btn-success,
.caldera-grid .lomake-email-btn a:hover {
	color: #fff !important;
    background-color: #1e3250 !important;
    border: 1px solid #1e3250 !important;
    font-family: "Share";
    font-size: 14px !important;
    padding: 10px 20px 10px 20px !important;
}

/*arkistonäkymä */
@media only screen and (min-width: 769px) {

.archive .content,
	.blog .content{
	width: 75% !important;
}
	.archive .sidebar,
	.blog .sidebar{
		width: 25%;
	}
	.sidebar {
	padding-right: 5px;
}
}

@media only screen and (max-width: 768px) {
	.archive .content,
	.archive .sidebar,
	.blog .content,
	.blog .sidebar {
	width: 100% !important;
}
	.sidebar section {
		padding-bottom: 10px !important;
	}
}

.post-type-archive article img {
	display: none;
}

.post-type-archive article h2 {
	border-bottom: 2px solid #EBEBEB;
	padding-bottom: 20px;
}

.post-type-archive article h2 a,
.blog article h2 a{
	color: #1e3250 !important;
}

.post-type-archive article h2 a:hover,
.blog article h2 a:hover {
	text-decoration: underline;
	color: #1e3250 !important;
}

.entry-categories a {
	background-color: #1e3250;
	color: #fff;
	font-family: "Share";
	text-transform: uppercase;
	text-decoration: none;
	font-size: 25px;
	padding: 10px 10px 10px 10px;
}

.entry-categories a:hover {
	text-decoration: underline;
	color: #fff !important;
}

.entry-footer .entry-meta {
	border-top: none;
}



/* PALVELUKORTIT */

.palvelukortti {
	width: 48%;
	min-height: 360px;
	/*alla olevat siirretty yInte:n koodista */
	background-color: #faf7f2;
	float:left;
	color: #1f3250;
	margin-top: 10px;
    margin-right: 10px;
	padding-bottom: 10px;
	word-break: break-word;
}
@media only screen and (max-width: 947px) {
	.palvelukortti {
	width: 47%;
}
 }
@media only screen and (max-width: 500px) {
	.palvelukortti {
	width: 100%;
}
 }
/* tämä oli myInte:n koodissa
 * .palvelukortti {
	background-color: #faf7f2;
	max-width:30%;
	float:left;
	color: #1f3250;
	margin-left:3%;
	margin-top:10px;
	padding:10px;
}
*/
.palvelukortti-toimipisteet {
	list-style-type: none;
}

.palvelukortti-toimipiste {
        list-style-type: none;
}
.palvelukortti  h3 {
	background: url('http://myintegration.kuntakehitys.fi/wp-content/uploads/2018/05/kolmio-oranssi.png') no-repeat;
	padding: 40px 40px 0 40px !important;
}

.palvelukortti h4 {
	padding: 0px 40px 0 40px;
	margin: 0;
}
.palvelukortti h6 {
	padding: 10px 40px 0 40px;
}
.palvelukortti p.aukioloaika {
	font-size: 16px !important;
}

.palvelukortti h3.palvelu-otsikko-kolmio {
/* #1e3250 */
        background: url('https://myintegration.kuntakehitys.fi/wp-content/uploads/2019/02/kolmio-sininen.png') no-repeat;
        padding: 40px 40px 10px 40px !important;
}

.palvelukortti-toimipisteet-lista-otsikko_button:after,
.palvelukortti-toimipisteet-lista-otsikko:after {
	content: "\f347";
	font-family: "dashicons";
	float: right;
}

.palvelukortti-toimipisteet-lista-otsikko,
.palvelukortti-toimipisteet-lista-otsikko_button  {
	 background-color: #1e3250;
	color: #fff;
	width: 70%; 
	text-align: left; 
	padding: 10px; 
	margin: 10px 40px 0 40px;
	display: block; 
	font-family: "Share";
    font-weight: bold;
	font-size: 16px;
}

.palvelukortti ul {
	margin-left: 10px !important;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	font-family: Share;
}

.palvelukortti ul li {
	list-style-type: none;
	font-family: Share;
}

.palvelukortti a {
	color: #1e3250 !important;
	font-weight: 400;
	font-size: 16px;
	white-space: pre-wrap;
}

/*
 * EI TARVITA KU ON JO P -JE
 * .palvelukortti .palvelukortti-kuvaus {
	color: #1e3250 !important;
	font-size: 19px;
	padding-left: 40px;
	padding-right: 40px;
}*/

.palvelukortti p {
	color: #1e3250 !important;
	font-weight: 400;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: Share;
}

.post_palvelu-template-default .entry-meta {
	display: none;
}

.post_toimipiste-template-default .entry-meta {
	display: none;
}

@media only screen and (max-width: 768px) {
	.palvelukortti {
		max-width: 100% !important;
	}
}

/*tabsit ja accordion mobiili */
@media only screen and (max-width: 768px) {
body .vc_tta.vc_tta-tabs .vc_tta-tabs-container { 
	display: block !important; 
}
body .vc_tta.vc_general .vc_tta-panel-heading { 
	display: none !important; 
}
	#accordion .vc_tta.vc_general .vc_tta-panel-heading { 
	display: block !important; 
 }
}

/* sidebar */
.sidebar section {
	margin-bottom: 0px !important;
}

.sidebar h4 {
	border-bottom: 2px solid #EBEBEB;
	padding-bottom: 10px;
	font-size: 20px;
}

.facetwp-checkbox {
	font-family: "Share";
	color: #1e3250;
	text-transform: uppercase;
}

.facetwp-facet {
	margin-bottom: 0px;
}

.sidebar a {
	font-family: "Share" !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
}

.sidebar a:hover {
	text-decoration: underline !important;
}

.search-form input[type="search"] {
	width: 100%;
	margin-right: 0px;
}

.search-form input {
	border-radius: 0px !important;
	font-family: "raleway";
}

.search-form input[type="submit"] {
	background-color: #1e3250;
	border-color:#1e3250;
	margin-top: 10px;
	width: 100%;
	font-family: "Share";
	font-size: 16px;
}

.search-form input[type="submit"]:hover {
	text-decoration: none;
	background-color: #f77952;
	border-color:#f77952;
}

/*  menu piilottaa sivua */
@media only screen and (max-width: 879px) {
	.post-template-default .nav-primary {
		margin-bottom: 20px;
	}
	.blogi-template-default .nav-primary {
		margin-bottom: 20px;
	}
	.page-template-default.page .content {
		margin-top: 0px;
	}
} 

/* MOBIILIMENU */
@media only screen and (max-width: 1154px) {
	.nav-primary {
		background-color: #fff;
	}
	#mega-menu-wrap-primary {
		background: #fff !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 20px !important;
		color: #1e3250 !important;
   }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		border-bottom: 1px solid #f1f1f1 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
    margin-left: 0px!important;
}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after {
		content: '\f347' !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	    content: '\f343' !important;
	}
}

/*MURUPOLUN VIIVA POIS, KOSKA EIOLE MURUPOLKUA */
@media only screen and (max-width: 54.9375em){
	#murupolun-viiva-tarjotin {
		display: none !important;
	}
	#blogit-murupolun-viiva {
		display: none !important;
	}
}
/*checkboxit Toimipisteet sivulla*/
#myintegration-targetgroup-loop-filter input {
border: 0px solid #000;
box-shadow:0px 0px 0px #eee inset;
width:10%;
}

#myintegration-targetgroup-loop-filter label {
width:80%;
}

#myintegration_kategories_loop_filter input {
border: 0px solid #000;
box-shadow:0px 0px 0px #eee inset;
width:10%;
}

#myintegration_kategories_loop_filter label {
width:80%;
}

#myintegration-serviceclass-loop-filter input {
border: 0px solid #000;
box-shadow:0px 0px 0px #eee inset;
width:10%;
}

#myintegration-serviceclass-loop-filter label {
width:80%;
}

/* SUOSITUIMMAT SIVUT RESPONSIIVISUUS */
@media only screen and (max-width:768px) {
	.menu-sliderin-pudotusvalikko-suosituimmat-sivut-container {
		right: 0 !important;
		width: 100%;
	}
	.menu-sliderin-pudotusvalikko-suosituimmat-sivut-container p {
		text-align: left;
		font-size: 14px;
	}
	.menu-sliderin-pudotusvalikko-suosituimmat-sivut {
		text-align: left;
	}
	#menu-sliderin-pudotusvalikko-suosituimmat-sivut li a {
		font-size: 14px;
	}
}


/* sidebar mobiili JE 12.3.2019 */
@media only screen and (max-width:767px) {
	.advanced-sidebar-menu .parent-sidebar-menu {
		border: 1px solid #1e3250;
    	padding: 10px;
		margin-left: 0px !important;
		background-color: #f9f7f1;
	}
	.advanced-sidebar-menu .parent-sidebar-menu .dashicons {
		float: right;
	}
}

/* tästä alkaa tyylit joita ei tuotannossa vielä ole,
 * Huom. yllä olevia tyyleissa on myös jotakin korjauksia*/

/* TARJOTINSIVUN KUVAOTSIKKO */
.ih-item {
	margin-top: 0px;
}
.ih-item .info {
	top: 80%;
    position: absolute;
	margin-left: 2%;
	color: #fff !important;
	margin: 0px 0px 0px 20px !important;
	font-size: 3.6rem;
	font-family: "Share";
	font-weight: 700;
	text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
	.ih-item .info {
		top: 70%;
	}
}
@media only screen and (max-width: 400px) {
	.ih-item .info {
		top: 50%;
	}
}

/* TARJOTINSIVUN MURUPOLKU */
.tarjotin-murupolku .breadcrumb {
	margin-top: 40px;
	margin-left: 0px;
}

/* MURUPOLUN KORJAUS */
@media only screen and (max-width: 54.9375em){
.breadcrumb {
    display: block !important;
}
 }

/* KORJAUS EI SKAALAUDU OIKEIN SIVUT */
.full-width-content .content {
    margin-top: 0px !important;
}


/*BLOGIPOHJAN TYYLEJÄ*/

.nostot_blogipohja, .viimeisimmat_blogikirjoitukset { 
	margin: 0px !important;
	padding: 0px !important;
	font-weight: 300;
	color: rgb(11, 42, 88);
	font-family: "Share" !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
}
.nostot_blogipohja {
	background-color: #f9f7f1;
	padding: 5% !important;
}
.nostot_blogi li {
	list-style-type: none !important;
	margin-left: 0px !important;
	font-family: "Share";
	font-size: 16px;
}
.nostot_blogi li a:hover {
	text-decoration: underline !important;
}
.nostot_blogipohja ul li{
	margin-left: 0px !important;
}
.nostot_blogipohja ul, .viimeisimmat_blogikirjoitukset ul {
	margin-left: 0px !important;
}

.nostot_blogipohja a ,  .viimeisimmat_blogikirjoitukset ul{
	list-style-type: none !important;
	margin-bottom: 0px;
}
.nostot_blogipohja li , .viimeisimmat_blogikirjoitukset li{
	color: rgb(85, 85, 85) !important;
	font-family: "Share" !important;
	font-size: 16px !important;
	list-style-type: none !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.nostot_blogipohja a , .viimeisimmat_blogikirjoitukset a {
	font-family: Share;
	color: #1e3250;
}

.viimeisimmat_blogikirjoitukset a:hover {
	text-decoration: underline !important;
}

/*
.widgetti_blogipohja {
	background-color:	#f9f7f1; 
	padding-right: 10px;
	padding-left: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
.widgetti_blogipohja h4 {
	font-size: 2rem !important;
	padding-top: 40px !important;
	padding-left: 20px !important;
}
.widgetti_blogipohja li {
	list-style-type: none;	
}
.widgetti_blogipohja ul {
	margin-left: 10px;
	padding-left: 10px !important;
}
*/


/*TARJOTIN JA ALATARJOTIN SIVUJEN PÄÄKUVAN MARGIN */
/* tämä väli haluttiin pois
 .tarjotin_kuva {
	margin-top: 20px;
}*/
/*alatarjotin*/
.tarjotin_pieni_kuva  {
	margin-bottom: 20px;
}


.ajankohtaista_linkit div {
	box-sizing: border-box;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 0px !important;
	margin-bottom: 35px !important;

}

.ajankohtaista_linkit a {
	color: #1e3250;
	font-family: Share;
	list-style-type: none;
}

.ajankohtaista_linkit ul  {
	background-color: #f9f7f1;
	box-sizing: border-box;
	
	margin-bottom: 0px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-top: 0px !important;

	padding-bottom: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 10px !important;
}

.ajankohtaista_linkit li {
	list-style-type: none !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
}

.ajankohtaista_linkit_otsikko h4 {
	margin-top: 0px  !important;
	padding-left: 30px !important;
	padding-bottom: 0px !important;
} 


.tarjotin_palvelut_toimipaikat h4 {
	padding-bottom: 20px !important;
	padding-top: 30px !important; 
}


/*LINKITTIMEN LINKIT ALKAA - päivittänyt MH*/
.linkitin {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	background-color: #f9f7f1;
	font-family: "raleway";
	padding: 5%;
}

@media only screen and (max-width: 768px) {
	.linkitin {
		margin-top: 15px;
	}
}

.linkitin h2 {
	font-size: 180%;
	line-height: 1.2;
	margin-bottom: 2.5%;
	margin-top: 10%;
}


.linkitin p {
	font-size: 105%;
	line-height: 1.2;
}

.linkitin ul {
	line-height: 1.2;
	margin-left: 0px !important;
}

.linkitin li {
	line-height: 1.2;
	list-style-type: none !important;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 0px !important;
	margin-bottom: 7px;
}

.linkitin a {
	color: #1e3250;
	font-family: "Share";
	font-weight: 700;
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.linkitin h4 {
	margin-bottom: 0px !important;	
}

/*LINKITTIMEN LINKIT loppu*/

/* käsin syötetty kortti alkaa - väri korjattu MH*/
.kortti_ei_ptv  {
	background: url('http://myintegration.kuntakehitys.fi/wp-content/uploads/2018/05/kolmio-oranssi.png') no-repeat; 
	margin-top: 0px !important;
	margin-bottom: 35px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-color:   #f9f7f1 !important; 
	line-height: 1.45;
	color: #000 !important;
	padding-top: 30px;
}

.kortti_ei_ptv p {
	margin-left: 0px !important;
	max-width: 100% !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-left: 20px !important;
	padding-bottom: 0px !important;
	font-family: 'Share';
	color: #1e3250;
}
.kortti_ei_ptv  h4 {
	padding-top: 0px !important;
	padding-left: 20px !important;
	padding-bottom: 0px !important;
}


/* käsin syötetty kortti loppu*/



.tapahtuma_nosto {
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
   	margin-right: 0px !important;
	margin-bottom: 35px !important;
	margin-top: 0px !important;
	}

.tapahtuma_nosto h4  {	
	padding-left: 15px !important;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
}

/* käytössä esim. täällä https://myintegration.kuntakehitys.fi/asuminen/muutto-omaan-asuntoon/  
 * eli sama tyyli mutta leveys on 100%
 * EDIT:// EI OLE KÄYTÖSSÄ KOKO LEVEYDELLÄ ENÄÄN MISSÄÄN -JE
 * 
#palvelukortti100 {
	margin-left: 0px !important;
	width: 100% !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	padding-left: 0px !important;
	padding-bottom: 30px !important;
}*/
/*info esim. paloturvaliisuussivun infolaattikko*/
.infonosto, .infonosto p, .infonosto a {
	font-family: 'Share';
}
.infonosto p {
	color: #1e3250;
}
.infonosto {
	padding-left: 20px;
}

/* BLOGIPOHJAN TYYLIEN SIIRTO  todo POISTA SITTENVASTAAVAT OMA CSS TIEDOSTOSTA*/
.kirjoittajan-nimi p {
	font-family: 'Share'!important;
	text-transform: uppercase;
	color: #1e3250!important;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}


.kirjoittajan-esittely p {
	font-family: 'Share'!important;
		color: #1e3250!important;
}
.kaikki-kirjoitukset a {
	font-family: 'Share';
	text-transform: uppercase;
	color: #1e3250;
	font-weight:700;
	font-size: 20px;
}
.kirjoittaja-boksi {
	padding-left:20px;	
	padding-right:20px;
}
/*uutinen*/ /*blogi*/
.paluulinkki a {
	font-family: 'Share';
	text-transform: uppercase;
}
/*uutinen*/
.paivamaara {
    font-family: Share;
    font-size: 18px;
	color:#f26c3f;
}

/*UUTINEN ALKAA*/
.uutinen_lisatiedot  {
	font-family: 'Share';
	margin: 0px;
	padding: 20px !important;
	background: #f9f7f1;
	line-height:1.3;
}
.uutinen_lisatiedot p {
	color: #000;
	margin-bottom: 10px !important;
}

 .uutinen_lisatiedot h3 h4 h5 h6  {
	 margin-bottom: 0px ;
}
.uutinen_lisatiedot a {
	color: #1e3250;
}

.uutinen_lisatiedot a:hover {
	text-decoration:underline;
}
.uutinen_lisatiedot ul {
	margin-left: 30px !important;
	margin-bottom: 0px !important;
}
.uutinen_lisatiedot li {
	padding: 0px 10px 0px 0px !important; 
}
/*UUTINEN LOPPU*/

/*perussivu linkkilaatikot  korvaa perussivu-nostot tyylia alkaa*/
.perussivu-linnkinostot a {
	color: #1e3250;
	font-family: 'Share';
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}
.perussivu-linnkinostot a:hover {
	color: #1e3250;
	text-decoration: underline;
}
/*perussivu linkkilaatikot  korvaa perussivu-nostot tyylia loppu*/
.perussivu-linnkinostot  {
	padding-left: 20px;
}

/* ETUSIVUN UUDET SIVUNOSTOT */
.etusivu-valk #mega_info_bar .mega_content h2 a, 
.etusivu-valk #mega_info_bar .mega_content p {
	color: #fff;
}

#mega_info_bar .mega_content p {
	color: #1e3250;
	font-family: "Share";
}

#mega_info_bar .mega_content h2 {
	margin: 0px !important;
}

.info-banner {
	margin-top: 20px;
}

#mega_info_bar img {
	object-fit: cover;
}

/*Etusivun kaikki tapahtumat -nappi MH */
#tapahtumat-nappi .vc_btn3.vc_btn3-size-lg {
    font-size: 20px;
	font-family: Share;
	text-transform: uppercase;
	font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
}

#tapahtumat-nappi .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 5px;
	height: 20px;
}

#tapahtumat-nappi a:hover {
	text-decoration:underline;
}

#tapahtumat-nappi .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff;
	background-color: #0b2a58 !important;
}

@media only screen and (max-width: 400px) {
	#tapahtumat-nappi {
		margin-bottom: 5px !important;
	}
	#etusivun-tapahtumat .wpb_text_column {
		margin-bottom: 0px !important;
	}
}

/* TESTI SIVUPALKIN KUVA JOUNILLE
.ajankohtaista_linkit_otsikko img {
	width: 470px;
	object-fit: cover;
}*/


.tyon_paikat_column {
	width: 100%;
	margin: auto;

}
.tyon_paikat {
	width: 100%;
	margin: auto;
}

/*Etusivun palkki*/
#oranssi-palkki {
	margin-left: 0px;
	margin-right: 0px;
}

/*Etusivun tapahtumat MH*/
#etusivu-tapahtumat {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #1e3250;
}

/*TYÖN PAIKKA, etusivun json nostot*/

/* työn paikka välilehden buttonin lisäasetuksia*/
.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-square.vc_btn3-style-custom  {
font-family: "Share";
font-size:	20px !important;
font-weight: 700 !important;
line-height: 1.625 !important;
}



.tyopaikka {
	background: #f9f7f1!important;
	float: left;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	width: 19.2%;
	height: 520px; 
}

@media only screen and (max-width: 766px) { 
	.tyopaikka {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 767px) { 
	.tyopaikka {
		width: 46% !important;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) { 
	.tyopaikka {
		width: 30% !important;
	}
}

.tyopaikka a{ 
	max-width: 90%;
	max-height:110px;
	overflow: hidden;
	text-overflow: ellipsis; 
	backface-visibility: hidden;
	color: #1e3250;
	display: inline-block;
	font-family: "Share";
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	text-decoration-line: none !important;
	text-transform: uppercase;
}


.tyopaikka_content_is_truncated {
	max-width:90%; 
	height:160px;
	overflow: hidden;
	text-overflow: ellipsis; 
	font-family: "raleway";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 16.45px;
	margin-left: 16.45px;
	margin-right: 16.45px;
	margin-top: 16.45px;
}

.tyopaikka_contact_details {
	line-height: 20px;
	margin-bottom: 16.45px;
	margin-left: 16.45px;
	margin-right: 16.45px;
	margin-top: 16.45px;
	font-weight: bold;

	overflow: hidden;
	text-overflow: ellipsis; 
	max-width:90%; 
	 
}

.tyopaikka p {
	margin-bottom: 16.45px;
	margin-left: 16.45px;
	margin-right: 16.45px;
	margin-top: 16.45px;
}





/*Oma css alkaa */
/*Etusivun suosituimmat sivut EP 28.6 */

.menu-sliderin-pudotusvalikko-suosituimmat-sivut-container {
	font-size: 1.1em!important;
	background-color: #1e3250!important;
	opacity: 1!important;
	font-family: Share!important;
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right:50px;
}

.menu-sliderin-pudotusvalikko-suosituimmat-sivut-container p{    
    font-family: share;
    text-transform: uppercase;
}
.menu-sliderin-pudotusvalikko-suosituimmat-sivut-container a {    
    font-family: share;
}

/*Header EP 28.6 */

#myintegration-header-area {
   padding-left:0px!important;
}
#myintegration-header-area {
	margin-top:5px;
}
#myintegration-logo {margin-left:-15px;}

#mega-menu-wrap-primary #mega-menu-primary {
	margin-right: 30px;
}

/*fontit ja värit EP 28.5.*/
.ajankohtaista_linkit li {
	font-family: 'Share';
}
.perussivu-nostot a, .sinun-palvelusi-linkit a, .perussivu-linkit a, #takaisin-uutislistaukseen-linkki a {
	color: #1e3250;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
}

#perussivu-infonostot, #perussivu-infonostot p, #perussivu-infonostot a {
	font-family: 'Share';
}
#perussivu-infonostot p {
	color: #1e3250;
}
#vasen-valikko ul a{
	font-family: 'Share';
}
#paivamaara {
    font-family: Share;
    font-size: 14px;
}

/*Ajankohtaista -nosto EP 12.6. */

#ajankohtaista h2 {
	font-size:20px;
	margin-left: -10px;
}

#ajankohtaista {
	padding-left: 15px;
    padding-right: 15px;
}

#ajankohtaista ul li {
    list-style-type: none;
}

#ajankohtaista {
	margin-bottom: 35px;
}
#ajankohtaista ul {
	margin-left: 0px;
}

#ajankohtaista a {
	font-family: Share;
		color: #1e3250;
}

/*murupolku EP 1.6.*/
.breadcrumb, .breadcrumb a {
  text-decoration: none;
	font-family: 'Share';
	color: #1e3250;
}

.breadcrumb a:hover {
	 text-decoration: underline;
}

/*#murupolun-viiva {
	margin-top: -24px;
}
#murupolun-viiva-artikkeli, #palvelut-murupolun-viiva{
	margin-top: -70px;
}
#toimipiste-murupolun-viiva {
	margin-top: -94px;
}
#murupolun-viiva-tarjotin  {
	margin-top: -50px;
}

#blogit-murupolun-viiva {
	margin-top: -94px;
}
.breadcrumb a:hover {
	 text-decoration: underline;
}*/


/*sivun otsikko piloon EP 30.5.*/
h1.entry-title {
    display: none;
}

/*persussivun nostot EP 30.5.*/
#perussivu-linkit, #perussivu-infonostot, #perussivu-kortti {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#perussivu-muu-nosto {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#perussivu-kortti a {
	line-height: 0;
	text-transform: none!important;
	font-size: 1.6rem;
	font-weight: 400;
}

#perussivu-kortti p {
		line-height: 1.45;
	background: #f9f7f1!important;

}

/*etusivun slider EP 30.5.*/
.full-width-content .content {
  margin-top: -106px;
}

/*sivun leveys EP 28.5.*/
.site-inner, .wrap {
    max-width: 100%;
}

/*footer EP 11.6. väri korjattu brändikirjan mukaiseksi 9.11. MH*/
#footer a, #footer p {
		font-family: 'Share';
		color: #1e3250;
    }

/* Etusivun nostot EP 13.6. - väri korjattu MH 9.11.*/
#etusivun-nostot a {
	color: #fff;
text-transform: uppercase;
}

#etusivun-nostot a:hover {
	text-decoration: none!important;
}




/*Etusivun välilehdet EP 11.6 väri korjattu MH */
#etusivun-valilehdet .vc_tta-tab a ,#valilehdet .vc_tta-tab a
{
	font-family: 'Share';
	text-transform: uppercase;
	color: #1e3250;
	font-size: 24px;
	text-decoration: none;
	background-color: #fff;
	border-radius: 0px;
	border-color: #1e3250;
}

#etusivun-valilehdet .vc_tta-tab a:active, 
#etusivun-valilehdet .vc_tta-tab a:hover ,
#valilehdet .vc_tta-tab a:active, 
#valilehdet .vc_tta-tab a:hover {
	color: #fff !important;
	background-color: #1e3250 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-outline .vc_tta-tab.vc_active>a {
	color: #fff !important;
	background-color: #1e3250 !important;
} 

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	/*color: #0b2a58 !important;
	background-color: #fff !important;  */
	color: #fff !important;
	background-color: #1e3250 !important;
} 



/*
#valilehdet .vc_tta-tab a
{
	font-family: 'Share';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	background-color: #0b2a58;
	border-radius: 0px;
	border-color: #0b2a58;
}

#valilehdet .vc_tta-tab a:active, 
#valilehdet .vc_tta-tab a:hover {
	color: #0b2a58 !important;
	background-color: #fff !important;
}
*/
/*


*/


/*Etusivun tapahtumien nosto EP 11.6 - väri korjattu MH 9.11. */

#tapahtumien-nostolinkki a {
font-family: 'Share';
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
}
.tapahtumien-nostorivi {
	padding-bottom: 20px;
	margin-top:-36px;
}

/*Tarjotinalasivu EP 12.6 - väri korjattu MH 9.11. */

#tarjotinalasivu-linkkilaatikko-beige, #tarjotinalasivu-linkkilaatikko-oranssi,
#tarjotinalasivu-linkkilaatikko-sininen {
	margin-top: -35px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}

#tarjotinalasivu-linkkilaatikko-beige a {
	color: #1e3250;
	font-family: 'Share';
	text-transform: uppercase;
	font-weight: 700;
  font-size: 20px;
}

#tarjotinalasivu-linkkilaatikko-oranssi a,
#tarjotinalasivu-linkkilaatikko-sininen a {
	color: #fff;
	font-family: 'Share';
	text-transform: uppercase;
	font-weight: 700;
  font-size: 20px;
}

/*Tarjotinivun nostojen korkeus EP 14.6 - väri korjattu 9.11 mh */
#asuminen-nostot img, .asuminen-nostot img {
    height: 300px;
    object-fit: cover;
border: #000 solid 1px;
}

/*Oranssi palkki EP 15.6 - väri korjattu 9.11. mh */

#oranssi-palkki a {	
	color: #fff;
	font-family: 'Share';
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	word-break: break-word;
}

#oranssi-palkki a:hover {	
text-decoration: underline;
}	

/*Työpaikat- nostot EP 15.6 --- Fontteja päivittänyt MH 31.10. */
.ff-loadmore-wrapper .ff-btn{
    font-size: 17px!important;
    font-weight: 700!important;
		font-family: 'Share';
}

.ff-item h4 {
  font-size: 17px!important;
}
div.ff-content {
	font-family: "raleway";
}
#ff-stream-2 {
	margin-top: 0px !important;
}
#ff-stream-2 .ff-stream-wrapper {
    margin-top: 10px !important;
}
.ff-loadmore-wrapper .ff-btn{
	border-radius: 0px!important;
}

/*poista tämä on siirretty toiseen paikkaan
#valilehdet .vc_tta-tab a
{
	font-family: 'Share';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	background-color: #0b2a58;
	border-radius: 0px;
	border-color: #0b2a58;
}

#valilehdet .vc_tta-tab a:active, 
#valilehdet .vc_tta-tab a:hover {
	color: #0b2a58 !important;
	background-color: #fff !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	color: #0b2a58 !important;
	background-color: #fff !important;
}  */

@media only screen and (max-width: 54.9375em) {
#murupolun-viiva {
		display: none;
	}
.breadcrumb {
	display: none;
margin-left: 0px;
}	
	h1 {
    margin-top: 10px;
}	
.title-area {background-color: #fff;}
	}	
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #1e3250!important; 
}

#lisää-tapahtumia-painike a{
	font-family: 'Share';
	text-transform: uppercase;
	font-size: 24px;
}

#lisää-tapahtumia-painike a:hover{
text-decoration: underline;
}

#lue-lisaa-painike a {
	font-family: 'Share';
	text-transform: uppercase;
	
}

#lue-lisaa-painike a:hover {
text-decoration: underline;
}

#accordion h4 {
	background-color:#f9f7f1!important;
}

/*WPBakeryn muokkaus*/
.wpb_content_element {
	margin-bottom: 15px !important;
}

/*Oma css loppu */


/* WIDGET ELEMENTTI */
.ajankohtaista_linkit_otsikko h2 {
	font-size: 2rem;
	word-break: break-word;
}
.ajankohtaista_linkit_otsikko .widget li {
	list-style-type: none;
	font-family: "Share";
	padding-bottom: 7px;
    padding-top: 7px;
}

/* AJANKOHTAISTA SIVUN LINKIT */
.vc_grid-item h2 a {
	font-weight: 700;
}
.vc_grid-item h2 a:hover {
	font-weight: 700;
}
/* AJANKOHTAISTA LOAD MORE */
.vc_pageable-load-more-btn .vc_btn3.vc_btn3-color-default {
    color: #fff !important;
    background-color: #1e3250 !important;
	font-family: "Share";
}
.vc_pageable-load-more-btn .vc_btn3.vc_btn3-color-default:hover {
	background-color: #f77952 !important;
}

/* SUOMI TASKUSSA LOGO ASUMINEN SIVULLA */
.suomi-taskussa img {
	width: 180px;
}

/* AJANKOHTAISTA SIVUN RSS */
.hameelinna-rss .feedzy-rss {
	margin: 0 6%;
}
.hameelinna-rss .feedzy-rss .rss_item {
	margin: 0 2% !important;
}
.hameelinna-rss .rss_header h2 a,
.hameelinna-rss li .title a {
	font-family: 'Share';
    text-transform: uppercase;
    color: #1e3250;
    text-decoration: none;
    line-height: 1.2;
    font-size: 3rem;
	font-weight: 700;
}
.hameelinna-rss .rss_header h2 a:hover,
.hameelinna-rss li .title a:hover {
	text-decoration: underline;
}
.hameelinna-rss .feedzy-rss li {
	border-bottom: 0px;
}
.hameelinna-rss .rss_image {
	margin: 0.3em 4em 0 0 !important;
}
.hameelinna-rss .feedzy-rss .rss_item .rss_content small {
	font-size: 1.6rem !important;
	font-family: "Share";
	font-style: normal !important;
}
.hameelinna-rss .rss_content small > a {
	display: none;
}
.hameelinna-rss .rss_content,
.hameelinna-rss .rss_image,
.hameelinna-rss .title {
	display: grid;
}
@media only screen and (max-width: 768px) {
	.hameelinna-rss .rss_image,
	.hameelinna-rss .rss_item .title {
		display: inline-block;
	}
}

/* HAKUTULOSSIVU */
.search .archive-description {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.search .breadcrumb {
	display: none;
}
@media only screen and (min-width: 768px) {
.search .sidebar-primary {
	margin-top: 100px;
}
 }

/* OIKEA SIVUPALKKI JE, MH */

.right-sidebar {
	background-color: #f9f7f1;
	padding: 5%;
	word-break: break-word;
}

.right-sidebar h2,
.right-sidebar-rss h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	color: #1e3250;
}

.right-sidebar h2 a,
.right-sidebar-rss h2 a {
	font-weight: 700;
}

.right-sidebar .widget li,
.right-sidebar-rss .widget li {
	list-style-type: none;
	font-family: "Share";
	padding-bottom: 7px;
    padding-top: 7px;
	margin: 0% !important;
}
.right-sidebar-rss {
	background-color: #f9f7f1;
	padding: 5%;
	word-break: break-word;
	margin-bottom: 0px !important;
}

/* LEFT-SIDEBAR MH Blogeissa */
.left-sidebar h4 {
	margin: 2px 0px 2px 0px !important;
	line-height: 1.3;
}

.left-sidebar {
	background-color: #f9f7f1;
	padding: 5%;
}

.left-sidebar a:hover {
	text-decoration: underline !important;
}

/* RSS-WIDGET LOGO POIS JE */
.rsswidget img {
	display: none;
}

/* VASEMMALLE VALIKOLLE OIKEA FONTTI JE */
.vasen-valikko {
	font-family: "Share";
}

/* ALATARJOTIN ARTIKKELIKUVA JA TUNNUSKUVA JE */
.alatarjotin_artikkelikuva img {
	max-height: 500px;
    width: 1600px;
    object-fit: cover;
	margin-bottom: 20px;
}
#asuminen-omassa-asunnossa-artikkelikuva img {
	width: 2000px !important;
}

/* ETUSIVUN TAPAHTUMANOSTON MARGINAALIT KUNTOON JE */
#etusivun-tapahtumat {
	margin: 0px 0px 35px 0px;
}
#etusivun-tapahtumat .vc_cta3-container {
	margin-bottom: 0px;
	float: right;
}
#etusivun-tapahtumat .vc_general.vc_cta3.vc_cta3-style-classic {
	border: none;
}
#etusivun-tapahtumat .vc_general.vc_cta3 {
	padding: 0px;
}
#etusivun-tapahtumat .vc_cta3-content h2 a:hover {
	color: #fff !important;
	text-decoration: underline;
}
#etusivun-tapahtumat .vc_icon_element-icon.fa.fa-arrow-right {
	padding-bottom: 20px;
}

@media only screen and (max-width: 500px) {
	#etusivun-tapahtumat .vc_column-inner {
	padding: 0px !important;
}
 }

/*siirretty functions.php puolelta*/
@media only screen and (max-width: 767px) {

.full-width-content .content {
    margin-top: -70px;
}

#myintegration-fontsize {
	display:none;
}
	
#myintegration-loydapalvelusi {
	display:none;
}

#myintegration-tavastiaevents {
	display:none;
}

#myintegration-header-search {
	display:none;
}

#myintegration-header-languages {
        width:20%;
	float:right;
        border-right:0px solid black;
        padding:0px;
        margin:0px;
	position:abtolute;
	top:0px;
	right:0px;
}

.title-area .one-sixth {
	max-width:70%;
}
/*
#myintegration-header-area {
	width:100%;
	float:left;
}
*/
#myintegration-logo {
	width:100%;
	float:left;
	float: none;
}
#mega-menu-primary {
	z-index:1000;
}

.mega-menu-item {
        z-index:1000;
}
/*
.n2-padding {
	display:none;
}
*/
}

/*siirretty functions.php puolelta toinen pätkä alkaa tästä*/
.title-area {
	padding:0px;
}
.site-header{
	max-height:65px;
}
.site-header .wrap {
	padding:0px !important;
}
#myintegration-header-area {
	padding-left:5%;
	padding-right:0%;
	color: #1e3250;
	text-align:center;
	position: relative;
}
#myintegration-header-area a,a:active,a:visited{
        color: #1e3250;
}

#myintegration-header-area a:hover {
	color:#f26c3f
}
#myintegration-searchform {
	display:inline-block;
	max-width:75%;
	max-height:50%;
	float:left;
}
#myintegration-searchform #s {
	padding-bottom:1px;
	padding-top:1px;
}
#myintegration-searchsubmit {
	display:inline-block;
	vertical-align:top;
/*	max-width:20%; */
        max-height:50%;
	float:right;
        padding-bottom:1px;
        padding-top:1px;
}
#myintegration-fontsize {
	padding-top:10px;
	margin-left:5%;
	margin-right:5px;
	display:inline-block;
	vertical-align:top;
	height:55px; 
	border-right:1px solid #D3D3D3;
}
#myintegration-tavastiaevents {
        padding-top:10px;
        margin-left:5px;
        margin-right:5px;
        display:inline-block;
        vertical-align:top;
        height:55px;
	border-right:1px solid #D3D3D3;
	padding-right:10px;
}
#myintegration-loydapalvelusi {
        padding-top:10px;
        margin-left:5px;
        margin-right:5px;
        display:inline-block;
        vertical-align:top;
        height:55px;
        border-right:1px solid #D3D3D3;
        padding-right:10px;
}
#myintegration-header-search {
        padding-top:10px;
        margin-left:5px;
        margin-right:5px;
        display:inline-block;
        vertical-align:top;
        height:55px;
        border-right:1px solid #D3D3D3;
        padding-right:10px;
}
#myintegration-header-languages {
        padding-top:10px;
        margin-left:5px;
        margin-right:5px;
        display:inline-block;
        vertical-align:top;
        height:55px;
        border-right:1px solid #D3D3D3;
        padding-right:10px;
}

#myintegration-fontsize-plus, #myintegration-fontsize-minus {
/*	padding:10px; */
	font-size:2em;
	vertical-align: middle;
	margin-left:10px;
/*	background-color: #23282d !important; */
        color: #1e3250;
/*	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0px solid #000000; */
}
#myintegration-header-search-submit {
        font-size:2em;
        vertical-align: middle;
        color: #1e3250;
}


/* TAPAHTUMAT LISTANÄKYMÄ JE */
@media only screen and (min-width: 1023px) {
.tribe-events-list .tribe-events-list-event-title {
	max-width: 400px;
	margin-left: 15px;
}

.tribe-events-list .tribe-events-event-meta {
	position: absolute;
    right: 0;
    width: 450px;
}

.tribe-events-list .tribe-events-event-cost {
	position: absolute;
    top: 20%;
    right: 0;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {
	position: relative;
	float: right;
    max-width: 450px;
    margin-top: 100px;
}
	
.tribe-events-list .type-tribe_events {
		min-height: 250px;
	    margin-bottom: 50px;
	}
	
.tribe-events-list .tribe-events-loop .tribe-events-event-image  {
		margin-top: 50px;
	}
 }

@media only screen and (min-width: 768px) and (max-width: 1022px) {
.tribe-events-list .tribe-events-list-event-title {
	max-width: 50%;
}

.tribe-events-list .tribe-events-event-meta {
	position: absolute;
    right: 0;
    width: 65%;
}

.tribe-events-list .tribe-events-event-cost {
	float: right;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description {
	position: relative;
    margin-top: 25%;
    width: 65%;
    float: right;
}
	
.tribe-events-list .tribe-events-loop .tribe-events-event-image  {
		margin-top: 50px;
	}

	.tribe-events-list .type-tribe_events {
		margin-bottom: 50px;
	}
 }

.tribe-events-list .tribe-events-gmap {
	content: url('https://myintegration.kuntakehitys.fi/wp-content/themes/leiden-master/images/google-maps.png');
	width: 40px;
	height: auto;
	padding-left: 10px;
}

.tribe-events-user-recurrence-toggle {
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 15px;
    text-align: left;
}

.tribe-events-user-recurrence-toggle input {
    box-shadow: none !important;
	width: 5%;
}
/* Mobile header */
@media only screen and (max-width: 900px) {

	#myintegration-fontsize {
		display:none;
	}
	#myintegration-loydapalvelusi {
        	display:none;
	}
	#myintegration-tavastiaevents {
		display:none;
	}
	#myintegration-header-search {
		display:none;
	}
	#myintegration-header-languages {
		position: absolute;
		left: 0;
		top: unset;
		bottom: -52px;
		width: 25%;
		min-width: 130px;
		z-index: 100;
	}
	#myintegration-header-logo {
		width:100%;
		float: none;
	}

}

/* TYÖPAIKAT FEEDZY JE */
.tyopaikat .feedzy-rss {
	text-align: center;
}
.tyopaikat .rss_header {
	display: none;
}
.tyopaikat .feedzy-rss .rss_item {
	display: inline-flex;
    width: 18%;
    background-color: #f9f7f1;
	border-radius: 5px;
    height: 520px;
    padding: 1% !important;
    margin: 5px !important;
	text-align: left;
}
.tyopaikat .feedzy-rss .rss_item .title {
	position: absolute;
    max-width: 15%;
	word-break: break-word;
}
.tyopaikat .feedzy-rss .rss_item .title a {
    font-family: "Share";
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.tyopaikat .rss_item .rss_content {
	margin-top: 40%;
	font-family: "raleway";
	font-size: 14px;
	line-height: 1.3;
    word-break: break-word;
}
@media only screen and (max-width: 1600px) {
	.tyopaikat .rss_item .rss_content {
		margin-top: 80%;
   }
}
@media only screen and (max-width: 1280px) {
	.tyopaikat .feedzy-rss .rss_item {
		width: 30%;
	}
	.tyopaikat .feedzy-rss .rss_item .title {
    max-width: 25%;
	}
	.tyopaikat .rss_item .rss_content {
	margin-top: 40%;
	}
}
@media only screen and (max-width: 1023px) {
	.tyopaikat .feedzy-rss .rss_item {
		width: 45%;
	}
	.tyopaikat .feedzy-rss .rss_item .title {
    	max-width: 40%;
	}
	.tyopaikat	.rss_item .rss_content {
		margin-top: 30%;
	}
}
@media only screen and (max-width: 768px) {
	.tyopaikat	.feedzy-rss .rss_item {
		width: 95%;
		padding: 2% !important;
		height: 300px;
	}
	.tyopaikat	.feedzy-rss .rss_item .title {
    	max-width: 100%;
	}
	.tyopaikat	.rss_item .rss_content {
		margin-top: 15%;
	}
}
@media only screen and (max-width: 550px) {
	.tyopaikat	.rss_item .rss_content {
		margin-top: 25%;
	}
}

/* ETUSIVU TYÖPAIKAT BUTTON JE */
.tyopaikat-button a {
	text-transform: uppercase;
	font-family: "Share";
}

.tyopaikat-button a:hover {
	background-color: #f96300 !important;
} 

/* ASP palveluhaku */ 
.myintegration-search-additional-info {
	float:right; 
	width:30%; 
	padding-top:20px;
	padding-right:10px;
}
.myintegration-search-palvelukortti-toimipisteet-lista-otsikko:after {
/*    content: "\f107" !important; */
	content: "" !important;
    float: none;
    display:none;
}
.myintegration-search-palvelukortti-toimipisteet-lista-otsikko {
/*	margin-left:20px !important; */
	background: #1e3250;
	color: rgb(249, 247, 241);
	text-align:center !important;
	text-transform:uppercase;
}

.myintegration-search-palvelukortti-toimipiste {
	padding:5px !important;
/*        margin-left:20px !important; */
        list-style-type:none !important;
}

.myintegration-search-palvelukortti-toimipisteet {
        list-style-type:none !important;
}

.asp_content p.desc {
	margin:10px !important;
	padding:10px !important;
}

.asp_content {
	padding: 0px !important;
	margin: 0px !important;
}

.asp_content h3.post_toimipiste {
	background: url('https://myintegration.kuntakehitys.fi/wp-content/uploads/2018/05/kolmio-oranssi.png') no-repeat;
	padding-left: 40px !important;
	padding-top: 40px !important;
	padding-bottom: 30px !important;
	padding-right: 40px;
}

.asp_content h3.post_palvelu {
        background: url('https://myintegration.kuntakehitys.fi/wp-content/uploads/2019/02/kolmio-sininen.png') no-repeat;
        padding-left: 40px !important;
        padding-top: 40px !important;
        padding-bottom: 30px !important;
        padding-right: 40px;
}


/* OMA CSS TYHJENNYS 12.9.2019 JE */
input,
select,
textarea {
	/*Huom. rivit 322 ja 323 */
		padding: 0.4rem;
	/*	padding: 14px;  */
	border-radius: 0px;
	/*	border: 1px solid #999; border: 1px solid #1e3250;
	border: 1px solid #0b2a58; */
	
border: 1px solid #999;
		
	background-color: #fff;

	
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

input
{
	padding-right: 2.0rem;
			
}

/*rivi 3682 
 * */ #myintegration-searchform #s {
	padding-bottom:0.4rem;
	padding-top:0.4rem;
}

.tyon_paikat, .tyon_paikat_column {width: 100%}

#oranssi-palkki {
	margin-left: 0px;
	margin-right: 0px;
}

.etusivun-nosto h2 {
	margin-bottom: 0px;
}
.ff-stream {
    padding: 0px !important;
}

.tyopaikka {
    border-radius: 5px;
			margin-top: 0px;
}

.palvelu_haku {
	padding-left: 5% !important;
		padding-right: 5% !important;
}
.palvelu_haku_otsikko {
	padding-left: 6% !important;
		padding-right: 6% !important;
			padding-top: 0px!important;
	padding-bottom: 0px !important;
}
.palvelu_haku_otsikko_header {
				padding-top: 0px !important;
	padding-bottom: 0px !important;
}


/* JE 12.9.2019 */
.post_palvelu-template-default h4 {
	margin: 0 !important;
}

/* ACCORDION SISÄLLÖN KORKEUS */
.ui-accordion-content,
.mega-accordion h3 {
	height: 100% !important;
}

/* JE 10.4.2019 ajankohtaista omat uutiset */
.vc_gitem-post-data {
    margin-bottom: 0px !important;
}
.ajankohtaista-kuva {
	height: 200px;
	max-width: 200px !important;
}


/*
html:before {
    height: 25px;
    content: '';
    position: fixed;
    top: 4px;
    width: 25px;
    background: yellow;
    pointer-events: none;
    z-index: 9999999;
    border-radius: 100%;
    opacity: 0.5;
    left: 4px;
}
*/
