/* Enter Your Custom CSS Here */
body{}

.slide-actions a, .info-box-actions a{
    background-color: #0018A8 !important;   
}
.slide-actions a:hover, .info-box-actions a:hover{
	background-color:#009FDA!important;
}
.heading-line span, .info-box-title .heading-line span, .slide-title .heading-line span{
	background-color: #0018A8 !important;   
}
.slide-overlay{
  background :rgba(33, 150, 243, 0.35)
}
.dslc-mobile-navigation-hook { display:none !important; }
.responsive-menu-box { top: -7px; left: 16px; }

@media only screen and ( max-width: 1300px ) {
  .dslc-navigation-sub-position-default { top: 16px; }
  #dslc-header > div { padding-bottom: 0px!important;
    padding-top: 0px!important; }
}
@media only screen and ( min-width: 1300px ) {
  .dslc-navigation-sub-position-default { top: 7px; }
}
@media only screen and (max-width: 860px) {
  .dslc-social-wrap { display:none !important; }
}