/*
Theme Name: mariuz
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: mariuz

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.clearer {
	clear: both;
}
img {
	border: none;
}
*:focus {
	outline: none;
}
header,
nav,
article,
aside,
section,
footer,
main,
figure,
figcaption,
hgroup {
	display: block;
}
.clearfix::before,
.clearfix::after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix::after {
	clear: both;
}
body {
	background-color:#fff;
	font-family: 'Lato', sans-serif;
}
input[type=submit] {
	-webkit-appearance: button;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
.divider {
	padding: 20px 0;
	clear: both;
}
.divider-small {
	padding: 10px;
	clear: both;
}
.divider-big {
	padding: 70px 0;
	clear: both;
}
.spacer {
	padding: 8px 0;
	clear: both;
}
.content {
	width: 1170px;
	margin: 0 auto;
}
.row {
	width: 100%;
	clear: both;
	display: block;
}
.table-row {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.white {
	background-color: white;
}
.black {
	background-color: #262626!important;
}
.grey {
	background-color: #dadada61;
}
.dark {
	background-color: #00000061;
}
.action-margin {
	padding: 0 0;
}
.action-margin a{
	box-shadow: 0 6px 30px rgba(0,0,0,0.2);
}
.quiz label {
	width: 5%;
	float: left;
	padding-right: 15px;
}
span.wpcf7-list-item {
	display: inline-block;
	margin:  0 0 1em;
	color: #222222;
}
.col-md-1,
.col-lg-1,
.col-sm-1,
.col-xs-1 {
	width: 8.3333%;
	float: left;
}
.col-md-2,
.col-lg-2,
.col-sm-2,
.col-xs-2 {
	width: 16.6666%;
	float: left;
}
.col-md-3,
.col-lg-3,
.col-sm-3,
.col-xs-3 {
	width: 25%;
	float: left;
}
.col-md-4,
.col-lg-4,
.col-sm-4,
.col-xs-4 {
	width: 33.33333%;
	float: left;
}
.col-md-6,
.col-lg-6,
.col-sm-6,
.col-xs-6 {
	width: 50%;
	float: left;
}
.col-md-8,
.col-lg-8,
.col-sm-8,
.col-xs-8 {
	width: 66.66666%;
	float: left;
}
.col-md-10,
.col-lg-10,
.col-sm-10,
.col-xs-10 {
	width: 83.33333%;
	float: left;
}
.responsive,
.responsive img {
	width: 100%;
	height: auto;
}
.center {
	text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* WordPress Core Styles */
.more-link {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	background: #582b2b;
	border: 1px solid #582b2b;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.more-link:hover
{
	background:transparent;
	border-color: #582b2b;
	color: #582b2b;
}
.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;
        white-space: nowrap;
	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-size: 0.875rem;
	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. */
}

/* Global Style */
.back-to-top {
	width: 40px;
	height: 40px;
	background: rgba(39,34,31,1);
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1002;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.back-to-top:hover {
	background: rgba(39,34,31,0.7);
}
.show {
	display: block!important;
}
article,
section {
	padding: 70px 0;
}

/* header */
.header {
	width: 100%;
	padding: 28px 0 25px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: rgba(39,34,31,0.65);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.sticky {
	padding: 8px 0;
	background: #222222;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header ul {
	margin-bottom: 0!important;
}

/* logo */
.logo img {
	display: block;
	width: 105px;
	height: 40px;
}

/* nav */
.nav {
	list-style: none;
	float: right;
}
.nav li {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	height: 40px;
	font-weight: 400;
	float: left;
	letter-spacing: 0.1em;
	line-height: 40px;
	position: relative;
}
.nav a {
	display: block;
	padding: 0 15px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.sticky img {
	opacity: 1;
}
.sticky .nav a {
	color: #ffffff;
}
.nav a:hover {
	color: #cabdbd;
}
.nav .current-menu-item > a {
	color: #cabdbd;
}

/* dropdown */
.sub-menu {
	min-width: 200px;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 1000;
	display: none;
}
.sub-menu li,
.sub-menu a {
	float: none;
	height: auto;
	line-height: 20px;
	color: #222;
}
.sub-menu a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sub-menu a:hover {
	background: #efefef;
	color: #222;
}
.nav li:hover .sub-menu {
	display: block;
}
.nav li:hover .sub-menu ul {
	top: 0;
	right: 200px;
	display: none;
}
.nav .sub-menu li:hover ul {
	display: block;
}

/* burger */
.navbar {
	display: none;
	float: right;
	cursor: pointer;
	margin-right: 15px;
	margin-top: 8px;
}
.icon-bar {
	display: block;
	width: 22px;
	height: 1px;
	margin: 5px 5px;
	background-color: #fff;
}
.burger-button .icon-bar {
	background-color: #27221F;
}

/* button */
.default-button,
.main a,
input[type=submit] {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	background: #272215;
	border: 1px solid #272215;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.default-button:hover,
.main a:hover {
	background: transparent;
	border-color: #fff;
}
.inverse {
	border-width: 1px;
}
.inverse:hover,
input[type=submit]:hover {
	color: #27221F;
	border: 1px solid #27221F;
	background: transparent;
}

/* breadcrumbs */
.breadcrumbs {
	font-family: 'Raleway', sans-serif;
	font-weight: 300!important;
	font-size: 14px!important;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	line-height: 28px;
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 70;
}
.breadcrumbs p {
	color: #fff!important;
	font-size: 12px!important;
}
.breadcrumbs span {
	color: whitesmoke;
}
.breadcrumbs a {
	text-decoration: none;
	color: #ccc;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.breadcrumbs a:hover {
	color: #fff;
}

/* flex-slider */
.wapper {
	width: 1170px;
	padding: 28vh;
	margin: 0 auto;
}
.pic-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*animation*/

	animation: slideShow 24s infinite;
	-o-animation: slideShow 24s infinite;
	-moz-animation: slideShow 24s infinite;
	-webkit-animation: slideShow 24s infinite;
}

@keyframes
slideShow {  0% {
	opacity: 0;
	-o-transform:scale(1);
}
	5% {
		opacity: 1
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		-o-transform:scale(1.1);
	}
	100% {
		opacity: 0;
		-o-transformm:scale(1);
	}
}

@-o-keyframes
slideShow {  0% {
	opacity: 0;
	-o-transform:scale(1);
}
	5% {
		opacity: 1
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		-o-transform:scale(1.1);
	}
	100% {
		opacity: 0;
		-o-transformm:scale(1);
	}
}

@-moz-keyframes
slideShow {  0% {
	opacity: 0;
	-moz-transform:scale(1);
}
	5% {
		opacity: 1
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		-moz-transform:scale(1.1);
	}
	100% {
		opacity: 0;
		-moz-transformm:scale(1);
	}
}

@-webkit-keyframes
slideShow {  0% {
	opacity: 0;
	-webkit-transform:scale(1);
}
	5% {
		opacity: 1
	}
	25% {
		opacity: 1;
	}
	30% {
		opacity: 0;
		-webkit-transform:scale(1.1);
	}
	100% {
		opacity: 0;
		-webkit-transformm:scale(1);
	}
}


/* Homepage */
.main .content {
	/*padding-top: 28vh;*/
}
.main-page .content {
	position: relative;
}
.pic-wrapper p {
	font-size: 22px!important;
	font-weight:500;
	text-transform: uppercase;
	color: #efefef!important;
	letter-spacing: 1px;
	margin-bottom: 70px;
	text-align: center;
	position: absolute;
	z-index: 5;
	top: 38%;
	right: 0;
	left: 0;
}
.pic-wrapper h1,
.main-page h1 {
	font-size:15vh;
	font-weight:500;
	color:#fff;
	margin-bottom:20px;
	text-align: center;
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 5px;
	left: 0;
}


.pic-wrapper h2,
.main-page h2 {
	color: #fff!important;
	font-size: 33px!important;
	margin-bottom: 70px;
	letter-spacing: normal!important;
	text-transform: capitalize!important;
	font-weight: 700!important;
}
.main h3,
.main h4,
.main h5,
.main h6 {
	color: #efefef!important;
}
.wrapper-hero {
	width: 100%;
	position: absolute;
	top:70%;
	text-align: center;
}
.text-head {
	width: 73%;
	padding-right: 5%;
	margin-left: 2%;
	float: right;
}
.text-head .text-head-video h2,
.text-head .text-head-video h3,
.text-head .text-head-video p{
	padding: 0 30px;
}
.text-head .text-head-video h3 {
	margin-top: 20px;
	margin-bottom: 30px;
}
.text-head .text-head-video h2 {
	font-weight: 300!important;

}
.text-head .text-head-video p {
	margin-top: 20px;
}
.text-head-video {
	width: 73%;
	float: left;
}
.about-me  {
	font-size: 50px!important;
}
.about-home p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	letter-spacing: 4px;
	text-transform: uppercase;
}
/* parallax */
.parallax {
	width:100%;
	padding:150px 0;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	text-align:center;
}
.parallax h2, .about-parallax h2 {
	font-family: 'Raleway', sans-serif;
	font-size:40px!important;
	font-weight:500!important;
	color:#fff!important;
	text-transform:uppercase!important;
	letter-spacing:1px;
	line-height:28px;
}
.parallax h3 {
	padding: 45px 0;
	font-size:28px!important;
	font-weight:300!important;
	color:#d8d8d8!important;
	text-transform:capitalize!important;
	letter-spacing:1px;
	line-height:28px;
}
/* video */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* section benefici cpt*/
.trattamenti {
	padding: 0 10px 80px;
}
.trattamenti2 {
	padding: 0 10px 10px;
}
.trattamenti h3,
.trattamenti2 h3{
	font-size: 18px!important;
	padding: 15px 0;
}

	  /* footer */
.white h2, .white h3, .white p {
	color:#fff!important;
	letter-spacing:0.1em;
}
.bg-maps {
	background:url(../Immagini/maps.png) no-repeat scroll center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.minheight h2 {
	color:#222222!important;
}
.minheight h3 {
	color:#222;
}
.column {
	width:50%!important;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}
.page-content {
	padding:10%!important;
}

.pre-footer i,
.pre-footer h4{
	color: #d4d4d4!important;
	font-weight: 200;
}
.pre-footer a {
	color: #d4d4d4;
}
.location h3 {
	color: white!important;
	font-size: 30px!important;
}
.linea {
	color: #e2e2e22b;
	border: solid 1px;
}
.footer {
	width:100%;
	padding:30px 0;
	background:#222;
}
.footer h4 {
	font-family: 'Raleway', sans-serif;
	text-align:center;
	color:#777;
	font-size:12px;
	font-weight:300;
	letter-spacing:1px;
	line-height:28px;
}
.footer span {
	margin:0 5px;
	font-size:14px;
}
.footer a {
	text-decoration:none;
	color:#777;
	transition:0.3s;
}
.footer a:hover {
	color:#fff;
}

.footer {
	width: 100%;
	padding: 30px 0;
	background: #222;
}
.footer h4 {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #777;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 28px;
}
.footer span {
	margin: 0 5px;
	font-size: 14px;
}
.footer a {
	text-decoration: none;
	color: #777;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer a:hover {
	color: #fff;
}
.footer li {
	list-style: none;
	display: inline;
}
.textwidget.custom-html-widget {
	display: inline;
}

/* Page sample */
.headline {
	width: 100%;
	padding-bottom: 70px;
	text-align: center;
}
.headline-single {
	width: 100%;
	padding-top: 45px;
	padding-bottom: 70px;
	text-align: center;
}
.headline h1,
.headline-single h1 {
	font-size: 48px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 4px;
}
.page h2 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 4px;
}
.resize-h3{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 4px;
}

.page h3,
.error h2 {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.page p {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 28px;
}
.headline h3 {
	font-size: 14px!important;
	font-weight: 400;
	color: #999;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.content-benefici p {
	padding:  0 12px;
}
.page code,
.page pre,
.page tt,
.page kbd {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #222;
}
.page tt,
.page kbd {
	color: #39f;
}
.page table {
	margin-bottom: 30px;
	border-collapse: collapse;
}
.page th {
	color: #39f;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #ccc;
}
.page td {
	font-weight: 300;
	color: #222;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ccc;
}
.page pre {
	line-height:28px;
	font-size: 14px;
	margin-bottom: 20px;
}
.page dl,
.page ul,
.page address {
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 28px;
	margin-bottom: 30px;
}
.page hr {
	margin-bottom: 30px;
}
.page ol {
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 28px;
	padding-bottom: 30px;
}
.page iframe {
	width: 100%;
}
.article-page h1 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 4px;
}
.article-page h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222;
	letter-spacing: 4px;
}
.article-page h3 {
	font-size: 20px;
}
.article-page h3,
.article-page h4,
.article-page h5,
.article-page h6 {
	font-weight: 400;
	color: #999;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.article-page p {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 28px;
}
.article-page strong {
	color: #222;
	font-weight: 400;
}
.article-page a {
	text-decoration: none;
	color: #894537;
	font-weight: 400;
	transition: 0.3s;
}
.article-page a:hover {
	color: #222;
}
blockquote {
	font-style: italic;
	border-left: 5px solid #eee;
	padding: 0 30px;
}
.article-page h1,
.article-page h2,
.article-page h3,
.article-page h4,
.article-page h5,
.article-page h6 {
	margin-bottom: 20px;
}
.article-page p,
.article-page ul,
.article-page ol {
	margin-bottom: 40px;
}
.article-page ul,
.article-page ol {
	list-style-position: inside;
}
.article-page ul ul,
.article-page ul ol,
.article-page ol ol,
.article-page ol ul {
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.article-page ul ul ul,
.article-page ul ol ul,
.article-page ol ol ol,
.article-page ol ul ol,
.article-page ul ul ol {
	margin-left: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.article-page li {
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	line-height: 28px;
}
.article-page form p {
	margin-bottom: 20px;
}

/* caption */
.wp-caption {
	padding: 18px 10px 10px;
	border-color: #ccc;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.wp-caption img {
	margin-bottom: 10px;
}
.wp-caption p.wp-caption-text {
	font-size: 13px;
}

/* gallery */
.b-image {
	width: 48%;
	padding: 0 1%;
}
.gallery img {
	border: none!important;
}
.gallery-caption {
	font-size: 12px;
	margin: 0 5px;
}
/* testimonial */
.testimonial img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.testimonial-archive img{
	border-radius: 50%;
	padding-top: 7%;
}
.testimonial-text h2,
.testimonial-archive h2{
	font-size: 50px;
	color: #222!important;
}
.testimonial h3,
.testimonial-archive h3{
	padding: 15px 0;
	font-size: 18px;
}
.testimonial p{
	padding: 5px 25px;
}

.testimonial-archive p{
	padding: 5px 25px 7%;
}
.testimonial-text p {
	font-size: 18px;
	padding: 20px 0;
	color: #222222!important;
}
.testimonial-archive {
	background-color: #cecbcb8a;
	width: 24%;
	margin-left: 1%;
	box-shadow: 0 5px 35px rgba(0,0,0,.2);

}


/* blog */
.article {
	width: 96%;
	background: #fff;
	margin: 0 2%;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.article:hover {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	box-shadow: 0 6px 40px rgba(0,0,0,0.15);
}
.article h3 {
	letter-spacing: 4px;
	color: #999;
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 300;
}
.article p {
	padding: 5px 10px 20px;
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	line-height: 28px;
}
.immagine-testimonial img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	padding: 10px 0;
}

.background-testimonial {
	height: auto;
	background-image:linear-gradient(to bottom right, #623131, #ffffef);
}
.search-page,
.search-page:hover {
	box-shadow: none;
}
.blog-page {
	margin-bottom: 30px;
}
.post {
	padding: 10%;
}
.post-search {
	padding: 0 10% 0 0;
}
.post h3, .post h2 {
	color: #222;
}
.post-meta {
	color: #222;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}
.post-meta.right ul {
	list-style: none;
}
.post-meta.right li {
	display: inline;
}
.post-meta a {
	color: #222;
	text-decoration: none;
	transition: 0.3s;
}
.post-meta .fa {
	font-size: 14px;
	margin-right: 5px;
	color: #222;
}
.post-meta a:hover,
.post-meta a:hover > .fa {
	color: #894537;
}
.post-meta span {
	border-left: 1px solid #ccc;
	padding-left: 5px;
}
.right {
	text-align: right;
	margin-left: -10px;
}
.margine {
	margin-left: -20px;
}
.option-post {
	padding: 0 30px;
}
a.title-post {
	font-size: 14px;
	text-decoration: none;
	color: #222;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.title-post:hover {
	color: #894537;
}
.pagination {
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.pagination a,
.pagination span {
	text-decoration: none;
	color: #222;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0 15px;
	height: 32px;
	display: block;
	float: left;
	font-weight: 300;
	font-size: 14px;
	border: 1px solid #ccc;
	background: transparent;
	cursor: pointer;
	line-height: 32px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.pagination a:hover,
.pagination .current {
	border-color: #894537;
}
a[rel=tag] {
	text-transform: capitalize;
	margin-left: 4px;
}

/* sidebar */
.aside {
	min-height: 768px;
}
.sidebar {
	padding: 0 10% 50px;
	position: relative;
}
.sidebar h3,
.blog-post-comments h3,
#wp-calendar caption {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #222;
	padding-bottom: 20px;
	border-bottom: 1px solid #27221F;
	margin-bottom: 50px;
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: none;
}
#wp-calendar th {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	background: rgba(60,155,255, 0.5);
	padding: 5px 0;
}
#wp-calendar td {
	font-weight: 300;
	padding: 5px 0;
	text-align: center;
}
#wp-calendar #today {
	color: #fff;
	background: rgba(60,155,255, 0.5);
	font-weight: 400;
}
.sidebar ul {
	list-style: none;
}
.sidebar li,
.tagcloud a {
	font-size: 14px!important;
	font-weight: 400;
	color: #222;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sidebar span {
	font-size: 13px;
	font-weight: 300;
	text-transform: capitalize;
	color: #222;
	letter-spacing: 2px;
}
.sidebar p {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	line-height: 28px;
}
.sidebar a {
	text-decoration: none;
	color: #222;
	font-weight: 300;
	transition: 0.3s;
}
.sidebar a:hover {
	color: #27221F;
}
.comment-author-link {
	text-transform: uppercase!important;
}
#wp-calendar {
	width: 100%;
}

/* form */
.nome,
.cognome {
	width: 39%!important;

}
.cognome {
	margin-left: 16px;
}
input {
	margin-bottom: 10px;
}
input[type=email],
input[type=text],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
input[type=date],
input[type=number],
select,
textarea {
	width: 90%;
	height: 42px;
	padding-left: 2%;
	padding-right: 8%;
	transition: 0.3s;
	border: 1px solid #ccc;
	color: #222;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	-webkit-appearance: none;
	margin-bottom: 10px;
}
select {
	width: 100%;
	background: #fff;
}
textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 100px;
	resize: none;
}
input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
	border-color: #27221F;
}
::-webkit-input-placeholder {
  color: #222;
	font-size: 14px;
	font-weight: 300;
}
:-moz-placeholder {
   color: #222;
	font-size: 14px;
	font-weight: 300;
}
::-moz-placeholder {
  color: #222;
	font-size: 14px;
	font-weight: 300;
}
::-o-input-placeholder {
  color: #222;
	font-size: 14px;
	font-weight: 300;
}
:-ms-input-placeholder {
  color: #222;
	font-size: 14px;
	font-weight: 300;
}
#searchsubmit {
	width: 50px;
	height: 42px;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 80;
	color: #ccc;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 44px;
	cursor: pointer;
	transition: 0.3s;
}
#searchsubmit:hover {
	color: #222;
}

/* Page Template */
.text-inner {
	margin-left: 20%;
}
.text-inner h3 {
	font-size: 20px;
	font-weight: 300;
	color: #222;
	text-transform: capitalize;
}

/* Comments */
.blog-post-comments p input,
.blog-post-comments form input,
.blog-post-comments form textarea,
.blog-post-comments form select {
	margin-bottom: 20px;
}
.blog-post-comments {
	padding-top: 100px;
}
.blog-post-comments ul,
.blog-post-comments ol {
	list-style: none;
}
.blog-post-comments ol {
	margin-bottom: 150px;
}
.children {
	margin-left: 100px;
	margin-bottom: 50px!important;
}
.children .children {
	margin-left: 0;
}
.comment-body {
	padding: 30px 0 20px;
}
.comment-body p {
	clear: both;
	margin-left: 104px;
	padding-bottom: 20px;
}
.comment-body strong {
	font-weight: 400;
	color: #27221F;
}
.comment-body code,
.comment-body pre,
.comment-body tt,
.comment-body kbd {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #222;
}
.comment-body tt,
.comment-body kbd {
	color: #27221F;
}
.comment-body table {
	margin-bottom: 30px;
	border-collapse: collapse;
}
.comment-body th {
	color: #894537;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #ccc;
}
.comment-body td {
	font-weight: 300;
	color: #222;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ccc;
}
.comment-body pre {
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
	font-weight: 400;
	margin-bottom: 10px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.comment-body h1 {
	font-size: 26px;
}
.comment-body h3 {
	padding-bottom: 0;
	border-bottom: none;
	font-size: 18px;
}
.comment-body blockquote {
	padding: 0;
	margin-bottom: 20px;
}
.comment-body blockquote p {
	margin-left: 10px;
}
.comment-body dl,
.comment-body ul,
.comment-body address {
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 28px;
	margin-bottom: 30px;
}
.comment-body ol {
	font-size: 14px;
	font-weight: 300;
	color: #222;
	line-height: 28px;
	padding-bottom: 30px;
}
.page .children {
	padding-bottom: 0!important;
}
.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.comment-body blockquote,
.comment-body table,
.comment-body dl,
.comment-body ol,
.comment-body ul,
.comment-body address,
.comment-body hr,
.comment-body pre {
	margin-left: 104px;
}
.comment-body hr {
	margin-bottom: 20px;
}
.comment-body pre h2 {
	margin-left: 0;
}
.comment-body ul ul,
.comment-body ol ol,
.comment-body ul ul ul,
.comment-body ol ol ol {
	margin-left: 0;
}
.comment-body ol {
	margin-bottom: 0!important;
	list-style: decimal inside;
}
.comment-body ul {
	list-style: disc inside;
}
.reply {
	border-bottom: 1px solid #ccc;
	margin-left: 104px;
	padding-bottom: 20px;
}
.reply a:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.reply a {
	color: #222!important;
	display: inline-block;
	padding: 5px 12px;
	border: 1px solid #ccc;
	letter-spacing: 0.3em!important;
}
.reply a:hover {
	border-color: #39f;
}
.comment-author.vcard {
	float: left;
	width: 50%;
}
.comment-meta {
	display: block;
	min-height: 74px;
}
.comment-meta::after {
	clear: both;
}
.comment-metadata {
	float: left;
	height: 74px;
	width: 50%;
	text-align: right;
}
.comment-metadata a > time,
.comment-metadata a.comment-edit-link {
	color: #ccc;
}
.fn {
	font-style: normal;
	color: #999!important;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	float: left;
	padding-top: 4px;
	color: #999;
}
.says {
	display: none;
}
.comment-author.vcard img {
	border-radius: 50%;
	float: left;
	margin-right: 30px;
}
 .comment-respond label, .page label {
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
	color: #222;
}
.page label {
	display: block;
}
p.logged-in-as,
p.comment-notes {
	margin-bottom: 20px;
}
.blog-post-comments input,
.blog-post-comments textarea {
	margin-bottom: 30px;
}
p.comment-notes,
.comment-body a,
.comment-respond a {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}
.comment-body a,
.comment-respond a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.comment-body a:hover,
.comment-respond a:hover,
.comment-metadata a:hover > time {
	color: #39f;
}
.comment-navigation {
	margin-bottom: 30px;
}
.comment-navigation a {
	text-decoration: none;
	color: #894537;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.comment-navigation a:hover {
	color: #222;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
}

/* Gallery */
.gallery img {
	width: 96%;
	margin: 0 2%;
	height: auto;
}
.gallery dl {
	margin-bottom: 0;
}

/* media for tablet and mobile device*/
@media only screen and (min-width: 992px) and (max-width: 1170px) {
	body {
		overflow-x: hidden;
	}
	.content {
		width: 96%;
		margin: 0 2%;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-6,
	.col-lg-8,
	.col-lg-10 {
		width: 100%;
		float: none;
	}
	.col-lg-offset-2 {
		width: 33.33333%;
		float: left;
	}
	.col-lg-offset-3 {
		width: 50%;
		float: left;
	}
	.sidebar button {
		right: 30px;
	}
}
@media only screen and (max-width: 991px) {
	body {
		overflow-x: hidden;
	}
	.content {
		width: 96%;
		margin: 0 2%;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-6,
	.col-lg-8,
	.col-lg-10 {
		width: 100%;
		float: none;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-8,
	.col-md-10 {
		width: 100%;
		float: none;
	}
	.col-md-offset-2 {
		width: 33.33333%;
		float: left;
	}
	.col-md-offset-3 {
		width: 50%;
		float: left;
	}
	.logo {
		width: 50%;
		float: left;
	}
	.navbar {
		display: block;
	}
	.nav {
		position: fixed;
		left: -290px;
		width: 280px;
		height: 100%;
		top: 0;
		z-index: 99;
		overflow-y: scroll;
		background: #fff;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		-moz-transition: -moz-transform .5s ease-in-out;
		-ms-transition: -ms-transform .5s ease-in-out;
		-o-transition: -o-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		margin-right: 0;
		float: none;
		box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
		-webkit-box-shadow: 4px 4px 12px rgba(0,0,0,0.2);
	}
	.wide {
		-webkit-transform: translate(290px,0);
		-moz-transform: translate(290px, 0);
		-ms-transform: translate(290px, 0);
		-o-transform: translate(290px, 0);
		transform: translate(290px, 0);
	}
	.nav li,
	.nav a {
		width: 92%;
		display: block;
		height: auto;
		min-height: 40px;
		line-height: 40px;
		color: #222;
		margin-left: 0;
		margin-right: 0;
		padding-left: 4%;
		padding-right: 4%;
		margin-bottom: 5px;
	}
	.nav li:first-child {
		padding-top: 60px;
	}
	.nav li:last-child {
		padding-bottom: 60px;
	}
	.nav a:hover {
		color: #fff;
		background: #894537;
	}
	.nav .current-menu-item > a {
		color: #fff;
		background: #894537;
	}
	.sub-menu {
		box-shadow: none;
		-webkit-box-shadow: none;
		position: static;
		padding: 0;
		display: block;
	}
	.sub-menu li,
	.sub-menu a {
		float: none;
		height: auto;
		min-height: 0;
		line-height: 20px;
	}
	.sub-menu a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.sub-menu li:first-child {
		padding-top: 0;
	}
	.sub-menu li:last-child {
		padding-bottom: 0;
		border-bottom: 1px solid #efefef;
	}
	.nav li:hover .sub-menu ul {
		display: block;
	}
	.sub-menu ul li:last-child {
		border-bottom: none;
	}
	.option-post {
		padding: 0;
	}
	.post-meta.right {
		text-align: left;
		padding-top: 8px;
	}
	.sidebar button {
		right: 25px;
	}
	.blog-post-comments {
		padding-top:30px;
	}
	#searchsubmit {
		right: 25px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.content {
		width: 96%;
		margin: 0 2%;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-6,
	.col-lg-8,
	.col-lg-10 {
		width: 100%;
		float: none;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-6,
	.col-md-8,
	.col-md-10 {
		width: 100%;
		float: none;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-6,
	.col-sm-8,
	.col-sm-10 {
		width: 100%;
		float: none;
	}
	.col-sm-offset-2 {
		width: 33.33333%;
		float: left;

	}
	.col-sm-offset-3 {
		width: 50%;
		float: left;
	}
	.logo {
		width: 50%;
		float: left;
	}
	.main content {
		padding-top: 36vh;
	}
	.main h1 {
		font-size: 46px;
	}
	.pic-wrapper h1,
	.main-page h1 {
		font-size: 46px;
		font-weight:500;
		color:#fff;
		margin-bottom:20px;
		text-align: center;
		position: absolute;
		z-index: 5;
		top: 50%;
		right: 5px;
		left: 0;
	}
	.pic-wrapper p {
		font-size: 16px!important;
	}
	.b-image {
		padding: 0;
	}
	.about-me {
		font-size: 36px!important;
	}
	.testimonial-text h2, .testimonial-archive h2 {
		font-size: 36px;
	}
	.headline h3 {
		line-height: 25px;
		  }
	.main h2,
	.main.page h2 {
		font-size: 18px!important;
	}
	.page h2 {
		font-size: 20px;
	}
	.aside {
		min-height: 100px;
	}
	.sidebar {
		padding-left: 0;
		padding-right: 0;
	}
	.space-mobile {
		padding-top: 70px;
	}
	.sidebar button {
		right: 0;
	}
	.text-inner {
		margin-left: 0;
	}
	.children {
		margin-left: 0;
	}
	.comment-body {
		padding: 0 0 20px;
	}
	.comment-body h1,
	.comment-body h2,
	.comment-body h3,
	.comment-body h4,
	.comment-body h5,
	.comment-body h6,
	.comment-body blockquote,
	.comment-body table,
	.comment-body dl,
	.comment-body ol,
	.comment-body ul,
	.comment-body address,
	.comment-body hr,
	.comment-body pre,
	.comment-body p {
		margin-left: 0;
	}
	.reply {
		margin-left: 0;
	}
	.comment-author.vcard {
		float: none;
		width: 100%;
		min-height: 74px;
		margin-bottom: 10px;
	}
	.fn {
		float: right
	}
	.comment-metadata {
		float: none;
		clear: both;
		height: auto;
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.comment-author.vcard img {
		border-radius: 50%;
		float: left;
		margin-right: 30px;
	}
	#searchsubmit {
		right: 0;
	}
	.table-row {
		display: block;
	}
	.table-row {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	.column {
		width: 100%;
		display: block;
		min-height: 350px;
	}
	.bg-maps {

		background-size: cover;
	}
	.column {
		width: 100%!important;
		overflow: hidden;
		display: block;
		vertical-align: middle;
	}
	.minheight {
		min-height: 0;
	}
	.trattamenti {
		padding: 0 0 40px;
	}
	.trattamenti2 {
		padding: 0 0 10px;
	}
	.responsive-reset {
		padding-top: 15px;
		padding-bottom: 25px;
	}
	.parallax h2 {
		 font-size: 30px!important;
		 line-height: 35px;
	 }
	.parallax h3 {
		font-size: 18px!important;
	}
	.text-head,
	.text-head-video {
		width: 90%;
		padding-right: 5%;
		padding-top: 20px;
		margin-left: 2%;
		float: right;
	}
	.action-margin {
		padding: 0 ;
	}
	.embed-container {
		overflow: unset;
		padding-bottom: 10%;
	}
	.embed-container iframe, .embed-container object, .embed-container embed {
		position: relative;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 320px) {
	.nav {
		left: -250px;
		width: 240px;
	}
	.wide {
		-webkit-transform: translate(250px,0);
		-moz-transform: translate(250px, 0);
		-ms-transform: translate(250px, 0);
		-o-transform: translate(250px, 0);
		transform: translate(250px, 0);
	}
	.page th,
	.page td,
	.comment-body th,
	.comment-body td {
		padding: 8px;
	}
}
