/**

Theme Name: Pro Site Help

Author: Dustin Hyle

Author URI: https://prositehelp.com

Description: Theme for Pro Site Help.

Version: 1.0.0

Template: astra

*/

/** Sticky Sidebar */
#secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/** End Sticky Sidebar */

.wpforms-form button[type=submit] {
color: #ffffff!important;
background-color: #ff6900!important;
}

a:hover { text-decoration: underline; }
.min-height-200 {
	min-height: 200px;
}
.pricing-table-style {
	border: solid 2px #e5e5e5;
	border-top: 0;
	padding: 10px
}
.pricing-table-style ul {
	margin-left: 1.25em;
}
.pricing-table-heading {
	background-color: #3b8beb;
	color: #fff;
	margin-bottom: 0px!important;
}
h3.pricing-table-heading {
	color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  vertical-align: middle;
}
.ast-single-post .entry-title, .page-title, .entry-title a {
	font-weight: 700;
}
.pro-tip-pull-out {
	border: 3px solid #3b8beb;
	margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
	font-weight: 500;
	font-size: 16px;
}
.pro-tip-pull-out p {
	margin-bottom: 5px;
}
.affiliate-disclosure {
	border: 3px solid #ec1429;
	margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
	font-weight: 700;
	font-size: 12px;
}
.block-quote-white-bg {
	background-color: #fff;
	border-left: 5px solid #3b8beb;
}
.site-footer ul {
	font-size: 14px;
}
@media (max-width: 921px) {
	.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
}
.wp-block-button.alignleft .wp-block-button__link {
	margin-bottom: 15px;
	width: 250px;
	padding: 15px;
}