/*
Theme Name: Burgos
Text Domain: burgos
Version: 1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Burgos - Street Food WordPress Theme
Tags: blog, one-column, custom-background, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready, block-styles, wide-blocks, accessibility-ready
Tested up to: 5.4
Author: rayoflightthemes.com
Author URI: rayoflightthemes.com
Theme URI: https://themeforest.net/user/rayoflightt
License: https://themeforest.net/
License URI: https://themeforest.net/

*/
/* do not delete */
.lines {
  background: url(assets/images/lines.png) center center repeat;
}
@media all and (max-width: 575px) {
  .lines {
    background: #fff;
  }
}
select.orderby {
  float: right;
  border-radius: 22px;
  border: 1px solid #dedede;
  color: #443737;
  font-size: 15px;
  padding-left: 25px;
  height: 44px;
  font-family: lato;
  outline: none;
  appearance: none;
  background: url("assets/images/chevron-down.png") right center no-repeat;
}
select.orderby:focus {
  box-shadow: 0px 0px #fff;
  border: 1px solid #dedede;
}