/*
Theme Name: Vantage Child
Theme URI: https://siteorigin.com/theme/vantage/
Template: vantage
Author: SiteOrigin
Author URI: https://siteorigin.com/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Meta Slider for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free and premium support on our support forums (http://siteorigin.com/thread/).
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,e-commerce
Version: 1.6.7.1513082872
Updated: 2017-12-12 12:47:52

*/

#masthead .main-navigation:after {
	bottom: -6px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
	content: "";
	height: 6px;
	position: absolute;
	width: 100%;
}

body .cta-top {
	background: #f1f1f1;
	position: relative;
	z-index: 10000;
	margin: 0
}
body .cta-top .fa {
	font-size: 22px;
	margin-right: 0px;
	color: #443123;
}
.mobile-nope {
	font-size: 20px;
}
.menu-cta-top-meny-container {
	width:100%
}
.menu-cta-top-meny-container .menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.menu-cta-top-meny-container .menu .lefty-dawg {
	margin-left: auto
}
@media screen and (max-width: 681px) {
	body .main-navigation .mobile-nope {
		display: none;
	}
}
@media screen and (min-width: 681px) {
	body .main-navigation .mobile-only {
		display: none;
	}
}
ul#menu-cta-top-meny li {
	margin-top: 0 !important
}
ul#menu-top-main > li {
	margin-top: 15px !important;
}
#masthead.masthead-logo-in-menu .logo {
	margin-top:0 !important;
}
.back p, .back a {
	color: #333 !important;
}
.back .valk {
	color: white !important;
}
body #main {
	background: #ffffff;
}
.cta-top i.fa.fa-envelope {
	color: #fdb813;
}
.cta-top i.fa.fa-phone-square {
	color: #8fc73e;
} 
body .main-navigation ul li:hover > a, body .main-navigation ul li.focus > a {
  background: #ffffff;
  color:black
}

#masthead nav .full-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  font-family: "minion pro";
  visibility: hidden;
  width: 200px;
  font-size: 95%;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  /*word-spacing: 4px;*/
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
span.ort{
white-space: nowrap;
margin: 0 4px;
}
div.member-job,div.member-desc, div.member-desc h6 a, div.tooltip,.tooltip .tooltiptext span.ort{font-family: "minion pro" !important;}
h5,h6{
  font-family: initial;
}

.caldera-forms-consent-field-linked_text {
	color: #fff !important;
}