/*
 Theme Name:   OCS
 Template:     wp-bootstrap-4
 Text Domain:  twenty-fifteen-child
*/
.ocs-header-top-area {
	background: #1a80b6;
	padding: 0px 40px;
}
.ocs-header-social a {
	color: #fff;
	font-size: 18px;
	margin-right: 20px;
}
.ocs-header-social a:hover {
	color: #dfdfdf;
}
.ocs-top-header-menu {}
.ocs-top-header-menu ul {
	margin-bottom: 0;
}
.ocs-top-header-menu ul li {
	list-style: none;
	display: inline-block;
}
.ocs-top-header-menu ul li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 14px 0;
	display: block;
}
.ocs-top-header-menu ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 5px;
}
.ocs-top-header-menu ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.ocs-header-social {
  padding: 10px;
}
#masthead #site-navigation {
	background-color: rgba(255,255,255,1) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom-color: #e5e5e5;
	padding: 10px 40px;
}
.navbar-dark .navbar-nav .nav-link {
	color: #333333;
	height: 70px;
	line-height: 55px;
}
.navbar-brand img {
	height: 93px !important;
}
.site-header {
	border-bottom: none !important;
}
#primary-menu-wrap ul li {
	transition: .4s;
}
#primary-menu-wrap ul li a {
	color: #333 !important;
	opacity: 1;
}
#primary-menu-wrap ul li ul.dropdown-menu {
	transition: .4s;
	border: none;
	border-top: 3px solid #1a80b6;
	border-radius: 0;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin: 0;
	padding: 0;
	width: 200px;
}
#primary-menu-wrap ul li:hover ul.dropdown-menu{
	display: block;
	transition: .4s;
}
#primary-menu-wrap ul li ul.dropdown-menu li {
	padding: 0px 10px;
	border-bottom: 1px solid #cecece;
	height: 40px;
}
#primary-menu-wrap ul li ul.dropdown-menu li:hover {
	background-color: #f0f8fd;
}
#primary-menu-wrap ul li ul.dropdown-menu li a {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
}
.ocs-navbar-toggler {
	background-color: #777;
}
.ocs-top-header-menu ul {
  margin-bottom: 0;
  padding: 0 10px;
}
.hentry.card .card-body {
	padding: 20px;
}
.entry-header .entry-title {
	border-bottom: 2px solid var(--primary);
	padding-bottom: 10px;
	margin-bottom: 0;
}
.home .entry-header .entry-title {
	display: none;
}
#colophon {
	background-color: #282a2b !important;
	padding: 30px 0;
}
.ocs-copyright p {
	margin-bottom: 0;
}
.ocs-footer-social.float-right a {
	color: #444 !important;
	margin-right: 20px;
}
.ocs-footer-social.float-right a:last-child{
	margin-right: 0;
}
.ocs-copyright {
	text-align: left;
}