/*!
Theme Name: Mobile Cranes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mobile-cranes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mobile Cranes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.customize-support .affix{
  padding-top:32px !important;
}
.wpcf7-response-output{
  border: 2px solid #fdc00f !important;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ng, div.wpcf7-aborted{
  color:red;
  font-weight:bold;
}
.wpcf7-mail-sent-ok{
  color:limegreen;
  font-weight:bold;
}

.wp-paginate .page{
  background-color: #000;
  border:thin solid transparent;
  color: #fff;
  font-size:12px;
  transition:all 0.5s ease;
}
.wp-paginate .page:hover{
  background-color: #fbbe0f;
  border:thin solid transparent;
  color: #000;
  transition:all 0.5s ease;
}

.wp-paginate .current{
  background-color: #fbbe0f !important;
  border:thin solid transparent !important;
  color: #000 !important;
}
@media (max-width:767px){
  .fancybox-thumbs{
    display:none!important;
  }
  .fancybox-inner{
    right:0!important;
  }
}
.menu-item-object-wpml_ls_menu_item a{
  margin-right:0!important;
  padding-left:0!important;
}

.wpcf7-list-item-label{
  color:white;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#pasekk img.alignleft{
	margin-bottom:0;
}
.col-xs-12:hover .ofertabox > img{
	opacity:0.7;
}