.block-type-content div.entry-content {
    margin: 0;
}

.block-type-content .hentry {
    padding: 0;
    margin: 0 ;
}

.custom-24 .infusion-option label {
    font-family: Arial;
    display: inline;
}




.infusion-option {
    margin: 0px 0 20px;
}

table {
    margin-bottom: 0px;
}

table th, table td {
    border-top: 0px solid #ddd;
}

#bullet-hand li {
    background:url('/wp-content/uploads/icon_thumbsup.png') left center no-repeat;
    line-height: 150%;
    padding: 5px 40px 5px 60px;
    margin-bottom: 10px;
    background-size: 34px;
}


#tick-blue li {
    background:url('/wp-content/uploads/bullet.png') left center no-repeat;
    line-height: 150%;
    padding: 5px 40px 5px 60px;
    margin-bottom: 10px;
    background-size: 34px;
}

div.entry-content ul li {
    list-style: none;
}

div.entry-content ul, div.entry-content ol {
    padding: 0 0 0 10px;
    margin: 0;
}



/* Tabs */


.bc_custom_tab > .bvb_tabs_nav{
    display: flex;
}

.bc_custom_tab > .bvb_tabs_nav li{
    margin-right: 0;
    background: #E6E6E6;
    flex: 1;
    color: #2183B8;
    outline: 1px solid #CCCCCC;
    text-align: center;
}

.bc_custom_tab > .bvb_tabs_nav li.tab_active{
    background: #FFFFFF;
    color: #000;
    border-bottom: 3px solid #2183B8;
    flex: 1;
    outline: 1px solid #CCCCCC;
}

.bc_custom_tab > .bvb_tabs_nav li:hover{
    background: #E6E6E6;
}


.bc_custom_tab > .bvb_tabs_nav li.tab_active{
    background: #FFFFFF;
}

.bc_tab_text{
    vertical-align: middle;
}

.bc_ctab_icon{
    background: url('/wp-content/uploads/Tabs-Icons.png') no-repeat scroll 0 0 transparent;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    margin-right: 10px;
    padding-left: 30px;
    padding-top: 28px;
} 

.bc_ctab_icon_1{
    background-position: 0px 0;
}

.bc_ctab_icon_2{
    background-position: -30px 0;
}

.bc_ctab_icon_3{
    background-position: -60px 0;
}

.bc_ctab_icon_4{
    background-position: -90px 0;
}


.tab_active .bc_ctab_icon_1{
    background-position: 0px 100%;
}

.tab_active .bc_ctab_icon_2{
    background-position: -30px 100%;
}

.tab_active .bc_ctab_icon_3{
    background-position: -60px 100%;
}

.tab_active .bc_ctab_icon_4{
    background-position: -90px 100%;
}

@media (max-width: 992px) {
    .bc_custom_tab > .bvb_tabs_nav {
      display: flex;
      flex-wrap: wrap;
    }
	
    .bc_custom_tab > .bvb_tabs_nav li,
    .bc_custom_tab > .bvb_tabs_nav li.tab_active {
      flex: 0 0 100%;
    }
}


.bvb_tabs .bvb_tabs_nav li {
    font-weight: normal;
}



/* Testimonials */


.bvb_testimonial_text {
    padding: 20px;
}

.bvb_testimonial_author_image img {
    border-radius: 100px;
    border: 0px solid #ededed;
}


/*BUTTONS
-----------------------*/

.bc-button {
  background: #FF8C00;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  display: inline-block;
}

.bc-button:hover {
  background: #E67F00;
}

.bc-button:active {
position:relative;
top:2px;
  -webkit-box-shadow: 0 0 0 0 #333;
          box-shadow: 0 0 0 0 #333;
}



#gform_wrapper_2 {

    margin: 0;
    max-width: 100%;
}

#gform_wrapper_2 .top_label .gfield_label {
    margin: 20px 0 5px;
    color: #333;
}

#gform_wrapper_2 .top_label .gfield_description {
    padding: 0;
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 1em 0 0;
    clear: both;
}


#gform_wrapper_2 input[type="submit"], #gform_wrapper_2 input[type="button"], 
#gform_wrapper_2 button {
    background: #F26522;
    padding: 0 12px;
    -moz-border-radius: E67F00;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    line-height: 27px;
    border: none;
    padding: 10px 20px;
}