/*
Theme Name: idof2019
Version:1.0
Author:Puriphan.R
*/

#main-slider .caption,
/*.event-description {*/
/*    position: relative;*/
/*}*/

.live-wrapper .video-title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}

.live-wrapper .video-title h3 .button {
    margin-right: 20px;
    cursor: inherit;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 40px;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download-icon {
    float: right;
}

.ico-file-type {
    margin-right: 2px;
    margin-left: 2px;
}

.font-download-label {
    font-size: small;
}

.pdf-item {
    color: #fff !important;
    background-color: #ff4d4d;
}

li.pdf-item:hover {
    background-color: #fc1a1a;
}

li.pdf-item::selection {
    background-color: #fc1a1a;
    border-color: #fc1a1a;
}

.word-item {
    color: #fff !important;
    background-color: #5b84d7;
}

li.word-item:hover {
    background-color: #3475f7;
}

li.word-item::selection {
    background-color: #3475f7;
    border-color: #3475f7;
}

.powerpoint-item {
    color: #fff !important;
    background-color: #ff944d;
}

li.powerpoint-item::selection {
    background-color: #ff944d;
    border-color: #ff944d;
}

li.powerpoint-item:hover {
    background-color: #f76e13;
}

iframe.youtube-frame {
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.info-box4 .video-thumbnail {
  position: relative;
}
.info-box4 .video-thumbnail::before {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 5px 20px 5px 20px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 30px !important;
    background-color: rgba(0,0,0, 0.7);
    border-radius: 8px 8px 8px 8px;
	font-weight: 900;
}
.info-box4 a{
	text-decoration:none;
}
.info-box4 a:hover .video-thumbnail::before {
	font-size: 40px !important;
	-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
}

 
.video-thumbnail:hover::before {
    color: #eee;
}
.entry-title{
		margin-top:50px;
}
.gallery-content{
	padding:50px 0px 120px 0px;
}
.thumbnail-overlay {
    border-top-color: #055fb7 !important
}
.gallery-image{
	margin-bottom:10px;
}