/*
Theme Name: Tatee Child
Theme URI: https://shtheme.com/demosd/tatee
Template: tatee
Author: Shtheme
Author URI: https://themeforest.net/user/vergatheme
Description: Tatee is a clean and creative WordPress Theme suitable for Architecture, Interior Design, Home Decor, Decoration, Art Decor, Furniture, Business, Corporate, etc. You can customize it very easy to fit your needs.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
Version: 1.0.1755646861
Updated: 2025-08-19 20:41:01

*/

@font-face {
    font-family: 'Timeless';
    src: url('/wp-content/themes/tatee-child/fonts/timeless.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Timeless-Bold';
    src: url('/wp-content/themes/tatee-child/fonts/timeless-bold.ttf') format('ttf');
    font-weight: normal;
    font-style: 700;
}
body {
    font-family: 'Timeless', sans-serif !important;
	color: #001e34;
	background-color: #ededed;
	line-height: 2;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Timeless-Bold', sans-serif !important;
	color: #001e34;
}
p {
	color: #001e34;
}
.title-1
 {
    color: #001e34 !important; 
	font-size: 28px;
    line-height: -webkit-calc(50 / 42);
    line-height: -moz-calc(50/42);
    line-height: calc(50 / 42);
	 
}
.small-tittle .title-2 {
    font-size: 40px;
	color: #001e34;;
}
.title-sub {
    font-size: 18px;
    color: #001e34;;
	text-transform: none;align-content
}
.comment-metadata a, .media-statistic .name, .rev-text-1, .rev-text-4, .title-sub {
	letter-spacing: normal !important;
}
/*-------MENU -------*/
.header__bar.header--fixed{
	background-color: #001d32c4
}

#header {
	position: fixed;
    z-index: 10;
    width: 100%;
	background-color: #001d32c4
}
.header__bar {
	border-right: 15px solid #76b82a;
}
.menu-item a, .menu a:hover{
	color:#a4c842;
	text-transform: uppercase;
	padding: 0px !important;
    margin: 0px 8px;
	border-bottom: 2px solid;
	border-color: transparent
}
.sub-menu .menu-item a {
	text-transform: capitalize;
}
.menu-item a:hover {
	color: #fff;
	border-color: #fff;
}
.sub-menu {
	min-width: 150px;
	padding:3px;
	border-bottom: 1px solid #979797;
	background-color:#001e34;
	
}
.logo img {
    max-width: 70px;
} 

/* hamgurgesa */
.hamburger {
	border: 1px solid #76b729;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #76b729;
}
/* menu mobile */
.menu-mobile,.menu-mobile .sub-menu  {
	background: transparent;
}
.menu.nav-menu.menu-mobile,.menu-mobile .sub-menu .menu-item a ,.sub-menu .menu-item{
	background-color:transparent;
}
.menu-mobile .sub-menu .menu-item a {
	color: #76b729;
}
.menu-mobile .sub-menu .menu-item a:hover {
	color: #fff;
}

/* proyectos */
.portfolio-container {
    text-align: center;
    margin-bottom: 20px;
	line-height: normal;
}
.filter-btn {
    margin: 0 5px;
    padding: 8px 15px;
    border: none;
    cursor: pointer;
	min-height: 54px;
}
.filter-btn.active {
    background: #a4c842;
    color: #001e34;
	font-weight: 700;
	padding: 8px 13px;
}
.portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.portfolio-item {
    width: calc(25% - 15px);
    padding: 10px;
    text-align: center;
}
.portfolio-container li{
	max-width: 195px;
	display: flex;
  	align-items: center;
	border-right: 1px solid #76b82a;
}

.portfolio-container li button{
	padding: 8px 16px;
	margin: 0 10px;
}
.portfolio-container li:last-child{
  border-right: none;
}
.portfolio-item img {
    max-width: 100%;
    border-radius: 5px;
}
.bg-overlay {
    background: rgb(0 30 52 / 86%);
    mix-blend-mode: multiply;
}

/* botones de envio */
.au-btn--solid, .swal-button {
	background: #76b82a;align-content
}

.au-btn.au-btn--c7 {
	color:#001e34;
	border: 1px solid #001e34;
}
.au-btn.au-btn--c7:hover {
	color:#fff;
}

/* carousel  */
.slick-arrow {
	background: #92c655;
    padding: 15px;
    color: #fff;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.media__img-wrap
 {
    width: 100%;
	 max-width: 240px;
	 height: auto;
}

@media (max-width: 768px) {
	.media-about .media__text, .m-b-70 {
    	margin-bottom: 40px;
	}	
}

@media (max-width: 575px) {
	.portfolio-container {
    	flex-direction: column;
	}
	.portfolio-container li {
		border-right: 0px;
	}
}
