@charset "utf-8";
/* CSS Document */
.slide {background-image: url(../img/slider/psicologa-parma.jpg); background-size: cover; background-position: right 30%; background-repeat: no-repeat; margin-bottom: -250px;overflow: hidden;min-height: calc(100vh / 10 * 7)}
.pi-row-md .pi-row-block-logo img {
    margin-left: 10px;
}
.col50 {
    width:50%;
	padding: 240px 40px;
}
@media screen and (max-width: 1365px) {
.slide {background-image: url(../img/slider/psicologa-parma1366.jpg); background-size: cover; background-position: right center; background-repeat: no-repeat; margin-bottom: -150px}
}
@media screen and (max-width: 979px) {
.slide {background-image: url(../img/slider/psicologa-parma980.jpg); background-size: cover; background-position: right center; background-repeat: no-repeat; margin-bottom: -100px}

}
@media screen and (max-width: 800px) {
.slide {background-image: url(../img/slider/psicologa-parma980.jpg); background-size: cover; background-position: 90% center; background-repeat: no-repeat; margin-bottom: -100px}

}
@media screen and (max-width: 639px) {
	.slide {background-image: url(../img/slider/psicologa-parma640.jpg); background-size: cover; background-position: 75% center; background-repeat: no-repeat; margin-bottom: -50px}

	.pi-row-md .pi-row-block-logo img {
		max-height: 50px;
		margin-top: 10px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 479px) {
	.slide {background-image: url(../img/slider/psicologa-parma480.jpg); background-size: cover; background-position: right 30%; background-repeat: no-repeat; margin-bottom: -50px}
	.col50 {
		width:60%;
		padding: 10px 20px;
	}
	.lead-16{font-size: 0.9em}
	.pi-row-md .pi-row-block-logo img {
		max-height: 40px;
		margin-top: 10px;
		margin-left: 0px;
	}
}

/* FORM */
.pi-section-grey .form-control:focus {
    background: #ffffff;
    border-color: #db0000;
    color: #939fa4;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}
.form-control {
    border-radius: 30px;
}
/* FINE FORM */
.pi-btn-base.pi-btn-no-border:hover {
    border-color: #db0000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background-color: #735b3b;
}
.googlemaps iframe{
	height: 100%
}
.article{
	background-color: transparent !important;
	transition: 0.5s ease;
}

.link-base{
	color: #db0000 !important;
	transition: 0.5s ease;
}

.link-base:hover{
	color: #829079 !important;
}

.article:hover {
	background-color: #fff;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
}

.bold{
	font-weight: 700;
	color: #829079 !important;
}

.title-decoration {
  position: relative;
  display: block;
  width: 80%;
  margin: 20px auto 30px;
}
.title-decoration::before, .title-decoration::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  height: 1px;
  width: 36%;
  background-color: #829079;
}
.title-decoration::after {
  right: 0;
}
.title-decoration i[class*=fa-] {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  border: 1px solid #829079;
  border-radius: 50%;
  font-family: "Fontawesome";
  font-size: 18px;
  font-style: normal;
  text-align: center;
  line-height: 35px;
  color: #829079;
}

.title-decoration .img-container{
	margin: auto;

}
.title-decoration img{
	display: block;
  margin: auto;
}

.sm-onbase-divider{
	border-top: 1px solid #9e7b51 !important;
}

.pi-icon-box .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box-vertical .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box .pi-icon-box-icon-square.pi-icon-box-icon-dark, .pi-icon-box-vertical .pi-icon-box-icon-square.pi-icon-box-icon-dark {
    background: #775d3d;
    color: #db0000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}

.pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-dark, .pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-dark, .pi-icon-box-hover:hover .pi-icon-box-icon-circle.pi-icon-box-icon-white, .pi-icon-box-hover:hover .pi-icon-box-icon-square.pi-icon-box-icon-white {
    background: #db0000;
    color: #fff;
}

.accent{
	color: #829079 !important;
}
.onbase{
	color: #ede6b8 !important;
}

.sm-font{
	font-family: 'Libre Baskerville', serif;
}

.list-dot {
  list-style: none; /* Remove default bullets */
}

.list-dot li::before {
  content: "\2713";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #548cc5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
	font-size: 1.2em;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* 16:9 video embed*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/**/

.quote::before{
	content: url("../img/quote.png");
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 0;
	max-width: 50px;
}

.quote p{
	position: relative;
	z-index: 1;
}

.sm-shadow{
-webkit-box-shadow: 0px 10px 19px -12px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 10px 19px -12px rgba(0,0,0,0.4);
box-shadow: 0px 10px 19px -12px rgba(0,0,0,0.4);
}

.section-relative{
	position: relative;
	margin-top: -250px;
}

.pi-icon-box:hover h4{
	transition: 0.5s ease;
	color: #db0000 !important;
}

.pi-icon-box .pi-icon-box-icon-circle, .pi-icon-box-vertical .pi-icon-box-icon-circle, .pi-icon-box .pi-icon-box-icon-square, .pi-icon-box-vertical .pi-icon-box-icon-square {
    color: #db0000;
}

.parent{
	overflow: hidden;
}

.child{
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

/*.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.cit{
	text-align: right;
	color: #829079 !important;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300px;
	letter-spacing: 0.05em;
}

.cit strong{
	color: #db0000 !important;
}


