/*
  Theme Name: Melómanos Radio
  Author: Javo 
  Author URI: https://melomanosradio.com/
  Description: Theme diseñado exclusivamente para la web de Melómanos Radio
  Version: 1.0
  License:  GNU General Public License v2 or later
  License URI:  https://www.gnr.org/licenses/gpl-2.0.html
  Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
  Text Domain: melomanos
*/

html {
  box-sizing: border-box;
  
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  cursor: url(img/cursor.cur), pointer;

}

/** Globles **/
img {
  max-width: 100%;
  height: auto;
}

.post-categories {
  position: absolute;
  top: 8.3rem ;
  left: 11.5rem;
  z-index: 10;
  display: flex;
}

.post-categories li{
  margin-right: .5rem;
}

.post-categories li: last-of-type{
  margin-right: 0;
}

@media (min-width:  768px){
    .post-categories {
      display: none;
    }

    .color-section{
      background-image: url("img/background.jpg");
    }
}
 

@media (min-width:  900px){
    .post-categories {
      position: absolute;
      top: 4.7rem ;
      left: 18.5rem;
      z-index: 10;
      display: flex;
    }

    .post-categories li{
      margin-right: .5rem;
    }

    .post-categories li: last-of-type{
      margin-right: 0;
    }
    .color-section{
  background-image: url("img/background.jpg");
}
}


.wpcf7-form label{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.wpcf7-form .wpcf7-form-control{
    border-color: #243049;
    background: #131722;
    border: 1px solid #e1e8ee;
    box-shadow: none;
    transition: all .2s ease-in-out;
    font-weight: 300;
    border-radius: 30px!important;
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #9ca8b0;

}

.wpcf7-form .wpcf7-form-control:focus {
      border-color: #ff1744;
}

.wpcf7-form .wpcf7-textarea{
  height: auto;
  border-radius: 0!important;
  overflow: auto;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit{
  cursor: pointer;
  background-color: #ff1744;
  color: #fff!important;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.color-section{
  background-image: url("img/background.jpg");
  background-size: cover;
}

/** pagina inicio **/

.contenedor-generos{
  display: flex;
}

.separador{
  border-bottom: .1px solid lightgray;
}

.next{
  display: none;
}

/** Discord icon **/

.meloDiscord-icon {
  background-image: url("img/discord.png");

}

.bottom-gradient-2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+39,0.2+69,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.2) 69%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.2) 69%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.2) 69%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}


/** Moving Letters **/
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
