/*
 Theme Name:   bienesyraiceselchaparral Child
 Theme URI:    https://www.bienesyraiceselchaparral.pe
 Description:  bienesyraiceselchaparral
 Author:       bienesyraiceselchaparral
 Author URI:   https://www.bienesyraiceselchaparral.pe
 Template:     bienesyraiceselchaparral
 Version:      1.0.0
 License:      bienesyraiceselchaparral
 License URI:  https://www.bienesyraiceselchaparral.pe
 Tags:         bienesyraiceselchaparral
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/
.sf-menu > li > a:hover, .sf-menu > li.current-menu-ancestor > a, .sf-vertical > li > a:hover, .sf-vertical > li.current-menu-item > a, .sf-vertical > li.current-menu-ancestor > a {
    color: #cb7245!important;
}
.sf-menu > li.current-menu-item > a{
    color: #999999!important;
}
.infinite-top-bar-background {
    background-color: #5e3929!important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0px 40px;
}
.gdlr-core-column-service-item .gdlr-core-column-service-read-more {
font-family: inherit;
    font-size: 14px;
    font-style: initial;
    font-weight: bold;
    display: inline-block;
    background-color: #cb7245;
    padding: 10px 20px;
    border: 2px solid;
    border-radius: 50px;
    color: #fff;
}
.infinite-body h1, .infinite-body h2, .infinite-body h3, .infinite-body h4, .infinite-body h5, .infinite-body h6 {
    color: #000000;
}
.gdlr-core-portfolio-icon-wrap{
    display: none
}
.imgpro img{
	width: 150px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.imgpro:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gdlr-core-hide-in-desktop-tablet-movil {
    display: none;
}