/* Enter Your Custom CSS Here */
#nf-field-15 {
 /* Botón */
 display: block;
 font-size: 15px;
 background-color: #886b4f;
 }
#nf-field-20 {
 /* Botón */
 display: block;
 font-size: 15px;
 background-color: #886b4f;
 }


/*Color cabecera*/

.navbar-header {
    background: #53b4a7;
}

.navbar.fixed .navbar-header, .navbar .dropdown-menu, .navbar.fixed .dropdown-menu
 {
    background: #53b4a7;
}

@media (max-width: 767px) {
    .navbar.fixed .navbar-header, .navbar .navbar-header, .navbar.fixed .navbar-header {
        background: #53b4a7;
    }
}


/*Logo tamaño*/

.navbar-brand img
 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ();
    image-rendering: -webkit-optimize-contrast;
    height: 58px;
    width: inherit;
}

/*altura margen top logo*/
.navbar-brand {
    padding: 0;
    padding-top: 14px;
}

@media (max-width: 767px) {
    .navbar .btn.responsive-menu {
        margin: 0px 0;
    }
}

/*color fondo menu mobil*/
.btn, .parallax .btn-submit, .btn-submit, input[type='submit'] {
    background: #53b4a7;
}

/*color lineas menu mobil*/
.btn, .parallax .btn-submit, .btn-submit, input[type="submit"], .navigation a, .woocommerce .button, span.price, .woocommerce div.product p.price {
    color: #53b4a7 !important;align-content
}

/* Tipografía para el contenido de todas las páginas */
.page,
.page * {
    font-family: 'Playfair Display', sans-serif !important;
}

/* Eliminar comportamiento sticky en la cabecera */
.sticky-header,
.header-sticky,
.site-header.sticky,
.header.fixed,
.header.is-sticky {
    position: static !important;
    top: auto !important;
    transition: none !important;
}

/*Titulo Mis trabajos*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    color: #a66a31;
    margin-bottom: 15px;
    font-weight: 400;
}

/*Textos categorias trabajos*/
.filter ul li a {
    color: #a66a31;
    padding: 0 15px;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 767px) {
    .navbar .navbar-brand, .navbar.fixed .navbar-brand {
        padding-top: 0px;
    }
}

/*Ancho menu*/
.navbar-nav > li > a {
    font-family: 'Playfair Display', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #f5f5f5;
    padding: 30px 8px;
}

.filter ul li a {
    color: #a66a31;
    padding: 0 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6; /* Puedes editar este valor */
}

/*Separar galeria de trabajos*/
.full-portfolio .items {
    all: unset;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style: none !important;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}

.full-portfolio .items li {
    width: calc(33.333% - 20px) !important;
    margin: 10px !important;
    box-sizing: border-box !important;
}

.full-portfolio .items li img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
  .full-portfolio .items li {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 480px) {
  .full-portfolio .items li {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}

