/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
.menu-item-3188 {
	background: rgba(26,69,124,1);
	background: -moz-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(26,69,124,1)),color-stop(19%,rgba(26,69,124,1)),color-stop(100%,rgba(59,150,205,1)));
	background: -webkit-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -o-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -ms-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: linear-gradient(to bottom,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a457c',endColorstr='#3b96cd',GradientType=0);
	padding: 0 15px;
	border-radius: 10px;
}

.menu-item-3188:hover {
	background: rgba(59,150,205,1);
	background: -moz-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(59,150,205,1)),color-stop(19%,rgba(59,150,205,1)),color-stop(100%,rgba(26,69,124,1)));
	background: -webkit-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -o-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -ms-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: linear-gradient(to bottom,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b96cd',endColorstr='#1a457c',GradientType=0);
}

.notification-bar {
	background: rgba(26,69,124,1);
	background: -moz-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(26,69,124,1)),color-stop(19%,rgba(26,69,124,1)),color-stop(100%,rgba(59,150,205,1)));
	background: -webkit-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -o-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: -ms-linear-gradient(top,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	background: linear-gradient(to bottom,rgba(26,69,124,1) 0%,rgba(26,69,124,1) 19%,rgba(59,150,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a457c',endColorstr='#3b96cd',GradientType=0);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
}

.notification-bar:hover {
	background: rgba(59,150,205,1);
	background: -moz-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(59,150,205,1)),color-stop(19%,rgba(59,150,205,1)),color-stop(100%,rgba(26,69,124,1)));
	background: -webkit-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -o-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: -ms-linear-gradient(top,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	background: linear-gradient(to bottom,rgba(59,150,205,1) 0%,rgba(59,150,205,1) 19%,rgba(26,69,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b96cd',endColorstr='#1a457c',GradientType=0);
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
}

.wpb_wrapper a {
	text-decoration: none;
}

.menu-item-3188 a {
	color: #ffffff !important;
}

.menu-item-3188:hover > a > span {
	color: #ffffff !important;
}

.menu-item-3188 a:hover {
	color: #ffffff !important;
}

.menu-item-3188 a:hover >span {
	color: #ffffff !important;
}

@media screen and (max-width: 800px) {
	.menu-item-3188 {
		display: none;
	}
}

@media screen and (min-width: 800px) {
	.notification-bar {
		display: none;
	}
}