/* General Overrides */

   .menu-contact #rt-mainbody-surround {
    background-color: #fff;
    color: #f8f8f8;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

  #rt-mainbody-surround { 
  background: transparent;
  /*background-image: url("http://www.angelfoundation.me/images/site/page_BG.png");*/
  background-repeat: no-repeat;
  background-size: 100%;
}

p {
    color: #000;
}

/*Testimonials */
.fst_comment_comment, .fst_comment_name {
     color: #000;
}


/* Form Fields Mods */

textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], 
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
 margin: 2px;
 width: 200px;

}
      


/* Menu Mods */

#rt-top div.menu-block {
    float: left;
    margin-left: 15px
}

#rt-top {
    background-color: #f0f0f0;
}

/* Top Menu Mods */

    #horizmenu-surround ul.menutop {
    width: 100%;
    text-align: center;
    }

    #horizmenu-surround ul.menutop li.root {
    float: none;
    display: inline-block;
    }

    
#rt-block horizmenu {
    float: right;
    font-size: 12px;
    height: 30px;
    margin-right: 5px;
    margin-top: 20px;
}
#rt-block horizmenu2 {
    height: 30px;
    padding: 0 5px 0 3px;
}
#rt-block horizmenu.ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#rt-block horizmenu.li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#rt-block  horizmenu.a {
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    white-space: nowrap;
}
#rt-block horizmenu a:hover {
    text-decoration: none;
}

 
 //* Custom CSS *//

 
  /* myTable */
 
 .mytable {
    margin-bottom: 20px;
    width: 100%;
    border: hidden;
}
.mytable th, .mytable tr, .mytable td {
    border: hidden;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    text-align: center;
    vertical-align: middle;
}
.mytable th {
    font-weight: bold;
}
.mytable thead th {
    vertical-align: middle
}

@media only screen and (max-width: 480px) {
    .mytable {
        width:95%;
        border: none;
    }
}

/* BackGround Classes */

/*body.defender-background {
    background: transparent;
    background: url ("http://www.angelfoundation.me/images/products/Defender.jpg")!important;
  background-repeat: no-repeat;
  background-size: 100%;
}*/

/* J2Store Mods */

.box2 a {
    color: #000;
}

.j2store-checkout-link {
    
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #004FCC;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 6px;
}

/* BT Social Share */

.bt-social-share {
   background: transparent;
    border: 0px solid #cad4e7;
    border-radius: 2px;
    display: inline-block;
    line-height: 100%;
    margin: 5px 0;
    padding: 3px 0 2px 4px;
    width: calc(100% - 6px);
}

/* Captcha Invisible */

.grecaptcha-badge { 
  
 visibility: hidden; }