/* 
 Theme Name:     Chilli Group
 Author:         Besal
 Author URI:     https://www.chilligroup.com.au
 Template:       Divi
 Version:        1
 Description:   
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.top-bar {
    display: inline-block;
    width: 100%;
    background-color: #40474e!important;
    padding: 5px 0px;
}
.top-bar div#black-studio-tinymce-5{
    max-width: 1080px;
    text-align: right;
    width: 100%;
    margin: 0px auto;
    padding: 0px 30px;
    float: none;
}
.top-bar div#black-studio-tinymce-5 p{
    color: #ffffff;
}
span.top-bullet{
    width: 8px;
    height: 8px;
    background: #f15c22;
    display: inline-block;
    margin: 0px 4px;
    position: relative;
    top: -2px;
}

.col-sm-4.nopadding{
    padding: 0px !important;
    margin: 0px !important;
}
.project-wrapper{
    position: relative;
}
.project-image {
    display: -webkit-box;
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
}
.project-overlay{
    position:absolute;
    display: flex;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
    opacity:0.8;
    background-color:rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s;
}
.project-overlay:hover{
    opacity:1;
    background-color:rgba(0,0,0,0.4);
}
.project-overlay img{
    position:absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
.project-overlay .project-title{
    position: absolute;
    top: calc(50% + 20px);
    left: 0;
    color: #ffffff;
    right: 0;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.5);
}
a.project-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






footer#main-footer{
    border-top:15px solid #f15c22;
}

div#footer-bottom{
    border-top:1px solid #bababa;
}
#footer-widgets .footer-widget li{
    padding-left:0px;
}
#footer-widgets .footer-widget li:before{
    display:none !important;
}