/*
	Theme Name: TTLHealthcare
	Author: DeOsc Media
	Author URI: http://www.deoscmedia.co.nz
	Version: 1.3

	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

/* Import Google Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700);


/****************************************************************************
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,  img, ins, kbd, q, s, samp, small, strike,  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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
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; }


html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-mos-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Default
------------------------------------------------------------ */

body {
    background: #fff;
    color: #747474;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.3rem;
	font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin-bottom: 9px;
    padding: 4px;
}

button, input, select, textarea {
    vertical-align: middle;
}

input:focus, textarea:focus {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px 0 rgba(0, 0, 0, 0.15);
    outline: 0 none;
}

textarea,  input[type="text"], select {
    color: #747474;
	font-size: 1.2rem;
    font-size: 12px;
    font-weight: 400;
}

select, .s {
	-webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
	width: 100%;
	}

.searchsubmit { display: none !important;}


.forms fieldset .text-area, .wpcf7-textarea, #comment-form textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
	width: 96%;
}

input.wpcf7-text { width: 45%; }

hr {
	border: none;
	border-top: 1px solid #E9E9E9;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 50px;
}

/* Top
------------------------------------------------------------ */
.top {
    background: #303030;
    color: #888;
    left: 0;
	font-size: 1.2rem;
	font-size: 12px;
    line-height: 0;
    position: relative;
    width: 100%;
    z-index: 9100;
}

.top:before, .top:after {
	border-bottom: 1px solid;
    content: "";
    display: table;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.top .wrap {
	display: none;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 20px;
    width: 1060px;
}

.top_trigger.close{}
.top_trigger.open{}

.top_trigger {
   border-color: #303030 transparent transparent;
    border-style: solid;
    border-width: 9px 10px 0;
    bottom: -9px;
    cursor: pointer;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 49.5%;
    width: 0;
    z-index: 999999;
}

/* Top Widgets adjustments
------------------------------------------------------------ */
.top .widget {
	display: inline-block;
}
.top a, .top a:visited {
    color: #BBBBBB !important;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.top a:hover { 
    color: #FFFFFF;
}
.top  .widget_text {
    float: right;
    line-height: 22px;
}
.top .widget_nav_menu {
    float: left;
    list-style: none outside none;
}
.top .widget_nav_menu li, 
#footer .widget_nav_menu li {
    display: inline-block;
    padding-right: 10px;
}

.top .widget_nav_menu li:last-child,
#footer .widget_nav_menu li:last-child {
    margin-right: 0;
}


.top .highlight span,
.bottom-widget .highlight span  {
	border-right: 1px solid #3B3B3B;
	padding-right: 10px;
	}

.top .highlight:last-child span,
.bottom-widget .highlight:last-child span{
	border-right: none;
	padding-right: 0;
}

.top .widget_nav_menu li a {
    border-right: 1px solid #3B3B3B;
    line-height: 36px;
    padding: 0 10px 0 0;
}

.top .widget_nav_menu ul li:last-child a {
    border-right: medium none;
}
.top .widget_nav_menu li ul {
    display: none;
}
.top .zp_social_icons {
	float: right;
}
.top .zp_social_icons ul li {
	margin: 0 3px !important;
}
.top .zp_contact_widget {
	float: right;
}
.top  p.highlight {
    display: inline-block;
	line-height: 36px;
    margin-right: 5px;
    padding-right: 5px;
}
.top .phone:before, 
.top .fax:before, 
.top .email:before, 
.top .mail:before,
.top .skype:before {
	margin-right: 5px !important;
}

/* Hyperlinks
------------------------------------------------------------ */
a,  a:visited {
	outline: none;
	text-decoration: none;
	color: #333333;
	transition: color linear 0.15s;
	-ms-transition: color linear 0.15s;
	-moz-transition: color linear 0.15s;
	-webkit-transition: color linear 0.15s;
	-o-transition: color linear 0.15s;
}

a:hover,  a:active {
	text-decoration: none;
	color: #9E9E9E ;
}
a img {
	border: medium none;
}

/* Wrap
------------------------------------------------------------ */
.home #inner .wrap {
	width: 100%;
	padding: 0;
}

#home-wrap,
#inner .wrap,
#header .wrap,
#footer-widgets .wrap,
#footer .wrap {
	margin: 0 auto;
	width: 1060px;
	}

#inner .wrap {
	overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 20px;
}

/* Header
------------------------------------------------------------ */
#header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 5px 0 rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    position: relative;
    width: 100%;
    z-index: 1000;
}

#header .wrap {
	height: 90px;
    overflow: hidden;
    padding: 0 20px;
}

#title-area {
    float: left;
    padding: 10px 0;
    width: auto;
}

#title-area #title {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#title-area #title a {
    color: #3A3B3C !important;
	font: 700 2.2rem/1.5 "Droid Serif",serif;
    font: 700 22px/1.5 "Droid Serif",serif;
    text-decoration: none;
}


#title-area #description {
    font-size: 12px;
    line-height: 1;
}

/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,  .header-image #title,  .header-image #title a {
    display: block;
    float: left;
    min-height: 60px;
    text-indent: -9999px;
    min-width: 160px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,  .header-full-width #title,  .header-full-width #title a {
    overflow: hidden;
}

/* Primary Menu
------------------------------------------------------------ */
#nav{
	float: right;
	z-index: 2;
	margin-top: 0;
}

#nav a {
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
#nav ul {
    float: right;
    list-style-type: none;
}

#nav li {
    border-left: 1px solid #E5E5E5;	
	padding: 10px 20px 10px 15px;
    display: inline-block;
    float: left;
}


#nav li.current_page_item, #nav li:hover  {
	border-left: 1px solid #df9925;	
}


#nav li ul li,
#nav li ul li.current_page_item,
#nav li ul li:hover {
	border-left: none !important;
}

.sub{
	cursor: default;
	font-size: 12px;
}

#nav li a {
 	color: #333;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
	text-transform: uppercase;
    white-space: nowrap;
}

#nav .current_page_item a,
#nav li a:hover, #nav li a:active {
    color: #df9925;
}

.menu-primary li ul {width: 170px !important;}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	border: medium none !important;
	transition: color linear 0.15s;
	-ms-transition: color linear 0.15s;
	-moz-transition: color linear 0.15s;
	-webkit-transition: color linear 0.15s;
	-o-transition: color linear 0.15s;
    color: #FFFFFF !important;
	font: 400 12px/18px Arial, Helvetica, sans-serif;
	text-transform: none;
    height: auto;
    padding: 7px 20px;
    margin: 0;
    position: relative;
    text-align: right;
    width: 145px;
}


#nav li ul {
	border-top: 39px solid transparent;
    background-color: transparent;
    height: auto;
    left: -999em;
    margin: 0 10px 0 -15px;
    padding: 0;
    position: absolute;
    width: 145px;
    z-index: 9999;
}

#nav li ul a {
	width: 160px;
	border: medium none !important;
	
}

#nav ul li ul li {
    background-color: #333;
    border-right: medium none;
	padding: 0;
}

#nav ul li ul li a:hover { background-color: rgba(255, 255, 255, 0.5);}

#nav li ul ul{
	border-top: none;
	margin: -30px 0 0 185px;
	padding: 0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}
#nav li:hover, #nav li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
    position: absolute;
    text-indent: -9999px;
}

/* Primary Navigation Extra
------------------------------------------------------------ */
#nav li.right {
    border-right: medium none;
    color: #FFFFFF;
    float: right;
    font: 600 1.3rem/7.5rem 'Source Sans Pro',sans-serif;
    margin: 0;
    padding: 0 15px;
}

#nav li.right a {
	background: none;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border: none;
	text-shadow: none;
}

#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav li.search {
	padding: 20px 20px 0;
}

#nav li.rss a, #nav li.rss a:hover {
    background: url("images/rss.png") no-repeat scroll left 0 transparent;
    padding: 0 25px;
}

#nav li.twitter a, #nav li.twitter a:hover {
	background: url("images/twitter.png") no-repeat scroll left 0 transparent;
	 padding: 0 25px;
}

#nav li.rss a:hover, #nav li.twitter a:hover {
	text-decoration: none;
}



/* Homepage Template adjustment
------------------------------------------------------------ */
.page-template-homepage-template-php #inner {margin-top: 0}
.page-template-homepage-template-php .slider_shortcode {
    margin-top: -30px !important;
    min-height: 470px !important;
}

.page-template-homepage-template-php .page_desc {
    color: #333333;
    font-size: inherit;
    line-height: 1;
    margin: 20px auto;
    text-transform: none;
    width: 1060px;
}

.page-template-homepage-template-php #home-wrap {margin-top: 10px;}

.page-template-homepage-template-php h2 {line-height: 27px;}

/* Inner
------------------------------------------------------------ */
.home #inner {margin-top: 0;}
.home #container { margin: 0}

#inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
    padding: 0;
    width: 100%;
}


/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
    background-color: #fff;
    border: medium none #E9E9E9;
    color: #CCCCCC;
	font-size: 1.2rem;
    font-size: 12px;
    letter-spacing: 1px;
    margin: -10px 0 30px;
    overflow: hidden;
    padding: 0.8em 1.2em;
	}

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	width: 800px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

/* Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 740px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.entry-title {
	clear: both;
}

.post,
#wrap .page, 
.hentry {
    margin: 0 0 40px;
    overflow: hidden;
}

.entry-content p {
	margin: 0;
	padding: 0 0 20px;
}

blockquote {
    background: url("images/quotes.png") no-repeat scroll left 5px transparent;
    padding-left: 70px;
}

blockquote p {
    font-family: 'Droid Serif',serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}


.entry-content .slider_shortcode {
    background: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Headlines
------------------------------------------------------------ */
h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A3B3C;
	font-weight: 400;
	margin-bottom: 15px;
}

h1 {
	font-size: 2.6rem;
	font-size: 26px;
	line-height: 30px;
	margin-top:10px;
	color:#df9925;
}

h2 {
	font-size: 2rem;
	font-size: 20px;
	line-height: 23px;
	color:#df9925;
}

h3 {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 19px;
}
h4 {
	font-size: 1.5rem;
	font-size: 15px;
	line-height: 17px;
}
h5 {
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

h6 {
	font-size: 1.2rem;
	font-size: 12px;
	line-height: 14px;
}


h1.entry-title, h2.entry-title, h2.entry-title a, h2.entry-title a:visited {
    color: #333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 10px;
}

h2.entry-title a:hover { color: #9E9E9E ;}

.widget-area h4 {
    font-size: 1.4rem;
	font-size: 14px;
}

.archive-title {
    margin-bottom: 40px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0;
}

.entry-content ol li {
	list-style: disc outside none;
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Post Content
------------------------------------------------------------ */
.post_content {
    float: right;
    width: 80%;
}
.post-service {
	background:#ebebeb;
	padding:10px;
	margin-top:10px;
	border-radius:10px;
}

/* Post Block
------------------------------------------------------------ */
.post_block {
    float: left;
    width: 19%;
}

/* Post Date
------------------------------------------------------------ */
#content .date {
	font-size: 1.2rem;
	font-size: 12px;
	color: #333333;
}

/* Post Info
------------------------------------------------------------ */
.post-info {
    clear: both;
    float: left;
}

.post-info span{
	margin: 0 0 5px;	
}

.author span:first-child, .post-comments span:first-child {
	display: block;	
}

.post-info a {
    color: #333333;
    font-weight: 400;
}

.post-info a:hover {
	color: #9E9E9E ;	
}

/* Post Meta
------------------------------------------------------------ */
.post-meta {
    clear: both;
}

.post-meta span{
	display: block;
	margin: 0 0 5px;	
}

.categories span:first-child, .tags span:first-child {
	display: block;	
}

.post-meta a {
    color: #333333;
    font-weight: 400;
}

.post-meta a:hover {
	color: #9E9E9E ;	
}

/* Author Box
------------------------------------------------------------ */
.author-box {
    background-color: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 20px;
}

.author-box strong  {
    color: #4F4F4F;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
	}

.author-box p {
	font-size: inherit;
}

.author-box h1 {
	font-size: 3rem;
}

.author-box p {
	margin: 0;
	padding: 10px 0;
}
.author-box img {
	float: left;
	margin: 0 10px 0 0;
}
.author.vcard, .post-comments {
    display: block;
    float: left;
    width: 100%;
}

/* Sticky Posts
------------------------------------------------------------ */
.sticky {
	margin: 0 0 40px;
}

/* Archive Page
------------------------------------------------------------ */
#content .archive-page {
	float: left;
	width: 45%;
	padding: 20px 0 20px 0;
}

/* Images
------------------------------------------------------------ */
img {
	max-width: 100%;
	
}
.avatar,  .featuredpage img,  .featuredpost img,  img.post-image {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	display: block;
	position: relative;
	z-index: 0;
	-webkit-transition: opacity .7s ease-out;
	-moz-transition: opacity .7s ease-out;
	-o-transition: opacity .7s ease-out;
	transition: opacity .7s ease-out;	
}

.avatar:hover,  .featuredpage img:hover,  .featuredpost img:hover,  img.post-image:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

.featuredpage img[class^="attachment-"],  .featuredpage img[class*="attachment-"] {
 margin-bottom: 20px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 0 0;
}

img.centered,  .aligncenter {
	display: block;
	margin: 0 auto 25px;
}

img.alignnone {
	display: inline;
	margin: 0 0 25px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}


.alignright {
	float: right;
	margin:  0 0 10px 15px;
}

.alignnone {
	margin: 0 0 10px;
}

.wp-caption,  .sidebar .wp-caption {
	text-align: center;
	max-width: 100%;
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-caption a,  .sidebar .wp-caption a {
	overflow: hidden;
	margin: 10px;
	display: block;
	position: relative;
	z-index: 0;
}

.sidebar p.wp-caption-text,  #content p.wp-caption-text {
    color: #333333;
    font-family: 'Droid Serif',serif;
    font-size: 13px;
    margin: 0;
    padding: 25px 20px 20px;
}

.wp-smiley,  .wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */
.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	padding: 0;
}

.navigation ul {
    float: right;
    height: 100%;
    list-style-type: none;
    margin: 4px 0;
    padding: 0;
}

.navigation li {
    float: left;
    line-height: 28px;
    margin: 0 0 0 5px;
    padding: 0;
}

.navigation li a,  .navigation li.disabled,  .navigation li a:hover,  .navigation li.active a {
     border-radius: 3px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     color: #474747 !important;
     border: solid 1px #B6B6B6;
     padding: 6px 9px 6px 9px;
     background: #E6E6E6;
     background: -moz-linear-gradient(top,  #FFFFFF 1px,  #F3F3F3 1px,  #E6E6E6);
     background: -webkit-gradient(linear,  0 0,  0 100%,  color-stop(0.02,  #FFFFFF),  color-stop(0.02,  #F3F3F3),  color-stop(1,  #E6E6E6));
	 font: 12px 'Tahoma';
	 padding: 6px 9px;
}

.navigation li a:hover,  .navigation li.active a {
    background: #FFFFFF!important;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
	display: inline;
	float: right;
	width: 290px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
    font-size: inherit;
    padding: 0 0 10px;
    text-align: left;
}

.sidebar .widget {
    border-top: 1px solid #E9E9E9;
    margin: 15px;
    overflow: hidden;
    padding: 15px 0;
}

.sidebar .widget:first-child {
    border: medium none;
    margin-top: 0;
    padding-top: 0;
}

.recentcomments,
.widget_categories li,
.widget_recent_entries li{
    background: none repeat scroll 0 0 transparent;
    clear: both;
    float: left;
    line-height: 2.6rem;
    padding: 0;
}

.widget_recent_entries li:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
	width: 100%;
}

.widget_recent_entries li {
	width: 100%;
}
.widget_recent_entries li a {
    float: left;
}	

.sidebar span.post-date {
    float: left;
    font-size: 1.1rem;
	clear: both;
}
.sidebar .widget_recent_entries li {	
    border: medium none;
    margin: 0;
    padding: 0;
	}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar .featuredpost .post {width: 100%;}


/* Tag Cloud
------------------------------------------------------------ */
.tagcloud  {
    display: inline-block }
	
.tagcloud a  {
     float: left;
     margin-bottom: 5px;
     display:  inline-block;
     text-decoration: none;
     -webkit-transition:  all 0.2s ease 0s;
     -moz-transition:  all 0.2s ease 0s;
     -o-transition:  all 0.2s ease 0s;
     transition:  all 0.2s ease 0s;
     -webkit-box-shadow: 0 1px 0 rgba(180,  180,  180,  0.1);
     -moz-box-shadow: 0 1px 0 rgba(180,  180,  180,  0.1);
     box-shadow: 0 1px 0 rgba(180,  180,  180,  0.1);
     border:  1px solid #CCCCCC;
     margin-right: 4px;
     padding: 8px 10px 9px 10px;
	 color: #5F5F5F !important;
     font-weight: 400;
     background: #FFFFFF;
     line-height: 1.0;
     cursor: pointer !important }
	 
.tagcloud a:hover  {
     color: #fff !important;
     cursor: default;
     -webkit-box-shadow: 0 1px 0 rgba(180,  180,  180,  0);
     -moz-box-shadow: 0 1px 0 rgba(180,  180,  180,  0);
     box-shadow: 0 1px 0 rgba(180,  180,  180,  0);
     background:  #9E9E9E ;
     border: 1px solid transparent;
}

/* Dropdowns
------------------------------------------------------------ */
#cat {
	background: #FAFAFA;
	width: 100%;
	font-size: 12px;
	margin: 10px 0 0 10px;
	padding: 3px;
	display: inline;
	border: 1px solid #E6E6E6;
}
#sidebar #cat {
	width: 238px;
}
#sidebar-alt #cat {
	width: 148px;
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage .page {
	border-bottom: medium none;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.featuredpost .post {
    float: left;
    margin: 0 0.8% 20px;
    padding: 0;
    width: 31.44%;
}


.featuredpage h2, .featuredpost h2 {margin: 20px 0 10px;}

.featuredpage h2 a, .featuredpost h2 a {
	color: #333333 !important;
    font-size: 1.3rem;
	font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.featuredpost h2:hover { color: #9E9E9E ; }

.more-from-category {
	padding: 0 10px;
}

/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 0;
}

.user-profile .posts_link {
    border-top: 1px solid #EEEEEE;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    margin-top: 10px !important;
    padding-top: 5px !important;
    text-transform: uppercase !important;
	}
	
/* Buttons
------------------------------------------------------------ */

button,
a.button,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], .reply a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
  text-decoration: none!important;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  font-family: 'Droid Sans',sans-serif;
  font-size: 15px;
  vertical-align: middle;
  padding: 0.8em 1.2em;
  position: relative;
  margin: 0 0.1em 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);  
  border: 1px solid #cccccc;
  text-shadow: 0px 0px 5px #cccccc;
  color: #333;
  text-shadow: none;
  background: #fff;
  cursor: pointer;
}


a.button:hover, a.button:focus,
.reply a:hover, .reply a:focus,
input[type="button"]:hover, input[type="button"]:focus, 
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #f2f2f2;
}

.reply a:active,
input[type="button"]:active, 
input[type="submit"]:active,
a.button:active {
  background: #e6e6e6;
  top: 1px;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
}

.reply a {
    font-size: 1.1rem !important;
    line-height: 26px !important;
    padding: 1px 13px !important;
}



/* Search Form(s)
------------------------------------------------------------ */
#sidebar .searchform,  #header .searchform {
	width: 100%;
}
/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
	 float: left;
	 padding-bottom: 20px;
}
.enews #subscribe {
	padding: 0;
}
.enews #subbox {
	-webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
	width: 100%;
	margin-bottom: 10px;
}

/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #fff;
	padding: 2px;
	text-align: center;
}

/* Latest Tweets Widget
------------------------------------------------------------ */
.sidebar .latest-tweets ul li, 
#footer-widgets .latest-tweets ul li {
    margin-bottom: 5px;
    padding: 5px 0;
	}
	
.sidebar .latest-tweets ul li.last,
#footer-widgets .latest-tweets ul li.last {
	border-top: medium none !important;
    list-style-image: none !important;
	}

/* Flicker Photos Widget
------------------------------------------------------------ */
.widget .flickr_badge_image {
	float: left;
	height: auto;
	margin: 0 8px 8px 0;
	overflow: hidden;
	width: auto;
}
#flickr-wrapper {
	display: inline-block;
	overflow: hidden;
}
.flickr_badge_image {
	float: left;
	width: 70px;
	height: 70px;
}
.flickr_badge_image img {
	width: 60px;
	height: 60px;
	padding: 2px;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	 -webkit-transition: opacity .7s ease-out;
	 -moz-transition: opacity .7s ease-out;
	 -o-transition: opacity .7s ease-out;
	 transition: opacity .7s ease-out;
}
.flickr_badge_image img:hover {
	border: 1px solid transparent;
	background: #9E9E9E ;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.flickr_badge_image a:hover {
	border: none;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    background: none repeat scroll 0 0 #303030;
    color: #df9925;
    margin-top: 50px;
    width: 100%;
}

#footer-widgets .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

#footer-widgets .widget-area h4 {
    color: #df9925;
    font-family: 'PT Sans',sans-serif;
	text-transform:uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

#footer-widgets a {
    color: #bbb !important;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1));
} 

#footer-widgets .featuredpage h2 a, 
#footer-widgets .featuredpost h2 a {
	font-weight: 700;
}

#footer-widgets a:hover {
	 color: #ffffff; 
}


#footer-widgets ul {
    list-style: none outside none;
}

#footer-widgets .widget_recent_entries li,
#footer-widgets .recentcomments,
#footer-widgets .post {
	border-bottom: 1px dotted #848484;
    line-height: 15px;
    padding: 12px 0;
}

#footer-widgets .post { width: 100%; }

#footer-widgets .widget_recent_entries li:first-child,
#footer-widgets .recentcomments:first-child,
#footer-widgets .latest-tweets ul li:last-child,
#footer-widgets .post:first-child {
    background: none repeat scroll 0 0 transparent!important;
	padding-top: 0;
}

#footer-widgets .featuredpost .widget-wrap > div:nth-child(2){
	border: medium none !important;	
    margin: 0 !important;
    padding: 0 !important;
}

#footer-widgets .featuredpost h2, #footer-widgets .featuredpost h2 {
	margin-top: 10px;	
}

#footer-widgets .latest-tweets ul li {
    background: url("images/twitter-footer-icon.png") no-repeat scroll 0 5% transparent;
    color: #888888;
    font-size: 13px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0 0 10px 30px;
}

#footer-widgets .widget_recent_entries li:last-child,
#footer-widgets .recentcomments:last-child,
#footer-widgets .post:last-child,
#footer-widgets .latest-tweets ul li:last-child {
	border-bottom: medium none;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4  {
    float: left;
    margin: 0 1.1% 20px;
    width: 22.92%;
}
.footer-widgets-4 {
    margin-right: 0 !important;
}

.footer-widgets .flickr_badge_image { margin: 0 4px 4px 0;}

.footer-widgets span.post-date {
    float: left;
    font-size: 1.2rem;
}

/* Footer
------------------------------------------------------------ */
#footer {
    background: none repeat scroll 0 0 #242424;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
}

#footer .wrap {
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .creds {
    color: #888888;
    float: left;
    line-height: 36px;
    padding: 0 10px 0 0;
}

#footer a {color: #bbb !important;}

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

#footer .menu {
    float: right;
}

#footer .menu ul {
    float: right;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

#footer .menu li {
    border-right: 1px solid #373739;
    display: inline-block;
    float: left;
}

#footer .menu li a {
    display: block;
    padding: 0 10px;
    white-space: nowrap;
}

#footer .menu li:last-child {
    border-right: none;
}


#footer .zp_social_icons ul li a,
.top .zp_social_icons ul li a {
    color: #888888 !important;
}

#footer .zp_social_icons ul li a:hover,
.top .zp_social_icons ul li a:hover {
    color: #FFFFFF !important;
}

.bottom-widget {float: right; line-height: 36px;}

.bottom-widget p.highlight {
	display: inline-block;
	padding: 0 10px 0 0 !important;
}

/* Comments
------------------------------------------------------------ */
#comments,
#respond {
    margin: 0 0 1em;
    overflow: hidden;
}

#author,
#comment,
#email,
#url {
    margin: 2px 10px 0 0;
    width: 250px;
}

#reply-title a{
    font-size: 15px
}

#comment {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	height: 250px;
    width: 100%;
}

#commentform input[type=text].error,
#commentform textarea.error {
    background-color: #ff783c;
    border-color: #ff783c;
    color: #fff;
}

#commentform div.error,
#commentform label.error {
    color: #ff783c;
    margin: 0 0 5px;
}

#commentform div.errorlabels label { display: block }

.ping-list {
    margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    font-weight: bold;
    list-style-type: none;
    margin: 1em  0;
    padding: 1em 1.75em;
}

.comment-list li ul li {
    list-style-type: none;
}

.comment-content p {
    font-weight: 400;
    margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
    font-style: normal;
	color: #333333;
}

.says {color: #333333;}

.commentmetadata {
    font-size: 1.2rem;
    margin: 0 0 5px;
	font-weight: 400;
}

#comment .reply {
    font-size: 1.4rem;
    font-weight: 400;
}


.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
    background-color: #FAFAFA;
}

.thread-alt,
.thread-even{
    background-color: #FAFAFA;
}

.alt,
.depth-1,
.even {
    border: 1px solid #E9E9E9;
}

/* Top Link
------------------------------------------------------------ */

#top-link {
    background-attachment: scroll;
    background-image: url("images/to-top.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 58px;
    cursor: pointer;
    height: 26px;
    position: fixed;
    right: 50px;
    text-decoration: none;
    text-indent: -9999px;
    transition: all 0.2s linear 0s;
    width: 51px;
    z-index: 999;
}

#top-link:hover {
    background-position: 0 -26px;
}

/* Contact Widget 
------------------------------------------------------------ */
.highlight {
    margin: 0 0 5px;
}
p.highlight {
    padding-bottom: 0;
}
.phone:before {
	content:url(images/phone.png);
	margin-right:10px;
}
.fax:before {
	content:url(images/fax.png);
	margin-right:10px;
}
.email:before {
	content:url(images/email.png);
	margin-right:10px;
}
.mail:before {
	content:url(images/mail.png);
	margin-right:10px;
}

.skype:before {
	content:url(images/skype.png);
	margin-right:10px;
}



/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,  div.gform_wrapper select,  div.gform_wrapper textarea {
	font-size: 12px !important;
	padding: 4px 5px !important;
}
div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li,  div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Portfolio Single page
------------------------------------------------------------ */
.folio-nav {
    width: 100%;
}
.nav-back {
	margin: 0;
}
.nav-previous {
    display: inline;
    margin-right: 10px;
}
.nav-previous span {
	opacity: 0;
}
.nav-next {
    display: inline;
	margin-left: 227px;
}
.nav-next span {
	opacity: 0;
}

.portfolio_single_feature .portfolio-items, .portfolio_single_video, .portfolio_single_slider, .slider_shortcode {
   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
    background: url("images/slider-shadow.png") no-repeat scroll center bottom transparent;
    margin-bottom: 50px !important;
    padding-bottom: 26px !important;
    position: relative;
}

.portfolio_single_feature .portfolio-items a{
	background: url(images/icon-magnify.png) no-repeat scroll center center transparent;
    display: none;
    height: 50px;
    left: 48%;
    position: absolute;
    top: 40%;
    width: 50px;
    z-index: 9999;
	transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
}
.single_image_overlay{
	background: none no-repeat scroll center center rgba(0,0,0, 0.5);
	display: none;
    height: 94.6%;
    position: absolute;
    width: 100%;
	z-index: 9998;	
}
.portfolio_single_feature .portfolio-items:hover a, .portfolio_single_feature .portfolio-items:hover span{
	display: block;
}
.portfolio_single_feature .portfolio-items a:hover{
	opacity: 1;
    transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.portfolio_single_feature .portfolio-items:hover img{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.single_portfolio_hover {
    background: url(images/ico-magnify.png) no-repeat scroll center center rgba(0,0,0, 0.7);
    content: " ";
    display: none;
    height: 700px;
    position: absolute;
    width: inherit;
}

.portofolio-content {
	margin: 10px 0;
}
.portfolio-items p {
	font-size: 12px;
	margin: 10px 0;
}
.portfolio-items h2 a {
	font-size: 18px !important;
	margin-top:15px;
}
.portfolio-items li {
	float: left;
	list-style: none outside none;
	margin-left: 0;
	position: relative;
}
.portfolio-items li:first-child .date {
	margin-top:0px;
}
.portfolio-items .date {
	color: #FFFFFF;
	height: 40px;
	left: -60px;
	line-height: 16px;
	margin: 0px 0 0 -9999px;
	padding:6px 0 0 9999px;
	position: absolute;
	width: 53px;
}
.portfolio-items .date span {
	font-size: 15px !important;
	font-weight: bold !important;
}

.post-nav {
	background:url(images/divider3.gif) repeat-x top;
	padding-top:25px;
	float:left;
	width:100%;
}
.post-nav-left {
	float:left;
}

.post-nav-right {
	float:right;
}

.folio-entry {
	float: left;
	padding: 0;
	width: 70%;
}

.folio-entry p { padding: 0 0 20px; }

.title_wrap {
    margin: 0 auto;
    position: relative;
    width: 1060px;
}

.page_title_wrap  img {
    width: 100%;
}

#page-title  {
    bottom: 0;
    float: right;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    margin: 20px 0 0;
    padding: 15px;
    position: relative;
    right: 0;
}

.page_desc {
    margin-bottom: 50px;
}

/* Gallery
------------------------------------------------------------ */
#gallery {
	min-height: 500px;
	margin: 30px 0 0;
}
#gallery img {
	margin-right: 0px;
}


/* Portfolio Single Page
------------------------------------------------------------ */

.portfolio_single_container {
	overflow: hidden;
	width: auto;
}

.portfolio_single_slider .flex-direction-nav li .next {
    background: url(images/folio-nav.png) no-repeat scroll 0 0 transparent;
    right: 50px;
	opacity: 0.5 !important;
}
.portfolio_single_slider .flex-direction-nav li .prev {
    background: url(images/folio-nav.png) no-repeat scroll 0 0 transparent;
    right: 50px;
	opacity: 0.5 !important;
}

.portfolio_single_content {
    float: left;
    margin: 40px 0;
    width: 100%;
}

.portfolio-item {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	display: none;
	border: 0px solid #eef1f5;
	background-repeat: no-repeat;
}
.portfolio-item a { display: block;}

.portfolio-item img {
	display: block;
	background: url(images/ajax-loader-small.gif) no-repeat center #f8f8f8;
}

.page-wrapper {
	float: left;
}

.portfolio_content { 
    float: right;
    text-align: right;
    width: 65%;
}
	
.metaItem {
    float: right;
    width: 25%;
}

.metaItem_nav {
    border-top: 1px solid #E9E9E9;
    float: left;
    margin-top: 18px;
    padding-top: 23px;
    width: 100%;
}

.metaItem span:after {
    content: ":";
	margin: 0 10px 0 2px;
}

.metaItem span {
    color: #333333;
    font-weight: 700;
}

.authorStuff, .dateStuff, .categoryStuff, .projectStuff{
    background: none repeat scroll 0 0 transparent !important;
    float: right;
    line-height: 18px;
    margin: 0 0 5px !important;
    padding: 0 0 5px !important;
    width: 100%;
}

.next_project a{
	background: url("images/portfolio-nav.png") no-repeat scroll -58px top #494D4D;
	content: "";
	float: left;
	margin: 0 5px  0 0;
	width: 29px;
	height: 29px;
}

.prev_project a{
	background: url("images/portfolio-nav.png") scroll no-repeat 0 top #494D4D;
	content: "";
	float: left;
	margin: 0 5px  0 0;
	width: 29px;
	height: 29px;
}

.nav-back a{
	background: url("images/portfolio-nav.png") scroll no-repeat center top #494D4D;
	content: "";
	float: left;
	margin: 0 5px  0 0;
	width: 29px;
	height: 29px;
}

.folio-more { 
	clear: both;
    float: left;
	width: 100%;
}

.related_portfolio, .related_container {
    width: 100%;
}


.related_container, .element.element-3col:last-child {
    margin: 0 0 20px 10px;
}

.related_container h4{
	background: none !important;
	box-shadow: none !important;
	padding: 0 !important;	
}


/* Adjustment  
------------------------------------------------------------ */


.portfolio_image {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
    position: relative;
	height: inherit;
}

.portfolio_shadow {width: 100%}

.item_label {
    overflow: hidden;
	}
	
.item_label h4 {
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0 10px;
	}
	
.item_label p {
	padding: 0;
	line-height: 19px;
}


.item-wrapper {
	float: left;
	width: 1000px;
}

.item-desc {
    border-color: transparent;
    height: inherit;
    position: absolute;
    left: -400px;
	text-align: center;
    width: 100%;
	top: 0;
}


.item-desc .item_link {
	background: url("images/icon-link.png") no-repeat scroll center center transparent;
	display: block;
    height: 35px;
    left: 46%;
    position: relative;
    top: 40%;
    width: 35px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.item-desc .item_link:hover {
	transform:  rotate(360deg);
	-ms-transform:  rotate(360deg);
	-webkit-transform:  rotate(360deg);
    transition: all 0.2s ease-in-out;	
	-webkit-transition: all 0.2s ease-in-out;		
}

.item-desc .item_gallery {
	background: url("images/icon-magnify.png") no-repeat scroll center center transparent;
	display: block;
    height: 35px;
    left: 46%;
    position: relative;
    top: 40%;
    width: 35px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.item-desc .item_gallery:hover{
	transform:  rotate(360deg);
	-ms-transform:  rotate(360deg);
	-webkit-transform:  rotate(360deg);
    transition: all 0.2s ease-in-out;	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;	
}

/* Portfolio Hover Effect 
------------------------------------------------------------ */
.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
	position: absolute;
    transition: all 0.3s ease-in 0.2s;
	-moz-transition: all 0.3s ease-in 0.2s;
	-webkit-transition: all 0.3s ease-in 0.2s;
}

.element:hover .item-desc {
    opacity: 1;
   transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
    transition-delay: 0.2s;
	left: 0;
	top: 0;
}

.element:hover .item-desc { 
    opacity:1;
    transition-delay: 0s;
}                                                                       

/*-----------------------------isotopes---------------------------------*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*-----------------------------Isotope CSS3 transitions---------------------------------*/



.isotope,  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/



.isotope.no-transition,  .isotope.no-transition .isotope-item,  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */





/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#container {
   float: left;
    margin: 19px 0 0;
    overflow: hidden;
    padding: 0;
}
.element {
	float: left;
	overflow: hidden;
	position: relative;
}

.element * {
	margin: 0;
}
.element-2col{
    height: 250px;
    margin: 0 10px 20px;
	padding: 0 0 80px;	
    width: 48.11%;
}
.element-3col{
    height: 200px;
    margin: 0 10px 20px;
    padding: 0 0 80px;
    width: 31.44%;
}
.element-4col{
    height: 160px;
    margin: 0 10px 20px;
	padding: 0 0 100px;
    width: 23.11%;
}

.gallery-2col{
    height: 250px;
    margin: 0 10px 20px;
    width: 48.11%;
}
.gallery-3col{
    height: 200px;
    margin: 0 10px 20px;
    width: 31.44%;
}
.gallery-4col{
    height: 160px;
    margin: 0 10px 20px;
    width: 23.11%;
}

/* Catgegories Portofolio Filter
------------------------------------------------------------ */

#options {
    width: 100%;
}

#options ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
	font-size: 1.2rem;
    font-size: 12px;
    font-weight: 600;
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

#options ul ul {
	margin-left: 1.5em;
}

#options li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    margin: 0;
    padding: 0;
	list-style: none;
}

#options li a {
    color: #676767 !important;
    display: block;
    padding: 0 20px 8px;
	}
	
#options li a.selected, 
#options li a:hover {
    border-bottom: 3px solid #9E9E9E ;
    color: #000000;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.element-2col #icon, .gallery-2col #icon,
.element-3col #icon, .gallery-3col #icon,
.element-4col #icon,.gallery-4col #icon {
    -moz-box-sizing: border-box;
	background: #FFFFFF;
    display: none;
	border: 1px solid #ffffff;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
	opacity: 0.9;
}
.element-3col #icon .icon_image{
    top: 45px;
	left: 116px;
}
.gallery-3col #icon .icon_image{
   left: 135px;
    top: 40px;
}
.element-3col #icon .icon_read{
	left: 125px;
    top: 10px;
}
.gallery-3col #icon .icon_read{
    left: 134px;
    top: 62px;
}

.element-2col #icon .icon_image{
    left: 200px;
    top: 76px;
}
.gallery-2col #icon .icon_image{
  left: 210px;
    top: 70px;
}

.element-2col #icon .icon_read{
    left: 197px;
    top: 15px;
}
.gallery-2col #icon .icon_read{
    left: 202px;
    top: 125px;
}
.element-4col #icon .icon_image{
    left: 75px;
    top: 20px;
}
.gallery-4col #icon .icon_image{
    left: 96px;
    top: 20px;
}
.element-4col #icon .icon_read{
    left: 90px;
    top: 0;
}
.gallery-4col #icon .icon_read{
    left: 88px;
    top: 29px;
}
#icon .icon_image {
   background: none repeat scroll 0 0 #333333;
    border-radius: 50px 50px 50px 50px;
    display: block;
    height: 25px;
    padding: 3px;
    position: absolute;
    width: 25px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#icon .icon_read {
  	background: url("images/overlay.png") no-repeat scroll center center transparent;
    border-radius: 50px 50px 50px 50px;
    display: block;
    height: 55px;
    padding: 3px;
    position: relative;
    width: 45px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

/* Home Page Default
------------------------------------------------------------ */
#home_gallery, .page_title_wrap {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 5px 0 rgba(0, 0, 0, 0.02), 0 0 70px rgba(0, 0, 0, 0.1);
    width: 100% !important;
}
.page_title_wrap{
	background-position: 0 bottom;
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 5px 0 rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0.1);
	width: 100%;	
}

.welcome_message {
    margin: 50px auto;
    width: 1060px;
}

.section-title {
    color: #3A3B3C;
    float: left;
    font-family: 'Droid Serif',serif;
	font-size: 1.8rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.section-title span {}

#home_portfolio, #home_blog, .home-widget {
    float: left;
    overflow: hidden;
    width: 100%;
}

.home-widget  {
    float: left;
    overflow: hidden;
    width: 1060px;
}

/* Home Blog 
------------------------------------------------------------ */

.blog_feature_image a {
    background-position: center center;
    display: block;
    overflow: hidden;
    width: 100%;
}

.blog_feature_image:hover img {
	opacity: 0.7;
}

.home_blog_feature li h3, 
.blog_feature_shortcode li h3 {
    font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 20px 0 10px;
}

.home_blog_feature li h3 a {
	color: #3A3B3C;
}

.home_blog_feature li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	background: none;
	float: left;
	height: auto;
    padding: 0;
}  

.home-blog-post-meta, .post_box_comments  {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 13px;
    overflow: hidden;
    padding-right: 8px;
}

.home_blog_feature p { margin: 5px 0;}

.post_box_comments { padding:0; }

.post_box_comments a { color: #333;}

.post_box_comments a:before { 
	padding-right: 8px;
	content:"|"; 
	}
	
.post_box_comments a:hover,
.home_blog_feature li h3 a:hover {
    color: #9E9E9E ;
}

#portfolio_feature, .home_blog_feature {
	float: left;
    overflow: hidden;
}

.home_portfolio_info, .home_blog_info {
    float: left;
    overflow: hidden;
    width: 100%;
}

.home_portfolio_info p, .home_blog_info p {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: left;
}


/*	Grid Blog Page template
--------------------------------------------------------------*/

.zp_grid_blog #content .post{
	float: left;
	width: 48.11%;
	margin-right: 28px;
}

.zp_grid_blog #content .post:nth-child(2n){
	margin-right: 0;
}

.zp_grid_blog #content .post .post_content {
    float: right;
    width: 70%;
}


.zp_grid_blog #content .post  .post_block {
    float: left;
    overflow: hidden;
    width: 27%;
}



/*	Additional stlye for code display
--------------------------------------------------------------*/

.frame-wrap {
    padding: 15px 15px 0;
    margin: 0 0 20px;
}


.frame-inner {
    padding-bottom: 1px;
    width: 100%;
}


.wp_syntax td.code {padding: 10px !important;}
.wp_syntax pre {padding: 5px 4px !important;}

#nav .wrap .select-menu {
	display: none;
}

.post-edit-link {
    display: none;
}