/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 06:48:00 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Footer Styles */

.custom-footer {
	margin-top: 15px;
	color: #878787;
}

/* Popup Styles */

.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
	outline: none !important;
}
.pum-theme-410 .pum-container, .pum-theme-lightbox .pum-container {
	width: auto !important;
}
.add_padding {
    margin: 55px auto;
}


/* Header Styles */

.site-header .site-branding .site-title,
.site-header .site-branding .site-description{
	display: none;
}


.main-navigation ul > li > a {
    color: #545454;
    font-size: 14px;
    padding: 8px;
    line-height: 1;
}
@media screen and (min-width: 992px) {
  #masthead .container {
    max-width: 1270px;
    width: 100%;
  }
}
.app-mobile-app {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 20px;
}

/* Home Page styles */

.red-button a{
	background-color: #993223;
	color: #fff!important;
	border: 1px solid #993223;
	transition: .4s ease-in-out;
}

.red-button a:hover{
	background-color: #fff!important;
	color: #993223!important;
	border: 1px solid #993223;
	transition: .4s ease-in-out;
}


/* New Client Page Styles */

#post-730:has(#gform_confirmation_wrapper_1) .intro-copy {
  display: none;
}

.page-id-730 .container{
	color: #000;
}
.gform_confirmation_message{
	color: #000;
}


