/* *
 * Theme Name:     tag-corporation
 * Theme URI:      tag-corporation
 * Author:         tag-corporation
 * Author URI:     tag-corporation
 * Tested up to:   6.4.2
 * Requires PHP:   5.6.0
 * Description:    tag-corporation
 * Version:        1.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:    tag-corporation
 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
 *
 * 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.
 *
 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
**/
.wpcf7-response-output {
  display: none;
}
.form-policy_checkbox {
  text-align: center;
  margin-top: 2.4rem;
}
.form-policy_checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-policy_checkbox label {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.form-policy_checkbox input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  height: 0;
}
.wpcf7-checkbox {
  display: flex;
}
.wpcf7-list-item-label:after {
  content: "";
  display: block;
  background-image: url(./assets/img/common/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-policy_checkbox input:checked + .wpcf7-list-item-label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-policy_checkbox .wpcf7-list-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #181818;
}
.form-policy_checkbox .wpcf7-list-item-label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #c0c0c0;
  border-radius: 0.4rem;
  background: #fafafa;
  margin-right: 0.8rem;
}
.slc-wrap {
  display: inline-block;
  width: 34.3rem;
}
.slc-wrap:after {
  top: 0.7rem;
  right: 1rem;
  transform: translateY(0);
}
.formErrorContent {
  font-size: 1.4rem;
  margin-top: 1rem;
  color: #c84c4c;
}
.is-error input,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  background: #ffeaea !important;
}

.your-consent {
  display: block;
}
.form .frm-chk label {
  position: relative;
}
.form .frm-chk label .your-agreeformError {
  position: absolute !important;
  left: 50% !important;
  width: 100%;
  top: 2rem !important;
  text-align: center;
  transform: translateX(-50%);
}
.frm-privacy {
  letter-spacing: 0;
}
.wpcf7-previous {
  border: none;
  margin-right: 2rem;
}
.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 769px) {
  .menu-item_link.active {
    opacity: 1;
    color: #e65a28;
    background-color: #f2f2f2;
  }
}
@media only screen and (max-width: 768px) {
  .form .frmBtn {
    display: block;
  }
  .wpcf7-submit {
    margin: 0 auto;
  }
  .wpcf7-previous {
    margin-bottom: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.radio-list .wpcf7-list-item {
  margin: 0;
}