/*
Theme Name: Studio Alma
Theme URI: http://studioalma.net
Author: Digital Nation
Version: 1.0
*/


/* ICON FONT-FACE  */

@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?nnqlbj');
    src:    url('fonts/icomoon.eot?nnqlbj#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff2?nnqlbj') format('woff2'),
        url('fonts/icomoon.ttf?nnqlbj') format('truetype'),
        url('fonts/icomoon.woff?nnqlbj') format('woff'),
        url('fonts/icomoon.svg?nnqlbj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle-up:before {
    content: "\e903";
    color: #717171;
    transition: all 0.7s;
    font-size: 38px;
    cursor: pointer;
}

.icon-circle-up:hover:before {
    color: #000;
}

.icon-vimeo:before {
    content: "\e900";
    color: #717171;
    transition: all 0.7s;
    font-size: 20px;
}

.icon-vimeo:hover:before {
    color: #000;
}

.icon-facebook:before {
    content: "\e901";
    color: #717171;
    transition: all 0.7s;
    font-size: 20px;
}

.icon-facebook:hover:before {
    color: #000;
}

.icon-twitter:before {
    content: "\e902";
    color: #717171;
    transition: all 0.7s;
    font-size: 20px;
}

.icon-twitter:hover:before {
    color: #000;
}

/* BODY */

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body,html {
    height: 100%;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

body {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

/* HEADER */

header {
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: relative;
    text-align: center;
}

#cont-lang {
    position: absolute;
    top: 20px;
    left: 27px;
    color: #717171;
    font-family: 'Vollkorn', serif;
    font-size: 1.5rem;
    text-align: center;
}

.lang {
    display: inline-block;
    position: relative;
    transition: all 0.7s;
}

.lang:hover {
    color: #000;
}

.active {
    color: #000;
}

.lang:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #67dcc7;
    transition: all 0.7s;
    bottom: 0;
    margin-bottom: 2px;
    left: 50%;
    text-align: center;
}

.lang:hover:after {
    width: 60%;
    left: 20%;
}

.active:after {
    width: 55%;
    left: 20%;
}

#logo {
    display: inline-block;
    width: 115px;
    margin-top: 10px;
}

#logo img {
    width: 100%;
    display: flex;
}

#cont-social {
    position: absolute;
    top: 20px;
    right: 27px;
    text-align: center;
}

.social {
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.social img {
    height: 100%;
}

nav {
    text-align: center;
}

nav ul li {
    font-size: 1.7rem;
    color: #717171;
    font-family: 'Vollkorn', serif;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    position: relative;
    transition: all 0.7s;
}

nav ul li:hover {
    color: #000;
}

nav ul li:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #67dcc7;
    transition: all 0.7s;
    bottom: 0;
    margin-bottom: 2px;
    left: 50%;
    text-align: center;
}

nav ul li:hover:after {
    width: 55%;
    left: 20%;
}

.slash {
    font-size: 1.7rem;
    color: #717171;
    font-family: 'Vollkorn', serif; 
}

/* FINE HEADER */

/* SECTION */

section {
    width: 100%;
    height: 100%;
}

.container {
    text-align: center;
    height: auto;
    margin-bottom: 30px;
}

#home-bottom {
    width: 80%;
    height: auto;
    display: inline-block;
}
/* TEMPLATE PROGETTI */

.project {
    width: 80%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.thumb-project {
    width: calc(33% - 40px);
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.6s;
    cursor: pointer;
    position: relative;
}

.thumb-project img {
    width: 100%;
    display: flex;
    -webkit-filter: saturate(0);
    filter: saturate(0);
}

.thumb-project:hover > img {
    -webkit-filter: saturate(1);
    filter: saturate(1);
}

.thumb-project:hover > .bneffect {
    opacity: 0;
}

.thumb-project:hover .project-title {
    opacity: 0;
    bottom: 60px;
}

.bneffect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    transition: all 0.6s;
}

.in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.project-title {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Vollkorn', serif; 
    font-size: 1.35rem;
    color: #000;
    position: relative;
    transition: all 0.6s;
    bottom: 0;
}

.acqua-line {
    height: 3px;
    text-align: center;
    background-color: #67dcc7;
    position: absolute;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: 17px;
}

/* SLIDE */

.slick-dots {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots button {
    color: transparent;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: black;
    outline: none;
    border: none;
}


.slick-active button {
    background-color: dimgray;
}

.slick-slider {
    width: calc(80% - 60px);
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.slide2 {
    width: 100%;
    margin-top: 25px;
}

#slick-home {
    margin-top: 30px;
}

.slide {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.slide-about {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.slide img {
    width: 100%;
    display: flex;
}

.slide-about img {
    width: 100%;
    display: flex;
}

.slide-prev {
    position: absolute;
    left: -8%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    z-index: 1000;
    top: 50%;
    margin-top: -19px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.slide-next {
    position: absolute;
    right: -8%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    z-index: 1000;
    top: 50%;
    margin-top: -19px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: aqua;
}

#slide-info {
    width: 100%;
    display: inline-block;
    height: 70px;
    position: relative;
}

.slide-title {
    font-family: 'Vollkorn', serif; 
    font-size: 2.2rem;
    color: #000;
    text-align: left;
    position: absolute;
    bottom: 0;
}

.slide-close {
    font-family: 'Vollkorn', serif; 
    font-size: 1.25rem;
    color: #000;
    right: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    transition: all 0.5s;
}

.slide-close:hover {
    color: #67dcc7;
}

/* HOME CONTENT */

.last-work {
    display: inline-block;
    width: calc(50% - 62px);
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.last-work img {
    width: 100%;
    display: flex;
}

.last-container {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.last-container:hover > .bneffect {
    opacity: 1;
}

.last-container:hover > .in {
    opacity: 1;
}

.last-title {
    font-family: 'Vollkorn', serif; 
    font-size: 2.5rem;
    color: #000;
    text-align: left;
}

.last-title:before {
    content: '+';
    display: inline-block;
    font-family: 'Vollkorn', serif; 
    font-size: 2.2rem;
    color: #67dcc7;
}

.last-container .bneffect {
    opacity: 0;
}

.last-container .in {
    opacity: 0;
}

.hb-content {
    width: calc(50% - 62px);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    display: inline-block;
}

.hb-content .video-container {
    width: 100%;
    height: 300px;
    position: relative;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.focus-text {
    width: 100%;
    position: relative;
    margin-top: 30px;
    height: 200px;
}

.focus-text p {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-family: 'Vollkorn', serif; 
    font-size: 1.25rem;
    color: #000;
    
}

#news-container {
    width: 100%;
    position: relative;
}

#news-container-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news {
    width: 100%;
    text-align: left;
    font-family: 'Vollkorn', serif; 
    font-size: 1.25rem;
    color: #636363;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CHI SIAMO */

.about-p {
    width: 80%;
    display: inline-block;
    text-align: center;
}

.architetture {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    width: calc(40% - 40px);
    text-align: left;
    font-family: 'Vollkorn', serif;
    font-size: 1rem;
    margin-bottom: 100px;
}

.architetture .last-title {
    margin-bottom: 25px;
}

.persone {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    margin-top: 100px;
    font-family: 'Vollkorn', serif;
    font-size: 1rem;
}

.persone img {
    width: 100%;
}

.persone a {
    color: #67dcc7;
}

.persone span {
    margin-left: 7px;
    margin-right: 7px;
}

/* CONTACT */

#about {
    width: 80%;
    display: inline-block;
    text-align: center;
}

#container-map{width: 80%; height:500px; display: inline-block;}
        
#call{
    
  
}
#contatti{margin: 50px;
text-align: center;
line-height: 20px;
color: gray;}

#form{margin: 50px;
text-align: center;
}

#call a{border: solid 1px gray;
  padding: 20px;
    width: 80px;
    display: block;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    
text-align: center;}

#call a:link,#call a:visited{color: gray;}
#call a:hover{color: black;}

      #map-canvas{width: 100%; height:100%; position:relative;z-index:10;}
/* FOOTER */

footer {
    width: 100%;
    height: 200px;
    text-align: center;
}

.up {
    display: inline-block;
    margin-top: 15px;
}

.footer-line {
    height: 3px;
    display: inline-block;
    background-color: #67dcc7;
    width: 90px;
    margin-top: 45px;
}

.info {
    display: inline-block;
    font-family: 'Vollkorn', serif;
    color: #717171;
    font-size: 1rem;
    margin-top: 25px;
}

/* PRELOADER */

#preloader {
    width: 100%;
    height: 100%;
    background-color: white;
    display: table;
    z-index: 100000;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; 
}

.preload-in {
    display: table-cell;
    vertical-align: middle;
}

.cssload-container {
	width: 100%;
	height: 49px;
	text-align: center;
}

.cssload-speeding-wheel {
	width: 49px;
	height: 49px;
	margin: 0 auto;
	border: 3px solid rgb(0,0,0);
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 1175ms infinite linear;
		-o-animation: cssload-spin 1175ms infinite linear;
		-ms-animation: cssload-spin 1175ms infinite linear;
		-webkit-animation: cssload-spin 1175ms infinite linear;
		-moz-animation: cssload-spin 1175ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}