/*
Theme Name: Musican
Theme URI: https://wordpress.org/themes/musican/
Author: FilaThemes
Author URI: https://www.filathemes.com
Description: Musican is a top notch music WordPress theme, suitable for musicians, artists, music bands, producers or anyone working in the music industry. The theme design is creative and follows the latest design trends. Checkout demo: https://demos.filathemes.com/musican/
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: musican
Tags:  custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, right-sidebar, full-width-template

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.

Musican is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/

@import url("../musican/style.css");

/* Your CSS code goes here
-------------------------------------- */
.main-navigation a {
font-size:20px;
font-weight:bold;
}
.lang-item {
    display: inline;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #dce0e0;
    background-color: #ffffff;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wpcf7 input[type="submit"], 
.wpcf7 input[type="file"] {
    background-color: #020202;
    color: #BDA638;
    border: 2px solid #BDA638;
    min-width: 50%;
    text-align: center;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
}
.wpcf7  .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}
 
.wpcf7 .init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 .sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
 
.wpcf7 .failed .wpcf7-response-output,
.wpcf7 .aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
 
.wpcf7 .spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
 
.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}				