/*
* Theme Name: v3
* Theme URI: http://www.moreoomph.co.nz
* Author: moreoomph
* Author URI: http://www.moreoomph.co.nz
* Description: Customised layout, build on Bootstrap usability
* Version: 3.0
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: two-columns, left-sidebar, responsive-layout, accessibility-ready, editor-style
* Text Domain: v3
* Domain Path: /languages

*/


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

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
select,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}



/**
 * 6.2 Menus
 */


.post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
	display: inline-block;
	width: 50%;
}
.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption.alignleft,
img.alignleft {
	margin: 25px 0 13px 0;
}

.wp-caption.alignright,
img.alignright {
	margin: 0 0 13px 25px;
}

.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0;
	margin-bottom: 8px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

/**
 * 11.0 Widgets
 */

.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin: 0 auto 9.09090%;
	width: 100%;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget > :last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
	display: block;
}

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

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}


.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 4%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	padding: 10px 20px;
	margin: 1em 0;
	border-radius: 10px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

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

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}


.entry-attachment {
	margin-bottom: 1.6em;
}


.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	padding-top: 0.5em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/**
 * 14.0 Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* ============================================================
 *	CUSTOM THEME STYLES GO HERE
 */

@media (min-width: 768px){
	.container {
		max-width: 1045px;
		padding: 0 54px;
	}
}
@media (min-width:768px){
	.flexbox {
		position: relative;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}
}

/* ------------------------------------------------------------
 * Typography
 */

h1, h2, h3,
h1 a, h2 a, h3 a {
	font-weight: bold;
	text-transform: uppercase;
	color: #231f20;
}

#page-content a, #page-content a:link {
	text-decoration: underline;
}
#page-content a:hover {
	color: red;
}

blockquote {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    text-indent: 0px;
	border: none;
	position: relative;
	padding: 25px;
}

blockquote:before, blockquote:after {
	content: '';
    background-image: url('images/blockquotes.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
}
blockquote:before {
	top: 25px;
	left: 0;
	background-position: bottom left;
}
blockquote:after {
	right: 0;
	bottom: 25px;
	background-position: bottom right;
}

.tab1 {
	padding-left: 25px;
}

.text-weight-normal {
	font-weight: normal;
}


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

#page-main-nav {
	margin-top: 5%;
	margin-bottom: 3.2%;
}
#page-main-nav, #page-main-nav a {
	color: #231f20;
	text-transform: uppercase;
}
#page-logo {
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	font-size: 16px;
}
#page-logo strong {
	font-style: italic;
}

/* Header & Logo Sizing */
#page-logo img {
	width: auto;
	height: 58px;
}
#page-logo-img, #page-logo-text {
	display: block;
	float: left;
}
#page-logo-text {
	padding: 8px 6px 0 6px;
	line-height: 50px;
}
#page-navbar {
	min-height: 58px;
}
#page-navbar .navbar-default {
	padding-top: 14px;
}
#menu-menu-1.nav>li>a {
	padding: 10px 10px;
}
@media (max-width: 767px) {
	#page-main-nav {
		margin-top: 0;
	}
	#page-logo {
		margin-bottom: 0;
	}
	#page-logo-img {
		width: 219px;
	}
	#page-logo-text {
		padding-top: 8px;
		max-width: 55%;
		white-space: normal;
	}
}
@media (max-width: 450px) {
	#page-logo-text {
		padding-top: 12px;
		max-width: 20%;
		line-height: 18px;
		white-space: normal;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#page-logo img, #page-logo-img {
		height: 55px;
	}
	#page-logo-text {
		padding: 8px 6px 0 6px;
		line-height: 47px;
		font-size: 14px;
	}
	#page-navbar {
		min-height: 55px;
	}
	#page-navbar .navbar-default {
		padding-top: 12px;
		font-size: 13px;
	}
	#menu-menu-1.nav>li>a {
		padding: 10px 7px;
	}
}

@media (min-width: 992px) {
	#page-main-nav .col-md-5 {
		width: 45%;
	}
	#page-main-nav .col-md-7 {
		padding-right: 20px;
		width: 55%;
	}
}

/* Image Banner */
#page-image-banner {
	background: #c8c7c8;
}
#page-image-banner .container{
	position: relative;
}

#page-image-banner .row > div {
	padding: 0;
}
#page-image-banner .row > .col-sm-4 > div {
	width: 100%;
	position: relative;
	padding-bottom:51.6717325%;
	background-position: center center;
	background-size: 100% auto;
}

.page-image-banner-text-left, .page-image-banner-text-right {
	position: absolute;
	top: 0;
	bottom: 0;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transform-origin: top left;
	height: 44px;
	padding-left: 10px;
	line-height: 44px;
	font-weight: bold;
	color: #231f20;
	text-transform: uppercase;
	white-space: nowrap;
	width: 170px;
	font-size: 12px;
}
.page-image-banner-text-left a, .page-image-banner-text-right a {
	color: #5a5758;
	text-decoration: none;
}

.page-image-banner-text-left {
	left: 44px;
	font-size: 13px;
	letter-spacing: 0px;
}
@media (min-width: 992px){
	.page-image-banner-text-left {
		font-size: 13px;
		letter-spacing: 1px;
	}
}
	
.page-image-banner-text-right {
	right: -169px;
}
@media (max-width:767px) {
	.navbar {
		min-height: 40px;
	}
	.page-image-banner-text-left, .page-image-banner-text-right {
		display: none;
	}
	.navbar-nav, .navbar-nav.navbar-right{
		float: none !important;
		display: inline-block;
	}
	.navbar-right .dropdown-menu {
		left: auto;
		right: -20%;
	}
	.navbar-nav>li {
		float: none;
	}
	#page-main-nav {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.page-image-banner-text-left, .page-image-banner-text-right {
		width: 118px;
		font-size: 11px;
		padding-left: 5px;
	}
	.page-image-banner-text-right {
		right: -118px;
		font-size: 9px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.page-image-banner-text-left, .page-image-banner-text-right {
		width: 157px;
		font-size: 11px;
	}
	.page-image-banner-text-right {
		right: -157px;
	}
}

/* ------------------------------------------------------------
 * Menu
 */
ul.navbar-nav .dropdown > a {
	cursor: default;
}

.navbar-default {
	background: white;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .caret {
	display: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background: white;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #e7e7e7;
}

#menu-menu-1.navbar-nav > .active > a, #menu-menu-1.navbar-nav > .current_page_ancestor > a  {
	font-weight: bold;
}


@media (max-width: 767px) { 
	.navbar-default {
		text-align: center;
	}
	.navbar-default .nav>li, .navbar-default  .nav>li>a {
		display: inline-block;
	}
}

/* Sub Menu Banner */
#page-submenubanner {
	min-height: 20px;
}
#page-submenubanner .container {
	padding: 0 44px;
}
#page-submenubanner .nav>li>a {
	padding: 0 15px;
	line-height: 40px;
	font-weight: bold;
	color: #c8c7c8;
	text-transform: uppercase;
}

#page-submenubanner .navbar-nav > .open > a, #page-submenubanner .navbar-nav > .active > a {
	color: #231f20;
}

#page-submenubanner .navbar {
	min-height: 40px;
}

/* ------------------------------------------------------------
 * Body
 */
#page-wrapper {
	background-color: #f4f3f3;
}


/* ------------------------------------------------------------
 * Footer
 */
#page-footer {
	background: #c8c7c8;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	color: #231f20;
	padding: 20px 0;
	text-transform: uppercase;
}
 
/* ------------------------------------------------------------
 * Fancy Box
 */

a.fancybox {
	position: relative;
	display: block;
}
.fancybox-text {
	position: absolute;
	right: 0;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
}

@media (max-width: 767px){
	.fancybox-text {
		width: 90%;
		bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.fancybox-text {
		width: 169px;
		top: 53px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.fancybox-text {
		width: 237px;
		top: 100px;
	}
}
@media (min-width: 1200px){
	.fancybox-text {
		width: 250px;
		top: 110px;
	}
}

/* ------------------------------------------------------------
 * Boxes
 */
@media (min-width:768px){
	.row.box1, .row.box2 {
		position: relative;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
	}
}

/* Box 1 */
.row.box1 .col-sm-4 {
	background: #c8c7c8;
	color: white;
}

.row.box1 .col-sm-4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.row.box1 .col-sm-4 ul li a {
	text-transform: uppercase;
	color: white;
	text-decoration: none !important;
	font-weight: bold;
}
.row.box1 .col-sm-4 ul li a:hover {
	text-decoration: underline !important;
}
.row.box1 .col-sm-4 ul li.active a{
	color: #231f20;
}

.row.box1 .col-sm-8{
	background: #ecebeb;
}

.row.box1 > div {
	padding: 25px 20px 75px 25px;
}
@media (max-width:768px){
	.row.box1 > div {
		padding: 25px 20px 20px 25px;
	}	
}

.row.box1 > div > h1, .row.box1 > div > h2, .row.box1 > div > h3, .row.box1 > div > p {
	margin-top: 0;
}

.row.box1 .size-medium, .row.box1 .size-thumbnail {
	max-width: 45%;
	clear: right;
	margin-top: -5px;
}

@media (max-width:768px){
	.row.box1 .alignright {
		float: none;
		max-width: 100%;
	}
	.row.box1 .size-medium, .row.box1 .size-thumbnail {
		margin: 0 0 25px 0;
	}
	
	.row.box1 .fancybox:nth-child(2), .row.box1 .fancybox:nth-child(3) {
		display: none;
	}
}

/* Typography */
.box1 > div.col-sm-4  blockquote {
	color: white;
    padding-top: 70px;
}

.box1 > div.col-sm-4 blockquote:before, blockquote:after {
    background-image: url('images/blockquotes.png');
}

.box1 > div.col-sm-4 blockquote:before {
	top: 70px;
	background-position: top left;
}
.box1 > div.col-sm-4 blockquote:after {
	background-position: top right;
}

/* Box 2 */
.box2 > div {
	background-color: #ecebeb;
	padding: 20px;
}
.box2 > div :first-child {
	margin-top: 0;
}

/* Box 3 */
.box3 > div {
	background-color: #ecebeb;
	padding: 0;
}
.box3 p {
	margin: 0;
}

/* Box 2 & 3 Spacing */
@media (min-width:768px){
	.box2, .box3 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.box2 > div, .box3 > div {
		border-left: 10px solid white;
		border-right: 10px solid white;
	}
	.box2 > div:first-child, .box3 > div:first-child {
		border-left-color: #f4f3f3;
	}
	.box2 > div:last-child, .box3 > div:last-child {
		border-right-color: #f4f3f3;
	}
}

/* ------------------------------------------------------------
 * Projects
 */
.project-attributes {
	margin: 25px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.project-attributes strong {
	color: #231f20;
}
ul.project-list {
	margin-top: 25px !important;
}

/* ------------------------------------------------------------
 * 
 */
 
