p {
    margin: 0 0 1em 0;
}

.wrapper {
    padding: 6em 0 2em 0 ;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

header h4 + p {
    font-size: 1em;
}

.logo-header {
    width: 420px;
    height: 85px;
    margin-top: 35px;
    margin-left: 5px;
}
@media (max-width: 700px) {
    .logo-header {
        width: 315px;
        height: 64px;
        margin-top: 40px;
    }
}
@media (max-width: 500px) {
    .logo-header {
        width: 270px;
        height: 55px;
        margin-top: 40px;
    }
}

.logo-title {
    width: 240px;
    height: 60px;
}
@media (max-width: 700px) {
    .logo-title {
        width: 400px;
        height: 100px;
    }
}

@media (max-width: 500px) {
    .logo-title {
        width: 300px;
        height: 75px;
    }
}

div.banner-text {
    margin-top: 180px;
    padding: 40px 40px;
}

ul.features li p {
    font-size: larger;
}

.imagecircle {
    width: 100px;
    height: 100px;
}
@media (min-width: 700px) {
  .imagecircle {
    width: 150px;
    height: 150px;
  }
}

div#instagram a {
    border-bottom: none;
}

a#phonelink {
    border-bottom: none;
}

a#phonelink span {
    font-size: medium;
}

/*Notification bar after user actions*/
.notificationbar {
    position: relative;
    top: 4em;
    text-align: center;
    line-height: 2em;
    padding: 7px 10px;
    margin: auto;
    width: 90%;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.notificationbar.error {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.notificationbar.success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.notificationbar.info {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}
/*Make the icon look clickable, used for notification bar*/
.iconclickable {
    cursor:pointer;
}

ul.icons.major.customlogos {
    padding: 0;
    margin: 0;
}

ul.menu {
    margin: 5px 0;
}

#menu summary {
    cursor: pointer;
    border: 0;
    color: inherit;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    outline: 0;
    text-decoration: none;
}

.sticky {
    position: sticky;
    top: 44px;
    background: #fff;
}

.stripbackground {
    background-color: #c08e78;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff !important;
    text-transform: uppercase;
}

/*Prevents bug showing grey line when page width is reduced*/
body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style4 {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
}
body.landing #page-wrapper {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0)), url("../../images/banner.jpg");
}

/*move prices to the right*/
td.price{
    text-align: right;
}

/*can click on the panels to load treatments*/
.features li {
    cursor: pointer;
}

.features li a {
    border: 0;
}

/*add a border onto the panels*/
@media screen and (min-width: 737px) {
    .features li {
        border: 5px solid #fff;
        border-radius: 10px;
    }
    .features li:hover {
        border: 3px solid #e3cec4;
        border-radius: 10px;
    }
}

@media screen and (max-width: 736px) {
    .features li {
        padding: 0;
    }
    .features li p {
        background-color: #c08e78;
        padding: 10px 40px;
        border-radius: 5px;
        color: #fff !important;
    }
}

.nomargin {
    margin: 0;
}

.nounderline {
    border-bottom:0
}

/*no pointer and colour for active in menu*/
.activemenu {
    color: #e3cec4;
    cursor: default;
}
.activemenu a {
    cursor: default;
}

@media screen and (max-width: 736px) {
    .wrapper.style5 .features li {
        border-top: 0;
    }
}

ul.icons.major li {
    padding-right: 1.75em;
    padding-left: 1.75em;
}

#header {
    height: 8em;
}

#header nav {
    top: 3em;
}