/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Vizius.net
Author URI: http://vizius.net 
Template: storefront 
*/



/*
======================================================
CONTACT
======================================================
*/

/* Main Wrapper */
.contact-main-wrapper {
	margin-bottom:0;
}

/* Contact Header <=====================*/
.contact-header {
	padding-top:0;
}

@media all and (max-width: 1023px) {
.contact-header {
	padding-top:50px;
}
}

/* Contact Form Wrapper <=====================*/
.contact-form-wrapper {
	padding:15px 0px 25px 0px; /*T R B L*/
	margin:0;
	width:100%;
	max-width:735px;
}

/* Contact Input Fields <=====================*/
.wpcf7 input[type="text"]{
	padding:10px;
	margin:10px 10px 10px 0px; /*T R B L*/
	width: 85%;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	background-color:transparent !important;
  color: #8F8F8F;
}
.wpcf7 input[type="email"]{
  padding:10px;
	margin:10px 10px 10px 0px; /*T R B L*/
	width: 85%;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	background-color:transparent;
    color: #8F8F8F;
}

/* Contact Dropdown Menu <=====================*/
.wpcf7-form select {
	text-align:left;
    padding:10px;
	margin:10px 0 10px 0;
	width:100%;
	max-width:652px !important;
	border: 1px solid #747670;
	border-radius: 4px;
	background-color:transparent;
    color:#8F8F8F;
}

@media all and (max-width: 1023px) {
.wpcf7-form select {
	text-align:left;
    padding:10px;
	margin:10px 0 10px 0;
	width:91%;
	max-width:320px !important;
	border: 1px solid #747670;
	border-radius: 4px;
	background-color:transparent;
    color:#8F8F8F;
}
}

/* Contact Message Field <=====================*/
.message {
    padding:10px;
	margin:10px 0px 10px 0px; /*T R B L*/
	width:100%;
	height:200px;
	max-width:652px;
	border: 1px solid #747670;
	border-radius:4px;
	font-family:'Lato', sans-serif;
	background-color:transparent;
    color:#8F8F8F;
}

@media all and (max-width: 1023px) {
.message {
    padding:10px;
	margin:10px 0px 10px 0px; /*T R B L*/
	width:85%;
	height:200px;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	font-family:'Lato', sans-serif;
	background-color:transparent;
    color:#8F8F8F;
}
}

/* Contact Send Button <=====================*/
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]{ 
    position:absolute;
    height:40px;
    border-radius:2px;
    text-align:center;
    color:white;
    background-color:black;
	padding:7px 20px 20px 20px;
}

/* Alert Messages <=====================*/
.wpcf7-response-output { 
	display:none;
}

/* Recaptcha Badge <=====================*/
.grecaptcha-badge {
	display:none !important;
}

div.wpcf7-validation-errors {
	display:none !important;
	visibility:hidden;
}

div.wpcf7-spam-blocked {
	color:yellow;
	max-width:500px;
	margin:0 auto;
}

div.wpcf7-mail-sent-ok {
	display:none !important;
	visibility:hidden;
}


/* Placeholders <=====================*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8F8F8F;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8F8F8F;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8F8F8F;
}

/* Email Confirmation Page <=====================*/
.page-id-382 .entry-header {
    visibility: hidden;
 }

@media only screen and (max-width: 768px) {
.email-confirmation-top-separator {
		display:none;
	}
}