.otb-beam-me-up-scotty {
position: fixed;
z-index: 1010;
font-size: 30px;
text-align: center;					
cursor: pointer;
text-decoration: none;
opacity: 1;
}
.otb-beam-me-up-scotty.slide,
.otb-beam-me-up-scotty.fade {
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small {
width: 40px;
height: 40px;
}
.otb-beam-me-up-scotty.medium {
width: 49px;
height: 49px;
}
.otb-beam-me-up-scotty.large {
width: 58px;
height: 58px;
}
.otb-beam-me-up-scotty.rounded,
.otb-beam-me-up-scotty.rounded .rollover {
border-radius: 3px;
}
.otb-beam-me-up-scotty.circle,
.otb-beam-me-up-scotty.circle .rollover {
border-radius: 100%;
}
.otb-beam-me-up-scotty i {
font-size: 30px;
font-weight: 300;
vertical-align: top;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty.small i {
line-height: 40px !important;
font-size: 18px;
}
.otb-beam-me-up-scotty.medium i {
line-height: 47px !important;
font-size: 30px;
} .otb-beam-me-up-scotty.large i {
line-height: 54px !important;
font-size: 45px;
}
.otb-beam-me-up-scotty .rollover {
width: 100%;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
z-index: -1;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.otb-beam-me-up-scotty:not(.hidden):hover {
opacity: 1 !important;
}
.otb-beam-me-up-scotty:hover .rollover {
opacity: 1;
}
.otb-beam-me-up-scotty.small.slide.hidden {
right: -40px;
}	
.otb-beam-me-up-scotty.medium.slide.hidden {
right: -49px;
}	
.otb-beam-me-up-scotty.large.slide.hidden {
right: -58px;
}
.otb-beam-me-up-scotty.small.slide-up.hidden {
bottom: -40px;
}	
.otb-beam-me-up-scotty.medium.slide-up.hidden {
bottom: -49px;
}	
.otb-beam-me-up-scotty.large.slide-up.hidden {
bottom: -58px;
}
.otb-beam-me-up-scotty:not(.slide).hidden {
opacity: 0;
}@font-face {
font-family: 'FontAwesome';
src: url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//sparkland-magic.com/wp-content/plugins/beam-me-up-scotty/library/fonts/otb-font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.otb-fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .otb-fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.otb-fa-2x {
font-size: 2em;
}
.otb-fa-3x {
font-size: 3em;
}
.otb-fa-4x {
font-size: 4em;
}
.otb-fa-5x {
font-size: 5em;
}
.otb-fa-fw {
width: 1.28571429em;
text-align: center;
}
.otb-fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.otb-fa-ul > li {
position: relative;
}
.otb-fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.otb-fa-li.otb-fa-lg {
left: -1.85714286em;
}
.otb-fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.otb-fa-pull-left {
float: left;
}
.otb-fa-pull-right {
float: right;
}
.otb-fa.otb-fa-pull-left {
margin-right: .3em;
}
.otb-fa.otb-fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.otb-fa.pull-left {
margin-right: .3em;
}
.otb-fa.pull-right {
margin-left: .3em;
}
.otb-fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.otb-fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.otb-fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.otb-fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.otb-fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.otb-fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.otb-fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .otb-fa-rotate-90,
:root .otb-fa-rotate-180,
:root .otb-fa-rotate-270,
:root .otb-fa-flip-horizontal,
:root .otb-fa-flip-vertical {
filter: none;
}
.otb-fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.otb-fa-stack-1x,
.otb-fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.otb-fa-stack-1x {
line-height: inherit;
}
.otb-fa-stack-2x {
font-size: 2em;
}
.otb-fa-inverse {
color: #ffffff;
} .otb-fa-glass:before {
content: "\f000";
}
.otb-fa-music:before {
content: "\f001";
}
.otb-fa-search:before {
content: "\f002";
}
.otb-fa-envelope-o:before {
content: "\f003";
}
.otb-fa-heart:before {
content: "\f004";
}
.otb-fa-star:before {
content: "\f005";
}
.otb-fa-star-o:before {
content: "\f006";
}
.otb-fa-user:before {
content: "\f007";
}
.otb-fa-film:before {
content: "\f008";
}
.otb-fa-th-large:before {
content: "\f009";
}
.otb-fa-th:before {
content: "\f00a";
}
.otb-fa-th-list:before {
content: "\f00b";
}
.otb-fa-check:before {
content: "\f00c";
}
.otb-fa-remove:before,
.otb-fa-close:before,
.otb-fa-times:before {
content: "\f00d";
}
.otb-fa-search-plus:before {
content: "\f00e";
}
.otb-fa-search-minus:before {
content: "\f010";
}
.otb-fa-power-off:before {
content: "\f011";
}
.otb-fa-signal:before {
content: "\f012";
}
.otb-fa-gear:before,
.otb-fa-cog:before {
content: "\f013";
}
.otb-fa-trash-o:before {
content: "\f014";
}
.otb-fa-home:before {
content: "\f015";
}
.otb-fa-file-o:before {
content: "\f016";
}
.otb-fa-clock-o:before {
content: "\f017";
}
.otb-fa-road:before {
content: "\f018";
}
.otb-fa-download:before {
content: "\f019";
}
.otb-fa-arrow-circle-o-down:before {
content: "\f01a";
}
.otb-fa-arrow-circle-o-up:before {
content: "\f01b";
}
.otb-fa-inbox:before {
content: "\f01c";
}
.otb-fa-play-circle-o:before {
content: "\f01d";
}
.otb-fa-rotate-right:before,
.otb-fa-repeat:before {
content: "\f01e";
}
.otb-fa-refresh:before {
content: "\f021";
}
.otb-fa-list-alt:before {
content: "\f022";
}
.otb-fa-lock:before {
content: "\f023";
}
.otb-fa-flag:before {
content: "\f024";
}
.otb-fa-headphones:before {
content: "\f025";
}
.otb-fa-volume-off:before {
content: "\f026";
}
.otb-fa-volume-down:before {
content: "\f027";
}
.otb-fa-volume-up:before {
content: "\f028";
}
.otb-fa-qrcode:before {
content: "\f029";
}
.otb-fa-barcode:before {
content: "\f02a";
}
.otb-fa-tag:before {
content: "\f02b";
}
.otb-fa-tags:before {
content: "\f02c";
}
.otb-fa-book:before {
content: "\f02d";
}
.otb-fa-bookmark:before {
content: "\f02e";
}
.otb-fa-print:before {
content: "\f02f";
}
.otb-fa-camera:before {
content: "\f030";
}
.otb-fa-font:before {
content: "\f031";
}
.otb-fa-bold:before {
content: "\f032";
}
.otb-fa-italic:before {
content: "\f033";
}
.otb-fa-text-height:before {
content: "\f034";
}
.otb-fa-text-width:before {
content: "\f035";
}
.otb-fa-align-left:before {
content: "\f036";
}
.otb-fa-align-center:before {
content: "\f037";
}
.otb-fa-align-right:before {
content: "\f038";
}
.otb-fa-align-justify:before {
content: "\f039";
}
.otb-fa-list:before {
content: "\f03a";
}
.otb-fa-dedent:before,
.otb-fa-outdent:before {
content: "\f03b";
}
.otb-fa-indent:before {
content: "\f03c";
}
.otb-fa-video-camera:before {
content: "\f03d";
}
.otb-fa-photo:before,
.otb-fa-image:before,
.otb-fa-picture-o:before {
content: "\f03e";
}
.otb-fa-pencil:before {
content: "\f040";
}
.otb-fa-map-marker:before {
content: "\f041";
}
.otb-fa-adjust:before {
content: "\f042";
}
.otb-fa-tint:before {
content: "\f043";
}
.otb-fa-edit:before,
.otb-fa-pencil-square-o:before {
content: "\f044";
}
.otb-fa-share-square-o:before {
content: "\f045";
}
.otb-fa-check-square-o:before {
content: "\f046";
}
.otb-fa-arrows:before {
content: "\f047";
}
.otb-fa-step-backward:before {
content: "\f048";
}
.otb-fa-fast-backward:before {
content: "\f049";
}
.otb-fa-backward:before {
content: "\f04a";
}
.otb-fa-play:before {
content: "\f04b";
}
.otb-fa-pause:before {
content: "\f04c";
}
.otb-fa-stop:before {
content: "\f04d";
}
.otb-fa-forward:before {
content: "\f04e";
}
.otb-fa-fast-forward:before {
content: "\f050";
}
.otb-fa-step-forward:before {
content: "\f051";
}
.otb-fa-eject:before {
content: "\f052";
}
.otb-fa-chevron-left:before {
content: "\f053";
}
.otb-fa-chevron-right:before {
content: "\f054";
}
.otb-fa-plus-circle:before {
content: "\f055";
}
.otb-fa-minus-circle:before {
content: "\f056";
}
.otb-fa-times-circle:before {
content: "\f057";
}
.otb-fa-check-circle:before {
content: "\f058";
}
.otb-fa-question-circle:before {
content: "\f059";
}
.otb-fa-info-circle:before {
content: "\f05a";
}
.otb-fa-crosshairs:before {
content: "\f05b";
}
.otb-fa-times-circle-o:before {
content: "\f05c";
}
.otb-fa-check-circle-o:before {
content: "\f05d";
}
.otb-fa-ban:before {
content: "\f05e";
}
.otb-fa-arrow-left:before {
content: "\f060";
}
.otb-fa-arrow-right:before {
content: "\f061";
}
.otb-fa-arrow-up:before {
content: "\f062";
}
.otb-fa-arrow-down:before {
content: "\f063";
}
.otb-fa-mail-forward:before,
.otb-fa-share:before {
content: "\f064";
}
.otb-fa-expand:before {
content: "\f065";
}
.otb-fa-compress:before {
content: "\f066";
}
.otb-fa-plus:before {
content: "\f067";
}
.otb-fa-minus:before {
content: "\f068";
}
.otb-fa-asterisk:before {
content: "\f069";
}
.otb-fa-exclamation-circle:before {
content: "\f06a";
}
.otb-fa-gift:before {
content: "\f06b";
}
.otb-fa-leaf:before {
content: "\f06c";
}
.otb-fa-fire:before {
content: "\f06d";
}
.otb-fa-eye:before {
content: "\f06e";
}
.otb-fa-eye-slash:before {
content: "\f070";
}
.otb-fa-warning:before,
.otb-fa-exclamation-triangle:before {
content: "\f071";
}
.otb-fa-plane:before {
content: "\f072";
}
.otb-fa-calendar:before {
content: "\f073";
}
.otb-fa-random:before {
content: "\f074";
}
.otb-fa-comment:before {
content: "\f075";
}
.otb-fa-magnet:before {
content: "\f076";
}
.otb-fa-chevron-up:before {
content: "\f077";
}
.otb-fa-chevron-down:before {
content: "\f078";
}
.otb-fa-retweet:before {
content: "\f079";
}
.otb-fa-shopping-cart:before {
content: "\f07a";
}
.otb-fa-folder:before {
content: "\f07b";
}
.otb-fa-folder-open:before {
content: "\f07c";
}
.otb-fa-arrows-v:before {
content: "\f07d";
}
.otb-fa-arrows-h:before {
content: "\f07e";
}
.otb-fa-bar-chart-o:before,
.otb-fa-bar-chart:before {
content: "\f080";
}
.otb-fa-twitter-square:before {
content: "\f081";
}
.otb-fa-facebook-square:before {
content: "\f082";
}
.otb-fa-camera-retro:before {
content: "\f083";
}
.otb-fa-key:before {
content: "\f084";
}
.otb-fa-gears:before,
.otb-fa-cogs:before {
content: "\f085";
}
.otb-fa-comments:before {
content: "\f086";
}
.otb-fa-thumbs-o-up:before {
content: "\f087";
}
.otb-fa-thumbs-o-down:before {
content: "\f088";
}
.otb-fa-star-half:before {
content: "\f089";
}
.otb-fa-heart-o:before {
content: "\f08a";
}
.otb-fa-sign-out:before {
content: "\f08b";
}
.otb-fa-linkedin-square:before {
content: "\f08c";
}
.otb-fa-thumb-tack:before {
content: "\f08d";
}
.otb-fa-external-link:before {
content: "\f08e";
}
.otb-fa-sign-in:before {
content: "\f090";
}
.otb-fa-trophy:before {
content: "\f091";
}
.otb-fa-github-square:before {
content: "\f092";
}
.otb-fa-upload:before {
content: "\f093";
}
.otb-fa-lemon-o:before {
content: "\f094";
}
.otb-fa-phone:before {
content: "\f095";
}
.otb-fa-square-o:before {
content: "\f096";
}
.otb-fa-bookmark-o:before {
content: "\f097";
}
.otb-fa-phone-square:before {
content: "\f098";
}
.otb-fa-twitter:before {
content: "\f099";
}
.otb-fa-facebook-f:before,
.otb-fa-facebook:before {
content: "\f09a";
}
.otb-fa-github:before {
content: "\f09b";
}
.otb-fa-unlock:before {
content: "\f09c";
}
.otb-fa-credit-card:before {
content: "\f09d";
}
.otb-fa-feed:before,
.otb-fa-rss:before {
content: "\f09e";
}
.otb-fa-hdd-o:before {
content: "\f0a0";
}
.otb-fa-bullhorn:before {
content: "\f0a1";
}
.otb-fa-bell:before {
content: "\f0f3";
}
.otb-fa-certificate:before {
content: "\f0a3";
}
.otb-fa-hand-o-right:before {
content: "\f0a4";
}
.otb-fa-hand-o-left:before {
content: "\f0a5";
}
.otb-fa-hand-o-up:before {
content: "\f0a6";
}
.otb-fa-hand-o-down:before {
content: "\f0a7";
}
.otb-fa-arrow-circle-left:before {
content: "\f0a8";
}
.otb-fa-arrow-circle-right:before {
content: "\f0a9";
}
.otb-fa-arrow-circle-up:before {
content: "\f0aa";
}
.otb-fa-arrow-circle-down:before {
content: "\f0ab";
}
.otb-fa-globe:before {
content: "\f0ac";
}
.otb-fa-wrench:before {
content: "\f0ad";
}
.otb-fa-tasks:before {
content: "\f0ae";
}
.otb-fa-filter:before {
content: "\f0b0";
}
.otb-fa-briefcase:before {
content: "\f0b1";
}
.otb-fa-arrows-alt:before {
content: "\f0b2";
}
.otb-fa-group:before,
.otb-fa-users:before {
content: "\f0c0";
}
.otb-fa-chain:before,
.otb-fa-link:before {
content: "\f0c1";
}
.otb-fa-cloud:before {
content: "\f0c2";
}
.otb-fa-flask:before {
content: "\f0c3";
}
.otb-fa-cut:before,
.otb-fa-scissors:before {
content: "\f0c4";
}
.otb-fa-copy:before,
.otb-fa-files-o:before {
content: "\f0c5";
}
.otb-fa-paperclip:before {
content: "\f0c6";
}
.otb-fa-save:before,
.otb-fa-floppy-o:before {
content: "\f0c7";
}
.otb-fa-square:before {
content: "\f0c8";
}
.otb-fa-navicon:before,
.otb-fa-reorder:before,
.otb-fa-bars:before {
content: "\f0c9";
}
.otb-fa-list-ul:before {
content: "\f0ca";
}
.otb-fa-list-ol:before {
content: "\f0cb";
}
.otb-fa-strikethrough:before {
content: "\f0cc";
}
.otb-fa-underline:before {
content: "\f0cd";
}
.otb-fa-table:before {
content: "\f0ce";
}
.otb-fa-magic:before {
content: "\f0d0";
}
.otb-fa-truck:before {
content: "\f0d1";
}
.otb-fa-pinterest:before {
content: "\f0d2";
}
.otb-fa-pinterest-square:before {
content: "\f0d3";
}
.otb-fa-google-plus-square:before {
content: "\f0d4";
}
.otb-fa-google-plus:before {
content: "\f0d5";
}
.otb-fa-money:before {
content: "\f0d6";
}
.otb-fa-caret-down:before {
content: "\f0d7";
}
.otb-fa-caret-up:before {
content: "\f0d8";
}
.otb-fa-caret-left:before {
content: "\f0d9";
}
.otb-fa-caret-right:before {
content: "\f0da";
}
.otb-fa-columns:before {
content: "\f0db";
}
.otb-fa-unsorted:before,
.otb-fa-sort:before {
content: "\f0dc";
}
.otb-fa-sort-down:before,
.otb-fa-sort-desc:before {
content: "\f0dd";
}
.otb-fa-sort-up:before,
.otb-fa-sort-asc:before {
content: "\f0de";
}
.otb-fa-envelope:before {
content: "\f0e0";
}
.otb-fa-linkedin:before {
content: "\f0e1";
}
.otb-fa-rotate-left:before,
.otb-fa-undo:before {
content: "\f0e2";
}
.otb-fa-legal:before,
.otb-fa-gavel:before {
content: "\f0e3";
}
.otb-fa-dashboard:before,
.otb-fa-tachometer:before {
content: "\f0e4";
}
.otb-fa-comment-o:before {
content: "\f0e5";
}
.otb-fa-comments-o:before {
content: "\f0e6";
}
.otb-fa-flash:before,
.otb-fa-bolt:before {
content: "\f0e7";
}
.otb-fa-sitemap:before {
content: "\f0e8";
}
.otb-fa-umbrella:before {
content: "\f0e9";
}
.otb-fa-paste:before,
.otb-fa-clipboard:before {
content: "\f0ea";
}
.otb-fa-lightbulb-o:before {
content: "\f0eb";
}
.otb-fa-exchange:before {
content: "\f0ec";
}
.otb-fa-cloud-download:before {
content: "\f0ed";
}
.otb-fa-cloud-upload:before {
content: "\f0ee";
}
.otb-fa-user-md:before {
content: "\f0f0";
}
.otb-fa-stethoscope:before {
content: "\f0f1";
}
.otb-fa-suitcase:before {
content: "\f0f2";
}
.otb-fa-bell-o:before {
content: "\f0a2";
}
.otb-fa-coffee:before {
content: "\f0f4";
}
.otb-fa-cutlery:before {
content: "\f0f5";
}
.otb-fa-file-text-o:before {
content: "\f0f6";
}
.otb-fa-building-o:before {
content: "\f0f7";
}
.otb-fa-hospital-o:before {
content: "\f0f8";
}
.otb-fa-ambulance:before {
content: "\f0f9";
}
.otb-fa-medkit:before {
content: "\f0fa";
}
.otb-fa-fighter-jet:before {
content: "\f0fb";
}
.otb-fa-beer:before {
content: "\f0fc";
}
.otb-fa-h-square:before {
content: "\f0fd";
}
.otb-fa-plus-square:before {
content: "\f0fe";
}
.otb-fa-angle-double-left:before {
content: "\f100";
}
.otb-fa-angle-double-right:before {
content: "\f101";
}
.otb-fa-angle-double-up:before {
content: "\f102";
}
.otb-fa-angle-double-down:before {
content: "\f103";
}
.otb-fa-angle-left:before {
content: "\f104";
}
.otb-fa-angle-right:before {
content: "\f105";
}
.otb-fa-angle-up:before {
content: "\f106";
}
.otb-fa-angle-down:before {
content: "\f107";
}
.otb-fa-desktop:before {
content: "\f108";
}
.otb-fa-laptop:before {
content: "\f109";
}
.otb-fa-tablet:before {
content: "\f10a";
}
.otb-fa-mobile-phone:before,
.otb-fa-mobile:before {
content: "\f10b";
}
.otb-fa-circle-o:before {
content: "\f10c";
}
.otb-fa-quote-left:before {
content: "\f10d";
}
.otb-fa-quote-right:before {
content: "\f10e";
}
.otb-fa-spinner:before {
content: "\f110";
}
.otb-fa-circle:before {
content: "\f111";
}
.otb-fa-mail-reply:before,
.otb-fa-reply:before {
content: "\f112";
}
.otb-fa-github-alt:before {
content: "\f113";
}
.otb-fa-folder-o:before {
content: "\f114";
}
.otb-fa-folder-open-o:before {
content: "\f115";
}
.otb-fa-smile-o:before {
content: "\f118";
}
.otb-fa-frown-o:before {
content: "\f119";
}
.otb-fa-meh-o:before {
content: "\f11a";
}
.otb-fa-gamepad:before {
content: "\f11b";
}
.otb-fa-keyboard-o:before {
content: "\f11c";
}
.otb-fa-flag-o:before {
content: "\f11d";
}
.otb-fa-flag-checkered:before {
content: "\f11e";
}
.otb-fa-terminal:before {
content: "\f120";
}
.otb-fa-code:before {
content: "\f121";
}
.otb-fa-mail-reply-all:before,
.otb-fa-reply-all:before {
content: "\f122";
}
.otb-fa-star-half-empty:before,
.otb-fa-star-half-full:before,
.otb-fa-star-half-o:before {
content: "\f123";
}
.otb-fa-location-arrow:before {
content: "\f124";
}
.otb-fa-crop:before {
content: "\f125";
}
.otb-fa-code-fork:before {
content: "\f126";
}
.otb-fa-unlink:before,
.otb-fa-chain-broken:before {
content: "\f127";
}
.otb-fa-question:before {
content: "\f128";
}
.otb-fa-info:before {
content: "\f129";
}
.otb-fa-exclamation:before {
content: "\f12a";
}
.otb-fa-superscript:before {
content: "\f12b";
}
.otb-fa-subscript:before {
content: "\f12c";
}
.otb-fa-eraser:before {
content: "\f12d";
}
.otb-fa-puzzle-piece:before {
content: "\f12e";
}
.otb-fa-microphone:before {
content: "\f130";
}
.otb-fa-microphone-slash:before {
content: "\f131";
}
.otb-fa-shield:before {
content: "\f132";
}
.otb-fa-calendar-o:before {
content: "\f133";
}
.otb-fa-fire-extinguisher:before {
content: "\f134";
}
.otb-fa-rocket:before {
content: "\f135";
}
.otb-fa-maxcdn:before {
content: "\f136";
}
.otb-fa-chevron-circle-left:before {
content: "\f137";
}
.otb-fa-chevron-circle-right:before {
content: "\f138";
}
.otb-fa-chevron-circle-up:before {
content: "\f139";
}
.otb-fa-chevron-circle-down:before {
content: "\f13a";
}
.otb-fa-html5:before {
content: "\f13b";
}
.otb-fa-css3:before {
content: "\f13c";
}
.otb-fa-anchor:before {
content: "\f13d";
}
.otb-fa-unlock-alt:before {
content: "\f13e";
}
.otb-fa-bullseye:before {
content: "\f140";
}
.otb-fa-ellipsis-h:before {
content: "\f141";
}
.otb-fa-ellipsis-v:before {
content: "\f142";
}
.otb-fa-rss-square:before {
content: "\f143";
}
.otb-fa-play-circle:before {
content: "\f144";
}
.otb-fa-ticket:before {
content: "\f145";
}
.otb-fa-minus-square:before {
content: "\f146";
}
.otb-fa-minus-square-o:before {
content: "\f147";
}
.otb-fa-level-up:before {
content: "\f148";
}
.otb-fa-level-down:before {
content: "\f149";
}
.otb-fa-check-square:before {
content: "\f14a";
}
.otb-fa-pencil-square:before {
content: "\f14b";
}
.otb-fa-external-link-square:before {
content: "\f14c";
}
.otb-fa-share-square:before {
content: "\f14d";
}
.otb-fa-compass:before {
content: "\f14e";
}
.otb-fa-toggle-down:before,
.otb-fa-caret-square-o-down:before {
content: "\f150";
}
.otb-fa-toggle-up:before,
.otb-fa-caret-square-o-up:before {
content: "\f151";
}
.otb-fa-toggle-right:before,
.otb-fa-caret-square-o-right:before {
content: "\f152";
}
.otb-fa-euro:before,
.otb-fa-eur:before {
content: "\f153";
}
.otb-fa-gbp:before {
content: "\f154";
}
.otb-fa-dollar:before,
.otb-fa-usd:before {
content: "\f155";
}
.otb-fa-rupee:before,
.otb-fa-inr:before {
content: "\f156";
}
.otb-fa-cny:before,
.otb-fa-rmb:before,
.otb-fa-yen:before,
.otb-fa-jpy:before {
content: "\f157";
}
.otb-fa-ruble:before,
.otb-fa-rouble:before,
.otb-fa-rub:before {
content: "\f158";
}
.otb-fa-won:before,
.otb-fa-krw:before {
content: "\f159";
}
.otb-fa-bitcoin:before,
.otb-fa-btc:before {
content: "\f15a";
}
.otb-fa-file:before {
content: "\f15b";
}
.otb-fa-file-text:before {
content: "\f15c";
}
.otb-fa-sort-alpha-asc:before {
content: "\f15d";
}
.otb-fa-sort-alpha-desc:before {
content: "\f15e";
}
.otb-fa-sort-amount-asc:before {
content: "\f160";
}
.otb-fa-sort-amount-desc:before {
content: "\f161";
}
.otb-fa-sort-numeric-asc:before {
content: "\f162";
}
.otb-fa-sort-numeric-desc:before {
content: "\f163";
}
.otb-fa-thumbs-up:before {
content: "\f164";
}
.otb-fa-thumbs-down:before {
content: "\f165";
}
.otb-fa-youtube-square:before {
content: "\f166";
}
.otb-fa-youtube:before {
content: "\f167";
}
.otb-fa-xing:before {
content: "\f168";
}
.otb-fa-xing-square:before {
content: "\f169";
}
.otb-fa-youtube-play:before {
content: "\f16a";
}
.otb-fa-dropbox:before {
content: "\f16b";
}
.otb-fa-stack-overflow:before {
content: "\f16c";
}
.otb-fa-instagram:before {
content: "\f16d";
}
.otb-fa-flickr:before {
content: "\f16e";
}
.otb-fa-adn:before {
content: "\f170";
}
.otb-fa-bitbucket:before {
content: "\f171";
}
.otb-fa-bitbucket-square:before {
content: "\f172";
}
.otb-fa-tumblr:before {
content: "\f173";
}
.otb-fa-tumblr-square:before {
content: "\f174";
}
.otb-fa-long-arrow-down:before {
content: "\f175";
}
.otb-fa-long-arrow-up:before {
content: "\f176";
}
.otb-fa-long-arrow-left:before {
content: "\f177";
}
.otb-fa-long-arrow-right:before {
content: "\f178";
}
.otb-fa-apple:before {
content: "\f179";
}
.otb-fa-windows:before {
content: "\f17a";
}
.otb-fa-android:before {
content: "\f17b";
}
.otb-fa-linux:before {
content: "\f17c";
}
.otb-fa-dribbble:before {
content: "\f17d";
}
.otb-fa-skype:before {
content: "\f17e";
}
.otb-fa-foursquare:before {
content: "\f180";
}
.otb-fa-trello:before {
content: "\f181";
}
.otb-fa-female:before {
content: "\f182";
}
.otb-fa-male:before {
content: "\f183";
}
.otb-fa-gittip:before,
.otb-fa-gratipay:before {
content: "\f184";
}
.otb-fa-sun-o:before {
content: "\f185";
}
.otb-fa-moon-o:before {
content: "\f186";
}
.otb-fa-archive:before {
content: "\f187";
}
.otb-fa-bug:before {
content: "\f188";
}
.otb-fa-vk:before {
content: "\f189";
}
.otb-fa-weibo:before {
content: "\f18a";
}
.otb-fa-renren:before {
content: "\f18b";
}
.otb-fa-pagelines:before {
content: "\f18c";
}
.otb-fa-stack-exchange:before {
content: "\f18d";
}
.otb-fa-arrow-circle-o-right:before {
content: "\f18e";
}
.otb-fa-arrow-circle-o-left:before {
content: "\f190";
}
.otb-fa-toggle-left:before,
.otb-fa-caret-square-o-left:before {
content: "\f191";
}
.otb-fa-dot-circle-o:before {
content: "\f192";
}
.otb-fa-wheelchair:before {
content: "\f193";
}
.otb-fa-vimeo-square:before {
content: "\f194";
}
.otb-fa-turkish-lira:before,
.otb-fa-try:before {
content: "\f195";
}
.otb-fa-plus-square-o:before {
content: "\f196";
}
.otb-fa-space-shuttle:before {
content: "\f197";
}
.otb-fa-slack:before {
content: "\f198";
}
.otb-fa-envelope-square:before {
content: "\f199";
}
.otb-fa-wordpress:before {
content: "\f19a";
}
.otb-fa-openid:before {
content: "\f19b";
}
.otb-fa-institution:before,
.otb-fa-bank:before,
.otb-fa-university:before {
content: "\f19c";
}
.otb-fa-mortar-board:before,
.otb-fa-graduation-cap:before {
content: "\f19d";
}
.otb-fa-yahoo:before {
content: "\f19e";
}
.otb-fa-google:before {
content: "\f1a0";
}
.otb-fa-reddit:before {
content: "\f1a1";
}
.otb-fa-reddit-square:before {
content: "\f1a2";
}
.otb-fa-stumbleupon-circle:before {
content: "\f1a3";
}
.otb-fa-stumbleupon:before {
content: "\f1a4";
}
.otb-fa-delicious:before {
content: "\f1a5";
}
.otb-fa-digg:before {
content: "\f1a6";
}
.otb-fa-pied-piper-pp:before {
content: "\f1a7";
}
.otb-fa-pied-piper-alt:before {
content: "\f1a8";
}
.otb-fa-drupal:before {
content: "\f1a9";
}
.otb-fa-joomla:before {
content: "\f1aa";
}
.otb-fa-language:before {
content: "\f1ab";
}
.otb-fa-fax:before {
content: "\f1ac";
}
.otb-fa-building:before {
content: "\f1ad";
}
.otb-fa-child:before {
content: "\f1ae";
}
.otb-fa-paw:before {
content: "\f1b0";
}
.otb-fa-spoon:before {
content: "\f1b1";
}
.otb-fa-cube:before {
content: "\f1b2";
}
.otb-fa-cubes:before {
content: "\f1b3";
}
.otb-fa-behance:before {
content: "\f1b4";
}
.otb-fa-behance-square:before {
content: "\f1b5";
}
.otb-fa-steam:before {
content: "\f1b6";
}
.otb-fa-steam-square:before {
content: "\f1b7";
}
.otb-fa-recycle:before {
content: "\f1b8";
}
.otb-fa-automobile:before,
.otb-fa-car:before {
content: "\f1b9";
}
.otb-fa-cab:before,
.otb-fa-taxi:before {
content: "\f1ba";
}
.otb-fa-tree:before {
content: "\f1bb";
}
.otb-fa-spotify:before {
content: "\f1bc";
}
.otb-fa-deviantart:before {
content: "\f1bd";
}
.otb-fa-soundcloud:before {
content: "\f1be";
}
.otb-fa-database:before {
content: "\f1c0";
}
.otb-fa-file-pdf-o:before {
content: "\f1c1";
}
.otb-fa-file-word-o:before {
content: "\f1c2";
}
.otb-fa-file-excel-o:before {
content: "\f1c3";
}
.otb-fa-file-powerpoint-o:before {
content: "\f1c4";
}
.otb-fa-file-photo-o:before,
.otb-fa-file-picture-o:before,
.otb-fa-file-image-o:before {
content: "\f1c5";
}
.otb-fa-file-zip-o:before,
.otb-fa-file-archive-o:before {
content: "\f1c6";
}
.otb-fa-file-sound-o:before,
.otb-fa-file-audio-o:before {
content: "\f1c7";
}
.otb-fa-file-movie-o:before,
.otb-fa-file-video-o:before {
content: "\f1c8";
}
.otb-fa-file-code-o:before {
content: "\f1c9";
}
.otb-fa-vine:before {
content: "\f1ca";
}
.otb-fa-codepen:before {
content: "\f1cb";
}
.otb-fa-jsfiddle:before {
content: "\f1cc";
}
.otb-fa-life-bouy:before,
.otb-fa-life-buoy:before,
.otb-fa-life-saver:before,
.otb-fa-support:before,
.otb-fa-life-ring:before {
content: "\f1cd";
}
.otb-fa-circle-o-notch:before {
content: "\f1ce";
}
.otb-fa-ra:before,
.otb-fa-resistance:before,
.otb-fa-rebel:before {
content: "\f1d0";
}
.otb-fa-ge:before,
.otb-fa-empire:before {
content: "\f1d1";
}
.otb-fa-git-square:before {
content: "\f1d2";
}
.otb-fa-git:before {
content: "\f1d3";
}
.otb-fa-y-combinator-square:before,
.otb-fa-yc-square:before,
.otb-fa-hacker-news:before {
content: "\f1d4";
}
.otb-fa-tencent-weibo:before {
content: "\f1d5";
}
.otb-fa-qq:before {
content: "\f1d6";
}
.otb-fa-wechat:before,
.otb-fa-weixin:before {
content: "\f1d7";
}
.otb-fa-send:before,
.otb-fa-paper-plane:before {
content: "\f1d8";
}
.otb-fa-send-o:before,
.otb-fa-paper-plane-o:before {
content: "\f1d9";
}
.otb-fa-history:before {
content: "\f1da";
}
.otb-fa-circle-thin:before {
content: "\f1db";
}
.otb-fa-header:before {
content: "\f1dc";
}
.otb-fa-paragraph:before {
content: "\f1dd";
}
.otb-fa-sliders:before {
content: "\f1de";
}
.otb-fa-share-alt:before {
content: "\f1e0";
}
.otb-fa-share-alt-square:before {
content: "\f1e1";
}
.otb-fa-bomb:before {
content: "\f1e2";
}
.otb-fa-soccer-ball-o:before,
.otb-fa-futbol-o:before {
content: "\f1e3";
}
.otb-fa-tty:before {
content: "\f1e4";
}
.otb-fa-binoculars:before {
content: "\f1e5";
}
.otb-fa-plug:before {
content: "\f1e6";
}
.otb-fa-slideshare:before {
content: "\f1e7";
}
.otb-fa-twitch:before {
content: "\f1e8";
}
.otb-fa-yelp:before {
content: "\f1e9";
}
.otb-fa-newspaper-o:before {
content: "\f1ea";
}
.otb-fa-wifi:before {
content: "\f1eb";
}
.otb-fa-calculator:before {
content: "\f1ec";
}
.otb-fa-paypal:before {
content: "\f1ed";
}
.otb-fa-google-wallet:before {
content: "\f1ee";
}
.otb-fa-cc-visa:before {
content: "\f1f0";
}
.otb-fa-cc-mastercard:before {
content: "\f1f1";
}
.otb-fa-cc-discover:before {
content: "\f1f2";
}
.otb-fa-cc-amex:before {
content: "\f1f3";
}
.otb-fa-cc-paypal:before {
content: "\f1f4";
}
.otb-fa-cc-stripe:before {
content: "\f1f5";
}
.otb-fa-bell-slash:before {
content: "\f1f6";
}
.otb-fa-bell-slash-o:before {
content: "\f1f7";
}
.otb-fa-trash:before {
content: "\f1f8";
}
.otb-fa-copyright:before {
content: "\f1f9";
}
.otb-fa-at:before {
content: "\f1fa";
}
.otb-fa-eyedropper:before {
content: "\f1fb";
}
.otb-fa-paint-brush:before {
content: "\f1fc";
}
.otb-fa-birthday-cake:before {
content: "\f1fd";
}
.otb-fa-area-chart:before {
content: "\f1fe";
}
.otb-fa-pie-chart:before {
content: "\f200";
}
.otb-fa-line-chart:before {
content: "\f201";
}
.otb-fa-lastfm:before {
content: "\f202";
}
.otb-fa-lastfm-square:before {
content: "\f203";
}
.otb-fa-toggle-off:before {
content: "\f204";
}
.otb-fa-toggle-on:before {
content: "\f205";
}
.otb-fa-bicycle:before {
content: "\f206";
}
.otb-fa-bus:before {
content: "\f207";
}
.otb-fa-ioxhost:before {
content: "\f208";
}
.otb-fa-angellist:before {
content: "\f209";
}
.otb-fa-cc:before {
content: "\f20a";
}
.otb-fa-shekel:before,
.otb-fa-sheqel:before,
.otb-fa-ils:before {
content: "\f20b";
}
.otb-fa-meanpath:before {
content: "\f20c";
}
.otb-fa-buysellads:before {
content: "\f20d";
}
.otb-fa-connectdevelop:before {
content: "\f20e";
}
.otb-fa-dashcube:before {
content: "\f210";
}
.otb-fa-forumbee:before {
content: "\f211";
}
.otb-fa-leanpub:before {
content: "\f212";
}
.otb-fa-sellsy:before {
content: "\f213";
}
.otb-fa-shirtsinbulk:before {
content: "\f214";
}
.otb-fa-simplybuilt:before {
content: "\f215";
}
.otb-fa-skyatlas:before {
content: "\f216";
}
.otb-fa-cart-plus:before {
content: "\f217";
}
.otb-fa-cart-arrow-down:before {
content: "\f218";
}
.otb-fa-diamond:before {
content: "\f219";
}
.otb-fa-ship:before {
content: "\f21a";
}
.otb-fa-user-secret:before {
content: "\f21b";
}
.otb-fa-motorcycle:before {
content: "\f21c";
}
.otb-fa-street-view:before {
content: "\f21d";
}
.otb-fa-heartbeat:before {
content: "\f21e";
}
.otb-fa-venus:before {
content: "\f221";
}
.otb-fa-mars:before {
content: "\f222";
}
.otb-fa-mercury:before {
content: "\f223";
}
.otb-fa-intersex:before,
.otb-fa-transgender:before {
content: "\f224";
}
.otb-fa-transgender-alt:before {
content: "\f225";
}
.otb-fa-venus-double:before {
content: "\f226";
}
.otb-fa-mars-double:before {
content: "\f227";
}
.otb-fa-venus-mars:before {
content: "\f228";
}
.otb-fa-mars-stroke:before {
content: "\f229";
}
.otb-fa-mars-stroke-v:before {
content: "\f22a";
}
.otb-fa-mars-stroke-h:before {
content: "\f22b";
}
.otb-fa-neuter:before {
content: "\f22c";
}
.otb-fa-genderless:before {
content: "\f22d";
}
.otb-fa-facebook-official:before {
content: "\f230";
}
.otb-fa-pinterest-p:before {
content: "\f231";
}
.otb-fa-whatsapp:before {
content: "\f232";
}
.otb-fa-server:before {
content: "\f233";
}
.otb-fa-user-plus:before {
content: "\f234";
}
.otb-fa-user-times:before {
content: "\f235";
}
.otb-fa-hotel:before,
.otb-fa-bed:before {
content: "\f236";
}
.otb-fa-viacoin:before {
content: "\f237";
}
.otb-fa-train:before {
content: "\f238";
}
.otb-fa-subway:before {
content: "\f239";
}
.otb-fa-medium:before {
content: "\f23a";
}
.otb-fa-yc:before,
.otb-fa-y-combinator:before {
content: "\f23b";
}
.otb-fa-optin-monster:before {
content: "\f23c";
}
.otb-fa-opencart:before {
content: "\f23d";
}
.otb-fa-expeditedssl:before {
content: "\f23e";
}
.otb-fa-battery-4:before,
.otb-fa-battery:before,
.otb-fa-battery-full:before {
content: "\f240";
}
.otb-fa-battery-3:before,
.otb-fa-battery-three-quarters:before {
content: "\f241";
}
.otb-fa-battery-2:before,
.otb-fa-battery-half:before {
content: "\f242";
}
.otb-fa-battery-1:before,
.otb-fa-battery-quarter:before {
content: "\f243";
}
.otb-fa-battery-0:before,
.otb-fa-battery-empty:before {
content: "\f244";
}
.otb-fa-mouse-pointer:before {
content: "\f245";
}
.otb-fa-i-cursor:before {
content: "\f246";
}
.otb-fa-object-group:before {
content: "\f247";
}
.otb-fa-object-ungroup:before {
content: "\f248";
}
.otb-fa-sticky-note:before {
content: "\f249";
}
.otb-fa-sticky-note-o:before {
content: "\f24a";
}
.otb-fa-cc-jcb:before {
content: "\f24b";
}
.otb-fa-cc-diners-club:before {
content: "\f24c";
}
.otb-fa-clone:before {
content: "\f24d";
}
.otb-fa-balance-scale:before {
content: "\f24e";
}
.otb-fa-hourglass-o:before {
content: "\f250";
}
.otb-fa-hourglass-1:before,
.otb-fa-hourglass-start:before {
content: "\f251";
}
.otb-fa-hourglass-2:before,
.otb-fa-hourglass-half:before {
content: "\f252";
}
.otb-fa-hourglass-3:before,
.otb-fa-hourglass-end:before {
content: "\f253";
}
.otb-fa-hourglass:before {
content: "\f254";
}
.otb-fa-hand-grab-o:before,
.otb-fa-hand-rock-o:before {
content: "\f255";
}
.otb-fa-hand-stop-o:before,
.otb-fa-hand-paper-o:before {
content: "\f256";
}
.otb-fa-hand-scissors-o:before {
content: "\f257";
}
.otb-fa-hand-lizard-o:before {
content: "\f258";
}
.otb-fa-hand-spock-o:before {
content: "\f259";
}
.otb-fa-hand-pointer-o:before {
content: "\f25a";
}
.otb-fa-hand-peace-o:before {
content: "\f25b";
}
.otb-fa-trademark:before {
content: "\f25c";
}
.otb-fa-registered:before {
content: "\f25d";
}
.otb-fa-creative-commons:before {
content: "\f25e";
}
.otb-fa-gg:before {
content: "\f260";
}
.otb-fa-gg-circle:before {
content: "\f261";
}
.otb-fa-tripadvisor:before {
content: "\f262";
}
.otb-fa-odnoklassniki:before {
content: "\f263";
}
.otb-fa-odnoklassniki-square:before {
content: "\f264";
}
.otb-fa-get-pocket:before {
content: "\f265";
}
.otb-fa-wikipedia-w:before {
content: "\f266";
}
.otb-fa-safari:before {
content: "\f267";
}
.otb-fa-chrome:before {
content: "\f268";
}
.otb-fa-firefox:before {
content: "\f269";
}
.otb-fa-opera:before {
content: "\f26a";
}
.otb-fa-internet-explorer:before {
content: "\f26b";
}
.otb-fa-tv:before,
.otb-fa-television:before {
content: "\f26c";
}
.otb-fa-contao:before {
content: "\f26d";
}
.otb-fa-500px:before {
content: "\f26e";
}
.otb-fa-amazon:before {
content: "\f270";
}
.otb-fa-calendar-plus-o:before {
content: "\f271";
}
.otb-fa-calendar-minus-o:before {
content: "\f272";
}
.otb-fa-calendar-times-o:before {
content: "\f273";
}
.otb-fa-calendar-check-o:before {
content: "\f274";
}
.otb-fa-industry:before {
content: "\f275";
}
.otb-fa-map-pin:before {
content: "\f276";
}
.otb-fa-map-signs:before {
content: "\f277";
}
.otb-fa-map-o:before {
content: "\f278";
}
.otb-fa-map:before {
content: "\f279";
}
.otb-fa-commenting:before {
content: "\f27a";
}
.otb-fa-commenting-o:before {
content: "\f27b";
}
.otb-fa-houzz:before {
content: "\f27c";
}
.otb-fa-vimeo:before {
content: "\f27d";
}
.otb-fa-black-tie:before {
content: "\f27e";
}
.otb-fa-fonticons:before {
content: "\f280";
}
.otb-fa-reddit-alien:before {
content: "\f281";
}
.otb-fa-edge:before {
content: "\f282";
}
.otb-fa-credit-card-alt:before {
content: "\f283";
}
.otb-fa-codiepie:before {
content: "\f284";
}
.otb-fa-modx:before {
content: "\f285";
}
.otb-fa-fort-awesome:before {
content: "\f286";
}
.otb-fa-usb:before {
content: "\f287";
}
.otb-fa-product-hunt:before {
content: "\f288";
}
.otb-fa-mixcloud:before {
content: "\f289";
}
.otb-fa-scribd:before {
content: "\f28a";
}
.otb-fa-pause-circle:before {
content: "\f28b";
}
.otb-fa-pause-circle-o:before {
content: "\f28c";
}
.otb-fa-stop-circle:before {
content: "\f28d";
}
.otb-fa-stop-circle-o:before {
content: "\f28e";
}
.otb-fa-shopping-bag:before {
content: "\f290";
}
.otb-fa-shopping-basket:before {
content: "\f291";
}
.otb-fa-hashtag:before {
content: "\f292";
}
.otb-fa-bluetooth:before {
content: "\f293";
}
.otb-fa-bluetooth-b:before {
content: "\f294";
}
.otb-fa-percent:before {
content: "\f295";
}
.otb-fa-gitlab:before {
content: "\f296";
}
.otb-fa-wpbeginner:before {
content: "\f297";
}
.otb-fa-wpforms:before {
content: "\f298";
}
.otb-fa-envira:before {
content: "\f299";
}
.otb-fa-universal-access:before {
content: "\f29a";
}
.otb-fa-wheelchair-alt:before {
content: "\f29b";
}
.otb-fa-question-circle-o:before {
content: "\f29c";
}
.otb-fa-blind:before {
content: "\f29d";
}
.otb-fa-audio-description:before {
content: "\f29e";
}
.otb-fa-volume-control-phone:before {
content: "\f2a0";
}
.otb-fa-braille:before {
content: "\f2a1";
}
.otb-fa-assistive-listening-systems:before {
content: "\f2a2";
}
.otb-fa-asl-interpreting:before,
.otb-fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.otb-fa-deafness:before,
.otb-fa-hard-of-hearing:before,
.otb-fa-deaf:before {
content: "\f2a4";
}
.otb-fa-glide:before {
content: "\f2a5";
}
.otb-fa-glide-g:before {
content: "\f2a6";
}
.otb-fa-signing:before,
.otb-fa-sign-language:before {
content: "\f2a7";
}
.otb-fa-low-vision:before {
content: "\f2a8";
}
.otb-fa-viadeo:before {
content: "\f2a9";
}
.otb-fa-viadeo-square:before {
content: "\f2aa";
}
.otb-fa-snapchat:before {
content: "\f2ab";
}
.otb-fa-snapchat-ghost:before {
content: "\f2ac";
}
.otb-fa-snapchat-square:before {
content: "\f2ad";
}
.otb-fa-pied-piper:before {
content: "\f2ae";
}
.otb-fa-first-order:before {
content: "\f2b0";
}
.otb-fa-yoast:before {
content: "\f2b1";
}
.otb-fa-themeisle:before {
content: "\f2b2";
}
.otb-fa-google-plus-circle:before,
.otb-fa-google-plus-official:before {
content: "\f2b3";
}
.otb-fa-fa:before,
.otb-fa-font-awesome:before {
content: "\f2b4";
}
.otb-fa-handshake-o:before {
content: "\f2b5";
}
.otb-fa-envelope-open:before {
content: "\f2b6";
}
.otb-fa-envelope-open-o:before {
content: "\f2b7";
}
.otb-fa-linode:before {
content: "\f2b8";
}
.otb-fa-address-book:before {
content: "\f2b9";
}
.otb-fa-address-book-o:before {
content: "\f2ba";
}
.otb-fa-vcard:before,
.otb-fa-address-card:before {
content: "\f2bb";
}
.otb-fa-vcard-o:before,
.otb-fa-address-card-o:before {
content: "\f2bc";
}
.otb-fa-user-circle:before {
content: "\f2bd";
}
.otb-fa-user-circle-o:before {
content: "\f2be";
}
.otb-fa-user-o:before {
content: "\f2c0";
}
.otb-fa-id-badge:before {
content: "\f2c1";
}
.otb-fa-drivers-license:before,
.otb-fa-id-card:before {
content: "\f2c2";
}
.otb-fa-drivers-license-o:before,
.otb-fa-id-card-o:before {
content: "\f2c3";
}
.otb-fa-quora:before {
content: "\f2c4";
}
.otb-fa-free-code-camp:before {
content: "\f2c5";
}
.otb-fa-telegram:before {
content: "\f2c6";
}
.otb-fa-thermometer-4:before,
.otb-fa-thermometer:before,
.otb-fa-thermometer-full:before {
content: "\f2c7";
}
.otb-fa-thermometer-3:before,
.otb-fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.otb-fa-thermometer-2:before,
.otb-fa-thermometer-half:before {
content: "\f2c9";
}
.otb-fa-thermometer-1:before,
.otb-fa-thermometer-quarter:before {
content: "\f2ca";
}
.otb-fa-thermometer-0:before,
.otb-fa-thermometer-empty:before {
content: "\f2cb";
}
.otb-fa-shower:before {
content: "\f2cc";
}
.otb-fa-bathtub:before,
.otb-fa-s15:before,
.otb-fa-bath:before {
content: "\f2cd";
}
.otb-fa-podcast:before {
content: "\f2ce";
}
.otb-fa-window-maximize:before {
content: "\f2d0";
}
.otb-fa-window-minimize:before {
content: "\f2d1";
}
.otb-fa-window-restore:before {
content: "\f2d2";
}
.otb-fa-times-rectangle:before,
.otb-fa-window-close:before {
content: "\f2d3";
}
.otb-fa-times-rectangle-o:before,
.otb-fa-window-close-o:before {
content: "\f2d4";
}
.otb-fa-bandcamp:before {
content: "\f2d5";
}
.otb-fa-grav:before {
content: "\f2d6";
}
.otb-fa-etsy:before {
content: "\f2d7";
}
.otb-fa-imdb:before {
content: "\f2d8";
}
.otb-fa-ravelry:before {
content: "\f2d9";
}
.otb-fa-eercast:before {
content: "\f2da";
}
.otb-fa-microchip:before {
content: "\f2db";
}
.otb-fa-snowflake-o:before {
content: "\f2dc";
}
.otb-fa-superpowers:before {
content: "\f2dd";
}
.otb-fa-wpexplorer:before {
content: "\f2de";
}
.otb-fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.embedpress-wrapper {
position: relative;
}
.ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-ustream.responsive,
.ose-google-docs.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-soundcloud.responsive,
.ose-videojug.responsive,
.ose-facebook.responsive,
.ose-issuu.responsive {
overflow: hidden;
position: relative;
height: auto;
}
.ose-dailymotion.responsive iframe,
.ose-kickstarter.responsive iframe,
.ose-rutube.responsive iframe,
.ose-ted.responsive iframe,
.ose-vimeo.responsive iframe,
.ose-vine.responsive iframe,
.ose-youtube.responsive iframe,
.ose-ustream.responsive iframe,
.ose-google-docs.responsive iframe,
.ose-animatron.responsive iframe,
.ose-amcharts.responsive iframe,
.ose-on-aol-com.responsive iframe,
.ose-animoto.responsive iframe,
.ose-soundcloud.responsive iframe,
.ose-videojug.responsive iframe,
.ose-issuu.responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
} .ose-dailymotion.responsive,
.ose-kickstarter.responsive,
.ose-rutube.responsive,
.ose-ted.responsive,
.ose-vimeo.responsive,
.ose-youtube.responsive,
.ose-animatron.responsive,
.ose-amcharts.responsive,
.ose-on-aol-com.responsive,
.ose-animoto.responsive,
.ose-videojug.responsive {
padding-bottom: 56.25%;
} .ose-vine.responsive {
padding-bottom: 100%;
} .ose-ustream.responsive {
padding-bottom: 63.3%;
}
.ose-google-docs.responsive {
padding-bottom: 62.6%;
}
.ose-google-docs.ose-google-docs-drawings.responsive {
padding-bottom: 74.5%;
}
.ose-google-docs.ose-google-docs-document.responsive,
.ose-google-docs.ose-google-docs-forms.responsive,
.ose-google-docs.ose-google-docs-spreadsheets.responsive {
padding-bottom: 142%;
}
.ose-soundcloud.responsive {
padding-bottom: 155px;
}
.ose-issuu.responsive iframe {
z-index: 2;
}
.ose-issuu.responsive {
padding-bottom: 31.25%;
}
.ose-issuu>div>div>div:last-child {
width: 100% !important;
z-index: 0;
position: absolute;
bottom: 0;
}
.ose-mixcloud.responsive iframe {
width: 100%;
} .ose-google-docs.responsive {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.ose-facebook.responsive iframe {
padding-bottom: 0;
width: 100%;
}
.elementor-widget iframe {
max-height: 100% !important;
}
.elementor-cbutton-preview-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 100px 30px;
background: #fbf6f6;
}
@media only screen and (max-width: 800px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: inherit !important;
}
.ep-first-video iframe {
max-height: 100% !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px), 1fr)) !important;
}
}
@media only screen and (max-width: 500px) {
.elementor-widget-embedpres_elementor .embedpress-facebook-vid-iframe,
.embedpress-gutenberg-wrapper .embedpress-facebook-vid-iframe,
.embedpress-facebook-vid-iframe {
max-height: 390px !important;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
}
.ose-matterport .embera-embed-responsive, .ose-matterport .embera-embed-responsive iframe {
width: 100%;
height: 100%;
}
.ose-deviantart img, .ose-deviantart a, .ose-deviantart div {
width: 100%;
height: 100%;
} .ose-meetup {
overflow: auto !important;
}
.ose-meetup img {
height: auto;
}
article.embedpress-event div#sponsors {
display: none;
}
.embedpress-event .link {
color: #0098ab;
}
.embedpress-event .visibility--a11yHide {
border: 0;
clip: rect(0 0 0 0);
position: absolute;
overflow: hidden;
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
}
.embedpress-event .text--small {
font-size: 14px;
margin: 0;
}
.embedpress-event .flex {
display: flex;
box-sizing: border-box;
}
.embedpress-event .flex--wrap {
flex-wrap: wrap;
}
.embedpress-event .flex--row {
align-items: center;
box-sizing: border-box;
display: flex;
justify-content: flex-start;
flex-direction: row;
flex-wrap: nowrap;
}
.embedpress-event .flex-item {
flex-basis: 0;
flex-grow: 1;
width: auto;
min-width: 0; box-sizing: border-box;
}
.embedpress-event .flex-item--shrink {
flex-basis: auto;
-webkit-box-flex: 0;
flex-grow: 0;
flex-shrink: 0;
width: auto;
}
.embedpress-event .flex--row>.flex-item:first-child {
padding-left: 0;
}
.embedpress-event .text--bold {
font-weight: 700;
}
.embedpress-event h1,
.embedpress-event h2,
.embedpress-event h3,
.embedpress-event h4,
.embedpress-event h5,
.embedpress-event h6 {
font-size: inherit;
}
.embedpress-event .ep-event--title {
font-size: 32px;
font-weight: 700;
}
.embedpress-event .ep-event--date {
color: #757575;
font-weight: 400;
font-size: 16px;
} .embedpress-event .ep-event--host {
margin-top: 20px;
display: flex;
align-items: center;
margin-bottom: 20px;
}
.ep-event--host .avatar-print {
border-radius: 50%;
height: 50px;
width: 50px;
}
.embedpress-event img.avatar--person {
background-image: none !important;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
border-radius: 50%;
box-sizing: border-box;
vertical-align: middle;
}
.event-info-hosts-text {
padding-left: 20px;
font-size: 16px;
font-weight: 400;
}
.embedpress-event .event-description {
margin-top: 20px;
}
.text--sectionTitle {
font-size: 20px;
line-height: 28px;
}
.ep-event--attendees {
margin-top: 50px;
}
.ep-event--attendees>.flex {
margin-bottom: 20px;
}
.ep-event--attendees .gridList {
list-style: none;
margin: 0 -16px 0 0;
padding: 0;
}
.ep-event--attendees .gridList-item {
width: auto;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 50%;
max-width: 50%;
}
.ep-event--attendees .groupMember-name {
line-height: 1.2 !important;
}
.ep-event--attendees .avatar--person {
margin-bottom: 15px;
display: inline-block;
border-radius: 50%;
}
.ep-event--attendees img.avatar-print {
border-radius: 50%;
}
.ep-event--attendees .groupMember-role {
font-size: 12px;
color: #757575;
padding-top: 2px;
margin: 0;
}
.ep-event--attendees .groupMember {
min-height: 100%;
min-width: 128px;
padding-left: 8px;
padding-right: 8px;
}
.embedpress-event .align--center {
text-align: center;
}
.embedpress-event .card {
background: #fff;
background-clip: padding-box;
background-size: cover;
border: 1px solid rgba(46, 62, 72, .12);
border-radius: 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
min-height: 100%;
padding: 16px 16px 18px;
position: relative;
white-space: normal;
}
.embedpress-event .card--hasHoverShadow {
transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}
.embedpress-event .ep-event-group-link {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #ffffff;
border-radius: 8px;
padding: 20px;
margin-bottom: 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-group--name {
padding-left: 20px;
font-size: 14px;
line-height: 1.45;
margin: 0;
width: 70%;
word-break: break-word;
}
.embedpress-event .ep-event-group--image {
-o-object-fit: cover;
object-fit: cover;
width: 56px;
height: 56px;
border-radius: 4px;
}
.embedpress-event .ep-event-time-location {
background: #ffffff;
border-radius: 8px;
padding: 16px 20px 0 20px;
border: 1px solid rgba(46, 62, 72, .12);
}
.embedpress-event .ep-event-time-location .ep-event-datetime,
.embedpress-event .ep-event-time-location .ep-event-location {
padding-bottom: 20px;
}
.embedpress-event .ep-event-location .wrap--singleLine--truncate,
.embedpress-event .ep-event-time-location .ep-event-datetime {
font-size: 15px;
line-height: 1.5;
color: #2e3e48;
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location address {
font-style: normal;
margin: 0;
}
.embedpress-event .ep-event-location .venueDisplay-venue-address {
font-style: normal;
color: #757575;
margin: 0;
}
.embedpress-event .ep-event-location p {
line-height: 20px;
}
.ep-event--attendees .gridList-item {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 1rem;
margin: 0;
vertical-align: top;
width: 50%;
}
.gridList-itemInner {
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
padding: 0 16px 16px 0;
} .embedpress-yt-subscribe {
display: flex;
align-items: center;
align-content: start;
text-align: center;
gap: 1rem;
max-width: 600px;
width: 100%;
}
.embedpress-yt-subscribe .embedpress-yt-subscribe.dark {
color: #ffffff;
}
.embedpress-yt-subscribe .embedpress-yt-sub-text {
display: inline-block;
margin: 0;
padding: 0;
} .dewqijm {
height: 100%;
margin-right: 10px;
}
.dewqijm img[src^="image"] {
display: none;
}
.dewqijm img[src^="http"] {
height: 56px !important;
width: 56px !important;
}
.dewqijm>div>div {
display: none;
}
.embedpress-event .sticky button {
display: none;
}
.embedpress-event .items-center {
align-items: center;
} @media only screen and (min-width: 530px) {
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media only screen and (min-width: 640px) {
.embedpress-event .card {
padding: 18px 18px 20px;
}
.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
flex: 0 0 25%;
max-width: 25%;
}
} .ose-opensea {
height: 100% !important;
width: calc(100% - 40px) !important;
max-height: 100% !important;
}
.ose-github {
overflow: auto;
}
.ep_nft_content_wrap.ep_nft__wrapper {
display: grid;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.ep_nft_content_wrap .ep_nft_item {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
background-color: #ffffff;
border-radius: 10px;
transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
overflow: hidden;
padding: 15px;
position: relative;
transition: .3s ease-in-out;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
display: flex;
flex-direction: column;
}
.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
justify-content: flex-start;
align-items: flex-start;
}
.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
background-color: #edecf6e6;
}
.ep_nft_content_wrap .ep_nft_thumbnail {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
border-radius: 5px;
}
.ep_nft_content_wrap .ep_nft_thumbnail img {
height: 340px;
border-radius: 5px;
width: 100%;
object-fit: cover;
}
.ep_nft_content .ep_nft_title {
color: #333333;
font-size: 16px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 15px;
font-weight: 600;
word-break: break-all;
}
.ep_nft_content {
text-align: left;
}
.ep_nft_content .ep_nft_price {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
display: flex;
font-weight: 600;
}
.ep_nft_content .ep_nft_price:first-child {
margin-bottom: 10px;
}
span.eb_nft_currency {
max-width: 28px;
display: flex;
align-items: center;
justify-content: center;
}
span.eb_nft_currency svg {
width: 100%;
height: auto;
}
.ep_nft_content .ep_nft_price_wrapper {
min-height: 20px;
}
.ep_nft_content .ep_nft_creator {
color: #333333;
font-size: 14px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 5px;
}
.ep_nft_content .ep_nft_creator a {
color: #3080E2;
font-size: 14px;
text-decoration: none;
word-break: break-all;
text-decoration: none;
}
.ep_nft_content .ep_nft_creator img {
height: 30px;
width: 30px;
border-radius: 50%;
}
.ep_nft_content .ep_nft_button button {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}
.ep_nft_content .ep_nft_button button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding-top: 15px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 15px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
}
.ep_nft_content .ep_nft_button button:hover a {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
background-color: rgb(46, 142, 238);
color: #ffffff;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
opacity: 1;
transform: translate(0);
visibility: visible;
}
.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
transform: translateY(30px);
visibility: hidden;
width: 100%;
transition: 0.3s;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep-nft-single-item-wraper .ep_nft_button {
margin-top: auto;
display: flex;
justify-content: space-between;
gap: 15px;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
background-color: #3080E2;
color: #ffffff;
font-size: 14px;
padding: 10px 20px;
transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s;
display: block;
text-align: center;
font-weight: 500;
text-decoration: none;
}
.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button span.ep-nft-rank {
color: #a88484;
border-color: #a88484;
}  .ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
display: flex;
gap: 15px;
align-items: center;
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 55%;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(45% - 15px);
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
margin-bottom: 15px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
border-radius: 10px;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 260px;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a {
border-radius: 10px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
margin-bottom: 15px;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: calc(100% - 40px) !important;
}
.embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft {
width: 100%;
}
.embedpress-gutenberg-wrapper.alignright .ep-embed-content-wraper>div {
float: right;
}
.embedpress-gutenberg-wrapper.aligncenter.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: center;
}
.embedpress-gutenberg-wrapper.alignright.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: right;
}
.embedpress-gutenberg-wrapper.alignleft.ep-content-share-enabled .ep-embed-content-wraper {
justify-content: left;
}
.embedpress-gutenberg-wrapper.aligncenter {
text-align: center;
clear: both;
}
.theme-twentytwentythree footer.wp-block-template-part {
clear: both;
} @media all and (max-width: 1024px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(3, 1fr) !important;
}
.alignleft .ose-opensea,
.alignright .ose-opensea,
.aligncenter .ose-opensea {
max-width: 100% !important;
} }
@media all and (max-width: 991px) { .ose-opensea {
min-width: 100% !important;
max-width: calc(100% - 40px) !important;
}
.ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(2, 1fr) !important;
} }
@media all and (max-width: 767px) { .ep_nft_content_wrap.ep_nft__wrapper,
.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
} } .ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
box-shadow: none;
}
.ep-nft-rank-wraper {
margin-bottom: 16px;
font-weight: 600;
color: #333;
font-size: 16px;
}
.ep-nft-rank-wraper.ep-empty-label span {
margin-left: 0px;
}
span.ep-nft-rank {
padding: 2px 8px;
border-radius: 7px;
margin-left: 10px;
display: inline-block;
font-size: 14px;
font-weight: 600;
background: transparent !important;
border: 1px solid #ddd;
color: #333;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: calc(55% - 15px);
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 45%;
height: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
height: 100%;
}
.ep-nft-single-item-wraper span.eb_nft_label {
color: #333; }
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
display: flex;
flex-direction: column;
margin-right: 45px;
}
.ep-nft-single-item-wraper span.eb_nft_price {
font-size: 30px;
line-height: normal;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
height: 15px;
width: 15px;
border-radius: 50%;
}
.ep-nft-single-item-wraper .ep-usd-price {
bottom: 0;
font-size: 12px;
}
.ep-nft-single-item-wraper span.eb_nft_label { font-size: 15px;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
margin-bottom: 10px;
font-size: 24px;
}
.ep-nft-single-item-wraper .CollectionLink--name svg {
width: 20px;
height: 20px;
margin-left: 5px;
}
.ep-nft-single-item-wraper a.CollectionLink--link {
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 15px;
display: block;
color: #3080E2;
}
.ep-nft-single-item-wraper sub.verified-icon {
bottom: -5px;
left: 4px;
} .ep-nft-single-item-wraper .ep-accordion {
border: 1px solid #ddd;
border-radius: 10px;
margin-top: 15px;
display: block;
}
.ep-nft-single-item-wraper .ep-toggle {
display: none;
}
.ep-nft-single-item-wraper .ep-option {
position: relative;
}
.ep-nft-single-item-wraper .ep-content {
padding: 1em;
border-top: 1px solid #ddd;
}
.ep-nft-single-item-wraper .ep-content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
}
.ep-nft-single-item-wraper .ep-title {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.2s;
padding: 1em;
display: flex;
color: #333;
font-weight: bold;
cursor: pointer;
border-radius: 10px 10px 0 0;
align-items: center;
}
.ep-nft-single-item-wraper label.ep-title svg {
width: 20px;
height: 20px;
margin-right: 6px;
}
.ep-nft-single-item-wraper .ep-asset-detail-item {
display: flex;
justify-content: space-between;
font-weight: 500;
}
.ep-nft-single-item-wraper .ep-asset-detail-item span {
word-break: break-word;
max-width: 75%;
}
.ep-nft-single-item-wraper .ep-content {
display: block;
}
.ep-nft-single-item-wraper .ep-content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
display: none;
background: transparent;
}
.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
display: flex;
}
.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(45deg) translate(-20%, -5%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
content: "";
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
background: transparent;
text-indent: -9999px;
border-top: 2px solid #bfbfbf;
border-left: 2px solid #bfbfbf;
transition: all 250ms ease-in-out;
text-decoration: none;
color: transparent;
right: 15px;
top: 50%;
transform: rotate(225deg) translate(80%, 20%);
}
.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
display: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
pointer-events: none;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
margin-bottom: 20px;
}
.elementor-widget-embedpres_elementor .ep-nft-gallery-wrapper .ep-loadmore-wrapper button, .embedpress-gutenberg-wrapper .ep-nft-gallery-wrapper .ep-loadmore-wrapper button {
display: none;
}
@media screen and (max-width: 1024px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
}
@media screen and (max-width: 991px) {
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
grid-template-columns: repeat(1, 1fr) !important;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
align-items: unset;
flex-direction: column;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
width: 100%;
}
.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
width: 100%;
}
}
@media screen and (max-width: 537px) {
.ep-nft-single-item-wraper sub.ep-usd-price {
margin-bottom: 15px;
display: block;
}
.ose-google-drive iframe {
height: 250px !important;
}
.ose-nrk-radio iframe {
height: 400px !important;
}
}
.emebedpress-unit-percent iframe {
width: 100% !important;
} .password-form-container {
width: 350px;
text-align: center;
padding: 30px;
border-radius: 10px;
box-shadow: 0px 0px 10px #f4eded;
background-color: #f9f9ff;
max-width: 100%;
margin: auto;
}
.password-form-container h2 {
font-size: 22px;
margin-bottom: 15px;
font-family: system-ui;
}
.password-form-container p {
font-size: 12px;
font-family: sans-serif;
line-height: 1.4em;
margin-bottom: 15px;
}
form.password-form {
margin-bottom: 2px;
}
.password-form-container input[type="password"] {
padding: 10px;
border-radius: 5px;
width: 100%;
margin-bottom: 12px;
font-size: 20px;
color: #6354a5;
outline: none;
border: 1px solid #ddd;
outline: 0;
padding-left: 50px;
font-family: sans-serif;
height: 42px;
}
.password-form-container input[type="password"]::placeholder {
color: #e0d1d1;
font-size: 14px;
}
.password-field {
position: relative;
}
.password-field span {
position: absolute;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
height: 42px;
width: 40px;
background: #DED7FC;
border-radius: 4px;
}
.password-field svg {
width: 22px;
}
.password-form-container input[type="submit"] {
padding: 12px 20px;
background-color: #6354a5;
color: #fff;
border: none;
border-radius: 5px;
font-size: 14px;
cursor: pointer;
font-family: sans-serif;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
font-weight: initial;
white-space: normal;
word-break: break-all;
min-height: 42px;
}
.password-form-container button:hover {
background-color: #0062cc;
box-shadow: 0px 0px 10px #007bff;
}
.password-form-container .error-message {
color: #ff0000;
margin-top: 20px;
font-size: 12px;
line-height: 1.4em;
}
.password-form-container .error-message.hidden {
display: none;
}
p.need-access-message {
margin-bottom: 2px;
margin-top: 13px;
}
.wp-block-embed__wrapper {
display: inline-block;
width: 100%;
max-width: 100% !important;
}
.wp-block-embed__wrapper.position-right-wraper, .wp-block-embed__wrapper.position-right-wraper {
max-width: calc(100% - 40px) !important;
}
.ep-elementor-content {
position: relative;
display: inline-block;
max-width: 100%;
}
.ep-elementor-content.source-opensea {
display: block;
} .wp-block-embedpress-embedpress>div, .ep-gutenberg-content {
position: relative;
clear: both;
}
.gutenberg-pdf-wraper {
position: relative;
width: 100%;
}
.presentationModeEnabledIosDevice {
position: fixed;
left: 0;
top: 0;
border: 0;
height: 100% !important;
width: 100% !important;
z-index: 999999;
min-width: 100% !important;
min-height: 100% !important;
}
.ep-embed-content-wraper {
width: 100%;
}
.embedpress-gutenberg-wrapper.popup_button, .embedpress-elements-wrapper.popup_button {
display: none !important;
}
.elementor-element-edit-mode .embedpress-elements-wrapper.popup_button {
display: block !important;
}
.ep-content-share-enabled .ep-embed-content-wraper {
display: flex !important;
}
.ep-content-share-enabled .ep-embed-content-wraper.hidden {
display: none !important;
}
.ep-share-position-right .ep-embed-content-wraper {
flex-direction: row;
}
.ep-content-share-enabled .ep-embed-content-wraper>div:first-child {
width: 100%;
}
.ep-share-position-left .ep-embed-content-wraper {
flex-direction: row-reverse;
}
.ep-share-position-bottom .ep-embed-content-wraper {
flex-direction: column;
}
.ep-share-position-top .ep-embed-content-wraper {
flex-direction: column-reverse;
}
.ep-fixed-width .gutenberg-pdf-wraper {
display: inline-block;
}
.ep-percentage-width .embedpress-inner-iframe {
width: 100%;
} .ep-social-share {
display: flex;
align-items: center;
}
.ep-social-share.share-position-right {
right: -40px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-left {
left: 0px;
top: 0;
flex-direction: column;
}
.ep-social-share.share-position-bottom, .ep-social-share.share-position-top {
justify-content: center;
}
.embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left {
left: -40px;
}
.ep-social-icon {
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin: 0;
color: #fff;
text-decoration: none;
font-size: 20px;
}
.ep-social-icon:hover {
opacity: 0.8;
}
.ep-social-share svg {
width: 20px;
height: auto;
}
a.ep-social-icon.pinterest svg {
height: 25px;
}
.ep-social-share .facebook {
background-color: #3b5998;
}
.ep-social-share .facebook svg {
width: 40px;
}
.ep-social-share .twitter {
background-color: #000000;
}
a.ep-social-icon.twitter:focus-visible {
box-shadow: none;
border: none;
outline: none;
}
.ep-social-share .pinterest {
background-color: #bd081c;
}
.ep-social-share .linkedin {
background-color: #0077b5;
}
.ep-social-share .instagram {
background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}
.ep-social-share .reddit {
background-color: #ff4500;
}
.ep-social-icon i {
margin-right: 0;
}
.ep-content-locked .watermark {
display: none !important;
}
.ep-content-protection-enabled .watermark {
display: none !important;
}
.embedpress-pro-control.not-active {
pointer-events: none;
}
.pro__alert__wrap .pro__alert__card h2 {
font-size: 32px;
font-weight: 450;
color: #131f4d;
margin-bottom: 15px;
}
.pro__alert__wrap .pro__alert__card p {
font-size: 14px;
font-weight: 400;
color: #7c8db5;
margin-top: 10px;
}
.pro__alert__wrap .pro__alert__card p a {
text-decoration: underline;
font-weight: 700;
color: #131f4d;
}
.emebedpress-unit-percent, .ep-elementor-content.ep-percentage-width {
width: 100%;
} [data-theme-mode='dark'] {
--viewer-primary-color: #343434;
--viewer-icons-hover-bgcolor: #453838;
}
[data-theme-mode='light'] {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
@media (prefers-color-scheme: dark) {
:root {
--viewer-primary-color: #343434;
--viewer-icons-color: #f2f2f6;
--viewer-icons-hover-bgcolor: #453838;
}
}
@media (prefers-color-scheme: light) {
:root {
--viewer-primary-color: #f2f2f6;
--viewer-icons-color: #343434;
--viewer-icons-hover-bgcolor: #e5e1e9;
}
}
.ep-file-download-option-masked::after, .ep-external-doc-icons {
background: var(--viewer-primary-color);
}
.ep-external-doc-icons svg path {
fill: var(--viewer-icons-color);
}
.ep-doc-draw-icon svg path {
fill: var(--viewer-primary-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover svg path {
fill: var(--viewer-icons-color);
stroke: var(--viewer-icons-color);
}
.ep-external-doc-icons svg:hover {
background-color: var(--viewer-icons-hover-bgcolor);
}
.ep-file-download-option-masked {
position: relative;
}
.ep-file-download-option-masked {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.ep-file-download-option-masked .overlay {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: calc(100% - 15px);
height: calc(100% - 45px);
background-color: rgb(66 23 23 / 0%);
pointer-events: unset;
z-index: 1;
user-select: none;
max-width: 800px;
margin: 0 auto;
}
.ep-file-download-option-masked.ep-file-xls .overlay {
height: calc(100% - 78px);
}
.ep-file-download-option-masked iframe {
width: 100%;
height: 100%;
pointer-events: auto;
}
.wp-block-embedpress-document.embedpress-document-embed iframe {
border: none !important;
box-shadow: none !important;
}
.ep-file-download-option-masked.enabled-text-copy {
pointer-events: all;
}
.embed-download-disabled {
width: 200px;
height: 22px;
background: #444444;
position: absolute;
right: 2px;
bottom: 8px;
opacity: 0;
}
.cui-toolbar-button-right {
display: none !important;
}
.ndfHFb-c4YZDc-Wrql6b {
display: none;
}
.ep-external-doc-icons {
position: absolute;
display: flex;
flex-direction: revert;
background: var(--viewer-primary-color);
border-radius: 6px;
z-index: 2;
bottom: -18px;
left: 50%;
transform: translate(-50%, -50%);
padding: 0 10px;
}
.ep-external-doc-icons svg {
width: 30px;
height: 30px;
cursor: pointer;
transition: 0.3s;
padding: 5px;
border-radius: 4px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
width: 22px;
height: 22px;
}
.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
width: 20px !important;
}
.ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg {
padding: 6px;
}
.ep-external-doc-icons svg:hover {
border-radius: 4px;
}
.ep-doc-draw-icon.active svg {
background: var(--viewer-icons-hover-bgcolor);
}
.ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px; }
.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe {
width: 100% !important;
height: 100% !important;
}
.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
margin-left: 22%;
}
.ep-file-download-option-masked::after {
position: absolute;
width: 100%;
height: 30px;
background: var(--viewer-primary-color);
z-index: 1;
bottom: 0;
content: '';
left: 0;
}
.ep-file-download-option-masked.ep-file-docx::after {
bottom: 0;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled::after {
bottom: 0px;
background: white;
height: 22px;
}
.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled::after {
bottom: 0;
}
canvas.ep-doc-canvas {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
right: 0;
top: 0;
clear: both;
margin: auto;
display: none;
}  :root { --plyr-control-icon-size: 15px;
--plyr-range-track-height: 3px;
--plyr-range-thumb-height: 10px;
}
.plyr--audio .plyr--full-ui input[type=range] {
color: red !important;
}
.ep-embed-content-wraper input[type=range]::-webkit-slider-runnable-track {
box-shadow: none;
}
.ep-embed-content-wraper input[type=range]::-moz-range-track {
box-shadow: none;
}
a.plyr__controls__item.plyr__control {
border-radius: inherit;
color: inherit !important;
}
.plyr-initialized button:focus {
background-color: var(--plyr-color-main);
}
.custom-player-preset-1 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-1 button.plyr__control {
border-radius: 0;
}
.custom-player-preset-1 a.plyr__controls__item.plyr__control {
border-radius: inherit;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] {
width: 100px !important;
text-align: center;
display: flex;
align-items: center !important;
justify-content: center;
height: 60px;
}
.custom-player-preset-1 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"] svg {
width: 22px;
height: 22px;
}
.custom-player-preset-1 .plyr__control:focus {
border: none;
}
.custom-player-preset-2 a.plyr__controls__item.plyr__control, .custom-player-preset-2 button.plyr__control.plyr__control--overlaid[data-plyr="play"], .preset-default a.plyr__controls__item.plyr__control {
border-radius: 4px;
}
.custom-player-preset-3 .plyr__controls, .custom-player-preset-4 .plyr__controls {
background: var(--plyr-color-main) !important;
padding: 0 !important;
}
.custom-player-preset-4 button.plyr__control.plyr__control--overlaid {
display: none !important;
} figure .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
padding-bottom: inherit !important;
}
.plyr {
background-color: black;
}
.pip-mode {
position: fixed !important;
width: 320px !important;
height: 180px !important;
top: calc(100% - 200px) !important;
left: calc(100% - 340px) !important;
z-index: 9999;
border-radius: 15px !important;
}
.plyr [data-plyr="pip"] {
display: block !important;
}
.pip-mode .plyr__video-wrapper {
pointer-events: none;
}
.pip-mode .pip-play {
display: none;
}
.pip-mode .pip-play, .pip-mode .pip-pause {
opacity: 0 !important;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode .pip-close {
opacity: 0;
position: absolute;
right: 10px;
top: 10px;
background: #0000004a;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50px;
cursor: pointer;
}
.pip-mode:hover .pip-play, .pip-mode:hover .pip-close, .pip-mode:hover .pip-pause {
opacity: 1 !important;
}
.pip-mode .overlay-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.pip-mode iframe {
pointer-events: none !important;
}
[data-playerid] {
opacity: 0;
}
[data-playerid].audio.plyr-initialized {
opacity: 1;
}
.plyr--paused.plyr__poster-enabled .plyr__poster {
display: block !important;
opacity: 1;
background-size: cover;
}
@media only screen and (max-width: 767px) {
.plyr__controls [data-plyr="restart"], .plyr__controls [data-plyr="rewind"], .plyr__controls [data-plyr="fast-forward"], .plyr__controls [data-plyr="pip"] {
display: none !important;
}
.plyr__video-wrapper iframe {
max-height: 100% !important;
}
.plyr__controls .plyr__volume input[type=range] {
max-width: 40px;
min-width: 40px;
}
}  .profile-header {
display: flex;
align-items: center;
padding: 16px;
border-bottom: 1px solid #ddd;
justify-content: center;
gap: 30px;
padding-bottom: 30px;
} .posts-tab-options {
text-align: center;
margin: 0;
} .posts-tab-options .tabs {
list-style: none;
padding: 0;
margin: 0;
display: inline-flex;
border-radius: 5px;
gap: 25px;
padding: 0;
}
.posts-tab-options .tabs svg {
width: 15px;
height: 15px;
}
li[data-media-type="ALL"] svg {
width: 12px;
height: 12px;
}
.posts-tab-options .tabs li {
margin-right: 15px;
cursor: pointer;
padding: 10px 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.posts-tab-options .tabs li:last-child {
margin-right: 0;
} .posts-tab-options .tabs li.active { position: relative;
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li svg {
border-radius: 2px;
}
.posts-tab-options .tabs li.active svg {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover, .posts-tab-options .tabs li:hover svg, .posts-tab-options .tabs li:hover .fill-color {
color: rgb(115, 115, 115);
}
.posts-tab-options .tabs li:hover .fill-color, .posts-tab-options .tabs li.active .fill-color {
fill: rgb(115, 115, 115) !important;
}
.posts-tab-options .tabs li.active::after {
content: '';
position: absolute;
top: -1px;
height: 1px;
width: 100%;
background-color: rgb(115, 115, 115);
left: 0;
right: 0;
} .profile-image {
margin-right: 16px;
}
.posts-count {
margin-right: 15px;
}
.profile-image img {
width: 120px;
height: 120px !important;
object-fit: cover;
border-radius: 50% !important;
border: 3px solid #037bff;
}
.change-photo-button {
background-color: transparent;
border: none;
cursor: pointer;
}
.change-photo-image {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
} .username-section {
display: flex;
align-items: center;
margin-bottom: 8px;
}
.profile-link {
text-decoration: none;
}
.username {
font-size: 18px;
font-weight: bold;
margin-right: 12px;
}
.edit-profile-link {
text-decoration: none;
color: #3897f0;
font-weight: bold;
} .profile-stats {
display: flex;
margin-bottom: 8px;
}
.stats-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
.stats-list li {
margin-right: 24px;
font-size: 14px;
} .bio-section {
margin-bottom: 12px;
text-align: left;
}
section.profile-details div:last-child {
margin: 0;
}
.bio {
font-size: 14px;
}
a.edit-profile-link {
padding: 8px 15px;
background: #efefef;
text-decoration: none !important;
border-radius: 7px;
color: #222;
font-size: 12px;
font-weight: 500;
}
span.count {
font-weight: 600;
}
a.followers-link {
text-decoration: none !important;
} a.profile-link, a.profile-link h2 {
font-size: 20px;
text-decoration: none !important;
margin: 0;
margin-right: 15px;
} .embedpress-insta-container {
overflow: hidden;
position: relative;
}
.ose-instagram-feed {
max-height: 100% !important;
height: 100% !important;
}
.insta-grid .embedpress-insta-container .insta-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px;
grid-auto-flow: row; }
.insta-carousel .embedpress-insta-container .insta-gallery {
grid-auto-columns: calc(25% + 0px);
gap: 0px;
left: 0px;
}
.insta-masonry .embedpress-insta-container .insta-gallery {
column-count: 3;
gap: .5em;
margin: auto;
width: 100%;
display: inherit;
}
.insta-grid .embedpress-insta-container .insta-gallery-item {
position: relative;
color: #fff;
cursor: pointer;
height: 350px;
}
.embedpress-insta-container .insta-gallery-item:hover {
cursor: pointer;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item {
height: auto;
margin-bottom: .5em;
}
.insta-masonry .embedpress-insta-container .insta-gallery .insta-gallery-item video.insta-gallery-image {
height: 550px;
margin-bottom: -13px;
}
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
transition: 0.3s;
opacity: 0;
visibility: hidden;
}
.insta-masonry .embedpress-insta-container .insta-gallery-item .insta-gallery-item-info {
height: calc(100% + 4px);
}
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info,
.embedpress-insta-container .insta-gallery-item:hover .insta-gallery-item-info {
opacity: 1;
visibility: visible;
}
.embedpress-insta-container .insta-gallery-item-info ul {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
height: 100%;
}
.embedpress-insta-container .insta-gallery-item-info li {
display: flex;
align-items: center;
font-size: 1.7rem;
font-weight: 600;
gap: 5px;
}
.embedpress-insta-container .insta-gallery-item-likes {
margin-right: 2.2rem;
}
.embedpress-insta-container .insta-gallery-item-type {
position: absolute;
right: 1rem;
top: 1rem;
text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, .1);
}
.embedpress-insta-container .insta-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 320px;
}
.insta-masonry .embedpress-insta-container .insta-gallery-image {
margin-bottom: -13px;
}
.insta-gallery-item-info svg {
width: 40px;
height: 40px;
}
.insta-item-reaction-count {
display: flex;
}
.insta-item-reaction-count .insta-gallery-item-likes, .insta-item-reaction-count .insta-gallery-item-comments {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
font-size: 20px;
font-weight: bold;
color: #fff;
}
.insta-gallery-item-info .insta-item-reaction-count svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg {
width: 25px;
height: 25px;
}
.insta-gallery-item-type svg.insta-video-icon {
width: 22px;
height: 22px;
}
.cg-carousel__btns.hidden {
display: none;
}
.cg-carousel__btns {
top: 50%;
transform: translateY(-50%);
position: absolute;
width: 100%;
}
.ep-embed-content-wraper.insta-carousel .cg-carousel__btns {
top: calc(50% - 16px);
}
.ep-embed-content-wraper.insta-carousel .insta-gallery-item-permalink {
display: flex;
align-content: center;
}
.cg-carousel__btns button {
background: #262323;
border: 0;
border-radius: 50px;
width: 35px;
height: 35px;
display: inline-grid;
align-items: center;
justify-content: center;
cursor: pointer;
padding: 0;
}
button#js-carousel__prev-1 {
position: absolute;
left: 30px; z-index: 1;
padding: 8px 15px;
}
button#js-carousel__next-1 {
position: absolute;
right: 30px; z-index: 1;
padding: 8px 15px;
}
.embedpress-popup-block.embedpress-popup-img {
position: relative;
height: 100%;
display: flex;
background: #000;
}
.popup-carousel, .cg-carousel__track {
height: 100%;
}
.popup-container .popup-carousel .cg-carousel__track {
align-items: center;
background-color: #000;
}
.popup-container .popup-carousel {
background-color: #000;
}
button.js-carousel__prev-1 {
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
button.js-carousel__next-1 {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.cg-carousel__btn svg {
width: 16px;
height: 16px;
}
.load-more-button-container, .load-more-button-container button {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.load-more-button-container button {
border-style: solid;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
color: #ffffff;
border-color: #037bff;
background-color: #037bff;
padding-top: 15px;
padding-right: 30px;
padding-bottom: 15px;
padding-left: 30px;
font-family: inherit;
font-weight: inherit;
line-height: 1em;
cursor: pointer;
border-radius: 5px;
margin-top: 30px;
} .popup-container {
display: flex;
width: 100%;
} .popup-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
} .popup {
border-radius: 10px;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
max-height: 100%;
max-width: 100%;
}  .popup-container .popup-md-9.white {
width: 60%;
overflow: hidden;
}
.popup-md-3.red {
width: 40%;
} .embedpress-popup-img img {
width: 100%;
height: auto;
object-fit: contain;
}
video.popup-media-image {
height: auto;
max-width: 100%;
width: 100%;
max-height: 100vh;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
img.popup-media-image {
height: auto;
} .embedpress-popup-header, .embedpress-hashtag-header {
display: flex;
align-items: center;
padding: 15px 10px;
justify-content: space-between;
border-bottom: 1px solid #f4e9e9;
}
.hashtag-container {
border-bottom: 1px solid #f4e9e9;
}
.embedpress-hashtag-header {
border: none;
max-width: 350px;
margin: auto;
}
.embedpress-hashtag-username {
font-weight: bold;
}
.embedpress-popup-header-img img, .embedpress-hashtag-header-img img {
border-radius: 50% !important;
margin-right: 10px;
width: 30px;
height: 30px !important;
object-fit: cover;
border: 2px solid #037bff !important;
}
.embedpress-popup-header-img a, .embedpress-hashtag-header-img a {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none !important;
}
.embedpress-popup-username {
color: #005293;
font-weight: bold;
font-size: 15px;
text-decoration: none !important;
}
img.embedpress-hashtag-round {
border-radius: 50px !important;
}
.insta-followbtn a {
text-decoration: none !important;
padding: 6px 15px;
background: #007bff;
border-radius: 5px;
color: #fff !important;
font-size: 14px;
font-weight: normal;
} .embedpress-popup-block.embedpress-popup-info {
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
height: 100%;
background-color: #fff; }
.embedpress-popup-text {
font-size: 14px;
font-weight: normal;
overflow: hidden;
letter-spacing: 0.04em;
line-height: 1.8rem;
padding: 10px;
flex: auto;
border-bottom: 1px solid #f4e9e9;
text-align: left;
max-height: calc(100vh - 235px);
overflow: auto;
word-break: break-all;
} .embedpress-popup-stats {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 10px;
}
.embedpress-popup-stats .embedpress-inline {
display: flex;
align-items: center;
gap: 5px;
font-weight: bold;
color: #000;
cursor: pointer;
position: relative;
}
.embedpress-popup-stats .embedpress-inline a {
display: flex;
align-items: center;
gap: 6px;
color: #000;
text-decoration: none;
font-weight: 400;
}
.embedpress-popup-stats .embedpress-inline a svg {
width: 20px;
height: 20px;
} .embedpress-popup-share-buttons {
padding: 10px;
background-color: #fafafa;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons a {
color: #007bff;
}
.embedpress-href.embedpress-popup-share {
cursor: pointer;
color: #ca379d;
display: flex;
align-items: center;
gap: 6px;
}
.embedpress-popup-share-buttons {
background: #f4f9ff;
position: absolute;
top: -50px;
left: -55px;
gap: 10px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
visibility: hidden;
opacity: 0;
margin-bottom: -10px;
transition: 0.3s;
}
.embedpress-popup-share-buttons.show {
visibility: visible;
opacity: 1;
margin-bottom: 0;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
}
.embedpress-popup-share-buttons::before {
content: "";
position: absolute;
bottom: -15px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #f4f9ff transparent transparent transparent;
z-index: 1 !important;
}
.embedpress-popup-share-buttons::after {
content: "";
position: absolute;
bottom: -16.1px;
left: 50%;
margin-left: -8px;
border-width: 8px;
border-style: solid;
border-color: #e7eaef transparent transparent transparent;
}
.embedpress-popup-share-buttons span {
color: #fff;
font-size: 18px;
display: flex;
align-items: center;
}
.embedpress-popup-share-buttons span svg {
width: 16px !important;
height: 16px !important;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-linkedin {
color: #0077b5;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-facebook {
color: #1877F2;
}
.embedpress-popup-share-buttons span.dashicons.dashicons-pinterest {
color: #E60023;
}
span.tag-wrapper a {
font-weight: bold;
text-decoration: none !important;
}
.embedpress-href.embedpress-popup-share svg {
width: 20px;
height: 20px;
}
.embedpress-popup-instagram-buttons svg {
width: 18px !important;
height: 20px !important;
}
.embedpress-popup-stats .embedpress-inline {
transition: 0.3s;
}
.embedpress-popup-stats .embedpress-inline:hover svg, .embedpress-popup-stats .embedpress-inline a:hover, .embedpress-popup-stats .embedpress-inline:hover, .embedpress-href:hover svg .st0 {
color: rgb(115, 115, 115) !important; }
.embedpress-inline.embedpress-popup-instagram-buttons a:hover svg path {
stroke: rgb(115, 115, 115);
}
.embedpress-inline.popup-like-button a:hover svg {
color: rgb(115, 115, 115);
fill: rgb(115, 115, 115);
}
.embedpress-href.embedpress-popup-share:hover svg {
fill: rgb(115, 115, 115);
} .date-post {
padding: 10px;
font-size: 12px;
color: #8e8e8e;
}
div.popup-close {
position: absolute;
top: 50px;
right: 50px;
color: white;
z-index: 15566555655;
cursor: pointer;
padding: 15px;
background: #643535;
border-radius: 50px;
height: 10px;
width: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
cursor: pointer;
}
.load-spin {
width: 100px;
height: 100px;
background-color: #f00;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loader {
margin: auto;
border: 5px solid #EAF0F6;
border-radius: 50%;
border-top: 5px solid #FF7A59;
width: 30px;
height: 30px;
animation: spinner 4s linear infinite;
}
.sponsored-youtube-video {
height: 100%;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (max-width: 1200px) {
.popup-container .popup-md-9.white {
width: 50%;
}
.popup-container .popup-md-3 {
width: 50%;
}
}
@media screen and (max-width: 991px) {
.popup-container {
flex-direction: column;
}
.popup-container .popup-md-9.white {
width: 100%;
}
.popup-container .popup-md-3 {
width: 100%;
}
.embedpress-popup-text {
max-height: 300px;
}
}
@media screen and (max-width: 768px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.embedpress-popup-text {
max-height: 250px;
}
}
@media screen and (max-width: 420px) {
.insta-grid .embedpress-insta-container .insta-gallery {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.profile-header {
flex-direction: column;
}
.embedpress-popup-text {
max-height: 200px;
}
.insta-followbtn {
display: none;
}
} .ep-player-wrap .hide {
display: none;
}
.ep-gdrp-content {
background: #222;
padding: 50px 30px;
color: #fff;
}
.ep-gdrp-content a {
color: #fff;
}
.ep-youtube__content__pagination {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
gap: 10px;
}
.ep-loader-wrap {
margin-top: 30px;
display: flex;
justify-content: center;
}
.ep-youtube__content__pagination .ep-prev,
.ep-youtube__content__pagination .ep-next {
cursor: pointer;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
padding: 0 20px;
height: 40px;
transition: .3s;
display: flex;
align-items: center;
}
.ep-youtube__content__pagination .ep-prev:hover,
.ep-youtube__content__pagination .ep-next:hover {
background-color: #5B4E96;
color: #fff;
}
.ep-youtube__content__pagination .ep-page-numbers {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 30px;
display: inline-block;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.active__current_page {
background: #5B4E96;
color: #fff;
}
.ep-youtube__content__block .youtube__content__body .content__wrap:not(.youtube-carousel) {
margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
[data-source-id] .layout-list .ep-youtube__content__block .youtube__content__body .content__wrap {
grid-template-columns: repeat(auto-fit, minmax(calc(100% - 30px), 1fr)) !important;
}
[data-youtube-channel-carousel].ep-youtube__content__block {
position: relative
}
.ep-youtube__content__block .item {
cursor: pointer;
white-space: initial;
}
.ep-youtube__content__block .youtube-carousel .item {
margin: 10px;
}
.ep-youtube__content__block .item:hover .thumb .play-icon {
opacity: 1;
top: 50%;
}
.ep-youtube__content__block .item:hover .thumb:after {
opacity: .4;
z-index: 0;
}
.ep-youtube__content__block .thumb {
padding-top: 56.25%;
margin-bottom: 5px;
position: relative;
background-color: #222;
background-size: contain !important;
border-radius: 12px;
overflow: hidden;
}
figure .ep-youtube__content__block .thumb {
background-color: #222 !important;
}
.ep-youtube__content__block .thumb:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #000;
opacity: 0;
transition: opacity .3s ease;
}
.ep-youtube__content__block .thumb:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
content: '';
background: #222;
z-index: -1;
}
.ep-youtube__content__block .thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ep-youtube__content__block .thumb .play-icon {
width: 50px;
height: auto;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all .3s ease;
z-index: 2;
}
.ep-youtube__content__block .thumb .play-icon img {
width: 100;
}
.ep-youtube__content__block .body p {
margin-bottom: 0;
font-size: 15px;
text-align: left;
line-height: 1.5;
font-weight: 400;
}
.ep-youtube__content__block.loading .ep-youtube__content__pagination {
display: none;
}
.ep-youtube__content__block .ep-loader {
display: none;
}
.ep-youtube__content__block.loading .ep-loader {
display: block;
}
.ep-loader img {
width: 20px;
}
.is_mobile_device {
display: none !important;
}
.is_mobile_devic.ep-page-numbers {
gap: 5px;
}
@media only screen and (max-width: 480px) {
.is_desktop_device {
display: none !important;
}
.ep-youtube__content__pagination .ep-page-numbers>span {
width: 35px;
height: 35px;
}
.ep-youtube__content__pagination .ep-prev, .ep-youtube__content__pagination .ep-next {
height: 35px;
}
.is_mobile_device {
display: flex !important;
;
}
.ep-youtube__content__pagination .ep-page-numbers {
gap: 5px;
}
} .embedded-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ep-embed-content-wraper.embedded-youtube-channel .ose-youtube, .ep-youtube-channel .ose-youtube {
height: 100% !important;
max-height: 100% !important;
}
.ose-youtube .channel-header {
display: flex;
align-items: center;
padding: 20px;
border-radius: 10px;
}
.ose-youtube .profile-picture {
width: 120px;
height: 120px;
border-radius: 50%;
margin-right: 20px;
}
.ose-youtube .channel-info {
flex-grow: 1;
text-align: left;
}
.ose-youtube .info-description {
margin-bottom: 20px;
}
.ose-youtube .channel-name {
font-size: 24px;
margin: 0;
}
.ose-youtube .channel-details {
margin: 5px 0;
}
.ose-youtube .more-info {
text-decoration: none;
}
.ose-youtube .subscribe-button {
background-color: red;
border: none;
padding: 10px 20px 10px 12px;
border-radius: 30px;
cursor: pointer;
display: inline-flex;
align-items: center; text-decoration: none !important;
color: white;
font-weight: 600;
}
.ose-youtube .subscribe-button svg {
height: 20px;
width: 20px;
margin-right: 5px;
}
.ose-youtube .subscribe-button:hover {
background-color: #ff6868;
}
#videoPopup.video-popup {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
}
.video-popup-content {
position: absolute;
left: 50%;
top: calc(50% + 30px);
transform: translate(-50%, -50%);
max-width: 90%;
max-height: 90%;
text-align: center;
}
.video-popup-inner-content {
width: 100%;
height: 100%;
max-height: 90vh;
overflow: auto !important;
border: 1px solid #333;
border-radius: 8px;
background: #000;
box-sizing: border-box;
padding: 20px;
}
.video-popup-content iframe {
width: 700px !important;
height: 420px !important;
max-width: 100%;
max-height: 100%;
}
#videoPopup.video-popup .close {
position: absolute;
top: -25px;
right: -30px;
color: #fff;
font-size: 35px;
}
#videoPopup.video-popup .close:hover,
#videoPopup.video-popup .close:focus {
color: #999;
text-decoration: none;
cursor: pointer;
}
#videoPopup.video-popup .popup-controls {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none; }
#videoPopup.video-popup .nav-icon {
pointer-events: auto; color: white;
font-size: 50px;
cursor: pointer;
user-select: none;
}
#videoPopup.video-popup .prev-icon {
position: absolute;
left: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoPopup.video-popup .next-icon {
position: absolute;
right: -60%;
top: 50%;
transform: translate(0, -50%);
padding: 10px;
}
#videoDescription {
color: #fff;
font-size: 14px;
}
.youtube-video-description {
font-family: Arial, sans-serif;
margin: 0;
padding: 0 20px;
bottom: no;
max-width: 700px;
text-align: left;
}
.youtube-video-header h1 {
font-size: 20px;
margin: 0 0 10px 0;
color: #fff;
}
.youtube-video-meta {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.youtube-video-meta span {
margin-right: 10px;
}
.youtube-video-body {
max-height: 200px;
overflow: auto;
}
.youtube-video-body p {
font-size: 15px;
margin: 0 0 20px 0;
color: #ddd;
}
.youtube-video-footer {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
}
.youtube-video-link {
font-size: 16px;
color: #0073aa;
text-decoration: none;
}
.youtube-video-link:hover {
text-decoration: underline;
}
.youtube-video-stats {
font-size: 14px;
color: #666;
display: flex;
align-items: center;
gap: 18px;
}
.youtube-video-stats svg {
height: 12px;
width: 14px;
}
.youtube-video-stats span {
margin-right: 10px;
display: flex;
align-items: center;
gap: 8px;
color: #dad2d2;
}
.youtube-video-stats i {
margin-right: 5px;
} .youtube-body-content .description-container {
display: flex; border-radius: 4px;
max-width: 600px;
text-align: left;
margin-top: 10px;
}
.youtube-body-content.body {
width: 100%;
}
.youtube-body-content .thumbnail {
width: 30px;
height: 30px;
border-radius: 4px;
margin-right: 10px;
}
.youtube-body-content .thumbnail img {
border-radius: 50%;
margin-right: 10px;
width: 30px;
height: 30px;
}
.youtube-body-content .details {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 30px);
}
.youtube-body-content .title {
font-size: 14px;
font-weight: 500;
color: #000000;
margin-bottom: 4px;
line-height: 1.4;
}
.youtube-body-content .channel,
.youtube-body-content .views,
.youtube-body-content .time {
font-size: 14px;
color: #606060;
}
.youtube-body-content .channel {
margin-bottom: 4px;
} .ep-player-wrap.layout-gallery .ep-first-video iframe {
border-radius: 15px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
display: flex;
width: 100%;
gap: 20px;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
padding-top: 20.25%;
min-width: 250px;
max-width: 300px;
} [data-youtube-channel-carousel] .youtube-carousel-container {
position: relative;
width: 100%;
overflow: hidden;
}
[data-youtube-channel-carousel] .youtube-carousel {
display: flex;
transition: transform 0.5s ease-in-out;
}
[data-youtube-channel-carousel] .youtube-carousel .item {
min-width: calc(33.3333% - 20px); box-sizing: border-box;
}
[data-youtube-channel-carousel] button {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: white;
border: none;
cursor: pointer;
padding: 10px;
box-shadow: none;
background-color: #000000ba;
width: 40px;
height: 40px;
display: flex;
align-items: center;
border-radius: 50%;
justify-content: center;
}
[data-youtube-channel-carousel] button.preview {
left: -100px;
}
.carousel-controls button.next {
right: -100px;
} .fc-list-table .fc-event, .fc-list-table .fc-event:hover {
color: inherit !important;
text-decoration: none !important;
}
.fc-list-table .fc-event, .fc-list-table .fc-event-dot {
background-color: transparent !important;
}
.fc table.fc-list-table {
table-layout: inherit !important;
}
.fc-list-table .fc-event {
display: table-row !important;
}
@media screen and (max-width: 1400px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -50%
}
.ose-youtube .next-icon {
right: -50%
}
}
@media screen and (max-width: 1200px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 992px) {
.ose-youtube .video-popup-content iframe {
height: 305px !important;
}
.ose-youtube .prev-icon {
left: -40%
}
.ose-youtube .next-icon {
right: -40%
}
}
@media screen and (max-width: 576px) {
.ose-youtube .prev-icon {
left: -26%
}
.ose-youtube .next-icon {
right: -26%
}
}
@media screen and (max-width: 580px) {
.ose-youtube .prev-icon {
left: -18%;
}
.ose-youtube .next-icon {
right: -18%;
}
}
.youtube-video-body {
display: none;
}
.video-popup-content {
width: 100%;
max-width: 720px;
margin: auto;
}
@media (max-width: 1024px) {
.youtube-carousel .item {
min-width: calc(50% - 20px) !important; }
}
@media (max-width: 768px) {
.youtube-carousel .item {
min-width: calc(100% - 20px) !important; }
[data-youtube-channel-carousel] button.preview {
left: 0 !important;
}
[data-youtube-channel-carousel] button.next {
right: 0;
}
.video-popup-content {
width: calc(100% - 40px);
margin: auto;
}
.video-popup-content iframe {
max-height: 300px;
}
#videoPopup.video-popup .close {
top: -25px;
transform: translate(0%, -50%);
right: unset;
}
}
@media (max-width: 580px) {
.ep-first-video {
margin-bottom: 20px;
}
.video-popup-content iframe {
max-height: 220px;
}
.ep-player-wrap .ep-youtube__content__block .item {
gap: 15px;
}
.ep-embed-content-wraper .ep-youtube__content__block .youtube__content__body .content__wrap {
gap: 30px !important;
}
.ose-youtube .profile-picture {
width: 80px;
height: 80px;
}
.ose-youtube .channel-header {
gap: 10px;
align-items: start;
padding: 0;
}
.description-container {
margin-top: 0px;
}
.description-container p.description {
display: none;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .item {
flex-direction: column;
}
.ep-player-wrap.layout-list .ep-youtube__content__block .thumb {
min-width: 100%;
min-height: 200px;
}
}
.ep-google-photos-gallery-grid .ose-google-photos,
.ep-google-photos-gallery-masonary .ose-google-photos,
.ep-google-photos-gallery-justify .ose-google-photos {
height: 100% !important;
max-height: 100% !important;
}
.pa-carousel-widget.jx-carousel-widget, .pa-gallery-player-widget, .ose-google-photos {
position: relative;
}
.pa-carousel-widget.jx-carousel-widget::after, .pa-gallery-player-widget::after {
position: absolute;
right: 0;
left: 0;
width: 100%;
height: 60px;
background: #fff;
content: '';
top: 10px;
background: transparent;
}  .ep-google-photos-visit-btn:hover {
background: rgba(0, 0, 0, 0.9);
color: white;
text-decoration: none;
}
.ep-google-photos-visit-btn svg {
width: 16px;
height: 16px;
fill: currentColor;
}  .photos-gallery-grid, .photos-gallery-masonry, .photos-gallery-justify {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 3px;
}
.photos-gallery-grid .photo-item, .photos-gallery-masonary .photo-item {
width: 100%;
height: 200px;
background-color: #f1efef;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
text-align: center;
} .photos-gallery-masonary {
columns: 250px;
gap: 3px;
position: relative;
width: 100%;
}
.photos-gallery-masonary .photo-item {
width: 100%;
height: auto;
object-fit: cover;
display: block;
margin-bottom: 3px;
cursor: pointer;
}
.photos-gallery-masonary .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .photos-gallery-grid {
display: grid;
gap: 3px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
position: relative;
}
.photos-gallery-grid .photo-item {
border-radius: 10px;
text-align: center;
height: 280px;
cursor: pointer;
}
.photos-gallery-grid .photo-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}  .photos-gallery-justify {
display: flex;
flex-wrap: wrap;
}
.photos-gallery-justify .photo-item {
cursor: pointer;
height: auto;
}
.photos-gallery-justify .photo-item:hover {
opacity: 0.9;
}
.photos-gallery-justify .photo-item img {
user-select: none;
width: 100%;
vertical-align: middle;
}
.photos-gallery-justify::after {
content: "";
flex-grow: 99999;
min-width: calc(100vw / 4);
}
@media (max-width: 460px) {
.photos-gallery-justify {
flex-direction: column;
}
.photos-gallery-justify .photo-item {
width: 100% !important;
}
} .popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
z-index: 1000;
transition: 0.5s ease;
}
.popup-overlay .popup {
position: relative;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
background-color: transparent;
display: flex !important;
justify-content: center;
align-items: center;
color: black;
}
.popup-overlay .close-btn {
position: absolute;
top: 10px;
right: 10px;
color: white;
font-size: 30px;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #0a0a0a;
border-radius: 50%;
}
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
padding: 10px;
cursor: pointer;
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.2s;
display: flex;
}
.popup-overlay:hover .prev-btn, .popup-overlay:hover .next-btn {
opacity: 1;
visibility: visible;
}
.popup-overlay .prev-btn {
left: 10px;
}
.popup-overlay .next-btn {
right: 10px;
}
.popup-overlay img#popup-image {
width: 100%;
height: auto;
max-height: 100vh;
}
.popup-overlay .prev-btn:hover,
.popup-overlay .next-btn:hover {
background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
.photos-gallery-grid .photo-item {
width: 100%;
height: 150px !important;
} .photos-gallery-masonary {
columns: 200px !important;
} .photos-gallery-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox {
width: 100%;
height: 100%;
}
.ose-codesandbox .embera-embed-responsive.embera-embed-responsive-rich.embera-embed-responsive-provider-codesandbox iframe {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.popup-overlay .prev-btn,
.popup-overlay .next-btn {
font-size: 20px;
padding: 5px;
}
}
.getty div:last-child {
padding: 0 !important;
height: 100% !important;
max-height: 100% !important;
}.wp-socializer:after{clear:both;content:'';display:block}.wp-socializer.wpsr-share-icons{margin:1em 0}.wpsr-share-icons .wpsr-si-inner{display:flex}.wpsr-share-icons .wpsr-si-inner > *:first-child{margin-left:0}.wpsr-share-icons .wpsr-si-inner > *:last-child{margin-right:0}.wpsr-share-icons .socializer{margin:0 1em}.wpsr-share-icons.wpsr-flex-center{text-align:center}.wpsr-share-icons.wpsr-flex-center .wpsr-si-inner{justify-content:center}.wpsr-sharebar{transition:all 0.5s;box-sizing:border-box;z-index:99999}.wpsr-sharebar .socializer{line-height:0}.wpsr-sb-inner:after{content:'';display:block;clear:both}.wpsr-sb-vl{z-index:99999;max-width:82px;top:50%;transform:translateY(-50%);position:fixed}.wpsr-sb-vl .wpsr-counter{margin-bottom:1.5em}.wpsr-sb-vl-static{position:absolute}.wpsr-sb-hl{bottom:0;left:0!important;right:0!important;margin:0!important;position:fixed;background:#fff;box-shadow:0 -2px 4px -2px rgba(0,0,0,0.5)}.wpsr-sb-hl .wpsr-sb-inner{display:flex}.wpsr-sb-hl .wpsr-counter{padding:0 1em}.wpsr-sb-sm-simple.wpsr-sb-hl{padding:0;border:0}.wpsr-sb-sm-simple.wpsr-sb-hl span a{border-radius:0!important;transform:none!important}.wpsr-sb-sm-simple.wpsr-sb-hl span a > *{transform:none!important}.wpsr-sb-sm-simple.wpsr-sb-hl span a:after{display:none}.wpsr-sb-sm-simple.wpsr-sb-hl span{margin-right:0}.wpsr-sb-simple{padding:10px;text-align:center;border-radius:10px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);border:1px solid transparent}.wpsr-sb-simple.wpsr-sb-hl{border-radius:0}.wpsr-sharebar:hover .wpsr-sb-close{display:block}.wpsr-sb-close{position:absolute;cursor:pointer;display:none;padding:10px}.wpsr-sb-close .wpsr-bar-icon{opacity:0.2}.wpsr-sb-close:hover .wpsr-bar-icon{opacity:0.8}.wpsr-sb-vl .wpsr-sb-close{bottom:0;transform:translate(-50%,100%);left:50%}.wpsr-sb-hl .wpsr-sb-close{display:none}.wpsr-sharebar.wpsr-closed{width:48px;height:48px;border-radius:50%;background:none!important;border:none!important;box-shadow:none!important}.wpsr-sharebar.wpsr-closed .wpsr-sb-inner{display:none}.wpsr-sharebar.wpsr-closed .wpsr-sb-close{top:0;margin-top:0;transform:none;right:0;left:0;bottom:0;line-height:48px;display:block;padding:0}.wpsr-counter{line-height:2em;text-align:center;font-size:10px;color:#000;display:flex;flex-direction:column;justify-content:center;flex-shrink:0}.wpsr-counter .scount{font-size:2em;font-weight:bold;margin-bottom:0.25em}.wpsr-counter .scount .fa{font-size:.7em;opacity:0.7}.wpsr-counter .stext{display:block;line-height:1em;color:inherit;text-transform:uppercase;font-size:1em;margin-top:-0.15em;opacity:0.5}.wpsr-counter.wpsrc-sz-40px{font-size:12.5px}.wpsr-counter.wpsrc-sz-48px{font-size:15px}.wpsr-counter.wpsrc-sz-64px{font-size:20px}.wpsr-sharebar .wpsr-counter{font-size:8.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-40px{font-size:9.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-48px{font-size:11.5px}.wpsr-sharebar .wpsr-counter.wpsrc-sz-64px{font-size:15.2px}.socializer a{text-decoration:none!important}.socializer span a img{background:none!important;border:none!important;max-width:100%!important}.wpsr-follow-icons{position:fixed;z-index:999999;line-height:0}.sr-fb-tl{top:20px;left:20px}.sr-fb-tm{top:20px;left:50%;transform:translateX( -50% )}.sr-fb-tr{top:20px;right:20px}.sr-fb-rm{top:50%;right:20px;transform:translateY( -50% )}.sr-fb-br{bottom:20px;right:20px}.sr-fb-bm{bottom:20px;left:50%;transform:translateX( -50% )}.sr-fb-bl{bottom:20px;left:20px}.sr-fb-lm{left:20px;top:50%;transform:translateY( -50% )}.wpsr-follow-icons div.sr-fb-title{font-size:0.8em;margin:0 0 0.8em 0}.wpsr-follow-icons.sr-fb-hl .sr-fb-title{position:absolute;bottom:0;transform:translateX(-100%);left:-1em;top:50%;margin:0}.wpsr-follow-icons.sr-fb-vl{text-align:center;line-height:1.5q}.wpsr-follow-icons.sr-fb-vl .sr-fb-title{width:5em;text-align:center;line-height:1.5}.wpsr-fb-close{position:absolute;right:0;cursor:pointer;display:none;line-height:0;padding:1em;opacity:0.2}.wpsr-fb-close:hover{opacity:0.8}.wpsr-follow-icons:hover .wpsr-fb-close{display:block}.wpsr-closed.wpsr-follow-icons .sr-fb-title{display:none}.wpsr-closed.wpsr-follow-icons .sr-followbar{display:none}.wpsr-closed.wpsr-follow-icons .wpsr-fb-close{display:block}.sr-fb-bm .wpsr-fb-close,.sr-fb-bl .wpsr-fb-close{right:0;transform:translate(100%,-100%);padding-bottom:0}.sr-fb-vl.sr-fb-br .wpsr-fb-close{left:0;bottom:0;transform:translateX(-100%);padding-bottom:0}.sr-fb-hl.sr-fb-br .wpsr-fb-close{top:0;right:0;transform:translateY(-100%)}.sr-fb-hl.sr-fb-tr .wpsr-fb-close{padding-right:0}.wpsr-closed.sr-fb-tl .wpsr-fb-close,.wpsr-closed.sr-fb-lm .wpsr-fb-close{right:-24px;transform:translateY(0%)}.wpsr-text-sb{background:#fff;margin:0;padding:0 10px;border-radius:5px;display:inline-block;position:absolute;transform:translate( -50%,-150% );margin-top:-10px;transition:margin-top 0.5s;display:none;animation:wpsr-fadeout 1s;box-shadow:0 3px 6px -3px #000;background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0));z-index:999}.wpsr-text-sb:before{position:absolute;content:'';display:block;background-color:inherit;width:10px;height:10px;bottom:-5px;transform:rotate(45deg) translateX(-50%);left:50%;z-index:-1;transform-origin:left;box-shadow:2px 2px 4px -2px #000}.wpsr-text-sb li{list-style:none;float:left;line-height:0}.wpsr-text-sb li a{text-align:center;display:inline-block}.wpsr-text-sb li a:hover{background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0))}.wpsr-tsb-32px a{width:32px;height:32px;line-height:32px;font-size:16px}.wpsr-tsb-40px a{width:40px;height:40px;line-height:40px;font-size:20px}.wpsr-tsb-48px a{width:48px;height:48px;line-height:48px;font-size:24px}.wpsr-tsb-64px a{width:64px;height:64px;line-height:64px;font-size:32px}.wpsr-text-sb.wpsr-tsb-active{margin-top:0;transition:margin-top 0.5s;display:block;animation:wpsr-fadein 1s}.wpsr-bar-icon{line-height:0;background:#000;display:inline-block;padding:3px;border-radius:50%;vertical-align:middle;fill:#fff}.wpsr-bar-icon .i-open{display:none}.wpsr-closed .wpsr-bar-icon .i-close{display:none}.wpsr-closed .wpsr-bar-icon .i-open{display:block}.wpsr-closed .wpsr-bar-icon{padding:5px}.wpsr-bg{display:none;position:fixed;z-index:999999;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / 20%);padding:0}.wpsr-bg.wpsr-pp-opened{display:block}.wpsr-bg.wpsr-pp-closed{display:none}.wpsr-bg.wpsr-pp-slide-down .wpsr-popup{transform:translateY(0);opacity:1}.wpsr-bg.wpsr-pp-slide-up .wpsr-popup{transform:translateY(-50px);opacity:0.8}.wpsr-pp-inner{margin:0 auto;display:flex;flex-direction:column;justify-content:center;height:100%}.wpsr-popup{display:none;background:#fff;display:flex;flex-wrap:nowrap;flex-direction:column;box-shadow:0 3px 6px rgb(0 0 0 / 16%),0 3px 6px rgb(0 0 0 / 23%);border-radius:10px;max-height:100%;transform:translateY(-50px);opacity:0.8;transition:all 0.25s}.wpsr-pp-head{text-align:center;padding:10px 0;position:relative;border-bottom:1px solid #dfdfdf}.wpsr-pp-head h3{margin:0!important;font-size:20px}.wpsr-pp-content{overflow-y:auto;padding:20px}.wpsr-pp-close{position:absolute;top:50%;right:10px;color:#333;transform:translateY(-50%);padding:10px}.wpsr-pp-close:hover{opacity:0.8}.wpsr-pp-foot{text-align:center;padding:10px 0;font-size:12px;color:#777;border-top:1px solid #dfdfdf}.wpsr-pp-foot a{color:#ff8226;text-decoration:none}.wpsr-pp-foot a:hover{color:#333;text-decoration:underline}#wpsr-share-menu .wpsr-pp-inner{max-width:700px}.wpsr-sm-links{display:flex;flex-wrap:wrap}.wpsr-sm-links > div{width:33.33%;padding:5px;box-sizing:border-box}.wpsr-sm-link{display:flex;color:#fff!important;border-radius:5px;padding:5px;font-size:15px;text-decoration:none!important;border-bottom:2px solid rgb(0 0 0 / 10%);text-shadow:0 1px 1px rgb(0 0 0 / 30%);background:linear-gradient(rgb(0 0 0 / 1%),rgb(0 0 0 / 5%))}.wpsr-sm-link:hover,.wpsr-sm-link:focus,.wpsr-sm-link:active{text-decoration:none;color:#fff;opacity:0.8}.wpsr-sm-icon{width:24px;margin:0 5px;display:flex;flex-direction:column;align-items:center;justify-content:center}.wpsr-sm-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#wpsr-short-link .wpsr-pp-inner{max-width:500px}#wpsr-short-link .wpsr-pp-content{display:flex;font-size:15px}#wpsr-short-link-url{flex:1;text-align:center}#wpsr-sl-copy-btn{background:#000;text-align:center;display:flex;flex-direction:column;justify-content:center;align-content:center;padding:5px 15px;color:#fff;border-radius:5px;margin-left:10px;text-decoration:none}#wpsr-sl-copy-btn:hover{text-decoration:none}@media screen and (max-width:700px){#wpsr-share-menu .wpsr-pp-inner,#wpsr-short-link .wpsr-pp-inner{max-width:100%}.wpsr-popup{border-radius:0}.wpsr-sm-links > div{width:50%}.wpsr-sm-link{padding:10px}}.socializer .sr-share-menu>a,.socializer .sr-share-menu>a:visited{background-color:#ff6500;border-color:#ff6500;color:#fff}.socializer .sr-native_share a,.socializer .sr-native_share a:visited{color:#2542c5;border-color:#2542c5;background-color:#2542c5}.sr-share-menu a i{font-size:0.7em}.wpsr-clearfix:after{display:block;clear:both;content:''}.wpsr-hide{display:none}.wpsr-close{background:red}.sr-custom-html{line-height:1}.socializer .ctext:empty{display:none!important}@keyframes wpsr-fadein{0%{opacity:0}100%{opacity:1}}@keyframes wpsr-fadeout{0%{opacity:1}100%{opacity:0}} .socializer{padding:0;margin:0;display:inline-flex;flex-wrap:wrap}.socializer>*{list-style:none;padding:0;margin:0;display:inline-block;position:relative;line-height:0}.socializer a{font-family:sans-serif!important;display:inline-flex;border:0;text-align:center;text-decoration:none;width:16px;height:16px;font-size:8px;border-style:solid;box-sizing:content-box;align-items:center;justify-content:center;transition:all .5s;transition-timing-function:ease-out}.socializer a>*{display:inline-block;vertical-align:middle;padding:0;margin:0}.socializer:after{content:'';clear:both;display:block}.sr-32px{min-height:32px}.sr-32px a{width:32px;height:32px;font-size:16px}.sr-32px.sr-font-sm a{font-size:10.6666666667px}.sr-32px.sr-font-lg a{font-size:21.3333333333px}.sr-40px{min-height:40px}.sr-40px a{width:40px;height:40px;font-size:20px}.sr-40px.sr-font-sm a{font-size:13.3333333333px}.sr-40px.sr-font-lg a{font-size:26.6666666667px}.sr-48px{min-height:48px}.sr-48px a{width:48px;height:48px;font-size:24px}.sr-48px.sr-font-sm a{font-size:16px}.sr-48px.sr-font-lg a{font-size:32px}.sr-64px{min-height:64px}.sr-64px a{width:64px;height:64px;font-size:32px}.sr-64px.sr-font-sm a{font-size:21.3333333333px}.sr-64px.sr-font-lg a{font-size:42.6666666667px}.socializer .sr-addtofavorites a,.socializer .sr-addtofavorites a:visited{color:#f9a600;border-color:#f9a600;background-color:#f9a600}.socializer .sr-behance a,.socializer .sr-behance a:visited{color:#1769ff;border-color:#1769ff;background-color:#1769ff}.socializer .sr-bitbucket a,.socializer .sr-bitbucket a:visited{color:#205081;border-color:#205081;background-color:#205081}.socializer .sr-blogger a,.socializer .sr-blogger a:visited{color:#ff6501;border-color:#ff6501;background-color:#ff6501}.socializer .sr-bluesky a,.socializer .sr-bluesky a:visited{color:#1083fe;border-color:#1083fe;background-color:#1083fe}.socializer .sr-codepen a,.socializer .sr-codepen a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-comments a,.socializer .sr-comments a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-delicious a,.socializer .sr-delicious a:visited{color:#3274d1;border-color:#3274d1;background-color:#3274d1}.socializer .sr-deviantart a,.socializer .sr-deviantart a:visited{color:#475c4d;border-color:#475c4d;background-color:#475c4d}.socializer .sr-digg a,.socializer .sr-digg a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-discord a,.socializer .sr-discord a:visited{color:#7289da;border-color:#7289da;background-color:#7289da}.socializer .sr-dribbble a,.socializer .sr-dribbble a:visited{color:#ea4c89;border-color:#ea4c89;background-color:#ea4c89}.socializer .sr-email a,.socializer .sr-email a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-etsy a,.socializer .sr-etsy a:visited{color:#f1641e;border-color:#f1641e;background-color:#f1641e}.socializer .sr-facebook a,.socializer .sr-facebook a:visited{color:#0866ff;border-color:#0866ff;background-color:#0866ff}.socializer .sr-fbmessenger a,.socializer .sr-fbmessenger a:visited{color:#0866ff;border-color:#0866ff;background-color:#0866ff}.socializer .sr-flickr a,.socializer .sr-flickr a:visited{color:#1c9be9;border-color:#1c9be9;background-color:#1c9be9}.socializer .sr-flipboard a,.socializer .sr-flipboard a:visited{color:#f52828;border-color:#f52828;background-color:#f52828}.socializer .sr-github a,.socializer .sr-github a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-google a,.socializer .sr-google a:visited{color:#3a7cec;border-color:#3a7cec;background-color:#3a7cec}.socializer .sr-googleplus a,.socializer .sr-googleplus a:visited{color:#db483b;border-color:#db483b;background-color:#db483b}.socializer .sr-hackernews a,.socializer .sr-hackernews a:visited{color:#ff6500;border-color:#ff6500;background-color:#ff6500}.socializer .sr-houzz a,.socializer .sr-houzz a:visited{color:#4dbc15;border-color:#4dbc15;background-color:#4dbc15}.socializer .sr-instagram a,.socializer .sr-instagram a:visited{color:#e23367;border-color:#e23367;background-color:#e23367}.socializer .sr-line a,.socializer .sr-line a:visited{color:#00c300;border-color:#00c300;background-color:#00c300}.socializer .sr-linkedin a,.socializer .sr-linkedin a:visited{color:#0274b3;border-color:#0274b3;background-color:#0274b3}.socializer .sr-mastodon a,.socializer .sr-mastodon a:visited{color:#6364ff;border-color:#6364ff;background-color:#6364ff}.socializer .sr-medium a,.socializer .sr-medium a:visited{color:#02b875;border-color:#02b875;background-color:#02b875}.socializer .sr-mix a,.socializer .sr-mix a:visited{color:#ff8226;border-color:#ff8226;background-color:#ff8226}.socializer .sr-odnoklassniki a,.socializer .sr-odnoklassniki a:visited{color:#f2720c;border-color:#f2720c;background-color:#f2720c}.socializer .sr-patreon a,.socializer .sr-patreon a:visited{color:#e85b46;border-color:#e85b46;background-color:#e85b46}.socializer .sr-paypal a,.socializer .sr-paypal a:visited{color:#0070ba;border-color:#0070ba;background-color:#0070ba}.socializer .sr-pdf a,.socializer .sr-pdf a:visited{color:#e61b2e;border-color:#e61b2e;background-color:#e61b2e}.socializer .sr-phone a,.socializer .sr-phone a:visited{color:#1a73e8;border-color:#1a73e8;background-color:#1a73e8}.socializer .sr-pinterest a,.socializer .sr-pinterest a:visited{color:#cb2027;border-color:#cb2027;background-color:#cb2027}.socializer .sr-pocket a,.socializer .sr-pocket a:visited{color:#ef4056;border-color:#ef4056;background-color:#ef4056}.socializer .sr-podcast a,.socializer .sr-podcast a:visited{color:#7224d8;border-color:#7224d8;background-color:#7224d8}.socializer .sr-print a,.socializer .sr-print a:visited{color:#6d9f00;border-color:#6d9f00;background-color:#6d9f00}.socializer .sr-reddit a,.socializer .sr-reddit a:visited{color:#ff5600;border-color:#ff5600;background-color:#ff5600}.socializer .sr-renren a,.socializer .sr-renren a:visited{color:#005eac;border-color:#005eac;background-color:#005eac}.socializer .sr-rss a,.socializer .sr-rss a:visited{color:#ff7b0a;border-color:#ff7b0a;background-color:#ff7b0a}.socializer .sr-shortlink a,.socializer .sr-shortlink a:visited{color:#333;border-color:#333;background-color:#333}.socializer .sr-skype a,.socializer .sr-skype a:visited{color:#00aff0;border-color:#00aff0;background-color:#00aff0}.socializer .sr-sms a,.socializer .sr-sms a:visited{color:#35d54f;border-color:#35d54f;background-color:#35d54f}.socializer .sr-snapchat a,.socializer .sr-snapchat a:visited{color:#fffc00;border-color:#fffc00;background-color:#fffc00}.socializer .sr-soundcloud a,.socializer .sr-soundcloud a:visited{color:#f50;border-color:#f50;background-color:#f50}.socializer .sr-stackoverflow a,.socializer .sr-stackoverflow a:visited{color:#f48024;border-color:#f48024;background-color:#f48024}.socializer .sr-stumbleupon a,.socializer .sr-stumbleupon a:visited{color:#eb4823;border-color:#eb4823;background-color:#eb4823}.socializer .sr-quora a,.socializer .sr-quora a:visited{color:#b92b27;border-color:#b92b27;background-color:#b92b27}.socializer .sr-telegram a,.socializer .sr-telegram a:visited{color:#179cde;border-color:#179cde;background-color:#179cde}.socializer .sr-threads a,.socializer .sr-threads a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-tiktok a,.socializer .sr-tiktok a:visited{color:#010101;border-color:#010101;background-color:#010101}.socializer .sr-tumblr a,.socializer .sr-tumblr a:visited{color:#314358;border-color:#314358;background-color:#314358}.socializer .sr-twitch a,.socializer .sr-twitch a:visited{color:#4b367c;border-color:#4b367c;background-color:#4b367c}.socializer .sr-twitter a,.socializer .sr-twitter a:visited{color:#1da1f2;border-color:#1da1f2;background-color:#1da1f2}.socializer .sr-viber a,.socializer .sr-viber a:visited{color:#574e92;border-color:#574e92;background-color:#574e92}.socializer .sr-vimeo a,.socializer .sr-vimeo a:visited{color:#00adef;border-color:#00adef;background-color:#00adef}.socializer .sr-vkontakte a,.socializer .sr-vkontakte a:visited{color:#4c75a3;border-color:#4c75a3;background-color:#4c75a3}.socializer .sr-wechat a,.socializer .sr-wechat a:visited{color:#7bb32e;border-color:#7bb32e;background-color:#7bb32e}.socializer .sr-weibo a,.socializer .sr-weibo a:visited{color:#e6162d;border-color:#e6162d;background-color:#e6162d}.socializer .sr-whatsapp a,.socializer .sr-whatsapp a:visited{color:#25d366;border-color:#25d366;background-color:#25d366}.socializer .sr-x a,.socializer .sr-x a:visited{color:#000;border-color:#000;background-color:#000}.socializer .sr-xing a,.socializer .sr-xing a:visited{color:#006567;border-color:#006567;background-color:#006567}.socializer .sr-yahoomail a,.socializer .sr-yahoomail a:visited{color:#4a00a1;border-color:#4a00a1;background-color:#4a00a1}.socializer .sr-youtube a,.socializer .sr-youtube a:visited{color:red;border-color:red;background-color:red}.socializer .sr-more>a,.socializer .sr-more>a:visited{color:green;border-color:green;background-color:green}.sr-text-in a{width:auto;padding:0 1em;overflow:hidden}.sr-text-in a>*{padding-right:.5em}.sr-text-in a>:last-child{padding-right:0}.sr-text-in .text{font-size:.8em}.sr-text-out a{vertical-align:middle}.sr-text-out .text{font-size:.8em;margin-left:.5em;vertical-align:middle}.sr-text-below{text-align:center}.sr-text-below .text{display:block;font-size:.8em;margin-top:.5em}.sr-text-hover .text{display:none;position:absolute;background:#000;color:#fff;font-size:12px;width:100px;top:-3em;border-radius:5px;text-align:center;line-height:2em;margin-left:-25%;z-index:9999}.sr-text-hover .text:before{position:absolute;content:'';border:.5em solid red;bottom:-1em;left:1em;width:0;height:0;border-color:#000 transparent transparent transparent}.sr-text-hover:hover>.text{display:block}.sr-bdr-sm.socializer a{border-width:1px}.sr-bdr-md.socializer a{border-width:2px}.sr-bdr-lg.socializer a{border-width:3px}.sr-bdr-none.socializer a{border-width:0}.sr-bdr-white.socializer a,.sr-bdr-white.socializer a:visited{border-color:#fff}.sr-bdr-dark.socializer a,.sr-bdr-dark.socializer a:visited{border-color:#000}.sr-bdr-grey.socializer a,.sr-bdr-grey.socializer a:visited{border-color:#ccc}.sr-bg-white.socializer a,.sr-bg-white.socializer a:visited{background-color:#fff}.sr-bg-dark.socializer a,.sr-bg-dark.socializer a:visited{background-color:#333}.sr-bg-grey.socializer a,.sr-bg-grey.socializer a:visited{background-color:#ccc}.sr-bg-none.socializer a,.sr-bg-none.socializer a:visited{background-color:transparent}.sr-icon-white.socializer a,.sr-icon-white.socializer a:visited{color:#fff}.sr-icon-dark.socializer a,.sr-icon-dark.socializer a:visited{color:#333}.sr-icon-grey.socializer a,.sr-icon-grey.socializer a:visited{color:#ccc}.sr-sw-1.socializer a{box-shadow:0 0 .2em rgba(0,0,0,.3)}.sr-sw-2.socializer a{box-shadow:inset 0 -.1em .1em rgba(0,0,0,.3)}.sr-sw-3.socializer a{box-shadow:0 -.1em .1em rgba(0,0,0,.3)}.sr-sw-icon-1.socializer a i{text-shadow:0 1px 1px rgba(0,0,0,.5)}.sr-count-1 span.ctext{background:#ff5722;position:absolute;top:-.6em;right:-.6em;border-radius:1em;font-size:.6em;line-height:1;padding:.3em .5em!important;z-index:99;color:#fff;box-shadow:0 1px 3px -1px #000}.sr-count-2 span.ctext{font-size:.8em;margin:0;padding:.5em;font-weight:700;line-height:.8em;background:rgba(0,0,0,.3);border-radius:1em}.sr-count-3 span.ctext{font-size:.8em;margin:0;font-weight:700;line-height:.8em;border-left:1px solid;padding:0 0 0 .8em}.sr-vertical.sr-count-2 span.ctext{font-size:.6em;border-radius:0;padding:.5em;width:100%}.sr-vertical.sr-count-3 span.ctext{font-size:.6em;border-radius:0;border-top:1px solid;padding:.5em;border-left:0;width:100%}.sr-vertical.sr-count-2 .sr-text-in a,.sr-vertical.sr-count-3 .sr-text-in a{height:auto}.sr-vertical.sr-count-2 .sr-text-in a i,.sr-vertical.sr-count-3 .sr-text-in a i{margin:.5em 0}.sr-bb-1 .sr-text-in{margin-right:3.5em}.sr-bb-1 a{position:relative;overflow:visible}.sr-bb-1 span.ctext{font-size:.8em;font-weight:700;background:#fff;border-radius:3px;color:#333;position:absolute;width:3em;top:0;bottom:0;padding:0;right:-3.5em;border:1px solid #dfdfdf}.sr-vertical.sr-bb-1 span.ctext{display:block;position:static;width:100%;margin:0;font-size:.7em;line-height:1;padding:.3em 0;margin-top:-.3em}.sr-circle a{border-radius:50%}.sr-circle .sr-text-in a,.sr-circle.sr-text-in a{border-radius:1em}.sr-squircle .sr-text-in a,.sr-squircle a,.sr-squircle.sr-text-in a{border-radius:.5em}.sr-squircle-2 .sr-text-in a,.sr-squircle-2 a,.sr-squircle-2.sr-text-in a{border-radius:0 .5em 0 .5em}.sr-diamond a{transform:rotate(45deg)}.sr-diamond a>*{transform:rotate(-45deg)}.sr-drop a{border-radius:50% 50% 0 50%}.sr-drop .sr-text-in a{border-radius:1em 1em 0 1em}.sr-ribbon a:after{content:'';display:block;position:absolute;left:0;right:0;top:calc(100% - .25em / 2);border-style:solid;border-color:inherit;border-bottom-color:transparent;border-width:0 1em .5em 1em}.sr-ribbon.sr-vertical>*{margin-bottom:1em!important}.sr-fluid{display:flex;width:100%;flex-wrap:nowrap}.sr-fluid>*{float:none;width:100%}.sr-fluid a{width:100%;box-sizing:border-box;overflow:hidden;padding:0 .5em}.sr-fluid.sr-pad{border-spacing:.25em}.sr-fluid .sr-text-in a>*,.sr-fluid.sr-text-in a>*{margin-right:.5em}.sr-fluid .sr-text-in a>:last-child,.sr-fluid.sr-text-in a>:last-child{margin-right:0}.sr-fluid .sr-text-in a:last-child,.sr-fluid.sr-text-in a:last-child{margin:0}.sr-fluid.sr-squircle a{border-radius:.5em}.sr-fluid.sr-squircle-2 a{border-radius:0 .5em 0 .5em}.sr-fluid .sr-more li{display:block;width:100%}.sr-vertical{width:16px;flex-direction:column}.sr-vertical.sr-32px{width:32px}.sr-vertical.sr-32px>*{width:32px}.sr-vertical.sr-40px{width:40px}.sr-vertical.sr-40px>*{width:40px}.sr-vertical.sr-48px{width:48px}.sr-vertical.sr-48px>*{width:48px}.sr-vertical.sr-64px{width:64px}.sr-vertical.sr-64px>*{width:64px}.sr-vertical.sr-pad>*{margin:0 0 .5em 0}.sr-vertical a{flex-direction:column}.sr-vertical .sr-text-in{line-height:1}.sr-vertical .sr-text-in a{padding:0;width:inherit}.sr-vertical .sr-text-in a>*{padding:0}.sr-vertical .sr-text-in .text{display:none}.sr-opacity a:hover{opacity:.5}.sr-opacity a:active{opacity:.8}.sr-rotate a:hover{transform:rotate(15deg)}.sr-rotate a:active{transform:rotate(0)}.sr-zoom a:hover{transform:scale(1.1);z-index:9999}.sr-zoom a:active{transform:scale(.9)}.sr-shrink a:hover{transform:scale(.9)}.sr-shrink a:active{transform:scale(.7)}.sr-float a:hover{transform:translateY(-5px)}.sr-float a:active{transform:translateY(0)}.sr-sink a:hover{transform:translateY(5px)}.sr-sink a:active{transform:translateY(0)}.sr-fade-white a:hover{color:#000;background-color:#fff}.sr-fade-white a:active{opacity:.2}.sr-fade-black a:hover{color:#fff;background-color:#000}.sr-fade-black a:active{opacity:.2}.sr-fade-dark a:hover{filter:brightness(.8)}.sr-fade-dark a:active{filter:brightness(.5)}.sr-pad>*{margin-right:.5em}.sr-multiline>*{margin-bottom:.5em}.sr-no-icon i{display:none}.socializer.sr-pad>:last-child{margin:0!important}.sr-more .socializer{background:#fff;padding:.5em;position:absolute;display:none;box-shadow:0 2px 6px -2px;z-index:9999}.sr-more .socializer:before{content:'';display:inline-block;position:absolute;border:.25em solid;border-color:transparent transparent #fff transparent;top:-.5em;left:.5em}.sr-more .socializer:after{content:'';clear:both;display:block}.sr-more .socializer>*{margin:0 0 .5em 0}.sr-more .socializer>:last-child{margin-bottom:0}.sr-more:hover .socializer{display:block}.sr-sharebar{position:fixed;z-index:9999}.sr-sb-vl{top:50%;transform:translateY(-50%)}.sr-sb-left{left:30px}.sr-sb-right{right:30px}.sr-sb-hl{left:50%;transform:translateX(-50%)}.sr-sb-top{top:30px}.sr-sb-bottom{bottom:30px}.sr-sb-white{background:#fff;box-shadow:0 1px 4px -2px;padding:10px}.sr-sb-dark{background:#333;box-shadow:0 1px 4px -2px;padding:10px}.sr-sb-dark .text{color:#fff}