/*
Theme Name: Twenty Twenty Child juancho
Theme URL: http://wpamanuke.com/
Description: Twenty Twenty Child Theme
Author: Alberto Grande
Author URL: http://artelomano.com/
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */







/* Keeping site description visible */
.site-description {
  display: block;
}

/* Smaller Heading Font please */
@media (min-width: 700px) {
  h1, .heading-size-1 { font-size: 4.4rem;}
  h2, .heading-size-2 { font-size: 3.4rem;}
  h3, .heading-size-3 { font-size: 2.8rem;}
  h4, .heading-size-4 { font-size: 2.2rem;}
}

/* HIDE Tags from Blog page */
.blog .post-tags.meta-wrapper {display: none;}
/* HIDE Tags from Archive page */
.archive .post-tags.meta-wrapper {display: none;}
/* HIDE Next and previous post */
.previous-post, .next-post{display: none !important}


/* -- */ 
p{color:#54568c}
body, .entry-title a, :root .has-primary-color {color: #54568c ; }
footer p {color:#fff; }






/* 10px borders en: imagenes formulario, botones, */
.wp-block-image img, .vp-portfolio__item, .wpcf7-form-control{
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -khtml-border-radius: 10px !important;
  border-radius: 10px !important;
}




  .wp-custom-logo .header-titles {
      align-items: center;
  }
  .header-titles {
      align-items: baseline;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: -1rem 0 0 -2.4rem;
  }
  .header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 1rem 0 0 2.4rem;
  }
