/*
Theme Name: Stocks Hall Care Homes 2020
Theme URI: http://www.http://stockshall-care.co.uk/
Description: The bespoke WordPress theme designed exclusively for Stocks Hall Care Homes Ltd.
Version: 2.0
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
*/
/*  css reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  background-repeat: no-repeat; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* structure */
body, html {
  height: 100%; }

body {
  margin: 0;
  padding: 0; }

/* box sizing */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* structure */
/* 12 column grid - based on 1194px width - column width 72px, gutter 30px*/
.container {
  width: 86%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1080px) {
    .container {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 92%; } }

/* 12 column grid - 7.05% column / 1.4% gutter */
/* typography */
html {
  font-size: 62.5%; }

body {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 18px;
      font-size: 1.8rem; } }

/* helpers */
.group:after {
  content: "";
  display: table;
  clear: both; }

input,
textarea,
select {
  font-family: 'PT Sans', sans-serif; }

a {
  text-decoration: none;
  cursor: pointer;
  color: black; }

.cta,
.editor .cta {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  transition: all ease 0.3s; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  font-size: 0.75em; }

sub {
  top: 0.3em; }

.bg-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  transition: all ease 0.3s; }

.button {
  display: inline-block;
  border-radius: 40px;
  background-color: #f9a32c;
  padding: 14px 24px 16px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  color: white;
  font-weight: 800;
  transition: all ease 0.2s;
  line-height: 1.3em;
  cursor: pointer;
  text-decoration: none !important; }
  .button.primary {
    background-color: #54063a;
    color: white; }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px; } }
  .button:hover {
    background-color: #f9a32c;
    color: black !important; }

/* animation */
.sprite {
  position: absolute;
  z-index: 100; }

.sc-tab-content {
  display: none; }

.sc-tab-content.current {
  display: inherit; }

/* page header */
header {
  height: 150px;
  width: 100%;
  position: fixed;
  background-color: #54063a;
  z-index: 500;
  padding-top: 10px;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 1080px) {
    header {
      height: 110px; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 68px; } }

#header-main {
  height: 100px;
  width: 48.5%;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #header-main {
      width: 240px;
      height: auto; } }

h1#logo-header {
  margin: 0;
  height: 90px; }
  @media only screen and (max-width: 1080px) {
    h1#logo-header {
      padding: 10px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    h1#logo-header {
      padding: 0;
      height: auto; } }
  h1#logo-header a {
    display: block; }
  h1#logo-header img {
    width: auto;
    height: auto; }
    @media only screen and (max-width: 1080px) {
      h1#logo-header img {
        width: 100%; } }

h2#strapline {
  font-family: 'Roboto Slab', serif;
  margin: 4px 0 10px 0;
  color: #f9a32c;
  font-size: 18px;
  font-weight: normal; }

#bt-menu {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1080px) {
    #bt-menu {
      display: block;
      position: absolute;
      right: 0;
      top: 20px;
      cursor: pointer; } }
  @media only screen and (max-width: 767px) {
    #bt-menu {
      width: 30px;
      top: 6px; } }

#header-side {
  position: absolute;
  color: #f9a32c;
  width: 300px;
  top: 8px;
  right: 0;
  text-align: right; }
  @media only screen and (max-width: 1080px) {
    #header-side {
      display: none; } }

#header-side p {
  margin: 0 0 8px 0;
  font-size: 16px; }

#header-side a {
  color: #f9a32c; }

#header-side a:hover {
  color: white; }

#header-social {
  position: absolute;
  right: 0px;
  top: 7px;
  width: 280px;
  text-align: right; }
  @media only screen and (max-width: 1080px) {
    #header-social {
      right: calc(5% + 10px); } }
  @media only screen and (max-width: 767px) {
    #header-social {
      right: auto;
      left: calc(5% + 16px);
      text-align: left;
      width: 95%; } }
  #header-social a {
    margin-left: 6px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      #header-social a {
        margin: 0 24px 0 0; } }
    #header-social a:first-child {
      margin-left: 0; }
    #header-social a img {
      width: 26px;
      height: 26px; }

/* footer */
footer {
  width: 100%;
  padding: 20px 0 0;
  height: auto;
  background: #6d2b57;
  color: #fff; }

#footer-logos {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px; }
  #footer-logos img {
    display: inline-block;
    margin: 0 5%;
    max-width: 200px;
    max-height: 100px;
    height: auto;
    width: auto; }
    @media only screen and (max-width: 1080px) {
      #footer-logos img {
        max-width: 20%;
        margin: 0 3%;
        vertical-align: middle; } }
    @media only screen and (max-width: 767px) {
      #footer-logos img {
        margin: 0 1%; } }

nav.footer-menu,
div#footer-head-office {
  float: left;
  width: 25%; }
  @media only screen and (max-width: 1080px) {
    nav.footer-menu,
    div#footer-head-office {
      width: 50%;
      margin: 0 0 40px 0; } }
  @media only screen and (max-width: 767px) {
    nav.footer-menu,
    div#footer-head-office {
      float: none;
      width: 100%; } }

footer h3 {
  font-weight: 500;
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #fff0ea;
  font-family: "Roboto Slab", serif; }
  @media only screen and (max-width: 1080px) {
    footer h3 {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 767px) {
    footer h3 {
      font-size: 20px;
      font-size: 2rem; } }

.footer-menu li {
  margin: 0 0 10px 0; }
  @media only screen and (max-width: 1080px) {
    .footer-menu li {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    .footer-menu li {
      font-size: 16px;
      font-size: 1.6rem; } }

footer a {
  color: #fff; }

footer li a:hover {
  color: #fff; }

#footer-contacts {
  float: left;
  width: 200px;
  padding: 0 0 0 20px; }
  @media only screen and (max-width: 1080px) {
    #footer-contacts {
      width: 50%;
      margin: 0 0 40px 0;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 767px) {
    #footer-contacts {
      float: none;
      width: 100%;
      font-size: 16px;
      font-size: 1.6rem; } }

footer p {
  margin: 0 0 5px 0;
  line-height: 1.4em; }

#footer-legals {
  font-size: 0.9em;
  padding: 20px 0;
  margin: 30px 0 0;
  background-color: #54063a; }
  @media only screen and (max-width: 767px) {
    #footer-legals {
      font-size: 14px;
      font-size: 1.4rem; } }

#stocksliving-banner {
  display: block;
  background: none repeat scroll 0 0 #570638;
  bottom: 44px;
  left: 0;
  position: absolute;
  width: 700px; }

#stocksliving-banner:hover {
  color: #ffa221; }

#stocksliving-banner img,
#stocksliving-banner span {
  vertical-align: middle; }

#stocksliving-banner span {
  padding-left: 20px;
  font-size: 17px; }

#main-nav {
  position: relative;
  height: 40px;
  z-index: 100;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.2); }
  @media only screen and (max-width: 1080px) {
    #main-nav {
      background: #54063a none repeat scroll 0 0;
      display: none;
      left: 0;
      margin-top: 0;
      top: 0;
      width: 100vw; } }
  @media only screen and (max-width: 767px) {
    #main-nav {
      top: 6px; } }
  @media only screen and (max-width: 1080px) {
    #main-nav .container {
      width: 100%; } }

#main-nav ul#menu-main {
  margin: 0;
  padding: 0;
  height: 40px; }
  @media only screen and (max-width: 1080px) {
    #main-nav ul#menu-main {
      background: #54063a;
      display: block !important;
      visibility: visible !important;
      height: calc(100vh - 110px); } }
  @media only screen and (max-width: 767px) {
    #main-nav ul#menu-main {
      height: calc(100vh - 60px);
      padding-top: 40px; } }

#main-nav li {
  float: left;
  margin: 0; }
  @media only screen and (max-width: 1080px) {
    #main-nav li {
      float: none;
      margin: 0;
      padding: 0 5%; } }
  @media only screen and (max-width: 767px) {
    #main-nav li {
      padding: .8vh 5%; } }

#main-nav li a {
  display: block;
  height: 40px;
  padding: 11px 16px 0 16px;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.01em; }

#main-nav a:hover,
#main-nav li.sfHover a {
  color: #fff;
  background: #450708 !important; }

#main-nav li.current_page_item a,
#main-nav li.current-menu-item a,
#main-nav li.current-menu-parent a,
#main-nav li.current-page-ancestor a,
#main-nav li.current-category-ancestor a {
  color: #54063a;
  background: #ffffff; }
  @media only screen and (max-width: 1080px) {
    #main-nav li.current_page_item a,
    #main-nav li.current-menu-item a,
    #main-nav li.current-menu-parent a,
    #main-nav li.current-page-ancestor a,
    #main-nav li.current-category-ancestor a {
      background: #6d2b57;
      color: #fff; } }

#main-nav li.current_page_item a:hover,
#main-nav li.current-menu-item a:hover,
#main-nav li.current-menu-parent a:hover,
#main-nav li.current-page-ancestor a:hover,
#main-nav li.current-category-ancestor a:hover {
  background: #ffffff !important; }
  @media only screen and (max-width: 1080px) {
    #main-nav li.current_page_item a:hover,
    #main-nav li.current-menu-item a:hover,
    #main-nav li.current-menu-parent a:hover,
    #main-nav li.current-page-ancestor a:hover,
    #main-nav li.current-category-ancestor a:hover {
      background: #6d2b57 !important; } }

/* sub-menu dropdown */
#main-nav li ul.sub-menu {
  margin: 0;
  padding: 0;
  width: auto;
  text-align: left;
  width: 300px; }
  @media only screen and (max-width: 1080px) {
    #main-nav li ul.sub-menu {
      width: 100%;
      position: relative;
      top: 0; } }
  @media only screen and (max-width: 767px) {
    #main-nav li ul.sub-menu {
      display: none; } }

#main-nav li ul.sub-menu li {
  margin: 0;
  padding: 0;
  float: none; }
  @media only screen and (max-width: 1080px) {
    #main-nav li ul.sub-menu li {
      width: 100%; } }

#main-nav li ul.sub-menu li a {
  margin: 0;
  padding: 13px 10px;
  float: none;
  background: #450708;
  text-transform: none;
  color: #fff;
  font-size: 17px;
  height: auto; }
  @media only screen and (max-width: 1080px) {
    #main-nav li ul.sub-menu li a {
      padding: 8px 5% 8px 15%;
      background-color: #54063a; } }

#main-nav li ul.sub-menu li a:hover {
  background: #6d2b57 !important; }

/*homepage*/
#content.home-content {
  padding-top: 0; }

/*home slideshow */
#home-features {
  position: relative;
  width: 100%;
  z-index: 100; }

#home-features li {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  padding-bottom: 45vh;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 767px) {
    #home-features li {
      padding-bottom: 37.5vh; } }

/*

#home-features img {
	display:block;
	margin:0 0 20px 0;
	width:100%;
	height:auto;
}
*/
#home-features p {
  line-height: 1.6em;
  font-size: 18px; }

.flex-direction-nav {
  display: none; }

.flexslider .flex-direction-nav li {
  width: auto;
  height: auto; }

.flexslider .flex-control-nav {
  bottom: -20px;
  display: none; }

a#prev {
  background: url(images/arrow-previous.png) no-repeat 0px 0px;
  left: -46px; }

a#next {
  background: url(images/arrow-next.png) no-repeat 0px 0px;
  right: -46px; }

a#prev:hover {
  background: url(images/arrow-previous.png) no-repeat 0px -46px; }

a#next:hover {
  background: url(images/arrow-next.png) no-repeat 0px -46px; }

#home-main {
  position: relative;
  padding: 20px 0 30px 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #home-main {
      padding: 0 0 30px 0; } }
  #home-main h2 {
    font-family: 'Roboto Slab', serif;
    color: #54063a;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 1em; }
    @media only screen and (max-width: 767px) {
      #home-main h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
  #home-main p {
    line-height: 1.6em;
    margin: 0 0 1em; }
    #home-main p .button {
      font-size: 20px; }

#home-urgent {
  background-color: rgba(249, 163, 44, 0.5);
  padding: 10px 30px 10px 30px;
  margin: 0 0 30px;
  position: relative;
  border-radius: 12px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    #home-urgent {
      padding: 10px; } }
  #home-urgent .editor h2 {
    margin-bottom: 0.5em;
    padding-right: 200px; }
    @media only screen and (max-width: 767px) {
      #home-urgent .editor h2 {
        padding: 0; } }
  #home-urgent .editor p {
    display: none; }
  #home-urgent .button {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 180px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      #home-urgent .button {
        position: relative;
        top: auto;
        right: auto; } }
    #home-urgent .button .down-arrow {
      transform: rotate(90deg);
      display: inline-block;
      position: absolute;
      right: 16px;
      top: auto;
      transition: all ease 0.2s;
      text-align: center; }
  #home-urgent:hover .button {
    background-color: #ca1c6d; }
  #home-urgent.reveal .button .down-arrow {
    transform: rotate(-90deg); }

#home-column1 {
  float: left;
  width: 65.5%;
  margin: 0 30px 0 0; }
  @media only screen and (max-width: 1080px) {
    #home-column1 {
      float: none;
      width: 100%;
      margin: 0 0 30px; } }

/*home quote */
#home-column2 {
  float: left;
  width: 31.5%;
  display: table;
  background-color: rgba(84, 6, 58, 0.2);
  border-radius: 12px; }
  @media only screen and (max-width: 1080px) {
    #home-column2 {
      float: none;
      width: 100%; } }
  #home-column2 blockquote {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 30px;
    color: #54063a;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    position: relative; }
    #home-column2 blockquote:before {
      content: "\201C";
      position: absolute;
      top: .2em;
      left: .2em;
      font-size: 60px;
      color: rgba(84, 6, 58, 0.5); }
    #home-column2 blockquote:after {
      content: "\201D";
      position: absolute;
      bottom: -.5em;
      right: 0.2em;
      font-size: 60px;
      color: rgba(84, 6, 58, 0.5); }
    #home-column2 blockquote p {
      margin: 0; }
    #home-column2 blockquote cite {
      font-family: "Roboto Slab", serif;
      font-style: normal;
      opacity: 0.75; }

/* home care homes */
#home-carehomes {
  padding: 40px 0;
  background-color: rgba(84, 6, 58, 0.2);
  color: #54063a;
  text-align: center; }
  #home-carehomes h1 {
    font-size: 42px;
    font-family: "Roboto Slab", serif;
    margin: 0 0 .6em; }
  #home-carehomes p {
    line-height: 1.3em;
    margin: 0 0 1.4em; }
  #home-carehomes article {
    float: left;
    width: 31.5%;
    overflow: hidden;
    margin: 0 2.5% 30px 0; }
    #home-carehomes article:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 1080px) {
      #home-carehomes article {
        width: 48.5%; }
        #home-carehomes article:nth-child(3n) {
          margin-right: 2.5%; }
        #home-carehomes article:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      #home-carehomes article {
        float: none;
        width: 100%;
        margin: 0 0 20px; } }
    #home-carehomes article .carehome-thumb {
      width: 100%;
      height: 18vw;
      position: relative;
      background-position: center center;
      background-size: cover;
      overflow: hidden; }
      @media only screen and (max-width: 1080px) {
        #home-carehomes article .carehome-thumb {
          height: 28vw; } }
      @media only screen and (max-width: 767px) {
        #home-carehomes article .carehome-thumb {
          height: 50vw; } }
      #home-carehomes article .carehome-thumb .bg-pic {
        transition: all ease 1s; }
    #home-carehomes article .home-name {
      min-height: 90px; }
      #home-carehomes article .home-name h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 5px 0; }
      #home-carehomes article .home-name h3 {
        font-size: 18px;
        padding: 5px 10px 10px; }
    #home-carehomes article a {
      display: block;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 12px;
      transition: all ease 0.3s; }
      #home-carehomes article a:hover {
        background-color: white; }
        #home-carehomes article a:hover .bg-pic {
          transform: scale(1.1); }

/* stocks hall living banner */
#sh-living-banner {
  background-color: #54063a; }
  #sh-living-banner a {
    display: block;
    height: 276px;
    position: relative;
    color: #f9a32c; }
    @media only screen and (max-width: 1080px) {
      #sh-living-banner a {
        height: 300px; } }
    @media only screen and (max-width: 767px) {
      #sh-living-banner a {
        height: auto; } }
    #sh-living-banner a:hover .banner-text {
      color: white;
      transition: all ease 0.3s; }
      #sh-living-banner a:hover .banner-text .button {
        background-color: #ca1c6d; }
  #sh-living-banner .bg-pic {
    width: 60%;
    left: 0;
    right: auto;
    background-position: center center;
    background-image: url(https://stockshall-care.co.uk/wp-content/uploads/2020/07/sh-living-banner2020.jpg); }
    @media only screen and (max-width: 767px) {
      #sh-living-banner .bg-pic {
        width: 100%;
        position: relative;
        height: 200px; } }
  #sh-living-banner .banner-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 276px;
    text-align: center;
    padding: 30px; }
    @media only screen and (max-width: 1080px) {
      #sh-living-banner .banner-text {
        height: 300px; } }
    @media only screen and (max-width: 767px) {
      #sh-living-banner .banner-text {
        height: auto;
        width: 100%;
        position: relative; } }
    #sh-living-banner .banner-text img {
      width: 300px;
      height: auto;
      display: block;
      margin: 0 auto 30px; }
      @media only screen and (max-width: 1080px) {
        #sh-living-banner .banner-text img {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #sh-living-banner .banner-text img {
          width: 240px; } }
    #sh-living-banner .banner-text h2 {
      line-height: 1.3;
      margin: 0 0 30px 0; }
      @media only screen and (max-width: 1080px) {
        #sh-living-banner .banner-text h2 {
          font-size: 18px;
          font-size: 1.8rem; } }
    #sh-living-banner .banner-text .button {
      background-color: #f9a32c; }

#home-news {
  text-align: center;
  padding: 40px 0; }
  #home-news h2 {
    font-size: 42px;
    font-family: "Roboto Slab", serif;
    margin: 0 0 .8em;
    color: #54063a; }
  #home-news .group {
    margin-bottom: 40px; }
  #home-news article {
    float: left;
    width: 23%;
    margin-right: 2.5%; }
    #home-news article:nth-child(4) {
      margin-right: 0; }
    @media only screen and (max-width: 1080px) {
      #home-news article {
        width: 48.5%;
        margin-bottom: 3vw; }
        #home-news article:nth-child(3n) {
          margin-right: 2.5%; }
        #home-news article:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      #home-news article {
        float: none;
        width: 100%;
        margin: 0 0 20px; } }
    #home-news article .thumb {
      padding-bottom: 66.66%;
      background-color: #ca1c6d;
      position: relative; }
      #home-news article .thumb .bg-pic {
        background-size: cover;
        background-position: center center;
        transition: all ease 0.3s; }
    #home-news article .date {
      margin-top: 10px;
      font-family: "Roboto Slab", serif;
      font-size: 18px; }
    #home-news article h3 {
      font-size: 20px;
      font-weight: 700;
      margin-top: 6px;
      line-height: 1.3em; }
    #home-news article a {
      display: block; }
      #home-news article a:hover .bg-pic {
        opacity: 0.66; }
  #home-news .cta {
    font-size: 20px;
    display: inline-block; }

/* editor styling */
.editor h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 42px;
  margin: 20px 0 30px 0;
  padding: 0;
  font-weight: 400;
  color: #54063a;
  line-height: 1.3em; }
  @media only screen and (max-width: 767px) {
    .editor h1 {
      font-size: 30px;
      font-size: 3rem; } }
.editor h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  margin: 0 0 0.8em 0;
  padding: 0.6em 0 0 0;
  font-weight: 400;
  color: #54063a;
  clear: both;
  line-height: 1.3em; }
  @media only screen and (max-width: 767px) {
    .editor h2 {
      font-size: 24px;
      font-size: 2.4rem; } }
.editor h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.3em;
  margin: 0 0 0.5em 0;
  font-weight: 700;
  line-height: 1.3em; }
  @media only screen and (max-width: 767px) {
    .editor h3 {
      font-size: 18px;
      font-size: 1.8rem; } }
.editor p {
  line-height: 1.8em;
  margin: 0 0 1.8em 0; }
.editor a {
  text-decoration: none; }
.editor ul {
  margin: 1.3em 0 1.3em 25px;
  list-style-type: disc; }
.editor ol {
  margin: 1.3em 0 1.3em 25px;
  list-style: decimal; }
.editor li {
  margin: 0 0 1em 0;
  line-height: 1.4em; }
.editor strong {
  font-weight: 700; }
.editor p.edit-entry {
  clear: both; }
.editor img {
  border: none; }
.editor img.rounded {
  border-radius: 8px;
  border: 3px solid #820053;
  margin-top: 20px; }

/* care homes list page */
#carehomes-main {
  padding: 50px 0 0 0;
  background-color: rgba(84, 6, 58, 0.2);
  color: #54063a; }
  @media only screen and (max-width: 767px) {
    #carehomes-main {
      padding-top: 30px; } }
  #carehomes-main h1 {
    font-size: 42px;
    font-family: "Roboto Slab", serif;
    margin: 0 0 .8em;
    color: #54063a; }
    @media only screen and (max-width: 767px) {
      #carehomes-main h1 {
        font-size: 30px;
        font-size: 3rem; } }

#carehomes-intro {
  line-height: 1.4em;
  width: 74%; }
  @media only screen and (max-width: 1080px) {
    #carehomes-intro {
      width: 100%; } }

.carehomes-list article {
  float: left;
  width: 48.5%;
  overflow: hidden;
  margin: 0 2.5% 40px 0; }
  .carehomes-list article:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .carehomes-list article {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }
  .carehomes-list article .carehome-thumb {
    width: 100%;
    height: 24vw;
    position: relative;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    @media only screen and (max-width: 1080px) {
      .carehomes-list article .carehome-thumb {
        height: 32vw; } }
    @media only screen and (max-width: 767px) {
      .carehomes-list article .carehome-thumb {
        height: 62.5vw; } }
    .carehomes-list article .carehome-thumb .bg-pic {
      transition: all ease 1s; }
  .carehomes-list article .home-name h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 15px 15px 0; }
  .carehomes-list article .home-name h3 {
    font-size: 18px;
    padding: 5px 15px 10px; }
  .carehomes-list article a {
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    transition: all ease 0.3s; }
    .carehomes-list article a:hover {
      background-color: white; }
      .carehomes-list article a:hover .bg-pic {
        transform: scale(1.1); }
  .carehomes-list article .care-services {
    padding: 5px 15px 15px; }
    .carehomes-list article .care-services span {
      display: inline-block;
      background-color: rgba(109, 43, 87, 0.6);
      padding: 6px 8px;
      border-radius: 12px;
      color: white;
      font-size: 15px;
      margin: 0 0 6px;
      transition: all ease 0.3s;
      cursor: pointer; }
      @media only screen and (max-width: 1080px) {
        .carehomes-list article .care-services span {
          font-size: 14px;
          font-size: 1.4rem; } }
      .carehomes-list article .care-services span:hover {
        background-color: #ca1c6d; }
  .carehomes-list article .contact-details {
    padding: 0 15px 15px 15px;
    font-size: 17px;
    position: relative; }
    .carehomes-list article .contact-details .address p {
      line-height: 1.1em; }
    .carehomes-list article .contact-details .phone {
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: 200px;
      text-align: right;
      font-size: 17px; }

#carehomes-lower {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    #carehomes-lower {
      padding-top: 10px; } }
  #carehomes-lower #home-column2 blockquote {
    padding: 50px 20px; }
    #carehomes-lower #home-column2 blockquote p {
      line-height: 1.4em;
      margin-bottom: 1em; }

/* care homes */
.single-care-home #content {
  padding: 0; }
.single-care-home #page {
  width: 100%;
  margin: auto;
  background-color: white;
  float: none; }
  .single-care-home #page .care-home-heading {
    padding: 30px 0 40px; }
    @media only screen and (max-width: 767px) {
      .single-care-home #page .care-home-heading {
        padding: 10px 0 40px; } }
    .single-care-home #page .care-home-heading .title-photo {
      float: left;
      width: 65.5%;
      margin-right: 2.5%; }
      @media only screen and (max-width: 1080px) {
        .single-care-home #page .care-home-heading .title-photo {
          float: none;
          width: 100%;
          margin: 0 0 20px; } }
      .single-care-home #page .care-home-heading .title-photo h1.post-title {
        margin: 0;
        line-height: 1.1em;
        position: relative; }
        .single-care-home #page .care-home-heading .title-photo h1.post-title span {
          font-size: 18px;
          font-family: 'PT Sans', sans-serif;
          position: relative;
          top: -10px; }
      .single-care-home #page .care-home-heading .title-photo .carehome-feature-gallery .gallery-pic {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; }
        @media only screen and (max-width: 767px) {
          .single-care-home #page .care-home-heading .title-photo .carehome-feature-gallery .gallery-pic {
            padding-bottom: 75%; } }
    .single-care-home #page .care-home-heading .services-contact {
      float: left;
      width: 31.5%; }
      @media only screen and (max-width: 1080px) {
        .single-care-home #page .care-home-heading .services-contact {
          float: none;
          width: 100%; } }
      .single-care-home #page .care-home-heading .services-contact .address p {
        line-height: 1.3em;
        margin-bottom: 0;
        font-size: 18px; }
      .single-care-home #page .care-home-heading .services-contact .address a {
        font-weight: 600;
        font-size: 0.9em; }
      .single-care-home #page .care-home-heading .services-contact .care-services {
        padding-top: 30px; }
        .single-care-home #page .care-home-heading .services-contact .care-services h3 {
          color: #54063a;
          font-size: 1.2em;
          line-height: 1.2em;
          font-weight: 400; }
        .single-care-home #page .care-home-heading .services-contact .care-services span {
          display: inline-block;
          background-color: #6d2b57;
          padding: 6px 10px;
          border-radius: 12px;
          color: white;
          font-size: 17px;
          margin: 0 0 6px;
          transition: all ease 0.2s;
          cursor: pointer; }
          .single-care-home #page .care-home-heading .services-contact .care-services span:hover {
            background-color: #f9a32c; }
      .single-care-home #page .care-home-heading .services-contact .get-in-touch {
        padding-top: 30px; }
        .single-care-home #page .care-home-heading .services-contact .get-in-touch h3 {
          color: #54063a;
          font-size: 1.2em;
          line-height: 1.2em;
          font-weight: 400; }
        .single-care-home #page .care-home-heading .services-contact .get-in-touch p {
          margin: 0 0 6px 0; }
        .single-care-home #page .care-home-heading .services-contact .get-in-touch a {
          display: block;
          background-color: rgba(109, 43, 87, 0.75);
          padding: 8px 10px 6px;
          border-radius: 12px;
          color: white;
          margin: 0 0 6px;
          text-align: center;
          font-weight: 600;
          font-size: 20px;
          transition: all ease 0.2s; }
          .single-care-home #page .care-home-heading .services-contact .get-in-touch a:hover {
            background-color: #f9a32c; }
          .single-care-home #page .care-home-heading .services-contact .get-in-touch a.phone {
            background-image: url(images/ic-phone.svg);
            background-size: 30px auto;
            background-position: 10px center; }
          .single-care-home #page .care-home-heading .services-contact .get-in-touch a.email {
            background-image: url(images/ic-mail.svg);
            background-size: 30px auto;
            background-position: 10px center; }
.single-care-home .care-home-main {
  padding: 40px 0;
  background-color: rgba(109, 43, 87, 0.1); }
  .single-care-home .care-home-main .entry {
    float: left;
    width: 65.5%;
    margin-right: 2.5%;
    padding-right: 50px; }
    @media only screen and (max-width: 1080px) {
      .single-care-home .care-home-main .entry {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        padding: 0; } }
  .single-care-home .care-home-main .care-home-sidebar {
    float: left;
    width: 31.5%;
    padding-bottom: 30px; }
    @media only screen and (max-width: 1080px) {
      .single-care-home .care-home-main .care-home-sidebar {
        float: none;
        width: 100%;
        margin: 0 0 20px; } }
    .single-care-home .care-home-main .care-home-sidebar .facilities ul {
      background-color: white;
      border-radius: 12px;
      margin: 0 !important;
      padding: 15px 15px 5px; }
      .single-care-home .care-home-main .care-home-sidebar .facilities ul li {
        list-style: none !important;
        line-height: 1em !important;
        margin: 0 0 0.75em !important;
        color: #54063a;
        background-image: url(images/tick.png);
        background-size: 18px auto;
        background-position: left center;
        padding: 0 0 0 24px; }
    .single-care-home .care-home-main .care-home-sidebar .carehome-review {
      margin-bottom: 40px;
      padding: 0 0 30px 0; }
      .single-care-home .care-home-main .care-home-sidebar .carehome-review:last-child {
        border: 1px solid rgba(84, 6, 58, 0.1);
        padding: 15px;
        background-color: white; }
        .single-care-home .care-home-main .care-home-sidebar .carehome-review:last-child img {
          display: block;
          margin: 0px 0px 15px 0px; }
        .single-care-home .care-home-main .care-home-sidebar .carehome-review:last-child p {
          line-height: 1.2em !important;
          font-size: 18px; }
          .single-care-home .care-home-main .care-home-sidebar .carehome-review:last-child p:last-child {
            margin-bottom: 0 !important;
            background-color: #f8f8f8;
            padding: 20px 10px; }
            .single-care-home .care-home-main .care-home-sidebar .carehome-review:last-child p:last-child a strong {
              padding: 6px 6px !important;
              border: 1px solid #ccc !important;
              background-color: white !important;
              color: #54063a !important; }
  .single-care-home .care-home-main .care-home-manager {
    clear: both;
    background-color: rgba(109, 43, 87, 0.85);
    border-radius: 12px;
    padding: 30px;
    color: white; }
    .single-care-home .care-home-main .care-home-manager h2 {
      color: white !important;
      padding-top: 0 !important;
      margin-bottom: 30px !important; }
    .single-care-home .care-home-main .care-home-manager .manager-photo {
      width: 150px;
      height: 150px;
      border: 1px solid white;
      float: left;
      margin-right: 50px;
      position: relative; }
      @media only screen and (max-width: 1080px) {
        .single-care-home .care-home-main .care-home-manager .manager-photo {
          width: 120px;
          margin-right: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-care-home .care-home-main .care-home-manager .manager-photo {
          float: none;
          margin: 0 auto 20px;
          width: 150px; } }
    .single-care-home .care-home-main .care-home-manager .manager-details {
      float: left;
      width: calc(100% - 200px); }
      @media only screen and (max-width: 1080px) {
        .single-care-home .care-home-main .care-home-manager .manager-details {
          width: calc(100% - 150px); } }
      @media only screen and (max-width: 767px) {
        .single-care-home .care-home-main .care-home-manager .manager-details {
          float: none;
          width: 100%; } }
      .single-care-home .care-home-main .care-home-manager .manager-details h3 {
        color: white !important;
        font-size: 22px !important;
        font-family: 'PT Sans', sans-serif !important; }
      .single-care-home .care-home-main .care-home-manager .manager-details p {
        line-height: 1.6em !important; }
      .single-care-home .care-home-main .care-home-manager .manager-details .manager-contact {
        margin-bottom: 0 !important; }
        .single-care-home .care-home-main .care-home-manager .manager-details .manager-contact a {
          display: inline-block;
          background-color: rgba(255, 255, 255, 0.75);
          color: #54063a;
          border-radius: 12px;
          padding: 8px 15px 6px;
          transition: all ease 0.3s;
          font-weight: 600;
          margin-right: 10px; }
          @media only screen and (max-width: 1080px) {
            .single-care-home .care-home-main .care-home-manager .manager-details .manager-contact a {
              margin-bottom: 20px;
              width: 100%;
              text-align: center; } }
          .single-care-home .care-home-main .care-home-manager .manager-details .manager-contact a:hover {
            background-color: white; }
.single-care-home .care-home-news {
  padding: 40px 0; }
  .single-care-home .care-home-news h2 {
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 40px !important; }
  .single-care-home .care-home-news article {
    float: left;
    width: 31.5%;
    margin-right: 2.5%; }
    .single-care-home .care-home-news article:nth-child(3) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      .single-care-home .care-home-news article {
        float: none;
        width: 100%;
        margin: 0 0 30px 0; } }
    .single-care-home .care-home-news article .thumb {
      padding-bottom: 56.25%;
      background-color: #ca1c6d;
      position: relative; }
      @media only screen and (max-width: 1080px) {
        .single-care-home .care-home-news article .thumb {
          padding-bottom: 75%; } }
      .single-care-home .care-home-news article .thumb .bg-pic {
        background-size: cover;
        background-position: center center;
        transition: all ease 0.3s; }
    .single-care-home .care-home-news article .date {
      margin: 5px 0 0 !important;
      font-family: "Roboto Slab", serif;
      font-size: 18px; }
    .single-care-home .care-home-news article h3 {
      font-size: 20px !important;
      font-weight: 700;
      margin: 6px 0 0 0 !important;
      line-height: 1.3em;
      padding-top: 0 !important; }
    .single-care-home .care-home-news article a {
      display: block; }
      .single-care-home .care-home-news article a:hover .bg-pic {
        opacity: 0.66; }
.single-care-home .care-home-gallery {
  padding: 40px 0;
  background-color: rgba(109, 43, 87, 0.1); }
  .single-care-home .care-home-gallery .gallery-trigger {
    float: left;
    width: 48.5%;
    margin-right: 2.5%;
    background-color: black; }
    @media only screen and (max-width: 1080px) {
      .single-care-home .care-home-gallery .gallery-trigger {
        float: none;
        width: 100%;
        margin: 0 0 40px 0; } }
  .single-care-home .care-home-gallery .gallery-hero {
    position: relative;
    padding-bottom: 56.25%;
    text-align: center; }
    @media only screen and (max-width: 1080px) {
      .single-care-home .care-home-gallery .gallery-hero {
        padding-bottom: 66%; } }
    .single-care-home .care-home-gallery .gallery-hero .bg-pic {
      opacity: 0.6; }
    .single-care-home .care-home-gallery .gallery-hero h3 {
      position: relative;
      color: white;
      padding: 30px 0 0 0;
      font-size: 1.5em !important;
      font-weight: 400 !important; }
    .single-care-home .care-home-gallery .gallery-hero .gallery-button {
      color: white;
      background-color: #6d2b57;
      border-radius: 6px;
      padding: 10px 20px 8px;
      text-align: center;
      display: inline-block;
      position: absolute;
      width: 60%;
      left: 20%;
      bottom: 30px;
      transition: all ease 0.3s;
      font-weight: 600; }
      .single-care-home .care-home-gallery .gallery-hero .gallery-button:hover {
        background-color: #ca1c6d; }
  .single-care-home .care-home-gallery .gallery-photos {
    display: none; }
  .single-care-home .care-home-gallery .testimonials {
    float: left;
    width: 48.5%; }
    @media only screen and (max-width: 1080px) {
      .single-care-home .care-home-gallery .testimonials {
        float: none;
        width: 100%;
        text-align: center; } }
    .single-care-home .care-home-gallery .testimonials blockquote.testimonial {
      font-size: 24px; }

/* types of care - popup */
#types-of-care {
  display: none;
  width: 640px; }
  #types-of-care h2 {
    background-color: #54063a;
    color: white;
    padding: 15px 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 28px; }
  #types-of-care > div {
    display: none;
    background-color: rgba(84, 6, 58, 0.1);
    padding: 10px 20px 30px; }
    #types-of-care > div h3 {
      font-family: 'Roboto Slab', serif;
      font-size: 24px;
      color: #54063a;
      margin: 20px 0; }
    #types-of-care > div p {
      line-height: 1.3em; }

/* main content area */
#main {
  position: relative;
  padding-top: 150px; }
  @media only screen and (max-width: 1080px) {
    #main {
      padding-top: 110px; } }
  @media only screen and (max-width: 767px) {
    #main {
      padding-top: 68px; } }

#content {
  position: relative;
  padding: 38px 0 40px 0;
  text-align: left;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #content {
      padding: 20px 0 30px 0; } }

/* page content */
#page {
  width: 65.5%;
  float: left;
  margin: 0 2.5% 0 0;
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #page {
      width: 100%;
      float: none;
      margin: 0 0 40px 0; } }

#content .full-width {
  width: 100%;
  margin: 0; }

#page h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 20px 0 30px 0;
  padding: 0;
  font-weight: 400;
  color: #54063a; }
  @media only screen and (max-width: 767px) {
    #page h1 {
      font-size: 30px;
      font-size: 3rem; } }

#page h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin: 0 0 0.8em 0;
  padding: 0.6em 0 0 0;
  font-weight: 400;
  color: #54063a;
  clear: both; }

#page h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.3em;
  margin: 0 0 0.5em 0;
  font-weight: 700; }

#page p {
  line-height: 1.8em;
  margin: 0 0 1.8em 0; }

#page a {
  text-decoration: none; }

#page ul {
  margin: 1.3em 0 1.3em 25px;
  list-style-type: disc; }

#page ol {
  margin: 1.3em 0 1.3em 25px;
  list-style: decimal; }

#page li {
  margin: 0 0 1em 0;
  line-height: 1.4em; }

#page strong {
  font-weight: 700; }

/* page image styling */
#page img {
  border: none; }

#page img.rounded {
  border-radius: 8px;
  border: 3px solid #820053;
  margin-top: 20px; }

p.edit-entry {
  clear: both; }

/*right aligned image and caption*/
#page .alignright {
  float: right;
  margin: 0 0 20px 20px; }

#page .alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.wp-caption {
  text-align: center;
  width: auto !important; }

.wp-caption a,
.wp-caption img {
  display: block; }

#page p.wp-caption-text {
  font-size: 13px;
  padding: 10px 5px;
  color: #EDD7CE;
  margin: 0;
  background: #9f7f72; }

#page .smallprint {
  font-size: 80%; }

#page .smallprint h3 {
  font-size: 100%; }

#page .smallprint li {
  margin-bottom: 2px; }

#page p a strong,
#page p strong a {
  background-color: #54003a;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-family: "PT Sans";
  font-weight: bold;
  padding: 8px 20px;
  transition: all ease 0.3s; }

#page p a:hover strong,
#page p strong a:hover {
  background-color: #ca1c6d;
  color: white !important; }

/* related link */
#related {
  border-top: 1px solid #cbddeb;
  padding: 40px 0; }

#related a {
  font-weight: 900;
  text-decoration: none; }

/* sidebar */
#sidebar {
  width: 31.5%;
  position: relative;
  float: left;
  top: 40px;
  padding: 0 0 40px 5%; }
  @media only screen and (max-width: 1080px) {
    #sidebar {
      width: 100%;
      float: none;
      padding: 0 0 40px; } }

#side-nav {
  position: relative;
  padding: 0;
  margin: 0 0 25px 0; }
  @media only screen and (max-width: 1080px) {
    #side-nav {
      display: none; } }

#side-nav ul {
  list-style-type: none; }

#side-nav li {
  margin: 0 0 10px 0; }

#side-nav li a {
  text-decoration: none;
  background-color: #feedd5;
  display: block;
  padding: 0;
  color: #54063a;
  padding: 12px;
  border-radius: 5px;
  font-family: 'Roboto Slab','PT Sans', sans-serif;
  transition: all ease 0.3s; }

#side-nav li a:hover {
  background-color: #f9a32c;
  color: #fff; }

#side-nav li.current-menu-item a,
#side-nav li.current-cat a {
  background-color: #f9a32c;
  color: #fff; }

/* sidebar quotes */
#sidebar blockquote {
  width: 100%;
  padding: 40px 30px;
  color: #54063a;
  background-color: rgba(84, 6, 58, 0.1);
  border-radius: 6px; }

#sidebar blockquote p {
  font-style: italic;
  line-height: 1.4em;
  font-size: 22px;
  padding: 0; }

#sidebar blockquote p cite {
  font-size: 0.8em;
  font-style: normal;
  margin: 10px 0 0 0;
  line-height: 1.2em;
  display: block;
  font-family: "Roboto Slab", serif; }

/* sidebar home news */
#side-news {
  position: absolute;
  top: 464px;
  left: 0; }

#side-news article:last-of-type {
  margin: 30px 0 0; }

#side-news h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.3em;
  margin: 0 0 1em; }

#side-news img {
  margin: 0 0 5px 0; }

#side-news h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  line-height: 1.3em; }

#side-news h3 a,
#side-news h4 a {
  color: #fff; }

#side-news article p {
  font-size: 14px;
  font-weight: normal;
  color: #EDD7CE;
  line-height: 1.3em; }

#side-news article a.cta {
  color: #f9a32c;
  margin: 25px 0 0 0;
  font-weight: 700; }

/* sidebar newsletter dowbload */
#newsletter-download {
  color: #edd7ce;
  font-family: 'Roboto Slab','PT Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.2em;
  display: block; }

#newsletter-download img {
  display: block;
  margin: 0 0 10px 0;
  box-shadow: 3px 3px 5px #4c362e;
  width: 100%;
  height: auto;
  border: 3px double #edd7ce; }

#newsletter-download:hover {
  color: #fff; }

#newsletter-download:hover img {
  opacity: 0.75; }

#newsletter-signup {
  background-color: #54063a;
  color: white;
  padding: 30px;
  display: block;
  font-family: 'Roboto Slab','PT Sans', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 15px;
  transition: all ease 0.2s;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 40px; }

#newsletter-signup:hover {
  background-color: #f9a32c; }

/* category page */
.category-news #page {
  width: 100%;
  float: none;
  margin: 0; }
.category-news #sidebar {
  width: 100%;
  float: none; }
  .category-news #sidebar blockquote {
    text-align: center; }

#page h1#category-title {
  margin: 0 0 10px 0; }

#page #category-desc {
  margin: 0 0 40px 0; }

#category-list .post {
  padding: 15px 0;
  border-bottom: 1px solid #edd7ce; }
  @media only screen and (max-width: 767px) {
    #category-list .post {
      margin: 0 0 20px; } }

#page .date-cat-box {
  float: left;
  width: 12%;
  margin: 0 3% 0 0; }
  @media only screen and (max-width: 1080px) {
    #page .date-cat-box {
      width: 18%;
      margin-right: 2%; } }
  @media only screen and (max-width: 767px) {
    #page .date-cat-box {
      width: 100%;
      float: none;
      margin: 0 0 6px 0; } }

#page .post p.date {
  margin: 0 0 0.2em 0;
  line-height: 1.3em; }

#page .post p.post-cats {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.3em; }

#category-list .entry {
  float: left;
  width: 85%; }
  @media only screen and (max-width: 1080px) {
    #category-list .entry {
      width: 75%; } }
  @media only screen and (max-width: 767px) {
    #category-list .entry {
      width: 100%;
      float: none;
      margin: 0; } }

#category-list .post h2.storytitle {
  margin: 0 0 0.2em 0;
  font-size: 1.2em;
  padding: 0;
  font-weight: 400;
  clear: none; }

#category-list .post h2 a {
  text-decoration: none;
  color: #54063a; }

#category-list .post .thumb {
  float: left;
  width: 300px;
  height: 300px;
  margin: 0 20px 0 0;
  position: relative; }
  @media only screen and (max-width: 1080px) {
    #category-list .post .thumb {
      width: 200px;
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    #category-list .post .thumb {
      width: 100%;
      height: 60vw;
      float: none;
      margin: 0 0 6px; } }
  #category-list .post .thumb .bg-pic {
    background-position: center top; }
#category-list .post .teaser {
  float: left;
  width: calc(100% - 320px); }
  @media only screen and (max-width: 1080px) {
    #category-list .post .teaser {
      width: calc(100% - 220px); }
      #category-list .post .teaser p {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    #category-list .post .teaser {
      width: 100%;
      float: none;
      margin: 0; }
      #category-list .post .teaser p {
        display: none; } }

#category-list .entry {
  line-height: 1.3em; }

#category-list .entry p {
  margin: 5px 0 0 0;
  line-height: 1.2em; }

#category-list .entry a {
  color: #463B37; }

#category-list .post a:hover {
  color: #ca1c6d; }

.postmetadata {
  font-size: 11px;
  color: #4d4d4d;
  padding: 0.5em 0 0 0; }

.post-pagination {
  border-top: 1px solid #edd7ce;
  padding: 20px;
  text-align: center; }

/* single posts */
.post-category-heading {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  color: #54063a;
  border-bottom: 1px solid rgba(84, 6, 58, 0.2); }

.post-category-heading a {
  color: #54063a; }

.post-category-heading a:hover span {
  display: inline; }

#page article .post-title {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  margin: 20px 0 0 0;
  color: #54063a;
  line-height: 1.2em; }
  @media only screen and (max-width: 767px) {
    #page article .post-title {
      font-size: 30px;
      font-size: 3rem; } }

#page .post-date {
  margin: 0 0 25px 0;
  color: #654b41; }

#page .entry img {
  max-width: 100%;
  height: auto; }

/* comments */
.comments-container {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #83C8B9; }

#page .comments-container h3 {
  font-size: 14px;
  margin: 0 0 1em 0; }

form#commentform {
  font-size: 12px; }

form#commentform label {
  color: #662d91;
  display: block;
  margin: 0 0 3px 0; }

form#commentform input {
  margin: 0 0 8px 0;
  width: 210px; }

textarea#comment {
  margin: 0 0 10px 0;
  width: 425px; }

ol.commentlist {
  margin: 0 0 1.5em 0;
  padding: 0; }

ol.commentlist li {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 0;
  border-bottom: 1px dotted #d9e4f3; }

.comment-author,
.comment-meta {
  font-size: 11px; }

#page ol.commentlist p {
  margin: 10px 0 0 0; }

ol.commentlist .reply a {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px; }

ol.commentlist .reply a:after {
  content: " \00BB"; }

#page ol.commentlist ul.children {
  margin: 15px 0 0 15px; }

#page ol.commentlist ul.children li {
  border: none; }

/*testimonials*/
blockquote.testimonial {
  padding: 30px;
  border-radius: 5px;
  margin: 0 0 30px 0;
  background: #fff url(images/ic_quote.png) no-repeat 15px 15px;
  font-style: italic;
  line-height: 1.5em;
  background-color: rgba(84, 6, 58, 0.05);
  font-size: 17px; }

.testimonial cite {
  display: block;
  font-size: 1em;
  margin: 1em 0 0 0;
  font-family: "Roboto Slab", cursive;
  color: rgba(84, 6, 58, 0.5);
  font-style: normal; }

/* events */
/*.event-listing {
	padding:0 0 20px 0;
	margin:0 0 30px 0;
}

#page .event-listing h2 {
	margin:0 0 4px 0;
}

#page .event-listing p {
	margin:0 0 0.3em 0;
}

#page p.event-time-location {
	margin:0 0 1em 0;
	line-height:1.3em;
}

#page p.event-time-location small {
	font-size:11px;
	padding-left:10px;
}
*/
/* careers */
.page-template-jobs-new #page {
  margin-bottom: 0; }
  .page-template-jobs-new #page p {
    margin-bottom: 0; }

#current-vacancies {
  background-color: rgba(84, 6, 58, 0.1);
  padding: 40px 0; }
  #current-vacancies h1 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 20px 0 30px 0;
    padding: 0;
    font-weight: 400;
    color: #54063a; }

.filter-buttons {
  padding-bottom: 30px; }
  .filter-buttons .mixitup-control-active {
    background-color: #ca1c6d;
    color: white !important; }
  .filter-buttons button {
    margin-bottom: 5px; }

#career-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #career-list article {
    width: 48%;
    padding: 20px;
    border: 1px solid #d2d6dc;
    margin-bottom: 30px;
    background-color: white; }
    @media only screen and (max-width: 767px) {
      #career-list article {
        width: 100%; } }
    #career-list article a {
      display: block; }
    #career-list article h2 {
      font-size: 1.2em;
      margin: 0 0 1em 0;
      font-weight: 600;
      text-transform: capitalize; }
    #career-list article p {
      font-size: .85em;
      margin-bottom: 0.6em;
      line-height: 1.3em; }
      #career-list article p.job-closing-date {
        font-weight: 600;
        color: #654B41; }
    #career-list article span {
      font-weight: 600; }

#jobs-banner img {
  display: block;
  width: 100%;
  height: auto; }
#jobs-banner .caption {
  background-color: rgba(84, 6, 58, 0.1);
  padding: 6px 12px;
  text-align: center; }
#jobs-banner p {
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  color: #54063a;
  font-weight: 400;
  line-height: 1.2em;
  margin: 6px 0; }

#page article.job h1.post-title {
  margin-bottom: 30px; }

#page article.job div.entry {
  border-bottom: 1px solid #EDD7CE;
  margin-bottom: 30px; }

/* managers */
.page-template-managers #page > p:last-of-type {
  display: none; }

#manager-list {
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: 1px solid rgba(84, 6, 58, 0.2); }

#manager-list article {
  clear: left;
  padding: 30px 0 0; }

#manager-list img {
  float: left;
  margin: 0 20px 5px 0; }

#manager-list div {
  margin-left: 175px; }

#manager-list h2 {
  clear: none;
  padding-top: 0; }

/* contact us */
#content aside.location-details {
  top: -4px; }

#content aside.location-details h2 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  padding: 0.6em 0 0 0;
  font-weight: 400;
  color: #cd2732; }

#content aside.location-details h3 {
  font-size: 1.2em;
  margin: 0.5em 0;
  font-weight: 500; }

#content aside.location-details p {
  line-height: 1.6em;
  margin: 0 0 1.2em 0;
  font-size: 0.95em; }

#content aside.location-details a {
  text-decoration: none; }

/* contact us */
#page #contact-list h2 {
  cursor: pointer;
  margin-bottom: 0.5em; }

#contact-list h2:hover {
  color: #ca1c6d; }

#contact-list div {
  display: none; }

/* forms */
#content div.wpcf7 {
  margin: 0 0 30px 0;
  border: 1px solid #d7dde5;
  background: #f3f4f8;
  position: relative;
  border-radius: 5px; }

form.wpcf7-form {
  padding: 40px; }

form.wpcf7-form input {
  height: 1.8em; }

#page-text div.wpcf7 p {
  margin: 0 0 0.75em 0;
  font-size: 11px; }

#form-message {
  position: relative;
  top: 0; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398F14 !important;
  background: #2c4a65;
  color: #fff;
  padding: 0.75em 1em !important;
  border: none !important; }

/*general*/
.asterix {
  font-size: 120%; }

.source {
  font-size: 70%; }

a {
  color: #54063a;
  text-decoration: none; }

a:hover {
  text-decoration: hover;
  color: #ca1c6d; }

a:active,
a:focus {
  outline-style: none;
  -moz-outline-style: none; }

a.cta {
  text-decoration: none;
  display: block;
  font-weight: 700;
  font-size: 15px; }

a.cta:hover {
  color: #cd2732;
  text-decoration: none; }

a.morelink {
  font-weight: 600;
  background-color: #54003a; }

.button, button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #54003a;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  transition: all ease 0.3s; }

.button:hover, button:hover,
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #ca1c6d;
  color: white !important; }

a img {
  border: none; }

a.banner {
  display: block;
  margin: 30px 0 0 0; }

sub {
  font-size: 8px; }

small {
  font-size: 0.75em; }

/* CLEAR FIX*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }
