/*
Theme Name: Iron Sky
Author: Ville Pietarinen / Geniem Oy
Author URI: http://geniem.com/
Description: Iron Sky wordpress theme
Version: 0.1
Text Domain: ironsky
*/

.wp-caption.aligncenter {
	text-align: center;
	margin: auto;
}
.demandMsg {
	background: url('img/dust-gold.png');
	margin-bottom: 15px;
	padding: 10px;
}
.alert.demandMsg {
	color: red;
	
}

#shortFilmModal div {
  width: 100%;
  display: inline-block;
  position: relative;
}

#shortFilmModal div iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

#shortFilmModal div:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

#comment-providers input[type="submit"] {
  padding-top: 0.625rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.6875rem !important;
  padding-left: 1.25rem !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.6875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #fff !important !important;
  border: 1px solid #a08c5f !important;
  background: #a08c5f url("../img/dust-gold.png") !important;
  box-shadow: inset 0px 1px 40px -5px rgba(0, 0, 0, 0.75) !important;
  -webkit-transition: box-shadow .5s !important;
  transition: box-shadow .5s !important;
  text-shadow: 0px 0px 0 #000 !important;
}

ul#all-comment-providers li a {
  background-color: #a08c5f !important;
  color: #ffffff;
}

ul#all-comment-providers li.selected-comment-provider a {
  background-color: #f3f3f3 !important;
  color: #a08c5f;
}

.share {
    background: none repeat scroll 0 0 #a08c5f;
    height: auto;
    margin: 4.6em 2em 0;
    padding-top: 5px;
    position: fixed;
    right: 0;
    top: 20px;
    width: 80px;
}
@media only screen and (max-width : 1025px) {
  .share {
      margin: auto;
      position: static;
      width: 120px;
  }

}