/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2020 | 08:14:27 */
/* Home Page Redesign 09-Jan-20 */ 
.cta-btn {
  display: inline-block;
  padding: 0.5em 2em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  border: 1px solid;
  transition: all 0.3s ease;
  font-family: open_sansbold;
}
.cta-btn.green {
  background: #a1bcb0;
  border-color: #a1bcb0;
}
.cta-btn.green:hover {
  color: white;
  background: rgba(25, 28, 33, .7);
}
.cta-btn.outline:hover {
  background: #a1bcb0;
  border-color: #a1bcb0;
  color: white;  
}
.home .main-content > div, .main-content.location-template > div {
  padding: 5% 0;
}
.main-content .half {
  width: 50%;
}
.main-content .athird {
  width: 33.33%;
}
.main-content .quarter {
  width: calc(25% - 2em);
}
.main-content .title {
  font-size: 2.7em;
  font-weight: 900;
  position: relative;
  text-align: center;
  font-family: open_sansbold;
}
.main-content .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 3em;
  background: #a1bcb0;
  top: 0;
  left: 0;
  right: 0;
  margin: 1em auto;
}
.main-content .subtitle {
  font-size: 0.5em;
  display: block;
  margin: 0;
  margin-bottom: 0.5em;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, .5);
}
.main-content {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

/* Header */
.main-header {
  position: relative;
}
.home .main-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent);
}
.main-header, .main-header.sticky {
  position: fixed;
  z-index: 5;
  width: 100%;
    top: 0;
  background: #121519;
}
.main-header.sticky, .main-header.opaque {
  background: #121519;
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .top {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 0.5em 0;
}
.main-header .bottom {
  padding: 1.5em;
}
.main-header .header__logo a {
  transform: none;
}
.main-header .header__logo {
  min-width: 350px;
  height: auto;
}
.main-header .top .right {
  margin-left: auto;
}
.main-header i {
  color: #a1bcb0;
  margin-right: 0.5em;
}
.main-header a, .main-header span {
  color: white;
}
.main-header .office-hours {
  margin-left: 1.5em;
}
.main-header .phone {
  font-size: 1.5em;
  font-weight: 900;
}
.main-header .navbar-collapse .navbar-nav .active>a, .main-header .navbar-collapse .navbar-nav a:hover {
  color: #fff !important;
  font-weight: 700;
}

.main-header .cta-btn {
  min-width: 150px;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  color: white;
  font-weight: 900;
  transition: all 0.3s ease;
}
.main-header .cta-btn.green {
  background: #a1bcb0;
  border: 1px solid #a1bcb0;
}
.main-header .cta-btn.green:hover {
  background: rgba(0, 0, 0, .3);
}
.banner {
  background-color: #191c21;
}


.main-content .slick-dots li button:before {
  content: "";
  background: black;
}
.main-content .slick-dots li button, .main-content .slick-dots li button:before, .main-content .slick-dots li {
  width: 10px;
  height: 10px;
}

/* Hero Section */
.hero {
  background: url(/wp-content/uploads/2020/01/hero.jpg) no-repeat center center;
  height: 100vh;
  display: flex;
  align-items: center;
  background-size: cover;
}
.hero .title {
  color: white;
  font-size: 5em;
  font-weight: 600;
  font-family: open_sansbold;
}
.hero .floater {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 3em;
}
.hero .floater .link {
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
}
.hero .subtitle {
  color: white;
  display: block;
  margin: 0;
  font-size: 0.3em;
  font-weight: 400;
  letter-spacing: 2px;
}
.hero .floater i {
  display: block;
  margin-top: 0.5em;
}
.hero .buttons .cta-btn {
  margin-right: 1.5em;
}

/* About Section */
.about-section .container {
  display: flex;
}
.about-section .image {
  padding: 2em;
}
.about-section .title {
  text-align: left;
}
.about-section .details .title:after {
  position: absolute;
  height: 100%;
  width: 2px;
  left: -.5em;
  margin: 0;
}
.about-section .description {
  margin: 1.5em 0;
}
.about-section .icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.about-section .icons .icon {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1em;
}
.about-section .icons .icon .text {
  font-size: 1.5em;
  font-weight: 700;
  color: #a7a8a9;
}
.about-section .icons .icon .img {
  margin-right: 1em;
  min-width: 30px;
}
.about-section .icons .icon:after {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  position: absolute;
  background: rgba(0, 0, 0, .2);
  right: 0;
}
.about-section .icons .icon:last-child:after {
  display: none;
}

/* Service Section */
.service-section {
  background: url(/wp-content/uploads/2020/01/service-bg.png) no-repeat center center;
  background-size: cover;
}
.service-section .container > .description {
  text-align: center;
  margin: 0 auto;
}
.featured-services {
  display: flex;
  justify-content: space-between;
}
.featured-services .service {
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .12);
}
.featured-services .title:after {
  display: none;
}
.featured-services .service .details {
  padding: 1em;
  text-align: center;
}
.featured-services .service .details .title {
  font-size: 1.5em;
  font-weight: 900;
  margin: 0.5em 0;
}
.featured-services .service .details .description {
  color: #4c4e51;
}
.featured-services .service .cta-btn {
  background: #a1bcb0;
  border: none;
  margin-bottom: 1em;
}
.featured-services .service .cta-btn:hover {
  background: #262a31;
  color: white;
}

/* CTA Section */
.cta-section {
  background: url(/wp-content/uploads/2020/01/contact-bg.png) no-repeat top center;
}
.cta-section .container > .title {
  color: white;
}
.cta-section .container > .title .subtitle {
  color: rgba(255, 255, 255, .5);
}
.form-content {
  background: white;
  display: flex;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, .3);
}
.form-content .left {
  width: 55%;
  padding: 3em;
}
.form-content .right {
  background: left no-repeat;
  background-size: cover;
  width: 45%;
  position: relative;
}
.form-content .title {
  text-align: left;
}
.form-content .title:after {
  display: none;
}
.form-content .header {
  background: transparent;
}
.form-content .gfield_label, .address_zip label {
  display: none;
}
.form-content .gfield {
  margin-bottom: 1.5em;
}
.form-content input, .form-content select, .form-content textarea {
  margin: 0;
  max-width: none !important;
  border: 1px solid rgba(0, 0, 0, .07) !important;
  background: rgba(0, 0, 0, .01) !important;
  padding: 0.5em 1.5em !important;
  font-size: 1.1em !important;
}
.form-content input::placeholder, .form-content .gf_placeholder, .form-content textarea::placeholder {
  color:  rgba(0, 0, 0, .3) !important;
}
.form-content .gf_left_half, .form-content .gf_right_half {
  width: calc(50% - 1em);
  display: inline-block;
}
.form-content .gf_right_half {
  float: right;
}
.form-content .gform_footer .gform_button {
  background: #a1bcb0 !important;
  width: 100% !important;
  height: auto !important;
  text-transform: uppercase;
  font-size: 1.5em !important;
}
.contact-content {
  position: absolute;
  padding: 2em;
  bottom: 2em;
}
.contact-content .contact-phrase {
  display: block;
  color: white;
  font-size: 3.5em;
  line-height: 1.4;
  font-family: open_sansbold, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.contact-content .contact-phrase span {
  color: #a1bcb0;
}
.contact-content .cta-btn {
  font-size: 1.5em;
  letter-spacing: 2px;
  border-width: 3px;
  padding: 0.8em 2.5em;
}
.contact-content .cta-btn:hover {
  border-color: white;
  color: white;
  background: rgba(0, 0, 0, .3);
}
.contact-content .cta-btn {
  font-size: 1.5em;
  letter-spacing: 2px;
  border-width: 3px;
  padding: 0.8em 2.5em;
}

/* Blog Section */
.blog-section .header {
  background: transparent;
  position: relative;
}
.blog-section .title {
  text-align: left;
}
.blog-section .title:after {
  display: none;
}
.blog-section .header .link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2em;
  font-weight: 700;
  color: rgba(0, 0, 0, .5);
  text-decoration: underline;
}
.blog-section .posts-content {
  display: flex;
  justify-content: space-between;
}
.blog-section .post-item {
  min-height: 600px;
  padding: 3em;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
}
.blog-section .featured-post {
  width: calc(70% - 2em);
}
.blog-section .featured-post .big-slider .slick-dots {
  bottom: 3em;
  text-align: right;
  right: 3em;
}
.blog-section .featured-post .big-slider .details {
  width: 80%;
  color: white;
  z-index: 1;
}
.blog-section .featured-post .big-slider .details:after {
  content: "";
  width: 100%;
  height: 200px;
  background: rgba(10, 10, 10, .2);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}
.blog-section .featured-post .big-slider .details a {
  color: white;
}
.blog-section .featured-post .big-slider .details .title {
  font-size: 2em;
  margin-top: 0;
}
.blog-section .slick-dots li button:before {
  background: white;
}

.blog-section .post-side {
  width: 30%;
  position: relative;
}
.blog-section .post-side .title {
  font-size: 2em;
}
.blog-section .post-item.side {
  display: flex;
  padding: 2em;
  background: #f2f4f6;
  justify-content: space-between;
  flex-direction: column;
}
.blog-section .post-side .link {
    font-weight: 700;
    color: black;
}
.blog-section .post-side .meta a {
    color: inherit;
    text-decoration: underline;
}
.blog-section .post-side .meta {
    color: rgba(0, 0, 0, 0.5);
}

/* Testimonial Section */
.testimonial-section {
    padding-top: 0 !important;
}

.location-template .testimonial-section {
    padding-top: 5% !important;
}

.testimonial-section .header {
  background: none;
}
.testimonials-content .item {
  box-shadow: 0 0 15px rgba(0, 0, 0, .05);
  padding: 2em;
  margin: 1em;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-content .client * {
  font-size: 1.5em;
  font-family: open_sansbold, sans-serif;
}

/* Footer */
.pre-footer {
  background: #191c21;
}
.pre-footer__sitemap {
  min-width: 15%;
}
.pre-footer__address i {
  color: #a1bcb0;
  margin: 0 1em;
  min-width: 14px;
  text-align: center;
}
.pre-footer__address span {
  color: white;
}
.pre-footer__address a {
  color: white;
}
.pre-footer .gform_body ul#gform_fields_2 {
  display: block;
}
.pre-footer .gform_heading, .pre-footer .gfield_label {
  display: none;
}
.pre-footer .gfield {
  background: white;
}
.pre-footer .gfield input::placeholder {
  color: #a0a0a0 !important;
}
.pre-footer .gform_footer input[type=submit] {
  width: 100% !important;
  color: white;
  font-weight: 700;
}
.pre-footer .pre-footer__contactform {
  width: 30%;
}
.footer {
  background: #121519;
  padding: 2em 0;
  text-align: center;
}

/* Announcement Banner 25-Mar-20 */
.announcement {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
.announcement span {
    background: #a1bcb0;
    display: block;
    text-align: center;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

/* Location Changes 21-Apr-20 */
.address-footer {
    display: none;
}
.location-template .details-section,
.location-template .content-section {
    padding: 2% !important;
}
.location-template .hero-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-content.location-template .hero-section .title {
    text-align: left;
}
.main-content.location-template .hero-section .title:after {
    display: none;
}
.location-template .hero-section .content {
    max-width: 60%;
    margin-left: auto;
}
.location-template .buttons .cta-btn {
    border-color: #121519;
    color: #121519;
}
.location-template .buttons .cta-btn.black,
.location-template .buttons .cta-btn:hover {
    background: #121519;
    color: white;
}
.location-template .buttons .cta-btn.black:hover {
    background: white;
    color: #121519;
}
.location-template .details-section .container {
    display: flex;
    justify-content: space-between;
}
.location-template .details-section .container:before, .location-template .details-section .container:after {
    display: none;
}
.location-template .details-section .quote {
    background: url(https://www.elitepainting.com.au/wp-content/uploads/2020/04/quote-bg.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding: 4em;
    min-width: 400px;
}
.location-template .details-section .quote .head {
    color: white;
    font-weight: 900;
    margin: 0 0 1.5em;
    line-height: 1;
}
.location-template .details-section .quote .detail {
    line-height: 2.4;
    letter-spacing: 1px;
}
.location-template .details-section .quote .detail span {
    font-weight: 700;
}
.location-template .details-section .quote .cta-btn {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}
.location-template .details-section .map {
    width: 100%;
    margin-left: 1em;
}
.location-template .details-section .map .google-map {
    width: 100%;
    height: 100%;
}
.location-template .featured-services .service .details .title {
    font-size: 1.2em;
    color: #4c4e51;
}
.location-template .featured-services .service .img {
    position: relative;
}
.location-template .featured-services .service .icon {
    position: absolute;
    bottom: 0;
    padding: 0.5em 1em;
    background: #a1bcb0;
}
.location-template .service-section .container .description {
    margin-top: 2em;
}

.single .entry-header {
  position: relative;
  z-index: 1;
}
.single .entry-header .meta {
    color: white;
    font-family: open_sanslight,sans-serif;
    font-size: 1.2em;
}
.single .entry-header .meta a {
    font-weight: 700;
    color: white;
}

@media (max-width: 1024px) {
  .main-header {
  	background: #121519;
  }
  .main-header .container {
    flex-wrap: wrap;
  }
  .main-header .top {
    background: #191c21;
  }
  .main-header .navbar-collapse .navbar-nav .active>a {
    color: #a1bcb0;
  }
  .main-header .header__logo {
    width: auto;
  }
  .main-header .header-cta {
    margin-left: auto;
  }
  .main-header .navbar-collapse {
    order: 3;
  }
  .banner {
    padding-top: 195px;
  }

  /* About Section */
  .about-section .icons .icon .text {
    font-size: 1.2em;
  }


  .contact-content .contact-phrase {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .main-content .half, .main-content .athird {
    width: 100%;
  }
  .main-content .quarter {
    width: calc(50% - 2em);
  }
  .main-header .header-cta {
    margin: 0 auto;
  }
  .main-header .header__menu-btn.mobile {
    position: initial;
    margin-right: 2em;
  }
  .pre-footer__section-title {
    text-align: center;
  }
  .pre-footer .pre-footer__contactform {
    width: 100%;
  }
  .banner {
    padding-top: 125px;
  }

  .about-section .container, .form-content {
    flex-wrap: wrap;
  }
  .featured-services {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .featured-services .service {
    margin-bottom: 2em;
  }
  .featured-services .service img {
    width: 100%;
  }

  .form-content .left, .form-content .right {
    width: 100%;
    float: none;
  }
  .form-content .right {
    min-height: 500px;
    background: top center no-repeat;
    background-size: cover;
  }
  
  .blog-section .posts-content {
    flex-direction: column;
  }
  .blog-section .featured-post, .blog-section .post-side {
    width: 100%;
  }
  .blog-section .post-item.side {
    min-height: auto;
  }
  
  /* Location Changes 21-Apr-20 */
  .location-template .hero-section {
      background-position: right center;
  }
  .location-template .hero-section .content {
    max-width: none;
    text-align: center;
  }
  .main-content.location-template .hero-section .title {
    text-align: center;
  }
  .location-template .details-section .container {
    flex-direction: column;
  }
  .location-template .details-section .quote {
    padding: 2em;
    min-width: unset;
  }
  .location-template .details-section .map {
    margin: 1em 0 0;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .main-content .quarter {
    width: 100%;
  }
  .main-header .header-cta {
    margin-right: auto;
  }
  .main-header .header__logo {
    margin-bottom: 1em !important;
    min-width: 100%;
  }
  .main-header .left {
    display: none;
  }
  .main-header .top .right {
    margin: 0;
    font-size: 1.3em;
  }
  .header .global-navigation {
    margin: 0;
    padding-bottom: 0;
  }
  .banner {
    padding-top: 180px;
  }

  .hero {
    background-image: url(/wp-content/uploads/2020/01/hero-bg-mobile-2.jpg);
  }
  .hero .subtitle {
    font-size: 0.5em;
  }
  .hero .title {
    font-size: 2em;
  }
  .hero .buttons .cta-btn {
    width: 100%;
    text-align: center;
    margin: 0.5em 0;
  }

  .about-section .icons {
    flex-wrap: wrap;
  }
  .about-section .icons .icon {
    margin: 1em 0;
  }
  .about-section .icons .icon:after {
    display: none;
  }
  .form-content .gf_left_half, .form-content .gf_right_half {
    width: 100%;
  }
  .contact-content {
    padding: 1.5em;
  }
  .contact-content .contact-phrase {
    font-size: 2em;
  }
  .contact-content .cta-btn {
    padding: .8em 1.5em;
    width: 100%;
    text-align: center;
  }
  .blog-section .featured-post .big-slider .details {
    width: 100%;
    margin-bottom: 3em;
  }
  .blog-section .featured-post .big-slider .details .title {
    font-size: 1.4em;
  }
  .blog-section .featured-post .big-slider .details:after {
    height: 260px;
  }
  .blog-section .featured-post .big-slider .slick-dots {
    text-align: center;
    left: 0;
  }
  .blog-section .post-item {
    min-height: 450px;
  	max-height: 450px;
  }
  
  /* Location Changes 21-Apr-20 */
  .main-content.location-template .hero-section .title {
    font-size: 2em;
  }
  .location-template .buttons .cta-btn {
    display: block;
    margin: 1em 0;
  }
}