/*
Theme Name: punksly Child
Template: punksly
*/
/*Add your own styles here:*/

.lswssp-logo-title {
	font-size: 15px;
}
#top .av-iconlist-small li {
	margin-bottom: 9px;
}
#top .av_iconlist_title a:hover {
	text-decoration: none;
}
#top .av_inherit_color a {
	text-decoration: none;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	font-family: inherit;
	font-size: 14px;
	margin-bottom: 0px;
	border-radius: 5px;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
	background: #719430;
}
div.wpforms-container-full button[type=submit]:hover {
	background: #8bc126;
}

/*--------------Footer Links-----------------*/
.rice-we-deal {
    position: relative;
    display: block;
    margin-top: 2rem;
}
.rice-we-deal ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.rice-we-deal ul li {
    list-style: none;
    margin: 3px 5px 0px 0px;
}
.rice-we-deal ul li:first-child{
    margin-left:0;
}
.rice-we-deal ul li span {
    font-size: 13px;
    font-weight: 500;
    color: #132a3c;
}
.rice-we-deal ul li a {
    font-size: 12px;
    font-weight: 500;
    background:#daebb9;
    padding: 4px 10px;
    border-radius: 2px;
    transition: all ease 0.4s;
	color: #595959 !important;
}
.rice-we-deal ul li a:hover {
	text-decoration: none;
	background: #cddeac;
}
/*--------------Footer Links-----------------*/




