/*
Theme Name: Dorbean
Theme URI: https://dorbean.com
Description: Look into Distance
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Taaruff
Author URI: https://taaruff.com
Text Domain: dorbean
Version: 23.9
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.blog_single .post_info{
	display: none !important;
}

.demo-send-btn{
	width: 100% !important;
    background: #ec1d3c !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
	-o-border-radius: 50px !important;
    border: none !important;
}
.demo-send-btn:hover{
    background: #333333 !important;
}

.form-demo label{
	font-size: 15px !important;
}

div.form-demo .wpforms-form .wpforms-field {
    padding: 7px 0 !important; 
}


.notification-social a{	
	margin-right: 8px;
}