/*!
Theme Name: malang

 */

.widget-content ul li{
	padding-bottom: 10px;
}

.custom-bullet ul{
	padding-top: 15px;
padding-left: 15px;
}

.custom-bullet ul li{
	list-style: disc;
    padding-bottom: 10px;
}

.wpcf7-date{
	width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.library-content h2{
	color: #888383;
    font-weight: 500;
    padding-bottom: 10px;
}

.widget_categories ul li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.widget_categories ul li a{
position: relative;
    display: block;
    font-size: 18px;
    color: #646578;
    background: #f7f7f7;
    padding: 15px 40px 9px 45px;
    border-radius: 5px;
    border-radius: 10px;
}

.widget_categories ul li a span{
  position: absolute;
  top: 12px;
  right: 20px;
  color: #ffffff;
  transition: all 500ms ease;
}

.widget_categories li a:before{
  position: absolute;
  content: "\f07b";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  font-weight: 400;
  color: #b6b6c2;
  left: 20px;
  top: 15px;
  transition: all 500ms ease;
}

.widget_categories li a:hover:before{
  color: #ffffff;
}
a.theme-btn-three.thm-btn.blue {
    background-color: #0069f2;
}

.widget_categories li a:hover{
  color: #ffffff;
}

.widget_tag_cloud .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 18px !important;
    color: #646578;
    background: #f7f7f7;
    padding: 9px 12px;
    text-align: center;
    border-radius: 5px;
	margin: 5px;
}

.widget_search input{
position: relative;
    width: 100%;
    height: 52px;
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 18px;
    color: #646578;
    border: 1px solid #48883b;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.widget_search .search-submit{
	position: absolute;
    /* top: 0px; */
    /* right: 0px; */
    /* width: 52px; */
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
    padding: 0px 10px;
    background: #48883b;
	width: 20%;
}

.widget_categories ul li a:hover {
    color: #ffffff;
}
.widget_categories ul li a:hover {
    background: #48883b;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
}
.widget_tag_cloud .tagcloud a:hover {
    background: #48883b;
}

.about-section .btn-box {
    padding-top: 35px;
	display: flex;
}

.coupons {
    background-color: #eaeaea;
    padding: 5px;
    margin: 0px;
}

.coupons img {
    margin-bottom: 5px;
}

span.wpcf7-form-control.wpcf7-radio input {
    position: relative;
    top: 24px;
}

span.wpcf7-form-control.wpcf7-radio {
    position: relative;
    top: -19px;
}

.widget_search .screen-reader-text {
	display:none;
}

.widget_search .search-field{
	    width: 85% !important;
    height: 40px !important;
}

.widget_search .search-submit{
	   
    height: 40px !important;
	    line-height: 40px !important;
	margin-left: -25px;
}

.tnp-submit{
	background: #fff !important;
    color: #48883b !important;
    padding: 15px 25px;
    border-radius: 5px !important;
    font-size: 16px;
    text-transform: uppercase !important;
	float:right;
}

.tnp-email{
	width:70% !important;
	background: transparent !important;
    border: 1px solid !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 5px !important;
	float:left;
}

.tnp-subscription div.tnp-field {
	margin-bottom: 0px !important;
}

.tnp-field label {
    color: #fff !important;
}

.other-text p a{
	color: red !important;
}

.review-text{
	border-bottom: 1px solid #e2e0e0;
	width: 100%;
}

.review-text .star-ratting{
	
    margin: 15px 0px;
}


.review-text .star-ratting span {
	color: #fbc35c;
    font-size: 14px;
}

.review-text  h6{
	margin: 15px 0px;
}

.single-info-box p {
	font-size:16px;
}

@media (max-width: 480px){
.tnp-subscription input[type=submit] {
    width: 28% !important;
}
}