#header {
  padding: 30px 0;
  background-color: #f6f4f3; }

.head-contact ul {
  list-style-type: none; }
  .head-contact ul li {
    float: right;
    margin-left: 4.5%; }
    .head-contact ul li a {
      color: #f7941e; }

.menu {
  margin-top: 4.4%; }
  .menu ul {
    list-style-type: none; }
    .menu ul li {
      float: left;
      margin-left: 4.9%;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .menu ul li {
          margin-left: 2.2%; } }
      .menu ul li a {
        color: #a2988a; }
      .menu ul li ul.sub-menu {
        display: none;
        position: absolute;
        z-index: 99;
        background-color: #a2988a;
        width: 200px;
        padding: 8% 0;
        left: -7px; }
        .menu ul li ul.sub-menu li {
          float: none;
          display: block;
          border-bottom: 1px solid #787364;
          padding: 10px 0;
          max-width: 90%; }
          .menu ul li ul.sub-menu li:last-of-type {
            border: none; }
          .menu ul li ul.sub-menu li a {
            color: #ffffff;
            text-decoration: none; }

.mob-menu-full {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba(162, 152, 138, 0.95);
  z-index: 99999;
  top: 0;
  left: 0;
  padding-top: 10%;
  overflow: scroll; }
  .mob-menu-full .menu .exit {
    max-width: 60%;
    margin: 0 auto; }
    .mob-menu-full .menu .exit img {
      float: right; }
  .mob-menu-full .menu ul {
    padding: 0 !important; }
    .mob-menu-full .menu ul li {
      float: none;
      margin: 5% 0;
      text-align: center; }
      .mob-menu-full .menu ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 20px;
        text-decoration: none; }
      .mob-menu-full .menu ul li ul.sub-menu {
        display: none;
        width: 100%;
        left: 0;
        position: relative; }
        .mob-menu-full .menu ul li ul.sub-menu li {
          max-width: 100%;
          border: none;
          margin: 0 !important; }
          .mob-menu-full .menu ul li ul.sub-menu li a {
            font-size: 16px;
            text-decoration: none; }

@media screen and (max-width: 480px) {
  .col-sm-6 {
    padding-bottom: 30px; } }

@media screen and (max-width: 480px) {
  #header-mob {
    margin-top: 3.5%; } }
#header-mob .logo-mobile img {
  max-width: 61%; }
#header-mob .menu-mob img {
  float: right;
  margin-top: 25%;
  max-width: 47%; }
  @media screen and (max-width: 800px) {
    #header-mob .menu-mob img {
      margin-top: 17%;
      max-width: 30%; } }
  @media screen and (max-width: 480px) {
    #header-mob .menu-mob img {
      margin-top: 30%;
      max-width: 47%; } }
#header-mob .head-contact {
  margin-bottom: 5%; }
  @media screen and (max-width: 800px) {
    #header-mob .head-contact ul {
      padding: 0;
      padding-left: 1%; } }
  @media screen and (max-width: 375px) {
    #header-mob .head-contact ul {
      padding: 0; } }
  #header-mob .head-contact ul li {
    float: left;
    margin-right: 5%;
    margin-left: 0; }
    @media screen and (max-width: 375px) {
      #header-mob .head-contact ul li {
        margin: 0; }
        #header-mob .head-contact ul li:first-of-type {
          float: left; }
        #header-mob .head-contact ul li:last-of-type {
          float: right; } }
    @media screen and (max-width: 320px) {
      #header-mob .head-contact ul li a {
        font-size: 14px; } }
#header-mob .col-sm-6 {
  padding-bottom: 0; }

.head-banner.two {
  background: transparent;
  min-height: inherit;
  max-height: 100%; }
  .head-banner.two .quick-links {
    max-width: 100%;
    float: none;
    margin-bottom: 10%; }

.owl-buttons div {
  font-size: 42px !important;
  opacity: 0.8 !important;
  background: transparent !important; }
.owl-buttons .owl-prev {
  position: absolute;
  top: 40%;
  left: 0; }
.owl-buttons .owl-next {
  position: absolute;
  top: 40%;
  right: 0; }

.owl-pagination {
  display: none !important; }

.no-scroll {
  overflow: hidden; }

a::after {
  display: none !important; }

.head-banner {
  min-height: 530px;
  max-height: 530px; }
  @media screen and (max-width: 480px) {
    .head-banner {
      min-height: inherit;
      max-height: inherit; } }
  @media screen and (max-width: 480px) {
    .head-banner.pad-top-btm {
      padding: 50px 0 50px 0;
      margin-bottom: 7.3%; } }
  .head-banner h1 {
    color: #f7941e; }
  .head-banner p {
    color: #ffffff; }
  .head-banner .header-banner-info {
    position: relative;
    top: 100px; }
    @media screen and (max-width: 480px) {
      .head-banner .header-banner-info {
        top: 0; } }
    .head-banner .header-banner-info h1 {
      font-weight: 600;
      font-size: 50px;
      margin: 5px 0; }
    .head-banner .header-banner-info p {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 24px; }
      .head-banner .header-banner-info p.headline1, .head-banner .header-banner-info p.headline2 {
        font-size: 30px;
        line-height: 32px; }
      .head-banner .header-banner-info p.line3 {
        margin-top: 2%; }
    .head-banner .header-banner-info .more {
      margin-top: 30px;
      padding: 5px 10px; }
  .head-banner .quick-links {
    background-color: #a2988a;
    max-width: 300px;
    float: right; }
    .head-banner .quick-links a {
      text-decoration: none;
      color: #ffffff; }
    .head-banner .quick-links p {
      display: block;
      clear: both;
      line-height: 42px;
      font-size: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid #ffffff;
      padding: 8px 30px 8px 15px;
      margin-bottom: 0; }
      .head-banner .quick-links p.first {
        text-align: center;
        border-bottom: none;
        background-color: #f7941e;
        padding: 0 10px; }
        .head-banner .quick-links p.first:hover {
          background-color: #f7941e; }
      .head-banner .quick-links p.last {
        border-bottom: none; }
      .head-banner .quick-links p img {
        float: left;
        margin-right: 15px; }
      .head-banner .quick-links p i {
        margin-left: 5px;
        font-size: 26px;
        position: relative;
        top: 8px;
        float: right;
        left: 15px; }
      .head-banner .quick-links p:hover {
        background-color: #787364; }
      .head-banner .quick-links p a {
        text-decoration: none;
        color: #ffffff; }

.bg-dark-brown {
  background-color: #a2988a; }
  .bg-dark-brown h3 {
    color: #ffffff; }
  .bg-dark-brown p {
    color: #ffffff; }

.bg-pale-grey {
  background-color: #f6f4f3; }

.pad-top-btm {
  padding: 50px 0 100px 0; }
  @media screen and (max-width: 480px) {
    .pad-top-btm {
      padding: 20px 0 30px 0; } }

.pad-even {
  padding: 50px 0 50px 0; }
  @media screen and (max-width: 480px) {
    .pad-even {
      padding: 20px 0 20px 0; } }

.pad-top {
  padding-top: 75px; }
  @media screen and (max-width: 480px) {
    .pad-top {
      padding-top: 0; } }

.pad-btm {
  padding-bottom: 50px; }

.properties-info {
  background-color: #f6f4f3; }

.para-info h2 {
  color: #f7941e;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }
.para-info.prop-info {
  text-align: center; }

.more {
  background-color: #f7941e;
  display: inline-block;
  padding: 5px 10px; }
  .more a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase; }
    .more a:hover {
      text-decoration: none; }
    .more a i {
      font-size: 20px;
      padding-left: 5px; }
  .more:hover {
    background-color: #f77500; }

.home .about-ocm h2, .home .our-team h2 {
  margin-top: 0; }

#ocm-form {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 10%;
  background-color: rgba(162, 152, 138, 0.85);
  display: none; }
  #ocm-form .iframe-embed {
    width: 320px;
    margin: 0 auto; }
    #ocm-form .iframe-embed p.exit {
      float: right;
      cursor: pointer; }

.about {
  text-align: center;
  margin: 5% 0; }
  .about h2 {
    padding: 2% 0; }
    @media screen and (max-width: 480px) {
      .about h2 {
        margin-top: 0; } }
  .about p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      .about p {
        max-width: 100%; } }

.abt-video-overlay img {
  margin: 0 auto; }

.team-row {
  position: relative;
  margin-bottom: 2.6%; }
  .team-row .title-info {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15% 15px 15% 50%; }
    @media screen and (max-width: 320px) {
      .team-row .title-info {
        padding: 10% 15px 15% 47%; } }
    .team-row .title-info p {
      color: #ffffff; }
      .team-row .title-info p.name {
        font-weight: 700; }
      .team-row .title-info p.desigination {
        min-height: 46px; }
        @media screen and (max-width: 800px) {
          .team-row .title-info p.desigination {
            min-height: 64px;
            font-size: 16px;
            line-height: 16px; } }
        @media screen and (max-width: 320px) {
          .team-row .title-info p.desigination {
            min-height: 50px;
            font-size: 15px;
            line-height: 15px; } }
      .team-row .title-info p.view-profile {
        background-color: #ffffff;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 5px;
        line-height: 20px; }
        .team-row .title-info p.view-profile a {
          color: #f7941e;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: .5px;
          font-weight: 600; }

@media screen and (max-width: 480px) {
  #our-team {
    margin-top: 5%; } }

.overlay {
  display: none;
  background-color: rgba(162, 152, 138, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .overlay p.exit {
    margin-top: 70px;
    padding: 0 5px; }
    .overlay p.exit img {
      margin-bottom: 20px;
      float: right;
      cursor: pointer;
      z-index: 9999;
      position: relative; }
  .overlay .team-member-image {
    position: relative; }
    .overlay .team-member-image .title-info {
      position: absolute;
      z-index: 99;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      padding: 25% 15px 15% 50%; }
      .overlay .team-member-image .title-info p {
        color: #ffffff; }
        .overlay .team-member-image .title-info p.name {
          font-weight: 700; }
        .overlay .team-member-image .title-info p.desigination {
          min-height: 46px; }
          @media screen and (max-width: 320px) {
            .overlay .team-member-image .title-info p.desigination {
              font-size: 13px; } }
  .overlay .brief-info {
    background-color: #ffffff;
    padding: 5%;
    max-width: 550px; }
    .overlay .brief-info .para-info h2 {
      margin-top: 0; }
    .overlay .brief-info .para-info p.desigination {
      font-size: 19px; }
      @media screen and (max-width: 320px) {
        .overlay .brief-info .para-info p.desigination {
          font-size: 16px; } }
    .overlay .brief-info .para-info p.contact-email span {
      margin-left: 1%;
      font-size: 13px; }

@media screen and (max-width: 480px) {
  .para-info h2 {
    margin-top: 0; } }

.portfolio-listing {
  text-align: center; }
  .portfolio-listing h2 {
    font-size: 28px; }
  .portfolio-listing p {
    max-width: 75%;
    margin: 3% auto 0; }
    @media screen and (max-width: 375px) {
      .portfolio-listing p {
        max-width: 100%; } }

.para-info h2.center {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px; }

.listing {
  position: relative;
  margin-bottom: 20px; }
  .listing.col-xs-6 {
    padding: 0 5px; }
    @media screen and (min-width: 1280px) {
      .listing.col-xs-6 img {
        max-width: 285px !important;
        width: 285px !important; } }
  .listing .cover {
    overflow: hidden; }
  .listing p {
    position: absolute;
    z-index: 999;
    bottom: 0;
    text-align: center;
    width: 96.7%;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px 0;
    text-transform: uppercase; }
    @media screen and (max-width: 1200px) {
      .listing p {
        width: 94.2%; } }
    @media screen and (max-width: 1199px) {
      .listing p {
        width: 96%; } }
    @media screen and (max-width: 414px) {
      .listing p {
        width: 95.1%; } }
    @media screen and (max-width: 375px) {
      .listing p {
        width: 94.5%; } }
    @media screen and (max-width: 320px) {
      .listing p {
        width: 86%; } }
    .listing p a {
      color: #ffffff; }
  .listing a img {
    transition: all 0.25s ease; }
  .listing a:hover {
    text-decoration: none; }
    .listing a:hover img {
      -webkit-transform: scale(1.1);
      /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: scale(1.1);
      /* IE 9 */
      transform: scale(1.1);
      /* Firefox 16+, IE 10+, Opera */
      transition: all 0.25s ease; }
  .listing a.zoom img {
    -webkit-transform: scale(1.1);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.1);
    /* IE 9 */
    transform: scale(1.1);
    /* Firefox 16+, IE 10+, Opera */
    transition: all 0.25s ease; }

@media screen and (max-width: 320px) {
  .page-building-portals p {
    width: 82.3% !important; } }

@media screen and (max-width: 320px) {
  .listing-all .col-xs-6 {
    width: 100%; } }

.pad-side-zero {
  padding-left: 0;
  padding-right: 0; }

.portfolio-detail {
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    .portfolio-detail {
      margin-top: 0;
      position: relative;
      top: -10px; } }
  .portfolio-detail .description {
    background-color: #f6f4f3;
    min-height: 388px; }
    @media screen and (max-width: 480px) {
      .portfolio-detail .description {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 480px) {
      .portfolio-detail .description .col-sm-6 {
        padding-bottom: 0; } }
    .portfolio-detail .description .description-info .para-info.hidden {
      display: block !important;
      visibility: hidden; }
    .portfolio-detail .description .description-info p {
      margin-bottom: 0; }
  .portfolio-detail .para-info h2 {
    font-size: 26px; }

.orange {
  color: #f7941e !important; }

.page-id-43 .footer.widget {
  margin-top: 0; }

.col-sm-4 .wpgmza_map {
  width: 100% !important; }
  @media screen and (max-width: 375px) {
    .col-sm-4 .wpgmza_map {
      height: 280px !important; } }

.portfolio-detail .wpgmza_map {
  margin-bottom: 10%; }
  @media screen and (max-width: 480px) {
    .portfolio-detail .wpgmza_map {
      margin-top: 10%; } }
  @media screen and (max-width: 800px) {
    .portfolio-detail .wpgmza_map {
      height: 400px !important; } }

@media screen and (max-width: 375px) {
  #wpgmza_map_12 {
    height: 350px !important; } }

.info-main, .service-info3-grp {
  text-align: center; }
  .info-main h2, .service-info3-grp h2 {
    font-size: 26px;
    margin-bottom: 2%; }
  .info-main p, .service-info3-grp p {
    max-width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .info-main p, .service-info3-grp p {
        max-width: 100%; } }

.sub-section h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: inherit;
  line-height: 26px; }
@media screen and (max-width: 480px) {
  .sub-section .col-sm-6 {
    padding-bottom: 0; } }
@media screen and (max-width: 800px) {
  .sub-section .hidden-xs p img {
    position: relative;
    top: 50px; } }
@media screen and (max-width: 800px) {
  .sub-section .col-sm-offset-0 {
    margin-left: 0 !important; } }

.testimonial .testimonial-info {
  padding: 8% 5%; }
  .testimonial .testimonial-info p:first-of-type {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px; }

@media screen and (max-width: 480px) {
  .service-info3-grp {
    margin-top: 10%; } }
.service-info3-grp p {
  margin-bottom: 3%; }

.service-info3 {
  padding-left: 5px;
  padding-right: 5px; }
  .service-info3 div {
    padding: 15%;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .service-info3 div {
        min-height: 320px; } }
    @media screen and (max-width: 480px) {
      .service-info3 div {
        padding: 10%;
        text-align: center;
        margin: 5%;
        min-height: inherit; } }
    .service-info3 div h3 {
      margin: 15px 0; }
    .service-info3 div.bg-dark-brown {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7941e+0,cc7b19+100 */
      background: #f7941e;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OTQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzdiMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #f7941e 0%, #cc7b19 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941e), color-stop(100%, #cc7b19));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f7941e 0%, #cc7b19 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f7941e 0%, #cc7b19 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #f7941e 0%, #cc7b19 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #f7941e 0%, #cc7b19 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941e', endColorstr='#cc7b19',GradientType=0 );
      /* IE6-8 */ }

.quicklink-forms form .frm_half {
  max-width: 48% !important;
  width: 48% !important;
  float: left;
  margin: 0 !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form .frm_half {
      max-width: 100% !important;
      width: 100% !important; } }
  .quicklink-forms form .frm_half:nth-child(odd) {
    margin-right: 4% !important; }
    @media screen and (max-width: 480px) {
      .quicklink-forms form .frm_half:nth-child(odd) {
        margin-right: 0% !important; } }
.quicklink-forms form label {
  display: none !important; }
.quicklink-forms form input, .quicklink-forms form select {
  min-height: 40px !important;
  margin-bottom: 20px !important;
  border: none !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form input, .quicklink-forms form select {
      max-width: 100% !important; } }
.quicklink-forms form textarea {
  max-width: 100% !important; }
.quicklink-forms form .frm_submit input {
  width: 100% !important; }
.quicklink-forms form.request-repairs .frm_half:nth-child(even) {
  margin-right: 4% !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form.request-repairs .frm_half:nth-child(even) {
      margin-right: 0% !important; } }
.quicklink-forms form.request-repairs .frm_half:nth-child(odd) {
  margin-right: 0 !important; }
.quicklink-forms form.key-fob.two .frm_half:nth-child(even) {
  margin-right: 4% !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form.key-fob.two .frm_half:nth-child(even) {
      margin-right: 0% !important; } }
.quicklink-forms form.key-fob.two .frm_half:nth-child(odd) {
  margin-right: 0 !important; }
.quicklink-forms form.key-fob.obligation-quote .frm_half:nth-child(even) {
  margin-right: 4% !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form.key-fob.obligation-quote .frm_half:nth-child(even) {
      margin-right: 0 !important; } }
.quicklink-forms form.key-fob.obligation-quote .frm_half:nth-child(odd) {
  margin-right: 0 !important; }
.quicklink-forms form.key-fob.obligation-quote #frm_field_166_container, .quicklink-forms form.key-fob.obligation-quote #frm_field_170_container {
  margin-right: 0 !important; }
.quicklink-forms form.key-fob.obligation-quote #frm_field_165_container, .quicklink-forms form.key-fob.obligation-quote #frm_field_168_container {
  margin-right: 4% !important; }
  @media screen and (max-width: 480px) {
    .quicklink-forms form.key-fob.obligation-quote #frm_field_165_container, .quicklink-forms form.key-fob.obligation-quote #frm_field_168_container {
      margin-right: 0 !important; } }

.frm_style_formidable-style.with_frm_style input[type='text'], .frm_style_formidable-style.with_frm_style input[type='email'], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea {
  border: 1px solid #dddddd !important;
  border-radius: 0 !important; }

.faq-page-head {
  text-align: center; }
  .faq-page-head h2 {
    font-size: 26px; }
  .faq-page-head p {
    font-size: 16px;
    margin-top: 2%; }

form.wpv-filter-form {
  text-align: center; }
  form.wpv-filter-form input.js-wpv-filter-trigger {
    display: none; }
  form.wpv-filter-form input:checked + label {
    background-color: #f7941e; }
  form.wpv-filter-form label {
    cursor: pointer; }
    form.wpv-filter-form label.radios-taxonomies-title {
      padding: 10px 15px;
      background-color: #787364;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 1024px) {
        form.wpv-filter-form label.radios-taxonomies-title {
          margin-bottom: 5px; } }
      @media screen and (max-width: 480px) {
        form.wpv-filter-form label.radios-taxonomies-title {
          padding: 5px 5px;
          margin-bottom: 5px;
          font-size: 14px; } }
      form.wpv-filter-form label.radios-taxonomies-title:hover {
        background-color: #f7941e; }
  form.wpv-filter-form input[type=submit] {
    border-radius: 5px;
    border: 0;
    width: 40px;
    height: 45px !important;
    background: #ffffff url("http://www.ocm.com.au/wp-content/uploads/2015/09/search-button.png") no-repeat top center;
    padding: 0;
    background-position-y: 5px; }
  form.wpv-filter-form .search-field {
    border: 1px solid #dddddd;
    width: 70%;
    margin: 4% auto;
    background-color: #ffffff;
    margin-top: 0; }
    @media screen and (max-width: 480px) {
      form.wpv-filter-form .search-field {
        width: 90%; } }
    form.wpv-filter-form .search-field .search-box {
      max-width: 93% !important;
      text-align: center;
      margin: 0 auto;
      float: left;
      height: 45px !important;
      padding: 1% 0; }
      @media screen and (max-width: 800px) {
        form.wpv-filter-form .search-field .search-box {
          max-width: 90% !important; } }
      @media screen and (max-width: 480px) {
        form.wpv-filter-form .search-field .search-box {
          max-width: 85% !important;
          padding: 1% 1%; } }
      @media screen and (max-width: 320px) {
        form.wpv-filter-form .search-field .search-box {
          max-width: 83% !important; } }
  form.wpv-filter-form h4 {
    margin-top: 4%; }
    form.wpv-filter-form h4:first-of-type {
      margin-top: 0; }

#post_category- + label, #post_category-uncategorized + label, input[value="our-top-five"] + label {
  display: none; }

#results .js-wpv-view-layout {
  display: none; }
  #results .js-wpv-view-layout h2.results {
    text-align: center;
    margin-bottom: 4%;
    color: #f7941e;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize !important; }
    @media screen and (max-width: 480px) {
      #results .js-wpv-view-layout h2.results {
        font-size: 24px; } }
    #results .js-wpv-view-layout h2.results.cat {
      text-transform: uppercase; }
    #results .js-wpv-view-layout h2.results span {
      text-transform: uppercase; }
  #results .js-wpv-view-layout p.no-items {
    text-align: center;
    width: 100%; }
#results .faq-grp {
  background-color: #f6f4f3;
  border: 1px solid #dddddd;
  padding: 1% 2%;
  cursor: pointer;
  margin-bottom: 1%; }
  #results .faq-grp h3 {
    margin: 0;
    color: #a2988a;
    text-align: center;
    font-size: 18px;
    line-height: 30px; }
    @media screen and (max-width: 480px) {
      #results .faq-grp h3 {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 375px) {
      #results .faq-grp h3 {
        font-size: 14px; } }
    @media screen and (max-width: 320px) {
      #results .faq-grp h3 {
        font-size: 13px; } }
    #results .faq-grp h3 i {
      float: right;
      font-size: 30px; }
      @media screen and (max-width: 480px) {
        #results .faq-grp h3 i {
          font-size: 24px; } }
  #results .faq-grp .description {
    display: none;
    text-align: center;
    padding: 2%;
    color: #787364; }

.form-links h5 {
  margin-bottom: 0; }
  .form-links h5 a {
    color: #666666;
    text-decoration: none;
    transition: all 0.25s ease; }
    .form-links h5 a:hover {
      color: #f7941e;
      text-decoration: underline;
      transition: all 0.25s ease; }

.para-info.center {
  text-align: center; }
.para-info h2.n-mg-top {
  margin-top: 0; }

.request-repairs input[type='text'], .request-repairs input[type='email'] {
  max-width: 100% !important;
  width: 100% !important; }

.key-fob h4 {
  display: block;
  clear: both;
  margin-top: 3%; }
  .key-fob h4:first-of-type {
    margin-top: 0; }
.key-fob .label-show label {
  display: block !important;
  float: left;
  line-height: 48px; }
.key-fob .label-show input[type='checkbox'] {
  width: 20px;
  float: left;
  margin-right: 10px; }
.key-fob .label-show.line2 label {
  line-height: 16px; }
.key-fob .label-show.line2 input[type='checkbox'] {
  position: relative;
  top: -14px; }
.key-fob #frm_field_118_container {
  margin-right: 4% !important; }
.key-fob #frm_field_119_container {
  margin-right: 0 !important; }
.key-fob input[type='text'], .key-fob input[type='email'] {
  max-width: 100% !important;
  width: 100% !important; }
.key-fob .frm_half {
  max-width: 48% !important;
  width: 48% !important; }

.update-details p.right {
  float: left;
  line-height: 46px;
  margin-right: 20px; }
.update-details .frm_pos_top {
  display: none; }
.update-details #frm_field_148_container {
  margin-left: 4% !important;
  margin-right: 0 !important; }
  @media screen and (max-width: 480px) {
    .update-details #frm_field_148_container {
      margin-left: 0 !important; } }

.frm_error {
  position: relative !important;
  top: -15px !important;
  left: 5px !important; }

.footer {
  background-color: #f6f4f3; }
  .footer.widget {
    margin-top: .2%; }
  .footer .footer-box h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a2988a; }
  .footer .footer-box p {
    margin: 0;
    font-size: 14px; }
  .footer .footer-box .address {
    margin-bottom: 10px; }
  .footer .footer-box .info {
    margin-bottom: 10px; }
    .footer .footer-box .info p a {
      color: #666666; }
  .footer .copyright {
    margin: 30px 0;
    font-size: 12px; }
    .footer .copyright p a {
      color: #666666; }
  .footer #wpgmza_map_3 {
    max-width: 100%; }

form div {
  margin-bottom: 5px !important; }
form input {
  height: 40px !important;
  border: none !important;
  max-width: 320px !important;
  border-radius: 0 !important; }
form textarea {
  border: none !important;
  max-width: 320px !important; }
form .frm_submit {
  background-color: #f7941e;
  max-width: 130px;
  height: 40px;
  margin-bottom: 0 !important; }
  form .frm_submit input {
    margin-top: 0 !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    box-shadow: none !important;
    padding-right: 5px !important;
    padding-left: 5px !important; }
  form .frm_submit i {
    font-size: 26px;
    color: #ffffff;
    line-height: 0; }
form .frm_ajax_loading {
  display: none; }

.home form .frm_submit {
  max-width: 100px; }

.page-request-repairs .footer.widget {
  margin-top: 0; }

.page-services-established-owners-corporation .footer.widget, .page-request-oc-certificate .footer.widget, .page-update-your-details .footer.widget, .page-key-fob .footer.widget {
  margin-top: 10%; }

/*# sourceMappingURL=style.css.map */

.about-first-para { margin-bottom: 0px !important; }
.about-second-para { margin-top: 0px !important; }
