/*
 * Theme Name: Repairex
 * Author: template_path
 * Author URI: https://themeforest.net/user/template_path/portfolio
 * Theme URI: https://ftpdemo.com/repairex/
 * Description: Repairex is Electricity Services WordPress Theme.
 * Version: 1.0.0
 * License: This theme or plugin is comprised of two parts. (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato.  Read more about licensing here: http://themeforest.net/licenses
 * License URI: license.txt
 * Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 * Text Domain: repairex
 * Tested up to: 6.0.2
 * Requires PHP: 7.0
*/
.wp-caption {
	margin-bottom: 2px;
}

.gtranslate-wrapper {
    position: relative;
    z-index: 999;
    text-align: right;
    padding: 10px;
}

/* Para el selector de banderas */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

.wp-caption-text {
	margin-bottom: 5px;
}

.screen-reader-text {
	margin-bottom: 12px;
}

.gallery-caption {
	margin-bottom: 2px;
}

.bypostauthor {
	margin-bottom: 2px;
}

.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	max-width: 100%;
}

.alignright {
	float: right !important;
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: 100%;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.col-md-4 .funfact-meta > i {
	right: 27px;
}

.mycustom-pricing {
	background-color: #090909 !important;
}

.on-hover {
	display: none;
	animation: fadeOut 0.5s;
}

.hver:hover .on-hover {
	display: block;
	animation: fadeIn 0.5s;
}


/* Cambiar el color de fondo del encabezado a negro */
.header-top-two {
    background-color: #000000; /* Color negro */
}

/* Cambiar el color del texto dentro del encabezado */
.header-top-two .info li p {
    color: #ffffff; /* Texto blanco */
}

/* Cambiar el color de los enlaces (como el teléfono) a blanco */
.header-top-two .info li a {
    color: #ffffff; /* Blanco */
}

/* Cambiar el color de los íconos a blanco (si usas Font Awesome o similar) */
.header-top-two i {
    color: #ffffff; /* Blanco para los íconos */
}

/* Cambiar el color de los elementos de redes sociales a blanco */
.header-top-two .social-links-two li {
    color: #ffffff; /* Blanco para los íconos sociales */
}

.header-language, .language-switcher {  
    display: none !important;  
}








.testimonial-five .testimonial-block-one .inner-box .text p {
    margin-bottom: 20px;
}
.testimonial-five ul.rating.clearfix.p_relative.d_block {
    margin-bottom: 15px;
}

.fancybox-slide--image .fancybox-content {text-align: center;/* width: 500px !important; *//* height: 500px !important; */}
.wp-container-5.wp-container-5 {
    margin-bottom: 0;
}