/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/

/* GLOBAL */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
.fw_800 h2 {
	font-weight: 800;
	letter-spacing: 0;
}
.fw_900 h2 {
	font-weight: 900;
	letter-spacing: 0;
}
.slider-nav-reveal .flickity-prev-next-button {
	display: none;
}
.post-sidebar aside .tagcloud a:hover {
	color: #ff391a;
}

/* HEADER */
.home #header .header-wrapper:not(.stuck) .logo {
	visibility: hidden;
}
#header ul.header-nav li a {
	font-weight: 500;
	color: #ff391a;
}
#header ul.header-nav li a:hover {
	color: #00204f;
}
#header ul.header-nav li.btn-login a,
#header ul.header-nav li.btn-logout a,
#header ul.header-nav li.btn-progress a {
    border-radius: 25px;
    padding: 7px 21px;
    border: 1px solid #00204f;
	background-color: transparent;
    color: #00204f;
	line-height: 1;
}
#header ul.header-nav li.btn-login a:hover,
#header ul.header-nav li.btn-logout a:hover {
	background-color: #00204f;
    color: #fff;
}
#header ul.header-nav li.btn-progress a {
	background-color: #00204f;
    color: #fff;
}
#header ul.header-nav li.btn-progress a:hover {
	background-color: #fff;
    color: #00204f;
}
.page.logged-in #header ul.header-nav li.btn-login,
.page:not(.logged-in) #header ul.header-nav li.btn-logout,
.page:not(.logged-in) #header ul.header-nav li.btn-progress {
	display: none;
	visibility: hidden;
}
.page.page-id-272 #header ul.header-nav li.btn-progress {
	display: none;
	visibility: hidden;
}

/* FOOTER */
section.la-liga_footer .social-icons span {
	color: #2e134b;
	font-size: 16px;
}
section.la-liga_footer .social-icons a {
	margin-right: 10px;
}
section.la-liga_footer svg {
	position: absolute;
	top: -135px;
}

/* Home */
section.la-liga_intro {
	background: url(/wp-content/uploads/2022/12/vector-2.svg) no-repeat left center / auto;
}
section.la-liga_tci:after {
	content: '';
	width: 100%;
	height: 220px;
	background: #2D134B;
	position: absolute;
	bottom: 30px;
}
section.la-liga_blog .post-item .box-image {
	border-radius: 10px;
}
section.la-liga_blog .post-item .box-text button.button {
	margin-top: 0;
    color: #fe391a;
}
section.la-liga_blog .post-item .box-text button.button:hover {
	color: #00204f;
}

/* User ranking page */
.user-ranking-content iframe {
	border: 0;
    overflow: auto;
	height: 100vh;
}



/* MEDIA */
@media only screen and (max-width: 549px) {
	section.la-liga_intro {
		background-size: 175px;
		background-position: left 99%;
	}
	section.la-liga_tci .img.has-hover .img-inner img {
		margin-top: -70px;
	}
	section.la-liga_tci:after {
		height: 520px;
		bottom: 60px;
	}
	section.la-liga_footer svg {
		display: none;
	}
}

@media only screen and (min-width: 550px) {
	section.la-liga_tci-ventas {
		margin-left: -65px;
	}
	#footer.footer-wrapper {
		margin-top: 75px;
	}
}
