div#logotext {
margin-left: 7em;
font-weight: bold;
color: #ff7f01;
font-size:18px;
}
#top-menu li.current-menu-item > a{
color: #ff7f01 !important;
}
#top-menu li.current-menu-ancestor > a{
color: #ff7f01 !important;
}
.et-fixed-header #top-menu li.current-menu-ancestor > a, .et-fixed-header #top-menu li.current-menu-item > a{
color: #ff7f01 !important;
}
@media only screen and (max-width: 1205px) {
div#logotext {
display:none;
}
}
@media only screen and (max-width: 980px) {
div#logotext {
display:block;
margin-left: 4em;
}
input.et-search-field {
width: 60%;
}
}
@media only screen and (max-width: 600px) {
div#logotext {
margin-left: 4em;
margin-top: -4em;
}
header#main-header {
padding-top: 4em;
}
}
@media only screen and (max-width: 360px) {
div#logotext {
margin-left: 0em;
}
div#logotext {
font-weight: bold;
color: #ff7f01;
font-size: 14px;
}
}