/*
Theme Name: atlantida
Description: Atlantida theme
Author: Joinweb
Author URI: http://www.joinweb.gr
Template: JoinwebBasic
Version: 1.0.0
*/


/************************* layout: outerWrapper ****************************
***************************************************************/
.outerWrapper {
    margin: 0 auto;
    width: 100%;
}
.grid {
    column-gap: 30px;
}


/************************* General ****************************
***************************************************************/

:root {
    --primaryBlue: #002857;
    --white: #ffffff;
    --orange: #F9A825;
    --body: #C3C3C3;
}

body,html
{
    font-family: 'Noto Serif', serif;
    font-size: 10px;
    color: var(--primaryBlue);
}
a{
    text-decoration: none;
}
.header_50M_Blue,
.header_50M_White
{
    font-weight: 500;
    font-size: 5rem;
    line-height: 55px;
}
.body_22R_Blue,
.body_22R_White
{
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 60px;
}
.b_Body_26R_Blue,
.b_Body_26R_White
{
    font-size: 2.6rem;
    font-weight: 400;
}

.forHeader_18SM_Blue,
.forHeader_18SM_White
{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 24.52px;
}
.secondary_18R_Blue,
.secondary_18R_White
{
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 34px;
}
.caption_14R_Blue
{
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 26px;
}
.mainButton_22SB_Blue,
.mainButton_22SB_White {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 32px;
    text-align: center;
}
.body_22R_Blue,
.b_Body_26R_Blue,
.caption_14R_Blue,
.forHeader_18SM_Blue,
.header_50M_Blue,
.secondary_18R_Blue,
.mainButton_22SB_Blue
{
    color: var(--primaryBlue);
}

.body_22R_White,
.b_Body_26R_White,
.caption_14R_White,
.forHeader_18SM_White,
.header_50M_White,
.secondary_18R_White,
.mainButton_22SB_White
{
    color: var(--white);
}

.btn
{
    display: inline-block;
    cursor: pointer;
    padding: 15px 30px;
    white-space: nowrap;
    text-align: center;
    line-height: 32px;
    font-size: 2.2rem;
    font-weight: 600;
    transition: 0.5s;
}

.blueBtn,
.transparentBtn:hover
{
    background-color: var(--primaryBlue);
    border: 1px solid var(--primaryBlue);
    color: #fff;
}
.orangeBtn,
.blueBtn:hover,
.whiteBtn:hover
{
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
}
.whiteBtn
{
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--primaryBlue);
}
.transparentBtn
{
    background-color: transparent;
    border: 1px solid var(--primaryBlue);
    color: var(--primaryBlue);
    font-size: 1.8rem;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.split_2_1
{
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "left right";
}
.left
{
    grid-area: left;
}
.right
{
    grid-area: right;
}

.bubbleTitle {
    display: inline-block;
}

.paddingContent
{
    padding: 60px 60px 100px 60px;
}
.paddingHeader
{
    padding: 60px 60px 0 60px;
}

iframe{
    width: 100%;
}

.mobile-visible{
    display: none;
}
/************************* Header ****************************
***************************************************************/
.breadcrumbs
{
    text-transform: uppercase;
}
.breadcrumbs a{
    color: var(--primaryBlue);
}
.caption_14R_White.breadcrumbs a{
    color: #fff;
}
.header{
    background: var(--primaryBlue);
}

.headerGrid {
    grid-template-columns: 1fr  40px 40px;
    grid-template-areas: "logo  menu lang";
}

.headerWrapper
{
    position: relative;
}

.lang{
    grid-area:lang;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

.lang a{
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
}

.header_logo {
    grid-area: logo;
    z-index: 99;
}
.espaLink
{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
    max-width: 100%;
    padding: 0 20px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}
.espaLink img
{
    max-width: 100%;
}

.mainMenuContainer
{
    grid-area: menu;
}

/********************* Super Recipe Page **********************
***************************************************************/
.split_2_1 .header_50M_Blue
{
    grid-area:left;
}
.split_2_1 .search
{
    grid-area: right;
    text-align: right;
    position: relative;
}
.recipe
{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
}

.recipeList li:nth-child(odd) .recipeFigure,
.recipeList li:nth-child(even) .recipeDesc
{
    grid-area: left;
}
.recipeList li:nth-child(odd) .recipeDesc,
.recipeList li:nth-child(even) .recipeFigure
{
    grid-area:right;
}
.recipeList li
{
    margin-bottom: 120px;
}
.recipe .recipeDesc
{
    margin-top: 55px;
}
.recipe .postTitle,
.recipe .postCategory
{
    margin-bottom: 35px;
}
.recipeList li:nth-child(even) .recipeDesc
{
    text-align: right;
}
#homesearchfield {
    border: 2px solid var(--primaryBlue);
    box-sizing: border-box;
    padding: 10px 20px;
    min-width: 300px;
    background: transparent;
}

.searchfield button
{
    border: none;
    background: transparent;
    position: absolute;
    top: 3px;
    right: 5px;
}

::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder
{
    color: var(--primaryBlue);
    opacity: 1;
}


/********************* Sub Recipe Page **********************
***************************************************************/
.searchRecipesResultsList li,
.mainIngredientList > li
{
    margin-bottom: 60px;
}
.mainIngredientList > li a.header_50M_Blue{
    font-size: 4rem;
}
.mainIngredient_recipeContent.hidden
{
    display: none;
}
.mainIngredient_recipeContent.open{
    display: block;
}
.mainIngredient_recipeList
{
    list-style: none;
    margin: 30px;
}
.mainIngredient_recipeList li
{

    margin-bottom: 10px;
}
/********************* Single Recipe Page **********************
***************************************************************/
.tabList
{
    padding: 0 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
}
.single-recipes .recipeBg
{
    position: relative;
}
.single-recipes h1
{
    margin-bottom: 60px;
}
.recipeIcon_2,
.recipeIcon_1
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.recipeIcon_1{
    right: 20px;
}
.tabContent.hide{
    display: none;
}
.tabContent.active{
    display: block;
}
.recipeWrapper
{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "ingredient steps";
}

.ingredientsWrap
{
    grid-area: ingredient;
}

.stepsWrap
{
    grid-area: steps;
}
/******************** Taxonomy Product Page *******************
***************************************************************/

.productList
{
    flex-wrap: wrap;
    justify-content: space-between;
}
.productList li
{
    flex: 0 1 calc(33% - 30px);
}
.tax-product_type h2.postTitle
{
    margin-top: 15px;
}
.headerGrid h2.postTitle:before
{
    content: url(img/productBullet.svg);
    display: inline;
    margin-right: 15px;
    vertical-align: text-top;
}

.productCat
{
    background: var(--primaryBlue);
    position: fixed;
    color: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    left: -9999px;
    transition: 1s;
    width: 615px;
    padding: 150px 0 0 100px;
    fill: white;
}

.productCat li
{
    margin-bottom: 40px;
}
.productCat li a{
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 32px;
}
.productCat h3
{
    margin-bottom: 60px;
}
ul.subProductCat
{
    list-style-type: none;
}
ul.subProductCat li
{
    margin-bottom: 20px;
}
.subProductCat li a
{
    font-weight: 400;
    font-size: 1.8rem;
}

/******************** Archive Product Page *******************
***************************************************************/

/* the slides */
.slick-slide {
    margin: 0 27px;
}
/* the parent */
.slick-list {
    margin: 0 -27px;
}
.slick-next:before
{
    content: url(img/Vector.svg);
}
.slick-prev:before
{
    content: url(img/Vector.svg);
}
.slick-prev{
    transform: rotate(180deg);
    margin-top: 20px;
    margin-right: 30px;
    left:-40px;
}
.slick-next {
    right: -40px;
}
.slick-prev[aria-disabled="true"],
.slick-next[aria-disabled="true"]
{
    display: none!important;
}
.slick-slide img
{
    width: 100%;
}
.productTypeList  li
{
    position: relative;
}
.productTypeList li h2
{
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}
.archiveProductBg
{
    background-image: url("img/Psari.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.katepsigmena a
{
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 32px;
    color: var(--primaryBlue);
    border-bottom: 2px solid var(--primaryBlue);
}
.katepsigmena
{
    margin: 50px auto;
    text-align: center;
}
.post-type-archive-products .paddingContent
{
    padding: 60px 60px 5px 60px;
}

/******************** Single Product Page *******************
***************************************************************/
.energyInfo{
    font-size: 1.8rem;
    margin-bottom: 75px;
}
.originInfo
{
    margin-bottom: 75px;
}
.blueItem
{
    background-color: var(--primaryBlue);
    border-radius: 30px;
    padding: 4px 10px;
    width: 60px;
    text-align: center;
}
.split_1_1
{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right";
}
.energyInfo .split_1_1
{
    align-items: baseline;
    margin-bottom: 25px;
}
.energyTitle
{
    grid-area: left;
}
.blueItem
{
    grid-area: right;
}
.single-products h1:before
{
    content: url(img/productBullet.svg);
    display: inline;
    vertical-align: text-top;
}
.recommended_recipes
{
    margin-bottom: 60px;
}

.product_icon
{
    float: right;
}
/***************************** Page ***************************
***************************************************************/

.split_2_1_page
{
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
        "left right1"
        "left right2";
}
.split_2_1_page .left
{
    grid-area: left;
}
.split_2_1_page .firstRight
{
    grid-area: right1;
}
.split_2_1_page .secRight
{
    grid-area: right2;
}

.next,
.prev
{
    position: absolute;
    top: 50%;
}
.next
{
    right: 0;
}
body.page .page
{
    position: relative;
}
.prev img{
    transform: rotate(180deg);
}
.page .pageBg,
.product.pageBg
{
    background-repeat:no-repeat ;
    background-position: bottom right;
    background-size: 300px;
}

.pageDescContent
{
    width: 375px;
}


#bgFigure,
#hero
{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: calc( 100vh - 96px );
    height: auto;
    background-position: center center;
}
.single-stores #bgFigure
{
    min-height: 40vh;
}
.hero:before {
    content: "";
    display: block;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: var(--primaryBlue);
}
.hero__content,
.siteTitle
{
    z-index: 3;
}
/***************************** Contact ***************************
***************************************************************/
.split_1_2
{
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "left right";
}
.left
{
    grid-area: left;
}
.right
{
    grid-area: right;
}
.wpcf7 form{
    margin-top: 30px;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 text
 {
     border: 1px solid #002857;
     box-sizing: border-box;
     width: 100%;
     margin-bottom: 30px;
    padding: 15px 0;
    background-color: transparent;
    margin-top: 10px;
 }
.wpcf7 label {
    font-size: 1.8rem;

}
.wpcf7 input[type='submit']
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 15px;
    color: #fff;
    width: auto;
    background-color: var(--primaryBlue);
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 32px;
}
.contactInfo.paddingContent
{
    padding-bottom: 0px;
}

.leftCol{
    float: left;
    width: 48%;
}
.rightCol{
    display: inline-block;
    width: 48%;
    float: right;
}

.row{
    clear: both;
}

.map
{
    margin-bottom: 60px;
}

/***************************** Store ***************************
***************************************************************/

.energyTitle
{
    grid-area: left;
}
.blueItem
{
    grid-area: right;
}
.buttonArea
{
    margin: 50px 0;
}
.storeGrid
{
    grid-template-columns: 540px 1fr;
    grid-template-areas: "sidebar figure"
                        "sidebar content"
                        "sidebar content1";
    column-gap: 0;
}
.storeSidebar
{
    grid-area: sidebar;
    background-color: var(--primaryBlue);
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    padding: 60px 60px 0 100px;
}
.stores-menu .menu-item-has-children > a:hover
{
        color: #fff;
}
.stores-menu .menu-item-has-children > a
{
    pointer-events: none;
}

.storeGrid .firstRight{
    grid-area: content;
}
.storeGrid .secRight
{
    grid-area: content1;
}
.storeGrid figure{
    grid-area: figure;
}

.storeSidebar .sub-menu a{
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 60px;
}
.storeSidebar .sub-menu li{
    list-style: none;
}
.storeSidebar li.current-menu-item a{
    color: var(--orange);
}
.storeSidebar li.current-menu-item a:after{
    content: url(img/elipse.svg);
    display: inline;
    margin-left: 20px;
    vertical-align: sub;
}

.storeSidebar a{
    color: #fff;
}
.storeSidebar a:hover,
.storeSidebar a.current
{
    color: var(--orange);
}
.store{
    grid-area: content;
}
/***************************** Home ***************************
***************************************************************/
.siteTitle
{
    position: absolute;
    top: auto;
    left: -100px;
    top: 50%;
    transform: rotate(-90deg);
}

.hero_arrow{
    width: 19px;
    position: absolute;
    top: 15px;
    right: 0px;
}
.hero_title
{
    position: relative;
}
.homeBubble
{
    background-image: url('img/bubbles.svg ');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 100px 60px 100px 60px;
}

/***************************** Footer ***************************
***************************************************************/
#to_top_scrollup
{
    background: transparent!important;
}

#to_top_scrollup:hover
{
    color:var(--orange);
}

.hiddenFootnote {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
    padding: 30px 0 20px 0;
    background: var(--primaryBlue);
    color: #fff;
    line-height: 14px;
    clear: both;
    font-size: 14px;
}
.moving
{
    position: relative;
    z-index: 1;
    margin-bottom:74px;
    background:  url(img/bg_paper.jpg);
    min-height: calc(100vh - 96px);

}
.productCatBtn img
{
    width: 16px;
}
.productCatBtn{
    background: var(--primaryBlue);
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    right: -45px;
    fill: white;
}

.productCat.opened .productCatBtn,
.storeSidebar.opened .productCatBtn
{
    transform: rotate(180deg);
}

.storeSidebar .productCatBtn{
    display: none;
}

.searchLabel{
    visibility: hidden;
}

.page-template-offers figure img
{
    margin: 0 auto;
}
