/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 07 2026 | 01:14:47 */
@font-face {
	font-family: 'RobotoMono-Medium';
	font-display: swap;
	src: url(https://www.gregstaudtvo.com/wp-content/uploads/2025/10/RobotoMono-Medium.ttf);
}
@font-face {
	font-family: 'Lato-Light';
	font-display: swap;
	src: url(https://www.gregstaudtvo.com/wp-content/uploads/2025/10/Lato-Light.ttf);
}
body {
	font-family: 'Lato-Light';
	color: #0a0a0a;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #0a0a0a;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Lato-Light';
	color:#0a0a0a;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 22px;
}
/***** Full Width CSS ******/
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row, .header-full-width .wpb-content-wrapper .row-container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width], .header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row {
	max-width: 100%;
}
/*MENU_SECTION*/
.menu a span {
	color: #c19e80;
	text-transform:capitalize;
	font-size: 21px;
}
.genesis-nav-menu li.page_item.current-menu-item>a span {
	color: #d6d0cc;
}
.menu li {
	padding: 0 12px;
}
.menu li:first-child {
	padding-left: 0;
}
.menu li:last-child {
	padding-right: 0;
}
.vc_row .nav-primary .genesis-nav-menu a {
	padding: 0;
}
.nav-primary {
	float: none;
}
/*SUB-MENU*/
.genesis-nav-menu .sub-menu a {
	border: 0;
	width: 100%;
	background-color: transparent;
}
.menu li .sub-menu {
	top: 20px;
	background-color: #C3FCFC;
	padding-bottom: 10px;
	border: 0;
	text-align: left;
	width: max-content;
}
.menu li .sub-menu li {
	padding: 10px 10px 0 10px;
	margin: 0;
	display: inherit;
}
.vc_row .sub-menu-toggle {
	display: block !important;
	visibility: visible !important;
	top: 2px;
	right: -13px;
	padding: 7px 10px;
}
.vc_row .sub-menu .sub-menu-toggle {
	right: -2px;
	top: 6px;
}
.sub-menu-toggle.activated::before {
	top: 3px;
}
.sub-menu-toggle::before {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	border: 4px solid transparent;
	border-top: 4px solid #000;
	transition: none;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry, .vc_row .menu li {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	background-image: none !important;
	padding: 10px 80px !important;
	font-size: 18px!important;
}
#banner .vc_row .vc_btn3.vc_btn3-style-custom{
	padding: 10px 45px !important;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder {
	color: #0a0a0a;
	opacity: 1;
}
:-moz-placeholder {
	color: #0a0a0a;
	opacity: 1;
}
::-moz-placeholder {
	color: #0a0a0a;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #0a0a0a;
	opacity: 1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #fff;
	color: #0a0a0a;
	font-size: 18px !important;
	font-weight: 400;
	padding: 10px 15px !important;
	line-height: 1.5;
	border: 0px!important;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	color: #ffffff !important;
	margin: 0;
	padding: 5px 30px !important;
	font-size: 18px !important;
	text-align: center;
	border: none !important;
	background-color: #c19e80;
	border-radius: 0 !important;
}
.vc_row .gform_wrapper .gfield textarea.medium {
	height: 220px !important;
	min-block-size: initial;
	resize: none;
}
.vc_row .gform_wrapper .gform_fields {
	gap: 16px;
}
.vc_row .gform_wrapper .gform_footer {
	text-align: right;
	display: block;
	margin-top: 16px;
	padding: 0;
}
.vc_row .gform_confirmation_message {
	color: #0a0a0a;
	padding: 5em 0;
}
.gform_wrapper.gform-theme .gfield.gfield--width-half {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.gform_wrapper.gform-theme .gfield {
	grid-column: 1/-1;
}
.gform_wrapper.gform-theme .gform_fields {
	width: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: repeat(auto-fill,auto);
	grid-column-gap: 2%;
	grid-row-gap: 16px;
}
.gform_wrapper.gform-theme .gfield.gfield--width-third {
	-ms-grid-column-span: 4;
	grid-column: span 4;
}
#contact h2.gform_submission_error, #contact .gfield_validation_message {
	background-color: #ffffffe3;
	padding: 2px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 400;
	color: #c02b0a;
	font-size: 18px;
}
.gform_wrapper.gform-theme .gfield.hidden_label label, .gform_validation_container {
	display: none;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .gform_validation_container{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #928E8B;
	top: 9px;
	height: 10px;
	margin: 0;
	left: 6px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .customaudioplayer .mejs-button {
	margin-right: 3px;
	top: 4px;
	width: 21px;
	height: 21px;
	position: relative;
	padding-top:0 !important;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio a:before, .custom-event-class .customaudioplayer:before{
	background-image: url(https://www.gregstaudtvo.com/wp-content/uploads/2025/10/sprite-btn.svg);
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: 80px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position:3px 1px;
}
.customaudioplayer .mejs-pause:before {
	background-position: -29px 1px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 30px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 0px auto 26px auto !important;
	min-height:28px;
}
.custom-audio-title {
	position: absolute;
	top: -15px;
	left: 30px;
	width: calc(100% - 62px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #0a0a0a;
	text-align:left;
}
.customaudioplayer .download-audio a:before {
	background-position: -49px 5px;
	top: 0;
	right: 0;
	width: 30px;
	height: 25px;
	background-size: 75px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0px;
	height: 25px;
	width: 30px;
	top: inherit;
	bottom: 3px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background-color : #484644!important;
	height: 10px;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls {
	padding-left: 0;
	height: 28px;
}
.custom-event-class .wp-playlist {
	height: 250px;
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #f0f1f1;
	position: absolute;
	width: calc(100% - 70px);
	height: 45%;
	left: -20px;
	margin: 0 auto;
	right: 0;
	top: 9px;
}
.custom-event-class .customaudioplayer::before {
	top: 4px;
	left: 0;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 3px;
}
.custom-event-class .wpb_video_widget {
	background-image: url(https://www.gregstaudtvo.com/wp-content/uploads/2025/11/video.gif);
	background-position: center !important;
}
#demos .wpb_text_column br{
	display:none;
}
/*HEADER_SECTION*/
.social-icons .wpb_wrapper {
	display: flex;
	justify-content: end;
}
/*LOGO_SECTION*/
.vc_row .wpls-logo-showcase .slick-arrow {
	background-color: transparent;
}
.vc_row .wpls-logo-showcase .slick-arrow svg {
	fill: #05191b;
}
/* LEARN_MORE */
.disable .vc_btn3, .vc_row .group,.gform_wrapper .gfield_required,#responsive,.fa-download:before {
	display: none;
}
.vc_row .group.active {
	display: block;
}
/*FLIP*/
#flip .oxilab-flip-box-2 ,#flip .oxilab-flip-box-4,#flip .oxilab-flip-box-3{
	background : linear-gradient(30deg, rgba(7, 60, 91, 1) 0%, rgba(51, 128, 169, 1) 56.53%);
	border: none;
	box-shadow: none;
}
#flip .oxilab-flip-box-back-2,#flip .oxilab-flip-box-back-3,#flip .oxilab-flip-box-back-4{
	border: none;
	box-shadow: none;

	background : linear-gradient(30deg, rgba(203, 150, 60, 1) 0%, rgba(250, 200, 92, 1) 14.57%, rgba(204, 152, 68, 1) 29.91%, rgba(157, 102, 44, 1) 46.83%, rgba(171, 122, 63, 1) 49.72%, rgba(204, 170, 109, 1) 57.48%, rgba(229, 206, 142, 1) 64.33%, rgba(244, 227, 163, 1) 69.91%, rgba(249, 235, 170, 1) 73.54%, rgba(245, 228, 163, 1) 77.54%, rgba(233, 208, 142, 1) 83.51%, rgba(214, 176, 109, 1) 90.71%, rgba(187, 131, 63, 1) 98.81%, rgba(183, 124, 56, 1) 100%);
}
#flip .oxilab-flip-box-back-2 .oxilab-info,#flip .oxilab-flip-box-back-3 .oxilab-info,#flip .oxilab-flip-box-back-4 .oxilab-info {
	color: #000;
	text-align: left;
}
#flip .oxilab-flip-box-back .oxilab-info {
	display: flex !important;
	justify-content: center;
}
.entry-content .oxilab-flip-box-back-4-data ul {
	padding-left: 0!important;
}
.oxilab-flip-box-back .oxilab-heading,.flip-row h2,.oxilab-flip-box-front .oxilab-icon, .oxilab-flip-box-front .oxilab-heading,h2.flip-heading {
	display: none!important;
}
.oxilab-flip-box-2-data .oxilab-heading {
	color: #333333!important;
	padding: 25px!important;
}
#flip .oxilab-flip-box-back-3-data .oxilab-info,#flip .oxilab-flip-box-back-4-data .oxilab-info,#flip .oxilab-flip-box-back-2-data .oxilab-info {
	font-family: 'Montserrat';
	color: #000000;
	padding: 6px 14px;
	font-weight: 400;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color: #333;
	font-size: 21px;
}
.vc_row .testimonial-company:before {
	content: "|";
	margin: 0 5px
}
.vc_row .testimonial-content {
	margin-bottom: 2em;
	color: #333;
	text-align: center;
	font-size: 20px;
}
.wpmtst-testimonial-inner {
	text-align: center;
}
.vc_row .testimonial {
	padding: 0 5em;
}
.vc_row .testimonial-content p {
	margin: 0 0 10px;
	line-height: initial;
}
.vc_row .testimonial-content:before,.vc_row .testimonial-content:after {
	content: '';
	background-repeat: no-repeat;
	background-image: url(https://www.gregstaudtvo.com/wp-content/uploads/2025/10/left-quote.svg);
	width: 56px;
	height: 56px;
	position: absolute;
}
.vc_row .testimonial-content:before {
	left: 15px;
	top: 0;
}
.vc_row .testimonial-content:after {
	right:15px;
	transform: rotate(180deg);
	bottom: 0px;
}
.logo-title a {
	font-size: 30px;
	color: #ffffff;
	font-family: 'RobotoMono-Medium';
	text-transform: uppercase;
}
.wpb_raw_code.social-icon {
	display: inline-flex;
	vertical-align: middle;
}
#banner .logo-title a {
	font-size: 90px;
	color: #00213a;
	line-height: 1;
}
.wpb_raw_code.social-icon a {
	display: flex;
	align-items: center;
}
#banner .logo-description {
	font-size: 36px;
}
.wpb_single_image.img-col img {
	width: 86px;
	height: 86px;
}
/*LEARN-MORE*/
#learnmore .vc_row.vc_column-gap-30>.vc_column_container {
	padding: 50px;
}
#learnmore .wpb_text_column ul{
	text-align:left;
}
#learnmore .vc_row.three-columns {
	justify-content: space-around;
	gap:20px;
}
#learnmore .vc_row.three-columns > .text-center.wpb_column {
	width: 300px;
}
/*FOOTER*/
#footer p ,#footer a{
	font-size: 16px; 
}
.footer-icons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}
.footer-icons .wpb_raw_code.social-icon > .wpb_wrapper {
	display: flex;
	gap: 10px;
}
#more-text h2 {
	color: #fff;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1200px) {
	#contact .vc_row.parentrower {
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 1023px) {
	.menu li {
		padding: 0 7px;
	}
	.text-right.mobilesecond.vc_col-sm-3 a{
		font-size: 16px!important;
	}
	#banner .logo-title a {
		font-size: 65px;
	}
	#banner .logo-description {
		font-size: 25px;
	}
	#learnmore .vc_row.three-columns {
		justify-content: center;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 959px) {
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus,.vc_row .genesis-nav-menu .menu-item-type-post_type.current-menu-item > a span {
		color: #fff;
	}
	.menu a span {
		color: #000!important;
	}
	.site-header .wpb_column,#footer .wpb_column {
		width: 100%;
		text-align: center;
	}
	nav{
		display:none;
	}
	#genesis-mobile-nav-primary{
		font-size:24px;
	}
	.menu li{
		padding: 10px 0px;
	}
	.vc_row .genesis-responsive-menu{
		top: 27px;
		position: absolute;
		left: 50%;
		z-index:9;
		width: 100%;
		border: 6px solid #C19E80;
		background: #fff;
		transform: translate(-50%, 0);
		padding: 0 0 !important;
		text-align: center;
	}
	#genesis-mobile-nav-primary span,.custom-event-class .vc_row .nav-primary ,.custom-event-class nav::before,.source-connect-logo,.banner_button,.wpb_raw_code.social-icons{
		display: none;
	}
	.site-header .menu-toggle::before{
		content: '☰';
		top: 0;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	.site-header .vc_column-inner {
		z-index: initial!important;
	}
	.site-header .menu-toggle span {
		display: none;
	}
	.site-header .wpb_column{
		width: 100%;
	}
	body .vc_row .menu li {
		padding: 0;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		padding: 0;
	}
	.menu li .sub-menu {
		background-color: transparent;
		width: auto;
	}
	.vc_row .sub-menu-toggle {
		width: 100%;
		text-align: right;
		right: 0;
		top: 0px;
	}
	.sub-menu-toggle::before {
		border: 7px solid transparent;
		border-top: 7px solid #fff;
		position: relative;
		top: 3px;
		content: "";
	}
	.genesis-nav-menu .sub-menu {
		padding-left: 0;
	}
	.genesis-nav-menu .sub-menu a span {
		font-size: 18px;
	}
	.menu a span {
		font-size:20px;
		color: #ffffff;
	}
	.sub-menu-toggle.activated::before {
		top: -5px;
	}
	#header .mobilefirst.wpb_column {
		order: 1;
	}
	#header .mobilesecond.wpb_column {
		order: 2;
	}
	#header .mobilethird.wpb_column{
		order:3;
		margin-top:5px;
	} 
	.nav-primary .menu li {
		border-right: 0px;
	}
	.sub-menu li {
		padding: 0px!important;
	}
	.menu li .sub-menu {
		border: 0;
	}
	.menu.genesis-nav-menu a {
		margin: 20px 0px;
	}
	.vc_row .vc_btn3.vc_btn3-style-custom {
		padding: 10px 25px !important;
	}
	#footer .copyright.wpb_column.vc_col-sm-6 {
		order: 3;
	}
	.copyright .wpb_text_column {
		padding-top:5px;
	}
	.footer-icons .wpb_raw_code.social-icon > .wpb_wrapper {
		margin: 0 auto;
	}
	.footer-icons > .vc_column-inner > .wpb_wrapper {
		flex-direction: column;
	}

}
@media only screen and (max-width: 767px) {
	h1, h2, h3, .site-footer p,#footer .wpb_column,#contact .wpb_raw_code ,.wpb_single_image {
		text-align:center !important;
	}
	.vc_row .testimonial-content::before, .vc_row .testimonial-content::after {
		width: 30px;
		height: 30px;
	}
	.vc_row .testimonial {
		padding: 0 2.5em;
	}
	.vc_row .testimonial-content:before {
		left:15px;
	}
	.vc_row .testimonial-content::after {
		right: 15px;
	}
	#about .vc_btn3-container.vc_btn3-right ,.vc_row .gform_wrapper .gform_footer{
		text-align: center;
	}
	#banner .wpb_column.vc_col-sm-4{
		order:3;
	}
	#banner{
		padding-top:3em!important;
	}
	#contact .mobilefirst.vc_col-sm-4{
		order: 2;
	}
	#contact .wpb_single_image {
		padding-top: 30px;
	}
	#banner .wpb_raw_code.text-right {
		text-align: center;
	}
	#demos > .vc_column-inner {
		padding-top: 0 !important;
	}
	#about {
		padding-top: 1em;
	}
	#about .wpb_text_column {
		margin-top: 10px !important;
	}
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		display: block;
	}
	.vc_row .testimonial-company:before{
		display:none;
	}
}
@media only screen and (max-width: 639px) {
	#header .wpb_raw_code.inline {
		margin-right: 0!important;
		display: block!important;
	}
}
@media only screen and (max-width: 479px) {
	h2{
		font-size:30px;
	}
	#banner .logo-title a {
		font-size: 40px;
	}
	#banner .logo-description {
		font-size: 22px;
	}
}
@media only screen and (max-width: 350px) {
	#banner .logo-description {
		font-size: 20px;
	}

}
