/************************************************************************************
*** THEME OPTIONS
	  Change any options below, these are simply the default
************************************************************************************/
/*
Theme Name: Magnolia Properties
Author: Russell Ramey
Description: Custom wordpress theme for Magnolia Property Company, to be used on the
corporate version of the website.

Version: 1.0.0
*/
/************************************************************************************
*** THEME RESET and BASE and COMPENENTS
	  Add your specific theme styles below, or import theme from another file,
    Bootstrap is used for Grid and Base Components. Docs: http://getbootstrap.com/css
************************************************************************************/
/* Base */
@import url('assets/css/base.css');

/* Slick slider */
@import url('assets/css/slick/slick.css');
html{
    overflow-x:hidden;
}
/* Global */
body{
    background: #e4e4e4;
    margin-top: 100px;
    display: block;
    margin: 0;
}
body.onScroll{
    padding-top: 123px;
}
#wrapper{
    background: #fff;
    padding: 0;
}
#content{
    position: relative;
    background: #fff;
}
.bt-width--full{
	width: 100vw !important;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}
.container-narrow{
    max-width: 768px;
    margin: 0 auto;
    padding: 0 15px;
}
.content-section{
    padding: 100px 0;
    overflow: hidden;
    clear: both;
    position: relative;
}
@media screen and (max-width:640px){
    .content-section{
        padding: 40px 0;
    }
}
.row-nm{
    margin-bottom:0;
}
.content-row{
    overflow: visible;
    clear: both;
}
.line {
    border-bottom: 1px solid #333;
    max-width: 150px;
    display: block;
    width: 100%;
    margin:20px 0;
}
ul.list-minimal{
    list-style: none;
    margin: 0;
}
ul.list-panels li{
    margin-bottom:30px;
}
.texture-whirlpool{
    background: url('assets/img/whirlpool.png');
}
.wp-module{
    overflow: visible !important;
}

.viewer {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.viewer-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.viewer-meta {
    position: absolute;
    font-size: 34px;
    top: 20px;
    left: 30px;
    z-index: 1;
    color: #fff;
}
a.viewer-close{
    color: #fff;
}
/************************************************************************************
*** THEME STYLES
	  Add your specific theme styles below, or import theme from another file
************************************************************************************/
/* Header */
.bt-header{
    border: 0;
    position: relative;
    background: #fff;
    width: auto;
    border-top: 1px solid #f4f4f4;
}
.bt-header.onScroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: rgba(255,255,255,.95);
}
.bt-header--main{
    padding: 0;
}
.bt-header--top{
    padding: 20px 0 10px 0;
    font-size: 12px;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
}

/* Logo */
.bt-logo{
    max-width: 50px;
}
.bt-logo img{
    height: auto !important;
    margin: 0 !important;
}
.bt-logo img{
    opacity: .6;
}

/* Nav */
.bt-nav--main{
    float: right;
    font-size: 14px;
    display: block;
}
.bt-nav--main ul.menu li a{
    text-transform: uppercase;
    color:#4c4c4c;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
}
.bt-nav--main ul.menu li:last-child a{
    padding-right: 0;
}
.bt-nav--hamburger{
    float: right;
    font-size: 21px;
    padding: 10px;
    cursor: pointer;
    position: relative;
    top: 5px;
    display: none;
}
.bt-nav--hamburger .fa.fa-close:before{
    content: "\f00d" !important;
}
@media screen and (max-width:640px){
    .bt-nav--main{
        display: none;
        position: absolute;
        background: #fff;
        left: -15px;
        right: -15px;
        top: 100%;
        overflow: auto;
    }
    .bt-nav--main ul.menu{
        float: none;
    }
    .bt-nav--main ul.menu li{
        display: block;
        float: none;
        text-align: center;
        overflow: hidden;
    }
    .bt-nav--main ul.menu li a{
        padding: 0;
    }
    .bt-nav--main ul.menu li .sub-menu{
        position: static;
        display: block;
        width: 100%;
        border: 0;
    }
    .bt-nav--hamburger{
        display: block;
    }
}

/* Wallpaper */
.wallpaper{
    position: absolute;
    top:0;
    bottom:0;
    height: 100%;
    background-size:cover !important;
    -moz-background-size:cover !important;
    -ms-background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
    background-position: center center !important;
    -moz-background-position: center center !important;
    -webkit-background-position: center center !important;
    -o-background-position: center center !important;
    -ms-background-position: center center !important;
    min-height: 380px;
}

/* Hero */
#content-hero{
    padding: 240px 0;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
}
#content-hero .inner{
    position: relative;
}
#content-hero.single-hero{
    padding: 0;
}
#content-hero.single-hero img{
    width: 100%;
}
#hero{
    margin-top: -50px;
    margin-bottom:-123px;
    background: #fafafa; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f8f8f8); /* Standard syntax */
    text-align: center;
    display: flex;
}
#hero .logo-hero{
    margin-top: 50px;
}
#hero .inner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
#hero .page-title{
    min-height: 380px;
}
#hero .page-title h1{
    margin-top: -80px;
    margin-bottom: 0;
}
.hero-wallpaper{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}
#hero .logo-hero img{
    margin: 60px auto;
    max-width: 480px;
    width: 75%;
}
#hero .desc-hero{
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
    font-size: 21px;
    text-shadow:0 0 10px rgba(0,0,0,.6);
}
@media screen and (max-width:640px){
    #hero{
        margin-bottom:0px;
    }
    #hero .page-title{
        min-height: 140px
    }
    #hero .page-title h1{
    margin-top: 50px;
    margin-bottom: 0;
}
}

/* Properties */
/* Property list */
.property{
    overflow: hidden;
    padding-right:30px;
    margin-bottom: 60px;
}
.property-details{
    padding:0 30px 0 100px;
    position: relative;
}
.property-category{
    display: block;
    position: absolute;
    left:-20px;
    top:55px;
    transform: rotate(-90deg);
    padding: 10px 15px;
    width: 150px;
    border:1px solid #eee;
    font-family: 'Playfair Display', Times, serif;
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
    text-align: center;
}
.property-address,
.property-stats{
    font-size: 12px;
    text-transform: uppercase;
}
.property-stats span{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top:4px;
    color:#ba0000;
    margin-right:5px;
}
.property-title{
    margin-top: -10px;
}
.property-features{
    columns:3;
}
@media screen and (max-width:840px){
    .property{
        padding: 0;
    }
    .property-thumbnail{
        margin-bottom: 30px;
    }
    .property-details{
        padding: 0 80px 0 0;
    }
    .property-category{
        left:auto;
        right: -50px;
    }
}

/* Property list Min */
.properties{
    background: #fff;
    padding: 50px;
}
.property-list-min li.row{
    margin: 0 -15px;
    position: relative;
    padding: 15px 0;
    transition: all 150ms ease-in-out;
}
.property-list-min li:hover{
    background: #eee;
    transform: scale(1.025);
}
.property-list-min .property-meta{
    padding: 6px 0;
}
.property-list-min .property-link{
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

/* Property Filter */
.content-meta{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    padding-left:50px;
}
.property-filter{
    margin: 0;
    position: relative;
    font-size: 13px;
    float: left;
}
.property-filter span{
    float: left;
    line-height: 40px;
}
.property-filter-select{
    float: left;
}
select.property-filter-options{
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    min-height: 40px;
    margin-left: 5px;
    padding-right:35px;
    width: 200px;
}
@media screen and (max-width:640px){
    .content-meta{
        padding-left: 15px;
    }
}

/* Stats */
.stats{
    max-width: 768px;
    margin: 0 auto;
    box-shadow: 0 0 60px rgba(0,0,0,.25);
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    border: 0 !important;
    z-index: 1;
}
.stats ul li{
    display: inline;
    border-right:1px solid #e4e4e4;
    width: 25%;
    float: left;
    padding: 5px 15px;
    position: relative;
}
.stats ul li:last-child{
    border:0;
}
.stats ul li p{
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.stats ul li h4{
    font-size:48px;
    margin: 0;
    line-height:1;
    margin-top: -10px;
}
.stats ul li h4 span{
    font-size: 24px;
    position: relative;
    top: -10px;
}
.stats .button{
    margin: 0;
    margin-top: 10px;
}
.stats .cta:after{
    content: '';
    display: block;
    background: #ccc;
    position: absolute;
    top: -20px;
    right:-20px;
    left: -1px;
    bottom:-25px;
}
.stats .cta p{
    position: relative;
    z-index: 1;
}
@media screen and (max-width:640px){
    .stats ul li{
        display: block;
        float:none;
        width: auto;
        border:0;
        border-bottom:1px solid #e4e4e4;
        padding: 20px 5px;
        text-align: center;
    }
    .stats .cta:after{
        left:-20px;
        top:0;
    }
    .stats{
        margin: 0;
    }
}

/* Panels */
.panel{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}
.panel-shadow{
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.panel-thumbnail{
    margin-left:-15px;
    margin-right: -15px;
    margin-top: -15px;
    margin-bottom: 20px;
}
.panel-content{
    position: relative;
}
.panel-content .read-more{
    font-size: 13px;
}
.panel-property:hover,
.panel-team:hover{
    transform: scale(1.025);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    border-color: #ccc;
}
.panel .panel-logo{
    position: absolute;
    right: 5px;
    bottom: 0px;
}

/* Testimonials */
.testimonials-panel{
    padding-top: 40px;
    margin:0 30px;
}
.testimonial-comment{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-size: 16px;
}
.testimonial-author{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.testimonial-author span{
    text-transform: none;
    font-weight: normal;
}

/* Team */
.team-social i:before{
    color: #fff;
    background: #555;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 16px;
}
.team-social{
    float: left;
    margin-right: 6px;
}
.single-team .entry-thumb{
    width: 50%;
    float: left;
    margin-right:20px;
    margin-bottom:8px;
}
.single-team .entry-content .entry-title{
    margin: 0;
    margin-bottom:4px;
}
.single-team .entry-content .entry-meta{
    font-size: 18px;
    margin: 0;
    margin-bottom:18px;
}
@media screen and (max-width:600px){
    .single-team .entry-thumb{
        width: 100%;
        float: none;
        margin-bottom:20px;
    }
}

.quote{
    font-family: 'Playfair Display', Times, serif;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
}


/* Contact */
.contact-section{
    position: relative;
}
.contact-info{
    padding:50px;
}



/* Social */
.social{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.social ul li{
    display: inline-block;
    float: left;
}
.social ul li a{
    padding: 5px;
    font-size: 15px;
}


/* Footer */
.bt-footer{
    background:#4e4e4e;
    color: #b3b3b3;
    padding: 0;
}
.bt-footer .inner{
    line-height: 40px;
}
.bt-footer .copyright{
    background: #373737;
    color: #5b5b5b;
    padding: 30px 0;
    font-size: 14px;
}
.bt-footer .links{
    padding-top:60px;
    padding-bottom: 60px;
    font-size:12px;
}
.bt-footer .footer-nav{
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.bt-footer .links ul {
    margin: 0;
    list-style: none;
}
.bt-footer .links a{
    color: #b3b3b3;
}
.bt-footer .links a:hover{
    color: #fff;
    font-weight: bold;
}
.bt-footer .logo-footer{
    max-width: 140px;
    display: block;
    float: left;
    width: 100%;
    margin-right: 5px;
}
@media screen and (max-width:640px){
    .social{
        position: static;
        clear:both;
        margin-top: 30px;
        text-align: center;
    }
    .social ul li{
        float: none;
    }
    .bt-footer .footer-nav{
        text-align: center;
    }
    .copyright span {
        display: block;
        float: none !important;
        width: 100%;
        margin: 0 auto !important;
        text-align: center;
        line-height: 1.8em;
    }
}

/* Content sections */
.home-properties{
    background: #ccc;
    padding:0;
}


/* Slick Slider */
.slick-slide{
    outline: none;
    padding: 0 60px;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 32px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    padding:20px !important;
	min-width: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0px;
}
.slick-prev:before {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
    content: "\f053";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color:#555;
}
.slick-next {
    right: -10px;
}
.slick-next:before {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    display: block;
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color:#555;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    position: static;
    bottom: 75px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
	text-indent:-9999px;
	border:1px solid #f4f4f4;
    outline: none;
    background: none;
    border-radius: 50%;
	min-width: 0;
    min-height: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
    background: #f4f4f4;
    transform: scale(1.125) !important;
}
/* Slick Responsiveness */
@media screen and (max-width: 640px){
	.slick-arrow{
		display: none !important;
	}
    .slick-slide{
        padding: 0;
    }
}


/* Templates */
/* Home */
#properties .wallpaper-properties{
    background: url() center right no-repeat;
}
#team .wallpaper-team{
    background: url('assets/img/ocean.jpg') no-repeat;
    background-position: top center !important;
    -webkit-background-position:top center !important;
    -moz-background-position:top center !important;
    width: 100%;
}
@media screen and (max-width:640px){
    .wallpaper-properties,
    .wallpaper-contact{
        position: static;
    }
}

/* Forms */
label.error{
    color:#e74c3c;
    font-size: 12px;
    margin-top: 5px;
}
.form-message{
    padding: 20px;
    border-radius: 4px;
    padding-left:70px;
    position: relative;
}
.form-message i{
    position: absolute;
    color: #fff;
    font-size: 24px;
    left: 30px;
    top: 20px;
}
.form-message h3,
.form-message p{
    margin: 0;
    color: #fff !important;
}
.form-success{
    background: #2ecc71;
}
.form-error{
    background: #e74c3c;
}

/************************************************************************************
*** WORDPRESS STYLES
	  Default wordpress styles for WP generated classes
************************************************************************************/
/* Preformatted text
   - used as comments for editor so hide on front end */
pre{
    display: none;
}
/* Alignment
   - Default wordpress alignment for visual editor */
.alignleft{
    float: left;
}
.alignright{
    float:right;
}
.aligncenter{
    float:none;
    margin: 0 auto;
}

/* Module Plugin Custom CSS */
.module-content.module-content--height-xxlarge{
    padding-top:240px;
    padding-bottom:240px;
}
