/*
Theme Name: BrandManager
Theme URI: https://www.brandmanager.io
Description: This is a custom child theme for Salient
Author: Rick Bogaart
Author URI: https://www.brandmanager.io
Template: Divi
Version: 0.1
*/

/*
header#top nav {
	padding: 20px 0;
}

*/


/*
.BrandManager-logo {
	transform: scale(0.4);
	transform-origin: top left;
}


nav li.current-menu-item a {
	font-weight: 800;
}


.callToActionBox p {
	font-size: 100%;
	margin-bottom: 20px;
}

.callToActionBox p.payoff {
	font-size: 160%;
	font-weight: 800;
}



.nectar-icon-list[data-icon-size="large"][data-icon-style="no-border"] .nectar-icon-list-item {
	padding-right: 40px;
	margin-bottom: 50px;
}

*/

:root {
	--fa-primary-color: #666;
	--fa-primary-opacity: 1;
	
	--fa-secondary-color: #999;
	--fa-secondary-opacity: 1;
}

h1 {
	font-weight: 900;
}

h2 {
	
}

h3 {
	font-size: 18px;
	font-weight: 500;
}


/* MENU */

#mobile_menu li:not([id]) { 
	display: none !important; 
}
.mobile_menu_bar:before {
	color: #FFF !important;
}

#footer-widgets .footer-widget ul {
	list-style: none;
	padding: 0;
}

#footer-widgets .footer-widget ul li {
	padding-left: 0;
}

#footer-widgets .footer-widget ul li:before {
	border: 0;
}

#footer-widgets .footer-widget .widget_text a {
	text-decoration: underline;
}



/* HEADER */

.brandmanager-header .et_pb_slide_image {
	text-align: left;
}


.brandmanager-header .et_pb_slide_description .et_pb_text_overlay_wrapper {
	position: relative;
	padding: 70px 50px;
	background-color: rgba(255, 255, 255, 0.7);
}

.brandmanager-header .et_pb_slide_description .et_pb_text_overlay_wrapper:before,
.brandmanager-header .et_pb_slide_description .et_pb_text_overlay_wrapper:after {
	width: 100%;
	height: 100%;
	content: '';
	transform: rotate(8deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	
	background-color: #FFF;
	opacity: 0.4;
	
	transition: transform 1s ease-in-out, opacity 1s ease-in-out, background-color 1s ease-in-out;
}

.brandmanager-header .et_pb_slide_description .et_pb_text_overlay_wrapper:after {
	transform: rotate(4deg);
	
}

.brandmanager-header:hover .et_pb_slide_description .et_pb_text_overlay_wrapper {
	background-color: rgba(255, 255, 255, 0.6);
}

.brandmanager-header:hover .et_pb_slide_description .et_pb_text_overlay_wrapper:before {
	transform: rotate(10deg) scale(1.03);
	opacity: 0.5;
}

.brandmanager-header:hover .et_pb_slide_description .et_pb_text_overlay_wrapper:after {
	transform: rotate(5deg) scale(1.03);
	opacity: 0.5;
}



ul.benefits {
	list-style: none;
	padding: 0;
	line-height: 150%;
	margin: 10px 0;
}

ul.benefits li {
	padding-left: 30px;
	margin-bottom: 10px;
}

ul.benefits li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 120%;
	color: rgb(135, 186, 71);
	display: inline-block;
	margin-left: -30px;
	width: 30px;
}

.icon-with-text {
	position: relative;
	
	background-color: #F5F5F5 !important;
	
	transition: background-color 0.3s ease-in-out;
}

.icon-with-text:hover {
	background-color: #EEE;
}

.icon-with-text:before,
.icon-with-text:after {
	width: 100%;
	height: 100%;
	content: '';
	transform: rotate(1deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	
	background-color: #666;
	opacity: 0.1;
	
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.icon-with-text:after {
	opacity: 0.08;
	transform: rotate(-1deg);
	z-index: -1;
}

.icon-with-text:hover:before {
	background-color: #1178b3;
	opacity: 0.15;
	transform: rotate(2deg) scale(1.02);
}

.icon-with-text:hover:after {
	background-color: #1178b3;
	opacity: 0.1;
	transform: rotate(-1deg) scale(1.03);
}


.icon-with-text div.icon {
	display: table-cell;
	text-align: center;
	width: 25%;
}

.icon-with-text div.icon i {
	font-size: 70px;
	margin: 15px 20px 10px 0;
	
	transition: transform 0.3s ease-in-out;
}

.icon-with-text:hover div.icon i {
	--fa-primary-color: #1178b3;
	--fa-secondary-color: #9ac3db;
	
	transform: scale(1.1, 1.1) rotate(-5deg);
}

.icon-with-text div.text {
	display: table-cell;
	vertical-align: middle;
	
}


@media only screen and (max-width: 680px) {
	.icon-with-text div.icon i {
		font-size: 40px;
	}
}


.branches {
	font-size: 16px;
	font-weight: 300;
}


.branches .et_pb_text:before,
.branches .et_pb_text:after {
	width: 100%;
	height: 100%;
	content: '';
	transform: rotate(3deg);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	
	background-color: #000;
	opacity: 0.2;
	
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.branches .et_pb_text:after {
	opacity: 0.15;
	transform: rotate(-3deg);
	z-index: -1;
}

.branches .et_pb_text:hover:before {
	opacity: 0.4;
	transform: rotate(4deg) scale(1.03);
}

.branches .et_pb_text:hover:after {
	opacity: 0.2;
	transform: rotate(-4deg) scale(1.03);
}

.branches .et_pb_text i {
	font-size: 100px;
	opacity: 0.5;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
	
	transition: transform 0.3s ease-in-out;
}

.branches .et_pb_text:hover i {
	transform: scale(1.1, 1.1) rotate(-3deg);
}


.branches .production,
.branches .production:before,
.branches .production:after {
	background-color: #29a7dc;
}

.branches .supplier,
.branches .supplier:before,
.branches .supplier:after {
	background-color: #a990bd;
}

.branches .purchasing,
.branches .purchasing:before,
.branches .purchasing:after {
	background-color: #1baeb2;
}

.branches .marketing,
.branches .marketing:before,
.branches .marketing:after {
	background-color: #ee7669;
}

.branches .retail,
.branches .retail:before,
.branches .retail:after {
	background-color: #87ba47;
}

.branches .branch,
.branches .branch:before,
.branches .branch:after {
	background-color: #edb643;
}



.producttype {
	text-align: center;
}

.producttype i {
	font-size: 52px;
	margin-bottom: 20px;
	
	--fa-primary-color: #FFF;
	--fa-secondary-color: rgba(255, 255, 255, 0.5);
}