/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}


/* codfe.com - code 3 */
.vi-header {
	border-bottom:solid 1px #0056a8;
}
.pull-right {
	float:right;
}
.pull-right {
	margin-right:0 !important;
}
.vi-right-link a:first-child {
	margin-left:0;
}
.vi-right-link a {
	color:#555;
	font-size:14px;
	margin-left:15px;
}
.vi-right-link a.vi-more,.vi-right-link a:hover {
	color:#0056a8;
}
.vi-right-link a.vi-more:after {
	content:"f101";
	font-family:FontAwesome;
	margin-left:4px;
}
.vi-left-title-2:after {
	border:17px solid transparent;
	border-left-color:#0056a8;
	position:absolute;
	top:0;
	left:100%;
	content:"";
}
.vi-left-title-2 {
	width:auto;
	background:#0056a8;
	color:#fff;
	padding:3px 10px;
	font-size:18px;
	position:relative;
	margin:0;
}
.vi-left-title-2 a {
	color: #fff;
}



