.site-content .ast-container {
    display: block !important;
}
.cpt_wrapper{
    background: #fff;
    padding: 30px 20px;
    margin: 10px 0px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #ddd;
}

ul.cpt_childs{
    margin: 0px;
}

.cpt_childs li {
    background: #fff;
    padding: 15px 30px;
    margin: 10px 2px;
    border-radius: 0px;
    box-shadow: 1px 1px 2px #ddd;
    display: inline-block;
    list-style: none;
}
.cpt_childs li a{
    color:#1e293b;
}

.eci_parent_cats {
    display: inline-table;
    width: 32%;
    box-shadow: 1px 1px 1px #ddd, -1px -1px 1px #ddd;
    margin-right: 15px !important;
	margin-bottom:15px !important;
}
.eci_parent_cats h3 {
    border-bottom: 1px solid #eee;
    margin: 0px;
    text-align: center;
    font-size: 17px;
    background: #fff;
}
.eci_parent_cats h3:last-child{
	border:none;
}
.eci_parent_cats h3 a {
    color: #555;
    text-decoration: none !important;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}
.eci_parent_cats h3 a:focus{
	outline:none;
}

.eci_parent_cats h3 a:hover {
	background:#477132;
	color:#fff;
}

.eci_header {
    background: #fff;
    margin: 20px 0px;
    padding: 40px 30px;
    width: 100%;
}


.cpt_wrapper {
    border-bottom: 1px solid #ddd;
    margin: 20px 0px;
    padding-bottom: 16px;
    background: #fff;
    padding: 22px 20px;
    box-shadow: 1px 1px 4px #ddd;
    border-radius: 5px;
}

.cpt_wrapper p{
    margin: 0px;
}

.cpt_wrapper h2{
    margin-bottom: 10px;
}

.cpt_wrapper ul {
    margin:0px;
}

.cpt_wrapper ul li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    border: 1px solid #eee;
    margin-right: 10px;
    padding: 0px 10px;
    margin-top: 10px;
	cursor:pointer;
}

.cpt_wrapper ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.cpt_wrapper ul li a:hover{
	text-decoration:underline;
}
.cpt_wrapper ul li a:focus{
	outline:none;
}
.catTitle {
	font-weight: bold;
    background: #4a7635;
    color: #fff;
}

.parent_child_cats_cats{
	margin:0px;
}

.parent_child_cats_cats li {
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin: 0px 1px 1px 1px;
    text-align: center;
    font-size: 17px;
    background: #fff;
    width: 33%;
    font-weight: bold;
}

.parent_child_cats_cats li a{    color: #555;
    text-decoration: none !important;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}
ul.tags li{
	width:auto !important;
}

ul.tags li a{
	padding:0px !important;
}

ul.slots {
    list-style: none;
    margin: 0px 0px;
    padding-bottom: 16px;
    padding: 0px;
    margin-bottom: 30px;
}
ul.slots li {
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin: 10px 12px 0px 4px;
    padding-bottom: 16px;
    background: #fff;
    padding: 0px 20px;
    box-shadow: 1px 1px 4px #ddd;
    border-radius: 5px;
    width: 32%;
}
ul.slots li a {
    color: #555;
    text-decoration: none !important;
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: center;
}

.blocks{
    border-bottom: 1px solid #ddd;
    margin: 20px 0px;
    padding-bottom: 16px;
    background: #fff;
    padding: 22px 20px;
    box-shadow: 1px 1px 4px #ddd;
    border-radius: 5px;
}
.blocks p{
    margin-bottom: 5px;
}

.blocks ul{
    margin: 0px;
}

.blocks ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.blocks ul li a{    
    border: 1px solid #ddd;
    padding: 3px 10px;
    color: #000;
}

@media(min-width:310px) and (max-width:568px){
	header .custom-logo-link img{
	width:250px !important;
	
}
	.eci_parent_cats{
		width:100%;
		margin:15px 0px 0px 0px !important;
		
	}
}