.no-underline {border: none!important;}


/* Enter Your Custom CSS Here */
li a.icon {text-decoration: none!important;}

/* #et-secondary-nav, #et-secondary-nav li {display: block;} */
#et-secondary-nav li a {text-decoration: none!important;}

@media screen and (min-width: 1901px) {
#et-secondary-menu {
  position: relative;
  left: -37%;
 }
}
@media screen and (max-width: 1900px) and (min-width: 1601px) {
#et-secondary-menu {
  position: relative;
  left: -33%;
 }
}
@media screen and (max-width: 1600px) and (min-width: 1201px) {
#et-secondary-menu {
  position: relative;
  left: -27%;
 }
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
#et-secondary-menu {
  position: relative;
  left: -21%;
 }
}

@media screen and (max-width: 1000px) {
#et-secondary-menu {
  position: relative;
  left: -14%;
 }
}


@media screen and (max-width: 480px) {
.et_header_style_centered #main-header .logo_container {
    margin-bottom: 50px!important;
	}
}