/* custom top bar */
#trial_top {
	direction: ltr;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-family: "Poppins", sans-serif;
	z-index: 300;
	z-index: 9991;
	line-height: 1.2em;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#trial_top .trial-top-secondary {
	right: 10px;
	cursor: pointer;
}

#trial_top ul {
	background: 0 0;
	clear: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-indent: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 41px;
}

#trial_top ul li {
	/* height: 40px; */
	margin: 0;
}

#trial_top .ab-item:hover::before,
#trial_top .ab-item:focus::before,
#trial_top .ab-icon:hover::before,
#trial_top .ab-icon:focus::before,
#trial_top li:hover .ab-icon::before {
	color: #007bff !important;
}

#trial_top .ab-item:hover {
	border-bottom: 5px solid #007bff;
	text-decoration: none;
}

#trial_top a {
	display: block;
	color: #3c4257;
	padding: 8px 10px 8px 15px;
	font-size: 13px;
	text-decoration: none;
	outline: 0;
	transition: all .2s ease-out;
}

#trial_top a.ab-item,
#trial_top > span.ab-label,
#trial_top > span.noticon {
	background-color: #fff;
	color: #3c4257;
}

#trial_top .ab-icon,
#trial_top .ab-item:before,
#trial_top > .ab-icon {
	margin-right: 7px;
}

#trial_top a.ab-item,
#trial_top > span.ab-label,
#trial_top > span.noticon {
	color: #3c4257;
}

#trial_top #trial_top-rw_main_app > .ab-item:before {
	content: '\f015';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-site-name > .ab-item:before {
	content: "\f013";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-rw_view_website > .ab-item:before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-rw_view_website > .ab-item span::before {
	content: 'View Website';
}

#trial_top #trial_top-rw_design > .ab-item:before {
	content: "\f1fc";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-domain > .ab-item:before {
	content: "\f57d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-rw_page_settings > .ab-item:before {
	content: "\f303";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-rw_page_builder > .ab-item:before {
	content: "\f0ce";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#trial_top #trial_top-rw_tour_link .ab-item .ab-icon:before {
	content: "\f425";
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
}

#trial_top .top-menu-outline-button .ab-item {
	color: #007bff;
	border-color: #007bff;
	border: 1px solid #007bff;
	padding: 3px 8px;
	/* margin-top: 4px; */
	margin-left: 12px;
	margin-right: 0;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out,
		box-shadow .15s ease-in-out;
}

#trial_top .top-menu-outline-button .ab-item:hover {
	background-color: #007bff;
	color: #fff;
	border: 1px solid #007bff;
}

#trial_top .top-menu-outline-button .ab-item i {
	margin-right: 7px;
	font-size: 14px;
}

#trial_top .top-menu-outline-button .ab-item i:hover {
	color: #fff;
}

#trial_top #trial_top-rw_tour_link {
	padding: 0 5px;
}

@media all and (max-width: 1023px) {
	/* #trial_top-rw_main_app,
	#trial_top-domain,
	#trial_top-rw_design, */
	#trial_top-rw_page_settings,
	#trial_top-rw_page_builder,
	#trial_top-rw_tour_link,
	#trial_top .responsive-preview-item {
		display: none;
	}
}

@media all and (max-width: 479px) {
	/* .trial-top-menu li a::before {
		display: none;
	} */

	.trial-top-secondary li a span {
		display: none;
	}

	#trial_top .top-menu-outline-button .ab-item {
		margin-left: 8px;
	}

	#trial_top .top-menu-outline-button .ab-item i {
		margin-right: 0;
	}

	/* #trial_top-rw_main_app,
	#trial_top-domain,
	#trial_top-rw_design, */
	#trial_top-rw_page_settings,
	#trial_top-rw_page_builder,
	#trial_top-rw_tour_link {
		display: none;
	}

	#trial_top-rw_main_app .ab-item {
		padding-right: 0;
	}

	#trial_top li > .ab-item:before {
		font-size: 16px;
		margin-right: 4px;
	}

	#trial_top #wp-admin-bar-menu-toggle {
		display: block !important;
	}

	#trial_top #wp-admin-bar-menu-toggle > .ab-item {
		padding: 8px 3px 8px 12px;
	}

	#trial_top #wp-admin-bar-menu-toggle > .ab-item:before {
		content: "\f0c9";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right: 0 !important;
	}

	#trial_top #wp-admin-bar-menu-toggle > .ab-item:hover {
		border-bottom: 0;
		text-decoration: none;
	}

	#trial_top #wp-admin-bar-menu-toggle > .ab-item:focus {
		box-shadow: unset;
	}

	#trial_top #trial_top-rw_view_website > .ab-item span::before {
		content: 'Website';
	}

	#trial_top a {
		padding: 8px 10px;
	}

	#trial_top .ab-icon,
	#trial_top .ab-item:before,
	#trial_top > .ab-icon {
		margin-right: 5px;
	}

	#trial_top ul li {
		height: unset;
	}

	#trial_top .top-menu-outline-button .ab-item {
		font-size: 14px;
		margin-top: 0;
	}

	#trial_top .top-menu-outline-button .ab-item i {
		font-size: 14px;
	}
}
