/*
Theme Name: Walmer Base Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The base Efront Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.gform_wrapper li{
	list-style: none;position: relative;
    margin: 0 0 .5em;
    line-height: 1.3;
}
.gform_wrapper li.gfield_error input{
	border-color: red;
}

.gform_wrapper li.captcha{
    margin-top:20px;
}

.gform_wrapper li.captcha > div{
 margin: 0 auto;
 display:inline-block;
}

.gform_wrapper li .validation_message{
	display: none !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li{
	padding: 0!important;overflow: hidden;
}
.gform_wrapper ul{
	margin: 0!important;
    list-style-type: none;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	    display: block;
    margin: 0 0 0 0px;
    width: auto;
    line-height: 1.5;
    vertical-align: top;
}

.debug_bar{
	position: relative;
	width: 100%;
	padding: 5px 20px;
	background: #ff4747;
	z-index: 9999998;
}
.debug_bar h2{
	color: #fff;    font-size: 17px;
}
.debugger_mode{
	top:auto;
	bottom: 0px;
}
.page-template-thankyou-template main {
    background-color: #f4ece8;
    min-height: calc(100vh - 481px);
}

.intro__video {
    /* max-height: calc(100vh - 90px); */
}

.intro__video video {
    height: 100%;
    object-fit: cover;
}

.intro__video .intro__video-control {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    height: 24px;
    width: 24px;
}

.intro__video-control.mute {
    display: none;
}

.intro__video .intro__video-control:hover {
    cursor: pointer;
}

.intro__video-stamp {
    position: relative;
    width: 30%;
    max-width: 175px;
    min-width: 125px;
    top: 20px;
    left: 10px;
}

@media (min-width: 768px) {
    .intro__video-stamp {
        top: 10px;
    }
}

@media (max-width: 767px) and (orientation:  landscape) {
    .intro__video-stamp {
        top: 90px;
        width: 150px;
    }
}

.responsive-embed {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.responsive-embed iframe {
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#virtual-tour .shell {
    max-width: 1185px;
}

#virtual-tour {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.6;
}