li.promo {
  background: transparent url("http://novacr.com.au/wp-content/uploads/2015/10/Bullet-Point.png") no-repeat scroll left center;
  padding-left: 20px;
  margin-bottom: 10px;
}

#filter-buttons ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#filter-sorter {
  min-height: auto;
  background: #24282E;
  margin-bottom: 30px;
}

#filter-buttons {
  text-align: center;
}

#portfolio-filter-list li,
#filter-sorter .selected,
#portfolio-filter-list li:hover {
  border: none;
  background: none
}

#portfolio-filter-list li {
  border-radius: 0;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 10px;
  position: relative;
  margin-right: 30px;
}

#portfolio-filter-list li:last-child {
  margin-right: 0;
}

#portfolio-filter-list li:after {
  top: 7px;
  right: -15px;
  position: absolute;
  content: "/";
  color: #ffffff;
  font-size: 20px;
}

#portfolio-filter-list li:last-child:after {
  content: ""
}

#portfolio-filter-list li a:hover:after,
#portfolio-filter-list li.selected a:after {
  top: 100%;
  left: 0;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(137, 194, 203, 0);
  border-top-color: #89c2cb;
  border-width: 14px;
  margin: 0 auto;
}

#portfolio-filter-list li a {
  border-bottom: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 0;
  font-family: "Open Sans";
  font-weight: 300;
  letter-spacing: 1.35px;
}

#portfolio-filter-list li a:hover {
  color: #ffffff;
}

#filter-buttons {
  float: none;
}

#portfolio-list .portfolio-item.columns-3 {
  width: 33.33%;
  padding: 0;
  min-height: 250px;
}

#portfolio-list .portfolio-item.columns-3 .module-img {
  padding: 0 30px 30px 0;
}

#portfolio-list {
  margin-right: -30px;
}

@media all and (max-width: 600px) {
  #portfolio-list .portfolio-item.columns-3 {
    width: 100%;
  }
  #portfolio-list .portfolio-item.columns-3 .module-img {
    padding-right: 0
  }
  #portfolio-list {
    margin-right: 0;
  }
  #portfolio-filter-list {
    display: block;
  }
  #portfolio-filter-select {
    display: none;
  }
  #portfolio-filter-list li {
    margin-right: 10px;
  }
  #portfolio-filter-list li:after {
    right: -7px;
  }
  #portfolio-filter-list li a {
    font-size: 14px;
  }
  #portfolio-filter-list li a:hover:after,
  #portfolio-filter-list li.selected a:after {
    border-width: 15px;
  }
}

.slider-cover {
  background: #F2F2F2;
}

.shortcode {
  margin-top: 30px;
}

.ticker > img {
  max-width: 80%;
}

@media all and (max-width: 767px) {
  .container.circle .ticker {
    margin-top: 60px !important;
  }
}


/*WEB DESIGN PAGE*/

#info {
  width: 60%;
  padding: 0;
  display: inline-block;
  float: left;
  background-color: #fff;
  height: 700px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
  -moz-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -webkit-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -ms-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -o-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -webkit-transition: .9s cubic-bezier(.18, 1, .21, 1);
  -moz-transition: .9s cubic-bezier(.18, 1, .21, 1);
  transition: .9s cubic-bezier(.18, 1, .21, 1);
}

#info .table {
  height: 700px;
  width: 100%;
  display: table;
}

#info .table .table-cell {
  height: 700px;
  width: 100%;
  display: table-cell;
  padding: 70px 90px;
  vertical-align: middle;
}

#featured_image {
  position: relative;
  width: 40%;
  margin-top: 50px;
  padding: 0;
  display: inline-block;
  float: left;
  background-color: #232323;
  height: 600px;
  text-align: left;
  z-index: 2;
  background-image: url('http://novacr.com.au/wp-content/uploads/2017/02/Nova-Web-Design.jpg');
  background-size: cover;
  background-position: -50px;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 600;
}

.service_list {
  list-style: none;
}

li.service_list {
    background: url('http://novacr.com.au/wp-content/uploads/2016/08/bullet.png') left center no-repeat;
    padding-left: 20px;
  margin-bottom: 5px;
}

@media only screen and (min-device-width: 1px) and (max-device-width: 1024px) {
  #info,
  #info .table {
    height: auto;
    position: relative;
    width: 100%;
  }
  #info .table .table-cell {
    height: 700px;
    width: 100%;
    display: table-cell;
    padding: 20px 10%;
    vertical-align: middle;
  }
  #info {
    top: 0;
    left: 0;
  }
  #featured_image .table {
    height: auto;
    position: relative;
    width: 100%;
  }
  #featured_image .table .table-cell {
    height: auto;
    position: relative;
    width: 100%;
    padding: 15px 20px;
  }
  #featured_image {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  #featured_image .table {
    height: auto;
    position: relative;
    width: 100%;
  }
  #featured_image {
    background-position: center;
  }
  
}
  @media only screen and (max-device-width: 767px) {
    h3 {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: .6px;
      font-weight: 600;
    }
      #portfolio-filter-list li a {
        font-size: 12px;
        letter-spacing: .5px;
      }
    #filter-sorter {
    min-height: 37px;
    }
    #featured_image {
      height: 200px;
    }
    #info > .table > .table-cell > p {
    font-size: 16px;
    letter-spacing: .1px;
}
  }
    /*END WEB DESIGN PAGE*/

.desktop.navigation {
    width: 70%;
}

img.nova_circle {
    max-width: 80%;
}

/*PHOTO RESTORATIONS PAGE*/
.call_to_action {
    width: 60%;
    display: table;
  background-color: #89c2cb;
}

.call_to_action .table-cell {
    width: 100%;
    display: table-cell;
    padding: 30px 70px;
    vertical-align: middle;
}

a.call_to_action_button {
    background-color: #FFF;
    color: #25282f;
    text-transform: uppercase;
    padding: 13px 15px;
    float: right;
    letter-spacing: .5px;
    font-weight: 600;
}

.call_to_action .table-cell p.left {
    width: 70%;
    float: left;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .2px;
    margin-bottom: 0px !important;
}

.page-id-424 #info {
    height: auto;
}

.page-id-424 #info .table {
    height: auto;
}

.page-id-424 #info .table .table-cell {
    height: auto;
}

.page-id-424 #featured_image {
    height: 400px;
    float: right;
    background-image: url('http://novacr.com.au/wp-content/uploads/2017/06/Photo-Restoration.jpg');
  background-position: -100px;
}

/*END PHOTO RESTORATIONS PAGE*/



/*CONTACT PAGE*/

#contact-wrapper {
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
  background-color: #fff;
  height: 500px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
  -moz-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -webkit-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -ms-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -o-box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  box-shadow: 0 0 30px rgba(29, 29, 29, .05);
  -webkit-transition: .9s cubic-bezier(.18, 1, .21, 1);
  -moz-transition: .9s cubic-bezier(.18, 1, .21, 1);
  transition: .9s cubic-bezier(.18, 1, .21, 1);
}

#contact-wrapper .table {
  height: 500px;
  width: 100%;
  display: table;
}

#contact-wrapper .table .table-cell {
  height: 500px;
  width: 100%;
  display: table-cell;
  padding: 70px 90px;
  vertical-align: middle;
}

.wpcf7-form-control.wpcf7-text {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    height: 40px;
    background-color: #f5f5f5;
    border: none;
    padding: 10px;
    letter-spacing: .25px;
    font: normal 15px "Open Sans", arial, sans-serif;
    border-radius: 5px;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    width: 100%;
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 10px;
    letter-spacing: 0.25px;
    border-radius: 5px;
    font: normal 15px "Open Sans", arial, sans-serif;
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    background-color: #88c1cb;
    border: none;
    padding: 15px 30px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 300;
    border-radius: 5px;
}

#last-field {
    margin-right: 0px !important;
}


@media only screen and (min-device-width: 1px) and (max-device-width: 1024px) {
  #contact-wrapper,
  #contact-wrapper .table {
    height: auto;
    position: relative;
    width: 100%;
  }
  #contact-wrapper .table .table-cell {
    height: auto;
    width: 100%;
    display: table-cell;
    padding: 20px 10%;
    vertical-align: middle;
  }
  #contact-wrapper {
    top: 0;
    left: 0;
  }
  
}
  @media only screen and (max-device-width: 767px) {

  .wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-top: 20px;
}

  }

/*END CONTACT PAGE*/