/*
	Theme Name: Agency Pro Theme
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Featured Widgets Template with Hover Effects
		- Recent Entries
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- prettyPhoto
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Custom Archive Page
		- Portfolio
		- Work Page
		- Contact Page
		- About Page
		- Services Page
		- Posts/Pages
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 680px
		- max-width: 480px

*/

/*	af 20140213	*/
/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lato:400,100italic,300,300italic,100,900italic,700italic,700,400italic,900);


/*	af	20141212	*/
@charset "UTF-8";
@font-face {
  font-family: "mcd";
  src:url("/wp-content/themes/agency-pro/fonts/mcd.eot");
  src:url("/wp-content/themes/agency-pro/fonts/mcd.eot#iefix") format("embedded-opentype"),
    url("/wp-content/themes/agency-pro/fonts/mcd.woff") format("woff"),
    url("/wp-content/themes/agency-pro/fonts/mcd.ttf") format("truetype"),
    url("/wp-content/themes/agency-pro/fonts/mcd.svg#mcd") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "mcd" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mcd" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-streamline-notebook:before {
  content: "a";
}
.icon-streamline-cocktail:before {
  content: "b";
}
.icon-streamline-modify:before {
  content: "c";
}
.icon-streamline-bubble:before {
  content: "d";
}
.icon-streamline-utensils:before {
  content: "e";
}
.icon-streamline-talk:before {
  content: "f";
}
.icon-streamline-design:before {
  content: "g";
}
.icon-streamline-stationery:before {
  content: "h";
}
.icon-icons8-today:before {
  content: "i";
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

/*	af 20140213	*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:lato,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #d7c603;
	color: #666;
/*	af 20140213 
	font-family: 'EB Garamond', serif;	*/
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
/*	af 20140228	*/
a.all-archives-button:focus,
/*	af 20140803	*/
a.pp_close:focus,
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #d7c603;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: #fff;
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	*/
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
/*	af 20140307	*/
	font-weight: 900;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
/*	af 20140306
	border-radius: 3px;	*/
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
/*	af 20140228	*/
a.all-archives-button,
/*	af 20140803	*/
a.pp_close,
.button,
.entry-content .button {
	background-color: #222;
/*	af 20140306
	border-radius: 3px;	*/
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
/*	af 20140228	*/
a.all-archives-button:hover,
/*	af 20140803	*/
a.pp_close:hover,
.button:hover,
.entry-content .button:hover {
	background-color: #d7c603;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	padding-top: 61px;
	padding-top: 6.1rem;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 5% 0;
}

.agency-pro-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

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

/* Content */

.content {
	float: right;
	width: 740px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

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

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
/*	af 20140306
	border-radius: 50%;	*/
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	font-size: 14px;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
/*	af 20140306
	border-radius: 3px;	*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
/*	af 20140306
	color: #333;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;	*/
	color: #000;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.308;
	letter-spacing: 0.5px;
	letter-spacing: 0.05rem;
}

.entry-title a {
	color: #333;
}

/*	af 20150908 category sticky posts featured post icon style	*/
.entry-title .featured-post-icon  {
	padding-right: 5px;
}

.widget-title {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
    padding: 0 0 0 2rem;
}

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

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title,
 /*	af 20140803 */
div.pp_details .pp_description  {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1;
}

a.more-link {
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	
	text-transform: uppercase;	*/
	font-family: 'Lato', sans-serif;
	text-transform: lowercase;
	font-style: italic;
	color: #fff;
	display: block;
	line-height: 3.4;
}

/*	af 20150909 hide non-essential categories on blocks	*/
.entry-header .entry-categories a[href$="/featured/"],
.entry-header .entry-categories a[href$="/work/"] {
	display: none;
}

/*	af 20140404 added to support featured posts widget on other pages	*/
/* Featured Widgets Template with Hover Effects
----------------------------------------------- */

.wpsites-featured-widgets .featured-content img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.wpsites-featured-widgets .site-inner {
	padding: 0;
}

.wpsites-featured-widgets .content .featured-content {
	padding: 0;
}

.wpsites-featured-widgets .content .featured-content .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	margin: -4rem 0 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.wpsites-featured-widgets .content .featured-content .widget-title::before,
.wpsites-featured-widgets .content .featured-content .widget-title::after {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.wpsites-featured-widgets .content .featured-content .widget-title::before {
	margin-right: 12px;
	margin-right: 1.2rem;
}

.wpsites-featured-widgets .content .featured-content .widget-title::after {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.wpsites-featured-widgets .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
	padding: 2rem 0;
}

.wpsites-featured-widgets .content .featured-content article ~ .widget-title:before,
.wpsites-featured-widgets .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.wpsites-featured-widgets .content .featured-content article ~ ul,
.wpsites-featured-widgets .content .featured-content .more-from-category {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.wpsites-featured-widgets .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.wpsites-featured-widgets .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.wpsites-featured-widgets .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.wpsites-featured-widgets .content .featured-content .entry-content {
	padding: 0 40px;
}

.wpsites-featured-widgets .content .featured-content .entry-content p {
	margin-bottom: 40px;
	margin-bottom: 4rem;
/*	af 20140729 added	*/
	color: #fff;
}

.wpsites-featured-widgets .featured-content a:hover {
	color: #d7c603;
}

.wpsites-featured-widgets .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33333333%;
}

.wpsites-featured-widgets .featuredpost img.entry-image {
	margin: 0;
}

.wpsites-featured-widgets .featured-widgets {
/*	af 20140804	*/
/*	padding: 10% 0 5%;	*/
	padding: 1% 0 5%;

}

.wpsites-featured-widgets .featured-widgets .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.wpsites-featured-widgets .featured-widgets .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.wpsites-featured-widgets .featured-widgets .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.wpsites-featured-widgets .featured-widgets .featuredpost .entry {
	min-height: 380px;
}

.wpsites-featured-widgets .featured-widgets .featuredpost .entry-title a {
	color: #fff;
}

/*	af 20140801	*/
.wpsites-featured-widgets .featured-widgets .featuredpost h2 {
	font-size: 22px;
	font-size: 2.2rem;
	//line-height: 3.0;
	letter-spacing: 0.8px;
	letter-spacing: 0.08rem;
}

/*	af 20140801	*/
.wpsites-featured-widgets .featured-widgets .featuredpost a.more-link {
	font-size: 12px;
	font-size: 1.2rem;
	//line-height: 3.0;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

/*	af 20140801	*/
.wpsites-featured-widgets .featured-widgets .featuredpost .entry-categories {
	font-size: 10px;
	font-size: 1.0rem;
	//line-height: 3.338;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
}

/*	af 20140801	*/
.wpsites-featured-widgets .featured-widgets .featuredpost .entry-categories a {
	color: #fff;
}

/*	af 20140801	*/
.wpsites-featured-widgets .featured-widgets .entry-categories a[title$="Work"] {
	display: none;
}

/*	af 20140227	*/
/* Recent Entries
---------------------------------------------- */

/*	af 20140227	*/
.widget_recent_entries, .widget_archive, .widget_text {
	color: #000;
	//opacity: 0.9;
	//filter: alpha(opacity=90); /* For IE8 and earlier */
}

/*	af 20140228	*/
.widget_recent_entries h4, .widget_archive h4, .widget_text {
	font-size: 16px;
	font-size: 1.6rem;
	//line-height: 3.641;
	letter-spacing: 3.5px;
	letter-spacing: 0.35rem;
	font-weight: 400;
}

/*	af 20140227	*/
.widget_recent_entries li a, .widget_archive li a, .widget_text li a {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.750;
	color: #000;
	font-style: italic;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

/*	af 20140306	*/
.widget_recent_entries li a:hover, .widget_archive li a:hover,  .widget_text li a:hover {
/*	af 20140317
	color: #939393;	*/
/*	af 20140317	*/
	text-decoration: underline;
}

/*	af 20140306	*/
.widget_recent_entries hr, .widget_archive hr, .widget_text hr {
	border:1px solid #000;
	margin: 18px 0 30px 0;
	margin: 1.8rem 0 3.0rem 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget  {
	color: #999;
}

.enews-widget input, a.all-archives-button,
.contact-form input[type="submit"],
/*	af 20140803	*/
a.pp_close  {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 5px;
	padding: 0.5rem;
}

/*	af 20140227
.enews-widget input:focus {
	border: 1px solid #ddd;
}
*/

.enews-widget input[type="submit"], a.all-archives-button,
/*	af 20140803	*/
a.pp_close {
/*	af 20140227
	background-color: #222;
	color: #fff;
	width: 100%;	
	margin: 0;	*/
	width: 50%;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	font-size: 1.0rem;
	//line-height: 3.201;
	text-transform: uppercase;
	display:block;
	margin: 0px auto;
	letter-spacing: 3.4px;
	letter-spacing: 0.34rem;
	font-weight: 900;
}

a.all-archives-button ,
/*	af 20140803	*/
a.pp_close  {
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 60%;
}

/*	af 20140227	*/
.enews-widget input:hover[type="submit"], a.all-archives-button:hover,
/*	af 20140803	*/ 
a.pp_close:hover {
	background-color: #d7c603;
	color: #fff;
/*	af 20140317	*/
	text-decoration: none;
}

/*	af 20140228	*/
a.all-archives-button:focus,
/*	af 20140803	*/
a.pp_close:focus  {
	outline:none;
}

/*	af 20140227	*/
.enews-widget p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.417;
	font-style: italic;
	color: #e0e0e0;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

/*	af 20140227	*/
.enews-widget input[type="text"], .enews-widget input[type="email"] {
	font-size: 12px;
	font-size: 1.2rem;
	//line-height: 3.307;
	font-style: italic;
	color: #939393;
	background-color: #1a1a1a;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px;
	padding: 1.0rem;
}

/*	af 20140227	*/
.enews-widget input[type="email"] {
	margin-bottom: 30px;
	margin-bottom: 3.0rem;
}

.enews-widget input[type="text"] {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

/*	af 20140228	*/
.enews-widget .simulated-hr {
	border:1px solid #8c8c8c;
	margin-bottom: 30px;
	margin-bottom: 3.0rem;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}

/* prettyPhoto
---------------------------------------------- */
/*	af 20150908 hide image caption*/
div.ppt{
	visibility:hidden;
}

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

.site-header {
	background-color: #333;
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 300px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #d7c603;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	width: 100%;
/*	af 20140213
	color: #fff;
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;	*/
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	text-transform: uppercase;
	color: #dfdfdf;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	font-weight: 900;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 18px 16px 20px;
	padding: 1.8rem 1.6rem 2rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #282828;
	border-color: #d7c603;
	color: #d7c603;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: none;
/*	af 20140307
	font-size: 12px;
	font-size: 1.2rem;	*/
	padding: 16px;
	padding: 1.6rem;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
	padding: 1.8rem 1.6rem 2rem;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
	padding: 1rem 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px;
	padding: 1.2rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

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

.nav-primary {
	background-color: #383838;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #444;
}


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

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	margin-bottom: 8rem;
	padding: 40px;
	padding: 4rem;
}

.agency-pro-home .content .featured-content {
	padding: 0;
}

.agency-pro-home .content .featured-content .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	margin: -4rem 0 0;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .featured-content .widget-title::after {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before {
	margin-right: 12px;
	margin-right: 1.2rem;
}

.agency-pro-home .content .featured-content .widget-title::after {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
	padding: 2rem 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	color: #fff;
}

.agency-pro-home .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
/*	af 20140213 
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	padding: 15% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
/*	af 20140306
	border-radius: 50px;	*/
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

/*	af  20140226	*/
.home-top h5 {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
	line-height: 3.641;
	letter-spacing: 5px;
	letter-spacing: 0.5rem;
}

/*	af  20140226	*/
.home-top h6 {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	line-height: 4.855;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
}

.home-middle {
	padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

/*	af 20140210	added for mixed feature block hover effect	*/
.home-middle .featuredpost .post:nth-of-type(odd) img {
	visibility:hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

/*	af 20140210	added for mixed feature block hover effect	*/
.home-middle .featuredpost .post:nth-of-type(odd).entry:hover img {
	visibility: visible;

}

/*	af 20140210	modified for mixed feature block hover effect	*/
.home-middle .featuredpost .post:nth-of-type(even) img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

/*	af 20140226	*/
.home-middle .featuredpost h2 {
	font-size: 22px;
	font-size: 2.2rem;
	//line-height: 3.0;
	letter-spacing: 0.8px;
	letter-spacing: 0.08rem;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

/*	af 20140228	*/
.home-middle .featuredpost a.more-link {
	font-size: 12px;
	font-size: 1.2rem;
	//line-height: 3.0;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

/*	af 20140226	*/
.entry-content,
.pp_excerpt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.538;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	color: #000;
}

/*	af 20140306	*/
.entry-content a {
	color: #939393;
}

/*	af 20140306	*/
.entry-content a.more-link {
	color: #fff;
}

/*	af 20140226	*/
.home-middle .featuredpost .entry-categories {
	font-size: 10px;
	font-size: 1.0rem;
	//line-height: 3.338;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
}

/*	af 20140226	*/
.home-middle .featuredpost .entry-categories a {
	color: #fff;
}

/*	af 20140801	*/
.home-middle .entry-categories a[title$="Home"] {
	display: none;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
/*	af 20140210	min-height: 380px;	*/
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	/* background: #333 url('/wp-content/uploads/2014/02/nicki_minaj_opacity_10.jpg'); */
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

/*	af 20140303	*/
/* Custom Archive Page
--------------------------------------------- */

/*	af 20140303	*/
ul.archives {
	margin-left: 0;
	margin-top: 2rem;
}

/*	af 20140303	*/
ul.archives > li {
	margin-left: 0;
	margin-bottom: 4rem;
}

/*	af 20140303	*/
.page-template-page_custom_archive-php .entry-content ul li {
	list-style-type: none;
	list-style-image: none;
}

/*	af 20140303	*/
.monthly-archives > li {
	margin-bottom: 2rem;
}

/*	af 20140303	*/
.monthly-archives {
	margin-top: 3rem;
}

/*	af 20140303	*/
.page-template-page_custom_archive-php .entry-content ol li li, .page-template-page_custom_archive-php .entry-content ul li li {
    margin-left: 3rem;
}

/*	af 20150827	*/
.page-template-page_custom_archive-php  h2,
.page-template-page_custom_archive-php  h3 {
	color: #333;
}

/*	af 20140304	Agency Pro portfolio	*/
/* Portfolio
--------------------------------------------- */
.agency-pro-portfolio .content {
	/* padding: 40px 30px 0;
	padding: 4rem 3rem 0;
	padding: 10px 10px 0;
	padding: 1rem 1rem 0; */
	padding: 0;
}

.agency-pro-portfolio .archive-title, .agency-pro-portfolio .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.agency-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	width: 33.33333333%;
}

.agency-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

.agency-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.agency-pro-portfolio .portfolio-featured-image img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
	filter: alpha(opacity=5);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 2px solid black;
}

/*	af 20140804	*/
/* Work Page
--------------------------------------------- */

.agency-pro-work div.work-heading,
.agency-pro-services div.services-heading {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	font-weight: 900;
	line-height: 2.5;
	margin-top: 5%;
	padding-left: 40px;
	padding-left: 4.0rem;
}

/*	af 20141205	*/
/* Contact Page
--------------------------------------------- */

.agency-pro-contact div.contact-heading {
	width: 100%;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	//margin-bottom: 10px;
	//margin-bottom: 1.0rem;
	line-height: 2.5;
}

.agency-pro-contact article.entry.page {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(51, 51, 51);
	/* RGBa with 0.6 opacity */
	background: rgba(51, 51, 51, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333 , endColorstr=#b2333333 );
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2333333 , endColorstr=#b2333333 )";
}

/*	contact form	*/

.agency-pro-contact .contact-form input[type="email"],
.agency-pro-contact .contact-form input[type="text"],
.agency-pro-contact .contact-form textarea,
/*	af	20150825	*/
.agency-pro-contact .content input[type="email"],
.agency-pro-contact .content input[type="text"],
.agency-pro-contact .content input[type="tel"],
.agency-pro-contact .content textarea {
	//background-color: #fff;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	padding: 1.0rem;
	color: #000;
	//opacity: 1.0;
}

/*	af 20150825	*/
.agency-pro-contact .content textarea,
.agency-pro-contact .content img {
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}


/*	af 20141208	*/
.agency-pro-contact .contact-form input[type="submit"],
/*	af	20150825	*/
.agency-pro-contact .content input[type="submit"] {
	float: right;
}

.agency-pro-contact .contact-form label { display: none;}
.agency-pro-contact .contact-submit {
	margin: 0;
}
.agency-pro-contact #recaptcha_widget_div {
	margin-bottom:13px;
	margin-bottom:1.3rem;
}

/*	af	20190917	*/
.agency-pro-contact .entry-content p:first-of-type {
	margin-bottom:10px;
	margin-bottom:1.0rem;
}

/*	af 20190917	*/
/* ReCaptcha v2 for Contact Form 7
--------------------------------------------- */
.recaptcha-contact {
	margin-bottom:20px;
	margin-bottom:2.0rem;
}

/*	signup form	*/

/*	af 20150825	*/
#text-9  {
	color: #999;
	background-color: #000;
}

#text-9 .widget-title {
	color: #fff;
}

/*	af 20150825	*/
#text-9 p  {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.417;
	font-style: italic;
	color: #e0e0e0;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

/*	af 20150825	*/
#text-9 input[type="text"],
#text-9 input[type="email"] {
	//background-color: #fff;
	background-color: #1a1a1a;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	color: #939393;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	//line-height: 3.307;
	max-width: 100%;
	//opacity: 1.0;
	padding: 10px;
	padding: 1.0rem;
	width: 100%;

}

/*	af 20150825	*/
#text-9 input[type="email"] {
	margin-bottom: 30px;
	margin-bottom: 3.0rem;
}

/*	af 20150825	*/
#text-9 hr {
	border: 1px solid #8c8c8c;
	margin-top: -24px;
	margin-top: -2.4rem;
	margin-bottom: 30px;
	margin-bottom: 3.0rem;
}

/*	common elements	*/

/*	af 20141208	*/
.agency-pro-contact .contact-form input:hover[type="submit"],
/*	af	20150825	*/
.agency-pro-contact  .content input:hover[type="submit"],
#text-9  input:hover[type="submit"] {
	background-color: #d7c603;
	color: #fff;
	text-decoration: none;
}

/*	af 20150825	*/
.agency-pro-contact  input[type="submit"],
#text-9 input[type="submit"] {
/*	af 20140227
	background-color: #222;
	color: #fff;
	width: 100%;	
	margin: 0;	*/
	background-color: #fff;
	color: #000;
	display:block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 900;
	letter-spacing: 3.4px;
	letter-spacing: 0.34rem;
	//line-height: 3.201;
	margin: 0 auto;
	padding: 10px 7px;
	padding: 1.0rem 0.7rem;
	text-transform: uppercase;
	width: auto;
}

/*	af 20150825	*/
.agency-pro-contact .content input,
#text-9 input[type="text"] {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

#text-9 p:empty {
	display: none;
}

#text-9 .ajax-loader {
	color: #939393;
	margin-bottom: 0;
}

/*	af 20141208	*/
/* About Page
--------------------------------------------- */
.agency-pro-about article.entry.page {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(51, 51, 51);
	/* RGBa with 0.6 opacity */
	background: rgba(51, 51, 51, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";
}

.agency-pro-about .entry-content,
.agency-pro-about .entry-title {
	color: #fff;
	font-family: 'Lato', sans-serif;
	//font-size: 13px;
	//font-size: 1.3rem;
	//margin-bottom: 10px;
	//margin-bottom: 1.0rem;
	//line-height: 2.5;
}

.agency-pro-about .entry-header {
	line-height: 0;
}

.agency-pro-about .attachment-post-thumbnail {
	width: 33.33333333%;
	margin: 0;
}

/*	af 20141208 size featured images on About page	*/
.agency-pro-about  .entry-title {
		margin:3.5rem 0 3.0rem;
		margin:35px 0 30px;
}

/*	af 20141209	*/
/* Services Page
--------------------------------------------- */
.agency-pro-services  .services-featured-top .services-events-heading,
.agency-pro-services .services-featured-bottom .services-types-title,
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-top .entry-categories,
.agency-pro-services .services-featured-bottom .entry-categories {
	//color: #fff;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	line-height: 1.625;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-top: 40px;
	padding-top: 4rem;
	text-decoration: none;
	text-transform: uppercase;
	word-wrap: break-word;
}

/*	af	20150901	*/
.agency-pro-services  .services-featured-bottom  .featuredpost .entry-content p {
	margin:0 !important;
}

/* */
.agency-pro-services .services-featured-bottom .services-types-title,
.agency-pro-services .services-featured-bottom .services-types-image {
	padding-top: 40px;
	padding-top: 4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.agency-pro-services .services-featured-top .services-events-title,
.agency-pro-services .services-featured-top .entry-title  {
	font-family: 'Lato', sans-serif;
	//color: #fff;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	/* font-size: 30px;
	font-size: 3rem; */
	font-size: 22px;
	font-size: 2.2rem;
}

.agency-pro-services  .services-featured-top .services-events-description,
.agency-pro-services .services-featured-bottom .services-types-description,
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services .services-featured-bottom .entry-content p:not(.byline){
	font-family: 'Lato', sans-serif;
	//color: #fff;
	font-weight: 400;
	line-height: 1.538;
	font-size: 13px;
	font-size: 1.3rem;
}

.agency-pro-services  .services-featured-top  .post:nth-of-type(even) .entry-content, 
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-top  .post:nth-of-type(even) .entry-title,
.agency-pro-services  .services-featured-top  .post:nth-of-type(even) .entry-title a,
.agency-pro-services  .services-featured-top  .post:nth-of-type(even) .entry-categories,
.agency-pro-services  .services-featured-top  .post:nth-of-type(even) .entry-categories a ,
.agency-pro-services  .services-featured-top  .featured-content .post:nth-of-type(even) p  {
	color:#000;
}

.agency-pro-services  .services-featured-top  .post:nth-of-type(odd) .entry-content,
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-top  .post:nth-of-type(odd) .entry-title,
.agency-pro-services  .services-featured-top  .post:nth-of-type(odd) .entry-title a,
.agency-pro-services  .services-featured-top  .post:nth-of-type(odd) .entry-categories,
.agency-pro-services  .services-featured-top  .post:nth-of-type(odd) .entry-categories a,
.agency-pro-services  .services-featured-top  .featured-content .post:nth-of-type(odd) p{
	color:#fff;
}

/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-top  .post-info	{
	margin: 0 !important;
}

.agency-pro-services  .services-featured-bottom  .post  .entry-content{
	color:#fff;
}

/*	select all  except the first	*/
.agency-pro-services  .services-featured-bottom  .featured-content .post + .post   .entry-content {
	padding-left: 30px;
	padding-left: 3rem;
}

.agency-pro-services img {
	width: 100%;
	position: relative;
/*	margin-left: -40px;
	margin-left: -4rem;*/
}

/*	af 20141213 - doesn't seem to be serving any purpose (at least upper)	*/
.agency-pro-services .featured-widgets .featuredpost img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*	af 20141213	*/	
.agency-pro-services .featured-widgets .featuredpost .entry img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	  filter: alpha(opacity=90);
	  -moz-opacity: 0.9;
	  -khtml-opacity: 0.9;
	  opacity: 0.9;
}

/*	af 20141209	added for mixed feature block hover effect	*/
.agency-pro-services .featuredpost .post:nth-of-type(odd) {
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* remove opacity and background for image in 5th block	*/
.agency-pro-services .featuredpost .post:nth-of-type(5) {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000)";
}

/*	af 20150831	hide text in post area	*/
.agency-pro-services  .services-featured-top  .featuredpost .post:nth-of-type(5) :not(img) {
	display:none;

}

.agency-pro-services .featuredpost .post:nth-of-type(even)  {
	background:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/*	af 20141210	added for mixed feature block hover effect	*/
.agency-pro-services .featuredpost .post {
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.agency-pro-services  .services-featured-bottom  .featuredpost  .post {
	color:#fff;
	background:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.agency-pro-services  .services-featured-bottom  .featuredpost  .post:first-child ,
.agency-pro-services  .services-featured-bottom  .featuredpost  .post:last-child   { 
	width: 100%;
}

.agency-pro-services  .services-featured-bottom  .featuredpost  .post:first-child   { 
	min-height: 190px;
}

.agency-pro-services  .services-featured-bottom .services-types-content,
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-bottom .post .entry-categories,
.agency-pro-services  .services-featured-bottom .post p:not(.byline)
 {
    margin: 0 auto;
    position: relative; 
	padding-left: 52px;
	padding-bottom: 20px;
    text-align: left;
}

.agency-pro-services  .services-featured-bottom .post:first-child .services-types-content,
.agency-pro-services .services-featured-bottom .post:first-child  .entry-categories,
.agency-pro-services .services-featured-bottom .post:first-child  p
 /*	af	29150831	added to support Featured Widget Sandbox output	*/
{
    padding-left: 0;
	padding-bottom: 0;
	text-align:center;
}

.agency-pro-services  .services-featured-bottom .post:first-child .services-types-content  hr,
 /*	af	29150831	added to support Featured Widget Sandbox output	*/
 .agency-pro-services  .services-featured-bottom .post:first-child hr {
	width: 80px;
	width: 8.0rem;
	margin: 35px auto;
	margin: 3.5rem auto;
}

.agency-pro-services  .services-featured-bottom .post:first-child .services-types-title,
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-bottom .post:first-child .entry-categories {
	text-align:center;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.agency-pro-services  .services-featured-bottom  .services-types-image {
    box-sizing: border-box;
    content: attr(data-icon);
    display: inline-block;
	font-family: 'Lato', sans-serif;
    font-size: 32px;
	font-size: 3.2rem;
    font-variant: normal;
    font-weight: normal;
	left: 0;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: -8px;
	margin-right: 20px;
    position: absolute;
    text-align: center;
	text-transform: none;
	top: 0;
	width: 32px;
}

/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-bottom  .featured-post-icon {
    box-sizing: border-box;
    content: attr(data-icon);
    display: inline-block;
	font-family: 'Lato', sans-serif;
    font-size: 32px;
	font-size: 3.2rem;
    font-variant: normal;
    font-weight: normal;
	left: 0;
    line-height: 1;
    //margin-right: 20px;
	//margin-right: 2rem;
	//margin-bottom: 20px;
	margin:30px 0;
	margin:3rem 0;
	padding-left:40px;
	padding-left:4rem;
    position: absolute;
	text-align: center;
	text-transform: none;
	top: 0;
	width: 32px;
}
/*	af	29150831	added to support Featured Widget Sandbox output	*/
.agency-pro-services  .services-featured-bottom .post:last-child .featured-post-icon {
	margin:30px 30px 30px 0;
	margin:3rem 3rem 3rem 0;

}

.agency-pro-services  .page  {
	background-color:rgba(0,0,0,0);
	color:#fff;
	margin-bottom: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
	
}

.agency-pro-services  .page  .entry-content {
	color:#fff;
	text-align:center;
}

.agency-pro-services  .page  .entry-content .services-content-heading {
	font-family: 'Lato', sans-serif;
    font-size: 25px;
	font-size: 2.5rem;
	line-height:
}


/*	af 20140404	*/
/* Posts/Pages
--------------------------------------------- */

article.post a:hover, article.page a:hover {
	text-decoration: underline;
}

/*	af 20150908 hide date on category sticky post	*/
article.category-sticky  p.entry-meta {
    display:none;
}

.uppercase {
	text-transform: uppercase;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
/*	af 20140306
	border-radius: 3px;	*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

/*	af 20140226	*/
.entry-header .entry-meta {
	color: #000;
	font-size: 10px;
	font-size: 1.0rem;
	//line-height: 3.338;
	text-transform: uppercase;
	letter-spacing: 4px;
	letter-spacing: 0.4rem;
	font-weight: 900;
}

/*	af 20140226	*/
.entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
	margin: 0 0.4rem 0 0.6rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/*	af 20140227 space beneath blog post featured images	*/
.post-image, .attachment-post-thumbnail {
	margin-bottom: 3.0rem;
	margin-bottom: 30px;
}

/*	af 20140227 adjust horizontal rule	*/
.before-entry-content hr {
	width: 15%;
	text-align: right;
	margin-left: 0;
	margin-top: 2.0rem;
	margin-top: 20px;
	margin-bottom: 2.0rem;
	margin-bottom: 20px;
	color: #4c4c4c;
}

/*	af 20150807 add bottom margin for Genesis Custom Header	*/
.gch-header {
	margin-bottom: 30px;
}

/*	af 20150807 disable slideshow link to launch image overlay	*/
.gch-header.slideshow-wrapper a {
	display: none;
}

.gch-header .slideshow-wrapper a {
	background-color: #333 !important;
}


.gch-header .slideshow-wrapper .slideshow-fullsize .linkhover {
	background: #333 url("/wp-content/themes/agency-pro/images/link.gif") no-repeat scroll center center !important;
}
/*
#slideshow-wrapper1502 #imglink1502 {
	background-color: #333 !important;
}
*/

/*	af 20150820 single thumbnail galleries	*/
.gallery-item {
	display: none;
}

.gallery-item:first-child {
	display:inline-block;
}

.gallery br  {
	display: none;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
/*	af 20140306
	border-radius: 3px;	*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/*	af 20140228 photo credit	*/
.after-entry-content {
	font-style: italic;
	margin-bottom: 2.0rem;
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2.75;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	color: #000;
}

.after-entry-content a {
	color: #939393;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
/*	af 20140213
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
	text-transform: uppercase;
	/*	af 20140804	*/
	background-color: #000;
	text-align: center;

}

/*	af 20140804	*/
.archive-pagination a {
	color: #fff;
	padding: 0 10px;
	padding: 0 1.0rem;
	font-weight: 900;

}

.archive-pagination li {
	/*	af 20140805	*/
	/*	display: inline;	*/
	display: inline-block;
	margin: 0 auto;
	/*	af 20140805	*/
	background-color: #000;
	color: #fff;
}

.archive-pagination li a {
	/*	af 20140306
	border-radius: 3px;	*/
	/*	af 20140805	*/
	/* background-color: #fff;
	color: #333;	
	margin-bottom: 4px;
	margin-bottom: 0.4rem;	*/
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d7c603;
	color: #fff;
}

/*	af 20140804	*/
.archive-pagination li.pagination-previous {
    float:left;
}
/*	af 20140804	*/
.archive-pagination li.pagination-next {
    float:right;
}


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

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
/*	af 20140306
	border-radius: 3px;	*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

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

.comment-list li {
	margin-top: 40px;
	margin-top: 4rem;
	padding: 0 40px;
	padding: 0 4rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
/*	af 20140213
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.comment-reply-link {
/*	af 20140213
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
/*	af 20140306
	border-radius: 3px;	*/
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
	background-color: #dfdfdf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
}

.sidebar .enews-widget,
 /*	af 20150825	*/
.sidebar .widget_text {
/*	af 20140227	
	background-color: #333;	*/

}

.sidebar .enews-widget .widget-title,
 /*	af 20150825	*/
.sidebar .widget-title {
	color: #333;
/*	af 20140227	*/
	font-size: 16px;
	font-size: 1.6rem;
	//line-height: 3.641;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	letter-spacing: 0.35rem;
}

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

.footer-widgets {
/*	af 20140226
	border-top: 1px solid #ececec;
	background-color: #fff;
	color: #999;	*/
	background-color: #000;
	color: #dfdfdf;
	clear: both;
	padding: 30px 0 0px;
	padding: 3rem 0 0rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*	af 20140226	*/
.footer-widgets .textwidget {
	font-size: 12px;
	font-size: 1.2rem;
	//line-height: 3.0;
	color: #dfdfdf;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
}

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

.site-footer {
	background-color: #f5f5f5;
	color: #999;
/*	af 20140213
	font-family: 'Spinnaker', sans-serif;	*/
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #333;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #333;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

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

	.content {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
	/*	.home-middle .featuredpost .entry { */
	.agency-pro-home .home-middle .featuredpost .entry {
			min-height: 320px;
	/*	af 20140210		min-height: 360px; */
		}
		
	/*.home-bottom .featuredpost .entry {	*/
	.agency-pro-home .home-bottom .featuredpost .entry {
			min-height: 360px;
	}

	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-header {
		padding: 25px 25px 0;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-content {
		padding: 0 25px;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-content p {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		color: #fff;
	}
	
	/*	af 20140404	*/
	.wpsites-featured-widgets .content .featured-content .entry  {
		min-height: 320px;
	}
	
		/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-header {
		padding: 25px 25px 0;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content {
		padding: 0 25px;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets.content .featured-content .entry-content p {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		color: #fff;
	}
	
	
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-services  .wpsites-featured-widgets .content .featured-content .entry-content {
		padding: 0 25px;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-services .wpsites-featured-widgets .content .featured-content .services-events-heading {
		padding-top: 25px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 760px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-container {
		padding-top: 105px;
		padding-top: 10.5rem;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
		margin: 0 0 0.6rem;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget,
	/*	af 20150825	*/
	.sidebar .widget.widget_text	{
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	/*	.agency-pro-home .featuredpost .entry {	*/
	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}

	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-content {
		padding: 0 40px;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-content p {
		margin-bottom: 40px;
		margin-bottom: 4.0rem;
		color: #fff;
	}	
	
/*	af 20140404	*/
	.wpsites-featured-widgets .content .featured-content .entry  {
		min-height: 380px;
		width: 50%;
	}

	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets  .content .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets  .content .featured-content .entry-content {
		padding: 0 40px;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content p {
		margin-bottom: 40px;
		margin-bottom: 4.0rem;
		color: #fff;
	}	
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
		padding: 1rem 1.2rem 1.2rem;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
		padding: 1.2rem;
	}
	

	
}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.agency-pro-home .wrap {
		max-width: 640px;
	}
	
/*	.home-middle .featuredpost .entry {	*/
	.agency-pro-home .home-middle .featuredpost .entry {
		min-height: 320px;
	}

	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-header {
		padding: 25px 25px 0;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-content {
		padding: 0 25px;
	}
	
	/*	af 20141213	reduce padding for smaller block size	*/
	.agency-pro-home .content .featured-content .entry-content p {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		color: #fff;
	}
	
/*	af 20140404	*/	
	.wpsites-featured-widgets .wrap {
		max-width: 640px;
	}

/*	af 20140404	*/
	.wpsites-featured-widgets .content .featured-content .entry  {
		min-height: 320px;
	}

	/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-header {
		padding: 25px 25px 0;
	}
	/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content {
		padding: 0 25px;
	}
	
	/*	af 20141213	reduce padding for smaller block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content p {
		margin-bottom: 25px;
		margin-bottom: 2.5rem;
		color: #fff;
	}
	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.site-inner {
		padding: 5%;
	}
	
	/*	af 20141208 size featured images on About page	*/
	.agency-pro-about .attachment-post-thumbnail {
		width: 50%;
	}

	/*	af 20150908 hide last image on About page*/
	.agency-pro-about  .entry-header  .attachment-post-thumbnail:last-of-type {
		display:none;
	}
	
}


/*	af 20140304	Agency Pro portfolio	*/
@media only screen and (max-width: 767px) {

	.agency-pro-portfolio .portfolio {
		margin: 0;
		width: 100%;
	}
	
	.agency-pro-portfolio .portfolio {
		text-align: center;
	}
	
	.agency-pro-portfolio .portfolio {
		padding: 0 0 30px;
		padding: 0 0 3rem;
	}
}


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

	.site-container {
		padding: 0;
	}

	.site-header {
		position: relative;
	}

	.wrap {
		width: 90%;
	}
	
	.agency-pro-home .content .wrap {
		max-width: 380px;
	}

/*	.agency-pro-home .featuredpost .entry {	*/
	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}

	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-content {
		padding: 0 40px;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.agency-pro-home .content .featured-content .entry-content p {
		margin-bottom: 40px;
		margin-bottom: 4.0rem;
		color: #fff;
	}	
	
/*	af 20140404	*/
	.wpsites-featured-widgets .wrap {
		max-width: 380px;
		width: 90%;
	}

/*	af 20140404	*/
	.wpsites-featured-widgets .content .featured-content .entry {
		min-height: 380px;
		width: 100%;
	}

/*	af 20140404	*/	
	.wpsites-featured-widgets .content .featured-content .entry-header {
		clear: both;
	}

	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-header {
		padding: 40px 40px 0;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content {
		padding: 0 40px;
	}
	/*	af 20141213	restore padding for standard block size	*/
	.wpsites-featured-widgets .content .featured-content .entry-content p {
		margin-bottom: 40px;
		margin-bottom: 4.0rem;
		color: #fff;
	}
	
	.home-top .widget-title {
		font-size: 48px;
		font-size: 4.8rem;
	}

	/*	af 20141208 size featured images on About page	*/
	.agency-pro-about  .entry {
		//min-height: 380px;
		width: 100%;
	}
	
	
}

@media only screen and (max-width: 480px) {
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	/*	af 20141212	makes block behavior consistent at small screen size (cancels mixed block hover effect)	*/
	.home-middle .featuredpost .post.entry img {
		visibility:visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
}
	/*	af 20141212	makes block behavior consistent at small screen size (cancels mixed block hover effect)	*/
	.home-middle .featuredpost  .post.entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

/*	af 20140404	*/
	.wpsites-featured-widgets .featured-widgets .featuredpost img.entry-image {
		position: relative;
	}
/*	af 20141213	*/
	.wpsites-featured-widgets .content .featured-content .entry  {
		min-height: 320px;
	}
	
/*	af 20140404	*/	
	.agency-pro-services  .featured-widgets .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}

/*	af 20140404	*/	
	.wpsites-featured-widgets .widget-title {
		display: none;
	}

	.agency-pro-about .attachment-post-thumbnail {
		width: 100%;
	}
	
	/*	af 20150908	*/
	/*	tweak services page image block at smallest screen size*/
	.agency-pro-services  article.has-post-thumbnail {
		display: none;
	}

	.agency-pro-services .services-featured-top .featuredpost .post:last-child {
		background:#000;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}


	.agency-pro-services  .services-featured-top  .post:last-child  .entry-content, 
	.agency-pro-services  .services-featured-top  .post:last-child  .entry-title,
	.agency-pro-services  .services-featured-top  .post:last-child  .entry-title a,
	.agency-pro-services  .services-featured-top  .post:last-child  .entry-categories a ,
	.agency-pro-services  .services-featured-top  .featured-content .post:last-child p  {
		color:#fff;
	}

	/*	af 20150908 show last image on About page*/
	.agency-pro-about  .entry-header  .attachment-post-thumbnail:last-of-type {
		display:block;
	}
}
	
}