.ancr-group > .ancr{
margin-bottom: 0 !important;
}
.ancr-group.ancr-sticky {
position: fixed;
left: 0;
right: 0;
}
.ancr-group.ancr-normal {
z-index: 9999;
}
.ancr-group.ancr-pos-top{
top: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-top > .ancr{
top: 0;
border-top: 0!important;
}
.ancr-group.ancr-pos-bottom{
bottom: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-bottom > .ancr{
top: 0;
border-bottom: 0!important;
}
.ancr.ancr-wrap{
display: none;
position: relative;
width: 100%;
background-color: #fff;
box-sizing: border-box;
padding: 0.5em 1em;
border-left-width: 0 !important;
border-right-width: 0 !important;
} .ancr .ancr-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.ancr .ancr-inner{
display: inline-block;
}
.ancr .ancr-inner > *{
margin-bottom: 1em;
}
.ancr .ancr-inner > *:first-child {
margin-top: 0;
}
.ancr .ancr-inner > *:last-child {
margin-bottom: 0;
} .ancr .ancr-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.ancr .ancr-content p {
color: inherit;
font-size: inherit;
} .ancr.ancr-lo-separate_column .ancr-content{
flex: 1;
}
.ancr.ancr-lo-separate_row .ancr-container{
display: block;
}
.ancr.ancr-lo-separate_row .ancr-btn-wrap{
margin: 0.5em 0;
}
.ancr.ancr-lo-ticker{
overflow: hidden;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim .ancr-container{
animation: ancr-marquee 20s linear infinite;
}
.ancr.ancr-lo-ticker .ancr-container{ max-width: none !important;
display: inline-flex;
visibility: hidden;
}
.ancr.ancr-lo-ticker .ancr-content{
flex: none;
white-space: nowrap;
} .ancr.ancr-align-center .ancr-container{
justify-content: center;
text-align: center;
}
.ancr.ancr-align-center .ancr-btn-wrap{
justify-content: center;
}
.ancr.ancr-align-right .ancr-container{
justify-content: flex-end;
text-align: right;
}
.ancr.ancr-align-right .ancr-btn-wrap{
justify-content: flex-end;
} .ancr .ancr-close-btn {
position: absolute;
top: 0;
right: 0;
color: inherit;
line-height: 0;
padding: 0.5em;
z-index: 999;
}
.ancr .ancr-close-btn:hover {
opacity: 0.5;
}
.ancr .ancr-close-icon{
width: 16px;
height: 16px;
}
.ancr.ancr-lo-separate_column.ancr-has-close-btn{
padding-right: 3.5em;
} .ancr .ancr-btn-wrap{
display: inline-block;
margin: 0 0 0 1em;
line-height: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.ancr .ancr-btn {
padding: 0.5em 1em;
display: inline-block;
margin: 0 0.5em 0 0;
text-align: center;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
}
.ancr .ancr-btn:last-child {
margin-right: 0;
}
.ancr .ancr-btn:hover{
filter: brightness(0.8);
}
.ancr .ancr-btn:active{
filter: brightness(0.5);
} .ancr-top-spacer{
transition: height 0.5s;
}
@keyframes ancr-marquee {
0% {
transform: translateX(var(--ancr-width));
}
100% {
transform: translateX(-100%);
}
}
@media only screen and (max-width: 800px) {
.ancr-lo-same_row .ancr-container{
display: block;
}
.ancr-lo-same_row .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
.ancr-lo-separate_column .ancr-container{
display: block;
}
.ancr-lo-separate_column .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
}.wonderplugingridgallery-flipy-in,
.wonderplugingridgallery-flipy-out {
perspective: 1000px;
-webkit-perspective: 1000px;
transition: 0.6s;
-webkit-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.wonderplugingridgallery-flipy-out {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
}
.wonderplugingridgallery-flipy-in {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
} .wonderplugin-gridgallery-tags {
display: block;
position: relative;
box-sizing: border-box;
padding: 0;
margin: 0 auto;
} .wonderplugin-gridgallery-tags-topleft {
box-sizing: border-box;
text-align: left;
}
.wonderplugin-gridgallery-tags-topleft .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 6px 12px 0px;
} .wonderplugin-gridgallery-tags-topcenter {
box-sizing: border-box;
text-align: center;
}
.wonderplugin-gridgallery-tags-topcenter .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 3px 12px 3px;
} .wonderplugin-gridgallery-tags-topright {
box-sizing: border-box;
text-align: right;
}
.wonderplugin-gridgallery-tags-topright .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 0px 12px 6px;
} .wonderplugin-gridgallery-tags-bottomleft {
box-sizing: border-box;
text-align: left;
}
.wonderplugin-gridgallery-tags-bottomleft .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 6px 0px 0px;
} .wonderplugin-gridgallery-tags-bottomcenter {
box-sizing: border-box;
text-align: center;
}
.wonderplugin-gridgallery-tags-bottomcenter .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 3px 0px 3px;
} .wonderplugin-gridgallery-tags-bottomright {
box-sizing: border-box;
text-align: right;
}
.wonderplugin-gridgallery-tags-bottomright .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 12px 0px 0px 6px;
} .wonderplugin-gridgallery-tags-lefttop {
box-sizing: border-box;
float: left;
text-align: center;
}
.wonderplugin-gridgallery-tags-lefttop .wonderplugin-gridgallery-tag {
display: block;
cursor: pointer;
margin: 0px 12px 6px 0px;
}
.wonderplugin-gridgallery-tags-lefttop-smallscreen {
box-sizing: border-box;
text-align: left;
float: none;
}
.wonderplugin-gridgallery-tags-lefttop-smallscreen .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 6px 12px 0px;
} .wonderplugin-gridgallery-tags-righttop {
box-sizing: border-box;
float: right;
text-align: center;
}
.wonderplugin-gridgallery-tags-righttop .wonderplugin-gridgallery-tag {
display: block;
cursor: pointer;
margin: 0px 0px 6px 12px;
}
.wonderplugin-gridgallery-tags-righttop-smallscreen {
box-sizing: border-box;
text-align: right;
float: none;
}
.wonderplugin-gridgallery-tags-righttop-smallscreen .wonderplugin-gridgallery-tag {
display: inline-block;
cursor: pointer;
margin: 0px 0px 12px 6px;
} .wpp-btn-blue-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-blue-large:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-large:focus {
outline: 0;
} .wpp-btn-blue-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-blue-medium:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-medium:focus {
outline: 0;
} .wpp-btn-blue-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #009cde;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-blue-small:hover {
color: #fff;
background: #0285d2;
}
.wpp-btn-blue-small:focus {
outline: 0;
} .wpp-btn-blueborder-large {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-blueborder-large:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-large:focus {
outline: 0;
} .wpp-btn-blueborder-medium {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-blueborder-medium:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-medium:focus {
outline: 0;
} .wpp-btn-blueborder-small {
display: inline-block;
border: 2px solid #009cde;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #009cde;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-blueborder-small:hover {
color: #fff;
background: #009cde;
}
.wpp-btn-blueborder-small:focus {
outline: 0;
} .wpp-btn-orange-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-orange-large:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-large:focus {
outline: 0;
} .wpp-btn-orange-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-orange-medium:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-medium:focus {
outline: 0;
} .wpp-btn-orange-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #f7a020;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-orange-small:hover {
color: #fff;
background: #ffc030;
}
.wpp-btn-orange-small:focus {
outline: 0;
} .wpp-btn-orangeborder-large {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-orangeborder-large:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-large:focus {
outline: 0;
} .wpp-btn-orangeborder-medium {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-orangeborder-medium:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-medium:focus {
outline: 0;
} .wpp-btn-orangeborder-small {
display: inline-block;
border: 2px solid #f7a020;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #f7a020;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-orangeborder-small:hover {
color: #fff;
background: #f7a020;
}
.wpp-btn-orangeborder-small:focus {
outline: 0;
} .wpp-btn-white-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-white-large:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-large:focus {
outline: 0;
} .wpp-btn-white-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-white-medium:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-medium:focus {
outline: 0;
} .wpp-btn-white-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #fff;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #444;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-white-small:hover {
color: #fff;
background: #444;
}
.wpp-btn-white-small:focus {
outline: 0;
} .wpp-btn-whiteborder-large {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-whiteborder-large:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-large:focus {
outline: 0;
} .wpp-btn-whiteborder-medium {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-whiteborder-medium:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-medium:focus {
outline: 0;
} .wpp-btn-whiteborder-small {
display: inline-block;
border: 2px solid #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: transparent;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-whiteborder-small:hover {
color: #444;
background: #fff;
}
.wpp-btn-whiteborder-small:focus {
outline: 0;
} .wpp-btn-navy-large {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 10px 16px;
font-size: 24px;
font-weight: 300;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.wpp-btn-navy-large:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-large:focus {
outline: 0;
} .wpp-btn-navy-medium {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.wpp-btn-navy-medium:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-medium:focus {
outline: 0;
} .wpp-btn-navy-small {
display: inline-block;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
background: #334455;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: antialiased;
padding: 5px 10px;
font-size: 12px;
font-weight: normal;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.wpp-btn-navy-small:hover {
color: #fff;
background: #445566;
}
.wpp-btn-navy-small:focus {
outline: 0;
} .wonderplugin-gridgallery-elem-videobutton.mh-icon-play::before {
margin-left: 0.28em;
margin-right: 0.12em;
}