/*
 Theme Name:   FocusBlog Child
 Theme URI:    https://nguyenminhthong.com
 Description:  FocusBlog Child Theme
 Author:       Thong Nguyen
 Author URI:   https://nguyenminhthong.com
 Template:     focusblog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  focusblogchild
*/

.tho-align-center{
    text-align: center!important;
}

.tho-align-center .wp-video{
    margin:0 auto;
}

.tho-overlay-header{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background: rgba(0,0,0,.7);
    padding: 15px;
    margin:0;
    text-align: center;
}

.tho-white{
    color:white!important;
}

.tho-text-brand{
    color:#f1913c!important;
}

.tho-header-container{
    position:relative!important;
}

body .cnt .bSe.left .acm+.entry-title, body .cnt .bSe.fullWidth .acm+.entry-title{
    padding-right:0px;
}

body .gin .bSe .entry-title {
    font-size: 1.25em;
    padding-right:0px;
}

@media only screen and (max-width: 540px){
body .cnt .bSe.right, body .cnt .bSe.left{
    width:100%;
}

body .wrp{
    width:100%;
}
}
