.home-about-intro {
    padding-top: 50px;
}

.home-about-intro p {
    font-size: 1.2em;
}

.home-about-full {
    display: none;
}


.home-about-button {
  max-width: 940px;
  background: #E6DACC;
  color: #704f45;
  font-family: "Neo Sans W01", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
    display: inline-block;
    margin: 0 auto;
}


/* Clinic level website customisations */
/* LESS variables */
/* colours */
/* fonts */
/*sprites*/
.clinic-phone {
  background: url(../images/global/bg-phone-header.png) no-repeat 19px 13px;
}
.clinic-location a {
  background: url(../images/global/sprite-global.png) no-repeat 25px 15px;
}
.clinic-location a:hover {
  background: url(../images/global/sprite-global.png) no-repeat 25px -63px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .clinic-phone {
    background-image: url(../images/global/bg-phone-header@2x.png);
    background-size: 24px 100px;
  }
}
/* overrides declartions in app.css */
@media only screen and (min-width: 768px) {
  .search {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
  .search .clinic-location {
    position: absolute;
    top: 0;
    right: 410px;
    padding: 18px 0 10px 0;
    width: 255px;
    text-align: right;
    text-transform: uppercase;
  }
  .search .clinic-location a {
    padding: 18px 0 10px 57px;
    color: #d2b3a9;
  }
  .search .clinic-location a:hover,
  .search .clinic-location a:focus {
    color: #FFF;
    text-decoration: none;
  }
  .search .clinic-phone {
    position: absolute;
    top: 0;
    right: 245px;
    color: #d2b3a9;
    padding: 18px 0 10px 0;
    width: 160px;
    text-align: right;
  }
  /* moving the drop down navs to accommodate the "community" option */
  .top-bar-section .nav-community .dropdown {
    /*margin-left: -843px;*/
    left: -843px;
    border-radius: 5px 0 5px 5px;
  }
  .top-bar-section .nav-services .dropdown {
    /*margin-left: -730px;*/
    left: -730px;
    border-radius: 5px;
  }
  .top-bar-section .nav-pet-care-advice .dropdown {
    /*margin-left: -560px;*/
    left: -560px;
  }
  .top-bar-section .nav-news .dropdown {
    /*margin-left: -470px;*/
    left: -425px;
  }
  .top-bar-section .nav-about .dropdown {
    /*margin-left: -375px;*/
    left: -330px;
  }
    
    .book-appt-button{
		right: 50px;
		position: absolute;
		margin-top: 8px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 4px;
		background-color: #f3921f;
		border: 0;
		color: #FFF !important;
		font-family: "Neo Sans W01";
		box-shadow: 0 1px 5px #999;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1em;  
		border-style: solid;
		text-transform: uppercase;
	}
    
    
}
/* close media query */
/* Whats New/News colour themeing. 
/* 
color themes the categories for what's new preview articles - these are also added to/over ridden in the clinic specific css file.  
12 - master petcare articles
13 - master news & events
16 - master dr paws
*/
/* default or uncategoried color */
.news-article-preview a,
.news-article-preview h2,
.news-article-preview .read-full-article {
  color: #704f45;
}
/* dr paws */
.news-article-preview.cat-25 a,
.news-article-preview.cat-25 h2,
.news-article-preview.cat-25 .read-full-article {
  color: #f3921f;
}
/* petcare articles */
.news-article-preview.cat-23 a,
.news-article-preview.cat-23 h2,
.news-article-preview.cat-23 .read-full-article {
  color: #3d7dff;
}
/* news & events */
.news-article-preview.cat-22 a,
.news-article-preview.cat-22 h2,
.news-article-preview.cat-22 .read-full-article {
  color: #704f45;
}


li.book-appt-mob a{
	background-color: #f3921f !important;	
	color: #ffffff !important;
}

