/*
Theme Name: Avuetech 
Theme URI: http://avuetech.in
Author: Avuetech
Author URI: http://avuetech.in/
Description: 
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avuetech
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #000 !important;
}
.widget{
padding:0px;
}
.widget-area{
    background: rgba(234, 239, 239, 0.24);
    padding: 5px;	
}
.search-field{
    width: 100%;
    border: 0px;
    background: #293542;
    color: #FFF;
    padding: 5px 5px 5px 15px;	
}
.search-submit{
	width: 100%;
    height: 30px;
    margin: 0 auto;	
}
.search-submit .icon-search{
	max-width: 100%;
    max-height: 100%;	
}
.search-submit .screen-reader-text{
	float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;	
}
.widget_recent_entries,.widget_recent_comments{
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 0px solid #CCC;	
padding:0px;
}
.widget_search{
	margin-bottom:40px;	
padding:0px;
}
.widget-title{
    font-size: 18px;
    text-align: center;
    margin: 0px;
    background: #293542;
    padding: 8px 2px 8px 2px;
    color: #fff;	
	float: left;
    width: 100%;
}
.widget ul{
    margin: 0px 0px 10px 10px;
    padding: 0px;
}
.widget ul li{
	list-style:none;
	margin:0px;
	padding:0px;	
}

.icon-mail-reply{
	width: 20px;
    height: 20px;
    float: left;
    margin-right: 2px;	
}
.avatar {
    width: 20px;
    height: 20px;
    margin-left: 2px;
    margin-top: 2px;
}
.comment-author{
	float: left;
    margin-right: 10px;	
}
.comment-body footer {
    padding: 3px 4px;
    background: rgba(227, 233, 243, 0.38);
    color: #FFF;
    margin-top: 10px;
}

.bcontent{
	font-size:14px;
}
.bcontent p{
	font-size:14px;	
}
.bcontent p a{
	font-size:15px;	
	color:#1834bc;
}

.post a{
	color:#3463ce;	
}
.bcontent img{
    max-width: 200px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;	
}
.btn-read-more{
	color:#FFF !important;	
}
.post{
    border-bottom: 2px solid #293542;
    margin-bottom: 20px;	
}
.blogdetails img{
	float: left;
    margin-right: 20px;
    max-width: 100%;
    margin-bottom: 20px;
}
.comments-area textarea{
	width:100%;
	height:100px;	
}
.comments-area input[type="text"],.comments-area input[type="url"],.comments-area input[type="email"]{
	width:100%;	
}