.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
.cc {
  display: block;
  clear: both;
}
header {
  position: relative;
  width: 100%;
  display: block;
}
.common {
  position: relative;
  display: block;
  padding: 30px 0;
  width: 100%;
}
.common .social {
  position: absolute;
  bottom: 28px;
  right: 0px;
}
.common .car_branding {
  position: relative;
  display: block;
  height: 91px;
  width: 299px;
}
.common .car_branding a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.common .car_branding a.pos {
  opacity: 1;
}
.common .car_branding a.neg {
  opacity: 0;
}
.common .car_branding a img {
  display: block;
}
.common .head-sidebar {
  position: absolute;
  top: 30px;
  right: 0;
}
.common nav.main-mn {
  position: absolute;
  right: 53px;
  bottom: 28px;
}
.common nav.main-mn ul {
  font-family: 'Verdana', sans-serif;
  font-size: 10pt;
  list-style: none;
  padding: 0;
  margin: 0;
}
.common nav.main-mn ul li {
  float: left;
  vertical-align: top;
}
.common nav.main-mn ul li a {
  color: #8f8f8f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.common nav.main-mn ul li a:hover {
  color: #666666;
}
.common nav.main-mn ul li span {
  padding: 0px 7px;
  color: #b2bcbc;
}
.common nav.main-mn ul li:last-of-type span {
  display: none;
}
.common nav.main-mn ul li.current-menu-item a,
.common nav.main-mn ul li.current-page-ancestor a {
  color: #000000;
}
.exhibits {
  position: relative;
  display: block;
}
.exhibits nav.head-exhibit-mn {
  position: relative;
  display: block;
}
.exhibits nav.head-exhibit-mn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.exhibits nav.head-exhibit-mn ul li {
  height: 50px;
}
.exhibits nav.head-exhibit-mn ul li a {
  font-family: 'Verdana', sans-serif;
  font-size: 25pt;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.exhibits nav.head-exhibit-mn ul li a:hover {
  color: #ffffff;
}
.exhibits ul#submenu {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.exhibits ul#submenu li {
  height: 21.5px;
}
.exhibits ul#submenu li a {
  font-family: 'Verdana', sans-serif;
  font-size: 11pt;
  line-height: 21.5px;
  vertical-align: middle;
  color: #b2bcbc;
  text-decoration: none;
  border: none;
}
.exhibits ul#submenu li a:hover {
  color: #8f8f8f;
}
.exhibits ul#submenu li.current_page_item a {
  color: #666666;
}
.gallery__wrap {
  position: relative;
  display: block;
  width: 100%;
}
.gallery__wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gallery__wrap dl.gal__item {
  float: left;
  width: 24.25%;
  margin: 0 1% 15px 0;
}
.gallery__wrap dl.gal__item.gal__tb {
  margin: 0 0 15px 0;
}
.gallery__wrap dl.gal__item dt.image {
  position: relative;
  width: 100%;
  display: block;
}
.gallery__wrap dl.gal__item dt.image a {
  display: block;
}
.gallery__wrap dl.gal__item dt.image a img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery__wrap dl.gal__item dd.description {
  position: relative;
  width: 100%;
  display: block;
  font-size: 9pt;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: center;
}
.gallery__wrap dl.gal__item dd.description p {
  margin: 0;
}
footer {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 30px 0 0 0;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}
footer .notes {
  padding: 0 0 30px 0 ;
  width: 100%;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 13pt;
  line-height: 160%;
  font-weight: normal;
  color: #666666;
  display: block;
}
footer .notes a {
  color: #b2bcbc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .notes a:hover {
  color: #000000;
}
footer .widget {
  padding: 50px 0;
  widows: 100%;
  text-align: center;
  font-family: "Verdana", sans-serif;
  font-size: 12pt;
  font-weight: normal;
  color: #b2bcbc;
}
footer .widget form input {
  background: #ffffff;
  border: none;
  padding: 10px;
}
footer .widget form input.search-submit {
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .widget form input.search-submit:hover {
  color: #ffffff;
  background: #000000;
}
footer .inner {
  position: relative;
  display: block;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
footer .inner nav.footer-exhibits {
  position: relative;
  display: block;
  float: left;
  width: 80%;
}
footer .inner nav.footer-exhibits ul.menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .inner nav.footer-exhibits ul.menu li.menu-item-has-children {
  float: left;
  width: 32%;
  margin-right: 2%;
}
footer .inner nav.footer-exhibits ul.menu li a {
  font-family: "Verdana", sans-serif;
  font-weight: bold;
  font-size: 11pt;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  color: #8f8f8f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .inner nav.footer-exhibits ul.menu li a:hover {
  color: #666666;
}
footer .inner nav.footer-exhibits ul.menu li.net {
  margin: 0;
}
footer .inner nav.footer-exhibits ul.menu li.mkm a:hover {
  color: #07a1e2;
}
footer .inner nav.footer-exhibits ul.menu li.ikm a:hover {
  color: #c60086;
}
footer .inner nav.footer-exhibits ul.menu li.net a:hover {
  color: #720772;
}
footer .inner nav.footer-exhibits ul.menu li ul.sub-menu {
  list-style: none;
  padding: 0 0 0 5px;
  float: none;
}
footer .inner nav.footer-exhibits ul.menu li ul.sub-menu li a {
  font-size: 9pt;
  font-family: "Verdana", sans-serif;
  line-height: 14pt;
  font-weight: normal;
  line-height: 22px;
  vertical-align: middle;
  display: block;
}
footer .inner nav.footer-common {
  float: right;
  width: 20%;
}
footer .inner nav.footer-common ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .inner nav.footer-common ul li {
  text-align: right;
}
footer .inner nav.footer-common ul li a {
  font-family: "Verdana", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  line-height: 22px;
  vertical-align: middle;
  display: block;
  color: #8f8f8f;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .inner nav.footer-common ul li a:hover {
  color: #000000;
}
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url('http://contemporaryartruhr.de/wp-content/themes/car/media/page/close.png') url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}
/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}
/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('http://contemporaryartruhr.de/wp-content/themes/car/media/page/loading.gif') no-repeat;
}
/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}
/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}
/* line 77, ../sass/lightbox.sass */
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}
/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url('http://contemporaryartruhr.de/wp-content/themes/car/media/page/prev.png') left 48% no-repeat;
}
/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url('http://contemporaryartruhr.de/wp-content/themes/car/media/page/next.png') right 48% no-repeat;
}
/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('http://contemporaryartruhr.de/wp-content/themes/car/media/page/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body,
html {
  width: 100%;
  height: 100%;
  font-size: 100,01%;
  color: #666666;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body .oom,
html .oom {
  display: none;
}
body.mkm,
html.mkm {
  background: #07a1e2;
  color: #ffffff;
}
body.mkm nav.main-mn a,
html.mkm nav.main-mn a,
body.mkm ul#submenu li a,
html.mkm ul#submenu li a,
body.mkm #main a,
html.mkm #main a {
  color: #ffffff !important;
}
body.mkm .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
html.mkm .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
body.mkm .exhibits nav.head-exhibit-mn ul li.current-menu-item a,
html.mkm .exhibits nav.head-exhibit-mn ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
body.mkm header .common .car_branding a.pos,
html.mkm header .common .car_branding a.pos {
  opacity: 0;
}
body.mkm header .common .car_branding a.neg,
html.mkm header .common .car_branding a.neg {
  opacity: 1;
}
body.ikm,
html.ikm {
  background: #c60086;
  color: #ffffff;
}
body.ikm nav.main-mn a,
html.ikm nav.main-mn a,
body.ikm ul#submenu li a,
html.ikm ul#submenu li a,
body.ikm #main a,
html.ikm #main a {
  color: #ffffff !important;
}
body.ikm .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
html.ikm .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
body.ikm .exhibits nav.head-exhibit-mn ul li.current-menu-item a,
html.ikm .exhibits nav.head-exhibit-mn ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
body.ikm header .common .car_branding a.pos,
html.ikm header .common .car_branding a.pos {
  opacity: 0;
}
body.ikm header .common .car_branding a.neg,
html.ikm header .common .car_branding a.neg {
  opacity: 1;
}
body.net,
html.net {
  background: #720772;
  color: #ffffff;
}
body.net nav.main-mn a,
html.net nav.main-mn a,
body.net ul#submenu li a,
html.net ul#submenu li a,
body.net #main a,
html.net #main a {
  color: #ffffff !important;
}
body.net .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
html.net .exhibits nav.head-exhibit-mn ul li.current-page-ancestor a,
body.net .exhibits nav.head-exhibit-mn ul li.current-menu-item a,
html.net .exhibits nav.head-exhibit-mn ul li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
body.net header .common .car_branding a.pos,
html.net header .common .car_branding a.pos {
  opacity: 0;
}
body.net header .common .car_branding a.neg,
html.net header .common .car_branding a.neg {
  opacity: 1;
}
body a,
html a {
  color: #8f8f8f;
  text-decoration: none;
}
body a:hover,
html a:hover,
body a:visited:hover,
html a:visited:hover {
  color: #666666;
  text-decoration: none;
}
.exhibit-link-box {
  width: 100%;
  display: block;
  position: relative;
}
.exhibit-link-box .exhibit {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.exhibit-link-box .exhibit h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold !important;
  z-index: 50;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.exhibit-link-box .exhibit h1#mkm_h {
  color: #07a1e2;
}
.exhibit-link-box .exhibit h1#ikm_h {
  color: #c60086;
}
.exhibit-link-box .exhibit h1#net_h {
  color: #720772;
}
.exhibit-link-box .exhibit:hover h1#mkm_h,
.exhibit-link-box .exhibit:hover h1#ikm_h,
.exhibit-link-box .exhibit:hover h1#net_h {
  color: #ffffff;
}
.exhibit-link-box .exhibit:hover img {
  opacity: 1;
}
.exhibit-link-box .exhibit img {
  opacity: 0;
  width: 100%;
  height: auto;
  display: block;
}
#wrapper {
  position: relative;
  display: block;
  width: 90%;
  max-width: 960px;
  margin: 50px auto 0 auto;
  min-height: 100%;
}
#main {
  position: relative;
  width: 100%;
  font-family: "Verdana", sans-serif;
  display: block;
  padding: 0 0 50px 0;
}
#main .text {
  display: block;
  font-size: 10pt;
}
#main .text a {
  text-decoration: underline;
}
#main .text p {
  line-height: 140%;
  margin: 0 0 1em 0;
}
#main .text h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 20pt;
  font-weight: 300;
}
#main .text h2 {
  font-size: 16pt;
  font-weight: bold;
}
#main .text h3 {
  font-size: 16pt;
  font-weight: normal;
}
#main .text ul {
  position: relative;
}
#main .text .wp-caption p.wp-caption-text {
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 8pt;
}
#main .text img.alignleft,
#main .text .wp-caption.alignleft {
  position: relative;
  display: block;
  float: left;
  padding: 40px 40px 40px 0;
  z-index: 50;
}
#main .text img.alignright,
#main .text .wp-caption.alignright {
  position: relative;
  display: block;
  float: right;
  padding: 40px 0 40px 40px;
  z-index: 50;
}
#main .text img.size-full {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#main .text article.sresult {
  margin: 0 0 20px 0;
  border-top: 1px solid #b2bcbc;
}
#main .text article.sresult:last-of-type {
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #b2bcbc;
}
#main .text article.sresult h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 14pt;
  font-weight: 300;
}
#main .text.errorpage {
  text-align: center;
}
#main h1 {
  font-weight: 300;
  font-size: 35pt;
  margin-bottom: 20px;
}
#main .news-container {
  position: relative;
  display: block;
  width: 80%;
  float: left;
}
#main .news-container article.news {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #b2bcbc;
}
#main .news-container article.news:last-of-type {
  padding: 0;
  border: none;
}
#main .news-container article.news .date {
  position: absolute;
  width: 50px;
  height: 100px;
  z-index: 5;
}
#main .news-container article.news .date span {
  position: relative;
  display: block;
  line-height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 15pt;
  font-weight: 300;
  padding: 0 0 10px 0;
  width: 5px;
}
#main .news-container article.news .inner-wrap {
  position: relative;
  display: block;
  padding: 0 0 0 80px;
}
#main .news-container .paging {
  position: relative;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #b2bcbc;
  font-size: 10pt;
}
#main .news-container .paging span,
#main .news-container .paging a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
#main .news-container .paging a:hover {
  color: #ffffff;
  background: #000000;
}
#main .car_projekte {
  display: block;
  font-size: 0;
  position: relative;
  text-align: justify;
}
#main .car_projekte:after {
  content: "";
  display: inline-block;
  width: 100%;
}
#main .car_projekte .cp__gap {
  display: inline-block;
  width: 27.27%;
}
#main .car_projekte .cp__item {
  display: inline-block;
  width: 27.27%;
}
#main .car_projekte .cp__item .cp_item__thumb {
  position: relative;
  display: block;
}
#main .car_projekte .cp__item .cp_item__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
#main .car_projekte .cp__item .cp_item__nothumb {
  position: relative;
  display: block;
}
#main .car_projekte .cp__item .cp_item__nothumb h1.cpi_title {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -50px 0 0 0;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}
#main .car_projekte .cp__item .cp_item__nothumb img.cpi_cube {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#main:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.divider {
  position: relative;
  top: 15px;
  height: 30px;
  border-top: 1px dashed #b2bcbc;
}
/* CONTACT FORM
*/
.wpcf7 input {
  width: 40%;
}
.wpcf7 textarea {
  width: 60%;
}
.wpcf7 input,
.wpcf7 textarea {
  background: #eeeff0;
  border: none;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 11pt;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 input:active,
.wpcf7 textarea:active {
  background: #ffffff;
}
.wpcf7 input.wpcf7-submit {
  width: 200px;
  padding: 15px;
  font-size: 12pt;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #000000;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #F7E700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.wpcf7 .wpcf7-response-output {
  padding: 10px;
  display: inline-block;
}
