/*
Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie
eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen
und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das
heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln
überschreiben können. Schreibe einfach hier rein, was du ändern
möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes
kopieren.
*/
/* Influence Font Size */
body, button, input, select, textarea {
	font-size: 14px !important;
	/*color: #111;*/
}

.datetime-input-box-wrapper {
    display: inline-flex;
    flex: 5;
    background-color: #f7fff4;
	color: #111;
    Border: #777;
	min-width: 0;
    justify-content: space-between;
    align-items: center;
}

div.wpcf7 { 
background-color: #edf9ff;
	
border: 0px solid #111;
padding:0px;


}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="number"],
.wpcf7 input[type="select"],
.wpcf7 textarea {
background:#ccc;
	color: #111;
font-family:lora, sans-serif; 
font-style:italic;   
	font-size: 12px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
background-color:#454545" width:50%;
	background-color:#333333" width:50%;
	color:#121212;

text-align:left;
text-transform:uppercase;
}
.wpcf7 select {

width: 50px ;
font-size:12px !important;
}





#top-menu 
li.menu-item a:hover {
background-color:#fff;
color:#666;
border-radius:5px;
}

.main-navigation a.main-menu-button [class^="influence-icon"] {
    font-size: 17px;
    display: inline-block;
    margin-right: 0.55em;
    color: #fff;
    line-height: 15px;
    vertical-align: bottom;
    opacity: 0.85;
}

.tnp-widget-minimal input.tnp-submit {
	    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #ddd;
    background-color: #346834;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

tnp-subscription input[type="text"], .tnp-subscription input[type="email"], .tnp-subscription input[type="submit"], .tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: #fff;
    background-color: #e8e8e8;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=text], 
.tnp-subscription input[type=email], 
.tnp-subscription select {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #e8e8e8;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}
