/* 
Theme Name: Great People Leader
Description: Tema para Sitio web Great People Leader, Versión 1.0 ( Custom Post Type de Líderes y Semblanzas)
Author: People´s Voice
Author URI: https://peoplesvoice.co
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.header-image .site-header .site-title a {
  background: url("./logo-gpl.png") no-repeat;
  padding: 0;
}

.elementor-text-editor p:last-child {
  margin-bottom: 0px;
}

p:last-child {
  margin-bottom: 0px !important;
}

img .semblance_featured_image{
    border: 1px solid red !important;
}


/*
Form CF7 responsive
*/
#responsive-form {
  max-width: 880px /*-- change this to get your desired form width --*/;
  margin: 0 auto;
  width: 100%;
}
.form-row {
  width: 100%;
  font-family: var(--e-global-typography-primary-font-family);
}
.column-half,
.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;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
input[type="checkbox"] {
  margin-right: 8px;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea,
select {
  color: #3c3c3c;
  border: none;
  border-bottom: 1px solid var(--e-global-color-primary) !important;
  resize: none;
  border-radius: 0px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #54595f;
}

#responsive-form  input[type="submit"] {
  padding-left: 10%;
  padding-right: 10%;
  background:  var(--e-global-color-primary);
  border: 1px solid var(--e-global-color-primary);
  color: white;
  transition: ease-in all 0.3s;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
}

#responsive-form  input[type="submit"]:hover {
  background-color:  var(--e-global-color-accent);
  color: white;
}

.wpcf7-list-item-label a{
  color:  var(--e-global-color-primary);
}


.screen-reader-response {
  display: none;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
