/*
File:	 custom.css
Description:	Custom styles for your theme
To properly utilize custom.css you will have to mention a CSS class and it's new properties/values. For 
instructions open the following article:
http://templatic.com/docs/using-custom-css-for-theme-customizations/
PS: Don't forget to activate custom.css in your theme settings area
ADD YOUR CODE AFTER THIS ENDING COMMENT TAG -----------> 
*/ 
.header_container {
	background-color: #6793BF;
	box-shadow: none;
}
div#menu-secondary .menu li a, div#menu-secondary1 .menu li a, div#menu-subsidiary .menu li a, .nav_bg .widget-nav-menu li a {
				color: #F5F5F5;
}
.widget-portfolio .portfolio .entry .video-hover span a {
	background-color: #6793BF;
}
.widget-portfolio .portfolio .entry .video-hover span a:hover {
	color: #6793BF;
}
#container .header_container .header_strip .sticky_main {
	background-color: #6793BF;
}
#breadcrumb a, .breadcrumb a, .bbp-breadcrumb a {
	color: #6793BF;
}
ul li a:hover, ol li a:hover {
	color: #6793BF;
}
article.post img:hover, article.hentry img:hover {
	border: 5px solid #6793BF;
}
.widget-portfolio nav.primary ul li a:hover {
	background: #6793BF;
}
a:hover {
	color: #6793BF;
	transition: color 0.3s ease-out 0s;
}
#footer a:hover, #footer ul li a:hover, #footer ol li a:hover {
	color: #6793BF;
}