body {
  padding-top: 0px !important; }
  body.page-template-page-full-width-php .site-navigation .navbar {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  body.page-template-page-full-width-php .site-navigation .navbar-default {
    background-color: #636363;
    border-right: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    border-bottom: 0; }
  body.page-template-page-full-width-php #content {
    margin: 0px 0 20px 0; }
    body.page-template-page-full-width-php #content iframe {
      border: 1px solid #c1c1c1 !important;
      border-top: 0px solid !important;
      min-height: 600px; }
  body.single-post iframe {
    border: 0 transparent; }

iframe {
  border: 0px solid #c1c1c1 !important;
  min-height: 200px; }

.page-template-page-find-your-niche-php,
.page-template-page-courses-list {
  background: #eff3f6; }
  .page-template-page-find-your-niche-php .container,
  .page-template-page-find-your-niche-php .site-navigation-inner,
  .page-template-page-courses-list .container,
  .page-template-page-courses-list .site-navigation-inner {
    padding: 0 !important; }
  .page-template-page-find-your-niche-php #content,
  .page-template-page-courses-list #content {
    background-color: #fff;
    padding: 0 !important; }

.find-your-niche-content {
  max-width: 720px;
  margin: 50px auto; }
  .find-your-niche-content .featured-holder {
    width: 100%;
    text-align: center;
    display: inline-block; }
  .find-your-niche-content .title {
    margin: 50px 0;
    display: inline-block;
    width: 100%; }
  .find-your-niche-content .center {
    text-align: center; }
  .find-your-niche-content .call2action {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 50px 0 70px 0;
    display: inline-block; }
    .find-your-niche-content .call2action .button {
      text-align: center;
      background-color: #f34334;
      padding: 15px 80px;
      color: white;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 3px; }
      .find-your-niche-content .call2action .button:hover {
        text-decoration: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .find-your-niche-content .toc {
    max-width: 720px;
    margin: 0 auto; }
    .find-your-niche-content .toc .course {
      width: 100%;
      background-color: #fafafa;
      margin-bottom: 40px;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
      padding: 20px;
      z-index: 10;
      position: relative;
      border: 1px solid #f6f6f6;
      border-radius: 3px; }
      .find-your-niche-content .toc .course:after {
        position: absolute;
        content: ' ';
        width: 3px;
        height: 50px;
        z-index: -1;
        background-color: rgba(36, 93, 183, 0.5);
        bottom: -51px;
        left: 49%; }
      .find-your-niche-content .toc .course:last-child:after {
        display: none; }
      .find-your-niche-content .toc .course .details {
        width: 90%;
        float: left; }
        .find-your-niche-content .toc .course .details .c-title a {
          font-size: 22px;
          font-weight: 400;
          margin-bottom: 10px; }
        .find-your-niche-content .toc .course .details .c-description {
          font-size: 14px;
          margin-bottom: 0px; }
      .find-your-niche-content .toc .course .time {
        position: absolute;
        right: 20px;
        top: 35px;
        width: 45px;
        height: 49px;
        background: url(clock.png) no-repeat center center; }
        .find-your-niche-content .toc .course .time span {
          font-size: 12px;
          position: absolute;
          top: 19px;
          left: 8px;
          font-weight: 500; }
