/*
Theme Name: Sila
Theme URI: http://sem.lv/
Author: SEM
Author URI: http://sem.lv/
Description: Custom theme for Sila
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sila
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sila 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/
*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height: 100%;
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	margin: 0;
}

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 {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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 {
	-webkit-box-sizing: content-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        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 {
	-moz-appearance: none;
	-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,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #15222B;
}

p {
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	color: #869099;
	margin-bottom: 1.5em;
}

h1{
	font-family: Gotham;
	font-weight: 700;
	font-size: 64px;
    line-height: 67px;
}

h2{
	font-family: Gotham;
	font-weight: 700;
	font-size: 35px;
	margin: 0;
}

h3{
	font-family: Gotham;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}

h4{
	font-family: Gotham;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.page p{
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	color: #869099;
}
.page h1{
	font-family: Gotham;
	font-weight: 700;
	font-size: 64px;
	margin: 0;
    line-height: 67px;
}

.single p{
	line-height: 34px;
	margin-bottom: 15px;
	margin-top: 15px;
	letter-spacing: 0.029em;
}

@media only screen and (max-width: 972px){
	.page h1{
		font-size: 48px;
	}

	h1{
		font-size: 48px;
	}
}

@media only screen and (max-width: 480px){
	.top-navigation-container,
	.site-navigation-container {
		padding: 0 15px;
	}
	.page h1 {
	    font-size: 40px;
	    line-height: normal;
	}

	h1{
		font-size: 40px;
	}
}

.page h2{
	font-family: Gotham;
	font-weight: 700;
	font-size: 35px;
	margin: 0;
}

.page h3{
	font-family: Gotham;
	font-weight: 700;
	font-size: 24px;
	margin: 0;
}

.page h4{
	font-family: Gotham;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.wpb_text_column p{
	line-height: 33px;
}

.wpb_text_column p:first-of-type,
.wpb_text_column p:first-child{
	/*margin-top: 0;*/
}

.text-block p{
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 34px;
    letter-spacing: 0.48px;
}

.text-block h3{
    margin-top: -3px;
}

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;
	font-size: 0.9375rem;
	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 {
	-webkit-box-sizing: border-box;
	        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/ */
	-webkit-box-sizing: inherit;
	        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 inside none;
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	padding: 0;
	line-height: 34px;
	margin-top: 0;
	color: #869099;
}
.wpb_text_column ul{
    margin-top: 17px;
    margin-bottom: 31px;
}

.single .post p + ul {
	margin-top: -15px;
}

.single .post ul {
	margin-bottom: 15px;
}

.single-dipitems article li,
.wpb_text_column li {
	list-style: none;
}
.single-dipitems article li:before,
.wpb_text_column li:before {
    content: '';
    background-color: #41889F;
    display: inline-block;
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    margin-right: 9px;
    top: -3px;
}

.single .post li {
	list-style: none;
}
.single .post li:before {
    content: '';
    background-color: #41889F;
    display: inline-block;
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    margin-right: 9px;
    top: -3px;
}



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

table td{
	padding: 8px 24px;
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	color: #15222B;
}

table tbody td {
	background-color: #fff;
}

table thead tr{
	background-color: #41889F;
}

table thead td h1,
table thead td h2,
table thead td h3,
table thead td h4,
table thead td h5,
table thead td h6,
table thead td p,
table thead td span{
	color: #fff;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    border-radius: 8px;
    font-family: Museo;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    min-width: 230px;
    font-size: 19px;
    padding: 15px 30px;
    color: #fff;
    background-color: #41889F;
	border: none;
	outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-family: Museo;
    font-weight: 300;
    font-size: 19px;
    color: #15222B;
    border: 1px solid #848C91;
    border-radius: 8px;
    letter-spacing: 0.5px;
    padding: 12px 17px;
    margin: -4px 0;
	width: 100%;
	outline: 0;
	box-sizing: border-box;
}

select {
	font-family: Museo;
    font-weight: 300;
    font-size: 19px;
    color: #15222B;
    border: 1px solid #848C91;
    border-radius: 8px;
    letter-spacing: 0.5px;
    padding: 12px 17px;
    margin: -4px 0;
	width: 100%;
	background: url(./assets/icons/select-arrow.png) no-repeat right;
	-moz-appearance: none;
    -webkit-appearance: none;
	background-position: 96.1% 17px;
	box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #15222B;
}

textarea {
	width: 100%;
}

.wpcf7-form textarea{
	height: 160px;
	resize: vertical;
}

.wpcf7-form select.disabled + .select2 .select2-selection,
.wpcf7-form input[readonly],
.wpcf7-form textarea[readonly]{
    background-color: #e8e8e8;
}

div.wpcf7-response-output{
	margin-top: 50px;
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	font-weight: 700;
	color: #41889F;
}

a:visited {
	color: #41889F;
}

a:hover,
a:focus,
a:active {
	color: #41889F;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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;
}

.aligncentertext {
	text-align: center;
}

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

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   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;
}

.page .entry-content{
	max-width: 1530px;
	margin: 0 auto;
}

.single .site-main > .entry-content{
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
    padding-bottom: 44px;
    padding-top: 0;
}
@media only screen and (min-width: 1200px) {
	.single .site-main > .entry-content{
		padding-right: 0;
	}
}
.updated:not(.published) {
	display: none;
}

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

@media only screen and (max-width: 1590px) {
	.page .vc_row {
		margin-left: 0;
		margin-right: 0;
	}
}
/*--------------------------------------------------------------
## 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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


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

header#masthead {
    position: relative;
    width: 100%;
	z-index: 100;
}

.site-header .menu li{
	list-style: none;
	display: inline-block;
}

.site-header ul.menu{
	margin: 0;
	padding: 0;
	line-height: unset;
	line-height: 20px;
}

/*--------------------------------------------------------------
## Top navigation
--------------------------------------------------------------*/
.top-navigation-container,
.site-navigation-container {
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-navigation-container{
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 30px;
}

.site-header a{
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	color: #15222B;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.top-navigation-container a{
	font-size: 14px;
}

.top-navigation-wrap {
	height: auto;
	min-height: 40px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
}

.top-navigation{
	float: right;
    margin: 8px 0;
}

.site-header .top-navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 22px;
}

.social-navigation{
	float: left;
	margin: 3px 7px;
}

.social-navigation  a{
    line-height: 0;
    font-size: 0;
    color: transparent;
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 16px;
	letter-spacing: 0;
}

.social-navigation .twitter-logo a{
	background-image: url('./assets/icons/Twitter-logo.png');
}

.social-navigation .facebook-logo a{
	background-image: url('./assets/icons/Facebook-logo.png');
}

.social-navigation .linkedin-logo a{
	background-image: url('./assets/icons/LinkedIn-logo.png');
}

.site-navigation-wrap {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	min-height: 80px;
}

.site-navigation-container{
	max-width: 1590px;
	margin: 0 auto;
	padding: 0 30px;
}

.site-branding{
	float: left;
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
    /*margin-left: -310px; stop being bozos awe */
}

.main-navigation{
	float: right;
	margin: 0;
	display: flex;
	align-items: center;
	height: 100%;
}

.main-navigation li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/

body.menu-open{
	overflow: hidden;
	height: 100%;
	position: relative;
}

body.menu-open header.site-header{
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
    bottom: 0;
}

#nav-trigger{
	display: none;
  text-align: center;
  padding: 10px 10px;
  color: white;
  cursor: pointer;
	width: 55px;
	top: 0;
	right: 0;
	position: absolute;
 }

nav#nav-mobile {
	margin-bottom: 30px;
}

nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;
	padding: 0;
}
nav#nav-mobile li {
	display: block;
	padding: 5px 0;
	margin: 0 5px;
	border-bottom: solid 1px #dcdcdc;
}
nav#nav-mobile li:last-child {
	border-bottom: none;
}
nav#nav-mobile a {
	display: block;
	color: #575755;
	padding: 10px 30px;
	text-decoration: none;
}
nav#nav-mobile a:hover {
	background-color: #f3f3f3;
	color: #575755;
}

.nav-btn {
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	-ms-transform: rotate(-45deg) translate(-9px, 6px) ;
	    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	-ms-transform: rotate(45deg) translate(-8px, -8px) ;
	    transform: rotate(45deg) translate(-8px, -8px) ;
}


.site-branding img {
	width: auto;
	height: 80px;
	max-width: 100%;
}

@media only screen and (max-width: 1148px) {
	.site-branding {
		padding: 10px 0;
	}

	.site-branding img {
		height: 48px;
	}

	.main-navigation {
		display: none; /* Hide main nav on mobile */
	}

	#nav-trigger {
		display: block;
		position: relative;
		top: auto;
		right: auto;
	}

	.top-navigation-wrap,
	.site-navigation-wrap {
		min-height: 60px;
	}

  #nav-trigger {
    display: block;
	}

	nav.top-navigation,
	nav#site-navigation {
		display: none;
	}

	nav#nav-mobile {
		display: block;
	}

	.top-navigation-wrap {
		height: 60px;
	}

	.social-navigation {
		float: left;
		margin: 12px;
	}

	.social-navigation .twitter-logo a{
	background-image: url('./assets/icons/Twitter-logo-large.png');
	}

	.social-navigation .facebook-logo a{
		background-image: url('./assets/icons/Facebook-logo-large.png');
	}

	.social-navigation .linkedin-logo a{
		background-image: url('./assets/icons/LinkedIn-logo-large.png');
	}

	.social-navigation a {
		padding: 20px;
	}

	.site-branding img{
		width: auto;
		height: 48px;
	}

	.site-branding {
		float: left;
		position: relative;
		top: 9px;
		left: -6px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 438px){
	.site-header .social-navigation {
		display: none;
	}
}

@media only screen and (max-width: 1482px) {
	.main-navigation li {
		list-style: none;
		display: inline-block;
		margin-left: 13px;
	}

}
.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 ul a:hover,
.main-navigation ul ul a.focus {
}

.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 {
	padding-bottom: 4px;
	border-bottom: 1px solid #15222B;
}

.top-navigation .current-page-item > a,
.top-navigation .current-menu-item > a,
.top-navigation .current-page-ancestor > a,
.top-navigation .current-menu-ancestor > a {
	border-bottom: 1px solid #15222B;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.button-sky{
	line-height: 1;
    border-radius: 8px;
    font-family: Museo;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    min-width: 230px;
    font-size: 19px;
    padding: 15px 30px;
    color: #fff;
    background-color: #41889F;
	border: none;
	display: block;
    text-align: center;
}
.button-sky:hover,
.button-sky:focus,
.button-sky:active{
	color: #fff;
}

/*--------------------------------------------------------------
# VC Buttons
--------------------------------------------------------------*/

.site-footer .vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472D2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding: 14px 20px;
	border-width: 2px;
}

.vc_btn3-container .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 8px;
}
.vc_btn3-container .vc_general.vc_btn3 {
	font-family: Museo;
	font-weight: 500;
	text-decoration: none;
	letter-spacing: 0.5px;
	min-width: 230px;
}

div.vc_btn3-container .vc_btn3.vc_btn3-size-md {
	font-size: 19px;
    padding: 15px 30px;
}

div.vc_btn3-container .vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    color: #fff;
    background-color: #41889F;
}

div.vc_btn3-container .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky:focus,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky:hover,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky.active,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,
div.vc_btn3-container .vc_btn3.vc_btn3-color-sky:active {
    color: #fff;
    background-color: #41889F;
}

div.vc_btn3-container .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #15222B;
    background-color: #ffffff;
}

div.vc_btn3-container .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
	color: #fff;
    border-color: #fff;
    background-color: transparent;
}

div.vc_btn3-container .vc_btn3.vc_btn3-size-sm {
    font-size: 14px;
    padding: 12px 16px;
	min-width: 183px;
}

/*--------------------------------------------------------------
# VC Download button
--------------------------------------------------------------*/

.vc-download-button{
	display: inline-block;
	margin: 15.5px;
}

.vc-download-button-wrap {
    background: #fff;
    width: 360px;
    height: 97px;
	padding: 10px;
	display: inline-block;
}

.vc-download-button-type {
    float: left;
	margin: 18px 14px 18px 20px;
}

.vc-download-button-title{
	float: left;
    margin: 22px 0px;
    line-height: 19px;

}

.vc-download-button-title p{
	margin: 0;
	font-size: 14px;
	text-align: left;
}

.vc-download-button-title h4{
	text-transform: uppercase;
	color: #41889F;
	text-align: left;
}

.vc-download-button-btn{
	width: 37px;
	height: 37px;
	float: right;
    margin: 20px 8px;
	margin-left: 0;
	background: url(./assets/icons/vc/vc-file-download-button.png) no-repeat;
}

/*--------------------------------------------------------------
# Speach bubble
--------------------------------------------------------------*/
.speech-bubble {
	position: relative;
	display:inline-block;
	min-height:1.5em;
	padding: 12px 16px;
	background: rgba(205, 220, 226, 0.8);
	font-family: Gotham;
	font-weight: 700;
	text-decoration: none;
	border-radius: 5px 5px 5px 0px;
}

.speech-bubble:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0px;
    background: url(./assets/speech-bubble.svg) no-repeat;
    display: block;
    width: 37px;
    height: 45px;
}

.speech-bubble.offset-top{
	position: absolute;
	top: -50px;
    left: 48px;
}

.speech-bubble-large {
	min-height: 1.5em;
    padding: 33px 36px !important;
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	border-radius: 5px 5px 5px 0px;
    padding-right: 30px !important;
}

.speech-bubble-large:after {
    content: "";
    position: absolute;
    bottom: -117px;
    left: 0px;
    background: url(./assets/speech-bubble-large.svg) no-repeat;
    display: block;
    width: 97px;
    height: 117px;
}
@media only screen and (min-width: 1040px){
	.speech-bubble-large{
		padding-right: 9px !important;
	}
}

@media only screen and (min-width: 1040px) and (max-width: 1445px){
	.speech-bubble-large:after {
		background-size: 60px;
	}
}


/*--------------------------------------------------------------
# pop-up box
--------------------------------------------------------------*/

.vc_row .vc-pop-up-box-wrap{
	/*display: none;*/
}
.vc-pop-up-box-wrap{
	background: #fff;
	max-width: 1210px;
	padding: 62px 100px;
	border-radius: 8px;
	margin-top: 90px;
}

.vc-pop-up-box-title.speech-bubble {
    position: absolute;
    top: 0;
	padding: 16px 27px 22px 28px;
    line-height: 43px;
	background: #CDDCE2;
}

.vc-pop-up-box-title.speech-bubble:after {
    bottom: -45px;
    left: 0px;
    background: url(./assets/speech-bubble-solid.svg) no-repeat;
    display: block;
    width: 45px;
    height: 45px;
}

div#fancybox-outer{
	background-color: transparent;
}

div#fancybox-content{
    background-color: transparent;
    border-color: transparent;
}

.fancybox-bg{
	display: none;
}

#fancybox-close{
	background: url(./assets/icons/close-btn.png) no-repeat;
	font-family: Gotham;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
    top: 55px;
    right: 7px;
    width: 70px;
    background-position: 56px 2px;
}

.vc-pop-up-box-content p{
    margin-top: 6px;
    margin-bottom: 33px;
    line-height: 33px;
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
	.vc-pop-up-box-content .wpcf7-form button{
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
	}
}

@media only screen and (max-width: 972px){
	.vc-pop-up-box-wrap{
		padding: 62px 30px;
	}
}

@media only screen and (max-width: 540px){
	.vc-pop-up-box-wrap{
		padding-top: 0px;
	}
	.vc-pop-up-box-title.speech-bubble {
		position: relative;
		margin-left: -30px;
		width: 101.5%;
		margin-bottom: 20px;
		}
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.competencie-icon{
	position: absolute;
	top: -40px;
	left: 40px;
	z-index:1;
}

.number-icon {
    position: absolute;
    top: -40px;
    left: 40px;
	background-color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 76px;
	z-index:1;
}

.hompage-post-list{
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	color: #CDDCE2;
	letter-spacing: 0.5px;
}

.hompage-post-list a{
	color: #CDDCE2;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}

.hompage-post-list .title,
.hompage-post-list .post-info,
.hompage-post-list .author,
.hompage-post-list .category-display{
	font-family: Gotham;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.hompage-post-list .title{
	font-size: 24px;
	letter-spacing: 0.1px;
	margin-bottom: 13px;
}

.hompage-post-list .category-display{
	text-transform: uppercase;
	margin-bottom: 8px;
}

.hompage-post-list .excerpt {
    line-height: 33px;
}

.hompage-post-list .excerpt span{
	word-break: break-word;
}

.hompage-post-list .date {
    text-transform: uppercase;
}

.hompage-post-list .post-info {
    margin-top: 6px;
}

.hompage-post-list .hompage-post-list-item {
    margin-bottom: 40px;
}

.white-box .wpb_column.vc_column_container{
	padding-left: 17px;
	padding-right: 17px;
}

.join-btn{
	letter-spacing: 0.5px !important;
}

.bg-6{
	background-repeat: no-repeat;
	background-position: 107% 100%;
}
.heading-bg{
	height: 218px !important;
}

.heading-block{
	margin-top: -69px;
}


@media only screen and (max-width: 972px){
	.heading-bg{
		height: 120px !important;
	}
	.heading-block .vc_column-inner {
		padding-top: 47px !important;
	}
	.title-heading h1{
		font-size: 35px;
		line-height: 40px;
	}
}

.team-list .wpb_content_element{
	margin-bottom: 0;
}

.team-list > .wpb_column > .vc_column-inner{
	padding-top: 0 !important;
    margin-bottom: 59px;
}

.standarts .team-list > .wpb_column > .vc_column-inner{
	padding-top: 0 !important;
    margin-bottom: 43px;
}

.team-list p{
	line-height: 27px;
	margin-top: 0;
	color: #fff;
}

.team-list h3{
	line-height: 28px;
    margin-bottom: 3px;
}

.working-groups p{
	margin: 0;
	margin-top: 12px;
}

.introducing-sila-2 p{
	margin-bottom: 0;
}

.sila-2-features ul{
	/*margin-top: -27px;*/
}

@media only screen and (max-width: 1580px){
	.introducing-sila-2{
		margin: 0px !important;
	}

	.padded-row{
		margin: 0px !important;
	}

	.table-subtext {
		margin-left: 15px;
	}
}

.ul-margin-top-zero ul{
	margin-top: 0;
}

.sila-2-features li:before {
    background-color: #CDDCE2;
}

.framework-boxes p{
	margin-top: 6px;
	margin-bottom: 35px;
}

.framework-boxes h2{
	margin-bottom: 21px;
}

.framework-boxes{
	padding-right: 125px;
	padding-left: 125px;
}

.framework-boxes .vc_column_container>.vc_column-inner{
	padding-top: 66px;
    padding-right: 40px;
    padding-bottom: 56px;
    padding-left: 40px;
}

@media only screen and (max-width: 972px){
	.framework-boxes{
		padding-right: 25px;
		padding-left: 25px;
	}
	.framework-boxes .vc_column_container>.vc_column-inner{
		padding-right: 20px;
		padding-left: 20px;
	}
}


 div.vc_btn3-container.more-news .vc_btn3{
	padding: 15px 20px;
}

 div.vc_btn3-container.join-our-working-groups .vc_btn3{
	padding: 15px 25px;
 }

.bg-1{
	background-position: center;

}

@media only screen and (min-width: 1470px) {
	.bg-1{
		background-position: 0 -280px;
	}
}

.document-downloads > .vc_column-inner > .wpb_wrapper{
    margin-right: -16px;
    margin-left: -17px;
}

.training table td{
    padding: 10px 17px;
}

.join-us table td{
	padding: 8px 21px;
}
.join-us table thead td{
	padding: 0px 17px 0px 17px;
	line-height: 17px;
}
/*--------------------------------------------------------------
# News & Events
--------------------------------------------------------------*/
.page-header-content{
	text-align: center;
    margin-top: -84px;
	padding: 0 15px;
}

.page-header .page-subtitle p{
    margin-bottom: 4px;
	color: #15222B;
}

.page-header .page-title h1{
	margin-top: 4px;
}

.page-header .page-title {
    max-width: 1030px;
    margin: 0 auto;
}

.post-content{
    max-width: 1590px;
    margin: 0 auto;
}

.post-content .news-wrap{
	max-width: 810px;
	display: inline-block;
}

.post-content .events-wrap{
	max-width: 810px;
	display: inline-block;
	vertical-align: top;
    margin-left: 96px;
}

@media only screen and (max-width: 1336px){
	.post-content .news-wrap{
		max-width: none;
		display: block;
	}
	.post-content .events-wrap {
		max-width: none;
		display: block;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1654px){
	.post-content {
		padding: 0 15px;
	}
}

.events-wrap li.sep-line{
	position: relative;
}

.events-wrap li.sep-line:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to right, #CDDCE2 50%, white 50%);
	background-size: 23px 6px;
	background-repeat: repeat-x;
	height: 10px;
	background-position: left center;
}

.archive   .post-content article.post,
.blog  .post-content article.post{
	border: 1px #CDDCE2 solid;
	border-radius: 8px;
    padding: 20px 70px 24px 28px;
    margin-bottom: 29px;
}

.post-content article.post.sep-line{
	margin-bottom: 60px;
	position: relative;
}

.post-content article.post.sep-line:after{
	content: "";
    display: block;
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, #CDDCE2 50%, white 50%);
    background-size: 24px 6px;
    background-repeat: repeat-x;
    height: 10px;
    background-position: left center;
}

.post-content .news-title{
    margin-top: 32px;
    margin-bottom: 16px;
}

.post .entry-content .entry-excerpt{
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	color: #869099;
	line-height: 34px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.post .entry-header .entry-title{
	letter-spacing: 0.1px;
}

.post .entry-footer .entry-meta{
	font-family: Gotham;
    font-weight: 700;
    font-size: 14px;
    color: #15222B;
}

.news-wrap .entry-footer {
	margin-top: 0;
}

.entry-meta .posted-on{
	text-transform: uppercase;
}

.event-posts p{
	font-family: Museo;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #869099;
    margin-bottom: 1.5em;
	text-decoration: none;
	margin: 0;
}

.event-posts li {
    list-style: none;
    border-bottom: 1px solid #CDDCE2;
    padding-bottom: 17px;
    padding-top: 21px;
}
.events-wrap.shortcode .event-posts li:first-child,
.event-posts li:first-child {
    padding-top: 0px;
}

.event-posts li:last-child {
	border-bottom: none;
}

.post-content .events-title {
    margin-top: 32px;
    margin-bottom: 16px;
}

.post-content .event-posts {
    margin-left: 30px;
    margin-top: 40px;
}

.post-content .event-posts h3 {
    margin-bottom: 16px;
}

.events-wrap.shortcode {
    padding-left: 20px;
}

.events-wrap.shortcode .events-title h4 {
    color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.events-wrap.shortcode .event-posts h3,
.events-wrap.shortcode .event-posts span {
    color: #fff;
}

.events-wrap.shortcode .event-posts h3{
    margin-bottom: 15px;
    letter-spacing: 0.1px;
}

.events-wrap.shortcode .event-posts p {
    color: #CDDCE2;
}

.events-wrap.shortcode li:before {
    display: none;
}

.events-wrap.shortcode ul {
    margin-top: 11px;
}

.events-wrap.shortcode .event-posts li {
    padding-top: 23px;
}

@media only screen and (max-width: 991px){
	.events-wrap.shortcode {
		padding-left: 22px;
	}
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.page-header-bg{
	width: 100%;
	height: 253px;
    background-color: rgba(205,220,226,0.5);
}

@media only screen and (max-width: 972px){
	.page-header-bg{
		height: 120px;
	}
	.blog .page-header-bg,
	.single .page-header-bg{
		height: 160px;
	}
	.page-header-content h1{
		font-size: 35px;
		line-height: 40px;
	}
}

.post-navigation {
    padding-right: 14px;
    margin-top: 38px;
}

.post-navigation .all-posts{
	display: inline-block;
    padding-left: 10px;
	position: relative;
}
.post-navigation  .next-posts,
.post-navigation  .prev-posts{
	float: right;
	display: inline-block;
    margin-left: 44px;
	position: relative;
}
.post-navigation .all-posts > a:before{
    content: "";
    position: absolute;
    top: 4px;
    left: -8px;
    background: url(./assets/icons/back-arrow.png) no-repeat;
    display: block;
    width: 9px;
    height: 14px;
}

.post-navigation .prev-posts > a:before{
    content: "";
    position: absolute;
    top: 4px;
    left: -17px;
    background: url(./assets/icons/back-arrow.png) no-repeat;
    display: block;
    width: 9px;
    height: 14px;
}

.post-navigation .next-posts > a:before{
    content: "";
    position: absolute;
    top: 5px;
    right: -21px;
    background: url(./assets/icons/forward-arrow.png) no-repeat;
    display: block;
    width: 9px;
    height: 14px;
}

.post-navigation a{
	font-family: Gotham;
    font-weight: 700;
    font-size: 14px;
    color: #15222B;
	text-transform: uppercase;
}

footer.entry-footer {
    margin-top: 15px;
}

@media only screen and (max-width: 429px){
	.post-navigation .all-posts {
		width: 100%;
	}
	.post-navigation .prev-posts,
	.post-navigation .next-posts{
		margin-left: 23px;
	}
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-wrap {
    padding: 0 32px;
}

.faq-entry {
    display: table;
    width: 100%;
	border-bottom: 1px solid #cddce2;
	padding: 85px 0 75px 0px;
}

.faq-entry:first-child {
    padding-top: 33px;
}

.faq-title {
    width: 34%;
}

.faq-posts a {
    text-decoration: none;
	color: #848c91;
    font-weight: 300;
}

.faq-posts {
    padding-top: 9px;
    vertical-align: top;
}

.faq-posts p {
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
}

.faq-posts,
.faq-title {
    display: table-cell; /* Make elements inside the container behave like table cells */
}

@media only screen and (max-width: 600px) {
    .faq-posts,
	.faq-title  {
        display: block;
        width: 100%;
    }
}

.related-posts .related-posts-title h4,
.entry-content-category h4 {
    text-transform: uppercase;
    color: #848C91;
    margin-bottom: 9px;
}

.single-sila-faq .sila-faq .entry-content{
    width: 63.7%;
    display: inline-block;
    padding-right: 63px;
}

.single-sila-faq .related-posts{
    width: 35.9%;
    display: inline-block;
    vertical-align: top;
}

.single-sila-faq .post-navigation {
    margin-top: -2px;
}

@media only screen and (max-width: 1200px){
	.single-sila-faq .sila-faq .entry-content{
		width: 63%;
	}

	.single-sila-faq .related-posts{
		width: 36%;
	}
}

@media only screen and (max-width: 972px){
	.single-sila-faq .sila-faq .entry-content{
		width: 100%;
		padding-right: 0px;
	}

	.single-sila-faq .related-posts{
		width: 100%;
	}
}

.related-posts a{
	font-family: Museo;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: #869099;
    margin-bottom: 1.5em;
	text-decoration: none;
}

.related-posts li {
    list-style: none;
    border-bottom: 1px solid #CDDCE2;
    padding-bottom: 17px;
    padding-top: 21px;
}
.related-posts li:first-child {
    padding-top: 0px;
}

.related-posts li:last-child {
	border-bottom: none;
}

.single-sila-faq .site-main > .entry-content {
	padding-top: 38px;
	padding-right: 15px;
}
@media only screen and (min-width: 1565px) {
	.single-sila-faq .site-main > .entry-content {
		max-width: 1390px;
		left: 85px;
		position: relative;
		padding-top: 38px;
		padding-right: 15px;
		padding-bottom: 36px;
	}
}

/*--------------------------------------------------------------
# Votes
--------------------------------------------------------------*/

.page-template-page-votes .page-title h1{
	margin-bottom: 0.67em;
}

.vote-list-wrap {
    margin: 0 auto;
    max-width: 1190px;
	margin-bottom: 38px;
}

.vote-list-wrap .post-navigation{
	margin-top: 24px;
}

.vote-list-wrap h2 {
    margin-bottom: 19px;
}

.vote-list li{
	list-style: none;
	border: 1px solid #CDDCE2;
    border-top: none;
}

.vote-list p{
    margin: 0px;
    color: #15222B;
}

.vote-list {
    overflow: auto;
}

.vote-list ul {
    min-width: 400px;
}

.vote-header div{
	display: inline-block;
	margin: 8px 0;
    padding: 0 22px;
}

.vote-header {
    background-color: #CDDCE2;
}

.vote-header p{
    font-weight: 700;
	color: #15222B;
}

.vote-item div{
	display: inline-block;
	margin: 8px 0;
    padding: 0 22px;
}

.vote-list .vote-number{
    width: 16%;
}

.vote-list .vote-title{
    width: 43.3%;
}

.vote-list .vote-date{
    width: 21.4%;
}

.vote-list .vote-status{
    width: 17.8%;
}

.vote-list .vote-none{
	width: 100%;
	text-align: center;
}

@media only screen and (max-width: 460px) {
	.vote-header div {
		padding: 0px 6px;
	}
	.vote-item div {
		padding: 0 6px;
	}
}

@media only screen and (max-width: 768px) {
	.vote-list div p {
		font-size: 15px;
		line-height: 23px;
	}
	.vote-list .vote-number{
		width: 11%;
	}

	.vote-list .vote-title{
		width: 25%;
	}

	.vote-list .vote-date{
		width: 25%;
	}

	.vote-list .vote-status{
		width: 25%;
	}
}

@media only screen and (max-width: 1184px) {
	.vote-list .vote-number{
		width: 13%;
	}

	.vote-list .vote-title{
		width: 42%;
	}

	.vote-list .vote-date{
		width: 21%;
	}

	.vote-list .vote-status{
		width: 19%;
	}
}

/*--------------------------------------------------------------
# Theme my login
--------------------------------------------------------------*/

#theme-my-login {
    margin: 93px auto;
    max-width: 490px;
	margin-bottom: 38px;
}
#theme-my-login .submit{
    text-align: center;
    position: relative;
    top: 7px;
}
#theme-my-login #wp-submit{
    padding: 17.5px 30px;
}
#theme-my-login .tml-action-links a {
	text-align: center;
}
#theme-my-login .tml-action-links a p{
	font-size: 14px
}

#theme-my-login .cimy_uef_label_checkbox{
	font-size: 14px;
	letter-spacing: 0.35px;
}

#theme-my-login {
    margin: 75px auto;
    max-width: 490px;
    margin-bottom: 38px;
}

.login#theme-my-login {
    margin: 94px auto;
    margin-bottom: 37px;
}

#theme-my-login.tml-resetpass,
.page-id-52119 .login#theme-my-login{
	margin-top: 204px;
}

#theme-my-login .user-pass1-wrap{
	text-align: center;
}

#theme-my-login .user-pass1-wrap input{
	margin: 5px 0;
}

#theme-my-login .password-input-wrapper #pass1,
#theme-my-login .password-input-wrapper.show-password #pass1-text{
	display: block;
}

#theme-my-login .password-input-wrapper.show-password  #pass1,
#theme-my-login .password-input-wrapper #pass1-text{
	display: none;
}

#theme-my-login .user-pass1-wrap button{
	min-width: 218px;
}

#theme-my-login td{
	padding: 8px 0;
}

#registerform p {
    display: inline-block;
    margin-bottom: 9px;
    width: 100%;
}

#cimy_uef_p_field_6 {
    margin-top: 7px;
}

#cimy_uef_p_field_7 {
    margin-top: 0px;
}

#cimy_uef_p_field_8 {
    margin-top: -2px;
}

#cimy_uef_p_field_2{
	max-width: 339px;
    width: 100%;
}

#cimy_uef_p_field_3{
	max-width: 129px;
    margin-left: 17px;
}

#registerform .submit {
    text-align: center;
    position: relative;
    top: -4px;
}

@media only screen and (max-width: 507px) {
	#cimy_uef_p_field_2{
		max-width: none;
		width: 100%;
	}

	#cimy_uef_p_field_3{
		max-width: none;
		margin-left: 0px;
	}
	#registerform{
		padding: 0 15px;
	}
}
@media only screen and (max-width: 972px) {
	.page-template-page-user .page-header-content {
		margin-top: -68px;
	}
	#theme-my-login {
		padding: 0 15px;
	}
}
#registerform input[type="checkbox"]+label{
	background:url('assets/checkbox.png') left top no-repeat;
	position:relative;
	margin:0;
	padding: 3px 0 3px 28px;
	cursor:pointer;
}
#registerform input[type='checkbox']:checked+label{
	background:url('assets/checkbox-checked.png') left top no-repeat;
}

#registerform input[type='checkbox']{
	display:none;
}

/* 7v */

.tml {
    margin: 93px auto;
    max-width: 490px;
	margin-bottom: 38px;
}
.tml .tml-submit-wrap{
    text-align: center;
    position: relative;
    top: 7px;
}

.tml .tml-rememberme-wrap{
	font-family: Museo;
	font-weight: 300;
	font-size: 19px;
	letter-spacing: 0.5px;
	color: #869099;
}

.tml .tml-links a {
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #869099;
    font-size: 14px;
}
.tml .tml-links li {
	list-style: none;
	text-align: center;
}
.tml-login .tml-links .tml-register-link{
	display: none;
}

.tml input[type="checkbox"]+label {
    background: url(assets/checkbox.png) left top no-repeat;
    position: relative;
    margin: 0;
    padding: 3px 0 3px 28px;
    cursor: pointer;
}

.tml input[type='checkbox']:checked+label {
    background: url(assets/checkbox-checked.png) 0px 5px no-repeat;
}

.tml input[type="checkbox"]{
	display: none;
}

.tml .form-table input[type="checkbox"]{
	display: block;
}

.tml .tml-label{
	font-size: 14px;
	letter-spacing: 0.35px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tml .tml-field-wrap{
	margin-bottom: 30px;
}

.tml-register p, .tml-register .tml-field-wrap {
    margin-bottom: 9px;
    margin-top: 1.2em;
}

.tml-register input[type="checkbox"]+label{
	background-position: 0px 5px;
}

#cimy_uef_p_field_2 {
    max-width: 339px;
    width: 100%;
    display: inline-block;
	margin-bottom: 0px;
	margin-top: 14px;
}

#cimy_uef_p_field_3 {
    max-width: 129px;
    margin-left: 17px;
    display: inline-block;
	margin-bottom: 0px;
	margin-top: 14px;
}

.tml-register .tml-links{
	display: none;
}

.tml-action-confirmaction .success, .tml-error, .tml-message, .tml-success{
	border: 0;
	box-shadow: none;
}

.tml-profile{
	margin-top: 233px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.wpb_revslider_element{
	margin-bottom: 0px !important;
}

.no-bullet-bar .tp-bullets.our-testimonials{
	display: none;
}

.tparrows.our-testimonials:before{
	content:'';
}

.tparrows.our-testimonials {
    width: 49px;
    height: 90px;
}

.tp-leftarrow.tparrows.our-testimonials{
	background: url(./assets/icons/arrow-left.png) no-repeat;
}

.tp-rightarrow.tparrows.our-testimonials{
	background: url(./assets/icons/arrow-right.png) no-repeat;
}

.tp-bullets.our-testimonials .tp-bullet.selected{
    background: #ffffff;
    background: RGBA(255,255,255,0);
    border-width: 2px;
    border-style: solid;
    border-color: #41889f;
    border-color: RGBA(65,136,159,1);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tp-bullets.our-testimonials .tp-bullet{
	background: #ffffff;
    background: RGBA(255,255,255,0);
    opacity: 1;
    padding: 8px 8px 8px 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-width: 2px;
    border-style: solid;
    border-color: #41889f;
    border-color: RGBA(65,136,159,0.5);
    border-radius: 50px;
}

@media only screen and (max-width: 1800px) {
	.rev_slider_wrapper.our-testimonials{
		padding: 0 100px !important;
	}
	.tp-leftarrow.tparrows.our-testimonials {
		-webkit-transform: matrix(1, 0, 0, 1, -80, -45) !important;
		    -ms-transform: matrix(1, 0, 0, 1, -80, -45) !important;
		        transform: matrix(1, 0, 0, 1, -80, -45) !important;
	}

	.tp-rightarrow.tparrows.our-testimonials {
		-webkit-transform: matrix(1, 0, 0, 1, 31, -45) !important;
		    -ms-transform: matrix(1, 0, 0, 1, 31, -45) !important;
		        transform: matrix(1, 0, 0, 1, 31, -45) !important;
	}
}

@media only screen and (max-width: 780px) {
	.rev_slider_wrapper.our-testimonials{
		padding: 0 70px !important;
	}
}

.tp-video-play-button {
	border-radius: 100%;
}
.tp-video-controls{
	display: none;
}
.videoisplaying .tp-revstop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.rev_slider_wrapper .tparrows, body .rev_slider_wrapper:hover .tparrows {
    display: block !important;
}

/*--------------------------------------------------------------
# Members slider
--------------------------------------------------------------*/

.slick-dots{
	display: none !important;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    padding: 0;
    border: 0;
}
.wpls-logo-showcase-slider-wrp{
    max-width: 1627px;
    margin: 0 auto;
}

.wpls-logo-showcase button.slick-arrow {
    min-width: 30px;
	}

.wpls-logo-showcase button.slick-prev, .wpls-logo-showcase button.slick-prev:hover, .wpls-logo-showcase button.slick-prev:focus, .wpls-logo-showcase button.slick-prev:active {
    background: rgba(00, 00, 0, 0.0) url(./assets/arrow-left.png) center center no-repeat !important;
    box-shadow: none !important;
	background-size: auto !important;
}

.wpls-logo-showcase button.slick-next, .wpls-logo-showcase button.slick-next:hover, .wpls-logo-showcase button.slick-next:focus, .wpls-logo-showcase button.slick-next:active {
    background: rgba(00, 00, 0, 0.0) url(./assets/arrow-right.png) center center no-repeat !important;
    box-shadow: none !important;
	background-size: auto !important;
}

.wpls-logo-showcase .slick-slide{
	pointer-events: none;
}

/*--------------------------------------------------------------
# Join us ilustrations
--------------------------------------------------------------*/
@media only screen and (min-width: 780px) {
	.info-box-1{
		margin-bottom: -66px !important;
	}

	.info-box-btn-1{
		margin-bottom: 173px !important;
	}
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
body.error404 {
    height: 100%;
}

.error404 .site{
    position: relative;
    min-height: 100%;
}

.error404 .page-content{
	max-width: 744px;
	width: 100%;
    margin: 48px auto;
	text-align: center;
	padding-bottom: 15px;
}

.error404 .page-header h1{
    font-size: 200px;
    margin-bottom: 0;
    margin-top: -10px;
}

.error404 .error-404 p{
    margin-top: 4px;
    line-height: 32px;
    margin-bottom: 45px;
}

.error404 .btn{
	line-height: 1;
    border-radius: 8px;
    font-family: Museo;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.5px;
    min-width: 230px;
    font-size: 19px;
    padding: 17px 35px;
    color: #fff;
    background-color: #41889F;
    border: none;
    outline: 0;
}

.error404 .site-content{
    padding-bottom: 420px;
}

.error404 footer{
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 972px){
	.error404 .page-header h1{
		font-size: 130px;
		margin-top: 30px;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
	min-height: 421px;
	width: 100%;
	background-color: #15222B;
}

.site-footer-content{
	max-width: 1590px;
	margin: 0 auto;
	margin-top: 84px;
}

.footer-sidebar {
    margin: 15px;
    width: 100%;
    display: inline-block;
	vertical-align: top;
}

@media only screen and (min-width: 600px) {
	.footer-sidebar {
		margin: 15px 0px 0px 39px;
		width: 33.33%;
	}
}
@media only screen and (min-width: 782px) {
	.footer-sidebar {
		margin: 15px 9px 0px 30px;
		width: 13.6%;
	}

	#footer-sidebar-right-2{
		float: right;
	    width: 14.4%;
		margin: 15px -4px 0px 30px;
	}
}

.footer-sidebar .menu li{
	list-style: none;
}

.footer-sidebar ul.menu{
	margin: 0;
	padding: 0;
	line-height: 25px;
}

.site-footer .widget-title{
	font-family: Gotham;
	font-weight: 700;
	font-size: 14px;
	color: #41889F;
	text-transform: uppercase;
	margin-bottom: 11px;
    letter-spacing: 0.4px;
}

.site-footer p,
.site-footer .menu li a{
	font-family: Museo;
	font-weight: 300;
	font-size: 14px;
	color: #CDDCE2;
	text-decoration: none;
	line-height: 27px;
}
.site-footer p{
    letter-spacing: 0.3px;
}
.site-info span,
.site-info .footer-navigation li a{
	font-family: Museo;
	font-weight: 300;
	font-size: 14px;
	color: #848C91;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.site-info span,
.site-info .footer-navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 23px;
}

.site-footer .social-navigation  ul.menu,
.site-info .footer-navigation ul.menu{
	margin: 0;
	padding: 0;
}

.site-info {
	line-height: 38px;
    margin: 48px 0px 0 5px;
}

.footer-navigation{
	float: left;
}

.site-footer .social-navigation li {
    list-style: none;
	line-height: 53px;
}

.site-footer .social-navigation{
	float: right;
	margin: 9px 58px 0px 63px;
}

@media only screen and (max-width: 782px) {
	.site-footer .social-navigation li {
		display: inline-block;
	}

	.site-footer .social-navigation {
		float: left;
		margin: -60px 20px 0px 30px;
	}
}

@media only screen and (max-width: 600px){
	.site-footer .social-navigation {
		float: left;
		margin: -60px 20px 0px 5px;
	}
}

.site-footer .social-navigation .menu a{
    line-height: 0;
    font-size: 0;
    color: transparent;
	background-size: auto;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 22px;
	letter-spacing: 0;
}

.site-footer .social-navigation .twitter-logo a{
	background-image: url('./assets/icons/Twitter-logo-large.png');
}

.site-footer .social-navigation .facebook-logo a{
	background-image: url('./assets/icons/Facebook-logo-large.png');
}

.site-footer .social-navigation .linkedin-logo a{
	background-image: url('./assets/icons/LinkedIn-logo-large.png');
}

.
