@import url(//hello.myfonts.net/count/37670d);
@font-face {
    font-family: 'Ultramagnetic';
    src: url(/fonts/37670D_0_0.eot);
    src: url('/fonts/37670D_0_0.eot?#iefix') format('embedded-opentype'), url(/fonts/37670D_0_0.woff2) format('woff2'), url(/fonts/37670D_0_0.woff) format('woff'), url(/fonts/37670D_0_0.ttf) format('truetype')
}

* {
    font-family: 'Nunito Sans', sans-serif;
}

body {
    padding: 0;
    margin: 0
}

h1,
h2 {
    font-family: 'Ultramagnetic'
}

h1 {
    font-size: 45px
}

h1.smaller {
    font-size: 32px
}

h3 {
    color: #44A8C6;
    font-size: 18px
}

p,
a {
    line-height: 170%;
    font-size: 15px
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s
}

a:hover {
    opacity: .8
}

a.button {
    background: #44A8C6;
    color: #fff;
    margin-top: 20px;
    display: block;
    border: none;
    width: 100px;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    text-align: center
}

.grey {
    background: #F7F7F7
}

.contain {
    width: 1200px;
    margin: 0 auto
}

.shadow {
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .15)
}

.overlapped {
    padding-bottom: 50px
}

.overlap {
    margin-top: -50px;
    position: relative
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#menu a {
    margin-left: auto;
    text-align: center
}

.wrap {
    float: right;
    width: 450px;
    padding: 0 0 20px 20px
}

header {
    background-image: url(/images/header.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative
}

header.headerBlank {
    background: #44A8C6;
    height: auto;
}

header.header2 {
    background-image: url(/images/header2.jpg)
}

header.header3 {
    background-image: url(/images/header3.jpg);
    background-position: bottom
}

header.header4 {
    background-image: url(/images/header4.jpg)
}

header.header5 {
    background-image: url(/images/header5.jpg)
}

header.header6 {
    background-image: url(/images/header6.jpg)
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    opacity: .2
}

header .navbar {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1
}

header .navbar * {
    z-index: 1
}

header .navbar img {
    height: 140px
}

nav {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 700px
}

nav a {
    font-size: 16px
}

header>h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    text-align: center
}

header.home {
    height: 700px
}

header.home>div:nth-of-type(2) {
    background: #fff;
    width: 600px;
    padding: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 600px);
    margin-top: 40px
}

header.home>div:nth-of-type(2) h1 {
    margin-top: 0;
    color: #44A8C6
}

header.home>div:nth-of-type(2) p {
    margin-bottom: 0;
    color: #717171
}

section {
    padding: 45px 0;
    background: #fff
}

section:nth-of-type(even) {
    background: #F7F7F7
}

section h2 {
    color: #44A8C6;
    margin: 0;
    margin-top: 5px;
    margin-bottom: -5px
}

section h2.green {
    color: #ABC785
}

section h2.purple {
    color: #8F6D97
}

section h2.blue {
    color: #5C7F92
}

section h2.yellow {
    color: #f1be48
}

section p {
    color: #717171
}

section a {
    color: #44A8C6
}

section ul {
    list-style: none;
    padding: 0
}

section li {
    margin: 10px 0
}

.split {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.split>div {
    width: calc(50% - 20px)
}

.split>div img {
    width: 100%;
    height: auto
}

.center {
    text-align: center;
}

.awards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.awards > a {
    width: 130px;
}

.awards > a > img {
    width: 100%;
    height: auto;
}

.profile .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.profile .heading img {
    width: 160px;
    overflow: hidden;
    border-radius: 10px;
}

.profile > img {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px; 
}

.profile .body {
    margin-top: 40px;
}

.profile .body p strong {
    color: #000000;
}

.profile .social-share {
    margin-top: 40px;
}

@media screen and (max-width: 500px){
    .profile .heading {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }
    
    .profile .heading img {
        width: 80px;
    }
}

.restaurants {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.restaurants a {
    width: 175px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px
}

.people {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.people>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px
}

.people>div:nth-of-type(3n) h3 {
    color: #ABC785
}

.people>div:nth-of-type(3n + 1) h3 {
    color: #8F6D97
}

.people>div img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.people>div>div {
    width: calc(100%)
}

.event {
    display: flex;
    height: 300px;
    z-index: 2;
    position: relative;
    margin-bottom: 50px
}

.event:first-of-type {
    margin-top: -50px;
    position: relative
}

.event:last-of-type {
    margin-bottom: 80px
}

.event:nth-of-type(3n) h3 {
    color: #ABC785
}

.event:nth-of-type(3n + 1) h3 {
    color: #8F6D97
}

.event img {
    height: 100%;
    width: 400px;
    object-fit: cover
}

.event>div {
    background: #fff;
    position: relative;
    width: 100%
}

.event>div>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 40px;
    box-sizing: border-box
}

.event h3 {
    margin-top: 0;
    font-family: "Ultramagnetic"
}

.event p:last-of-type {
    margin-bottom: 0
}

.cut {
    width: calc(33% - 15px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    background: #fff
}

.cut img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.cut:last-of-type {
    margin-bottom: 40px
}

.cut>div {
    padding: 20px 30px
}

.noneToShow {
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 60px;
}

.news {
    width: calc(33% - 15px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.news img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.news:nth-of-type(1) {
    width: calc(66%)
}

.news:nth-of-type(1) img {
    height: 400px
}

.news:last-of-type {
    margin-bottom: 60px
}

.news>div {
    padding: 20px 30px
}

.recipe {
    width: calc(33% - 15px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.recipe img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.recipe:last-of-type {
    margin-bottom: 60px
}

.recipe>div {
    padding: 20px 30px
}

.cta {
    width: 100%;
    height: 300px;
    position: relative;
    background-image: url(/images/header.jpg);
    background-position: center;
    background-size: cover
}

.cta div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.cta h2 {
    color: #fff
}

.cta a {
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    background: #44A8C6;
    display: inline-block;
    margin-top: -5px
}

.cta a.cta-option {
    background: rgba(68, 168, 198, .8);
    color: #fff;
    width: 200px;
    margin: 10px 30px
}

.cta a.cta-option h2 {
    margin-bottom: 8px
}

.cta a.cta-option p {
    margin-top: 0
}

.trade div {
    width: 100%;
    background: #fff;
    padding: 15px 15px 15px 25px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.trade p {
    margin: 0
}

.trade a {
    padding: 15px;
    background: #44A8C6;
    color: #fff;
    border-radius: 5px
}

.map {
    position: relative;
    height: 350px
}

.contact-details {
    background: #fff;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    z-index: 2;
    width: 400px
}

.contact-details p:first-of-type {
    margin-top: 0
}

.contact-details p:last-of-type {
    margin-bottom: 0
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

form>div {
    border: 0;
    padding: 0;
    display: flex;
    justify-content: space-between
}

form>div>div {
    width: calc(33% - 15px)
}

form p {
    color: #44A8C6;
    margin-bottom: 10px
}

input {
    font-size: 15px;
    padding: 15px;
    margin: none;
    border-radius: 5px;
    border: 1px solid #cecece;
    width: 100%;
    box-sizing: border-box;
    outline: none
}

.booking p {
    display: inline-block
}

.highlight {
    border: 1px solid red
}

.ui-datepicker-highlight > *{
    background: #fff
}

.animal input.datepicker {
    width: 200px
}

input[type=checkbox] {
    display: inline-block;
    width: auto
}

.animal {
    display: block
}

.animal>div {
    width: auto;
    display: block;
}

.animal > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.animal p {
    display: block
}

.animal input {
    width: 50px;
    padding: 15px 0;
    text-align: center
}

.animal input[type=date] {
    width: 300px;
    text-align: left
}

.animal > div > input[type=number],
.animal table {
    display: inline-block;
}

.animal table {
    text-align: left;
    width: calc(100% - 100px);
}

.animal table tr td:first-of-type{
    width: 150px;
}

.animal table tr td:nth-of-type(n+2),
.animal table tr th:nth-of-type(n+2){
    text-align: center;
    width: 60px;
}

form>p {
    margin-top: 25px
}

textarea {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 15px;
    outline: none;
    font-size: 15px;
    box-sizing: border-box
}

input[type=submit] {
    background: #44A8C6;
    color: #fff;
    margin-top: 20px;
    border: none;
    width: 200px;
    outline: none
}

.contact-details-mobile {
    display: none;
    margin-bottom: 50px
}

.contact-social {
    display: flex;
    align-items: center
}

.contact-social a {
    width: 30px;
    margin-right: 20px;
    margin-bottom: 50px
}

.social-share {
    display: flex;
    align-items: center
}

.social-share * {
    display: inline-block
}

.social-share a {
    width: 35px;
    margin-left: 20px
}

footer h2 {
    font-size: 18px
}

footer p,
footer a {
    font-size: 14px;
    margin-top: 0
}

footer>div:nth-of-type(1) {
    background: #44A8C6;
    padding: 40px 0;
    color: #fff
}

footer>div:nth-of-type(1)>div {
    display: flex;
    justify-content: space-between
}

footer .twitter {
    width: 70%
}

.tweetie {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0
}

footer li {
    width: calc(33% - 10px)
}

footer .login,
footer .social {
    width: 10%
}

footer .login a {
    display: block
}

footer .social {
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .social a {
    width: 30px
}

footer>div:nth-of-type(2) {
    padding: 20px 0;
    color: #44A8C6
}

footer>div:nth-of-type(2)>div {
    display: flex;
    justify-content: space-between
}

footer .left {
    display: flex;
    align-items: center
}

footer .left img {
    height: 90px
}

footer .left p {
    margin: 2px 0 2px 25px;
    width: auto;
    padding-right: 20px
}

footer .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto
}

footer .right img {
    height: 60px;
    margin-left: 15px
}

footer .bottom {
    margin-top: 20px
}

#hamburger {
    display: none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 55px;
    right: 5%;
    z-index: 3
}

#hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: #fff;
    transition: transform 0.1s ease-in
}

#hamburger span::before,
#hamburger span::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff
}

#hamburger span::before {
    bottom: 10px;
    transition: transform 0.1s ease-in, bottom 0.1s ease-out 0.2s
}

#hamburger span::after {
    top: 10px;
    transition: background 0.01s ease 0.1s, top 0.1s ease-out 0.2s
}

#hamburger.close span {
    transform: rotate(45deg) translate(-1px, -1px);
    -o-transform: rotate(45deg) translate(-1px, -1px);
    -ms-transform: rotate(45deg) translate(-1px, -1px);
    -moz-transform: rotate(45deg) translate(-1px, -1px);
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
    transition: transform 0.1s ease-out 0.2s
}

#hamburger.close span:after {
    top: 0;
    background: none;
    transition: top 0.1s ease-in, background 0.01s ease-out 0.1s
}

#hamburger.close span::before {
    bottom: 0;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: bottom 0.1s ease-in, transform 0.1s ease-out 0.2s
}

@media screen and (max-width:1300px) {
    .contain {
        width: 80%
    }
    header.home>div:nth-of-type(2) {
        width: 80%;
        left: 10%;
        box-sizing: border-box
    }
    h1 {
        font-size: 35px
    }
}

@media screen and (max-width:1100px) {
    .news,
    .cut,
    .recipe {
        width: calc(50% - 15px)!important
    }
    .news:nth-of-type(1) img {
        height: 300px
    }
    .event {
        flex-direction: column;
        height: auto
    }
    .event img {
        width: 100%;
        height: 300px
    }
    .event>div>div {
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
        padding: 40px;
        box-sizing: border-box
    }
    .contact-details {
        display: none
    }
    .people {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .contact-details-mobile {
        display: block
    }
    footer>div:first-of-type>div {
        flex-direction: column
    }
    footer>div>div>div {
        margin: 10px 0
    }
    footer .twitter {
        width: 100%
    }
    footer .social {
        width: 120px
    }
}

@media screen and (max-width:950px) {
    #menu {
        display: none
    }
    #menu a {
        width: 100%
    }
    #menu.visible {
        display: flex;
        flex-direction: column;
        z-index: 100
    }
    nav {
        width: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 140px;
        z-index: 2;
        display: none
    }
    nav.active {
        display: block
    }
    nav a {
        display: block;
        color: #8696a8;
        padding: 20px 0
    }
    nav a:nth-of-type(even) {
        background: #f3f4f5
    }
    #hamburger {
        display: block
    }
    .contain {
        width: 90%
    }
    header.home>div:nth-of-type(2) {
        width: 90%;
        left: 5%
    }
    section {
        padding: 40px 0
    }
    .split {
        display: block
    }
    .split>div {
        width: 100%
    }
    .news,
    .cut,
    .recipe {
        width: 100%!important
    }
    form>div {
        flex-direction: column
    }
    form>div>div {
        width: 100%
    }
    form>div>div:nth-of-type(n+2) {
        margin-top: 10px
    }
}

@media screen and (max-width:900px) {
    .people {
        grid-template-columns: 1fr 1fr;
    }
    footer .tweet {
        width: 100%
    }
    footer .twitter div,
    footer .left,
    footer>div:nth-of-type(2)>div {
        flex-direction: column;
        align-items: center
    }
    footer .left,
    footer .bottom {
        text-align: center
    }
    footer .right {
        width: 500px;
        flex-wrap: wrap
    }
    footer .left p {
        margin: 15px 0 8px 0;
        width: auto;
        padding-right: 0
    }
}

@media screen and (max-width:700px) {

    .tweetie {
        grid-template-columns: 1fr;
    }

    header.home {
        height: auto;
        padding-bottom: 50px
    }
    header.home>div:nth-of-type(2) {
        position: relative;
        top: 0;
        left: 5%;
        transform: translate(0, 0)
    }
    h1 {
        font-size: 30px
    }
    .wrap {
        width: 100%
    }
    .people {
        grid-template-columns: 1fr;
    }
    .people>div>div {
        width: 100%
    }
    footer ul {
        flex-wrap: wrap
    }
    footer li {
        width: 100%
    }
    footer .right {
        width: 80%
    }
    footer .right img {
        margin-bottom: 15px
    }
}

@media screen and (max-width:600px) {
    h1 {
        font-size: 25px
    }
    .people>div {
        width: calc(100%)
    }
    .cta a.cta-option {
        margin: 10px 0
    }
}
