/* Styles in this file are loaded on pages/posts using the block editor. */
/**
/**
 * DW: 24/11/22
 * Added by Steven
 * Button Styling for discount gravity form
 */ 
.btn_discount {
  background-color: #199319;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
}
/**
 * DW: 16/01/23
 * Added by Steven
 * Button Styling for subscribe gravity form on rundown page 
 */

.gen_gf{

box-sizing: border-box;
height: 51px;
background: #FFFFFF;
border: 1px solid #CED4DA;
border-radius: 4px;
flex: none;
align-self: stretch;
flex-grow: 0;
	/* Text */
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */
align-items: center;
color: #6A7178;

}
.gen_gf2{

background: #FFFFFF !important;
border: 1px solid #CED4DA !important;
border-radius: 4px !important;
	/* Text */
font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 16px !important;
color: #6A7178 !important;

}
/**
 * DW: 16/01/23
 * Added by Steven
 * Button Styling for subscribe gravity form on rundown page 
 */ 
/* Check box style */
.check_gf-round{
display: block !important;
accent-color: #479D00 ;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #093739;

}
.check_gf-round1{
display: block !important;
accent-color: #479D00 ;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #093739;
padding-bottom: 20px;

}
/* Radio-button style */
.radio_gf{	
display: block !important;
accent-color: #479D00 ;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #093739;
}
accent-color: #479D00 ;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #093739;
}

/**
 * DW: 17/01/23
 * Added by Steven
 * Button Styling for subscribe gravity form on rundown page 
 */ 
/* Form text style */
.gf_text{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #093739;
}
/*
 * DW: 17/01/23
 * Added by Steven
 * Button Styling for subscribe gravity form on rundown page 

/* Submit button style subscribe form 1*/
body #gform_wrapper_6 .gform_footer input[type=submit] {
width: 263px !important;
height: 39px !important;
align-items: center !important;
padding: 10px 34px !important;
gap: 4px !important;
background: #093739 !important ;
border-radius: 30px !important;
font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 900 !important;
font-size: 16px !important;
line-height: 19px !important;
text-align: center !important;
letter-spacing: 0.04em !important;
color: #D1FF05 !important;
}
/* Submit button style subscribe form 2*/
body #gform_wrapper_7 .gform_footer input[type=submit] {
width: 263px !important;
height: 39px !important;
align-items: center !important;
padding: 10px 34px !important;
gap: 4px !important;
background: #093739 !important ;
border-radius: 30px !important;
font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 900 !important;
font-size: 16px !important;
line-height: 19px !important;
text-align: center !important;
letter-spacing: 0.04em !important;
color: #D1FF05 !important;
}
/*Dropdown ccs class for gravity forms 
 */
body #gform_wrapper_6 .gform_body .gform_fields .gfield .ginput_container_select {
	
}*/

/*Checkbox CSS styles for gravity forms */

.gfield_checkbox li, .gfield_radio li {
  position: relative;
}

body .gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 21px;
}

body .gform_wrapper ul li.gfield.optional .gfield_checkbox label::after,
body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  display: none;
}
ul.gfield_checkbox li[class^="gchoice"] label:before,
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
}
ul.gfield_checkbox li[class^="gchoice"] label:after,
ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #093739;
  border-radius: 45px;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
	
}
ul.gfield_checkbox input[type="checkbox"]:checked + label:before,
ul.gfield_radio input[type="radio"]:checked + label:before {
  content: "●";
  color: #479D00;
  height: 13px;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 top: 0;
	right: 0;
	margin-top: 0.25px;
	margin-bottom: 6px;
	margin-right: 1px;
	margin-left: 1px;
  width: 16px;
  z-index: 9;
}

/**
 * Gravity Forms stuff...
 */

/*
.gform_body {
  width: 70% !important;
  margin-left: 15%; }

.gform_button,
.gform_footer input[type="submit"] {
  font-size: 1.5rem;
  font-weight: 400 !important;
  padding: 15px 14px 12px !important;
  margin-right: 0 !important;
  background-color: #27aae0 !important;
  color: white !important;
  border-radius: 0px !important;
  letter-spacing: 4px !important;
  width: 35% !important;
  transition: all 0.3s ease; }
  .gform_button:hover,
  .gform_footer input[type="submit"]:hover {
    background-color: black !important;
    opacity: 0.6; }

.entry-content.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .entry-content.gforms_confirmation_message input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 8px 12px;
  margin-top: 15px !important;
  border: 0px !important; }

.featherlight-content.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .featherlight-content.gforms_confirmation_message input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 8px 12px;
  margin-top: 15px !important;
  border: 0px !important; }

#input_1_5_6 {
  width: 103% !important; }

.gform_wrapper {
  max-width: 100% !important; }
  .gform_wrapper select, .gform_wrapper textarea {
    font-weight: 100 !important; }
  .gform_wrapper select {
    height: 40px !important;
    font-family: "Clear Sans", "Source Sans Pro", sans-serif;
    font-size: 1.125rem;
    color: #000 !important;
    text-shadow: none !important;
    font-weight: 100 !important;
    display: block;
    -webkit-font-smoothing: antialiased;
    border: 0px !important;
    font-style: italic !important; }
  .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="email"], .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="number"], .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="password"], .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="tel"], .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="text"], .gform_wrapper.gfield_error.ginput_complex.ginput_left input[type="url"] {
    width: 102% !important; }
  .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="email"], .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="number"], .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="password"], .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="tel"], .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="text"], .gform_wrapper.gfield_error.ginput_complex.ginput_right input[type="url"] {
    width: 102% !important; }
  .gform_wrapper.ginput_complex input[type="email"], .gform_wrapper.ginput_complex input[type="number"], .gform_wrapper.ginput_complex input[type="password"], .gform_wrapper.ginput_complex input[type="tel"], .gform_wrapper.ginput_complex input[type="text"], .gform_wrapper.ginput_complex input[type="url"] {
    width: 102% !important; }
  .gform_wrapper ul.gfield_checkbox li,
  .gform_wrapper .gfield_checkbox .gchoice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
    .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
      font-size: 35px; }
    .gform_wrapper ul.gfield_checkbox li label,
    .gform_wrapper .gfield_checkbox .gchoice label {
      margin-left: 20px; }
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-top: 0px !important; }
    .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
      margin-top: 0px !important; }
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 12px 10px !important; }

.ginput_container label {
  display: none !important; }

.gfield_checkbox label {
  display: block !important;
  font-weight: 100;
  font-size: 14px; }

.gfield_label {
  display: none !important; }

.gform_footer {
  text-align: center !important;
  padding-top: 0px !important;
  font-weight: 700 !important; }

.form-legend {
  text-align: center;
  padding-bottom: 0.8em !important; }
  .form-legend a {
    color: black !important;
    background-color: white !important;
    padding: 1px 5px;
    font-size: 0.9em; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  margin-left: auto;
  margin-right: auto; }

::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  font-style: italic !important; }

.gform_wrapper.gf_browser_gecko.gfield_checkbox li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  margin: 0 0 0 0 !important;
  background-color: #fff;
  font-size: 1.5em;
  width: 20px !important;
  height: 20px !important;
  box-shadow: inset 0 0 0 3px #fff;
  padding: 0 0 0 0; }
  .gform_wrapper.gf_browser_gecko.gfield_checkbox li input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    margin: 0 0 0 0 !important;
    background-color: #fff;
    font-size: 1.5em;
    width: 20px !important;
    height: 20px !important;
    box-shadow: inset 0 0 0 3px #fff;
    padding: 0 0 0 0; }

.gform_wrapper.gf_browser_gecko.gfield_radio li input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  margin: 0 0 0 0 !important;
  background-color: #fff;
  font-size: 1.5em;
  width: 20px !important;
  height: 20px !important;
  box-shadow: inset 0 0 0 3px #fff;
  padding: 0 0 0 0; }

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 4px; }

*/

/* End of gravity stuff*/
