/*
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: "VisbyCF Demi Bold";
  src: url("/wp-content/themes/salient-child/fonts/VisbyCF-DemiBold.woff")
      format("woff"),
    url("/wp-content/themes/salient-child/fonts/VisbyCF-DemiBold.otf")
      format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "VisbyCF Light";
  src: url("/wp-content/themes/salient-child/fonts/VisbyCF-Light.woff")
      format("woff"),
    url("/wp-content/themes/salient-child/fonts/VisbyCF-Light.otf")
      format("opentype");
  font-style: normal;
}


.mauticform_wrapper{
	margin: auto !important;
	max-width: 100% !important;
}

.mauticform-selectbox{
	padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.mauticform-selectbox option{
	color: black !important;
}

.mauticform-input{
	background-color: #1368AB !important;
	color: white !important;
}

.mauticform-input[type=number]::placeholder{
	color: #a1bed5 !important;
}

.mauticform-input[type=date]{
	color-scheme: dark;
}

.mauticform-button{
	background-color: white !important;
	color: black !important;
}

body .mauticform-button:hover{
	background-color: white !important;
	color: black !important;
}