/*
Theme Name: Web Stark Theme
Theme URI: https://mainws.webstark.com.au/
Description: Web Stark Theme
Author: Web Stark
Author URI: https://mainws.webstark.com.au/
Template: Divi
Version: 2.1
*/

/* Start your custom CSS bellow this comment
============================================ */

/* Foter */
#footer-bottom {
  padding: 22px 0 0;
}
#wc_footer {
  display: -webkit-box;
  float: left;
  padding-bottom: 12px;
  color: #666;
  text-align: left;
}
.webstark-link {
  color: white !important;
}
.webstark-link:hover {
  text-decoration: none !important;
}
.wc_container {
  display: -webkit-inline-box;
}

@media (max-width: 980px) {
  #wc_footer {
    display: block;
    float: none;
    text-align: center;
  }
  .wc_container {
    display: -webkit-inline-box;
  }
}
@media (max-width: 568px) {
  .wc_container {
    display: block;
  }
  .wc_container a {
    display: -webkit-inline-box !important;
    float: none;
    text-align: center;
  }
  .wc_container p {
    padding: 0 !important;
  }
  p:last-of-type {
    padding-bottom: 3px;
  }
  .logo-footer {
    margin-top: 4px !important;
  }
  #logo {
    margin-right: 0px !important;
  }
  #logo2 {
    margin-right: 0px !important;
  }
}
@media (max-width: 695px) {
  #footer-bottom .container {
    width: 100% !important;
  }
}
/* Footer End*/

/* Forms */
.webstark-forms label {
  display: none !important;
}

.webstark-forms input[type="text"],
textarea {
  padding: 16px !important;
  border: none !important;
}
