/*
Theme Name: Rex ways
Theme URI: https://moshisoft.co.uk
Author: the Moshi Soft team
Author URI: https://wordpress.org/
Description: Rex Ways provides young people and vulnerable adults with a variety of independent living options tailored to the needs of each individual person.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
.logo > img {
  width: 200px;
}
.banner-slider > ul {
  margin: 0;
  padding: 0 !important;
}
.banner-content p.bann-title {
  color: #fff !important;
}
.banner-content p.bann-text {
  color: #fff !important;
}

#search-3 > label {
  float: left;
}
.ln-look-search-container {
  display: none !important;
}
.entry-footer {
  display: none;
}
.slidemob li {
  font-size: 12px;
  line-height: 26px;
  list-style: inside none disc;
}
.slides_mob_container {
  box-sizing: border-box;
  display: none;
  padding: 10px;
}
#auto-top-link {
  display: none !important;
}

@charset "utf-8";
/* CSS Document */


@media only screen and (min-width:320px) and (max-width:850px){
.banner-search-wrapper {

  display: none;

}
.logo > img {
	margin-left: 60px;
}
.slides_mob_container {
	display:block;
}
#slides {
  display: none;
}
.top-nav-container {
  display: none;

}
.toplink-search {
  float: left;
  padding-top: 0;
}
.search-container {
  float: left;
}
.top-link {
  float: left;
  padding: 0;
  margin-left:25px;
  margin-top:15px;
}
.banner-slider ul li div.banner-content {
  left: 5px;
  position: absolute;
  top: 15px;
  width: 302px;
  z-index: 50;
}
.BannerImage {
  height: 250px;
}
.banner-slider {
  height: 250px;
}
.banner-search-wrapper {
  float: left;
  width: 310px;
}
.content-wrapper {
  box-sizing: border-box;
  width: 100%;
}
.content-wrapper .left-col-landing {
  box-sizing: border-box;
  padding: 14px 4px 0;
  width: 100%;
}
.home-column-1 {
  margin: 10px 0 0;
  width: 100%;
}
.home-column-2 {
  margin: 10px 0 0;
  width: 100%;
}
.home-column-3 {
  margin: 10px 0 0;
  width: 100%;
}
.home-column-bottom-1 {
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
}
.home-column-bottom-2 {
  float: left;
  margin: 15px 0 0 0;
  width: 100%;
}
.home-column-bottom-3 {
  float: left;
  margin: 30px 0 0 0;
  width: 100%;
}
ul.footer-text {
  float: left;
  margin-top: 15px;
  padding: 0 20px 0 10px;
}
ul.footer-text li {
  text-align: left;
}

.wpcf7-form-control {

  border: none;
}
.left-col1 {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.right-col {
  float: left !important;
  margin: 0 0 0 15px !important;
  width: 100% !important;
  margin-left:0px !important;
}
.con-half {
  width: 100%;
}
}