/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button {
  color: white;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.3 !important;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  .penci-grid li:nth-of-type(3n) {
    width: 100%;
    border: 1px solid #DEDEDE;
  }
  
  .penci-grid li:nth-of-type(3n) .grid-header-box {
    text-align: left;
    padding: 0 30px;
  }
  
  .penci-grid li:nth-of-type(3n) .item-content {
    padding: 0 30px 30px;
  }
  
  .penci-grid li:nth-of-type(2n+1) {
    clear: none;
  }
  
  .penci-grid li:nth-of-type(3n - 1) {
    margin-right: 0;
    clear: none;
  }
  
  .penci-grid li:nth-of-type(3n - 2) {
    margin-right: 3.8%;
    clear: none;
  }
}