.content-wrapper{
	
		display: flex;
		flex-direction: column;
        margin-top: 250px;
       
}

.page-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 50px;
}

.page-title h1{
	text-align: center;
		text-align: left;
	font-family: dense-bold;
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.page-title h2{
	text-align: center;
	font-family: dense;
	font-size: 20px;
	letter-spacing: 5px;
}

[data-template-id="templatecontact"]{
	
	
}


#close-map-button{
    background-image: url(/assets/img/templatecontact/close-map-button.svg);
    height: 70px;
    width: 50px;
    background-size: 30px;
    background-position: center 16px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
        position: absolute;
    top: 10px;
    right: 10px;
}


.google-map-address{
	    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.8);
    z-index: 999;
        display: flex;
    justify-content: center;
    align-items: center;
}

.contact-google-map{
	width: 100%;
	height: 100%;
	margin-right: 10px;
}

.message-us-box .error{
    border-radius: 1px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-family: dense;
    font-size: 23px;
     background:#b16767;
    letter-spacing: 5px;
}
.primary-footer{

	bottom: 0px;
}

#message{
	height: 200px;
}

.contact-methods{
	position: relative;
	    width: 50%;
    height: 100%;
}



.contact-methods-wrapper{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;

	    box-sizing: border-box;
	    align-items: center;
	    height: 90vh;;
	        background-color: #ab8b6c;

}


.google-map-address{
	opacity: 0;
	pointer-events: none;
	
	
}

.google-map-address.visible{
	opacity: 1;
	pointer-events: all;
	    display: flex;
    justify-content: center;
    align-items: center;
}



.address-wrapper{
	display: flex;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid;

}

.address-wrapper h3{
	text-align: center;
	margin-bottom: 20px;
}

.contact-method{
	margin-bottom: 20px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: left center;
	text-indent: 35px;
	
}



.contact-email{
	background-image: url(/assets/img/templatecontact/email.svg);
}

.contact-phone{
	background-image: url(/assets/img/templatecontact/phone.svg);
	background-size: 25px;
}

.contact-address{
	background-image: url(/assets/img/templatecontact/address2.svg);
	padding-left: 35px;
	text-indent: 0px;
	background-position: top left;
}


.message-us-box{
	width: 50%;
	display: flex;
	flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

.label{
	display: flex;
	flex-direction: column;
}

.message-us-box input{
	background-color: transparent;
	border: none;
	font-family: avenir;
	font-size: 16px;
	color: white;
	letter-spacing: 3px;
    border: 1px solid white;
    height: 40px;
    MARGIN-TOP: 15px;
    text-indent: 15px;
}

.message-us-box input:focus{
	border: 1px solid black;
}

.message-us-box input:focus{
	outline: none;
}

.message-us-box label{
	font-family: dense;
	font-size: 20px;
	letter-spacing: 5px;
	 display: flex;
    flex-direction: column;
	color: white;
}

.message-us{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 20px;
}


.message-us-box textarea{
	background-color: transparent;
	border: 1px solid white;
	color: white;
	line-height: 30px;
	font-family: avenir;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 20px;
	height: 50px!important;
}



.message-us-box textarea:focus{
	outline: none;
	border: 1px solid black;
}

.message-us-box textarea:focus  ~ label{
	color: black;
}


.message-us-box input:focus ~ label{
	color: black;
}

.message-us textarea{
	    padding: 10px;
    box-sizing: border-box;
}


.send-button{
	background-color: white;
	text-align: center;
	font-family: dense-bold;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px;
	cursor: pointer;
	color: #ab8b6c;
}

.hidden {
	display: none;
}
