@charset "UTF-8";
/*辅助色*/
/*标题色*/
/*#-button-默认按钮颜色*/
/*# 4.0 options*/
#page-gp2-footer .emailNum {
  margin-bottom: 16px; }

#page-gp2-footer .sub-excerpt,
#page-gp2-footer .guid_lang span {
  font-size: 14px;
  line-height: 18px;
  color: #fff; }

#page-gp2-footer .guid_lang {
  margin-bottom: 12px; }

#page-gp2-footer .mc4wp-form-fields p .more-option {
  line-height: 22px;
  min-width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: .6em;
  text-decoration: underline; }

#page-gp2-footer .mc4wp-form-fields p label {
  line-height: 22px;
  float: left;
  min-width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: .6em; }
  #page-gp2-footer .mc4wp-form-fields p label input {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    cursor: pointer;
    cursor: pointer;
    transform: translateY(3px);
    border: 0;
    border: 0; }
    #page-gp2-footer .mc4wp-form-fields p label input::before {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      width: 16px;
      height: 16px;
      content: '';
      border: 1px solid #c6c6c6;
      border-radius: 1px;
      background: #fff;
      align-items: center;
      justify-content: center; }
    #page-gp2-footer .mc4wp-form-fields p label input:checked::before {
      font-weight: bold;
      width: 16px;
      content: '\2713';
      color: #1565c0; }
  #page-gp2-footer .mc4wp-form-fields p label span {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff; }
  #page-gp2-footer .mc4wp-form-fields p label a {
    text-decoration: underline; }

#page-gp2-footer .email-input,
#page-gp2-footer [type='email'] {
  width: 100%;
  height: 38px;
  margin-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: border linear .2s, box-shadow linear .2s !important;
  -moz-transition: border linear .2s, box-shadow linear .2s !important;
  -o-transition: border linear .2s, box-shadow linear .2s !important;
  transition: border linear .2s, box-shadow linear .2s !important;
  color: #555 !important;
  border: 1px solid #ccc !important;
  border: none;
  border-radius: 4px;
  background-color: #fff !important;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2) !important;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2) !important; }

#page-gp2-footer .email-submit,
#page-gp2-footer [type='submit'] {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 38px;
  margin-top: 16px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #59b210;
  align-items: center;
  justify-content: center; }
  #page-gp2-footer .email-submit i,
  #page-gp2-footer [type='submit'] i {
    margin-right: 16px; }

@media (max-width: 1156px) {
  #page-gp2-footer .tnp-subscription.input-form,
  #page-gp2-footer .form-submit {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: flex-start; }
    #page-gp2-footer .tnp-subscription.input-form > div,
    #page-gp2-footer .tnp-subscription.input-form input,
    #page-gp2-footer .tnp-subscription.input-form button,
    #page-gp2-footer .form-submit > div,
    #page-gp2-footer .form-submit input,
    #page-gp2-footer .form-submit button {
      width: 100%; }
      #page-gp2-footer .tnp-subscription.input-form > div:first-of-type,
      #page-gp2-footer .tnp-subscription.input-form input:first-of-type,
      #page-gp2-footer .tnp-subscription.input-form button:first-of-type,
      #page-gp2-footer .form-submit > div:first-of-type,
      #page-gp2-footer .form-submit input:first-of-type,
      #page-gp2-footer .form-submit button:first-of-type {
        margin-right: 16px; }
    #page-gp2-footer .tnp-subscription.input-form .email-submit,
    #page-gp2-footer .form-submit .email-submit {
      margin-top: 0; } }

@media (max-width: 992px) and (min-width: 768px) {
  #page-gp2-footer .tnp-subscription.input-form,
  #page-gp2-footer .form-submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start; }
    #page-gp2-footer .tnp-subscription.input-form > input:first-of-type,
    #page-gp2-footer .form-submit > input:first-of-type {
      width: 65%;
      margin-right: 16px; }
    #page-gp2-footer .tnp-subscription.input-form > button:first-of-type,
    #page-gp2-footer .form-submit > button:first-of-type {
      width: 35%;
      margin-right: 16px; }
    #page-gp2-footer .tnp-subscription.input-form .email-submit,
    #page-gp2-footer .form-submit .email-submit {
      margin-top: 0; } }

@media (max-width: 767px) {
  #page-gp2-footer .sub-title {
    margin-top: 16px; } }

#page-gp2-footer .email-sub {
  max-width: 100%; }

#page-gp2-footer .sub-title {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff; }

#page-gp2-footer .mc4wp-form-fields p .more-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@keyframes shakes {
  10%,
  90% {
    transform: translate3d(0, -1px, 0); }
  20%,
  80% {
    transform: translate3d(0, 2px, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(0, -4px, 0); }
  40%,
  60% {
    transform: translate3d(0, 4px, 0); } }

.checkbox_share {
  transform: translate3d(0, 0, 0);
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  color: #e8594a !important;
  backface-visibility: hidden;
  perspective: 1000px; }
  .checkbox_share a, .checkbox_share #page-gp2-footer a:hover, #page-gp2-footer .checkbox_share a:hover {
    color: #e8594a !important; }

.f-getpolicy,
.getpolicy {
  font-weight: normal; }

.panel-aside-mailchimp .getpolicy {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left; }

.gospel-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  opacity: 0; }

.gospel-checkbox + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none; }

.gospel-checkbox + label::after,
.gospel-checkbox + label::before {
  position: absolute;
  z-index: 1;
  left: 0;
  content: ''; }

.gospel-checkbox + label::before {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-top: 1px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gospel-checkbox + label::after {
  z-index: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1565c0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #1565c0; }

.gospel-checkbox:not(:checked) + label::after {
  z-index: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1565c0;
  background: #fff; }

.gospel-checkbox:not(:checked) + label::before {
  display: none; }

body[is_rtl="true"] #page-gp2-footer .mc4wp-form-fields p label {
  float: right;
  margin-left: 50px;
  margin-right: 0; }
  body[is_rtl="true"] #page-gp2-footer .mc4wp-form-fields p label input {
    margin-right: 0;
    margin-left: 10px; }

body[is_rtl="true"] #page-gp2-footer .footicon {
  display: inline-block;
  margin-right: 0;
  margin-left: 16px; }

@media (max-width: 1156px) {
  body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form > div,
  body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form input,
  body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form button,
  body[is_rtl="true"] #page-gp2-footer .form-submit > div,
  body[is_rtl="true"] #page-gp2-footer .form-submit input,
  body[is_rtl="true"] #page-gp2-footer .form-submit button {
    width: 100%; }
    body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form > div:first-of-type,
    body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form input:first-of-type,
    body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form button:first-of-type,
    body[is_rtl="true"] #page-gp2-footer .form-submit > div:first-of-type,
    body[is_rtl="true"] #page-gp2-footer .form-submit input:first-of-type,
    body[is_rtl="true"] #page-gp2-footer .form-submit button:first-of-type {
      margin-left: 16px;
      margin-right: 0; } }

@media (max-width: 992px) and (min-width: 768px) {
  body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form > input:first-of-type,
  body[is_rtl="true"] #page-gp2-footer .form-submit > input:first-of-type {
    width: 65%;
    margin-right: 0;
    margin-left: 16px; }
  body[is_rtl="true"] #page-gp2-footer .tnp-subscription.input-form > button:first-of-type,
  body[is_rtl="true"] #page-gp2-footer .form-submit > button:first-of-type {
    width: 35%;
    margin-right: 0;
    margin-left: 16px; } }

body[is_rtl="true"] #page-gp2-footer .tactus .cooplat a:last-child,
body[is_rtl="true"] #page-gp2-footer .tactus .cooplat a:last-child:hover {
  margin-right: 6px;
  margin-left: 0; }

body[is_rtl="true"] #page-gp2-footer [type="submit"] i {
  margin-right: 0;
  margin-left: 16px; }

/* 改版footer脚注部分 */
#page-gp2-footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #1565c0;
  padding-top: 20px; }
  #page-gp2-footer ul,
  #page-gp2-footer li {
    list-style: none; }
  #page-gp2-footer a, #page-gp2-footer a:hover {
    outline: none;
    color: #fff; }
    #page-gp2-footer a:hover {
      text-decoration: underline; }
  #page-gp2-footer img {
    max-width: 100%;
    border: 0; }
  #page-gp2-footer span,
  #page-gp2-footer p,
  #page-gp2-footer h5 {
    color: #fff; }
  #page-gp2-footer .foot-tit {
    margin-bottom: 20px; }
  #page-gp2-footer .app-down {
    height: auto;
    overflow: hidden; }
    @media (min-width: 1156px) {
      #page-gp2-footer .app-down {
        justify-content: space-between; } }
    #page-gp2-footer .app-down li {
      float: left; }
      #page-gp2-footer .app-down li.app-img {
        width: 24%; }
        @media (max-width: 379px) {
          #page-gp2-footer .app-down li.app-img {
            width: 70px; } }
        @media (min-width: 380px) {
          #page-gp2-footer .app-down li.app-img {
            max-width: 86px; } }
        @media (min-width: 992px) {
          #page-gp2-footer .app-down li.app-img {
            min-width: 98px; } }
      #page-gp2-footer .app-down li.downlink {
        width: 36%;
        margin: 0 10px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between; }
        @media (min-width: 1156px) {
          #page-gp2-footer .app-down li.downlink {
            width: 40% !important; } }
        @media (min-width: 992px) {
          #page-gp2-footer .app-down li.downlink {
            width: 32%; } }
        @media (max-width: 767px) {
          #page-gp2-footer .app-down li.downlink {
            width: 26%; } }
        @media (max-width: 530px) {
          #page-gp2-footer .app-down li.downlink {
            width: 130px; } }
        @media (max-width: 379px) {
          #page-gp2-footer .app-down li.downlink {
            width: 108px; } }
        #page-gp2-footer .app-down li.downlink a {
          display: block;
          line-height: 0;
          margin: 4px; }
          #page-gp2-footer .app-down li.downlink a:first-child {
            margin-top: 0;
            display: block;
            width: 100%; }
          #page-gp2-footer .app-down li.downlink a img {
            width: 100%; }
  @media (max-width: 1155px) {
    #page-gp2-footer .page-footcet,
    #page-gp2-footer .page-footrgt,
    #page-gp2-footer .page-footlet {
      padding-left: 8px;
      padding-right: 8px; } }
  #page-gp2-footer h5 {
    font-size: 16px; }

@media (min-width: 1156px) {
  .page-footcet,
  .page-footrgt {
    padding-left: 38px; } }

@media (max-width: 767px) {
  .page-footcet {
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .page-footcet {
    margin-top: 22px !important; } }

.page-footcet .foot-nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0; }
  .page-footcet .foot-nav li {
    float: left;
    margin-right: 18px;
    margin-bottom: 14px; }
    .page-footcet .foot-nav li a, .page-footcet .foot-nav li #page-gp2-footer a:hover, #page-gp2-footer .page-footcet .foot-nav li a:hover {
      font-size: 15px; }
  .page-footcet .foot-nav.uscet li {
    margin-top: 14px;
    margin-bottom: 0; }

.page-footcet hr {
  height: 0px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0; }

.page-footrgt {
  margin-top: 16px; }
  @media (min-width: 1156px) {
    .page-footrgt {
      margin-top: 0px; } }
  @media (max-width: 767px) {
    .page-footrgt {
      margin-top: 30px; } }

.footicon {
  font-size: 19px;
  margin-right: 16px;
  color: #fff; }
  .footicon.icon-call {
    font-size: 22px; }

.tactus .iphonum {
  font-size: 15px;
  vertical-align: top; }
  .tactus .iphonum:nth-of-type(2) {
    display: inline-block;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .tactus .iphonum:nth-of-type(2) {
        display: inline-block;
        width: auto;
        margin-top: 0; } }
    @media (max-width: 360px) {
      .tactus .iphonum:nth-of-type(2) {
        margin-top: 16px; } }
  @media (min-width: 1156px) {
    .tactus .iphonum {
      font-size: 14px; } }

.tactus .rownub {
  margin-bottom: 20px;
  align-items: center; }

.tactus .sharebox {
  align-items: center; }
  .tactus .sharebox .iphonum {
    margin-left: 4px; }
  .tactus .sharebox .emails {
    margin-bottom: 20px; }

.tactus .cooplat {
  width: auto;
  height: auto; }
  .tactus .cooplat a, .tactus .cooplat #page-gp2-footer a:hover, #page-gp2-footer .tactus .cooplat a:hover {
    display: inline-block;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.9;
    margin-bottom: 10px; }
    .tactus .cooplat a:last-child, .tactus .cooplat #page-gp2-footer a:last-child:hover, #page-gp2-footer .tactus .cooplat a:last-child:hover {
      margin-right: 0; }
    .tactus .cooplat a:hover, .tactus .cooplat #page-gp2-footer a:hover, #page-gp2-footer .tactus .cooplat a:hover {
      transform: translateY(-4px);
      opacity: 1; }

.page-gp2-copyright {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 12px;
  padding-bottom: 12px; }

.gp2-coprtcot {
  text-align: center;
  margin: 0; }
  .gp2-coprtcot li {
    display: inline-block; }
    .gp2-coprtcot li a, .gp2-coprtcot li #page-gp2-footer a:hover, #page-gp2-footer .gp2-coprtcot li a:hover {
      font-size: 14px; }
  .gp2-coprtcot span {
    padding: 0 12px;
    font-size: 16px; }
  .gp2-coprtcot .smtxt {
    margin: 0;
    padding: 0;
    font-size: 14px; }
    @media (min-width: 768px) {
      .gp2-coprtcot .smtxt {
        line-height: 28px; } }

body[site_lang="en_US"] #mc4wp-form-2 .mc4wp-form-fields .more-option:nth-of-type(2) {
  display: none; }

html[lang="lo"] #floatingActionBox {
  display: none !important; }

.a2a_s_facebook svg { display:none !important;}
.a2a_s_facebook {background-image: url(https://centereu.kingdomsalvation.org/cdn/images/common/platform-icons/FB-Logo.png) !important;}
.a2a_kit .a2a_svg {background-repeat: round !important;}

html[lang="lo"] #floatingActionBoxMb {
  display: none !important; }
html[dir="rtl"] .page-footcet .foot-nav li {
  float: right;
  margin-left: 18px;
  margin-right: unset;
}
/*# sourceMappingURL=gp2-footer.css.map */
