/*
	Theme Name: Media317
	Theme URI: http://media317.net
	Description: Media317 is a two or three column child theme created for the Genesis Framework.
	Author: Alan Smith
	Author URI: http://media317.net/about-us
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Featured Image
* Inner
* Page Title
* Home Featured
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info / Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form / eNews and Update Widget
* Calendar Widget
* Footer Widgets
* Footer
* Custom Footer
* Comments
* Gravity Forms
* Checkout Form Premise
* Responsive Design

*/

@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sosa';
    src: url('font/sosa-regular-webfont.eot');
    src: url('font/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/sosa-regular-webfont.woff') format('woff'),
         url('font/sosa-regular-webfont.ttf') format('truetype'),
         url('font/sosa-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.fb-icon:before {
        content: '\f203';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 32px/1 'Genericons';
        vertical-align: middle;
}

.tw-icon:before {
        content: '\f202';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 32px/1 'Genericons';
        vertical-align: middle;
}
.pi-icon:before {
        content: '\f209';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 32px/1 'Genericons';
        vertical-align: middle;
}
.gp-icon:before {
        content: '\f206';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 32px/1 'Genericons';
        vertical-align: middle;
}
.li-icon:before {
        content: '\f208';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 32px/1 'Genericons';
        vertical-align: middle;
}

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #3e3e3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

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

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


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

a,
a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #069fd7;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

a img {
	border: none;
}

pre.prettyprint {
	padding: 10px 20px !important;
	width: 94% !important;
}

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

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #069fd7;
	color: #fff;
}

::selection {
	background-color: #069fd7;
	color: #fff;
}


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

.wrap {
	margin: 0 auto;
	width: 1140px;
}

.minimum-landing .wrap {
	width: 800px;
}

.minimum-blank .wrap {
	width: 800px;
}

#home-featured .wrap {
	width: 100%;
}

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

#header {
	background-position: top center!important;
	margin: 6px auto 0;
	min-height: 60px;
	overflow: hidden;
	width: 28%;
}

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

#title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin: 15px 0 10px;
	text-transform: uppercase;
}

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

#description {
	display: none;
}

#header .widget-area {
	float: right;
	width: 65%;
}


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

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

.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 {
	width: 100%;
}


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

#nav,
#subnav {
	background-color: #f5f5f5;
	border-top: 1px solid #069fd7;
}

#nav {
	width: 100%;
}

.menu-primary,
#header .menu {
	clear: both;
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.menu-secondary {
	clear: both;
	color: #3e3e3e;
	font-size: 10px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

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

.menu-primary li,
#header .menu li {
	display: inline-block;
	float: none;
	list-style-type: none;
}

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

.subalignright{
	float: right !important;
}
.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #3e3e3e;
	display: block;
	letter-spacing: 2px;
	padding: 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-secondary a {
	color: #3e3e3e;
	display: block;
	letter-spacing: 2px;
	padding: 4px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.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 li:hover a,
.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 li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: #fff;
	color: #069fd7;
}

.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: none;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	color: #3e3e3e;
	font-size: 12px;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 163px;
}

.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: #fff;
	color: #069fd7;
}

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

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

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

.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 a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

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

.minimum-blank #nav,
.minimum-fb #nav {
	display: none !important;
}

.minimum-blank #subnav,
.minimum-fb #subnav {
	display: none !important;
}

.minimum-blank .breadcrumb,
.minimum-fb .breadcrumb {
	display: none !important;
}

.minimum-fb #sfw-respond {
	display: none !important;
}

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

.menu li.right {
	float: right;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px;
	text-transform: uppercase;
}

.menu li.right a {
	color: #3e3e3e;
	display: inline;
}

.menu li.right a:hover {
	color: #069fd7;
}

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

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

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


/* Featured Image
------------------------------------------------------------ */

#featured-image {
	text-align: center;
	width: 100%;
}


/* MailChimp Signup Box
___________________________________________________________ */
#newsletter-header #mc_embed_signup {
	border: none !important;
	float: right;
	height: 50px;
	margin: 20px 0 10px 0;
	width: 100%;
}

#newsletter-header #mce-EMAIL {
	background: #fff;
	float: left;
	padding: 10px;
	width: 56%;
}

#newsletter-header #mc-embedded-subscribe {
	float: right;
	padding: 12px;
	position: relative;
	top: -46px !important;
	width: 35% !important;
	left: 0 !important;
}


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

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}

.minimum #inner {
	background: url(images/inner-bg.jpg) top repeat-x #fff;
	padding: 0 0 40px;
}

.minimum #inner .wrap {
	padding: 60px 0;
}

.home #inner .wrap {
	padding: 0;
}

/* Page Title
------------------------------------------------------------ */

#page-title,
#home-page-title {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#page-title p {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

a.page-title-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 45px 0 0;
	padding: 11px 20px 10px;
}

a.theme-button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border-radius: 5px;
	color: #fff;
	float: right;
	font-size: 24px;
	margin: 7px 0 0 0;
	padding: 11px 20px 10px;
}

a.page-title-button:hover,
a.theme-button:hover {
	background-color: #069fd7;
}


/* Home Featured
------------------------------------------------------------ */

#home-featured {
	background: #f4f4f4;
	border-bottom: 3px solid #e6e6e6;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover,
#home-featured a.icon-google,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50px;
	background: #ddd url(images/icons.png);
	border-radius: 50%;
	display: block;
	height: 140px;
	margin: 0 auto 30px;
	padding: 0;
	text-indent: -9999px;
	width: 140px;
}

#home-featured a.icon-facebook:hover,
#home-featured a.icon-google:hover,
#home-featured a.icon-pinterest:hover,
#home-featured a.icon-twitter:hover {
	background: #069fd7 url(images/icons.png);
}

#home-featured a.icon-facebook,
#home-featured a.icon-facebook:hover {
	background-position: 0 0;
}

#home-featured a.icon-google,
#home-featured a.icon-google:hover {
	background-position: -138px 0;
}

#home-featured a.icon-pinterest,
#home-featured a.icon-pinterest:hover {
	background-position: 0 -138px;
}

#home-featured a.icon-twitter,
#home-featured a.icon-twitter:hover {
	background-position: -138px -138px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 25%;
}

/* Home Services 
____________________________________________________________ */
.home-featured-1 .service,
.home-featured-2 .service,
.home-featured-3 .service {
	border-right: 3px solid #f4f4f4;
}

.service {
	background: #fff;
	float: left;
	height: 350px;
	text-align: center;
	padding: 40px 0 0 0;
	width: 99.6%;
}

.service:hover {
	background: url(images/bg-blue.png) repeat;
}

.service h3 {
	padding:10px;
	font-size: 28px;
	margin-bottom: 16px;
	text-transform: uppercase;
	line-height: 28px;
}

.service .desc {
	font-size: 12px;
	font-weight: normal;
	color: #3e3e3e;
	line-height: 1.2em;
	margin: 0 auto 20px;
	text-align: center;
	width: 85%;
}

.service .me-price {
	color: #069FD7;
	margin-top: 20px;
	font-size: 22px;
	text-shadow: 1px 1px #e6e6e6;
}

.service .button-click {
	border-radius: 3px;
	display: none;
}

.service:hover h3 {
	color: #fff;
	text-shadow: -1px -1px #356083;
}

.service:hover .desc {
	color: #fff;
}

.service:hover .button-click {
	display: inline;
	background: whitesmoke;
	padding: 10px;
	box-shadow: 2px 2px 2px #343434;
}

.service:hover .me-price {
	display: none;
}

.service .button-inverse {
	text-shadow: -1px -1px #fff;
}

.client-services {
	width: 80%;
	margin: 0 auto;
}

.client-services a {
	font-size: 14px;
}

.client-services li a {
	background: #f4f4f4;
	border-radius: 4px;
	border:	2px solid #efefef;
	float: left;
	margin: 7px 8px;
	min-height: 160px;
	padding: 3px;
	text-align: center;
	width: 40%;
}

.client-services li a:hover {
	background: #fff;
}

.portfolio-content .service-design,
.portfolio-content .service-online,
.portfolio-content .service-mobile,
.portfolio-content .service-found {
	list-style-type: none;
}

.core-icon {
	width: 80px;
	height: 80px;
	color: #f3f3f3;
	font-size: 48px;
	line-height: 74px;
	border-radius: 50%;
	margin: 10px auto;
	background-color: #3e3e3e;
	text-align: center;
	position: relative;
	display: block;
}

.service-design:hover .core-icon {
	background-color: #fff;
	box-shadow: 0 0 0 6px #3e3e3e;
	-moz-box-shadow: 0 0 0 6px #3e3e3e;
	-webkit-box-shadow: 0 0 0 6px #3e3e3e;
	color: #3e3e3e;
}

.service-online:hover .core-icon {
	background-color: #fff;
	box-shadow: 0 0 0 6px #3e3e3e;
	-moz-box-shadow: 0 0 0 6px #3e3e3e;
	-webkit-box-shadow: 0 0 0 6px #3e3e3e;
	color: #3e3e3e;
}

.service-found:hover .core-icon {
	background-color: #fff;
	box-shadow: 0 0 0 6px #3e3e3e;
	-moz-box-shadow: 0 0 0 6px #3e3e3e;
	-webkit-box-shadow: 0 0 0 6px #3e3e3e;
	color: #3e3e3e;
}

.service-mobile:hover .core-icon {
	background-color: #fff;
	box-shadow: 0 0 0 6px #3e3e3e;
	-moz-box-shadow: 0 0 0 6px #3e3e3e;
	-webkit-box-shadow: 0 0 0 6px #3e3e3e;
	color: #3e3e3e;
}

[data-icon] {
	display: inline;
	font-weight: normal;
}

[data-icon]:before {
	display: inline;
	content: attr(data-icon);
	font-family: Sosa;
}

/* Home Welcome
__________________________ */
#home-welcome {
	text-align: center;
}

/* Home Portfolio Section
___________________________________________________________ */
.home-portfolio {
	padding-left: 0 !important;
	float: left;
	margin-left: 2%;
	width: 30%;
}

.portfolio-link:hover .portfolio-title {
	background: #fff;
	color: #069FD7;
	text-shadow: none;
	
}

.me-portfolio-wrap .wrap {
	text-align: center;
	padding: 20px 0 !important;
}

.me-portfolio-wrap h1 {
	font-size: 38px;
	text-transform: uppercase;
}

.portfolio-title {
	background-color: #069fd7;
	color: #fff;
	text-shadow: -1px -1px #343434;
	position: relative;
	top: 170px;
	padding: 4px 10px;
	
}

.home-portfolio-wrap {
	width: 90%;
	margin: 0 auto 30px;
}

.home-portfolio-wrap img {
	border: 2px solid #e4e4e4;
}

/* Newsletter Box
------------------------------------------------------------ */
#newsletter-header {
	background: url(images/bg-blue.png) repeat;
	display: none;
	position: absolute;
	padding: 20px;
	right: 51px;
	top: 218px;
	width: 335px;
	z-index: 9999;
}

#newsletter-header h3 {
	color: #fff;
	font-weight: 700;
}

#newsletter-header p {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.me-ready {
	background: url(images/bg-grey.png) repeat;
	float: left;
	min-height: 160px;
	width: 100%;
}

.me-ready h2 {
	font-size: 32px;
	text-align: center;
	padding-top: 50px;
}

.ready {
	background: url(images/down-arrow.png) 16% 25px no-repeat;
	min-height: 130px;
}

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

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
	text-align: left;
}


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

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

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


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

#content-sidebar-wrap {
	float: left;
	width: 100%;
}

.home #content-sidebar-wrap {
	margin-top: 30px;
}

.home-blog-title h2 {
	border-top: 2px solid #efefef;
	font-size: 38px;
	padding-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

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

#content {
	float: left;
	width: 740px;
}

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

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

.hentry {
	margin: 0 0 50px;
}

.single-portfolio .hentry {
	margin: 0;
}

.entry-title {
	text-align: center;
	margin-bottom: 10px;
}

.entry-content {
	overflow: hidden;
}

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

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.clear {
	clear: both;
}

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


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

.post-type-archive-portfolio .portfolio,
.post-type-archive-child_themes .child_themes {
	float: left;
	margin: 0 15px 30px;
	width: 340px;
}

.portfolio-featured-image a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 10px solid #f5f5f5;
	transition: all 0.2s ease-in-out;
}

.fb-portfolio {
	width: 30%;
	float: left;
	margin: 0 12px 40px;
}

.fb-portfolio img {
	border: 4px solid #ddd;
}

.portfolio-featured-image a img:hover{
	border: 10px solid #ddd;
}

.post-type-archive-portfolio .portfolio h2 a, .post-type-archive-portfolio .portfolio h2 a:visited {
	font-size: 24px;
}
.single-portfolio #content {
	text-align: center;
}

.single-portfolio img {
	border: 20px solid #f5f5f5;
}

#portfolio-main {
	text-align: left;
}

.portfolio-content h3 {
	padding-bottom: 10px;
	border-bottom: 2px solid #f4f4f4;
	text-align: center
}

.portfolio-primary {
	float: left;
	margin-bottom: 40px;
	width: 68%;
}

.project-details {
	font-size: 14px;
}

.portfolio-secondary {
	float: right;
	width: 30%;
}

.portfolio-test {
	background: url(images/bg-grey.png) repeat;
	border-top: 3px solid #efefef;
	border-bottom: 3px solid #efefef;
	box-shadow: inset 0 -2px 0 #d6d6d6;
	-moz-box-shadow: inset 0 -2px 0 #d6d6d6;
	-webkit-box-shadow: inset 0 -2px 0 #d6d6d6;
	float: left;
	margin-bottom: 20px;
	min-height: 50px;
	width: 100%;
}

.portfolio-test p {
	font-size: 18px;
	color: #343434;
	margin: 0;
	padding: 46px 10%;
	text-align: center;
}

.single-child_themes .portfolio-test p {
	padding: 20px 10%;
}

.portfolio-test ul {
	margin: 0 0 25px 46px;
}

.portfolio-test h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
}

.single-child_themes .portfolio-test h2 {
	color: #343434;
	margin: 20px auto 0;
}

.test-wrap {
	background: url(images/talkbubble.png) 97% 70% no-repeat;
}

/* Child Themes
------------------------------------------------------------ */
.theme-demo,
.theme-cost {
	float: left;
}

.theme-cost {
	margin: 13px 0 0 30px;
	font-size: 30px;
}

.single-child_themes .theme-cost {
	margin: 0;
	width: 100%;
}

.single-child_themes .theme-cost p {
	font-size: 30px;
}

.theme-buy {
	float: right;
	margin-right: -10px;
}

.single-child_themes .theme-buy,
.single-child_themes .theme-demo {
	margin: 20px 16px;
}

.single-child_themes .test-wrap {
	background: none;
}

/* Hire Me box
------------------------------------------------------------ */
.cta-wrapper {
	border-top: 3px solid #f4f4f4;
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.cta {
	background: url(images/bg-blue.png) repeat;
	padding: 40px 0;
}

.cta-wrapper .cta p {
	color: #fff;
	font-size: 32px;
	margin:	0;
	padding-left: 70px;
	text-shadow: -1px -1px #343434;
}

.cta-wrapper .cta a {
	position: relative;
	top: -12px;
	right: 26px;
}

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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}

.single-portfolio h1 {
	margin: 0 0 20px;
}

h2 a,
h2 a:visited {
	color: #3e3e3e;
}

h2 a:hover {
	color: #069fd7;
	text-decoration: none;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3,
.genesis-grid h2 a,
.genesis-grid h2 a:hover {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.widget-area h4 {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1 {
	font-size: 16px;
}


/* 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: square;
	margin: 0 0 0 35px;
	padding: 0;
}

.one-half ul li {
	margin-bottom: 24px;
	list-style-image: url(images/check-mark.png);
}

.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 / Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.post-info {
	margin: 0 0 25px;
}

.genesis-grid .post-info {
	margin: 0 0 10px;
}

.post-meta {
	border-top: 1px dotted #ddd;
	padding: 10px 0 0;
}

.post-info a,
.post-info a:visited,
.post-meta a,
.post-meta a:visited {
	color: #999;
	font-weight: normal;
}

.post-info a:hover,
.post-meta a:hover {
	color: #3e3e3e;
}


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

.author-box {
	background: none;
	margin: 0 0 50px;
	overflow: hidden;
}

.author-box p {
	font-size: 16px;
}

/** End of post Genesis box and Subscribe **/
#chimp-form-post {
    border: 10px solid #e6e6e6;
    margin: 0 auto 10px;
    overflow: hidden;    
    text-align: center;
    width:	80%;
}
.generate #mc_embed_signup {
	position: relative;
	left: 17%;
	margin: 12px 0;
}

.generate #mc_embed_signup .button {
	background: url("images/read-more.png");
	width: 15% !important;
	position: relative;
	top: -39px;
	left: 33%;
	border: 2px solid #436D04;
	border-radius: 0;
	padding: 0 0 34px 0;
	text-shadow: #436D04 -1px -1px;
}

.generate #mc_embed_signup .button:hover {
	background-color: url("images/read-more-hover.png");
}

.generate #mc_embed_signup input.email {
	color: #444444 !important;
	font-size: 16px !important;
	box-shadow: 0 0 1px #444444 !important;
	-moz-box-shadow: 0 0 1px #444444 !important;
	-webkit-box-shadow: 0 0 1px #444444 !important;
	text-shadow: 1px 1px #F4F4F4 !important;
	border: 1px solid #888 !important;
	width: 30% !important;
	padding: 8px;
}

#mc_embed_signup {
	background: url(images/bg-blue.png) repeat;
	border: 1px solid #fff;
}

#mc_embed_signup form{
	padding: 10px 0 !important;
}

#mc_embed_signup .mc-field-group label {
	display: inline !important;
}

#home-middle #mc_embed_signup {
	background: transparent;
	clear: left;
}

.mc-field-group {
	width: 100%;
}
.mc-field-group label {
	color: #fff;
}

#mc_embed_signup input[type="submit"] {
	position: relative;
	top: -42px;
	left: 160px;
}

.mc-field-group input {
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: inset 0 0 2px #343434;
	-moz-box-shadow: inset 0 0 2px #343434;
	-webkit-box-shadow: inset 0 0 2px #343434;
	padding: 8px;
	width: 100%;
}

#mc_embed_signup h2 {
	color: #fff;
	font-size: 24px !important;
}

#mc_embed_signup h3 {
	color: #fff;
	font-size: 20px !important;
}

#mc_embed_signup p {
	color: #fff;
	padding: 5px !important;
}

#inner .generate p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 50%;
	margin: 24px 0 0 94px;
}

#genesis-box {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 24px;;
}
 
#genesis-box h3 {
	border-bottom: 1px solid #343434;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
}
 
#genesis-box .alignright {
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    float: right;
    margin: 0 0 5px 10px;
    padding: 7px;
}

/* 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 p {
	font-size: 16px;
}

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	padding: 0;
	width: 47%;
}

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

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


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

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


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

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

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

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	box-shadow: 1px 1px 3px #343434;
	float: left;
	margin: 0 10px 10px 0;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}

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

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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


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

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 16px;
	width: 300px;
}


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

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

#sidebar a,
#sidebar a:visited {
	color: #3e3e3e;
}

#sidebar a:hover {
	color: #069fd7;
}

.sidebar .widget {
	margin: 0 0 40px;
}

#footer-widgets ul li,
#sidebar ul li {
  	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 5px 2px;
	padding: 1px 0 5px 14px;
}

#footer-widgets ul li a,
#footer-widgets ul li a:visited,
#sidebar ul li a,
#sidebar ul li a:visited {
	color: #069fd7;
	font-weight: normal;
}

#footer-widgets ul li a:hover,
#sidebar ul li a:hover {
	color: #3e3e3e;
}

#sidebar .tagcloud a,
#sidebar .tagcloud a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: none;
	background-color: #3e3e3e;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

#sidebar .tagcloud a:hover {
	background-color: #069fd7;
	color: #fff;
}


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

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


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

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

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


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

.user-profile {
	overflow: hidden;
}


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

input[type="button"],
input[type="submit"],
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-transition: all 0.2s ease-in-out;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 5px;
	background-color: #3e3e3e;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

input:hover[type="button"],
input:hover[type="submit"],
.navigation li a:hover,
.navigation li.active a {
	background-color: #069fd7;
	border: none;
	text-decoration: none;
}


/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox,
.s {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

#nav .searchform {
	margin: 3px 0 0;
}

.enews #subbutton,
.searchsubmit {
	display: none;
}

.enews p {
	margin: 0 0 10px;
}


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

#wp-calendar {
	width: 100%;
}

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

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

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


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

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #e4e4e4;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

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

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

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 360px;
}

.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
	width: 57%;
}


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

#footer {
	background-color: #3e3e3e;
	clear: both;
	color: #999;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 75px 0 50px;
}

#footer p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 25px;
}

#footer a,
#footer a:visited {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

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

#footer .gototop {
	float: left;
	width: 35%;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 60%;
}


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

#footer .custom-footer,
#footer .custom-footer .menu {
	text-align: center;
}

#footer .custom-footer .widget {
	clear: both;
}

#footer .custom-footer .menu {
	float: none;
	margin: 0 0 20px;
}

#footer .custom-footer li {
	display: inline-block;
	float: none;
	margin: 0 30px;
	list-style-type: none;
}

#footer .custom-footer li a,
#footer .custom-footer li a:visited {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#footer .custom-footer li a:hover {
	color: #999;
	text-transform: uppercase;
}

.footer-social {
	margin-right: 10%;
	margin-bottom: 25px;
}

.footer-social-last {
        margin-right:0;
        margin-bottom: 25px;
}

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	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 {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -20px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 20px;
}

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

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.alt,
.depth-1,
.even {
	border-left: 5px solid #f5f5f5;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 10px 20px !important;
}

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;
}

/* Checkout Form Premise
------------------------------------------------------------ */
.page-id-1760 .breadcrumb {
	display: none;
}

#content .accesspress-checkout-form-account, #content .accesspress-checkout-form-payment-method, #content .accesspress-checkout-form-cc, .page-id-1758 #loginform {
	background: #f5f5f5;
	border: 3px solid #fff;
	margin: 1px 1px 20px;
	padding: 20px 20px 0 20px;
	box-shadow: 0 1px 3px #bbb;
	-moz-box-shadow: 0 1px 3px #bbb;
	-webkit-box-shadow: 0 1px 3px #bbb;
}

#content .accesspress-checkout-heading {
	background: #3e3e3e;
	color: #fff;
	border-bottom: 3px solid #f5f5f5;
	margin: -20px -20px 0;
	padding: 13px 20px;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
}

#content .accesspress-checkout-form-row, .page-id-1758 .login-username, .page-id-1758 .login-password {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	margin: 0 -20px;
	height: 50px;
	padding: 12px 10px 0;
	vertical-align: middle;
}

#content .checkout-text-label, #loginform label {
	display: block;
	float: left;
	padding: 6px 20px 0 0;
	text-align: right;
	text-shadow: #fff 1px 1px;
	width: 30%;
}

#content .premise-checkout-wrap .input-text, .page-id-1758 #loginform .input {
	background: #fff;
	border-left: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	margin: 0 0 10px;
	padding: 8px 15px;
	position: relative;
	top: -29px;
	left: 33%;
	width: 50%;
	z-index: 10;
}

#content .accesspress-checkout-form-payment-method .accesspress-checkout-form-row {
	margin: 20px 20px 20px 5px;
	min-height: auto !important;
	background: none repeat scroll 0 0 #fff;
	display: block;
	float: none;
	padding: 20px;
}

#content .accesspress-checkout-form-payment-method .accesspress-checkout-form-row .checkout-radio {
	cursor: pointer;
	margin: 6px 15px 0 0;
	width: 20px;
}

#content .accesspress-checkout-payment-method-paypal-wrap label {
	background: url(images/paypal.png);
	display: inline-block;
	height: 21px;
	margin-top:	3px;
	width: 80px;
}

.order-summary-product {
	background: #3e3e3e;
	border: 3px solid #fff;
	box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
	color: #fff;
	font-size: 1.4em !important;
	margin-top:	30px !important;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.order-summary-price {
	background: #f5f5f5;
	font-size: 1.6em !important;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
	border: 0px solid #fff;
	box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
}


/* Gist 
____________________________________________________________ */
/.gist {
  color: #000;
}

  .gist table {
  	color: #666;
  	background: #fbfbfb;
  	border-radius: 3px;
  	margin: 20px;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border: 1px solid #ccc;
  }
  
  .gist .line-numbers {
  	background: #fbfbfb;
  	padding: .5em;
  	border-right: 1px solid #ddd;
  	text-align: right;
  }
  
  .gist .line-data {
  	padding: .5em !important;
  }
  
  .gist div {
    padding: 0;
    margin: 0;
  }

  .gist .gist-file {
    border: 1px solid #dedede; /* gray */
    font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
    margin-bottom: 1em;
  }

    .gist .gist-file .gist-meta {
      overflow: hidden;
      font-size: 55%;
      padding: .5em;
      color: #666;
      background-color: #eaeaea;
    }

      .gist .gist-file .gist-meta a {
        color: #369;
      }

      .gist .gist-file .gist-meta a:visited {
        color: #737;
      }

    .gist .gist-file .gist-data {
      overflow: auto;
      word-wrap: normal;
      background-color: #f8f8ff;
      border-bottom: 1px solid #ddd;
      font-size: 80%;
    }

      .gist .gist-file .gist-data pre {
        font-family: 'Bitstream Vera Sans Mono', 'Courier', monospace;
        background: transparent !important;
        margin: 0 !important;
        border: none !important;
        padding: .25em .5em .5em .5em !important;
      }

        .gist .gist-file .gist-data .gist-highlight {
          background: transparent !important;
        }

        .gist .gist-file .gist-data .gist-line-numbers {
          background-color: #ececec;
          color: #aaa;
          border-right: 1px solid #ddd;
          text-align: right;
        }

          .gist .gist-file .gist-data .gist-line-numbers span {
            clear: right;
            display: block;
          }

.gist-syntax  { background: #ffffff; }
.gist-syntax .c { color: #999988; font-style: italic } /* Comment */
.gist-syntax .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.gist-syntax .k { color: #000000; font-weight: bold } /* Keyword */
.gist-syntax .o { color: #000000; font-weight: bold } /* Operator */
.gist-syntax .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.gist-syntax .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.gist-syntax .c1 { color: #999988; font-style: italic } /* Comment.Single */
.gist-syntax .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.gist-syntax .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.gist-syntax .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.gist-syntax .ge { color: #000000; font-style: italic } /* Generic.Emph */
.gist-syntax .gr { color: #aa0000 } /* Generic.Error */
.gist-syntax .gh { color: #999999 } /* Generic.Heading */
.gist-syntax .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.gist-syntax .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.gist-syntax .go { color: #888888 } /* Generic.Output */
.gist-syntax .gp { color: #555555 } /* Generic.Prompt */
.gist-syntax .gs { font-weight: bold } /* Generic.Strong */
.gist-syntax .gu { color: #aaaaaa } /* Generic.Subheading */
.gist-syntax .gt { color: #aa0000 } /* Generic.Traceback */
.gist-syntax .kc { color: #000000; font-weight: bold } /* Keyword.Constant */
.gist-syntax .kd { color: #000000; font-weight: bold } /* Keyword.Declaration */
.gist-syntax .kp { color: #000000; font-weight: bold } /* Keyword.Pseudo */
.gist-syntax .kr { color: #000000; font-weight: bold } /* Keyword.Reserved */
.gist-syntax .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.gist-syntax .m { color: #009999 } /* Literal.Number */
.gist-syntax .s { color: #d14 } /* Literal.String */
.gist-syntax .na { color: #008080 } /* Name.Attribute */
.gist-syntax .nb { color: #0086B3 } /* Name.Builtin */
.gist-syntax .nc { color: #445588; font-weight: bold } /* Name.Class */
.gist-syntax .no { color: #008080 } /* Name.Constant */
.gist-syntax .ni { color: #800080 } /* Name.Entity */
.gist-syntax .ne { color: #990000; font-weight: bold } /* Name.Exception */
.gist-syntax .nf { color: #990000; font-weight: bold } /* Name.Function */
.gist-syntax .nn { color: #555555 } /* Name.Namespace */
.gist-syntax .nt { color: #000080 } /* Name.Tag */
.gist-syntax .nv { color: #008080 } /* Name.Variable */
.gist-syntax .ow { color: #000000; font-weight: bold } /* Operator.Word */
.gist-syntax .w { color: #bbbbbb } /* Text.Whitespace */
.gist-syntax .mf { color: #009999 } /* Literal.Number.Float */
.gist-syntax .mh { color: #009999 } /* Literal.Number.Hex */
.gist-syntax .mi { color: #009999 } /* Literal.Number.Integer */
.gist-syntax .mo { color: #009999 } /* Literal.Number.Oct */
.gist-syntax .sb { color: #d14 } /* Literal.String.Backtick */
.gist-syntax .sc { color: #d14 } /* Literal.String.Char */
.gist-syntax .sd { color: #d14 } /* Literal.String.Doc */
.gist-syntax .s2 { color: #d14 } /* Literal.String.Double */
.gist-syntax .se { color: #d14 } /* Literal.String.Escape */
.gist-syntax .sh { color: #d14 } /* Literal.String.Heredoc */
.gist-syntax .si { color: #d14 } /* Literal.String.Interpol */
.gist-syntax .sx { color: #d14 } /* Literal.String.Other */
.gist-syntax .sr { color: #009926 } /* Literal.String.Regex */
.gist-syntax .s1 { color: #d14 } /* Literal.String.Single */
.gist-syntax .ss { color: #990073 } /* Literal.String.Symbol */
.gist-syntax .bp { color: #999999 } /* Name.Builtin.Pseudo */
.gist-syntax .vc { color: #008080 } /* Name.Variable.Class */
.gist-syntax .vg { color: #008080 } /* Name.Variable.Global */
.gist-syntax .vi { color: #008080 } /* Name.Variable.Instance */
.gist-syntax .il { color: #009999 } /* Literal.Number.Integer.Long */

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

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

	.wrap, 
	#header {
		width: 960px;
	}

	#content {
		width: 560px;
	}

	.post-type-archive-portfolio .portfolio {
		width: 280px;
	}

	.portfolio-primary,
	.portfolio-secondary {
		width: 100%;
	}
	
	.portfolio-title {
		top: 150px;
	}
	
	.single-portfolio img {
		border:	none;
	}
	
	.client-services {
		width: 100%;
	}
	
	.client-services li a {
		width: 46.8%;
	}
	
	.portfolio-primary {
	  height: 500px;
	  overflow: hidden;
	  text-align: center;
	}
	
	.cta-wrapper .cta p {
		padding-left: 20px;
	}
	.cta-wrapper .cta a {
		top: -12px;
		left: 0;
		right: 0;
	}
}

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

	body {
		font-size: 16px;
		margin: 0 auto;
		width: 100%;
	}
	
	p {
		font-size: 16px;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.menu-primary,
	.menu-secondary,
	.minimum-landing .wrap,
	.minimum-blank .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	.portfolio-primary,
	.portfolio-secondary {
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content,
	#description,
	#footer-widgets .wrap,
	#header .widget-area,
	#title,
	#title a,
	#title a:hover,
	#header .search-form,
	#title-area {
		padding: 0;
	}

	#header {
		background-size: contain !important;
	}
	
	#title {
		margin: 10px 0 0;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		padding: 10px;
	}

	a.page-title-button,
	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #page-title {
		 padding: 10px 0;
	 }

	#page-title p {
		font-size: 24px;
		text-align: center;
	}
	
	#newsletter-header {
		top: 210px
	}

	.service h3 {
		font-size: 22px;
		line-height: 24px;
	}

	.minimum #inner,
	#inner {
		padding: 20px;
	}

	.minimum #inner .wrap {
		padding: 30px 0;
	}
	
	.home-portfolio {
		width: 47%;
	}
	
	.home-portfolio-wrap {
		width: 98%;
	}

	.portfolio-title {
		top: 175px;
	}
	
	.portfolio-primary {
		height: 450px;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.portfolio-secondary {
		padding-top: 10px;
		border-top: 3px solid #f4f4f4;
	}
	
	.client-services li a {
		width:	45.8%;
	}	
	.post-type-archive-portfolio .portfolio {
		margin: 10px 15px;
		width: 45%;
	}
	
	.cta-wrapper .cta p {
		padding-left: 40px;
	}
	.cta-wrapper .cta a.page-title-button {
		top: -11px;
		right: 0;
		left: 0;
		display: block;
	}

	.single-portfolio img {
		border: none
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	#footer .custom-footer li {
		margin: 0 10px;
	}

	#footer .wrap {
		box-sizing: border-box;
		padding: 25px 10px 0;
	}

}

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

	#home-featured {
		padding: 0;
	}

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0;
		width: 50%;
	}

	.home-featured-3,
	.home-featured-4 {
		border-top: 3px solid #f4f4f4;
	}

	.home-portfolio-wrap {
		overflow: hidden;
	}

	.portfolio-title {
		top: 90px;
		font-size: 12px;
		text-shadow: none;
	}

	.client-services li a {
		width: 44.8%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%
	}

	.post-type-archive-portfolio .portfolio {
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.portfolio-featured-image a img,
	.portfolio-featured-image a img:hover {
		border: none;
	}

	.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%;
	}

	.navigation li a,
	.navigation li.disabled,
	.navigation li a:hover,
	.navigation li.active a {
		padding: 5px 10px;
	}

}

@media only screen and (max-width: 480px) {
	
	#newsletter-header {
		top: 250px;
	}
	.client-services {
		width: 100%;
	}
	.client-services li a {
		width: 42%;
	}

	}

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

	.home-featured-1,
	.home-featured-2,
	.home-featured-3,
	.home-featured-4 {
		padding: 0 0 30px;
		width: 100%;
	}
	
	#newsletter-header {
		top: 282px;
		right: 0;
		width: 280px;
	}

	.home-portfolio {
		width: 50%;
	}
	.client-services {
		width: 100%;
	}
	.client-services li a {
		width: 38%;
	}
	
	}
@media only screen and (max-width: 240px) {
	
	#newsletter-header {
		top: 323px;
		width: 200px;
		height: 280px;
	}

	#newsletter-header #mce-EMAIL {
		width: 82%;
	}
	
	#newsletter-header #mc-embedded-subscribe {
		float: left;
		width: 50%;
		top: 10px;
	}

	}
}