/*
*Theme Name:     TinySalt Child Theme
*Theme URI: 	 http://tinysalt.loftocean.com/
*Description:    TinySalt child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       tinysalt
*Version:        1.1
*/

 /** Add your styles below **/

/* Common */
::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
    opacity: 1;
}

@-webkit-keyframes witdthylink {
    from {
        width: 0
    }

    to {
        width: calc( 100% - 8px)
    }
}

@keyframes witdthylink {
    from {
        width: 0
    }

    to {
        width: calc( 100% - 8px)
    }
}

@-webkit-keyframes animalink {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes animalink {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes rotate{
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.container {
    padding: 0 15px;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="tel"],
textarea,
select {
    width: 100%;
    height: inherit;
    padding: 10px 15px;
    -webkit-appearance: none;
    font-size: 0.875rem;
    line-height: 1.15;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

select {
    padding: 7.5px;
    padding-right: 15px;
    background-image: linear-gradient(45deg, transparent calc(50% - 1px), #000 50%, transparent calc(50% + 1px)), linear-gradient(135deg, transparent calc(50% - 1px), #000 50%, transparent calc(50% + 1px));
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #FFF;
    font-size: 0.875rem !important;
    background-position: calc(100% - 14px) 50%, calc(100% - 10px) 50%;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    font-style: unset;
    color: #000;
}
input[type="search"]::placeholder {
    color: #757575;
}

input[type="file" i]::-webkit-file-upload-button {
    border: 1px solid #efefef;
    padding: 8px 15px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -15px;
    cursor: pointer;
    height: 36px;
}

input[type="submit"] {
    background-color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    border-radius: 0;
    line-height: 50px;
    width: 100%;
}

.font-marcellus {
    font-family: marcellus, serif;
}

.u-hidden {
    display: none!important;
}
.u-flex {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.u-flex-center {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.u-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.u-spacing-top {
    margin-top: 15px!important;
}
.u-spacing-bottom {
    margin-bottom: 15px!important;
}
.u-no-margin {
    margin: unset!important;
}
.u-no-padding {
    padding: unset!important;
}

.u-scroll-nope {
    overflow: hidden!important;
}

.u-list-unstyled {
    padding-left: 0!important;
    list-style: none!important;
}
.u-list-horizontal {
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}


input[type="submit"].o-btn,
.o-btn {
    padding: 5px 10px;
    text-transform: none;
    line-height: 1.5em;
    border: none;
    border-radius: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
input[type="submit"].o-btn--regular,
.o-btn--regular {
    padding-top: 10px;
    padding-bottom: 10px;
}
input[type="submit"].o-btn--fullwidth,
.o-btn--fullwidth {
    width: 100%;
}
input[type="submit"].t-btn-dark,
.t-btn-dark {
    color: #fff;
    background-color: #000;
}
input[type="submit"].t-btn--to-call,
.t-btn--to-call {
    font-size: 22px;
    line-height: 26px;
    padding: 20px 35px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.o-form__group {
    position: relative;
    width: 100%;
    margin-bottom: 7.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.o-form__custom-check {
    position: absolute;
    opacity: 0;
    width: 1.2em;
    height: 1.2em;
}
.o-form__custom-check+label {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-right: 8px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    line-height: 1.3em;
}
.o-form__custom-check+label {
    align-items: center;
    font-size: 14px;
}
.o-form__custom-check+label::before {
    content: '';
    display: block;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    margin-right: 7.5px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2px;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    transition: .1s all ease-in-out;
    pointer-events: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.o-form__custom-check+label::before {
    margin-left: 30px;
    order: 1;
    border: 1px solid #fff;
}
.o-form__custom-check:checked+label::before {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAABCklEQVQ4jc3SsU7CUBTG8f9poyWN7yAdjYuDM6CzkTgwOCilJmw8AEx34R2IhIiMDi4Q4mIog5vPIMb4ABKNgZBwGQRqtJB20jN+N78v99xc+OuR+EQL+X4NtMOnlY1ZoIW8Xwcu5sGdGdkqZbCtGyDeMhMeot1AKYNBugG4QSgtHL8glLoWw0Qd4ZXrw0o4zlyBPv+JUWpqMLS7iJyBlHH96i/8lGquwgAG8Lw807qC21MA5G5MBunWV3k4BjA5SXZ4c3aA3XmWYa9gs2l7wOk6DIt/UHzcYPx+CxyFPOFKvFgBLvcnCDngPg4OCgCaByOsj2OgFxUHK3yfYttmvNVBeCHZ99bh/zEzAwBctGhttT4AAAAASUVORK5CYII=);
    background-size: 85%;
    border: 1px solid #708491
}
.o-form__custom-check:disabled+label {
    pointer-events: none;
    opacity: .7
}



.c-newsletter__error {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #ea4335;
    opacity: 0;
}

.t-btn-link {
    margin-top: auto;
    position: relative;
    color: #000;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
.t-btn-link:visited, .t-btn-link:link {
    color: #000;
    text-decoration: none;
}
.t-btn-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc( 100% - 8px);
    height: 1px;
    background-color: #000;
    display: block;
}
.t-btn-link:hover:after,
#dfclassic .df-card:hover .t-btn-link:after {
    -webkit-animation-name: witdthylink;
    animation-name: witdthylink;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.t-btn-link__icon {
    font-size: 1.3em;
    position: relative;
    top: .25em;
    color: #000;
}


.t-btn-primary {
    color: #fff;
    background-color: #252a32;
}

.o-btn--regular {
    padding-top: 10px;
    padding-bottom: 10px;
}
.o-btn--transparent {
    border: none;
    background-color: transparent;
}


.is-blurred {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.o-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    transition: .2s all ease-in-out;
    background-color: rgba(0,0,0,.5);
    z-index: 1040;
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    /*transition: visibility 0s .2s,opacity .2s 0s;*/
    opacity: 0;
}

.o-overlay.show {
    visibility: visible;
    opacity: 1;
}

.o-overlay--content {
    z-index: 1040;
    z-index: 1003;
}

.o-loader {
    position: relative;
}
.o-loader:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    bottom: auto;
    left: auto;
    opacity: 1;
    border-radius: 50%;
    border-top: 3px solid rgba(255, 255, 255, 0.7);
    border-right: 3px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    animation: 0.5s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite;
    width: 28px;
    height: 28px;
    border: 3px solid transparent;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-right-color: rgba(0, 0, 0, 0.8);
}




/* Slick Slider */
.flex-prev,
.flex-next {
    text-decoration: none;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    transition: all .3s ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-prev {
    left: -50px;
}
.flex-next {
    right: -50px;
    text-align: right;
}
.flex-prev:before,
.flex-next:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border: 3px solid #000;
    border-bottom: none;
    border-right: none;
}
.flex-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.flex-next:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.flex-prev:after,
.flex-next:after {
    display: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .3;
    pointer-events: none;
}

.slick-dots {
    margin: 17.5px auto;
    text-align: center;
    list-style: none;
    display: block;
    line-height: 0;
}
.slick-dots li {
    display: inline-flex;
    margin-right: 10px;
}
.slick-dots li button {
    border: 1px solid #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: none;
}
.slick-dots li.slick-active button {
    background: #000;
    transform: none;
    transition: .3s all ease-in-out;
}

.single-post .related-posts {
    overflow: inherit;
}

/* Content Widgets */
.widget.tinysalt-widget_cat .cat a .category-name {
    position: relative;
    display: inline-block;
    pointer-events: none;
    line-height: 1.55em;
}
.widget.tinysalt-widget_cat .cat a .category-name:before {
    display: none;
}
.widget.tinysalt-widget_cat .cat a:hover .category-name:after,
.widget.tinysalt-widget_cat .cat a:focus .category-name:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000;
    left: 0;
    bottom: 0;
    -webkit-animation-name: animalink;
    animation-name: animalink;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    position: absolute;
}


/* Header */
.site-header {
    z-index: 1004;
}
.site-header.sticky {
    -webkit-animation: stickyHeaderShow 0.4s ease-out;
    animation: stickyHeaderShow 0.4s ease-out;
    box-shadow: 0 8px 30px -6px rgba(0, 0, 0, 0.05);
}

.site-header.sticky .site-header-main, .site-header.is-sticky .site-header-main {
    position: relative !important;
    top: inherit;
    left: inherit;
    z-index: inherit;
    -webkit-animation: none;
    animation: none;
    box-shadow: none;
}

.site-header.sticky {
    position: fixed !important;
    left: 0;
    top: 0;
    /*z-index: 999;*/
}

.site-header .menu-toggle {
    color: #000;
    width: 50px;
    height: 100%;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.4em;
    border: none;
    border-radius: 0;
    background-color: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .2s all ease-in-out;
}
.site-header .menu-toggle:before {
    display: none;
}

.site-header .search {
    height: 29px;
    line-height: 29px;
}
.site-header .search form {
    width: 250px;
    padding: 0;
    margin: 0;
    padding-top: 7px;
    transition: .1s color;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .search input[type=search] {
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    box-shadow: none;
    padding: 0 16px 5px 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.15;
    height: auto;
    display: block;
}
.site-header .search input[type=search]:focus {
    box-shadow: none;
}
.site-header .search input[type=search]::-webkit-search-cancel-button {
    display: none;
}

.site-header .search .t-nav__search-icon {
    position: absolute;
    top: .5em;
    right: 0;
    width: 16px;
    height: 16px;
}



/* Sidemenu */
.sidemenu {
    left: 0;
    right: inherit;
    z-index: 1005;
    overflow: auto;
    transition: .2s all ease-in-out;
}
.sidemenu:before {
    display: none;
}

.sidemenu .container {
    overflow: inherit;
    height: inherit;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: .2s all ease-in-out;
}

.sidemenu .primary-menu li.menu-item-has-children > a,
.sidemenu .secondary-menu > li > a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    height: 60px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sidemenu .secondary-menu > li > a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 0;
    color: #fff;
    font-family: work sans,sans-serif;
    font-size: 18px;
    background-color: #2a60f6;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.sidemenu .primary-menu li.menu-item-has-children > a > span {
    position: relative;
    display: block;
    width: calc(100% - 45px);
    margin-left: 15px;
}
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > a > span {
    margin-left: 0;
    width: calc(100% - 28px);
}

.sidemenu .primary-menu > li > a > span::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    display: block;
    width: 7px;
    height: 7px;
    border-width: 3px 3px 0 0;
    border-style: solid solid none none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: .2s all ease-in-out;
}
.sidemenu .primary-menu > li.menu-item-has-children > .js-dropdown-toggle.toggled-on > span::after {
    -webkit-transform: rotate(-45deg) translateY(3px);
    transform: rotate(-45deg) translateY(3px);
}

.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > a > span::after {
    content: '+';
    -webkit-transform: none;
    transform: none;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    float: right;
    margin: 0;
}
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > .js-dropdown-toggle.toggled-on > span::after {
    content: '-';
}

.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a {
    color: rgba(0,0,0,.5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-left: 45px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: work sans,sans-serif;
    font-size: 18px;
    line-height: 21px;
    height: 36px;
}
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a:link,
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a:visited {
    color: rgba(0,0,0,.5);
    text-decoration: none;
}
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > ul.sub-menu > li:not(:first-child) > a::before {
    display: none;
}
.sidemenu .primary-menu > li ul.sub-menu li.menu-item-has-children > ul.sub-menu > li > a.toggled-on,
.sidemenu .primary-menu li.menu-item-has-children > a.toggled-on,
.sidemenu .primary-menu li.menu-item-has-children > a:hover,
.sidemenu .primary-menu li.menu-item-has-children > a:focus,
.sidemenu .primary-menu li.menu-item-has-children > a:active {
    color: #2a60f6;
    text-decoration: none;
}

.sidemenu .secondary-menu > li > a:hover,
.sidemenu .secondary-menu > li > a:focus,
.sidemenu .secondary-menu > li > a:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

#sidemenu-navigation {
    margin-bottom: 0;
    color: #000;
    border-top: 1px solid #e0e0e0;
}
#sidemenu-secondary-navigation {
    margin-bottom: 0;
}

.sidemenu .primary-menu > li,
.sidemenu.light-color .primary-menu ul.sub-menu li,
.sidemenu.light-color .secondary-navigation + .social-navigation {
    border: 0;
}

.sidemenu .primary-menu ul.sub-menu {
    margin: 0;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    display: block;
}

.sidemenu .primary-menu ul.sub-menu li a {
    position: relative;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
}

.sidemenu .primary-menu li.menu-item-has-children > a::before,
.sidemenu .primary-menu > li.current-menu-ancestor > a::before,
.sidemenu .primary-menu > li > a::before,
.sidemenu .primary-menu ul.sub-menu li a:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #e0e0e0;
    top: 0;
    transform: none;
    left: 0;
}
.sidemenu .primary-menu > li:first-child > a::before {
    display: none;
}
.sidemenu .js-dropdown-toggle.toggled-on + ul.sub-menu {
    max-height: 1000px;
    height: auto;
}


    /*.sidemenu.show {
        box-shadow: 0 4px 10px #000;
    }*/

.sidemenu .text {display: none;}

.c-mobile-nav__hgroup {
    height: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 7.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.t-nav-mobile__hgroup {
    color: #000;
    font-size: 15px;
    font-family: work sans,sans-serif;
    background-color: #fff;
    position: relative;
}

.c-header__logo-wrapper-mobile {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-mobile-nav__toggle {
    width: 50px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.4em;
    background-color: rgb(242, 242, 242);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    transition: all 0.2s ease-in-out 0s;
}

.c-mobile-nav__toggle--group {
    position: absolute;
    top: 0;
    left: 15px;
    right: -15px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.c-mobile-nav__toggle.is-open {
    margin-right: 0;
    right: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
}

.t-nav-mobile__toggle.is-open {
    color: #000;
    background-color: #fff;
}

.c-mobile-nav__toggle .o-icon-menu-active,
.c-mobile-nav__toggle .o-icon-close {
    height: 22px;
}


/* Footer */
.o-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #000;
    fill: #000;
}

.c-footer__top-link-container {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
.c-footer__top-link {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #c4c4c4;
    padding-left: 15px;
    width: 160px;
    text-align: center;

}
.c-footer__top-link:link, .c-footer__top-link:visited {
    color: #000;
}
.c-footer__top-link-icon {
    margin-left: 10px;
    margin-right: 0;
    font-size: 1.5em;
}

.site-footer .site-footer-bottom,
.site-footer .site-footer-bottom > .container,
.site-footer .site-footer-bottom .widget.widget_text {
    padding: 0;
}

.site-footer .site-footer-bottom {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
}

/* Home */
.home-widget.call-to-action .cta-text h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
    font-weight: 500;
}

.home-widget.call-to-action .cta-text p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 45px;
}
.home-widget.call-to-action .cta-text a:not(.button) {
    color: #000;
    text-decoration: none;
}

/* Archive */
.archive .page-header {
    margin-bottom: 20px;
    background: #f2f2f2;
}
.archive .page-header .page-header-bg {
    position: relative;
    padding: 184px 0;
}
.archive .page-header .page-header-bg:after {
    display: none;
}
.archive .page-header .page-header-text {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    color: #000;
    z-index: auto;
}
.archive .page-header .page-header-bg + .page-header-text {
    color: #000;
}
.archive .page-header .page-header-bg + .page-header-text span {
    color: #767676;
}
.archive .page-header .page-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 500;
}
.archive .page-header .description {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
}
.archive .page-header .description p {
    margin-bottom: 10px;
}
.more-btn .t-btn-link {
    font-size: 14px;
}

.posts .post .featured-img {
    margin-bottom: -60px;
}
.no-touch .posts .post:hover img,
.no-touch .posts .post:hover .featured-img-container {
    transform: none;
}
.posts .post .post-content {
    position: relative;
    background: #f2f2f2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}
.posts .post-title {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.posts .post-excerpt {
    margin-bottom: 20px;
    margin-top: auto;
    font-size: 14px;
    line-height: 1.5em;
}

/* Sidebar */
#secondary.sidebar {
    margin-bottom: 20px;
}
#secondary.sidebar .sidebar-container {
    margin-bottom: 20px;
}

/* Category Filters */
.filter-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    z-index: 1049;
}

.archive .filters-wrapper {
    text-align: center;
}
.archive .filters-button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    transition: none;
    margin-bottom: 20px;
    line-height: 34px;
    padding: 0 10px;
    width: 100%;
}
.archive .filters-button .o-icon {
    margin-right: 10px;
}

.recipe-filters h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
}
.c-filter_list {
    display: block;
    width: 100%;
}

/*.c-filter_list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.c-filter_list::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    width: 8px;
    height: 8px;
    border-radius: 4px;
}*/
.c-filter_list::-webkit-scrollbar {
    width: 4px;
}
.c-filter_list::-webkit-scrollbar-thumb {
    background-color: rgb(223, 227, 232);
    border-radius: 2px;
}
.c-filter_list::-webkit-scrollbar-track {
    margin-top: 8px;
    margin-bottom: 8px;
}


.c-filter_list:hover {
    overflow-y: auto;
}
input[type="text"].c-search-filter {
    margin-bottom: 10px;
    border-color: #c4c4c4;
    border-radius: 0;
    font-size: 12px;
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.c-filter_item {
    padding: 4px 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}
.c-filter_input-checkbox {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}
.c-filter_input-checkbox+label {
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
    color: #000;
}
.c-filter_input-checkbox:checked+label {
    font-weight: 500;
}

.c-filter_input-checkbox+label::before {
    order: 0;
    border-color: #000;
    margin-left: 0;
    width: 15px;
    height: 15px;
}
.c-filter_input-checkbox:checked+label::before {
    background-color: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAATtaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA2LjAtYzAwMiA3OS4xNjQzNTIsIDIwMjAvMDEvMzAtMTU6NTA6MzggICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMS4xIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDktMThUMDc6MTc6MjErMDI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA5LTE4VDA3OjIwOjEyKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA5LTE4VDA3OjIwOjEyKzAyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjI0ODkzYS05NzE0LWEwNDYtOTI1OC04MTJmM2QwNjk3YmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTYyNDg5M2EtOTcxNC1hMDQ2LTkyNTgtODEyZjNkMDY5N2JkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NTYyNDg5M2EtOTcxNC1hMDQ2LTkyNTgtODEyZjNkMDY5N2JkIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NjI0ODkzYS05NzE0LWEwNDYtOTI1OC04MTJmM2QwNjk3YmQiIHN0RXZ0OndoZW49IjIwMjAtMDktMThUMDc6MTc6MjErMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4xIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz749msAAAAArklEQVQ4jaWTQQ7BUBRFT4ugu2QlJiSWIKlIGwPGJBLBYsxswjHRqGpL9SZ/8t875/3Bf4FKm4St6D8FAbAAjsAQtckJ1NhXDt2Gr42BUe7u9uvkUF35nkQNUftqqs5q4KQMVkE95wrTEjitgjPBstAweRY76roOzgShui00ztXNNzgToPbUndUphfMC1IF6agIXBaiRevkVVgn8XKYI2ANXYAzca/91iaBRWm/jAz128y3lEjPqAAAAAElFTkSuQmCC);
    background-size: 85%;
    outline: 0;
}

.c-filter_count {
    padding-left: 10px;
    display: inline-block;
}

.c-filters__buttonset {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 7.5px 22.5px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1050;
}

.c-filters__buttonset button {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.c-filters__title-block {
    height: auto;
    width: 100%;
    margin: unset;
    padding: 22.5px 0;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1050;
}
.c-filters__title {
    font-size: 20px;
    font-family: work sans,Helvetica,Arial,sans-serif;
    color: #000;
    margin-left: 0;
}
.c-filters__remove {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.c-filters__close-btn {
    position: fixed;
    color: #fff;
    font-size: 26px;
    right: -2px;
    top: 15px;
}
.c-filters__close-btn .o-icon {
    stroke: #fff;
    fill: #fff;
}
/*.c-filter_more--link {
    position: relative;
    letter-spacing: 0;
    text-transform: initial;
    font-weight: 400;
    font-size: .87rem;
    line-height: 1.35rem;
    transition: none;
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    min-width: 70px;
    color: #000;
    cursor: pointer;
}
.c-filter_more--link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 600;
    text-decoration: underline;
}
.c-filter_more--link::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    display: block;
    width: 4px;
    height: 4px;
    border-width: 1px 1px 0 0;
    border-style: solid solid none none;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: .2s all ease-in-out;
    transform: rotate(135deg) translateY(0px)
}
.c-filter_more--link.toggled-on::after {
    transform: rotate(-45deg) translateY(3px);
}*/

/* Full Loader overlay */
.full-loader {
    display: none;
    background: rgba(255, 255, 255, 0.68);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 1049;*/
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.full-loader.open {
    display: block;
    opacity: 1;
}


/* Buttons: loading spinner */
.btn-full-loading {
    box-shadow: none;
}
.btn-full-loading:before {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    bottom: auto;
    left: auto;
    opacity: 1;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, 0.7);
    border-right: 3px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    animation: 0.5s rotate cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.btn-full-loading:before {
    width: 38px;
    height: 38px;
    border: 6px solid transparent;
    border-color: rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.8);
    border-right-color: rgba(0, 0, 0, 0.8);
}
.btn-full-loading {
    position: absolute;
    top: 50%;
    left: 50%;
}


/* Single */
.single .entry-header h1.entry-title {
    text-transform: uppercase;
}

.no-touch .single .related-posts .related-post .featured-img a:hover {
    transform: none;
}

.single.post-template-1 .featured-media-section {
    margin-bottom: 0;
}

.single .primary > .post .entry-header .meta .meta-item.post-date:after {
    display: none;
}

.entry-content > ol li.c-preparation-list:not(:last-child) {
    margin-bottom: 25px;
}
.entry-content > ol li.c-preparation-list {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8rem;
    padding-left: 5px;
}
.entry-content > ol li.c-preparation-list .c-preparation-list__text {
    font-size: 1rem;
    font-weight: 400;
}
.single .related-posts .related-wrapper {
    margin: 0;
    width: 100%;
}
.single .related-posts .related-post {
    margin: 0 7.5px;
}

.single .form-title-wrap {
    margin-top: 100px;
}

.single .comments-area {
    margin-top: 50px;
    background-color: #f2f2f2;
    padding: 35px 20px;
    /*grid-template-columns: auto;*/
    margin-right: -20px;
    margin-left: -20px;
    border: 0;
}

/* Page, Single */
.single .form-submit,
.page .form-submit {
    text-align: center;
}
.single .form-title-wrap,
.page .form-title-wrap {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.single h3.form-title,
.page h3.form-title {
    font-family: marcellus, serif;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
}

/* Breadcrumbs */
.nav-breadcrumb {
    max-width: 1260px;
    width: 100%;
    padding: 0 10px;
}
.single-post .nav-breadcrumb {
    padding: 0;
}
.breadcrumb {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.breadcrumb .breadcrumb-item a:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    /*font-weight: 600;*/
    text-decoration: underline;
    transition: none;
}
.c-breadcrumb__home {
    font-size: 1.5em;
}
.c-breadcrumb__text {
    font-size: 12px;
}
.c-breadcrumb__delimiter {
    font-size: 1.8em;
    stroke: #d1d1d1;
    fill: #d1d1d1;
    margin-left: 1.5px;
    margin-right: 1.5px;
}

/* Page Submit Recipe */
.page-template-template-recipe-submit .primary {
    padding: 0;
}
.page-template-template-recipe-submit .primary > article .entry-header {
    display: none;
}

.c-hero-business-success {
    padding: 85px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f4efea;
    margin-bottom: 45px;
}
.c-hero-business-success__title {
    font-size: 35px;
    font-family: marcellus,serif;
    line-height: 45px;
    margin-bottom: 30px;
}
.c-hero-business-success__text {
    font-size: 24px;
    color: #1b2124;
    font-family: marcellus,serif;
    line-height: 25px;
}

/* Page Search */
.search.search-results .page-header {
    background: #f2f2f2;
}

/* Page 404 */
.page.page-404 .page-404-content {
    padding: 0;
}
.page-404-content .page-404-icon {
    text-align: center;
    margin-top: 30px;
}
.page-404-content .entry-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 45px;
}
.page-404-content .button.lo-button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 0;
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 40px;
    transition: .2s all ease-in-out;
}
.page-404-content .button.lo-button:hover,
.page-404-content .button.lo-button:focus,
.page-404-content .button.lo-button:active {
    background: #000;
    color: #fff;
}
.page-404-content .button.lo-button .o-icon {
    transition: .2s all ease-in-out;
}
.page-404-content .button.lo-button:hover .o-icon,
.page-404-content .button.lo-button:focus .o-icon,
.page-404-content .button.lo-button:active .o-icon {
    fill: #fff;
}

/* Page Submit Recipe */
.submit-recipe {
    grid-auto-columns: 100%;
    display: grid;
    margin-top: 50px;
    background-color: #f2f2f2;
    padding: 35px 20px 50px;
    grid-template-columns: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}

/* Doofinder custom styles */
html.df-fix-layout,
html.df-fix-layout body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

body .df-classic .df-aside {
    display: none;
}

#df-results__dfclassic {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#df-results__dfclassic .container {
    align-self: flex-start;
    width: 100%;
    min-width: 180px;
    grid-row-gap: 40px;
    grid-auto-rows: min-content;
    margin: 0 auto;
    display: block;
    columns: 3 180px;
}

#dfclassic {
    font-family: work sans, sans-serif;
    border-top: 0;
    border-radius: 0;
}

.df-classic .df-header {
    background-color: #f2f2f2;
}

#dfclassic .df-card  {
    display: inline-block;
    padding-left: 40px;
    background: inherit;
    color: white;
    margin: 0 1rem 1rem 0;
    width: 100%!important;
    margin-bottom: 40px!important;
}

#dfclassic .df-card__title {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}

/*#dfclassic .df-card__title:hover {
    text-decoration: underline
}*/

#dfclassic .df-card__pricing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#dfclassic .df-card__price--old {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #616161!important;
    font-size: 12px!important;
    text-decoration: line-through!important;
    white-space: nowrap!important;
    font-weight: 300!important;
}

#dfclassic .df-card__price {
    color: #212121;
    font-weight: 500;
    white-space: nowrap;
    font-size: 18px;
}

#dfclassic .df-card__image {
    height: unset;
    position: relative;
    padding-top: 150%;
}

#dfclassic .df-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#dfclassic .df-card__main {
    padding: 0;
    margin: 0;
}

/*#dfclassic .df-card__main:hover {
    opacity: .9
}*/

#dfclassic .featured-img {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 3;
    margin-bottom: -60px;
}

#dfclassic .featured-img-container {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.6666%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 1s ease;
}

#dfclassic[data-layout=grid] .df-card__content {
    text-align: left;
    background: #f2f2f2;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    position: relative;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
}

#dfclassic .df-card__title {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 15px;
    margin-left: 0;
}

#dfclassic .df-card__description {
    color: #000;
    display: block;
    margin-bottom: 20px;
    margin-top: auto;
    font-size: 14px;
    line-height: 1.5em;
}

#dfclassic .post-footer {
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

#dfclassic .df-header-title {
    padding-right: unset;
}

#dfclassic .df-icon-list {
    display: none;
}

#dfclassic .df-card:hover {
    background-color: unset;
}

.df-mobile {
    font-family: work sans, sans-serif!important;
}

#df-mobile__content__dfclassic {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    margin-bottom: 60px;
    padding-bottom: 0;
}

#dfclassic.df-mobile .df-card {
    padding-left: 0;
}

#dfclassic.df-mobile .featured-img {
    margin-bottom: -40px;
}

#dfclassic.df-mobile .featured-img img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}



/*.df-card__pricing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.df-mobile .df-card__price--new {
    color: #212121!important;
    font-weight: 500;
    white-space: nowrap;
    font-size: 18px
}

.df-card__price--old {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #616161!important;
    font-size: 12px!important;
    text-decoration: line-through!important;
    white-space: nowrap!important;
    font-weight: 300!important
}*/

.df-mobile[data-layout=grid] .df-card__image {
    height: unset!important;
}

.df-mobile .df-card:hover {
    background-color: unset!important;
}

.doofinderLogo {
    display: none!important;
}

#dfclassic.df-mobile .df-mobile__action-button {
    box-shadow: none;
    border: 1px solid;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    line-height: 1.5em;
}
#dfclassic.df-mobile .df-mobile__action-button svg {
    line-height: 1.5em;
    font-size: 2rem;
}

#dfclassic.df-mobile .df-mobile__action-button[data-role=scrolltop] {
    right: 5%;
    border-color: #000;
    background-color: #fff;
}
#dfclassic.df-mobile .df-mobile__action-button[data-role=scrolltop] > svg {
    fill: #000;
}

#dfclassic.df-mobile .df-mobile__action-button[data-role=close] {
    left: 5%;
    border-color: #000;
    background-color: #000;
}




/* Responsive styles */
@media screen and (min-width: 600px) {
    .container {
        padding: 0 30px;
    }
    .nav-breadcrumb {
        padding: 0 30px;
    }
    .single-post .nav-breadcrumb {
        padding: 0;
    }
    .breadcrumb {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .u-hidden-sm {
        display: none!important;
    }
    .site-header .header-section.branding {
        max-width: calc(100% - 80px);
        margin-right: auto;
    }
    .site-header .header-section.header-center {
        z-index: 3;
        text-align: left;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-filter_list {
        overflow: hidden;
        max-height: 380px;
    }

    .t-btn--to-call {
        width: 100%;
        max-width: 400px;
    }

    .c-newsletter__error {
        text-align: left;
    }

    .comments-area .comment-respond form.comment-form > p {
        margin-bottom: 30px;
    }

    .comments-area .comment-respond form.comment-form .comment-form-author,
    .comments-area .comment-respond form.comment-form .comment-form-email {
        width: 50%;
    }

    .filters-wrapper {
        display: none;
    }

    .archive .page-header {
        margin-bottom: 60px;
    }
    .archive .page-header .page-header-text {
        padding-bottom: 60px;
    }
    .archive .page-header .page-title {
        font-size: 2.5rem;
    }

    .single .comments-area {
        display: grid;
        grid-auto-columns: 100%;
        grid-template-columns: 40%;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
    }

    /* Page Submit Recipe */
    .submit-recipe {
        padding: 50px 75px 75px;
        grid-template-columns: 40%;
    }

    .submit-recipe form.recipe-form {
        display: block;
        margin: 0;
    }
    .submit-recipe form.recipe-form > * {
        padding: 0 10px;
    }
    .submit-recipe form.recipe-form > p {
        margin-bottom: 30px;
    }
    .submit-recipe form.recipe-form p.recipe-form-tags {
        margin-bottom: 45px;
    }

    .submit-recipe .recipe-form-category {
        float: left;
        width: 50%;
    }

    .submit-recipe .recipe-form-image label {
        font-size: 0.9em;
    }
    .submit-recipe .recipe-form-image input {
        margin-top: 9px;
        margin-bottom: 15px;
    }

    .c-hero-business-success {
        padding: 100px 115px;
        margin-bottom: 80px;
    }


    input[type="submit"] {
        line-height: 42px;
        width: auto;
    }

    .home-widget.call-to-action.column-2 figure.cta-img {
        width: 50%;
    }
    .home-widget.call-to-action.column-2.reverse .cta-img + .cta-text {
        padding-right: 0;
    }

    .posts .post .post-content {
        padding: 30px;
    }


    .c-footer__top-link {
        margin-top: 0;
    }

}

@media screen and (min-width: 783px) {
    .logged-in.admin-bar .site-header.sticky .site-header-main, .logged-in.admin-bar .site-header.is-sticky .site-header-main {
        top: inherit;
    }
    .logged-in.admin-bar #dfclassic {
        margin-top: 32px;
    }

}


@media screen and (min-width: 992px) {
    .u-hidden\@md--up {
        display: none!important;
    }

    .submit-recipe {
        grid-template-columns: 36%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-hero-business-success__text {
        line-height: 30px;
        width: 100%;
        max-width: 625px;
    }

    .single .form-title-wrap,
    .page .form-title-wrap {
        width: 50%;
    }
    .single h3.form-title,
    .page h3.form-title {
        font-size: 36px;
        line-height: 45px;
    }

    .single-post .flex-prev,
    .single-post .flex-next {
        top: 190px;
    }

    .posts .post .post-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (min-width: 1024px) {
    .header-top-bar .secondary-navigation {
        float: right;
        width: auto;
        margin-left: 0;
    }
    .header-top-bar .secondary-navigation ul li {
        margin-right: 30px;
    }
    .header-top-bar .secondary-navigation ul li:last-child {
        margin-right: 0;
    }
    .header-top-bar .secondary-navigation a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
        padding-top: 10px;
        padding-bottom: 0px;
        white-space: nowrap;
        transition: none;
        letter-spacing: 0;
        color: #000;
        opacity: 1;
        margin-bottom: 10px;
        text-transform: initial;
    }
    .header-top-bar .secondary-navigation a:hover {
        font-weight: 600;
        text-decoration: none;
        position: relative;
    }

    .header-top-bar .secondary-navigation a:hover>span:after, .header-top-bar .secondary-navigation a:focus>span:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #000;
        left: 0;
        bottom: 0;
        -webkit-animation-name: animalink;
        animation-name: animalink;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        position: absolute;
    }
    .c-breadcrumb__delimiter {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

}

@media screen and (min-width: 1120px) {
    .site-header.site-header-layout-2 .site-header-main > .container, .site-header.site-header-layout-3 .site-header-main > .container {
        min-height: auto;
        margin: auto;
    }
    .site-header.site-header-layout-2 .primary-menu > li, .site-header.site-header-layout-3 .primary-menu > li {
        height: 64px;
    }
    .site-header.site-header-layout-2 .primary-menu > li > a, .site-header.site-header-layout-3 .primary-menu > li > a {
        line-height: 65px;
    }

    .site-header.site-header-layout-2 .primary-menu > li:not(:last-child) > a:before,
    .site-header.site-header-layout-3 .primary-menu > li:not(:last-child) > a:before {
        content: "";
        display: block;
        height: 16px;
        width: 1px;
        position: absolute;
        right: 0;
        bottom: calc( 50% - 8px);
        background-color: #000;
    }

    .site-header .menu-toggle {
        display: none;
    }

    .site-header .primary-menu>li>ul.sub-menu {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .site-header .primary-menu li.mega-menu>ul.sub-menu {
        display: block;
        padding: 0 0 30.5px;
        transition: none;
    }

    .c-nav__main {
        margin-left: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #708491;
        margin-right: auto;
        height: auto;
        width: 100%;
        background: #f2f2f2;
        min-height: 65px;
    }

    .site-header.sticky .c-nav__main {
        display: none;
    }

    .c-nav-secondary__title {
        padding-bottom: 30px;
        padding-top: 25px;
        font-size: 24px;
        line-height: 1;
        color: #000;
        font-weight: 400;
        display: block;
        margin: 0;
    }

    .site-header .site-header-main {
        width: 100%;
        min-height: 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #c4c4c4;
    }

    .site-header.site-header-layout-2 .header-section.menu {
        /*width: calc(100% - 482px);*/
        width: 100%;
    }

    .site-header .primary-menu>li>a {
        font-size: 0.87rem;
        font-weight: 400;
        color: #000;
        letter-spacing: 0;
        text-transform: initial;
        transition: none;
    }

    .site-header .primary-menu .sub-menu a:before {
        display: none;
    }
    .no-touch .site-header .primary-menu li.mega-menu>ul.sub-menu > .container > li>ul li a {
        transition: none;
        text-transform: none;
        font-size: 14px;
        line-height: 1.35rem;
        padding-bottom: 5px;
        padding-left: 45px;
        color: #979797;
    }

    .no-touch .site-header .primary-menu .sub-menu .container li a.is-open,
    .no-touch .site-header .primary-menu .sub-menu .container li a:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        font-weight: 600;
        text-decoration: underline;
    }
    .site-header .primary-menu .sub-menu a:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .site-header.site-header-layout-2 .primary-menu>li,
    .site-header.site-header-layout-3 .primary-menu>li {
        display: flex;
        align-items: center;
    }
    .site-header .primary-menu .container {
        display: block;
    }

    .site-header .primary-menu li.mega-menu.menu-item-object-category ul li {
        float: none;
        padding-bottom: 0;
    }

    .no-touch .site-header .primary-menu>li.is-open>a,
    .no-touch .site-header .primary-menu>li>a:hover,
    .no-touch .site-header .primary-menu>li>a:focus {
        opacity: 1;
        font-weight: 600;
        text-decoration: none;
    }

    .no-touch .site-header .primary-menu>li:hover>a>span:after,
    .no-touch .site-header .primary-menu>li:focus>a>span:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #000;
        left: 0;
        bottom: 0;
        -webkit-animation-name: animalink;
        animation-name: animalink;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        position: absolute;
    }
    .no-touch .site-header .primary-menu>li:hover>a>span,
    .no-touch .site-header .primary-menu>li:focus>a>span {
        position: relative;
        display: inline-block;
        pointer-events: none;
        line-height: 1.55em;
    }

    .site-header .primary-menu li.mega-menu > ul.sub-menu > .container > li {
        width: 260px;
        padding-left: 0;
        display: block;
        margin: 0;
        vertical-align: top;
        height: 28.5px;
    }

    .site-header .primary-menu li.mega-menu>ul.sub-menu > .container>li>a {
        letter-spacing: 0;
        text-transform: initial;
        font-weight: 400;
        font-size: .87rem;
        line-height: 1.35rem;
        transition: none;
        border-right: 1px solid rgba(196,196,196,.5);
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 15px;
        padding-top: 7.5px;
        height: auto;
        display: block;
        padding-left: 0;
        color: #000;
    }

    /*.no-touch .site-header .primary-menu li.mega-menu:hover .sub-menu {
        opacity: 0;
    }
    .no-touch .site-header .primary-menu li:hover > ul.sub-menu, .site-header .primary-menu li.focus > ul.sub-menu {
        opacity: 1!important;
    }*/
    .no-touch .site-header .primary-menu li.mega-menu:hover > ul.sub-menu> .container > li>ul {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    .no-touch .site-header .primary-menu li.is-open > ul.sub-menu,
    .no-touch .site-header .primary-menu li:hover > ul.sub-menu,
    .site-header .primary-menu li.focus > ul.sub-menu {
        opacity: 1!important;
        pointer-events: auto!important;
        visibility: visible!important;
    }

    .no-touch .site-header .primary-menu li.mega-menu:hover >.sub-menu {
        min-height: 331px;
        position: absolute;
        box-shadow: 0 4px 4px rgba(0,0,0,.2);
    }
    .no-touch .site-header .primary-menu li.mega-menu>ul.sub-menu > .container > li>ul {
        position: absolute;
        top: 0;
        left: 100%;
        padding: 8px 0 0;
        margin-left: 0;
        box-shadow: none;
        opacity: 0;
        transition: none;
    }

    .no-touch .button.lo-button:focus,
    .no-touch .button.lo-button:active {
        background: #000;
        color: #fff;
    }

    .site-header .primary-menu li.mega-menu ul.sub-menu .container li.menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        border-color: transparent;
        border-style: solid;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -10px;
        transition: .2s all ease-in-out;
        position: absolute;
        right: 0px;
        top: 15px;
        margin-right: 10px;
    }
    .site-header .primary-menu li.mega-menu ul.sub-menu .container li.menu-item-has-children:hover > a:after {
        margin-left: 10px;
        border-color: #000;
    }

    .site-header .primary-menu > li > ul.sub-menu ul.sub-menu {
        box-shadow: none;
    }

    /*.site-header .primary-menu li.mega-menu ul.sub-menu li.menu-item-has-children > a:after {
        position: absolute;
        top: 10px;
        right: 15px;
        font-family: 'ElegantIcons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        display: block;
        width: auto;
        height: 30px;
        color: inherit;
        font-size: 14px;
        content: "\35";
    }*/

    /* Sidebar */
    #secondary.sidebar {
        margin-bottom: 40px;
    }
    #secondary.sidebar .sidebar-container {
        margin-bottom: 40px;
    }

}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1260px;
    }
}


@media screen and (max-width: 1119px) {
    .site-header .site-header-main .container {
        min-height: 60px;
        padding-left: 3px;
        padding-right: 15px;
        border-bottom: 1px solid #c4c4c4;
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .site-header.mobile-search.site-header-layout-2 .site-header-search {
        right: 0;
    }
    .site-header.mobile-search .site-header-search .toggle-button {
        font-size: 34px;
        width: auto;
    }
    .site-header.mobile-search .site-header-search .toggle-button .screen-reader-text {
        font-size: 0;
    }
    .site-header.mobile-search .site-header-search .toggle-button .o-icon-search {
        font-size: .8em;
    }
    .site-header.mobile-search .site-header-search .toggle-button:after {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .flex-prev {
        left: -20px;
    }
    .flex-next {
        right: -20px;
    }

    .archive .page-header .page-header-bg {
        display: none;
    }

    .recipe-filters.mobile {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        padding: 22.5px 22.5px 0;
        overflow-y: auto;
        color: #000;
        background-color: #fff;
        transition: .3s all ease-in-out;
        margin-left: 0;
        padding-top: 0;
    }
    .recipe-filters.mobile.show {
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 0 15px rgba(33, 33, 33, .5);
        width: 91%;
    }


}
@media screen and (max-width: 600px) {
    .site-header .site-header-main {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .site-header.mobile-search .header-section.branding {
        max-width: calc(100% - 157px);
    }
}
