/*
 Theme Name:   Federica Marzoli
 Description:  Architetto - Home Stager
 Author:       Artemida Srl
 Author URI:   artemida.it
 Version:      1.2.0.0
 Text Domain:  federicamarzoli
*/

@font-face {
    font-family: Canter;
    src: url("/wp-content/themes/fedricamarzoli/fonts/CanterLight.otf") format("opentype");
}

@font-face {
    font-family: Canter;
    font-weight: bold;
    src: url("/wp-content/themes/fedricamarzoli/fonts/CanterBold.otf") format("opentype");
}

.opacity0001 {
	opacity: 0.0001;
}
.position-absolute-container {
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-size: cover;
    background-position: center;
	position: absolute;
}

.position-absolute-container.secondo {
	opacity:0.00001;
	transition: opacity 2s;
	transition-delay:1s;
}
.slick-current .position-absolute-container.secondo {
	opacity:1;
	transition: opacity 2s;
	transition-delay:1s;
}
.main-content p {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: justify;
}
.prima-dopo {
	position: absolute;
	bottom: 10px;
	/*left: 8px;*/
	left: 25px;
	background-color: rgba(255,255,255,0.5);
	border:1px solid #f1f1f1;
	max-width: 220px;
	width:100%;
	padding:10px;
	font-size: 1.1rem;
}
.archive .entry-content:nth-child(odd) .row > div:first-child {
	order: 2;
}

.logo img {
	max-width: 7rem;
    position: absolute;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	color:#305f72;
	font-family: 'Canter', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
}
.prima-dopo strong {
	color:#305f72 !important;
	font-family: 'Canter', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 2rem;
}
.title_text {
	background-image: linear-gradient(#305f72, #305f72);
	background-repeat: no-repeat;
	animation-name: bganimate;
	animation-duration: 3s;
	transition: background-size .5s, background-position .3s ease-in .5s;
	padding: 0 4% 6px;
	color: #FFF;
}
@keyframes bganimate {
  from {
	background-position: 0 0;
	background-size: 1px 100%;
	}
  to {
	  
	background-size: 100% 100%;
	background-position: 0% 0%;
	}
}
.untree_co_slider-wrap .property-contents .current-price {
	font-size: 4rem;
	font-family: 'Canter', sans-serif;
}
.untree_co_slider-wrap .property-contents h2 {
	font-size: 1.5rem;
	font-family: 'Canter', sans-serif;
}
ol {
	counter-reset: item;
	list-style-type: none;
}

ol li {
	background: #f8f9fa;
	border-radius: 4px;
	line-height: 2;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	font-size: 1.2rem;
}
ol li:before {
	content: '' counter(item, decimal) '';
	font-family: 'Canter', sans-serif;
	background: #305f72;
	border-radius: 4px;
	color: #FFF;
	margin: 0 5px 0 8px;
	padding: 4px 7px;
	counter-increment: item;
	position: absolute;
	left: -40px;
	top: 6px;
	line-height: 18px;
	text-align: center;
	width: 30px;
}

body.privacy-policy ol {
	padding-left: 0;
}
body.privacy-policy ol li:before {
	content:none;
}

