/*
Theme Name:     OurAuto
Description: 	  OurAuto Theme
Author:         Christom Web Design
Author URI:     http://www.christom.com.au/
Version:        2.0.0
*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");*/
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
/**********************************************/
/*                   GLOBAL                   */
/**********************************************/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

a[href^="tel:"] {
  color: inherit;
}

/** {
	-webkit-transition: all 0.3s linear;
	-moz-transition:    all 0.3s linear;
	-ms-transition:     all 0.3s linear;
	-o-transition:      all 0.3s linear;
	transition:  		all 0.3s linear;
}*/
.col {
  float: left;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .col {
    margin-bottom: 1em;
  }
  .col:last-child {
    margin-bottom: 0;
  }
}

.col.x50 {
  width: 100%;
  margin-bottom: 3.5em;
}

@media screen and (min-width: 768px) {
  .col.x50 {
    width: 50%;
  }
}


.col.x4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col.x4 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .col.x4 {
    width: 25%;
  }
}

.col.x33 {
  width: 100%;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .col.x33 {
    width: 33.33%;
  }
}

.col.x66 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .col.x66 {
    width: 66.66%;
  }
}

.col.x75 {
  padding-right: 0;
}

.col.x75,
.col.x25 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .col.x75 {
    width: 75%;
    padding-right: 100px;
  }

  .col.x25 {
    width: 25%;
  }
}
/**********************************************/
/*                   TYPOGRAPHY               */
/**********************************************/
/*body {
  font-family: 'Lato', sans-serif;
}
*/
/**********************************************/
/*                   MAIN                     */
/**********************************************/
.site-main {
  min-height: 100vh;
}

.container {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1126px) {
  .container {
    width: 1126px;
  }
}

/**********************************************/
/*                   HEADER                   */
/**********************************************/
.site-header.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-image: none;
  box-shadow: 0 0 5px 0px #ccc;
}

.site-header.sticky .header-module {
  display: none;
}

.site-header.sticky .site-branding .logo-text a {
  width: auto;
}

.site-header.sticky .menu-main-menu-container ul li a {
  line-height: 75px;
}

@media screen and (max-width: 1023px) {
  .site-header.sticky {
    position: relative;
  }
}

@media screen and (max-width: 1023px) {
  .site-header {
    background-image: none !important;
  }

  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .site-branding {
  display: inline-block;
  float: left;
  margin: 1em 0;
}

@media screen and (max-width: 1023px) {
  .site-header .site-branding {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }
}

.site-header .site-branding .site-title {
  margin: 0;
}

.site-header .site-branding .site-title a {
  display: block;
  line-height: 0;
}

.site-header .site-branding .site-title a img {
  max-width: 100%;
}

.site-header .site-branding .logo-text a {
  line-height: 2em;
  text-decoration: none;
}

.site-header.sticky .site-branding .site-title a img {
  max-width: 190px;
}


.site-header .header-module {
  float: right;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 0;
  }
}

.site-header .header-module .header-icon {
  float: left;
  margin-top: 26px;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module .header-icon {
    float: right;
    margin-right: 13px;
  }
}

.site-header .header-module .header-icon a {
  color: #fff;
  font-size: 34px;
  display: block;
  height: 65px;
  width: 65px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 65px;
  float: left;
  /*margin-left: 26px;*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header .header-module .header-text {
  float: left;
  margin-top: 17px;
/*  font-size: 20px;*/
font-size: 34px;
}

@media screen and (max-width: 1023px) {
  .site-header .header-module .header-text {
    display: none;
  }
}

.site-header.version-2 .menu-main-menu-container {
  position: relative;
  width: 100%;
  float: left;
}

.site-header.version-2 .menu-main-menu-container #menu-main-menu {
  float: right;
}

.site-header.version-2.sticky .menu-main-menu-container {
  width: auto;
  float: right;
}

/**********************************************/
/*                   NAVIGATION               */
/**********************************************/
.after-header {
  /*padding: 11px 0;*/
}

.menu-main-menu-container {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1024px) {
  .menu-main-menu-container {
    display: inline;
  }
}

.menu-main-menu-container > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-main-menu-container > ul > li {
  float: left;
  position: relative;
}

.menu-main-menu-container > ul > li > a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  line-height: 36px;
/*  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
  font-size: 18px;
  padding: 0.25em 1em;
  text-transform: uppercase;
}

.menu-main-menu-container ul li.current-menu-item:after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  background: transparent;
  -webkit-transition : width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.menu-main-menu-container ul li:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  -webkit-transition : width .5s ease, background-color .5s ease;
  transition: width .5s ease, background-color .5s ease;
}

.menu-main-menu-container ul li:hover:after {
  width: 100%;
}

.menu-main-menu-container > ul > li:hover .sub-menu {
  display: block;
}

.menu-main-menu-container > ul > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  list-style-type: none;
  padding: 0;
  text-align: center;
  width: 300px;
  left: -75%;
}

.menu-main-menu-container > ul > li .sub-menu li a {
  text-decoration: none;
  line-height: 75px;
  display: block;
  transition: all 0.3s linear;
}

.menu-main-menu-container > ul > li .sub-menu li:after {
  display: none;
}

.header-mobile {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile .slicknav_menu .slicknav_icon {
  font-size: 150%;
}

.header-mobile .slicknav_menu {
  padding: 0;
  background: none;
}

.header-mobile .slicknav_menu .slicknav_btn {
  padding: 22px 19px;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  top: 0;
  margin: 0;
  left: 13px;
}

.header-mobile .slicknav_menu .slicknav_nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header-mobile .slicknav_menu .slicknav_nav a {
  text-align: center;
      line-height: 2em;
    font-size: 18px;
}

/**********************************************/
/*                   SOCIAL MEDIA             */
/**********************************************/
/**********************************************/
/*                   HOME                     */
/**********************************************/
/**********************************************/
/*                   PAGE                     */
/**********************************************/
.flexslider {
  border: none !important;
  margin: 0 !important;
  overflow-x: hidden;
  background: none !important;
}

.flexslider .slides > li {
  line-height: 0;
}

.flexslider .slides > li .slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.flexslider .slides > li .slider-overlay .container {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100% 
}

.flexslider .slides > li .slider-overlay .flex-caption * {
  line-height: 1em;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .flexslider .slides > li .slider-overlay .flex-caption {
    display: none;
  }
}


.flexslider .slides img {
  line-height: 0;
}

#carousell .slides {
  list-style: none;
}

#carousell .slides li {
  padding: 0;
}

#carousell .slides li:before {
  display: none;
}

#carousell .slides li img {
  width: initial;
  max-width: 100%;
}

.section-row.content {
  padding: 33px 0;
}

.section-row.content.full-width {
  padding-left: 15px;
  padding-right: 15px;
}

.section-row.content h2 {
  margin: 0 0 0.75em;
  font-size: 1.38em;
}

.section-row.content h2 span {
  display: inline-block;
}

.section-row.content a {
  text-decoration: none;
}

.section-row.content a:hover {
  text-decoration: underline;
}

.section-row.content ul {
  display: block;
  list-style: none;
/*  margin: 0;*/
  padding: 0;
}

.section-row.content ul li {
  position: relative;
  padding-left: 11px;
}

.section-row.content ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 30%;
  left: 0;
}

.content-row.horizontal-list ul li {
  float: left;
  margin-right: 1em;
}

.content-row.horizontal-list ul li:last-child {
  margin-right: 0;
}

.content-row {
  margin-bottom: 33px;
}

.content-row h2 span {
  display: inline-block;
}

.content-row:last-child {
  margin-bottom: 0;
}

#sec-contact .x33 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #sec-contact .x33 {
    padding-right: 10px !important;
  }
}

#sec-contact .x33:not(:last-child) {
  padding-right: 3.6%;
}

.wpcf7-form input {
  width: 100%;
  border: none;
  padding: 17px 22px;
  margin-bottom: 19px;
}

.wpcf7-form textarea {
  border: 0;
  height: 123px;
  width: 100%;
  padding: 17px 22px;
}

.wpcf7-form input.wpcf7-submit {
  text-transform: uppercase;
  cursor: pointer;
}

.acf-map {
  width: 100%;
  height: 437px;
}

.services-side-menu {
  list-style: none;
  width: 100%;
}

.services-side-menu li {
  padding-left: 0 !important;
}

.services-side-menu li:before {
  display: none !important;
}

.services-side-menu li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 1.38em;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  background: #f3f3f4;
  margin-bottom: 10px;
}

.services-side-menu li a:hover {
  text-decoration: none !important;
}

.projects-filter {
  /*display: inline-block;*/
  display: none;
}

.projects-filter button {
  background: none;
  border: 0;
  outline: none;
  float: left;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.projects-filter button:hover {
  border-bottom: 2px solid #000;
}

.projects-filter button:after {
  content: '/';
  position: absolute;
  right: -2px;
  top: 1px;
}

.projects-filter button:last-child:after {
  display: none;
}

.projects-grid .projects-wrap {
  padding: 5px 0;
  margin-top: 23px;
}

.projects-grid .projects-wrap .projects-item {
/*  width: 355px;
  margin: 5px;
  height: 290px;
  background-size: covere;
  background-position: center center;
  background-repeat: no-repeat;*/
  cursor: pointer;
}

.projects-grid .projects-wrap .projects-item {
  width: 32.33%;
  margin: 0 0.5% 1%;
}

@media screen and (max-width: 600px) {
  .projects-grid .projects-wrap .projects-item {
    width: 49%;
  }
}

.projects-grid .projects-wrap .projects-item img {
  max-width: 100%;
  height: auto;
}

.single-projects .viewer {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/**********************************************/
/*                   INDEX                    */
/**********************************************/
.section-row.header-blog h2 {
  color: #fff;
}

.section-row.header-blog h2:after {
  background: #fff; 
}

.archive article.post:not(:last-of-type),
.blog article.post:not(:last-of-type) {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.archive article .entry-meta .updated,
.blog article .entry-meta .updated {
  display: none;
}

.archive article .entry-content .screen-reader-text,
.blog article .entry-content .screen-reader-text {
  display: none;
}

.archive article .x33,
.blog article .x33 {
  padding-right: 10px;
  margin-bottom: 0;
}

.archive article .x33 a,
.blog article .x33 a {
  display: block;
}

.archive article .x33 a img,
.blog article .x33 a img {
  max-width: 100%;
  height: auto;
}

.navigation {
  margin-top: 1em;
}

.navigation h2 {
  display: none;
}

div.widget:not(:last-of-type) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f1f1f1;
}
/**********************************************/
/*                   SINGLE                   */
/**********************************************/
.single article .attachment-full {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.single .posted-on .updated {
  display: none;
}
/**********************************************/
/*                   SIDEBAR                  */
/**********************************************/
div.wpcf7-validation-errors {
  background: #f00;
  margin: 0 !important;
  border: none;
}

/**********************************************/
/*                   FOOTER                   */
/**********************************************/
.footer-module {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.85rem;
}

.footer-module h2 {
  margin: 0 0 1em;
  font-size: 1.25em;
}

.footer-module img {
/*  height: 34px;
  width: auto;
  border-radius: 5px;
  margin-bottom: 12px;*/
}

@media screen and (max-width: 767px) {
  .footer-module img {
    width: auto !important;
    max-width: 150px;
    float: none;
  }

  .footer-module .ezcol-one-quarter {
    text-align: center;
  }

  .content-row h2:after {
    width: 100% !important;
  }
}

@media screen and (max-width: 567px) {
  .footer-module img {
    max-width: 100px;
  }
}

.footer-module a {
  text-decoration: none;
}

.footer-module p {
  line-height: 18.4px;
}

.footer-module .col {
/*  min-height: auto;*/
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .footer-module .col {
  /*  min-height: 171px;*/
  }
}

.footer-module .col:nth-child(4n+2) {
  padding-left: 0;
}

/*@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+2) {
    padding-left: 6.57%;
  }
}
*/
.footer-module .col:nth-child(4n+3) {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+3) {
    padding-left: 10.22%;
  }
}

.footer-module .col:nth-child(4n+4) {
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .footer-module .col:nth-child(4n+4) {
    text-align: right;
  }
}

.header-module .footer-social a,
.footer-module .footer-social a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 135%;
  float: left;
  margin-right: 0.5em;
}

.header-module .footer-social a:last-child,
.footer-module .footer-social a:last-child {
  margin: 0;
}

.footer-module a.back-to-top {
  display: inline-block;
  height: 36px;
  width: 36px;
  background: rgba(162, 162, 162, 0.25);
  font-size: 200%;
  text-align: center;
}

.footer-module a.back-to-top i {
  height: 9px;
  line-height: 9px;
  margin-top: 12px; 
}

/**********************************************/
/*                   VIEWPORTS                */
/**********************************************/

/*UPDATE*/

.threecolmod {
  padding: 0 1em;
  margin-bottom: 0 !important;
}

.threecolmod p {
  margin-bottom: 0 !important;
}

.threecolmod p img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.threecolmod h2 {
  margin-bottom: 1.75em !important;
}

@media screen and (max-width: 767px) {
  .threecolmod {
    margin-bottom: 3.5em !important;
  }

  .threecolmod h2 {
    margin-bottom: 1em !important;
  }
}

.threecolmod h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.75;
  left: 0;
}

.content-row h2 {
  position: relative;
  display: inline-block;
}

.content-row h2:after {
  display: block;
  content: '';
  width: 110%;
  height: 2px;
  position: absolute;
  bottom: -10px;
}

.site-info {
  background: #1a1a1b;
  color: #fff;
  font-size: 14px;
}

.site-info a {
  color: #fff;
  text-decoration: none;
}

.site-info a:hover {
  text-decoration: underline;
}

.widget ul {
  padding: 0;
  list-style-type: none;
}

.header-module .footer-social {
  float: right;
  margin: 2.4em 0 0 1em;
}

@media screen and (max-width: 1023px) {
  .header-module .footer-social {
    display: none;
  }
}

#testi .slides li {
  line-height: initial;
}

.ezcol img {
  width: 100%;
  height: auto;
}

.topBorder {
  border-top: 2px solid #eaeaea;
  padding-top: 2em;
}

#testi h2:after {
  left: -5%;
}

.threecolmod p img {
  margin-top: -1em;
  margin-bottom: 1em;
}

.map-link {
  display: block !important;
}

@media screen and (min-width: 1024px) {
  .map-link {
    display: none !important;
  }
}

.hover-dec .threecolmod p a {
  display: block;
  position: relative;
  margin-top: 1em;
}

.hover-dec .threecolmod p a span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row /* works with row or column */ flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 99%;
  color: #fff;
  background: rgba(0,0,0,0.75);
  text-decoration: none;
  position: absolute;
  left: 0;
  top: -1em;
  opacity: 0;
  padding: 0 1em;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hover-dec .threecolmod p a:hover span {
  opacity: 1;
}

