/*
    Theme Name: PlaceMakers
	Theme URI: http://placemakers.com/
	Description: Custom WordPress theme for PlaceMakers.
    Author: Thomas Griffin
    Author URI: http://thomasgriffinmedia.com/

    Version: 1.0.0

    Template: genesis
    Template Version: 1.8.1

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


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #636363;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-smooth: always;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.edd-description {
	display: none !important;
}

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

input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

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


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

a,
a:visited {
	color: #979f3c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


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

#wrap {
	background-color: #fff;
	margin: 15px auto 0;
	padding: 0;
	width: 100%;
}

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


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

#header {
	margin: 0 auto;
	overflow: hidden;
	width: 992px;
}

#header .wrap {
	border-bottom: 1px solid #969f3c;
	float: right;
	padding-right: 50px;
	width: 776px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	width: 510px;
}

#header .widget-area p {
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

#header .widget-area .header-contact-link,
#header .widget-area .header-contact,
#header .widget-area .header-touch,
#header .widget-area .header-login {
	float: right;
	height: 55px;
}

#header .widget-area .header-contact-link {
	color: #636363;
	display: block;
	outline: none;
	width: 162px;
}

#header .widget-area .header-contact-link:hover {
	text-decoration: none;
}

#header .widget-area .header-login {
	background: url(images/login.png) no-repeat scroll 0 100%;
	width: 40px;
}

#header .widget-area .header-login .header-contact-link {
	width: 40px;
}

#header .widget-area .header-contact {
	background: url(images/contact.png) no-repeat scroll 0 100%;
	border-right: 1px solid #969f3c;
	margin-right: 15px;
	padding-right: 5px;
	width: 162px;
}

#header .widget-area .header-touch {
	border-right: 1px solid #969f3c;
	margin-right: 15px;
	padding-right: 15px
}

#header .widget-area .header-touch a {
	display: block;
	float: left;
	height: 24px;
	margin: 10px 2px 0 0;
	outline: none;
	width: 26px;
}

#header .widget-area .header-touch .rss {
	background: url(images/social.png) no-repeat scroll 0px 0;
	margin-left: 6px;
}

#header .widget-area .header-touch .facebook {
	background: url(images/social.png) no-repeat scroll -27px 0;
}

#header .widget-area .header-touch .twitter {
	background: url(images/social.png) no-repeat scroll -54px 0;
}


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

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: #f5f5f5;
	clear: both;
	color: #333;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

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

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

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

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

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

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #ddd;
	color: #333;
	display: block;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

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

.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 #ddd;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

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

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

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

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

.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-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

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


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

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

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

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

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


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

#inner {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 992px;
}


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

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

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


/* PlaceMakers Tagline
------------------------------------------------------------ */

.place-tag {
	background: url(images/dots.png) repeat-x scroll 0 100%;
	border-left: 1px solid #969f3c;
	padding: 11px 0 11px 20px;
	height: 21px;
}

.place-tag h1,
.place-tag p {
	color: #6e5300;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5625;
	margin-bottom: 0;
}

.place-tag h1 span,
.place-tag p span {
	color: #979f3c;
	font-weight: bold;
}


/* Slider Styles
------------------------------------------------------------ */

.soliloquy-container {
	background: url(images/dots.png) repeat-x scroll 0 100%;
	border-left: 1px solid #969f3c;
	padding-bottom: 1px;
}

.soliloquy {
	background: url(images/ajax-loader.gif) no-repeat scroll 50% 50%;
	height: 240px;
}

.soliloquy-control-nav {
	bottom: 8px !important;
	margin-left: 25px !important;
}

.soliloquy-control-nav li {
	margin-left: 3px !important;
	text-align: center;
}

.soliloquy-control-nav li a {
	background: #fff !important;
	border: 1px solid #555;
	color: #555 !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 3px !important;
	text-indent: 0 !important;
}

.soliloquy-control-nav li a.soliloquy-active,
.soliloquy-control-nav li a:hover {
	background: #fff899 !important;
	text-decoration: none;
}

.soliloquy-pauseplay {
	bottom: 8px !important;
	left: 47%;
	right: auto !important;
}

.soliloquy-pauseplay .soliloquy-pause {
	background: url(images/pauseplay.png) no-repeat scroll 0 0 !important;
	height: 20px !important;
	width: 21px !important;
}

.soliloquy-pauseplay .soliloquy-play {
	background: url(images/pauseplay.png) no-repeat scroll 0 -20px !important;
	height: 20px !important;
	width: 21px !important;
}

.slider-sep {
	border-left: 1px solid #969f3c;
	height: 20px;
}


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

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

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

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


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

#content {
	background: url(images/dots-y.png) repeat-y scroll 100% 0;
	border-left: 1px solid #969f3c;
	float: left;
	padding: 0 20px 20px;
	width: 520px;
}

.page-template-template-home-php #content,
.page-template-default #content,
.page-template-template-my-placemaking-php #content {
	background: none;
}

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

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

.full-width-content #content,
.page-template-default #content,
.page-template-template-my-placemaking-php #content {
	padding-right: 0;
	width: 805px;
}

.post,
.projects {
	margin: 0 0 40px;
}

.page-template-default .page,
.page-template-template-my-placemaking-php .page {
	padding-left: 15px;
}

.hentry {
	clear: both;
}

.entry-content {
	overflow: hidden;
}

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

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

.clear {
	clear: both;
}

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

.more-link {
	color: #6e5300;
	font-weight: bold;
}

.page-image {
	background: url(images/dots.png) repeat-x scroll 0 100%;
	border-left: 1px solid #969f3c;
	padding-bottom: 1px;
}

.sharedaddy {
	background: url(images/share-bg.png) no-repeat scroll 0 0;
	margin-top: 20px;
	padding: 17px 0 20px !important;
}

div.sharedaddy .sd-block {
	border-top: 0 none !important;
	padding-top: 15px !important;
}

div.sharedaddy .sd-content {
	float: left !important;
	width: 100% !important;
}

div.sharedaddy .sd-content ul li {
	width: 90px;
}

div.sharedaddy .sd-content .share-twitter {
	width: 92px;
}

div.sharedaddy .sd-content .share-linkedin,
div.sharedaddy .sd-content .share-google-plus-1 {
	width: 75px;
}

div.sharedaddy .sd-content .share-stumbleupon {
	margin-top: 1px !important;
}

div.sharedaddy .sd-content ul li.share-end {
	display: none;
}


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

.home #content {
	padding: 0 0 0 30px;
	width: 796px;
}

.home-column {
	background: url(images/dots-y.png) repeat-y scroll 100% 0;
	float: left;
	margin-right: 17px;
	min-height: 288px;
	padding-right: 17px;
	width: 170px;
}

.home-column.last {
	background: 0 none;
	margin-right: 0;
	padding-right: 0;
}

.home-column a {
	display: block;
	outline: none;
}

.home-column a:hover {
	text-decoration: none;
}

.home-column img {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}

.home-column .home-subtitle {
	color: #362f2d;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 0 5px;
}

.home-column .home-title {
	font-size: 48px;
	letter-spacing: -1px;
	margin: -3px 0 0 15px;
}

.home-title-think {
	color: #dac893;
}

.home-title-work {
	color: #6e5300;
}

.home-title-teach {
	color: #ffcf08;
}

.home-title-fields {
	color: #979f3c;
}

.home-column p {
	color: #464646;
	font-size: 12px;
	line-height: 1.25;
	text-align: justify;
}


/* Print Projects
------------------------------------------------------------ */

.print-project {
	clear: both;
	margin-top: 20px;
}


/* Webinars
------------------------------------------------------------ */

#placemakers-webinars h4 {
	background: #636363 url(images/cart.png) no-repeat scroll 749px 50%;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 10px 9px;
}

#placemakers-webinars h6.schedule {
	background: #e2e2e2 url(images/meta-dots.png) repeat-x scroll 0 0;
	margin-bottom: 0;
}

#placemakers-webinars h6.schedule span {
	background: #e2e2e2 url(images/meta-dots.png) repeat-x scroll 0 100%;
	display: block;
	padding: 5px 10px 6px;
}

.webinar-wrap {
	background: url(images/dots-y.png) repeat-y scroll 50% 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.webinar-featured-wrap {
	margin-bottom: 0;
	background-color: #f3f3ea;
}

.webinar {
	background: url(images/meta-dots.png) repeat-x scroll 0 100%;
	border: 0 none !important;
	float: left;
	padding: 12px;
	width: 371px;
	min-height: 194px;
}

.webinar-featured-wrap .webinar {
	min-height: 221px;
}

.webinar.even {
	float: right;
	width: 370px;
}

.webinar-block {
	background: #6d5300;
	width: 190px;
	margin: -12px 0 0 -12px;
	padding: 5px 10px 4px 12px;
	clear: both;
	margin-bottom: 10px;
	color: #fff;
}

.webinar-image {
	float: right;
	margin: 0 0 15px 10px;
}

.webinar h6 a {
	color: #6e5300 !important;
	line-height: 1.25;
	margin-bottom: 8px;
	text-decoration: none !important;
}

.webinar h6 .webinar-date,
.webinar-meta {
	color: #636363;
}

.webinar .edd_download_purchase_form {
	float: left;
	margin-right: 10px;
}

.webinar .webinar-meta {
	display: inline-block;
	font-weight: bold;
	margin-top: 2px;
}

.webinar-excerpt {
	clear: both;
	overflow: hidden;
	line-height: 18px;
}

.webinar-title {
	font-size: 18px;
}

.webinar-title.first {
	margin-bottom: 0;
}

.edd-cart-added-alert[style] {
	display: none !important;
}


/* My Placemaking
------------------------------------------------------------ */

#edd_purchase_receipt, #edd_purchase_receipt_products, #order_summary { text-align: left; width: 100%; border-top: 1px solid #f0f0f0; border-bottom: none; margin: 0 0 20px; }
#edd_purchase_receipt th,
#edd_purchase_receipt_products th,
#order_summary th,
#edd_purchase_receipt td,
#edd_purchase_receipt_products td,
#order_summary td { text-align: left; padding: 3px 5px; border-bottom: 1px solid #f0f0f0; border-top: none; color: #666; }
#edd_purchase_receipt .edd_cart_tax_row th,
#edd_purchase_receipt_products .edd_cart_tax_row th,
#order_summary .edd_cart_tax_row th,
#edd_purchase_receipt .edd_cart_discount_row th,
#edd_purchase_receipt_products .edd_cart_discount_row th,
#order_summary .edd_cart_discount_row th { background: #f9f9f9; }
#edd_purchase_receipt th,
#edd_purchase_receipt_products th,
#order_summary th,
#edd_user_history th,
#edd_checkout_cart th { font-weight: bold; background: #e5e5e5 !important; }
#edd_purchase_receipt td,
#edd_purchase_receipt_products td,
#order_summary td { line-height: 25px; vertical-align: middle; }
#edd_purchase_receipt th.edd_cart_actions,
#edd_purchase_receipt td.edd_cart_actions,
#edd_purchase_receipt th:last-child,
#edd_purchase_receipt_products th:last-child,
#order_summary th:last-child,
#edd_purchase_receipt td:last-child,
#edd_purchase_receipt_products td:last-child,
#order_summary td:nth-child(2),
#edd_purchase_receipt th.edd_cart_total,
#edd_purchase_receipt_products th.edd-cart-total,
#order_summary th.edd-cart-total { text-align: right !important; }
#edd_purchase_receipt td img,
#edd_purchase_receipt_products td img,
#order_summary td img { float: left; margin: 0 8px 0 0; background: none; padding: none; border: none; }
#edd_purchase_receipt .edd_discount_remove { display: inline-block; width: 10px; height: 11px; background: url( ../assets/images/xit.gif ) 0 0 no-repeat; position: relative; top: 3px; }
#edd_purchase_receipt .edd_discount_remove:hover { background-position: -10px 0; }

#edd_purchase_receipt_products ul {
	display: none !important;
}

#order_summary td:last-child {
	display: none;
}

.edd_purchase_receipt_product_name {
	font-weight: bold;
}

#edd_purchase_receipt_products ul {
	padding: 0 0 5px;
}

#edd_purchase_receipt_products ul li {
	margin-left: 0;
}

#edd_purchase_receipt_products td:last-child {
	vertical-align: text-top;
}

.edd_purchase_receipt_product_notes {
	line-height: 1.25;
}

.edd_download_download_name {
	width: 275px;
}

.logout {
	font-size: 13px;
	color: #a6a6a6;
	margin-top: 8px;
	float: right;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields,
#edd_checkout_form_wrap fieldset#edd_login_fields {
	background: #f3f3ea;
}

#edd_register_account_fields legend,
#edd_login_fields legend {
	font-weight: bold;
}

.edd_has_purchased {
	display: none;
}


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

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

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


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

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

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

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


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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #6e5300;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 15px;
}

h1 {
	font-size: 28px;
}

.taxonomy-description h1 {
	margin: 0;
}

.entry-title {
	clear: both;
}

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

h2 a,
h2 a:visited {
	color: #6e5300;
}

h2 a:hover {
	color: #979F3C;
	text-decoration: none;
}

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

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 15px;
	padding: 12px 10px 0;
}

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

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}


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

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

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


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

.post-info,
.breadcrumb,
.pm-button,
.edd_download_purchase_form input.pm-button {
	background: #8d9133;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px 20px;
}

.pm-button,
.edd_download_purchase_form input.pm-button {
	float: none;
	display: inline-block;
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	line-height: 20px;
}

.post-info a,
.breadcrumb a,
a.pm-button {
	color: #fff;
}

a.pm-button:hover {
	text-decoration: none;
}

.single-webinar-holder {
	position: relative;
	overflow: hidden;
}

.pm-button-alt {
	background: #fed500;
	color: #000 !important;
	position: absolute;
	font-weight: bold;
	left: 115px;
	top: 0;
}


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

.post-meta {
	background: url(images/meta-bg.png) scroll 0 0;
	clear: both;
	font-size: 13px;
	padding: 10px 20px;
}

.post-meta .text {
	color: #6e5300;
	font-weight: bold;
}

.post-meta a {
	color: #636363;
	font-weight: normal;
}

.post-meta a:hover {
	color: #979F3C;
	text-decoration: none;
}

.meta-categories {
	float: left;
	width: 335px;
}

.meta-comments {
	background: url(images/comment-bubble.png) no-repeat scroll 0 0;
	float: right;
	height: 21px;
	width: 135px;
}

.meta-comments a {
	margin-left: 24px;
}

.meta-tags {
	clear: both;
	display: block;
	padding-top: 2px;
}

.meta-border {
	background: url(images/meta-dots.png) repeat-x scroll 0 0;
	height: 1px;
}

.search-bottom {
	margin-bottom: 20px;
}

.for-search {
	font-size: 16px;
}


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

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

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


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

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


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

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


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

.entry-content .image-border {
	background: url(images/ibtl.png) no-repeat scroll 0 0, url(images/ibtr.png) no-repeat scroll 100% 0, url(images/ibbr.png) no-repeat scroll 100% 100%, url(images/ibbl.png) no-repeat scroll 0 100%;
	behavior: url(/pie/PIE.htc);
	padding: 8px;
}

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

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

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

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

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

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

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

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

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

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

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

.wp-caption {
	padding-right: 6px;
}

p.wp-caption-text {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1;
	margin: 4px 8px;
}

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

.gallery-caption {
}


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

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

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


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

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 1.25;
	width: 250px;
}

#sidebar-alt {
	float: left;
	position: relative;
	width: 165px;
}

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
}

#sidebar .widget {
	background: url(images/dots.png) repeat-x scroll 0 0;
}

#sidebar-alt .widget,
#sidebar-alt .textwidget {
	margin: 0;
	padding: 0;
}

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

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

.sidebar.widget-area .widget_recent_entries ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.sidebar.widget-area ul li a {
	color: #636363;
}

.sidebar.widget-area ul li a:hover {
	color: #979f3c;
	text-decoration: none;
}

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


/* Home Logo Widget
------------------------------------------------------------ */

.home-logo {
	display: block;
	float: right;
	margin-top: -43px;
}


/* Sidebar Menu Widget
------------------------------------------------------------ */

#sidebar-alt .widget_nav_menu {
	margin-top: 290px !important;
}

#menu-sidebar-menu {
	padding: 0;
}

#menu-sidebar-menu li {
	background: #fff url(images/sidebar-nav-border.png) no-repeat scroll 100% 100%;
	margin: 0 0 5px !important;
	padding-bottom: 7px;
	position: relative;
	text-align: right;
	z-index: 999;
}

#menu-sidebar-menu li a {
	display: block;
	font-size: 13.5px;
	padding-right: 10px;
}

#menu-sidebar-menu li a .menu-start {
	filter: alpha(opacity=40);
	opacity: .4;
}

#menu-sidebar-menu li a:hover,
#menu-sidebar-menu li.current-menu-item a,
#menu-sidebar-menu li.current-menu-ancestor a,
.single-post #menu-item-4814 a,
.single-projects #menu-item-4769 a,
.tax-project-types #menu-item-4769 a,
.tax-project-services #menu-item-4769 a {
	color: #636363;
}

#menu-sidebar-menu li a:hover .menu-start,
#menu-sidebar-menu li.current-menu-item a .menu-start,
#menu-sidebar-menu li.current-menu-ancestor a .menu-start,
.single-post #menu-item-4814 a .menu-start,
.single-projects #menu-item-4769 a .menu-start,
.tax-project-types #menu-item-4769 a .menu-start,
.tax-project-services #menu-item-4769 a .menu-start {
	filter: alpha(opacity=100);
	opacity: 1;
}

#menu-sidebar-menu li a .menu-think {
	font-weight: bold;
	color: #dac893;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

#menu-sidebar-menu li a .menu-work {
	font-weight: bold;
	color: #6e5300;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

#menu-sidebar-menu li a .menu-teach {
	font-weight: bold;
	color: #ffcf08;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

#menu-sidebar-menu li a .menu-fields {
	font-weight: bold;
	color: #979f3c;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

#menu-sidebar-menu .sub-menu {
	background: url(images/submenu-bg.png) repeat-y scroll 100% 0;
	border-left: 2px solid transparent;
	box-shadow: 3px 0 6px rgba(0, 0, 0, .32);
	display: none;
	padding: 0;
	position: absolute;
	right: -180px;
	top: -6px;
	width: 178px;
	z-index: 0;
}

#menu-sidebar-menu li:hover .sub-menu {
	display: block;
}

#menu-sidebar-menu .sub-menu li {
	border-bottom: 1px solid #898989;
	background: none;
	margin-bottom: 0 !important;
	padding: 3px 0;
	text-align: left;
	width: 178px;
}

#menu-sidebar-menu .sub-menu li a {
	color: #464646;
	font-size: 11px;
	font-weight: bold;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
	padding-left: 10px;
}

#menu-sidebar-menu .sub-menu li a .menu-start {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

#menu-sidebar-menu .sub-menu li:hover,
#menu-sidebar-menu .sub-menu li.current-menu-item {
	background: #979f3c;
}

#menu-sidebar-menu .sub-menu li:hover a,
#menu-sidebar-menu .sub-menu li.current-menu-item a {
	color: #fff899;
}


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

.fan_box .connect_top {
	padding: 0 !important;
}


/* Project Search Widget
------------------------------------------------------------ */

#search {
	background: #fff;
	border: 1px solid #979797;
	padding: 2px 5px 3px;
	width: 180px;
}

.project-button {
	background: url(images/search-button.png) no-repeat scroll 0 0 !important;
	border: 0 none !important;
	height: 24px;
	line-height: 24px !important;
	margin-left: 10px !important;
	padding: 0 !important;
	text-indent: -9999px;
	width: 25px;
}


/* Project Types / Service Types Widgets
------------------------------------------------------------ */

.project-types,
.service-types {
	padding: 0 !important;
}

.project-types li,
.service-types li {
	margin-bottom: 0 !important;
	padding-bottom: 2px !important;
}


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

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


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

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

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

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

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


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

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


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

input[type="button"],
input[type="submit"] {
	background: #8d9134;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


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

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

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

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

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


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

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

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


/* 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 #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

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

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

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

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

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

#footer-widgets ul {
	margin: 0;
}

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

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

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

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

.footer-shadow {
	background: url(images/footer-shadow.png) repeat-x scroll 0 0;
	height: 9px;
	margin-top: -9px;
	width: 100%;
}

#wpstats {
	display: none;
}

#footer {
	background: #979f3c;
	clear: both;
	font-size: 13px;
	height: 131px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	margin: 0 auto;
	width: 992px;
}

#footer .footer-wrap {
	float: right;
	margin-top: 30px;
	width: 795px;
}

#footer p {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 10px;
}

#footer .disclaimer,
#footer .disclaimer a {
	color: #fff799 !important;
	font-size: 11px;
}

#footer .copyright {
	color: #fff;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

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

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


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

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

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

#comment {
	height: 150px;
	margin: 10px 0;
	outline: none;
	width: 97.8%;
}

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

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

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	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;
	font-weight: 300;
}

.form-submit {
	float: right;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

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

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









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

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

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

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

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

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


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

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

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

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

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.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;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

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

}

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

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

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

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

}