/*
Theme Name: CasaNoi Blog
Theme URI: https://casanoi.blog.it/
Author: lrnzctld
Description:
Version: 1.0
*/

/*--------------------------------------------------------------
# WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor {}
.gallery-caption {}
.sticky {}




/* --------------------------------------------------
CALCOLA IMPOSTE
-----------------------------------------------------  */

#calcolatore-wrapper {
	padding: 30px;
	background-color: #FFF;
}
#calcolatore-wrapper .separator{
	height: 1px;
	border-bottom: 1px solid #eeebe6;
	clear: both;
	margin: 20px 0 10px 0;
}

#calcolatore-wrapper p {
	margin-bottom: 5px;
}

#calcolatore-wrapper b {
	letter-spacing: -1px;
	font-size: 14px;
}
#calcolatore-wrapper h2 {
	font-size: 20px;
	line-height: 24px;
	color: #3d3931;
}
#calcolatore-wrapper h3{
	font-size: 16px;
	line-height: 24px;
	color: #5e7d4d;
	margin-bottom: 15px;
	font-family: 'ProximaNovaBold';
}
#calcolatore-wrapper small{
	color: #87847e;
	font-size: 12px;
	float: none;
	display: block;
	font-family: 'ProximaNovaRegular';
}
#calcolatore-wrapper .required strong{
	color: #bf2638;
	font-weight: normal;
}
#calcolatore-wrapper #toggle_btn {
	cursor: pointer;
}
#calcolatore-wrapper .tax-table {
	letter-spacing: 0;
}
/* standard_form */
#calcolatore-wrapper fieldset{
	clear: both;
	margin-bottom: 30px;
}
#calcolatore-wrapper label{
	display: block;
	color: #787369;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 5px;
}
#calcolatore-wrapper input[type="radio"], #calcolatore-wrapper input[type="checkbox"] {
	background: none repeat scroll 0 0 transparent !important;
	border: medium none !important;
	height: auto !important;
	padding: 0 !important;
	width: auto !important;
	margin-right: 5px;
}
#calcolatore-wrapper input {
	padding: 8px;
	width: 92%;
}

#calcolatore-wrapper .radio_label{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
}

#calcolatore-wrapper .property_features th{
	text-align: left;
	color: #22201b;
	font-weight: 600;
}
#calcolatore-wrapper .property_features th{
	border: 1px solid #eae8e3;
}

#calcolatore-wrapper .property_features th, .property_features td{
	border-bottom: 1px solid #eae8e3;
	padding: 5px 10px;
}
#calcolatore-wrapper .property_features th{
	padding-right: 5px;
}
#calcolatore-wrapper .tax-table th, .tax-table td {
	border-right: solid 1px #ccc;
	padding-right: 10px;

	text-align: center;
}
#calcolatore-wrapper .tax-table {
	border-left: solid 1px #ccc;
	text-align: right;
}

#calcolatore-wrapper .tax-table td {
	background-color: #eae8e3;
}
#calcolatore-wrapper a {
	color: #5e7d4d;
	text-decoration: underline;
}
/*fix warp*/
h1, h2, h3, h4, p {
	word-wrap: break-word;
}

ins {
	margin-bottom: 15px !important;
}