/*
Theme Name: Buc-ee's Wordpress Theme
Author: HMG Creative
Author URI: http://hmgcreative.com
Description: A custom theme for Buc-ee's
Version: 1.0

-------------------------------------------------------------- 
    #01 Reset
    #02 Global Styles
    #03 Store Locator
-------------------------------------------------------------- */
/*------- #01 Reset --------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button, input, select, textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button, input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text], input[type=email], textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  color: #101010;
}
input[type=text], input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
/*------- #02 Global Styles --------*/
body {
  font-family: nimbus-sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  line-height: 0;
  height: 0px;
  top: 3em;
  font-size: 13px;
  font-weight: 500
}
h1, h2, h3 {
  margin-bottom: 25px;
}
h4, h5, h6 {
  margin-bottom: 12px;
}
.elementor:not(.elementor-location-header) p {
  margin-bottom: 25px;
}
.elementor:not(.elementor-location-header) p:last-of-type, #footer-content p {
  margin-bottom: 0px;
}
.elementor-nav-menu--dropdown {
  position: relative;
  overflow: visible !important;
}
#menu-2-a2a85ce {
  position: absolute;
  background: #fff;
  top: 0px;
  right: 0px;
}
#menu-2-a2a85ce .current_page_item a {
  color: #000 !important;
}
.elementor-menu-toggle {
  padding: 5px 8px;
  font-size: 22px !Important;
}
.elementor-menu-toggle::before {
  content: "MENU";
  font-size: .75em;
  font-family: nimbus-sans-condensed, sans-serif;
  margin-right: 5px;
}
@media screen and (max-width: 1340px) { /*-- Adds left and right padding to site --*/
  .elementor-row {
    padding-left: 50px;
    padding-right: 50px;
  }
  .elementor-row .elementor-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 767px) { /*-- Adds left and right padding to site --*/
  .elementor-row {
    padding-left: 25px;
    padding-right: 25px;
  }
  .elementor-row .elementor-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
    .header-white {background-color: transparent !important}
}
@media screen and (max-width: 1340px) {
  #menu-1-a2a85ce .menu-item {
    font-size: .9em !important;
  }
}
@media screen and (max-width: 1230px) {
  #menu-1-a2a85ce .menu-item {
    font-size: .8em !important;
  }
}
@media screen and (max-width: 1155px) {
  #menu-1-a2a85ce .menu-item a {
    padding: 13px 18px;
  }
}
@media screen and (max-width: 1115px) {
  #menu-1-a2a85ce .menu-item a {
    padding: 13px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: nimbus-sans-condensed, sans-serif;
  text-transform: uppercase;
  line-height: 1.25em;
}
h1 {
  font-size: 165px;
}
.home .footer-cta {
  display: none
}
.elementor-swiper-button i.eicon-chevron-right {
  right: -40px;
  position: absolute;
  top: -20px;
}
.elementor-swiper-button i.eicon-chevron-left {
  left: -40px;
  position: absolute;
  top: -20px;
}
#footer-content a {
  color: #fff;
}
#footer-content a:hover {
  color: #FEF117;
}
.elementor-location-footer a:hover {
  color: #D31145;
}
a.elementor-button {
  text-decoration: none !important
}
#wpsl-wrap .wpsl-search {
  background-color: #D31145;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
  color: #000 !important;
}
:root, body {
  font-size: 18px !important;
}
@media screen and (max-width: 1025px) {
  :root, body {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  :root, body {
    font-size: 14px !important;
  }
}
h1 {
  font-size: 10rem;
}
h2 {
  font-size: 8rem;
}
h3 {
  font-size: 2.25rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1500px){
    .big-title h1, .big-title h2{
        font-size: 150px !important;
    }
}
.elementor-widget-text-editor ul, .elementor-tab-content ul {
  margin: 25px 0px;
}
.elementor-widget-text-editor ul li, .elementor-tab-content ul li {
  position: relative;
  padding: 0px 0px 10px 25px;
}
.elementor-widget-text-editor ul li::before, .elementor-tab-content ul li::before {
  content: "•";
  color: #D31145;
  font-size: 2em;
  position: absolute;
  left: -5px;
  top: 1px;
}
div[data-elementor-type="wp-page"] .elementor-element a,
div[data-elementor-type="widget"] .elementor-element a{
  color: #D31145;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
div[data-elementor-type="wp-page"] .elementor-element a:hover,
div[data-elementor-type="widget"] .elementor-element a:hover {
  text-decoration: underline;
}
.elementor-button {
  color: #fff !important;
}
.vendor-number {
  font-family: nimbus-sans-condensed, sans-serif;
  color: #fff;
  font-size: 6em;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 10px;
  opacity: .5;
}
.vendor-text{
  z-index: 99;
  position: relative;
}
.gform_wrapper .gform_button {
  background: #D31145;
  color: #fff;
  border-radius: 0px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 1.25em !important;
  padding: 12px 24px;
  transition: all .25s ease-in-out;
  text-transform: uppercase;
}
.gform_wrapper .gform_button:hover {
  background: #000;
}
.vendor-instructions {
  background: #fff;
  padding: 25px;
  display: none;
}
strong {
  font-weight: bold
}
.elementor-pagination {
  margin-top: 25px;
}
#gform_3, #gform_7 {
  background: #FEF117;
  padding: 50px
}
#gform_3 ul li, #gform_7 ul li {
  padding: 0px;
}
ul.gfield_radio {
  display: flex;
}
ul.gfield_radio li {
  margin-right: 25px !important;
}
ul.gfield_radio li:last-of-type {
  margin-right: 0px !important;
}
.gfield_radio li input[type=radio] {
  margin-top: 0px !important;
}
.gform_wrapper .gsection {
  border-color: #000 !important;
}
.red-btn {
  background: #D31145;
  color: #fff !important;
  padding: 12px 24px;
  font-family: nimbus-sans-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 1.25em;
  display: inline-block;
  border: 1px solid #D31145;
}
.red-btn:hover {
  text-decoration: none !important;
  background: #000;
  border: 1px solid #D31145;
}
ul.elementor-nav-menu li.menu-item .sub-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 0px;
}
.elementor-nav-menu--dropdown a.elementor-item-active {
  color: #000 !important;
}
.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item{
    background: #D31145;
    width: 250px;
}
.elementor-nav-menu--dropdown ul.elementor-nav-menu li.menu-item .sub-arrow{
    right: 15px;
}
/*------- #03 Store Locator --------*/

#search-filter-form-1250 .sf-field-taxonomy-wpsl_store_category label.sf-label-radio {
  font-size: .85rem !important;
}

@media screen and (max-width:1199px) {
  #search-filter-form-1250 .sf-field-taxonomy-wpsl_store_category ul li {
    margin-right:35px !important;
  }
}

@media screen and (max-width:1099px) {
  #search-filter-form-1250 .sf-field-taxonomy-wpsl_store_category ul li {
    margin-right:30px !important;
  }

  #search-filter-form-1250 .sf-field-taxonomy-wpsl_store_category label.sf-label-radio {
    font-size: .8rem !important;
  }
}

#wpsl-search-wrap form, #wpsl-checkbox-filter, .wpsl-input {
  display: flex !important;
  align-items: center;
}
#wpsl-checkbox-filter {
  justify-content: space-around;
}
#wpsl-checkbox-filter li {
  width: initial !important;
}
.wpsl-input label {
  width: 120px !important;
  text-align: right;
  margin-right: 12px !important;
  color: #fff;
  font-family: nimbus-sans-condensed, sans-serif;
  ;
}
#wpsl-checkbox-filter label input {
  margin-top: -6px;
}
#wpsl-checkbox-filter label {
  color: #fff;
  cursor: pointer !important;
}
#wpsl-checkbox-filter, #wpsl-category, .wpsl-input, .wpsl-select-wrap {
  margin: 0px;
}
#wpsl-checkbox-filter {padding-right: 30px;}
.wpsl-store-location strong {
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 1.5em;
}
#wpsl-wrap #wpsl-result-list li {
  border-bottom: 3px solid black;
  margin-right: 25px;
  padding: 25px 0px;
}
.wpsl-store-location strong {
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 1.5em;
}
#wpsl-wrap #wpsl-result-list li {
  border-bottom: 3px solid black;
  margin-right: 25px;
  padding: 25px 0px;
}
#wpsl-search-input {
  font-size: 16px !important;
  font-family: nimbus-sans, sans-serif;
  color: #000;
  width: 150px;
  padding: 9px;
}
.wpsl-selected-item {
  font-size: 16px !important;
  font-family: nimbus-sans, sans-serif;
  padding: 0px !important;
}
#wpsl-search-btn {
  background: #FFEE00;
  color: #000;
  border: 0px !important;
  border-radius: 0px !important;
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 18px;
  padding: 8px 16px;
}
.wpsl-search-btn-wrap {
  margin-right: 0px !important;
}
#wpsl-checkbox-filter label {
  padding: 9px 16px 10px;
  transition: all .25s ease-in-out;
  font-family: nimbus-sans-condensed, sans-serif;
}
a.wpsl-directions {
  font-family: nimbus-sans-condensed, sans-serif;
}
.header-search-form form {
  display: flex;
  justify-content: flex-end;
}
.header-search-form label {
  opacity: 0;
}
.header-search-form input[type="text"] {
  border-radius: 0;
  border: none;
  background: #e5e5e5;
  color: #000;
  font-family: "nimbus-sans-condensed", Sans-serif;
  font-size: 1.25em;
  padding: 5px 10px;
}
.header-search-form input[type="submit"] {
  background: #D31145;
  border-radius: 0;
  padding: 10px 10px 9px 10px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 14px;
}
#footer-content a.elementor-button {
  text-decoration: none !important;
}
.location-icons {
  float: right;
  text-align: right;
  margin-top: -30px;
}
.location-icons img {
  width: 30px;
  margin-right: 10px;
}
.location-icons-small img {
  width: 20px;
  margin-right: 5px;
}

.elementor-posts .elementor-post__excerpt p, .elementor-post-date {color:#000 !important; font-size: 16px !important;}
#wpsl-radius label {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}
div[data-elementor-type="wp-page"] .elementor-element a:focus, div[data-elementor-type="widget"] .elementor-element a:focus{outline: #078aef auto 1px !important;}  
#wpsl-checkbox-filter li label:after {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 25px;
  width: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
  content: "";
  position: absolute;
  margin-left: 7px;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
} 
.avc_visit_counter_front {
    font-size: 44px !important;
    color: #D31045 !important;
    font-family: 'nimbus-sans-condensed', sans-serif;
    text-transform: uppercase;
    text-align: left !important
}

.skip-nav { left:-999px;
    position:absolute !important;
    top:auto;}
#wpsl-checkbox-filter label {
  display: inline-block;
  line-height: 25px;
}
#wpsl-checkbox-filter li:nth-child(1) label:after {
  background: url(images/i-carwash.svg);
}
#wpsl-checkbox-filter li:nth-child(2) label:after {
  background: url(images/i-def-at-pump.svg);
}
#wpsl-checkbox-filter li:nth-child(3) label:after {
  background: url(images/i-ethanol-free.svg);
}
#wpsl-checkbox-filter li:nth-child(4) label:after {
  background: url(images/i-travel-center.svg);
}
#wpsl-checkbox-filter li:nth-child(1) label.active:after {
  background: url(images/i-carwash-black.svg);
}
#wpsl-checkbox-filter li:nth-child(2) label.active:after {
  background: url(images/i-def-at-pump-black.svg);
}
#wpsl-checkbox-filter li:nth-child(3) label.active:after {
  background: url(images/i-ethanol-free-black.svg);
}
#wpsl-checkbox-filter li:nth-child(4) label.active:after {
  background: url(images/i-travel-center-black.svg);
}
#wpsl-checkbox-filter li label.active {
  color: #000
}
/*.elementor-widget-text-editor ul li, .elementor-tab-content ul li {
  padding-left: 0px !important;
}*/
@media screen and (max-width: 1340px){
    #wpsl-checkbox-filter label{
        font-size: .85em !important;
    }
}
@media screen and (max-width: 1230px){
    #wpsl-search-wrap form{
        flex-wrap: wrap;
    }
    #wpsl-checkbox-filter{
        order: 3;
        width: 85%;
        justify-content: space-between;
        border-top: 1px solid #fff;
        margin-top: 12px;
        padding-top: 12px;
    }
    .wpsl-search-btn-wrap{
        position: absolute;
        right: 25px;
    }
}
@media screen and (max-width: 825px){
    #wpsl-search-wrap .wpsl-search-btn-wrap{
        position: relative;
        order: 5;
        width: 100%;
        right: 0px;
    }
    #wpsl-checkbox-filter{
        width: 100%;
        border-bottom: 1px solid #fff;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    #wpsl-search-wrap .wpsl-input{
        width: 50% !important;
        margin-bottom: 0px;
        margin-right: 50px;
    }
    #wpsl-search-wrap .wpsl-input label{
        width: 100px !important;
    }
    #wpsl-search-wrap .wpsl-select-wrap{
        width: 20%;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 620px){
    #wpsl-search-wrap .wpsl-input{
        margin-right: 100px;
    }    
}
@media screen and (max-width: 600px){
    #wpsl-search-wrap .wpsl-input{
        display: block !important;
    }
    #wpsl-search-wrap .wpsl-input label{
        text-align: left;
    }
    #wpsl-search-wrap .wpsl-select-wrap{
        margin-top: 30px;
    }
}
@media screen and (max-width: 570px){
    #wpsl-search-wrap .wpsl-dropdown{
        width: initial !important;
    }
    #wpsl-checkbox-filter{
        flex-wrap: wrap;
    }
    #wpsl-checkbox-filter li{
        width: 100% !important;
    }
    #wpsl-checkbox-filter label{
        font-size: 1em !important;
    }
    #wpsl-search-wrap .wpsl-input{
        margin-right: 50px;
    }
	html, body{
		overflow-x: hidden;
	}
}

#faq-list ul{
    margin: 0px;
}
#faq-list ul li{
    padding: 0px 0px 25px;
    margin: 0px 0px 25px;
    border-bottom: 1px solid #ccc;
}
#faq-list ul li::before{
    display: none;
    padding: 0px;
    margin: 0px;
}
#faq-list ul li strong{
    margin-bottom: 12px;
    display: block;
}
#faq-list ul li ul{
    list-style: disc;
	margin-top: 12px !important;
}
#faq-list ul li ul li{
    margin: 0px 0px 0px 35px;
    padding: 0px;
    border: 0px;
}



/* STARBURST */

#never-closed {
  display:none;
}

.home #never-closed {
	position: absolute;
	left: -140px;
	top: -80px;
	transform: rotate(290deg);
  display:block;
}

.starburst {
  font: 2em/1.0 "nimbus-sans-condensed", Sans-serif;
  background: #fbee28;  
  text-transform: uppercase;
  width: 3.2em;
  height: 3.2em;
  text-align: center;
  color: #000;
}

.starburst,
.starburst span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

@media screen and (max-width:980px) {
  #never-closed {
      position: absolute;
      left: inherit !important;
      right: 40px !important;
      top: -100px !important;
      transform: rotate(330deg) !important;
  }

  .starburst {
    font: 1.4em/1.0 "nimbus-sans-condensed", Sans-serif;
   }
  }


  @media screen and (min-width:1321px) and (max-width:1480px) {
    .home #never-closed {
      position: absolute;
      left: -50px !important;
      top: -80px;
      transform: rotate(290deg);
      display:block;
    }

    .starburst {
      font: 1.4em/1.0 "nimbus-sans-condensed", Sans-serif;
     }
    }

    @media screen and (min-width:981px) and (max-width:1320px) {
      #never-closed {
        position: absolute;
        left: inherit !important;
        right: 40px !important;
        top: -100px !important;
        transform: rotate(330deg) !important;
    }

    .starburst {
      font: 1.4em/1.0 "nimbus-sans-condensed", Sans-serif;
     }
    }
/* STARBURST */


/* ////////////////////////  CONTACT FORM STYLING  //////////////////////// */
#contact-form {
	h3 {
		font-weight: 700;
		font-size: 1.25em;
	}
	
	.gform_wrapper {
		background: #FEF117;
		padding: 50px;
		
		.gform_required_legend {
			display: none;
		}
		
		.gsection_title {
			margin: 0;
		}
		
		&.gravity-theme {
			input[type=color],
			input[type=date],
			input[type=datetime-local],
			input[type=datetime],
			input[type=email],
			input[type=month],
			input[type=number],
			input[type=password],
			input[type=search],
			input[type=tel],
			input[type=text],
			input[type=time],
			input[type=url],
			input[type=week],
			select,
			textarea {
				border: 1px solid #00000073;
			}

			.gfield_label {
				font-size: 18px;
			}
		}
		
		#field_10_71,
		#field_10_19,
		#field_10_47,
		#field_10_89,
		#field_10_90,
		#field_10_16,
		#field_10_76,
		#field_10_108,
		#field_10_64,
		#field_10_78,
		#field_10_60,
		#field_10_58,
		#field_10_37,
		#field_10_69,
		#field_10_74,
		#field_10_84,
		#field_10_92,
		#field_10_27,
		#field_10_62,
		#field_10_80 {
			padding: 22px 30px;
			background: #d31145;
			color: #FFF;
			
			ul li::before,
			ul li::before {
				color: #FFF;
				opacity: 0.5;
			}
			
			a {
				color: #FFF;
			}
		}
		
		#field_10_73 p {
			font-size: 16px;
			margin: 40px 0 0;
		}
		
		.gform_footer {
			padding: 0;
			
			#gform_submit_button_10 {
				margin-top: 20px;
			}
		}
	}
}