.mobile-nav-icon:before {
    font-size: 14px;
    content: "\f00b";
    font-family: 'Font Awesome 5 Free';
}

#masthead.masthead-logo-in-menu .logo > img {

    max-height: 45px;
    width: auto;
    height: auto;
    max-width: 100%;
}


body.responsive #masthead.masthead-logo-in-menu .main-navigation .menu-mobilenav-container ul li a {
 margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  font-weight: normal; !important;
}


/* 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 */

.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;
}

/* Transparent Logo in Menu Current Page Background on Top of Frontpage */

.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current_page_item > a {
    background-color: transparent;
}


.mobile-nav-icon:before {
font-size: 18px;
}


/* Vantage Sub Menu Width */

.main-navigation ul ul a {
min-width: 320px !important;
width: auto !important;
white-space: nowrap !important;
font-weight: normal !important;
 }

.main-navigation ul ul li:hover > a, .main-navigation ul ul li.focus > a {
    background: #00bcff;
  min-width: 320px !important;
  
}


/* Livemesh Widgets Post Carousel Post Entry Title Size on Mobile */


@media (max-width: 600px) {
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
    color: #333333;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  font-size: 15px;
  }

}

/* MOBILE PHONE H1,H2,H3 TITLES SIZES*/

@media (max-width: 600px) {
	#page-title, #page-wrapper h1, #page-wrapper h2, #page-wrapper h3, #page-wrapper h4, #page-wrapper h5, #page-wrapper h6 article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
		font-size: 28px;
	}

	.site-main .entry-content h1 {
		font-size: 22px;
	}

	.site-main .entry-content h2 {
		font-size: 18px;
	}

	.site-main .entry-content h3 {
		font-size: 16px;
	}
}


/* 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;
}



/* Vantage Header Sidebar Padding */

header#masthead .hgroup #header-sidebar[style] {
padding-top: 21.5px !important;
padding-bottom: 21.5px !important;
}

/* Padding Between HTML  Listing Lines */

.entry-content ul li, .entry-content ol li {
    margin-left: 1.5em;
  padding-bottom: 1.5em;
}



/* 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;
}


#footer-widgets .widget {
 height: 100% !important;

}


/*Contact Form 7 etusivun säätöjä*/

div.wpcf7-validation-errors {
    border: 2px solid white;
}
div.wpcf7-response-output {
  color: yellow;  
  margin: 2em 0.5em 1em;
    padding: 0.2em 0.8em;
}
span.wpcf7-not-valid-tip {
    color: yellow;
    font-size: 1em;
    display: block;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid green;
}
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;
}

.main-navigation ul ul li:hover > a {
  
}