@charset 'UTF-8';
.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
.simple-social-icons {
overflow: hidden;
}
.simple-social-icons ul {
margin: 0;
padding: 0;
}
.simple-social-icons ul li {
background: none !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 0 6px 12px !important;
padding: 0 !important;
}
.simple-social-icons ul li a {
border: none !important;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
font-style: normal !important;
font-variant: normal !important;
font-weight: normal !important;
height: 1em;
line-height: 1em;
text-align: center;
text-decoration: none !important;
text-transform: none !important;
width: 1em;
}
.simple-social-icons ul.aligncenter {
text-align: center;
}
.simple-social-icons ul.aligncenter li {
display: inline-block;
float: none;
}
.simple-social-icons .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}.gallery
{
margin: 1.5em auto !important;
}
.gallery *,
.gallery a
{
line-height: 1 !important;
display: inline !important;
margin: 0 !important;
padding: 0 !important;
text-align: center !important;
vertical-align: middle !important;
text-decoration: none !important;
border: none !important;
border-radius: 0 !important;
box-shadow: none !important;
}
.gallery-item
{
background-color: #eaeaea;
}

.gallery,
.jmig-img-hide
{
opacity: 0;
} @-webkit-keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
@-moz-keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
@keyframes fadeIn
{
from
{
opacity: 0;
}
to
{
opacity: 1;
}
}
.jmig-gallery-loaded,
.jmig-img-show
{
-webkit-animation: fadeIn ease-in-out 1; -moz-animation: fadeIn ease-in-out 1;
animation: fadeIn ease-in-out 1;
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
animation-duration: .3s;
opacity: 0; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both;
animation-fill-mode: both;
}