.fr_widget {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
}
.fr_widget:last-child{
    margin-bottom: 0;
}
.fr_widget h3{
	color: #333;
    font-size: 16px;
    padding: 0;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.fr_widget h3:after{
    content: "";
    display: block;
    width: 70px;
    height: 1.1px;
    margin: 30px 0 25px;
    background: #00f0ff;
    background: -moz-linear-gradient(90deg, #00f0ff 0%, #ebacfd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#00f0ff), color-stop(100%,#ebacfd));
    background: -webkit-linear-gradient(90deg, #00f0ff 0%,#ebacfd 100%);
    background: -o-linear-gradient(90deg, #00f0ff 0%,#ebacfd 100%);
    background: -ms-linear-gradient(90deg, #00f0ff 0%,#ebacfd 100%);
    background: linear-gradient(90deg, #00f0ff 0%,#ebacfd 100%);
}
.flashruby_social_widget_icons {
    width: calc(100% + 10px);
}
.flashruby_social_widget_icons div {	
    position: relative;
    display: inline-block;
    zoom: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    float: left;
    margin: 0 9.5px 10px 0px;    
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.flashruby_social_widget_icons div#facebook{background-color: #3c5a9a;}
.flashruby_social_widget_icons div#twitter{background-color: #41d1da;}
.flashruby_social_widget_icons div#youtube{background-color: #fe3432;}
.flashruby_social_widget_icons div#google{background-color: #333230;}
.flashruby_social_widget_icons div a {
	width: 37px;
    height: 37px;
    display: block;
}
.flashruby_social_widget_icons div a i{
	color: #fff;
}

.fr_widget_recent_entries{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.fr_widget_recent_entries li{
	margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    display: block;
    overflow: auto;
}
.fr_widget_recent_entries li:last-child{
    margin: 0;
}
.fr_widget_recent_entries li .thumbnail{
    width: 100px;
    height: 80px;
    margin: 3px 15px 0 0;
    display: block;
    float: left;
    padding: 0;
    border: 0;
    border-radius: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fr_widget_recent_entries li .thumbnail a:before{
	position: absolute;
    width: 100px;
    height: 80px;
    content: "+";
    font-family: "Lato";
    text-align: center;
    line-height: 80px;
    color: #fff;
    opacity: 0;
    font-size: 34px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #456878;
    font-weight: bold;
}
.fr_widget_recent_entries li:hover .thumbnail a:before{
	opacity: 0.85;
}

.fr_widget_recent_entries li .widget_recent_entry{
    display: block;
    float: left;
    width: calc(100% - 115px);
}
.fr_widget_recent_entries li .widget_recent_entry .w-date{
    display: block;
    width: 100%;
    font-size: 14px;
    float: left;
    color: #575757;
}
.fr_widget_recent_entries li .widget_recent_entry .title-post{
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin: 4px 0 0;
    float: left;
}
.fr_widget_recent_entries li .widget_recent_entry .title-post a{    
    color: #333;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.fr_widget_recent_entries li .widget_recent_entry .title-post a:hover{
    color: #456878;
}
.widget_categories ul{
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    list-style-type: none;
}
.widget_categories ul li{
    border-bottom: 1px solid #ecf0f1;
    padding: 15px 0;
}
.widget_categories ul li:first-child{
    padding-top: 0;
}
.widget_categories ul li:last-child{
    border: 0;
}
.widget_categories ul li a{
    color: #292d2e;
    font-size: 16px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget_categories ul li a:hover{
    color: #456878;
}
#search{
    display: block;
    position: relative;
}
#search #form-search{
    display: block;
    position: relative;
}
#search input.search{
    color: #292d2e;
    border: 1px solid #eceef0;
    background: #ffffff;
    display: block;
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 10px 45px 10px 20px;
    outline: none;
    font-size: 17px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#search input.search:focus{
    border-color: #dedede;
}
#search #searchsubmit{
    font-family: FontAwesome;
    color: #a1b1bc;
    border: 0;
    background: transparent;
    line-height: 40px;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 15px;
    font-size: 18px;
    outline: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#search #searchsubmit:hover,
#search #searchsubmit:focus,
#search #searchsubmit:visited,
#search input.search:focus ~ #searchsubmit{
    color: #456878;
}