/*
Theme Name: 	Moesia-child
Theme URI: 		http://athemes.com/theme/moesia
Description: 	Moesia child theme
Author: 		aThemes edited by Claes Eriksson
Author URI: 	http://athemes.com
Template:     	moesia
Version: 		1.40
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	moesia
Domain Path: 	/languages/
Tags: 			two-columns, three-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, 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.

Moesia is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.


--------------------------------------------------------------*/

/* line 199, ../sass/_base.scss */
.infoBox-item {
  right: 0;
  margin: 0 0 16px;
}
/* line 202, ../sass/_base.scss */
.infoBox-item .infoBox-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: 100%;
}
/* line 210, ../sass/_base.scss */
.infoBox-item .infoBox-link .logo-text {
  width: 100%;
  height: auto;
  padding: 4px;
  width: 100%;
  text-align: center;
}
/* line 220, ../sass/_base.scss */
.infoBox-item .infoBox-link .logo-text h2, .infoBox-item .infoBox-link .logo-text p, .infoBox-item .infoBox-link .logo-text h4 {
  margin: 4px 0 0 0;
  color: #fff !important;
  padding: 0;
}
/* line 224, ../sass/_base.scss */
.infoBox-item .infoBox-link .logo-text h4 {
  font-weight: 300;
}
/* line 231, ../sass/_base.scss */
.infoBox-item .infoBox-link img.logo {
  /*position: absolute;*/
  z-index: -10;
}
/* line 237, ../sass/_base.scss */
.infoBox-item .infoBox-link .under-caption {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
  transform: translate(0, -50%);
}

.infoBox-item .infoBox-link .under-caption h2{
   color: #fff !important;
}
/* line 248, ../sass/_base.scss */
.infoBox-item .infoBox-link .caption {
  position: absolute;
  color: black;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
/* line 259, ../sass/_base.scss */
.infoBox-item .infoBox-link .caption .caption-content {
  position: absolute;
  padding: 15px;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transition: translate(0, -50%);
  -moz-transition: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 273, ../sass/_base.scss */
.infoBox-item .infoBox-link .caption:hover {
  opacity: 1;
}
/* line 278, ../sass/_base.scss */
.infoBox-item * {
  z-index: 2;
}

/* Only border edges fix */
/* line 458, ../sass/_base.scss */
.borderEdge {
  border: 1px solid #fff;
  z-index: 1;
}

/* line 165, ../sass/_base.scss */
.center-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.logo-buffer {
	height: 50px;
}

.logo-buffer-small{
	height: 25px;
}

/*.slideshow-pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/images/pattern.png) repeat;
  opacity: 0.4;
}*/