/*
Theme Name: Fine Line
Theme URI: http://underscores.me/
Author: Giorgos Sarigiannidis
Author URI: https://www.gsarigiannidis.gr
Description: Custom theme: Fine Line, developed by Giorgos Sarigiannidis
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fineline
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.

Fine Line 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/font-awesome.css";
@import "css/component.css";
@import "css/magnific-popup.css";
@import "css/custom.css";

.common_page_header {
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}
.common_page_header h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #fff;

}
.daredev-parallax-wrapper {
    height: 210px;
}
.common_page_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-strip p a {
    color: #c93333;
}

.welcome-text a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    background: #c93333;
    border: none;
    border-radius: 4px;
    padding: 12px 25px;
    transition-duration: 1s;
}

.client-details img {
    border-radius: 50%;
}

.footer-links {
    width: 44%;
}

.footer-links ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.prevnext a {
    color: #000;
}

.popup-gallery {
    display: flex;
    flex-flow: wrap;
}

.popup-gallery > div {
}

.form-contact .gform_wrapper .gform_body,
.form-contact .gform_wrapper input {
    display: none;
}
.validation_error {
    color: red;
    padding: 1em;
    border: 1px solid red;
    margin: 1em auto;
}
.validation_error p {
    color: red;
}
.gform_confirmation_wrapper {
    color: #3c763d;
    padding: 1em;
    border: 1px solid #3c763d;
    margin: 1em auto;
}