/*
Theme Name: Damar Suppliers
Theme URI: novotus.co.in
Author: Novotus information Technology
Author URI: novotus.co.in
*/
.wpcf7-list-item {
	display: flex!important;
    align-items: center!important;
    flex-direction: row!important;
  	margin: 0px!important;
}
.wpcf7-list-item-label {
  	font-size: 14px!important;
  	padding: 5px 0px 0px 10px!important;
}
.wpcf7-form-control-wrap {
	margin-left: 4px!important;
}
.wpcf7-form .checkbox {
	height: 20px!important;
  	width: 20px!important;
}

#cookie-notice .cn-button {
    margin-left: 10px;
   background: #000 !important;
}
.wpcf7-list-item-label {
	color: #FFF;
}
.blog-post {
 	border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}
.blog-post-title {
    font-style: italic;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}
.wp-post-image {
 	width: 100%; 
    height: auto;
}
.inner {
 	padding: 60px 0; 
}
#main {
  	padding: 60px 0; 
}	