/*
 * The layout CSS.
 *
 * @package shoptocook-responsive-mckinnonsmarkets-2
 */


/***********************
 * UnExpound       *
 ***********************/
header *,
footer * {
    box-sizing: border-box;
}
footer {
    position: relative;
}
header p,
footer p,
header ul,
header ol,
footer ul,
footer ol,
header .widget,
footer .widget {
    margin: 0;
}
.nav-primary li,
.navigation-main {
    float: none;
}
li.menu-item-has-children > ul.sub-menu {
    box-shadow: none;
    text-align: center;
}
.navigation-main a {
    padding: 0;
}
.navigation-main ul ul a {
    width: auto;
}
/*.navigation-main ul li:hover > ul {
    display: block;
}*/
.site-footer {
    padding: 0;
}
.site-header {
    padding: 25px 80px;
}
.site-header .menu-toggle {
    padding: 0;
}

.navigation-main ul > .current_page_item a:after,
.navigation-main ul > .current-menu-item a:after {
    content: '';
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border: none;
    position: absolute;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    z-index: auto;
}

.page-template-default #main.responsive {
    width: auto;
}

.entry-content, .entry-summary,
.site-content article.type-page {
    padding: 0;
}

/***********************
 * Fonts               *
 ***********************/
@font-face{
    font-family:'squarespace-ui-font';
    src:url('https://assets.squarespace.com/universal/fonts/squarespace-ui-font.eot');
    src:url('https://assets.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'),
        url('https://assets.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'),
        url(../fonts/squarespace-ui-font.woff) format("woff2"),
        url('https://assets.squarespace.com/universal/fonts/squarespace-ui-font.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'neue-kabel';
    src:url(../fonts/neue-kabel-400.woff) format("woff2");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'neue-kabel';
    src:url(../fonts/neue-kabel-600.woff) format("woff2");
    font-weight:600;
    font-style:normal;
}
@font-face {
    font-family:'neue-kabel';
    src:url(../fonts/neue-kabel-700.woff) format("woff2");
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'proxima-nova';
    src:url(../fonts/proxima-nova.woff) format("woff2");
    font-weight:400;
    font-style:normal;
    font-stretch:normal;
    font-display:auto;
}
@font-face{
    font-family: 'proxima-nova';
    src:url(../fonts/proxima-nova-b.woff) format("woff2");
    font-weight:700;
    font-style:normal;
    font-stretch:normal;
    font-display:auto;
}
@font-face{
    font-family: 'proxima-nova';
    src:url(../fonts/proxima-nova-bi.woff) format("woff2");
    font-weight:700;
    font-style:italic;
    font-stretch:normal;
    font-display:auto;
}
@font-face{
    font-family: 'josefin sans';
    src:url(../fonts/josefin-sans.woff) format("woff2");
    font-weight:normal;
    font-style:normal
}

/***********************
 * Header              *
 ***********************/
header,
footer {
    font-family: Inter, sans-serif;
    font-weight: 400;
    letter-spacing: -.1px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo-container {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.site-header .menu-toggle {
    text-decoration: none;
}
.site-header .menu-toggle:before {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    margin-right: 0;
    content: "\e030";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.header-inner.custom-responsive {
    padding: 0 15px;
    margin: 0 auto;
}
.logo-container {
    flex-shrink: 0;
}
.nav-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    margin-left: 1px;
}
.nav-container {
    font-size: 16px;
}
.nav-primary,
.nav-primary * {
    line-height: normal;
}
.nav-primary-container {
    line-height: normal;
    text-align: center;
}
.nav-primary-container ul {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    justify-content: flex-end;
}
.nav-primary > li > a{
    margin: 0 0 0 34px;
}
.nav-primary > li a {
    font-family: "Josefin Sans", sans-serif;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
}
header a:focus {
    outline: thin dotted rgba(255,255,255,.7) !important;
}
.navigation-main ul li:focus-within > div ul,
.navigation-main ul li:hover > div ul {
    display: block;
}
#menu-primary-menu > li > .sub-menu-wrapper {
    position: absolute;
    padding-top: 33px;
    left: 50%;
    margin-left: -84px;
}
.navigation-main ul ul {
    border: 1px solid #6c191b;
    float: none;
    position: static;
    min-width: 200px;
}
.navigation-main ul ul > li:last-child {
    border-bottom: none !important;
}
.navigation-main ul ul:before {
    color: #6c191b;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 0 10px;
    border-style: solid;
    border-right: solid 10px transparent !important;
    border-left: solid 10px transparent !important;
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -10px;
}
.navigation-main ul ul a {
    line-height: 28px;
    padding: 12px;
    text-align: left;
    white-space: nowrap;
    text-transform: none;
    text-align: center;
}
li.menu-item-has-children > ul.sub-menu {
    border: 1px solid #edeef5;
}
/***********************
 * Footer              *
 ***********************/
nav.sqs-svg-icon--list a {
    display: inline-block;
    width: 32px;
    height: 32px;
}
nav.sqs-svg-icon--list a:focus {
    outline: 1px white dashed;
}
.footer-wrapper {
    padding: 80px 4.5%;
}
.site-footer .footer-bottom {
    color: #9b9bb4;
}
.site-footer .footer-bottom .container {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding: 30px 15px;
}
.site-footer .border-enable .container {
    border-top: 1px solid #e4e5ee;
}
footer .site-copyright p {
    font-size: 12px;
    line-height: 18px;
}
.site-footer a {
    color: #2bbef9;
    text-decoration: none;
}
.site-footer a:hover {
    color: #0056b3;
    text-decoration: underline;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color:  white;
}
footer .row.social {
    justify-content: center;
}
.sqs-svg-icon--list {
    display: flex;
}
.sqs-svg-icon--list a {
    text-decoration: none;
}
footer .row.social:hover a {
    opacity: .4;
    transition: opacity .25s ease-in-out;
}
footer .sqs-svg-icon--list a:hover {
    opacity: 1 !important;
    transition: opacity .25s ease-in-out;
}
.sqs-svg-icon--list > div {
    text-align: center;
    width: 50px;
}
.sqs-svg-icon--list img {
    height: 32px;
    width: 32px;
}
.sqs-row-off {
    margin-top: 20px;
}
.site-footer .footer-iconboxes {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-footer .footer-widgets .container {
    padding: 40px 15px;
}
footer .back-to-top-link {
    display: block;
    z-index: 10;
    background-color: #fffefa;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -25px;
    padding-top: 2px;
}
footer .back-to-top-link a {
    display: block;
    font-family: Josefin Sans;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #716f6f;
    padding-left: 2px;
    padding-top: 4px;
    text-decoration: none;
}
footer .back-to-top-link a .arrow {
    display: block;
    text-align: center;
    width: 16px;
    margin: 0 auto 4px;
}
footer .back-to-top-link a .arrow:before {
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg);
    cursor: pointer;
    color: #716f6f;
    display: block;
    margin-left: -2px;
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    content: "\e02d";
    vertical-align: middle;
}
@media screen and (max-width: 1150px) {
    .navigation-main.toggled .menu-item-has-children ul li a:before {
        content: '➥ ';
    }
    #menu-primary-menu > li > .sub-menu-wrapper {
        position: static;
        padding: 0;
        left: 0;
        margin: 0 auto;
    }
    .navigation-main ul {
        flex-direction: column;
    }
    .header-inner.custom-responsive {
        margin-bottom: 30px;
    }
    header .menu-toggle {
        display: flex;
        justify-content: flex-end;
    }
    .navigation-main.toggled .nav-menu {
        display: block;
    }
    .nav-container {
        margin-left: 0;
        margin-top: 0;
    }
    .header-inner {
        padding: 20px;
    }
    .nav-primary-container ul {
        display: none;
    }
    .navigation-main ul ul {
        box-shadow: none;
    }
    .navigation-main.toggled ul ul a {
        width: auto;
        line-height: 20px;
        padding: 20px 20px 20px 40px !important;
    }
    .navigation-main.toggled li a {
        display: block;
        float: none;
        text-align: left;
    }
    .navigation-main.toggled ul ul, .navigation-main.toggled ul ul ul {
        position: static;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        float: none;
    }
    .navigation-main ul ul {
        display: block;
    }
    .navigation-main ul,
    .navigation-main li {
        border: none !important;
    }
    .nav-container {
        max-width: none;
    }
    li.menu-item-has-children > ul.sub-menu {
        border: none;
    }
    .header-inner {
        flex-direction: column;
        align-items: stretch;
    }
    .site-header {
        padding: 0;
    }
    .navigation-main ul ul:before {
        color: transparent;
        content: '';
        border: none !important;
        position: static;
        top: 0;
        left: 0;
        margin: 0;
    }
    .navigation-main.toggled a {
        margin: 0 auto;
        padding: 20px !important;
    }
}
@media screen and (max-width: 650px) {
    footer .row {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
/***********************
 * Global              *
 ***********************/
.custom-responsive {
    max-width: 1180px;
    margin: 0 auto;
}