/*
 Theme Name:   WebPressPRO Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body {
  text-wrap: balance !important;
}
/* Gravity Forms Button Formatting */
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #1a4099 !important;
  border: 2px solid #1a4099 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
	border-radius: 0 !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: transparent !important;
  color: #1a4099 !important;
  border-color: #1a4099 !important;
}
body .gform_confirmation_message {
  color: #1a4099; /* text color */
}
/* Terms & Privacy Policy Page Formatting */
.page-id-466 #brx-content.wordpress,.page-id-470 #brx-content.wordpress{
	margin-top: 100px;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
  ul.columned {
    column-count: 2 !important;
  }
}

@media (max-width: 640px) {
  ul.columned {
    column-count: 1 !important;
  }
}