/*
Theme Name: MalloyBrothers
Description: Dedicated Wordpress theme for Malloy Brothers
*/

/*

   General Style
-----------------------------------------
*/
html {
	font-size: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, hr, th, td {
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body, html {
	width: 100%;
	height: 100% !important;
}
body {
	overflow-y: scroll;
	color: #191919;
	background: #0d0d0d;
}
::selection {
	color: #fff;
	background: #191919;
}
::-moz-selection {
 color: #fff;
 background: #191919;
}
section {
	position: relative;
	overflow: hidden;
	background: #f1f0ee;
}
#content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#home #content {
	overflow: hidden;
}
.row.fullbleed {
	max-width: 100%;
}
input {
	-webkit-appearance: none;
}
input:focus {
	outline: none;
}
.nopad {
	padding: 0;
}
.offix {
	overflow: hidden;
}
.pad-normal {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.pad-xlarge {
	padding-top: 18rem;
	padding-bottom: 18rem;
}
.pad-large {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
.pad-large-top {
	padding-top: 12rem;
}
.pad-large-bottom {
	padding-bottom: 12rem;
}
.pad-medium {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.pad-top {
	padding-top: 6rem;
}
.pad-bottom {
	padding-bottom: 6rem;
}
.space-top {
	margin-top: 3rem;
}
.space-top-large {
	margin-top: 6rem;
}
.alt-h {
	font-family: 'Brandon Grot W01 Medium';
	font-weight: normal;
	margin-right: -1px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn {
	font-family: 'Brandon Grot W01 Bold';
	font-size: .8375rem;
	display: inline-block;
	padding: 1.25rem 3rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	vertical-align: middle;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #0d0d0d;
	border: 2px solid #b6a591;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
}
.btn:hover {
	border-color: #0d0d0d;
}
.btn h6 {
	font-size: .75rem;
	letter-spacing: .1rem;
}
.btn-holder span {
	font-size: 1.75rem;
	display: inline-block;
	margin: 0 .75rem;
	color: #777;
}
.white-btn {
	border-color: #fff;
}
.white-btn:hover h6 {
	color: #444;
}
.page-title {
	font-weight: normal;
	margin-bottom: 1.5rem;
}
.page-title h1 {
	font-size: 1rem;
	margin-bottom: 0;
	letter-spacing: .5rem;
	text-transform: uppercase;
}
.page-title h6 {
	color: #b6a591;
}
.page-title .line {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 2px;
	margin: 2rem 0;
	text-align: center;
	background: #b6a591;
}
.cta h2 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1.75rem;
}
.text-link {
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.section-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: rgba(0,0,0,.5);
}
.section-content {
	position: relative;
	z-index: 3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Brandon Grot W01 Bold';
	color: #191919;
}
p.lead {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1.5rem;
}
.text-white {
	color: #fff;
}
a {
	color: #b6a591;
}
a:hover {
	color: #b6a591;
}
.icon {
	display: inline-block;
	-webkit-backface-visibility: hidden;
}
.bg-cover {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.background-image-holder {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50% !important;
	background-size: cover !important;
}
.post-hero .background-image-holder {
	background-position: 50% 0 !important;
}
.post-hero .background-image-holder.center {
	background-position: 50% 50% !important;
}
#footer {
	z-index: -1;
}
#footer .background-image-holder {
	position: fixed;
}
iframe {
	border: 0;
}
.browsehappy {
	overflow: hidden;
	padding: 1rem;
	text-align: center;
	color: #fff;
	background-color: #0d0d0d;
}
.browsehappy a {
	color: #b6a591;
}
/*

   Header
-----------------------------------------
*/
#header {
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: inherit;
	left: 0;
	width: 100%;
	height: 6rem;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #0d0d0d;
}
#home #header {
	top: inherit;
	bottom: 0;
}
#header .monogram {
	line-height: 6rem;
	position: relative;
	z-index: 5;
	display: inline-block;
	float: left;
	max-width: 3rem;
	margin-left: 3rem;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
}
#header .monogram a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
#header .monogram a:hover {
	opacity: .5;
}
#header #nav-menu {
	line-height: 6rem;
	position: relative;
	z-index: 10;
	float: right;
	margin-right: 3rem;
	list-style: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#header #nav-menu > li {
	position: relative;
	display: inline-block;
	float: left;
}
#header #nav-menu > li > a {
	font-family: 'Brandon Grot W01 Bold';
	font-size: .8375rem;
	display: block;
	height: 100%;
	margin-left: 3rem;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #fff;
}
#header #nav-menu > li > a:hover, #header #nav-menu > li.active > a {
	color: #ab9e7f;
}
/*

   Hero
-----------------------------------------
*/
#hero {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
}
#hero.hero-overlay:before {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 1;
	background-image: url('../img/scanlines.png');
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#hero.hero-overlay:before {
	background-image: url('../img/scanlines@2x.png');
	background-size: 1px 2px;
}
}
#hero .video-wrapper {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#hero .video-wrapper video, #hero .video-wrapper iframe {
	position: absolute;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
#hero .hero-content {
	position: relative;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	padding: 0 40px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#hero .hero-content h1 {
	font-family: 'Brandon Grot W01 Bold';
	font-size: 6rem;
	line-height: .9375;
	position: relative;
	margin-right: -.5rem;
	margin-bottom: 3rem;
	letter-spacing: .5rem;
	text-transform: uppercase;
	color: #fff;
}
#hero .hero-content h4 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1.5rem;
	line-height: 1;
	position: relative;
	margin: 2rem 0;
	color: #fff;
}
#hero .hero-content a {
	font-family: 'Brandon Grot W01 Bold';
	font-size: .8375rem;
	display: inline-block;
	padding: 1.25rem 3rem;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	vertical-align: middle;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #fff;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
}
#hero .hero-content a:hover {
	border-color: #b6a591;
}
/*

   About
-----------------------------------------
*/
.brother {
	position: relative;
}
.brother:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,.5);
}
.brother-details {
	position: absolute;
	top: 40%;
	width: 100%;
}
.brother-details h3 {
	font-size: 1.25rem;
	margin-bottom: 0;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #fff;
}
.brother-details h4 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1.25rem;
	color: #fff;
}
.brother-details a {
	margin-right: 11px;
}
.brother-details a:last-child {
	margin-right: 0;
}
/*

   Contact
-----------------------------------------
*/
#contact p.lead {
	margin-bottom: 3rem;
}
.contact-text {
	width: 100%;
}
.contact-text .header {
	min-height: 5.5rem;
}
.contact-text h3 {
	font-size: .8375rem;
	letter-spacing: .125rem;
	text-transform: uppercase;
}
.contact-text h6 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1rem;
	line-height: 2;
}
.contact-text h5 {
	font-size: .8375rem;
	margin-bottom: .75rem;
	letter-spacing: .125rem;
	text-transform: uppercase;
}
.contact-text p {
	font-family: 'Freight Display W01 Medium It';
	margin-bottom: 0;
}
.contact {
	overflow: hidden;
	margin-bottom: 2rem;
	padding: 2rem;
	text-align: center;
	border: 2px solid #cdcbc9;
}
.contact .line {
	width: 100%;
	height: 2px;
	margin: 0 0 1.5rem;
	background: #cdcbc9;
}
/*

   Journal
-----------------------------------------
*/
#blog-preview-holder {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.date {
	font-family: 'Freight Display W01 Medium It';
	padding-right: 22px;
	text-align: right;
	color: #b6a591;
}
.date .day {
	font-size: 2.25rem;
	font-style: italic;
	display: block;
}
.date .month {
	font-size: 1rem;
	font-style: italic;
	display: block;
	margin-bottom: 11px;
}
.post-meta-button {
	display: inline-block;
	float: none;
	clear: both;
	width: 35px;
	height: 35px;
	margin-top: 12px;
	margin-right: 11px;
	padding-top: 9px;
	text-align: center;
	border: 2px solid #cdcbc9;
	border-radius: 50%;
}
.post-meta-button .icon {
	font-size: 15px;
	color: #cdcbc9;
}
.post {
	margin-bottom: 3rem;
}
.post h2 {
	line-height: 1.1;
	margin-bottom: .75rem;
}
.post h6 {
	font-size: .75rem;
	color: #777;
}
.post h6 a {
	color: #555;
}
.post .line {
	width: 60px;
	height: 1px;
	margin: 11px 0;
	background: #cdcbc9;
}
/*

   Testimonials
-----------------------------------------
*/
.testimonials-slider h3 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 2.25rem;
	margin-bottom: 0;
	letter-spacing: .125rem;
	color: #fff;
	color: #fff;
}
.testimonials-slider h6 {
	font-size: 12px;
	margin-top: 22px;
}
/*

   Projects
-----------------------------------------
*/
.projects-nav {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 6rem;
	list-style: none;
}
.projects-nav li {
	float: left;
	margin-right: 3rem;
}
.projects-nav li:last-child {
	margin-right: 0;
}
.projects-nav li a {
	font-family: 'Brandon Grot W01 Medium';
	font-size: .8375rem;
	display: inline-block;
	padding-bottom: .25rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #191919;
	border-bottom: 2px solid #f1f0ee;
}
.projects-nav li a:hover {
	border-color: #b6a591;
}
.projects-nav li .active {
	border-color: #b6a591;
}
.projects-wrapper {
	overflow: hidden;
	margin-top: 4rem;
	margin-bottom: 6rem;
}
.projects-container {
	overflow: hidden;
}
.project img {
	opacity: 1;
}
.project:hover img {
	opacity: .5;
}
.project {
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	background: #0d0d0d;
	-webkit-backface-visibility: hidden;
}
.project-title {
	position: relative;
	z-index: 30;
	padding: 1.25rem 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;
}
.project-title h3 {
	font-size: .8375rem;
	margin-bottom: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	letter-spacing: .125rem;
	text-transform: uppercase;
}
.project-title h4 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1rem;
}
.project:hover > .project-title h3 {
	color: #b6a591;
}
.project-hover {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 80%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	background-color: rgba(159,184,204,0);
}
.project:hover .project-hover {
	opacity: 1;
}
.project:hover img {
	-webkit-transform: scale(1, 1); /* Chrome, Safari, Opera */
	-ms-transform: scale(1, 1); /* IE 9 */
	transform: scale(1, 1);
}
.project img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.project-image-wrapper {
	overflow: hidden;
	width: 100%;
	max-height: 377px;
}
#project {
	background: #191919;
}
#project h1 {
	color: #fff;
}
#project p.lead {
	color: #ab9e7f;
}
#project .projects-nav li a {
	color: #fff;
	border-color: #b6a591;
}
#project .projects-nav li a:hover {
	color: #b6a591;
}
.flex-video {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	height: auto;
	padding-bottom: 56.25%;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*

   Footer
-----------------------------------------
*/
.social-links a {
	display: inline-block;
	margin: 0 3rem 3rem;
}
.social-links a:hover {
	border-bottom: rgba(255,255,255,1);
}
.social-links a h3 {
	font-family: 'Brandon Grot W01 Medium';
	font-size: .8375rem;
	padding-bottom: .25rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(255,255,255,0);
}
.social-links a:hover h3 {
	border-color: rgba(255,255,255,1);
}
.copyright {
	font-family: 'Brandon Grot W01 Medium';
	font-size: .75rem;
	display: inline-block;
	letter-spacing: .25rem;
}
.copyright a {
	padding-bottom: .25rem;
	border-bottom: 2px solid rgba(255,255,255,0);
}
.copyright a:hover {
	border-color: rgba(255,255,255,1);
}
/*

   Journal List
-----------------------------------------
*/
.post-link {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background: #0d0d0d;
}
.post-link:nth-child(even) .post-preview {
	background: #0d0d0d;
}
.post-link .pad-large {
	padding-bottom: 8rem;
	background: #0d0d0d;
}
.post-preview {
	position: relative;
	background-size: cover !important;
}
.post-preview-content {
	position: relative;
	z-index: 2;
	min-height: 12rem;
}
.post-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: .5;
	background: #0d0d0d;
}
.post-overlay:hover {
	opacity: .75;
}
.post-preview-content h3 {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	letter-spacing: .125rem;
	text-transform: uppercase;
	color: #fff;
}
.post-preview-content .date {
	font-size: 1.375rem;
	line-height: 1.6;
	padding-right: 0;
}
.post-preview-content h6 {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1rem;
	color: #fff;
}
.post-preview-content .line {
	width: 3rem;
	height: 2px;
	margin: 1rem auto;
	background: rgba(255,255,255,1);
}
/*

   Journal Post
-----------------------------------------
*/
.post-single-container #nav-holder {
	position: absolute;
	top: 0;
	width: 100%;
}
.post-single-container #navigation {
	background: none;
}
.post-single-container .menu li a {
	color: #fff;
}
.post-single-container #logo {
	color: #fff;
}
.post-hero h1 {
	font-size: 2.25rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	letter-spacing: .125rem;
	text-transform: uppercase;
	color: #fff;
}
.post-hero .date {
	font-size: 1.25rem;
	line-height: 1.6;
	display: block;
	padding-right: 0;
	text-align: center;
}
.post-hero .line {
	width: 3rem;
	height: 2px;
	margin: 1rem auto;
	background: rgba(255,255,255,1);
}
.post-hero .section-content {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
.post-hero .post-meta-button {
	margin-top: 0;
	border-color: #fff;
}
.post-hero .post-meta-button .icon {
	color: #fff;
}
.post-single-text p.lead {
	font-family: 'Freight Display W01 Medium It';
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
.post-single-text p {
	font-family: 'Freight Display W01 Book';
	font-size: 1rem;
}
.post-single-footer {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.post-single-footer a {
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 44px;
}
.post-single-footer a:last-child {
	margin-right: 0;
}
.image-gallery {
	margin: 0;
}
.image-gallery .image-holder {
	position: relative;
	overflow: hidden;
	height: 384px;
	margin-bottom: 2rem;
}
.image-gallery .image-holder a > .background-image-holder:before {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0;
	background: #0d0d0d;
}
.image-gallery .image-holder a:hover > .background-image-holder:before {
	opacity: .5;
}
/*

   Mobile Navigation
-----------------------------------------
*/
.mobile-menu-panel {
	position: fixed;
	background: #1d1d1d;
}
.mobile-menu-panel h3 {
	font-family: 'Brandon Grot W01 Bold';
	font-size: .875rem;
	line-height: 6rem;
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 3rem;
	letter-spacing: .25rem;
	text-transform: uppercase;
	text-transform: uppercase;
	color: #ab9e7f;
	background: #1d1d1d;
}
.mobile-menu-panel-vertical {
	z-index: 1000;
	top: 0;
	width: 240px;
	height: 100%;
}
#mobile-menu {
	line-height: 4rem;
	position: relative;
	z-index: 10;
	list-style: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
#mobile-menu > li {
	position: relative;
	display: block;
	float: none;
	border-bottom: 2px solid #2d2d2d;
	border-bottom: none;
}
#mobile-menu > li > a {
	font-family: 'Brandon Grot W01 Bold';
	font-size: .8375rem;
	display: block;
	height: 100%;
	padding-left: 3rem;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	letter-spacing: .25rem;
	text-transform: uppercase;
	color: #fff;
}
#mobile-menu > li > a:hover {
	color: #ab9e7f;
	background: #0d0d0d;
}
#mobile-menu > li.active > a {
	color: #ab9e7f;
}
#mobile-menu > li.active > a:hover {
	color: #0d0d0d;
}
.mobile-menu-panel-right {
	right: -240px;
}
.mobile-menu-panel-right.mobile-menu-panel-open {
	right: 0;
}
.mobile-menu-panel, .mobile-menu-panel-push {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.mobile-menu-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
}
.mobile-menu-close-button a {
	border: 0;
}
#mobile-menu-wrapper {
	clear: both;
}
.mobile-menu-icon-open:hover {
	cursor: pointer;
}
.mobile-menu-open-button {
	position: absolute;
	top: 0;
	right: 0;
}
a.mobile-button {
	position: relative;
	display: block;
	width: 6rem;
	height: 6rem;
	cursor: pointer;
	color: #fff;
}
a.mobile-button:hover {
	color: #ab9e7f;
}
a.mobile-button:focus {
	outline: none;
}
.button-icon {
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 3rem;
	height: 3rem;
	margin: -1.5rem 0 0 -1.5rem;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
