/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/* ============================= */
/* DIVI COACH LAYOUT STYLING    */
/* ============================= */

#top-header #et-info-phone {
    border-right: 2px #535353 solid;
    padding-right: 20px;
}

#top-header span {
    font-weight: 400;
    margin-right: 20px;
}

#top-header {
    padding: 7px 0;
}

#et-info {
    float: none;
}

#top-header .et-social-icons {
    float: right;
    position: relative;
    top: -5px;
}

#et_search_icon:before {
    border-left: 2px #3d6d95 solid;
    padding-left: 20px;
    left: -20px;
}

#et-info-email:before,
#et-info-phone:before {
    color: #99cc00;
}

.et-social-icon a.icon:before {
    background: #535353;
    color: #fff;
    padding: 10px 10px 0px;
    border-radius: 50%;
    width: 11px;
    height: 20px;
    display: block;
}

.et-social-icon a.icon {
    font-size: 10px !important;
}

#et-info-email,
#et-info-phone {
    position: relative;
    top: 3px;
}

#top-menu li {
    padding-right: 35px;
}

#top-menu li a {
    font-weight: 500 !important;
}

#top-menu li.menu-button {
    position: absolute;
    right: 0;
    margin-top: 17px;
    top: 0;
}

#top-menu li.menu-button a {
    background: #99cc00;
    color: #fff;
    padding: 20px 25px !important;
}

#et_top_search {
    margin: 3px 190px 0 30px;
}

#hm-hero h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 10px;
}

#hm-hero h1 span {
    color: #99cc00;
}

#hm-hero h4 {
    background: rgba(210,210,210,0.6);
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

#hm-hero p {
    max-width: 500px;
    font-weight: 300;
    margin-bottom: 10px;
}

h3.gr-title {
    color: #99cc00;
    font-weight: 300 !important;
    font-size: 24px;
    margin-bottom: 5px;
}


/* ============================= */
/* LAST UPDATED SHORTCODE STYLE */
/* ============================= */

h3.pu-updated-wrap{
  font-family:"Playfair Display", Georgia, serif;
  font-size:18px;
  font-weight:600;
  line-height:1.4;
  color:#2F2F2F;
  margin:0 0 10px 0;
}

h3.pu-updated-wrap .pu-updated{
  display:inline-flex;
  align-items:baseline;
  white-space:nowrap;
}

h3.pu-updated-wrap .pu-emoji{
  display:inline-block;
  margin-right:.35em;
  line-height:1;
  transform:translateY(.06em);
  font-size:1.25em;
}

.et_pb_text_inner h3.pu-updated-wrap .pu-updated .pu-label,
.et_pb_text_inner h3.pu-updated-wrap .pu-updated .pu-date,
h3.pu-updated-wrap time.pu-date{
  display:inline;
  margin:0;
  padding:0;
  font:inherit;
  color:inherit;
  letter-spacing:inherit;
  text-transform:none;
}


/* ===================================== */
/* HVAC TECHNICAL ACADEMY CAREERS PAGES */
/* Scoped so it does NOT affect admin   */
/* ===================================== */

.employer-login-form input,
.employer-login-form textarea,
.employer-login-form select,
.employer-login-form button,
.forgot-password-form input,
.forgot-password-form textarea,
.forgot-password-form select,
.forgot-password-form button,
.post-a-job-form input,
.post-a-job-form textarea,
.post-a-job-form select,
.post-a-job-form button,
.employer-dashboard-container input,
.employer-dashboard-container textarea,
.employer-dashboard-container select,
.employer-dashboard-container button {
    font-size: 16px;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}


/* Employer Login */

.employer-login-form button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.employer-login-form button:hover {
    background-color: #45a049;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
}


/* Forgot Password */

.forgot-password-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.forgot-password-form button {
    background-color: #007bff;
    color: white;
    border: none;
}

.forgot-password-form button:hover {
    background-color: #0056b3;
}


/* Post Job */

.post-a-job-form {
    max-width: 800px;
    margin: 20px auto;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.post-a-job-form textarea {
    height: 200px;
}

.post-a-job-form button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    border: none;
    font-size: 18px;
}

.post-a-job-form button[type="submit"]:hover {
    background-color: #45a049;
}


/* Employer Dashboard */

.employer-dashboard-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.employer-dashboard-container h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.employer-dashboard-container .add-job-btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.employer-dashboard-container .add-job-btn:hover {
    background-color: #45a049;
}


/* ============================= */
/* MOBILE ADJUSTMENTS           */
/* ============================= */

@media (max-width:768px){

    body .et_pb_module .forgot-password-form,
    body .et_pb_module .post-a-job-form,
    body .et_pb_module .employer-dashboard-container{
        padding:15px;
    }

}