/*
 Theme Name:   Campo Child
 Theme URI:    http://campo.bold-themes.com
 Description:  Campo child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     campo
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  campo-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */






body.awsm_job_openings-template-default .bt-author-content {display:none !important;}

body.awsm_job_openings-template-default header.entry-header.single {display:none !important;}
/* desktop only boxed layout */
@media (min-width: 1024px) {
  .awsm-job-form {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
  }

  .awsm-job-form-inner {
    width: 100%;
    max-width: 1440px;
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #eee;
  }
}

/* optional mobile spacing fix */
@media (max-width: 1023px) {
  .awsm-job-form-inner {
    padding: 20px;
  }
}

















