/*
Theme Name: bne
Author: Lars Kuczynski
Version: 1
License: Medienlabor Potsdam GmbH
*/

@font-face {
  font-family: "Poppins-Regular";
  src: url("src/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("src/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("src/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-style: normal;
}

/* 1.0 - 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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a {
	text-decoration: none;
	color: #f39e03;
  transition: .3s all;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
  opacity: .75;
  transition: .3s all;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #1f1f1f;
	font-family: "Poppins-Regular", serif;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
  text-transform: uppercase !important;
}

h1 {
  font-family: 'Poppins-SemiBold';
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
  color: #f39e03;
  margin-bottom: 25px;
}

h2 {
	font-family: 'Poppins-SemiBold';
	font-size: 26px;
	line-height: 120%;
	text-transform: uppercase;
}

h3 {
	font-family: 'Poppins-SemiBold';
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
}

body:not(.home) h2 {
  margin-bottom: 15px;
  margin-top: 10px;
}

body:not(.home) h3 {
  margin-bottom: 5px;
}

h2:first-child {
  margin-top: 0;
}

.header-image .overlay h2 {
  float: none;
  margin: 0 !important;
}

p {
	margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #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%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

.entry-footer {
  margin-top: 15px;
}

/* - - - - - HEADER STYLES - - - - - */

#page-header {
	background-color: #fff;
	border-bottom: 5px solid #f39e03;
	padding: 35px 0;
}

#page-header .logo {
  display: inline-block;
  float: left;
}

#page-header .logo img {
	width: 250px;
}

#page-header .nav-wrapper {
  padding-top: 10px;
  display: inline-block;
  float: right;
}

#page-header .nav-wrapper form {
  display: inline-block;
  float: right;
  border-bottom: 1px solid #f39e03;
}

#page-header .nav-wrapper form input {
  border-radius: 0;
  border: 0;
  background: none;
  color: #f39e03;
  font-size: 14px;
  padding: 5px 0;
}

#page-header .nav-wrapper form input.search-field {
  width: 240px;
  -webkit-appearance: textfield;
}

#page-header .nav-wrapper form input.search-submit {
  width: 34px;
  float: right;
  background-image: url(./img/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

#page-header ul#menu-primary-menu {
	float: right;
	list-style: none;
  margin: 0;
}

#page-header ul#menu-primary-menu li {
	float: left;
	margin-left: 20px;
  position: relative;
  padding-bottom: 10px;
}

#page-header ul#menu-primary-menu li a {
	text-transform: uppercase;
	color: #1f1f1f;
	font-size: 16px;
}

#page-header ul#menu-primary-menu li.current-menu-item a,
#page-header ul#menu-primary-menu li.current-menu-parent a {
	font-family: 'Poppins-Bold';
}

#page-header ul#menu-primary-menu li:hover ul.sub-menu {
  display: block;
}

#page-header ul#menu-primary-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  list-style: none;
  margin: 0;
  background-color: #f39e03;
  padding: 15px 25px 14px;
}

#page-header ul#menu-primary-menu li ul.sub-menu li {
  margin: 0;
  padding: 0;
}

#page-header ul#menu-primary-menu li ul.sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  color: #fff;
  font-family: 'Poppins-Regular';
}

.menu-toggle {
  display: none;
}

/* - - - - - FRONTPAGE STYLES - - - - - */

.header-image {
  position: relative;
}

.header-image .overlay, .header-image .background {
  display: none;
}

.header-image .overlay {
  position: absolute;
  left: 280px;
  bottom: 0;
  background-color: #f39e03;
  z-index: 200;
  width: calc(55% - 280px);
  padding: 40px 40px 40px 0;
  color: #fff;
}

.header-image .overlay p:first-child {
  margin-bottom: 5px;
}

.header-image .overlay strong {
  font-size: 12px;
  font-family: 'Poppins-SemiBold';
  line-height: 18px;
  color: #f9d2a4;
}

.header-image .background-image {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-image.small .background-image {
  height: 400px;
}

.header-image .background {
  background-color: #f39e03;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 200px;
  z-index: 100;
}

.subpage-teaser {
	width: 100%;
	padding: 30px 15px 0;
	overflow: hidden;
	display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
}

.subpage-teaser .teaser-block {
	flex-grow: 1;
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
	background-color: #1f1f1f;
	float: left;
	color: #fff;
	padding: 60px;
	text-align: center;
}

.subpage-teaser .teaser-block h2 {
	color: #f39e03;
	margin-bottom: 15px;
}

.subpage-teaser .teaser-block a.share-button {
	background: #f39e03;
	color: #fff;
	display: inline-block;
	margin: 25px auto 0;
	padding: 12px 22px;
	font-size: 13px;
}

.subpage-teaser .teaser-block p {
  color: #fff;
}

#news {
	padding: 70px 0 100px;
  background-color: #f8f8f8;
}

#news h2 {
	padding: 0 10px;
	display: block;
}

#news .cat-description {
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
  padding: 0 10px;
}

#news article,
section.related-projects .project-wrapper .project-item {
	padding: 0 30px 0 0;
	width: calc(50% - 20px);
}

#news article:nth-child(2n+1){
  padding: 0 0 0 30px;
}

#news article header.entry-header h3,
section.related-projects .project-wrapper .project-item h3 {
  /* border-top: 2px solid #1f1f1f; */
  padding: 0 0 25px;
  text-transform: none;
}

#news .more-news-button,
section.related-projects .more-projects-button {
  float: right;
  text-decoration: underline;
  margin-top: 50px;
  padding-right: 10px;
  color: inherit;
}

#news article .tag-container {
  padding-bottom: 30px;
}

#news article .tag-container .tag-icon {
  width: 13px;
  margin-right: 10px;
}

#news article .tag-container a {
  color: inherit;
  transition: .3s all;
}

#news article .tag-container a:hover {
  opacity: .65;
  transition: .3s all;
}

#partner-block {
  background-color: #fff;
  padding: 100px 0;
}

#partner-block h2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

#partner-block .partner-block-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#partner-block .partner-block-item {
  width: 200px;
  float: left;
  margin: 0 30px 30px;
  position: relative;
}

#partner-block .partner-block-item a {
  display: block;
}

#partner-block .partner-block-item a img {
  display: block;
  margin: 0 auto;
}

#partner-block .partner-block-item:nth-child(5n) {
  clear: both;
}

#page-footer {
  background-color: #f8f8f8;
  overflow: hidden;
}

#page-footer .container12 {
  display: flex;
}

#page-footer .column4 {
  flex-wrap: wrap;
}

#page-footer .bea-info {
  background-color: #fff;
  padding: 85px 30px;
  box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
}

#page-footer .bea-info span {
  display: block;
  text-align: center;
  margin-bottom: 45px;
}

#page-footer .bea-info img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

#page-footer .kontakt {
  padding: 80px 20px;
}

#page-footer .kontakt h3 {
  text-transform: none;
  color: #f39e03;
  margin-bottom: 15px;
}

#page-footer .kontakt p {
  margin-bottom: 20px;
}

#page-footer .links {
  padding: 80px 20px;
}

#page-footer .links img {
  width: 80%;
  float: right;
}

#page-footer .links ul#menu-footer-menu {
  list-style: none;
  float: right;
  margin-top: 112px;
}

#page-footer .links ul#menu-footer-menu li {
  float: left;
  margin-left: 20px;
}

/* - - - - - PARTNER SINGLE - - - - - */

main {
  background-color: #fff;
}

.maincontent {
  padding: 100px 0;
  background-color: #fff;
}

.maincontent .column4,
#sidebar {
  padding-right: 50px;
}

.maincontent #sidebar {
  padding: 0;
}

.partner-extras {
  margin-bottom: 30px;
}

.partner-extras .logo-wrapper {
  background-color: #fff;
  padding: 0;
}

.partner-extras h3 {
  color: #f39e03;
  padding: 30px 0 10px;
}

.partner-extras .info-wrapper p {
  margin-bottom: 10px;
}

.partner-extras .info-wrapper span,
.partner-extras .info-wrapper strong {
  display: block;
}

.partner-extras .info-wrapper span {
  margin-bottom: 15px;
}

.partner-extras .info-wrapper a.website-button {
  background: #f39e03;
  color: #fff;
  padding:7px 30px;
  display: block;
  text-align: center;
  font-size: 13px;
}

#sidebar ul {
  margin: 0;
}

section.related-projects {
  padding: 25px 0;
  background-color: #f8f8f8;
}

section.related-projects .container12 {
  border-top: 25px solid #f8f8f8;
  border-bottom: 25px solid #f8f8f8;
}

section.related-projects .project-wrapper {
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

section.related-projects .project-wrapper .project-item {
  float: left;
  margin-bottom: 60px;
}

section.related-projects .project-wrapper .project-item h3 {
  color: #f39e03;
  padding-bottom: 5px;
}

section.related-projects .more-projects-button {
  color: inherit;
  clear: both;
  margin-top: 0;
}

section.related-projects .project-wrapper .project-item .entry-content {
  margin-top: 25px;
}

body.archive main {
  background-color: #f8f8f8;
}

body.archive.post-type-archive-partner main {
  background-color: #fff;
}

ul.featured_partners {
  margin: 0 0 17px 17px;
  padding: 0;
}

ul.featured_partners li a {
  color: #000;
  font-size: 13px;
  line-height: 16px;
  display: block;
}

ul.featured_partners li a:hover {
  opacity: .5;
  transition: .3s all;
}

.title-wrapper hr {
  margin: 10px 0;
}

.projects,
.partners,
.single-page,
.downloads {
  padding: 100px 0;
}

.news-archive {
  padding: 100px 0 80px;
}

.projects h1,
.partners h1,
.news-archive h1 {
  padding: 0 15px;
}

body.single h1 {
  text-transform: none;
}

body.single .child-topcis {
  margin-top: 20px;
  display: block;
  float: left;
}

body.page .project-wrapper,
body.single .project-wrapper,
body.page .partner-wrapper,
body.archive .news-wrapper {
  display: flex;
  flex-wrap: wrap;
}

body.page .partner-wrapper {
  margin-top: 10px;
  float: left;
}

body.page .project-wrapper .project-item,
body.single .project-wrapper .project-item,
body.page .partner-wrapper .partner-item,
body.archive .news-wrapper .news-item {
  background: #fff;
  flex-grow: 0;
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.15);
}

body.single-partner .project-wrapper .project-item {
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

body.single-partner .project-wrapper .project-item .entry-content {
  margin: 0;
}

body.single-partner .project-wrapper .project-item .entry-header {
  padding: 30px;
}

body.page .partner-wrapper .partner-item:nth-child(3n+1),
body.page .project-wrapper .project-item:nth-child(3n+1),
body.single .project-wrapper .project-item:nth-child(3n+1) {
  margin-left: 0;
}

body.page .partner-wrapper .partner-item:nth-child(3n),
body.page .project-wrapper .project-item:nth-child(3n),
body.single .project-wrapper .project-item:nth-child(3n) {
  margin-right: 0;
}

body.page .project-wrapper .project-item .title-wrapper,
body.page .partner-wrapper .partner-item .title-wrapper,
body.archive .news-wrapper .news-item .title-wrapper {
  padding: 30px;
}

body.single .project-wrapper .project-item .title-wrapper,
body.page .project-wrapper .project-item .title-wrapper {
  padding: 30px 30px 15px;
}

body.single .project-wrapper .project-item .content-wrapper,
body.page .project-wrapper .project-item .content-wrapper {
  padding: 0 30px 30px;
  color: #1f1f1f;
}

body.page .partner-wrapper .partner-item h3 {
  font-size: 17px;
  font-family: 'Poppins-Regular';
  margin: 0;
}

body.page .project-wrapper .project-item .subtitle,
body.single .project-wrapper .project-item .subtitle {
  color: #1f1f1f;
}

body.page .project-wrapper .project-item img,
body.single .project-wrapper .project-item img,
body.page .partner-wrapper .partner-item img,
body.archive .news-wrapper .news-item img {
  width: 100%;
}

.gutter {
  height: 30px;
  background-color: #f8f8f8;
}

body.page .partner-wrapper .partner-item .image-wrapper {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
}

body.page .partner-wrapper .partner-item .image-wrapper .partner-logo {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: .3s all;
}

body.page .partner-wrapper .partner-item .image-wrapper .attachment-frontpage-news-thumbnail {
  opacity: .2;
  filter: grayscale(100%);
  transform: scale(1.05);
  transition: .3s all;
}

body.page .partner-wrapper .partner-item {
  flex-grow: unset;
  transition: .3s all;
}

body.page .partner-wrapper .partner-item:hover {
  box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 70px 0px rgba(0,0,0,0.25);
  transition: .3s all;
}

body.page .partner-wrapper .partner-item:hover .image-wrapper .attachment-frontpage-news-thumbnail {
  transform: scale(1.15);
  transition: .3s all;
}

body.page .partner-wrapper .partner-item:hover .image-wrapper .partner-logo {
  width: 65%;
  transition: .3s all;
}

.downloads .cat-item {
  background-color: #fff;
  margin-top: -2px;
}

.downloads .cat-item:first-child {
  margin-top: 0;
}

.downloads .cat-item .accordion-header {
  border: 2px solid #9a9a9a;
  padding: 22px 22px 18px;
}

.downloads .cat-item .accordion-header h3 {
  color: #f39e03;
  line-height: 26px;
  text-transform: none;
}

.downloads .cat-item .entry-content {
  padding: 22px;
  border: 2px solid #9a9a9a;
  border-top: 0px;
  border-bottom: 0px;
}

.downloads .cat-item:last-child .entry-content {
  border-bottom: 2px solid #9a9a9a;
}

.downloads .cat-item .entry-content .nametag {
  float: left;
  /* position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%); */
}

.downloads .cat-item .entry-content .nametag.with-description {
  max-width: 39%;
}

.downloads .cat-item .entry-content .description {
  width: 53%;
  /* position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); */
  float: right;
  color: #1f1f1f;
}

.downloads .cat-item .entry-content h4 {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 26px;
  color: #1f1f1f;
  display: inline-block;
}

.downloads .cat-item .entry-content .download-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.downloads .cat-item .entry-content .download-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.downloads .cat-item .entry-content .download-item img {
  width: 3%;
  display: inline-block;
  margin-right: 2%;
  float: left;
}

.downloads .cat-item .entry-content .download-item .filesize {
  color: #9a9a9a;
  font-size: 15px;
  line-height: 21px;
}

/* - - - - - FORM STYLES - - - - - */

.wpcf7-form label,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control {
  display: block;
}

.wpcf7-form .wpcf7-form-control {
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #f8f8f8;
  padding: 12px;
  margin-top: 10px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  background: #f39e03;
  color: #fff;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  transition: .3s all;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  opacity: 65%;
  transition: .3s all;
}
