.mobile-nav-icon:before {
    font-size: 14px;
    content: "\f00b";
    font-family: 'Font Awesome 5 Free';
}

#masthead.masthead-logo-in-menu .logo > img {
    max-height: 50px;
}

/* MENU ADJUSTMENTS BELOW THIS LINE */


/* Frontpage (Homepage) Padding 0 px Between First Row and Video Header */

.home #main {padding: 0px 35px 35px 35px;}


/* Transparent Logo in Menu Background on Top of Frontpage */

.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a {
    background-color: transparent;
}

.home .site-header {
	position: absolute;
	left: 0;
	right: 0;
}

.home .main-navigation {
	background: transparent;
	transition: all 300ms ease-in-out;
	border-bottom-color: transparent;
}
.home .main-navigation.sticky {
	background: #ffffff;
	border-bottom-color: #efefef;
  border-bottom-style: solid;
  border-bottom-width: 0.5px;
}
.home .main-navigation:not(.sticky) ul.menu > li:not(.current_page_item) > a {
	color: #efefef;
}
.home .main-navigation:not(.sticky) ul.menu > li:hover > a {
	color: #00bcff;
}

body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li a {
 margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  font-weight: thin; !important;
}

.main-navigation a {
	font-weight: normal;
}

.mobile-nav-icon:before {
font-size: 18px;
}

/* Vantage Sub Menu Width */

.main-navigation ul ul a {
min-width: 300px !important;
width: auto !important;
white-space: nowrap !important;
font-weight: normal; !important;
}


/* Padding Between HTML  Listing Lines */

.entry-content ul li, .entry-content ol li {
    margin-left: 1.5em;
  padding-bottom: 1.5em;
}

/* Padding off betweeen Metaslider and title */

#home {
padding-top: 0px;
}


/* Footer Adjustments */
#colophon #theme-attribution, #colophon #site-info {
    text-align: center;
    margin-top: 25px;
    color: #AAA;
    font-size: 15px;
}

article.post .entry-categories, article.page .entry-categories {
    margin-top: 1.5em;
    color: #999;
    font-size: 15px;
}

.vantage-carousel-title .vantage-carousel-title-text {
    display: inline-block;
  font-size: 16px;
    padding-right: 15px;
}

h2.entry-title a {
    text-decoration: none;
  font-size: 28px;
  color: #248cc8;
}

/*Contact Form 7 säätöjä*/

div.wpcf7-validation-errors {
    border: 2px solid white;
}
div.wpcf7-response-output {
  color: black;  
  margin: 2em 0.5em 1em;
    padding: 0.2em 0.8em;
}
span.wpcf7-not-valid-tip {
    color: darkorange;
    font-size: 1em;
    display: block;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid white;
}
div.wpcf7-response-output {
    margin: 0em 0em 0em;
    padding: 0.2em 1em;
}

/*Contact Form 7 säätöjä not-valid-teksti*/

div.wpcf7-f1752-p60-o1-validation-errors {
    border: 2px solid white;
}
div.wpcf7-f1752-p60-o1-response-output {
  color: black;  
  margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
span.wpcf7-f1752-p60-o1-not-valid-tip {
    color: red;
    font-size: 1em;
    display: block;
}


/* Etusivu testimonials */

.lsow-testimonials .lsow-testimonial-text {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #888;
}

/*Sidebar font-size*/

#secondary .widget, #footer-widgets .widget, #masthead-widgets .widget {
    font-size: 15px;
    color: #5e5e5e;
}



/* Vantage Menu Bottom & Top Border Colors*/

.main-navigation {
  border-bottom-color: #efefef;
  border-bottom-style: solid;
  border-bottom-width; 1px;
}

/* Mobile Nav Background Color Changes*/

.mobile-nav-frame {
background: rgba(34,34,34,0.5) !important;
}

.mobile-nav-frame .title h3 {
color: white !important;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.8) !important;
font-size: 25px;
text-transform: uppercase;
}

.mobile-nav-frame ul {
background: #212121 !important;
border: 1px solid #111 !important;
}

.mobile-nav-frame ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav-frame ul li a.link {
color: #F3F3F3 !important;
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7) !important;
font-size: 16px;
font-weight: bold;
}

.mobile-nav-frame .title {
    padding: 14px 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1c1c1c;
    background: #212121;
}