/*
Theme Name: Gamol
Author: Gamol
Author URI: http://www.gamol.com.mx/
Version: 1.0
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

h3.gamol.subtitulo{
	line-height: 40px;
	margin-top: 0px;
}
button{
	border-radius: 25px;
}
.videoPrin .infoVid h2 {
    letter-spacing: normal;
}
select>option{
	background-color: transparent !important;
}

#circleRedes {
    margin: -90px -71px 0px -50px !important;
}
#circleRedes ul{
padding-left:0px;
}

.img-s{
	height: 350px;
    background-size: cover !important;
}

body{
		overflow-x: hidden;
	}

/* estilos blog */
.blog-entrada {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	margin-bottom: 7rem;
	flex-direction: column;
}
.blog-entrada .destacada img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.blog-entrada .texto {
	text-align: left;
	padding-left: 2rem;
	padding-right: 2rem;
}
.blog-entrada .texto span {
	margin-right: 2rem;
}
.blog-entrada .texto h2 {
	text-align: left;
	font-size: 4rem;
	margin-bottom: 2rem;
}
.blog-entrada .texto p {
	margin-bottom: 3rem;
}
.blog-entrada .texto a, .blog-entrada .texto a:hover {
	color: white;
	font-size: 2.25rem;
}
.blog-entrada .texto a {
	background: linear-gradient(to right, #133458, #335c87);
	font-size: 2rem;
	padding: 1rem 2rem;
	border-radius: 10px;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.pagination-links {
    list-style: none;
    display: flex;
    padding: 0;
    width: 25rem;
    font-size: 2rem;
    justify-content: space-evenly;
    margin: 0 auto;
    align-items: center;
}
.pagination-links a, .pagination-links a:hover {
	color: gray;
}
/* fin estilos blog */

/* estilos interna blog  */
.blogInterna .destacada img {
    width: 100%;
}
.fecha-categorias-post {
    text-align: center;
    font-size: 1.75rem;
    margin: 1rem 0;
}
.fecha-categorias-post span {
    margin: 0 .5rem;
}
.posteos {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 4rem;
	flex-direction: column;
}
.posteos .posteo {
	width: 90%;
}
.posteos .destacada {
    width: 100%;
    height: 35rem;
    overflow: hidden;
}
.posteos .destacada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.posteo span {
    margin: 2rem 0;
    display: block;
}
.posteo a {
    color: #af7b00;
    font-size: 1.65rem;
	margin-bottom: 5rem;
	display: block;
}
.cont-Blog_Interna {
    font-size: 1.75rem;
}
/* fin estilos interna blog  */

/* estilos externa influencers */
.contenedor-influencers {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.influencer {
    width: 85%;
    border: solid 1px gray;
    border-radius: 10px;
    margin: 3rem 0;
    padding: 2rem;
}
.influencer .destacada {
    width: 100%;
    height: 18rem;
}
.influencer .destacada img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.influencer h2 {
	font-size: 3rem;
}
.influencer a {
    text-align: center;
    display: block;
}
/* fin estilos externa influencers */
.interna-influencers {
    padding: 3rem 0 5rem;
}
.interna-influencers .slider {
    margin-bottom: 5rem;
}
.owl-nav {
    position: absolute;
    top: 0;
    font-size: 10rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
/* estilos interna influencers */

/* media querys */
@media only screen and (min-width: 768px) {
	/* externa blog */
	.blog-entrada {
		flex-direction: row;
	}
	.blog-entrada .destacada, .blog-entrada .texto {
		width: 50%;
	}
	/* fin externa blog */
	/* interna blog */
	.posteos {
		align-items: stretch;
		flex-direction: row;
	}
	.posteos .posteo {
		width: 30%;
	}
	.posteo .titulo {
		min-height: 6rem;
	}
	/* fin interna blog */

	/* externa influencers */
	.contenedor-influencers {
		display: grid;
		justify-content: space-evenly;
		grid-template-columns: repeat(2,45%);
	}
	.influencer {
		width: auto;
	}
	/* fin externa influencers */
}

@media only screen and (min-width: 1280px) {
	/* externa influencers */
	.contenedor-influencers {
		grid-template-columns: repeat(3,30%);
	}
	/* fin externa influencers */
}
/* fin media querys */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}