/* Enter Your Custom CSS Here */
.page-id-27131 .footer-form {
    display: none;
}
table {
    font-family: Cabin;
    font-size: 15px;
}
table {
  font-family: Cabin;
  font-size: 15px;
}
table th {
  display: none;
}
table td {
  display: block;
  font-size: 13px;
}
table td:first-child {
  padding-top: .5em;
}
table td:last-child {
  padding-bottom: .5em;
}
table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  position: unset;
}
.fa-check {
    color: #96D70B;
}
.fa-times{
    color: #dd2a34;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
display: inline;
padding-left: 20px;
}
.woocommerce form .form-row .input-checkbox{
display: inline;
margin: 12px 8px 0 -20px;
text-align: center;
vertical-align: middle;
}
#text-22 a, #text-23 a, #text-24 a{
	color: #409dc8 !important;
}
body.page-template-vc-course .full-width-banner {
	display: none;
}
.vc-course-template {
    font-family: 'Cabin', serif;
    font-size: 22px;
    color: #666;
    text-transform: none;
    width: 100%;
    margin: 0 auto
}

.vc-course-template h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 64px;
    color: #9c0, inherit;
    text-transform: none
}

.vc-course-template h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 64px;
    color: #9c0, inherit;
    text-transform: none
}

.vc-course-template h3 {
    font-family: 'Cabin', serif;
    font-weight: 700;
    font-size: 28px;
    color: #111;
    text-transform: none;
    line-height: 1.5em
}

.vc-course-template h4 {
    font-family: 'Cabin', serif;
    font-size: 24px;
    color: #111 !important;
    text-transform: none;
    font-weight: 100;
    line-height: 1.5em
}

.vc-course-template p {
	text-transform: none;line-height: 1.3em
}

.vc-course-template ul li {
    line-height: 1em;
    margin-bottom: 10px
}
.vc-course-template .btn-success {
	font-size: 28px;
	font-weight: 700;
	padding: 10px 30px;
}
/*Online Classes 2020 Landing Page*/
.online-classes-background {
	background: #f3f3f3;
	margin: 15px 15px 0;
	padding: 24px;
	min-height: 320px;
}
body.page-template-onlinecoaching section.faqs .signup_now {
	width: auto;
	text-align: center;
	padding-bottom: 15px;
	background: #F3F3F3;
	margin: 0 15px;
}
.page-id-23481 .footer-form {
	display: none;
}
/*Topbar General and Dark Gray Background Button*/
#tpbr_calltoaction {
	background: #DD3333 !important;
	line-height: 19px !important;
	padding: 0px !important;
}
#tpbr_box {
	line-height: 21px !important;	
	font-weight: 700 !important;
}
#tpbr_calltoaction {
    background: #474747 !important;
    color: #96D70B !important;
		font-weight: 700 !important;
}
/*Footer Form*/
#gform_wrapper_2 {
	margin-top: 0;
}
#input_2_1 {
	width: 250px;
	margin-left: 20px;
	padding: 21px 10px;
}

@media (min-width: 760px) {
  table td:before {
    display: none !important;
  }
}
table th,
table td {
  text-align: left !important;
  
}
@media (min-width: 760px) {
  table th,
  table td {
    display: table-cell !important;
    padding: .25em .5em !important;
    width: 100%;
  }
  table th:first-child,
  table td:first-child {
    padding-left: 0 !important;
  }
  table th:last-child,
  table td:last-child {
    padding-right: 0 !important;
  }
}