/* 
Theme Name: MarySteve	
Author: Matilda Barrie
Author URI: https://www.behance.net/matildabarrie
Version: 1.0

*/

@import url("css/normalize.css");
@import url("css/webflow.css");
@import url("css/mary-steve.webflow.css");
@import url("https://use.typekit.net/wxn2fwr.css");

@font-face {
    font-family: mermaid;
    src: url('./fonts/Mermaid.ttf');
    font-weight: normal;
}

* {
	position: relative;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-family: 'mermaid';
	outline: none;
	-webkit-overflow-scrolling: touch;
	border-radius: 0;
    touch-action: manipulation;
}

.hide-scrollbar {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: transparent;
    height: 0px;
    width: 0px;
    display: none;
}

.hide-scrollbar::-webkit-scrollbar {
    background-color: transparent;
    height: 0px;
    width: 0px;
    display: none;
}
    
.hide-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: transparent;
    height: 0px;
    width: 0px;
    display: none;
}

div, main, header, footer, aside, ul, section {
    display: block;
} 

div:after, main:after, header:after, footer:after, aside:after, ul:after, section:after {
	content: '';
	display: table;
    clear: both;
}

.container {
	max-width: 1500px;
	padding: 0px 60px;
	width: 100%;
    margin: auto;
}

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
	  content: "\f104";
    font: 40px/1 'FontAwesome';
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
	   content: "\f105";
     font: 40px/1 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.submit-button,
.field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button {
    background-color: #2e2e2e;
    display: block;
    float: left;
    font-family: "stratos";
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	padding: 10px 14px;
}

.nf-before-form-content {
	font-size: 0.6rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.nf-field-label label {
    text-transform: capitalize;
    font-size: 0.7rem;
    font-family: "stratos-lights";
    font-weight: 400 !important;
}

.label-above .nf-field-label {
    margin-bottom: 5px;
}

.nf-field-container, #ninja_forms_required_items {
	margin-bottom: 15px;
}

.nf-response-msg {
	margin-top: 2rem;
	color: #00bb00;
	font-style: italic;
}

.hero {
    background-size: cover;
    background-position: center;
    height: 90vh;
    min-height: 550px;
}

.header {
    box-shadow: 5px 3px #00000008;
}

.header.mobile-menu-open .navbar {
    background: rgb(104,159,133);
}

.header .navmenu ul {
    padding-left: 0;
    list-style: none;
}

.header .navmenu ul li {
    display: inline-block;
}

.header .navmenu ul li.socially-distanced a {
    color: rgb(104,159,133);
}

.header .navmenu a {
    text-decoration: none;
    font-family: "stratos";
    font-size: 14px;
    letter-spacing: 0.7px;
    opacity: 1;
    transition: 0.3s;
}

.header .navmenu a:hover {
    opacity: 0.5;
}

.header #menu-header {
    margin-bottom: 0;
}

.header .logo {
    margin: 0;
}

.header .navmenu .logo a {
    display: block;
    width: 175px;
    padding-right: 60px;
    padding-left: 60px;
    float: none;
    clear: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../ms/images/logo-black.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;
    text-indent: 0px;
    opacity: 1;
}

.header .contact {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.header .contact .email {
    display: none;
}

.blockquote {
    padding: 90px 0;
    text-align: center;
}

.blockquote p {
    margin: 0;
    color: #060D09;
}

.blockquote h3 {
    font-family: mermaid;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    margin: auto;
    letter-spacing: 0px;
    width: 700px;
}

.two-column .container {
    padding: 0px;
    max-width: auto;
}

.two-column .column {
    float: left;
    height: auto;
    min-height: 550px;
    height: 550px;
    background-size: cover;
    display: flex;
    align-items: center;
    width: 50%;
}

.two-column .column.text {
    padding: 60px;
    height: auto;
}

.two-column .column.image {
    background-position: center;
    height: 0 !important;
    padding-bottom: 50%;
}

.two-column .column p, h2 {
    display: block;
    line-height: 50px;
    color: #0E0A0A;
}

.two-column .column p {
    margin: 25px 0px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.64px;
    font-family: "stratos-lights";
    font-weight: 200;
}

.two-column ul {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    padding-left: 15px;
}

.two-column ul li {
    margin-bottom: 10px;
    font-family: "stratos-lights";
}

.two-column ul li:last-child {
    margin-bottom: 0px;
}

.two-column ul.menus {
    padding-left: 0;
    list-style: none;
}

.two-column ul li a {
    font-size: 16px;
    font-family: "stratos-lights";
    color: rgb(104,159,133);
    font-weight: 700;
}

.two-column p a {
    color: #0E0A0A;
}

.two-column .column h2 {
    margin: 0px;
    font-size: 28px;
    line-height: 35px;
}

.two-column .button {
    margin-top: 15px;
}

.our-menus .two-column:nth-of-type(even) .column {
    float: left;
}

.our-menus .two-column:nth-of-type(odd) .column {
    float: right;
}

.social-media {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

.social-media ul {
    display: block;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
}

.social-media ul li {
    display: inline-block;
}

.social-media ul li:nth-child(1) {
    margin-right: 10px;
}

.social-media ul li a i {
    font-size: 18px;
    color: white;
}

.social-media ul li a .circle {
    width: 32px;
    height: 32px;
    background: black;
    border-radius: 50%;
}

.social-media p {
    color: #303030;
    font-size: 20px;
    width: 600px;
    margin: auto;
    font-family: "stratos-lights";
    line-height: 30px;
}

.social-media a {
    font: inherit;
    font-weight: 700;
    color: inherit;
    display: block;
    font-family: "stratos";
}

.social-media p a {
    display: inline-block;
}

.button {
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    box-shadow: none;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.7px;
    font-family: "stratos";
}

.button:hover {
    background: black;
    color: white;
    transition: 0.3s;
}

.instagram-feed {
    overflow-x: hidden;
    padding: 70px 0px; 
    padding-bottom: 0;
    height: auto;
}

#instafetch { 
	width: 100%;
	white-space: nowrap;
    padding: 30px 0;
}

article {
    margin-right: 30px; 
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

article a {
    display: block;
}

article a figure {
    margin: 0;
    height: 0;
    padding-bottom: 100%;
    position: relative ;
}

article a > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.78);
    z-index: 1;
    transition: 0.3s;
    padding: 20px;
    opacity: 0;
}

article a > div:hover {
    opacity: 1;
}

article a > div > p {
    white-space: normal;
    color: black;
    font-size: 16px;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    line-height: 24px;
} 

article a figure img {
    position: absolute; 
    top: 0;
    left: 0;
    bottom: 0; 
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#instagram-scroller {
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

#instagram-scroller .handle {
    height: 10px;
    width: 250px;
    background: #42A084;
    top: -5px;
    transition: background 0.2s; 
    cursor: pointer;
}

.instagram-feed .heading-row {
    text-align: center;
    margin-bottom: 40px;
}

.instagram-feed .heading-row h2 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #0E0A0A;
    font-size: 28px;
    line-height: 35px;
}

.instagram-feed .heading-row .circle {
    width: 26px;
    height: 26px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.instagram-feed .heading-row i {
    font-size: 16px;
    color: white;
}

.footer p {
    font-size: 14px;
    font-family: "stratos-lights";
}

.columns {
    text-align: center;
}

.columns ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    margin: 0;
    list-style: none;
}

.columns {
    margin: 90px 0;
}

.columns .image {
    width: 100%;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.columns a {
    display: block;
    color: black;
    text-decoration: none;
}

.columns h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    margin-bottom: 65px;
}

.columns .bold {
    margin: 20px 0;
    font-weight: 600;
    font-size: 15px;
    font-family: "stratos";
    text-transform: uppercase;
}

.columns p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-family: "stratos-lights";
    color: #0E0A0A;
}

.footer .bottom p {
    margin-bottom: 0;
}

.footer .top .row:nth-child(3) p {
    margin-bottom: 0;
}

.footer {
    background-color: #131313;
    color: white;
  }
  
  .footer > div {
    text-align: center;
  }
  
  .footer p {
    font-weight: 300;
  }
  
  .footer .top {
    padding: 40px 0;
    background: #303030;
  }

  .footer .top .row .logo {
    margin: auto;
  }
  
  .footer .top .row:nth-child(1) {
    margin-bottom: 30px;
  }

  .footer .top .row:nth-child(1) .logo {
    margin-top: 0;
  }
  
  .footer .top .logo {
    height: 50px;
  }
  
  .footer .bottom {
    padding: 15px 0;
  }

.social-media ul .facebook {
    display: none;
}

.page-text {
    font-family: "stratos-lights";
    font-size: 16px;
    line-height: 24px;
}

.page-text .section-title {
    font-size: 45px;
    font-family: "mermaid";
    text-decoration: none;
    text-transform: capitalize;
}

.two-column:nth-of-type(even) .column {
    float: right;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(104,159,133);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

.mobile-menu-container .navmenu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-menu-container ul {
    padding-left: 0;
    list-style: none;
}

.mobile-menu-container ul li a {
    text-decoration: none;
    font-size: 30px;
    font-family: "stratos-lights";
    color: white;
}

.header .toggle-mobile-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    display: none;
}

.header .toggle-mobile-menu i {
    font-size: 30px;
    color: black;
}

.mobile-menu-container.visible {
    opacity: 1;
    pointer-events: all;
}

.page-text {
    padding: 60px;
}

/*
.our-menus .two-column .column {
    height: auto;
    min-height: auto;
}
*/

.contact-page p strong {
    font-size: 28px;
    text-transform: capitalize;
}

.contact-page p {
    font-family: "stratos-lights";
    font-size: 16px;
    line-height: 24px;
}

.contact-page p a {
    color: #0E0A0A;
    text-transform: lowercase;
}

.field-wrap > div input, .field-wrap > div textarea, .field-wrap > div select {
    font-family: "stratos-lights";
    font-size: 14px;
    border-width: 1px;
}

.nf-form-fields-required {
    font-family: "stratos-lights";
}

.nf-field-label label {
    font-size: 14px;
    color: #0E0A0A;
    font-weight: 400;
    text-transform: capitalize;
}

.nf-form-fields-required {
    font-style: normal;
    text-decoration: underline;
}

.field-wrap input[type="button"] {
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    box-shadow: none;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.7px;
    font-family: "stratos";
    background: white;
}

.field-wrap input[type="button"]:hover {
    background: black;
    color: white;
    transition: 0.3s;
}

.contact-page .nf-form-cont {
    margin-top: 40px;
}

.contact-page p {
    color: #0E0A0A;
}

.footer a {
    display: inline-block;
}

.contact-page .form p:first-child {
    margin-top: 0;
}

.allergen {
    background: rgb(104,159,133);
    padding: 0px 130px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.allergen .top {
    padding: 0px 70px;
}

.allergen h2, .allergen h3 {
    color: white;
    text-align: center;
}

.allergen h3 {
    letter-spacing: 0px;
}

.allergen ul {
    list-style: none;
}

.allergen ul li {
    width: calc(50% - 30px);
    float: left;
    margin-right: 30px;
}

.allergen ul li:nth-child(2) {
    margin-right: 0;
}

.allergen ul li p {
    font-size: 16px;
    line-height: 24px;
    font-family: "stratos-lights";
    color: white;
    margin: 20px 0;
}

@media(max-width: 1400px) {
    body, html {
		min-width: 1200px;
        width: 100%;
    }

    .button:hover {
        background: white;
        color: black;
    }
}

@media(max-width: 1100px) {

    .container {
        max-width: none;
        margin: none;
    }

    #instafetch {
        overflow-x: scroll;
    }

    .instagram-feed .container {
        padding-right: 0;
    }

    #instagram-scroller {
        display: none;
    }

    .columns .container {
        padding-right: 0;
        padding: 0px 60px;
    }

    .two-column .text {
        height: auto;
        min-height: auto;
        padding: 90px 45px;
    }

    .three-column {
        padding: 0px 45px;
    }

    .social-media {
        padding-top: 0;
    }
}

@media(max-width: 768px) {
    html {
        margin-top: 0 !important;
    }

    body, html {
		min-width: 768px;
    }

    .columns ul {
        overflow: scroll;
        white-space: nowrap;
        display: block;
    }

    section.columns .container {
        padding-right: 0;
    }

    ul.columns li {
        display: inline-block;
        margin-right: 30px;
        vertical-align: top;
    }

    .column.text {
        word-break: break-word;
    }

    .header.mobile-menu-open .contact .email {
        display: inline-block;
    }

    .header.mobile-menu-open .contact .email .fa {
        font-size: 30px;
        color: white;
    }

    .header.mobile-menu-open .contact .button {
        display: none;
    }

    .header .navmenu.navmenuleft {
        display: block;
    }

    .header .navmenu ul li {
        display: none;
    }

    .header .navmenu ul li.logo {
        display: block;
    }

    .header .navbar .container {
        width: auto;
        display: inline-block;
        left: 50%;
        transform: translate(-50%);
    }

    .header .toggle-mobile-menu {
        display: inline-block;
    }

    .header .toggle-mobile-menu .fa-times {
        display: none;
    }

    .header .toggle-mobile-menu.open .fa-times {
        display: inline-block;
    }

    .header .toggle-mobile-menu.open .fa-bars {
        display: none;
    }

    .contact-page .flex-container {
        display: block;
    }

    .mobile-menu-container .logo {
        display: none;
    }

    .side-block-image, .side-block {
        width: 100%;
    }

    .side-block-image {
        height: 90vh;
        min-height: 550px;
    }

    .contact-page .form {
        padding-top: 5%;
        padding-bottom: 0;
    }

    .navbar {
        padding: 10px 0;
    }

    .allergen {
        padding: 0px 40px;
    }

    .allergen ul {
        padding: 0px;
    }

    .header.mobile-menu-open .contact {
        color: white;
        border-color: white;
    }

    .header.mobile-menu-open .fa {
        color: white;
    }

    .header.mobile-menu-open .navmenu .logo a {
        background-image: url('../ms/images/logo-white.png');
    }

    .header .navbar {
        transition: 0.3s;
    }
}

@media(max-width: 500px) {
	body, html {
		min-width: 500px;
		max-width: 500px;
        width: 500px;
    }

    .mobile-menu-container .navmenu {
        background: white;
    }

    .navbar {
        height: 80px;
    }

    .navmenu.navmenuleft {
        background: white;
        display: inline-block;
    }

    .social-media {
        padding: 90px 20px;
    }

    .social-media p {
        width: auto;
    }

    .blockquote {
        padding: 90px 20px;
    }

    .blockquote h3 {
        width: auto;
    }

    .two-column .column {
        width: 100%;
    }

    .two-column .column.image {
        height: 0;
        padding-bottom: 50%;
    }

    .two-column .text {
        padding: 90px 20px;
    }

    .three-column {
        padding: 90px 20px;
    }

    .header .navbar .container {
        width: auto;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .navmenu.navmenuleft {
        display: inline-block !important;
        background: transparent !important;
    }

    .header .toggle-mobile-menu {
        left: 20px;
    }

    .header .contact {
        right: 20px;
    }
    
    #instafetch article {
        width: 80%;
    }

    .columns > li {
        width: 75%;
    }

    .columns p {
        white-space: initial;
    }

    .allergen {
        padding: 60px 0px;
    }

    .allergen ul li {
        width: 100%;
        margin-right: 0;
    }
}