/* ===================================================================================

Theme Name: Tucker Child
Theme URI: http://tucker.themeshala.com/
Author: ThemeShala 
Author URI: https://themeforest.net/user/themeshala/portfolio
Description: Tucker is a Equestrian & Horse Riding Club WordPress Theme.
Version: 1.0.0
Template: tucker
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

We encourage you to create Child theme for any modifications you will want to do.

Why use Child theme?

Because of future updates we may provide for this theme that will overwrite your
modifications and all your custom work.

If you are not familiar with Child Themes, you can read about it here:
http://codex.wordpress.org/Child_Themes
http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.footer_widget_inner > .widget_title > .title{
	font-size: 26px !important;
}


.footer_image_full {
	display: flex;
    padding: 1% 3%;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.footer_image_full img {
	width: 80%;
	max-width: 80%;
}
.contact_info .item_inner {
  display: flex;
  gap: 8px;           /* separa icono y texto */
  align-items: center; /* centra verticalmente en general */
}

.contact_info .icon i {
  font-size: 18px;   /* ajusta tamaño */
  line-height: 1;    /* evita que se suba */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;   /* baja un poco el icono */
}

