/*

Theme Name: IOP 2014 
Theme URI: http://thisisbliss.com
Description: Core theme for IOP

Version: 1.0.7
Author: BLISS 
Author URI: http://thisisbliss.com
*/
@import url(css/reset.css);
/*@import url(css/featherlight.css);
@import url(css/featherlight.gallery.css);*/
.cf:after, .mid:after, .navigation:after {
  content: "";
  display: table;
  clear: both; }

html {
  font: 14px/1.5 Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

body {
  color: #000;
  background: #fff; }

.maintenance-notice {
  background: #b70000;
  padding: 10px;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #fff; }

[class^="col-"] {
  float: left; }

.col-20 {
  width: 20%; }

.col-25 {
  width: 25%; }

.col-33 {
  width: 33.333%; }

.col-50 {
  width: 50%; }

.col-60 {
  width: 60%; }

.col-75 {
  width: 75%; }

.col-full {
  width: 100%;
  clear: both; }

.container {
  max-width: 1140px;
  margin: 0 auto; }
  .container.padded {
    padding: 0 20px; }
    .container.padded p a {
      color: #222;
      padding-bottom: 1px;
      border-bottom: solid 1px #222; }
      .container.padded p a:hover {
        color: #3465aa;
        border-color: #3465aa; }
    .container.padded h1 a, .container.padded h2 a, .container.padded h3 a, .container.padded h4 a, .container.padded h5 a {
      border: none; }

.wrapper {
  padding: 0 30px 30px 30px; }
  .wrapper form label {
    display: block;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #555; }
  .wrapper form input, .wrapper form textarea, .wrapper form select {
    width: 100%; }
    .wrapper form input.button, .wrapper form textarea.button, .wrapper form select.button {
      width: auto; }
  .wrapper form input[type=checkbox] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-right: 10px; }
  .wrapper form .group:nth-child(even) {
    padding-right: 30px; }
  .wrapper form .group {
    margin-bottom: 30px; }
  .wrapper form .wpcf7-list-item {
    clear: both;
    margin: 0 0 10px 0;
    display: block; }
  .wrapper form .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle; }

.wpcf7-response-output {
  clear: both; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  color: #3465aa; }

p {
  line-height: 1.5;
  margin: 0 0 20px 0; }

strong {
  font-weight: bold; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  margin: 0 0 20px 0; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

hr {
  display: none; }

.viewmore {
  background: url(images/arrows.png) no-repeat left -33px;
  padding: 2px 0 0 25px;
  color: #222; }
  .viewmore:hover {
    color: #3465aa; }

.button {
  border-radius: 3px !important;
  padding: 10px 30px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  display: inline-block !important;
  transition: all .2s ease;
  cursor: pointer !important;
  border: none !important;
  text-align: center;
  -webkit-appearance: none;
  white-space: normal !important; }
  .button.white {
    background: #fff !important;
    color: #555 !important; }
    .button.white:hover {
      color: #3465aa !important; }
    .button.white:focus, .button.white:active {
      -webkit-box-shadow: inset 1px 1px 0 0 #e4e4e4;
      -moz-box-shadow: inset 1px 1px 0 0 #e4e4e4;
      box-shadow: inset 1px 1px 0 0 #e4e4e4; }
    .button.white.cart {
      background: #fff url(images/cart.png) no-repeat 10px center !important;
      padding: 10px 20px 10px 45px !important;
      margin-left: 10px;
      color: #3465aa !important; }
      .button.white.cart span {
        margin-right: 10px; }
  .button.blue {
    background: #3465aa !important;
    color: #fff !important; }
    .button.blue:hover {
      background: #2c5691 !important; }
    .button.blue:focus, .button.blue:active {
      -webkit-box-shadow: inset 1px 1px 0 0 #1d385e;
      -moz-box-shadow: inset 1px 1px 0 0 #1d385e;
      box-shadow: inset 1px 1px 0 0 #1d385e; }
  .button.grey {
    background: #ccc !important;
    color: #fff !important; }
    .button.grey:hover {
      background: #bbb !important; }
    .button.grey:focus, .button.grey:active {
      -webkit-box-shadow: inset 1px 1px 0 0 #aaaaaa;
      -moz-box-shadow: inset 1px 1px 0 0 #aaaaaa;
      box-shadow: inset 1px 1px 0 0 #aaaaaa; }
  .button.orange {
    background: #ff9100 !important;
    color: #fff !important; }
    .button.orange:hover {
      background: #ee8700 !important; }
    .button.orange:focus, .button.orange:active {
      -webkit-box-shadow: inset 2px 2px 0 0 #d17700;
      -moz-box-shadow: inset 2px 2px 0 0 #d17700;
      box-shadow: inset 2px 2px 0 0 #d17700; }
  .button.darkbg {
    background: none !important;
    border: solid 1px #3f3f3f !important;
    color: #fff !important; }
    .button.darkbg:hover {
      border-color: #515151 !important; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100% !important;
}

input[type="text"], input[type="password"], input[type="date"], .text, textarea, select, .captcha input[type="text"], input[type="email"], input[type="tel"], input[type="checkbox"] {
  background: #f8f8f8;
  border: solid 1px #ededed;
  padding: 10px;
  color: #767676;
  outline: none;
  border-radius: 4px;
  transition: all .2s ease; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, .text:hover, textarea:hover, select:hover, .captcha input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="checkbox"]:hover {
    border-color: #e4e4e4; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, .text:focus, textarea:focus, select:focus, .captcha input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="checkbox"]:focus {
    border-color: #d1d1d1;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04); }

input#s {
  margin-right: 20px; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: none; }
  input[type="checkbox"]:checked {
    background: url(images/check.png) no-repeat center; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 55px;
  background: #f8f8f8 url(images/select.png) no-repeat right center; }

.hidden {
  display: none; }

header {
  background: #3465aa; }
  header .logo {
    margin-left: 20px; }
  header .topbar {
    background: rgba(0, 0, 0, 0.15); }
    header .topbar a {
      border-bottom: solid 2px transparent;
      transition: all .3s ease; }
      header .topbar a:hover {
        border-color: #fff; }
    header .topbar .links {
      float: left; }
      header .topbar .links li {
        float: left;
        border-right: solid 1px #3465aa; }
        header .topbar .links li a {
          padding: 10px 20px 8px 20px;
          display: block;
          color: #fff;
          text-decoration: none; }
          header .topbar .links li a.ask {
            background: url(images/social.png) no-repeat left -40px;
            padding-left: 44px; }
        header .topbar .links li:hover ul {
          display: block; }
        header .topbar .links li ul {
          display: none;
          background: #fff;
          position: absolute;
          min-width: 150px;
          -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1);
          -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1); }
          header .topbar .links li ul li {
            margin: 0;
            float: none;
            border: none; }
            header .topbar .links li ul li a {
              color: #555;
              border-bottom: solid 1px #e8e8e8; }
              header .topbar .links li ul li a:hover {
                color: #3465aa; }
            header .topbar .links li ul li:last-child a {
              border-radius: 0 0 5px 5px; }
    header .topbar .social {
      float: right; }
      header .topbar .social li {
        float: left;
        border-left: solid 1px #3465aa; }
        header .topbar .social li a {
          background: url(images/social.png) no-repeat;
          display: block;
          width: 33px;
          height: 33px;
          font-size: 0;
          line-height: 0; }
          header .topbar .social li a.fb {
            background-position: 15px 8px; }
          header .topbar .social li a.twit {
            background-position: -73px 7px; }
          header .topbar .social li a.gplus {
            background-position: -147px 8px; }
          header .topbar .social li a.lnkd {
            background-position: -222px 8px; }
          header .topbar .social li a.flickr {
            background-position: -294px 7px; }
          header .topbar .social li a.tpilot {
            background-position: -369px 8px; }
          header .topbar .social li a.rss {
            background-position: -445px 7px; }
  header .mid {
    padding: 30px; }
    header .mid .button {
      margin-top: 10px !important;
      float: right; }
  header nav {
    background: #fff;
    padding: 0 10px; }
    header nav ul li {
      float: left; }
      header nav ul li.active a {
        background: #f5f5f5;
        color: #3465aa; }
      header nav ul li li:hover a {
        color: #3465aa; }
      header nav ul li a {
        padding: 20px;
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #222;
        font-weight: bold;
        transition: all .3s ease; }
        header nav ul li a:hover {
          color: #3465aa; }
      header nav ul li ul {
        display: none;
        position: absolute;
        background: #fff;
        border: solid 1px #f3f3f3;
        -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1);
        -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1);
        box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.1);
        z-index: 5; }
        header nav ul li ul li {
          display: block;
          float: none; }
          header nav ul li ul li a {
            font-size: 13px;
            padding: 15px 20px;
            border-bottom: solid 1px #f3f3f3; }
      header nav ul li:hover ul {
        display: block; }

.feature {
  position: relative; }
  .feature li {
    height: 770px;
    display: none;
    background-position: center;
    background-size: cover; }
    .feature li:first-child {
      display: block; }
  .feature .container {
    padding-left: 60px; }
  .feature h1 {
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    width: 50%;
    padding: 270px 0 20px 0; }

.sale-banner, .enrol-now {
  padding: 40px; }
  .sale-banner h2, .enrol-now h2 {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    float: left;
    width: 30%;
    margin: 0 40px 0 0; }
  .sale-banner .button, .enrol-now .button {
    float: right; }

.enrol-now .textwidget, .sale-banner p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  float: left;
  width: 40%;
  margin: 0; }

.sale-banner {
  margin: -60px 0 60px 0;
  background: rgba(52, 101, 170, 0.9);
  position: relative;
  z-index: 2; }

.intro {
  border-right: solid 1px #ccc;
  padding: 0 40px 0 0;
  margin: 0 0 40px 0; }

.testimonials {
  padding: 0 0 0 40px;
  background: url(images/quotebg.png) no-repeat right center;
  position: relative;
  overflow: hidden;
  min-height: 254px; }
  .testimonials h3 {
    font-size: 18px;
    color: #666; }
  .testimonials li {
    display: none; }
  .testimonials blockquote p {
    font-size: 16px;
    line-height: 27px;
    font-style: italic; }
  .testimonials blockquote strong {
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0; }

.image-strip {
  background: url(images/imagestrip.jpg) no-repeat center;
  background-size: cover;
  height: 150px;
  clear: both; }

.new-courses {
  text-align: center;
  padding: 85px;
  background: #f3f3f3; }
  .new-courses .sticker {
    background: #ff9100;
    padding: 40px 0 0 0;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: -110px 0 0 25%;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-align: center; }
  .new-courses p {
    width: 70%;
    margin: 0 auto 30px auto; }

.amazon-badge {
  background: #ff9100 url(images/amazon-sticker.png) no-repeat center;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  position: absolute;
  right: 20%;
  top: 50px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  display: none; }

.amazn {
  display: inline-block;
  float: right;
  margin: 9px 0 0 10px; }

.promo-blocks {
  border-top: solid 1px #fff;
  display: table;
  width: 100%; }
  .promo-blocks .block {
    background-size: cover;
    background-position: center;
    border-right: solid 1px #fff;
    text-align: center;
    transition: all 1s ease;
    display: table-cell;
    width: 33.333%;
    color: #fff;
    padding: 60px; }
    .promo-blocks .block h4, .promo-blocks .block h4 a {
      font-size: 24px;
      color: #fff; }
    .promo-blocks .block p {
      font-size: 16px;
      width: 70%;
      margin: 0 auto; }
      .promo-blocks .block p a {
        color: #fff;
        text-decoration: underline; }
    .promo-blocks .block img {
      margin-top: 20px; }
    .promo-blocks .block:first-child {
      background-image: url(images/promoblock-1.png); }
    .promo-blocks .block:nth-child(2) {
      background-image: url(images/promoblock-2.png); }
    .promo-blocks .block:last-child {
      border-right: none;
      background-image: url(images/promoblock-3.png); }

.enrol-now {
  background: #3465aa;
  padding: 40px;
  border-top: solid 1px #fff;
  clear: both;
  color: #fff; }
  .enrol-now p {
    margin-top: 13px; }

.breadcrumbs {
  width: 100%;
  padding: 20px;
  border-top: solid 2px #f3f3f3; }
  .breadcrumbs .container {
    padding: 0 20px; }
  .breadcrumbs a {
    color: #222; }
    .breadcrumbs a:hover {
      color: #3465aa; }

.page-header {
  background: url(images/pageheader.jpg) no-repeat center;
  background-size: cover; }
  .page-header .container {
    position: relative;
    height: 425px; }
  .page-header .breadcrumbs, .page-header nav.woocommerce-breadcrumb {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    width: 50%;
    margin: 0; }

article, .wide-page {
  margin-bottom: 60px; }
  article h1, .wide-page h1 {
    font-size: 30px;
    margin: 0 0 40px 0; }
  article ul, .wide-page ul {
    list-style: disc;
    line-height: 1.5;
    margin: 0 0 0 15px; }
  article blockquote, .wide-page blockquote {
    background: url(images/quotebg-small.png) no-repeat left 20px;
    padding: 20px 0 20px 110px; }
  article .testimonial-list blockquote, .wide-page .testimonial-list blockquote {
    border-top: solid 1px #ccc; }
    article .testimonial-list blockquote cite strong:before, .wide-page .testimonial-list blockquote cite strong:before {
      content: "\2014"; }

article {
  padding: 40px 0 0 0; }

.page-intro {
  margin: 0 0 30px 0; }
  .page-intro .col-50 {
    padding-right: 20px; }
  .page-intro .subnav {
    list-style-type: none;
    margin: 0 0 0 20px; }
    .page-intro .subnav li {
      width: 50%;
      float: left; }
    .page-intro .subnav a {
      background: url(images/arrows.png) no-repeat left -33px;
      margin: 0 0 10px 0;
      display: block;
      padding: 0 0 0 25px;
      color: #222; }
      .page-intro .subnav a:hover {
        color: #3465aa; }

.page-template-page-forum .live-chat {
  display: none; }

.iframe-container iframe {
  width: 100%; }

.post-list article {
  margin-bottom: 0;
  padding: 20px 0 30px 0;
  border-bottom: solid 1px #ccc; }
  .post-list article h1 {
    margin-bottom: 10px; }
  .post-list article .post-meta {
    margin-bottom: 20px; }

#blog article {
  width: 30.4%;
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 2px; }
  #blog article .image {
    height: 200px;
    overflow: hidden; }
    #blog article .image img {
      min-height: 200px; }
  #blog article .post-preview {
    padding: 30px; }
    #blog article .post-preview h1 {
      font-size: 18px;
      margin: 0 0 20px 0;
      padding: 0; }
  #blog article:hover {
    background: #efefef; }

.single article.post h1 {
  margin-bottom: 10px; }
.single article.post .post-meta {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc; }

.single .post-entry hr {
  display: block;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.single .post-entry h1, .single .post-entry h2, .single .post-entry h3, .single .post-entry h4 {
  font-weight: bold; }
.single .post-entry h1 {
  font-size: 24px; }
.single .post-entry h2 {
  font-size: 18px; }
.single .post-entry h3 {
  font-size: 16px; }
.single .post-entry h4 {
  font-size: 13px; }

.navigation, .pagination {
  clear: both;
  padding: 20px 0;
  margin: 20px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc; }
  .navigation .previous, .pagination .previous {
    float: left; }
  .navigation .next, .pagination .next {
    float: right; }

.pagination a {
  border-radius: 3px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transition: all .2s ease;
  cursor: pointer;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  background: #ccc;
  color: #fff; }
  .pagination a:hover {
    background: #bbb; }
  .pagination a:focus, .pagination a:active {
    -webkit-box-shadow: inset 1px 1px 0 0 #aaaaaa;
    -moz-box-shadow: inset 1px 1px 0 0 #aaaaaa;
    box-shadow: inset 1px 1px 0 0 #aaaaaa; }

.distinction-gallery {
  border-top: solid 1px #ccc;
  padding-top: 30px;
  margin-bottom: 10px; }
  .distinction-gallery .intro {
    padding: 30px 40px 40px 40px;
    border: none;
    margin: 0 0 10px 0; }
  .distinction-gallery h2 {
    font-size: 24px; }
  .distinction-gallery .col-50:last-child {
    padding-left: 20px; }
  .distinction-gallery .featured-student, .distinction-gallery .student {
    position: relative; }
    .distinction-gallery .featured-student img, .distinction-gallery .student img {
      width: 100%; }
  .distinction-gallery .student {
    float: left;
    margin-bottom: 20px;
    width: calc(50% - 10px); }
    .distinction-gallery .student:nth-child(odd) {
      margin-right: 20px; }
  .distinction-gallery.full-list .student {
    width: calc(24.5% - 10px);
    margin-right: 20px; }
    .distinction-gallery.full-list .student:nth-child(4n+4) {
      margin-right: 0; }

.overlay {
  padding: 40px;
  background: rgba(52, 101, 170, 0.8);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0.1s;
  visibility: hidden; }
  .overlay .info {
    position: absolute;
    bottom: 0;
    margin: 0 40px 30px 0; }
  .overlay h4, .overlay p {
    color: #fff; }
  .overlay h4 {
    font-size: 16px; }

.featured-student:hover .overlay, .student:hover .overlay {
  opacity: 0.95;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  margin: 20px; }

.student-gallery {
  border-top: solid 1px #ccc;
  padding: 30px 0 0 0;
  position: relative; }
  .student-gallery h2 {
    text-align: center; }
  .student-gallery a.next, .student-gallery a.prev {
    color: #222;
    background: url(images/arrows.png) no-repeat;
    padding: 5px 30px;
    margin-top: 5px; }
    .student-gallery a.next:hover, .student-gallery a.prev:hover {
      color: #3465aa; }
  .student-gallery a.next {
    float: right;
    background-position: right -32px;
    text-align: right; }
  .student-gallery a.prev {
    float: left;
    background-position: 0 6px; }
  .student-gallery .slide {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 20px; }
    .student-gallery .slide img {
      margin: 0 0 20px 0;
      position: relative;
      z-index: 1; }
    .student-gallery .slide .image-capt {
      -webkit-column-break-inside: avoid;
      column-break-inside: avoid;
      display: inline-block;
      position: relative; }
      .student-gallery .slide .image-capt:hover span {
        visibility: visible;
        opacity: 1; }
      .student-gallery .slide .image-capt span {
        display: block;
        visibility: hidden;
        opacity: 0;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        z-index: 2;
        color: #000;
        transition: all .5s ease; }
  .student-gallery ul.slider {
    margin: 0; }

.photo-week {
  background: #f3f3f3;
  padding: 60px 0; }
  .photo-week h2 {
    float: left;
    width: 25%;
    margin: 0 0 60px 0; }
  .photo-week .photo-info {
    float: left;
    width: 25%;
    color: #555;
    font-size: 16px;
    margin: 3px 0 0 0; }
    .photo-week .photo-info strong {
      margin-right: 20px; }
  .photo-week .viewmore {
    float: right; }
  .photo-week img {
    width: 100%;
    clear: both; }

.student-profile {
  border-top: solid 1px #ccc; }
  .student-profile .profile-image {
    padding: 0 0 0 50px; }
    .student-profile .profile-image img {
      border-radius: 100%;
      margin-top: -100px; }
  .student-profile blockquote {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px; }

aside.sidebar {
  width: 20%;
  float: right;
  margin: 40px 0 0 0; }
aside .widget {
  border-top: solid 1px #ccc;
  background: #fafafa;
  padding: 30px 30px 10px 30px;
  margin: 0 0 30px 0; }
  aside .widget .button {
    display: block; }
  aside .widget input {
    margin-bottom: 10px; }
aside .join-us p {
  font-size: 16px;
  font-weight: bold; }
aside .join-us .button {
  padding: 10px 15px; }
aside .recommended {
  font-size: 18px;
  font-weight: bold; }
  aside .recommended strong {
    font-size: 48px;
    display: block;
    line-height: 1; }
aside .newsletter {
  font-size: 18px; }

#tabs {
  clear: both; }
  #tabs ul {
    list-style-type: none;
    margin: 0 0 30px 0;
    border-bottom: solid 3px #ff9100; }
    #tabs ul li {
      float: left;
      font-weight: bold;
      margin: 0 5px 0 0;
      background: #e7e7e7; }
      #tabs ul li a {
        padding: 10px 20px;
        text-align: center;
        display: block;
        color: #222;
        font-size: 18px; }
      #tabs ul li.active {
        background: #ff9100; }
        #tabs ul li.active a {
          color: #fff; }
  #tabs .tab-content {
    display: none;
    clear: both; }
    #tabs .tab-content ul {
      border: none;
      list-style-type: disc;
      margin: 0 0 0 15px; }
      #tabs .tab-content ul li {
        border: none;
        float: none;
        margin: 0;
        font-weight: normal;
        background: none; }

.why-choose-iop .page-header {
  margin-bottom: 60px; }
.why-choose-iop .sidebar {
  margin: 0;
  width: 25%; }
.why-choose-iop .keypoints {
  clear: both; }
  .why-choose-iop .keypoints .point {
    width: 23.6%;
    float: left;
    margin: 0 20px 20px 0;
    border-top: solid 1px #ccc; }
    .why-choose-iop .keypoints .point:last-child {
      margin-right: 0; }
    .why-choose-iop .keypoints .point h3 {
      font-size: 16px;
      margin: 0 0 20px 0;
      color: #555; }
  .why-choose-iop .keypoints:last-child {
    margin-bottom: 60px; }

.courses .page-header {
  margin-bottom: 60px; }
.courses .page-intro {
  border-bottom: solid 1px #ccc; }
.courses .sidebar {
  margin: 0;
  width: 25%; }
.courses h2.section {
  margin: 40px 0; }
.courses .course-list {
  clear: both; }
  .courses .course-list .course {
    width: 23.6%;
    float: left;
    margin: 0 20px 20px 0;
    border-top: solid 1px #ccc; }
    .courses .course-list .course:nth-child(4) {
      margin-right: 0; }
      .courses .course-list .course:nth-child(4):after {
        content: ".";
        display: block;
        clear: both;
        height: 10px;
        width: 100%; }
    .courses .course-list .course h3 {
      font-size: 16px;
      margin: 0 0 20px 0;
      color: #555; }
    .courses .course-list .course .price {
      display: block;
      margin-bottom: 20px; }
    .courses .course-list .course img {
      margin: 10px 0 20px 0;
      width: 100%; }
  .courses .course-list:last-child {
    margin-bottom: 60px; }

ul.faqs {
  list-style-type: none;
  margin: 0; }
  ul.faqs li {
    margin: 0; }
  ul.faqs h4 {
    background: url(images/question.png) no-repeat left center;
    border-top: solid 1px #ccc;
    padding: 20px 0 20px 40px;
    cursor: pointer;
    margin: 0; }
  ul.faqs p {
    display: none;
    margin-left: 40px; }

.course-information #tabs {
  padding-top: 10px; }

.course-details strong {
  display: block;
  color: #222;
  font-size: 24px; }
.course-details .button {
  margin: 0 0 20px 0 !important; }

.page-template-page-full_no_hero header {
  border-bottom: solid 3px #eceded; }
.page-template-page-full_no_hero .wrapper .container {
  padding: 0 20px;
  color: #222; }
.page-template-page-full_no_hero .intro {
  font-size: 1.2em;
  margin: 0 0 50px 0;
  padding: 0 0 30px 0;
  border-right: none;
  border-bottom: solid 1px #e6e6e6; }
  .page-template-page-full_no_hero .intro p {
    width: 70%; }
    .page-template-page-full_no_hero .intro p:first-of-type {
      font-size: 1.3em;
      margin-bottom: 50px; }

.voucherForm input {
  margin-top: 10px; }

table, .voucherTable td, .voucherTable th {
  border: 0; }

footer {
  background: #222;
  clear: both;
  border-top: solid 1px #fff;
  padding: 60px 40px;
  color: #fff; }
  footer h5 {
    color: #fff;
    font-size: 16px; }
  footer .badges {
    float: left;
    width: 40%;
    padding: 60px 0 0 0; }
    footer .badges img {
      width: 100%; }
  footer .site-wide {
    border-top: solid 1px #2c2c2c;
    border-bottom: solid 1px #2c2c2c;
    clear: both; }
    footer .site-wide li {
      float: left; }
      footer .site-wide li a {
        color: #fff;
        padding: 20px 0;
        margin-right: 20px;
        display: block; }
        footer .site-wide li a:hover {
          color: #ff9100; }
  footer .quicklinks li {
    margin: 0 0 5px 0; }
    footer .quicklinks li a {
      color: #fff; }
      footer .quicklinks li a:hover {
        color: #ff9100; }
  footer input.text {
    background: #2c2c2c;
    color: #fff;
    border: none;
    margin: 0 20px 30px 0; }
    footer input.text:hover, footer input.text:focus {
      background: #333; }
  footer .newsletter {
    padding-right: 40px; }
    footer .newsletter h4 {
      font-size: 20px;
      margin: 0 0 30px 0;
      color: #fff;
      font-weight: normal; }
  footer .copyright {
    color: #5a5a5a;
    padding: 10px 0; }

.live-chat {
  background: #ff9100;
  border-radius: 5px 0 0 5px;
  padding: 20px;
  width: 120px;
  position: fixed;
  right: 0;
  top: 50%;
  margin: -140px 0 0 0;
  z-index: 5;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 16px; }
  .live-chat h4 {
    color: #fff;
    font-size: 19px; }
  .live-chat img {
    margin: -40px 0 10px 0; }

.slider-container {
  width: 100%;
  height: 600px;
  position: relative; }

.slider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  position: relative;
  overflow: hidden; }

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.slide-bg img {
  width: 100%;
  height: auto;
  display: block; }

.slide-content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  color: white;
  padding: 5% 0 0 15%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .slide-content h2 {
    font-size: 52px;
    margin: 0 0 10px;
    -webkit-transition: all 0.2s ease; }
  .slide-content p {
    font-size: 20px;
    margin: 0 0 30px;
    -webkit-transition: all 0.2s ease; }
  .slide-content a {
    color: #333;
    padding: 10px;
    line-height: 1;
    background: white;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.2s ease; }

.slider-controls {
  position: absolute;
  top: -50px;
  width: 100%; }

.slide-list {
  position: absolute;
  bottom: 10%;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center; }
  .slide-list li {
    margin: 0 10px;
    display: inline-block; }
    .slide-list li a {
      opacity: 0.7;
      width: 15px;
      height: 15px;
      display: block;
      background: white;
      border-radius: 20px;
      text-indent: -9999px; }
      .slide-list li a:hover {
        opacity: 1; }
    .slide-list li.active a {
      opacity: 1; }

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: none; }

.woocommerce .actions {
  padding: 20px 0; }

.woocommerce .cart_item td {
  padding: 10px 0; }

.woocommerce thead {
  font-size: 16px;
  color: #222;
  border: none; }
  .woocommerce thead th {
    padding-bottom: 20px; }

.woocommerce .cart_totals table {
  float: right; }

@media (min-width: 768px){
    #customer_details{
        width: 60%;
        float: left;
		padding-right: 50px;
    }
    #order_review_heading{
        width: 30%;
        float: left;
    }
    #order_review{
        width: 40%;
        float: left;
    }
    .woocommerce table.shop_table td{
      /*  width: 50%; */
		 width: auto;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100%;
    }
}

.woocommerce-page table.cart a.remove, .woocommerce table.cart a.remove {
  color: #fff !important;
  background: #ccc; }

.checkout .woocommerce-info {
  display: block; }

.payment_method_wc-booking-gateway {
	display: none;
}

.order-notice {
  clear: both;
  padding: 30px 0;
  text-align: right; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

@media screen and (max-width: 65em) {
  html {
    font-size: 16px; }

  header nav {
    border-bottom: solid 1px #f3f3f3; }
    header nav ul li:last-child {
      display: none; }
    header nav ul li a {
      padding: 20px 15px 20px 20px;
      font-size: 80%; }
    header nav ul li ul {
      display: none !important; }

  .amazon-badge {
    display: none; }

  .intro {
    padding-left: 30px; }

  .page-intro .subnav li {
    width: 100%; }

  .feature h1 {
    padding-top: 200px; }
  .feature li {
    height: 650px; }

  .sale-banner h2, .enrol-now h2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; }
  .sale-banner p, .enrol-now p {
    float: left;
    width: 50%;
    clear: both;
    float: left; }

  .sale-banner {
    margin: 1px 0 30px 0; }

  footer .col-33 {
    width: 100%;
    float: none; }
  footer .col-25 {
    display: none; }
  footer .badges {
    padding: 0;
    margin: 0 0 20px 0; }

  aside.sidebar {
    width: 25%; }

  .why-choose-iop .sidebar {
    float: none;
    width: 100%; }
  .why-choose-iop .keypoints {
    clear: none; }
    .why-choose-iop .keypoints .point {
      width: 21%;
      float: left;
      margin: 0 30px 20px 0;
      border-top: solid 1px #ccc; }
    .why-choose-iop .keypoints:last-child {
      margin-bottom: 60px; }

  .slide-content {
    padding: 20px 0 0;
    text-align: center; }

  .slide-content h2 {
    font-size: 32px; }

  .slide-content p {
    font-size: 16px;
    margin: 0 0 10px; }

  form.checkout {
    width: 90%; }

  .breadcrumbs {
    border-top: none;
    padding: 20px 0;
    margin-bottom: 10px; }
    .breadcrumbs .container {
      padding: 0; }

  .container.padded {
    padding: 0; }

  .courses .course-list .course {
    width: 45%;
    margin-right: 30px; }
    .courses .course-list .course:nth-child(2) {
      margin-right: 0; }

  #tabs .tabintro {
    margin: 0 0 20px 0; }
  #tabs ul li:first-child {
    margin-left: 0; }

  .distinction-gallery .intro {
    padding: 0 0 30px 0; }
  .distinction-gallery .col-50 {
    width: 100%;
    float: none; }
    .distinction-gallery .col-50:last-child {
      padding-left: 0; }
  .distinction-gallery .featured-student {
    margin-bottom: 20px; }

  .photo-week {
    padding: 20px; }

  .live-chat {
    display: none; }

  #blog article .image img {
    min-height: auto; } }
@media screen and (max-width: 40em) {
  html {
    min-width: 450px; }

  header nav {
    border-bottom: solid 1px #ccc;
    margin: 0 0 30px 0;
    position: relative; }
    header nav:before {
      display: block;
      padding: 20px;
      content: "Menu"; }
    header nav ul {
      display: none;
      position: absolute;
      z-index: 99;
      background: #fff;
      border-radius: 0 0 5px 5px;
      width: 95%;
      margin: 1px 0 0 0;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(213, 213, 213, 0.5);
      -moz-box-shadow: 0px 3px 5px 0px rgba(213, 213, 213, 0.5);
      box-shadow: 0px 3px 5px 0px rgba(213, 213, 213, 0.5); }
      header nav ul li {
        float: none; }
  header .topbar .social li a.lnkd, header .topbar .social li a.flickr, header .topbar .social li a.tpilot, header .topbar .social li a.rss {
    display: none; }
  header .logo {
    width: 50%;
    float: left;
    margin: 10px 0 0 0; }

  .feature li {
    height: auto; }
  .feature .container {
    padding: 40px; }
  .feature h1 {
    padding: 0;
    width: 100%; }

  .promo-blocks .block {
    width: 100%;
    float: none;
    display: block;
    border-top: solid 1px #fff; }

  .testimonials, .intro, .sale-banner p, .sale-banner .button {
    float: none;
    width: 100%; }

  .sale-banner p {
    margin-bottom: 20px; }

  .new-courses {
    padding: 85px 40px; }

  .enrol-now p {
    margin: 0; }

  .intro {
    border: none;
    padding: 0; }

  .testimonials {
    padding: 40px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc; }

  .student-gallery .slide {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

  .col-60 {
    width: 100%; }

  form .group {
    width: 100%;
    padding-right: 0 !important; }

  .wpcf7-list-item-label {
    width: 90%; }

  .page-template-page-full_no_hero .intro p {
    width: 100%; }

  footer .col-33 {
    padding: 0; }
  footer input {
    width: 46%;
    float: left; }
  footer .badges {
    width: 100%;
    float: none;
    clear: both; }

  .live-chat {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block; }
    .live-chat h4 {
      float: left;
      margin: 0; }
    .live-chat img {
      margin: -10px 20px -5px 0;
      max-width: 40px;
      float: left; }
    .live-chat p {
      display: none; }

  .woocommerce .live-chat img {
    max-width: 40px; }

  .page-header .breadcrumbs, .page-header nav.woocommerce-breadcrumb {
    width: 100%; }

  aside.sidebar {
    clear: both;
    width: 100%; }

  .page-intro .col-50 {
    float: none;
    width: 100%; }
  .page-intro .subnav {
    margin-left: 0; }
    .page-intro .subnav li {
      float: none;
      width: 100%; }

  .photo-week h2 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0; }
  .photo-week .viewmore {
    float: none;
    margin: 0 0 20px 0;
    display: block; }
  .photo-week .photo-info {
    float: none;
    width: 100%; }

  .why-choose-iop .sidebar {
    float: none;
    width: 100%; }
  .why-choose-iop .keypoints .point {
    width: 45%;
    float: left;
    margin: 0 20px 20px 0;
    border-top: solid 1px #ccc; }
    .why-choose-iop .keypoints .point:nth-child(2) {
      margin-right: 0; }
  .why-choose-iop .keypoints:last-child {
    margin-bottom: 60px; }

  #blog article {
    width: 100%; }

  article {
    margin-bottom: 0; }

  .shop_table.cart .actions {
    text-align: center; }
    .shop_table.cart .actions input, .shop_table.cart .actions button {
      display: block;
      width: 100% !important;
      margin: 0 0 10px 0; }

  .course-information #tabs ul li {
    float: none;
    margin: 0 0 1px 0; }
    .course-information #tabs ul li a {
      padding: 5px 10px;
      text-align: left;
      font-size: 16px; } }

/**Custom CSS*/

@media screen and (min-width: 768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product.first {
    clear: none;
}
.woocommerce-page .container ul.products li.last {
    margin-right: 2.992em;
}
.woocommerce .container ul.products li:nth-child(4n+4) {
    margin-right: 2.992em;
}
.woocommerce .container ul.products li:nth-child(4n+1) {
    clear: none;
}
.woocommerce .container ul.products li:nth-child(3n+3) {
    margin-right: 0;
}
.woocommerce .container ul.products li:nth-child(3n+1) {
    clear: both;
}

}

@media screen and (min-width: 1150px) {
.woocommerce .container ul.products li:nth-child(4n+4) {
    margin-right: 0;
}
.woocommerce .container ul.products li:nth-child(4n+1) {
    clear: both;
}
.woocommerce .container ul.products li:nth-child(3n+3) {
    margin-right: 2.992em;
}
.woocommerce .container ul.products li:nth-child(3n+1) {
    clear: none;
}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #3566ab !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce-cart .wc-proceed-to-checkout {
	float:right;
}
#payment_method_stripe,#payment_method_paypal {
	margin: 5px 1em 0 0 !important;
	width:auto;
	float:left !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display:none !important;
}
a.button.cancel {display:none !important;}

/* 
 * Custom AJAX spinner on WooCommerce checkout 
 * The class used to load the overlay is .blockUI .blockOverlay
 * The class used to load the spinner is .woocommerce .loader:before
 *
 */
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em !important;
    width: 3em !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -.5em !important;
    margin-top: -.5em !important;
    display: block !important;
    content: "" !important;
    background-size: cover !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 2em !important;
}
.woocommerce-lost-password h3.myaccountnotice {display:none;}
body > div.wrapper.cf > div.container.padded.wide-page > div > form.login > p.lost_password {display:none;}