/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

/* Orange #FF914D */
/* Blue #023047 */
/* light blue #E9F5F8  */


.lf-head-btn{
	background:#023047!important;
	opacity:.8;
}

/* drop down menus */
#menu-item-13949,
#menu-item-13950
{
	background: #023047 !important;
	border: none !important;
	color:#fff !important;
} 
#menu-item-13949:hover, #menu-item-13950:hover{
	background:#FF914D !important;
}
#menu-item-13949 a,
#menu-item-13950 a {
		color:#E9F5F8 !important;
}

#menu-item-13949 ul li a,
#menu-item-13950 ul li a{
	color: #023047 !important;
}
/* ------------------------------ */

/* Add listing button  */
#menu-item-13798 a {
	color:#fff !important;
}
#menu-item-13798:hover a{
	color: #023047 !important;
}
/* ------------------------ */

/* user menu drop down */
.i-dropdown li,.i-dropdown li a {
    background: #E9F5F8 !important;
	color: #023047 !important;
}

/* user menu drop down on hover  */
.i-dropdown li:hover{
    background: #FF914D !important;
	color:#023047;
}

/* Add Listing menu button */
 .menu-item-object-page {
	background: #FF914D !important;
	border: none !important;
}
#user-dropdown-menu, 
	.header .user-area>a,
	.header .user-area>span {
	color: #023047 !important;
}

.no-results-icon.mi.mood_bad,.no_job_listings_found{
	color:#FF914D !important;
}

.header-search input{
	color:#023047 !important;
}

#c27-header-search-form .search{
	color:#023047 !important;
}

/* footer */

#menu-1-4815e1ef .menu-item-object-page, #menu-1-58c03511 .menu-item-object-page, #menu-1-3596e101 .menu-item-object-page{
	background:none !important;
}
#menu-2-3596e101 li
{
	background-color:#023047 !important;
}
/*-----------------  Mobile View  -------------------------------*/

/* hamburger menu icon color */
.mi{
    color: #023047 !important;
}

/* set dropdown arrow color */
.material-icons.arrow_drop_down{
	color: #E9F5F8 !important;
}

/* user menu drop down  */
@media only screen and (max-width: 1200px) {
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children .sub-menu.i-dropdown.no-list-style.shown-menu{ 
	color: #023047 !important;
 }
}

@media only screen and (max-width: 1200px) {
	#menu-primary li a {
	color: #E9F5F8 !important;
 }
}

