/*
Theme Name: theme_4yfn_multi
Author: GSMA Web Team
Author URI: http://gsma.com/
Description: Theme for all 4YFN sites. 
Version: 4
*/

.wp-block {
    max-width: 1500px !important;
  }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

/*ol,
ul {
    list-style: none;
}*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.hidden {
    display: none !important;
}

.widget_content,
.widget_content * {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    /* Firefox */
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -o-animation: fadein 1s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

.title_over_featured_image {
    width: 100%;
}

body #wrapper button.vjs-big-play-button {
    padding-bottom: 19%;
    /* fix for theoplayer start button */
}

body #wrapper button.vjs-control {
    font-family: THEOplayer;
}

body #wrapper .theoplayer-skin .vjs-control-bar {
    height: 4em;
}
@media screen and (min-width: 769px){
    body.admin-bar header {
        top: 32px;
    }
}
@media screen and (max-width: 430px){
   header#4yfn_header {
       min-height: 71px;
   }
}
