/* SEARCHBOX WIDGET STYLES */


/* Use by both filter & box style */
.wb-ent-shortcode-searchbox-frame {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.wb-ent-shortcode-search-media {
    position: relative;
    z-index: 0;
}

.wb-ent-shortcode-search-box-icon {
    color: #9e9d9d;
    font-size: 18pt;
    padding-left: 12px;
}

.wb-ent-shortcode-search-box-btn {
    background-color: #0f1f69;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.wb-ent-shortcode-search-box-btn:hover {
    background-color: #243583;
}

/* Use by box style start */

.wb-ent-shortcode-search-box {
    border: 0 !important;
    color: #858585;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;	
    margin-right: 5px; 
}

.wb-ent-shortcode-search-box:focus {
    box-shadow: none;
}

.wb-ent-shortcode-search-box-inside {
    overflow: hidden;
}

/* Use by box style end */


/* Use by filter style '.wb-ent-search-box' in box START */

.wb-ent-shortcode-search-field {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #959394;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    outline: none;
    margin-right: 1px;
}

.wb-ent-shortcode-search-field:focus {
    box-shadow: none;
    background-color: transparent;
}

.wb-ent-shortcode-search-field-cta-btn-inside {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
}

.wb-ent-shortcode-search-field-cta-btn-inside:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #007bff;
    top: 97.5%;
    width: 98%;
    left: 49%;
    transform: translateX(-50%);
}

.wb-ent-shortcode-search-field-cta-filter-inside {
    background-color: transparent;
    border-radius: 0;
    height: 40px;
    border-bottom: 1px solid #007bff;
}

.wb-ent-shortcode-search-field-filter {
    background-color: transparent;
    color: #5369a3;
    position: absolute;
    top: 8px;
    right: 4px;
    bottom: 0;
    width: 25px;
    z-index: 2;
    font-size: 18px;
}


.input-group-append .wb-ent-shortcode-search-field-filter {
    position: relative;
    z-index: 2;
}
/* Use by filter style END */


/* Remove the background of chromes autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
}


/*---------- ORIGINAL STYLE FOR SEARCH BOX WIDGET ----------*/

.wb-ent-search-box:focus {
    box-shadow: none;
    right: 1px;
}

.wb-ent-search-box-btn {
    background-color: #0f1f69;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.wb-ent-search-box-btn:hover {
    background-color: #243583;
}

.wb-ent-search-box-custom-btn {
    background-color: #2a716c;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.wb-ent-search-box-custom-btn:hover {
    background-color: #3a8580;
}

.wb-ent-search-box-post-filter {
    height: 36px;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;  
}

.wb-ent-search-box-video-icon {
	color: #9e9d9d;
	font-size: 20pt;
	padding-left: 12px;
}

.wb-ent-filter-search {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

#wb-ent-sidebar-widget .wb-ent-filter-search {
	margin-top: unset !important;
	margin-bottom: 1rem !important;
}


.wb-ent-search-box-simple {
	white-space: normal;
	position: relative;
}

.wb-ent-filter-search-input {
	position: absolute;
	top: 8px;
	left: 46px;
}

.wb-ent-filter-search-input > input {
    border: 0;
    width: 76%;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 400;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /* outline: none !important; */
    margin-left: 10px;
}

.wb-ent-filter-select-magnifier-icon {
    position: absolute;
    z-index: 2;
    color: #959394;
    top: 7px;
}

.wb-ent-filter-search-field {
    position: absolute;
    z-index: 2;
    top: 6px;
    width: 100%;
    padding-left: 26px;
}

.wb-ent-filter-search-field > input{
    width: 100%;
    border: none;
    color: #959394;
    font-weight: lighter;
    outline: none;
}

.dropdown.col-md-4.mb-3.mt-3.wb-ent-filter-search-icon {
    position: relative;
}


.wb-ent-searchbar {
    background-color: #c4c4c4;
    border: 0 !important;
    color: #858585;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;	
}

.wb-ent-searchbar:focus {
    box-shadow: none;
}

.wb-ent-searchbar-shadow {
    background-color: #c4c4c4;
    border-radius: 4px;
}

.wb-ent-searchbar-btn {
    background-color: #0f1f69;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.wb-ent-searchbar-btn:hover {
    background-color: #243583;
}

.wb-ent-searchbar-style {
    height: 40px;
    margin: 14px 0 16px 0 !important;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;  
}

.wb-ent-searchbar-video-icon {
    color: #9e9d9d;
    font-size: 20pt;
    padding-left: 12px;
}

.wb-ent-position-fixed {
    position: fixed;
}

.wb-ent-search-box-media button.wb-ent-shortcode-search-box-btn.wb-ent-btn-group{
    /* outline:none !important; */
    border:none !important;
    box-shadow:none !important;
}
.wb-ent-search-box-media .wb-ent-search-box:focus{
    right:0;
}
.wb-ent-search-box-inside{
    height:auto;
}

/**
SC styles: search box 
*/
.wb-ent-search-box {
    color: #858585;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}
.wb-ent-search-box-btn {
    color: #858585 !important;
    font-size: 14pt !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
    .wb-ent-searchbar-media {
        padding-top: 10px;
        position: relative;
        z-index: 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
    .wb-ent-searchbar-media {
        padding-top: 10px;
        position: relative;
        z-index: 0;
    }
}