h2.gform_title {
text-align: center;
margin-bottom: 20px;
font-size: 50px;
}
.gform_heading {
margin-bottom: 50px;
;
}
.gform_description {
max-width: 600px;
margin: 0 auto;
color: black;
}
.form-with-columns {
margin-top: 40px;
}
.form-with-columns-wrapper {
background: #F4F4F4;
padding: 20px 40px;
}
.form-with-columns-wrapper .gform_wrapper {
max-width: 750px;
margin-left: auto;
margin-right: auto;
}
input.gform_button {
width: 255px;
margin-left: auto;
margin-right: auto;
position: relative;
border-radius: 10px;
background-image: url(//shakeshack.covalentbond.website/wp-content/themes/shakeshack/src/images/chevron-right.svg);
background-size: 10px;
background-repeat: no-repeat;
background-position: calc(100% - 7px);
text-transform: uppercase;
&:hover {
background-color: #418613;
color: white;
border-color: none;
}
}
.catering-cols {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 50px;
margin-bottom: 20px;
}
.catering-col {
display: flex;
align-items: center;
gap: 20px;
max-width: 250px;
}
.catering-col img {
max-width: 68px;
max-height: 68px;
}
.catering-col h3 {
font-family: 'jostbold';
font-size: 18.64px;
font-weight: 700;
line-height: 27.97px;
text-align: left;
color: #5D9E43;
}
.gform_wrapper.gravity-theme .gfield textarea {
max-width: 100%;
}
@media screen and (max-width:767px) {
.form-with-columns-wrapper {
padding: 10px 20px;
}
h2.gform_title {
font-size: 1.5rem;
text-align: left;
}
.catering-cols {
flex-wrap: wrap;
justify-content: flex-start;
}
.catering-col {
max-width: 100%;
}
.catering-col h3 {
font-size: 1.4rem;
}
}
.form-with-columns {
opacity: 1;
.contacta-row {
gap:30px;
.heading h2 {
text-align: center;
margin-bottom: 20px;
font-size: 50px;
}
input,
select,
textarea {
border-radius: 10px;
border: 1px solid black !important;
padding: 10px;
width: 100% !important;
max-width: 520px;
font-size: 16px;
line-height: 24px;
background-color: white;
}
.submitBtn button {
color: white !important;
height: auto;
line-height: 2rem !important;
border-radius: 12px !important;
}
}
}
@media screen and (max-width:767px) {
.form-with-columns {
.contacta-row {
.heading h2{
font-size: 32px;
}
}
.contacta-webform-table{
padding-left: 0;
padding-right: 0;
}
}
}