/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

::selection {
	background: #a3d8ff;
	color: initial !important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #333333 !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333 !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #333333 !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #333333 !important;
}

.wpcf7-response-output {
	color: white !important;
	font-size: 42px !important;
	margin: 0 auto;
}

/* home page */

.subheading h3  {
  
font-family: Caveat !important;
font-size: 44px !important;

  
}


.impact-content {
	width: 90%;
	max-width: 1000px;
}

.impact-content h1 {
	padding-top: 20px;
	max-width: 800px;
	font-size: 65px !important;
}

.impact-content h1 code {
	padding: 0 4px;
	color: #fff;
	font-size: 65px !important;
	background-color: #F24E4E !important;
	border-radius: 5px;
}

.impact-content p {
	max-width: 705px;
	font-size: 18px !important;
}

#menu-locations {
	margin-top: 50px;
	padding-left: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

#menu-locations li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-right: 15px;
	margin-bottom: 10px;
	min-height: 30px;
}

#menu-locations a {
	padding: 7px 25px;
	height: 20px;
	font-size: 15px;
	font-family: 'Rubik', Arial, sans-serif;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
	border-radius: 100px;
	border: 1px solid;
	transition: all 0.3s;
}

#menu-locations a:link, #menu-location a:visited {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.25);
	border-color: rgba(255, 255, 255, 0.5);
}

#menu-locations a:hover, #menu-location a:active {
	color: #fff;
	background-color: #F24E4E;
	border-color: #F24E4E;
}

/* header */

/* contact - looking for */

.section-looking-for {
	position: relative;
}

.section-looking-for:before {
	position: absolute;
	top: -50px;
	left: 17.8%;
	content: '';
	display: block;
	width: 100px;
	height: 110px;
	z-index: 1;
	background: url('/wp-content/uploads/2018/07/icon-logo-bubble.svg') center center no-repeat;
	background-size: 100px 110px;
	-webkit-background-size: 100px 110px;
}


.section-looking-for form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.wpcf7-form > div:first-child + p {
     margin-top: 18px;
}

.section-looking-for input, .section-looking-for select, .section-looking-for textarea {
	width: 100%;
	color: #333 !important;
	background: #fff !important;
	border-color: #fff !important;
}

.section-looking-for input, .section-looking-for select {
	height: 48px;
}

.section-looking-for form p {
	position: relative;
	width: 48%;
}

.section-looking-for form p:nth-of-type(2), .section-looking-for form p:nth-of-type(4), .section-looking-for form p:nth-of-type(6) {
	margin-left: 4%;
}

.section-looking-for form p:nth-of-type(4):after, .section-looking-for form p:nth-of-type(5):after, .section-looking-for form p:nth-of-type(6):after {
	position: absolute;
	top: 58px;
	right: 4%;
	width: 0;
	height: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.section-looking-for form p:nth-of-type(7) {
	width: 100%;
}

.section-looking-for form p:nth-of-type(7) {
	margin-top: 0;
}

.section-looking-for form p:nth-of-type(7) label {
	font-size: 0;
}

.section-looking-for form p:nth-of-type(7) label br {
	display: none;
}

.section-looking-for form p:nth-of-type(8) {
	margin-top: 35px;
}

.section-looking-for form p:nth-of-type(8) span {
	display: block;
	font-weight: 300;
}

.section-looking-for form p:nth-of-type(8) span a:link, .section-looking-for form p:nth-of-type(8) span a:visited {
	text-decoration: underline;
}

.section-looking-for form p:nth-of-type(8) span a:hover, .section-looking-for form p:nth-of-type(8) span a:active {
	text-decoration: none;
}

.section-looking-for form p:nth-of-type(9) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	width: 52%;
	min-width: 200px;
}

.section-looking-for input[type="submit"] {
	margin-top: 20px;
	width: 200px;
	height: 50px;
	color: #fff !important;
	font-size: 20px;
	font-family: 'Rubik', Arial, sans-serif;
	font-weight: 400 !important;
	line-height: 1;
	text-align: left !important;
	text-transform: uppercase;
	background: #F24E4E url('/wp-content/uploads/2018/07/icon-submit.png') no-repeat !important;
	border-radius: 100px;
	border: none !important;
	background-position: 155px 13px !important;
}

.section-looking-for form p span {
	width: 95%;
}

@media (max-width: 959px) {
	.impact-content {
		display: block;
		margin: 0 auto;
	}
	body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item-link>a {
		font-size: 16px !important;
	}
	.impact-content h1, .home h2 {
		font-size: 24px !important;
	}
	.impact-content h1 {
		padding-top: 35px;
	}
	#menu-locations {
		justify-content: center;
	}
	#menu-locations a {
		height: 35px;
	}
	.section-looking-for:before {
		left: 6%;
	}
	.section-looking-for input, .section-looking-for select, .section-looking-for form p {
		width: 100%;
		margin-left: auto;
	}
	.section-looking-for form p:nth-of-type(2), .section-looking-for form p:nth-of-type(4), .section-looking-for form p:nth-of-type(6) {
		margin-left: auto;
	}
	.heading-text {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	.btn-view-all-blog-posts .icon-box.icon-inline {
		align-items: center;
		text-align: center !important;
		justify-content: center !important;
	}
	.category-featured-blog-posts .t-entry-readmore, .featured-blog-posts .t-entry-readmore {
		text-align: right !important;
	}
	.btn-view-all-blog-posts {
		width: 100%;
		max-width: 380px;
		margin: 0 auto;
	}
}

/* contact - looking for */

/* blog */

body.single-post:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-dark-original>*, body.single-post:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-light-original.style-dark-override>*, .single-post .menu-container {
	background: #fff !important;
	border: none !important;
}

body.single-post:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a {
	color: #303133 !important;
}

body.single-post:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a:hover, body.single-post:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner>.nav>.menu-smart>li>a:active {
	color: rgba(48, 49, 51, 0.5) !important;
}

.section-blog .featured-blog-posts .isotope-container {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.category-featured-blog-posts .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span, .featured-blog-posts .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span {
	color: #8f8f8f;
	font-weight: 300;
}

.category-featured-blog-posts h3, .featured-blog-posts h3 {
	min-height: 80px;
	min-height: 80px
}

.category-featured-blog-posts .tmb-light.tmb .t-entry, .featured-blog-posts .tmb-light.tmb .t-entry {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 350px;
}

.category-featured-blog-posts .tmb-light.tmb .t-entry-text .t-entry-title a, .featured-blog-posts .tmb-light.tmb .t-entry-text .t-entry-title a {
	color: #F24E4E !important;
	font-size: 20px;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

.category-featured-blog-posts .tmb-light.tmb .t-entry-text p, .featured-blog-posts .tmb-light.tmb .t-entry-text p {
	padding: 20px 0 5px;
	color: #222;
	font-family: 'Roboto', Arial, sans-serif;
}

.section-blog .tmb-light.tmb .t-entry-text p {
	padding-top: 0 !important;
}

.category-featured-blog-posts .t-entry-text p:nth-of-type(2), .featured-blog-posts .t-entry-text p:nth-of-type(2) {
	min-height: 200px;
}

.category-featured-blog-posts .t-entry-readmore, .featured-blog-posts .t-entry-readmore {
	margin-top: 0;
	min-height: 50px;
}

.category-featured-blog-posts .btn, .featured-blog-posts .btn {
	padding: 0 !important;
	width: 49px !important;
	height: 49px !important;
	font-size: 0 !important;
	background-color: #EFF6F8 !important;
	background-image: url('/wp-content/uploads/2018/07/arrow-red.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-color: #EFF6F8 !important;
	border-radius: 100px !important;
}

.category-featured-blog-posts .t-entry-readmore, .featured-blog-posts .t-entry-readmore, .btn-view-all-blog-posts .icon-box.icon-inline {
	text-align: right !important;
}

.btn-view-all-blog-posts .icon-box.icon-inline {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.btn-view-all-blog-posts a {
	color: #F24E4E !important;
	font-size: 15px;
	font-family: 'Roboto' !important;
	text-transform: none !important;
}

.btn-view-all-blog-posts .icon-media {
	display: flex;
	background-color: #F24E4E !important;
	border-radius: 100px;
	align-items: center;
	justify-content: center;
}

.btn-view-all-blog-posts .icon-media img {
	margin: auto;
	width: 24px;
	height: 24px;
}

.icon-view-all {
	display: inline-block !important;
	margin-top: 0 !important;
	max-width: 50px !important;
}

.single-post .page-prev .btn, .single-post .page-next .btn {
	font-size: 12px !important;
	width: 100px !important;
	height: 24px !important;
	border-radius: : 0 !important;
	background: none !important;
}

.single-post .form-submit {
	text-align: right;
}

.single-post .form-submit .btn {
	width: 200px !important;
	color: #222 !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	background-image: none !important;
	background-color: #fff !important;
	border-radius: 0 !important;
	border: 1px solid #F24E4E !important;
}

/* blog */

/* homepage */

/* apartments */

.impact-apartment {
	display: block;
	width: 100%;
	height: 300px;
	filter: grayscale(40%) blur(5px);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.apartment-template-default .post-body {
	background-color: #eff6f8;
}

.apartment-template-default .post-title-wrapper {
	display: none;
}

.apartment-template-default .post-content .row-container .row {
	margin: 80px auto;
	background-color: #fff;
}

.apartment-template-default .main-container .row-container .double-top-padding {
	padding: 0;
}

.apartment {
	margin: 0 auto;
	width: 94%;
}

.apartment h1, .apartment h2, .apartment h3 {
	color: #303133;
	font-family: Rubik, Helvetica, sans-serif;
	font-weight: 300;
}

.apartment h1 {
	padding: 30px 3%;
	font-size: 24px;
	color: #fff;
	background-color: #4B4A57;
}

.apartment h2, .apartment h3 {
	margin-bottom: 25px;
}

.apartment .location-details, .apartment .location-details div, .location-information p, .apartment-details p {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.location-highlights, .apartment-details, .apartment-overview {
	margin-bottom: 40px;
}

.apartment .location-details {
	margin-bottom: 55px;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: center;
	justify-content: center;
}

.apartment .location-details div {
	padding-left: 5%;
	padding-right: 5%;
	width: 50%;
}

.location-img {
	width: 100%;
	height: 375px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
}

.location-information {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.location-information h3 {
	margin-top: 0;
}

.location-information p, .apartment-details p {
	margin-top: 5px;
	font-weight: normal;
	color: #8f8f8f;
}

.location-information p a:link, .location-information p a:visited {
	color: #F24E4E;
}

.apartment .location-details .starting-at {
	margin-left: 5px;
}

.apartment-details p {
	margin-bottom: 15px;
	padding-left: 23px;
	line-height: 1.3;
}

.apartment-details .details-bedrooms {
	font-weight: bold;
}

.apartment-details p>span {
	width: 130px;
}

.location-information p>span:nth-of-type(1), .apartment-details p>span:nth-of-type(1) {
	width: 100px;
	color: #222;
	font-weight: bold;
}

.location-information .bedrooms-available span:nth-of-type(2), .location-information .bedrooms-available span:nth-of-type(3), .location-information .bedrooms-available span:nth-of-type(4), .location-information .bedrooms-available span:nth-of-type(5) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin-left: 5px;
	width: 26px;
	height: 26px;
	color: #F24E4E;
	font-size: 12px;
	background-color: #EFF6F8;
	border-radius: 26px;
}

.apartment-template-default .row-navigation, .apartment-template-default .post-share {
	display: none;
}

.apartment ul li {
	position: relative;
	padding-left: 30px;
	color: #8f8f8f;
	list-style-type: none;
}

.apartment ul li:before {
	position: absolute;
	top: 11px;
	left: 5px;
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background-color: #F24E4E;
	border-radius: 10px;
}

@media (max-width: 1200px) {
	.apartment-template-default .post-content .row-container .row {
		margin: 0 auto;
	}
	.apartment {
		padding-right: 5%;
		padding-left: 5%;
		width: 90%;
	}
	.apartment h1 {
		padding: 30px 10%;
	}
	.apartment .location-details {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.apartment .location-details div {
		padding-left: 0;
		width: 90%;
	}
	.location-img {
		margin-bottom: 40px;
		max-width: 400px;
	}
	.apartment h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

@media (max-width: 959px) {
	.impact-content h1 {
		padding-top: 0;
	}
	.impact-content .empty-space.empty-single {
		padding: 0;
	}
	.impact-content h1 code {
		font-size: 40px !important;
	}
	#page-header .remove-menu-padding-mobile .header-content, #page-header .remove-menu-padding-mobile .uncont {
		text-align: center;
	}
	.page-id-49 h2 {
		display: block !important;
		width: 90%;
		margin: 0 auto !important;
		margin-top: 0px;
		margin-bottom: 0px;
		max-width: 400px;
		text-align: center;
	}
}

@media (max-width: 359px) {
	.page-id-49 h2 {
		font-size: 22px !important;
	}
}

/* apartments */

/* footer */

.footer-content-block-inner {
	display: grid;
	color: #111;
	grid-template-columns: 300px auto;
	text-align: right;
}

.footer-content-block-inner p:nth-of-type(1) {
	margin-top: 0;
}

.footer-content-block-inner a {
	text-decoration: underline;
}

.footer-content-block-inner a.link-atomic {
	text-decoration: none;
}

@media (max-width: 959px) {
	.footer-content-block-inner {
		grid-template-columns: 1fr;
	}
	.footer-content-block-inner img {
		display: none;
	}
	.footer-content-block-inner p {
		margin: 0 auto;
		max-width: 265px;
		text-align: center;
	}
}

/* footer */