/*
 Theme Name:   Vlogger Child
 Theme URI:    http://themes2go.xyz/
 Description:  Vlogger Child Theme
 Author:       Themes2go
 Author URI:   http://themes2go.xyz/helpdesk
 Template:     vlogger
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar
 Text Domain:  vlogger-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/
.page-template-template-phonelogin a.brand-logo img{display:none}
.page-template-template-phonelogin a.brand-logo::before{content:"HOME"}
.home .main-category-list{display:none}

.qt-headermenu-container .qt-desktopmenu{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#menu-item-2248 a::after{
	background-color:#EF4763;
	width:100%;
}
.main-category-list .categories-tabs li{
    list-style: none;
    text-align: center;
    display: flex;
    padding: 0;
    margin: 2px;
    background-color: #0e1d29;
    align-items: center;
    justify-content: center;
}
.main-category-list .categories-tabs li a{
	color:white;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;

}
.main-category-list .categories-tabs li .active{
	background-color:#00496c;
	transition:ease-in .5s;
}
.main-category-list .categories-tabs{
    display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin-left:0;
}
.slick-dots{
	display:none;
}
.vc_custom_1666257338574{
	margin-top: -20px;
}
.qt-pageheader.active .qt-video-placeholder .qt-container .qt-thevideoholder {
    padding-top: 65%;
}
.qt-item-metas{
	display:none;
}
.loadmore_posts{
    width: 150px;
    height: 30px;
    background-color: #0E1D29;
    color: #ef5f77;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.loadmore_posts:hover{
    background-color: #0E1D29;
    color: #ef5f77;
}
.loadmore_posts{
	background-color: #0e1d29;
	color:#fff;
	display: block;
	margin: 0 auto;
    left: 0%; 
    transform: translateX(-0%); 
}
.loadmore_posts:hover{
	background-color: #00496c;
	color:#fff;
	-webkit-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	transform: scale(1.1);
    transition: ease-in .5s;
}

.action-btn_play{
	display: block;
    margin: 5px auto;
    text-align: center;
    background-color: #01dfba;
    color: white;
    border-radius: 10px;
}
.qt-caption{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.qt-the-content .qt-caption h1, .qt-the-content .qt-caption p{
	flex: 1 0 auto;
}
.qt-the-content .qt-caption h1{
	font-size: 1.8rem
}
.qt-pageheader .qt-tags{
	margin-bottom:-5%
}
.qt-extrafooter ul.qt-extrafooter-menu{
	display: flex;
    justify-content: space-between;
}
.qt-extrafooter-menu::before {
    display: block;
    position: absolute;
    width: 90%;
    height: 2px;
    content: " ";
    background: rgba(255,255,255,0.5);
    top: 0;
}
.qt-itemcontents h5 a{
	color:white;
}
#maincontent{
	background-color: #091219;
}

.wpb_wrapper h1, .wpb_wrapper p, .wpb_wrapper ol li{
	color:white;
}
.qt-header-bg{
	background-position: bottom;
}
.qt-extrafooter ul.qt-extrafooter-menu li.qt-right {
	padding: 0 5px;
}

@media only screen and (min-width: 1201px){
.qt-pageheader.active .qt-video-placeholder .qt-container .qt-thevideoholder {
    padding-top: 70%;
}
	body:not(.mobile) .qt-pageheader.active .qt-video-placeholder .qt-container .qt-thevideoholder {
    padding-top: 70%;
}
	body:not(.mobile)  #maincontent .qt-pageheader{
		padding-top:25%;
	}
}
@media only screen and (max-width:1030px){
	.qt-pageheader{
		padding-top:20%;
	}
}
@media only screen and (max-width: 700px){
	.qt-the-content .qt-caption h1{
		width:60%;
	}
	.qt-pageheader{
		padding-top: 35%;
	}
}
@media only screen and (max-width: 400px){
	.qt-caption{
		align-items: center;
    	flex-direction: column;
	}
	.qt-the-content .qt-caption h1{
		width:100%;
	}
	.action-btn_play{
		width: 100%;
    	padding: 5px 20px;
	}
	.qt-pageheader{
		padding-top: 45%;
	}
}
