/* DCA Custom Styles and Overrides */

/* resets */

body, html {
	font-family: serif;
	background-color: #f5f4f0;
	font-family: capitolium-2, serif;
}

#page {
	background-color: #758636;
	padding-bottom: 100px;
}

#content {
	color: #424242;
	background-color: #f5f4f0;
}

footer {
	background-color: #f5f4f0;
}

.site-header {
	border: none !important;
}

a:link, a:active, a:visited {
	/* color: #a4a2a3; */
	color: #233408;
}

a:hover {
	color: #4e4c4d !important;
	text-decoration: none;
}

/* navigation */

div.site-branding-text {
	width: 90%;
	height: 100%;
}

div.site-branding-text h2 a {
	background: url('assets/images/masthead.svg') left center no-repeat;
	width: 100%;
	height: 70px;
	display: block;
	background-size: contain;
	text-indent:-9999px;
}

nav {
	font-family: trade-gothic-next, sans-serif;
	font-weight: 300;
	padding: 0 !important;
}

.nav-top {
	background-color: #f5f4f0 !important;
	width: 50%;
	height: 100%;
	padding: 1em;
	display: flex;
	align-items: center;
}

.nav-top > button {
	height: 50%;
}

.nav-bottom {
	float: right;
	width: 50%;
	padding-right: 20px;
}

.navbar-toggler {
	background-color: transparent !important;
}

ul.primary-menu > li.nav-item > a.nav-link {
	color: #333;
}

a.nav-link:focus {
	text-decoration: none;
	outline: none;
	color: purple;
}

nav.navbar.bg-light {
	background-color: #f5f4f0 !important;
}

nav.navbar li a {
	color: #646462;
}

nav.navbar li a:hover {
	#dcdcdc !important;
}

.dropdown-menu {
	background-color: transparent;
	border: none;
}

.dropdown-menu > li.nav-item a.nav-link {
	color: #fff;
}

.dropdown-menu.show {
	margin-top: 20px;
}

#drop-pane {
	position: absolute;
	display: none;
	padding-bottom: 100px;
	z-index: 7;
}

a.subnav-link {
	margin: 0 10px 0 10px;
	font-family: trade-gothic-next, sans-serif;
	font-size: .8em;
	color: #fff;
	text-transform: uppercase;
}

a.subnav-link:hover {
	color: #233408 !important;
	text-decoration: none;
}

.dropdown-toggle::after {
	display: none;
}

/* masonry */

.grid {
	
}

.grid-sizer,
.grid-item { 
	width: 33%;
	padding:10px;
	background-color: transparent;
}

/* page structure */

.header-block, .project-block {
	width: 100%;
	min-height: 90vh;
	background-color: #708133;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	
	border-bottom: 15px solid #f7a221;
	
	/* background image styling */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.header-block > div, .project-block > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}

.header-block.header-studio {
	border-color: #4c6331;
	background-color: #bc4700;
}

.header-block.header-studio p {
	color: #ffa873;
}

.project-block {
	height: 90vh;
	border-bottom: 15px solid #f7a221;
}

.header-stripe {
	background-color: #e9e8e4;
}

.header-stripe.stripe-work {
	background-color: #4f5e1b;
	color: #fff;
}

.header-stripe.stripe-work .row:last-child {
	background-color: #708133;
}

.header-stripe .post-thumbnail {
	margin-top: 0;
}

.teaser-block {
	width: 30%;
	min-height: 10vh;
}

.teaser-block.teaser-block-full {
	width: 100%;
	min-height: 20vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.teaser-block figure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.teaser-block figure {
	width: 100%;
	min-height: 20vh;
}

.teaser-block img {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 20vh;
}

.teaser-block figcaption {
	position: absolute;
	z-index: 2;
	text-align: center;
	font-size: 2em;
	color: #fff;
	width: 100%;
}

#map {
	height: 100vh;
	width: 100%;
	top: 0;
	bottom: 0;
}

/* special sections */

.section-our-team {
	background-color: #c2beb2;
	margin-top: 50px;
	padding-top: 50px;
}

.section-our-team p {
	margin-bottom: 20px;	
}

.section-our-team strong {
	font-family: trade-gothic-next, sans-serif;
	font-weight: 600;
	font-size: 90%;
}

.section-our-team em {
	font-size: 90%;
}

.section-studio-teaser {
	background-color: #bdb9b6;
}

.section-studio-teaser .section-text {
	padding: 100px 100px 0px 100px;
}

.section-header {
	margin: 30px 0 30px 0;
}

.section-description {
	max-width: 70%;
	margin: 0 auto 0 auto;
}

/* studio */

p.overlay-text {
	position: absolute;
	display: flex;
	margin: 0px auto 0px auto;
	font-family: trade-gothic-next, sans-serif;
	text-transform: uppercase;
	font-size: .9em;
	color: #f2f2f2;
	text-align: center;
	justify-content: center;
	align-self: center;
	width: 100%;
	top: 40px;
}

p.overlay-text.overlay-text-bottom {
	bottom: 40px;
	top: unset;
}

/* project-specific styling */

.project-info .project-location {
	font-style: italic;
}

.project-info .project-description {
	font-family: trade-gothic-next, sans-serif;
	font-size: 1em;
	width: 80%;
	margin: 0 auto 0 auto;
}

.project-images {
	margin: 100px 0 100px 0;
}

.project-images img {
	margin-bottom: 15px;
}

/* typography and positioning */

p, li {
	font-size: 1.1em;
}

.entry-header h1 {
	text-align: center;
}

body.home header.entry-header h1 {
	display: none;
}

.list-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.section-head {
	text-transform: lowercase;
	text-align: center;
	color: #646462;
	letter-spacing: 2px;
	font-size: 1.4em;
	margin: 0px 0 70px 0;
}

.section-head::before {
    content: "";
    display: block;
    background: transparent url("/wp-content/themes/wp-bootstrap-4/assets/images/leaf.jpg") no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 40px;
    text-align: center;
    float: none;
    margin: 100px 0 7px 0;
}

.subhead, .date-head, .cat-head {
	font-family: trade-gothic-next, sans-serif;
	font-size: .8em;
	letter-spacing: 1px;
}

.date-head {
	color: #a3a3a3;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
}

.cat-head {
	color: #a3a3a3;
	text-transform: uppercase;
	margin: 20px;
}

.list-center {
	color: #455113;
	font-family: trade-gothic-next, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
}

.list-center li {
	margin-bottom: 10px;
}

.quote {
	font: 1.6em trade-gothic-next, sans-serif;
	color: #5c8134;
	margin: 50px auto 10px auto;
	width: 75%;
}

.credit {
	font-family: trade-gothic-next, sans-serif;
	font-size: .8em;
	margin: 10px auto 50px auto;
}

/* colors */

.bg-green {
	background-color: #708133;
}

.bg-mgreen {
	background-color: #4f5e1b;
}

.bg-dgreen {
	background-color: #455113;
}

.bg-orange {
	background-color: #f7a221;
}

.bg-tan {
	background-color: #c2beb2;
}

.txt-wht {
	color: #fff !important;
}

.txt-grn {
	color: #23350b !important;
}

.txt-grn-alt {
	color: #bec893 !important;
}

.map-marker {
  background-image: url('assets/images/ui/pin.svg');
  background-size: cover;
  width: 70px;
  height: 70px;
}

/* helpers */

.is-animated {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
}

.rule-above {
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin-top: 10px;
	background-color: transparent;
}

.rule-short {
	width: 20%;	
}

.mt-100 {
	margin-top: 100px !important;
}

.animated.standby {
  -webkit-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
  visibility: hidden;
}

.no-border {
	border: none !important;
}

/* overrides */

.wp-block-cover.full-link {
	margin-bottom: 33px;
}

.wp-block-cover.full-link .wp-block-cover__inner-container {
	width: 100%;
}

.wp-block-cover.full-link .wp-block-cover__inner-container p {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.wp-block-cover.full-link .wp-block-cover__inner-container p a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}

.wp-block-cover.full-link .wp-block-cover__inner-container p a:hover {
	color: #fff !important;
}

article.hentry {
	margin-left: auto;
	margin-right: auto;
}

/* site footer and menu */

.site-footer {
	font-family: trade-gothic-next, sans-serif;
	border-bottom: 15px solid #f7a221;
}

.site-footer a {
	color: #646462 !important;
}

ul#menu-footer {
	display: flex !important;
	list-style: none;
	font-size: .9em;
	padding: 0;
	margin-bottom: 50px;
	font-size: .8em;
}

.site-footer ul#menu-footer a {
	color: #646462 !important;
}

ul#menu-footer > li {
	padding-right: 5%;
	width: 20%;
	text-transform: uppercase;
}

ul#menu-footer li {
	list-style: none;
}

ul#menu-footer li ul {
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
	text-transform: unset;
}

ul#menu-footer li ul li{
	text-transform: initial;
}

#to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	background-color: #f7a221;
	text-align: center;
	padding: 10px;
	font-size: .7em;
	z-index: 99;
	font-family: trade-gothic-next, sans-serif;
	opacity: 0;
}

#to-top.is-visible {
	opacity: 1;
}

#to-top span {
	display: flex;
	justify-content: center;
	align-self: center;
	color: #fff;
}

section.randomize {
	text-align: center;
	width: 75%;
	margin: auto;
}

section.randomize h2 {
	font-family: capitolium-2, serif;
}

section.randomize p {
	font-family: trade-gothic-next, sans-serif;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 80px;
}


/* Medium devices (tablets, 768px and down) */
@media (max-width: 991px) {
	#drop-pane {
		display: none !important;
	}
	
	.nav-top {
		width: 100%;
	}
	
	.nav-top {
		float: left;
		display: flex;
		justify-content: space-between;
	}
	
	.nav-bottom {
		background-color: #f7a221 !important;
		width: 100%;
		padding: 0 1em 0 1em;
	}
	
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 782px) {

	.wp-block-columns {
		display: block;
	}

	.has-2-columns .wp-block-column,
	.has-3-columns .wp-block-column,
	.has-4-columns .wp-block-column,
	.has-5-columns .wp-block-column,
	.has-6-columns .wp-block-column {
		width: 100%;
	}

	.wp-block-column{
		margin: 20px 0 0 0 !important;
	}

	div.site-branding-text {
		width: 50%;
	}

	div.site-branding-text h2 a {
		height: 50px;
	}
	
	.dropdown-menu {
		background-color: transparent;
		border: none;
	}

	.dropdown-menu > li.nav-item a.nav-link {
		color: #333;
	}

	.dropdown-menu.show {
		margin-top: unset;
	}

	.grid-sizer,
	.grid-item { 
		width: 50%;
		padding:10px;
		background-color: transparent;
	}

	#to-top {
		display: none;
	}
	
}

//* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
	
	.grid-sizer,
	.grid-item { 
		width: 100%;
		padding:10px;
		background-color: transparent;
	}
	
}


