/*
Theme Name: konerinki
Author: W3
Author URI: http://w3.fi/
Description: Theme for konerinki.fi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: konerinki

Konerinki is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');

#menu-main-menu .dropdown-menu > .menu-item-has-children > .dropdown-menu, #menu-menu-eng .dropdown-menu > .menu-item-has-children > .dropdown-menu {
    display: none !important;
}

#menu-main-menu .dropdown-menu > .menu-item-has-children, #menu-menu-eng .dropdown-menu > .menu-item-has-children {
    width: 100%;
}

#menu-main-menu .dropdown-menu > .menu-item-has-children:hover > .dropdown-menu,
#menu-main-menu .dropdown-menu > .menu-item-has-children:hover > .dropdown-menu:hover,
#menu-menu-eng .dropdown-menu > .menu-item-has-children:hover > .dropdown-menu,
#menu-menu-eng .dropdown-menu > .menu-item-has-children:hover > .dropdown-menu:hover {
    display: block !important;
    top: 0;
    left: 155px;
    min-width: 150px;
}

#menu-main-menu .dropdown:hover .dropdown-menu, #menu-menu-eng .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;   
    
}

#menu-main-menu .dropdown-menu {

}

#menu-main-menu .dropdown-menu > li > a, #menu-menu-eng .dropdown-menu > li > a {
    padding: 10px 20px;
}

/* Helper classes */

.show-sm,
.show-md,
.show-lg {
    display: none !important;
}

@media (min-width:961px) {
    .show-lg {
        display: block !important;
    }
}

@media (max-width:960px) and (min-width:783px) {
    .show-md {
        display: block !important;
    }
}


@media (max-width:783px) {
    .show-sm {
        display: block !important;
    }
          
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background-color:#0a9265 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a, a:link {
	background-color: transparent;
	color:#009c68;
}

a:active,
a:hover {
	outline: 0;
	color:#009c68;
	text-decoration:none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

article h1 {
    margin-top: 0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Open Sans', sans-serif;
  font-weight:700;
}

h1 {
	font-size: 36px;
	margin: 0.67em 0;
}

h3, h2.widget-title{
  text-transform:uppercase;
  color:#066d4b;
  font-size:18px;
  margin-top:20px;
}

.site-footer h3{
  color:#fff;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/




body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.kohteet h3 {
    margin-top: 0;
}

.kohteet h3 > a {
    color: inherit;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site-header .search-form button,
.site-header .search-form input[type="button"],
.site-header .search-form input[type="reset"],
.site-header .search-form input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	background: #395927;
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	*/color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input.submit, input.wpcf7-submit{
text-transform:uppercase;
font-family:'Open Sans', sans-serif;
padding:12px 18px;
border:0;
background-color:#009c68;
color:#fff;
font-size:14px;
}

label{
font-weight:normal !important;
color:#000 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size:12px;
	font-weight:600;
}

.navbar-nav a, .navbar-nav a:link, .navbar-nav a:active, .navbar-nav a:visited{
 color:#000;
}

.navbar.navbar-upper {
    background-color: #066646;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    font-weight:bold;
font-size:13px;
}

.navbar-upper{
max-height:30px;
}

.navbar{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  
}

.navbar.navbar-upper a,
.navbar.navbar-upper a:hover,
.navbar.navbar-upper a:focus {
    background-color: inherit;
    color: #fff;
	
}

nav{
margin: 0 auto !important;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header{
  background-color:#fff;
  padding:0;
}

#header .wrapper {
    padding-bottom: 20px;
}

#header a, #header a:link{
  /* color:#000; */
}

.upper-slogan{
  float:left;
  padding-top:14px;
  text-transform:uppercase;
}

.site-branding {
	margin:20px 0px 0 0;
	padding:20px 20px;
	text-align:center;
}


ul.nav li a:hover,
ul.nav li a:focus{
  background-color: inherit;
  color: inherit;
}

ul.nav li.current-page-ancestor > a:focus,
ul.nav li.active > a:focus,
ul.nav li.current-page-ancestor > a,
ul.nav li.active > a {
    color: #009c68;
}

@media (min-width: 768px) {
    navbar-right .dropdown-menu {
        right: inherit !important;
        left: auto;
    }
}


#menu-item-24:not(.open) a:focus{background-color: #ccc;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: inherit;
  color: inherit;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color: inherit;
    color: inherit;
}

.navbar-toggle .icon-bar {
	border: 1px solid #009c68!important;
}

ul.dropdown-menu, .navbar-nav>li>.dropdown-menu{
	background-color: #e2e4e3;
	border:0 !important;
	top: calc(100% - 1px);
}

.navbar {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}

.head-content{text-align:center;}

.nav-row{
  background-color:#e2e4e3;
}

@media(max-width: 767px){
	.loginlinks {display: none;}
	.loginicon{display: inline-block;}
	.header-small-links{text-align:left;}
	.customsearch{margin-left:0px;}
	.navbar-toggle{position: absolute;right:0;top:20px;}
	.navbar,.head-content,.site-branding{position:static;}
	.navbar{min-height:0px;}
	ul.nav li a:focus{
	  background-color: #262123;
	}
}

/*--------------------------------------------------------------
# Content area
--------------------------------------------------------------*/
/* Remove 1px gap between head image and row */
.afterheader{margin-top:-1px;}

#page{
  background-color:#fff;
}

#content{

}

.site-main{
  margin:30px auto;
}

#frontpage-hero h1{
  font-size:46px;
  text-shadow: 2px 2px 4px #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#076e4b+0,0a9265+100 */
  background: #0a9265; /* Old browsers */
  background: -moz-linear-gradient(top, #076e4b 0%, #0a9265 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #076e4b 0%,#0a9265 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #076e4b 0%,#0a9265 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076e4b', endColorstr='#0a9265',GradientType=0 ); /* IE6-9 */
  padding:60px 0 40px 0;
  color:#fff;
  font-size:14px;
}

.site-footer a, .site-footer a:link, .site-footer a:visited{
  color:#08e299;
}

.site-footer i{
  font-size:40px;
  margin-left:10px;
}

.site-copyright{
  text-align:center;
  padding:20px 20px 20px 20px;
  background:url(img/footer-bg.png) top left repeat-x;
  font-size:12px;
}


/** REMOVING ANNOYING MARGINS **/
#pg-w585bc7b2e0b0c-0{margin-right:0px!important;}
.so-panel{margin-bottom:0!important;}
#masthead .site-branding{}


h3.button{
  padding:10px 16px;
  font-size:26px;
  margin-bottom:60px;

}

.green-bg h3 a{
  color:#fff;
}

.green-bg p{
  padding:0 100px;
  margin-bottom:20px;
}

.button-white {
  margin-top:30px;
  margin-bottom:30px;
}

.button-white a{
  background-color:#fff;
  text-transform:uppercase;
  font-family:'Open Sans', sans-serif;
  padding:12px 16px;
  
}

.front-categories{
  margin-bottom:-30px !important;
}

.front-categories div{
  margin:0 !important;
  padding:0 !important;
}

.front-categories a{
  color:#fff;
}

.header-picture{
margin-top:42px;
background-size: cover;
background-position: center center;
}

.header-content{
  
  min-height:376px;
  max-width:100%;
}


.header-picture h1{
  font-size:50px;
  text-shadow: 0 0 10px rgba(20, 20, 20, .95);
  color:#fff;
  text-align: left;
}

.caption-wrap .caption{
color:#fff !important;
font-family:'Open Sans', sans-serif !important;
font-size:30px;
/*text-shadow: 0 0 10px rgba(20, 20, 20, .95);*/
text-align: center;
background-color:#fff;
}

.caption-wrap{

}

@media (max-width: 900px) {
  
  .caption-wrap .caption{
  font-size:30px !important;
}
}


@media (max-width: 600px) {

.header-picture h1{
  font-size:30px !important;
}

.header-content{
  padding:50px 10px;
  max-width:100%;
}

.header-picture{
  margin:-20px 0 -40px 0;
}

}

.front-categories h2{
  padding-bottom:30px;
}



.front-category{
  
  padding:40px !important;
  color:#fff !important;
  font-family:'Open Sans', sans-serif;
  text-transform:uppercase;
  margin:0 !important;
  min-height:200px;
  }

.front-category p{
  width:100% !important;
  display:block;
  text-align:center !important;
  padding-top:40px !important;
  
}

.cat-column-1{
  background:#f39300 !important;
}

.cat-column-2{
  background:#613e91 !important;
}

.cat-column-3{
  background:#08b6cc !important;
}

.cat-column-4{
  background:#000 !important;
}

a.button{
float:right !important;
display:block !important;
background-color:#009c68 !important;
color:#fff !important;
padding:10px 14px;
text-transform:uppercase;
font-family:'Open Sans', sans-serif;
margin-top:-44px;
}

.navbar-content{
  clear:both !important;
  float:none !important;
  margin:10px 0 30px 0 !important;
  text-align:left;
}

.navbar-content ul, .navbar-content ul li{
  list-style:none;
  margin:0;
  padding:0;
}

.navbar-content ul li a{
  display:none;
  list-style:none;
}

.navbar-content ul li.current_page_item ul.sub-menu li a, .navbar-content ul li.current-menu-ancestor ul.sub-menu li a{
  display:block !important;
  padding:10px;
  text-transform:uppercase;
  color:#fff;
  background-color:#009c68;
  border-top:2px solid #fff;
  font-family:'Open Sans', sans-serif;
}

.navbar-content ul li.current_page_item ul.sub-menu li li a, .navbar-content ul li.current-menu-ancestor ul.sub-menu li li a{
  font-size:14px;
  border-top:0 solid #fff;
  font-family:'Open Sans', sans-serif;
}

label.wpforms-field-label{
font-size:14px !important;
}

#sidebar, #sidebar-extranet{
  margin-top:40px;
}

/*FORMS*/

.wppb-user-forms ul, .wppb-user-forms li{
list-style:none;
margin:0 !important;
padding:0 !important;
}

.wppb-user-forms li{
margin-bottom:20px !important;
}

.wppb-user-forms label{
font-weight:normal;

}

.wppb-user-forms h4{
font-size:22px;
}

.wppb-user-forms input{
min-width:60%;
}

.wppb-description-delimiter{
float:none !important;
display:block;
font-size:14px;
color:#999;}


input.custom_field_checkbox, input#send_credentials_via_email, input.custom_field_radio{
float:none !important;
clear:none !important;
min-width:26px !important;
}

.wppb-checkboxes label{
float:none !important;
display:inline !important;
clear:none !important;
}

.wppb-checkboxes li, .wppb-radios li{
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  clear:both !important;
}

.wppb-user-forms .wppb-checkboxes li, .wppb-user-forms .wppb-radios li{
display:block !important;
}

.post-block h4{
  font-size:16px;
  font-weight:normal;
  margin-top:0;
}

.post-block h4 a{
  font-weight:bold;
}

/*extramenu*/

ul#menu-extranet{
padding:0;
margin:0;
list-style:none;

}

ul#menu-extranet li{
padding:10px 20px;
margin:0 0 10px 0;
list-style:none;
background-color:#009c68;
}
ul#menu-extranet li.current-menu-item{
  background-color:#066646;
}

ul#menu-extranet li a{
text-transform:uppercase;
font-weight:700;
font-size:16px;
display:block;
color:#fff;
}

ul#menu-extranet li a:after{ 
   content: '\f054';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   float:right;
   margin:0px 0px 0px 10px;
   text-decoration:none;

} 

#upper-links ul, #upper-links ul li{
  list-style:none;
  margin:0;
  padding:0;
}

#upper-links ul {
display:inline-block;
float:right;
  margin-top:14px;
}

#upper-links ul li{
  
  margin-right:40px;
}

/*mainmenu*/

.navbar ul {
	text-align:center;
}

.navbar ul li {
	display:inline-block !important;
float:none !important;
}

.dropdown-menu li {
        display:block !important;
        float:none !important;
width:100%;
text-align:left;
    }

.dropdown-menu {
        right: auto !important;
        left: inherit !important;
    }

@media (max-width:783px) {

    .site-branding{
      margin-left:0!important;
      padding-left:0 !important;
      }
      
      .site-branding img{
      width:240px;
      }
      
      .navbar ul {
      	text-align:center;
      }
      
      .navbar ul li {
      	display:block !important;
      width:100%;
      }
      
      .navbar ul li {
      	display:block !important;
      width:100%;
text-align:left;
      }

.dropdown-menu {
        display:block !important;
position:relative !important;
width:100% !important;
margin:0 0 20px 10px;
-webkit-box-shadow: 0 0 0 0 #ccc !important;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0 0 0 #ccc !important;  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0 0 0 #ccc !important;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }
    
    .header-picture{
    margin:30px 0 0 0 !important;
    } 
    
    .site-footer div, .site-footer img{
text-align:center !important;
} 

.dropdown-menu a{
text-transform:none !important;
}
 
}
.navbar .menu-item-home a{
  padding:0 !important;
}

.navbar .menu-item-home i{
font-size:20px;
margin:0 10px;
}

ul li .members-access-error, .post-block .members-access-error{
  display:none !important;
}