/*!
Theme Name: Emmepi
Theme URI: https://them.es/starter
Author: Marco Pianezzi
Author URI: https://them.es/
Description: 
Version: 3.5.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: emmepi-portfolio
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
  font-size: 18px;
  font-weight: 400px;
  --main: #00acec;
}
body {
  font-family: 'Montserrat', sans-serif;
}
/*dom*/
small {
  display: block
}
a {
  color: var(--main)
}
a:hover {
  color: #000
}
.full-h {
  position: relative;
  overflow: hidden;
}
.navbar-toggler {
  position: fixed;
  outline: none !important;
  width: 65px;
  height: 65px;
  background: white;
  z-index: 9;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #eee;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%) inset;
  transition: .3s;
  top: 40px;	
  right: 33px;
}
#nav-icon3 {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 0px;
  width: 0%;
  left: 0%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 27px;
  width: 0%;
  right: 0%;
}
#nav-icon3 b {
  position: absolute;
  bottom: -0.2rem;
  font-size: 0.6rem;
  letter-spacing: 0px;
  color: rgb(0, 0, 0);
  left: 0px;
  font-weight: 600;
  right: 0px;
}
.navbar {
  width: 100%;
  display: block;
  padding: 2rem 15%;
}
.bm-logo {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.bm-logo img {
  transition: all 0.3s ease-in-out 0s;
  width: 185px;
  top: 0px;
  position: relative;
}
.bm-logo img.white {
  display: none;
}
.fisso .bm-logo img {
  width: 150px;
  top: -0.5rem;
  filter: invert(1);
}
#main-nav-hamburger-style {
  overflow-y: scroll;
}
#menu-main-menu {
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  list-style: none;
}
#menu-main-menu > li {
  display: block;
  font-size: 1.15rem;
  margin-bottom: .3rem;
}
#menu-main-menu a {
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#menu-main-menu a:hover {
  opacity: .8;
}
.container-menu {
  max-width: 70%;
  margin: auto;
}
#masthead {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 200px;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
  top: 0;
}
#masthead.fisso {
  background: var(--main);
  height: 150px;
}
.social-area {
  position: absolute;
  right: 116px;
  top: 50px;
  padding-right: 0.8rem;
  transition: all 0.3s ease 0s;
  transform-origin: top right;
  border-right: 1px solid rgb(0, 0, 0);
  /* transform: scale(.75); */
  /* max-width: unset; */
  /* width: 300px; */
  margin: 0;
}
.social-area a {
  background: url("img/sprite.svg") left top / 400px no-repeat;
  width: 40px;
  display: inline-block;
  height: 40px;
  margin: 0;
}
.fisso .social-area a {
  filter: invert(1);
}
.fisso .social-area {
  border-right: 1px solid rgb(255, 255, 255);
}
.xtra-sidebar.col-md-3 {
  position: fixed;
  right: 0;
}
.social-area .g-map {
  background-position: -160px 0;
}
.social-area .fb {
  background-position: 0px 0px;
  margin-left: 0rem !important;
  margin-right: -0.5rem !important;
}
.social-area .instagram {
  background-position: -40px 0px;
}
.social-area .instagram {
  background-position: -40px 0px;
  margin-left: 0.125rem !important;
}
.social-area .email-i {
  background-position: -120px 0px;
}
.menu-wrapper {
  background: var(--main);
  left: 0px;
  right: 0px;
  position: fixed;
  top: 100px;
  box-shadow: 0 15px 25px -15px rgb(0 0 0 / 20%) inset;
}
#totop {
  position: fixed;
  right: 30px;
  bottom: -60px;
  width: 45px;
  border-radius: 50%;
  height: 45px;
  transition: all 0.3s ease 0s;
  z-index: 12;
  background: url("img/sprite.svg") -237px 0px / 400px no-repeat rgb(255, 255, 255);
  filter: invert(1);
}
#totop:hover {
  background-position: -237px -3px;
  background-color: rgb(182, 182, 182);
}

.about-me .media {
    padding: 6px 0;
    line-height: normal;
}
.about-me .media label {
    margin: 0;
    color: #090a0c;
    font-weight: 500;
    font-size: 14px;
    flex: 0 0 120px;
    border-right: 1px solid #c1c1c1;
    max-width: 120px;
}
.about-me .media p {
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 14px;
}
.m-btn.m-btn-theme {
    background: var(--main);
    color: #ffffff;
    border-color: var(--main);
}
.m-btn.m-btn-theme:hover {
    background: #090a0c;
    border-color: #090a0c;
}
.m-btn.m-btn-t-theme {
    background: transparent;
    color: var(--main);
    border-color:var(--main);
}
.m-btn {
    display: inline-block;
    border: 2px solid transparent;
    color: inherit;
    line-height: inherit;
    border-radius: 0;
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    -moz-transition: ease-in-out all 0.55s;
    -o-transition: ease-in-out all 0.55s;
    -webkit-transition: ease-in-out all 0.55s;
    transition: ease-in-out all 0.55s;
    text-align: center;
}
#about h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    padding: 0 0 10px;
    text-transform:uppercase;
}
#about h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 2px;
    z-index: -1;
    background: var(--main);
    width: 50px;
}
.progress-bar span {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 14px;
    color: #000;
    display: block;
    z-index: +1;
}

.progress-bar {
    position: relative;
    overflow:visible;
}

.progress {
    position: relative;
    overflow:visible;
}

p.label-bar {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}
.bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
  transition: .4s !important;
}
.bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 100%;
    background: var(--main);
    transition: 1s;
    z-index: 1;
    /* width: 100px; */
}
.skill-lt {
    position:relative;
}
.skill-lt span {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 100%;
    text-align: right;
    transition: 1s;
    font-size: .8rem;
	opacity: 0;
}
.viewed.css .progress:after, .skill-lt.css.viewed span {
    right:10%;
	
}
.viewed.html .progress:after, .skill-lt.html.viewed span {
    right:8%
}
.viewed.ux .progress:after, .skill-lt.ux.viewed span {
    right:15%
}
.skill-lt.viewed span {
	opacity:1;
}
.program ul li {
    flex: 45%;
    min-height: 125px;
    text-align: center;
    position: relative;
}

.program ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.program ul li:before {
    background: url(https://www.marcopianezzi.it/wp-content/themes/wp-segesit/img/sprite.svg) top left/1250px no-repeat;
    width: 125px;
    height: 125px;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    }

.program ul li.wordpress:before {
    background-position:-750px -125px
}

.program ul li.ai:before {
    background-position: -875px -125px;
}

.program ul li.ps:before {
    background-position:-1000px -125px
}

.program ul li.dw:before {
    background-position:-1125px -125px
}

.col-lg-6.program {
    padding: 0 4rem;
}

.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 {
	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;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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. */
}
