/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*
.kielivalinta {

	@media (min-width: 768px) {
 		float:right;
	}
	@media (max-width: 479px) {
	}

}
*/

.x-navbar .mobile .x-nav li>a {
    font-size: 18px;
    line-height: 1.1;
    white-space: normal;
}

.searchform {
float: right;
margin: 5px;
}

.x-navbar .desktop .x-nav li>a>span .x-framework-icon {
    margin-left: .35em;
    font-size: 14px;
    visibility: hidden !important;
}

.sub-menu {
    font-size: 18px !important;
	background-color: rgba(255,255,255,0.95);
}

.sub-menu > li > a:hover {
	background-color: #eeeeee;
}

.x-framework-icon.x-icon-search, .x-icon-search {
	font-size: 32px !important;
	margin-top: 12px;
}

/* alaosa footerin inline-menusta piilotetaan hakunappi */
.x-menu-inline .menu-item.x-menu-item.x-menu-item-search {
	visibility:hidden;
}

header.masthead.masthead-stacked, 
.x-logobar,
.x-navbar-wrap,
.x-navbar {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
}
.x-logobar,
.x-topbar,
.x-navbar {
    border-bottom: 0px !important;
}


.x-slider-container.below {
/*    margin-top: -90px; */
    border-bottom: 0px !important;
}

/* Tällä lähtee hevonkuuseen kaikki underlinet navibarin linkkien yläpuolelta */
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none !important;
}

/* revolution sliderin alla oleva pikselin hr poistuu tällä */
.x-slider-container.below {
    border-bottom: 0px !important;
}

/*.x-colophon {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 300;
}

.x-colophon h1,
.x-colophon h2,
.x-colophon h3,
.x-colophon h4,
.x-colophon h5,
.x-colophon h6,
.x-colophon .x-text-headline {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}*/


