.btn-read {
    background: #fff;
}
.btn-read h5.et_pb_toggle_title {
    display: inline-flex;
    background: #bf0a30;
    padding: 18px;
    color: #fff;
}
.btn-read .et_pb_toggle_title:before{
display:none;
}
.et_pb_section_0_tb_header.et_pb_section {
	position: absolute;
	top: 0;
	width: 100%;
}

/* Menu Effect 1 - Pipes */
@media screen and (min-width: 981px) {
.ds-my-menu-1 a::before,
.ds-my-menu-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.ds-my-menu-1 a::before {
  margin-right: 10px; /*you may want to adjust this*/
  content: '|'; /*you can change the pipe to something else if you wish*/
color: #bf0a30;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.ds-my-menu-1 a::after {
  margin-left: 10px; /*you may want to adjust this*/
  content: '|'; /*you can change the pipe to something else if you wish*/
color: #bf0a30;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.ds-my-menu-1 a:hover::before,
.ds-my-menu-1 a:hover::after,
.ds-my-menu-1 a:focus::before,
.ds-my-menu-1 a:focus::after {
  opacity: 1 !important;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
	.et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li {
    padding-right: 5px;
    padding-left: 5px;
		padding-top:8px;
		margin-top:0px!important;
}
	nav>ul>.current-menu-item {
    background-color: #fff !important;
}
}
span.mobile_menu_bar:before {
    color: #025fc3!important;
}
.mycode{
	color: #bf0a30;
}
.et-menu a:hover {
    opacity: 1;
}
/* DROPDOWN LINKS */
.et-menu li li a {
    width: 280px;
}
.nav li ul {  
  width: 280px;
}
.et-menu li li a {
    padding: 5px 5px;
}
ul.sub-menu{margin-top:10px;}

span.mobile_menu_bar:before {
    color: #ffffff !important;
}