/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

a
{
	text-decoration:none;
}
.read-more-container
{
	float:right;
}
.org_tab {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  padding: 2px;
  margin: 5px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Heading */
.org_tab h2 {
  font-size: 24px;
  color: #2c3e50;
   font-weight: 600;
  border-left: 5px solid #0073aa;
  padding-left: 12px;
}

/* Table styling */
.mc_table {
  width: 100%;
  border-collapse: collapse;
 }

.mc_table tr {
  border-bottom: 1px solid #eaeaea;
}

.mc_table td {
   vertical-align: top;
}

.mc_table td:first-child {
  font-weight: 600;
  color: #444;
  width: 35%;
  background-color: #f7f9fc;
}

/* Button styling */
.mc_btn {
  display: inline-block;
  background: #0073aa;
  color: #fff !important;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  float: right;
 }

.mc_btn:hover {
  background: green;
}

@media only screen and (max-width: 800px) {
  .jc_li_top a
 {
	background: #004fce;
	padding: 10px;
	color: white !important;
	border-radius: 50px;
	display: block;
	text-align: center;
	margin: 5px 4px;
	font-size: 18px;
	 font-weight:500;
  }
	.jc_li_top a:hover
	{
		color:#fff;
	}
.jc_li_top ul
	{
		margin:0px
	}
	.jc_li_top li
	{
		list-style:none;
	}

	.jc_li_top
	{
		display:block !important;
	}
}
.jc_li_top
{
	display:none;
}

div#wpforms-32959 {padding: 2px;}
div#wpforms-32959 label {font-size: 26px; font-weight: 800;}
div#wpforms-32959 button {font-size: 26px; font-weight: 600; width: 100%; height: 55px;}