/**
Theme Name: Onlive.Site
Author: Onlive
Author URI: https://onlive.site/
Description: Tema personalizado para la web de onlive.site.
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: onlive-site
Template: astra
*/

/*-- VideoJS Custom Theme --*/
.video-js .vjs-big-play-button {
    width: 2em !important;
    height: 2em !important;
    border-radius: 50% !important;
    margin-top: -0.99em !important;
    margin-left: -0.983em !important;
	border: none !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	  top: 0.25em !important;
    left: 0.05em !important;
}

.video-js .vjs-play-progress {
    background-color: #ff1a1a;
}

	
/*-- Main Navbar --*/
li.menu-item ul.sub-menu {
	border-top: none;
	top: 85%;
}
	
ul.sub-menu > li.menu-item:hover {
  background-color: #f5f5f5;
}

.main-header-menu > li:last-child {
   cursor: default;
}

.main-header-menu > li:last-child a {
	font-size: 15px !important;
	font-weight: 300;
	fill: #FFFFFF;
	color: #FFFFFF !important;
	background-color: #000000;
	border-style: solid;
	border: 2px solid #000000 !important;
	border-radius: 30px;
	margin: 10px;
	height: 42px !important;
	cursor: pointer;
	padding: 22px !important;
}

@media (max-width: 921px) {
	.main-header-menu > li:last-child a {
    background-color: #000000 !important;
		margin: 10px auto;
		height: auto !important;
		width: 86% !important;
		text-align: center;
		padding: 0 !important;
	}
}

.main-header-menu > li:last-child a:hover {
    fill: #000000;
    color: #000000 !important;
    background-color: transparent !important;
}

#ast-hf-mobile-menu > li.menu-item button.ast-menu-toggle {
	height: 2.8em;
}

#ast-hf-mobile-menu > li.menu-item button > span.ast-icon.icon-arrow > svg {
	margin-left: 0 !important;
}

@media (min-width: 921px) {
	.main-navigation > ul > li > ul {
			padding: 10px;
	}

	.main-navigation li.custom-megamenu ul {
    margin-left: -465px;
    width: 900px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, auto);
	}

  .main-navigation li.custom-megamenu ul li:nth-child(12n + 1),
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 2),
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 3),
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 4),
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 5),
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 6) {
			background-color: #f5f5f5;
	}

    .main-navigation li.custom-megamenu ul li:nth-child(12n + 1):hover,
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 2):hover,
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 3):hover,
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 4):hover,
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 5):hover,
    .main-navigation li.custom-megamenu ul li:nth-child(12n + 6):hover {
			background-color: #ffffff;
	}
}


/*-- Home Page --*/
.onlive-home-title h1 {
	display: inline;
	color: #000000;
	font-weight: bold;
}


/*-- Post View --*/
article.type-page > header {
	display: none;
}

main > .post.type-post .entry-content h1, main > .post.type-post .entry-content h2, main > .post.type-post .entry-content h3, main > .post.type-post .entry-content h4, main > .post.type-post .entry-content h5, main > .post.type-post .entry-content h6 {
	text-transform: uppercase;
}

main > .post.type-post .entry-content h4, main > .post.type-post .entry-content h5, main > .post.type-post .entry-content h6 {
	font-size: 22px;
}

.blog-btn-container .blog-btn {
	margin: 50px auto;
	text-align: center;
}

.blog-btn-container .blog-btn a {
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
	border-style: solid;
	border: 2px solid #000000;
	border-radius: 30px;
}

.blog-btn-container .blog-btn a:hover {
    fill: #000000;
    color: #000000;
    background-color: transparent;
}

.entry-header .entry-meta {
	display: none;
}

.entry-header .post-thumb {
	text-align: center;
	margin-top: 40px;
}

main > .post.type-post header.entry-header {
  display: flex !important;
  flex-direction: column-reverse !important;
}

main > .post.type-post {
  max-width: 912px;
  margin: 0 auto;
}

main > .post.type-post .entry-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    color: #000000;
    text-align: center;
	  line-height: 1;
}

main > .post.type-post .entry-content h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
	  margin-top: 40px;
	  line-height: 1.15;
    color: #000000 !important;
}

main > .post.type-post .entry-content h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto 10px;
	  line-height: 1.15;
    color: #000000 !important;
}

main > .post.type-post .entry-content p {
    line-height: 1.6;
    color: black;
}

.navigation.post-navigation {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	main > .post.type-post .entry-title  {
			font-size: 30px;
	}
	
 main > .post.type-post .entry-content h2 {
    font-size: 22px;
    margin-top: 40px;
 }
	
main > .post.type-post .entry-content h3 {
    font-size: 16px;
}
	
 .entry-header .post-thumb {
    margin-right: -20px;
    margin-left: -20px;
	  margin-top: 25px;
 }
}

/*-- Blog list --*/

.blog-header {
    text-align: center;
    margin-bottom: 5em;
}

.blog-header h1 {
    color: var( --e-global-color-astglobalcolor0 );
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
}

.ast-row {
    display: grid;
    grid-gap: 4em 2em;
    grid-template-columns: 1fr 1fr 1fr;
}

.ast-row article {
    margin-bottom: 0;
}

.ast-row article .entry-header {
    margin-bottom: 0.4em;
}

.ast-row article .ast-post-format- {
    border-bottom: none;
    padding-bottom: 10px;
}

.ast-row article .post-thumb img {
    display: block;
    width: 100%;
}

.ast-row article .entry-header .entry-title {
    font-size: 1em;
    line-height: 24px;
}

.ast-row article .entry-header .entry-title a {
    font-weight: 500;
}

.ast-row article .entry-content p {
    font-size: 0.9em;
    line-height: 24px;
    color: #2e2e2e;
    margin-bottom: 14px;
}

.ast-pagination .page-numbers.current {
    border-radius: 0.3em;
}

@media (max-width: 992px) {
	.ast-row {
	    grid-gap: 4em 1em;
	    grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 599px) {
	.blog-header {
	        margin-bottom: 3em;
	        margin-top: 1em;
	}
	.ast-row {
	        grid-gap: 2em;
	        grid-template-columns: 1fr;
	}
	.ast-pagination .prev.page-numbers {
  		margin-bottom: 15px;
	}
	.ast-pagination .next.page-numbers {
		margin-top: 16px;
	}
}

/*-- Footer --*/
.site-primary-footer-wrap aside li, .site-primary-footer-wrap aside p {
	font-size: 14px;
}

.site-primary-footer-wrap aside .widget-title {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.site-primary-footer-wrap p > a {
color: var(--ast-global-color-4);
	font-weight: bold;
}

.site-primary-footer-wrap p > a:hover, .site-primary-footer-wrap p > a:focus {
    color: var(--ast-global-color-1);
}

.site-below-footer-wrap aside section {
	margin: 0 auto;
}

.site-below-footer-wrap p {
  color: #c5c5c5;
	font-size: 0.9em;
	margin-bottom: 0;
}

.site-below-footer-wrap p a {
	color: #ffffff;
	font-size: 1em;
}

.site-below-footer-wrap p a:hover {
	color: var(--ast-global-color-1);
}

.footer-widget-area .widget_polylang ul li {
	display: inline;
	margin: 0 3px;
	opacity: 0.5
}

.footer-widget-area .widget_polylang ul li:hover {
	opacity: 1;
}

.footer-widget-area .widget_polylang ul li a img {
	width: 18px;
	height: auto;
}

.footer-widget-area .widget_polylang select {
	margin: 5px 0 40px;
	width: 150px;
	height: 41px;
	font-size: 14px;
	line-height: 1.3;
	background-color: #0f0f0f;
	color: #f0f0f0;
	border: none;
	background-position-y: center;
}

@media (max-width: 921px) {
		.footer-widget-area .widget_polylang {
	text-align: left;
	}
}

@media (max-width: 544px) {
 .footer-widget-area .widget_polylang {
	text-align: center;
	}

.site-footer .widget.widget_nav_menu ul li {
    margin: 5px 0;
}
}

.site-primary-footer-inner-wrap  .ast-builder-layout-element {
	padding-top: 10px;
}

.site-footer .widget.widget_nav_menu ul li {
    margin: 2px 0;
}

.single .post-navigation {
    padding: 2em 0 2em !important;
}

/*-- Onlive Shopping School --*/
#onlive-landing .status-text {margin: 0 auto;}

#onlive-landing .date-time {
	font-size: 12px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#onlive-landing .event-description {
	font-size: 15px;
	line-height: 1.2;
}


#onlive-landing .shoppable-card-details-description {
	font-size: 15px;
	line-height: 1.2;	
}

@media (max-width: 544px) {
	#onlive-landing .event-container .event-text {
		padding-right: var(--box-left-space);
	}
}

#onlive-landing .shoppable-landing-root .shoppable-card-details-title {line-height: 1.2; font-size: 15px!important; text-align: center; font-weight: 700!important;}

#onlive-landing .actionable-text .event-text .event-title {line-height: 1; font-size: 15px!important; text-align: center; font-weight: 700!important;}

#onlive-landing .actionable-text .event-text .event-description {text-align: center!important;}

#onlive-landing .shoppable-landing-root .shoppable-card-details-description {text-align: center!important;}

#onlive-landing .shoppable-content-header-title {font-size: 22px!important;}

.contact-form .elementor-widget-container {
	min-height: 250px;
}

.contact-title h1 {
    color: #FFFFFF;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
}