/*
Theme Name:   Data for Impact
Theme URI:    https://www.dataforimpact.co.uk
Description:  The 2022 Data for Impact website theme
Author:       South Pennines Digital Towns CIC
Author URI:   https://www.southpenninesdigitaltowns.org.uk/
Template:     twentytwentytwo
Version:      1.0.0
Text Domain:  twentytwentytwochild
*/

 @font-face {
     font-family: 'Recoleta Semi Bold';
     src: url('fonts/RecoletaSemiBold/font.woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Recoleta Regular';
     src: url('fonts/RecoletaRegular/font.woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Recoleta Medium';
     src: url('fonts/RecoletaMedium/font.woff');
     font-weight: normal;
     font-style: normal;
}
 body {
     background: #fff;
}
 header {
     padding:0.5em 0!important;
}
 h1 {
     font-family: 'Recoleta Medium';
     text-align: left;
}
 h2 {
     font-family: 'Recoleta Medium';
}
 h3 {
     font-family: 'Recoleta Medium';
}
 .has-x-large-font-size {
     font-size: 113px!important;
     line-height:124.87px;
     font-weight:600;
}
/* HOMEPAGE SEARCH BOX */
 .select-label, .select-options-1, .select-options-2 {
     font-family: 'Recoleta Medium', "Helvetica", "Arial", sans-serif !important;
     font-size: 2.7rem !important;
     line-height: 4rem !important;
}
 .select-options-1, .select-options-2 {
     background-color: #4300DC;
     color: white;
     padding: 0px 15px;
     border-radius: 10px;
}
 .select-options-1 {
     margin-right: 10px;
     margin-bottom: 12px;
}
 .select-options-2 {
     width: 60%;
     margin-right: 10px;
}
/* HOMEPAGE SEARCH BOX FOR MOBILE */
/* HOMEPAGE SEARCH BOX FOR SMALL DESKTOP/TABLET */
 @media screen and (max-width: 1150px) {
     .select-options-1 {
         margin-right: 10px;
         margin-bottom: 12px;
    }
     .select-options-2 {
         width: 100%;
         margin-right: 10px;
    }
}
/* SITE NAVIGATION */
 .wp-block-navigation-item {
     font-weight:600;
}
 .nav-login {
     background-color: #4300dc;
     color: white;
     border-radius: 20px;
     font-weight: bold;
     padding: 5px 20px!important;
}
 .wp-block-button__link, .wpcf7-form-control .wpcf7-submit {
     background-color: #fff;
     color: #4300dc;
     border-radius: 20px;
     font-weight: bold;
     padding: 5px 20px!important;
}
 .nav-premium {
     color: #6200EE;
}
/* NEWSLETTER SIGNUP */
 .contact-email {
     background:#E1E1E1;
     padding: 0.5em!important;
}
 [type=submit] {
     background-color: #FC4820;
     color: white!important;
     border-radius: 20px;
     font-weight: bold;
     padding: 5px 20px!important;
}
 .footer-nav .wp-block-navigation-item {
     font-weight:400;
}
 .wp-block-navigation-item__label {
     font-family: "Recoleta Regular", "Helvetica", "Arial", sans-serif !important;
     font-size: 120%;
}
 .wp-block-navigation-item__label {
     font-family: "Recoleta Regular", "Helvetica", "Arial", sans-serif !important;
     font-size: 120%;
}
 .wp-block-navigation__responsive-container.is-menu-open {
     background-color: #4300dc !important;
     color: #fff !important;
     text-align: left !important;
}
 .wp-block-navigation__responsive-container.is-menu-open ul, .wp-block-navigation__responsive-container.is-menu-open span, .wp-block-navigation__responsive-container.is-menu-open li {
     text-align: left !important;
     font-size: 2.5rem;
}
 .wpcf7-text {
     background: white;
     padding: 7px 13px !important;
     border-radius: 5px;
}
 .home .wp-container-7 {
     padding: 10px;
     box-shadow: 10px 10px #FDC7A5;
}
/* STATS STYLING */
 .subhead {
     color: #6c6c6c;
     font-size: 0.9rem;
     margin-bottom: 1rem;
}
 .purpletext {
     color: #4300DC;
     font-family: 'Recoleta Semi Bold', "Helvetica", "Arial", sans-serif !important;
     margin: 0;
}
 #contentHolder {
     width: 100%;
}
 .purpledefault {
     color: #4300DC;
     font-family: 'Recoleta Semi Bold', "Helvetica", "Arial", sans-serif !important;
     font-size: 3rem;
     display: block;
}
 .home .search-non-homepage {
     background-color: #fff !important;
}
 .search-non-homepage {
     background-color: #fdc7a5 !important;
}
 .wp-container-6 a {
     color: #000;
     background-color: #fff;
     text-decoration: underline;
     
     border-radius: 50px;
     font-weight: 600;
}
 .figText {
     font-size: 1rem;
     margin-top: 3px;
}
 .data-chart h3 {
    /* font-size: 3.5rem;
     */
}
/* AUTOCOMPLETE */
 .autocomplete {
    /*the container must be positioned relative:*/
     position: relative;
     display: inline-block;
}
 input {
     border: 1px solid transparent;
     background-color: #f1f1f1;
     padding: 10px;
     font-size: 16px;
}
 input[type=text] {
     background-color: #f1f1f1;
}
 input[type=submit] {
     background-color: DodgerBlue;
     color: #fff;
     cursor: pointer;
}
 .autocomplete-items {
     position: absolute;
     border-bottom: none;
     border-top: none;
     z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
     top: 100%;
     left: 0;
     right: 0;
}
 .autocomplete-items div {
     padding: 10px;
     cursor: pointer;
     background-color: #fff;
     border-bottom: 1px solid #d4d4d4;
}
 .autocomplete-items div:hover {
    /*when hovering an item:*/
     background-color: #e9e9e9;
}
 .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
     background-color: DodgerBlue !important;
     color: #ffffff;
}
 .select-options-1 {
     margin-right: 10px;
     margin-bottom: 12px;
}
 .select-options-2 {
     width: 100%;
     margin-right: 10px;
}
 .data-search {
     margin-top: 10px !important;
}

.wpcf7-text {
    max-width: 88%;
}


.wpcf7-textarea {
    max-width: 92%;
}

/* HOMEPAGE DATA SEARCH BOX */
 .home .data-search .select-label, .home .data-search .select-options-1, .home .data-search .select-options-2 {
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 2.5rem;
     line-height: 4rem;
     margin-bottom: 1rem;
}
 .autocomplete {
     margin-top: 0.5rem;
}
 .select-label {
     font-size: 2.5rem !important;
     line-height: 3rem !important;
}
 .home .data-search .select-options-1, .home .data-search .select-options-2 {
     background-color: transparent;
     color: #4300dc;
     padding: 0px 15px;
     margin-top: 6px;
     border-radius: 10px;
     border: 3px solid #4300dc;
}
 .home .data-search .select-options-1 {
     margin-right: 10px;
     margin-bottom: 12px;
     width: 100% 
}
 .home .data-search .select-options-2 {
     width: 60%;
     margin-right: 10px;
}
/* ALL OTHER DATA SEARCH BOXES */
 body:not(.home) .data-search input[type=submit] {
     border: 2px solid #4300dc;
     background-color: #fff;
  color: #4300dc !important;
     transition: all .2s ease-in-out;
}
 body:not(.home) .data-search input[type=submit]:hover {
     border: 2px solid #fff;
     background-color: #4300dc;
     transform: scale(1.05);
  color: #fff !important;
}
 body:not(.home) .data-search .autocomplete {
     background-color: #4300dc;
     color: #fff !important;
     width: 40% !important;
     border-radius: 10px;
    padding-left: 1rem;
     border: 2px solid #fff;
}
 body:not(.home) .data-search #myInput {
     background-color: transparent;
     color: #fff !important;
     padding: 0 0 0px 0.4rem;
     border-radius: 10px;
     font-size: 1.7rem !important;
     line-height: 3rem !important;
}
 #myInput:focus-visible {
     outline: none;
}
 body:not(.home) .data-search form {
     margin-top: 0.5rem;
}
 body:not(.home) .data-search {
     background-color: #4300dc !important;
     color: #fff !important;
     box-shadow: 10px 10px #2a5fd52b;
     padding: 2.2rem;
}
 body:not(.home) .data-search p {
     color: #fff !important;
}
 body:not(.home) .data-search .select-label, body:not(.home) .data-search .select-options-1, body:not(.home) .data-search .select-options-2 {
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 1.7rem !important;
     line-height: 3rem !important;
}
 body:not(.home) .data-search .select-options-1, body:not(.home) .data-search .select-options-2 {
     background-color: #4300dc;
     color: #fff;
     padding: 5px 15px;
     border-radius: 10px;
     border: 2px solid #fff;
}
 body:not(.home) .data-search .select-options-1 {
     margin-right: 10px;
     margin-bottom: 12px;
}
 body:not(.home) .data-search .select-options-2 {
     width: 60%;
     margin-right: 10px;
}
/* NEWSLETTER BLOCK */
 .newsletter-block {
     background-color: #4300dc1a !important;
     color: #000 !important;
     box-shadow: 10px 10px #0000001a;
     padding: 2.2rem !important;
     color: #4300dc;
     border-radius: 10px;
     border: 2px solid #00000073;
}
 .newsletter-block p:first-child {
     color: #000 !important;
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 1.7rem !important;
     line-height: 3rem !important;
}
 .page-id-255 .data-search .select-label, .page-id-255 .data-search .select-options-1, .page-id-255 .data-search .select-options-2 {
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 1.7rem !important;
     line-height: 3rem !important;
}
 .contact-email {
     background: #e1e1e1;
     padding: 0.5em !important;
}
 .newsletter-block .wpcf7-text {
     border-radius: 7px;
     border: 1px solid #0000002b;
     background: #e1e1e17d;
}
 .footer-nav .wp-block-navigation-item {
     font-weight: 400;
}
/* SITE NAVIGATION */
 .wp-block-navigation-item {
     font-weight: 600;
}
 .nav-login {
     background-color: #4300dc;
     color: white;
     border-radius: 50px;
     font-weight: bold;
     padding: 5px 20px !important;
}
 .wp-block-button__link, .wpcf7-form-control .wpcf7-submit {
     background-color: #fff;
     color: #4300dc;
     border-radius: 20px;
     font-weight: bold;
     padding: 5px 20px !important;
}
 .nav-premium {
     color: #6200ee;
}
/* NEWSLETTER SIGNUP */
 [type="submit"], .wpcf7-submit {
     color: white !important;
     border-radius: 10px;
     height: 45px;
     font-weight: bold;
     padding: 5px 20px !important;
     border: 0;
     font-size: 1rem;
     transition: all .2s ease-in-out;
}
 .lightButton > a {
     transition: all .2s ease-in-out !important;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  margin-top: 1rem;
  display: block;
  text-align: center;
  width: 250px;
}
 .lightbutton > a:hover {
     transform: scale(1.05) !important;
}
 .wpcf7-submit:hover, input[type=submit]:hover {
     background-color: #26007e;
     transform: scale(1.05);
}
 .wpcf7-text {
     background: white !important;
     border-radius: 10px;
     height: 35px;
     padding: 5px 15px !important;
     border: 2px solid #b2b2b2 !important;
     font-size: 1rem;
}
 .wpcf7-select {
     background: white !important;
     border-radius: 10px;
     padding: 12px 15px !important;
     border: 2px solid #b2b2b2 !important;
     font-size: 1rem;
}
 .wpcf7-textarea {
     background: white !important;
     border-radius: 10px;
     padding: 15px 0 0 15px !important;
     border: 2px solid #b2b2b2 !important;
     font-size: 1rem;
     font-family: Arial, Helvetica, sans-serif;
}
 .home .wp-container-7 {
     padding: 10px;
     box-shadow: 10px 10px #fdc7a5;
}
/* AUTOCOMPLETE */
 #myInput {
     color: #4300dc !important;
     
     background-color: transparent;
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 2.7rem !important;
     line-height: 2rem !important;
     
     padding: 3px 0 3px 10px;
}
 .wp-block-navigation-item__label {
     font-family: "Recoleta Regular", "Helvetica", "Arial", sans-serif !important;
     font-size: 120%;
}
 .wp-block-navigation-item__label {
     font-family: "Recoleta Regular", "Helvetica", "Arial", sans-serif !important;
     font-size: 120%;
}
 .wp-block-navigation__responsive-container.is-menu-open {
     background-color: #4300dc !important;
     color: #fff !important;
     text-align: left !important;
}
 .wp-block-navigation__responsive-container.is-menu-open ul, .wp-block-navigation__responsive-container.is-menu-open span, .wp-block-navigation__responsive-container.is-menu-open li {
     text-align: left !important;
     font-size: 2.5rem;
}
 .flex-block {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     align-content: flex-start;
     flex-direction: row;
     margin-bottom: 6rem;
     width: 100%;
     position: relative;
     align-items: center;
}
 .flex-block:nth-last-child(2) {
     margin-bottom: 1rem !important;
}
 .flex-block:nth-last-child(3) {
     margin-bottom: 6rem !important;
}

.ons-source {
 margin-top: 2rem;
 margin-bottom: 1rem;
}

 .column-10pc img.arrow {
     width: 100%;
}
 .column-20pc img.arrow {
     width: 70% !important;
}
 .column-10pc {
     flex: 10%;
     text-align: center;
     margin: 0;
     padding: 0;
}
 .column-20pc {
     flex: 20%;
     text-align: center;
     margin: 0;
     padding: 0;
}
 .column-25pc {
     flex: 25%;
     margin: 0;
     padding: 0;
}
 .column-30pc {
     flex: 30%;
     margin: 0;
     padding: 0;
}
 .column-33pc {
     flex: 33%;
     margin: 0;
     padding: 0;
}
 .column-35pc {
     flex: 35%;
     margin: 0;
     padding: 0;
}
 .column-40pc {
     flex: 40%;
     margin: 0;
     padding: 0;
}
 .column-45pc {
     flex: 45%;
     margin: 0;
     padding: 0;
}
 .column-50pc {
     flex: 50%;
     margin: 0;
     padding: 0;
}
 .column-55pc {
     flex: 55%;
     margin: 0;
     padding: 0;
}
 .column-60pc {
     flex: 60%;
     margin: 0;
     padding: 0;
}
 .column-65pc {
     flex: 66%;
     margin: 0;
     padding: 0;
}
 .column-66pc {
     flex: 66%;
     margin: 0;
     padding: 0;
}
 .column-75pc {
     flex: 75%;
     margin: 0;
     padding: 0;
}
 .h2label {
     background-color: #f7d3b7;
     border-radius: 5px;
     display: block;
     position: absolute;
     padding: 10px 15px;
     text-align: left;
     font-size: 1.5rem;
     transform: rotate(-3deg);
     top: -60px;
     left: -8px;
}
 .purple-border {
     border: 3px solid #E7DDFB;
     border-radius: 5px;
     width: 100%;
}
 .purple-bg {
     background-color: #f4effd;
     border-radius: 5px;
}
 .how-old img {
     width: 40%;
}
 .themap img, .thepeeps img, .comparisonImage img, .football img, .deprivation .flex-block img {
     width: 100%;
}
 .themap img {
     width: 90%;
}
 .twocol {
     display: flex;
     justify-content: space-between;
}
 .twocol div {
     flex: 1;
     padding: 1rem;
}
 .twocol div:first-of-type {
     margin-right: 30px;
}
 .purple-border > div {
     padding: 1.5rem;
}
 .purple-bg div {
     margin: 1rem 2rem;
}
 .centralised div {
     text-align: center;
}
 .comparisonImage img {
     width: 300px;
     position: absolute;
     top: -55px;
     right: 60px;
}
 .thepeeps img {
     width: 300px;
     padding-left: 20px;
}
 .deprivation .thepeeps img {
     position: relative;
     top:unset;
     left:unset;
     padding-left: 20px 
}
 .deprivation h2:nth-last-child(4) {
     padding-top: 0;
     margin-top: 0;
}
 .ons-source p {
     margin: 0 !important;
}
 .autocomplete {
    /*the container must be positioned relative:*/
     position: relative;
     display: inline-block;
     background-color: transparent;
   border: 3px solid #4300dc;
     padding: 10px;
     border-radius: 10px;
     color: #4300dc !important;
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 2.7rem !important;
     line-height: 2rem !important;
     padding: 0 0 0 10px !important;
    
     width: 98% !important;
}
 .autocomplete-items {
     position: absolute;
     border-bottom: none;
     border-top: none;
     z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
     top: 100%;
     left: 0;
     right: 0;
     margin-top: 5px;
     width: 100%;
}
 .autocomplete-items div {
     padding: 10px;
     cursor: pointer;
     background-color: #2b008e;
     border: 0;
     color: #fff;
     font-family: "Recoleta Medium", "Helvetica", "Arial", sans-serif !important;
     font-size: 1.7rem !important;
     line-height: 2rem !important;
}

 .autocomplete-items div:first-child {
     border-radius: 10px 10px 0 0;
}

 .autocomplete-items div:last-child {
     border-radius: 0 0 10px 10px;
}
 .autocomplete-items div:hover {
    /*when hovering an item:*/
     background-color: #2b008e;
}
 .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
     background-color: DodgerBlue !important;
     color: #ffffff;
     border: 0 !important;
}
 .flex-block h3, .flex-block p, .flex-block h4 {
     margin: 12px 0 0 0;
     padding: 0;
}
 body:not(.home) #myInput::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #fff;
}
 body.home #myInput::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #4300dc;
}
 #myChart {
     margin: 20px 0 20px 0 !important;
}
 .mb-2rem {
     margin-bottom: 2rem;
}
 .current-menu-item a {
     text-decoration: underline;
}
 .data-search #myInput {
     background-color: transparent;
}
 .column-45pc.purple-bg {
     padding-top: 2rem;
     padding-bottom: 2rem;
}
 .column-45pc.purple-bg:first-of-type {
     margin-right: 2rem;
}
 .column-60pc.purple-bg {
     margin-left: 2rem !important;
}
 .flex-block.purple-border .column-60pc {
     margin-left: 2rem !important;
}
 .bigText {
     font-size: 3rem;
}
 .themap.column-40pc {
     text-align: right;
}
 .full-width-img {
     padding: 2rem;
}
 .twocol .purple-bg {
     padding-top: 1.5rem;
     padding-bottom: 1.5rem;
}
 input[type=submit] {
     border-radius: 80px;
     background-color: #4300dc;
     height: 4rem;
     min-width: 10rem;
}
 .nopad {
     margin-top: 0;
}
 .wp-site-blocks > * + * {
     margin-block-start: 0;
}
/* override styles when printing */
 @media print {
     body {
         margin: 0;
         color: #000;
         background-color: #fff;
    }
     nav, .subhead {
         display: none !important;
    }
     .custom-logo {
         width: 100px;
         height: auto;
    }
}
 @media (max-width: 800px) {
     .flex-block {
         flex-direction: column;
    }
     .wpcf7 input[type="email"] {
         width: 90%;
    }
     .newsletter-block .wpcf7-text {
         width: 90%;
    }
     input[type=submit] {
         width: 100% !important;
    }
     .select-options-1, input#myInput {
         font-size: 2.3rem !important;
    }
     .lightButton {
         width: 100% !important;
         margin-bottom: 2rem !important;
         display: block !important;
    }
     .football {
         text-align: center;
         padding-bottom: 0 !important;
    }
     .football img {
         width: 90% !important;
    }
     .column-20pc img.arrow {
         width: 50% !important;
    }
     .column-10pc img.arrow {
         width: 50%;
    }
     
     .twocol div {
         width: 95%;
    }
     .flex-block > div * {
         padding: 0;
         margin: 0;
    }
     .twocol {
         display: flex;
         flex-direction: column;
    }
     .twocol div:first-of-type {
         margin-right: 0 !important;
         margin-bottom: 20px 
    }
     .data-search {
         padding: 20px !important;
         margin: 0 !important;
    }
     .column-10pc {
         align-items: center;
         justify-content: center;
    }
     .data-search input {
         width: 100% 
    }
     .data-search select {
         width: 100% 
    }
     h2.purpletext {
         margin-bottom: 0;
    }
     #toolbox {
         display: flex;
         text-align: center;
    }
     #toolbox a {
         background-color: #4300dc;
         color: #fff;
         padding: 10px 20px;
         border-radius: 50px;
         display: block;
         width: 100%;
    }
     #toolbox a:hover {
         cursor: pointer;
    }
     #toolbox img {
         width: 20px;
         margin-right: 10px;
         display: none;
    }
     html, body{
         width:100%;
         overflow-x:hidden;
    }
     .arrow {
         -moz-transform: scaleY(-1);
         -o-transform: scaleY(-1);
         -webkit-transform: scaleY(-1);
         transform: scaleY(-1);
         filter: FlipV;
         -ms-filter: "FlipV";
         padding-top: 1rem;
         padding-bottom: 1rem;
    }
     h1.statsh1 {
         padding-top: 1.5rem !important;
         padding-bottom: 1.5rem !important;
    }
     .themap img {
         width: 100% !important;
         padding-top: 1.5rem !important;
    }
     body:not(.home) .data-search .autocomplete {
         width: 93% !important;
    }
     .flex-block div img {
         width: 60%;
         position: relative;
         top:unset;
         left: unset;
         right:unset;
         bottom:unset;
         padding: 0;
    }
     .custom-logo {
         width: 80%;
         height: auto;
    }
     .subhead {
         margin-top: 0;
         margin-bottom: 0;
    }
     .wp-container-4 {
         padding-top: 1rem !important;
    }
     .themap {
         text-align: center;
    }
     .themap > img {
         width: 100%;
    }
     .purple-border h1 {
        /* padding-left: 1rem;
         */
        /* padding-right: 1rem;
         */
         margin-top: 0;
         font-size: 1.8rem;
         padding-bottom: 1rem;
    }
     .thechart {
         width: 100%;
         margin: 0 !important;
    }
     .comparisonImage {
         text-align: center;
    }
     canvas#myChart {
         margin-top: 0 !important;
    }
     .mb-2rem {
         margin-bottom: 1rem;
    }
     .thepeeps {
         text-align: center;
    }
     .home .wp-container-7 {
         padding: 20px !important;
         box-shadow: 10px 10px #fdc7a5;
    }
     .home .wp-container-7 input, .home .wp-container-7 select, .home .wp-container-7 .autocomplete {
         width: 100% !important;
    }
    .newsletter-block {
     background-color: #4300dc21 !important;
     color: #000 !important;
     box-shadow: 10px 10px #0000001a;
     padding: 1.2rem !important;
     color: #4300dc;
     border-radius: 10px;
     border: 2px solid #00000073;
    }


  
     .flex-block div {
         padding: 0;
    }

  .flex-block:nth-last-child(2) {
     margin-bottom: 1rem !important;
}
 .flex-block:nth-last-child(3) {
     margin-bottom: 5rem !important;
}

   .flex-block.purple-border div {
     margin: 1.5rem;
}
 .purple-bg div {
     margin: 2rem;
}

   .purple-bg .column-30pc, .purple-border .column-30pc {
   margin: 1rem 2rem 1rem 2rem !important;
  }

  .full-width-img {
   padding-left: 0 !important;
  }

.purple-bg h2, .purple-bg h3, .purple-bg .figText {
 padding-bottom: 1rem;
}

  .purple-border h2, .purple-border h3, .purple-border .figText {
 padding-bottom: 1rem;
}

 .lightButton > a {
 
  width: 250px;
}

 .comparisonImage {
  margin: 0 0 1rem 0 !important;
 }

  .football {
  margin: 1.5rem 0 0 0 !important;
 }

  #infoText {
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0;
  }
  
}

.wpcf7-not-valid-tip {
	color: #fff; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
 background-color: #dc3232;
 border-radius: 4px;
 padding-left: 7px;
 margin-top: 5px;
 
}

.wpcf7-response-output {
 border: 3px solid #dc3232 !important;
 border-radius: 4px;
}