/*
Theme Name: Coben Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

input[type="text"],
input[type="tel"],
input[type="email"],
textarea
{
    -webkit-appearance: none;
    margin-left: 0;
    border-bottom: 1px solid #ffffff;
    border-top: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    text-align: left;
    font-weight: 300;
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    line-height: 230%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 99% !important;
    text-indent: 5px;
    font-family: 'Raleway', sans-serif !important;
}

input[type="submit"] {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 20px 12px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: 'Raleway', sans-serif !important;
    letter-spacing: 0.1em;
    text-transform: none;
    background: transparent !important;
    text-shadow: none;
    cursor: pointer;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 30px 0 0 0;
    margin: 30px 0 0 0;
    padding: 11px 0 14px;
    font-size: 16px !important;
    text-shadow: none !important;
}

.error404 h1 {color:#fff}
.error404 #footer {margin-top: 0}

.form-section.page-section {list-style-type: none; margin-left: 0}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {border: none; color:#f00; margin: 0; padding:0}

.fullWidth_projects .filter {margin-bottom: 20px}
.desktop_nav_row  .current-menu-item a {text-decoration: underline}

.homepage .desktop_nav_row li.current-menu-item a[href*="#"] { text-decoration: none;  }
#intro_text_projects h1 {    margin-bottom: 0.5rem;    margin-top: 0.2rem;}