/*
Theme Name: Agência Linkaweb
Theme URI: http://www.agencialinkaweb.com.br/
Author: Dream-Theme
Author URI: http://www.agencialinkaweb.com.br
Version: 3.2.1
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #3d9a00;
}

input[type="submit"] {
padding-left: 50px;
padding-right: 50px;
font: normal normal normal 17px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
text-transform: none;
}

/* --- Contact Page --- */
#content .wpcf7 {
	overflow: hidden;
	margin: 0;
	padding:20px;
	background: #F0F0F0;
}
#content .wpcf7-not-valid-tip{
    position:absolute;
    left:0;
    top:20px;
    border:none;
    background:none;
    font-size:11px;
    color:red;
}
#content .wpcf7-mail-sent-ng, .wpcf7-mail-sent-ok{
    border:none;
    background:none;
    font-size:13px;
    color:red;
}
#content .wpcf7 h3#form-title {
	margin:0 0 3px 0;
	font-size: 1.2em;
}
#content .wpcf7 p.form-info {
	padding:0 0 15px 0;
	font-size: .8em;
}
#content .wpcf7 p span.required {
	color: #E75428;
}
#content .wpcf7 input.wpcf7-text {
	width: 100%;
	margin: 5px 0 15px;
	padding: 9px 5px;
	background-color:#fff;
	border: 1px solid #ddd;
	font-size:1em;
}
#content .wpcf7 textarea {
	width: 100%;
	max-height: 100px;
	margin: 5px 0 0;
	padding: 9px 5px;
	font: 1em 'Droid Sans', arial, sans-serif;
	background-color:#fff;
	border: 1px solid #ddd;
}
#content .wpcf7-form p {
	padding:0;
}
#top-bar {
	font-size: 14px;
}
