/*
Theme Name: helios
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: https://www.gsarigiannidis.gr
Description: Custom theme: helios, developed by Giorgos Sarigiannidis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heliosgreekproducts
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

helios is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
@import "css/bootstrap.css";
@import "css/style.css";
@import "css/responsive.css";

/* Slideshow */
.big-text {
    font-family: 'Roboto Slab' !important;
}

.big-text strong {
    font-size: 240%;
    position: relative;
    top: 24px;
}

/* Intro */
.intro-section .inner-part .content-column strong {
    font-size: 24px;
    color: #5ec79c;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.intro-section .inner-part .content-column p {
    line-height: 2em;
    margin-bottom: 20px;
}

.intro-section .inner-part .content-column a {
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: #5ec79c;
    color: #ffffff;
    border: 2px solid #5ec79c;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* About */
.tabs-style-one .tabs-content strong {
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
}

.tabs-style-one .tabs-content em {
    position: relative;
    font-family: 'Grand Hotel', cursive;
    font-weight: normal;
    margin: 0px;
    background: none;
    color: #5ec79c;
    font-size: 34px;
    line-height: 1.6em;
}

/* Actions */
.fluid-section-one p {
    font-size: 28px;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.fluid-section-one strong {
    font-weight: normal;
    font-size: 52px;
    line-height: 1.2em;
}

.fluid-section-one a {
    display: inline-block;
    position: relative;
    padding: 8px 30px;
    line-height: 24px;
    text-transform: capitalize;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 22px;
}

/* Team members */
.default-team-member .inner-box p {
    position: relative;
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
}

.default-team-member .inner-box strong {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 500ms ease;
}

/* Map */
.map-canvas .map-data {
    color: #0a0a0a;
}

.map-outer .map-canvas {
    height: 450px;
}

/* Products archive */
.default-shop-item:hover .lower-content {
    opacity: 1;
    visibility: visible;
}

/* Contact Form */
.gfield_label {
    display: none;
}

.gform_button.button {
    position: relative;
    line-height: 24px;
    text-transform: capitalize;
    background: #f5b062;
    color: #ffffff;
    border: 2px solid #f5b062;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 25px;
    margin: 20px auto;
    display: block;
}

/* Rows */
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.default-food-item .inner-box {
    height: 100%;
}