/*
Theme Name: Quantech
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Theme URI: https://modinatheme.com/quantech/
Description: IT Solutions and Technology WordPress Theme
Version: 1.3.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quantech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

quantech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*Deshabilitar español del menú de idiomas*/
#menu-item-1722-es{
	display:none;	
}

#menu-item-2428-es{
	display:none;	
}

#menu-item-1427-es{
	display:none;	
}



.tag-share-wrap {
	display: none;
}

.blog-post-details .post-navigation .nav-links { 
	display: none;
}

input[type="email"]{
	border: solid;
    border-color: gray;
    border-width: thin;
}

input[type="text"] {
	border: solid;
    border-color: gray;
    border-width: thin;
}

textarea {
	border: solid;
    border-color: gray;
    border-width: thin;
}
/*Eliminar la categoria*/
.post-cat {
	display:none;
}

[type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #5f2dee;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

input[type="text"] {
	border: solid;
    border-color: gray;
    border-width: thin;
	color: black;
}

/*Para cambiar los links a color azul*/
a{
	color: #0000ff;
}

/*Para cambiar los links en negritas a color azul*/
a strong{
	color: #0000ff;
}

/*Para cambiar los links en negritas a color azul*/
strong a{
	color: #0000ff;
}

/*Para forzar el cambio de color del evento hover*/
a:hover, strong a:hover, a strong:hover {
    color: #7dcc19 !important;
}

/*Para cambiar el color de las letras en negritas dentro de las citas*/
blockquote strong{
	color: #defbb8;
}

/*Ocultar logo captcha*/
.grecaptcha-badge { visibility: hidden; }

/*Cambiar posición de el botón para subir*/
#scrollUp {
    bottom: 20px;
}