/*
Theme Name:   Superfood-Child
Description:  Write here a brief description about your child-theme
Author:       nrallakis
Author URL:   Write here the author's blog or website url
Template:     superfood
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SuperfoodChild
*/

/* Write here your own personal stylesheet */

html {
    scroll-behavior: smooth;
}

.anchor {
 scroll-margin-top: 150px;
}

footer .eltdf-footer-top:not(.eltdf-footer-top-full) .eltdf-container-inner {
  padding: 0px;
}

.title::before {
    display: block;
    content: " ";
    margin-top: -120px;
    height: 120px;
    visibility: hidden;
    pointer-events: none;
}

/*.eltdf-menu-area.eltdf-menu-center[style] {*/
/*  height: 100px !important;*/
/*}*/

/* a[id]::before {
    content: '';
    display: block;
    height: 50px;
    margin: -30px 0 0;
} */

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

/*table {*/
/*    background-color: transparent;*/
/*    border-collapse: collapse;*/
/*  	font-family: Arial, Helvetica, sans-serif*/
/*}*/

/*th {*/
/*    text-align:left*/
/*}*/




