/*
Theme Name: Autosmart
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2017 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autosmart
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

#sidebar .fs-contact-seller form.fs-contact-seller-form button[type=submit] {
	background-color: #FFA500!important; /*#f38e3c*/
}

.single-fs_product #sidebar form.wpcf7-form input[type=submit] {
	background-color: #FFA500!important; /*#f38e3c*/
	width: 100%!important;
    line-height: 38px!important;
}

.fss_single_wg .fss-manu-contents .fss-manu-item {
	width: 100%!important;
}

#cshero-menu-mobile .xs-phone-sales,
#cshero-menu-mobile .xs-phone-service {
    background-color: #1e73be;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: auto;
    padding: 8px 10px 4px 0;
}

#cshero-menu-mobile .xs-phone-sales i.zmdi-phone,
#cshero-menu-mobile .xs-phone-service i.zmdi-phone {
	background-color: transparent!important;
	font-size: 23px!important;
	-webkit-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important;
    border-radius: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;

}

#cshero-menu-mobile .xs-phone-sales span,
#cshero-menu-mobile .xs-phone-service span {
	display:inline-block;
	line-height: 40px;
	height: 40px;
}