/*  Template: 
https://codepen.io/adonnewman/pen/vdVNjB
*/
.templatecolor {
  color: #1abc9c;
}
.homeblock {
  border-bottom: 2px solid #1abc9c;
}
.homeblockboth {
  border-bottom: 2px solid #1abc9c;
  border-top: 2px solid #1abc9c;
}
.transsection {
  padding: 10;
  background-color: rgba(20, 143, 119, 0.7);
}
.colorsection {
  background-color: #148f77;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border: 2px solid #1abc9c;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.learnmore:hover {
  background: #1abc9c;
}
.socialicons {
  text-align: center;
}
.socialicons a {
  color: #CCCCCC;
  text-decoration: none;
  font-size: 1.8em;
  letter-spacing: 10px;
}
.socialicons a:hover {
  color: #1abc9c;
}
.footer_top a {
  color: #CCCCCC !important;
  text-decoration: none;
}
.footer_top a:hover {
  color: #1abc9c !important;
}
.footer_top li {
  line-height: 8px !important;
}
.ctcname:after {
  content: "Phoenixville";
}
.locationstatement:after {
  content: " Pennsylvania.";
}
.addressline1:after {
  content: " 550 Kimberton Rd";
}
.addressline2:after {
  content: "Phoenixville, PA 19460";
}
.addressat:after {
  content: " 550 Kimberton Rd" " in" " Phoenixville, PA.";
}
.phone:after {
  content: "(484)649-1068";
}
.email:after {
  content: "info@graciejiujitsuphoenixville.com";
}
a {
  text-decoration: none;
}
a:hover {
  color: #1abc9c;
}
/* Hide Author on Post  */
.post_info {
  display: none!important;
}
.entry_title {
  margin-bottom: 30px;
}

.wpb_text_column :last-child{
    z-index:99;
}

.rightcolumnz {
    z-index:101;
}

.title .title_holder {
  display:none;
}

.blog_holder article .post_info  {
display:none;
}

.entry_title {
  margin-bottom:20px
}

.blog_holder article .post_text h2 .date {
display:none;
}


.mptt-menu {
    display:none;
}

.event-title {
    font-weight:700;
}

p {
  margin-bottom:18px;
}
}