/*
  Theme Name: Optimizely Germany
  Theme URI: http://blog.optimizely.com/
  Description: The theme that powers the Optmizely blog.
  Author: Daniel O'Connor, Ryan Myers, Takeshi Young
  Author URI: https://www.optimizely.com/
  Version: 1.2
*/


@import url("/wp-content/themes/optimizely/stylesheets/style.css?1");

.li-like, .fb-like, .tw-like {
  float: left;
}

.tw-like {
  margin-right:4px;
  margin-left:-5px;
}

.fb-like {
  margin-top:-8px;
}

.post-side-upper-container {
  width: 110px;
}

.post-body {
  margin-left: 0 !important;
}

.post-side-upper-container {
  margin-right:20px;
}

.singlepostt {
  padding-right:0;
}

.top-avatar {
  margin-right:20px;
}

.top-avatar img {
  border-radius: 5px;
}

.single .post-header  {
  margin-bottom:5px;
}

.floaty {
  float:right;
  margin-top:6px;
}

.dd_button_v .twitter-share-button {
  width:57px !important;
}

iframe#twitter-widget-0 {
  width:68px !important;
}

#footer {
  background: none repeat scroll 0 0 #EFEFEF;
  border-top: 2px solid #F3F3F3;
  border-bottom: 2px solid #F3F3F3;
  height: 110px;
  display: table;
  margin-top: 80px;
  width: 100%;
}

.footer_container {
  margin: 0 auto;
  padding: 20px 0px 0 20px;
  position: relative;
  max-width: 1080px;
  clear: both;
  color: #616161;
}

.footer_menu .footer_menu_upper li {
  color: #616161;
  display: inline;
  font-size: 12px;
  line-height: 16px;
  margin-left: 20px;
  font-weight: 500;
}

.footer_menu .footer_menu_upper li:first-child {
  margin-left: 0;
}

.footer_menu .footer_menu_upper li a {
  font-size: 14px;
  color: #616161 !important;
  line-height: 16px;
  font-weight: 500;
}

.footer_menu .footer_menu_below li a {
  color: #616161 !important;
  font-size: 0.875em;
  line-height: 16px;
  font-weight: 500;
  text-transform: none !important;
}
.footer-logo {
  float: left;
  margin: 0;
  width: 20%;
}

.test-it-out {
  border: 1px solid #bbb;
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

.test-it-out h3 {
  font-weight: 600;
  margin: 0.3em 0;
  text-transform: none;
}

.test-it-out-form {
  border-top: 1px solid #c2c2c2;
  padding: 1em 1.5em 1.5em 1.5em;
}

.test-it-out p {
  margin: 0;
}

.test-it-out-form form {
  margin-top: 1em;
  width: 100%;
}

.test-it-out-form form input[type="text"] {
  border: 1px solid #c2c2c2;
  border-right: none;
  color: #666;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: 75%;
}

.test-it-out-form form input[type="submit"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  width: 25%;
}