/*
Theme Name: Strata
Theme URI: http://demo.qodeinteractive.com/strata/
Description: Strata Theme
Tags: portfolio, multi-purpose, clean, retina, responsive, corporate, parallax, mega menu, business, fullscreen, animations, white, creative, modern, ecommerce
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
License: GNU General Public License
License URI: licence/GPL.txt

*/

/*
CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.moreinfo {
  bottom: 220px;
  display: block;
  position: fixed;
  right: -68px;
  width: 95px;
  z-index: 10000;
  -moz-opacity: 0.00;
-khtml-opacity: 0.00;
opacity: 0.00;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
filter:alpha(opacity=0);
text-align: center;
text-transform: lowercase;
color: #000000;
}

.moreinfo{
	color: #609BD2;

}
.moreinfo.slideIn {
  right: 2px;
  -moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
filter:alpha(opacity=100);

-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;

}

.moreinfo.slideIn img {
  display: block;
  margin: 0 auto 6px;
  width: 76%;
}


.moreinfo.slideIn:hover img{  -moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
filter:alpha(opacity=70);

-webkit-transition: all 100ms ease-in-out;
-moz-transition: all 100ms ease-in-out;
-ms-transition: all 100ms ease-in-out;
-o-transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out; }

.moreinfo.slideIn span {
  border-bottom: 24px solid #609BD2;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  color: #FFFFFF !important;
  display: inline-block;
  height: 0;
  line-height: 23px;
  margin: 0;
  padding: 0 5px;
  letter-spacing: -0.3px;
}

.trapezoid {
  border-bottom: 24px solid #609BD2;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  color: #FFFFFF !important;
  display: inline-block;
  height: 0;
  padding: 0 5px;
  margin: 0;
  line-height: 23px;
}

.trapezoid:hover, .moreinfo.slideIn:hover span {  color: #609BD2 !important; border-bottom: 24px solid rgba(96,155,210,0.3);}