@charset "UTF-8";

.template_section .each_template.template_01 {
  border: 1px solid #ffb155;
}
.template_section .each_template.template_02 {
  border: 1px solid #3ac9cb;
}
.template_section .each_template.template_03 {
  border: 1px solid #f16577;
}
.template_section .each_template.template_01 > h4.title_block {
  background-color: #ff9b25;
  background-image: url(/stat/edms/add-ons/bloggers_social_media/img/bg_title_1.jpg);
}
.template_section .each_template.template_02 > h4.title_block {
  background-color: #00bcbe;
  background-image: url(/stat/edms/add-ons/bloggers_social_media/img/bg_title_2.jpg);
}
.template_section .each_template.template_03 > h4.title_block {
  background-color: #d74457;
  background-image: url(/stat/edms/add-ons/bloggers_social_media/img/bg_title_3.jpg);
}
.template_section .each_template p {
  margin: 15px 20px;
}
@media screen and (max-width:768px) {
  .template_section .each_template .row_block.group_thumbnail {
    margin: 0;
  }
  .template_section .template_01 .col_video {
    width: 100%;
    max-width: 440px;
    display: block;
    margin: 0 auto;
    padding: 5px !important;
  }
  .template_section .template_01 .col_video:last-child {
    padding-top: 15px !important;
  }
  .separate_line {
    display: none;
  }
}
