/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://rnbtheme.com/
Template:       dfd-ronneby
Version:        1.0.0
*/
body {
  background-color: red !important;
}

@media only screen and (max-width: 1100px) {
  #header-xcontainer:not(.small) {
    position: fixed !important;
  }
}

@media only screen and (max-width: 799px) {
  #header-container:not(.small) {
    position: fixed !important;
  }
}

@media only screen and (max-width: 480px) {
  #header-container:not(.small) {
    position: fixed !important;
  }
}

@media only screen and (max-width: 799px) {
  #header-container.small {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  #header-container.small {
    display: block !important;
  }
}

#mobile-menu .icon-wrap {
  background-color: #000000 !important;
}

#sidr .sidr-top {
  display: none !important;
}

#footer-wrap,
#footer,
.footer-style-1 {
  display: none !important;
}

/* Dedicated Slider for Mobile Devices */

.rev-mobile {
  display: none;
}

.rev-desktop {
  display: block;
}

@media (max-width: 767px) {
  .rev-desktop {
    display: none;
  }

  .rev-mobile {
    display: block;
  }
}


