/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 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:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

/*------------------------------------------------------------------
~~This file contains style for the child theme that is customized by Sutunam frontend team.~~


[Table of contents]
1. General style customization
2. Header
3. Footer
4. Widgets
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. General style customization
------------------------------------------------------------------*/


/*------------------------------------------------------------------
2. Header
------------------------------------------------------------------*/


/*------------------------------------------------------------------
3. Footer
------------------------------------------------------------------*/


/*------------------------------------------------------------------
4. Widgets
------------------------------------------------------------------*/
.realfactory-sidebar-area .realfactory-widget .realfactory-widget-title {
    color: #e50112;
    text-align: center;
    font-size: 22px;
}
.realfactory-widget .menu-sidebar-portfolio-container ul li {
    line-height: 39px;
    border-left: 3px solid #dadada;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    margin: 0;
    padding: 13px 0px 11px 30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.realfactory-widget .menu-sidebar-portfolio-container ul li:last-child {
    border-bottom: 1px solid #eee;
}
.realfactory-widget .menu-sidebar-portfolio-container ul li:hover {
    padding-left: 32px;
    background-color: rgba(37, 188, 102, 0.18);;
    border-left: 3px solid #009845;
}
.realfactory-widget .menu-sidebar-portfolio-container ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #999;
}
.realfactory-widget .menu-sidebar-portfolio-container ul li:hover a {
    color: #333;
}


.realfactory-logo-inner img {
    max-height: 110px;
    width: auto;
}

@media screen and (max-width:999px) {
    .realfactory-logo-inner img {
        max-height: 60px;
    }
}

