/*Form styles*/
/*span.wpcf7-form-control-wrap.address {
    margin-bottom: 20px;
}
.formcategory {
    margin-bottom: 30px;
}
.wpcf7-textarea {
    margin: 15px 0 !important;
}

.ptb input.wpcf7-form-control.wpcf7-text {
    margin: 10px 0 20px;
}*/
.find-course span.wpcf7-list-item, .state span.wpcf7-list-item, .located .wpcf7-list-item, .type .wpcf7-list-item{
    display: block;
    line-height: 40px;
}
.other-input{
    margin-top: -20px;
}
.training-btn {
    text-align: center;
}
.half-50 {
    width: 50% !important;
}
.rspca-contact-div {
    margin-bottom: 20px;
}
label.file-input__label {
    margin-top: -20px !important;
}
.poi-dangerous-div, .alive-div {
    margin-bottom: 30px;
}
.dehydration-signs {
    margin-bottom: 20px;
}
.animals-effected-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

body[data-form-submit="regular"] .container-wrap input[type=submit],
body[data-form-submit="regular"] .container-wrap button[type=submit],
body[data-form-submit="see-through"] .container-wrap input[type=submit],
body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn) {
  border-radius: 100px !important;
}

.main-content img.img-with-animation {
  /* border-radius: 20px !important;
  -moz-border-radius: 20px !important; */
}

body[data-form-submit="regular"] .container-wrap input[type=submit]:hover,
body[data-form-submit="regular"] .container-wrap button[type=submit]:hover,
body[data-form-submit="see-through"] .container-wrap input[type=submit]:hover {
  /* border-radius: 5px !important; */
}

.main-content .wpb_text_column h2, .main-content .wpb_text_column h3, .main-content .wpb_text_column h4, .main-content .wpb_text_column h5, .main-content .wpb_text_column h6 {
  margin-bottom: 20px;
}

.heading_med {
    font-size: 36px !important;
    margin-bottom: 60px !important;
    color: #495057;
}
.heading-blue {
    margin: 30px 0 20px !important;
}
.fullwidthimage {
    width: 100% !important;
}
.box-outer {
    box-shadow: 1px 1px 30px 2px #dfdfdf;
    padding: 10px 20px;
}
.box-outer .tabs {
    border-bottom: 1px solid #0092cf54;
}
.banner-subhead{
    margin: 35px 0 20px;
}
/*.banner_text{
    text-shadow: 1px 1px 1px #000000cc;
}*/
.price-row .selected {
    background-color: #0092cf;
    color: #fff !important;
}
.payment-method .selected {
    background-color: #74c8ba;
    color: #fff !important;
}
.payment-selector.selected img {
    filter: brightness(0) invert(1);
}
input.input-field {
    background-color: transparent;
    outline: none !important;
    border: none;
    box-shadow: none !important;
}
.panel .panel-title {
    margin: 10px 0 40px;
}
label.ft-gray.w-700 {
    margin-bottom: 10px !important;
    display: block;
}

img.img-with-animation, .img-with-aniamtion-wrap .hover-wrap, .col.has-animation, .wpb_column.has-animation, .nectar_cascading_images .cascading-image .inner-wrap, .nectar-fancy-box.has-animation {
    opacity: 1 !important;
}

.price-row h2 {
    border: 1px solid #0092cf;
    border-radius: 100px;
    padding: 15px;
    color: #0092cf;
    cursor: pointer;
    font-size: 36px;
    text-align: center;
}

.bgwithimg {
    background-image: url(https://rspca.wtdevsite.com/wp-content/uploads/2022/01/banner-bg.jpg);
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mt-6 {
    margin-top: 60px;
}
.design2 {
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 20px;
}
.design2-box .tabs {
    padding: 15px 0 0px;
    border-bottom: 1px solid #0092cf54;
}

.donation-row {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}
.ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
}


button#button {
    position: absolute;
    top: 40%;
    left: 34%;
    width: 100px;
    height: 100px;
    border-radius: 100px !important;
    font-size: 30px;
    color: #fff;
    background-color: transparent;
    border: 5px solid #fff;
    cursor: pointer;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 0%;
  left: 100%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

.general-banner-module {
  min-height: 400px;
}

.social {
  margin: 0;
  float: right;
}

.social li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

.social li i {
  font-size: 30px;
}

.social-sharing-container a {
  display: inline-block;
  margin-left: 10px;
  color: #000;
}

.social-sharing-container a:hover {
  color: #0092cf;
}

.generic-main-content-module img {
  margin: 40px 0 !important;
  border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  max-width: 100%;
}

.generic-main-content-module .nectar-cta, .resources-sidebar .nectar-cta  {
  font-weight: bold;
  color: #74C8BA;
}

.resources-sidebar .nectar-cta {
  margin: 15px 0;
}

.generic-main-content-module .nectar-cta::before, .resources-sidebar .nectar-cta::before {
  content: "";
  display: inline-block;
  background: url('../images/icon-download.svg') no-repeat center center / cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.generic-main-content-module .nectar-cta a:hover span.text, .resources-sidebar .nectar-cta a:hover span.text {
  border-bottom: 2px solid #74C8BA;
  border-radius: 0 !important;
}

body .toggle[data-inner-wrap="true"].open > div {
  margin-bottom: 40px;
}

.cta-tile {
  border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  height: 250px;
}

.cta-tile.blue-styling {
  background: #0092CF;
  position: relative;
  z-index: 5;
}

.cta-tile.blue-styling::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  bottom: -80px;
  right: -80px;
}

.cta-tile.green-styling {
  background: #74C8BA;
  position: relative;
  z-index: 5;
}

.cta-tile.green-styling::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  bottom: -80px;
  left: -80px;
}

.cta-tile h5 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-tile p {
  color: #fff;
}

.store-locator-module pre {
  background: none;
  padding: 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px)  {
  
  .half-50 {
      width: 100% !important;
  }
  .price-row h2 {
      padding: 10px;
      font-size: 20px;
  }
  button#button {
      left: 40%;
          width: 70px;
  height: 70px;
  }
  
  .social-sharing-container a::first-child {
    margin-left: 0;
  }

  .main-content .social-sharing-container {
    text-align: left !important;
  }
  
  .general-banner-module {
    min-height: 250px;
  }
  
  .main-content .registration-cta-module .vc_custom_heading {
    font-size: 35px !important;
    line-height: 1.2em !important;
    margin-bottom: 30px;
  }
  
  body .uwy.userway_p1 .uai {
    top: auto;
    bottom: 13px;
  }
  
}

@media only screen and (max-width: 690px) {
  
  .container {
    max-width: 92%;
  }
  .design2-box .container {
    max-width: 100%;
}
  
}