/*
Theme Name: Coffee Break Curitiba
Theme URI: https://www.coffeebreakcuritiba.com.br/
Author: Rodrigo Alves Guerra
Author URI: https://rodrigoalvesguerra.com.br/
Description: Tema Desenvolvido para a Coffee Break Curitiba Version: 1.0
Text Domain: coffebreakcuritiba
*/
:root {
  --primary-color: #b66a5c;
  --secondary-color: #94683a;
  --tertiary-color: #752a1c;
  --quaternary-color: #fff;
  --quinary-color: #000;
  --font-color: #6b6c6d;
  --font-color-secondary: #a36d60;
  --font-color-tertiary: #34b2a4;
  --background-color: #f9f9f9;
  --border-color: #cbcfce;
}

html,
body,
.section {
  height: 100%;
}

/**
*	Menu
**/
nav {
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 64px; 
}

nav ul a,
nav .brand-logo {
  color: #b66a5c;
  display: flex;
  align-items: center;
  height: 100%;
}

nav ul a,
nav .brand-logo img {
  max-height: 48px; /* ajuste conforme necessário */
  height: auto;
  width: auto;
  vertical-align: middle;
}

nav .right.hide-on-med-and-down {
    display: flex;
    align-items: center;
    height: 100%;
}

.sidenav-trigger {
  color: #b66a5c;
}

/**
*	Slider
**/
.slider .slides {
  background-color: #000;
}

.slider.fullscreen ul.indicators {
  display: none;
}

.slider .slides li img {
  opacity: 0.7;
}

.slider .slides li .caption {
  top: 30%;
}

.slider .slides li .caption h3 {
  color: #dbb68e;
}

.indicator-item.active {
  background-color: #b66a5c !important;
}

.slider-btn-center {
  position: absolute;
  bottom: 120px;
  z-index: 2;
  text-align: center;
  right: 0;
  left: 0;
}

.slider-btn-center a {
  background-color: rgba(182, 106, 92, 0.7) !important;
  border: 2px solid #b66a5c;
  border-radius: 50% 0;
  color: #fff;
}

/**
*	Home Content
**/
.content-home {
  height: auto !important;
  padding-bottom: 4rem;
}

.content-home h1 {
  padding: 1em 0;
  font-size: 24px;
  color: #b66a5c;
  text-align: center;
  text-transform: uppercase;
}

.content-home h5 {
  color: #a36d60;
}

.content-home hr {
  color: #94683a;
}

.content-home .card-title {
  font-size: 20px;
}

.content-home .card-title:after {
  border-bottom: 1px solid #752a1c;
  width: 114px;
  display: block;
  position: absolute;
  content: '';
  padding-bottom: 2px;
}

.content-home .card-content span {
  color: #94683a;
}

.content-home .card-action {
  text-align: right;
}

.content-home .btn-floating {
  background-color: #94683a !important;
}

.content-home .card-action a {
  color: #752a1c !important;
}

/**
*  Pages
**/
.parallax {
  background-color: #000;
}

.parallax img {
  opacity: 0.6 !important;
}

.parallax-container {
  height: 300px !important;
}

.light {
  color: #fff;
}

.parallax-btn-center {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  text-align: center;
  right: 0;
  left: 0;
}

.parallax-btn-center a {
  background-color: rgba(182, 106, 92, 0.7) !important;
  border: 2px solid #b66a5c;
  color: #fff;
}

.carousel {
  height: 280px;
}

.header-title-pages {
  position: relative;
  font-size: 40px;
  margin-bottom: 1em;
}

.header-title-pages h1 {
  color: #a36d60;
  font-weight: 400;
  text-align: center;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  text-transform: capitalize;
}

.header-title-pages:before {
  left: 50%;
  width: 200px;
  bottom: 0;
  height: 2px;
  content: '';
  position: absolute;
  margin-left: -100px;
  background-color: #d8d8d8;
}

.header-title-pages:after {
  left: 50%;
  width: 160px;
  bottom: 0;
  height: 2px;
  content: '';
  position: absolute;
  margin-left: -80px;
  background-color: #94683a;
}

.content-pages {
  height: auto !important;
}

.content-pages h5 {
  overflow: hidden;
  white-space: nowrap;
  color: #a36d60;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 0.3em;
}

.content-pages hr {
  width: 100%;
  height: 1px;
  background: #94683a;
  margin-top: -3%;
  margin-bottom: 3%;
}

/**
*	Contact Form
**/
.contact-form {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-top: -7em;
  bottom: 0px;
  top: 120px;
  -webkit-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 2px 14px 0px rgba(0, 0, 0, 0.29);
}

.form-group {
  margin-bottom: 5px;
}

.form-control {
  border-radius: 0px;
  color: #6b6c6d;
  font-size: 14px !important;
  /*font-weight: 600;*/
  width: 100%;
  height: 52px !important;
  padding: 0px;
  line-height: 1.42857143;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  /*border-bottom: 1px solid #cbcfce;*/
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control:focus {
  color: #34b2a4 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #34b2a4;
  font-size: 12px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

input[type='checkbox'],
input[type='radio'] {
  margin: 8px 0 0;
  margin-top: 12px;
  line-height: normal;
}

input::-webkit-input-placeholder {
  color: #6b6c6d !important;
}

input:focus::-webkit-input-placeholder {
  color: #34b2a4 !important;
  bottom: 20px;
  position: relative;
}

textarea::-webkit-input-placeholder {
  color: #6b6c6d !important;
}

textarea:focus::-webkit-input-placeholder {
  color: #34b2a4 !important;
  bottom: 20px;
  position: relative;
  font-size: 12px;
}

.input-group-addon {
  background-color: transparent;
  border: 1px solid #34b2a4;
  border-radius: 0px;
}

.focus {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #cbcfce;
  background-color: #fff;
}

.focus:focus {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #cbcfce;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control {
  border-color: #3c763d;
  background-color: #fff;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #3c763d;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #a94442;
  background-color: #fff;
  box-shadow: none;
}

.has-error .form-control:focus {
  border-color: #34b2a4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon:last-child {
  border-left: 0;
  border-right: transparent;
  border-top: transparent;
}

.input-group-addon i {
  color: #34b2a4;
}

.mb60 {
  margin-bottom: 60px;
}

.btn-primary {
  background-color: #ff7f1d;
  color: #fff;
  border: 1px solid #ff7f1d;
}

.btn-primary:hover {
  background-color: #e64c10;
  color: #fff;
  border: 1px solid #e64c10;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #e64c10;
  color: #fff;
  border: 1px solid #e64c10;
}

.space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pdt20 {
  padding-top: 20px;
}

.form-control,
.contact-form input[type='text'] {
  border-radius: 0px;
  width: 100% !important;
}

.input-group-addon {
  border-radius: 0px;
}

.btn-primary {
  background-color: #75491c;
  border: 2px solid #b68a5c;
  color: #fff;
}

.btn-primary:hover {
  background-color: #b68a5c;
  color: #000;
  border: 2px solid #75491c;
}

.contact-form hr {
  width: 45%;
}

/**
*	Footer
**/
.page-footer {
  padding-top: 4rem;
  background-color: #752a1c;
}

.page-footer h5 {
  font-weight: bold;
  color: #ffd2ca !important;
}

.page-footer img {
  max-width: 45%;
}

.footer-copyright {
  text-align: center;
}

/*
* Loader Generic
*/
.page-loader {
  background: #f9f9f9 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.page-loader p {
  position: relative;
  text-align: center;
  top: 55%;
}

.loader {
  height: 8px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  width: 44px;
}
.dot {
  background: #ccc none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.dot_1 {
  /*animation: 1.5s linear 0s normal none infinite running animateDot1;*/
  animation-name: animateDot1;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  background: #f26f29 none repeat scroll 0 0;
  left: 12px;
}
.dot_2 {
  /*animation: 1.5s linear 0.5s normal none infinite running animateDot2;*/
  animation-name: animateDot2;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  left: 24px;
}
.dot_3 {
  /*animation: 1.5s linear 0s normal none infinite running animateDot3;*/
  animation-name: animateDot3;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  left: 12px;
}
.dot_4 {
  /*animation: 1.5s linear 0.5s normal none infinite running animateDot4;*/
  animation-name: animateDot4;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-play-state: running;
  left: 24px;
}

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(180deg) translateX(-12px);
  }
  75% {
    transform: rotate(180deg) translateX(-12px);
  }
  100% {
    transform: rotate(360deg) translateX(-12px);
  }
}

@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    transform: rotate(-360deg) translateX(-12px);
  }
}

@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(180deg) translateX(12px);
  }
  75% {
    transform: rotate(180deg) translateX(12px);
  }
  100% {
    transform: rotate(360deg) translateX(12px);
  }
}

@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(-180deg) translateX(12px);
  }
  75% {
    transform: rotate(-180deg) translateX(12px);
  }
  100% {
    transform: rotate(-360deg) translateX(12px);
  }
}

/***	Page Blog ***/
.page-blog {
  padding-top: 64px;
  padding-bottom: 4rem;
}

.container.section.page-blog {
  min-height: calc(100vh - 64px);
  height: auto !important;
}

.post-link {
  text-decoration: none;
  color: #000;
}

/** Card Blog **/
.page-blog .card {
  cursor: pointer;
}

.page-blog .card .card-content .card-title {
  color: #000;
}

.page-blog .card-image {
  position: relative;
  overflow: hidden;
}

.page-blog .card-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Escurece a imagem */
.page-blog .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 0.4 = 40% escuro */
  transition: background 0.3s ease;
}

/* Efeito hover opcional (clareia um pouco ao passar o mouse) */
.page-blog .card:hover .card-image::after {
  background: rgba(0, 0, 0, 0.2);
}

.page-blog .card:hover .card-image img {
  transform: scale(1.05);
}

/** Single Post **/
.container.section.single-post {
  padding-top: 64px;
  padding-bottom: 4rem;
  min-height: calc(100vh - 64px);
  height: auto !important;
}

.single-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.single-card:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

.single-card .card-image {
  position: relative;
}

.single-card .post-thumbnail {
  filter: brightness(90%);
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}

.single-card .post-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.4);
  padding: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}

.single-card .post-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--secondary-color, #3f51b5);
}

.post-meta {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.post-content {
  line-height: 1.8;
  color: #444;
  font-size: 1.2em;
}

.post-content h2, .post-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.5em;
}

.post-content p {
  margin-bottom: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 10px 0;
}

.post-tags {
  margin-top: 25px;
}

.post-tags .chip {
  background-color: var(--secondary-color, #3f51b5);
  color: white;
  font-weight: 500;
  margin-right: 5px;
}

.related-posts {
  margin-top: 40px;
  border-radius: 10px;
}

.related-item {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

.related-item:hover {
  transform: translateY(-4px);
}

.related-item img {
  border-radius: 6px;
  filter: brightness(90%);
  margin-bottom: 8px;
}

.related-item p {
  font-weight: 500;
  color: #555;
}

.post-nav {
  position: relative;
  background-color: transparent;
  margin: 40px 0;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.singe-pager {
  margin-bottom: 60px;
  text-align: left;
}

.single-pager > li {
  margin: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
}

.single-pager > li:hover {
  background-color: var(--secondary-color);
}

.single-pager > li > a {
  width: 120px;
  color: #fff;
}

.single-pager > li > a:hover {
  background-color: rgba(0, 0, 0, 0);
}

/** Pagination **/
.pagination-wrapper {
  margin-top: 2rem;
}

.pagination {
  display: inline-block;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  margin: 0 2px;
}

.pagination li a,
.pagination li span {
  color: #444;
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
  line-height: 32px;
  text-decoration: none;
}
.pagination li.active {
  background-color: var(--primary-color);
}

.pagination li.active a,
.pagination li.active span {
  color: #fff;
}

.pagination li.disabled a,
.pagination li.disabled span {
  color: #bdbdbd;
  pointer-events: none;
}

.pagination li.waves-effect a:hover {
  background-color: var(--secondary-color);
  color: #FFF;
}

.pagination li i.material-icons {
  vertical-align: middle;
  font-size: 22px;
  line-height: 32px;
}

/** WhatsApp Floating Button **/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
  display: flex
;
  justify-content: center;
  align-items: center;
}

/**
 * Side Bar
 */
.row .sidebar .widget-sidebar .col {
  padding: 0;
}

.title-widget-sidebar {
  font-size: 14pt;
  border-bottom: 2px solid #e5ebef;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 0px;
}

.title-widget-sidebar:after {
  border-bottom: 2px solid var(--primary-color);
  width: 150px;
  display: block;
  position: absolute;
  content: '';
  padding-bottom: 10px;
}

/**
 * Recent Post
 */
.recent-post {
  width: 100%;
  height: 80px;
  list-style-type: none;
}
.post-img img {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 15px;
  border: 5px solid var(--secondary-color);
  transition: 0.5s;
}

.recent-post a {
  text-decoration: none;
  color: #1f394a;
  transition: 0.5s;
}
.recent-post p {
  margin: 5px;
}
.post-img,
.recent-post a:hover {
  color: var(--primary-color);
}
.post-img img:hover {
  border: 5px solid var(--primary-color);
}

/*
 * Archives
 */
button.accordion {
  background-color: #16a085;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #ff9b1d;
  color: #fff;
}

button.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: '\2212';
}

.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel .recent-post {
  padding-top: 1em;
}

/*
 * Categories
 */
 .orbital_categories_widget {
  margin-bottom: 2em;
 }

.categories-btn {
  background-color: var(--secondary-color);
  /*margin-top:30px;*/
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 0.2em;
}
.categories-btn:after {
  content: '\25BA';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.categories-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/**
* Tags cloud sidebar
**/
.tagcloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagcloud ul li {
  display: inline-block;
  margin: 0 0 0.3em 1em;
  padding: 0;
}
.tagcloud ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #3498db;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tagcloud ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: '';
  width: 0;
  height: 0;
  border-color: transparent #3498db transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tagcloud ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.tagcloud ul li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tagcloud ul li a:hover {
  background-color: #555;
  color: #fff;
}
.tagcloud ul li a:hover::before {
  border-right-color: #555;
}

/**
  * Subscribe Email with jetpack
  */
#subscribe-email input {
  width: 70% !important;
  height: 2.7rem;
  font-size: 15px;
  float: left;
}

#subscribe-submit input {
  background: #ff9b1d;
  width: 30%;
  padding: 10px 0;
  border: 1px solid #ff9b1d;
  height: 40px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#subscribe-submit input:hover {
  background: #26a69a;
  border: 1px solid #26a69a;
}

/** Search Widget **/
.search-container-btn {
  display: flex;
  justify-content: end;
  align-items: end;
  margin-top: 1em;
}

.search-container-btn .btn {
  background-color: var(--primary-color);
}

/** Comments **/
.comments-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 1em;
}

.comment-respond {
  background-color: #fff;
  padding: 1em 0.5em;
}

.comment-reply-title {
  font-size: 2em;
  color: var(--primary-color);
}
.comment-reply-title > a {
  color: #ff7f1d;
}

.comment-reply-title > small {
  display: flex;
  justify-content: flex-end;
}

.comment-reply-title > small > a {
  color: #e64c10;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form p {
  padding: 5px;
  margin: 0;
}

form#commentform > p > label {
  color: #000;
}

.comment-form-author {
  flex-grow: 1;
  flex-basis: 50%;
  order: 1;
}

.comment-form-email {
  flex-grow: 1;
  flex-basis: 50%;
  order: 2;
}

.comment-form-url {
  flex-grow: 1;
  flex-basis: 100%;
  order: 3;
}

.comment-form-author > input::placeholder,
.comment-form-email > input::placeholder,
.comment-form-url > input::placeholder {
  color: var(--primary-color) !important;
}

.comment-form-author > input:focus,
.comment-form-email > input:focus,
.comment-form-url > input:focus {
  border-bottom: 1px solid var(--primary-color) !important;
  -webkit-box-shadow: 0 1px 0 0 var(--primary-color) !important;
  border-shadow: 0 1px 0 0 var(--primary-color) !important;
}

.comment-form-comment {
  flex-grow: 1;
  flex-basis: 100%;
  order: 4;
}

.comment-form-comment > textarea {
  padding: 0.5em;
  height: 7em;
}

.comment-form-comment > textarea:focus {
  outline-color: var(--primary-color);
  outline-style: auto;
  outline-width: 1px;
}

.logged-in-as {
  flex-basis: 100%;
}

.comment-form-cookies-consent {
  flex-grow: 1;
  flex-basis: 100%;
  order: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comment-form-cookies-consent > input,
.comment-subscription-form > input {
  margin: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  margin-right: 0.5em !important;
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  cursor: pointer;
  pointer-events: auto !important;
}

.form-submit {
  flex-grow: 1;
  flex-basis: 100%;
  order: 6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-submit > input {
  padding: 1em 2em;
  cursor: pointer;
  background-color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}