@charset "UTF-8";
/*
Theme Name: LunaFlow
Theme URI: 
Author: Sudipta Chakraborti
Author URI: 
Description: 
Version: 1.0
*/

/*.modal.modalbox {
    z-index: 99999; 
}
.modal.modalbox .modal-content {
    background: #effde1;
    color: #333;
}*/

.loader {
  border: 16px solid #bbbbbb;
  border-radius: 50%;
  border-top: 16px solid #f5b94b;
  /*border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;*/
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader_wrap {
  position: fixed;
  z-index: 99999;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255, 0.6);
  text-align: center;
}
.loader_wrap .loader {
  display: inline-block;
  margin-top: 25%;
}


.field_error {
	color: red;
	font-size: 14px;
}
.ajax_success {
  color: #32ab00;
  font-size: 16px;
}
.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;
}


.post-box .post-box-wrap::before {
  background-color: rgb(6 44 125 / 61%);
}




#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;
}

iframe.resiframe {
    width: 100%;
    height: 250px;
}
.page-link,
.page-link:hover {
    color: #f15b43;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
}
@media only screen and (max-width: 767px) {
  
}