/*
Theme Name: Listify Child
Theme URI: https://astoundify.com/products/listify/
Template: listify
Author: Astoundify
Author URI: https://astoundify.com/
Description: The last directory theme you will ever buy.
Tags: white,two-columns,one-column,right-sidebar,left-sidebar,responsive-layout,custom-background,custom-header,theme-options,full-width-template,featured-images,flexible-header,custom-menu,translation-ready
Version: 2.13.0.1590669878
Updated: 2020-05-28 14:44:38

*/


h1,
h2,
h3,
h4,
h5,
h6,
 {
	font-weight: 700;
	color:#F40E12;
}
li:first-child.job-package{
	background-color: #f6f6f6;
		
}
li:first-child.job-package:hover{
	box-shadow: 0px 0px 5px #888
}
li:nth-child(2).job-package{
	background-image: linear-gradient(to top, #cccccc 20%, #ffffff 50%);
	
}
li:nth-child(2).job-package:hover{
	box-shadow: 0px 0px 5px #888
}
li:last-child.job-package{
	background-image: linear-gradient(to top, #f7ea8f 10%, #ffffff 50%);
	
}
li:last-child.job-package:hover{
	background-image: linear-gradient(to top, #f7ea8f 10%, #ffffff 50%);
	box-shadow: 0px 0px 5px #888
}
/*button.button{
	background-color: #cf203a;
}*/

button.button,
a.button {
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F3AD11;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
button.button:hover,
a.button:hover {
    color: #FFFFFF;
    background-color: #4054B2;
}

.woocommerce-message {
    margin: 5 0 2em;
    padding: 1em;
    border-width: 3px;
    border-style: solid;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.03) 0 2px 0;
}

#wcfm-main-contentainer .select2-container, #wcfm-main-contentainer .select2-container .select2-selection {
    height: auto;
}
#wcfm-main-contentainer .select2-search input[type="search"] {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

#billing_title_field .select:after {
	top: -21px;
    right: -80px;
}

.select.dropdown_product_cat-wrapper .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-right: 35px;
}

.product__inner .product-clickbox {
	z-index: 3;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before, 
body.storefront .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wcfm-store-manager a:before {
	content: '' !important;
}