/*
  Theme Name: River City Consutlants Child Theme
  Theme URI: https://rccwest.com
  Version: 1.0.0
  Template: Divi
  Author: Flyt Agency
  Author URI: https://flytagency.com
  Text Domain: river-city-consutlants-child-theme
*/


#wpadminbar a {
	color: #FFFFFF !important;
}

body {
	font-weight: 400;
}

/* HEADER - TOP BAR  */

div.top-bar {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;"
}

div.top-bar-item {
	padding: 12px 32px; 
	border-left: 1px solid #929BA2;
}

div.top-bar-item a {
	color: #FFFFFF !important;
}

div.top-bar-item a:hover {
	color: #000000;
}

/* HEADER - MENU */

div.et_pb_menu__wrap {
  justify-content: flex-end !important;
}

.et-menu .menu-item-has-children>a:first-child:after {
  	color: #1AA9B1;
	font-size: 24px;
	padding-bottom: 2px;
	margin-right: -4px;
}

.et-menu-nav ul.et-menu ul.sub-menu li a {
	line-height: 20px !important; 
}

/* FOOTER - BOTTOM BAR */

#bottom-bar a {
	color: #FFFFFF;
}

#bottom-bar a:hover {
	color: #000000;
}