/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .slider5_slide2_t2white h1	{text-shadow: 0 2px 10px #0F0F0F;}
 .slider5_slide1_t1white	{text-shadow: 0 2px 10px #0F0F0F;}
 
 .bottom-a-wrapper	{color:#fff;}
 
 .bottom-b-wrapper ul li a	{color:#f7f7f7;}
 
.mainheading-wrapper {

    background-position: center center !important;
    background-size: cover !important;

}

.brand-logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: inline-block;
  padding: 20px;
}

.brand-logo img {
	-webkit-filter: grayscale(70%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.brand-logo:hover img {
	-webkit-filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.expanded-bottom-wrapper {
  background-color: #f9f9f9;
  color: #666666;
}

.su-pgrid-meta > .cbp-l-grid-blog-date {
    display: none;
}