/*!
Theme Name: Gilber
Theme URI: http://paul-themes.com/wordpress/gilber/
Author: VLThemes
Author URI: https://themeforest.net/user/vlthemes
Description: Gilber is a carefully crafted flexible, powerful and high performance CV/Resume WordPress Theme for personal and corporate use. We designed it by focusing on functionality and ease of use for both sides: the Visitor and the WordPress Admin.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gilber
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* VIDEOS YOUTUBE */
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	position: relative !important;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	background-color: #EBC38B !important;
}

/* ENCUESTA CABALLOS */
.btn-1 {
	padding: 10px 20px;
	background-color: #FFFFFF;
	border: none;
	color: #212121;
	cursor: pointer;
}
.btn-1:hover {
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

@media (max-width: 767px) {
	.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-54757dd {
		order: 3;
	}
}

:root {
    --swp-main-color: #000000 !important;
}

/**********************************************************************************************************/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

/* WordPress API Elements */

.wp-caption {
	margin: 30px 0;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	max-width: 100%;
}

.wp-caption p,
.wp-caption-text {
	margin: 0;
	margin-top: 5px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	margin: 30px auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 30px;
	float: right;
}

.alignleft {
	margin: 10px 30px 10px 0;
	float: left;
}