/*
Theme Name: Delivery Gourmet 2025
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.linkPeu{
	color:#4C3B2D!important;
}
.linkPeu:hover{
	color:#BE1622!important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea{
	background-color:#ffffff;
	margin-bottom:10px;
	font-size:12px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"]
{
	height:25px!important;
}

.text_politica_form{
	color:#4C3B2D!important;
	font-size:12px!important;
	line-height:14px;
}

.premium-cf7-container input.wpcf7-submit {
  font-size: 12px;
  color: #fff;
  background-color: #4C3B2D;
  border: none;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px 0;
  width: 25% !important;
  border-radius: 6px!important;;
  font-family: montserrat !important;
}

.premium-cf7-container .wpcf7-form p {
  margin: 0;
  width: 100%;
}

.elementor ul .page_item  a {
  color: #4C3B2D;
	font-size:12px;
}
.elementor ul .page_item  a:hover {
  color: #BE1622;
}

.elementor-widget-wp-widget-pages h5{
	color:#4C3B2D;
}

.elementor-widget-wp-widget-pages ul{
	list-style-type: none;
  padding-left: 0;
	margin: 15px 0 15px 0;
}


.single .entry-title {
border-bottom: none;
letter-spacing: 0;
}
.woocommerce div.product form.cart {
  padding:0;
  border:none;
}
.product_meta {
  border:none;
  padding: 0;
}

.web2025 h3 strong{
	color:#FBBB0E;
}

.web2025 *{
	border-color: #FBBB0E;
}

#site-header{
	padding-left: 10% !important;
	padding-right: 10% !important;
}

#site-logo img{
	width: 400px !important;
}

.woo-entry-image-main {
	width: 300px !important;
	height: 300px !important;
}


/* FOOTER */
.footer-widget {
    background: #fbbb0e;
    padding-top: 30px;
    padding-bottom: 10px;
	padding-left: 5%;
	padding-right: 5%;
	
}

/* Contenedor principal */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	gap: 20px;
}

/* Ajuste para cada sección */
.footer-left{
    flex:1;
	max-width: 300px;
	min-width: 250px;
}
.footer-right{
	flex: 2;
}

.footer-middle {
	min-width: 150px;
} 
.footer-contact{
 	min-width: 200px;
}

.footer-middle a, .footer-contact a{
  text-decoration: none !important; 
  color: inherit !important; 
}

.footer-middle a:hover, .footer-contact a:hover {
  color: white !important; 
}

/* Nueva fila para los iconos (alineados en una sola línea) */
.footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
	max-width:250px;
	min-width: 250px;
}

.footer-icons .icon {
	width:45%;
    text-align: center;
}

.footer-icons img {
    width: 50px;
    height: 50px;
}

.footer-icons p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.footer-contact a.boto-contacte-footer{
	font-size: 12px;
    color: #fff !important;
    background-color: #4C3B2D;
    border: none;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 10px 20px;
    width: 25% !important;
    border-radius: 6px !important;
    font-family: montserrat !important;
}
.footer-contact a.boto-contacte-footer:hover{
	background-color: #BE1622;
}
