/* CUSTOM CSS – FamousTube Child */

/* Header */
/* Extra large devices (large desktops, 1200px and up) */


@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }

    .col-xl-3 {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .related-videos .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-xl-6 {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .header-search-mobile {
        display: none;
    }

    .header-search {
        width: 66%;
        position: absolute;
        top: 20px;
        left: 57%;
        transform: translateX(-50%);
        display: block !important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input {
        width: 80%;
        height: 42px;
        padding: 8px 14px;
        float: left;
        border: none;
        color: #cacaca;
        background-color: #363636;
        font-size: 15px;
        outline: 0;
        -webkit-border-radius: 3px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius: 3px;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid transparent;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search input:focus {
        border: 1px solid #777;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .header-search #searchsubmit {
        width: 60px;
        font-size: 22px;
        height: 42px;
        line-height: 42px;
        padding: 0;
        margin: 0;
        border: none;
        color: #fff;
        position: absolute;
        top: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-bottomleft: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .header-search #searchsubmit:hover {
        filter: brightness(110%);
    }

    .header-search #searchsubmit i {
        font-size: 80%;
        color: #f8f8f8;
        position: relative;
        top: -1px;
    }
}

/* INICIO DA CUSTOMIZAÇÃO */
/* Guest avatar dropdown (not logged) */
.guest-avatar {
	position: relative;
	cursor: pointer;
}

.guest-avatar img {
	width: 32px;
	height: 32px;
	padding-bottom:20px
	display: block;
}

/* Dropdown */
.guest-avatar .sub-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 80px;
	background: #242424;
	min-width: 140px;
	box-shadow: 0 4px 12px rgba(0,0,0,.4);
	z-index: 9999999;
}

.guest-avatar .sub-menu li {
	list-style: none;
}

.guest-avatar .sub-menu li a {
	display: block;
	padding: 0 14px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.guest-avatar .sub-menu li a:hover {
	background: #242424;
	color: #ff9a00;
}

/* Hover action */
.guest-avatar:hover .sub-menu {
	display: block;
}

.user-menu-mobile {
	position: relative;
}

.user-menu-mobile img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.user-mobile-menu {
	position: absolute;
	right: 0;
	top: 80px;
	background: #111;
	border-radius: 6px;
	padding: 10px;
	min-width: 140px;
	z-index: 9999;
}

.user-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.user-mobile-menu li a {
	display: block;
	padding: 20px 20px;
	color: #fff;
	font-size: 15px;
}
/************************************/
/****************** LOGO ************/
/************************************/
	.logo-search .navbar-brand img,
	.logo-search .logo-img img {
		max-height: 44px;
	}
/************************************/
/**************NAVBAR ************/
/************************************/
.navbar {
    /* padding: .5rem 0; */
    height: 50px;
    max-height: 50px;
    border-top: 1px solid #242424;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 3.5rem;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    background: #090909;
}
/************************************/
/****** HEADER MOBILE FIX FINAL ******/
/************************************/

@media (max-width: 767.98px) {

	/* container do header */
	.logo-search .container {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
	}
	/* LOGO CENTRAL ABSOLUTO */
	.logo-search .navbar-brand,
	.logo-search .logo-img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		padding: 0;
		z-index: 2;
	}

	.logo-search .navbar-brand img,
	.logo-search .logo-img img {
		max-height: 35px;
	}

	/* BURGER À ESQUERDA */
	.navbar-toggler,
	.hamburger {
		margin-left: 15px;
		z-index: 3;
	}

	/* AGRUPA SEARCH + USER À DIREITA */
	.header-search-mobile,
	.user-mobile-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.header-search-mobile {
		margin-right: 10px;
	}

	.user-mobile-toggle {
		margin-right: 15px;
	}

	/* REMOVE QUALQUER FLOAT QUE ATRAPALHE */
	.header-search-mobile,
	.user-mobile-toggle,
	.navbar-brand {
		float: none !important;
	}

	/* GARANTE ALTURA E ALINHAMENTO */
	.header-search-mobile,
	.user-mobile-toggle {
		height: 80px;
		line-height: 80px;
	}

	.header-search-mobile i,
	.user-mobile-toggle img {
		vertical-align: middle;
	}
}

/* ============================= */
/* MOBILE HEADER FIX (SEARCH) */
/* ============================= */

@media (max-width: 767.98px) {

    .logo-search .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo sempre no centro */
    .logo-search .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        z-index: 2;
    }

    /* Grupo direito: Search + User */
    .mobile-right-group,
    .header-search-mobile {
        display: flex;
        align-items: center;
    }

    /* Impede quebra de linha do search */
    .header-search-mobile {
        position: relative;
        width: auto;
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
    }

    /* Ajuste fino do ícone */
    .header-search-mobile i {
        font-size: 26px;
    }
}
/* ============================= */
/* MOBILE – SEARCH OUT OF CENTER */
/* ============================= */

@media (max-width: 767.98px) {

	/* Container principal */
	.logo-search .container {
		position: relative;
	}

	/* Busca mobile FORA do centro */
	.search-menu-mobile {
		position: relative;
		z-index: 3;
	}

	.header-search-mobile {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin-right: 8px;
	}

	/* Garante que busca fique à direita, não no eixo do logo */
	.search-menu-mobile {
		margin-left: auto;
	}
}


/* autocompleteo */
.gt-autocomplete-box {
    position: absolute;
    background: #111;
    border: 1px solid #222;
    width: 80%;
    max-height: 240px;
    overflow-y: auto;
    z-index: 9999999999 !important;
    display: none;
}

.gt-autocomplete-box div {
    padding: 12px 16px;
    cursor: pointer;
	font-size: 14px;
}

.gt-autocomplete-box div:hover {
    background: #222;
}


.gt-autocomplete-dropdown li:hover {
    background-color: #f0f0f0;
}

/* FIX DEFINITIVO – AUTOCOMPLETE SEM QUEBRAR LAYOUT */
@media (min-width: 768px) {

    /* libera corte do header */
    .logo-search,
    .logo-search .container,
    .navbar {
        overflow: visible !important;
    }

    /* mantém busca flutuante no lugar ORIGINAL */
    .header-search {
        position: absolute; /* ← VOLTA AO ORIGINAL */
        z-index: 1000;
    }

    /* dropdown corretamente ancorado */
    .gt-autocomplete-box {
        top: 100%;
        margin-top: 4px;
        z-index: 999999 !important;
    }
}
/********************/
/****** NAVBAR ******/
/********************/
.logo-search {
    height: 80px;
    line-height: 80px;
	
}




/* =========================================================
   NEXTEND SOCIAL LOGIN — FORÇAR LAYOUT + PNG CUSTOM
   ========================================================= */

/* 1. FORÇA layout horizontal (vence nsl-container-block) */
.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
}

/* 2. Neutraliza comportamento vertical dos links */
.nsl-container.nsl-container-block .nsl-container-buttons > a {
    display: inline-flex !important;
}

/* 3. Normaliza botão */
.nsl-container.nsl-container-block .nsl-button {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
}

/* 4. MATA SVG E TEXTO (realmente) */
.nsl-container.nsl-container-block .nsl-button-svg-container,
.nsl-container.nsl-container-block .nsl-button-label-container {
    display: none !important;
}

/* =========================================================
   FACEBOOK
   ========================================================= */
.nsl-container.nsl-container-block .nsl-button-facebook {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-facebook-01.png") !important;
}

.nsl-container.nsl-container-block a:hover .nsl-button-facebook {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-facebook-02.png") !important;
}

/* =========================================================
   GOOGLE
   ========================================================= */
.nsl-container.nsl-container-block .nsl-button-google {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-google-01.png") !important;
}

.nsl-container.nsl-container-block a:hover .nsl-button-google {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-google-02.png") !important;
}

/* =========================================================
   X / TWITTER
   ========================================================= */
.nsl-container.nsl-container-block .nsl-button-twitter {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-x-01.png") !important;
}

.nsl-container.nsl-container-block a:hover .nsl-button-twitter {
    background-image: url("https://gaytush.com/wp-content/uploads/2026/01/gay-tush-x-02.png") !important;
}
/* Força layout horizontal dos botões Nextend */
.nsl-container.nsl-container-block .nsl-container-buttons {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

/* ===============================
   GayTush – Auth Social Buttons
================================ */

.gt-auth-btn {
    width: 100%;
    height: 60px;
    border: 2px solid #cccccc;
    border-radius: 6px;
    background: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 18px;
    transition: all .2s ease;
    text-decoration: none;
}

.gt-auth-btn:hover {
    background: #ff9900;
    border-color: #ff9900;
}

.gt-auth-btn img {
    width: 20px;
    height: 20px;
    margin-left: 30px;
    flex-shrink: 0;
}

.gt-auth-btn span {
    margin-left: 26px;
    font-size: 16px;
    color: #cccccc;
    transition: color .2s ease;
}

.gt-auth-btn:hover span {
    color: #ffffff;
}

/* hover image swap */
.gt-auth-btn img.hover {
    display: none;
}

.gt-auth-btn:hover img.normal {
    display: none;
}

.gt-auth-btn:hover img.hover {
    display: block;
}

/* footer */
.gt-auth-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
    opacity: .85;
}
.wpst-login-email,
.wpst-register-email {
	display: none;
}

body.hash-wpst-login-email .wpst-login-social,
body.hash-wpst-register-email .wpst-register-social {
	display: none;
}

body.hash-wpst-login-email .wpst-login-email,
body.hash-wpst-register-email .wpst-register-email {
	display: block;
}
/**************************/
/****** MODAL FOOTER ******/
/**************************/
.modal-footer {
    padding-top:20px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right: 6px;
	justify-content: space-between;
	align-items: center;
}
.modal-footer2 {
    display: flex;   
	padding-top:20px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right: 6px;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #252525;
	text-align: center;
}
.modal-footer3 {
	padding-top:20px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right: 6px;
	align-items: center;
	border-top: 2px solid #252525;
	text-align: center;
}
/**************************/
/****** FORM ******/
/**************************/
.um .um-field-label label {
    color: #d8d8d8;
    font-size: 13px;
    font-weight: 500;
}
.um .um-form button.um-button,
.um .um-form input[type=submit] {
    background-color: #ff9900!important;
    color: #fff!important;
    border-radius: 6px;
    padding: 0px 26px;
    font-weight: 600;
    border: none;
}
.um-register .um-right.um-half {
    display: none;
}


.um .um-form button.um-button:hover,
.um .um-form input[type=submit]:hover {
    background-color: #e38800!important;
}

#um-submit-btn {
    display: block!important;
    margin-right: auto!important;
    margin-left: 0!important;
	min-width: 100px !important;
}

.um .um-field input[type=text],
.um .um-field input[type=password],
.um .um-field input[type=email],
.um .um-field textarea,
.um .um-field select {
    background-color: #363636!important;
    color: #fff;
    border: 1px solid #363636!important;
    border-radius: 6px;
    padding: 16px 12px!important;
	height:52px!important;
}

.um .um-field input:focus,
.um .um-field textarea:focus,
.um .um-field select:focus {
     outline: none!important;
    border-color: #ff9900!important;
    box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.6)!important;
}
