/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'SF Fourche SC';
    src: url('SFFourcheSC.woff2') format('woff2'),
        url('SFFourcheSC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-55';
    src: url('Sequel100Black-55.woff2') format('woff2'),
        url('Sequel100Black-55.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sequel100Black-85';
    src: url('Sequel100Black-85.woff2') format('woff2'),
        url('Sequel100Black-85.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

#footer-outer .widget h4 {
	font-family: "Sequel100Black-85", sans-serif !important;
	font-size: 25px;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
    line-height: 20px;
}

.doors-image{ 
	
    width: 300px !important;
    height: 400px !important;
	object-fit: cover !important;

}

body {
    max-width: 100%;
    overflow: hidden;
    background: #fff;
    color: #18140d;
    position: relative;
}

.txtwit p {
	color: #fff;
} 

.txtgoud h3 {
	color: #fff;
}


p {
	font-size: 14px !important;
} 

.txtgoud h5 {
	font-family: 'Sequel100Black-85';
	color: #daad48;
	font-size: 20px;

}

.txtgoud h3 {
	color: #daad48;
}

.txtzwart h5 {
	color: #18140d;	
	font-family: 'Sequel100Black-85';
	font-size: 20px;
}

.txtzwarticon h5 {
	color: #18140d;	
	font-family: 'Sequel100Black-85';
	font-size: 15px;
}

body a {
    color: #fff;
}

a:hover {
    color: #daad48;
}

.nf-error-msg, .ninja-forms-req-symbol {
    color: #daad48 !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    background-color: #fff !important;
	color: #000 !important;
    border-radius: 0px;
	border-style: solid !important;
    border-top-color: #f7f7f7;
    border-right-color: #f7f7f7;
	border-left-color: #f7f7f7;
    border-bottom-color: #f7f7f7;
}

.nf-form-fields-required {
  display: none;
}

a:hover {
    color: #daad48 !important;
}