/*
Theme Name: Divi Child
Theme URI: http://
Template: Divi
Author: Proyección CM
Author URI: http://www.proyeccioncomunica.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.1532616731
Updated: 2018-07-26 14:52:11

*/
.boton-trivia {
    display: none;
}

#footer-info {
    float: none;
    text-align: center;
	line-height: 1.4em;
}
.mfp-bottom-bar {
    display: none;
}
p.post-meta {
    display: none;
}
h1.entry-title {
    padding-bottom: 30px;
}

/*TRIVIA */

.gform_page_footer {
    text-align: center;
    padding: 50px 0 100px 0!important;
}
input#gform_next_button_1_5 {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 2px;
	cursor: pointer;
}
input#gform_previous_button_1 {
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
	cursor: pointer;
}
input#gform_submit_button_1 {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	cursor: pointer;
}
.felicitaciones {
    padding: 10vh 0 80vh 0;
}

/* BOTÓN TRIVIA */
.boton-trivia {
	transition-timing-function: ease-in 1s;
	transition: 0.5s;
    background: #e10a17;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin: 30px 0px 0 20px;
    position: relative;
    float: right;
    font-size: 14px;
}

.boton-trivia a {
	padding: 10px 10px !important;
	color: #fff !important;
	font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 695px) {
	.boton-trivia {
	margin: 25px 0 0 65%;
    position: absolute;
}}

.et-fixed-header .boton-trivia {
	margin: 15px 0px 15px 20px;
    transition: 0.5s;
}