.dwqa-container {
  box-shadow: border-box;
  -webkit-box-sizing: border-box;
}

.dwqa-staff {
  background: #1ba1e2;
  border-radius: 3px;
  color: #fff;
  margin: 0 5px;
  padding: 1px 5px;
}

.dwqa-pagination a,
.dwqa-pagination span {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
}

.dwqa-answers-list{
background: #F5F5F5;
border-radius: 10px;
}

.dwqa-answers-list .dwqa-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dwqa-captcha img {
  display: block;
  margin: 0 0 10px;
}

.dwqa-captcha input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 100%;
}

.dwqa-alert {
  border-radius: 2px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.dwqa-alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.dwqa-alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.dwqa-alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.dwqa-comment-gcaptchav2{
  display: inline-block;
}

/**
 * Questions
 *
 * -----------------------------------------------------------------------------
 */
.dwqa-question-item {
margin-bottom: 0;
padding: 10px;
position: relative;
}

.question-simgle-item {
background:#e8f4f9;
border-radius:10px;
margin-bottom: 0;
padding: 10px;
position: relative;
}

.singletitle{
color:#474747;
font-size: 1.2em;
font-weight: 600;
padding:0px 0px 5px 0px;
margin: 5px;
border-bottom: dotted #989898;

}

.question-simgle-item .dwqa-question-meta{
text-align: right;
font-size: 0.9em;
}


.dwqa-question-item.dwqa-sticky {
  background: #fcf8e3;
}

.dwqa-question-title a {
  font-size: 15px;
  color:#D92124;
  font-weight: 500;
}

.dwqa-question-item .avatar {
  border-radius: 48px;
  left: 15px;
  position: absolute;
  top: 0;
}

.dwqa-question-item .dwqa-question-meta {
  font-size: 0.8em;
  margin-bottom: 20px;
}

.dwqa-question-item .dwqa-status {
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
  padding: 1px 5px;
}

.dwqa-question-vote {
  left: 6px;
  min-height: 60px;
  position: absolute;
  top: 70px;
}

.dwqa-question-vote .dwqa-vote {
  display: block;
    height: 0;
    border: 10px solid transparent !important;
    border-bottom-color: #ddd !important;
    box-shadow: none !important;
    position: absolute;
    text-decoration: none !important;
    left: 7px;
    text-indent: -9999px;
    top: -20px;
    width: 0;
}

.dwqa-question-vote .dwqa-vote-count {
  display: block;
  height: 32px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 32px;
}

.dwqa-question-vote .dwqa-vote:hover,
.dwqa-question-vote .dwqa-vote:active {
  border-bottom-color: #999 !important;
}

.dwqa-question-vote .dwqa-vote-down {
    border: 10px solid transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: #ddd !important;
    top: auto;
    bottom: -20px;
}

.dwqa-question-vote .dwqa-vote-down:hover,
.dwqa-question-vote .dwqa-vote-down:active {
  border-bottom-color: transparent !important;
  border-top-color: #999 !important;
}

.dwqa-question-item .dwqa-question-actions {
  float: right;
}

.dwqa-question-item .dwqa-question-actions label {
  display: inline-block;
}

.dwqa-question-item .dwqa-question-actions a {
  margin-left: 10px;
}

.dwqa-question-item .dwqa-question-actions input[type=checkbox] {
  margin-right: 5px;
}

.dwqa-pick-best-answer {
  height: 32px;
  position: absolute;
  text-indent: -9999px;
  top: 50px;
  width: 32px;
}

.dwqa-pick-best-answer:after {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    border: solid #ddd;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dwqa-pick-best-answer:hover:after {
  border-color: #999;
}

.dwqa-best-answer .dwqa-pick-best-answer:after {
  border-color: #f4bc42;
}

.dwqa-question-content img {
  max-width: 100%;
  height: auto;
}

.dwqa-question-tag + .dwqa-question-status {
  float: right;
}

.dwqa-question-item .dwqa-question-meta .dwqa-question-status select {
  background: transparent;
  display: inline-block;
  height: 32px;
  width: 110px;
}

.dwqa-question-category a{
color: #876030;
}

/**
 * Answers
 *
 * -----------------------------------------------------------------------------
 */

.dwqa-answers-title {
  margin: 20px 0 10px;
}

.dwqa-answer-item {
border-bottom: #DDD2CC 1px dotted;
  min-height: 220px;
  padding: 20px;
  position: relative;
}

.dwqa-answer-item:last-child{
  border-bottom: none;
}

.dwqa-answer-item .avatar {
  border-radius: 48px;
  left: 0;
  position: absolute;
  top: 20px;
}

.dwqa-answer-item .dwqa-answer-meta {
font-size: 1em;
color: #3A3A3A;
margin-bottom: 20px;
}

.dwqa-answer-vote {
}

.dwqa-answer-vote a{
font-size: 1.8em;
}

.dwqa-answer-vote .dwqa-vote-count {
color: #838383;
border-radius: 5px;
font-size: 1.5em;
padding: 2px 20px;
margin: 0 5px;
background: #E5E2E2;
}

.dwqa-answer-vote .dwqa-vote:hover,
.dwqa-answer-vote .dwqa-vote:active {
  border-bottom-color: #999 !important;
}

.dwqa-answer-vote .dwqa-vote-up {
color:#FFA626;
}

.dwqa-answer-vote .dwqa-vote-up:hover,
.dwqa-answer-vote .dwqa-vote-up:active
{
color:#FFE644;
}

.dwqa-answer-vote .dwqa-vote-down{
color: #B1B1B1;
display: none;
}

.dwqa-answer-vote .dwqa-vote-down:hover,
.dwqa-answer-vote .dwqa-vote-down:active {
color:#00A396;
}

.dwqa-answer-item .dwqa-answer-actions {
  float: right;
}

.dwqa-answer-item .dwqa-answer-actions a {
  margin-left: 10px;
}

.linkbtnans {
  display: flex;
  justify-content: space-between;
}

.linkbtnans a{width: 100%; float: right; margin: 10px;}

a.cp_btn {
display: block;
width: 120px;
padding: 0.4em;
text-align: center;
text-decoration: none;
color: #535353;
border: 2px solid #535353;
border-radius: 3px;
transition: .4s;
}
a.cp_btn:hover {
background: #535353;
color: #fff;
}

.dwqa-answer-content img {
  max-width: 100%;
  height: auto;
}

.sou_ans_form{
margin-top: 20px;
padding: 10px;
background: #FEFAEE;
}

.sou_ans_form p{
    text-align:left;
}

.dwqa-answer-form-title {
display: none;
}


.article_quote3 {
text-align: left;
margin: 10px 0;
padding: 20px 15px 20px 10px;
background: #f5f5f5;
background-position: 10px 10px;
border-radius: 10px;
}
.article_quote3 span{
font-size: 0.85em;
color: #978585;

}

.dwqa-answer-form form {
  text-align: right;
}

.dwqa-answer-form .dwqa-alert {
  text-align: left;
}

.dwqa-answer-form .dwqa-select {
  float: left;
  width: auto;
}

.dwqa-answer-form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

.dwqa-answers-login .dwqa-answers-login-title {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 15px 0;
}

.dwqa-answers-login .user_login{
  display: block;
}

.dwqa-answers-login .user_pass{
  display: block;
}
.dwqa-answers-login .login-username label{
  display: block;
  padding-right: 10px;
}


.dwqa-answers-login .login-password label{
  padding-right: 13px;
  display: block;
}

.dwqa-comment-form .wp-social-login-provider-list,
.dwqa-answers-login .wp-social-login-provider-list{
  padding-left: 0px;
}

.dwqa-comment-form .wp-social-login-provider-list a,
.dwqa-answers-login .wp-social-login-provider-list a{
  border-bottom: 0;
  box-shadow: none;
  display: inline-block;
  text-decoration: none;
}

/**
 * Attachment
 */
.dwqa-attachments-item-wrap:before {
  content: "\f019";
  font-family: FontAwesome;
  left: 8px;
  position: absolute;
}

.dwqa-attachments-item-wrap {
  background: #f6f6f6;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
}

.dwqa-attachments-item-wrap a {
  padding-left: 30px;
}
/**
 * Markdown editor
 */
.dwqa-answer-form .editor-toolbar,
.dwqa-answer-form .CodeMirror {
  text-align: left;
}

/**
 * Comments
 *
 * -----------------------------------------------------------------------------
 */
 .dwqa-comments{margin-top: 10px}

.dwqa-comments-list {
background: #FFFBF4;
  padding: 0 20px;
}

.dwqa-comments-list .dwqa-comment {
  border-bottom: 1px #E0D8C6 dotted;
  padding: 10px 0;
  position: relative;
}

.dwqa-comments-list .dwqa-comment p{
font-size: 0.9em;
color: #989898;

}

.dwqa-comments-list .dwqa-comment p:last-child {
  margin-bottom: 0;
}

.dwqa-comments-list .dwqa-comment:last-child {
  border-bottom: none;
}

.dwqa-comments-list .dwqa-comment-meta {
  font-size: 0.8em;
  color: #7B7B7B;
}

.dwqa-comments-list .dwqa-comment-meta .avatar {
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  position: inherit;
  width: 12px;
}

.dwqa-comment-form {
  padding: 10px;
  text-align: right;
}

.dwqa-comment-form .comment-form {
  margin: 0 !important;
  padding: 0 !important;
}

.dwqa-comment-show .dwqa-comment-hide {
  display: block;
  opacity: 1;
}

.dwqa-comment-hide {
  display: none;
  opacity: 0;
  transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -webkit-transition: all .9s ease-in-out;
}

.dwqa-comment-form .dwqa-comment-show-button .dwqa-comment-hide {
  display: block;
  margin-top: 10px;
}

.dwqa-comment-show .dwqa-anonymous-fields {
  display: block !important;
}

.dwqa-comment-form .comment-form textarea {
max-height: 40px;
min-height: 40px;
height: 20px;
padding: 10px 15px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
width: 80%;
}

.dwqa-comment-form .comment-form textarea:focus {
    width: 100%;
min-height: 190px;
}

.dwqa-comment-meta {
  margin-bottom: 10px;
}

.dwqa-comment-actions {
  float: right;
}

.dwqa-comment-actions a {
  margin-left: 10px;
}

/**
 * Archive Page
 *
 * -----------------------------------------------------------------------------
 */

/* Breadcrumbs */
.dwqa-breadcrumbs {
  margin-bottom: 20px;
}

.dwqa-breadcrumbs a{
text-decoration: underline;
color:#5C5C5C;
}

.dwqa-breadcrumbs a:hover{text-decoration: none}

/* Question Search */
.dwqa-search {
  margin-bottom: 20px;
  position: relative;
}

.dwqa-search input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../img/icon-search.png) no-repeat right 10px center #fff !important;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 0 !important;
  outline: none;
  padding-right: 40px;
  padding: 10px 15px;
  width: 100%;
}

.dwqa-search input.ui-autocomplete-loading {
  background-image: url(../img/icon-loading.gif) !important;
}

.submit-dwqa-question .dwqa-search input {
  background: none no-repeat right 10px center #fff !important;
}

.submit-dwqa-question .dwqa-search input.ui-autocomplete-loading {
  background-image: url(../img/icon-loading.gif) !important;
}

.dwqa-search .dwqa-autocomplete {
  left: 0 !important;
  margin: 0;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}

.dwqa-autocomplete {
  background: #f9f9f9;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  list-style: none;
  max-width: 735px;
  padding: 0px 10px 10px;
  z-index: 9999;
}

.dwqa-autocomplete li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  margin: 0;
  padding: 10px;
}

.dwqa-autocomplete .dwqa-text-highlight {
  color: #000;
  font-weight: bold;
}

.dwqa-autocomplete li.ui-state-focus,
.dwqa-autocomplete li:hover {
  background: #f0f0f0;
}

.dwqa-autocomplete li:last-child {
  border-bottom: 0;
}

/* Question Filter */
.dwqa-question-filter {
  margin-bottom: 20px;
}

.dwqa-question-filter span,
.dwqa-question-filter a {
  margin-right: 10px;
}

.dwqa-question-filter a {
  border: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

.dwqa-question-filter a.open {
  color: #f7733c;
}

.dwqa-question-filter a.resolved {
  color: #2bc69e;
}

.dwqa-question-filter a.closed {
  color: #666;
}

.dwqa-question-filter a.unanswered {
  color: #cb2027;
}

.dwqa-question-filter a.my-questions {
  color: #3b5998;
}

.dwqa-question-filter a.my-subscribes {
  color: #0f52ba;
}

.dwqa-question-filter a.active {
  border-bottom: 1px solid #ddd;
}

.dwqa-question-filter .dwqa-sort-by {
  float: right;
  height: 32px;
  width: 80px;
}

/* Question List */
.dwqa-questions-list {
    border-top: 1px solid #ddd;
}

.dwqa-questions-list .dwqa-alert {
  margin: 20px 0 0;
}

.dwqa-questions-list .dwqa-question-item {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 15px 180px 15px 70px;
}

.dwqa-questions-list .dwqa-question-item .avatar {
  margin-top: 0px;
  top: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  position: static;
  width: 12px;
}

.dwqa-question-item .dwqa-status {
  border-radius: 36px;
  box-shadow: 0 0 0 1px #e67e22 inset;
  height: 36px;
  left: 15px;
  margin-top: -18px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 36px;
}

.dwqa-question-item .dwqa-status:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #e67e22;
  content: "\f128";
  display: block;
  font-size: 18px;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  height: 36px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  text-rendering: auto;
  top: 0;
  width: 36px;
}

.dwqa-question-item .dwqa-status-closed {
  box-shadow: 0 0 0 1px #666 inset;
}

.dwqa-question-item .dwqa-status-closed:after {
  color: #666;
  content: "\f023";
}

.dwqa-question-item .dwqa-status-resolved {
  box-shadow: 0 0 0 1px #578824 inset;
}

.dwqa-question-item .dwqa-status-resolved:after {
  color: #578824;
  content: "\f00c";
}

.dwqa-question-item .dwqa-status-answered {
  box-shadow: 0 0 0 1px #E67E22;
}

.dwqa-question-item .dwqa-status-answered:after {
  color: #E67E22;
  content: "\f112";
  font-size: 14px;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-meta {
  margin-bottom: 0;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
  margin-top: -24px;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
  display: block;
  float: right;
  font-size: 14px;
  height: 48px;
  margin-left: 5px;
  min-width: 48px;
  text-align: center;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
}

.dwqa-questions-footer {
  margin-top: 20px;
}

.dwqa-questions-footer .dwqa-pagination,
.dwqa-questions-footer .dwqa-ask-question {
  display: inline-block;
}

.dwqa-questions-footer .dwqa-pagination + .dwqa-ask-question {
  float: right;
}

.dwqa-questions-footer .dwqa-ask-question a {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 10px;
}


/**
 * Single Question
 *
 * -----------------------------------------------------------------------------
 */

.single-dwqa-question .dwqa-question-item {
  min-height: 140px;
}

.single-dwqa-question .dwqa-question-item .avatar {
  left: 0;
}

/**
 * Content Edit
 *
 * -----------------------------------------------------------------------------
 */
 
 

.dwqa-answer-form .wp-editor-container,
.dwqa-content-edit-form .wp-editor-container,
.dwqa-content-ask-form .wp-editor-container {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.dwqa-content-ask-form input[type=text],
.dwqa-content-ask-form input[type=email],
.dwqa-content-ask-form select,
.dwqa-content-edit-form input[type=text],
.dwqa-content-edit-form input[type=email],
.dwqa-content-edit-form select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}


/**
 * Responsive
 *
 * -----------------------------------------------------------------------------
 */

@media ( max-width: 768px ) {
  .dwqa-questions-list .dwqa-question-item {
    padding-right: 50px;
    padding-bottom: 30px;
    border:none;
    margin-bottom: 10px;
	border-bottom: #B4A2A2 dotted 1px;
	
  }

  .dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
    top: auto;
    bottom: 10px;
    left: 10px;
    right: auto;
  }
  .dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
font-size: 0.8em;
border: 0;
padding: 0px 3px;
height: auto;
color: #999;
argin-left: 5px;
min-width: 10px;
  }
  .dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
    display: inline-block;
  }

}

@media ( min-width: 480px ) {
  .dwqa-pick-best-answer {
    right: 10px;
  }
  .dwqa-questions-list.hidden-status .dwqa-question-item .avatar {
    height: 48px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 48px;
  }
}

@media ( max-width: 480px ) {
.dwqa-answer-item {
min-height: 100px;
padding: 10px;
position: relative;
}

.dwqa-questions-list {
margin-top: 10px;
}

  .dwqa-question-filter .dwqa-sort-by {
    margin-top: 0px;
  }

  .dwqa-questions-list .dwqa-question-item {
    padding-left: 15px;
    overflow: hidden;
  }

  .dwqa-questions-list .dwqa-question-item .avatar {
    height: 14px;
    margin-right: 5px;
    position: static;
    width: 14px;
  }

  .single-dwqa-question .dwqa-question-item,
  .single-dwqa-question .dwqa-answer-item {
    min-height: 0;
    padding-top: 10px;
  }

  .single-dwqa-question .dwqa-question-item .dwqa-question-meta,
  .single-dwqa-question .dwqa-answer-item .dwqa-answer-meta {
    padding: 0px;
  }

  .single-dwqa-question .dwqa-question-footer .dwqa-question-meta {
    background: transparent;
    padding: 12px;
  }

  .dwqa-answer-item .dwqa-answer-actions,
  .dwqa-question-item .dwqa-question-actions {
    position: absolute;
    right: 0;
    top: 0px;
  }

  .single-dwqa-question .dwqa-question-item .dwqa-question-vote,
  .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
    min-height: 0;
    top: 15px;
    right: 0;
    left: 0;
  }

  .dwqa-question-vote .dwqa-vote-up,
  .dwqa-answer-vote .dwqa-vote-up {
    left: auto;
    right: 25%;
    top: 0;
  }

  .dwqa-question-vote .dwqa-vote-count,
  .dwqa-answer-vote .dwqa-vote-count {
    top: 0;
    right: 15%;
    left: auto;
  }

  .dwqa-answer-vote .dwqa-vote-down,
  .dwqa-question-vote .dwqa-vote-down {
    left: auto;
    top: 10px;
    right: 10%;
  }

  .dwqa-question-tag + .dwqa-question-status {
    float: none;
    display: block;
  }

  .dwqa-pick-best-answer {
    top: 10px;
    right: 0;
  }

  // .single-dwqa-question .dwqa-question-item .dwqa-question-vote .dwqa-vote,
  // .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote .dwqa-vote{
  //  position: static;
  // }

  .single-dwqa-question .dwqa-question-item .avatar,
  .single-dwqa-question .dwqa-answer-item .avatar {
    height: 14px;
    margin-right: 5px;
    position: static;
    width: 14px;
  }

  .dwqa-question-item .dwqa-status {
    box-shadow: none;
    height: 70px;
    left: auto;
    margin-top: 0;
    position: absolute;
    right: -50px;
    top: -35px;
    width: 70px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .dwqa-question-item .dwqa-status-open {
    display: none;
  }
  .dwqa-question-item .dwqa-status-answered {

  }
  .dwqa-question-item .dwqa-status-resolved {

  }
  .dwqa-question-item .dwqa-status-closed {

  }
  .dwqa-questions-list .dwqa-question-item .dwqa-status:after {
    left: 12px;
    color: #493C3D;
    top: 40px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

.dwqa-status-spam {
  background-color: #ddd;
  opacity: 0.5;
}

.admin-bar .editor-toolbar.fullscreen {
  z-index: 100000;
}

/**
 * Mention User
 *
 * -----------------------------------------------------------------------------
 */

.rte-autocomplete,
.dwqa-mention-ui {
  background-color: #fff;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 4px;
  border: 1px solid #e5e6e9;
  box-shadow: 0 3px 3px rgba(0,0,0,.08);
  font-size: 14px;
  list-style-type: none;
  margin-top: 5px;
  margin: 2px 0 0;
  max-width: 220px;
  min-width: 220px;
  padding: 12px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.rte-autocomplete:before,
.dwqa-mention-ui:before {
  border-color: transparent transparent #fff #fff;
  border: 0.5em solid #fff;
  box-shadow: -1px 1px 0px 0 #e8e8e8;
  content: "";
  left: 6px;
  position: absolute;
  top: -6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.rte-autocomplete li,
.dwqa-mention-ui li {
  clear: both;
  color: #444;
  display: block;
  font-weight: 400;
  line-height: 1.71428571;
  padding: 3px 20px;
  white-space: nowrap;
}

.rte-autocomplete li a,
.dwqa-mention-ui li {
  clear: both;
  color: #444;
  display: block;
  font-weight: 400;
  line-height: 1.71428571;
  padding: 3px 20px;
  white-space: nowrap;
}

.rte-autocomplete li:first-child,
.dwqa-mention-ui li:first-child {
  background: #f5f5f5;
}

/*ウィジェット*/
.wiline{
margin-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}

.wiline p{
font-size: 1.1em;
margin: auto;
display:block;
padding: 0;
}

.wtitle a{
text-decoration:none;
color: #6F6F6F;
font-weight:600;
}


.wiline span{
font-size: 0.8em;
color: #8F8F8F;
display:block;
}


@media screen and (max-width: 768px)
{
.hgrid-span-6{margin-bottom:10px;}
.hgrid-span-4{margin-bottom:10px;}
	
}

/*イベントマネージャーウィジェット*/
.wiline_ev{
margin-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}



.wiline_ev span{
display: inline-block;
position: relative;
height: 20px;
border: 1px solid #6E6E6E;
letter-spacing: normal;
border-radius: 2px;
background-size: 12px auto;
border-radius: 5px; 
}

.wispan_ev{
display: inline-block;
color: #6E6E6E;
line-height: 22px;
padding: 1px 3px 1px 8px;
font-size: 13px;

}

.wiline_ev p{
font-size: 1.05em;
margin: auto;
display:block;
padding: 0;
}

.wtitle_ev a{
text-decoration:none;
color: #6F6F6F;
font-weight:bold;
}

/*パンくず*/
.pankuzu{
padding-bottom: 5px;

}
.pankuzu span{
font-size: 1em;
color: #5C5C5C;
}

.pankuzu span a{
color: #5C5C5C;
}

/*ボタン*/
.newbtn{
text-align: right;
}

.square_btn {
text-align: right;
position: relative;
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
color: #FFF;
background: #00bcd4;
transition: .4s;
margin-bottom: 5px;
margin-top: 5px;
}

.square_btn:hover {
background: #1ec7bb;
}

/*ボタン*/
.askform{
padding: 20px 10px;
background: #FEFAEE;
}

/*禁止事項ポップアップ*/
.popupModal1 {padding: 8px 0 0 0}
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    top: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 20px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}

.button-001 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:0 auto;
  padding: .9em 2em;
  border: 1px solid #2589d0;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-size: 1em;
}

.button-001:hover{
  background-color: #919191;
}

.button-001::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #2589d0;
  border-right: 2px solid #2589d0;
  content: '';
}
#ansinfomation{width: 100%;text-align:center;}
span.ans_info {
font-size: .9em;
color: #c74f4f;
}