/*

Theme Name: Illustrator - A Minimal Responsive Portfolio
Description: This is Illustrator, a minimal and Animated and Responsive Bootstrap Template for Artists and Illustrators.
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it
	
============================================================================

1.0 - General Styles
	1.1 - Custom Classes
	1.2 - Google Fonts
	1.3 - Structurals
	1.4 - Comments
2.0 - Home Page
	2.1 - Header
	2.2 - Main Nav
	2.3 - Portfolio Grid
	2.4 - Footer
3.0 - Pages
	3.1 - Page Biography
	3.2 - Page Contacts
	3.3 - Error Page
4.0 - The Blog
	4.1 - Archive Blog
	4.2 - Single Blog
5.0 - Features Page

/* ============================================================================ */
/* 1.0 - General Styles															*/
/* ============================================================================ */

@import url( https://fonts.googleapis.com/css?family=Quicksand:400,700|Cutive+Mono );

* {
	margin: 0px;
	padding: 0px;
}

html, 
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	background: #fff;
}
a img {
	border: none;
	text-decoration: none;
}

ul { list-style: none; }

a, 
a:hover{
	color: inherit;
	text-decoration: inherit;
}
a:hover, 
a:visited, 
a:link, 
a:active{
	color: inherit;    
	text-decoration: none;
}

/* ============================================================================ */
/* 1.1 - Custom Classes															*/
/* ============================================================================ */

.relative { 
	position: relative; 
}

.no_padding { 
	padding: 0px; 
}

.no_margin { 
	margin: 0px; 
}

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

._cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/* ============================================================================ */
/* 1.2 - Google Fonts															*/
/* ============================================================================ */

.reenie { font-family: 'Tahoma', sans-serif;font-variant: small-caps; } /*Cutive Mono*/

.quicksand_regular {
	font-family: 'Tahoma', sans-serif;font-variant: small-caps;
	font-weight: 400;
}

.quicksand_bold {
	font-family: 'Tahoma', sans-serif;font-variant: small-caps;
	font-weight: 700;
}

/* ============================================================================ */
/* 1.3 - Structurals															*/
/* ============================================================================ */

.container-fluid {
	/*max-width: 1300px; */
}

#maincontainer {
	width: 100%;
	height:100%;
}

/* ============================================================================ */
/* 1.4 - Comments																*/
/* ============================================================================ */

.comments {
	background: #d1cfc2;
	padding-bottom: 40px; 
}

.comments .page-header { border-color: #686868; }

.comment.main { 
	border-bottom: 1px dashed #b5b3a7; 
	padding-top: 20px; 
}

.comment.reply { margin-left: 75px; }

.comment .author {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px;
}

.comment .avatar {
	width: 58px;
	float: left;
	margin-top: 10px;
}

.comment .avatar img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #b5b3a7;
	padding: 3px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment .content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

.comment .infos {
	text-transform: uppercase;
	font-size: 12px;
}

.comment .infos a { text-decoration: underline; }
.comment .infos a:hover { text-decoration: none; }

.comment-form { padding-bottom: 80px; }

#the-comment-form { margin: 20px 0; }

.comment-form input,
.comment-form textarea,
.comment-form button {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;	
	border-color: #b5b3a7;
}

.comment-form .form-control:focus,
.comment-form textarea:focus {
	outline: none !important;
	box-shadow: none;
	border-color: #585751;
}

.comment-form button { 
	margin: 0 auto; 
	display: inherit;
	border-color: #585751;
}

/* ============================================================================ */
/* 2.1 - Header																	*/
/* ============================================================================ */

#head {
	width: 100%;
	height: 310px;
	background: #ffffff;
	display: block !important;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}
#head.preload {
	width: 100%;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}

#head #logo img {
	margin-top: -25px;
	max-height: 250px;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}
#head.preload #logo {
    -webkit-transition: all .5s ease-in-out;
    	-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}

/* ============================================================================ */
/* 2.2 - Main Nav																*/
/* ============================================================================ */

#head nav {
	background: #585751;
	color: #fcfaf1;
	padding: 5px 0px;
	margin-top: 0px;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}
#head.preload nav {
	margin-top: -200px;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}

.nav-pills > li+li { 
	margin: 0; 
}

.nav > li  {
	float: none;
	display: inline-block; 
}

.nav > li > a { 
	padding: 0px 4px; 
	font-size: 14px;
	text-transform: uppercase;
}

.nav > li > a,
.nav > li > a:hover { 
	background: transparent; 
}

.nav > li.active > a, 
.nav > li.active > a:focus, 
.nav > li.active > a:hover { 
	background: transparent;
}

/* ============================================================================ */
/* 2.3 - Portfolio Grid															*/
/* ============================================================================ */

.gallery {
	margin-top: 20px;
	position: relative;
	opacity: 0;
		-webkit-transition: all .5s ease-in-out;
			-moz-transition: all .5s ease-in-out;
				-ms-transition: all .5s ease-in-out;
					-o-transition: all .5s ease-in-out;
						transition: all .5s ease-in-out;
	margin-bottom: 60px;
}
.gallery.start {
	margin-top: 20px;
	bottom: -100%;
	position: absolute;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}

.item, 
.item:hover{
	padding: 0px;
	-webkit-box-shadow: none;
		-moz-box-shadow: none;
			-ms-box-shadow: none;
				box-shadow: none;
}

#waterfall-loading {
	display: none !important
}

.least-preview {
	width: 600px !important;
	margin: 0 auto;
}

.least-preview img {
	width: 100%;
	max-width: 100%;
	display: block;
	height: auto;
}

#least .least-preview article {
	width: 100%;
	display: block;
	padding: 10px 0px;
	text-align: center;
	font-family: 'Cutive Mono';
	font-size: 20px;
	color: #212121;
}

#least .least-preview {
	background: #fff;
}

/* ============================================================================ */
/* 2.4 - Footer																	*/
/* ============================================================================ */

#foot {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom:0px;
	width: 100%;
	z-index: 990;
}
.footer_central {
	padding: 8px 0px;
	background: #585751;
	text-align: center;
	font-size: 12px;
	color: #fcfaf1;
	background-image:url(images/bg-oc.png);
}

/* ============================================================================ */
/* 3.1 - Page Biography															*/
/* ============================================================================ */

.block_page .page-header {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.block_page .page-header h1 {
	font-size: 33px;
}

.block_page {
	padding-bottom: 60px;
}

.block_page p {
	font-size: 18px;
	text-align: center;
	line-height: 1.7;
	color: #212121;
}

.date {
	width: 60px;
	height: 60px;
	margin: 40px auto 20px auto;
	clear: both;
	background: url(images/data.png) no-repeat center center;
	background-size: contain;
	line-height: 4.2;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #212121;
}

/*.bio img{
	border: 0px solid #585751;
	padding: 10px;
}*/

/* ============================================================================ */
/* 3.2 - Page Contacts															*/
/* ============================================================================ */

.contatti .block_page .page-header h1 {
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0 auto 40px auto;
	background: url(images/piuma.png) no-repeat center center;
	background-size: contain;
	line-height: 3.4;
}

.contatti input[type="text"], 
.contatti input[type="email"], 
.contatti textarea, 
.contatti button {
	-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
			-ms-border-radius: 0px;
				border-radius: 0px;
	background: none;
	height: 70px;
	width: 100%;
	text-align: center;
	border: 1px solid #585751;
	font-family: 'Cutive Mono';
	font-size: 18px;
}
.contatti textarea {
	padding-top: 25px;
	resize: none;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
	font-family: 'Cutive Mono';
	font-size: 18px;
}
.contatti form{
	margin-top: 20px;
}
.contatti{
	padding-bottom: 80px;
}
.contatti button{
	background: #585751;
	color: #fcfaf1;
	border: none;
	font-family: 'Cutive Mono';
	font-size: 20px;
}
.contatti button:hover, 
.contatti button:link, 
.contatti button:visited {
	background: #d2cfc1;
	outline: none;
}
.contatti input:focus{
	outline: none;
	box-shadow: none;
}
.contatti textarea:focus{
	outline: none;
	box-shadow: none;
	border: 1px solid #585751;
	height: 140px;
}

/* ============================================================================ */
/* 3.3 - Page Contacts															*/
/* ============================================================================ */

.block_page .page-header h1 small { display: block; }

.btn-primary {
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			-ms-border-radius: 0;
				border-radius: 0;
	background: #585751;
	color: #fcfaf1 !important;
	border: 1px solid transparent;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
					transition: all .5s ease-in-out;
}

.btn-primary:hover {
	background: #fcfaf1;
	color: #585751 !important;
	border-color: #585751;
}

/* ============================================================================ */
/* 4.1 - Archive Blog															*/
/* ============================================================================ */

#archive-page .block_page { padding-bottom: 20px; }

.categories { margin: 0px 0 40px 0; }

.categories .btn-primary {
	background: #fcfaf1;
	color: #585751 !important;
	border-color: #585751;
	margin-bottom: 10px; 
}
.categories .btn-primary:hover {
	background: #585751;
	color: #fcfaf1 !important;
}

#archive-page article {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #585751;
}

#archive-page article.last {
	border-bottom: none;
}

.cover {
	padding: 10px;
	border: 1px solid #585751;
}

.cover img {
	width: 100%;
	height: auto;
	display: block;
}

.meta { 
	background: #585751; 
	padding: 6px 0; 
}

.meta span {
	color: #fcfaf1;
	margin: 0 4px;
}

.meta span i {
	font-size: 13px;
}

.meta span a { 
	color: inherit; 
}
.meta span a:hover { text-decoration: underline; }

#archive-page article .btn { margin-top: 20px; }

.page-navi {
	padding-top: 40px;
	border-top: 1px solid #585751;
	margin: 0px 0 60px 0; 
	font-family: 'Cutive Mono';
	font-size: 16px;
	font-weight: 700;
}

.page-navi .current,
.page-navi .page {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #585751;
}

.page-navi .page { 
	background:#585751; 
	color: #fff;
}

.page-navi .prev img,
.page-navi .next img {
	height: 15px;
	margin: 0 10px;
}

/* ============================================================================ */
/* 4.2 - Single Blog															*/
/* ============================================================================ */

#single-page .page-header h1 {
	text-align: left !important;
}
#single-page .text p {
	text-align: left !important;
}

#single-page .text .blockquote { 
	border-color: #585751; 
	margin: 20px 20px 20px 24px;
	font-size: 12px;
}

#single-page .text .alignleft,
#single-page .text .alignright,
.navigation-tabs .tab-content .text .alignleft, 
.navigation-tabs .tab-content .text .alignright {
	width: 240px;
	border: 1px solid #212121;
	padding: 6px;
}

#single-page .text .alignleft,
.navigation-tabs .tab-content .text .alignleft {
	float: left;
	margin: 14px 14px 14px 0;
}
#single-page .text .alignright,
.navigation-tabs .tab-content .text .alignright {
	float: right;
	margin: 14px 0px 14px 14px;
}

#single-page .text ul {
	margin: 20px;
}

#single-page .text ul li {
	line-height: 220%;
	padding-left: 20px;
	position: relative;
}

#single-page .text ul li:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #585751;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -5px;	
}

/* ============================================================================ */
/* 5.0 - Features Page															*/
/* ============================================================================ */

#features-page { padding-bottom: 60px; }

.custom-gallery li {
	width: 25%;
	float: left;
	border: 1px solid #686868;
	padding: 1%;
}

.custom-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

.custom-gallery.four-columns li {
	width: 24%;
	margin: 0.5%;
}

.custom-gallery.three-columns li {
	width: 32.3333%;
	margin: 0.5%;
}

.custom-gallery.two-columns li {
	width: 49%;
	margin: 0.5%;
}

.navigation-tabs .nav-tabs li a {
	padding: 6px 20px; 
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			-ms-border-radius: 0;
				border-radius: 0;
}

.navigation-tabs .tab-content {
	padding: 20px; 
}

.navigation-tabs .tab-content .text p { 
	text-align: left !important; 
}

.progress {
	-webkit-border-radius: 0;
		-moz-border-radius: 0;
			-ms-border-radius: 0;
				border-radius: 0;
	box-shadow: none;
	background: #e4e3dc;
} 
.progress-bar.main-color { background:#585751; }
.progress-bar.secondary-color { background:#563838; }
.progress-bar.third-color { background:#385647; }

.progress-bar.light-color-one { background:#b15454; }
.progress-bar.light-color-two { background:#73b154; }
.progress-bar.light-color-three { background:#54aeb1; }
.progress-bar.light-color-four { background:#9a54b1; }

.progress-bar.w-label { 
	font-weight: 700;  
}

.jumbotron {
	background: #d1cfc2;
}