/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

.author a[href*="view-myself"] {
  display: none !important;
}
/* -------------------------------
   FINAL COMPANY FIELD POLISH
   ------------------------------- */

/* Make both Phone & Company align evenly */
.stm-register-field#company-wrapper {
  margin-top: 0 !important;
  margin-bottom: 25px;
}

/* Company input — identical to theme defaults */
#stm_user_company {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background: #f3f4f6;
  font-size: 14px;
  line-height: 1.4;
}

/* Label style — matches Motors form labels */
label[for="stm_user_company"] {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
  color: #1a1a1a;
  margin-bottom: 6px;
  padding-bottom: 12px;
}

/* Align columns perfectly side-by-side */
@media (min-width: 768px) {
  .stm-register-field.col-md-6 {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .stm-register-field.col-md-6:nth-child(2n) {
    margin-right: 0;
  }
}

/* Stack cleanly on mobile */
@media (max-width: 767px) {
  .stm-register-field.col-md-6 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* Example if the label has a distinct class or selector */
.add-materials-form label[for="post_title"]::after {
  content: " *";
  color: #d33;
  font-weight: 600;
}
#listing_title::after {
	content: " *";
	color: #d33;
	font-weight: 600;
}
