/*
Theme Name: 7thseven
Author: 7thseven
Description: Servicios TI Profesionales - Tema Pro
Version: 1.0.0
Text Domain: 7thseven
*/


/* Footer centered */
.site-footer, footer{ text-align:center; }
.site-footer p, footer p{margin-left:auto;margin-right:auto;}

.site-header .container{display:flex;align-items:center;justify-content:space-between}
.main-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:20px}
.main-nav{margin-left:auto}
.main-nav a{text-decoration:none}
.site-footer,footer{text-align:center}
@media(max-width:768px){.site-header .container{flex-direction:column}.main-nav ul{flex-direction:column}}


/* Logo size */
.custom-logo {
  max-height:50px!important;
  width:auto!important;
}
.custom-logo-link{
 display:flex;
 align-items:center;
 flex-shrink:0;
}
.site-header img.custom-logo{
 max-height:50px!important;
}
