/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 2.3.0
*/
/* Add your own styles at the bottom */

/*
html {
	background: #000000;
}

body {
  animation-duration: 0.3s;
  animation-name: animate-fade;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}

@keyframes animate-fade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
*/

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
    color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
    color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
    color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
    color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
    color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
    text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
    text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
    text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
    text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
    font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
    font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
    transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';   
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
    pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative; 
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(0,0,0,0.03);
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    cursor: pointer;
    text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 40px;
    padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
    display: inline-block;
    line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
    width: 33.33333%;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    background: rgba(255,255,255,0.25);
    vertical-align: middle;
    margin: 10px auto 15px;
    display: block;
}

#freshy_copyright a.copyright_fs {
    display: block;
    vertical-align: middle;
    width: 42px;
    height: 20px;
    background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
    background-repeat: no-repeat;
    background-size: 42px 20px;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
    border: 0 !important;
}

@media (min-width: 600px) {
    /* vertical pipe divider */
    #freshy_copyright span.copyright_via {
        width: 1px;
        height: 20px;
        margin: 0 10px;
        display: inline-block;
    }
    #freshy_copyright a.copyright_fs {
        display: inline-block;
    }
}

@media (max-width: 980px) {
    #footer-bottom .et-social-icons li:first-child {
        margin-left: 0;
    }
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
    /* hide on mobile */
    .hide-mobile {
        display: none;
    }
}

/* do for desktop */
@media screen and (min-width: 768px) {
    /* hide on desktop */
    .hide-desktop {
        display: none;
    }
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}

.checklist ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
    margin-bottom: 30px !important;
}

@media (max-width: 638px) {
    .checklist-columns-2 ul li,
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        margin-bottom: 20px !important;
    }
    .checklist-columns-2 ul li:last-child,
    .checklist-columns-3 ul li:last-child,
    .checklist-columns-4 ul li:last-child {
        margin-bottom: 0 !important;
    }
}

/* create columns of list items with this class */
@media (min-width: 639px) {
    .checklist-columns-2 ul::after,
    .checklist-columns-3 ul::after,
    .checklist-columns-4 ul::after {
        content: '';
        clear: both;
        display: table;
    }
    .checklist-columns-2 ul li,
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        float: left;
        width: 50%;
        padding-right: 30px;
    }
    .checklist-columns-2 ul li:nth-child(odd),
    .checklist-columns-3 ul li:nth-child(odd),
    .checklist-columns-4 ul li:nth-child(odd){
        clear: both;    
    }
    .checklist-columns-2-alt > ul,
    .checklist-columns-3-alt > ul,
    .checklist-columns-4-alt > ul {
        column-count: 2;
        column-gap: 20px;
    }
    .checklist-columns-2-alt ul li,
    .checklist-columns-3-alt ul li,
    .checklist-columns-4-alt ul li {
        break-inside: avoid-column;
    }
}
@media (min-width: 981px) {
    .checklist-columns-3 ul li,
    .checklist-columns-4 ul li {
        float: left;
        width: 33.333333%;
    }
    .checklist-columns-3 ul li:nth-child(odd),
    .checklist-columns-4 ul li:nth-child(odd) {
        clear: none;    
    }
    .checklist-columns-3 ul li:nth-child(3n+1),
    .checklist-columns-4 ul li:nth-child(3n+1) {
        clear: both;    
    }
    .checklist-columns-3-alt ul,
    .checklist-columns-4-alt ul {
        column-count: 3;
    }
}
@media (min-width: 1199px) {
    .checklist-columns-4 ul li {
        float: left;
        width: 25%;
    }
    .checklist-columns-4 ul li:nth-child(odd) {
        clear: none;    
    }
    .checklist-columns-4 ul li:nth-child(3n+1) {
        clear: none;    
    }
    .checklist-columns-4 ul li:nth-child(4n+1) {
        clear: both;    
    }
    .checklist-columns-4-alt ul {
        column-count: 4;
    }
}

.checklist ul li::before {
    font-family: 'ETModules';
    content: '\f058';
    width: 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #32a709;
    /* set font size helps make icon sharper */
    font-size: 22px;
    font-weight: normal;
}

.pluslist ul li::before {
    content: '\f055';
}
.eventlist ul li::before {
    content: '\f274';
}
.locationlist ul li::before {
    content: '\f041';
}
.externallist ul li::before {
    content: '\f14c';   
}
.pdflist ul li::before {
    content: '\f1c1';
    color: red;
}
.userlist ul li::before {
    content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
    background-position: center center; 
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
    padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
    padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
    width: 80%;
    margin: 10% auto;
    max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
    border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
    display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
    transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
    animation: lime-spin 1.5s linear infinite;
    padding: 0;
    margin-left: 10px;
}
@keyframes lime-spin { 100% { transform:rotate(360deg); } }

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 2rem;
    background: rgba(90, 90, 90, 0.1);
    text-align: center;
}

div#gform_confirmation_message_30 {
    color: #ffffff !important;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
    padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
    padding: 0; 
}
.fullwidth-row.et_pb_section .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
    padding: 50px 10%;
}
@media (min-width: 767px) {
    .fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
        padding: 80px 6%;
    }
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
    margin-bottom: 30px;
}
@media (min-width: 981px) {
    .fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
        margin-bottom: 4.242%;
    }
    .fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
        margin-bottom: 9.27%;
    }   
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
    margin-bottom: 3px;
}

@media (max-width: 980px) {
    /* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
    .stacked-flex {
        display: flex;
        flex-wrap: wrap; 
    }
    /* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
    .stacked-order-negative-4 {
        order: -4;
    }
    .stacked-order-negative-3 {
        order: -3;
    }
    .stacked-order-negative-2 {
        order: -2;
    }
    .stacked-order-negative-1 {
        order: -1;
    }
    .stacked-order-1 {
        order: 1;
    }
    .stacked-order-2 {
        order: 2;
    }
    .stacked-order-3 {
        order: 3;
    }
    .stacked-order-4 {
        order: 4;
    }
    /* adds margin to former "last" column that otherwise wouldn't have it */
    .stacked-flex:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
    margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
    display: table;
    font-size: 0.85em;
}

/* -- END BLOG -- */

/* -- START FS WEB DESIGNER CSS -- */

/* -- DROPDOWN SELECTORS -- */

select:not([multiple]),
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .ginput_complex select,
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,
.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;
	background-color: #eeeeee;
    padding: .5em;
    padding-right: 1.5em;
	cursor: pointer !important;
}

input.text:focus, 
input.title:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus,
input.text, 
input.title, 
input[type=text], 
select, 
textarea {
	border: none !important;
}

/* -- TYPOGRAPHY -- */

h1, h2, h3, h4, h5, h6 {
    font-family: "ethnocentric", sans-serif;
	text-transform: none;
    font-style: italic;
}

/* Adjust Sizing of H1 and H2 Text on Smaller Laptops */
@media (min-width: 981px) and (max-width: 1450px) {
    h1, h2 {
        font-size: 4vw !important;
    }
}

body, button, input, select, textarea, a {
    font-family: "soleil", sans-serif;
    text-transform: none;
}

/* -- END TYPEOGRAPHY -- */

/* -- HEADER -- */

.footer-menu.et_pb_menu .et_pb_menu__menu,
.hide-mobile-menu.et_pb_menu .et_pb_menu__menu {
    display: flex !important;
}
 
.footer-menu .et_mobile_nav_menu,
.hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

@media (min-width: 981px) and (max-width: 1360px) {
    #top-header-menu {
        margin-right: -3vw !important;
    }
}

@media (min-width: 981px) {
    #primary-header-menu .fa-calculator:before, 
    #primary-header-menu .fa-shopping-cart:before {
        font-size: 1.25vw;
        color: #ffffff;
        margin-right: 5px;
    }
}

@media (min-width: 981px) {
	#primary-header-menu ul.sub-menu,
	#primary-header-menu .nav li li {
		width: 20vw;
	}

	.about-us .sub-menu,
	.about-us ul.sub-menu,
	.about-us .nav li li,
	li.about-us-sub-item,
	.about-us .nav li li a {
		width: 12vw !important;
	}

	#primary-header-menu .nav li li a {
		width: auto;
		line-height: 1.3em !important;
		padding: 0.4vw 1vw !important;
	}

	#primary-header-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    	top: 18px !important;
	}
}

/* Social Icons Desktop */
@media (min-width: 981px) {
    a.fa.fa-facebook,
    a.fa.fa-twitter,
    a.fa.fa-instagram,
    a.fa.fa-youtube,
    .fass-ms-icon {
        margin-left: 15px !important;
        font-size: 15px;
    }
}

/* Social Icons Tablet */
@media (min-width: 768px) and (max-width: 980px) {
    a.fa.fa-facebook,
    a.fa.fa-twitter,
    a.fa.fa-instagram,
    a.fa.fa-youtube,
    .fass-ms-icon {
        padding-left: 15px !important;
        font-size: 2vw;
    }
}

/* Social Icons Smartphone */
@media (max-width: 767px) {
    a.fa.fa-facebook,
    a.fa.fa-twitter,
    a.fa.fa-instagram,
    a.fa.fa-youtube,
    .fass-ms-icon {
        padding-left: 15px !important;
        font-size: 4vw;
    }
}

ul.sub-menu {
    margin-top: 5px !important;
}

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 84vh;
}

@media (max-width: 980px) {
    .fa-shopping-cart:before,
    .fa-calculator:before {
        display:none;
    }
    
    li.fa.fa-calculator,
    li.fa.fa-shopping-cart {
        width: 100%;
        padding: 6px 0px 6px 0px;
        margin: 0px;
    }
    
    .et_mobile_menu li a {
        width: 100%;
        font-weight: 500;
        padding: 3px;
        margin: 0px;
    }
    
    .et_mobile_menu .menu-item-has-children>a {
        font-weight: 500;
        background-color: transparent;
    }
}

.et_mobile_menu .menu-item-has-children>a {
    font-weight: 500;
    background-color: transparent;
}

/* COLLAPSABLE HEADER SUBMENUS ON MOBILE */

/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d' !important;
}

/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/
ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/
.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: 500 !important;
}


/*hide the submenu by default*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 4px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #ffffff;
	background: #000000;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/
ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 0px;
	line-height: 0;
}


/*force the background color and add a rounded border*/
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/* adjust menu Item padding for Product Archive pages */
.et-db #et-boc .et-l .et_mobile_menu li a {
	padding: 5px 5% !important;
}

/* END COLLAPSABLE HEADER SUBMENUS ON MOBILE */

/* Hide Menu Items When User Is or Is Not Logged In */
body.logged-in .hide-when-logged-in,
body:not(.logged-in) .hide-when-not-logged-in {
	display: none !important;
}

/*Fixed Menu Link / Icon / Font Size On Larger Screens */
@media (min-width: 2000px) {
	#primary-header-menu .et_pb_menu__menu>nav>ul>li>a,
	#top-header-menu .et_pb_menu__menu>nav>ul>li>a,
	#primary-header-menu .fa-calculator:before, 
	#primary-header-menu .fa-shopping-cart:before,
	#header-phone a,
	#header-phone p {
    	font-size: 16px !important;
	}

    #top-header-menu {
        margin-right: -1vw !important;
    }
}

@media (min-width: 2500px) {
	#header-social-icons {
		margin-top: -0.1vw !important;
	}
}

@media (min-width: 981px) {
	.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_header.header-column-1.et_pb_css_mix_blend_mode_passthrough {
		width: 22.75% !important;
	}
	
	.et_pb_column.et_pb_column_3_4.et_pb_column_4_tb_header.header-column-2.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
		width: 74.25% !important;
	}

	.et-menu li li.menu-item-has-children>a:first-child:after {
		top: 5px !important;
	}

	.fa-calculator:before,
	.fa-shopping-cart:before {
		color: #ffffff;
		padding-right: 5px;
	}
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* Footer menus */
.footer-menu .et_pb_menu__wrap ul.et-menu  {
    display: block !important;
}

.footer-menu .et_pb_menu__wrap ul.et-menu li a {
    padding-bottom: 0 !important;
    font-weight: 400 !important;
    line-height: 1.4em !important;
}

@media (max-width: 980px) {
    .footer-menu .et_pb_menu__wrap .et_mobile_nav_menu {
        display: none !important;
    }
}   

.footer-menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: block !important;
}
    
.footer-menu .et_pb_menu__wrap {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
}

/* Copyright */
.custom-copyright img {
    vertical-align: sub;
}

.custom-copyright span.divider {
    margin-left: 5px;
    margin-right: 5px;
}

/* -- END FOOTER -- */

/* -- HOME PAGE -- */

/* Hero Section */
.home-slider-text {
    margin: auto auto 0 !important;
}

@media (min-width: 981px) {
	.home-bg-video span.et_pb_section_video_bg {
		top: -250px !important;
		height: 900px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.home-bg-video span.et_pb_section_video_bg {
		top: -110px !important;
		height: 900px !important;
	}
}

@media (max-width: 767px) {
	.home-bg-video span.et_pb_section_video_bg {
		top: -50px !important;
		height: 900px !important;
	}
}

@media (min-width: 981px) {
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        padding-top: 27vw;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        padding-top: 40vw;
    }
}

@media (max-width: 767px) {
    .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_header_content_wrapper {
        padding-top: 70vw;
    }
}

/* END Hero Section */

/* -- FASS Product Finder Shortcode Area -- */

@media (min-width: 767px) and (max-width: 1415px) {
	.find-my-fass-row {
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

#product-finder .product-finder-tabs li.ui-state-active {
	pointer-events: none !important;
	cursor: default !important;
}

.find-my-fass-shortcode .ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}

.product-image {
    transition: all 0.5s ease !important;
}

#product-finder {
	background: transparent !important;
	border: 0px !important;
}

#product-finder .product-finder-tabs {
	border-bottom: 0px !important;
    background: transparent !important;;
}

#product-finder .product-finder-tabs li.pickup-button, 
#product-finder .product-finder-tabs li.universal-button, 
#product-finder .product-finder-tabs li.semi-button {
	background-position: 0 -1px !important;
	border: 0px !important;
	border-radius: 10px !important;
}

#product-finder .product-finder-tabs li.pickup-button:hover,
#product-finder .product-finder-tabs li.universal-button:hover,
#product-finder .product-finder-tabs li.semi-button:hover {
    opacity: 0.85 !important;
    transition: all 0.5s ease !important;
}

/* Hide H2 */
.product-finder-area h2 {
    display: none !important;
}

.result-product .product-price bdi {
    color: #000000 !important;
}

p.product-name {
	padding-bottom: 0px !important;

}

/* Tablet and Desktop View */
@media (min-width: 768px) {
	.find-my-fass-shortcode p {
		line-height: 1.5em !important;
	}

    .product-finder-area {
        color: #ffffff !important;
        text-align: center !important;
        font-weight: 500 !important;
        font-size: 18px !important;
		line-height: 1.5em !important;
    }

	#product-finder .product-finder-tabs {
        margin-bottom: 30px !important;
        max-width: 564px !important;
		padding: 0px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
	
	div#pickup-brand-area,
	div#pickup-years-area,
	div#semi-motors-area,
	div#semi-hp-rating-area,
	div#pickup-hp-rating-area,
	div#semi-extra-ports-area,
	div#pickup-assist-bypass-area {
    	text-align: center !important;
    	margin-bottom: 15px !important;
		color: #ffffff !important;
    	font-family: 'soleil' !important;
		font-size: 18px !important;
		line-height: 1.5em !important;
	}

	select#semi-motors,
	select#pickup-brands,
	select#pickup-years,
	select#pickup-hp-rating,
	select#semi-hp-rating,
	select#semi-extra-ports,
	select#pickup-assist-bypass {
    	width: 50% !important;
    	font-family: 'soleil' !important;
		color: #000000 !important;
		min-height: 59px;
		padding: 10px 16px 10px 16px !important;
		background-color: #eeeeee !important;
		cursor: pointer !important;
		font-size: 18px !important;
		line-height: 1.5em !important;
	}

	select#semi-extra-ports {
    	margin-top: 10px !important;
	}

	#product-finder .tooltip {
    	border-radius: 50px !important;
	}

	span.contactMsg,
	p.universal-msg {
    	display: block !important;
    	color: #ffffff !important;
    	text-align: center !important;
    	font-weight: 500 !important;
    	margin-top: 10px !important;
    	font-family: 'soleil' !important;
		font-size: 18px;
		line-height: 1.5em !important;
	}

	.universal-msg a {
    	font-size: 18px !important;
		line-height: 1.5em !important;
	}

	#product-finder .results-area,
	.find-my-fass-shortcode .ui-widget-content a {
    	color: #ffffff !important;
    	font-family: 'soleil' !important;
		font-size: 18px !important;
		line-height: 1.5em !important;
	}

	#product-finder .results-area a {
		color: #ffffff !important;
    	font-family: 'soleil' !important;
		font-size: 14px !important;
		line-height: 1.5em !important;
	}

	#product-finder .recommended-part .result-product .product-left {
    	color: #000000 !important;
		line-height: 1.5em !important;
	}
}

/* Smartphone View */
@media (max-width: 767px) {
	.find-my-fass-shortcode p {
		line-height: 1.5em !important;
	}

    .product-finder-area {
        color: #ffffff !important;
        text-align: center !important;
        font-weight: 500 !important;
        font-size: 14px !important;
		line-height: 1.5em !important;
    }

	#product-finder {
		margin-right: -10px !important;
	}

    #product-finder .product-finder-tabs li.pickup-button,
    #product-finder .product-finder-tabs li.universal-button,
    #product-finder .product-finder-tabs li.semi-button {
        background-position: 0 -1px !important;
		border-radius: 10px !important;
    }

    .find-my-fass-shortcode ul.product-finder-tabs.ui-tabs.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
        padding: 0px 0px 25px 0px !important;
    }

    #product-finder .product-finder-tabs {
        border-bottom: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 10px !important;
		max-width: 180px !important;
		margin-left: auto !important;
		margin-right: auto !important;
    }

    #product-finder .product-finder-tabs li.ui-state-active {
        background-color: transparent !important;
		background-position: 0 -1px !important;
    }

    #product-finder .product-finder-tabs li {
        background-color: transparent !important;
    }

    #product-finder .product-finder-tabs li.pickup-button,
    #product-finder .product-finder-tabs li.universal-button,
    #product-finder .product-finder-tabs li.semi-button {
        background-position: 0 -1px !important;
        margin-bottom: 10px !important;
		border-radius: 15px !important;
		width: 180px !important;
    }

	.find-my-fass-shortcode .ui-tabs .ui-tabs-panel {
		padding: 0px 0px 30px 0px !important;
	}
	
	div#pickup-brand-area,
	div#pickup-years-area,
	div#semi-motors-area,
	div#semi-hp-rating-area,
	div#pickup-hp-rating-area,
	div#semi-extra-ports-area,
	div#pickup-assist-bypass-area {
    	text-align: center !important;
    	margin-bottom: 15px !important;
		color: #ffffff !important;
    	font-family: 'soleil' !important;
		font-size: 14px !important;
		line-height: 1.5em !important;
	}

	select#semi-motors,
	select#pickup-brands,
	select#pickup-years,
	select#pickup-hp-rating,
	select#semi-hp-rating,
	select#semi-extra-ports,
	select#pickup-assist-bypass {
    	width: 50% !important;
    	font-family: 'soleil' !important;
		color: #000000 !important;
		min-height: 59px;
		padding: 10px 16px 10px 16px !important;
		background-color: #eeeeee !important;
		cursor: pointer !important;
		font-size: 14px !important;
		line-height: 1.5em !important;
	}

	select#semi-extra-ports {
    	margin-top: 10px !important;
	}

	#product-finder .tooltip {
    	border-radius: 50px !important;
	}

	span.contactMsg,
	p.universal-msg {
    	display: block !important;
    	color: #ffffff !important;
    	text-align: center !important;
    	font-weight: 500 !important;
    	margin-top: 10px !important;
    	font-family: 'soleil' !important;
		font-size: 14px !important;
		line-height: 1.5em !important;
	}

	.universal-msg a {
    	font-size: 14px !important;
		line-height: 1.5em !important;
	}

	#product-finder .results-area,
	#product-finder .results-area a,
	.find-my-fass-shortcode .ui-widget-content a {
    	color: #ffffff !important;
    	font-family: 'soleil' !important;
		font-size: 14px !important;
		line-height: 1.5em !important;
	}

	#product-finder .recommended-part .result-product .product-left {
    	color: #000000 !important;
		line-height: 1.5em !important;
	}
}

/* Product Finder Results */
#product-finder .recommended-part .result-product {
    padding: 20px;
    background-color: #eeeeee;
    margin-top: 30px !important;
}

@media (max-width: 767px) {
	#product-finder .recommended-part .result-product .product-left {
    	padding-right: 0px;
    	width: 100%;
	}
	
	#product-finder .recommended-part .result-product {
    	margin-top: 50px;
    	display: block;
	}

	#product-finder .recommended-part .result-product .product-right {
    	width: 100%;
    	margin-top: 20px;
	}
}

a.added_to_cart.wc-forward {
	display: block;
    margin: 10px auto 5px auto;
}

/* Change Width of Mobile Columns in Product Display Sections */
@media (min-width: 480px) and (max-width: 767px) {
	.home-mobile-product-column-1 {
		width: 47.25% !important;
	}
	
	.home-mobile-product-column-2 {
		width: 47.25% !important;
		margin-right: 0% !important;
	}
}

/* Home Warning Popup */
#close-warning .et_pb_button:hover {
	border: 0px !important;
}

/* -- CUSTOMER SUPPORT Menu -- */

#customer-support-menu.et_pb_menu_0.et_pb_menu ul li.current-menu-item a {
    text-decoration: underline !important;
}

/* -- END CUSTOMER SUPPORT Menu -- */

/* -- TABLEPRESS -- */

.dataTables_wrapper .tablepress {
    width: 800px !important;
}

.tablepress tfoot th, 
.tablepress thead th {
    background-color: #eeeeee !important;
}

@media (max-width: 434px) {
	.tablepress {
		font-size: 2.5vw !important;
    	line-height: 1.3em !important;
	}

	.tablepress td, 
	.tablepress th {
    	padding: 6px 10px !important;
	}
}

/* -- END TABLEPRESS -- */

/* -- BLOG -- */

span.nav-previous,
span.nav-next {
    max-width: 400px;
    margin-bottom: 20px;
}

/* -- END BLOG -- */

/* -- Portfolio Blurb Grid -- */

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 2px solid #9e2200 !important;
  }

.image-hover-layout .et_pb_blurb_content {
    max-width: 100%;
    transform: scale(1.05);
}

.image-hover-layout .et_pb_blurb_content img {
    width: 100%;
    transform: scale(1.05);
}

.image-hover-layout .et_pb_column {
    overflow: hidden;
    position: relative;
    border: 10px solid #fff;
}

@media (max-width: 767px) {
    .image-hover-layout .et_pb_column {
        border: 10px solid #fff;
    }
}

.image-hover-layout .et_pb_column img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

.image-hover-layout .et_pb_column:hover img {
    transform: scale(1.2);
}

.image-hover-layout .et_pb_column:hover .et_pb_main_blurb_image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: '';
    pointer-events: none;
}

.image-hover-layout .et_pb_main_blurb_image {
    margin: 0;
}

.image-hover-layout .et_pb_column .et_pb_blurb_content:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
    pointer-events: none;
}

.image-hover-layout .et_pb_column .et_pb_blurb_content:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
}

.image-hover-layout .et_pb_column:hover .et_pb_blurb_content:before, .image-hover-layout .et_pb_column:hover .et_pb_blurb_content:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover-layout .et_pb_column .et_pb_blurb_container {
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 40%; /* Adjust this if the text is in the wrong position */
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0 55px;
    pointer-events: none;
    line-height: 1em !important;
}

.image-hover-layout .et_pb_column:hover .et_pb_blurb_container {
    opacity: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1em !important;
}

.image-hover-layout.show-title h4 {
    background: #fff;
    padding: 10px!important;
    display: inline-block;
    margin-bottom: 10px;
    color: #333 !important;
}

.image-hover-layout.show-title .et_pb_blurb_container {
    opacity: 0;
    top: 45%;
}

.image-hover-layout.show-title .et_pb_column:hover .et_pb_blurb_container {
    opacity: 0;
    top: 40%;
}

.image-hover-layout.show-title .et_pb_blurb_container p {
    opacity: 1;
}

.image-hover-layout.show-title .et_pb_column:hover .et_pb_blurb_container p {
    opacity: 0;
}

.image-hover-gallery-layout .et_pb_gallery_item {
    overflow: hidden;
    position: relative;
}

.image-hover-gallery-layout .et_pb_gallery_item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
}

.image-hover-gallery-layout .et_pb_gallery_item:hover img {
    transform: scale(1.1);
}

.image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_image:before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 4;
    pointer-events: none;
}

.image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_image:after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none;
    z-index: 4;
}

.image-hover-gallery-layout .et_pb_gallery_item:hover .et_pb_gallery_image:before, .image-hover-gallery-layout .et_pb_gallery_item:hover .et_pb_gallery_image:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_title, .image-hover-gallery-layout .et_pb_gallery_item .et_pb_gallery_caption {
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0;
    padding: 0 55px;
    pointer-events: none;
    line-height: 1em !important;
    z-index: 3;
}

.image-hover-gallery-layout .et_pb_gallery_item:hover .et_pb_gallery_title {
    opacity: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1em !important;
}

.image-hover-gallery-layout .et_pb_gallery_item:hover .et_pb_gallery_caption {
    opacity: 0;
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1em !important;
}

.image-hover-gallery-layout.show-title .et_pb_gallery_title, .image-hover-gallery-layout.show-title .et_pb_gallery_item:hover .et_pb_gallery_title {
    background: #fff;
    padding: 10px !important;
    margin: 0 auto;
    color: #333 !important;
    opacity: 0;
    left: 55px;
    right: 55px;
    width: initial;
}

.image-hover-gallery-layout.show-title .et_pb_gallery_item:hover .et_pb_gallery_title {
    top: 35%;
}

/* -- END Portfolio Blurb Grid -- */

/* -- Custom Scrollbar -- */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #161616;
}
 
::-webkit-scrollbar-thumb {
    background-color: #cd3040!important; 
    background: #7d2ae8;
}

/* -- END Custom Scrollbar -- */

/* -- Restricted Access Message -- */

@media (min-width: 768px) {
	.members-access-error {
    	padding: 5%;
    	text-align: center;
		color: #ffffff;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.members-access-error {
    	padding: 5%;
    	text-align: center;
		color: #ffffff;
		font-size: 14px;
	}
}

/* -- END Restricted Access Message -- */

/* -- Divi Slider Module Transitions -- */

.et-pb-active-slide .et_pb_slide_image {
    animation-name: fadeLeft;
    width: 100% !important;
}

/* END Divi Slider Module Transitions */

/* -- Scroll to Top Icon -- */

span.et_pb_scroll_top.et-pb-icon.et-visible, .et_pb_scroll_top.et-hidden {
    border-radius: 100px;
    margin-right: 10px;
}

/* -- END Scroll to Top -- */

/* -- Gravity Forms Styling -- */

/* Adjust Styling for Form ID 28 */
input#input_28_13 {
    min-width: 100%;
}

/* Adjust Styling for Form ID 35 */
input#gform_submit_button_35 {
    min-width: 200px;
}

/* Adjust Styling for Form ID 36 */
input#input_36_83, 
input#input_36_90 {
    min-width: 100%;
}

/* Adjust Styling for Form ID 40 */
input#gform_submit_button_40,
input#gform_submit_button_41 {
    float: left;
    background-color: #000000 !important;
    margin-top: -8px;
}

input#input_40_5,
input#input_40_6,
input#input_40_2,
input#input_41_5,
input#input_41_6,
input#input_41_2 {
    background-color: #ffffff !important;
}

span#gfield_upload_rules_41_7 {
    display: none !important;
}

input#input_41_7 {
	color: #ffffff !important;
}

/* Adjust Select Dropdown Styling - Desktop and Tablet */
@media (min-width: 768px) {
	.gform_wrapper.gravity-theme .gfield select,
	.gform_wrapper.gravity-theme .ginput_complex select,
	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
		color: #000000 !important;
		min-height: 59px;
		font-size: 18px !important;
		padding: 10px 16px 10px 16px !important;
		background-color: #eeeeee !important;
		cursor: pointer !important;
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
		color: #000000 !important;
		background-color: #eeeeee !important;
		background-image: none !important;
		border: none !important;
		padding: 0px !important;
		min-height: 59px !important;
		box-shadow: none !important;
		background: #eeeeee !important;
	}

	.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
    	color: #000000;
	}

	.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    	color: #000000;
	}

	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	body .gform_wrapper textarea.textarea, 
	body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    	font-size: 18px !important;
    	color: #000000 !important;
	}
}

/* Adjust Select Dropdown Styling - Smartphone */
@media (max-width: 767px) {
	.gform_wrapper.gravity-theme .gfield select,
	.gform_wrapper.gravity-theme .ginput_complex select,
	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
		color: #000000 !important;
		min-height: 59px;
		font-size: 14px !important;
		padding: 10px 16px 10px 16px !important;
		background-color: #eeeeee !important;
		cursor: pointer !important;
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
		color: #000000 !important;
		background-color: #eeeeee !important;
		background-image: none !important;
		border: none !important;
		padding: 0px !important;
		min-height: 59px !important;
		box-shadow: none !important;
		background: #eeeeee !important;
	}

	.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
    	color: #000000;
	}

	.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    	color: #000000;
	}

	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
	body .gform_wrapper textarea.textarea, 
	body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    	font-size: 14px !important;
    	color: #000000 !important;
	}
}

.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: block;
    font-size: 13.008px;
    padding-left: 0px;
}

body .gform_wrapper .gform_body {
    width: 100%;
    margin-top: 20px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.2rem;
    line-height: 1.5em;
    padding: 2rem;
    background: transparent;
    text-align: center;
}

.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield select {
    color: #000000 !important;
}

/* -- END Gravity Forms -- */

/* -- Testimonials Slider -- */

.testimonials-slider .et_pb_slide_description {
    text-shadow: none !important;
}

.et-pb-controllers {
    display: none;
}

@media (min-width: 981px) {
    .testimonials-column-1-3, 
    .testimonials-column-3-3 {
        width: 10% !important;
    }

    .testimonials-column-2-3 {
        width: 80% !important;
    }
    
    .red-quote-left {
        float: right;
    }
    
    .red-quote-right {
        float: left;
    }
}
    
/* -- END Testimonials Slider -- */

/* -- Global Button Styling -- */

/* Remove Border from Divi Buttons */
.et_pb_button:hover, 
.et_pb_module .et_pb_button:hover {
    border: 0px !important;
}

/* Float Divi Contact Form Button Left and Adjust Styling */
.et_contact_bottom_container {
    float: left;
    margin-left: 3%;
}

.left-aligned-button {
    float: left;
}

.et_pb_contact_reset, .et_pb_contact_submit {
    margin: 0px;
}

#black-button {
    background-color: #000000 !important;
}

/* Global Button Slide Effect - Active State */
.et_pb_button,
button.et_pb_contact_submit.et_pb_button,
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_page_footer input.button, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit],
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
button.single_add_to_cart_button.button.alt,
a.button.product-button.product-button-secondary,
#fass-locate-dealer input[type="submit"],
input.woocommerce-Button.button,
.woocommerce div.product form.cart .button,
.woocommerce #content input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #content input.button, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button, 
.woocommerce-page button.button.alt, 
.woocommerce-page button.button.alt.disabled, 
.woocommerce-page input.button, 
.woocommerce-page input.button.alt, 
.woocommerce a.button, 
.woocommerce a.button.alt, 
.woocommerce button.button, 
.woocommerce button.button.alt, 
.woocommerce button.button.alt.disabled, 
.woocommerce input.button, 
.woocommerce input.button.alt,
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn, 
.woocommerce-attachment-details .wcpoa_attachmentbtn,
.product-button-secondary,
.product-button,
a.added_to_cart.wc-forward,
.woocommerce-product-search input[type="submit"] {
    box-shadow: inset 0 0 0 0 #000000 !important;
    -webkit-transition: ease-out 0.4s !important;
    -moz-transition: ease-out 0.4s !important;
    transition: ease-out 0.4s !important;
    background-color: #CD3040 !important;
    color: #FFFFFF !important;
    line-height: 2 !important;
    padding: 0.3em !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background-color: #CD3040 !important;
    width: 180px !important;
    text-transform: capitalize !important;
}

/* Global Button Slide Effect - Hover State */
.et_pb_button:hover,
button.et_pb_contact_submit.et_pb_button:hover,
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input.button:hover, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
button.single_add_to_cart_button.button.alt:hover,
a.button.product-button.product-button-secondary:hover,
#fass-locate-dealer input[type="submit"]:hover,
input.woocommerce-Button.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #content input.button:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #content input.button:hover, 
.woocommerce-page #content input.button.alt:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce-page a.button:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce-page button.button:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce-page button.button.alt.disabled:hover, 
.woocommerce-page input.button:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce a.button:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce input.button:hover, 
.woocommerce input.button.alt:hover,
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover, 
.woocommerce-attachment-details .wcpoa_attachmentbtn:hover,
.product-button-secondary:hover,
.product-button:hover,
a.added_to_cart.wc-forward,
.woocommerce-product-search input[type="submit"]:hover {
    background-color: #CD3040 !important;
    background: #CD3040 !important;
    box-shadow: inset 200px 0 0 0 #3c3c3c !important;
	cursor: pointer !important;
}

/* Global Button - Hide :after */
.et_pb_button:after,
button.et_pb_contact_submit.et_pb_button:after,
body .gform_wrapper .gform_footer input.button:after, 
body .gform_wrapper .gform_page_footer input.button:after, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:after,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after,
button.single_add_to_cart_button.button.alt:after,
a.button.product-button.product-button-secondary:after,
#fass-locate-dealer input[type="submit"]:after,
input.woocommerce-Button.button:after,
.woocommerce div.product form.cart .button:after,
.woocommerce #content input.button:after, 
.woocommerce #content input.button.alt:after, 
.woocommerce #respond input#submit:after, 
.woocommerce #respond input#submit.alt:after, 
.woocommerce-page #content input.button:after, 
.woocommerce-page #content input.button.alt:after, 
.woocommerce-page #respond input#submit:after, 
.woocommerce-page #respond input#submit.alt:after, 
.woocommerce-page a.button:after, 
.woocommerce-page a.button.alt:after, 
.woocommerce-page button.button:after, 
.woocommerce-page button.button.alt:after, 
.woocommerce-page button.button.alt.disabled:after, 
.woocommerce-page input.button:after, 
.woocommerce-page input.button.alt:after, 
.woocommerce a.button:after, 
.woocommerce a.button.alt:after, 
.woocommerce button.button:after, 
.woocommerce button.button.alt:after, 
.woocommerce button.button.alt.disabled:after, 
.woocommerce input.button:after, 
.woocommerce input.button.alt:after,
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:after, 
.woocommerce-attachment-details .wcpoa_attachmentbtn:after,
.product-button-secondary:after,
.product-button:after,
a.added_to_cart.wc-forward,
.woocommerce-product-search input[type="submit"]:after {
    display: none;
}

@media (max-width: 767px) {
	.woocommerce-message a.button.wc-forward,
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .button,
	a.checkout-button.button.alt.wc-forward {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
}

/* -- END Global Button Styling -- */

/* -- WooCommerce Styling -- */

/* Various Styling - Desktop and Tablet */
@media (min-width: 768px) {
	.woocommerce {
    	margin: 0px !important;
	}

	.woocommerce #respond input#submit, 
	.woocommerce-page #respond input#submit, 
	.woocommerce #content input.button, 
	.woocommerce-page #content input.button, 
	.woocommerce-message, 
	.woocommerce-error, 
	.woocommerce-info {
		background-color: #eeeeee !important;
    	color: #000000 !important;
	}

	.woocommerce .woocommerce-error, 
	.woocommerce .woocommerce-info, 
	.woocommerce .woocommerce-message {
		background-color: #eeeeee !important;
		color: #000000 !important;
		padding-right: 20px !important;
		font-size: 18px !important;
	}

	.woocommerce-error a, 
	.woocommerce-info a, 
	.woocommerce-message a {
		color: #cd3040 !important;
		font-size: 18px !important;
	}

	.woocommerce .woocommerce-result-count {
		font-size: 18px !important;
		color: #000000 !important;
		padding-right: 20px !important;
	}
}

/* Various Styling - Smartphone */
@media (max-width: 767px) {
	.woocommerce {
    	margin: 0px !important;
	}

	.woocommerce #respond input#submit, 
	.woocommerce-page #respond input#submit, 
	.woocommerce #content input.button, 
	.woocommerce-page #content input.button, 
	.woocommerce-message, 
	.woocommerce-error, 
	.woocommerce-info {
		background-color: #eeeeee !important;
    	color: #000000 !important;
	}

	.woocommerce .woocommerce-error, 
	.woocommerce .woocommerce-info, 
	.woocommerce .woocommerce-message {
		background-color: #eeeeee !important;
		color: #000000 !important;
		padding-right: 20px !important;
		font-size: 14px !important;
	}

	.woocommerce-error a, 
	.woocommerce-info a, 
	.woocommerce-message a {
		color: #cd3040 !important;
		font-size: 14px !important;
	}

	.woocommerce .woocommerce-result-count {
		font-size: 14px !important;
		color: #000000 !important;
		padding-right: 20px !important;
	}
}

/* Add Padding to Top of Archive Pages */
.woocommerce .woocommerce-ordering {
    margin: 0 0 3em;
}

/* Center Add to Cart Button on Product Archive Pages */
.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block !important;
    text-align: center !important;
}

/* Pagination Styling on Product Archive Pages */
.woocommerce nav.woocommerce-pagination ul {
	border: 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 0px;
	background: #eeeeee;
	margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 15px;
	font-size: 14px;
}

/* Center View Cart Link After Selecting Add to Cart Button */
.woocommerce ul.products li.product .button:after {
    display: none !important;
}

/* Increase Product Thumbnail Size on Cart Page */
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px !important;
}

/* Change Color of Product Removal Button on Cart Page */
.woocommerce a.remove {
    color: #cd3040 !important;
}

/* Change Hover Color of Product Removal Button on Cart Page */
.woocommerce a.remove:hover {
    background: #000000 !important;
}

/* Change Field/Text Color on WC Pages */
.woocommerce #content .quantity input.qty, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce .quantity input.qty {
    background-color: #ffffff !important;
	border: 1px solid #eeeeee !important;
    border-radius: 0px !important;
    color: #000000 !important;
    font-size: 14px !important;
    max-height: 39px;
}

/* Change Size of Cart Totals Text on Cart Page */
.cart_totals h2, 
.shipping_calculator h2 {
    font-size: 22px !important;
}

/* Cart Table Font Size - Desktop and Tablet */
@media (min-width: 768px) {
	table.cart th, 
	#main-content table.cart th, 
	table.cart td, 
	#main-content table.cart td, 
	table.cart tr, 
	#main-content table.cart tr, 
	.woocommerce-cart #content-area table tr, 
	.woocommerce-cart #content-area table td, 
	.woocommerce-cart #content-area table th {
    	font-size: 18px !important;
	}
}

/* Cart Table Font Size - Smartphone */
@media (max-width: 767px) {
	table.cart th, 
	#main-content table.cart th, 
	table.cart td, 
	#main-content table.cart td, 
	table.cart tr, 
	#main-content table.cart tr, 
	.woocommerce-cart #content-area table tr, 
	.woocommerce-cart #content-area table td, 
	.woocommerce-cart #content-area table th {
    	font-size: 14px !important;
	}
}

table.cart th, 
#main-content table.cart th,
th.product-name,
th.product-total,
tr.order-total {
    background: #eeeeee;
}

/* -- Upsell Popup Styling -- */

/* 2 columns on tablet */
@media all and (min-width: 768px) and (max-width: 1024px) {
	[class*=woocommerce] ul.products li.product:nth-child(n) {
		width: 48% !important;
		margin: 0 3.8% 2.992em 0 !important;
		clear: none !important;
	}
  
	.woocommerce ul.products li.product:nth-child(2n) {
		margin-right: 0px !important;
	}

	.woocommerce ul.products li.product:nth-child(2n+1) {
		clear: both !important;
	}
}

/* 1 column on mobile  */
@media all and (max-width: 767px) {
	[class*=woocommerce] ul.products li.product, 
	[class*=woocommerce] ul.products li.product:nth-child(n) {
		width: 100%!important;
		margin-right: 0!important;
	}
}

.woocommerce ul#shipping_method li label {
    font-size: 14px !important;
}

/* Hide "Estimated for the United States (US)" Text */
tr.tax-total small {
    display: none !important;
}

/* Increase Width of "Proceed to Checkout" Button */
a.checkout-button.button.alt.wc-forward {
    min-width: 200px !important;
}

/* Adjust Padding and Margin of WC Form Fields */
.woocommerce form .form-row {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
}

@media (min-width: 768px) {
	/* Login Toggle Text - Desktop and Tablet*/
	.woocommerce form.login {
    	color: #000000 !important;
		font-size: 18px !important;
	}

	/* Adjust WC Input Label Styling - Desktop and Tablet */
	.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    	display: block;
    	font-size: 18px;
    	color: #000000;
	}

	/* Adjust WC Text Field Styling - Desktop and Tablet */
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea {
    	padding: 16px;
    	font-size: 18px;
    	border-radius: 0px;
    	border: 0px;
    	color: #000000 !important;
		background: #eeeeee !important;
	}
}

@media (max-width: 767px) {
	/* Login Toggle Text - Desktop and Tablet*/
	.woocommerce form.login {
    	color: #000000 !important;
		font-size: 14px !important;
	}

	/* Adjust WC Input Label Styling - Desktop and Tablet */
	.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    	display: block;
    	font-size: 14px;
    	color: #000000;
	}

	/* Adjust WC Text Field Styling - Desktop and Tablet */
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea {
    	padding: 16px;
    	font-size: 14px;
    	border-radius: 0px;
    	border: 0px;
    	color: #000000 !important;
		background: #eeeeee !important;
	}
}

/* Change Checkout Text Fields Placeholder Color */
form input[type="text"]::placeholder, form input[type="password"]::placeholder, form input[type="email"]::placeholder, form input[type="url"]::placeholder, form input[type="date"]::placeholder, form input[type="month"]::placeholder, form input[type="time"]::placeholder, form input[type="datetime"], form input[type="datetime-local"], form input[type="week"]::placeholder, form input[type="number"]::placeholder, form input[type="search"]::placeholder, form input[type="tel"]::placeholder, form input[type="color"]::placeholder, form select::placeholder, form textarea::placeholder {
	color: #000000 !important;
}

/* Change Coupon Code Placeholder Text Color */
#coupon_code::-webkit-input-placeholder,
#coupon_code:-moz-placeholder,
#coupon_code::-moz-placeholder,
#coupon_code:-ms-input-placeholder {
	color: #000000 !important;
}

/* Adjust Coupon Styling on Checkout Pages */
@media (max-width: 767px) {
    .woocommerce form.checkout_coupon {
        border: 0px;
        padding: 0px;
        margin: -20px 0px 20px 0px;
        text-align: left;
        border-radius: 0px;
    }
}

@media (min-width: 768px) {
    .woocommerce form.checkout_coupon {
        border: 0px;
        padding: 0px;
        margin: 5%;
        text-align: left;
        border-radius: 0px;
    }
}

@media (min-width: 768px) {
	/* Checkout Page Dropdowns - Desktop and Tablet */
	.select2-container--default .select2-selection--single  {
		padding: 5px 20px 10px 10px !important;
		background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 18px;
    	padding: 10px;
    	font-weight: 400 !important;
		min-height: 39px;
    	font-family: 'Soleil';
		cursor: pointer !important;
	}

	/* Checkout Page Coupon Text - Desktop and Tablet */
	.woocommerce form.checkout_coupon {
    	font-size: 18px;
    	color: #000000;
	}

	/* Checkout Page Summary Table - Desktop and Tablet */
	.woocommerce table.shop_table th {
    	font-size: 18px;
	}

	/* Checkout Page Product Name - Desktop and Tablet */
	td.product-name {
    	color: #cd3040;
    	font-size: 18px;
	}
}

@media (max-width: 767px) {
	/* Checkout Page Dropdowns - Smartphone */
	.select2-container--default .select2-selection--single  {
		padding: 5px 20px 10px 10px !important;
		background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 14px;
    	padding: 10px;
    	font-weight: 400 !important;
		min-height: 39px;
    	font-family: 'Soleil';
		cursor: pointer !important;
	}

	/* Checkout Page Coupon Text - Smartphone */
	.woocommerce form.checkout_coupon {
    	font-size: 14px;
    	color: #000000;
	}

	/* Checkout Page Summary Table - Smartphone */
	.woocommerce table.shop_table th {
    	font-size: 14px;
	}

	/* Checkout Page Product Name - Smartphone */
	td.product-name {
    	color: #cd3040;
    	font-size: 14px;
	}
}

li.wc_payment_method.payment_method_shopatron_payment {
    color: #3c3c3c;
    font-family: 'ethnocentric';
    font-style: italic;
    font-size: 22px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #eeeeee !important;
    border-radius: 0px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th,
.woocommerce-checkout #main-content .cart-subtotal td {
    border-top: 0px;
}

/* Adjust Height of Order Comments on Checkout Pages */
textarea#order_comments {
    min-height: 150px;
}

/* Add More Space Before Order Summary on Checkout Pages */
div#customer_details {
    margin-bottom: 30px !important;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0px !important;
}

/* Style MailChimp Signup on Checkout Pages */
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    color: #000000;
	font-size: 18px;
	padding: 9px 12px;
	font-weight: 700;
	background: #eeeeee;
	margin-bottom: 50px;
}

/* Style MailChimp Signup Checkbox on Checkout Pages */
.mc4wp-checkbox.mc4wp-checkbox-woocommerce input[type=checkbox] {
    -webkit-appearance: checkbox;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
    margin-right: 10px;
	cursor: pointer;
}

/* Menu Styling of My Account Page Navigation */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
    padding: 10px !important;
    margin-left: -10px !important;
    transition: all 0.3s ease !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link:hover {
    background: #dddddd !important;
    transition: all 0.3s ease !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a:hover {
    color: #000000 !important;
    transition: all 0.3s ease !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active {
    padding: 10px !important;
    background: #cd3040 !important;
    transition: all 0.3s ease !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active:hover {
    background: #cd3040 !important;
    transition: all 0.3s ease !important;
}

@media (max-width: 1099px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 5%;
    }
}

@media (min-width: 1100px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 25%;
        margin-right: 5%;
    }
}

/* Hide Attachment Cells on Orders Table */
th.woocommerce-orders-table__header.woocommerce-orders-table__header-wcpoa-attachment,
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-wcpoa-attachment {
    display: none !important;
}

/* Adjust Order Table Text Size - Desktop and Tablet */
@media (min-width: 768px) {
	tr.woocommerce-orders-table__row {
    	font-size: 18px !important;
	}
}

/* Adjust Order Table Text Size - Smartphone */
@media (max-width: 767px) {
	tr.woocommerce-orders-table__row {
    	font-size: 14px !important;
	}
}

/* Change My Account Page H2s */
.woocommerce-MyAccount-content h2 {
    font-size: 22px !important;
    margin-top: 20px;
}

/* Add Border Below Account Nav on Mobile */
@media (max-width: 980px) {
	nav.woocommerce-MyAccount-navigation {
    	border-bottom: 1px solid #dddddd !important;
}
}

.woocommerce .woocommerce-customer-details address {
    border: 0px !important;
}

p.woocommerce-customer-details--phone {
    margin-top: 10px;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 767px) {
    .woocommerce form.login {
        margin: 0px 0px 50px 0px !important;
    }
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    margin: 20px 0px 10px 0px !important;
    font-family: 'soleil' !important;
    font-style: normal !important;
}

/* -- Individual Product Pages -- */

span.posted_in {
    display: none !important;
}

#sidebar {
	display: none !important;
}

#content-area {
	width: 100% !important;
    margin: 0px !important;
    border: 0px !important;
    padding: 5% 0% 0% 0% !important;
}

#left-area {
	width: 100% !important;
    margin: 0px !important;
    border: 0px !important;
    padding: 0px !important;
}

.container {
    width: 100% !important;
    max-width: 1920px !important;
    padding: 0% 5% 0% 5% !important;
	margin: 0px !important;
}

#main-content .container:before {
	width: 0 !important;
}

.woocommerce .woocommerce-breadcrumb {
	display: none !important;
}

@media (min-width: 981px) {
	.woocommerce #content div.product div.summary, 
	.woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.summary {
		width: 60% !important;
		padding-left: 5% !important;
	}
}

@media (min-width: 981px) {	
	.woocommerce #content div.product div.images, 
	.woocommerce div.product div.images, 
	.woocommerce-page #content div.product div.images, 
	.woocommerce-page div.product div.images {
		width: 40% !important;
		padding-right: 5% !important;
	}
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}

ul.product-extra-meta-documents {
    display: none !important;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	background-color: #ffffff !important;
}

/* Product Meta Table */
#content-area table tr, 
#content-area table td, 
#content-area table th {
    padding: 0.7em 0.4em;
    max-width: 100%;
    text-align: left !important;
}

tr:nth-child(odd) {
	background: #f9f9f9 !important;
}

.product_meta {
    border-top: 0px;
}

@media (min-width: 981px) {
	.product_meta {
		width: 70% !important;
	}
}

@media (min-width: 981px) {
	.product_meta,
	.variations {
		width: 70% !important;
		background-color: #ffffff;
	}
}

.woocommerce div.product form.cart .variations td {
    background-color: #ffffff;
}

table.product-extra-meta-table {
    width: 100%;
}

/* Hide H2 Text on Individual Product Pages */
.et_pb_tab_content h2 {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
	border: 1px solid #eeeeee !important;
}

/* Product Description Area on Desktop */
@media (min-width: 981px) {
	.woocommerce-tabs.wc-tabs-wrapper {
    	width: 64% !important;
		display: inline-block !important;
		float: left !important;
	}
}

/* Sidebar Placeholder Color */
#woocommerce-product-search-field::-webkit-input-placeholder {
   color: #000000 !important;
}
 
#woocommerce-product-search-field:-moz-placeholder { /* Firefox 18- */
   color: #000000 !important;
}
 
#woocommerce-product-search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important;
}
 
#woocommerce-product-search-field:-ms-input-placeholder { 
   color: #000000 !important;
}

/* Sidebar Area - Desktop and Tablet */
@media (min-width: 981px) {
	.individual-product-sidebar {
    	width: 30% !important;
    	margin: 30px 0px 30px 50px;
    	display: inline-block !important;
    	float: none !important;
	}
	
	input#woocommerce-product-search-field {
    	width: 100%;
    	font-size: 18px !important;
    	color: #000000 !important;
    	background-color: #eee;
    	border: 0;
    	padding: 16px;
    	line-height: initial;
    	height: initial;
		margin-bottom: 10px;
	}
}

/* Sidebar Area - Smartphone */
@media (max-width: 980px) {
	.individual-product-sidebar {
    	width: 90% !important;
    	margin: 0% 0% 5% 0%;
    	display: inline-block !important;
    	float: none !important;
	}
	
	input#woocommerce-product-search-field {
    	width: 100%;
    	font-size: 14px !important;
    	color: #000000 !important;
    	background-color: #eee;
    	border: 0;
    	padding: 16px;
    	line-height: initial;
    	height: initial;
		margin-bottom: 10px;
	}
}

/* Adjust Styling of Border Tabs on Individual Product Pages */
.et_pb_tabs_controls li {
    float: left;
    border-right: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
}

ul.et_pb_tabs_controls:after {
    border-top: 0px solid #eaeaea;
}

@media (max-width: 980px) {
    li.description_tab.et_pb_tab_active,
    li.additional_information_tab {
        width: 100%;
    }
}

/* On Sale Badge */
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    color: #CD3040 !important;
    letter-spacing: 2px !important;
    background: #f2f2f2 !important;
    border-radius: 0px !important;
	z-index: 999 !important;
}

/* Tabs */
body.woocommerce div.product .woocommerce-tabs ul.tabs, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs,
body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce .woocommerce-tabs {
	background: #f9f9f9;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: #cd3040 !important;
	border-bottom: 0px solid #d9d9d9;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
	color: #ffffff !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a:hover {
	background: #d9d9d9 !important;
	transition: all 0.4s !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover, 
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a:hover {
	background: #cd3040 !important;	
	transition: all 0.4s !important;
}

@media (min-width: 981px) {
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
	body.woocommerce div.product .woocommerce-tabs ul.tabs, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
		border-right: 0px !important;
		border-bottom: 0px solid #d9d9d9;
	}
}

@media (max-width: 980px) {
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a,
	body.woocommerce div.product .woocommerce-tabs ul.tabs, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, 
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
	body.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
	body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
		width: 100% !important;
		border-right: 0px !important;
		margin: 0px -2px 0px 0px !important;
		border-bottom: 0px solid #d9d9d9 !important;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 0px solid #d9d9d9;
}

body.woocommerce div.product .woocommerce-tabs .panel, 
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
	background: #ffffff !important;
}

.entry-content table:not(.variations),
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border: 0px !important;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #ffffff !important;
}

/* Adjust Sizing of WooCommerce H1 and H2 Text on Smaller Laptops */
@media (min-width: 981px) and (max-width: 1450px) {
    h1.product_title.entry-title, 
	#tab-description h2,
	#tab-additional_information h2,
	h2.woocommerce-loop-product__title,
	h4.wcpoa_attachment_name {
    	font-size: 20px !important;
		line-height: 1.1em !important;
		font-family: "soleil", sans-serif !important;
	}
}

@media (max-width: 767px) {
	.wcpoa_attachment {
		display: flex !important;
		align-items: center !important;
	}

	.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name {
    	padding-right: 20px !important;
	}
}

/* Related Products */
.related.products {
	display: inline-block !important;
	background-color: #ffffff !important;
	margin-left: 0% !important;
    margin-right: 0% !important;
	margin-bottom: 5% !important;
    padding: 5% 10% 0% 10% !important;
}

/* Individual Product Description Headings */
@media (min-width: 1451px) {
	#tab-additional_information h2,
	h4.wcpoa_attachment_name,
	#tab-description h2,
	#tab-description h3,
	#tab-description h4 {
		font-size: 24px !important;
		font-weight: 700 !important;
		font-family: "soleil", sans-serif !important;
	}
}

@media (max-width: 1450px) {
	#tab-additional_information h2,
	h4.wcpoa_attachment_name,
	#tab-description h2,
	#tab-description h3,
	#tab-description h4 {
		font-size: 20px !important;
		font-weight: 700 !important;
		font-family: "soleil", sans-serif !important;
	}
}

/* Individual Product Title */
@media (min-width: 1451px) {
	h1.product_title.entry-title {
		font-size: 32px !important;
		font-weight: 700 !important;
		font-family: "soleil", sans-serif !important;		
	}
}

@media (max-width: 1450px) {
	h1.product_title.entry-title {
		font-size: 24px !important;
		font-weight: 700 !important;
		font-family: "soleil", sans-serif !important;
	}
}

/* Related Product Headings */
@media (min-width: 1451px) {
	.product .related h2 {
		font-size: 20px !important;
		font-weight: 700 !important;
		text-align: center !important;
		padding-bottom: 2% !important;
	}
}

@media (min-width: 981px) and (max-width: 1450px) {
	.product .related h2 {
		font-size: 20px !important;
		font-weight: 700 !important;
		text-align: center !important;
		padding-bottom: 2% !important;
	}
}

@media (max-width: 1450px) {
	.product .related h2 {
		font-size: 18px !important;
		font-weight: 700 !important;
		text-align: center !important;
		padding-bottom: 4% !important;
	}
}

/* Related Product Price */
@media (min-width: 981px) {
	.woocommerce-Price-amount.amount,
	.woocommerce ul.products li.product .price, 
	.woocommerce-page ul.products li.product .price, 
	.woocommerce ul.products li.product .price del, 
	.woocommerce-page ul.products li.product .price del {
    	font-weight: 700 !important;
    	font-size: 18px !important;
    	color: #CD3040 !important;
    	line-height: 1.3em !important;
    	text-align: center !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.woocommerce-Price-amount.amount,
	.woocommerce ul.products li.product .price, 
	.woocommerce-page ul.products li.product .price, 
	.woocommerce ul.products li.product .price del, 
	.woocommerce-page ul.products li.product .price del {
    	font-weight: 700 !important;
    	font-size: 18px !important;
    	color: #CD3040 !important;
    	line-height: 1.3em !important;
    	text-align: center !important;
	}
}

@media (max-width: 767px) {
	.woocommerce-Price-amount.amount,
	.woocommerce ul.products li.product .price, 
	.woocommerce-page ul.products li.product .price, 
	.woocommerce ul.products li.product .price del, 
	.woocommerce-page ul.products li.product .price del {
    	font-weight: 700 !important;
    	font-size: 14px !important;
    	color: #CD3040 !important;
    	line-height: 1.3em !important;
    	text-align: center !important;
	}
}

.woocommerce div.product form.cart .variations label {
    display: block;
    padding: 0px 5px 0px 0px;
    min-height: 59px;
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
    font-family: 'Soleil';
}

/* Dropdowns - Desktop and Tablet */
	@media (min-width: 768px) {
	.woocommerce div.product form.cart .variations td select,
	.woocommerce .woocommerce-ordering select {
    	background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 18px;
    	padding: 10px 25px 10px 10px;
    	font-weight: 400 !important;
    	font-family: 'Soleil';
	}
}

/* Dropdowns - Desktop and Tablet */
	@media (max-width: 767px) {
	.woocommerce div.product form.cart .variations td select,
	.woocommerce .woocommerce-ordering select {
    	background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 14px;
    	padding: 10px 25px 10px 10px;
    	font-weight: 400 !important;
    	font-family: 'Soleil';
	}
}

/* Related Products Overlay Icon */
.et_overlay:before {
    content: "\54" !important;
}

.et_overlay {
	border: 0px !important;
	background: rgba(255,255,255,0.7) !important
}

#tab-description tr:nth-child(odd) {
    background: #ffffff !important;
}

/* Adjust Margin of Product Archive Items on Desktop */
@media (min-width: 981px) {
	#shop-container .woocommerce ul.products li {
		margin-bottom: 5.5em !important;
	}
}

/* WOOF Product Filters */
a.woof_front_toggle {
    float: right;
    font-size: 20px;
    font-weight: bold;
    background: #f2f2f2;
    color: #cd3040;
    padding: 0px 10px 0px 10px;
	width: 40px;
	text-align: center;
}

.woof .woof_container label {
	display: inline !important;
}

.woof_sku_search_container input[type='search'] {
    width: 100%;
    font-size: 18px !important;
    color: #000000 !important;
    background-color: #eee;
    border: 0;
    padding: 16px;
    line-height: initial;
    height: initial;
    margin-bottom: 10px;
}

.woof_sku_search_container .woof_sku_search_reset,
.woof_sku_search_container .woof_sku_search_go {
	display: none !important;
}

/* Hide Reset Button ::after */
.woocommerce button.button:not(.button-confirm):after, 
.woocommerce-page button.button:not(.button-confirm):after {
	display: none !important;
}

/* -- END WOOCOMMERCE -- */

/* -- LOCATE A DEALER SHORTCODE -- */

/* Table Styling */

.dealer-search-result tr:first-child td {
    background: #cd3040;
    color: #ffffff;
}

.entry-content tr td {
    border-top: 1px solid #dddddd;
}

/* Desktop View */
@media (min-width: 981px) {
	#dealerin_div,
	#finda_div,
	#zip-code-area,
	#zipsearch_submit_div,
	.flex_column.av_two_fifth.flex_column_div.first,
	.flex_column.av_two_fifth.flex_column_div,
	.flex_column.av_one_fifth.flex_column_div {
		display: inline-block;
	}

	#locate-dealer-phone {
		margin-bottom: 20px;
	}

	#locate-dealer-zip {
		margin-top: 20px;
	}

	.locate-dealer-separator {
		margin-bottom: 0px;
	}

	#locate-dealer-zip input,
	#locate-dealer-phone input {
		width: 100%;
    	background-color: #eee;
    	border: 0;
		padding: 10px;
    	font-size: 14px !important;
    	color: #000000;
    	line-height: initial;
    	height: initial;
    	font-weight: 400 !important;
		max-height: 39px;
	}

	#locate-dealer-zip select, 
	#locate-dealer-phone select {
		padding: 5px 20px 10px 10px !important;
		background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 14px;
    	font-weight: 400 !important;
		min-height: 39px;
    	font-family: 'Soleil';
		cursor: pointer !important;
	}
}

/* Smartphone and Tablet View */
@media (max-width: 980px) {
	#dealerin_div,
	#finda_div,
	#zip-code-area,
	#zipsearch_submit_div,
	.flex_column.av_two_fifth.flex_column_div.first,
	.flex_column.av_two_fifth.flex_column_div,
	.locate-dealer-separator {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.flex_column.av_one_fifth.flex_column_div {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	#locate-dealer-phone {
		margin-bottom: 20px;
	}

	#locate-dealer-zip {
		margin-top: 20px;
	}

	#locate-dealer-zip input,
	#locate-dealer-phone input {
		width: 100%;
    	background-color: #eee;
    	border: 0;
		padding: 10px;
    	font-size: 14px !important;
    	color: #000000;
    	line-height: initial;
    	height: initial;
    	font-weight: 400 !important;
		max-height: 39px;
	}

	#locate-dealer-zip select, 
	#locate-dealer-phone select {
		padding: 5px 20px 10px 10px !important;
		background-color: #eeeeee;
    	border: none;
    	border-radius: 0px;
    	border-width: 0;
    	color: #000000 !important;
    	font-size: 14px;
    	padding: 10px;
    	font-weight: 400 !important;
		min-height: 39px;
    	font-family: 'Soleil';
		cursor: pointer !important;
	}
}

/* -- END LOCATE A DEALER SHORTCODE -- */


/*-- REV MP 04/12 main menu--*/

@media only screen and (min-width:981px){
	body #page-container .menu-row  .et_pb_column,body #page-container.menu-row.et_pb_row .et_pb_column{
		margin-right: 1% !important;
		width:16% !important;
	}
	body #page-container .menu-row  .et_pb_column:last-child{
		width: 83% !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:1240px){
	.menu-row .et_pb_menu .et-menu>li {
    	padding-left: 5px;
    	padding-right: 5px;
	}
}


body .Ppb_cmpltorderBTN{
	padding-top: 0.3em!important;
    padding-bottom: 0.4em!important;
	padding-right: 1em!important;
    padding-left: 1em!important;
	background-color: #000000 !important;
	font-size: 15px;
	font-weight: 700!important;
}

 
#mc_embed_signup h2,
#mc_embed_signup .mc-field-group label {
	text-align: left;
	display: block;    
    color: #fff;
}

#mc_embed_signup .indicates-required {
	color: #fff;
	text-align: right;
	font-size: 11px;
}

#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 3%;
}

#mc_embed_signup .mc-field-group input {
  width: 100%;
}

body #page-container #mc_embed_signup #mc-embedded-subscribe-form input{
    border: none;
    border-radius: 0;
    padding: 15px;
}
body #page-container #mc_embed_signup .button {
    background-color: #cd3040;
    font-size: 15px;
    height: unset;
    line-height: unset;
    padding: 13px 30px !important;
    border-radius: 0;
}
body #page-container #headersearch{
	margin-right: 0 !important
}
body #page-container .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.fa-shopping-cart > a{
	margin-left: 5px;
}
@media only screen and (min-width:981px){
body #page-container #menu-header-menu-ymm {
	align-items: baseline;
}
body #page-container .et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0;
}
	body #page-container #headersearch .searchbox {
  margin-bottom: 0;
}
	body #page-container .headersearch a{
		padding-bottom: 0;
	}
	body #page-container header .menu-row .et_pb_column{
		margin: auto;
	}
	}
@media only screen and (min-width: 768px) and (max-width:980px){
body #page-container ul#menu-header-top-nav li a,
	body #page-container .Ppb_mbltopPhone a{
	font-size: 14px !important;
	}
}

@media only screen and (max-width:767px){
body #page-container ul#menu-header-top-nav li a,
	body #page-container .Ppb_mbltopPhone a{
	font-size: 2.8vw !important;
	}
}



.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-attachment-details,
.woocommerce-order-received li.woocommerce-order-overview__order.order,
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received section.woocommerce-order-details {
    display: none;
}

body #page-container .footer-menu li {
    margin-bottom: 0.6em;
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1336px) {
 .contact-info p {
    font-size: 12px;
}
	body #page-container .footer-row-fix .et_pb_column:last-child{
	width: 17%;
}
	body #page-container .footer-row-fix .et_pb_column:nth-child(5){
	width: 16%;
}
	
	body #page-container .footer-row-fix .et_pb_column {
    margin-right: 2%;
}
}

@media all and (min-width: 981px) and (max-width: 1440px){
	body #page-container .footer-title-fix{
	margin-bottom: 2em
}
	body #page-container .txt-h2 h2{
	font-size: 23px !important;
}
	body #page-container .contact-row-fix .et_pb_column:first-child{
	width: 41%;
}
	body #page-container .contact-row-fix .et_pb_column:nth-child(2){
	width: 27%;
}
}


body #page-container{
	overflow-x: hidden !important
}



/* FS Edits from fassride.com*/

/* Hide WooCommerce Order Confirmation Details */
.woocommerce-order-received li.woocommerce-order-overview__order.order,
.woocommerce-order-received .woocommerce-attachment-details,
.woocommerce-order-received .woocommerce-thankyou-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received section.woocommerce-order-details {
    display: none;
}

@media (max-width: 980px) {
	/* Fix residual spacing from improerly hidden search bar element in mobile menu */
	li.headersearch.et_pb_menu_page_id-286551.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-286551 {
		display: none;
	}
	
	/* Ensure first level mobile submenus don't lose opacity when hovering over parent items */
	li ul {
		opacity: 1;
	}
}

/* Align Middle Row */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;
}

/* Fix overlapping Gravity Forms datepicker styling */
.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month,
.gravity-theme.ui-datepicker .ui-datepicker-header select {
	padding-right: 30px;
}

/* Fix logo and hamburger spacing on tablets */
@media (min-width: 768px) and (max-width: 980px) {
	.et_pb_menu--style-left_aligned .et_pb_menu__logo {
		padding-bottom: 15px;
	}

	.et_pb_menu__wrap {
		margin-top: -15px;
	}
}
.woocommerce-checkout .woocommerce {
	margin: 0px auto 0px !important;
	max-width: 2000px;
	width: 90%;
}
.woocommerce-checkout article{
	margin-top: 50px;
	margin-bottom:50px;
}
body.custom-background.woocommerce-checkout {
	background-color: #fff;
}
/* .woocommerce-checkout .woocommerce .checkout_coupon {
	color: #fff;
} */
.woocommerce-checkout .woocommerce form.checkout_coupon{
	margin: 0;
}
/* .woocommerce-checkout .woocommerce form .form-row label, .woocommerce-checkout .woocommerce-page form .form-row label{
	color:#fff;
} */
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text{
	color:#000;
}
.woocommerce-checkout table.cart td.actions .input-text{
	width: 150px;
  	height: 39px;
}
/* .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout .woocommerce-shipping-fields h3{
	color:#fff;
} */
@media (max-width:430px){
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		float: none;
  		width: 100%;
	}
	.woocommerce-checkout table.cart td.actions .coupon .button{
		float: none;
  		margin: auto;
	}
}