/*
Theme Name: ActelisNetworks
Author: Anonymous
Author URI:
Version: 1
Description: ActelisNetworks theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: actelisnetworks
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.tags li {
	color: #0074AD;
	text-decoration: none;
}
.tags li:hover {
	color: #000;
}
.title-area .title {
	color: #0074AD;
}
.visual.inner{ padding: 0 0 45px;}
.navigation .next{float:right;}
.contact-form input[type="email"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    float: left;
    height: 16px;
    line-height: 16px;
    outline: 0 none;
    padding: 3px 0;
    width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
    border: 1px solid #A6A6A6;
    display: block;
    overflow: hidden;
    padding: 0 5px;
}
.textarea-form .row{padding:0 0 12px;}
.textarea-form .area-holder:after,
.textarea-form .row:after{
	display:block;	content:'';	clear:both;
}
.textarea-form label{
	display:block;
	padding:0 0 5px;
	font-size:1.083em;
	line-height:1.231em;
	font-weight:500;
	color:#414152;
}
.textarea-form textarea,
.textarea-form input[type="text"]{	float:left;
	clear:both;	width:270px;
	height:16px;
	margin:0;
	padding:3px 5px;
	font-size:12px;
	line-height:16px;
	border:1px solid #a6a6a6;
	border-radius:0;}
#commentform.textarea-form .area-holder{
	overflow:visible;
	margin:0;
	padding:6px 0 16px;
	border:0;
}
.textarea-form textarea{
	width:270px !important;
	height:64px !important;
	max-width:270px;
	max-height:64px;
	overflow:auto;
}
.textarea-form input[type="submit"]{
	display:block;
	width:100px;
	height:18px;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:15px;
	color:#414141;
	text-align:center;
	cursor:pointer;
	border:0;
	border-radius:0;
	background:url(images/btn-submit.png) no-repeat;
}