.wp-video {
width: 100% !important;
height: auto !important;
}
.mejs-container.mejs-video {
height: auto !important;
margin-bottom: 0;
padding-top: 56.5%;
width: 100% !important;
}
.mejs-video .mejs-overlay,
.mejs-video .mejs-poster {
height: 100% !important;
width: 100% !important;
}
.mejs-mediaelement video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100% !important;
width: 100% !important;
} .mejs-video .mejs-fullscreen-button {
width: 26px !important;
}
.mejs-controls .mejs-fullscreen-button button {
background: none;
}
.mejs-controls .mejs-fullscreen-button button:before {
display: block;
font-family: 'app-icon';
font-size: 20px;
content: '\e81b';
}
.mejs-controls .mejs-unfullscree-buttonn button {
background: none;
}
.mejs-controls .mejs-unfullscreen-button button:before {
display: block;
font-family: 'app-icon';
font-size: 20px;
content: '\e81c';	
} .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
background: #262929;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px; }
.mejs-controls .mejs-time-rail .mejs-time-current { width: 0;
} .mejs-offscreen {
position: absolute!important;
top: -10000px;
overflow: hidden;
width: 1px;
height: 1px;
}
.mejs-container {
position: relative;
background: none;
font-family: Helvetica,Arial;
margin: 30px auto;
text-align: left;
vertical-align: top;
text-indent: 0;
}
.me-plugin {
position: absolute;
height: auto;
width: auto;
}
.mejs-embed,.mejs-embed body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
.mejs-fullscreen {
overflow: hidden!important;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
width: 100%;
height: 100%;
}
.mejs-clear {
clear: both;
}
.mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
}
:root .mejs-poster img {
display: none;
}
.mejs-poster img {
border: 0;
padding: 0;
border: 0;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
background-image: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
background-position: 0 -100px;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(0,0,0,.9);
background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9));
}
.mejs-overlay-loading span {
display: block;
width: 80px;
height: 80px;
background: transparent url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/loading.gif) 50% 50% no-repeat;
}
.mejs-container .mejs-controls {
position: absolute;
list-style-type: none;
margin: 0;
padding: 0;
bottom: 0;
left: 0; height: 30px;
width: 100%;
}
.mejs-container .mejs-controls div {
list-style-type: none;
background-image: none;
display: block;
float: left;
margin: 0;
padding: 0;
width: 26px;
height: 26px;
font-size: 11px;
line-height: 11px;
font-family: Helvetica,Arial;
border: 0;
}
.no-svg .mejs-controls .mejs-button button {
background-image: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/controls.png);
}
.mejs-controls .mejs-button button:focus {
outline: dotted 1px #999;
}
.mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 17px;
width: auto;
padding: 10px 4px 0;
overflow: hidden;
text-align: center;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
color: #fff;
font-size: 11px;
line-height: 12px;
display: block;
float: left;
margin: 1px 2px 0 0;
width: auto;
}
.mejs-controls .mejs-play button {
background-position: center center;
}
.mejs-controls .mejs-pause button {
background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
direction: ltr;
width: 200px;
padding-top: 6px;
}
.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a {
display: block;
position: absolute;
width: 180px;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 5px;
background: #262929;
box-shadow: 1px 1px rgba(0, 0, 0, 0.4) inset;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
width: 100%;
background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,.15)),color-stop(0.75,rgba(255,255,255,.15)),color-stop(0.75,transparent),to(transparent));
background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 15px 15px;
-moz-background-size: 15px 15px;
-o-background-size: 15px 15px;
background-size: 15px 15px;
-webkit-animation: buffering-stripes 2s linear infinite;
-moz-animation: buffering-stripes 2s linear infinite;
-ms-animation: buffering-stripes 2s linear infinite;
-o-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-moz-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-ms-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@-o-keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
@keyframes buffering-stripes {
from {
background-position: 0 0;
}
to {
background-position: 30px 0;
}
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #464849;
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 10px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: solid 2px #333;
top: -2px;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
position: absolute;
display: none;
background: #eee;
width: 36px;
height: 17px;
border: solid 1px #333;
top: -26px;
margin-left: -18px;
text-align: center;
color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 2px;
width: 30px;
display: block;
text-align: center;
left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 5px #eee;
border-color: #eee transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 15px;
left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
left: 18px;
}
.mejs-controls .mejs-fullscreen-button button {
background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
background-position: -32px -16px;
}
.mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 115px;
width: 25px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -115px;
left: 0;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255,255,255,.5);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255,255,255,.9);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
position: absolute;
left: 4px;
top: -3px;
width: 16px;
height: 6px;
background: #ddd;
background: rgba(255,255,255,.9);
cursor: N-resize;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
height: 26px;
width: 60px;
position: relative;
display: flex;
vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}
.mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button button {
background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -51px;
width: 85px;
height: 100px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
border: solid 1px transparent;
padding: 10px 10px 0;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none!important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
margin: 0 0 6px;
padding: 0;
list-style-type: none!important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
width: 55px;
float: left;
padding: 4px 0 0;
line-height: 15px;
font-family: helvetica,arial;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
z-index: 1;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #222;
background: rgba(0,0,0,.7);
background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #333;
border-bottom: solid 1px #333;
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
background: #666;
background: rgba(102,102,102,.7);
background: -webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
background: -webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
background: -moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
background: -o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
background: -ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
background: linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
font-size: 12px;
font-weight: 700;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0 0 3px;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
line-height: 20px;
font-size: 16px;
color: #fff;
}
.mejs-captions-layer a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: 400;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
left: 0;
}
.mejs-captions-position-hover {
bottom: 35px;
}
.mejs-captions-text {
padding: 3px 5px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(20,20,20,.5);
white-space: pre-wrap;
}
.me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: 700;
}
.me-cannotplay span {
padding: 15px;
display: block;
}
.mejs-controls .mejs-loop-off button {
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
background-position: -96px 0;
}
.mejs-contextmenu {
position: absolute;
width: 150px;
padding: 10px;
border-radius: 4px;
top: 0;
left: 0;
background: #fff;
border: solid 1px #999;
z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
height: 1px;
font-size: 0;
margin: 5px 6px;
background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
font-family: Helvetica,Arial;
font-size: 12px;
padding: 4px 6px;
cursor: pointer;
color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
background: #2C7C91;
color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none!important;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
margin: 0 0 6px;
padding: 0;
list-style-type: none!important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
width: 100px;
float: left;
padding: 4px 0 0;
line-height: 15px;
font-family: helvetica,arial;
font-size: 10px;
}
.mejs-postroll-layer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
z-index: 1000;
overflow: hidden;
}
.mejs-postroll-layer-content {
width: 100%;
height: 100%;
}
.mejs-postroll-close {
position: absolute;
right: 0;
top: 0;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
color: #fff;
padding: 4px;
z-index: 100;
cursor: pointer;
}
div.mejs-speed-button {
width: 46px!important;
position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
background: transparent;
width: 36px;
font-size: 11px;
line-height: normal;
color: #fff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
visibility: hidden;
position: absolute;
top: -100px;
left: -10px;
width: 60px;
height: 100px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/background.png);
background: rgba(50,50,50,.7);
border: solid 1px transparent;
padding: 0;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector {
visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
color: rgba(33,248,248,1);
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none!important;
overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
margin: 0 0 6px;
padding: 0 10px;
list-style-type: none!important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
width: 60px;
float: left;
padding: 4px 0 0;
line-height: 15px;
font-family: helvetica,arial;
font-size: 11.5px;
color: #fff;
margin-left: 5px;
cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
background-color: #c8c8c8!important;
background-color: rgba(255,255,255,.4)!important;
}
.mejs-controls .mejs-button.mejs-skip-back-button {
background: transparent url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/skipback.png) no-repeat;
background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
background: transparent;
font-size: 9px;
line-height: normal;
color: #fff;
}#player-bar .mejs-controls .mejs-button button,
#player-bar .mejs-container .mejs-controls .mejs-time,
#player-bar .mejs-container .mejs-controls .mejs-time span,
#player-bar .mejs-controls .mejs-mute {
color: #ddd;
}
#player-bar .mejs-controls .mejs-button:hover button {
color: #888;
} #player-bar .player .mejs-container {
background: none repeat scroll 0 0 rgba(0,0,0,0);
}
.mejs-offscreen {
display: none !important;
position: absolute !important;
top: -10000px;
overflow: hidden;
width: 1px;
height: 1px;
}
.mejs-time-total {
border-radius: 3px;
display: block;
height: 6px !important;
} .mejs-controls {
position: relative;
}
.mejs-container {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
margin: 30px 0;
position: relative;
text-indent: 0;
vertical-align: top;
}
.featuredpost .mejs-container {
margin: 10px 0 0;
}
.entry-footer .mejs-container {
margin: 30px 0 0;
}
.me-plugin {
position: absolute;
}
.mejs-embed, .mejs-embed body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
} .mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
overflow:hidden;
}
.mejs-poster img {
border: 0;
padding: 0;
border: 0;
display: block;
width: auto;
height: 100%;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/bigplay.png) no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
background-position: 0 -100px ;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
}
.mejs-overlay-loading span {
display:block;
width: 80px;
height: 80px;
background: #3A3C3D url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/js/skin/loading.gif) 50% 50% no-repeat;
border-radius: 40px;
}  .mejs-audio .mejs-controls {
border-radius: 0;
}
.mejs-container .mejs-controls {
background: none repeat scroll 0 0 transparent;
bottom: 0;
height: 30px;
left: 0;
list-style-type: none;
margin: 0;
padding: 0;
position: absolute;
width: 100%;
}
.mejs-audio .mejs-controls{
border-radius:0;
}
.mejs-container .mejs-controls div {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 0 none;
float: left;
font-family: sans-serif;
font-size: 11px;
height: 30px;
line-height: 11px;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
.mejs-controls .mejs-button button {
color: #000;
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
text-decoration: none;
margin: 7px 0 7px 5px;
padding: 0;
position: absolute;
height: 16px;
width: 20px;
border: 0;
background: none;
} .mejs-controls .mejs-button button:focus {
outline: none;
}  .mejs-container .mejs-controls .mejs-time {
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-sizing: content-box;
color: #000000;
display: block;
height: 15px;
left: 0;
padding: 7px 2px;
position: relative;
text-align: center;
top: 0;
width: auto;
}
.mejs-container .mejs-controls .mejs-time span {
color: #000000;
display: block;
float: left;
font-family: Open Sans;
font-size: 12px;
line-height: 15px;
margin: 0 12px;
width: auto;
}  .mejs-container .mejs-controls .mejs-playpause-button {
height: 30px;
width: 30px;
}
.mejs-controls .mejs-play button:before {
content: "\e817";
font-family: 'app-icon';
font-size: 20px;
position: absolute;
left: 0;
}
.mejs-controls .mejs-play button {
background-image: none;
background-position: 0 0;
color: #000;
}
.mejs-controls .mejs-play:hover button {
background-image: none;
background-position: 0 0;
color: #aaa;
}
.mejs-controls .mejs-pause button:before {
content: "\e818";
font-family: 'app-icon';
font-size: 20px;
position: absolute;
left: 0;
}
.mejs-controls .mejs-pause button {
background-image: none;
background-position: 0 0;
color: #aaa;
}
.mejs-controls .mejs-pause:hover button {
background-image: none;
background-position: 0 0;
color: #000;
}  .mejs-controls .mejs-stop button {
background-position: -112px 0;
}
.mejs-controls .mejs-stop:hover button {
background-position: -112px -32px;
}  .mejs-controls div.mejs-time-rail {
direction: ltr;
width: 200px;
padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
display: block;
position: absolute;
width: 180px;
height: 6px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 7px 5px;
background: #888;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
width: 100%;
}
@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: rgba(0, 0, 0, 0.5);
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #fff;
background: rgba(255, 255, 255, 0.5);
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 10px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: solid 2px #333;
top: -2px;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
color: #111;
display: none;
height: 17px;
margin-left: -18px;
position: absolute;
text-align: center;
top: -20px;
width: 36px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
display: block;
height: 10px;
left: 0;
margin: 3px 2px 0;
text-align: center;
width: 30px;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 5px #eee;
border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 15px;
left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
left: 18px;
}   .mejs-controls .mejs-fullscreen-button button {
background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen button {
background-position:-32px -16px;
}  .mejs-controls .mejs-mute {
color:#000;
}
.mejs-controls .mejs-mute button {
background: none;
}
.mejs-controls .mejs-mute button:before {
display: block;
font-family: 'app-icon';
font-size: 20px;
content: '\e816';
}
.mejs-controls .mejs-unmute button {
background: none;
}
.mejs-controls .mejs-unmute button:before {
display: block;
font-family: 'app-icon';
font-size: 20px;
content: '\e814';	
}
.mejs-controls .mejs-volume-button {
position: relative;
width: 30px !important;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 68px;
width: 31px;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -68px;
left: 1px;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
} .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 13px;
top: 8px;
width: 5px;
height: 50px;
background: #262929;
border-bottom: #3d3f40 1px solid;
box-shadow: inset 1px 1px rgba(0, 0, 0, .4);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 13px;
top: 8px;
width: 5px;
height: 50px;
background: #fff; } .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
height: 5px;
left: 6px;
margin: 0;
position: absolute;
top: 16px;
width: 19px;
} .mejs-controls div.mejs-horizontal-volume-slider {
height: 26px;
position: relative;
width: 60px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: absolute;
left: 0;
top: 12px;
width: 50px;
height: 6px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #888;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
position: absolute;
left: 0;
top: 12px;
width: 50px;
height: 6px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}  .mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button button {
background-position:-48px 0;
}
.mejs-controls .mejs-captions-button:hover button {
background-position:-48px -32px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 30px;
right: -10px;
width: 130px;
height: 100px;
background: #3A3C3D; 	
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display:block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: sans-serif;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px 0;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
z-index: 1;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #3A3C3D;
background: rgba(58, 60, 61, 0.7);
background: -webkit-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -moz-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -o-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: -ms-linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));
background: linear-gradient(top, rgba(74, 76, 77, 0.7), rgba(0, 0, 0, 0.7));	
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #313335;
border-right: solid 1px rgba(49, 51, 53, .7);
border-bottom: solid 1px #313335;
border-bottom: solid 1px rgba(49, 51, 53, .7);
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
background: #333;
background: rgba(102,102,102, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));	
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
font-size: 12px;
font-weight: bold;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
margin: 0 0 3px 0;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px 0;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align:center; line-height: 22px;
font-size: 12px;
color: #fff;
}
.mejs-captions-layer  a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
left: 0;
}
.mejs-captions-position-hover {
bottom: 45px;
}
.mejs-captions-text {
padding: 5px 7px;
background: #3a3c3d;
background: rgba(58, 60, 61, 0.8);
border-radius: 4px;
} .mejs-clear {
clear: both;
} .me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: bold;
}
.me-cannotplay span {
padding: 15px;
display: block;
}  .mejs-controls .mejs-loop-off button{
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-off:hover button{
background-position: -64px -48px;
}
.mejs-controls .mejs-loop-on button {
background-position: -64px 0;
}
.mejs-controls .mejs-loop-on::hover button {
background-position: -64px -32px;
}  .mejs-controls .mejs-backlight-off button{
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-off:hover button{
background-position: -80px -48px;
}
.mejs-controls .mejs-backlight-on button {
background-position: -80px 0;
}
.mejs-controls .mejs-backlight-on:hover button {
background-position: -80px -32px;
}  .mejs-controls .mejs-picturecontrols-button{
background-position: -96px 0;
}
.mejs-controls .mejs-picturecontrols-button:hover{
background-position: -96px -32px;
}  .mejs-contextmenu {
position: absolute;
width: 150px;
padding: 10px;
border-radius: 4px;
top: 0;
left: 0;
background: #fff;
border: solid 1px #999;
z-index: 1001; }
.mejs-contextmenu .mejs-contextmenu-separator {
height: 1px;
font-size: 0;
margin: 5px 6px;
background: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item {
font-family: sans-serif;
font-size: 12px;
padding: 4px 6px;
cursor: pointer;
color: #333;	
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
background: #2C7C91;
color: #fff;
} .mejs-controls .mejs-sourcechooser-button {
position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px -32px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: #3A3C3D;
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display:block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: sans-serif;
font-size: 10px;
}@font-face {
font-family: 'app-icon';
src: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/lib/fonts/app-icon.eot?27429766);
src: url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/lib/fonts/app-icon.eot?27429766#iefix) format('embedded-opentype'),
url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/lib/fonts/app-icon.woff?27429766) format('woff'),
url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/lib/fonts/app-icon.ttf?27429766) format('truetype'),
url(//coachingsoccerweekly.com/wp-content/themes/podcastpro/lib/fonts/app-icon.svg?27429766#app-icon) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "app-icon";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
.icon-check:before { content: '\e800'; } .icon-youtube:before { content: '\e801'; } .icon-thumbs-up:before { content: '\e802'; } .icon-mail:before { content: '\e803'; } .icon-user:before { content: '\e804'; } .icon-ok:before { content: '\e805'; } .icon-pinterest:before { content: '\e806'; } .icon-gplus-1:before { content: '\e807'; } .icon-facebook-1:before { content: '\e808'; } .icon-twitter-1:before { content: '\e809'; } .icon-linkedin-1:before { content: '\e80a'; } .icon-instagram:before { content: '\e80b'; } .icon-skype:before { content: '\e80c'; } .icon-calendar:before { content: '\e80d'; } .icon-chat:before { content: '\e80e'; } .icon-mic:before { content: '\e80f'; } .icon-mic-outline:before { content: '\e810'; } .icon-mic-1:before { content: '\e811'; } .icon-menu:before { content: '\e812'; } .icon-play-circled2:before { content: '\e813'; } .icon-volume-off:before { content: '\e814'; } .icon-volume-down:before { content: '\e815'; } .icon-volume-up:before { content: '\e816'; } .icon-play:before { content: '\e817'; } .icon-pause:before { content: '\e818'; } .icon-left-open:before { content: '\e819'; } .icon-right-open:before { content: '\e81a'; } .icon-resize-full:before { content: '\e81b'; } .icon-resize-small:before { content: '\e81c'; } .icon-share:before { content: '\e81d'; } .icon-export:before { content: '\e81e'; } .icon-download:before { content: '\e81f'; } .icon-stumble:before { content: '\e820'; }.rrssb-buttons.large-format li a,.rrssb-buttons.large-format li a .text {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
.rrssb-buttons,.rrssb-buttons li,.rrssb-buttons li a {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix {
*zoom: 1;
}
.clearfix:after {
clear: both;
}
.clearfix:before,.clearfix:after {
content: " ";
display: table;
}
.rrssb-buttons {
font-family: "Open Sans",sans-serif;
height: 38px;
margin: 0;
padding: 0;
width: 100%;
}
.rrssb-buttons li {
float: left;
height: 100%;
list-style: none;
margin: 0;
padding: 0 2.5px;
line-height: 13px;
}
.rrssb-buttons li.email a {
background-color: #0a88ff;
}
.rrssb-buttons li.email a:hover {
background-color: #006ed6;
}
.rrssb-buttons li.facebook a {
background-color: #306199;
}
.rrssb-buttons li.facebook a:hover {
background-color: #244872;
}
.rrssb-buttons li.linkedin a {
background-color: #007bb6;
}
.rrssb-buttons li.linkedin a:hover {
background-color: #005983;
}
.rrssb-buttons li.twitter a {
background-color: #26c4f1;
}
.rrssb-buttons li.twitter a:hover {
background-color: #0eaad6;
}
.rrssb-buttons li.googleplus a {
background-color: #e93f2e;
}
.rrssb-buttons li.googleplus a:hover {
background-color: #ce2616;
}
.rrssb-buttons li.pinterest a {
background-color: #b81621;
}
.rrssb-buttons li.pinterest a:hover {
background-color: #8a1119;
}
.rrssb-buttons li.stumbleupon a {
background-color: #ea4a23;
}
.rrssb-buttons li.stumbleupon a:hover {
background-color: #bf300d;
}
.rrssb-buttons li a {
background-color: #ccc;
border-radius: 3px;
box-shadow: 0 -2px rgba(0, 0, 0, 0.25) inset;
display: block;
font-size: 11px;
font-weight: bold;
height: 100%;
padding: 11px 7px 12px 27px;
position: relative;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.rrssb-buttons li a .icon {
display: block;
height: 100%;
left: 10px;
padding-top: 9px;
position: absolute;
top: 0;
width: 10%;
}
.rrssb-buttons li a .icon i {
color: #FFFFFF;
font-size: 17px;
height: 17px;
width: 17px;
}
.rrssb-buttons li a .icon svg path,.rrssb-buttons li a .icon svg polygon {
fill: #fff;
}
.rrssb-buttons li a .text {
color: #fff;
}
.rrssb-buttons li a:active {
box-shadow: inset 1px 3px 15px 0 rgba(22,0,0,0.25);
}
.rrssb-buttons li.small a {
padding: 0;
}
.rrssb-buttons li.small a .icon {
height: 100%;
left: auto;
margin: 0 auto;
overflow: hidden;
position: relative;
top: auto;
width: 100%;
}
.rrssb-buttons li.small a .text {
visibility: hidden;
display: none;
}
.rrssb-buttons.large-format {
height: auto;
}
.rrssb-buttons.large-format li {
height: auto;
}
.rrssb-buttons.large-format li a {
font-size: 15px;
font-size: 1vw;
padding: 15px 0 15px 12%;
border-radius: 0.2em;
line-height: 1vw;
}
.rrssb-buttons.large-format li a .icon {
left: 7%;
padding-top: 12px;
width: 12%;
}
.rrssb-buttons.large-format li a .icon i {
color: #FFFFFF;
font-size: 24px;
height: 24px;
width: 24px;
}
.rrssb-buttons.large-format li a .icon svg {
height: 100%;
width: 100%;
}
.rrssb-buttons.large-format li a .text {
font-size: 15px;
font-size: 1vw;
}
.rrssb-buttons.large-format li a:hover {
font-size: 15px;
font-size: 1vw;
padding: 15px 0 15px 12%;
border-radius: 0.2em;
}
.rrssb-buttons.small-format {
padding-top: 5px;
}
.rrssb-buttons.small-format li {
height: 80%;
padding: 0 1.5px;
}
.rrssb-buttons.small-format li a .icon {
height: 100%;
padding-top: 3px;
}
.rrssb-buttons.small-format li a .icon svg {
height: 48%;
position: relative;
top: 6px;
width: 80%;
}
.rrssb-buttons.tiny-format {
height: 22px;
position: relative;
}
.rrssb-buttons.tiny-format li {
padding-right: 7px;
}
.rrssb-buttons.tiny-format li a {
background-color: transparent;
padding: 0;
}
.rrssb-buttons.tiny-format li a .icon svg {
height: 70%;
width: 100%;
}
.rrssb-buttons.tiny-format li a:hover,.rrssb-buttons.tiny-format li a:active {
background-color: transparent;
}
.rrssb-buttons.tiny-format li.email a .icon svg path,.rrssb-buttons.tiny-format li.email a .icon svg polygon {
fill: #0a88ff;
}
.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.email a .icon:hover .icon svg polygon {
fill: #0054a3;
}
.rrssb-buttons.tiny-format li.facebook a .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon svg polygon {
fill: #306199;
}
.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.facebook a .icon:hover .icon svg polygon {
fill: #18304b;
}
.rrssb-buttons.tiny-format li.tumblr a .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon svg polygon {
fill: #32506d;
}
.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.tumblr a .icon:hover .icon svg polygon {
fill: #121d27;
}
.rrssb-buttons.tiny-format li.linkedin a .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon svg polygon {
fill: #007bb6;
}
.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.linkedin a .icon:hover .icon svg polygon {
fill: #003650;
}
.rrssb-buttons.tiny-format li.twitter a .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon svg polygon {
fill: #26c4f1;
}
.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.twitter a .icon:hover .icon svg polygon {
fill: #0b84a6;
}
.rrssb-buttons.tiny-format li.googleplus a .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon svg polygon {
fill: #e93f2e;
}
.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.googleplus a .icon:hover .icon svg polygon {
fill: #a01e11;
}
.rrssb-buttons.tiny-format li.youtube a .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon svg polygon {
fill: #df1c31;
}
.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.youtube a .icon:hover .icon svg polygon {
fill: #84111d;
}
.rrssb-buttons.tiny-format li.reddit a .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon svg polygon {
fill: #8bbbe3;
}
.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.reddit a .icon:hover .icon svg polygon {
fill: #398bcf;
}
.rrssb-buttons.tiny-format li.pinterest a .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon svg polygon {
fill: #b81621;
}
.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pinterest a .icon:hover .icon svg polygon {
fill: #5d0b11;
}
.rrssb-buttons.tiny-format li.pocket a .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon svg polygon {
fill: #ed4054;
}
.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.pocket a .icon:hover .icon svg polygon {
fill: #b61124;
}
.rrssb-buttons.tiny-format li.github a .icon svg path,.rrssb-buttons.tiny-format li.github a .icon svg polygon {
fill: #444;
}
.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg path,.rrssb-buttons.tiny-format li.github a .icon:hover .icon svg polygon {
fill: #111;
}