/*
 Theme Name: d e h l i x @ S H sh
 Theme URI: www.dehlix.com
 Author: Dehlix
 Description: ESSENTIAL 
 Version: 0.3 alpha
 Licence: 
 Licence URI:
*/







/* RESET *//* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */









/* Dehlix CSS */

html{
	height: 100%;
	margin: 0;
}


body {
    height: 100%;
	font-family: 'Work Sans', sans-serif;
	text-rendering: optimizeLegibility;
	margin: 0;
}

a:link {

}

.undecorated {
	text-decoration: none;
	color: black;
}


.undecorated a, .undecorated a:link, .undecorated a:visited, .undecorated a:active {
	text-decoration: none;
	color: black;
}


a:active {
	text-underline-position: under left;
}

a, a:link, a:hover, a:visited, a:active {
	color: blue;
}


.all {
    position: relative;
    min-height: 90vh;
    width: 80%;
    margin: 0 auto;
}



.theheather {
	position: fixed;
    width: 100%;
    height: 92px;
    z-index: 10;
    top: 0;
    left:-1px;
    background-color: white;
    box-shadow:0 0 3px rgba(0,0,0,0.1);  
    padding:4px 0;
    opacity:0.9; 
}

/* ---------------------------------------------mobile nav */


.title-wrapper {
	display: inline-block;
	position: fixed;
	top: 37px;
	left: 17vw;
	z-index: -1;

}



h1 {
	display: block;
	font-family: 'Raleway', sans-serif;	
	font-weight: 600;
	z-index: -1;
	font-size: 33px;
	float: right;
	padding-left: 12px;
}



h1 a, h1 a:visited{
	color: black;
}    


h2 {
	font-family: 'Work Sans', sans-serif;
    font-size: 2.3em;
    line-height: 1.15;
    max-width: 700px;
}


h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 19px;
    font-weight: 100;
    line-height: 1.1;
    text-align: left;
}   /* ---- in uso*/

h4 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}


h5 {
    font-size: 14px;
    padding: 1rem 4rem;
    line-height: 1.5;
}   /* ----uso in index */


h6 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: blue;
    font-weight: lighter;
}


h6 a{
	color: blue;

}


.sectiontitle {
}

.newsparagraph {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
}

/* ---------------------------------------------mobile nav */





#mobile-nav {
				display:none;
			}

		    nav {
		        display: none;
			}




.mobile-nav-toggle {
		position: fixed;
	    top: 55px;
	    right: 19vw;
        width: 30px;
        height: 20px;
		align-items: center;
		cursor: pointer;
		padding: 0 20px;
		z-index: 9;
		    }

	.toggle,
	.toggle:before,
	.toggle:after {
		content: "";
		display: block;
		height: 3px;
		width: 100%;
		background-color: black;
		position: relative;
		transition: all 0.1s ease-in-out;
			}

	.toggle:before {
		top: 10px;
	}

	.toggle:after {
		top: -13px;
	}

	.toggle.active {
 		background: transparent;
	}

 	.toggle.active:before {
		-webkit-transform-origin: center;
		        transform-origin: center;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 3px;
	}
	
	.toggle.active:after{
 		-webkit-transform-origin: center;
 		        transform-origin: center;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
				top: 0px;	
	}




#mobile-nav.open {
	font-family: 'Work Sans', sans-serif;
    font-size: 22px;
	display: block;
	position: fixed;
	text-align: left;
	right: 20vw;
	z-index: 9;
	line-height: 1.3;
		width: 45%;
		height: 100%;
		background-color: white;
		top: 0;
		right: 0;
		z-index: 9;
		padding: 10px 0;
		-webkit-transform: translateX(25%);
		        transform: translateX(25%);
		-webkit-transform: translateY(0%);
		        transform: translateY(0%);
		transition: all 0.3s ease-in-out;
}


#mobile-nav.open ul {
		float: left;
		display: block;
		width: 90%;
		margin: auto;
		padding-top: 55%;
}


#mobile-nav.open li {
	display: block;
	padding: 2px;
}



#mobile-nav.open li:first-child {
	padding-top: 37%; 
}


#mobile-nav.open a:hover {
        filter: alpha(opacity=50);
        opacity: 0.5;
        transition: opacity .15s ease-in-out;
  		text-decoration: overline;
}


#mobile-nav.open a {
		text-decoration: none;
		padding: 2px;
		color: black;
}

.in  a{
	color: gray;
}

#mobile-nav li {
	text-align: center;
	margin: 8px;
}




	 .case.slide {
		display: block;
		margin-top: 20px;
	}


  
a.active {
    font-weight: bold;
}

/* ---------------------------------------------home content */

#content {
	display: block;
	margin: auto;
	text-align: center;
}




 .group {
 	display: block;
	text-align: center;
	padding-top: 103px;
	font-size: 18px;
 	width: 100%;
 	min-height: 70%;
    padding-bottom: 3em;
    margin: auto;
}


.postgroup {
	display: block;
	text-align: center;
	margin: auto;
	font-size: 18px;
	padding-top: 140px;
 	min-height: 70%;
 	width: 85%;
 	padding-bottom: 3em;
}


.box {
	display: block;
	position: relative;
	top: 0;
	width: 80%;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding-bottom: 16px;
	padding-top: 3px;
	font-size: 18px;
	line-height: 15px;

}



.box:hover {
 	background: linear-gradient(30deg, #FFFFFF, #FFFFFF 60%, silver);
}



/* ------------------------- style Home excerpt ---*/
.wrapper-ti-ex {
	float: right;
	width: 83%;
	padding-bottom: 6px;
}



.covericon {
		height: auto;
		width: 90px;
		float: left;
		position: absolute;
        top: 50%; left: 0%;
  -webkit-transform: translate(-0%,-50%);
          transform: translate(-0%,-50%);
}


.titolo{
	text-align: left;
	font-size: 1.3em;
	padding-bottom: 6px;
}

.excerpt {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
}



.labelcontent {	
 position: absolute;
 bottom: 3px;
 right: 0px;
 padding: 1px;

}



#orauto {
 position: absolute;
 bottom: 19px;
 right: 83%;
 padding-right: 6px;
}



#orautoin {
 position: static;

}



#orauto:hover .traiettoria2:hover{
   fill: whitesmoke;
}

.traiettoria2 {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: 3s animapdficon infinite forwards;
          animation: 3s animapdficon infinite forwards;
}


@-webkit-keyframes animapdficon {
  from{
    stroke-dashoffset: 800;
  }
  to{
    stroke-dashoffset: 0;
  }
}








.coverbookpost {
	max-width: 300px;
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}




/* ---------------------------------------------post-index - content */

.container {
	padding: 6%;
}

.posttitle {
	max-width: 550px;
	text-align: left;
	margin: auto;
}

.postwrapper {
	padding-bottom: 55px;
}


.wrapthepost {
	padding-top: 5vh;
	padding-bottom: 5vh;

}






.minicat {
	width: 400px;
	margin: 22px 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}


.fixcat {
	position: fixed;
	top: 110px;
	right: 20vw;
	color: blue;
	padding: 3px;
}

/* ---------------------------------------------CV page*/


.biowrapper {
	position: relative;
	border-bottom: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	min-height: 500px;
}


.shortsummary {
	position: absolute;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	max-height: 600px; 


	 width: 45%;
  margin: auto;
  position: absolute;
  top: 50%; left: 2%;
  -webkit-transform: translate(-2%,-50%);
          transform: translate(-2%,-50%);
}


.portrait {
	position: absolute;
	height: 350px;
	width: auto;
	right: 0;
	top:0;
	  top: 50%; right: 0%;
  -webkit-transform: translate(-0%,-50%);
          transform: translate(-0%,-50%);
}


.caption {
	position: absolute;
   	font-size: 9px;
   	right: 0;
   	bottom: 15px;
}



/* ---------------------------------------------Style TEXT */

.paragraph-a {
	font-family: 'Raleway', sans-serif;
    font-size: 1.00006em;
    line-height: 1.2;
    padding-bottom: 30px;
    max-width: 500px;
    padding-right: 6px;
}


.paragraph-b {
    font-size: 1.1em;
    line-height: 1.4;
    padding-bottom: 20px;
}


.paragraph-c {
    font-size: 0.9em;
    line-height: 1.5;
    padding-bottom: 20px;
}


.paragraph1 {
	padding-top: 20px;
   	font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}



.centered {
	padding: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}


.alleft {
	text-align: left;
}


.page-numbers {
	font-size: 14px;
	padding-top: 7px;
}

/* ---------------------------------------------style-footer */

footer {
    position: static;
    bottom: 0;
    width: 100%;
    height: 5em;
    background: linear-gradient(135deg, beige, #96969c);
}


.site-footer {
  top: 0;	
  width: 70%;
  bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;

}



.boxfooter {
	display: inline-block;
	position: relative;
	top: 45%;
	max-width: 70px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}


.blocchetto {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;

}










	    /* ---------------------------------------------@media  */


@media screen and (min-width: 1400px) {




 .group {
 	display: block;
	text-align: center;
	padding-top: 140px;
 	width: 80%;
 	min-height: 70%;
    padding-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
}


.box {
	display: inline-block;
	position: relative;
	top: 0;
	overflow: hidden;
}


 
}







@media screen and (max-width: 920px) {






			#mobile-nav {
				display:none;
			}

		    nav {
		        display: none;
			}




		     .mobile-nav-toggle {
		     	z-index: 9;
		     	display: block;
		     	float: right;
		     	margin-top: 60px;
		     	position: fixed;
		     	right: 8px;
		     	top: -3px;
		     }



			#mobile-nav.open{
		        display: block;
		        position: fixed;
				width: 120%;
				height: 120%;
				top: -200px;
				left: -30px;
				z-index: -3;
				padding: 10px 0;
				-webkit-transform: translateX(0%);
				        transform: translateX(0%);
				-webkit-transform: translateY(25%);
				        transform: translateY(25%);
				transition: all 0.3s ease-in-out;
				z-index: 9;
			}


			#mobile-nav.open ul {
				display: block;
				width: 100%;
				margin: auto;
			}


			#mobile-nav.open li {
				display: block;	
				margin-top: 13px;
				margin-left: -5%;
			}



			#mobile-nav.open li:first-child {
				padding-top: 18vh;
			}


			#mobile-nav.open a {
				text-decoration: none;
				font-size: 1.5em;
			}


			#mobile-nav.open a:hover {
				filter: alpha(opacity=50);
		        opacity: 0.5;
		        transition: opacity .15s ease-in-out;
				  text-decoration: overline;
			}


		    .case.slide {
		    	display: block;
		    	margin-top: 20px;
		    }



		    /* ---------------------------------------------@media end nav */


.all {
    position: relative;
    width: 100%;
    margin: 30px auto 10px auto;
}


footer {
    position:static;
    padding-top: 40px;
    bottom: 0;
    width: 100%;
    height: 5em;
    background-color: white;
}


.title-wrapper {
	display: inline-block;
	position: fixed;
	top: 45px;
	left: 5vw;
	z-index: -1;

}



h1 {
	display: block;
	font-family: 'Raleway', sans-serif;	
	font-weight: 600;
	z-index: -1;
	font-size: 1.5em;
	float: left;
	padding-left: 7px;
}



h2 {
	font-family: 'Work Sans', sans-serif;
    font-size: 1.7em;
    line-height: 1.15;
    max-width: 97%;
}


h3 {
	font-size: 22px;
	font-weight: normal;
    line-height: 1.1;
    text-align: left;
}  



h6 {
	font-size: 12px;
	color: blue;

}


h6 a {
    color: blue;
}


		.paragraph_c {
			padding-top: 50px;
		    font-size: 18px;
		    line-height: 1.5;
		    padding-left: 6vw;
			padding-right: 1%;
			padding-bottom: 7px;
		}


.paragraph-a {
	padding-bottom: 3px;
}



.biowrapper {
	display: block;
	border-bottom: 1px dotted black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 520px;
	width: 100%;
	min-height: 400px;
}


.shortsummary{
	top: -300px;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}



.portrait-wrapper{
	display: block;
	width: 100%;
	height: auto;
}



.portrait {
	max-width: 350px;
	width: 100%;
  margin: auto;
  position: absolute;
  top: -10%; 
  -webkit-transform: translate(1%,1%);
          transform: translate(1%,1%);
}


.caption {
   	font-size: 9px;
   	left: 0;
   	bottom: 25px;
}


.minicat {
	width: 90%;
	}	



.fixcat {
	right: 13vw;
	background-color: white;
	padding: 2px;
}


 .group {
	display: block;
	text-align: center;
	padding-top: 80px;
	margin: auto;
	width: 90%;
 	height: 100%;
}


.postgroup {
	width: 90%;
}

/* ------------------------- style Home excerpt ---*/
.box {
	position: relative;
	top: 0px;
	width: 96%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 0px 0px 12px 0px;
}

.labelcontent {	
 position: absolute;
 bottom: 0px;
 right: 22px;
 padding: 0px;

}

.wrapper-ti-ex {
	width: 100%;
	padding-bottom: 6px;
}

.excerpt {
	font-family: 'Raleway', sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 19px;
	padding: 0px 0px 0px 0px;
}


.titolo{
	text-align: left;
	font-size: 1.3em;
	padding-bottom: 3px;
}

.covericon {
 display: none;
}


#orauto {
 position: absolute;
 bottom: -4px;
 right: 0px;
 padding-right: 0px;
}


}

