.site-branding {
	margin: 0px;
}

.site-header {
}

.site-logo img {
	height: 100px;
	width: 400px;
}

.main-navigation {
	background-color: #D2F2D7 !important;
	border: none !important;
	margin: 0px !important;
}

#menu-main-1 a {
	color: black !important;
}

#menu-main-1 a:hover, 
#menu-main-1 a[aria-current="page"] {
	color: #6DD47E !important;
}

.site-main {
	background-color: #F3FBF5
;
}

blockquote {
	background-color: white;
	text-align: center;
	font-style: italic;
	border-radius: 7px;
	border: solid 2px #6DD47E !important;
}

/* TODO: Remove after registration 
.site-branding:after {
	content: "!!! NOTE: APP POWER FORMS CONNECTOR IS CURRENTLY UNDERGOING INITIAL REGISTRATION AND IS NOT YET AVAILABLE IN POWER AUTOMATE OR LOGIC APPS CONNECTOR CATALOGS !!!"	
}

.purchase-block a:first-child {
	display: none;
}
.purchase-block:before {
	content: "!!! WAITING FOR CONNECTOR REGISTRATION PROCESS COMPLETION !!!"
}
/* End of TODO */

.site-main a {
	color: #293253;
	text-decoration: underline;
}

.site-main a:hover {
	color: #C40000;
}

button, .button {
	background-color: #6DD47E !important;
	color: white !important;
	border-radius: 5px !important;
}

ol.important-content, .wp-block-table table {
	background-color: #C0EACA;
	border-left: solid 4px #6DD47E;
	border-right: solid 4px #6DD47E;
	border-radius: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

.wp-block-table table  {
	border-collapse: separate;
	padding: 0px;
}

.wp-block-table table th:first-child {
	border-left: none;
}

.wp-block-table table th:last-child {
	border-right: none;
}

.wp-block-table table th {
	border-top: none;
}

.wp-block-table table tr:last-child td {
	border-bottom: none;
}

.wp-block-table table tr td:first-child {
	border-left: none;
}

.wp-block-table table tr td:last-child {
	border-right: none;
}

ol.important-content {
	padding-left: 30px;
}

.wp-block-image.important-content img {
	border-left: solid 4px #6DD47E;
	border-right: solid 4px #6DD47E;
	border-top: solid 1px #6DD47E;
	border-bottom: solid 1px #6DD47E;
	border-radius: 7px;
	margin: 0px !important;
}

ul.apppower-bullet-list {
	list-style-image: url('/wp-content/uploads/2022/01/app-power-bullet-list-icon-no-background.png');
}

@media only screen and (max-width: 700px) {
	img[alt="Powered by Stripe"] {
		display: none;
	}
}