/*
Theme Name: Resident360
Author: Andy Sammons - Resident 360
Author URI: https://www.resident360.com
Text Domain: Resident360
*/


/* Global Styles */

html, body {
    height: 100%;
    font-size: 16px;
    color: #333;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family:"Open sans", Helvetica, Arial;
    line-height: 1.5em;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 1em;
}
h1.logo{
    margin: 0;  
}
h1.logo span{
    display: none;
}
h1.logo a{
    display: block;
}
.logo-holder img{
    max-height: 74px;
    margin: 0;
}   
.logo-holder h1{
    margin: 0;
}   
p a{
    text-decoration: underline; 
}
p a.btn{
    text-decoration: none;  
}

.branding{
}
.branding h3{
    margin: 0;  
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 32px;
    line-height: 1em;
}

.phone-cta span{
    display: inline-block;  
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.phone-cta h3{
    text-align: center;
    min-height: 100%;
    display: block;
    padding: 5px 10px;
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
}
.nav{
    line-height: 20px;  
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-scrolled{
  position: fixed;
  width: 100%;
  top: 0;   
  z-index: 500;
}
.scrolled-contact{
    line-height: 20px;  
}
nav .call-now{
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 2px;
    line-height: 20px;
}
nav .phone-number{
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 20px;

}
.navbar-toggle {
    border: none;
}
.navbar-brand{
    padding-top: 0; 
}
.navbar-brand img{
    max-height: 60px;   
}
.main-cta p{
    font-size: 18px;    
}
blockquote {
    font-style: italic;
    font-family: Georgia;
    color:#999;
    margin:30px 0 30px;
}
#head .lead {
    font-family:"Open sans", Helvetica, Arial;
    font-size:44px;
    margin-bottom:6px;
    color:white;
    line-height:1.15em;
}
#head .tagline {
    color:rgba(255, 255, 255, 0.75);
    margin-bottom:25px;
}
.contact-form-cta{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #ddd;
    background: #f5f5f5;
    padding: 1em;
}
.img-hover:hover {
    opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
    max-height: 70%;
    height: 700px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.banner{
    width: 100%;
    height: 300px;
}
.section{
    padding: 1.5em 0;
    background: #ffffff url('img/bg-texture.png') repeat;   
}
.floor-plans .btn-group{
    margin: 30px 0;
}
.thumbnail{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);  
}

.thumbnail h3{
    margin-top: 1em;
}
.quick-links{
    margin-top: 30px;   
}
.quick-links a{
    margin-left: 15px;  
}
.contact .contact-form-cta{
    margin-top: 50px;   
}
.main-cta h4{
    font-weight: bold;  
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.period {
    display: block;
    font-style: italic;
}
.quick-facts ul{
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
}
.quick-facts li{
    text-align: center;
    margin: 0;
    padding: .5em 0;    
}
.page-template-page-property-detail-view-php .main-photo{
    margin-top: 40px;   
}
/* Footer Styles */

footer {
    padding: 1.5em 0;
}
ul.contact-info{
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
ul.contact-info li{
    padding-left: 20px;
}

ul.contact-info li.property{
    background: url('img/address-icon.png') no-repeat left;
}
ul.contact-info li.phone-number{
    background: url('img/phone-icon.png') no-repeat left;
}
ul.contact-info li.contact-email{
    background: url('img/email-icon.png') no-repeat left;
}
ul#menu-footer{
    margin-left: 0; 
}
footer .navbar-collapse {
    padding-left: 0;
}


/**** Utilities ****/
.padd{
    padding: 40px 0;    
}
.row [class*="col-"] {
    padding-bottom: 10px;
}
.no-top-margin{
    margin-top: 0;  
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* Responsive Styles */


@media(max-width:767px) {
 header.carousel .carousel {
 height: 70%;
}
}