/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

/* General Custom CSS */
#botigues-menu.container_wrap {
	border-top-style: none;
    border-top-width: 0;
}

.av_minimal_header_shadow {
    box-shadow: none;
}

.html_header_top.html_logo_center .logo {
  left: 0;
  transform: none;
}

/*#botigues-menu .container .av-content-full.units {
    width: 100% !important;
}

#top .avia-smallarrow-slider-heading > div {
    display: none;
}

#botigues-menu .slide-image{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

#botigues-menu .slide-image:hover {
	background: #f8f8f8 none repeat scroll 0 0;
}
*/
.logo-container {
  float: left;
  display: block;
}

.logo-container img {
  margin-top: 5px;
}

.categories {
  float: left;
  display: block;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.categories > a {
  display: inline-block;
  text-align: center;
}

.category-element {
  background: #f8f8f8 none repeat scroll 0 0;
  margin-left: 2px;
}

.category-element:hover {
  background-color: #e1e1e1;
}

.html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a {
  height: auto;
  line-height: 1;
}

#header_main {
  text-align: center;
}

.inner-container {
  width: 100%;
  display: block;
  text-align: center;
}

.main_menu {
  clear: both;
  position: relative !important;
  float: none !important;
  width: 100%;
  text-align: center;
  line-height: 35px;
  height: auto;
}

.main_menu ul:first-child {
  height: 35px;
}

.main_menu ul:first-child > li > a {
  height: 35px;
  line-height: 35px;
  padding: 0 13px;
}

.main_menu .avia-menu {
  float: none;
  display: inline-block;
}

#header_main_alternate .main_menu ul:first-child {
  height: 35px;
}

#header_main_alternate .main_menu ul:first-child > li > a {
  height: 35px;
  line-height: 35px;
}

.wp-post-image {
  width: 75%;
  height: auto;
}

@media only screen and (max-width: 1303px) {
  .categories {
    text-align: center;
    width: auto;
  }
}

@media only screen and (max-width: 1152px) {
  .logo-container {
    text-align: center;
    display: block;
    float: none;
  }
  .categories {
    display: block;
    position: relative;
    float: none;
    margin-left: 0;
  }
}

@media only screen and (max-width: 989px) {
  .logo-container {
    text-align: none;
    display: inline-block;
  }

  #advanced_menu_toggle {
    display: inline-block;
    top: 95px;
    margin-right: 30px;
  }

  #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    content: "";
  }
}
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (max-width: 768px) {
  /* Add your Desktop Styles here */
  .logo-container {
    float:left;
  }

  .content, .sidebar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .categories {
    text-align: center;
    margin-left: 0;
    display: block;
    float: left;
  }

}

@media only screen and (max-width: 658px) {
  /* Add your Desktop Styles here */
  .category-element {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  /* Add your Desktop Styles here */
  .categories {
    margin-left: 6px;
  }

  .categories > a {
    margin-left: -8px;
    width: 33%
  }

  .category-element {
    width: 90%;
  }
}

/*
Chat Order
 */

#orderLayer{
  width: 240px;
  height: 36px;
  position: fixed;
  bottom: 20px;
  background-color: #222222;
  color: #FFF;
  right: 0px;
  text-align: center;
  z-index: 50;
  font-family:"Droid Serif", arial, sans-serif;
  font-size: 18px;
  cursor: pointer;
}

#orderLayer a{
  color: #FFFFFF;
  text-decoration: none;
}

#orderLayerChat{
  width: 400px;
  height: 600px;
  position: fixed;
  bottom: 20px;
  background-color: #222222;
  color: #FFF;
  right: 0px;
  z-index: 999;
  font-family:"Droid Serif", arial, sans-serif;
  font-size: 18px;
  display: none;
}

#orderLayerChat #text{
  width: 100%;
}

#orderLayerChat #text img{
  width: 15px;
  height: 15px;
}

#orderLayerChat span{
  float: left;
  margin-left: 20px;
}

#orderLayerChat a{
  color: #FFF;
}

#orderLayerChat span.closeOrderLayerChat{
  margin-right: 20px;
  float: right;
}

.compra-online, .compra-online-mobile {
    background: black;
    height: 45px;
}
.compra-online div, .compra-online-mobile div {
    max-width: 1050px;
    margin: auto;
    background: none!important;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.compra-online div a, .compra-online-mobile div a {
    background: green;
    color: white;
    padding: 5px 40px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
}

@media only screen and (max-width: 1080px) {
  .compra-online div a {
      margin-right: 50px;
    }
}

.compra-online div a:hover, .compra-online-mobile div a:hover {
    background: white;
    color: black;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .compra-online div {
      justify-content: center;
    }
      .compra-online div a {
      margin-right: 0px;
    }
}

@media only screen and (min-width: 989px){
    .compra-online-mobile{
        display:none;
    }
}
