/*
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
*/

@import url("https://use.typekit.net/qho8vib.css");

/*
Oswald Light
font-family: "oswald", sans-serif;
font-weight: 300;

Oswald Regular
font-family: "oswald", sans-serif;
font-weight: 400;

Oswald SemiBold
font-family: "oswald", sans-serif;
font-weight: 600;

Oswald Bold
font-family: "oswald", sans-serif;
font-weight: 700;
*/

body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
    margin-top: 0;
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "oswald", sans-serif;
	font-weight: 600;
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a, #header-outer .sf-menu li > a .menu-title-text {
	font-family: "oswald", sans-serif;
}

* Form */
.wpcf7 .required {
	color: #ffffff;
}

.wpcf7 .form-label {
	display: flex;
	padding-bottom: 20px;
}
.wpcf7 .form-label .label-title {
	width: 25%;
}
.wpcf7 .form-label .label {
	width: 75%;
}

.form-label .label.half {
	display: flex;
}
.wpcf7 .form-label .label .left, .wpcf7 .form-label .label .right {
	width: 49%;
}
.wpcf7 .form-label .label .left {
	margin-right: 2%;
}

.wpcf7 .form-label .label .fancy-select-wrap {
	padding: 2px 0;
}

.wpcf7 .form-label .label .fancy-select-wrap a.select2-choice, select {
	border-radius: 0;
}
.wpcf7 .form-label .label input, .wpcf7 .form-label .label textarea {
	border-radius: 0 !important;
	color: #000000;
}

.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 {
    border: 2px solid #35373b;
}

#contact-us input.wpcf7-form-control.wpcf7-submit {
	float: right;
    background-color: transparent !important;
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
	padding: 0 35px 0 0 !important;
}

#contact-us form > p:after {
	content: url(http://vsfwrap.ca/wp-content/uploads/2023/03/vsf-wrap-arrow-medium.svg);
    position: absolute;
	bottom: 18px;
    right: 0px;
    height: 18px;
    width: 18px;
}

.wpcf7 .form-label .label input, .wpcf7 .form-label .label textarea {
    color: #fff;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #000;
}