/* 
 Theme Name:   Lloyds2018
 Theme URI:    http://www.foglogic.com
 Description:  Mies child theme created for Lloyds Custom Woodwork
 Author:       Shannon Dunn for Lloyds
 Author URI:   http://www.juusui.com
 Template:     mies
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* -------------------------------------------------------------------------------
------------------ TYPOGRAPHY ----------------------------------------------------
---------------------------------------------------------------------------------- */

@import url("https://use.typekit.net/xwt2aeb.css");

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body hgroup,
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
	font-family: aviano-sans, sans-serif;
	font-weight: 900;
	letter-spacing: normal;
	transform: scale(0.85, 1);
}

body h2 {
    color: #1b3d6f;
	font-size: 3rem;
    font-weight: 300;
}

body h2:after {
    border-bottom: 5px solid #fed772;
	content: "\2003";
    right: calc(50% - 45px);
    position: absolute;
    width: 90px;
}

body h4 {
	font-size: 1.25rem;
    font-weight: 500;
}

a h4,
h4 a {
	color: #d6ab60;
}

/* -------------------------------------------------------------------------------
------------------ LAYOUT --------------------------------------------------------
---------------------------------------------------------------------------------- */
.builder-wrapper .page__content {
	min-height: 50px;
}

.content .btn,
body .content .btn,
body .content a.btn {
	background: -webkit-linear-gradient(top left,#c0954b,#e7bd74);
	background: -o-linear-gradient(top right,#c0954b,#e7bd74);
	background: -moz-linear-gradient(top right,#c0954b,#e7bd74);
	background: linear-gradient(to top right,#c0954b,#e7bd74);
	font-family: Oswald;
	font-size: 1rem;
	font-weight: 400;
}

.content .btn:hover,
body .content .btn:hover,
body .content a.btn:hover {
	background:  #666666;
}


.masonry__item-image {
	margin-bottom: 1rem;
}

@media (max-width: 800px) {
	.hide-800 {
		display: none;
	}
}

@media (max-width: 600px) {
	.mobile-height .fl-row-content-wrap {
		height: 300px;
		min-height: 300px;
	}
}

/* projects */
.content--portfolio-archive .pixcode--tabs {
	display: none;
}

.project-meta__label {
	font-family: Oswald;
	transform: scale(1,1);
}

.project-meta__field {
	border-left: 1px solid #d6ab60;
	padding-left: 10px;
}

.content--portfolio-archive .btn {
	margin-top: 40px;
}

/* footer */
.footer p {
	font-size: 24px;
	font-weight: 300;
}

.footer .grid {
	margin-left: 0;
}

.footer .grid__item {
	padding-left: 0;
}

.footer .footer-widget-left {
	border-left: 2px solid #fed772;
	padding-left: 10px;
	padding-right: 60px;
}

.footer .footer-widget-right {
	border-right: 2px solid #fed772;
	padding-left: 60px;
	padding-right: 10px;
}

@media screen and (min-width: 1200px) {
	.footer .grid__item {
		padding-left: 0;
	}

	.footer .grid {
		margin-left: 0;
	}

	.footer .footer-widget-left {
		padding-left: 10px;
	}

	.footer .footer-widget-right {
		padding-right: 10px;
	}
}

@media (min-width: 800px) {
	.footer .footer-widget-right p {
		text-align: right;
	}

	.footer .grid-4 > .grid__item {
		width: 50%;
	}
}

@media (max-width: 800px) {
	.hide-800 {
		display: none;
	}

	.footer .footer-widget-left {
		padding-right: 0;
	}

	.footer .footer-widget-right {
		border-right: 0;
		padding-right: 0;
		border-left: 2px solid #fed772;
		padding-left: 10px;
	}
}

/* -------------------------------------------------------------------------------
------------------ HEADER + NAV --------------------------------------------------
---------------------------------------------------------------------------------- */

.header {
	background: rgba(255,255,255,0.85);
	height: 76px;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}

.header a {
	color: #fff;
}

.admin-bar .header {
	height: 110px;
}

@media screen and (min-width: 1200px) {
	.header .navigation {
		top: 25px;
	}
}

@media screen and (min-width: 800px) {
	.header .logo {
		top: 15px;
	}
}

/* navigation */
.overlay.overlay--navigation .menu-item:hover,
.menu--main-menu li:hover,
.menu--main-menu li[class*=current-menu]:hover a {
	color: #003a70;
}

.menu--main-menu .menu-item a {
	color: #003a70;
	font-family: Roboto, Arial, sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1em;
	padding: 10px;
}

.menu--main-menu .menu-item a:hover {
	color: #003a70;
	font-weight: 700;
}

.menu__item--current:after {
	display: none;
}

/* hide nav trigger */
.navigation__text,
.navigation__trigger {
	display: none;
}

/* position header widget with contact link */
.overlay--navigation {
	background-color: rgba(0,0,0,0);
	height: 40px;
	left: calc(50% - 20px);
	opacity: 1;
	overflow: visible;
	position: fixed;
	top: 20px;
	transform: none;
	width: 50%;
	z-index: 9999;
}

.overlay--navigation .overlay__wrapper {
    align-items: center;
	flex-direction: row;
	gap: 0;
    justify-content: flex-end;
}

.overlay--navigation .overlay__sidebar {
	margin: 0;
}

.overlay--navigation .overlay__sidebar .widget {
	text-align: right;
}

.popup-contact {
	color: #003a70;
	display: block;
	font-size: 21px;
	line-height: 1em;
	padding: 10px;
	text-align: center;
}

.popup-contact:hover {
	font-weight: 500;
}

/* logo */
.site-title {
	transform: scale(1.176, 1);
}

.header .site-logo--image img {
	max-height: 50px;
}

/* mobile */
@media (max-width: 500px) {
	.header {
		height: 100px;
	}

	.logo {
		left: calc(50% - 80px);
		width: 160px;
	}

	.overlay--navigation {
		left: 0;
		top: 60px;
		width: 100%;
	}

	.overlay--navigation .overlay__wrapper {
		justify-content: center;
	}

	.overlay--navigation .overlay__sidebar .widget {
		text-align: center;
	}

	.menu--main-menu .menu-item a,
	.popup-contact {
		font-size: 16px;
	}
}

/* -------------------------------------------------------------------------------
------------------ HERO ----------------------------------------------------------
---------------------------------------------------------------------------------- */
.hero--shadowed .hero__title,
.hero--shadowed .hero__subtitle,
.hero--shadowed .hero__description,
.hero--shadowed .hero__caption {
	padding-bottom: 30px;
}

@media only screen and (min-width: 800px) {
	.hero h1, 
	.hero--slider-container .hero__title,
	.archive__title,
	.hero__description .huge,
	.hero .huge
	.huge {
		letter-spacing: normal;
		font-size: 4rem;
		font-weight: 200;
		margin: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.hero h1, 
	.hero--slider-container .hero__title,
	.archive__title,
	.hero__description .huge,
	.hero .huge
	.huge {
		letter-spacing: normal;
		font-size: 6rem;
		font-weight: 200;
		line-height: 0.8em;
		margin: 0;
	}
}

.hero h1:after {
    border-bottom: 5px solid #fed772;
	content: "\2003";
    right: calc(50% - 60px);
	padding-bottom: 5px;
    position: absolute;
    width: 120px;
}

.hero p {
	font-size: 1.4rem;
	font-weight: 200;
	margin-top: 1em;
}

.hero__description {
	margin: auto;
	max-width: 800px;
}

.hero--shadowed .hero__title,
.hero--shadowed .hero__subtitle, 
.hero--shadowed .hero__description, 
.hero--shadowed .hero__caption {
	background: rgba(0, 0, 0, 0.6);
}

/* -- home page multi-hero -- */
.hero__caption {
	background-color: rgba(0,0,0,0.3);
	bottom: 10px;
	padding: 10px;
	right: 44%;
}

.full-vh-captioned .fl-row-content {
	bottom: 10px;
	position: absolute;
}

.caption-full-vh {
	background-color: rgba(0,0,0,0.3);
}


/* -------------------------------------------------------------------------------
------------------ FORM ----------------------------------------------------------
---------------------------------------------------------------------------------- */

#pum-811 .wpcf7-form p {
	font-weight: 300;
	margin-bottom: 20px;
}

#pum-811 .wpcf7-form textarea {
	max-height: 120px;
}


/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------- JOBS
---------------------------------------------------------------------------------- */
.content.jobs-content,
.content.jobs-archive {
	margin-top: 150px;
	position: relative;
}

body .content.jobs-content h1,
body .content.jobs-archive h1 {
	color: #1b3d6f;
    font-size: 3rem;
    font-weight: 300;
	line-height: 1em;
	transform: scale(1);
}

body .content.jobs-content h2,
body .content.jobs-archive h2 {
	font-family: aviano-sans,sans-serif;
	font-size: 30px;
    font-weight: 900;
    letter-spacing: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
	transform: scale(1);
}

body .content.jobs-content h2 a,
body .content.jobs-archive h2 a {
	color: #1b3d6f;
    font-weight: 900;
}

body .content.jobs-content h2::after,
body .content.jobs-archive h2::after {
	display: none;
}

body .content.jobs-content h3,
body .content.jobs-archive h3 {
	font-size: 18px;
    letter-spacing: normal;
	line-height: 1em;
	margin-bottom: 0.5em;
	transform: scale(1);
}

body .content.jobs-content p,
body .content.jobs-archive p,
body .content.jobs-content li,
body .content.jobs-archive li {
	font-weight: 400;
}

body .content.jobs-content a,
body .content.jobs-archive a {
	font-weight: 700;
}

body .content.jobs-content p,
body .content.jobs-archive p {
	margin-bottom: 1em;
}

body .content.jobs-content li,
body .content.jobs-archive li {
	margin-bottom: 0;
}

body .content.jobs-content a.jobs-form-link {
	display: block;
	font-weight: 700;
	margin-bottom: 2em;
}

@media (min-width: 767px) {
	body .content.jobs-content a.jobs-form-link {
		position: absolute;
		right: 3.52941rem;
		top: 0;
		z-index: 1;
	}
}

.job-form-wrap {
	padding-top: 80px;
}