/*
Theme Name: LYF Marketing Impreza Child
Theme URI: https://lyfmarketing.com
Description: Custom Impreza Theme for LYF Marketing Clients
Author: LYF Marketing
Author URI: https://lyfmarketing.com
Template: Impreza
Version: 1.1.9
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.lyf-border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.lyf-custom-single-listing {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 4%;
}

.lyf-custom-single-listing-header {
    text-align: center;
    margin: 2em 0;

}

.lyf-custom-single-listing-header address {
    margin: 20px 0;
    display: block;
    font-size: calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-style: italic;
}

span.listing-property-price {
    display: block;
    font-size: calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
    font-size: -webkit-calc(14px + 0.2vw);
}

.lyf-listing-info-grid {
    margin-bottom: 2em;
}

.lyf-listing-info-left {
    background: #202020;
    padding: 3em;
    margin-bottom: 2em;
    color: #ffffff;
}

.lyf-listing-info-left h5 {
    color: #ffffff;
}

.lyf-listing-details {
    display: grid;
    grid-template-columns: 150px auto;
    border-bottom: 1px solid #353535;
    padding: 3px 0;
}
.listing-info-text {
    text-align: right;
    font-style: italic;
}

.listing-description {
    margin: 0 auto;
    overflow: hidden;
}

.lyf-listing-buttons {
    text-align: center;
    margin-top: 40px;
}

.button.lyf-vreb-button {
    background: #202020;
    color: #ffffff;
    font-size: 24px;
}

.button.lyf-vreb-button .dashicons {
    vertical-align: sub;
    font-size: 28px;
}

.button.lyf-vreb-button:hover {
    color: #ffffff;
}

.single-lyf-listing label.lyf-vreb-status-label {
  top: calc(50px + 10vw);
  top: -webkit-calc(50px + 10vw);
  top: -moz-calc(50px + 10vw);
}

.lyf-custom-single-listing-video {
    margin-bottom: 2em;
}

.video-flex-wrapper {
	position: relative;
    height: 0;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 56.25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.video-flex-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: none;
}

.lyf-listing-map {
    margin-bottom: 2em;
}

.lyf-listing-map iframe {
    width: 100%;
    height: 300px;
}

@media only screen and (min-width: 768px) {

    .lyf-listing-info-grid {
        display: grid;
        grid-template-columns: 40% 60%;
    }

    .lyf-listing-info-left {
        margin-bottom: 0;
    }

    .lyf-listing-info-right {
        padding-left: 40px;
    }

    .lyf-listing-map iframe {
        height: 500px;
    }

}

@media only screen and (min-width: 1200px) {
    .lyf-listing-info-grid {
        grid-template-columns: 30% 70%;
    }
}
