/*
Theme Name: Salient Child Theme - by Dutchie
Description: This is a custom child theme for Salient created by Dutchie
Theme URI:   https://thedutchie.ca/
Author: Dutchie
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Navigation Bar */
#header-outer .menu-item-40 > a:before {
    border: 2px solid;
    opacity: 1;
}
@media only screen and (min-width: 1000px) {
    body #header-outer .menu-item-40 > a:before, body #header-outer .menu-item-40 > a:after {
        left: -35px;
        width: calc(100% + 70px);
    }
}
@media only screen and (min-width: 1000px) {
    #header-outer.small-nav #logo, #header-outer.small-nav .logo-clone, #header-outer.small-nav .logo-spacing {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

/* Carousel */
.nectar-fancy-box {
    padding: 0;
}

/* Contact Form */
.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: rgba(255, 255, 255, .15);
    border-radius: 30px;
    border: none;
	padding: 15px 30px;
}

::placeholder {
  color: white;
  opacity: 1; /* Ensures full opacity in Firefox, which sometimes applies a lower default opacity */
}

form p {
	padding-bottom: 0 !important;
}
form .clearfix {
	padding: 15px 0
}

body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap input[type=submit] {
    font-size: 14px;
    padding: 15px 35px !important;
    background: black;
	float: right;
}

/* Validation Messages */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border: none;
    margin: 56px 0 0;
	color: white !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background: #d50000;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #008000;
}

.wpcf7-form .wpcf7-not-valid-tip {
    background-color: white !important;
    border-radius: 16px;
    color: black !important;
    opacity: .75;
    margin: 5px 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-form .wpcf7-not-valid-tip, .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-radius: 16px;
	line-height: 18px;
    font-size: 12px;
    padding: 5px 15px !important;
}

.wpcf7-form p span.wpcf7-spinner{
	float: right;
    margin: 10px 24px;
}

#contact input[type=submit]:hover {
	background-color: #404040;
	opacity: 1;
}

@media screen and (max-width: 400px) {
	
}

@media screen and (min-width: 401px) and (max-width: 420px) {
	
}

@media screen and (max-width: 517px) {
	
}

@media screen and (max-width: 690px) {
	
}

@media screen and (min-width: 691px) {
	
}

@media screen and (min-width: 691px) and (max-width: 999px) {
	
}

@media screen and (max-width: 999px) {
	/* Hidden Classes */
	.desktop-only{
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	/* Hidden Classes */
	.mobile-only {
		display: none;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	
}

@media screen and (min-width: 1400px) {
	
}