/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
	font-family: "ITCPortagoW01-RegularSC"; 
	font-display: fallback;
	src: url("/fonts/a265d189810e5af59be731939216ae8b.eot");
	src: url("/fonts/a265d189810e5af59be731939216ae8b.eot?#iefix") format("embedded-opentype"),
		 url("/fonts/a265d189810e5af59be731939216ae8b.woff2") format("woff2"),
		 url("/fonts/a265d189810e5af59be731939216ae8b.woff") format("woff"),
		 url("/fonts/a265d189810e5af59be731939216ae8b.ttf") format("truetype"),
		 url("//db.onlinewebfonts.com/t/a265d189810e5af59be731939216ae8b.svg#ITCPortagoW01-RegularSC") format("svg");
	
}

.gfield--type-section h3, h1 {
	font-family: 'ITCPortagoW01-RegularSC' !important;
	color: var(--wd-primary-color);
	text-transform: uppercase;
}
.gfield--type-section h3  {
	text-align: center;
	font-size: 30px;
}
.vc_color-vista_blue.vc_message_box {
	background-color: var(--wd-primary-color) !important;
	color: white !important;
}

.vc_color-vista_blue.vc_message_box .vc_message_box-icon {
	color: white !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: var(--wd-primary-color) !important;
	border-color: var(--wd-primary-color) !important;
}
