/*-------------------------------------------------
----------------------------------

	Author: Mattia Tufano
	Author URI: http://www.mattiatufano.me
	Version: 1.00

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.  Portfolio Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10. Page & Page Templates
	11. Widgets
	12. Structure
	13. Tiny Screens and up

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	font: 16px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-word;
	overflow-y: scroll;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}
body, html {
	height: 100%;
}
.hidden { }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	color: #ff6600;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
	text-decoration: none;
}

a:hover { color: #232527; }

a img { border: none; }

a > img { vertical-align: bottom; }

::selection { background: black; color: white;}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
#logo { margin-bottom: 20px; }

.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	margin-top: 75px;
	-webkit-font-smoothing: antialiased;
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 15px;
	padding-top: 35px;
}

h6 {
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	letter-spacing: -0.04em;
	color: #333;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h6 a {color: #333;}
h6 a:hover {color: #ff6600;}
h6:first-child {padding-top: -200px;}
h6:last-child {padding-bottom: 100px;}


.entry-title,.entry-title a {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -0.0625em;
	line-height: 1.15em;
}
.entry-title a {
	color: #232527;
	text-decoration: none;
}
.entry-title a:hover { color: #f26c4f; }
.entry-content h2 {
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -0.05em;
	padding-top: 0px;
}
.page-services h2, .page-hire-me h2 {
	padding-bottom: 40px !important;
}
.entry-content h3 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -0.03em;
	margin-bottom: 40px;
}



/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
	font-size: 14px;
	float: right;
	margin-top: 50px;
	margin-right: 40px;
	z-index: 99;
	position: relative;
}

#zilla-mobile-menu { display: none; }
#zilla-mobile-menu-wrap { margin-top: 0; }


/*** ESSENTIAL STYLES ***/

#primary-nav .sf-menu, 
#primary-nav .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#primary-nav .sf-menu li { 
	position: relative; 
	white-space: nowrap;
	line-height: 30px;
	text-align: center;
}
#primary-nav .sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: -70px;
	z-index: 99;
}
#primary-nav .sf-menu > li { float: left; }
#primary-nav .sf-menu li:hover > ul,
#primary-nav .sf-menu li.sfHover > ul { display: block; }
#primary-nav .sf-menu a {
	display: block;
	position: relative;
}
#primary-nav .sf-menu ul ul {
	top: 0;
	left: 100%;
}


/* Skin */

#primary-nav .sf-menu a {
	padding: 0 22px 10px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#primary-nav .sf-menu a:hover,
#primary-nav .sf-menu li.sfHover > a,
#primary-nav .sf-menu li.current_page_item > a,
#primary-nav .sf-menu li.current-menu-item > a {
	color: #333;
	text-decoration: none;
}
#primary-nav .sf-menu .sub-menu {
	background: #232527;
	border-radius: 5px;
	padding: 20px 30px;
}
#primary-nav .sf-menu .sub-menu a { 
	padding-top: 0; 
	padding-bottom: 0;
	color: #fff;
}
#primary-nav .sf-menu .sub-menu li.sfHover > a { color: #9da0a4; }
#primary-nav .sf-menu .sub-menu li.sfHover a:hover,
#primary-nav .sf-menu .sub-menu li.current_page_item > a,
#primary-nav .sf-menu .sub-menu li.current-menu-item > a,
#primary-nav .sf-menu .sub-menu a:hover { color: #ff6600; }

/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/


address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9da0a4;
	font-style: italic;
	margin: 40px 80px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fff;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	clear: both;
	margin: 40px 80px;
}

code { padding: 3px; }

ol,
dl { margin-left: 100px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#back-to-top {
	background: #333333 url(images/sprite.png) 10px -55px no-repeat;
	border-radius: 3px 3px 0 0;
	bottom: 0;
	display: none;
	height: 40px;
	position: fixed;
	right: 20px;
	width: 50px;
	z-index: 22;
}

#back-to-top:hover { background-color: #000000; }

/* Media Elements --------------------------------------------------------*/

.page-templat-template-archives-php .entry-content { margin-bottom: 20px; }


img { 
	height: auto;
	max-width: 100%;
	width: auto;
}
img.alignleft {
	float: left;
	margin: 20px 25px 20px 0;
}
img.alignright {
	display: block;
	margin: 20px 0 20px 25px;
}
img.aligncenter {
	display: block;
	clear: both;
	margin: 0px auto;
}
img.alignnone {
    display: block;
    margin: 20px 0;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	max-width: 100%;
}
.wp-caption.aligncenter { margin: 20px auto; }
.wp-caption.alignleft { margin-left: 0; }
.wp-caption.alignright { margin-right: 0; }
.wp-caption.alignnone { margin-left: 0; }
.wp-caption img, .wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption .wp-caption-text {
	margin: 0;
float: right;
font-size: 16px;
color: #999;
margin-top: 10px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }
.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}
.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    margin-left: 0; 
}
.gallery {
	float: left;
	width: 100%;
}
.gallery-columns-3 .gallery-item { width: 25% !important; }
.gallery-item { 
    float: left;
    margin: 25px;
    text-align: center;
}
.gallery-item.col-3 {
	height: auto;
	width: auto;
}
.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}
.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}
.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}


iframe { 
    max-width: 100%; 
    margin-bottom: 20px;
}

.post-thumb {
	position: relative;
	margin-bottom: 30px;
}

.format-audio .post-thumb { margin-bottom: 0; }

.ie8 .post-thumb .fluid-width-video-wrapper { padding-bottom: 45px; }

/* Flex Slider ----------------------------------------------------------*/
/* FlexSlider Necessary Styles */

.flexslider { 
	cursor: pointer;
	margin: 0 0 1.875em 0; /* 30px */
	padding: 0;
	position: relative;
}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%; 
	display: block;
}
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides { display: block; } 

* html .slides { height: 1%; }

/* No JavaScript Fallback */
.no-js .slides > li:first-child { display: block; }

.slides { margin-left: 0; }
.slide-caption {
	background: #232527;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	padding: 3px 12px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 470px;
}
.slide-caption a {
	color: #9da0a4;
	font-weight: normal;
	text-decoration: none;
}
.slide-caption a:hover { color: #f26c4f; }

.zilla-direction-nav {
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 999;
}
.zilla-direction-nav a {
	background: #232527 url(images/sprite.png) 0 0 no-repeat;
	border-radius: 3px;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
	text-indent: -999em;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
.zilla-direction-nav a:hover { background-color: #f26c4f; }
.zilla-direction-nav .zilla-prev { right: 35px; }
.zilla-direction-nav .zilla-next { 
	right: 0px; 
	background-position: 0 -30px;
}

.zilla-thumbs-nav {
	display: block;
	margin-top: 20px;
	margin-left: -8px;
	margin-right: -10px;
	overflow: hidden;
}
.zilla-thumbs-nav li {
	cursor: pointer;
	float: left;
	margin: 0 9px 10px;
	position: relative;
}
.zilla-thumbs-nav li img { opacity: .5; }
.zilla-thumbs-nav li span {
	background: transparent url(images/sprite.png) 0 -298px no-repeat;
	border-radius: 3px;
	display: none;
	height: 30px;
	left: 79px;
	position: absolute;
	top: 58px;
	width: 30px;
}
.zilla-thumbs-nav li:hover img { opacity: 1; }
.zilla-thumbs-nav li:hover span { display: block; }

.zilla-media-center .zilla-thumbs-nav { margin-left: -10px; }
.zilla-media-center .zilla-thumbs-nav li { width: 174px; }
.zilla-media-center .zilla-thumbs-nav li span {
	left: 70px;
	top: 52px;
}

.stacked li > div { position: relative; }
.stacked .slide-caption { 
	bottom: 35px;
	max-width: 535px;
}
.stacked img { margin-bottom: 10px; }


/* Audio/Video jPlayer Skin ---------------------------------------------*/

.jp-audio,
.jp-video {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
}
.jp-gui { margin-bottom: -35px; }
.jp-interface {
	background: #232527 url(images/sprite.png) 0 -232px repeat-x;
	border: 1px solid #000000;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0,0,0,.7);
	box-shadow: 0 1px 0 #4B4E53 inset, 0 1px 3px rgba(0,0,0,.7);
	margin-bottom: 3px;
	position: relative;
	height: 33px;
	width: 560px;
	left: 20px;
	top: -53px;
}
.jp-video-full { position: relative; }
.jp-video-full .jp-jplayer {
	background: #000000;
	top: 0;
	left: 0;
	position: fixed !important;
	position: relative;
	overflow: hidden;
	z-index: 998;
}
.jp-video-full .jp-gui {
	z-index: 1000;
	display: block;
}
.jp-video-full .jp-interface { 
	bottom: 0;
	top: auto; 
	left: 0.25%;
	position: fixed;
	width: 99%;
	z-index: 1000;
}

/* Controls ----- */

.jp-controls,
.jp-toggles {
	float: left;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.jp-controls li { float: left; }

.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -999em;
}

.jp-play,
.jp-pause,
.jp-mute,
.jp-unmute {
	background: #d2d6db url(images/sprite.png) 0 -100px no-repeat;
	border-top: 1px solid #4b4e53;
	display: block;
	z-index: 2;
	height: 100%;
	width: 30px;
}

.jp-play:hover,
.jp-pause:hover,
.jp-mute:hover,
.jp-unmute:hover { background-color: #f26c4f; }

.jp-pause { background-position: 0 -133px; }

.jp-mute { background-position: 0 -199px; }

.jp-unmute { background-position: 0 -167px; }

.jp-play,
.jp-pause { 
	border-radius: 3px 1px 1px 3px;
	border-right: 1px solid #4b4e53; 
}

.jp-mute,
.jp-unmute { 
	border-left: 1px solid #4b4e53;
	right: 52px; 
}

.jp-audio .jp-mute,
.jp-audio .jp-unmute { right: 52px; }

/* Scrubber ----- */

.jp-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	padding: 0 95px 0 40px;
	margin: 11px 0;
	width: 100%;
	height: 9px;
}

.jp-progress::before,
.jp-progress::after {
	background: #141618;
	content: ' ';
	display: block;
	left: 31px;
	position: absolute;
	height: 33px;
	top: -12px;
	width: 1px;
}

.iphone .jp-progress { padding-right: 15px; }

.jp-volume-bar {
	float: right;
	margin: 11px 0;
	right: 8px;
	width: 40px;
	height: 10px;
}

.jp-audio .jp-volume-bar { right: 7px; }

.jp-seek-bar,
.jp-volume-bar {
	background: #141618;
	border-bottom: 1px solid #2c2d2f;
	border-left: 1px solid #0f0f10;
	border-right: 1px solid #0f0f10;
	border-top: 1px solid #000000;
	border-radius: 2px;
	cursor: pointer;
	height: 8px;
	padding: 0 0 1px 0;
	position: relative;
	z-index: 999;
}

.jp-play-bar,
.jp-volume-bar-value {
	border-radius: 1px 2px 2px 1px;
	background: #f26c4f;
	height: 8px;
}

/* Common Form Elements --------------------------------------------------*/

input,
textarea,
.zilla .gform_wrapper input[type="text"], 
.zilla .gform_wrapper input[type="url"], 
.zilla .gform_wrapper input[type="email"], 
.zilla .gform_wrapper input[type="tel"], 
.zilla .gform_wrapper input[type="number"], 
.zilla .gform_wrapper input[type="password"],
.zilla .gform_wrapper textarea {
	color: #9da0a4;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 14px/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 12px 13px;
	width: 290px;
	max-width: 100%;
}

.zilla .gform_wrapper table.gfield_list input { width: 90%; }

.zilla .gform_wrapper .gfield_time_hour input[type="text"],
.zilla .gform_wrapper .gfield_time_minute input[type="text"] { padding: 0 2px; }

textarea,
.zilla .gform_wrapper textarea { 
	line-height: 1.4em;
	width: 100%; 
}

.zilla .gform_wrapper .top_label input.large, 
.zilla .gform_wrapper .top_label select.large, 
.zilla .gform_wrapper .top_label textarea.textarea { width: 96%; }

input:focus,
textarea:focus,
.zilla .gform_wrapper input[type="text"]:focus, 
.zilla .gform_wrapper input[type="url"]:focus, 
.zilla .gform_wrapper input[type="email"]:focus, 
.zilla .gform_wrapper input[type="tel"]:focus, 
.zilla .gform_wrapper input[type="number"]:focus, 
.zilla .gform_wrapper input[type="password"]:focus,
.zilla .gform_wrapper textarea:focus {
	background: #fff;
	border-color: #c0c0c0;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	color: #232527;
}

input[type="checkbox"] { width: auto; }

select {
    background: #fff;
    border: 1px solid #c0c0c0;
    height: 24px;
    width: 250px;
}

button,
#submit,
input[type="submit"],
.gform_next_button,
.gform_previous_button,
.gform_button {
	background: #ff6600;
	border: none!important;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal!important;
	line-height: 1.7142857em;
	padding: 9px 25px;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-ms-transition: background .1s linear;
	transition: background .1s linear;
	text-decoration: none;
	-webkit-appearance: none;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

button:hover,
#submit:hover,
input[type="submit"],
.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover { 
	background: #333; 
	color: #ffffff;
	border: none!important;
}

/* Gravityforms Elements ------------------------------------------------------*/
.zilla .gform_wrapper {
    border: 1px solid #efefef;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 20px 0;
}

.zilla .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 20px;
}

.zilla .gform_wrapper h3.gform_title {
    width: 100%;
    margin: 0 0 10px 0;
}

.zilla .gform_body {
    border-top: 1px solid #efefef;
    padding-top: 20px;
}

.zilla .gform_wrapper .gform_page_footer {
    margin: 20px 0 0;
    width: 100%;
    border-top: 1px solid #efefef; 
}

.zilla .gform_wrapper .gsection {
    border-bottom: none;
    border-top: 1px solid #efefef;
    padding: 20px 0 10px 0;
    margin: 20px 0;
}

.gform_wrapper .gfield { margin-bottom: 20px; }

.zilla .gform_wrapper .gfield_checkbox li, 
.zilla .gform_wrapper .gfield_radio li { margin-bottom: 3px; }

.zilla .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, 
.zilla .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #000;
    font-weight: normal;
}

.zilla .gform_wrapper select {
    color: #333;
    font-size: 13px;
}

.zilla .gform_wrapper .gfield_time_ampm { padding: 0px; }

.zilla img.ui-datepicker-trigger { padding-top: 6px; }

.zilla table.ui-datepicker td a { background-color: #fff; }

.zilla .gform_wrapper .description, 
.zilla .gform_wrapper .gfield_description, 
.zilla .gform_wrapper .gsection_description, 
.zilla .gform_wrapper .instruction,
.zilla .gform_wrapper .description_above .gfield_description {
    color: #a3a3a3;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

.zilla .gform_wrapper .top_label .gfield_description { margin-bottom: 10px; }

.zilla .gform_wrapper .right_label .gfield_description, 
.zilla .gform_wrapper .left_label .gfield_description, 
.zilla .gform_wrapper .left_label .instruction, 
.zilla .gform_wrapper .right_label .instruction { margin-left: 32%; }

/* Gravity Forms complex forms -------------------------------------------------------*/
.zilla .gform_wrapper .ginput_complex .ginput_full input { width: 96% !important; }

.zilla .gform_wrapper .ginput_complex .ginput_full input[type="file"] { width: 90% !important; }

.zilla .gform_wrapper .field_name_first input, 
.zilla .gform_wrapper .ginput_complex .ginput_left input,
.zilla .gform_wrapper .ginput_complex .ginput_right input, 
.zilla .gform_wrapper .ginput_complex .ginput_right select { width: 92% !important; }

.zilla .gform_wrapper .ginput_complex label, 
.zilla .gform_wrapper .gfield_time_hour label, 
.zilla .gform_wrapper .gfield_time_minute label, 
.zilla .gform_wrapper .gfield_date_month label, 
.zilla .gform_wrapper .gfield_date_day label, 
.zilla .gform_wrapper .gfield_date_year label, 
.zilla .gform_wrapper .instruction {
    color: #777;
    display: block;
    font-size: 11px;
    margin: 0 0 15px;
    padding-left: 6px;
    letter-spacing: normal;
}

/* Gravity Forms Progressbar --------------------------------------------------------*/
.zilla .gform_wrapper .gf_progressbar_wrapper {
    border-bottom: none;
    width: 100%;
}

.zilla .gform_wrapper .gf_progressbar {
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    overflow: visible;
}

.zilla .gform_wrapper .gf_progressbar_percentage { 
    background: #fff url('images/zilla-progressbar.png') repeat-x 0 -1px;
    border: 1px solid transparent;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
	box-shadow: 0 1px 1px rgba(0,0,0,.25);	color: #666;
	height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

.zilla .gform_wrapper .percentbar_blue { 
    border-color: #7cafce;
    border-bottom: 1px solid #4889b4;
    color: #386079; 
}

.zilla .gform_wrapper .percentbar_green { 
    background-position: 0 -41px;
    border-color: #95b763;
    border-bottom: 1px solid #738d4c;
    color: #56693a; 
}

.zilla .gform_wrapper .percentbar_red {
    background-position: 0 -21px;
    border-color: #d27c6d;
    border-bottom: 1px solid #a63f37;
    color: #773631;
}

.zilla .gform_wrapper .percentbar_grey { 
    background-position: 0 -61px; 
    border-color: #c5c5c5;
    border-bottom: #b0b0b0;
}

.zilla .gform_wrapper .percentbar_orange {
    background-position: 0 -81px;
    border-color: #d0ae51;
    border-bottom: 1px solid #b28b37;
    color: #7b6128;
}

.gform_wrapper .gf_progressbar_percentage span { padding-right: 5px; }


/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.hentry {
	border-top: 1px solid #cfd2d5;
	margin-top: 80px;
	overflow: hidden;
	padding-top: 80px;
}

.hentry:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.single-post .hentry { border-bottom: 1px solid #cfd2d5; }

.format-video .post-thumb .fluid-width-video-wrapper { margin-bottom: 30px; }

.format-quote .entry-title,
.format-link .entry-title { text-align: center; }

.format-link .entry-title a { border-bottom: 2px solid #232527; }

.format-link .entry-title a:hover { border-bottom: 2px solid #f26c4f; }

.quote-source,
.link-source { text-align: center; }

.single .quote-source,
.single .link-source { 
	border-bottom: 1px solid #CFD2D5; 
	padding-bottom: 30px;
}

.link-source a,
.quote-source a { 
	color: #232527;
	font-weight: normal;
	text-decoration: none; 
}

.link-source a:hover,
.quote-source a:hover { color: #f26c4f; }

.link-source a + a,
.quote-source a {
	margin-left: 10px;
	font-size: 12px;
}

.entry-meta {
	font-size: 14px;
	line-height: 1.4em;
	color: #9da0a4;
	margin-bottom: 2.142857em; /* 30px */
	display: none;
}

.entry-meta a { 
	color: #9da0a4; 
	font-weight: normal;
	text-decoration: none;
}

.entry-meta a:hover { color: #232527; }

.entry-footer { 
	clear: left;
	margin-bottom: 1.7857142em; /* 25px */
	margin-top: 4.28571em; /* 60px */
}

.author-bio {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #efefef;
}

.author-bio .avatar	{
	float: left;
	margin: 0 10px 0 0;
}

.author-title {
	font-weight: bold;
	margin-left: 60px;
}

.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.more-link {
	background: #232527;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 8px 18px;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-ms-transition: background .1s linear;
	transition: background .1s linear;
	text-decoration: none;
}

.more-link:hover { 
	background: #f26c4f; 
	color: #ffffff;
}

.sticky {}

.bypostauthor {}

.search h2.page-title { font-size: 24px; }

.search h2.page-title + .hentry { margin-top: 1.875em; /* 30px */ }


/*-----------------------------------------------------------------------------------*/
/*  6. Portfolio
/*-----------------------------------------------------------------------------------*/

.portfolio { 
	border: none; 
	margin: 0;
	padding: 3.125em 0;
}

.portfolio:first-child { padding-top: 3.125em; }

h2.entry-title {
	font-size: 100px;
	line-height: 1.15em;
	letter-spacing: -0.04em;
	font-family:"Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 60px;
}

/*

.post-10 .entry-title { 
	text-shadow:  
	rgb(197, 87, 15) -1px 1px,
    rgb(197, 87, 15) -2px 2px,
    rgb(197, 87, 15) -3px 3px,
    rgb(197, 87, 15) -4px 4px,
    rgb(197, 87, 15) -5px 5px,
    rgb(197, 87, 15) -6px 6px,
    rgb(197, 87, 15) -7px 7px,
    rgb(197, 87, 15) -8px 8px,
    rgb(197, 87, 15) -9px 9px,
    rgb(197, 87, 15) -10px 10px,
    rgb(197, 87, 15) -11px 11px,
    rgb(197, 87, 15) -12px 12px,
    rgb(200, 88, 15) -13px 13px,
    rgb(203, 90, 15) -14px 14px,
    rgb(207, 91, 15) -15px 15px,
    rgb(210, 93, 16) -16px 16px,
    rgb(213, 94, 16) -17px 17px,
    rgb(217, 96, 16) -18px 18px,
    rgb(220, 97, 16) -19px 19px,
    rgb(223, 99, 17) -20px 20px,
    rgb(227, 100, 17) -21px 21px,
    rgb(230, 102, 17) -22px 22px,
    rgb(233, 103, 17) -23px 23px,
    rgb(237, 105, 18) -24px 24px;
 }
.post-831 .entry-title { 
	text-shadow:  
	rgb(38, 46, 46) -1px 1px,
    rgb(39, 47, 47) -2px 2px,
    rgb(39, 47, 47) -3px 3px,
    rgb(40, 48, 48) -4px 4px,
    rgb(40, 49, 49) -5px 5px,
    rgb(41, 49, 49) -6px 6px,
    rgb(41, 50, 50) -7px 7px,
    rgb(42, 50, 50) -8px 8px,
    rgb(42, 51, 51) -9px 9px,
    rgb(43, 52, 52) -10px 10px,
    rgb(43, 52, 52) -11px 11px,
    rgb(44, 53, 53) -12px 12px,
    rgb(44, 53, 53) -13px 13px,
    rgb(45, 54, 54) -14px 14px,
    rgb(45, 55, 55) -15px 15px,
    rgb(46, 55, 55) -16px 16px,
    rgb(46, 56, 56) -17px 17px,
    rgb(47, 57, 57) -18px 18px,
    rgb(47, 57, 57) -19px 19px,
    rgb(48, 58, 58) -20px 20px,
    rgb(48, 58, 58) -21px 21px,
    rgb(49, 59, 59) -22px 22px,
    rgb(49, 60, 60) -23px 23px,
    rgb(50, 60, 60) -24px 24px,
    rgb(50, 61, 61) -25px 25px,
    rgb(51, 61, 61) -26px 26px,
    rgb(51, 62, 62) -27px 27px,
    rgb(52, 63, 63) -28px 28px,
    rgb(52, 63, 63) -29px 29px,
    rgb(53, 64, 64) -30px 30px,
    rgb(54, 65, 65) -31px 31px;
}
.post-79 .entry-title { 
		text-shadow:  
	rgb(19, 120, 172) -1px 1px,
    rgb(19, 122, 174) -2px 2px,
    rgb(19, 123, 176) -3px 3px,
    rgb(20, 125, 178) -4px 4px,
    rgb(20, 126, 180) -5px 5px,
    rgb(20, 128, 182) -6px 6px,
    rgb(20, 129, 184) -7px 7px,
    rgb(21, 131, 186) -8px 8px,
    rgb(21, 132, 188) -9px 9px,
    rgb(21, 134, 191) -10px 10px,
    rgb(21, 135, 193) -11px 11px,
    rgb(22, 137, 195) -12px 12px,
    rgb(22, 138, 197) -13px 13px,
    rgb(22, 140, 199) -14px 14px,
    rgb(22, 141, 201) -15px 15px,
    rgb(23, 143, 203) -16px 16px,
    rgb(23, 144, 205) -17px 17px,
    rgb(23, 146, 207) -18px 18px,
    rgb(23, 147, 209) -19px 19px,
    rgb(24, 149, 212) -20px 20px;
}
.post-77 .entry-title { 
		text-shadow:  
	rgb(30, 30, 32) -1px 1px 0px,
    rgb(30, 30, 32) -2px 2px 0px,
    rgb(30, 30, 32) -3px 3px 0px,
    rgb(30, 30, 32) -4px 4px 0px,
    rgb(30, 30, 32) -5px 5px 1px,
    rgb(30, 30, 32) -6px 6px 1px,
    rgb(30, 30, 32) -7px 7px 1px,
    rgb(30, 30, 32) -8px 8px 1px,
    rgb(30, 30, 32) -9px 9px 2px,
    rgb(30, 30, 32) -10px 10px 2px,
    rgb(30, 30, 32) -11px 11px 2px,
    rgb(30, 30, 32) -12px 12px 2px,
    rgb(30, 30, 32) -13px 13px 3px,
    rgb(30, 30, 32) -14px 14px 3px,
    rgb(30, 30, 32) -15px 15px 3px,
    rgb(30, 30, 32) -16px 16px 3px,
    rgb(30, 30, 32) -17px 17px 4px,
    rgb(30, 30, 32) -18px 18px 4px,
    rgb(30, 30, 32) -19px 19px 4px,
    rgb(30, 30, 32) -20px 20px 4px,
    rgb(30, 30, 32) -21px 21px 5px,
    rgb(30, 30, 32) -22px 22px 5px,
    rgb(30, 30, 32) -22px 22px 5px,
    rgb(30, 30, 32) -23px 23px 5px,
    rgb(30, 30, 32) -24px 24px 7px,
    rgb(30, 30, 32) -25px 25px 12px,
    rgb(30, 30, 32) -26px 26px 18px,
    rgb(30, 30, 32) -27px 27px 24px,
    rgb(30, 30, 32) -28px 28px 30px,
    rgb(30, 30, 32) -29px 29px 35px,
    rgb(30, 30, 32) -30px 30px 50px;
}
.post-78 .entry-title { 
		text-shadow:  
		rgb(194, 175, 156) -1px 1px,
    rgb(196, 177, 158) -2px 2px,
    rgb(199, 179, 160) -3px 3px,
    rgb(201, 181, 162) -4px 4px,
    rgb(204, 183, 164) -5px 5px,
    rgb(206, 185, 166) -6px 6px,
    rgb(208, 188, 168) -7px 7px,
    rgb(211, 190, 170) -8px 8px,
    rgb(213, 192, 172) -9px 9px,
    rgb(216, 194, 174) -10px 10px,
    rgb(218, 196, 176) -11px 11px,
    rgb(220, 198, 178) -12px 12px,
    rgb(223, 200, 180) -13px 13px,
    rgb(225, 203, 182) -14px 14px,
    rgb(228, 205, 184) -15px 15px,
    rgb(230, 207, 186) -16px 16px,
    rgb(232, 209, 188) -17px 17px,
    rgb(235, 211, 190) -18px 18px,
    rgb(237, 213, 192) -19px 19px,
    rgb(240, 216, 194) -20px 20px;}
	
	.post-11 .entry-title { 
		text-shadow:  
		rgb(194, 175, 156) -1px 1px,
    rgb(196, 177, 158) -2px 2px,
    rgb(199, 179, 160) -3px 3px,
    rgb(201, 181, 162) -4px 4px,
    rgb(204, 183, 164) -5px 5px,
    rgb(206, 185, 166) -6px 6px,
    rgb(208, 188, 168) -7px 7px,
    rgb(211, 190, 170) -8px 8px,
    rgb(213, 192, 172) -9px 9px,
    rgb(216, 194, 174) -10px 10px,
    rgb(218, 196, 176) -11px 11px,
    rgb(220, 198, 178) -12px 12px,
    rgb(223, 200, 180) -13px 13px,
    rgb(225, 203, 182) -14px 14px,
    rgb(228, 205, 184) -15px 15px,
    rgb(230, 207, 186) -16px 16px,
    rgb(232, 209, 188) -17px 17px,
    rgb(235, 211, 190) -18px 18px,
    rgb(237, 213, 192) -19px 19px,
    rgb(240, 216, 194) -20px 20px;}

*/





.portfolio .entry-title + p,
.portfolio .entry-title + .zilla-caption + p,
.portfolio .entry-title + .zilla-caption + a + p { margin-top: 20px; }

.portfolio .entry-title + .zilla-caption { margin-top: 30px; }

.portfolio .more-link { margin-bottom: 2.714286em; /* 38px */  }

.zilla-media-center .more-link {
	float: right;
	margin-bottom: -65px;
	position: relative;
	top: -65px;
}

.zilla-media-center .zilla-caption { margin-right: 160px; }

.zilla-media-center .entry-content { margin-top: 80px; }

.zilla-media-center .jp-interface { 
	margin-bottom: 10px; 
	width: 895px;
}
	
.zilla-media-right .entry-content, .zilla-media-left .entry-content { padding-top: 20px; }

.zilla-media-center .jp-audio,
.zilla-media-center .jp-video {	width: 934px; }

.zilla-media-right .entry-content,
.zilla-media-left .entry-content { width: 290px; }

.zilla-media-left .entry-media,
.zilla-media-right .entry-content { float: left; }

.zilla-media-right .entry-media,
.zilla-media-left .entry-content { float: right; }

.zilla-media-left .entry-media,
.zilla-media-right .entry-media { width: 600px; }

.zilla-thumbs-nav { display: block; }

.zilla-light {
	background-color: #fff;
	color: #232527;
}

.zilla-light .zilla-caption {
	color: #000000;
	opacity: 0.4;
}

.zilla-dark {
	background-color: #232527;
	color: #ffffff;
}

.zilla-dark .zilla-caption {
	color: #ffffff;
	opacity: 0.6;
}

.zilla-dark a:hover { color: #ffffff; }

.zilla-dark .more-link { 
	background: #ffffff; 
	color: #232527;
}

.zilla-dark .more-link:hover { background: #f26c4f; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

#comments { 
	clear: both; 
	margin-top: 5em; /* 80px */
}

.comments-title,
#reply-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.0625em;
	line-height: 1.3333em;
	margin-bottom: 3.3333em; /* 80px */
}

.pings-title {}

.commentlist {
	margin: 0 0 40px;
	list-style-type: none;
}

.commentlist .children { margin-left: 80px; }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment { margin-top: 20px; }

.comment > div > div {
	background: #fff;
	border-radius: 3px;
	margin-left: 80px;
	padding: 20px
}

.avatar { border-radius: 3px; }

.comment .avatar {
	display: block;
	float: left;
	height: 60px;
	margin: 0 20px 0 0;
	width: 60px;
}

.comment-author { margin: 0 0 5px; }

.comment-author cite { 
	font-size: 20px;
	font-style: normal;
	font-weight: bold; 
	letter-spacing: -1px;
}

.comment-author a { color: #232527; }

.comment-author a:hover { color: #F26C4F; }

.comment-meta { 
	color: #9da0a4;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 10px; 
}

.comment-meta a {
	color: #9da0a4;
	font-weight: normal;
	text-decoration: none;
}

.comment-meta a:hover { color: #232527; }

.comment-body p { margin: 20px 0 0; }

.comment-body p:first-child { margin-top: 0; }

.children { 
	list-style-type: none; 
	margin-left: 20px;
}

.nocomments {
	text-align: center;
	padding: 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#respond { margin-top: 6.25em; /* 100px */ }

#respond:first-child { margin-top: 5em; /* 80px */ }

.commentlist #respond { margin-top: 1.875em; }

#commentform p { line-height: 36px; }

#commentform label {
	font-size: 14px;
	font-weight: bold;
}

#commentform .required { color: #f26c4f; }

#commentform input { 
	float: left;
	margin-right: 10px; 
}

#commentform .form-submit { overflow: hidden; }

.comment-form-comment { margin-top: 20px; }

#commentform textarea { margin-top: 20px; }

#commentform #submit { margin-top: 0; }

#cancel-comment-reply-link { letter-spacing: 0; }


/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.post-paging {
	clear: left;
	margin-bottom: 0;
}

.navigation { 
	clear: both;
	margin: 4em auto 0; 
	width: 90px;
}

.page-navigation .nav-next a,
.page-navigation .nav-previous a {
	background: #dcdcdd url(images/sprite.png) 0 0 no-repeat;
	border-radius: 3px;
	display: block;
	height: 40px;
	text-decoration: none;
	text-indent: -999em;
	width: 40px;
}

.page-navigation .nav-next a:hover,
.page-navigation .nav-previous a:hover { background-color: #232527; }

.page-navigation .nav-next { float: left; }

.page-navigation .nav-previous { float: right; }

.page-navigation .nav-next a { background-position: 4px 5px; }

.page-navigation .nav-previous a { background-position: 5px -25px; }

.comment-navigation { 
    margin-bottom: 20px;
    overflow: hidden; 
}

.comment-navigation .nav-next { float: right; }

.comment-navigation .nav-previous { float: left; }


/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
}

#footer a { 
	color: #9da0a4; 
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover { color: #ff6600; }

.copyright { 
	clear: left; 
	margin-bottom: 5px; 
	margin-left: 60px;
}

#footer-nav { margin-bottom: 20px; margin-right: 30px; }

#footer-nav ul {
	margin-left: 0;
	overflow: hidden;
}

#footer-nav li {
	float: left;
	margin-left: 20px;
}

#footer-nav li:first-child { margin-left: 0; }

#footer-nav li.current-menu-item a,
#footer-nav li.current_page_item a { color: #232527; }


/*-----------------------------------------------------------------------------------*/
/*	10.	Page & Page Templates
/*-----------------------------------------------------------------------------------*/

.page-template-template-archives-php .entry-content { margin-bottom: 20px; }

.archive-lists ul { margin-left: 0; }

.archive-lists ul .children { 
	margin-bottom: 0; 
	margin-left: 20px;
}

.archive-lists h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3em;
	letter-spacing: -1px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.contactform { margin-left: 0; }

.contactform li { list-style-type: none; }

.contactform li label {
	display: block;
	margin-bottom: 10px;
}

.contactform li input[type="text"] { margin-bottom: 15px; }

.contactform li textarea {
	height: 200px;
	margin-bottom:15px;
}

label.error { color: red; }


/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin-top: 3.125em; /* 50px */ }

.widget:first-child { margin-top: 0; }

.widget-title {
	color: #9da0a4;
	font-size: 12px;
	margin-bottom: 2.5em; /* 30px */
}

.widget ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
}

.widget ul a { color: #232527; }

.widget ul a:hover { color: #f26c4f; }

.widget ol {
	list-style-type: decimal;
	margin-bottom: 0;
}

/* Recent Work Widget ---------------------------------------------------*/
.widget.zilla_recentwork_widget { margin-bottom: 20px; }

/* Search Widget --------------------------------------------------------*/
.widget_search form,
.widget_search fieldset { margin: 0; }

/* Calander Widget -------------------------------------------------------*/
.widget_calendar caption { margin-bottom: 5px; }

.widget_calendar table { width: 100% }

/* 125 x 125 Widget ------------------------------------------------------*/
.zilla-ad-widget { 
	padding-right: 10px;
	margin-right: -20px;
}

.ads-125 img { 
	background: #ffffff;
	margin: 0 10px 10px 0; 
	padding: 5px;
}

/* Twitter Widget -------------------------------------------------------*/

.zilla-tweet-widget ul {
	margin: -10px 0 10px 0;
	list-style-type: none;
}

.zilla-tweet-widget li { padding: 10px 0; }

.zilla-tweet-widget .twitter-time-stamp {
	clear: left;
	color: #9da0a4;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.twitter-link {
	background: #232527;
	border-radius: 3px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	padding: 8px 12px;
	text-decoration: none;
}

.twitter-link:hover {
	background: #f26c4f;
	color: #ffffff;
}

/* Flickr Widget --------------------------------------------------------*/
.zilla_flickr_widget { padding-right: 0; }

.zilla_flickr_widget > div {
    margin-right: -22px;
    padding-right: 10px;
}

.flickr_badge_image {
	float: left;
	height: 61px;
	margin: 0 12px 12px 0;
	width: 61px;
}

.flickr_badge_image a {
	background: #f26c4f;
	cursor: pointer;
	border-radius: 4px;
	display: block;
}

.flickr_badge_image img {
	border-radius: 3px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.flickr_badge_image a:hover img { opacity: .3; }

/* Video Widget ----------------------------------------------------------*/
.zilla_video { margin-bottom: 10px; }


/* ZillaDribbbler Widget ------------------------------------------------*/
.widget_zilla-dribbbler-widget { margin-right: -20px; }

.widget .zilla-dribbble-shots { overflow: hidden; }

.widget .zilla-dribbble-shots li { 
	float: left;
	margin: 0 20px 1.25em 0; 
}

.zilla-dribbble-shots a {
	background: #f26c4f;
	border-radius: 3px;
	display: block;
	height: auto;
	width: 290px;
}

.zilla-dribbble-shots a:hover img { opacity: .3; }

.zilla-dribbble-shots img { 
	border-radius: 3px; 
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

/* Zilla Plugins --------------------------------------------------------*/
.zilla-likes { margin-bottom: 1em; }

/* ZillaSocial ---------------------------------------------------------*/

.widget_zilla_social_widget .size-32px a {
	border: none;
	float: left;
	margin: 0 8px 8px 0;
	display: block;
	height: 32px;
	width: 32px;
}

.widget_zilla_social_widget .size-16px a {
	float: left;
	margin: 0 7px 7px 0;
	display: block;
	height: 16px;
	width: 16px;
}

.widget_zilla_social_widget .zilla-social a:hover {
	background: none!important;
	opacity: 0.5;
}

.zilla-social:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
} 

.zilla-social { display: inline-block; } /* Hide from IE Mac \*/ 

.zilla-social { display: block; } /* End hide from IE Mac */ 

/*------------------------------------------------------------------------*/
/*	12. Structure // Mattia's addional stuff
/*------------------------------------------------------------------------*/

.page-title {
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 100px;
	color: #333;
	margin: 0 auto;
	z-index: 92;
	width: 1000px;
}


.page-title-skygo {
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 100px;
	color: #333;
	margin: 0 auto;
	z-index: 92;
	width: 1000px;
}

#header {
	margin: 0 auto 75px;
	width: 100%;
}

.page-header {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:90px;
	text-align: center;
}
.zilla-caption {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0;
	line-height: 25px;
	width: 574px;
	margin: 0 auto;
	z-index: 92;
	font-weight: bold;
}

.testimonial {
	width: 700px;
	font: 18px/28px Arial, Helvetica, sans-serif !important;
	text-align: center;
	font-style: italic !important;
	margin: 0 auto;
	position: relative;
	-webkit-font-smoothing: antialiased;
	color:white;
}

.testimonial.skysportf1 {
	color: black;
}
.testimonial.gopro {
	margin-bottom: 75px;
}

.name {
		font: 11px/18px Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color: #ffbb86;
		margin-top: 40px;
		margin-bottom: 100px;
		-webkit-font-smoothing: antialiased;
}
p.name.home {
		font: 11px/18px Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color: #006CFC;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		margin: 35px 0 70px;
}

p.name.home.fanta {
		font: 11px/18px Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color:#ffbb86;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		margin: 35px 0 70px;
}

p.name.home.fanta {
		font: 11px/18px Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color:#ffbb86;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		margin: 35px 0 70px;
}

p.name.home.skygo {
		font: 11px/18px Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.2em;
		color:#549EE8;
		-webkit-font-smoothing: antialiased;
		text-align: center;
		margin: 35px 0 70px;
}

.macbook.worldvision {
	position: relative;
	float: left;
	width: 995px;
	height: 576px;
	background: url(../../uploads/macbook_empty.png) no-repeat center center;
	background-size: 995px 576px;
	margin-left: 0px;
	z-index: 0;
}
.macbook.worldvision img {
	position: relative;
	left: 121px;
	top: 32px;
}

.iphoneworldvision { float: right; position: relative; margin: -380px 80px 0 0; z-index: 9;}

.macbook.huoneistoketju {
	width: 1133px;
	height: 656px;
	background: url(../../uploads/macbook_empty.png) no-repeat center center;
	margin: 0 auto;
	z-index: 9;
}
.macbook.huoneistoketju img {
	position: relative;
	left: 138px;
	top: 36px;
}

.macbook.seamlessplanet {
	width: 1044px;
	height: 604px;
	background: url(../../uploads/us-polo_macbook.png) no-repeat center center;
	background-size: 1044px 604px;
	margin-right: -40px;
	z-index: 0;
	position: relative;
	float: right;
}
.macbook.seamlessplanet img {
	position: relative;
	left: 127px;
	top: 33px;
}

.macbook.aol {
	width: 1044px;
	height: 604px;
	background: url(../../uploads/aol_macbook.png) no-repeat center center;
	background-size: 1044px 604px;
	margin-right: -40px;
	z-index: 0;
	position: relative;
	float: right;
}
.macbook.aol img {
	position: relative;
	left: 127px;
	top: 33px;
}

.ipad {
	position: relative;
	float: left;
	margin: -430px 0px 0 0;
	z-index: 0;
}

.display {
	z-index: 0;
	position: relative;
	background-image: url(../../uploads/display_empty.png);
	background-repeat: no-repeat;
	width: 1030px;
	height: 831px;
	margin: 0 auto;
}
.display img {
	position: relative;
	top: 44px;
	left: 43px;
}


#post-831, #post-79, #post-78, #post-11, #post-77, #post-10, #post-1585, #post-aol {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

#post-831 {
	background-image: url('../../uploads/skygo_bg.jpg');
	background-color: #151515;
}
#post-79 {
	background-image: url('../../uploads/sky-sport_bg.jpg');
	background-color: #165b90;
}
#post-78 {
	background-image: url('../../uploads/us-polo_bg.jpg');
	background-color: #090c2d;
}
#post-11 {
	background-image: url('../../uploads/iprospect_bg.jpg');
	background-color: #090c2d;
}

#post-aol {
	background-image: url('../../uploads/aol_bg.jpg');
	background-color: #090c2d;
}

#post-77 {
	background-image: url('../../uploads/braccialini_bg.jpg');
	background-color: #000;
}
#post-10 {
	background-image: url('../../uploads/fanta-gp_bg.jpg');
	background-color: #8b1619;
}
#post-1585 h2.entry-title { color: #333!important; }

#post-1585 {
	background-image: url('../../uploads/sky-sport-f1_bg.png');
	background-color: #fff;
}

.page-projects .entry-content { text-align: center;}

.link-case.worldvision {
	position: relative!important;
	float: right!important;
	margin: 85px -205px 0 0;	
}
.link-case.gopro {
	text-align: center;	
	float: none!important;
	margin-top: -35px;
}
.link-case.huoneistoketju {
	float: right!important;
	margin: 75px 12px -20px 0;
}
.link-case.allright {
	float: right!important;
	margin: -112px 57px 25px 0;
	position: relative;
}
.link-case.seamlessplanet {
	position: relative!important;
	float: right!important;
	margin: 60px 0px 0 0;	
}
.link-case.microsoft {
	position: relative!important;
	margin: 60px 0 20px;
	text-align: center!important;
}

.link-case a, .link-case-home a, .link-case-hire a, .link-case-page a {
	position: relative;	
	display: inline-block; 
	font-weight: bold; 
	line-height: 44px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
.link-case a { margin: -10px 0 130px 0;}
.link-case-home a { margin: 50px 0 0 0;}
.link-case-hire a { 
	font-size: 21px!important;
	line-height: 75px;
	color: #fff; 
	background-color: #2ecc71; 
	padding: 0 50px!important;
	line-height: 75px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
}
.link-case-hire a:hover {
	background-color: #27ae60;
	color: #FFF;
}

.roll, .roll2, .roll3, .roll4, .roll5, .roll6, .rollpage, .roll404, .roll7, .roll11, .roll90 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;

    -webkit-perspective: 275px;
       -moz-perspective: 275px;
        -ms-perspective: 275px;
            perspective: 275px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}
.roll span, .roll2 span, .roll4 span, .roll5 span, .roll6 span, .rollpage span, .roll404 span, .roll7 span, .roll11 span, .roll90 span {
   		-webkit-transition: -webkit-transform 0.3s ease; 
		-moz-transition: -moz-transform 0.3s ease; 
		transition: transform 0.3s ease; 
		-webkit-transform-origin: 50% 0 0; 
		-moz-transform-origin: 50% 0 0; 
		transform-origin: 50% 0 0; 
		-webkit-transform-style: preserve-3d; 
		-moz-transform-style: preserve-3d; 
		transform-style: preserve-3d; 
		border-radius: 5px; 
		display: inline-block; 
		padding: 0 25px; 
		position: relative;
}
.roll:hover span, .roll2:hover span, .roll4:hover span, .roll5:hover span, .roll6:hover span, .rollpage:hover span, .roll404:hover span, .roll7:hover span, .roll11:hover span, .roll90:hover span {
    -webkit-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
       -moz-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
            transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
}
.roll span:after, .roll2 span:after, .roll4 span:after, .roll5 span:after, .roll6 span:after, .rollpage span:after, .roll404 span:after, .roll7 span:after, .roll11 span:after, .roll90 span:after {
  		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		transition: background 0.3s;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 50% 0 0; 	
		-moz-transform-origin: 50% 0 0; 
		transform-origin: 50% 0 0; 
		border-radius: 5px; 
		content: attr(data-hover); 
		height: 100%; 
		left: 0; 
		position: absolute; 
		top: 100%; 
		width: 100%;
		text-align: center;
}

.roll span { color: #f26c4f; background-color: #FFF;}		
.roll span:after { color: #FFF;	background: #32302f;}
.roll2 span { color: #fff; background-color: #1D61CA;}		
.roll2 span:after { color: #FFF; background: #E42E2E;}
.roll4 span { color: #32302f; background-color: #FFF;}
.roll4 span:after { color: #FFF; background-color: #a73b66;}
.roll5 span { color: #0081cb; background-color: #FFF;}		
.roll5 span:after { color: #FFF;	 background: #f6b221;}
.roll6 span { color: #B61D1D; background-color: #FFF;}		
.roll6 span:after { color: #FFF; background: #1A2A5C;}
.roll90 span { color: #fff; background-color: #00ced1;}
.roll90 span:after { color: #fff; background-color: #fe6441;}
.rollpage span { color: #FFF; background-color: #ff6600;}
.rollpage span:after { color: #FFF; background-color: #3d2a13;}
.roll404 span { color: #fff; background-color: #ff6600;}	
.roll404 span:after { color: #fff; background-color: #32302f;}	
.roll7 span { color: #fff; background-color: #CA1C1C;}	
.roll7 span:after { color: #fff; background-color: #1F569E;}
.roll11 span { color: #B61D1D; background-color: #FFF;}		
.roll11 span:after { color: #FFF;	 background: #8dc63f;}	



#content {
	margin: 0 auto;
	padding: 60px 0 0px;
	width: 1140px;
}

.project-description {
	width: 800px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

#content .full-width { width: 100%; }
	
#primary { 
	float: left;
	width: 600px;  
}

.page-template-template-portfolio-php #primary,
.post-type-archive-portfolio #primary,
.single-portfolio #primary { 
	margin-top: 0;
	margin-bottom: 0;
	width: 100%; 
	position: relative;
}

.page-template-template-portfolio-php .hentry,
.post-type-archive-portfolio .hentry,
.single-portfolio .hentry { width: 100%; }

.page-template-template-portfolio-php .hentry-inner,
.post-type-archive-portfolio .hentry-inner,
.single-portfolio .hentry-inner {
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
}

.page-template-template-portfolio-php .zilla-media-center .hentry-inner, 
.post-type-archive-portfolio .zilla-media-center .hentry-inner,
.single-portfolio .zilla-media-center .hentry-inner { overflow: visible; }

.portfolio { padding: 6.25em 0 0; }

.portfolio:first-child { padding-top: 6.25em; }

.layout-2cl #primary { float: right; }

#sidebar { 
	float: right;
	padding-top: 0;
	width: 280px; 
}

.layout-2cl #sidebar { float: left; }

.footer-outer {
	background: #fff;
	clear: both;
	border-top: 1px solid #e4e4e4;
}

#footer {
	margin: 0 auto;
	padding: 60px 0 20px;
	width: 100%; 
}
#logo,
#logo a {
	color: #232527;
	font-size: 48px;
	font-weight: bold;
	float: left;
	letter-spacing: -0.05em;
	line-height: 1.2em;
	text-decoration: none;
	margin-top: 18px;
	margin-left: 20px;
	height: 58px!important;
	width: 44px!important;
	z-index: 92;
}
#logo a:hover { 
	color: #f26c4f;
	text-decoration: none; 
	opacity: 0.5;
	-webkit-transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-o-transition: opacity .1s linear;
	-ms-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

#footer-nav {
	float: right;
	max-width: 55%;
}

.entry-content { 
	margin-bottom: -20px;
	max-width: 100%; 
	font: 19px/30px Georgia;
	-webkit-font-smoothing: antialiased;
}

.centered-column {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

hr {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
	margin: 90px 0;
	opacity: 0.5;
}
hr.photos {
	margin: 150px 0;
	opacity: 0.3;
}
hr.photosfirst {
	margin: 120px 0 150px 0;
	opacity: 0.3;
}

.awesomeicons { text-align: center; padding-bottom: 20px; }
.awesomeicons ul, .awesomeicons li, .awesomeicons-footer ul, .awesomeicons-footer li {
	display: inline;
	list-style: none;
}
.awesomeicons li {
	padding-right: 10px;
}
.awesomeicons-footer {
	float: right;
	margin-right: 60px;
	margin-top: -2px;
}
.awesomeicons-footer li {
	padding-right: 10px;
}
.icon-large::before { vertical-align: 34%; font-size: 1.6em!important; }
.awesomeicons a {
	color: #999;
}
.awesomeicons a:hover {
	color: #111;
}

.FaqTopLink {
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 11px;
}

#post-278 .entry-content {
	text-align: center;
}

.page-id-19 h1.page-title, .page-id-92 h1.page-title  {
	max-width: 750px;
	width: 92.5%;
}
.page-id-278 h1.page-title  {
	max-width: 450px;
	width: 92.5%;
}
.page-id-389 h1.page-title  {
	max-width: 740px;
	width: 92.5%;
}
.page-id-87 h1.page-title  {
	max-width: 820px;
	width: 92.5%;
}

.link-case-page ul li {
	display: inline;
	list-style: none;
	margin-left: 20px;
}
.link-case-page p {
	font-size: 18px;
	margin-top: 7px;
}
.link-case-page {
	text-align: center;
	padding-top: 10px;
}

#post-639 {
	padding-bottom: 110px;
}

.jannesays {
	font-size: 32px;
	font-style: italic;
	padding-bottom: 35px;
	letter-spacing: -0.04em;
	line-height: 38px;
	text-align: center;

}

.logolist ul {
	display: inline-block;
	list-style-type: none;
	margin: auto;
	margin:0;padding:0;
	height: auto;
	width: 100%;
}
.logolist li {
	display: inline-block;
	text-align: center;
	height: auto;
	width: 14%;
	padding-left: 9%;
	line-height: 65px;
}
.logolist li.first {
	padding-left: 0; 
}
.logolist li.last {
	width: 6%!important;
}

p.logo-confidential {
	text-align: center;
font-size: 14px;
color: #999;
font-style: italic;
margin-top: -70px;
margin-bottom: 100px;
}

.logolist {
	margin-bottom: -50px;
	margin-top: -30px;
}

p.dcenter {
	text-align: center;
}

.rwd-break {
	display: block;
}
.rwd-break2 {display: none; }


/*------------------------------------------------------------------------*/
/*	12. Responsive stuff
/*------------------------------------------------------------------------*/

#menu-item-1283 {display: none!important;}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-home.menu-item-1283 {display: none!important;}	

@media only screen and (max-width: 1140px) {
	/* 1140 =============================================== */

.page-title {
	font-size: 72px;
	font-weight: bold;
	letter-spacing: -0.04em;
	line-height: 72px;
	color: #333;
	width: 700px;
	margin: 70px auto 20px;
}

.page-title-skygo {
font-size: 67px!important;
font-weight: bold;
letter-spacing: -0.05em;
line-height: 48px!important;
width: 92.5%;
margin: 40px auto 0px!important;
text-align: center;
}
.testimonial-services { font-size: 28px!important; line-height: 38px!important; max-width: 620px; width: 90%; margin: 10px auto 0!important;}

.centered-column {
		max-width: 710px;
		width: 95%;
}
.zilla-caption {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	width: 440px;
	margin: 0 auto;
}
.testimonial {
	width: 550px;
	font: 14px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
	position: relative;
	top: -100px;
}
p.name {
		font: 10px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #ffbb86;
		margin-top: 25px;
		margin-bottom: 270px;
}

.link-case a {
	float: right;
	position: relative;	
	margin: -10px 0 100px 0;
	display: inline-block; 
	font-weight: bold; 
	line-height: 44px;
	font-size: 14px;
}


.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;

    -webkit-perspective: 275px;
       -moz-perspective: 275px;
        -ms-perspective: 275px;
            perspective: 275px;

    -webkit-perspective-origin: 50% 50%;
       -moz-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}
.roll span {
   		-webkit-transition: -webkit-transform 0.3s ease; 
		-moz-transition: -moz-transform 0.3s ease; 
		transition: transform 0.3s ease; 
		-webkit-transform-origin: 50% 0 0; 
		-moz-transform-origin: 50% 0 0; 
		transform-origin: 50% 0 0; 
		-webkit-transform-style: preserve-3d; 
		-moz-transform-style: preserve-3d; 
		transform-style: preserve-3d; 
		border-radius: 5px; 
		display: inline-block; 
		padding: 0 25px; 
		position: relative;
		background-color: #FFF;
		
   		color: #E2001A; 
}
.roll:hover span {
    -webkit-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
       -moz-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
        -ms-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
            transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
}
.roll span:after {
  		-webkit-transition: background 0.3s;
		-moz-transition: background 0.3s;
		transition: background 0.3s;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 50% 0 0; 	
		-moz-transform-origin: 50% 0 0; 
		transform-origin: 50% 0 0; 
		
  		background: #5E6163;
		border-radius: 5px; 
		content: attr(data-hover); 
		color: #FFF; 
		height: 100%; 
		left: 0; 
		position: absolute; 
		top: 100%; 
		width: 100%;
		text-align: center;
}

#header {
	margin: 0 auto 50px;
	width: 100%;
}
.page-header {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:220px;
	width:100%;
	text-align: center;
}

#content {
	margin: 0 auto;
	padding: 80px 0 15px;
	width: 95%;
}

.project-description {
	width: 800px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

#content .full-width { width: 100%; }
	
#primary { 
	float: left;
	width: 600px;  
}


.page-template-template-portfolio-php #primary, .post-type-archive-portfolio #primary, .single-portfolio #primary { 
	margin-bottom: 0;
	width: 100%; 
	position: relative;
}
.page-template-template-portfolio-php .hentry, .post-type-archive-portfolio .hentry, .single-portfolio .hentry { width: 100%; }
.page-template-template-portfolio-php .hentry-inner, .post-type-archive-portfolio .hentry-inner, .single-portfolio .hentry-inner {
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}
.page-template-template-portfolio-php .zilla-media-center .hentry-inner, .post-type-archive-portfolio .zilla-media-center .hentry-inner, .single-portfolio .zilla-media-center .hentry-inner { overflow: visible; }


.portfolio { padding: 6.25em 0 0; }
.portfolio:first-child { padding-top: 6.25em; }

.layout-2cl #primary { float: right; }

#sidebar { 
	float: right;
	padding-top: 0;
	width: 280px; 
}
.layout-2cl #sidebar { float: left; }


.footer-outer {
	background: #ffffff;
	clear: both;
}
#footer {
	margin: 0 auto;
	padding: 50px 0 40px;
	text-align: center;
}
#footer-nav {
	margin: 0 auto 20px!important;	
	max-width: 445px;
	float: none;
	clear: both;
}

#footer-nav li {
    float: none;
    display: inline-block !important;
    margin-top: 20px;
}

#footer-nav ul {
	margin: 0;
	overflow: auto;
}

li.icon-footer-last { padding-right: 0px!important; }

.awesomeicons-footer {
	margin: 0 0 20px 0;
	width: 100%;
}
.copyright {
	width: 100%;
	clear: both!important;
	margin-left: 0!important;
	color: #c0c0c0;
	font-size: 11px;
}

.entry-content { 
	margin-bottom: -20px;
	max-width: 90%;
	margin: 0 auto;
}

h2.entry-title {
	margin-top: -50px;
}

h6, h6 a{font-size: 60px!important; line-height: 72px!important; padding-bottom: 0px; padding-top: 0px; letter-spacing: -0.03em;}
h6:first-child {padding-top: 80px;}

#post-77, #post-38 {
	background-attachment: scroll;
}

.logolist li {
	width: 16%;
	padding-left: 6.5%;
	line-height: 65px;
}
.logolist li.first {
	padding-left: 0; 
}
.logolist li.last {
	width: 8%!important;
}

.rwd-break {
	display: none;
}


.page-janne hr {
	margin: -20px 0 60px;
}
.page-photos h1.page-title { max-width: 600px!important; width: 92.5%; }
.page-services .centered-column { max-width: 750px; width: 92.5%}
.page-services .entry-content h2 {font-size: 42px!important;line-height: 52px;padding-bottom: 10px!important; ;letter-spacing: -0.04em;}
.page-for-agencies .centered-column, .page-hire-me .centered-column { max-width: 800px; width: 92.5%}
.page-id-87 h1.page-title  {
	max-width: 700px;
	width: 92.5%;
}
.logolist {margin: -20px 0 -65px;}
p.logo-confidential { margin:-34px 0 75px;}
.page-feedback .zilla-one-half { margin-bottom: 0;}


hr {margin: 90px 0 55px;}
hr.photosfirst {margin: 70px 0 90px 0;}
hr.photos { margin: 100px 0;}

#comments {
	display: none;
}

}


@media only screen and (max-width: 768px) {

	.page-services .link-case-page ul li, .page-faq .link-case-page ul li {
		display: block!important;
		margin-left:0!important;
	}
		.page-services .link-case-page ul li + li, .page-faq .link-case-page ul li + li {
			padding: 10px 0 7px!important;
		}
		
}


@media only screen and (max-width: 720px) {

	/* MOBILE NAV WHEN THE PRIMARY RUNS OUT OF SPACE */

#primary-menu { display: none; }


    #zilla-mobile-menu-wrap { background: #232527; }
       		
    #zilla-menu-dropdown {
	    background: rgba(244,244,244,0.5) url(images/menu-icon.gif) 50% 50% no-repeat;
	    border-bottom: none;
	    cursor: pointer;
	    display: block;
	    position: fixed;
	    z-index: 99999999;
	    height: 42px;
	    width: 42px;
	    top: 30px;
	    right: 0px;
	}
	
	#menu-item-128, #menu-item-132, #menu-item-136, #menu-item-130, #menu-item-134 {displa: none!important;}
	#menu-item-1283 {display: inline!important;}
	#menu-item-25 {padding-bottom: 150px!important;}
	
	#zilla-mobile-menu {
	    background: #f0f0f0;
	    margin: 0 auto;
	    padding: 75px 0 20px 0px;
	    position: fixed;
	    width: 100%; 
	    z-index: 99999;
	    text-align: left;
	    
	    height: 100%;
		overflow-y:scroll;
		overflow-x:hidden;
		-webkit-overflow-scrolling: touch;
	}

	.ie8 #zilla-mobile-menu { width: 100%; }
	
	ul#zilla-mobile-menu ul { padding: 0; }
	
	#zilla-mobile-menu li {
		padding: 5px 0px;
		margin: 0 auto;
	    display: block;
	    float: none;
	}

	.ie8 #zilla-mobile-menu li { 
		margin-left: 20px; 
		margin-right: 20px;
	}

    #zilla-mobile-menu li a {
        border: none;
        color: #666;
        display: block;
        font-size: 50px;
		line-height: 65px;
		font-weight: bold;
		letter-spacing: -0.05em;
        text-decoration: none;
        text-align: center; 
    }
    
    #zilla-mobile-menu li a:active { color: #ff6600; }
    
    #zilla-mobile-menu li.current-cat > a, #zilla-mobile-menu li.current_page_item > a, #zilla-mobile-menu li.current-menu-item > a { 
    	border: none; 
    	color: #111;
    }

	#zilla-mobile-menu ul.sub-menu {
	    background: transparent;
	    -webkit-box-shadow: none;
	            box-shadow: none;
	    margin: 15px 0;
	    position: relative;
	    top: auto;
	    width: auto;
	}
	
	ul#zilla-mobile-menu ul.sub-menu li {
	    height: auto;
		margin-top: 0;	
	}
	
    #zilla-mobile-menu ul.sub-menu a { background: transparent; font-size: 28px!important; line-height: 42px; font-weight: normal!important; font-style: italic; }
        
}


@media only screen and (max-width: 640px) {
	/* 640 ============================================= */

html {
    -webkit-text-size-adjust: none;
}

.entry-content { font-size: 16px; line-height: 24px; width: 92.5%!important;}

.page-janne .entry-content h2 {max-width: 250px; width: 80%; margin: 0 auto; }

	.page-janne img {width: 230px; padding-bottom: 40px!important;}

	.page-janne .aligncenter { display: inline; }

	.page-janne hr {margin: -40px 0 40px; }
	

.page-services .entry-content h2 { font-size: 32px!important; line-height: 36px; }

	.page-services img.aligncenter { padding-bottom: 20px;}
	
	.testimonial-services { font-size: 24px!important; line-height: 32px!important; width: 100%!important;}


.page-projects h6, h6 a {font-size: 36px!important; line-height: 42px!important; padding-bottom: 20px;}

	.page-projects h6:first-child {padding-top: 0px;}
	
	.page-projects h6:last-child {padding-bottom: 40px;}
	
	
p.logo-confidential { line-height: 21px; }
	
	.logolist {margin: -20px 0 -30px 0;}
	
	
.page-hire-me  .entry-content h2 { font-size: 40px; padding-bottom: 0!important; }
	
	.jannesays {font-size: 26px; line-height: 32px; padding-bottom: 10px;}

.page-title {
	font-size: 48px!important;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 48px!important;
	width: 92.5%;
	margin: 40px auto 0px!important;
	text-align: center;
}

.page-title-skygo {
font-size: 38px!important;
font-weight: bold;
letter-spacing: -0.05em;
line-height: 48px!important;
width: 92.5%;
margin: 40px auto 0px!important;
text-align: center;
}

.zilla-caption {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	width: 92.5%;
	margin: 0 auto;
}

#header {
		width: 92.5%!important;
		margin: 0px auto 20px!important;
	}

.page-header { width: 92.5%!important; }

#content {
		padding: 30px 0;
		width: 92.5%;
	}

#primary { width: 92.5%; }

.page-template-template-portfolio-php .hentry-inner, .post-type-archive-portfolio .hentry-inner, .single-portfolio .hentry-inner { width: 92.5%; }

.zilla-media-left .entry-media, .zilla-media-right .entry-media { width: 92.5%; }

.zilla-media-right .entry-content, .zilla-media-left .entry-content { padding-top: 0; }

#sidebar {
		border-top: 4px solid #cfd2d5;
		padding-top: 50px;
		width: 92.5%;
	}

.footer-outer {/* margin-top:80px; */}
.footer-outer-contact, .footer-outer-mattia, .footer-outer-project, .footer-outer-services { margin-top:40px; }
#footer { 
		padding: 40px 0 50px;
		width: 92.5%;
	
		/* margin: 0 auto; */
}

.portfolio, .portfolio:first-child { padding: 50px 0 30px; }

.slide-caption { max-width: 140px; }

.stacked .slide-caption { max-width: 230px; }

.zilla-media-center .jp-interface, .jp-interface { width: 250px; }

.jp-progress::before, .jp-progress::after { display: none; }

.gallery-item { margin: 5px; }
.gallery-item.col-3 {
		height: 86px;
		width: 86px;
	}

.commentlist .children { margin-left: 20px; }


/* ZillaShortcodes */
.zilla-one-half, 
.zilla-one-third, 
.zilla-two-third, 
.zilla-three-fourth, 
.zilla-one-fourth, 
.zilla-one-fifth, 
.zilla-two-fifth, 
.zilla-three-fifth, 
.zilla-four-fifth, 
.zilla-one-sixth, 
.zilla-five-sixth { width: 100% !important; }
	
	
#logo, #logo a {
	margin: 7px 0 0 12px;
	height: 46px!important;
	width: 35px!important;
}	

.testimonial {
	width: 92.5%;
	font: 14px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	margin: 0 auto;
	position: relative;
	top: -80px;
}

p.name {
		font: 10px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
		text-transform: uppercase;
		letter-spacing: 2px;
		color: #ffbb86;
		margin-top: 25px;
		margin-bottom: 80px;
}

#back-to-top {
	display: none;
}

p.dcenter {
	text-align: left!important;
}

hr { margin: 40px 0; }

.centered-column {
	width: 100%!important;
}

#back-to-top {
	display: none!important;
}

.navigation-links, .hfeed, .pinglist {
	margin-bottom: -80px!important;
}

.copyright {
	margin: 0 0 -10px 0px!important;
	width: 100%;
	text-align: center;
	color: #ccc!important;
	font-size: 12px;
	line-height: 14px;
}


.awesomeicons-footer {
	width: 100%;
	text-align: center;
	margin-right: 0px;
	font-size: 16px;
}

	.awesomeicons-footer li { padding-right: 15px; }


#footer-nav { display: none; }

ol, dl { margin-left: 25px!important; }


.link-case-page ul li, .page-faq .link-case-page ul li {
		display: block!important;
		margin-left:0!important;
	}

	.link-case-page ul li + li, .page-faq .link-case-page ul li + li {
			padding: 10px 0 7px!important;
		}
		
		
/* CASE STUDIES */
			
.page-worldvision .footer-outer {margin-top: 0!important;}

p.the-client, p.the-objective, p.the-story, .the-outcome p  {
	font: 12px "Helvetica Neue", Helvetica, Arial;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
.the-outcome p, p.the-client {
	text-align: center;
	color: #fff;
}
p.the-objective {
	color: #333;
}
p.the-story {
	color: #333;
	margin-top: 100px;
}
p.the-client-copy {
	text-align: center;
	color: #fff;
	font-style: italic;
	margin: 20px auto 100px;
	max-width: 600px;
	width: 92.5%;
}



hr.the-client, hr.the-objective, hr.the-story, .the-outcome hr {
	border: none;
	height: 1px;
}
hr.the-client {
	width: 117px;
	background-color: #fff;
	margin: 25px auto;
}
hr.the-objective {
	width: 155px;
	margin: 25px 0;
	background: #666;
}
hr.the-story {
	width: 109px;
	margin: 25px 0;
	background: #666;
}
.the-outcome hr {
	width: 143px;
	margin: 30px auto ;
	background: #fff;
}










/* CONTACT FORM */
	
.iphorm-group-alignment-proportional > .iphorm-group-elements > .iphorm-group-row-2cols > .iphorm-element-wrap { width: 100%; }
	
	.iphorm-group-row .last-child { left: 0%; }
	
	.iphorm-group-row { padding-bottom: 0px;}
	
	.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap-text input, 
	.iphorm-theme-light-light .iphorm-elements .iphorm-element-wrap textarea { 
		padding: 10px 15px; font-size: 16px; margin-bottom: 20px;
	}
	
	.iphorm-theme-light-light .iphorm-element-wrap > .iphorm-element-spacer > label { font-size: 16px; }
	
	.iphorm-element-spacer {padding-bottom: 30px;}
	
	.iphorm-errors-list > .iphorm-error { margin: 0px 0 20px;}
	
	.iphorm-success-message { padding: 20px 30px; line-height: 24px; }

	
	
}


@media only screen and (max-width: 360px) {

	/* 360 ============================================= */

.page-title {
	color: #333;
	width: 92.5%;
	margin: 80px auto 0px!important;
	text-align: left;
}

.zilla-caption {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	width: 95%;
	margin: 0 auto;
}

#header {
		width: 92.5%;
		margin: 0px auto 70px!important;
	}


.logolist {
	margin-bottom: 0px!important;
	margin-top: -10px!important;
}	

	.logolist ul {
	display: inline-block;
	list-style-type: none;
	margin: auto;
	margin:0;padding:0;
	height: auto;
	text-align: center;
}
		
		.logolist li {
			display: inline-block;
			height: auto;
			width: 100%;
			padding-left: 0!important;
		}
		
			.logolist li.last { width: 50%!important; }	
			

.link-case a, .link-case-home a, .link-case-hire a, .link-case-page a {line-height: 21px;}

.rollpage span { padding-top: 10px; padding-bottom: 10px; }

.rwd-break2 { display: block; }

.page-projects h6, h6 a { text-align: left!important;}

.awesomeicons { text-align: left; }

.jannesays {text-align: left;}

.iphorm-uniform-theme-default div.selector.fixedWidth span { width: 230px; }



}