/*!
Theme Name: BGDC
Theme URI: http://underscores.me/
Author: Megan Coleman
Author URI: http://megancoleman.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bgdc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BGDC is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Client Portal
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer	
--------------------------------------------------------------*/

/* @group Normalize
================================================== */

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* @end */


/* @group Typography
================================================== */
body,
button,
input,
select,
optgroup,
textarea {
	color: #d8d8d8;
	font-family: 'Lato', sans-serif;
	font-size: 16px; font-size: 1rem;
	line-height: 1.5;
}
	select {
		color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	
}

h1 {	
	color: #e2c38b;
	font-size: 28px; font-size: 1.75rem;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

h2 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #e2c38b;
	font-size: 14px; font-size: 0.875rem;
	margin: 30px 0 20px 0;
}
	body.blog h2.entry-title, 
	body.single-post h2.entry-title,
	body.archive h2.entry-title {
		margin: 10px 0 20px 0;
		font-family: 'EB Garamond', serif;
		letter-spacing: normal;
		font-size: 22px; font-size: 1.375rem;
		text-transform: none;
	}
	body.blog h2.entry-title a,
	body.search-results h2.entry-title a,
	body.archive h2.entry-title a {
		text-decoration: none;		
	}
	.intro h2,
	.twocol h2:first-child {
		margin-top: 0;
	}

h3 {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 15px; font-size: 0.9375rem;
	letter-spacing: 1px;
}

.testimonials h3 {
	text-align: right;
	color: #e2c38b;
	font-style: normal;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 15px; font-size: 0.9375rem;
	margin: 0 0 1.5em;
	line-height: 1.6;
	text-align: justify;
}
	body.page-contact-us .page-content p {
		font-size: 15px; font-size: 1.125rem;
		line-height: 1.8;
	}
	body.page-portfolio .portfolio-item p {
		text-align: center;
	}
	
	p.backtotop, body.page-contact-us .page-content p.backtotop {
		font-size: 12px; font-size: 0.75rem;
	}

#goldbox p, #sidebar h3 {
	font-size: 14px; font-size: 0.875rem;
}

dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

strong, b {
	color: #fff;
}
	.qtip-content strong, qtip-content b {
		color: #000;
	}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* @end */

/* @group Elements
================================================== */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

.entry-header, .page-header, .entry-content, .page-content, .main-navigation button, .main-navigation ul {
	margin: 0 40px;
}
	body.single-projects .page-content {
		margin: 0 20px;
	}

.site-header {
	margin: 0;
	padding: 0 40px;
	background: #000;
}

.site-footer {
	background: #000;
	padding: 8px 40px 0;
	width: 100%;
}

body.home .site-footer {
	position: fixed;
	bottom: 0;
}

#logo  { 
	width: 411px; 	
	height: 70px;
	background: url('/wp-content/themes/bgdc/images/bgdc-logo.png') no-repeat; 
	background-size: 411px 70px;
	margin: 30px 0;
}
#logo img {
	display: none;
	border: none;
}
#logo h1 {
	text-indent:-10000px;
}
#logo h1 a {
	width: 411px; 	
	height: 70px;
	display:block; 
	outline:none;
	border: none;
}

body {
	background: #000000;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
	ul.case_study {
		margin: 0 0 20px 0;
		padding: 0;
	}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
	ul.case_study li {
		margin: 0 0 5px 0;
		padding: 0;
		list-style: none;
	}

ul.case_study li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img, body.page-portfolio img.wp-post-image {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	margin: 0 0 20px 0;
	border: 1px solid #666;
}
	img.wp-post-image {
		border: none;
		margin: 0;
	}
	div.intro img.wp-post-image {
		margin: 0 0 20px 0;
	}
	body.page-available-sites img.wp-post-image,
	body.page-accolades img.wp-post-image {
		border: 1px solid #666;
	}
	/*body.page-contact-us .page-content img {
		max-width: 100%;
	}	*/

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

blockquote, blockquote p {
	font-family: 'EB Garamond', serif;
	font-size: 20px; font-size: 1.25rem;
	font-style: italic;
	line-height: 1.5;
	margin: 0;
	text-align: justify;
}

blockquote p {
	margin: 0 0 20px 0;
	padding: 0;
}

blockquote a {
	font-style: normal;
	font-family: 'Lato', sans-serif;
	font-size: 14px; font-size: 0.875rem;
	color: #fff;
}

blockquote a:visited {
	color: #fff;
}

.sites h2 em {
	font-style: normal;
	text-transform: none;
}

/* @end */

/* @group Forms
================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2c38b+0,8b6d37+100 */
	background: #e2c38b; /* Old browsers */
	background: -moz-linear-gradient(top, #e2c38b 0%, #8b6d37 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e2c38b 0%,#8b6d37 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e2c38b 0%,#8b6d37 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c38b', endColorstr='#8b6d37',GradientType=0 ); /* IE6-9 */
	
	border: none;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .8em 2em .8em;
	vertical-align: top;
}
	#upload_file input[type="submit"],
	#private_message input[type="submit"] {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63aeb5+0,2a6469+100 */
		background: #63aeb5; /* Old browsers */
		background: -moz-linear-gradient(top, #63aeb5 0%, #2a6469 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #63aeb5 0%,#2a6469 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #63aeb5 0%,#2a6469 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63aeb5', endColorstr='#2a6469',GradientType=0 ); /* IE6-9 */
	}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	padding: 7px 6px;
	font-size: 12px;
	border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="search"].search-field {
	background: #2d2d2d;
	color: #fff;
	padding: 6px 20px;
	
}

input[type="submit"].search-submit {
	margin-left: -4px;
	padding: 9px 20px;
	background: #242424;
	color: #565656;
}

input[type="submit"].search-submit:hover, 
input[type="submit"].search-submit:focus {
	color: #fff;
	cursor: pointer;
}

/* @end */

/* Navigation 
================================================== */

/* @group Links
================================================== */
a {
	color: #e2c38b; /* GOLD COLOR */
}

a:visited {
	color: #e2c38b;
}

a:hover, a:focus, a:active {
	color: #e2c38b;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}
/* @end */

/* @group Menus
================================================== */

#auxnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px; font-size: 0.75rem;
	letter-spacing: .75px;
}

#auxnav ul li {
	padding: 0 0 10px 0;
}

#auxnav a {
	color: #cccccc;
	text-decoration: none;
}

div.menu-primary-container {
	background: #262626;
}

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	padding-left: 0;
	letter-spacing: .75px;
}

.main-navigation ul ul {
	z-index: 99999;
	margin: 0 0 0 35px;
	list-style: square;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 10px 0 0 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #cccccc;
}

.main-navigation a:hover {
	color: #fff;
}

.current-menu-item > a,
.current-menu-ancestor > a, 
.current-menu-parent > a,
.current-page-parent > a,
.current_page_parent > a,
.current_page_ancestor > a
 {
	color: #e2c38b;
}

	body.single-testimonials .menu-item-164 > a,
	body.single-testimonials .menu-item-155 > a {
		color: #e2c38b;
	}
	
	body.single-testimonials .current_page_parent > a {
		color: #ccc;
	}

/* Small menu. */
.menu-toggle {
	margin-bottom: 40px !important;	
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation.toggled ul {
	padding: 10px 0;
}

.main-navigation.toggled ul#primary_menu {
	padding: 20px 0;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

ul#sitemap_menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul#sitemap_menu ul {
	margin: 10px 0 0 10px;
}

ul#sitemap_menu li {
	padding: 0 0 10px 0;
}

/* @end */

/* @group Accessibility
================================================== */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/* @end */

/* @group Clearings
================================================== */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/* @end */

/* @group Widgets
================================================== */
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
/* @end */

/* @group Content
================================================== */

#page {
}

#main {
	margin-bottom: 30px;
}

#homeintro {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	z-index: 1;
}

#homeintro img {
	padding: 0 40px;
	border: none;
}

body.home img {
	border: none;
	margin-bottom: 0;
	opacity: 1;
}

/*.backstretch {
	opacity: .8;
}*/

body.home img.wp-post-image {
	opacity: .6;
	background: #000;
}

.entry-header, .page-header {
	margin-top: 60px;
}

.page-content, .entry-content {
	padding-bottom: 30px;
}

#goldbox {
	background: #262626;
	padding: 0;
}

.goldleft, .goldleft-center {
	background: #262626 url('/wp-content/themes/bgdc/images/downarrow.png') no-repeat 40px 0;
	background-size: 110px 55px;
	padding: 90px 40px 40px;
	background-position: 50% 0;
}

.goldcenter, .goldleft-center {
	padding: 50px 40px 40px;
}

#goldbox h2, #goldbox p, #goldbox a, #goldbox {
	color: #999;
}

#goldbox .goldleft .twocol:last-child {
	text-align: center;
}

#goldbox .threecol p {
	text-align: center;
}

#goldbox h2 {
	font-size: 24px; font-size: 1.5rem;
	margin-top: 0;
}

#goldbox .testimonials h3 {
	color: #000;
}

.entry-footer {
	margin: 30px 40px;
}

.portfolio-item, .press-item {
	margin: 0 auto 70px;
	text-align: center;
	min-height: 330px;
}

.press-item {
	min-height: 280px;
}

.portfolio-item p, .press-item p {
	margin: 0;
}

.portfolio-item h2, .press-item h2 {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 14px; font-size: 0.875rem;
	letter-spacing: 1px;
}

.portfolio-item a, .press-item a {
	color: #fff;
	text-decoration: none;
}

body.single-projects #auxnav,
body.single-projects #site-navigation,
body.single-projects #colophon {
	display: none;
}

.accolades, 
.intro, 
body.blog .entry-content, 
body.archive .entry-content, 
body.search-results .entry-content, 
.sites {
	border-bottom: 1px solid #624a20;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
	body.blog .entry-content {
		padding-bottom: 40px;
	}

.accolades h2 {
	margin-top: 10px;
}

body.page-testimonials .testimonials {
	margin: 0 0 40px 0;
}

#sidebar {	
	padding: 0 0 40px;
	margin: 0 40px 60px 40px;
}
	body.single #sidebar, body.category #sidebar {
		border-bottom: 1px solid #624a20;
	}

body.single-post #sidebar {
	border-top: 1px solid #735e39;
	padding-top: 30px;
}

#sidebar h3, #sidebar p {
	margin: 5px 15px 20px 0;
}

div.backbtn {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	margin-top: -100px;
	right: 40px;
	z-index: 1;
	background: url('/wp-content/themes/bgdc/images/close_window.png') no-repeat left top;
	background-size: 40px 40px;
}

div.backbtn a {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
}

.flex-layout {
	margin-bottom: 30px;
}

body.single-testimonials .page-header {
	margin-bottom: 50px;
}

.sites h3 {
	margin-bottom: 3px;
}

.threecol {
	text-align: center;
}
.threecol.sites {
	text-align: left;
}

/* Flexslider */

.flexslider {
	margin: 0 auto 0;
	clear: both;
	padding: 30px 50px;
}

.flex-direction-nav a {
	opacity: 1 !important;
	top: 130px !important;
}

.flexslider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0 !important;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-next {
  right: 0 !important;
  }
  
 .flexslider .slides img {
 	max-height:100vh !important;
 } 

body.single-projects .page-content p {
	padding: 0 50px;
	text-align: center;
}
	body.single-projects .page-content .share p {
		text-align: left;
		padding: 0;
	}
	

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	

/* @end */

/* @group Posts and Pages
================================================== */
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.posted-on a {
	text-transform: uppercase;
	text-decoration: none;
}

.entry-meta a {
	color: #fff;
	font-size: 12px; font-size: 0.75rem;
}

.entry-meta a {
	border-left: 1px solid #fff;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.entry-meta span:first-child a {
	border-left: none;
	margin: 0;
	padding: 0;
}

.blog-nav {
	margin-top: 60px;
	clear: both;
}

/* @end */

/* @group Comments
================================================== */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/* @end */


/* @group Client Portal
================================================== */

/* Login Form */

#loginform label {
	width: 200px;
	display: inline-block;	
}

#loginform input[type="text"],
#loginform input[type="password"] {
	background: #2d2d2d;
	padding: 6px 20px;
	color: #fff;
}

input#rememberme {
	    margin: 0 5px 0 0;
}

p.login-remember {
	font-size: 12px; font-size: 0.75rem;
}

p.login-submit {
	margin-top: 40px;
}

div.table, #project_calendar table {
	background: #262626;
	padding: 25px 25px 10px 25px;
}
	#upload_file div.table, #private_message div.table {
		padding-top: 0;
	}

table {	
	border-collapse: collapse;
	font-size: 14px; font-size: 0.875rem;
}

th, td {
	padding: 10px 20px;
	text-align: left;
}

th {
	text-transform: uppercase;
	font-weight: normal;
	color: #818181;
	border: 1px solid #353535;
}

tr {
	border-bottom: 1px solid #715624;
	padding: 10px 0;
}

tr.headerrow {
	background: #353535;
	border: none;
}

table.files td.date {
	color: #838282;
	font-style: italic;
	width: 120px;
}

table.files td.downloadlink {
	width: 100px;
}

div#client_files .twocol {
	margin-top: 30px;	
}

div#client_files .table {
	height: 150px;
	overflow: auto;
}

#upload_file, #private_message {
	margin-top: 30px;
}
#project_calendar {
	margin-top: 40px;
}

#upload_file .table {
	font-style: italic;
	color: #838282;
}

#private_message textarea {
	background: #c1c1c1;
}

div.gform_confirmation_message {
	padding: 30px 20px;
}

#project_calendar .simcal-default-calendar-grid>table tbody td {
}

#project_calendar thead {
	background: #353535;
}

.simcal-default-calendar-light .simcal-nav-button, .simcal-default-calendar-light .simcal-nav-button:focus, .simcal-default-calendar-light .simcal-nav-button:hover {
	color: rgba(255,255,255,1) !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number
{
	padding: 10px !important;
}

.simcal-default-calendar .simcal-events {
	padding: 20px !important;
}

.simcal-default-calendar-grid .simcal-no-events {
	    min-height: 90px !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event {
	border-bottom-color: #6d6d6d !important;
	font-size: 12px;
}

.simcal-default-calendar-grid .simcal-day>div {
	min-height: 140px !important;
}

/* @end */


/* @group Infinite Scroll
================================================== */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/* @end */

/* @group Media
================================================== */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/* @end */


/* @group Captions
================================================== */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/* @end */

/* @group Galleries
================================================== */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* @end */


/* @group Footer
================================================== */

.copyright, ul.address, #colophon a {
	color: #999;
	font-size: 12px; font-size: 0.75rem;
}

ul.address {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.address li {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #999;
}

ul.address li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

ul.social {
	padding: 0;
	margin: 0 0 10px 0;
}

ul.social li {
	display: inline-block;
	margin-right: 5px;
}
ul.social li a {
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -99999px;
	background: url('/wp-content/themes/bgdc/images/social-icons.png');
	background-size: 180px 30px;
	opacity: .4;
}
ul.social li a:hover {
	opacity: 1;
}
ul.social li.facebook a {
}
ul.social li.linkedin a {
	background-position: -30px 0;
}
ul.social li.deringhall a {
	background-position: -60px 0;
}
ul.social li.houzz a {
	background-position: -90px 0;
}
ul.social li.pinterest a {
	background-position: -120px 0;
}
ul.social li.instagram a {
	background-position: -150px 0;
}

p.backtotop {
	clear: both;
}
/* @end */

/* @group Media Queries
================================================== */

/* ------------------- Under 600px ------------------*/
	@media all and (max-width: 37.5em) {
		
.site-header {
	padding-top: 30px;
}		

.main-navigation {
	position: absolute;
    top: 0;
    right: 0;
	z-index: 1;
}

#homeintro {
	z-index: -2;
}

.main-navigation button.menu-toggle {
	margin: 0 !important;
	float: right;
	font-size: 16px;
    line-height: 1;
    padding: 18px;
}

#logo  { 
	background-size: 300px 50px;
}

#logo, #logo h1 a {
	width: 300px; 	
	height: 50px;
}

.flexslider .slides img {
	max-height: 300px !important;
} 

.flex-direction-nav a {
	top: 150px !important;
}

ul.social li a {
	z-index: -1;
    position: relative;
}

}
/* ------------------- Under 800px ------------------*/
	@media all and (max-width: 50em) {
		td, th {
			display: block;
			border-bottom: 1px solid #333;
			width: 100%;
		}
		table.files td.date, table.files td.downloadlink {
			width: 100%;
		}
		
		ul#sitemap_menu li {
			background: #333333;
			border-bottom: 1px solid black;
			padding: 0;
		}
			ul#sitemap_menu ul li:first-child {
				border-top: 1px solid black;
			}
			ul#sitemap_menu ul li:last-child {
				border: none;
			}
			ul#sitemap_menu ul li {
				padding: 0;
				margin: 0;
			}
			ul#sitemap_menu ul li a {
				padding: 10px 10px 10px 40px;
			}
		ul#sitemap_menu li a {
			padding: 10px 15px;
			display: block;
		}
		ul#sitemap_menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		ul.address li {
			display: block;
			margin: 0;
			padding: 0 0 10px 0;			
			border-left: none;
		}
		
		.simcal-week-day, .simcal-day-void {
			display: none;
		}
	}
	
/* ------------------- 600px up ------------------*/
	@media all and (min-width: 37.5em) {
		
		#page {
			margin-top: 0;
		}
		
		
		/* Aux Navigation */
		#auxnav {
			float: right;
			margin-top: 30px;
		}
		#auxnav li {
			display: inline-block;			
		}
		#auxnav li a {
			margin-left: 10px;
			padding-left: 10px;
			border-left: 1px solid #cccccc;
		}
		#auxnav li:first-child a {
			margin-left: 0;
			padding-left: 0;
			border-left: none;
		}
		
		/* Main Navigation */
		.main-navigation {
			margin-bottom: 0;
		}
		.main-navigation ul {
			text-align: right;		
			padding-bottom: 15px;
		}
		
		.main-navigation ul li {
			display: inline-block;	
			padding: 5px 0 0 30px;
			font-size: 13px; font-size: 0.8125rem;			
		}
		.main-navigation ul ul {
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;
			text-align: left;
			background-color: #262626;
		}
		
		.main-navigation ul ul ul {
			left: -999em;
			top: 0;
		}
		
		.main-navigation ul ul li:hover > ul,
		.main-navigation ul ul li.focus > ul {
			left: 100%;
		}
		
		.main-navigation ul ul a {
			width: 200px;
		}
		
		.main-navigation ul li:hover > ul,
		.main-navigation ul li.focus > ul {
			left: -35px;
		}		
		
		/* Content */
		
		#homeintro img {
			padding: 0 100px;
		}
		
		
		.page-content, .entry-content {
			padding-bottom: 20px;
		}			
		
		div.share {
			float: right;
			margin-top: -100px;
			margin-right: 70px;
		}
			.entry-content div.share {
				float: none;
				margin: 0 0 20px 0;
			}
		
		div.share p {
			float: left;
			display: inline;
			margin-right: 20px;
		}
		
		.addthis_inline_share_toolbox_bbyc {
			clear: none !important;
			float: left;
		}
		
		.flex-direction-nav a {
			top: 350px !important;
		}
		
		blockquote {
			padding-left: 120px;
			background: url('/wp-content/themes/bgdc/images/quote.png') no-repeat left top;
			background-size: 86px 66px;
		}
			body.page-testimonials blockquote,
			body.single-testimonials blockquote {				
				background: url('/wp-content/themes/bgdc/images/quote_gold_30.png') no-repeat left top;
				background-size: 86px 66px;				
			}
					
		
		#goldinner .threecol:nth-child(3n+0) .threecol-inner {
				border: none;
			}
		
		
		.goldleft {
			background-position: 40px 0;
		}
		
		.goldleft-center {
			background-position: 22% 0;
		}
		#goldbox .goldleft img {
			max-width: 300px;
		    margin: 0 auto;
		    float: none;
		    display: block;
		}
		
		#goldbox .goldleft .twocol:last-child,
		#goldbox .goldleft-center .twocol:last-child {
			padding-top: 0;
			text-align: left;
		}	
	
		.threecol img {
			padding: 0 30px;
			border: none;
			max-width: 250px;
		}
			.threecol.sites img {
				padding: 0;
				max-width: 90%;
			}
			
		.flexslider .slides img {
			max-height: 300px !important;
		} 	
		.flex-direction-nav a {
			top: 200px !important;
		}
		
		/* login form */
				
		p.logout {
			float: right;
			margin-top: -45px;
		}
				
		
		/* Footer */
		.copyright {
			padding-right: 20px;
		}
		.copyright, ul.address {
			float: left;
			margin: 10px 0;
		}
		ul.social {
			float: right;
		}
	}

/* ------------------- 800px up ------------------*/
@media all and (min-width: 50em) {	
	.embed-container {
		padding-bottom: 0;
		overflow: visible;
		text-align: center;
	}
	.embed-container iframe	{
		width: 900px;
		height: 540px;
		position: relative;
		margin: 0 auto;
		}
	.flexslider .slides img {
		max-height: 400px !important;
	} 	
	.flex-direction-nav a {
		top: 250px !important;
	}
	
	/* @group Alignments
	================================================== */
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}
	
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}
	
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	/* @end */
}	

/* ------------------- 1000px up ------------------*/
@media all and (min-width: 62.5em) {

	body.home #primary {
		max-height: 650px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	#goldbox .goldleft .twocol:last-child,
	#goldbox .goldleft-center .twocol:last-child {
		padding: 10% 0;			
	}	
	
	.flexslider .slides img {
		max-height: 550px !important;
	} 
	.flex-direction-nav a {
		top: 300px !important;
	}
	
	.onecol-full {
		float: left;
		width: 45.97%; /* 570px */
		margin-right: 45%;
	}
	
	/* even/two column layout */				
	.twocol, body.page-testimonials .testimonials, .sites {
		float: left;
		width: 45.97%; /* 570px */
		margin-right: 8.06%;  /* 100px */
		border-bottom: none;
	}		
		.twocol.righttext, .twocol.lefttext {
			width: 56.45%;  /* 700px */
			}
		
		.twocol.rightimg, .twocol.leftimg {
			width: 35.48%;  /* 440px */
		}
		
	
	/* styles third/threecol */
	.threecol, .sites.threecol { 
		float: left;
		width: 33.3%;/* 414px */ 
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.threecol-inner {
		border-right: 1px solid #3e3d3d;
	}
	
	/* styles for every fourth*/
	.portfolio-item, .press-item {
		float: left;
		width: 20.16%;/* 250px */ 
		margin-right: 6.45%; /* 80px */
	}
	
	.twocol:last-child, .third, .press-item.third, .portfolio-item.fourth, .press-item.fourth, body.page-testimonials .testimonials.even, .sites.even, .even, #client_files .twocol.even {
		margin-right: 0;
		border-right: none;
	}
}
	
	
/* ------------------- 1400px up ------------------*/
	@media all and (min-width: 87.5em) {
		.entry-header, .page-header,
		.page-content, .entry-content,
		.goldleft, .goldcenter, .goldleft-center, #sidebar {
			max-width: 77.5em; /* 1240px */
			margin-left: auto;
			margin-right: auto;
		}
			.goldcenter {
				max-width: 65em;
			}
			body.single-projects .page-header,
			body.single-projects .page-content {
				max-width: 100%;
				margin-left: 40px;
				margin-right: 40px;
			}
		.goldleft, .goldcenter, .goldleft-center {
			padding: 90px 0 40px 0;
		}		
		
		#sidebar {
			padding-bottom: 20px;
		}
		input[type="search"].search-field {
			width: 60%;			
		}
		#sidebar h3, #sidebar p {
			margin: 5px 15px 20px 0;
			float: left;
		}
		.flexslider .slides img {
			max-height: 650px !important;
		} 
		.flex-direction-nav a {
			top: 350px !important;
		}
		
	}

/* @end */

/* @group Print Styles
================================================== */

@media print {
	#auxnav, #site-navigation, .backtotop, #sidebar, #goldbox {
		display: none;
	}
	#logo img { 		
		display: block;		
	}
	body, p, h1, h2, h3, h4, h5, h6, strong, b, a, .entry-meta a {
		background: #fff;
		color: #000;
	}
	.goldleft, .goldleft-center, .goldcenter {
		background: none #fff;
	}	
}

/* @end */