/*
Theme Name: Lobas Architecture
Theme URI: https://github.com/elementor/hello-theme/
Description: A custom theme built based on the Hello Elementor Child theme.
Author: New Inspirado & Elementor Team
Author URI: https://newinspirado.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Global Basic elements */

/* colors */
/* .green {color:#404F38;}
.dark-green {color:#5f4f4e;}
.grey {color:#191915;}
/* outine inset, ie: page title*/
/* .inner-line {box-shadow: inset 0px 0px 0px 6px rgba(255, 255, 255);}*/
a { color:#404F38;text-decoration:none;background-color:transparent;}
a:hover, a:visitd {color:#909092;text-decoration:none;background-color:transparent;}
.blocked {display:block;}
.i-blocked {display:inline-block;}
.left {float: left;}
.right {float: right;}
/* taxonomy thumbnail hover effects */
a.thumb-hover:hover {background-color: rgba(26,26,26,.25);}
