/*
Theme Name: My UofA Rental - Tagline Child Theme
Template: wpresidence
Author: Tagline
Version: 1.0
Updated: 2015-01-25 18:19:31
*/


/* ======== DEFINITIVE STYLES ================= */

/* Hiding the white section on top */

#all_wrapper > .container > .header_media {
	/*display:none;*/
}

/* Apply Button on top bar */
.apply_item {
	position: relative;
	float: left;
	padding: 0px 15px;
	background-color: #ab051f !important;
	color: #ffffff !important;
	margin-right: 15px !important;
	font-size:16px !important;
}

.apply_item a {
	color: #ffffff !important;
}
/* ---------- */

/* Making transparent the background for Search Form at main Section */
#advanced_search_shortcode {
	background-color:rgba(255,255,255,0);
	border:none;
	box-shadow:none;
}

#advanced_search_shortcode .col-md-12 {
	padding:0px 5px;
}

#advanced_search_shortcode .col-md-12 > button:hover {
	Background-color:#AB051F!important;
	color:white!important;
}

/* ---------- */

/* .has_top_bar .has_header_type5 .header_media, .admin-bar.has_top_bar .has_header_type5 .header_media {
	padding-top:210px!important;
}*/

.jr-custom-call-to-action-button {
    float: left;
    margin-top: -30px;
    padding: 10px 0px 20px 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 32px;
    text-decoration: none;
}

.jr-custom-call-to-action-button:hover {
    color:yellow;
}

@media (max-width: 500px) {
.mobile-image {
    display: block;
}}
.mobile-image {
	display:none;
}
.single-content input[type="submit"] {
    color: #fff; 
}

@media (max-width:991px){
    .custom_map_container {
        display:none;
    }
}

@media (min-width:991px){
    .jr-map-mobile {
        display:none;
    }
}

.jr-footer-slogan-container {
	width:100%;
	display:flex;
}

.jr-footer-slogan-container-left {
	position:relative;
	float:left;
	width:auto;
	margin-right:40px;
}

.jr-footer-slogan-container-right {
	position:relative;
	float:left;
	width:auto;
}

.jr-footer-slogan-left {
	font-size: 38px;
	line-height:38px;
	font-family: 'Kaushan Script', cursive;
}

.jr-footer-slogan-right {
	font-size: 38px;
	line-height:38px;
	font-family: 'Kaushan Script', cursive;
	margin-left: 40px;
}

.mobile-logo {
	z-index: 1000;
}

.mobile-logo img {
	z-index: 1000;
	max-width: 290px!important;
	left: 20px!important;
}

.jr-main-video-secion-mobile {
		display:none;
	}

.jr-quick-search-section-mobile {
		display: none;
	}

@media (max-width:768px){
	.jr-main-video-secion-desktops {
		display:none;
	}
	
	.jr-main-video-secion-mobile {
		display:inherit;
	}
}

@media (max-width: 992px){
	.jr-quick-search-section-desktops {
		display: none;
	}
	
	.jr-quick-search-section-mobile {
		display: inherit;
	}
}

/* To hide options on search dropdown */

.filter_menu [data-value="10"] {
display: none!important;
}

.filter_menu [data-value="9"] {
display: none!important;
}

.filter_menu [data-value="8"] {
display: none!important;
}

/* 360 Tours */

#edison-1431 {background-image: url("https://www.myuofarental.com/wp-content/uploads/1431-E-Edison-Now-Available_Optimized.jpg");}
#village-1-3d-tour-box {background-image: url("https://www.myuofarental.com/wp-content/uploads/3-car-garage_Optimized.jpg");}
#park-box {background-image: url("https://www.myuofarental.com/wp-content/uploads/2160-Park-Ave-box_Optimized.jpg");}
#lester-box {background-image: url("https://www.myuofarental.com/wp-content/uploads/Lester-Interior-box_Optimized.jpg");}
#adams-809 {background-image: url("https://www.myuofarental.com/wp-content/uploads/809-E-Adams_Optimized.jpg");}
#village-2-box {background-image: url("https://www.myuofarental.com/wp-content/uploads/The-Village-U-of-A-Rental-HOmes_Optimized.jpg");}

.tour-popup-link {
	position: absolute;
	top: 20px;
	right: 10px;
}

.homepage-boxes {
	background-size: cover;
	background-position: center center;
	line-height: 1 !important;
	font-size: 13px !important;
	position: relative;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.homepage-boxes:before, .box:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.homepage-boxes:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.homepage-boxes .property {
	padding-top: 300px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: center center;
	vertical-align: bottom;
}

.homepage-boxes .hover-effects {
	width: 100%;
	height:300px;
	position: absolute;
	top: 0; left: 0;
}

.homepage-boxes .property:hover .hover-effects {
	background-image: url("https://www.myuofarental.com/wp-content/uploads/Rental-Homes-near-the-University-of-Arizona.png");
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.homepage-boxes .property#lester-box:hover .hover-effects,
.homepage-boxes .property#edison-1431:hover .hover-effects,
.homepage-boxes .property#lee-450:hover .hover-effects,
.homepage-boxes .property#lee-417:hover .hover-effects,
.homepage-boxes .property#adams-809:hover .hover-effects,
.homepage-boxes .property#village-2-box:hover .hover-effects {
	background-image: url("https://www.myuofarental.com/wp-content/uploads/view-property-overlay.png");
}

.homepage-boxes.tour .property:hover .hover-effects {
	background-image: url("https://www.myuofarental.com/wp-content/uploads/3D-Tour-1.png");
	background-position: center center;
	background-size: cover;
}

.homepage-boxes .box-label {
	padding: 5px 10px;
	overflow: auto;
	background-color: rgba(255,255,255,.8);
	width: 100%;
	margin-bottom: 0;
}

.homepage-boxes .box-label h3 {
	text-align: left;
	font-size: 16px;
	float:left;
	margin-bottom: 0;
}

.homepage-boxes .box-label .key {
	float: right;
	color: #1a1d33;
	font-weight: bold;
}

.homepage-boxes h3 img {
	width: 16px;
}

.homepage-boxes a button {
	background: transparent;
	border: 0;
	display: inline-block;
	padding-right: 20px;
}

.homepage-boxes a button::after {
	content: "\f101";
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	transition: right .2s;
}

.homepage-boxes a button:hover::after {right: 10px;}

/* Footer Call to Action */

#pre-footer-cta {
	background-color: #fff;
	text-align: center;
	padding: 20px 10px 60px;
	font-size: 2.5em;
	font-weight: bold;
}

.home #pre-footer-cta {background-color: #f5f5f5 !important}

#footer-cta {
	background: #ab0520;
	height: 120px;
	position: relative;
	width: 100%;
}

#footer-cta .container {
	background-image: url("https://www.myuofarental.com/wp-content/uploads/Rental-Homes-near-the-University-of-Arizona.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 120px;
	background-color: #ab0520;
}

#footer-cta-text {
	display: inline-block;
	text-align: center;
	color: #fff;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	left: 60%;
	font-size: 2em;
	font-weight: bold;
	z-index: 100;
	padding-top: 0;
}

#footer-cta-text a {
	color: #cc2b33;
	text-decoration: underline;
}

#footer-cta-bg {
	background-image: url("https://www.myuofarental.com/wp-content/uploads/Rental-Houses-near-the-UofA.png");
	width: 70%;
	position:absolute;
	left: 40%;
	top: -20px;
	height: 140px;
	background-size: auto 140px;
	z-index:99;
}

@media (max-width: 1023px) {
	#footer-cta-bg {display:none;}

	#footer-cta-text a {
		color: #181829;
	}

	#footer-cta-text {
		padding-top: 15px;
	}

	#footer-cta .container {
		border-top: 5px solid #181829;
	}
}

@media (max-width: 735px) {
	#footer-cta-text {
		left: 0;
		width: 100%;
		text-align: center;
		top: 0;
		margin-bottom: 30px;
	}

	#footer-cta {
		height: auto;
	}

	#footer-cta .container {
		background-position: center center;
	}
}

/* ----------------- */

/* Sidebar CTA */
.sidebar-cta {background-color: #9c2127;}

.sidebar-cta>div:first-of-type {
	background-color: #181829;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 20px;
	line-height: 30px;
}

.sidebar-cta a {
	padding: 20px 10px 20px 30px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.widget-area-sidebar li .sidebar-cta a {color: #fff; font-size: 18px;}

#primary.widget-area-sidebar li .sidebar-cta a:hover {color: #181829;}

.sidebar-cta a:first-of-type::before {
	content: "\f095 ";
	font-family: FontAwesome;
	color: rgba(255,255,255,.6);
	margin-right: 15px;
}

.sidebar-cta a:nth-of-type(3)::before {
	content: "\f0e0 ";
	font-family: FontAwesome;
	color: rgba(255,255,255,.6);
	margin-right: 15px;
}

.sidebar-cta a:nth-of-type(2)::before {
	content: "\f044 ";
	font-family: FontAwesome;
	color: rgba(255,255,255,.6);
	margin-right: 15px;
}

.small-button {
	font-weight: bold;
	background: #ab0520;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	transition: background-color 0.1s linear;
}


/* ============================================ */

