/**

Theme Name: H.R. Owen 

Theme Description: H.R. Owen

*/

/************************************************

Stylesheet: Global Stylesheet

*************************************************/


/* CSS Document */
a { cursor:pointer; } /* Because IOS doesn't actually want to let you trigger a click event if an <a> doesn't have a href... this fixes it - for some reason. */

::placeholder { 
	color: black;
	opacity: 1 !important;
} 
.label {
    background: none;
}


/* Fix to correct the filter issues */
.input-group {
	display: block !important;
}
.asset-item-container {
    max-width: 100% !important;
}
.header-wrap {
  text-align: center;
  padding: 40px 50px;
}
.header-wrap h1.entry-title {
  font-weight: 400;
  color: #FFF;
  font-size:3em;
  line-height: 1.2em;
  text-shadow: 1px 1px 2px black;
}


/* Side Bar */
.sidebar {
    background: #FFF;
    padding: 1rem;
}


/* Article Footer */
footer.article-footer {
	display: none;
}


/* News Article Styles */
#hrowen-post-content img:not(.attachment-large) {
	width: 100%;
	margin: 2rem 0;
}


/* Sections */
.content.white {
	background: #FFF;
	padding: 2rem 0;
}
.content.grey {
	background: #e8e8e8;
	padding: 2rem 0;
}
.content.shop-header-text {
	padding: 2rem 0;
}



/* Change the width of the site container */
.content {    
    max-width: 100rem;
    margin: 0 auto;
}
.inner-content {    
    max-width: 77.5rem;
    margin: 0 auto;
}
.content.fullwidth {    
    max-width: 100%;
    margin: 0 auto;
}
.row {
    max-width: 100rem;
    margin: 0 auto;
}
.top {
	margin-top: 1rem !important;
}
.bottom {
	margin-bottom: 1rem !important;
}
.p-top {
	padding-top:1rem !important;
}
.p-bottom {
	padding-bottom:1rem !important;
}
.p-top-2x {
	padding-top: 2rem !important;
}
.p-bottom-2x {
	padding-bottom: 2rem !important;
}
.no-padding {
	padding: 0;
}
.no-right {
	padding-right: 0 !important;
}

.no-left {
	padding-left: 0 !important;
}

@media only screen and (max-width: 40em) { 
	.no-right {
		padding-right: 0.9375rem !important;
	}

	.no-left {
		padding-left: 0.9375rem !important;
	}
}




/* page backgrounds */
body {
    background: #FFF;
	color: #000;
	font-family:  'Ubuntu', sans-serif;
	font-weight: 400;
	background-size:cover !Important;
}  


/* Section Classes */



/* typography changes */
h1, .panel h1 {
}

h2, .panel h2, h3, .panel h3, h4, .panel h4 {
}
h1, .panel h1 {
	color: #000;
	font-size:2rem;
	line-height: 2.4rem;
}

h2, .panel h2 {
	color: #000;
	font-size:1.6rem;
	line-height: 2rem;
}

h3, .panel h3 {
	color: #000;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
h4, .panel h4 {
	color: #000;
	font-size: 1rem;
	line-height: 1.4rem;
}

h5, .panel h5 { 
	color: #000;
	font-size:0.8rem;
	line-height:1.4rem;
	font-family: Arial,sans-serif;
	color:#000;
}

p {
	margin-bottom: 1rem;
	font-size:0.9rem;
	font-family:  'Ubuntu', sans-serif;
	color: inherit;
}

a {
	color: #000;
}
a:hover, a:focus {
	color: #999;
}



/* header changes */
header {
	background: #000;
}
.article-header {
    background: transparent;
}
.header-section {
	left: 0;
	position: relative;
	width: auto;
}
header img.site-logo {
    max-width: 205px;
}
header .yamaha-logo {
}
header .brand-logos img {
    float: right;
	padding: 1.3rem 0;
    position: relative;
}
.dealer-name {
    padding: 1.3rem 0;
}
header h2, header h3, .dealer-name h2, .dealer-name h3 {
	color: #1a1a1a;
} 
header h2, .dealer-name h2 {
	font-family: 'Play', sans-serif;
	font-size: 1.6rem;
    font-weight: 700;	
	/*padding: 1.3rem 0 1.3rem 0;*/
	margin: 0;
	color: #FFF;
}
	/* Header Social Icons */
	header .social-icons {
		float: right;
		width: auto;
        padding: 0.7rem 0;
	}
	header .social-media-icons {
		list-style: none;
		display: inline-block;
		margin: 2rem 4rem 0 0;
	}
	header .social-media-icons li {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		float: left;
		width: 40px;
		height: 40px;
		line-height: 45px;
		margin-right: 10px;
	}
	header .social-media-icons li:last-child {
		margin-right: 0;
	}
	header .social-media-icons li:hover {
		background-color: #424242;
	}
	header .social-media-icons li i {
		color: #fff;
		font-size: 20px;
		line-height: 42px;
		height: 100%;
		width: 100%;
		display: block;
		text-align: center;
	    border-radius: 100px;
	}
	header .social-media-icons li .fab.fa-facebook {
		background-color: #0080BC;
	}
	header .social-media-icons li .fab.fa-twitter {
		background-color: #3BD3EF;
	}
	header .social-media-icons li .fab.fa-google-plus {
		background-color: #E7443C;
	}


	@media only screen and (max-width: 40em) {
		.dealer-name {
			width: 100%;
			text-align: center;
		}
		.dealer-name h2 {
			font-size: 1.1rem;
		}	
		.yamaha-logo  {
			padding: 1.3rem 0rem 1.3rem 0rem;
			width: 100%;
			text-align:center;
 		}
	}




/* Navigation changes */
body.home section.nav {
    background: #1d1d1d;
} 
section.nav {
    background: #1d1d1d;
	border-bottom: 0px solid #cacaca;
	position: relative;
	z-index: 999;
} 
.top-bar, .top-bar ul {
    background-color: inherit;
    padding: 0; 
}
.dropdown.menu a { 
    padding: 1rem 1rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 2px;
}
.dropdown.menu a:hover {
    background: #272727;
    color: #FFF;
    border-top: 2px solid #D52B1E;
}
.menu .active > a {
    background: transparent;
    color: #FFF;
    border-top: 2px solid #D52B1E;
}
.is-dropdown-submenu {
    min-width: 200px;
    border: 0px solid #cacaca;
    background: #FFF;
}
.dropdown.menu li .submenu li a {
    padding: .7rem 1rem;
    background: white;
    color: #1a1a1a;
    text-transform: none;
    font-size: 0.9rem;
    line-height: 1.4rem;
    letter-spacing: 0;
}
.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: 0.85rem;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.drilldown a {
    padding: .7rem 1rem;
    background: #FFF;
    color: #1a1a1a;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
}
.drilldown .is-drilldown-submenu-parent>a::after {
    border-color: transparent transparent transparent #1a1a1a;
}
@media print, screen and (max-width: 40em){
	section.nav, body.home section.nav {
		background: #FFF;
	}	 
}
@media print, screen and (min-width: 40em){
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		padding-right: 2rem;
	}
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		right: 9px;
		margin-top: -2px;
		border-color: rgba(255, 255, 255, 0.45) transparent transparent;
	}	
}



 

/*********************
FOOTER STYLES
*********************/
.footer {
    clear: both;
    padding: 3rem 0 0 0;
    background: #1d1d1d;
    color: white;
}
.footer a {
    color: #d9d9d9;
}
.footer h4.footer-title, .footer p {
	color: #d9d9d9;
}
.footer h4.footer-title {
    font-family: 'Play', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    border-bottom: 2px solid #333;
    color: #FFF;
}
.footer ul {
    list-style: none;
}
.footer-openinghours p {
    border-bottom: 1px solid #333;
    margin-bottom: 0.2rem;
}
.footer .main-footer-widget-container .cell {
    /*border-right: 1px solid rgba(0, 0, 0, 0.2);*/
}
.footer .main-footer-widget-container .cell:last-child {
    /*border-right: 0px solid rgba(0, 0, 0, 0.2);*/
}
.footer .sub-footer {
    margin-top: 3rem;
    padding: 2rem 0 1rem 0;
    background: #000;
}
.sub-footer span {
    color: #424242;
}

	


/* Homepage Category Containers */
.feature-category-container {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 1rem;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}
.featured-categories h3 {
    font-size: 1.6rem;
    font-family: 'Play', sans-serif !important;
    font-weight: 700;
    color: #CC0000;
}
.featured-categories a {
    font-family: 'Play', sans-serif !important;
    font-weight: 700;
    color: #333;
	text-transform: capitalize;
}



/*********************
POSTS & CONTENT STYLES
*********************/
h1.page-title {
    color: #FFF;
}
h1.archive-title {
    color: #FFF;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }


/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */



/*********************
FORM STYLES
*********************/
input[type=submit].wpcf7-submit {
	font-family: "Lato", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: black;
    color: #FFF;
    padding: 1.25em 1em;
    cursor: pointer;
    width: 100%;
    letter-spacing: 2.5px;
    margin-top: 1.5rem;
} 

.form-container label {
	color: white;
}
.form-container input[type=submit].wpcf7-submit {
	font-family: "Lato", Sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
    border-width: 2px;
    padding: 1.25em 1em;
    cursor: pointer;
    width: 100%;
    letter-spacing: 2.5px;
    margin-top: 1.5rem;
} 



/* USED STOCk STYLES */
.page-sorter span {
    margin: 0 0.5rem;
    color: #000;
}
.button.secondary {
    border-color: #767676;
    background-color: #767676;
    color: #fefefe;
}
.list-view .asset-item-container li span.spacer, .list-view .asset-item-container span.spacer {
    margin: 0 10px;
    color: #d52b1e;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    top: 2px;
}
.list-view .asset-item-container h3.price {
    float: left;
    text-align: right;
    width: 40%;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0;
    color: #d52b1e;
}
.list-view .asset-item-container li.monthly-repayment span {
    color: #d52b1e;
    font-weight: 600;
}
.carousel-container {
    padding: 1rem;
}
.view-asset-summary-container {
    float: right;
    width: 41%;
    padding-right: 3rem;
}
.view-asset-item {
    padding-bottom: 2rem;
}


/* Home Slideshow */
.n2-ss-layers-container {
	width: 100% !important;
	margin: 0 !important;
}



/* Elementor Styles */
.elementor-widget-media-carousel {
	background: #000;
	padding: 0.5rem;
}

	/* Featured News Overlay */
	.uael-post__thumbnail { 
		position: relative;
	}
	.uael-post__thumbnail:before {
		z-index: 1;
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100%;
		width: 100%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );	
	}
	.uael-post__content-wrap {
		z-index: 1;
	}

/*********************
CUSTOM CATEGORIES STYLING
*********************/
.latest-categories ul {
	margin: 0 0 2rem 0;
}
.latest-categories ul li {
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    margin-bottom: 3px;
    width: 33%;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.latest-categories ul li a {
    padding: 3rem;
    display: block;
}
.latest-categories ul li:hover {
    background: #1a1a1a;
}
.latest-categories ul li:hover a {
    color: #f1f1f1;
}
@media only screen and (max-width: 40em) {
	.latest-categories ul li a {
		padding: 3rem 0;
	}	
   .latest-categories ul li { 
		width: 49%;
	}
}


/*********************
TABLE STYLES
*********************/
table thead {
    background: #000;
    color: #FFF;
}
table tfoot {
    background: #f6f6f6;
    color: #0a0a0a;
}
table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}


/*********************
WOOCOMMERCE STYLING
*********************/
/* Header Form Styles */
header .aws-container .aws-search-form .aws-form-btn {
    background: #1d1d1d;
    border: 1px solid #5b5b5b;
}
header .aws-container .aws-search-form .aws-search-btn_icon, header .aws-container .aws-search-form .aws-main-filter .aws-main-filter__current {
    color: #fff;
}
header .aws-container .aws-search-form .aws-form-btn:hover, header .aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: #3c3b39;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 1024px) {
	header .aws-container .aws-search-field {
	    font-size: 12px;
	}
}



/* Store Notices */
.admin-bar p.demo_store {
	top: auto;
}
.woocommerce-store-notice, p.demo_store {
	position: fixed;
	bottom: 0;
	background-color: #ed1b22;
	color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 0em;
}
.woocommerce-message, .woocommerce-error {
	color: #FFF;
	line-height: 1.8;
}
.woocommerce-message {
	border-top-color: #377f2e;
	background: #53b047;
}
.woocommerce-error {
	border-top-color: #7b151a;
	background: #b81c23;
}
.woocommerce-info {
    border-top-color: #d6d6d6;
    background: #eeeeee;
    font-weight: 400;    
}
.woocommerce-message::before, .woocommerce-error::before {
	color: #FFF;
}
.woocommerce-info::before {
	color: #000;
}


/* Woocommerce Buttons */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    font-weight: 400;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1a1a1a;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400;
    border-radius: 0px;
    background-color: #000;
    color: #FFF;
    font-size: 0.875rem;
    padding: 0.818em 1.5em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #1a1a1a;
    color: #FFF;
}

/* Woocommerce Tables */
.woocommerce table.shop_table {
	border-radius: 0;
	border-spacing: 0;
}
.woocommerce table.shop_table th {
    font-weight: 400;
}


/* Product Listings */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 1em;
}
.woocommerce ul.products li.product .price {
    padding: .5em 1em;
}
.woocommerce ul.products li.product .button {
    margin: 1em;
}

/* Ultimate Addons Castegory Override */
.uael-woo-categories .products li.product .uael-category__title-wrap, .uael-woo-categories ul.products li.product .uael-category__title-wrap {
    left: 0;
    right: 0;
    padding: .5em;
    margin: 0;
    top: 0;
    bottom: inherit;    
}
.uael-woo-categories .products li.product .uael-category__title-wrap .uael-count, .uael-woo-categories ul.products li.product .uael-category__title-wrap .uael-count {
    display: none;
}
.woocommerce .uael-woo-categories .products li.product .woocommerce-loop-category__title, .woocommerce .uael-woo-categories ul.products li.product .woocommerce-loop-category__title {
	display: block;
}


/* Add to Cart */
.woocommerce div.product.elementor .quantity .qty {
    margin: 0;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.woocommerce div.product.elementor .quantity+.button {
    margin-left: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
}
.woocommerce .quantity .qty {
    height: 3em;
}


/* Coupon Text Box */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    padding: 12px 20px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f6f6f6;
    margin: 0 0 2rem 0;
    border-radius: 0;
    background: #f6f6f6;
}



/* Product Price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 2.25em;
    font-weight: 400;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
	text-decoration: none;    
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;
}


/* Woocommerce Disabled Button */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #9a9a9a;
    color: #1a1a1a;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: .5;
    padding: 12px 20px;
    background: #9a9a9a;
}


/* Shop Attribute Selector */
.woocommerce div.product.elementor form.cart table.variations tbody {
	background: transparent;
	border: 0;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
	width: 25%;
	background: transparent;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	width: auto;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 0.5em;
}
table.variations tbody tr:nth-child(even) {
    background-color: transparent;
}


/* BeRocket AAPF Widget Override */
.berocket_aapf_widget-wrapper {
	
}
ul.berocket_aapf_widget {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.berocket_aapf_widget-title {
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
}
.berocket_aapf_widget ul {
	margin: 0;
}
ul.berocket_aapf_widget li span i {
	font-weight: 600;
	font-size: 10px;
	position: relative;
	top: 2px;
}
ul.berocket_aapf_widget li span span {
	float: right;
}
ul.berocket_aapf_widget li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.berocket_aapf_widget-title_div {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;    
}
.berocket_aapf_widget_selected_filter {
    padding-top: 1rem;
    padding-bottom: 1rem;	
}
.berocket_aapf_widget_selected_filter span {
	font-weight: bold;
}
.berocket_aapf_widget_selected_filter ul {
	list-style: none;
	margin: 0;
}
.berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter a {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    padding: 0;
    font-size: 0.95rem;
    background: transparent;
    text-align: left;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
}
.berocket_aapf_widget_selected_area a {
    border: 1px solid #7d7d7d;
    background: #737373;
    color: #FFF;
    border-radius: 0;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.berocket_aapf_widget_selected_area a i {
	color: #FFF;
}
.berocket_aapf_widget_selected_filter a i, .berocket_aapf_widget_selected_area a i {
	color: #000;
    margin-right: 0.5rem;
}


/*********************
BENTLEY WOOCOMMERCE STYLING
*********************/
/* Shop Sections */
body.product_cat_bentley .content.shop-header-text {
	background: #7f988f;
}

/* Woocommerce Header */
body.product_cat_bentley header.woocommerce-products-header {
	background: transparent;
}
body.product_cat_bentley header.woocommerce-products-header h1 {
    font-family: "Lato", Sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}
body.product_cat_bentley .woocommerce-breadcrumb {
    color: #FFF;
    margin: 0;
    font-weight: bold;
	text-transform: uppercase;
}
body.product_cat_bentley .woocommerce-breadcrumb a {
	color: #e2e2e2e0;
    text-decoration: underline;
    font-weight: normal;
}
body.product_cat_bentley .woocommerce-breadcrumb a:hover {
	color: #FFF;
}
body.product_cat_bentley .woocommerce-breadcrumb span.woo-breadcrumb-divider {
    margin: 0 0.5rem;
    opacity: 0.6;
}
body.product_cat_bentley ul.products li.product, .woocommerce-page ul.products li.product {
    border: 0 solid #ccc;
    background: white;
    text-align: left;
    margin-bottom: 1.892em;
    box-shadow: 0 15px 45px 5px rgba(51,51,51,0);
    transition: box-shadow .3s ease;    
}
body.product_cat_bentley ul.products li.product:hover, body.product_cat_bentley .woocommerce-page ul.products li.product:hover {
	box-shadow: 0 15px 45px 5px rgba(51,51,51,.4);
}
body.product_cat_bentley #respond input#submit, body.product_cat_bentley a.button, body.product_cat_bentley button.button, body.product_cat_bentley input.button {
    color: #FFF;
    background-color: #7f988f;
    font-family: "Lato", Sans-serif;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
}
body.product_cat_bentley ul.products li.product .woocommerce-loop-category__title, body.product_cat_bentley ul.products li.product .woocommerce-loop-product__title, body.product_cat_bentley ul.products li.product h3 {
    font-family: "Lato", Sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body.product_cat_bentley ul.products li.product .price {
    font-family: "Lato", Sans-serif;
    color: #7e978e;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.457em;
}
body.product_cat_bentley ul.products li.product .price del {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}
body.product_cat_bentley ul.products li.product .price ins {
	text-decoration: none;
}
body.product_cat_bentley span.onsale {
    min-width: 3.636em;
    background-color: #7e978e;
}
body.product_cat_bentley #respond input#submit.alt, body.product_cat_bentley a.button.alt, body.product_cat_bentley button.button.alt, body.product_cat_bentley input.button.alt {
    background-color: #7e978e;
    border-radius: 0;
    padding: 1rem 2rem;
}
body.product_cat_bentley #respond input#submit.alt:hover, body.product_cat_bentley a.button.alt:hover, body.product_cat_bentley button.button.alt:hover, body.product_cat_bentley input.button.alt:hover {
    background-color: #7e978e;
}
body.product_cat_bentley div.product p.price, body.product_cat_bentley div.product span.price {
    color: #7e978e;
}
section.related h2 {
	display: none;
}


/* Jobs Overrides */
.awsm-job-item {
    padding: 2rem;
}
.awsm-job-item img {
	text-align: center;
}
.awsm-job-item h2.awsm-job-post-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 1rem;	
}
.awsm-job-item h2.awsm-job-post-title, .awsm-grid-right-col {
	text-align: center;
}
.awsm-job-item img {
	width: 100px;
	margin: 0 auto;
}
.awsm-job-specification-item {
	margin-bottom: 0.6rem;
}
.awsm-job-specification-wrapper {
	margin-bottom: 2rem;
}
.awsm-job-more {
    background: black;
    color: white;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    font-weight: 500;
}
.awsm-job-head, .awsm_job_spec_above_content {
    margin-bottom: 2rem;
}
h2.awsm-title, h3.awsm-title {
	margin-bottom: 1rem;
}
.awsm-job-content .awsm-job-specification-wrapper {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DEDEDEDE;
}
/* Job Form */
.awsm-job-form {
	display: none;
}
.awsm-job-inline-group label {
	display: inline;
}
.awsm-job-form-inner {
    background: #000;
}
.awsm-job-form-inner h2, .awsm-job-form-group label, .awsm-job-form-group {
	color: white;
}
.awsm-job-form-group input[type=submit] {
    width: 100%;
    color: white;
    background: black;
    border: 2px solid white;
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor: pointer;
}
.awsm-success-message {
    border: 1px solid #1ea508;
    background: #69af69;
    color: white;
    font-weight: bold;
}



	/* CF7 Error Styles */
	span.wpcf7-not-valid-tip {
	    background: #cc4b37;
	    color: white !important;
	    margin-top: 0rem;
	    margin-bottom: 1rem;
	    padding: 3px 10px;
	    font-size: 14px;
	}

	/* Contact Form Messages */
	.wpcf7 .wpcf7-form.error .wpcf7-response-output {
		color: #FFF;
		background-color: #cc4b37;
		border: 0;
		padding: 10px;
		margin: 0;
	}
	.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
		color: #FFF;
		background-color: #cc4b37;
		border: 0;
		padding: 10px;
	}
	.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
		color: #4F8A10;
		background-color: #DFF2BF;
		border: 0;
		padding: 10px;
	}
	.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before,.wpcf7 .wpcf7-form.error .wpcf7-response-output:before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before {
		content:'\f00c';
	}
	.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before, .wpcf7 .wpcf7-form.error .wpcf7-response-output:before {
		content:'\f057';
	}

