.custom-heading.heading-align {
font-family: Algerian;
font-size: 40px;
line-height: 50px;
font-variant: normal;
text-transform: none;
}
#recent-posts-5.widget.widget_recent_entries {
font-size: 15px;
line-height: 21px;
} .tfb-select {
background: #111;
color: #fff;
border: 1px solid #444;
border-radius: 6px;
padding: 10px 14px;
font-size: 15px;
width: 100%;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image:
linear-gradient(45deg, transparent 50%, #caa85c 50%),
linear-gradient(135deg, #caa85c 50%, transparent 50%),
linear-gradient(to right, #caa85c, #caa85c);
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 15px) calc(1em + 2px),
calc(100% - 2.5em) 0.5em;
background-size:
6px 6px,
6px 6px,
1px 2em;
background-repeat: no-repeat;
}
.tfb-select:focus {
outline: none;
border-color: #caa85c;
box-shadow: 0 0 4px rgba(202,168,92,0.6);
}