/*
Theme Name: Carmen Child Theme
Theme URI: http://themetrail.com/themes/carmen/
Description: WordPress theme for car dealer.
Version: 1.0.0
Text Domain: carmen
Template: carmen
Author: ThemeTrail
Author URI: http://themetrail.com
License:
License URI:
Tags:
*/
@import url("/wp-content/themes/carmen/style.css.php");

/**
 * You can add your own custom CSS below.
 *
 */

.btn-primary,
input[type=submit],
.wpcm-results-spinner,
.wpcm-results-spinner:before,
.wpcm-results-spinner:after,
#wpcm-car-form .wpcm-delete-image:hover {
    background-color: #e63946;
}

.btn-ghost-primary,
.show-nav .primary-menu a .current-menu-item > a
.wpcm-vehicle-filters a,
.vehicle-types .current,
.wpcm-results-spinner,
.show-nav .current-menu-item > a {
    color: #e63946;
}

@media (min-width: 992px) {
    .primary-menu .menu-item-my-account span a:hover {
        color: #e63946;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}


/* Dropdown control */
.selectBox-dropdown {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #eaeaea;
    outline: none;
    color: #787878;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;

}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: 1px solid #eaeaea;
    background: #FFF;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #727272 !important;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #EEE;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 16px;
    width: 0;
    height: 100%;
}

.siganet{
    height: 14px !important;
    margin-bottom: 2px;
    margin-left: 1px;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#FFF')";
    -webkit-filter: drop-shadow(1px 1px 0 rgba(255,255,255,1));
    filter: drop-shadow(1px 1px 0 rgba(255,255,255,1));

}