/*
 Theme Name:   Burgos Child
 Theme URI:    http://example.com/example-child/
 Description:  Burgos Child Theme
 Author:       RayoflightThemes
 Author URI:   http://rayoflightthemes.com
 Template:     burgos
 Version:      1.0.0
 Tags: gray, white, light, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready
, page-builder
 Text Domain:  burgos-child
*/
/* 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;
}

/* customization for slide anything plugin */
.sa_owl_theme#custom_slide_anything  .owl-nav .owl-prev {
	border-radius: 500px;
	width: 30px!important;
	height: 30px!important;
	background-size: 50%!important;
}
.sa_owl_theme#custom_slide_anything  .owl-nav .owl-next {
	border-radius: 500px;
	width: 30px!important;
	height: 30px!important;
	background-size: 50%!important;
}
.sa_owl_theme#custom_slide_anything .owl-dots .owl-dot {
	display: none!important;
}

/* add customization here */