@charset "UTF-8";

/* Common CSS for all devices and all pages */

/*----------------------------------------------
 * youtube-player
 *--------------------------------------------*/
.youtube-player {
    position: relative;
    padding-bottom: 70.3%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 93.7%;
    background: #000;
    margin: 10px auto;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100% !important;
    width: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play,
.youtube-player .loading {
    height: 72px !important;
    width: 72px !important;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    cursor: pointer;
}

/*----------------------------------------------
 * admin bar
 *--------------------------------------------*/
#wpadminbar #wp-admin-bar-category-top-edit > .ab-item:before {
	content: "\f464";
	top: 2px;
}

/*--------------------------------------------*/
