/* --------------------------------------------------------------------------------------------------------------------------- */
/* ----------- WP Responsive Google Friendly Adaption & Design by Matt Sellers - matt.sellers@livelinesuk.com ---------------- */
/* --------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 639px) {

/* ----------------------- Drop Down Menu  --------------------------*/
.responsive-menu-show {display:block;}
.responsive-menu-hide {display:none;}
article {
    margin-bottom: 3rem;
    position: relative;
    /* *zoom: 1; */
}
article:before, article:after {
    content: "";
    display: table;
}
article:after { clear: both }
article section:first-of-type {
    float: right;
    width: 62.5%;
}
article section:last-of-type {
    display: none;
    visibility: hidden;
}
article label {
  color: #fff;
}
section {
    /* -webkit-transition: .125s linear;
    -moz-transition: .125s linear;
    -ms-transition: .125s linear;
    -o-transition: .125s linear;
    transition: .125s linear; */
}
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
[for="read_more"] {
  position: absolute;
  bottom: -3rem;
  /* left: 280px; */
  width: 100%;
  text-align: center;
  padding: 0 0 15px;
  /* box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1); */
  cursor: pointer;
  font-size: 1.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
}
[for="read_more"]:hover {
    opacity:0.5;
}
[for="read_more"] span:last-of-type {
    display: none;
    visibility: hidden;
}
input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}
input[type=checkbox]:checked ~ figure { width: 100% }
input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type {
    display: none;
    visibility: hidden;
}
input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type {
    display: block;
    visibility: visible;
}

/* ----------------------- Other Menu Stuff  --------------------------*/
#access .menu-header li, div.menu li {
  float: none;
  position: relative;
  text-align: center;
  font-size: 1.4em;
}
#access ul ul {
  box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
  display: block;
  position: relative;
  top: 0;
  left: 0;
  float: none;
  /* width: 200px; */
  font-size: 0.7em;
  opacity: 0.9;
  z-index: 99999;
}
#access ul ul a {
  background: #000000;
  color: #fff;  
  line-height: 1.5em;
  padding: 10px 10px 10px 10px;
  width: 320px;
  height: auto;
  margin-top: 0;
}
#access ul ul li {
	margin-top: 0;
}
#access ul li:hover ul {
  display: block;
}
#access ul li.current_page_item:hover > a, #access ul li.current-menu-ancestor:hover > a, #access ul li.current-menu-item:hover > a, #access ul li.current-menu-parent:hover > a {
  background-image: none;
}
.widget-container.widget_categories, .widget-container.widget_search, .entry-utility {display:none;}

/* ----------------------- Other Stuff  --------------------------*/
body.custom-background {
  /* background-color: #ffffff!important; */
  background-position: top 0 center!important;
  background-size: 695px!important;
}
#header {
  padding: 17px 0px 0 0;
}
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper, #access  {
  margin: 0 auto;
  width: 340px;
}
#access {
  background-size: 340px;
  background: #000;
  margin-top: 0px;
}
#access a {
  color: #fff;
  background: #000;
  padding: 7px 5px;
}
#access li:hover > a, #access ul ul :hover > a {
  background: #000;
  color: #ccc;
}
#branding img, img {
  margin: 0 auto;
  width: 340px;
  height:auto;
}
#primary, #secondary {
    margin: 0;
	padding: 20px;
  float: none;
  overflow: visible;
  width: 300px;
  column-count: 1;
  column-gap: 5px;
  -moz-column-count: 1;
  -moz-column-gap: 5px;
  -webkit-column-count: 1;
  -webkit-column-gap: 5px;
  background: #000;
}
.widget-title {
  font-size: 2em;
  display: inline-flex;
  background-color: #ccc;
  color: #fff;
}
.widget-area a:link, .widget-area a:visited {
  text-decoration: none;
  color: #fff;
  line-height: 1.6em;
}
.widget-area a:hover{
  text-decoration: none;
  color: #ccc;
}
.widget-area img {
  display: none;
}
.widget-container.widget_sp_image {display:none;}
.widget-area ul li {
  font-size: 1.2em;
}
.widget-area ul ul {
  color: #CCCCCC;
  list-style: square outside none;
}
#content {
      margin: 0 10px;
}
#content h4 {
  display: inline-table;
  padding-bottom: 10px;
}
.entry-content h1, .entry-content h4 {
text-align:center!important;
padding-left:10px!important;
padding-right:10px!important;
}
.entry-content h1::after {
  /* content: 'Or Text SEX to 69469'; */
  /* display: inline-block; */
  display:none;
}
#site-title {
  float: left;
  font-size: 30px;
  line-height: 36px;
  margin: 0 20px 0 20px;
  width:300px;
  display:none;
}
#site-description {display:none;}
#site-info {
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 300px;
}
#main {
 background: #fff;
}
#callcharge {
 padding: 20px;
}
#footer {
background-image: none;
}

/* ----------------------- Unique Site Style --------------------------*/
#homepagebox {
  display: block;
  width: 330px;
  height: 687px;
  float: left;

  margin-bottom: 10px;
}
#homepagetitlebox {
  display: inline-block;
  padding: 5px;
  width: 330px;
  height: auto;
  float: left;

  color: #fff;
}
#homepageboxcontent {
  display: inline-block;
  width: 200px;
  float: left;
}
span.hometext {
  color: #000;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  width: inherit;
    height: auto;
}
#homepagetitlebox2 {
  display: inline-block;
  padding: 5px;
  width: 330px;
  height: auto;

  float: left;
  margin-top: 5px;
}
#homepagecallnow {
  width: 330px;
  float: left;
  height: auto;
  margin-top: 5px;
  display: inline-block;
}
#homepagenumber {
  width: 330px;
  height: auto;
  margin-top: 23px;
  display: inline-block;
  float: left;
}
#callingcharge {
  width: 330px;
  height: auto;
  margin-top: 0px;
  display: inline-block;
  float: left;
}
span.homenumber {

  font-size: 60px;
  margin-left: 10px;
  font-weight: normal;
  font-family: 'impactregular';
  line-height: 0.8em;
  /* text-align: center; */
}
#homepageimage img {
  height: 185px!important;
  width: auto!important;
  position: relative;
  bottom: 581px;
  left: 213px;
}
span.hometitle {

  font-size: 25px;
  margin-top: 5px;
  margin-left: 0;
  float: left;
  text-transform: uppercase;
  font-family: 'impactregular';
  padding: 10px;
  /* height: 39px; */
}

} /* ----------------------- End Of Responsive 639px and Below  -------------------------------------------------------------- */

