/* Form */
form {
    font-family : sourcesansprolight,helvetica,arial,sans-serif;
}

input, textarea, select {
    border             : none;
    border-bottom      : 1px solid #CCC;
    width              : 100%;
    margin             : 10px 20px 30px 0;
    height             : 50px;
    background         : none;
    -webkit-appearance : none;
    -moz-appearance    : none;
    appearance         : none;
  	padding-left: 7px 
}

textarea {
    height : 120px;
    resize : none;
}

input.submit {
    max-width     : 75%;
    margin        : 18px auto;
    border-radius : 40px;
    line-height   : 20px;
    padding       : 10px 25px;
    background    : #1766E3;
    color         : #FFF;
    display       : inline-block;
    height        : 42px;
    width         : auto;
    min-width     : 160px;
		text-align		:	center;
}

input.submit:hover {
  background    : #074dc1;
}

.select {
    position : relative;
}

.select:after {
    font-family    : 'qwomcenter';
    content        : '\e936';
    pointer-events : none;
    position       : absolute;
    top            : 1px;
    right          : 25px;
    font-size      : 6px;
}

input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
   border:none  !important;
   outline: none !important;
   border-bottom: 1px solid #458bf8 !important;
}

textarea {
 	background: rgba(128,130,132,.05);
  padding: 14px;
}

/* Blog Comment */

.single-post .comment-form {
    margin-bottom : 32px;
}

.single-post .comment-notes {
    font-size : 17px;
    margin    : 0;
}

.single-post .form-comment-author, .single-post .form-comment-email, .single-post .form-comment-comment {
    margin : 16px 0;
}

.single-post .form-comment-author, .single-post .form-comment-email {
    width : 48%;
}

.single-post .form-comment-author {
    float : left;

}

.single-post .form-comment-email {
    float : right;
}

.single-post .form-comment-comment {
    margin : 16px 0;
    width  : 95%;
    float  : right;
}

.single-post .icon-commentaire {
    font-size : 25px;
    float     : left;
    margin    : 12px 0;
    color     : rgb(194, 196, 198);
}