/*
	Theme Name: Dizain 01
	Theme URI: http://themeforest.com/themedizain/portfolio
	Description: Dizain 01 is an advanced WordPress Child Theme for Genesis Framework.
	Author: ThemeDizain
	Author URI: http://themeforest.net/user/themedizain
	Version: 1.7

	Template: genesis
	Template Version: 1.8.1

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Notification Bar
* Sociable
* Page Header
* Slideshow
* Intro
* Homepage Content
* Portfolio
* Contact Form 7
* Widget
* Responsive Design

*/


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

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300); */


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #666;
	font: 400 13px/1.61538 "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #666;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #d54e21;
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #eee;
}

::-moz-selection {
	background-color: #d54e21;
	color: white;
}

::selection {
	background-color: #d54e21;
	color: white;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 30px auto 70px;
	width: 980px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: white;
	margin: 0 auto;
	min-height: 92px;
	width: 100%;
}

#header .wrap {
	overflow: hidden;
	padding: 25px 20px;
}

#title-area {
	float: left;
	overflow: hidden;
}

#title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #666;
	text-decoration: none;
}

#description {
	color: #888;
	font-size: 13px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 42px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

.header-image #title a {
	background: url("images/logo.png") no-repeat scroll 0 center transparent;
}

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


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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: white;
	clear: both;
	color: #666;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#header .menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	border: 1px solid #ddd;
}

.menu-primary {
	margin-top: 1px;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #ddd;
	color: #666;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 10px 0;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li:last-child a,
.menu-secondary li:last-child a,
#header .menu li:last-child a {
	border-right: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: none;
	color: #d54e21;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: white;
	border-color: white #ddd #ddd;
	border-right: 1px solid #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	text-transform: none;
	width: 158px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f5f5f5;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 1px 0 0 -1px;
	position: absolute;
	width: 200px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -42px 0 0 199px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	top: 12px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

#nav .select-menu {
	background-color: white;
	border: medium none;
	display: none;
	margin-top: 1px;
	padding: 10px 20px 10px 12px;
	visibility: visible;
	width: 100%;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 10px 20px;
}

.menu li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #ff981d;
	text-decoration: none;
}

.menu li.search {
	padding: 0 0 0 10px;
}

.menu li.rss a {
	background: url("images/rss.png") no-repeat center left;
	margin: 0 0 0 20px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url("images/twitter-nav.png") no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background-color: white;
	margin: 10px auto;
	overflow: hidden;
	padding: 30px 20px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: white;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.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: 410px;
}

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

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

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

.post,
.page .page,
.portfolio {
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 30px;
	overflow: hidden;
	padding-bottom: 30px;
}

.single .post,
.page .page {
	padding-bottom: 9px;
}

.single .portfolio {
	border: 0 none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-clip .post {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 700px;
}

.entry-content {
	clear: both;
	overflow: hidden;
}

.single-portfolio .entry-content {
	clear: none;
}

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

blockquote {
	border-width: 0 0 0 7px;
	margin: 5px 0 25px 27px;
	padding: 25px 30px 5px;
}

blockquote p {
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

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

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 21px;
}

h1 {
	font-size: 24px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2 {
	font-size: 20px;
}

h2.entry-title,
h2.entry-title a,
h2.entry-title a:visited {
	color: #333;
	font-size: 13px;
	line-height: inherit;
	margin-bottom: 10px;
}

h2.entry-title a:hover {
	color: #d54e21;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

.taxonomy-description h1,
.widget-area h4 {
	color: #666;
	font-size: 12px;
	margin-bottom: 21px;
	text-transform: uppercase;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: white;
	font-size: 12px;
	margin-bottom: 21px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 21px;
}

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

.entry-content ol li {
	margin: 0 0 0 35px;
}

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


/* Post Info
------------------------------------------------------------ */

.post-info {
	clear: both;
	color: #888;
	display: block;
	font-size: 11px;
	line-height: 1.90909;
	margin: 0 0 10px;
}

.single .post-info {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 7px solid #ddd;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.post-info > span {
	margin-right: 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	border-width: 7px 0 1px;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 25px 20px;
}

.author-box p {
	font-size: 13px;
	margin-left: 100px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.author-box .avatar {
	background-color: white;
	float: left;
	margin: 7px 20px 0 0;
}

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

.comment-list li .avatar {
	background-color: white;
}

.comment-list ul.children .avatar {
	height: 40px;
	width: 40px;
}

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

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

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

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

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

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

.wp-caption {
	border-width: 7px 0 1px;
	padding: 10px 5px 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 15px 0 10px;
}

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


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 10px;
	overflow: hidden;
	width: 100%;
}

.navigation .alignleft {
	margin-bottom: 0;
}

.navigation li {
	display: inline;
}

.navigation a {
	background-color: #f5f5f5;
	color: #666;
	display: inline-block;
	font-weight: 600;
	padding: 3px 10px;
}

.navigation a:hover,
.navigation li.active a {
	background-color: #d54e21;
	color: white;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 220px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: white;
	border-bottom: 1px solid #f5f5f5;
	margin: 0 0 30px;
	padding: 0 0 30px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #666;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

.sidebar.widget-area ul li {
	border-color: #ddd;
}

.sidebar.widget-area ul li:last-child,
#footer-widgets .widget-area ul li:last-child {
	border: none;
	margin-bottom: 0;
}

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


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 100%;
}


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

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


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile img.avatar {
	margin-top: 2px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: url("images/gradient.png") 0 0;
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url("images/gradient.png") 0 -33px;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 0;
}

.s {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 145px;
}

#nav .s {
	background-color: white;
	border-width: 0 0 0 1px;
	margin: 0;
	padding: 12px 20px 11px;
}

#nav .searchsubmit {
	display: none;
}

/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 0 20px;
}

.enews #subscribe {
}

.enews #subbox {
	margin: 0 -7px 0 0;
	padding: 6px 5px;
	width: 170px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 11px;
	font-style: italic;
	padding: 0 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: 600;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #333;
	clear: both;
	color: #aaa;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 30px 20px 0;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: white;
}

#footer-widgets a:hover {
	color: #d54e21;
	text-decoration: none;
}

#footer-widgets p {
	color: #aaa;
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}

.footer-widgets-3 {
	margin-right: 0 !important;
}

.footer-widgets-4 {
	float: right !important;
	margin-right: 0 !important;
}


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

#footer {
	background-color: #d54e21;
	border-top: 7px solid #ddd;
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 20px;
}

#footer p {
	color: white;
	font-size: inherit;
	font-weight: 600;
}

#footer a,
#footer a:visited {
	color: white;
	border-bottom: 1px dotted white;
}

#footer a:hover {
	color: white;
	border-bottom: none;
	text-decoration: none;
}

#footer .gototop {
	float: right;
	text-align: right;
}

#footer .creds {
	float: left;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	overflow: hidden;
}

#comments {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#comments h3 {
	margin-bottom: 30px;
}

#author,
#comment,
#email,
#url,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-file,
.wpcf7-quiz {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment,
.wpcf7-textarea {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

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

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

.comment-list li,
.ping-list li {
	font-weight: 600;
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
}

.comment-list ul.children {
	margin-left: 100px;
	margin-top: 30px;
}

.comment-list ul.children .children {
	margin-left: 60px;
}

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

.comment-content p {
	font-size: 13px;
	margin: 0 0 21px;
}

.comment-avatar {
	float: left;
	margin-right: 20px;
}

.comment-text {
	background-color: #f5f5f5;
	margin-left: 100px;
	padding: 20px;
}

.comment-list ul.children .comment-text {
	margin-left: 60px;
}

.comment-author.vcard {
}

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

.commentmetadata {
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 21px;
}

.commentmetadata a,
.commentmetadata a:visited {
	color: #888;
}

.commentmetadata a:hover {
	color: #d54e21;
	text-decoration: none;
}

.reply a,
.reply a:visited {
	background-color: #d54e21;
	color: white;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 10px;
}

.reply a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Notification Bar
------------------------------------------------------------ */

#notification {
	background-color: #d54e21;
	width: 100%;
}

#notification .wrap {
	padding: 10px 20px;
}

#notification a {
	color: white;
	border-bottom: 1px dotted white;
}

#notification a:hover {
	text-decoration: none;
	border-bottom: none;
}

#notification p {
	color: white;
	font-weight: 600;
	text-align: center;
}


/* Sociable
------------------------------------------------------------ */

#header-sociable ul {
	margin: 5px 0 0 0;
}

#header-sociable li {
	display: inline-block;
	float: left;
	list-style-type: none;
}

#header-sociable a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url("images/sociable/sociable-32x32.png") no-repeat;
	display: block;
	height: 32px;
	margin-left: 5px;
	text-indent: -999em;
	width: 32px;
}

#header-sociable a:hover {
	background-position: 0 -32px;
}

#header-sociable li.twitter a {
	background-position: -32px 0;
}

#header-sociable li.twitter a:hover {
	background-position: -32px -32px;
}

#header-sociable li.google_plus a {
	background-position: -64px 0;
}

#header-sociable li.google_plus a:hover {
	background-position: -64px -32px;
}

#header-sociable li.linkedin a {
	background-position: -96px 0;
}

#header-sociable li.linkedin a:hover {
	background-position: -96px -32px;
}

#header-sociable li.dribbble a {
	background-position: -128px 0;
}

#header-sociable li.dribbble a:hover {
	background-position: -128px -32px;
}

#header-sociable li.stumbleupon a {
	background-position: -160px 0;
}

#header-sociable li.stumbleupon a:hover {
	background-position: -160px -32px;
}

#header-sociable li.pinterest a {
	background-position: -192px 0;
}

#header-sociable li.pinterest a:hover {
	background-position: -192px -32px;
}

#header-sociable li.youtube a {
	background-position: -224px 0;
}

#header-sociable li.youtube a:hover {
	background-position: -224px -32px;
}

#header-sociable li.email a {
	background-position: -256px 0;
}

#header-sociable li.email a:hover {
	background-position: -256px -32px;
}

#header-sociable li.rss_feed a {
	background-position: -288px 0;
}

#header-sociable li.rss_feed a:hover {
	background-position: -288px -32px;
}


/* Page Header
------------------------------------------------------------ */

.page-header,
#home-intro {
	background-color: #f5f5f5;
	border-top: 7px solid #ddd;
	margin: -30px -20px 30px;
	min-height: 30px;
	overflow: hidden;
	padding: 25px 20px;
}

#home-intro {
	position: relative;
}

.dizain-title {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}


/* Thumbnail
------------------------------------------------------------ */

.attachment-980x350,
.attachment-220x140,
.attachment-460x290,
.attachment-700x432,
.attachment-940x530 {
	width: 100%;
	height: 100%;
}


/* Slideshow
------------------------------------------------------------ */

#slides {
	margin: -30px -20px 30px;
}

#slides,
.slides_container,
.slides_container div {
	display: block;
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 980px;
}

#slides.portfolio-slideshow {
	margin: 0 0 30px 0;
}

#slides.portfolio-slideshow,
#slides.portfolio-slideshow .slides_container,
#slides.portfolio-slideshow .slides_container div {
	height: 530px;
	width: 940px;
}

#slides .next,
#slides .prev {
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: url("images/slider-arrow.png") no-repeat 0 0;
	height: 32px;
	left: 20px;
	position: absolute;
	text-indent: -999em;
	top: 20px;
	width: 32px;
	z-index: 10;
}

#slides .next {
	background-position: -32px 0;
	left: auto;
	right: 20px;
}

#slides .prev:hover {
	background-color: #d54e21;
	background-position: 0 -32px;
}

#slides .next:hover {
	background-color: #d54e21;
	background-position: -32px -32px;
}

.slides_container div.caption {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: url("images/white-50.png");
	-webkit-border-radius: 3px;
	border-radius: 3px;
	bottom: 20px !important;
	display: inline-block;
	height: auto;
	left: 20px;
	padding: 10px 20px 5px;
	position: absolute;
	width: auto;
	max-width: 68%;
}

.slides_container div.caption:hover {
	background-color: #d54e21;
	background-image: none;
	
}

.slides_container div.caption a:hover {
	text-decoration: none;
}

.slides_container div.caption h2 {
	margin-bottom: 5px;
}

.slides_container div.caption p {
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}

.slides_container div.caption:hover h2,
.slides_container div.caption:hover p {
	color: white;
}

.pagination {
	position: absolute;
	right: 20px;
	z-index: 10;
	list-style-type: none;
	bottom: 20px;
}

.pagination li {
	display: inline-block;
	float: left;
	list-style-type: none;
}

.pagination a {
	background: url("images/white-50.png");
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	text-indent: -999em;
	margin-left: 5px;
}

.pagination li.current a {
	background-color: #d54e21;
	background-image: none;
}

/* Intro
------------------------------------------------------------ */

a.intro-button,
a.intro-button:visited {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #d54e21;
	color: white;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin: -24px 0 30px 20px;
    padding: 5px 15px;
    position: absolute;
    right: 20px;
    top: 50%;
}

a.intro-button:hover {
	opacity: 0.7;
	text-decoration: none;
}

#home-intro h3.dizain-title {
	font-weight: 300;
	margin-right: 200px;
}


/* Homepage Content
------------------------------------------------------------ */

.home-content {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding-bottom: 5px;
}


/* Portfolio
------------------------------------------------------------ */

#portfolio {
	margin-right: -20px;
	overflow: hidden;
}

.portfolio-title {
	float: left;
}

ul#sort-by {
	float: right;
	list-style: none;
	margin-top: 5px;
}

ul#sort-by li {
	display: inline-block;
	float: left;
}

ul#sort-by a {
	background-color: #d54e21;
	color: white;
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	padding: 3px 10px;
}

ul#sort-by a:hover {
	opacity: 0.7;
	text-decoration: none;
}

ul#sort-by a.active {
	background-color: #ddd;
	color: #666;
}

#portfolio .portfolio,
#jcarousel-portfolio .portfolio {
	border-bottom: medium none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 220px;
}

.sidebar #jcarousel-portfolio .portfolio {
	margin: 0;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope-item.last {
	margin-right: 0 !important; 
}

#jcarousel-portfolio {
	border-bottom: 1px solid #f5f5f5;
	clear: both;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 10px;
}

.sidebar #jcarousel-portfolio {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dizain-jcarousel-text {
	float: left;
	margin-right: 20px;
	width: 220px;
}

.portfolio-clip,
.post-clip {
	float: left;
	overflow: hidden;
	width: 700px;
}

.sidebar .portfolio-clip {
	width: 220px;
}

.jcarousel-item {
	list-style: none;
}

.jcarousel-nav {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: url("images/big-arrow.png") no-repeat 0 -22px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	cursor: pointer;
	float: left;
	height: 22px;
	margin: 20px 5px 20px 0;
	width: 16px;
}

.jcarousel-next {
	background-position: -16px -22px;
}

.jcarousel-nav:hover {
	opacity: 0.7;
}

.jcarousel-prev-disabled {
	background-position: 0 0;
	cursor: default;
}

.jcarousel-next-disabled {
	background-position: -16px 0;
	cursor: default;
}

.sidebar .jcarousel-nav {
	margin: 0 5px 20px 0;
}

.post-thumb {
	float: left;
	position: relative;
}

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

.portfolio .post-thumb {
	margin-right: 0;
}

.post-thumb-overlay {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("images/gloss.png");
	background-origin: padding-box;
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.post-thumb-overlay:hover {
	opacity: 1;
}

.post .post-description,
.portfolio .post-description {
	height: 232px;
}

.post-description {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 7px solid #ddd;
	float: right;
	padding: 25px 20px;
	width: 180px;
	margin-left: 20px;
}

.portfolio-decription {
	float: left;
	height: auto !important;
	margin: 5px 20px 30px 0;
}

.portfolio-decription p {
	font-weight: 600;
	margin-bottom: 21px;
}

.portfolio-decription span {
	font-weight: 400;
}

.portfolio-decription a.more-link {
	margin-top: 5px;
}

#portfolio .portfolio .post-description,
#jcarousel-portfolio .portfolio .post-description {
	height: auto;
}

#portfolio-video {
	margin-bottom: 30px;
}

.seperator {
	background-color: #ddd;
	height: 1px;
	width: 100%;
	clear: both;
	display: block;
}

a.more-link,
a.more-link:visited,
a.pagelink,
a.pagelink:visited,
.user-profile .posts_link a,
.user-profile .posts_link a:visited {
	background-color: #d54e21;
	color: white;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	margin-top: 15px;
	padding: 3px 10px;
}

a.more-link:hover,
a.pagelink:hover,
.user-profile .posts_link a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.tagcloud a,
.tagcloud a:visited {
	background-color: #222;
	color: #aaa !important;
	display: inline-block;
	font-size: 10px !important;
	margin: 0 3px 5px 0;
	padding: 3px 10px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #f5f5f5;
	color: #666 !important;
}

.tagcloud a:hover {
	background-color: #d54e21;
	color: white !important;
	text-decoration: none;
}


/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-form-control {
	display: inline-block;
	margin: 10px 0;
}

.wpcf7-select {
	padding: 5px;
}

.wpcf7-acceptance {
	margin: 10px 10px 10px 0;
}

.wpcf7-quiz-label {
	margin-right: 10px;
}


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

#flickr_badge_wrapper {
	margin-right: -5px;
	overflow: hidden;
}

.flickr_badge_image {
	float: left;
	height: 70px;
	margin: 5px 5px 0 0;
	width: 70px;
}


/* Responsive Design
------------------------------------------------------------ */

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

	#wrap {
		margin: 30px auto 70px;
		width: 740px;
	}

	.content-sidebar #content,
	.sidebar-content #content,
	.portfolio-clip,
	.post-clip,
	#jcarousel-post .jcarousel-item {
		width: 460px;
	}

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

	#slides,
	.slides_container,
	.slides_container div {
		height: 264px;
		width: 740px;
	}

	.post-thumb {
		width: 100% !important;
		height: auto !important;
	}

	.post-description {
		width: auto;
		margin-left: 0;
	}

	.post .post-description,
	.portfolio .post-description {
		height: auto;
		padding-bottom: 9px;
	}

	#portfolio .post-description,
	.sidebar .post-description,
	#jcarousel-portfolio .post-description {
		padding-bottom: 25px;
	}

	.single-portfolio .post-description {
		width: 180px;
	}

	#slides.portfolio-slideshow,
	#slides.portfolio-slideshow .slides_container,
	#slides.portfolio-slideshow .slides_container div {
		height: 395px;
		width: 700px;
	}

	.footer-widgets-4 {
		float: left !important;
		width: 100% !important;
	}

}

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

	#wrap {
		width: 260px;
	}

	#title-area {
		text-align: center;
		width: 100%
	}

	.header-image #title-area,
	.header-image #title,
	.header-image #title a {
		float: none;
		width: 100%;
	}

	.header-image #title a {
		background-position: center;
	}

	#description,
	.page-header,
	#home-intro {
		text-align: center;
	}

	#header-sociable ul {
		text-align: center;
		margin: 25px 0 0;
		width: 100%;
	}

	#header-sociable li {
		float: none;
	}

	#header-sociable a {
		margin: 0 3px 5px;
	}

	.menu-primary,
	.menu-secondary,
	#header .menu,
	.slides_container div.caption,
	.pagination {
		display: none;
	}

	#nav .select-menu {
		display: block;
	}

	.content-sidebar #content,
	.sidebar-content #content,
	.portfolio-clip,
	.post-clip,
	#jcarousel-post .jcarousel-item {
		width: 220px;
	}

	#slides,
	.slides_container,
	.slides_container div {
		height: 93px;
		width: 260px;
	}

	#slides.portfolio-slideshow,
	#slides.portfolio-slideshow .slides_container,
	#slides.portfolio-slideshow .slides_container div {
		height: 124px;
		width: 220px;
	}

	#slides .next,
	#slides .prev {
		top: 31px;
	}

	#home-intro h3.dizain-title {
		margin-right: 0;
	}

	#home-intro a.intro-button {
		margin: 25px 0 5px;
		position: static;
	}

	#portfolio .portfolio {
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 30px;
		padding-bottom: 30px
	}

	ul#sort-by {
		margin-top: 25px;
	}

	ul#sort-by a {
		margin: 0 5px 5px 0;
	}

	a.intro-button {
		display: inline-block;
		float: none;
		margin: 5px 0 20px;
	}

	.dizain-jcarousel-text {
		margin-right: 0;
	}

	.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 {
		margin-bottom: 21px !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	.author-box .avatar {
		display: inline-block;
		margin: 5px 50px 25px;
	}

	.author-box p,
	.comment-text,
	.comment-list ul.children,
	.comment-list ul.children .comment-text,
	.comment-list ul.children .children {
		margin-left: 0;
	}

	.sidebar {
		border-top: 1px solid #f5f5f5;
		margin-top: 30px;
		padding-top: 30px;
	}

	.comment-entry {
		background-color: #f5f5f5;
	}

	.comment-avatar {
		float: none;
		margin-right: 0;
		padding-top: 30px;
		text-align: center;
	}

	#author,
	#comment,
	#email,
	#url,
	.wpcf7-text,
	.wpcf7-textarea,
	.wpcf7-file,
	.wpcf7-quiz,
	.wpcf7-textarea {
		width: 94%;
	}

	#footer .gototop,
	#footer .creds {
		width: 100%;
		text-align: center;
	}

	#footer .gototop {
		margin-bottom: 5px;
	}

	.post-thumb {
		width: 220px !important;
		height: 138px !important;
	}

}