/*
Theme Name: Trevid 
Theme URI: http://www.amstech.co.in/
Author: Prasanta Kr sen
Author URI: http://www.amstech.co.in/
*/
.categorylist{float: left;    margin: 0 57px 7px 55px;    max-width: 880px;min-width: 880px;}

.servive_txt .servive_txt_img img { width:100%; height:100%;}

#respond { 

padding:0 5px 0 5px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

#author ,#email,#url { 

font-size: 16px;
color:#1d1d1d; 
letter-spacing:.1em;
} 

#url  { 
color: #21759b;

} 
#submit {
border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    outline: medium none;
    padding: 10px 14px;
    text-align: center;
	background: none repeat scroll 0 0 #88C354;
    bottom: -16px;
    display: block;
    left: 92px;
   
} 

#submit:hover {
  background:#fed72a;
}
.commentlist{ color:#000;margin-left: 5px;}
.comment-author .fn .url{ color:#000; text-transform:capitalize; font-weight:normal;}
.commentmetadata a { color:#88C354;}
.commentmetadata a:hover { color: #1EB128; }
.reply a{ color:#fed72a;}
#commentform label{ clear:both; }
#comments,#respond h3{color: #1EB128;    font-family: 'antonioregular';  font-size: 20px; font-weight: normal; margin-bottom: 10px; margin-top: 10px;   text-transform: uppercase; border-bottom:2px solid #FED72A;width: 43%;}
.latest_project_cat ul li{ margin:5px;}
#commentform p a { color: #1EB128;}
#commentform p a:hover { text-decoration: underline;color: #FED72A;}

















@media only screen and (min-width: 320px) and (max-width: 480px){

.servive_txt .servive_txt_img {
    float: left;
    margin: 0 15px 15px 0;
    width: 100%;
}
.servive_txt .servive_txt_img img {
    clear: both;
    float: none;
    height: 100%;
    width: 100%;
}

.commentform label{ clear:both;}

#respond input[type=text], textarea {
 width:95%;
}
 #comments {width: 81%;}
 #respond h3{width: 81%;}

}

@media only screen and (min-width: 481px) and (max-width: 640px){	
.servive_txt .servive_txt_img {
    float: left;
    margin: 0 15px 15px 0;
    width: 100%;
}
.servive_txt .servive_txt_img img {
    clear: both;
    float: none;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 641px) and (max-width: 800px){

.servive_txt .servive_txt_img {
    float: left;
    margin: 0 15px 15px 0;
    width: 100%;
}
.servive_txt .servive_txt_img img {
    clear: both;
    float: none;
    height: 100%;
    width: 100%;
}

#comments {width: 51%;}
}


@media only screen and (min-width: 801px) and (max-width: 1280px){

.servive_txt .servive_txt_img {
    float: left;
    margin: 0 15px 15px 0;
    width: 100%;
}
.servive_txt .servive_txt_img img {
    clear: both;
    float: none;
    height: 100%;
    width: 100%;
}
#comments {width: 51%;}

}













