/*
Theme Name: Albacity corporation
Description: tema hijo basado en thegem
Author: Codex Themes & arakian
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/


/*Definiendo las variables*/
:root {
  --color_primario: #b3ae8d; /*dorado*/
  --color_secundario: #fab980; /*tabaco*/
  --color_terciario: #efdec1; /*crema*/
  --color_hover: #d29e71; /*tabaco oscuro*/
  --color_fondo: #262626; /*gris oscuro*/
}

/*Uso de las variables*/

h1 {
   color: var(--color_primario) !important;
}
h2, h3, h4, h5, h6 {
   color: var(--color_secundario) !important;
}
a {
   color: var(--color_terciario) !important;
}
a:hover, a:active {
   color: var(--color_hover) !important;
}
#primary-menu.no-responsive > li.menu-item-active > a {
  border-color: var(--color_hover) !important;
  color: var(--color_hover) !important;
}
a.gem-button-size-tiny {
	background-color:var(--color_fondo) !important;
	color:white !important;
}
a.gem-button-size-tiny:hover {
	background-color:var(--color_hover) !important;
	color:var(--color_fondo) !important;
}
.block-content {
    background-color: var(--color_fondo);
}
.transparent-header-background {
    background-color: rgba(34, 34, 34, 0.70);
}

#colophon {
    padding: 10px 0 0;
}
#footer-nav {
	padding: 20px 0;
	/* border-top: 1px solid #313646; */
}
/*COLORES FOOTER REDES SOCIALES*/
#footer-nav a.socials-item i:before {
    color: #fff !important;

/*LOGOTIPO*/

.logo span {
    padding-top: 10px;
    margin-bottom: -20px;
}
}