/*
Theme Name: aBC.lab Architettura
Author: KMSTUDIO
Version: 1.0
*/

/*--- SLICK FONT ---------------*/
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('assets/js/class/slick/fonts/slick.eot');
  src: url('assets/js/class/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('assets/js/class/slick/fonts/slick.woff') format('woff'), url('assets/js/class/slick/fonts/slick.ttf') format('truetype'), url('assets/js/class/slick/fonts/slick.svg#slick') format('svg');
}
/*--- FINE > SLICK FONT --------*/

html {
	font-size: 18px;
	height: 100%;
}
html, body {
	
}

body {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 20px;
    background-color: #fff;
	color: #666;
	padding: 0;
	margin: 0;
	min-height: 100%;
	position: relative;
}

body.no-scroll {
	overflow: hidden;
}

h1 {
    text-align: center;
    font-weight: 400;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 1em 0 1.4em 0;
    color: #666;
}
h1 span {
    color: #1172b4;
}

h2 {
    font-weight: 400;
    font-size: 2rem;
    margin: 1em 0 2em 0;
    color: #666;
    letter-spacing: 0;
}
h3 {
	font-weight: 400;
    font-size: 1.7rem;
    margin: 0.8em 0 0.5em 0;
    color: #666;
    letter-spacing: 0;
}
h4 {
	font-weight: 400;
    font-size: 1.3rem;
    margin: 0 0 2px 0;
    padding: 0;
}

b, strong {
    font-weight: 700;
}

a,
button {
	color: #666;
	-webkit-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	-o-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
	text-decoration: none;
}
a:hover,
button:hover {
	color: #000;
}
a,
a:hover,
a:link,
a:visited,
a:active {
	outline: none;
}

hr {
	border-top: 1px solid #ccc;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

time {
	display: inline-block;
}

p {
	line-height: 1.3;
}

.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	opacity: 1;
	transition: opacity 800ms;
}
.overlay-bg.inactive {
	opacity: 0;
	pointer-events: none;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

/*--- BOOTSTRAP OVERWRITE ---------------------------------------------------*/

/*--- FINE > BOOTSTRAP OVERWRITE --------------------------------------------*/

/*--- NAVIGATION RESPONSIVE -------------------------------------------------*/
nav.nav-responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #f6f8f9;
	z-index: 9999;
	padding: 0;
	opacity: 0;
	overflow-y: auto;
	transition: all 300ms;
	transform: translateX(-100%);
	left: 0;
}
nav.nav-responsive header {
	margin-top: 10px;
	margin-bottom: 20px;
}
nav.nav-responsive header .logo {
	
}
nav.nav-responsive header .logo img {
	width: 200px;
}
nav.nav-responsive header .menu-close {
	
}
nav.nav-responsive header .menu-close span {
	cursor: pointer;
	font-size: 2.5rem;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: block;
	color: #8d98a1;
}
nav.nav-responsive header .menu-close span:hover {
	transform: rotate(180deg);
}
nav.nav-responsive header .menu-close span:before {
	width: auto;
}
nav.nav-responsive ul {
	padding: 0;
	margin: 0 -15px 20px -15px;
	list-style-type: none;
}
nav.nav-responsive ul li {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	list-style-type: none;
}
nav.nav-responsive ul li ul {
	padding: 0;
	margin: 0 0 10px 0;
}
nav.nav-responsive ul li ul li {
	text-transform: none;
}
nav.nav-responsive ul li ul li a {
	padding-left: 40px;
}
nav.nav-responsive ul li a {
	color: #8d98a1;
	font-weight: 400;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
nav.nav-responsive ul li a:hover {
	color: #fff;
	background-color: #1172b4;
	text-decoration: none;
}
nav.nav-responsive ul li a:not([href]) {
	color: #fff;
}
nav.nav-responsive ul li a:not([href]):hover {
	background-color: transparent;
	color: #fff;
	cursor: default;
}
nav.nav-responsive footer {
	margin: 0 0 30px 0;
}
nav.nav-responsive footer .search-site {
	/*margin-bottom: 15px;*/
}
nav.nav-responsive footer span {
	-webkit-transition: color 400ms;
	-o-transition: color 400ms;
	transition: color 400ms;
}
nav.nav-responsive footer span[class^="icon-"] {
	color: #fff;
	cursor: pointer;
	font-size: 1.8em;
	border-right: 1px solid #fff;
	line-height: 1.2;
	margin-right: 8px;
}
nav.nav-responsive footer span:not([class]) {
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	text-transform: uppercase;
}
nav.nav-responsive footer a {
    display: block;
}
nav.nav-responsive footer a:hover {
    background-color: #fff;
    text-decoration: none;
}
nav.nav-responsive footer a:hover * {
    color: #13438a;
}
nav.nav-responsive footer a > span {
    padding: 10px 20px;
}
nav.nav-responsive footer a span[class^="icon-"] {
    -webkit-transition: border 400ms;
    -o-transition: border 400ms;
	transition: border 400ms;
}
nav.nav-responsive footer a:hover span[class^="icon-"] {
    border-right: 1px solid #13438a;
}
/*---------------------------------------------------------------------------*/

/*--- HEADER ----------------------------------------------------------------*/
header.site {
    background-color: #fff;
	border-bottom: 1px solid #ccc;
}
header.site .logo {
    width: 250px;
	text-align: left;
    margin: 0;
    padding: 0;
}
header.site .logo span {
    text-indent: -9999px;
    display: block;
    height: 0;
}
header.site .logo img {
	max-width: 125px;
}
header.site ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.site ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 400;
}
header.site ul li a {
    color: #404041;
    text-decoration: none;
}
header.site ul li a:hover {
    color: #1172b4;
    text-decoration: none;
}

header.site .right-to-logo > * {
    margin-right: 30px;
}
header.site .right-to-logo > *:last-of-type {
    margin-right: 0;
}
header.site .hamburger-responsive {
    display: none;
    cursor: pointer;
}
header.site .hamburger-responsive span {
	font-size: 2.6rem;
}
header.site .hamburger-responsive span:before {
	vertical-align: -3px;
}

header.site ul.navigation {
    /*padding: 20px 0;*/
}
header.site ul.navigation li {
    font-weight: 400;
    margin: 0 30px 0 0;
    font-size: .9rem;
}
header.site ul.navigation li:last-child {
    margin: 0;
}
header.site ul.navigation li a span {
    color: #1172b4;
}
header.site ul.navigation li.only-responsive {
    display: none;
}
/*--- FINE > HEADER ---------------------------------------------------------*/

/*--- STILI GENERALI --------------------------------------------------------*/
.social-sharing {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.social-sharing > a.share-btn {
	color: #8d98a1;
	font-size: 1em;
	text-decoration: none;
    transform: rotate(180deg);
    display: inline-block;
    border-radius: 30%;
}
.social-sharing > a.share-btn:hover {
	text-decoration: none;
	color: #1172b4;
}
.social-sharing[data-position='left'] .share-box-socials {
	right: 15px;
}
.social-sharing[data-position='left'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 0;
}
.social-sharing[data-position='right'] .share-box-socials {
	left: 15px;
}
.social-sharing[data-position='right'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #1172b4;
	border-left: 5px solid #1172b4;
	left: 0;
}
.social-sharing .share-box-socials {
	position: absolute;
	cursor: auto;
	bottom: 45px;
	white-space: nowrap;
	background-color: #1172b4;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	transition: transform 400ms, opacity 400ms !important;
	z-index: 1;
}
.social-sharing .share-box-socials:after {
	position: absolute;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
}
.social-sharing .share-box-socials a {
	display: inline-block;
	padding: 5px;
	color: #fff !important;
	text-align: center;
	transition: background-color 400ms,
                color 400ms,
                box-shadow 400ms ease-in-out;
	box-sizing: border-box;
}
.social-sharing .share-box-socials a:hover {
	background-color: #fff;
    color: #1172b4 !important;
    box-shadow: 0 0 0 4px;
}
.social-sharing[data-position='right'] .share-box-socials .share-btn:first-child:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1172b4;
    border-left: 5px solid #1172b4;
    left: 0;
}
.social-sharing[data-position='left'] .share-box-socials .share-btn:last-child:after {
    border-bottom: 5px solid transparent;
	border-right: 5px solid #1172b4;
	border-top: 5px solid #1172b4;
	border-left: 5px solid transparent;
    right: 0;
}
.social-sharing .share-box-socials .share-btn:after {
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: 1;
    -webkit-transition: border 400ms !important;
    -o-transition: border 400ms !important;
    transition: border 400ms !important;
}
.social-sharing[data-position='right'] .share-box-socials .share-btn:first-child:hover:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}
.social-sharing[data-position='left'] .share-box-socials .share-btn:last-child:hover:after {
    border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
}
.social-sharing.opened .share-box-socials {
	opacity: 1;
	transition: transform .3s cubic-bezier(0,.74,.16,1.13), opacity .6s;
	-webkit-transform: scale(1);
			transform: scale(1);
}
.social-sharing.opened > a.share-btn {
    color: #1172b4;
}

.pagination {
    margin: 2em 0;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    font-size: 0.9rem;
}
.pagination .nav-links .page-numbers {
    padding: 0px 5px;
    display: inline-block;
    color: #1172b4;
    position: relative;
    margin-right: 5px;
}
.pagination .nav-links .page-numbers:after {
    content: "-";
    font-weight: 700;
    margin: 0 4px 0 0;
    position: absolute;
    right: -11px;
    color: #1172b4;
}
.pagination .nav-links .page-numbers:last-child:after {
    content: "";
    margin: 0;
}
.pagination .nav-links a {
    background-color: transparent;
    text-decoration: none;
}
.pagination .nav-links a:hover {
    background-color: #1172b4;
    color: #fff;
    text-decoration: none;
}
.pagination .nav-links .current {
    background-color: #1172b4;
    color: #fff;
    cursor: default;
}
.pagination .nav-links .prev {
    display: none;
}
.pagination .nav-links .next {
    /*display: none;*/
}
/*--- FINE > STILI GENERALI -------------------------------------------------*/

/*--- PAGINA RICERCA --------------------------------------------------------*/

/*--- FINE > PAGINA RICERCA -------------------------------------------------*/

/*--- HOMEPAGE --------------------------------------------------------------*/
.block {
    padding: 5em 0;
    color: #fff;
}
.block .container > h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
.block:nth-child(odd) {
    background-color: #1172b4;
}
.block:nth-child(even) {
    background-color: #fff;
	color: #666;
}
.block .container > h2 {
    color: #fff;
}
.block:nth-child(even) .container > h2 {
	color: #1172b4;
}

.intro {
    
}
.about-us {
    
}
.about-us .single figure {
    overflow: hidden;
    position: relative;
    border-top: 10px solid #1172b4;
}
.about-us .single h3 {
    color: #1172b4;
	font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0;
}
.about-us .single h3 a {
    color: #1172b4;
    text-decoration: none;
}
.about-us .single h3 a:hover {
    color: #1172b4;
    text-decoration: none;
}

.projects {
    
}
.projects h3 {
    color: #fff;
    font-size: 1.2rem;
}
.projects h3 a {
    color: #fff;
}

.contacts {
    
}
.contacts h3 {
    color: #333;
    font-size: 1.3rem;
}
/*--- FINE > HOMEPAGE -------------------------------------------------------*/

/*--- ABOUT US (PERSON) -----------------------------------------------------*/
.about-us-person {
    padding-bottom: 2em;
}
.about-us-person figure.wp-block-image {
	text-align: center;
	margin-bottom: 2em;
}
.about-us-person figure.wp-block-image img,
.about-us-person .container p {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}
/*--- FINE > ABOUT US (PERSON) ----------------------------------------------*/

/*--- PROGETTI -----------------------------------------------------*/
.page-projects h3 { margin-top: 0; }

/*--- FINE > PROGETTI ----------------------------------------------*/

main {
	min-height: 700px;
	margin-top: 40px;
}
main.page {
	margin-bottom: 50px;
}
body.home main {
    margin-top: 0;
	padding-top: 0;
}

/*--- FOOTER ----------------------------------------------------------------*/
footer.site {
    background-color: #eee;
    padding: 30px 0;
}
footer.site.space-between-content {
    margin-top: 5em;
}
footer.site .logo {
    width: 150px;
    margin-bottom: 20px;
}
footer.site ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.site ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #666;
    text-transform: lowercase;
    font-size: 0.8rem;
    letter-spacing: 0;
}
footer.site ul li:first-child { text-transform: none; }
footer.site ul li a {
    color: #666;
    text-decoration: none;
}
footer.site ul li a:hover {
    color: #1172b4;
    text-decoration: none;
}
footer.site ul li:last-child {
    margin: 0 !important;
}

footer.site ul.copyright {
    margin-bottom: 10px;
}
footer.site ul.copyright li {
    
}
footer.site ul.copyright li:after {
    content: "|";
    margin: 0 10px;
}
footer.site ul.copyright li:last-child:after {
    content: "";
    margin: 0;
}
footer.site .site-languages a.active {
    color: #1172b4;
}

footer.site ul.footer-navigation li {
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
/*
footer.site ul.footer-navigation li.current-menu-item a {
    color: #1172b4;
}
*/
footer.site ul.footer-navigation li a span {
    color: #1172b4;
}
/*--- FINE > FOOTER ---------------------------------------------------------*/

/*--- Glyphicon Spin (rotate animate) ---*/
.glyphicon-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
	display: inline-block;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/*------------------------*/