/*  
Theme Name: ALC Trainig NZ Blog
Theme URL: 

Description:  Blog Theme
Version: 1.0
Author: Web Profits
Author URL: http://www.webprofits.com.au/
*/
header .has-text-right ul {
  display: inline-block;
  vertical-align: middle; }

header .has-text-right ul li {
  margin: 0;
  padding: 0 20px 0 0; }

header .has-text-right ul li:before {
  display: none; }

header .has-text-right ul li a {
  font-family: 'DINPro-Light';
  font-size: 13px;
  line-height: normal;
  letter-spacing: .1px;
  color: #4a4a4a; }

header .has-text-right ul li a:hover {
  color: #0b7982; }

.main-title {
  width: 100%;
  margin: 20px auto 0;
  text-align: center; }
  .main-title h1 {
    border: none;
    padding: 0;
    margin: 0; }

.container-blog {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden; }
  .container-blog * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .container-blog .clear {
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0; }
  .container-blog .clearfix:before, .container-blog .clearfix:after {
    content: " ";
    display: table; }
  .container-blog .clearfix:after {
    clear: both; }
  .container-blog p {
    padding: 0 0 25px; }
  .container-blog .post {
    width: 100%;
    padding: 0;
    margin: 0 0 90px 0;
    background: #fff; }
    .container-blog .post h1 {
      padding: 0;
      text-align: left;
      font-family: 'DINPro-Medium';
      font-size: 34px;
      line-height: 48px;
      font-weight: normal;
      margin: 0 0 30px 0; }
      .container-blog .post h1 a {
        color: #2e2e2e; }
        .container-blog .post h1 a:hover {
          color: #d9542f; }
    .container-blog .post .image-container {
      position: relative;
      padding: 380px 0 0 0;
      height: 0;
      line-height: 0;
      font-size: 0;
      overflow: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      background: #fff;
      margin: 0 0 5px; }
      .container-blog .post .image-container img {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        max-width: inherit; }
  .container-blog h1 {
    font-family: 'DINPro-Medium';
    font-size: 34px;
    line-height: 48px;
    margin: 0 0 5px; }
  .container-blog h2 {
    padding: 0;
    text-align: left;
    font-family: 'DINPro-Medium';
    font-size: 34px;
    line-height: 48px;
    font-weight: normal;
    margin: 0px 0 30px 0; }
  .container-blog .more-link {
    max-width: 165px;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    color: #fff !important;
    background: #0b7982;
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-family: 'DINPro-Medium';
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-right: 24px;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s; }
    .container-blog .more-link i {
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -ms-transition-duration: .3s;
      -webkit-transition-duration: .3s;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      line-height: 25px; }
    .container-blog .more-link:hover {
      background: #d85530;
      border-color: #d85530; }
      .container-blog .more-link:hover i {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px); }
  .container-blog .post-date {
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 27px;
    color: #999;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 50px 0 !important;
    padding: 0 !important; }
    .container-blog .post-date li {
      padding: 0 0 0 25px !important;
      position: relative;
      list-style: none !important; }
      .container-blog .post-date li:before {
        position: absolute;
        top: 5px;
        left: 0;
        width: 18px;
        height: 17px;
        content: "";
        border-radius: 0; }
      .container-blog .post-date li:first-child:before {
        background: url(images/date-icon.png) no-repeat center; }
  .container-blog #content-blog {
    float: left;
    padding-bottom: 50px;
    overflow: hidden;
    width: calc(100% - 336px); }
    .container-blog #content-blog .post-big img, .container-blog #content-blog .post-big button {
      border: none;
      outline: none; }
    .container-blog #content-blog .post-big img {
      width: auto;
      max-width: 100%;
      height: auto; }
    .container-blog #content-blog .post-big iframe {
      max-width: 100%; }
    .container-blog #content-blog .post-big .alignleft {
      float: left;
      margin: 0 15px 15px 0; }
    .container-blog #content-blog .post-big .alignright {
      float: right;
      margin: 0 0 15px 15px; }
    .container-blog #content-blog .post-big .aligncenter {
      float: none;
      margin: 0 auto 15px; }
    .container-blog #content-blog .post-big a {
      color: #d85530; }
    .container-blog #content-blog .post-big ul {
      margin: 0 0 9px 30px; }
      .container-blog #content-blog .post-big ul li {
        list-style: disc outside;
        padding: 0 0 10px 0; }
    .container-blog #content-blog .post-big ol {
      margin: 0 0 9px 30px; }
      .container-blog #content-blog .post-big ol li {
        list-style: decimal outside;
        padding: 0 0 10px 0; }
  .container-blog #sidebar {
    width: 288px;
    float: right;
    position: relative; }
    .container-blog #sidebar h2 {
      background: #eff1f1;
      text-align: center;
      padding: 20px 0;
      color: #2e2e2e;
      font-family: 'DINPro-Bold';
      font-size: 30px;
      line-height: 24px;
      margin: 0 0 25px; }
    .container-blog #sidebar .newsForm {
      padding: 0;
      border: none; }
      .container-blog #sidebar .newsForm .join-newsletter {
        background-blend-mode: multiply;
        background-size: cover !important;
        margin: 0 0 28px;
        height: 380px;
        padding: 20px 15px;
        position: relative; }
        .container-blog #sidebar .newsForm .join-newsletter .join-newsletter-wrap {
          left: 0;
          margin: 0 auto;
          padding: 0 15px;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%); }
          .container-blog #sidebar .newsForm .join-newsletter .join-newsletter-wrap h3 {
            color: #fff;
            font-size: 42px;
            line-height: 45px;
            text-align: center;
            font-family: 'DINPro-Bold';
            margin: 0 0 20px; }
          .container-blog #sidebar .newsForm .join-newsletter .join-newsletter-wrap input {
            background: transparent;
            border: 1px solid #fff;
            margin: 0 0 15px 0;
            font-size: 16px;
            line-height: 24px;
            border-radius: 0;
            color: #fff;
            font-family: 'DINPro-Light';
            font-weight: 400;
            padding: 12px 18px; }
          .container-blog #sidebar .newsForm .join-newsletter .join-newsletter-wrap input[type="submit"] {
            background: #fff;
            border-radius: 0;
            border: transparent;
            margin: 0;
            color: #0e6168;
            font-family: 'Open Sans',sans-serif;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -.2px;
            -o-transition: all .4s ease-in-out 0s;
            transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -webkit-transition: all .4s ease-in-out 0s;
            text-transform: uppercase; }
            .container-blog #sidebar .newsForm .join-newsletter .join-newsletter-wrap input[type="submit"]:hover {
              background: #0e6168;
              color: #fff !important; }
    .container-blog #sidebar .sideBanner {
      padding: 0;
      border: none; }
      .container-blog #sidebar .sideBanner .alc-training {
        text-align: center;
        background: #d85530;
        background: -moz-linear-gradient(45deg, #d85530 0, #d85530 45%, #fe7904 70%, #fe7904 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, #d85530), color-stop(45%, #d85530), color-stop(70%, #fe7904), color-stop(100%, #fe7904));
        background: -webkit-linear-gradient(45deg, #d85530 0, #d85530 45%, #fe7904 70%, #fe7904 100%);
        background: -o-linear-gradient(45deg, #d85530 0, #d85530 45%, #fe7904 70%, #fe7904 100%);
        background: -ms-linear-gradient(45deg, #d85530 0, #d85530 45%, #fe7904 70%, #fe7904 100%);
        background: linear-gradient(45deg, #d85530 0, #d85530 45%, #fe7904 70%, #fe7904 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85530',endColorstr='#fe7904',GradientType=1);
        padding: 75px 0 55px;
        position: relative; }
        .container-blog #sidebar .sideBanner .alc-training:before {
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          background-image: url(images/alc-training-pattern.png);
          content: "";
          background-position: right center;
          height: 565px;
          background-repeat: no-repeat;
          opacity: .3; }
        .container-blog #sidebar .sideBanner .alc-training h2 {
          text-align: center;
          font-size: 40px;
          line-height: 48px;
          color: #fff;
          font-family: 'DINPro-Bold';
          padding: 0;
          margin: 0;
          background: none; }
        .container-blog #sidebar .sideBanner .alc-training .alc-training-wrap {
          position: relative;
          padding: 0 30px; }
          .container-blog #sidebar .sideBanner .alc-training .alc-training-wrap .alc-training-lt {
            position: relative; }
            .container-blog #sidebar .sideBanner .alc-training .alc-training-wrap .alc-training-lt:after {
              background: url(images/alc-training-icon.png);
              background-repeat: no-repeat;
              content: "";
              position: absolute;
              bottom: -30px;
              right: 20px;
              height: 16px;
              width: 16px;
              background-size: 100%; }
            .container-blog #sidebar .sideBanner .alc-training .alc-training-wrap .alc-training-lt:before {
              background: url(images/alc-training-icon.png);
              background-repeat: no-repeat;
              content: "";
              position: absolute;
              top: -30px;
              top: -30px;
              left: 8px;
              height: 16px;
              width: 16px;
              background-size: 100%; }
        .container-blog #sidebar .sideBanner .alc-training .alc-training-rt {
          width: 100%;
          margin: 60px 0 0 0;
          display: inline-block;
          vertical-align: middle; }
          .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-primary, .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary {
            padding: 15px 10px; }
            .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-primary:hover, .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary:hover {
              background: #0b7982;
              color: #fff; }
              .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-primary:hover i, .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary:hover i {
                -webkit-transform: translateX(4px);
                -ms-transform: translateX(4px);
                transform: translateX(4px); }
            .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-primary i, .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary i {
              -webkit-transform: translateZ(0);
              -ms-transform: translateZ(0);
              transform: translateZ(0);
              -o-transition-duration: .3s;
              transition-duration: .3s;
              -ms-transition-duration: .3s;
              -webkit-transition-duration: .3s;
              -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
              -webkit-transition-timing-function: ease-in-out;
              -ms-transition-timing-function: ease-in-out;
              line-height: 25px; }
          .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-primary {
            text-align: center;
            background: #fff;
            color: #0e6269;
            margin-bottom: 10px;
            margin-right: 0;
            max-width: 272px;
            border: 1px solid transparent;
            border-radius: 5px;
            display: inline-block;
            font-size: 15px;
            font-family: 'DINPro-Medium';
            line-height: 25px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            width: 100%;
            -o-transition: all .4s ease-in-out 0s;
            transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -webkit-transition: all .4s ease-in-out 0s;
            margin: 0 0 10px; }
          .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary {
            border: 1px solid #fff;
            border-radius: 5px;
            display: inline-block;
            font-size: 15px;
            font-family: 'DINPro-Medium';
            line-height: 25px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            width: 100%;
            -o-transition: all .4s ease-in-out 0s;
            transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -webkit-transition: all .4s ease-in-out 0s;
            text-align: center;
            background: transparent;
            color: #fff;
            margin-right: 0;
            max-width: 272px; }
            .container-blog #sidebar .sideBanner .alc-training .alc-training-rt a.btn-secondary:hover {
              border-color: #d85530; }
    .container-blog #sidebar ul li {
      margin: 28px 0 0 0;
      border: 1px solid #d1d1d1;
      padding: 1px;
      list-style: none; }
      .container-blog #sidebar ul li:before {
        display: none; }
      .container-blog #sidebar ul li ul {
        padding: 0 40px; }
        .container-blog #sidebar ul li ul li {
          position: relative;
          padding: 0 0 20px 6px;
          border: none;
          margin: 0; }
          .container-blog #sidebar ul li ul li:before {
            display: block;
            position: absolute;
            content: "";
            background: url(images/blog-right.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 8px 8px;
            width: 16px;
            height: 16px;
            left: -12px;
            top: 5px; }
          .container-blog #sidebar ul li ul li a {
            font-family: 'Open Sans',sans-serif;
            font-weight: normal;
            font-size: 14px;
            line-height: 24px;
            color: #4b4b4b;
            position: relative; }
            .container-blog #sidebar ul li ul li a:hover {
              color: #d85530; }
    .container-blog #sidebar .widget_search #searchform {
      position: relative; }
      .container-blog #sidebar .widget_search #searchform label {
        display: none; }
      .container-blog #sidebar .widget_search #searchform #s {
        border: 1px solid #dcdcdc;
        height: 50px;
        line-height: 50px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 20px;
        margin: 0; }
      .container-blog #sidebar .widget_search #searchform #searchsubmit {
        background: url(images/search.png) no-repeat;
        background-size: 100%;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 13px;
        right: 20px;
        margin: 0;
        padding: 0;
        border: none; }
        .container-blog #sidebar .widget_search #searchform #searchsubmit:hover {
          cursor: pointer; }
  .container-blog .crp_related {
    margin-top: 30px; }
    .container-blog .crp_related h3 {
      padding-bottom: 10px; }

#navigation-blog {
  padding: 20px 0;
  background: #fff;
  margin-top: 20px; }
  #navigation-blog div {
    margin: 0;
    padding: 0; }
  #navigation-blog .alignleft {
    float: left; }
  #navigation-blog .alignright {
    float: right; }

nav.navigation {
  font-size: 16px;
  line-height: 22px; }
  nav.navigation h2 {
    display: none; }
  nav.navigation .nav-links {
    text-align: center;
    line-height: 40px;
    background: #fff;
    width: 100%; }
    nav.navigation .nav-links a, nav.navigation .nav-links span {
      color: #00d1b2;
      margin: 0 5px; }
    nav.navigation .nav-links .prev {
      float: left; }
    nav.navigation .nav-links .next {
      float: right; }
    nav.navigation .nav-links .current {
      color: #4a4a4a; }

@media all and (max-width: 768px) {
  .container-blog #content-blog {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
  .container-blog #sidebar {
    margin: 0 auto 20px;
    float: none; } }
