/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body, html {
	overflow-x: hidden;
	color: #3a3a3a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: korolev-rounded, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #3a3a3a;
}

.center {
	text-align: center;
}

.caption h2,
.caption h3,
.member-info h4 {
	color: #fff;
}

.member-info h4 {
	font-size: 120%;
}

.page-template-property-listing .td-name p {
	color: #3a3a3a;
	font-weight: bold;
}

th, td {
	color: #3a3a3a;
}

div.no-space {
	margin-bottom: 10px;
}

p > a {
	font-weight: bold;
}

.page-id-4130 p > a {
    font-weight: normal;
}

#slider-1-slide-1-layer-0,
#slider-1-slide-1-layer-1 {
	font-family: korolev-rounded, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
}

body #page.grid-container {
    max-width: 1900px;
}

.site-header {
    max-height: 60px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}


.logged-in .site-header {
    top: 32px
}

.site-info {
      display: none;
}

#footer-widgets aside {
	text-align: center;
}

#footer-widgets .widget ul.menu li {
    display: inline;
	padding: 0 10px;
}

#custom_html-3 span {
	display: inline-block;
	padding: 0 10px;
}

#footer-widgets .footer-widget-1 aside:nth-child(1) {
	width: 60%;
	display: inline-block;
	text-align: right;
}

#footer-widgets .footer-widget-1 aside:nth-child(2) {
	width: 40%;
	display: inline-block;
	text-align: left;
}

#footer-widgets .footer-widget-1 aside:nth-child(3) {
	width: 100%;
	display: inline-block;
}

div.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0;
}

.page-hero {
    margin-top: 60px;
}

.page-hero h2,
div.caption-wrap h2 {
	font-size: 133px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
}

.page-hero h3,
div.caption-wrap h3 {
	font-size: 54px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
	margin-bottom: 0;
}

.hero-text {
    max-width: 1150px;
    float: right;
    text-align: left;
}

.telephone {
	background-color: #DDDDDF;
}

.telephone a:hover {
	background-color: #DDDDDF !important;
}

.telephone a {
	font-weight: bold;
	padding-left: 30px !important;
	color: #000 !important;
}

.telephone:before {
	content: url(https://pnwprop.com/wp-content/uploads/2022/10/menu-spacer.png);
	height: 60px;
	min-height: 60px;
	width: auto;
	position: absolute;
}

.wp-block-buttons.equal-width .wp-block-button {
    width: 24.5%;
	box-sizing: border-box;
	margin: 0;
}

.wp-block-buttons.equal-width .wp-block-button a {
    width: 99%;
    box-sizing: border-box;
	font-size: 1.5em;
}

.teal {
	color: #34A0A7;
	font-size: 2.5em;
	font-weight: 500;
}

h1.entry-title,
h1.page-title {
	color: #34A0A7;
	font-weight: 500;
	font-size: 2.5em;
}

.metaslider div.caption-wrap {
    background-color: transparent;
    opacity: 1;
    padding: 1em;
	margin-bottom: 2rem;
}

div.caption-wrap h2 {
	margin-bottom: 0;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
}

div.caption-wrap h3 {
	max-width: 600px;
	margin-bottom: 1rem;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
}


div.caption-wrap .button {
	margin-right: 1rem;
	font-size: 1.5rem;
}

.home .wp-block-cover {
    background-color: #0258a0;
}

.home .wp-block-cover .wp-block-cover__inner-container {
    top: 30px;
    position: absolute;
}

.home .wp-block-group__inner-container {
    padding: 1rem 0;
	position: relative;
}


.home .wp-block-cover .wp-block-cover__inner-container {
	min-height: 550px;
}

.home .wp-block-cover .wp-block-cover__inner-container h2 {
    font-size: 72px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.8);
}

.home .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 27px;
	opacity: 0;
	/* text-shadow: 4px 4px 4px rgba(0,0,0,0.8); */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home .wp-block-cover .wp-block-cover__inner-container p a {
    color: #fff;
}

.home .wp-block-cover .wp-block-cover__inner-container p.click-here {
    display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.home .wp-block-cover:hover .wp-block-cover__inner-container p.click-here {
	display: none;
}

.home .wp-block-cover .wp-block-cover__inner-container .social-icons {
	opacity: 0;
	float: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home .wp-block-cover .wp-block-cover__inner-container .social-icons a {
    color: #fff;
}

.home .wp-block-cover:hover .wp-block-cover__inner-container p,
.home .wp-block-cover:hover .wp-block-cover__inner-container .social-icons {
	opacity: 1;
}

.home .wp-block-cover .wp-block-cover__inner-container h2 span {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.home .wp-block-cover:hover .wp-block-cover__inner-container h2 span {
	opacity: 0;
}

 .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    opacity: 0;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

 .wp-block-cover.has-background-dim:not(.has-background-gradient):hover:before {
    opacity: 0.75;
}

.home .metaslider .flex-control-nav {
    bottom: 10px;
}

ol.flex-control-paging li a.flex-active {
    background: rgba(255,255,255,.9);
}

ol.flex-control-paging li a {
    background: rgba(255,255,255,.5);
}

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

body #page.grid-container {
    max-width: 1200px;
}
body.home #page.grid-container {
    max-width: 100%;
}



body .inside-header.grid-container {
    max-width: 100%;
}

body .site-logo.mobile-header-logo img {
    padding: 0;
}

body.nav-float-right .header-widget {
    display: none;
}

.social-icons a {
	display: inline-block;
	padding: 0 12px 0 0;
	font-size: 2em;
}

.social-icons a:last-child {
	padding: 0;
}

.main-navigation.toggled .main-nav li:first-child {
	border-top: 1px solid #DCDDDE;
}

.main-navigation.toggled .main-nav li {
	border-bottom: 1px solid #DCDDDE;
}

.metaslider .caption {
    margin-left: 10px;
}

.two-columns {
	column-count: 2;
}

.metaslider div.caption {
    margin-left: 35px;
}

/* div.metaslider .flexslider .flex-direction-nav li a {
    width: 90px;
    height: 90px;
	margin: 1.25em;
	top: 40%;
} */


form.space-search {
    position: absolute;
    left: 0;
    top: 120px;
    max-width: 283px;
    background-color: #0258a0;
    padding: 15px 15px;
}

form.space-search select {
    color: #000;
	padding: 6px 10px;
	margin-bottom: 5px;
}

.form-group {
    text-align: left;
}

form.space-search button {
    width: 100%;
    background-color: rgba(0,0,0,0.25);
    margin-top: 5px;
}

form.space-search label {
    font-size: 0.9em;
}

.prop-highlights h4,
div.property-address,
.property-main-content h5,
.prop-highlights h6,
.location h6,
.headline {
	font-size: 1.25em;
    color: #fff;
    background-color: #0258a0;
    padding: 7px 10px;
    margin-bottom: 0;
}

div.property-address {
	margin-bottom: 1em;
}

ul.leasing-contact {
    margin: 0;
    list-style-type: none;
    padding: 10px;
}

#prop_photos_slider {
	margin-bottom: -10px;
}

.h-form {
    background-color: #f7f7f7;
    padding: 1em;
    border: 1px solid #ccc;
    border-bottom: none;
}

td.td-thumbnail {
	width: 20%;
}

.button-wrapper {
	margin-top: 1em;
	text-align: center;
}

.member-info {
    position: absolute;
    bottom: 7px;
    width: calc(100% - 30px);
    text-align: center;
    line-height: 1;
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 1em;
    box-sizing: border-box;
    max-width: 640px;
}


.page-template-team-page #content {
    max-width: 1800px;
	margin: 0 auto;
}

.single-team {
	margin-bottom: 1em;
}

.testimonial {
    background-color: #DDDDDF;
    padding: 1rem;
	margin-bottom: 0;
}

.testimonial:nth-child(even) {
    background-color: #fff;
}

p.testimonial-author {
	margin-bottom: 0;
}

.testimonial-quote p {
	margin-bottom: 1rem;
}

.page-id-3924 .entry-content, .entry-summary {
    margin: 0;
}

.carousel-control i {
	position: absolute;
	top: 50%;
}

.property-current-dev {
    background-color: #f7f7f7;
    margin-bottom: 2rem;
}

.property-current-dev img {
    max-width: 350px;
	margin-bottom: 0.35rem;
}

.property-current-dev h3  {
    background-color: #0258a0;
    padding: 1rem;
	color: #fff;
	margin-bottom: 0;
}

.property-current-dev address  {
    background-color: #fff;
    padding: 1rem;
	color: #0258a0;
}

.property-current-dev p  {
    padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
}

#property-search-wide {
    background-color: #f7f7f7;
    margin-top: 2rem;
}

#property-search-wide .panel-heading,
#property-search-wide .panel-body {
    padding: 1rem;
}

#property-search-wide .panel-heading {
    background-color: #0258a0;
}

#property-search-wide .panel-heading h4 {
    color: #fff;
	margin-bottom: 0;
}

.team-bio {
	
}

div.team-bio-photo {
    margin: 0;
    padding: 0;
}

div.team-bio-photo img {
    margin-bottom: -7px;
}

div.team-bio-info {
	padding: 0;
}

.team-bio-header h2,
.team-bio-header p,
.team-bio-content p {
	padding: 1rem;
	margin-bottom: 0;
}

.team-bio-header h2 {
	background-color: #0258a0;
	color: #fff;
}

.team-bio-header p {
	background-color: #040404;
	color: #fff;
}

.team-bio-content p {
	padding: 1rem 1rem 0 1rem;
}

.team-bio-content .list-inline {
	list-style-type: none;
	margin: 0;
	background-color: #f7f7f7;
}

.team-bio-content .list-inline li {
	display: inline-block;
	padding: 1rem 0 1rem 1rem;
}

.team-bio-content .list-inline li a {
	
}

.single-property #content,
.single-space #content {
	max-width: 1600px;
	margin: 0 auto;
}

.caption form {
	display: inline-block;
	margin-right: 10px;
}

.caption form button {
	font-weight: 500;
	font-size: 1.5em;
}

.carousel-control i {
    font-size: 2em;
}

.carousel-indicators {
    bottom: 0;
}

.team-member {
	max-width: 640px;
}

.breadcrumb {
	background-color: #fff;
	color: #0258a0;
	text-align: center;
	padding: 10px;
}

.breadcrumb a {
	color: #0258a0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.before-footer-nav {
    max-width: 92%;
    margin: 0 auto 2em;
}

body .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #DDDDDF;
}

.table-bordered.table-striped > tbody > tr:nth-of-type(odd) > td {
	border: 1px solid #fff;
}

p.small {
	font-size: 80%;
}

td.td-name h5 {
	font-size: 120%;
	margin-bottom: 7px;
}

td.td-name p {
	margin-bottom: 7px;
}

td.td-thumbnail a {
	display: block;
	margin-bottom: -5px;
}

div.property-single-img img {
	margin-bottom: -7px;
}

.table-bordered > thead > tr > th {
    font-size: 1.1em;
}

ul.leasing-contact {
    padding: 10px 0;
}

.video-link {
	margin-top: 1rem;
}

.video-link p {
	margin-top: 0.5rem;
}

.video-link p a {
	font-size: 85%;
}

.video-link p a:before {
	content: "\f144";
	font-family: FontAwesome;
	margin-right: 5px;
}

.h-form label,
.availablke-space-search-horizontal label {
	font-weight: bold;
	font-size: 1.1em;
}

.td-thumbnail img {
	width: 200px;
} 

.vacancy-title h5 {
	margin-bottom: 7px;
	font-size: 120%;
}

.vacancy-title {
	 width: 30%;
}

.single-space .page-header h3,
.single-property .page-header h3 {
	font-size: 1.5em;
}

.single-space .page-header h2,
.single-property .page-header h2 {
	margin-bottom: 7px;
}

a h5 {
	color: #1e73be;
}

.property-address span {
	text-decoration:inherit;
	color: #ffffff !important;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

div.entry-meta {
    font-size: 90%;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.post-image-above-header .inside-article div.post-image {
    margin-bottom: 1em;
}

.post-image-aligned-right .inside-article .featured-image {
    max-width: 50%;
}

.post-image-above-header .inside-article div.post-image img {
	min-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2em;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.property-single-img img {
    min-width: 100%;
}

.home .wp-block-cover .wp-block-cover__inner-container {
    max-width: 90%;
}

.property-current-dev .wp-block-image .alignleft {
    margin: 0 1em .25em 0;
}

.property-current-dev .wp-block-image {
    margin-bottom: 0;
}

.property-current-dev .wp-block-image img {
    max-width: 300px;
}

.property-current-dev .address {
    background-color: #fff;
    padding: 1rem;
    color: #0258a0;
	font-style: italic;
	margin-bottom: 15px;
}

.property-current-dev {
	border: 1px solid #ddd;
}

.btn,
.button,
.wp-block-button a.wp-block-button__link {
	border-radius: 50px !important;
}


span.dropdown-menu-toggle:before {
    color: #000;
    font-size: 2rem;
	line-height: 2;
}





/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {
	
	.page-hero {
		margin-top: 0;
	}

	.page-hero h2,
	div.caption-wrap h2 {
		font-size: 3.5rem;
	}

	.page-hero h3,
	div.caption-wrap h3 {
		font-size: 1.75rem;
	}
	
	div.caption-wrap h3 {
		max-width: initial;
	}
	
	.home .wp-block-cover .wp-block-cover__inner-container h2 {
		font-size: 2.25rem;
	}

	.home .wp-block-cover .wp-block-cover__inner-container .social-icons {
		float: none;
	}
	
	div.caption-wrap .button {
		margin-right: 10px;
	}
	
	#footer-widgets .footer-widget-1 aside:nth-child(1),
	#footer-widgets .footer-widget-1 aside:nth-child(3) {
		width: 100%;
		display: block;
	}

	#footer-widgets .footer-widget-1 aside:nth-child(2) {
		width: 100%;
		display: block;
	}
	
	#footer-widgets .footer-widget-1 aside:nth-child(3) {
		margin-bottom: 2rem;
	}
	
	body.nav-float-right .header-widget {
		display: inline-block !important;
	}
	
	div.telephone {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 2;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		order: 4;
		flex-basis: 0;
		
	}
	
	body .main-navigation.has-branding .menu-toggle {
		flex-grow: 1;
		flex-basis: 0;
		padding-right: 0;
		padding-left: 0;
	}
		
	div.telephone a {
		line-height: 60px;
		padding-right: 0;
		font-size: 0.8rem;
		text-align: center;
		
	}
	
	body .site-logo.mobile-header-logo {
		-ms-flex-order: 0;
		order: 0;
		flex-grow: 2;
		flex-basis: 0;
	}
	
	.teal {
		font-size: 1.5em;
	}
	
	.home .wp-block-cover:hover .wp-block-cover__inner-container p {
		font-size: 0.9rem;
	}
	
	.hide-on-mobile {
		display: none !important;
	}
	
	body .site-logo.mobile-header-logo {
		margin-left: 0;
	}
	
	.main-navigation .main-nav ul ul.sub-menu li a {
		padding: 10px 14px 10px 27px;
	}
	
	.caption form button {
		font-size: 1em;
	}

}

@media (min-width: 980px) and (max-width: 1170px) {

	.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 18px;
	}
	
	.hero-text h2 {
		font-size: 90px;
	}
	
	.hero-text h3 {
		font-size: 40px;
	}

}

@media (max-width: 767px) {

	.wp-block-buttons.equal-width .wp-block-button {
		width: 100%;
		margin-bottom: 1rem;
	}

	.wp-block-buttons.equal-width .wp-block-button a {
		width: 100%;
	}
	
	.page-hero h2,
	div.caption-wrap h2 {
		font-size: 2rem;
	}

	.page-hero h3,
	div.caption-wrap h3 {
		font-size: 1rem;
	}
	
	div.caption-wrap h3 {
		max-width: 95%;
	}
	
	.home .wp-block-cover .wp-block-cover__inner-container h2 {
		font-size: 2rem;
	}
	
	div.caption-wrap .button {
		font-size: 1rem;
		    padding: 5px 10px;
	}
	
	.metaslider div.caption-wrap {
		margin-bottom: 0.75rem;
	}
	
	.teal {
		font-size: 1.25em;
	}
	
	.home .wp-block-cover:hover .wp-block-cover__inner-container p {
		font-size: 0.9rem;
	}
	
	.metaslider div.caption {
		margin-left: 0;
	}
	
	.page-hero h2 {
		font-size: 2.25em;
	}

	.page-hero h3 {
		font-size: 1.25em;
	}
	
	.flex-direction-nav {
		display: none !important;
	}
	
	/* .table-striped tr th {
		display: none;
	}


	.table-striped tr td:nth-child(1) {
		width: 33%;
		display: inline-block;
	}

	.table-striped tr td:nth-child(2) {
		width: 67%;
		display: inline-block;
	}

	.table-striped tr td:nth-child(3),
	.table-striped tr td:nth-child(4),
	.table-striped tr td:nth-child(5) {
		width: 33.33%;
		display: inline-block;
	}

	.table-striped tr td:nth-child(6),
	.table-striped tr td:nth-child(7) {
		width: 50%;
		display: inline-block;
	} */
	
	.single-space .page-header h3,
	.single-property .page-header h3 {
		font-size: 1em;
	}
	
	table#property_list {
		display: block;
	}

	table#property_list tr,
	table#property_list th,
	table#property_list td,
	table#property_list thead,
	table#property_list tbody {
		display: block;
		border-left: none;
		border-right: none;
		border-top: none;
		white-space: initial;
	}
	
	td.td-thumbnail {
		width: 100%;
	}
	
	table#spaces_list {
		display: block;
	}

	table#spaces_list tr,
	table#spaces_list th,
	table#spaces_list td,
	table#spaces_list thead,
	table#spaces_list tbody {
		display: block;
		border-left: none;
		border-right: none;
		border-top: none;
		white-space: initial;
		width: 100%;
	}	
	
	.post-image-aligned-right .inside-article .featured-image {
		max-width: 100%;
	}
	
	.property-current-dev .wp-block-image {
		margin-bottom: 0;
	}
	
	.property-current-dev .wp-block-image .alignleft {
		float: none;
		margin: 0;
	}

	.property-current-dev .wp-block-image img {
		max-width: 100%;
		margin-bottom: 0;
	}
	

}

@media (max-width: 600px) {
	
	.two-columns {
		column-count: 1;
	}
	
	#custom_html-3 span {
		display: block;
	}
	
	#footer-widgets .widget ul#menu-footer-navigation li {
		width: 48%;
		box-sizing: border-box;
		display: inline-block;
		padding: 5px;
	}
	
	#footer-widgets .widget ul#menu-footer-navigation li:first-child,
	#footer-widgets .widget ul#menu-footer-navigation li:nth-child(3) {
		/* border-right: 1px solid #fff; */
		padding-right: 9px;
	} 
	
	#footer-widgets .widget ul#menu-footer-navigation li:first-child,
	#footer-widgets .widget ul#menu-footer-navigation li:nth-child(2) {
		/* border-bottom: 1px solid #fff; */
	} 
	
	#footer-widgets .widget ul#menu-footer-navigation li:nth-child(2),
	#footer-widgets .widget ul#menu-footer-navigation li:last-child {
		margin-left: -4px;
	}	
	
	.caption form button {
		font-size: 0.8em;
		padding: 5px 10px;
	}
	
	div.caption-wrap h3 {
    	margin-bottom: 7px;; 
	}
}

@media (max-width: 480px) {
	
	span.mobile-menu {
		display: none;
	}
	
	body .site-logo.mobile-header-logo {
		flex-grow: 3;
	}

}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 

	.menu-item-has-children .dropdown-menu-toggle {
		display: none;
	}
	
	.main-navigation .main-nav ul li.menu-item-has-children>a {
		padding-right: 14px;
	}

}

@media (min-width: 1500px) {

	body, p, li {
		font-size: 1.25em;
	}
	
	#footer-widgets li a, #footer-widgets p, #footer-widgets span {
		font-size: 1.5em;
	}
	
	body #page.grid-container {
		max-width: 95%;
	}
	
	body.home #page.grid-container {
		max-width: 95%;
	}
	
	.main-navigation .main-nav ul li a {
		font-size: 1.25em;
	}
	
	body .page-hero .grid-container {
		max-width: 95%;
	}
	
	.carousel-control i {
		font-size: 2em;
	}
	
	.carousel-indicators li {
		width: 20px;
		height: 20px;
	}
	
	.carousel-indicators .active {
		width: 22px;
		height: 22px;
	}
	
	.table-bordered > thead > tr > th {
		font-size: 1.25em;
	}

}


@media (min-width: 2000px) {

	body, p {
		font-size: 1.25em;
	}

}
