/*
Theme Name: Gowilds
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2023 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.9
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: gowilds

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}



/*Titulo - Page*/


.single-page-template .breadcrumb-container-inner.align-center h2{
text-transform: initial;
}



/* Formularios */

#fsolicitud form, #fdefensor form{
  -webkit-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  -khtml-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  -moz-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  -ms-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  -o-box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  box-shadow: -6px 10px 24px 0px rgba(0,0,0,.09);
  padding:30px;
    
}


#fsolicitud form label p, #fdefensor form label p{
    font-weight:normal;
    font-size: 0.9rem;
}

#fsolicitud form label, #fdefensor form label{
    margin-bottom: 10px;
    font-weight: 600;
    width:100%;
}

#fsolicitud select, #fdefensor select {
    border:1px solid #ccc !important;
}


#fsolicitud form .wpcf7-form-control-wrap, #fdefensor form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}

