/*
Theme Name: Wildpoker Theme
Theme URI: https://wildpoker.co
Author: Sonu Soni
Description: Blog theme
Version: 1.0
*/

 .btn-soft-secondary {
    margin-right: 5px;
}
.wp-block-pullquote {
    padding: 0em 0;
}
.blockquote{
	padding: 1.5rem !important;
	margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.post-content .span-reading-time.rt-reading-time{
	display: none !important;
}
.card-img-top-overlay img{
	    height: auto !important;
}
.feather {
    width: 1.2rem;
    height: 1.2rem;
}
@media(min-width:1024px){
.form-control-with-hint input{
	width: 265px;
}
}