/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.2.4.1671567620
Updated: 2022-12-20 20:20:20

*/

@font-face {
	font-family: Centennial;		
	font-weight: 300;
	src: url("/wp-content/themes/generatepress-child/devron-font-1.ttf");
	src: url("/wp-content/themes/generatepress-child/devron-font-1.ttf") format('truetype');	
}

@font-face {
	font-family: CentennialBold;	
	font-weight: 700;
	src: url("/wp-content/themes/generatepress-child/devron-font-2.ttf");
	src: url("/wp-content/themes/generatepress-child/devron-font-2.ttf") format('truetype');	
}

@font-face {	
	font-family: Universal;	
	font-weight: 300;
	src: url("/wp-content/themes/generatepress-child/UniversLTStd-Light.otf");
	src: url("/wp-content/themes/generatepress-child/UniversLTStd-Light.otf") format('otf');;
}

@font-face {	
	font-family: UniversalBold;		
	font-weight: 700;
	src: url("/wp-content/themes/generatepress-child/UniversLTStd-Bold.otf");
	src: url("/wp-content/themes/generatepress-child/UniversLTStd-Bold.otf") format('otf');;
}


:root {
	--theme-clr: #887151;
	--theme-clr-grey: #eaeae9;
	--theme-clr-drk: #2d2926;
	--theme-font-serif: Centennial, serif;
	--theme-font-serif-bold: CentennialBold, serif;
	--theme-font-sans-serif: Universal, sans-serif;
	--theme-font-sans-serif-bold: UniversalBold, sans-serif;
}

body {
	opacity: 0;
	transition: opacity 1s;
	font-family: Universal, sans-serif;		
	font-weight: 300;
}

body.home {
	background-color: fff;
}

.home .video {
	margin-top: 40px;
}

.home .site-footer {
	box-shadow:none;
	-webkit-box-shadow: none;
}

.site-header {
	background: #fff;
	transition: all ease 2s;
	z-index:99;
}

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

.entry-title {
	display: none;
}
.site-content {	
	padding: 2rem 0;
}

.separate-containers .featured-image {
	margin-top: 0;
}
.site-info {
	font-size: 12px;
	padding: 2rem 0.5rem 1rem 0;
}

.site-main {
	margin: 20px 20px 50px;
}


/* =============================================
   HEADING / PARAGRAPH ELEMENTS
================================================ */

h1, h2, h3, h4, h5, h6 {
	font-family: var(--theme-font-serif);
}


h1 {
	margin-bottom: 1em;
	line-height: 0.9em;
}
h1.centre.page-heading {
	text-align: center;
	margin-bottom: 2em;
}
h1.line {
	border-bottom: 2px #8c704c solid;
	padding-bottom: 0.5rem;
	margin-bottom: 1.25rem;
	width: 100%;
	max-width: 500px;
}
h3 {
	margin-bottom: 0.7em;
	color: #8d6f4c;
}
h3.centre {
	text-align: center;
	padding: 25px 0;
	border-top: 1px solid #8d6f4c;
	border-bottom: 1px solid #8d6f4c;
	margin: 0 auto 60px;
	max-width: 500px;
}
h5 {
	margin-bottom: 10px;
}

div, p {
	text-wrap:pretty;
}
p.centre {
	text-align: center;
	margin: 0 auto;
	max-width: 650px;
}
p.centre.about {
	margin-bottom: 8em;
}
p.centre.awards {
	margin-bottom: 1em;
}
.centre {
	text-align: center;
}
p {
	margin-bottom: 2em;
	line-height: 1.5em;	
}
p.paragraph {
	max-width: 500px;
	padding-right: 1rem;
}

a:link,
a:hover {
	transition: all ease 0.3s;
}

@media (max-width: 768px) {
	p.paragraph {
		max-width: 100%;
		padding-right: 0;
	}
}




/* =============================================
   FEATURED IMAGE EFFECT
================================================ */
.featured-image {
	position: relative;
	overflow: hidden !important;
	width: 100%;	
	z-index:-1;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(-3%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.featured-image {
  animation: 3s fadeInUp;
}



/* =============================================
   PAGES WITH GRADIENT BOTTOM IMAGES
================================================ */
/* .page-id-143 .site-content, */
.page-id-740 .site-content,
.page-id-91 .site-content{
	padding: 2rem 0 0 !important;
}


.page-id-143 .site-main,
.page-id-740 .site-main,
.page-id-91 .site-main{	
	margin: 20px 0 0 !important;	
}

.featured-image.page-header-image {
	max-width: 100%;
	max-height: 1100px;
	overflow: hidden;
}
.featured-image.page-header-image img {
	width: 100%;
	max-width: 100%;
	min-width: 800px;
}
@media (max-width: 500px) {
	.featured-image.page-header-image img {
		margin-left: -30%;
	}
}
.home .entry-content:not(:first-child) {
	margin-top: -3em;
}
.inside-navigation.grid-container {
	max-width: 100%;
}
.separate-containers .inside-article {
	padding: 0;
}
.wp-block-table td {
	border: 0 !important;
}
table {
	border-width: 0;
}


/* =============================================
   HOME SLIDESHOW
================================================ */
.home .site-header {
	z-index: 10000;
}
.home .grid-container {
	max-width: 100% !important;
}
.home .grid-container .site-content {
	padding: 0 !important;
	margin-top:-15px;
}
.bxslider > div {
	width: 100%;
	height: 100%;
	height: 100vh;
}
.bxslider > div > div {
	position: absolute;
	max-width: 400px;
	cursor: pointer;
}
.bxslider #southstation div {
	top: 150px;
	left: 10%;
}
.bxslider #southstation div h1 {
	color: #fff;
	text-shadow: 0 0 20px #000;
}
.bxslider #southstation div h2 {
	color: #fff;
	text-shadow: 0 0 20px #000;
	font-size: 50px;
	line-height: 1;
}

.bxslider #winslow div img {
	max-width: 200px;
	display: inline-block;
}
.bxslider #winslow div {
	text-align: center;
	top: 110px;
	right: 100px;
	color: #333;
	text-shadow: 0 0 20px #fff;
}
.bxslider #winslow div h1 {
	margin-top: 10px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 22px;
	color: #333;
}
.bxslider #winslow div h2 {
	top: 250px;
	right: 100px;
	color: #333;
	font-size: 50px;
	line-height: 1;
	text-shadow: 0 0 20px #fff;
}
.bxslider #winslow div h3 {
	color: #333;
	text-shadow: 0 0 20px #fff;
}

.bxslider #vanguard div {
	top: 150px;
	right: 100px;
	text-align: center;
}
.bxslider #vanguard div img {
	max-width: 200px;
	display: inline-block;
}
.bxslider #vanguard div h2 {
	top: 250px;
	right: 100px;
	margin-top: 30px;
	color: #333;
	text-shadow: 0 0 20px #fff;
	font-size: 50px;
	line-height: 1;
}

.bxslider #spadina div {
	top: 150px;
	left: 10%;
}
.bxslider #spadina div h1 {
	color: #fff;
	text-shadow: 0 0 20px #000;
}

#vanguard {
	background-image: url('/wp-content/uploads/2023/01/slide-vanguard.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#southstation {
	background-image: url('/wp-content/uploads/2023/01/slide-southstation-1.jpg');
	background-position: center bottom;
	background-size: cover;
}
#winslow {
	background-image: url('/wp-content/uploads/2023/01/slide-winslow-gradient.jpg');
	background-position: center right;
	background-size: cover;
}
#spadina {
	background-image: url('/wp-content/uploads/2023/01/slide-101spadina.jpg');
	background-position: center center;
	background-size: cover;
}

@media (max-width: 768px) {
	.bxslider #winslow div,
	.bxslider #vanguard div,
	.bxslider #southstation div,
	.bxslider #spadina div {
		text-align: center;
		top: 75px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.bxslider #winslow div {
		top: 50px;
	}
	.bxslider #vanguard div img,
	.bxslider #winslow div img {
		max-width: 150px;
	}
	.bxslider #winslow div h2 {
		font-size: 36px;
		margin-bottom: 8px;
	}
	.bxslider #southstation div h2 {
		font-size: 36px;
	}
	.bxslider #winslow div h3 {
		font-size: 24px;
	}
	.bxslider #vanguard div h2 {
		font-size: 36px;
		text-shadow: 0 0 10px #fff;
	}

	#southstation {
		background-image: url('/wp-content/uploads/2023/01/slide-southstation-mobile.jpg');
		background-position: right bottom;
		background-size: cover;
	}
	#vanguard {
		background-image: url('/wp-content/uploads/2023/01/slide-vanguard-mobile.jpg');
		background-position: right 100px center;
		background-size: cover;
	}
	#winslow {
		background-image: url('/wp-content/uploads/2023/01/slide-winslow-mobile.jpg');
		background-position: center center;
		background-size: cover;
	}
	#spadina {
		background-image: url('/wp-content/uploads/2023/01/slide-101spadina-mobile-1.jpg');
		background-position: right center;
		background-size: cover;
	}
}
/* =============================================
   MISA
================================================ */
.new-window {
	background: url('https://staging.devron.com/wp-content/uploads/2023/01/icon-new-window.png')
		no-repeat right bottom 2px;
	background-size: 12px;
	padding-right: 17px;
}

/* =============================================
   FOOTER
================================================ */
.site-footer {
	background: #fff;
	padding: 2rem 1.25rem 1.5rem 1.75rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0 0 0 25px;
}
.site-footer.grid-container {
	max-width: 100%;
}

.home .site-footer.grid-container {
	margin-top: -49px;
}
.footer-widgets-container {
	padding: 0px 25px 0px 40px;
}
.footer-widgets .widget p {
	border-top: 1px #8d6f4c solid;
	padding-top: 20px;
}

footer #footer-menu {
	list-style: none;
	text-align: left;
	-webkit-columns: 2 150px;
	-moz-columns: 2 150px;
	columns: 2 150px;
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	margin: 0;
}

footer #footer-menu a {
	font-size: 0.65rem;
	font-weight: 600;
	text-decoration: none;
	padding: 3px 0;
	color: var(--theme-clr-drk);
}

footer #footer-menu a:hover {
	color: var(--theme-clr);
}

#home #footer-menu .homepage,
#about #footer-menu .aboutpage,
#about #footer-menu .aboutsciences,
#about #footer-menu .aboutawards,
#about #footer-menu .aboutcareers,
#residences #footer-menu .residencespage,
#devronbuild #footer-menu .devronbuildpage,
#media #footer-menu .mediapage,
#contact #footer-menu .contactpage {
	color: var(--theme-clr);
}


footer .facebook,
footer .instagram,
footer .twitter {
	width: 12px;
}

footer .instagram {
	margin-left:5px;
	margin-right:5px;
}

.logo-footer {
	width: 100px;
}

.footer-bar {
	text-align: right;
	margin-bottom: -60px;
	font-style: italic;
}

footer h5 {
	font-weight: 500;
	text-align: left;
	font-size: 1.3rem;
	font-family: var(--theme-font-serif);
	margin-top: 1.75rem;
	margin-bottom: 0;
	color: var(--theme-clr-drk);
}

footer .inside-site-info {
	border-bottom: 1px var(--theme-clr-drk) solid !important;
	padding: 0;
	margin: 0 3%;
	align-items:flex-end;
}

.footer-bar-active .footer-bar {
	margin-bottom:5px;
	min-width:150px;
}

footer #copyright {
	line-height:1.2;	
	margin-top:5px;
	display:block;
}

@media (max-width:1100px) {
	footer .inside-site-info {	
	margin: 0;
}

}
footer #social {
	margin-top: 0.25rem;
}

footer #social .twitter {
	margin-left: 0.25rem;
}

@media (max-width: 768px) {
	footer .inside-site-info {
		flex-direction: row !important;		
	}
	.footer-bar-align-right .copyright-bar {
		order: -20;
		margin-right: auto;
	}
	.footer-widgets-container {
		padding: 0 !important;
	}
	footer #copyright {
	font-size: .65rem;
}
}

/* =============================================
   FORM
================================================ */
#contact #social .instagram {
	margin-right:7px;
	margin-left:3px;
}

#subscribe {
	text-align: center;
	margin: 0 auto;
}
#subscribe > div {
	max-width: 500px !important;
	margin: 0 auto;
}
.subscribe-form form {
	max-width: 400px;
}

.subscribe-form form input {	
	max-width: 100% !important;
}

#contact-info {	
	max-width:900px;
	margin:0 auto;
}

.subscribe-form-button {
	color: #fff !important;
	background: #8d6f4c !important;
	border-radius: 3px !important;
	border: 0 !important;
	text-transform: uppercase !important;
	float: left !important;
	font-size: 14px !important;
	font-weight:bold;
	line-height:1;
	vertical-align:middle;
	font-weight: bold !important;
	padding: 12px 15px 10px !important;
	margin-bottom:6rem !important;
}

button a {
	text-decoration: none !important;
}

div.wpforms-container-full {
	margin: 0 auto;
}


/* =============================================
   MAIN NAV
================================================ */
.auto-hide-sticky {
	transition:.5s ease all;
}

.main-navigation a {
	font-family: var(--theme-font-serif);
}

.main-navigation.navigation-stick.has-sticky-branding
	.inside-navigation.grid-container {
	padding-right: 10px;
	padding-left: 20px;
}
.sticky-enabled .main-navigation.is_stuck {	
	box-shadow: none;
}
.main-navigation .main-nav > ul > li {
	border-right: 1px #ccc solid;
}
.main-navigation .main-nav ul li:last-child {
	border-right: 0;
}
#generate-slideout-menu.do-overlay .slideout-menu li,
.slideout-navigation.do-overlay .inside-navigation {
	border-right: 0;
}
#primary-menu #menu-item-147 {
	display: none;
}
.main-navigation .main-nav ul li a {
	line-height: 1em;
	padding-bottom: 2px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-left: 40px;
	padding-right: 40px;
}

.main-navigation .main-nav ul li a span {	
	transition: all 0.3s ease;
}

.main-navigation .main-nav ul li a:hover span {
	opacity:1;
	transition: all 0.3s ease;
}


.main-navigation .main-nav ul li.current-page-ancestor a {
	color: var(--theme-clr-drk) !important;
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover {
	background: none;
}

.inside-header {
	padding: 20px 3% 20px 5%;
}

.main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
	padding: 0 3% 0 5%;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
	z-index: 1;
}

@media (max-width: 1300px) {
	.main-navigation .main-nav ul li a {
		padding-right: 25px;
		padding-left: 35px;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}	
}

@media (max-width: 1100px) {
	.main-navigation.navigation-stick.has-sticky-branding
		.inside-navigation.grid-container {
		padding: 0 5px 0 25px;
	}
	.site-header .header-image {
		width: 115px;
	}
	.navigation-branding img, 
	.site-logo.mobile-header-logo img {
		height:50px !important;
	}
	.inside-header {
		padding: 20px 5px 20px 25px;
	}
}

@media (max-width: 1000px) {
	.main-navigation a {
		font-size:16px;
	}
	.main-navigation .main-nav ul li a {
		padding-left: 20px;
	}
}


@media (max-width: 768px) {
	.inside-header {
		padding: 0 0 0 25px;
	}
	.navigation-branding img, 
	.site-logo.mobile-header-logo img {
		height:50px !important;
	}
	.main-navigation .main-nav ul li a {
		padding-right: 30px;
		padding-left: 30px;
		font-size: 18px;
		line-height: 36px;
	}
	.slideout-navigation.main-navigation .main-nav ul ul {
		opacity:0;
		background:#fff;
		transition: .25s ease-out all;
		display: block !important;
		max-height: 0;
		opacity:0;
		overflow: hidden;
		height: unset;
	}
	.slideout-navigation.main-navigation .main-nav ul ul li {
		opacity:0;	
		transition: .25s ease-in-out all;
	}
	.slideout-navigation.main-navigation .main-nav ul ul.toggled-on {
		transition: .5s ease-in-out all;
		opacity:1;
		max-height: 1000px;
		opacity: 1 !important;		
	}
	.slideout-navigation.main-navigation .main-nav ul ul.toggled-on li {
		opacity:1;		
	}
	.slideout-navigation.main-navigation .main-nav ul li a {
		font-size: 22px !important;
		line-height: 2.5 !important;		
	}
	.slideout-navigation.main-navigation .main-nav ul ul li a {
		font-size: 16px !important;
		line-height: 2.0 !important;
	}
	.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
		border-left:0 !important;
	}
	.tagline {
		font-size: 36px !important;
		margin-left: -10px;
	}
	.main-navigation .menu-toggle {
		font-size: 28px;
	}
	.menu-toggle {
		padding: 0 25px 0 20px;
	}

	.slideout-navigation.do-overlay .inside-navigation {
		padding: 5px 0 0 !important;
		max-width:800px !important;
	}
	.navigation-branding {
		margin-left: 0 !important;
	}
	.footer-widget-1 p {
		text-align: center;
	}
	.footer-widgets-container {
		padding-top: 30px;
		padding-right: 25px;
		padding-bottom: 5px;
		padding-left: 25px;
	}

}

/* ===========================
	 DROPDOWN MENUS
============================== */
#menu-primary ul {		
	text-align: center;
	opacity:0;
	width: 100%;
	top: -50px;	
	transition: .5s ease-out all;
	display: block !important;		
	background:#fff;
	z-index: -1;
}

#menu-primary ul a {	
	opacity:0;	
}

#menu-primary ul.toggled-on a {			
	opacity:1;	
}

#menu-primary > li:first-child {
	display:none;
}

#menu-primary ul.toggled-on {			
	opacity:1;
	transition: .5s ease all;
	left: 0;
	right: 0;	
	top: -64px;	
	padding: 100px 0 0;	
	visibility: visible;
	pointer-events: auto;
	height: auto;
	overflow: visible;
	float: none;	
	z-index: -1;
	width: auto;
	background: #f3f5f5;	
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);			
}

.menu-item-has-children .dropdown-menu-toggle {
	position: absolute;
	left: 0;
	right: 0;
	top: 17px;
	text-align: center;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;	
}

@media (min-width:769px) {
	.sub-menu li {
	position:absolute;
	top:-30px;
	transition:.8s;
	background:#f3f5f5;		
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	opacity:0;
}
.sub-menu.toggled-on li {	
	opacity:1;	
}
.sub-menu li a {
	padding:10px !important;	
}

.sub-menu.toggled-on li:first-child {	
	top:100px;		
}
.sub-menu.toggled-on li:nth-child(2) {	
	top:140px;	
}
.sub-menu.toggled-on li:nth-child(3) {	
	top:180px;	
}
.sub-menu.toggled-on li:nth-child(4) {	
	top:220px;	
}
.sub-menu.toggled-on li:nth-child(5) {	
	top:260px;	
}
.sub-menu.toggled-on li:nth-child(6) {	
	top:300px;	
}
.sub-menu.toggled-on li:nth-child(7) {	
	top:340px;	
}
}


.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 40px;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 9px 10px;	
	border-bottom: 1px solid #ccc;
	font-size:16px;
}

.main-navigation .main-nav ul ul li:last-child a {
	border-bottom: 0;
}

@media (max-width: 1300px) {
	.main-navigation .main-nav ul li.menu-item-has-children > a {
		padding-right: 35px;
	}
}

@media (max-width: 1000px) {
	.main-navigation .main-nav ul li.menu-item-has-children > a {
		padding-right: 15px;
	}
	.main-navigation .main-nav ul ul li a {	
		font-size: 15px;
}
}

@media (min-width: 769px) {	
	.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay {
		display: none;			
	}		
}

@media (max-width: 768px) {
	#menu-primary > li:first-child {
		display:block;
	}
	.dropdown-click .main-navigation .sub-menu.toggled-on {
		top: -50px;
		z-index:1;
		width: 100%;
		background: #f3f5f5;
		box-shadow: none;
		padding: .25rem 1rem .2rem;	
	}
	.slideout-navigation.do-overlay .slideout-menu li {
		margin-bottom:0 !important;
	}
	.main-navigation .main-nav ul ul li a {
		padding:5px 15px;
		font-size:15px;		
	}
	.main-navigation .main-nav ul li.menu-item-has-children > a {
		padding: 0 0 .5rem;
	}
	.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle {
		margin:0 !important;
	}	
	.slideout-navigation.main-navigation:not(.slideout-transition).do-overlay {
		opacity: 1;
		transition: .1s ease-in-out;		
	}
	.gp-icon.icon-arrow {
		top: .3em !important;
		position:relative;
	}	
	.slideout-menu {
		background: #fff;	
	}	
}






/* =============================================
   ABOUT
================================================ */
.about-container {
	padding: 0 10px;
	max-width: 1100px;
	margin: 0 auto;
}

.about-container.intro {
	padding: 60px 15px 50px;
	background: var(--theme-clr);
	max-width: 100%;
	margin-top: -58px;
	margin-bottom: 50px;
}

#intro-about {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

#intro-about h2 {
	font-family: var(--theme-font-serif);
	color:#fff;
}

.vision,
.committment,
.tradition {
	max-width: 400px;
	width: 100%;
}

.committment {
	max-width: 500px;
	width: 100%;
}

.tradition {
	max-width: 450px;
	width: 100%;
}

@media (max-width: 1024px) {
	.about-container {
		padding: 60px 10px;
	}
}

@media (max-width: 768px) {
	.about-container .commitment > div:first-child {
		-ms-flex-order: 2;
		order: 2;		
	}
	.about-container .commitment > div:last-child {
		-ms-flex-order: 1;
		order: 1;
	}
}



/* =============================================
   ABOUT AWARDS
================================================ */
.awards-container {
/* 	background: url('/wp-content/uploads/2023/09/about-awards-bg.jpg') no-repeat center center;
	background-size: cover; */
	padding: 30px 10px 50px;
}

.awards-container .awards-list {
	max-width: 1000px;
	margin: 0 auto; 
    
}

.awards-container .line {	
	border-top: 1px var(--theme-clr) solid;		
}

.awards-container .line.mobile {	
	border-top: 0;
}

.awards-container .awards-list h2 {
	color: var(--theme-clr-drk);	
	padding:1rem 0 0;
	margin-bottom:.5rem;
	text-shadow: 0 0 20px #fff;
}

.awards-container .awards-list h3 {	
	color: var(--theme-clr);
	font-size: 1.2rem;
	margin: 0 0 1.5rem;
	font-family: var(--theme-font-serif);
	text-shadow: 0 0 20px #fff;
	line-height:1.4 !important;
}

.awards-container .awards-images {
	max-width:1000px;
	margin: 50px auto 0;
}

@media (max-width:768px) {
	.awards-container {	
	padding: 25px 10px 50px;
}
	.awards-container .line.mobile {	
	border-top: 1px var(--theme-clr) solid;		
}
}


/* =============================================
   ABOUT - BUILDING SCIENCES
================================================ */




/* =============================================
   ABOUT - CAREERS
================================================ */
.careers-container {
	background: url('/wp-content/uploads/2023/09/about-careers-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 30px 10px 50%;
}

.careers-container > .grid-x {
	max-width:1100px;
	margin: 0 auto;
}

.careers-container h2,
.careers-container #team h3 {
	color: var(--theme-clr);
	font-family: var(--theme-font-serif);
}

.careers-container #intro p {
	text-align: justify;
}

.careers-container #team {	
	margin: 70px auto;
	max-width:800px;
	padding: 0 4%;
}

.careers-container #team .grid-x {	
	gap:25px;
}

.careers-container #team h2 {
	text-align:center;
}

.careers-container #team h3 {
	font-size:24px;
	line-height:1.0;
}

.careers-container #team .team-job {	
	border: 1px var(--theme-clr) solid;
	padding: 1.5rem 1.5rem .5rem;
	background:rgba(255,255,255,.7);
	width:47%;
}

.careers-container #team .team-job h6 {	
	font-weight: bold;
	font-size:.8rem;
	margin-bottom:0;
}

.careers-container #team .team-job p {		
	font-size:.8rem;
	margin-bottom:0		
}

.careers-container #team .team-job .learn-more a {		
	font-size:.8rem;
	display:inline-block;
	margin-bottom:0;
	padding:1rem 150px 1rem 0;
	background: url('/wp-content/uploads/2023/09/button-arrow.svg') no-repeat right 50px center;
	background-size: 90px;	
	text-decoration:none ;
	color: var(--theme-clr);
	font-weight:600;	
}

.careers-container #team .team-job .learn-more a:hover {		
	background: url('/wp-content/uploads/2023/09/button-arrow.svg') no-repeat right 35px center;
	background-size: 90px;
	text-decoration:none ;
	color: var(--theme-clr);
	font-weight:600;	
}

.careers-container #purpose {
	text-align:center;
	font-size: 1.2rem;
}

.careers-container #purpose h2 {
	text-align:center;
	max-width:650px;
	margin: 0 auto;
	text-shadow: 0 0 40px #fff;
}

.careers-container .line {
	height: 1px;
	background: var(--theme-clr);
	margin: 1.5rem auto;
	width:100%;
	max-width: 150px;	
}

@media (max-width:768px) {
	.careers-container #team .team-job {	
	width:100%;
}
}


/* =============================================
   RESIDENCES
================================================ */
.page-id-85 .site.grid-container.container,
.page-id-562 .site.grid-container.container,
.page-id-628 .site.grid-container.container,
.page-id-630 .site.grid-container.container,
.page-id-632 .site.grid-container.container,
.page-id-634 .site.grid-container.container,
.page-id-636 .site.grid-container.container {
	max-width: 100%;
	padding: 1rem 0;
	background: #eaeae9;
	border-top: 3px #fff solid;
}

.page-id-85 .residences-container,
.page-id-562 .residences-container,
.page-id-628 .residences-container,
.page-id-630 .residences-container,
.page-id-632 .residences-container,
.page-id-634 .residences-container,
.page-id-636 .residences-container {
	background: #eaeae9;
	padding-bottom:2rem;
}

#residences #gallery > div {
	overflow:hidden;
	border-left: 10px var(--theme-clr-grey) solid;
	border-right: 10px var(--theme-clr-grey) solid;
}

#residences #gallery img{	
	display:block;
}

#residences #gallery > div img {	
	transition: .5s all ease;
}

#residences #gallery > div img:hover {
	transform: scale(1.15);
	transition: .5s all ease;
}

.grid-row {
	display: grid;
	width: 100%;
	gap: 1.5rem !important;
  	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
}

.flex-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;   
}

.flex-item:last-child {   
	justify-content:start;    
}

.residences-container > .grid-x,
.residences-container > .grid-row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 .75rem;
}

.residences-container > .grid-row {	
	padding: 0 1.5rem;
}

.residences-container .img-container {
	overflow: hidden;
}

.residences-container #gallery .cell {
	margin-bottom: 1.25rem;
}

.residences-container h1 {
	margin: 0 auto 5rem;
	text-align:center;
}

.residences-container h1,
.residences-container h2 {
	font-family: var(--theme-font-serif);
	color: #8c704c;
	text-transform: uppercase;
}

.residences-container h2 {
	margin-bottom: 0.5rem;
}

.residences-container p {
	line-height: 1.5em;
	margin-bottom: 1.5rem;
	text-align: left;
}

.residences-container h6 {
	font-family: var(--theme-font-sans-serif);	
	color: var(--theme-clr);	
	letter-spacing: 1px;
	line-height:1;
	margin: 0 auto 5px;
	text-align:center;
	font-size:.7rem;
	font-weight:bold;	
	width:100%;
	background: linear-gradient(var(--theme-clr-grey) 45%, var(--theme-clr) 46%, var(--theme-clr) 54%, var(--theme-clr-grey) 55% );
}

.residences-container h6 span {	
	background-color: var(--theme-clr-grey);
	padding: 0 7px;
	
}

.residences-intro h6 {
	margin: 1.6rem auto 5px;
	font-size:.9rem;
	font-weight: bold;
}

.residences-logo {	
	text-align:center;
	z-index:1;		
	position: relative;
}

.residences-logo img {
	margin: 0 auto;
    max-width: 200px;  
    text-align: center;
}

.residences-intro {	
	max-width:700px;
	margin:0 auto;	
	padding:4rem 0 3rem;
	text-align: justify;
}

.residences-intro.noLink {	
	margin:0 auto 4rem;
	max-width: 700px;
}

.goToResidence {
	text-align: right;
	background: var(--theme-clr-drk);
	margin-bottom: 1.5rem;
	border-top: 1px solid #eaeae9;
	margin-top: -7px;
}

.goToResidence a {
	background: var(--theme-clr-drk);
	color: #fff;
	font-size: 0.65rem;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0.32rem 2rem 0.3rem 1rem;
	background: var(--theme-clr-drk) url('/wp-content/uploads/2023/10/icon-gallery.svg') no-repeat right 10px center;
	background-size: 20px;
	line-height: 1.4;	
	display: block;
}

.button-container {
	text-align:center;
	margin-top: auto;
}

.siteLink {
	margin-bottom: 5rem;

}

.siteLink a {
	color: #fff !important;
	background: var(--theme-clr);
	border-radius: 2px;
	border: 0 !important;
	text-transform: uppercase !important;
	padding: 10px 16px 8px !important;
	font-family: UniversalBold, sans-serif;
	font-weight:700;
	font-size: 0.8rem;
	text-decoration: none;
	letter-spacing:1px;
	transition: 0.5s ease all;
}

.siteLink a:hover {
	transform: scale(1.1);
	transition: 0.5s ease all;
}

button.view-gallery {
	color: #fff !important;
	background: none !important;
	border: 0 !important;
	text-transform: uppercase !important;
	padding: 7px 16px 8px !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

#residences #south-station {
	background: url('/wp-content/uploads/2023/01/residences-south-station.jpg')
		no-repeat center center;
	background-size: cover;
}
#residences #winslow {
	background: url('/wp-content/uploads/2023/01/residences-winslow.jpg')
		no-repeat center center;
	background-size: cover;
}
#residences #yonge {
	background: url('/wp-content/uploads/2023/01/residences-1140-yonge.jpg')
		no-repeat center center;
	background-size: cover;
}
#residences #spadina {
	background: url('/wp-content/uploads/2023/01/residences-101-spadina.jpg')
		no-repeat center center;
	background-size: cover;
}
#residences #vanguard {
	background: url('/wp-content/uploads/2023/01/residences-vanguard.jpg')
		no-repeat center center;
	background-size: cover;
}
#residences #flo {
	background: url('/wp-content/uploads/2023/01/residences-flo.jpg') no-repeat
		center center;
	background-size: cover;
}

.project-logo {
	text-align: center;
}


@media (max-width: 768px) {
	.siteLink {
	margin-bottom: 6rem;	
}	
	.residences-container h1 {
		margin-left: 0px;
	}
	#residences-intro.noLink {	
	margin-bottom: 4rem;		
}
}




/* =============================================
   DEVRON BUILDS
================================================ */
.devronbuild-container {	
	padding: 100px 0 0;
}

.devronbuild-container #intro {
	max-width:1100px;
	margin: 0 auto;
	padding: 0 .75rem;
}

.devronbuild-container h2,
.devronbuild-container #team h3 {
	color: var(--theme-clr);
	font-family: var(--theme-font-serif);
}

.devronbuild-container #intro p {
	text-align: justify;
}

.devronbuild-container #updates {
	max-width:1100px;
	margin: 0 auto;
	padding: 100px 1.5rem;
}

.devronbuild-container #updates .cell {
	border:3px #fff solid;
	background: #eeeeee;
	padding: 2rem 1.5rem;
}

.devronbuild-container #updates p {
	text-align: center;	
	margin:0;
	font-size:17px;
	line-height: 1.4;
	color: var(--theme-clr);
	font-family: var(--theme-font-serif);
}

.devronbuild-container #team {
	max-width:100%;
	margin: 0 auto;
	padding: 100px .75rem;
	background: var(--theme-clr-drk);
}

.devronbuild-container #team > .grid-x {
	max-width:1070px;
	margin: 0 auto;
}

.devronbuild-container #team h4 {
	color: #fff;
	font-family: var(--theme-font-serif);
	margin-bottom:2rem;
}

.devronbuild-container #team h2 {	
	margin-top:2rem;
	margin-bottom:2rem;
}

.devronbuild-container #team ul {	
	color:#fff;
	margin:0 0 0 1rem;
}

.devronbuild-container #team ul li {	
	color:#fff;
	margin-bottom:1rem;
}


/* =============================================
   MEDIA
================================================ */
.news-items {
	margin: 3em auto 0;
	padding: 0 0.25rem;
	max-width:1200px;
}
.news-items .cell {
	border-top: 5px #fff solid;
	border-bottom: 5px #fff solid;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-items .cell:hover {
	cursor: pointer;
}
.news-items .cell img {
	filter: brightness(0.35);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-items .cell p {
	position: absolute;
	padding: 1.5rem;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	max-width: 350px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 0.85rem;
	z-index: 10;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news-items .cell {
  transition: filter 0.3s, background 0.3s;
}
.news-items .cell:hover,
.news-items .cell:focus {
  filter: brightness(1.5);
}
.news-items .cell p {
  transition: filter 0.3s, color 0.3s;
}
.news-items .cell:hover p,
.news-items .cell:focus p {
  filter: brightness(1.5);
}

.news-items .cell img:hover + p {
  filter: brightness(1.5);
}



@media (max-width: 768px) {
	.news-items .cell p {
		position: absolute;
		font-size: 0.7rem;
	}
}


/*  CONTACT  */
.centre.margin-bottom {
	margin: 0 auto 1rem;
}




/* =============================================
	 GRID
================================================ */
.grid-x {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.cell {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-height: 0px;
	min-width: 0px;
	width: 100%;
}
.cell.auto {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.cell.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.grid-x > .auto {
	width: auto;
}

.grid-x > .shrink {
	width: auto;
}

@media (min-width: 551px) and (max-width:1023px) {	
	#residences .grid-x > .medium-9 {		
		flex-basis: 50% !important;
	}
}
@media (max-width:550px) {
	#residences .grid-x > small-18 {	
	flex-basis: 100% !important;
}
}


.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18 {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@media print, screen and (min-width: 769px) {
	.grid-x > .medium-shrink,
	.grid-x > .medium-full,
	.grid-x > .medium-1,
	.grid-x > .medium-2,
	.grid-x > .medium-3,
	.grid-x > .medium-4,
	.grid-x > .medium-5,
	.grid-x > .medium-6,
	.grid-x > .medium-7,
	.grid-x > .medium-8,
	.grid-x > .medium-9,
	.grid-x > .medium-10,
	.grid-x > .medium-11,
	.grid-x > .medium-12,
	.grid-x > .medium-13,
	.grid-x > .medium-14,
	.grid-x > .medium-15,
	.grid-x > .medium-16,
	.grid-x > .medium-17,
	.grid-x > .medium-18 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media print, screen and (min-width: 1024px) {
	.grid-x > .large-shrink,
	.grid-x > .large-full,
	.grid-x > .large-1,
	.grid-x > .large-2,
	.grid-x > .large-3,
	.grid-x > .large-4,
	.grid-x > .large-5,
	.grid-x > .large-6,
	.grid-x > .large-7,
	.grid-x > .large-8,
	.grid-x > .large-9,
	.grid-x > .large-10,
	.grid-x > .large-11,
	.grid-x > .large-12,
	.grid-x > .large-13,
	.grid-x > .large-14,
	.grid-x > .large-15,
	.grid-x > .large-16,
	.grid-x > .large-17,
	.grid-x > .large-18 {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

.grid-x > .small-1 {
	width: 5.55556%;
}

.grid-x > .small-2 {
	width: 11.11111%;
}

.grid-x > .small-3 {
	width: 16.66667%;
}

.grid-x > .small-4 {
	width: 22.22222%;
}

.grid-x > .small-5 {
	width: 27.77778%;
}

.grid-x > .small-6 {
	width: 33.33333%;
}

.grid-x > .small-7 {
	width: 38.88889%;
}

.grid-x > .small-8 {
	width: 44.44444%;
}

.grid-x > .small-9 {
	width: 50%;
}

.grid-x > .small-10 {
	width: 55.55556%;
}

.grid-x > .small-11 {
	width: 61.11111%;
}

.grid-x > .small-12 {
	width: 66.66667%;
}

.grid-x > .small-13 {
	width: 72.22222%;
}

.grid-x > .small-14 {
	width: 77.77778%;
}

.grid-x > .small-15 {
	width: 83.33333%;
}

.grid-x > .small-16 {
	width: 88.88889%;
}

.grid-x > .small-17 {
	width: 94.44444%;
}

.grid-x > .small-18 {
	width: 100%;
}

@media print, screen and (min-width: 769px) {
	.grid-x > .medium-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .medium-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x > .medium-1 {
		width: 5.55556%;
	}
	.grid-x > .medium-2 {
		width: 11.11111%;
	}
	.grid-x > .medium-3 {
		width: 16.66667%;
	}
	.grid-x > .medium-4 {
		width: 22.22222%;
	}
	.grid-x > .medium-5 {
		width: 27.77778%;
	}
	.grid-x > .medium-6 {
		width: 33.33333%;
	}
	.grid-x > .medium-7 {
		width: 38.88889%;
	}
	.grid-x > .medium-8 {
		width: 44.44444%;
	}
	.grid-x > .medium-9 {
		width: 50%;
	}
	.grid-x > .medium-10 {
		width: 55.55556%;
	}
	.grid-x > .medium-11 {
		width: 61.11111%;
	}
	.grid-x > .medium-12 {
		width: 66.66667%;
	}
	.grid-x > .medium-13 {
		width: 72.22222%;
	}
	.grid-x > .medium-14 {
		width: 77.77778%;
	}
	.grid-x > .medium-15 {
		width: 83.33333%;
	}
	.grid-x > .medium-16 {
		width: 88.88889%;
	}
	.grid-x > .medium-17 {
		width: 94.44444%;
	}
	.grid-x > .medium-18 {
		width: 100%;
	}
}

@media print, screen and (min-width: 1024px) {
	.grid-x > .large-auto {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		width: auto;
	}
	.grid-x > .large-shrink {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.grid-x > .large-1 {
		width: 5.55556%;
	}
	.grid-x > .large-2 {
		width: 11.11111%;
	}
	.grid-x > .large-3 {
		width: 16.66667%;
	}
	.grid-x > .large-4 {
		width: 22.22222%;
	}
	.grid-x > .large-5 {
		width: 27.77778%;
	}
	.grid-x > .large-6 {
		width: 33.33333%;
	}
	.grid-x > .large-7 {
		width: 38.88889%;
	}
	.grid-x > .large-8 {
		width: 44.44444%;
	}
	.grid-x > .large-9 {
		width: 50%;
	}
	.grid-x > .large-10 {
		width: 55.55556%;
	}
	.grid-x > .large-11 {
		width: 61.11111%;
	}
	.grid-x > .large-12 {
		width: 66.66667%;
	}
	.grid-x > .large-13 {
		width: 72.22222%;
	}
	.grid-x > .large-14 {
		width: 77.77778%;
	}
	.grid-x > .large-15 {
		width: 83.33333%;
	}
	.grid-x > .large-16 {
		width: 88.88889%;
	}
	.grid-x > .large-17 {
		width: 94.44444%;
	}
	.grid-x > .large-18 {
		width: 100%;
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}

.grid-padding-x > .cell {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.33333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.66667%;
}

.small-up-7 > .cell {
	width: 14.28571%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 769px) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	.medium-up-2 > .cell {
		width: 50%;
	}
	.medium-up-3 > .cell {
		width: 33.33333%;
	}
	.medium-up-4 > .cell {
		width: 25%;
	}
	.medium-up-5 > .cell {
		width: 20%;
	}
	.medium-up-6 > .cell {
		width: 16.66667%;
	}
	.medium-up-7 > .cell {
		width: 14.28571%;
	}
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

@media print, screen and (min-width: 1024px) {
	.large-up-1 > .cell {
		width: 100%;
	}
	.large-up-2 > .cell {
		width: 50%;
	}
	.large-up-3 > .cell {
		width: 33.33333%;
	}
	.large-up-4 > .cell {
		width: 25%;
	}
	.large-up-5 > .cell {
		width: 20%;
	}
	.large-up-6 > .cell {
		width: 16.66667%;
	}
	.large-up-7 > .cell {
		width: 14.28571%;
	}
	.large-up-8 > .cell {
		width: 12.5%;
	}
}

/* =============================================
		 ALIGNMENT
	================================================ */
.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.align-justify {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.align-right.vertical.menu > li > a {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	-ms-flex-pack: center;
	justify-content: center;
}

.align-top {
	-ms-flex-align: start;
	align-items: flex-start;
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.align-middle {
	-ms-flex-align: center;
	align-items: center;
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.align-center-middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6;
}

@media print, screen and (min-width: 1024px) {
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media print, screen and (min-width: 1024px) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

/* ==========================================================================
	 WOW ANIMATE ELEMENTS ON VIEWPORT ENTRY
	 class="wow slideInRight" data-wow-delay="0s" data-wow-duration="1s"
============================================================================= */
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: 2 /*infinite*/;
	animation-iteration-count: 2 /*infinite*/;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(25%);
		transform: translateY(25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(25%);
		transform: translateY(25%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInUpShallow {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUpShallow {
	0% {
		-webkit-transform: translateY(8%);
		transform: translateY(8%);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.slideInUpShallow {
	-webkit-animation-name: slideInUpShallow;
	animation-name: slideInUpShallow;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	animation-iteration-count: 2;
	animation-delay: 5s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
