/*
Theme Name:     CargoPress Child Theme
Theme URI:      http://www.proteusthemes.com
Description:    Child theme for the CargoPress
Author:         Primoz Cigler
Template:       cargopress-pt
Version:        1.0
*/


/* add custom CSS code bellow */

.is-highlight {
    padding: 0px;
	color: inherit !important;
}

.is-search-input {
	padding-left: 3px;
}

@media (min-width: 992px) {
	.main-navigation > li > a::before {
		background-color: rgba(0, 0, 0, 0);
	}
}
.is-search-input {
	/* color: #000000 !important; */
    border-color: #f29329;
    background-color: #f2a146;
}
@media (max-width: 991px) {
	.is-search-input {
		border-color: initial !important;
		background-color: white !important;
	}
}

.widget_black-studio-tinymce table, .widget_black-studio-tinymce ul, .widget_black-studio-tinymce ol {
	font-size: 14px;
}

.header .icon-box .fa, .number-counter__icon, hr.hr-quote::after {
    /* color: #f29329 !important; */
}
