/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,300&display=swap');

.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown.sub-menu-dropdown {
    left: unset !important;
    background-color: transparent;
}

html:lang(en) .fastmenu.gr{
    display: none;
}

html:lang(el) .fastmenu.en{
    display: none;
}

body{
    background-color: rgb(238, 238, 238);
}

.whb-sticked .whb-column.whb-col-left.whb-visible-lg{
    display: none;
}

.whb-color-dark:not(.whb-with-bg) {
    background-color: #222222;
}

@media (min-width: 1025px)
{
    header.whb-header.whb-overcontent.whb-full-width.whb-scroll-slide.whb-sticky-real.whb-sticky-prepared .whb-row.whb-general-header.whb-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-equal-sides
    {    
        padding-top: 40px;
    }
}

header.whb-header.whb-overcontent.whb-full-width.whb-scroll-slide.whb-sticky-real.whb-sticky-prepared.whb-sticked .whb-row.whb-general-header.whb-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-equal-sides
{
    padding-top: 0px;
}

.wd-header-nav.wd-header-secondary-nav
{
    padding-right: 40px;
    flex: none;
}

.wd-header-text {
    flex: none;
}

@media (min-width: 1025px)
{
    .wd-tools-element.wd-header-mobile-nav.wd-style-icon.woodmart-burger-icon
{
    background: #b19b42;
}
}

.wd-nav-opener:after
{
    color: #000;
}

.wd-header-mobile-nav .wd-tools-icon:before
{
    font-size: 30px;
        color: #fff;
        background: transparent;
}



a.fastmenu
{
    font-family: 'Roboto';
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0px 20px;
}



.hometext
{
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.9;
    color: #3A3636;
}


.homekrathsh
{
    margin-left: 30px;
}



/* FOOTER */



.footer-column {
   margin-bottom: 0px;
}

.footer-sidebar
{
    padding-bottom: 0px;
}

.footerheader
{
    display: inline-block;
    position: relative;
    font-size: 20px !important;
    color: #fff;
}

.footerheader::before
{
    content: '';
    position: absolute;
    left: 50%;
    top: 34px;
    width: 60px;
    height: 3px;
    background-color: #B19B42;
    transform: translateX(-50%);
}


.footertext p,
.footertext div
{
    font-size: 16px !important;
    font-family: 'Roboto' !important;
    margin-bottom: 5px;
}

.footertext
{
    margin-bottom: 13px;
}

.footer-row .col3 .footermenu
{
    font-size: 16px;
    font-family: 'Roboto' !important;
    margin-bottom: 5px;
}

.footer-row .col3 .footermenu li
{
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-row .footerlogo
{
    margin-left: 20px;
    margin-bottom: 13px;
}

.footer-row .icons-design-default.color-scheme-light .wd-social-icon
{
        color: #B19B42 !important;
}

.min-footer
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footersoc
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footerimages {
    width: 25px;
    height: 25px;
    margin: 0px 7px;
}

.wd-side-hidden
{
    background-color:#222222 ;
}

.mobile-nav.wd-side-hidden.wd-right.wd-right.wd-opened
{
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 20px;
    
}

.mobile-nav.wd-side-hidden.wd-right.wd-right.wd-opened a
{
    font-size: 17px !important;
    font-family: 'Cardo';
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 4px;
}

.mobile-nav.wd-side-hidden.wd-right.wd-right.wd-opened a:hover
{
    color: #B19B42 !important; 
}

.nf-form-content input[type=button]
{
    background-color: transparent !important;
    color: #131314 !important;
    border: 2px solid #131314 !important;
    border-color: #131314 !important;
}

input#nf-field-10 {
    font-family: 'Roboto';
    font-size: 14px;
}

.fastmenu{
    background-color: rgba(0,0,0,0.005);;
}

body .footer-container p,
body .footer-container a{
    background-color: rgba(0,0,0,0.005);;
}

.col-left.set-cont-mb-s.reset-last-child{
    color: #000;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
  position: fixed;
  bottom: 0px;
}

body nav#pojo-a11y-toolbar {
  bottom: 0% !important;
  top: auto !important;
}