/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/

.gdlr-core-image-item-wrap.gdlr-core-media-image.gdlr-core-image-item-style-rectangle{
	width:100%;
}
.texto-resposabilidad .gdlr-core-text-box-item-content{
    max-height: 210px;
    overflow: hidden;
    transition: ease max-height 1s;
}
.texto-resposabilidad .gdlr-core-text-box-item-content.active{
	max-height:2000px;
}
.infinite-body a.read-more{
	color: #db8228;
}
.legal {
    font-size: 11px;
}
.leido{
	padding-bottom:20px;
}

.wpcf7 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
   display: inline-block;
   margin-right: 5px;
   float:left;
}

.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
   width: auto;
}

span.wpcf7-list-item {
    margin:0!important;
}

footer .widget_nav_menu ul li{ 
    padding:0 10px;
    border-right: 1px solid;
    display: inline-block;
	border-bottom: 0;
	
}

#menu-menu-legal li:last-child{
	border-right: 0px;
}
#menu-menu-legal{
	text-align:right;
}
footer .widget_nav_menu ul li:before{
    display:none;
}
