/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

/*TEXTO RESALTADO*/

mark { color: #CC1D1C; }

/*CF7*/
#responsive-form{
/* max-width:600px; -- cambiar esto para conseguir el ancho de la forma deseada --*/
  margin:0 auto;
  width:100%;
}

.wpcf7 .form-row{
  width: 100%;
}

.wpcf7 .column-half, .wpcf7 .column-full{
  float: left;
  position: relative;
  padding: 0.65rem;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.wpcf7 .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  padding: 5px;
  width: 100%;
  border: 1px solid #a5a5a5;
  border-radius: 5px
}

.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:before{ background: white !important; }
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked:before{ background: black !important; }

.wpcf7 input[type="checkbox"] {
    width: auto;
    border: none;
    vertical-align: text-bottom;
	padding-left: 0;
}

.wpcf7 p {
    margin: 0;
}

.wpcf7 .wpcf7-submit:disabled{ color: #e5e5e5 !important;}

/**---------------- Media query ----------------**/

@media only screen and (min-width: 48em) {
  .wpcf7 .column-half{
   width: 50%;
  }
}
