@charset "UTF-8";
/*
Theme Name: DVA Developers
Theme URI: 
Author: Sudipta Chakraborti
Author URI: 
Description: 
Version: 1.0
*/

/*.modal.modalbox {
    z-index: 99999; 
}
.modal.modalbox .modal-content {
    background: #effde1;
    color: #333;
}*/





/*.pagination .page-numbers.current {
    color: #f33e3e;
    background: #ffffff;
}
ul.pagination li::before {
  display: none;
}
ul.pagination li {
    padding-left: 0px;
}

.pagination,
.pagination li a,
.pagination li span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination li {
  list-style: none;
}
.pagination a,
.pagination span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding-top: 1px;
  text-decoration:none;  
  border: 1px solid rgba(0,0,0,.25);
  border-left-width: 0;
  min-width:44px;
  min-height:44px;
  color: rgba(255,255,255,.85);  
  box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,.35);
  background: #f33e3e;
}*/


.field_error {
	color: red;
	font-size: 14px;
}
.ajax_success {
  color: #32ab00;
  font-size: 20px;
}
.ajax_error {
  color: red;
  font-size: 20px;
}


img.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
img.alignright {
    float: right;
    margin: 10px 0px 10px 10px;
}




#comments .comment-list {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list ol {
  list-style: none;
  padding-left: 0;
}
#comments .comment-list li.comment {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
#comments .comment-list li p:after {
  clear: both;
  display: block;
  content: '';
}
#comments .comment-list li .commentmetadata {
  padding-bottom: 6px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 13px;
}
#comments .comment-list li.comment li.comment {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}
.comment-author {
  padding-bottom: 6px;
}
.comment-author img {
  margin-right: 6px;
}
.comment-body {
  position: relative;
  padding-bottom: 30px;
}
.depth-3 .comment-body {
  padding-bottom: 10px;
  border-bottom: 1px solid #9c8b47;
}
#comments .comment-list .reply {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #9c8b47;
    text-align: right;
    padding-bottom: 4px;
    margin-top: -10px;
}
#commentform p {
  margin-bottom: 20px;
}
#respond #reply-title {
  font-size: 22px;
  margin: 0 0 12px 0;
}
#comments .comment-list .reply a {
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  color: #fff;
}
#comments .comment-list .reply a {
  background-color: #940909;
  text-shadow: none;
}
#comments .comment-list .reply a:hover {
  background-color: #2570bd;
}

.main-footer .footer-bottom .bottom-links li a {
  display: inline;
}
iframe.resiframe {
    width: 100%;
    height: 250px;
}

.styled-pagination li a {
  background: #a5adae;
}
.styled-pagination li a:hover, .styled-pagination li a.active {
    background: #fff;
}


@media only screen and (min-width: 768px) {
  
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
}
@media only screen and (max-width: 767px) {
  
}