/*
 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 ********************/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

html, body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

.wa-container {
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wa-container::before, .wa-container::after {
    content: "";
    display: table
}

.wa-content {
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto;
}

.wa-flex-container {
    display: flex;
    flex-wrap: wrap
}

.wa-col-2 {
    width: 50%
}

.wa-col-3 {
    width: 33%
}

.wa-flex {
    display: flex
}

.wa-flex-middle {
    align-items: center
}

.wa-flex-center {
    justify-content: center
}

.wa-flex-between {
    justify-content: space-between
}

.wa-flex-end {
    justify-content: end
}

.topnav {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 102px;
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(10px);
}

.topnav a {
    color: #fff;
    padding: 2px 9px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.nav .link_nav a:hover {
    background: #993af8
}

.nav .link_nav a:active{
    background-color: #8000FF;
    color: white
}

.nav .change-icon {
    right: 20px;
  	background-color: #1c1b1f;
  	border-radius: 100%;
  	width: 32px;
  	height: 34px;
  	padding: 0px 3px;
	position: absolute !important;
}

.nav .link_nav a.active {
    background-color: #8000FF;
    color: white
}
.nav .link_nav a.active_cat {
    background-color: #8000FF;
    color: white
}
.down-navbar .link_nav a.active_cat{color: #DDFF0D}

.topnav .icon {
    display: none;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    z-index: 10
}

.line-icon1, .line-icon2, .line-icon3 {
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 8px 0;
    transition: 0.4s
}

.line-icon3 {
    width: 16px
}

.topnav .wa-container {
    height: inherit
}

.topnav .nav {
    width: 100%
}

.topnav .logo {
    margin-right: 50px
}

.topnav .login, .phonelogin .login {
    width: auto;
    height: 50px;
    padding: 0 20px;
    border-radius: 6px;
    background: #DDFF0D;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000
}

.topnav .login:hover, .topnav .login:focus, .topnav .login:active {
    background: #d4f01b
}

.header {
    position: relative;
    background: linear-gradient(180deg, #000 10%, rgba(76, 30, 135, 0.50) 60%, rgba(254, 254, 254, 0.00) 100%);
    height: 784px;
	overflow: hidden;
}

.header .bg_header {
    position: absolute;
    left: 45%;
    bottom: -20px;
}

.header .bg_header_mob {
    display: none
}

.header .position_b {
    position: absolute;
    bottom: 0;
    right: 0
}

.header .position_b_mob {
    display: none
}

.header .head_text {
    max-width: 620px;
    margin-top: 150px;
    position: relative;
    z-index: 100
}

.header .head_text h1 {
    margin-top: 0;;
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
    line-height: 75px
}

.header .head_text blockquote {
    max-width: 420px;
    margin: 0;
    border-left: 8px solid #731AF3;
    padding-left: 10px;
    font-size: 20px
}

.down-navbar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: #1C1B1F;
    overflow-y: hidden;
    transition: 0.8s
}

.active-down {
    width: 100%;
    right: 100%
}

.down-navbar .link_nav {
    padding: 53px 20px 20px
}

.down-navbar .link_nav a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: -0.264px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    display: flex
}

.down-navbar .link_nav a:nth-child(n+2) {
    margin-top: 30px
}

.link_nav.navbar {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-right: 20px;
}

.link_nav.navbar a {
	font-size: 18px;
}

.down-navbar .link_nav a::before {
    content: url('/wp-content/uploads/images/sg/keyboard_double_arrow_right.svg');
    margin-right: 10px
}

.down-navbar .link_nav a.active {
    display: flex;
    color: #DDFF0D;
    background: transparent;
    border-bottom: .3px solid #fff;
    padding-bottom: 5px
}

.down-navbar .link_nav a:hover, .down-navbar .link_nav a:focus, .down-navbar .link_nav a:active {
    color: #DDFF0D
}

.change-icon .line-icon1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 7px);
    transform: rotate(-45deg) translate(-5px, 7px)
}

.change-icon .line-icon2 {
    opacity: 0
}

.change-icon .line-icon3 {
    -webkit-transform: rotate(45deg) translate(-7px, -9px);
    transform: rotate(45deg) translate(-7px, -9px);
    width: 24px;
    margin: 8px 0
}
.premium_fun h2, .premium_go h2{
    margin-top: 25px;
    margin-bottom: 20px;
}
.categories h2{
    margin-top:70px;
    margin-bottom: 20px;
}
.premium_fun h2, .categories h2, .premium_go h2 {
    position: relative;
    z-index: 10;
    font-size: 60px;
    text-align: center;
    font-weight: 900;
    line-height: 90px;
    text-transform: uppercase
}

.premium_fun .swiper {
    width: 100%;
    height: 100%;
	--swiper-navigation-sides-offset: 20px;
}

.premium_fun .swiper video {
    width: 100%
}

.premium_fun .swiper-slide {
    position: relative;
    background-position: center;
    background-size: cover;
    text-align: center;
    height:650px;
	border-radius: 12px;
}

.premium_fun .swiper-slide img,.premium_fun .swiper-slide video {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height:624px;
	border-radius: 8px;
    
}
.premium_fun .s_label {
    position: absolute;
    height: 70px;
    left: 10%;
    bottom: 10%;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 90px;
    background: #8000FF;
    padding:0 15px;
}

.premium_fun .swiper-scrollbar-horizontal {
    background: #DDFF0D;
    height: 3px
}

.premium_fun .swiper-scrollbar-drag {
    background: #8000FF
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 900;
    color: #000
}

.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 999999px;
    background: #d4f01b;
}


.categories {
    background: linear-gradient(360deg, #000 0%, rgba(76, 30, 135, 0.52) 48.37%, rgba(254, 254, 254, 0.00) 100%)
}

.categories .wa-col-2 {
    max-width: 530px
}

.card-st-1 {
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 450px;
    padding: 12px 18px 24px;
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.10);
    margin-bottom: 36px;
    text-decoration: none;
    color:initial;
    overflow:hidden;
}
.card-st-1 .card-one-third picture{display:flex}
.card-st-1 .card-one-third picture::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease-in-out;
    z-index: 3;
    pointer-events: none;
    border-radius: 8px;
}
.card-st-1:hover .card-one-third picture::before {
    background: rgba(0, 0, 0, 0.6);
}



.card-st-1 .btn-expand {
    text-decoration: none;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 159px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #8000FF;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 90px;
    cursor: pointer;
    opacity: 0;
    transition: bottom 0.4s ease, opacity 0.4s ease;
}


.card-st-1:hover .btn-expand {
    bottom: 50%;
    opacity: 1;
    z-index: 3;
}
.card-st-1:nth-child(n+2) {
    margin-top: 30px
}

.card-st-1 .title_card {
    width: 100%;
    height: 36px
}

.card-st-1 .title_card .title img {
    margin-right: 6px
}

.card-st-1 .title_card .title_label img {
    margin-right: 4px
}

.card-st-1 .title_card {
    margin-bottom: 24px
}

.card-st-1 .title_card .title {
    color: #121212;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    letter-spacing: -0.264px
}

.card-st-1 .title_card .title_label {
    color: #121212;
    padding: 0 18px;
    border-radius: 100px;
    background: #DDFF0D;
    font-weight: 900;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: -0.132px
}

.card-st-1 .card-one-third {position:relative;
    height: 270px;
}

.card-st-1 .two-thirds {
    margin-top: 17px;
    min-height: 72px;
}

.card-st-1 .card-one-third img {
    border-radius: 8px;
    height: 270px;
    object-position: center;
    object-fit: cover
}

.card-st-1 .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%
}

.premium_go {
    position: relative;
}

.premium_go .wa-container {
	overflow: hidden;
    padding-bottom: 100px;
    position: relative;
	background: url(/wp-content/uploads/images/sg/bg_go.png) no-repeat 50% -120%;
	background-size: cover;
}

.premium_go .bg_go {
    position: absolute;
    top: 32px;
	display: flex;
}

.premium_go .title {
    text-align: center
}

.premium_go .title p {
    margin: 0 auto;
    font-size: 20px;
    max-width: 554px
}

.premium_go .wrap_form {
    position: relative;
    z-index: 10;
    margin-top: 25px
}

.input_email {
    height: 67px;
    width: 100%;
    max-width: 440px;
    padding: 21px 25px;
    border-radius: 8px;
    border: 2px solid #8000FF;
    background: #FFFFFE;
    font-size: 20px
}

.send {
    height: 67px;
    margin-left: 20px;
    padding: 20px 23px 19px 23px;
    background: #DDFF0D;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
    border:none;
    border-radius:8px;
}

.send:hover, .send:focus, .send:active {
    background: #d4f01b
}

.alert_success {
    display: none;
    margin: auto;
    width: 100%;
    border-radius: 8px;
    border: 2px solid #8000FF;
    background: #FFF;
    max-width: 609px;
    height: 66px;
    padding: 0 15px;
    color: #333;
    text-align: center;
    font-size: 20px;
	margin-top: 36px;
}

.alert_success img {
    margin-right: 4px
}

.alert_success .wa-flex{height:inherit}


.modal-alert .modal-content{position:fixed;bottom:0;z-index:100000;;display:flex;align-items:center;justify-content:center;background:rgba(50,50,58,0.8);color:#fff;margin:auto;padding:10px 15px;width:100%;font-size:13px;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name: animatetop;-webkit-animation-duration:2.4s;animation-name:animatetop;animation-duration:2.4s}
.modal-alert h3{font-size:18px;}
@-webkit-keyframes animatetop {
    from {bottom:-300px; opacity:0} 
    to {bottom:0; opacity:1}
}  
@keyframes animatetop {
    from {bottom:-300px; opacity:0}
    to {bottom:0; opacity:1}
}     
.modal-alert .modal-body {text-align:center;}
.modal-alert .modal-footer{padding-left:15px}
.modal-alert .modal-footer button{border-radius:20px;width:150px;height:30px;background:#a3cae9;border:none;cursor:pointer;font-weight:600}
@media(max-width:450px){
    .modal-alert .modal-content{flex-direction:column}
    .modal-alert .modal-body{text-align:justify}
    .modal-alert .modal-footer button{width:130px;margin-top:10px}
}


.tag-cloud-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
}

.tag-cloud-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color:#EF4763; 
    transition: width 0.3s ease-in-out;
    z-index: -1;
}

.tag-cloud-link:hover {
    color:#fff!important;
}

.tag-cloud-link:hover::before {
    width: 100%; 
}
.qt-widget:hover .qt-caption-small::after {
    width: 3px!important; /*отменяем hover на заголовок Тега*/
}

.qt-item-metas .qt-posttype{display:none}
.footer {
    background: #000;
    height: 100px
}

.footer .wa-container {
    width: 100%
}

.terms {
    color: #DDFF0D
}

.terms a {
    color: #DDFF0D;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.257px;
    text-decoration: none
}

.terms a:nth-child(n+2) {
    border-left: 1px solid #DDFF0D;
    padding-left: 15px;
    margin-left: 15px
}

.terms a:hover, .terms a:focus, .terms a:active {
    color: yellow
}

.copy {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.257px;
    text-align: center
}

.top_scroll {
    width: 56px;
    height: 56px;
    background: #DDFF0D;
    cursor: pointer
}

.top_scroll img {
    width: 40px
}

#scrollBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color:rgba(221, 255, 13, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    z-index:10000;
}

#scrollBtn img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

#scrollBtn.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#scrollBtn.hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

/* START single post */
.single-post video{width:100%}
/* END single post */

/* START switch laang */
.language-dropdown{position:relative;display:inline-block;width:40px;cursor:pointer}
.language-dropdown a{display:inline-block;padding:0;}
.language-toggle{background:none;border:none;cursor:pointer;padding:0}
.language-toggle img{width:24px;height:auto}
.language-menu{display:none;position:absolute;margin:0;z-index:999}
.language-menu li{margin:0;padding:0;list-style:none}
.language-menu img{width:24px;height:auto}
.language-dropdown:hover .language-menu{display:block; padding: 0;}
/* END switch laang */
.wpml-ls-item{display:none;}
.language-dropdown{margin-left: auto;}
@media (max-width: 1200px) {
    .header .position_b {
        max-width: 800px
    }

    .header .head_text h1 {
        margin-bottom: 40px
    }

    .wa-content {
        max-width: 890px
    }

    .categories .wa-col-2 {
        max-width: 425px
    }

    .card-st-1 {
        height: 400px
    }

    .card-st-1 .card-one-third {
        width: initial
    }

    .card-st-1 .card-one-third img {
        height: auto
    }
}

@media (max-width: 920px) {
    .categories .wa-col-2 {
        max-width: 336px
    }

    .card-st-1 {
        height: 378px
    }
}


@media (max-width: 767px) {
    .topnav .icon {
        display: block;
        margin-right:0
    }

    .topnav .nav .link_nav {
        display: none
    }

    .premium_fun .swiper-slide img, .premium_fun .swiper-slide video {
        height: 408px
    }

    .categories .wa-content {
        justify-content: center
    }

    .categories .wa-col-2 {
        width: 100%
    }

    .card-st-1 {
        height: 238px;
        padding: 7px 0 19px;
        margin-bottom: 20px
    }

    .card-st-1 .title_card {
        height: 24px;
        margin-bottom: 5px;
        padding: 0 18px
    }

    .card-st-1 .card-one-third img {
        border-radius: 0
    }

    .card-st-1 .title_card .title {
        font-size: 16px;
        line-height: 14px;
        letter-spacing: -0.176px
    }

    .card-st-1 .title_card .title img {
        width: 24px;
        height: 24px
    }

    .card-st-1 .title_card .title_label {
        font-size: 8px;
        line-height: 9px;
        letter-spacing: -0.088px
    }

    .card-st-1 .title_card .title_label img {
        width: 12px;
        height: 12px
    }

    .card-st-1 .two-thirds {
        margin-top: 10px
    }

    .card-st-1 .desc {
        padding: 0 18px;
        font-size: 12px;
        line-height: 16px
    }

    .footer {
        height: auto;
        padding: 25px 0;
        text-align: center
    }

    .footer .wa-col-3 {
        width: 100%
    }

    .copy {
        padding: 15px 0
    }
}

@media (max-width: 600px) {
    .single .qt-pageheader{width:95%;margin:auto;background-color:transparent;}
    .single .qt-header-bg{background-size:contain;background-position:top}
    .single .qt-header-bg::after{background:transparent}
    .single .qt-pageheader::before{background:transparent}
    .single h1{font-size:30px}
    .header {
        height: auto
    }

    .header .head_text h1 {
        font-size: 70px;
        line-height: 80px
    }

    .header .position_b {
        position: relative;
        max-width: 100%;
        margin-top: 40px
    }

    .premium_fun h2, .categories h2, .premium_go h2 {
        font-size: 50px;
        line-height: 60px
    }

    .premium_fun .s_label {
        left: 5%;
        bottom: 5%;
        color: #fff;
        font-size: 30px;
        line-height: inherit
    }

    .categories .wa-col-2 {
        width: 100%
    }

    .card-st-1 .card-one-third img {
        min-width: inherit
    }

    .alert_success {
        height: auto;
        font-size: 14px;
        padding: 5px 15px;
		margin-top: 14px;
    }

}

@media (max-width: 450px) {
    .topnav {
        position: relative;
        background: transparent;
        backdrop-filter: none;
        height: 66px;
    }
	
	.topnav .wa-container {
		border-bottom: 0.3px solid #fff;
  		padding: 0;
 		margin: 0 20px;
	}

    .topnav .logo {
        width: 170px;
  		max-height: 36px;
  		padding: 0;
  		margin: 0;
  		display: flex;
    }

    .topnav .login {
        width: auto;
        height: 30px;
        font-size: 9px;
        padding: 0 10px;
    }

    .header {
        margin-top: -74px;
        background: linear-gradient(180deg, #000 0%, rgba(76, 30, 135, 0.50) 54.17%, rgba(254, 254, 254, 0.00) 100%);
    }

    .header .head_text {
        margin-top: 105px;
        text-align: center
    }

    .header .head_text h1 {
        font-size: 46px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .header .head_text blockquote {
        display: none
    }

    .header .bg_header {
        display: none
    }

    .header .bg_header_mob {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1.25);
        top: 70px;
    }

    .header .position_b {
        display: none
    }

    .header .position_b_mob {
        display: block;
        margin: auto;
        position: relative;
		padding: 0 20px;
    }

    .premium_fun .swiper-slide{height:184px}
    .premium_fun h2, .categories h2 {
        margin-bottom: 8px;
        margin-top: 24px;
        font-size: 22px;
        line-height: inherit
    }

    .premium_fun .s_label {
        height: 20px;
        left: 30px;
        bottom: 25px;
        font-size: 10px;
        line-height: inherit
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 8px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 16px;
        height: 16px
    }

    .premium_fun .swiper-slide img, .premium_fun .swiper-slide video {
        height: 170px
    }

    .premium_fun .swiper-slide video {
        object-position: center;
        object-fit: cover
    }
    .premium_fun .swiper-scrollbar-horizontal {
        height: 1px;
    }
    .card-st-1 .two-thirds{min-height:initial}
    .card-st-1 .card-one-third img {
        min-width: inherit
    }

    .premium_go .wa-container {
        padding-bottom: 40px;
		background: url(/wp-content/uploads/images/sg/bg_go.png) no-repeat 50% 100%;
        background-size: contain;
    }

    .premium_go h2 {
        font-size: 22px;
        margin-top: 29px;
        margin-bottom: 14px;
        line-height: 15px
    }

    .premium_go .title p {
        font-size: 11px;
        line-height: normal;
        max-width: 240px
    }

    .premium_go .wrap_form {
        margin-top: 14px
    }

    .input_email {
        height: 30px;
  		width: 220px;
  		padding: 0 10px;
  		font-size: 12px;
  		line-height: normal;
  		border-radius: 3px;
  		border-width: 1px;
    }
	
	#subscribe-form {
		display: flex;
  		justify-content: center;
	}
	
	.control_form {
		display: flex;
        flex-direction: column;
  		justify-content: center;
  		align-items: center;
  		gap: 14px;
  		max-width: 220px;
	}

    .send {
		height: 30px;
  		width: 120px;
  		font-size: 12px;
        padding: 0;
        margin-left: 0px;
        border-radius: 3px;
		color: #000;
    }
    .alert_success {
		font-size: 12px;
  		padding: 5px 6px;
  		border-width: 1px;
  		margin-top: 14px;
	  	max-width: 270px;
  		border-radius: 4px;
    }
    .alert_success img {
		height: 16px;
    }
    .footer {
        height: 48px;
        padding: 0
    }

    .footer .col_ {
        width: 70%
    }

    .footer .col_end {
        width: 30%;
        margin-top: -20px
    }

    .footer .copy {
        padding: 0
    }
    .terms a:nth-child(n+2) {
        padding-left:7px;
        margin-left:7px;
    }
    .terms {
        padding: 0
    }

    .terms, .copy {
        text-align: left;
        line-height: 1
    }

    .terms a, .copy {
        font-size: 6px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0.257px
    }

    .footer .top_scroll {
        width: 26px;
        height: 26px
    }

    .top_scroll img {
        width: 15px
    }

}

.play-now {
    background: #DDFF0D;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    bottom: 105px;
}
.play-now span {
    font-size: 26px;
    line-height: 1;
    vertical-align: middle;
}
