/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17

All css files are placed in /css/ folder
*/



.sajat h3.entry-title.inLine:after{
    content: "";
    display: block;
    margin: 15px 0;
    width: 20px;
    height: 3px;
    background: #fff;
}
.sajat{
    position: absolute;
    color: white;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.sajat h3.entry-title{
    color: #FFF;
    text-align: left;
    margin-top: 10%;
    margin-left: 10%;
}

a:hover > .sajat{
    z-index: 600;
    background: rgba(214, 124, 57, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image_frame{
border-color:white !important;
 }