/* Theme Name: Portfolio
 * Author: Edwin Cornelisse
 * Author URI: www.edwincornelisse.nl
 * Description: I wanted a cool portfolio, so I've created this theme.
 * Version: 1.1 */
@font-face {
  font-family: "Nunito";
  src: url("assets/fonts/Nunito-Light.eot");
  src: url("assets/fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Nunito-Light.woff2") format("woff2"), url("assets/fonts/Nunito-Light.woff") format("woff"), url("assets/fonts/Nunito-Light.ttf") format("truetype");
}
h1, h2, h3, h4, p, a {
  font-family: "Nunito", Helvetica, sans-serif;
  color: #151515;
  margin: 0;
}

h1, .form-title {
  font-size: 3rem;
  font-weight: 100;
}

h2 {
  font-size: 2rem;
  font-weight: 100;
}

h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 8px;
}

h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 6px;
}

a {
  color: #151515;
  text-decoration: none;
  font-size: 1rem;
}
a:hover {
  color: #151515;
}

p, label {
  font-size: 1rem;
  line-height: 1.8;
}

footer a, footer p {
  font-size: 0.8rem;
}
footer a:hover {
  color: #D78604;
}
footer a {
  text-decoration: underline;
}

.wp-night-mode-on h1, .wp-night-mode-on h2, .wp-night-mode-on h3, .wp-night-mode-on h4, .wp-night-mode-on p, .wp-night-mode-on a {
  color: rgb(255, 255, 255);
}

#wpadminbar {
  display: none;
}

body {
  background-color: rgb(255, 255, 255);
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.wp-night-mode-on {
  background-color: #151515;
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.weglot-language {
  display: none !important;
}

header, article, footer {
  width: 80%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero__container {
  height: calc(100vh - 55px);
  display: flex;
  justify-content: flex-end;
  background-image: url("assets/images/edwincornelisse.png");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center left;
}
.hero__container .hero__image {
  display: none;
}
.hero__container .hero__content {
  display: flex;
  flex-direction: column;
  width: 55%;
  margin: auto 0;
}
.hero__container h1 {
  margin: 4px 0 24px;
}
.hero__container p {
  margin: 0 0 8px;
}

.front__container {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.front__container .front__grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
}
.front__container .front__container-title {
  margin-bottom: 24px;
}
.front__container .front__container-project {
  margin-top: 24px;
}
.front__container .front__container-image {
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
}
.front__container .front__container-image:hover {
  filter: drop-shadow(0 0 0.1rem rgba(21, 21, 21, 0.2));
  transition: 0.5s ease-out;
  border-color: #B6B6B6;
}
.front__container #scarfya__cover, .front__container #proofme__cover, .front__container #inworkshop__cover, .front__container #ux-meets-politics__cover, .front__container #comparisonn-table__cover, .front__container #sinter-classic__cover, .front__container #v-voetbal__cover, .front__container #wedding-designers__cover, .front__container #blauwmode__cover, .front__container #rockcollage__cover {
  background-size: cover;
  position: relative;
  background-position: left;
  background-repeat: no-repeat;
  filter: grayscale(0.3);
  background-color: #151515;
  height: 225px;
  transition: 0.5s ease-out;
}
.front__container #scarfya__cover h3, .front__container #proofme__cover h3, .front__container #inworkshop__cover h3, .front__container #ux-meets-politics__cover h3, .front__container #comparisonn-table__cover h3, .front__container #sinter-classic__cover h3, .front__container #v-voetbal__cover h3, .front__container #wedding-designers__cover h3, .front__container #blauwmode__cover h3, .front__container #rockcollage__cover h3 {
  color: rgb(255, 255, 255) !important;
  font-size: 16px;
}
.front__container #scarfya__cover h4, .front__container #proofme__cover h4, .front__container #inworkshop__cover h4, .front__container #ux-meets-politics__cover h4, .front__container #comparisonn-table__cover h4, .front__container #sinter-classic__cover h4, .front__container #v-voetbal__cover h4, .front__container #wedding-designers__cover h4, .front__container #blauwmode__cover h4, .front__container #rockcollage__cover h4 {
  opacity: 1;
  position: absolute;
  left: 24px;
}
.front__container #scarfya__cover:hover, .front__container #proofme__cover:hover, .front__container #inworkshop__cover:hover, .front__container #ux-meets-politics__cover:hover, .front__container #comparisonn-table__cover:hover, .front__container #sinter-classic__cover:hover, .front__container #v-voetbal__cover:hover, .front__container #wedding-designers__cover:hover, .front__container #blauwmode__cover:hover, .front__container #rockcollage__cover:hover {
  filter: grayscale(0);
  transition: 0.5s ease-out;
}
.front__container #scarfya__cover:hover:before, .front__container #proofme__cover:hover:before, .front__container #inworkshop__cover:hover:before, .front__container #ux-meets-politics__cover:hover:before, .front__container #comparisonn-table__cover:hover:before, .front__container #sinter-classic__cover:hover:before, .front__container #v-voetbal__cover:hover:before, .front__container #wedding-designers__cover:hover:before, .front__container #blauwmode__cover:hover:before, .front__container #rockcollage__cover:hover:before {
  opacity: 1;
}
.front__container #scarfya__cover:before, .front__container #proofme__cover:before, .front__container #inworkshop__cover:before, .front__container #ux-meets-politics__cover:before, .front__container #comparisonn-table__cover:before, .front__container #sinter-classic__cover:before, .front__container #v-voetbal__cover:before, .front__container #wedding-designers__cover:before, .front__container #blauwmode__cover:before, .front__container #rockcollage__cover:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-size: cover;
}
.front__container #scarfya__cover:before {
  background-image: url("assets/images/scarfya-cover.jpg");
  background-position: top;
}
.front__container #proofme__cover:before {
  background-image: url("assets/images/proofme-cover.jpg");
  background-position: top;
}
.front__container #inworkshop__cover:before {
  background-image: url("assets/images/inworkshop-cover.png");
  background-position: top;
}
.front__container #ux-meets-politics__cover:before {
  background-image: url("assets/images/ux-meets-politics-cover.jpg");
}
.front__container #comparisonn-table__cover:before {
  background-image: url("assets/images/comparison-cover.jpg");
}
.front__container #sinter-classic__cover:before {
  background-image: url("assets/images/handstand-sinterclassic.png");
  background-position: center;
}
.front__container #v-voetbal__cover:before {
  background-image: url("assets/images/vvoetbal-cover.png");
  background-position: top;
}
.front__container #wedding-designers__cover:before {
  background-image: url("assets/images/wedding-designers-cover.png");
  background-position: top;
}
.front__container #blauwmode__cover:before {
  background-image: url("assets/images/blauw-mode__cover.png");
  background-position: top;
}
.front__container #rockcollage__cover:before {
  background-image: url("assets/images/rock-collage_cover.png");
  background-position: top;
}

.content__container {
  display: flex;
  margin-top: 32px;
  min-height: 90vh;
}
.content__container .content__container-left {
  width: 30%;
}
.content__container .content__container-left h3 {
  margin: 24px 0 8px;
}
.content__container .content__container-left h3:first-child {
  margin-top: 0px;
}
.content__container .content__container-right {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}

.content__about-me-hero {
  min-height: unset;
  min-height: 30vh;
}

.about-me-hero__images {
  display: flex;
  flex-direction: row;
  flex-warp: nowrap;
  justify-content: space-around;
}
.about-me-hero__images .about-me-hero__image {
  display: flex;
  max-width: 234px;
}

.content__container-about-me {
  flex-direction: column;
  max-width: 850px;
}
.content__container-about-me h2 {
  margin-top: 10vh;
}

.about-me__logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 24px auto 0px;
}
.about-me__logo-container .about-me__logo-image {
  display: flex;
  width: 28%;
  min-width: 200px;
  margin: 24px 0;
  border-radius: 8px;
  border: 8px solid white;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
}

.about-me__skill-tools-container {
  margin-top: 10vh;
}
.about-me__skill-tools-container .about-me__skill-tools {
  margin-top: 24px;
}

.content__container-form {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.content__container-footer {
  flex-direction: row;
  min-height: 60vh;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #B6B6B6;
  padding-top: 24px;
}
.content__container-footer .content__container-right ul {
  list-style-type: none;
  padding-left: 0;
}
.content__container-footer .content__container-right ul li {
  margin-bottom: 12px;
}

.project__description {
  height: 150px;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.project__description .content__container-overlay {
  width: 100%;
  height: 50px;
  top: 100px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.project__description h4 {
  margin: 24px 0 8px;
}
.project__description h4:first-child {
  margin-top: 0px;
}
.project__description .content__container-button {
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 4px;
}
.project__description .content__container-button:hover {
  color: #D78604;
}
.project__description .content__container-button .show-more__button {
  display: none;
}
.project__description .content__container-button .active {
  display: block;
}

.project__description-show {
  height: unset;
  padding-bottom: 48px;
}
.project__description-show .content__container-overlay {
  bottom: 0;
  top: unset;
}

.project__description-mobile {
  height: unset;
  margin-top: 24px;
}

.content__container-overlay-mobile {
  opacity: 0;
}

.wp-night-mode-on #containerOverlay {
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), #151515);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0)), to(#151515));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(21, 21, 21, 0)", endColorstr=" #151515 ");
  background: -o-linear-gradient(rgba(21, 21, 21, 0), #151515);
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.iframe__container {
  border-radius: 24px;
  margin: 48px auto;
  background-color: #151515;
  filter: drop-shadow(0 0 0.6rem rgba(21, 21, 21, 0.2));
}

div#coverDiv {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  transition: 2s ease-in-out;
}
div#coverDiv img {
  width: 226px;
  margin: auto;
}

.wp-night-mode-on .iframe__container {
  filter: drop-shadow(0 0 0.6rem rgba(255, 255, 255, 0.4));
}

.button__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 32px;
  border-bottom: 1px solid #B6B6B6;
}
.button__container .ec-button {
  margin-right: 24px;
  cursor: pointer;
}
.button__container .ec-button:hover {
  color: #B6B6B6;
}
.button__container .ec-button:last-child {
  margin: 0;
}
.button__container .ec-button__CTA {
  color: #FF9D00;
}
.button__container .ec-button__CTA:hover {
  color: #D78604;
}

.nav-header {
  height: 55px;
  position: relative;
  z-index: 1000;
}

.navbar__container {
  display: flex;
  justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.navbar__container-center {
  display: flex;
  justify-content: space-between;
  height: 32px;
  position: fixed;
  z-index: 1000;
  background: rgb(255, 255, 255);
  width: 80%;
  max-width: 1120px;
  padding: 12px 0;
  top: 0;
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.wp-night-mode-on .navbar__container, .wp-night-mode-on .navbar__container-center {
  background: #151515;
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.nav__block {
  display: flex;
}

.nav__block-left {
  flex: 1 0 auto;
  display: flex;
}

.nav__block-right {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

/* TODO Check the logo file why it changes in size when you toggle between light and dark */
.logo__container {
  display: flex;
}

#ec-logo {
  height: 32px;
  width: 36px;
}

#ec-go-back {
  height: 30px;
  width: 36px;
}
#ec-go-back circle,
#ec-go-back path {
  fill: #151515;
}

.wp-night-mode-on #ec-logo circle,
.wp-night-mode-on #ec-logo path, .wp-night-mode-on #ec-go-back circle,
.wp-night-mode-on #ec-go-back path {
  fill: rgb(255, 255, 255);
}

.brand-name {
  display: flex;
  line-height: 1.9;
  margin-left: 8px;
}

.toggle__container {
  display: flex;
}
.toggle__container a {
  font-size: 15px !important;
}

.toggle__container-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
}
.toggle__container-button .toggle__container-button--mobile {
  display: none;
}

.toggle-bold {
  font-weight: 600;
}

.toggle-normal {
  font-weight: 300;
}

.dark-mode {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}
.dark-mode:hover {
  opacity: 0.7;
}

.dark-mode__light {
  background-image: url("assets/images/bright-on.svg");
}

.dark-mode__dark {
  background-image: url("assets/images/dark-off.svg");
}

.dark-mode__splitter {
  margin: 0 6px;
}

.active .dark-mode__light {
  background-image: url("assets/images/bright-off.svg");
}
.active .dark-mode__dark {
  background-image: url("assets/images/dark-on.svg");
}

.navbar-toggler {
  height: 32px;
  width: 42px;
  cursor: pointer;
  margin: 1px 0 0 8px;
}
.navbar-toggler #Ellipse_3, .navbar-toggler #Ellipse_4, .navbar-toggler #Ellipse_5 {
  stroke: #151515;
  stroke-width: 1;
}
.navbar-toggler #Ellipse_3 {
  fill: transparent;
}
.navbar-toggler:hover #Ellipse_3 {
  fill: #151515;
  transition: 0.24s ease-out;
  transition-delay: 0.17s;
  -webkit-transition-delay: 0.17s;
  -moz-transition-delay: 0.17s;
  -ms-transition-delay: 0.17s;
  -o-transition-delay: 0.17s;
}
.navbar-toggler:hover #Ellipse_4 {
  fill: rgb(255, 255, 255);
  transition: 0.16s ease-out;
  transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
}
.navbar-toggler:hover #Ellipse_5 {
  fill: rgb(255, 255, 255);
  transition: 0.08s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}

.wp-night-mode-on .navbar-toggler #Ellipse_3, .wp-night-mode-on .navbar-toggler #Ellipse_4, .wp-night-mode-on .navbar-toggler #Ellipse_5 {
  stroke: rgb(255, 255, 255);
  stroke-width: 1;
  fill: rgb(255, 255, 255);
}
.wp-night-mode-on .navbar-toggler #Ellipse_3 {
  fill: rgba(21, 21, 21, 0);
}
.wp-night-mode-on .navbar-toggler:hover #Ellipse_3 {
  fill: rgb(255, 255, 255);
  transition: 0.24 ease-out;
  transition-delay: 0.17s;
  -webkit-transition-delay: 0.17s;
  -moz-transition-delay: 0.17s;
  -ms-transition-delay: 0.17s;
  -o-transition-delay: 0.17s;
}
.wp-night-mode-on .navbar-toggler:hover #Ellipse_4 {
  fill: #151515;
  transition: 0.16 ease-out;
  transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
}
.wp-night-mode-on .navbar-toggler:hover #Ellipse_5 {
  fill: #151515;
  transition: 0.08 ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.wp-night-mode-on .navbar-toggler:focus-within #Ellipse_3 {
  fill: rgb(255, 255, 255);
}
.wp-night-mode-on .navbar-toggler:focus-within #Ellipse_4, .wp-night-mode-on .navbar-toggler:focus-within #Ellipse_5 {
  fill: #151515;
}

.collapse__nav-container {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 9999;
  background-color: rgb(255, 255, 255);
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.wp-night-mode-on .collapse__nav-container {
  background-color: #151515;
  transition: 1s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}

.show-nav {
  display: block;
  max-heith: 200px;
}

.nav-buttons__container {
  list-style-type: none;
  padding: 0;
}
.nav-buttons__container li:last-child {
  border-bottom: 1px solid #151515;
}
.nav-buttons__container li a {
  margin: 0;
  padding: 16px 8px;
  display: flex;
  justify-content: flex-end;
  min-width: 300px;
  border-top: 1px solid #151515;
}
.nav-buttons__container li a:after {
  content: url("assets/images/arrow.svg");
  color: #FF9D00;
  margin-left: 16px;
  width: 0px;
  display: inline-flex;
}
.nav-buttons__container li a:hover {
  color: #D78604;
}
.nav-buttons__container li a:hover:after {
  content: url("assets/images/arrow.svg");
  width: 12px;
}

.wp-night-mode-on .nav-buttons__container li a {
  padding: 16px 8px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.wp-night-mode-on .nav-buttons__container li a:after {
  content: url("assets/images/arrow-white.svg");
  margin-left: 16px;
  width: 0px;
  display: inline-flex;
}
.wp-night-mode-on .nav-buttons__container li a:hover {
  border-color: #FF9D00;
}
.wp-night-mode-on .nav-buttons__container li a:hover:after {
  content: url("assets/images/arrow-white.svg");
  width: 10px;
}

.nav-footer__container {
  list-style-type: none;
  padding: 0;
  margin-top: 24px;
}
.nav-footer__container li {
  margin-bottom: 8px;
}

.gt-toggle__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 48px 0;
  border-bottom: 1px solid #B6B6B6;
}
.gt-toggle__container .gt-toggler {
  margin-right: 24px;
  cursor: pointer;
}
.gt-toggle__container .gt-toggler .active {
  pointer-events: none;
}
.gt-toggle__container .gt-toggler:hover {
  color: #B6B6B6;
}
.gt-toggle__container .gt-toggler:last-child {
  margin: 0;
}
.gt-toggle__container .active p {
  border-bottom: 2px solid #151515;
}

.wp-night-mode-on .gt-toggle__container {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.wp-night-mode-on .gt-toggle__container .active p {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.gt-gallery {
  display: none;
}

.gt-gallery-active {
  display: flex;
  flex-direction: column;
}

.desktop__presentation {
  padding: 24px 24px 30%;
  margin-top: 48px;
  background-image: url("assets/images/presentation-desktop.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.desktop__presentation .desktop__presentation-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.desktop__presentation .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.mobile__presentation {
  display: flex;
  justify-content: center;
}

.mobile__presentation-container {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 12px;
  border: 1px solid #F5F5F5;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
}

.responsive-iframe {
  position: absolute;
  margin-top: -1px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wpforms-container {
  margin: 24px 0 0;
}
.wpforms-container label {
  display: none;
}

.wpforms-form {
  display: flex;
  flex-direction: row;
}
.wpforms-form .wpforms-field-container {
  width: 66%;
}
.wpforms-form .wpforms-field-container .wpforms-field-large {
  width: calc(100% - 40px);
  height: 30px;
  padding: 0 0 0 15px;
  border: 1px solid #F5F5F5;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
  border-radius: 4px;
}
.wpforms-form .wpforms-field-container .wpforms-field-large:focus {
  border: 1px solid #B6B6B6;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
}

.wpforms-submit-container {
  width: 30%;
}
.wpforms-submit-container .wpforms-submit {
  height: 30px;
  border: 1px solid #FF9D00;
  filter: drop-shadow(0 0 0.3rem rgba(21, 21, 21, 0.2));
  border-radius: 4px;
  padding: 0 15px;
  background-color: #FF9D00;
  color: rgb(255, 255, 255);
}
.wpforms-submit-container .wpforms-submit:hover {
  background-color: #D78604;
}/*# sourceMappingURL=style.css.map */