/*
 Theme Name:     Non Solo Agricoltura
 Theme URI:      http://demo.krownthemes.com/goodwork-new/
 Description:    A basic child theme for the Goodwork theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       goodwork
 Version:        1.0
@import url("../goodwork/style.css");
*/


/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

#fb-root {
  display: none;
}
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.the_post_thumbnail img {
	width: 100%;
	max-width: 100%;
}

.excerpt .column_container {
	margin-bottom: 0px;
}

.modern .format-standard .pTitle::before, .classic .format-standard .pTitle h2::before, .rbPosts.classic .format-standard header a::before {
    content: initial;
}
.classic .pTitle h2 {
    font-size: 25px;
	margin-bottom: 10px;
    padding-left: 0;
}

.meta-fullwidth {
    margin-top: 0px;
}
.meta-fullwidth li {
    display: inline;
    margin-right: 20px;
}

#searchform, .sidebar #searchform  {
	position: relative;
	max-width: 100%;
}
#searchform .holder {
    margin-right: -15px;
    margin-top: 7px;
}
.sidebar #s {
    max-width: 100%;
}



h1 {
    font-size: 32px;
    line-height: 34px;
}

.home_latest_post .span6 {
	margin-bottom: 0;
}
.home_latest_post_title {
	margin-bottom: 0;
}

.menu-item.menu-item-type-post_type.menu-item-object-page {
    display: inline-block;
    padding: 0 6px;
}
#menu li {
    max-width: 140px;
}
#menu li > ul li {
    max-width: none;
}
#menu > ul > li > a {
    padding: 12px 22px;
}
#menu li ul li a {
    /* padding: 5px 25px; */
}
#content .row-fluid {
	margin-bottom: 30px;
}
.sidebar .widget {
    margin-top: 20px;
}


.wpcf7 .mycaptcha .wpcf7-form-control-wrap.captcha-1 input {
    border: 1px solid #098f05;
    max-width: 80px;
}
.wpcf7 .mycaptcha .wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
	margin-bottom: -6px;
}
.wpcf7 .wpcf7-submit {
	float: none;
	margin-left: 20px;
}


#elencousati td {
    vertical-align: middle !important;
}
#elencousati th {
    font-weight: bold;
}


.scheda_usato {
    margin: 30px 0;
}
.scheda_usato h1,
.scheda_usato .title {
	font-size: 32px;
	line-height: 34px;
	vertical-align: baseline;
}
#content .scheda_usato  .row-fluid {
    margin-bottom: 10px;
}


@media all and (max-width: 760px) {
	#headerWidgets .right {
		display: block;
	}
	/* #headerWidgets div:first-child {
		display: inline-block;
	} */
}
@media all and (max-width: 580px) {
	#headerWidgets {
		display: block;
		padding: 0 !important;
		position: relative;
		width: 100%;
		visibility: visible;
	}
	#headerWidgets .widget {
		margin: -15px 0 15px !important;
	}
	#headerWidgets .left {
		float: none;
	}
}
@media all and (max-width: 440px) {
	#headerWidgets .widget {
		float: none;
		margin: -15px 0 15px !important;
		text-align: center;
	}
}