/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.textShadow {
	font-weight: bold;
	text-shadow: 2px 2px 4px #000;
}
.textShadow .container .content {
	background: rgba(0, 0, 0, 0.3);
}
/* Table CSS */
table.inventoryTable {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.inventoryTable {
	width: 100%;
	margin-bottom: 18px;
}
.inventoryTable th,
.inventoryTable td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	font-size: 1.2em;
}
.inventoryTable th {
	font-weight: bold;
}
.inventoryTable thead th {
	vertical-align: bottom;
}
.inventoryTable caption+thead tr:first-child th,
.inventoryTable caption+thead tr:first-child td,
.inventoryTable colgroup+thead tr:first-child th,
.inventoryTable colgroup+thead tr:first-child td,
.inventoryTable thead:first-child tr:first-child th,
.inventoryTable thead:first-child tr:first-child td {
	border-top: 0;
}
.inventoryTable tbody+tbody {
	border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #dddddd;
}
.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: #f9f9f9;
}
.inventoryTable tbody tr:hover td,
.inventoryTable tbody tr:hover th {
	background-color: #f5f5f5;
}
table.inventoryTable caption {
	font-weight: bold;
}
.nectar-fancy-ul ul li {
	font-size: 1.2em !important;
}
.nectar-fancy-ul[data-animation="true"] ul li {
	left: 0;
	margin-bottom: 0;
}
.wpb_wrapper p {
	padding-bottom: 5px !important;
}
/***KAPP KONCEPTS***/
/*.phone{
	float:right;
	padding:6px 25px;
	background:#27cfc3;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}*/
.phone {
	padding: 6px 25px;
	background: #2a3586;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	height: 50px;
	width: 182px;
	right: 0;
}
.phone h3 {
	color: #FFF;
}
#header-outer:not([data-format="left-header"]) #top>.container>.row nav>ul>li {
	margin-top: 50px;
}
@media (max-width: 580px) {
	.phone {
		height: 36px;
		width: 156px;
		top: -13px;
	}
}