/*
 Theme Name:  RetroTube Child Theme
 Theme URI:   https://www.wp-script.com/adult-wordpress-themes/retrotube/
 Description: Child Theme for WP-Script RetroTube theme
 Author:      WP-Script
 Template:    retrotube
 Text Domain: wpst
 Version:     1.0.0
*/

/*
IMPORTANT:
- Do not change "Author: WP-Script" in the header of this file. 

Need help? Check the following links to get more information about child themes:
- WP-Script help: https://www.wp-script.com/blog/how-to-create-a-wordpress-child-theme/
- WordPress developer resource: https://developer.wordpress.org/themes/advanced-topics/child-themes/

Write your own CSS code after this comment block.
*/

/*------------Chinh chu dam font-weight va font-size nho lai----------*/
.thumb-block .entry-header {
	font-weight: bolder;
	text-align: center;
	height: 3.5em;
	overflow: hidden;
	color: #ddd;
	display: block;
	padding: 0.5em 0 0;
	font-size: 0.85em;
}


/*------Sua bo tron nut-------*/
.template-actors li a {
        border-radius:20% 20% 20% 20%; /*Sua o day*/
	border: 1px solid;
	padding: 0.4em 0.8em;
	color: #fff;
}
/*------Sua chu tieu de video-------*/
h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
}
/*------Sua dem Luot Xem va Luot Like moi bai viet tai trang chu------*/
span.duration {
	left: inherit;
	right: 150px;
}

span.views,
span.duration,
span.hd-video {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 0.2em 0.75em;
	font-size: 0.75em;
	z-index: 20;
}

/*---------Menu trang chu---------*/
#primary-nav {
    border-top: 2px solid #2b2b2b!important;
    margin: 0 5px;
    background: #1b1b1b;
    font-size: 15px;
    font-weight: 500;
    padding: inherit
}

#primary-nav .menu {
    list-style: none;
    overflow: hidden;
    z-index: 999
}

#primary-nav .menu li a {
    float: left;
    display: inline-flex;
    text-align: center;
    padding: 5px 10px;
    line-height: 20px;
    margin-right: 5px;
    margin-top: 5px;
    background: #2b2b2b;
    color: #dadada;
    border-radius: 4px;
    z-index: 999
}

#primary-nav .menu li:hover a,.menu li:hover a:active {
    text-decoration: none;
    color: #ea4335
}

span.icon {
    display: inline-flex
}

.icon-home:before {
    content: '';
    background-image: url(img/icon-home.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 2px
}

.icon-verify:before {
    content: '';
    background-image: url(img/icon-verify.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.icon-subtitles:before {
    content: '';
    background-image: url(img/icon-subtitles.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.icon-thumbs-up:before {
    content: '';
    background-image: url(img/icon-thumbs-up.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.icon-views:before {
    content: '';
    background-image: url(img/icon-views.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.icon-hashtag:before {
    content: '';
    background-image: url(img/icon-hashtag.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}
.icon-heart:before {
    content: '';
    background-image: url(img/icon-heart.svg);
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 3px
}	
/*---------End menu trang chu---------*/




