/*Main Style Sheet*/
.no_posts p {text-align: center;}
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.main_wrapper .blog_heading {background: #fff none repeat scroll 0 0;border-bottom: 3px solid #f3f3f3;box-sizing: border-box;margin-bottom: 15px;padding: 15px;width: 100%;}

.content_wrapper { width:100%; padding:0; }

.inner_container { max-width:1250px; margin:0 auto; padding:0 15px; }

.category-carousel img { max-width: 100%; }
/*Home Wrapper*/
.home_wrapper { width:100%; float:left; overflow:hidden; word-wrap: break-word; }

/*Left Side*/

.main_wrapper { width:50%; float:left; overflow:hidden; word-wrap: break-word; }

.default .main_wrapper, .right_column .main_wrapper { width: 75%; }

.full_width .main_wrapper { width: 100%; }

.main_wrapper.detail_wrapper { width:100%;}
/*Main Slider*/

.main_wrapper .main_slider { width:100%; background:#fff; padding:20px; box-sizing:border-box; margin-bottom:30px; border-bottom:#f3f3f3 3px solid }

.main_wrapper .main_slider .item { position:relative; }

.main_wrapper .main_slider .item .title { background:url(../images/slide-cap-bg.png) repeat-x; width:100%; height:200px; padding:25px; box-sizing:border-box; text-align:center; position:absolute; left:0; bottom:0px; }

.main_wrapper .main_slider .item .title .title_cap { width:100%; text-align:center; position:absolute; left:0; bottom:30px; }

.main_wrapper .main_slider .item .title .title_cap h1 { font-size:24px; font-weight:400; color:#fff; text-transform:uppercase; line-height:30px; }

.main_wrapper .main_slider .item .title .title_cap a { color:#fff; }

.main_wrapper .main_slider .item .title .title_cap span { font-size:13px; font-weight:400; color:#fff; text-transform:uppercase; }

.main_wrapper .main_slider .item .title .title_cap span.divider { display: block; width: 18px; height: 1px; margin: 15px auto; background-color: #fff; }

/*Blog Post Feed*/

.main_wrapper .blog_post_feed, .home_wrapper .blog_post_feed { width:100%; background:#fff; padding:20px; box-sizing:border-box; margin-bottom:20px; border-bottom:#f3f3f3 3px solid }

.main_wrapper .blog_post_feed.grid { height: 278px; width:46%; margin:12px; display:inline-block; vertical-align:top; background:#fff; padding:20px; box-sizing:border-box; margin-bottom:240px; border-bottom:#f3f3f3 3px solid; }

.main_wrapper .block-image {
    background-color: #F3F3F3;
    position: relative;
    float: left;
    width: 365px;
    height: auto;
    overflow: hidden;
}

.three_column .main_wrapper .block-image {
    width: 215px;
}

.main_wrapper .blog_post_feed.grid .block-image {
    background-color: #F3F3F3;
    position: relative;
    float: left;
/*    width: auto;*/
    width: 100%; /* FME, UPDATE 4.1.0, width updated */
    height: auto;
    overflow: hidden;
}

.main_wrapper .block-image .thumb {
    width: 100%;
    height: áuto;
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
}

.main_wrapper .block-image .thumb img { width:100%; height:290px/* FME, UPDATE 4.1.0, height updated */; object-fit:cover; }

.main_wrapper .block-image .thumb:hover .thumb-overlay, .main_wrapper .main_slider .item .thumb:hover .thumb-overlay{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(40,35,40,0.3);
        -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }


.main_wrapper .blog_post_feed article h2 {
    text-decoration: none;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    color: #222;
    padding-bottom:10px;
    text-transform:uppercase;
}

.main_wrapper .blog_post_feed article { float:left; width:80%; margin-left:20px; }

.main_wrapper .blog_post_feed.grid article { float:left; width:100%; margin-left:0px; padding-top:12px; }

.main_wrapper .blog_post_feed.grid article h2 { font-size:16px; line-height: 1.5em; }

.main_wrapper .blog_post_feed article h2 a { color:#222 }

.main_wrapper .blog_post_feed article h2 a:hover { color:#446CB3 }

.main_wrapper .blog_post_feed article .date { font-size:13px; color:#999; text-transform:uppercase; line-height:22px; }

.main_wrapper .blog_post_feed article .detail { padding:8px 0; font-size:14px; color: #666666; line-height:24px; }

.main_wrapper .blog_post_feed .addthis_sharing_toolbox { float: right;clear: both; }

/*Pagination*/

.main_wrapper .pagination { width:100%; padding:20px 0 }

.main_wrapper .pagination ul { list-style:none; padding:0; margin:0; text-align:center; }

.main_wrapper .pagination ul li { display:inline-block; vertical-align:top; margin:0 3px; }

.main_wrapper .pagination ul li a {  }

.main_wrapper .pagination ul li a.next::before { font-family: "FontAwesome"; font-size: 14px; color: #696E74; content: "\f054"; font-weight:normal; }

.main_wrapper .pagination ul li a { background: #FFF;  display:block; text-align: center; font-size: 14px; font-weight:600; color: #656462; position: relative; line-height:32px; text-align:center; padding:3px 15px; }

.main_wrapper .pagination ul li a.active { background: #446CB3; color: #fff; }

.main_wrapper .pagination ul li a:hover.active { background:#446CB3; color:#fff; }

.main_wrapper .pagination ul li a:hover { background:#DFDFE1 }

.main_wrapper .pagination ul li a:hover.next::before { color:#000; font-weight:normal; }

.main_wrapper .pagination ul li:last-child a:hover { color:#000 }

/*Detail Page*/

.main_wrapper .blog_post_feed.detail, .home_wrapper .blog_post_feed.detail { width:100%; }

.main_wrapper .blog_post_feed.detail article { float:none; width:100%; margin-left:0px; }

.main_wrapper .blog_post_feed.detail article p { padding:10px 5px; font-size:14px; color: #666666; line-height:24px; }

.main_wrapper .blog_post_feed.detail .comment_form ul { list-style:none; margin:15px 45px!important; }

.main_wrapper .blog_post_feed.detail .comment_form .math-captcha { border: 4px solid #f5f5f5;clear: both; margin-bottom: 15px; }

.main_wrapper .blog_post_feed.detail .comment_form .math-captcha input { font-size: 30px; margin-left: 0; margin-top: 5px; width: 100%; }
/* FME UPDATE 4.1.1 */
.main_wrapper .blog_post_feed.detail ul {padding-left: 20px;}
/* END, FME UPDATE 4.1.1 */
.main_wrapper .blog_post_feed.detail ul li { padding:4px 3px; clear:both; font-size:14px; font-weight:400; color:#555; line-height:22px; list-style:circle }

.main_wrapper .blog_post_feed.detail article h1 { font-size:24px; line-height:1.5em; }

.main_wrapper .blog_post_feed.detail .block-image { margin-top:15px; margin-bottom:20px; width:100%; float:none; }

/*Video Block*/

.main_wrapper .blog_post_feed.detail .video_block { width:100%; background:#f7f7f7; padding:25px 20px; box-sizing:border-box; margin:20px 0 }

/*Title*/

.main_wrapper .blog_post_feed.detail .video_block .title { width:100%; }

.main_wrapper .blog_post_feed.detail .video_block .title h6 { color: #2f2f2f; position: relative; line-height:19px; padding-bottom:13px; margin-bottom:27px;border-bottom: 2px solid #F2f2f2; font-size:18px; font-weight:600; }

.main_wrapper .blog_post_feed.detail .video_block .title h6:before { position:absolute; content: ''; bottom:-2px; left:0; width:36px; height:3px; background-color:#446CB3; }

/*Comments*/

.main_wrapper .blog_post_feed.detail .comments_list { width:100%; }

.main_wrapper .blog_post_feed.detail .comments_list ul{ list-style:none; margin:0px; padding:0px;}

.main_wrapper .blog_post_feed.detail .comments_list ul li { display:block; border:none; padding:5px 0px;}

.main_wrapper .blog_post_feed.detail .comments_list ul li ul.comment_reply {  margin:0px; padding:0px; margin-left:60px;}

.main_wrapper .blog_post_feed.detail .comments_list ul li ul.comment_reply li { display:block; border:none; padding-top:20px ;}

.main_wrapper .blog_post_feed.detail .comments_list ul li ul.comment_reply li .post_comments { padding-top:20px;}

.main_wrapper .blog_post_feed.detail .comments_list ul li .post_comments { width:98%;  overflow:hidden; border:none;}

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_image {width:10%; float:left; }

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_image img { max-width:100%; height:auto; border-radius:45px;}

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text {width:87%; float:right;  }

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text .comment_desc  { width:100%; border-bottom:1px solid #dedede; padding:10px 0px 25px;}

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text .comment_desc span { font-size:13px; font-weight:600; color:#555555; float:left; }

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text .comment_desc a { float:right; text-decoration:none; font-size:11px; color:#fff; background:#b3b3b3; padding:2px 8px; text-transform:uppercase; font-weight:600; border-radius:1px; }

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text .comment_desc a:hover { background:#446CB3;}

.main_wrapper .blog_post_feed.detail .post_comments .post_comment_text p { font-size:13px; font-family:arial; color:#808080; margin-top:15px; }

/*Form*/

.blog_detail_form { width:100%; overflow:hidden; clear:both; padding-top:5px; }

.blog_detail_form p {font-size:14px; font-family:arial; color:#7a7a7a; margin-left:10px; }

.blog_detail_form form {margin-top:25px; padding-bottom:40px; width:100%;}

.blog_detail_form form ul.name {list-style:none; float:left; margin-left:28px; }

.blog_detail_form form ul.email {list-style:none; float:left; margin-left:28px;  margin-top:10px;}

.blog_detail_form form ul.comment {list-style:none; float:left; margin-left:28px; margin-top:20px; padding-bottom:20px; width:100%;}

.blog_detail_form form ul li { width:100%; display:inline-block; vertical-align:top; font-size:14px; color:#7a7a7a; padding-bottom:14px; }

.blog_detail_form form ul li label { width:100%; display:block; clear:both; padding:10px 0; text-align: left; }

.blog_detail_form form ul.comment li {font-size:14px; font-family:arial; color:#7a7a7a; padding-bottom:10px; }

.blog_detail_form form ul li input.user_name { width:100%; background:none; font-size:14px; color:#7a7a7a; border:4px solid #f5f5f5; padding:12px; box-sizing:border-box }

.blog_detail_form form ul li textarea.user_name { width:100%; background:none; font-size:14px; color:#7a7a7a; border:4px solid #f5f5f5; padding:12px; box-sizing:border-box }

.blog_detail_form form .post_comment_btn { background:#446CB3; color:#fff; font-size:14px; font-weight:600; padding:8px 20px; border-radius:1px; border:0px; text-transform:uppercase; cursor:pointer; }

.blog_detail_form form .post_comment_btn:hover { background:#222; color:#fff; }



/*Related Posts*/

.main_wrapper .blog_post_feed.detail .related_posts, .home_wrapper .blog_post_feed.detail .related_posts { width:100%; }

.main_wrapper .blog_post_feed.detail .related_posts .title, .home_wrapper .blog_post_feed.detail .related_posts .title { position: relative; height:30px; margin-bottom:10px; }

.main_wrapper .blog_post_feed.detail .related_posts .title h2, .home_wrapper .blog_post_feed.detail .related_posts .title h2 { color: #2f2f2f; position: relative; line-height:19px; padding-bottom:13px; margin-bottom:27px;border-bottom: 2px solid #F2f2f2; font-size:18px; font-weight:600; }

.main_wrapper .blog_post_feed.detail .related_posts .title h2:before, .home_wrapper .blog_post_feed.detail .related_posts .title h2:before { position:absolute; content: ''; bottom:-2px; left:0; width:36px; height:3px; background-color:#446CB3; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block, .home_wrapper .blog_post_feed.detail .related_posts .posts_block{ width:100%; padding:20px 0 }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul{ list-style:none; margin:0; padding:0 }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li{ width:23%; display:inline-block; vertical-align:top; margin:0 15px 15px 0 }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li:last-child, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li:last-child{ margin:0 0px 15px 0 }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li img, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li img{ max-width:100%; height:auto; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3{ font-size:14px; font-weight:400; color:#222; line-height:23px; padding:8px 0; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3 a, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3 a{ color:#222; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3 a:hover, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li h3 a:hover{ color:#446CB3; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block ul li span, .home_wrapper .blog_post_feed.detail .related_posts .posts_block ul li span{ font-size:12px; font-weight:400; color:#999; text-transform:uppercase; padding-top:6px; }




.main_wrapper .blog_post_feed.detail .related_posts .posts_block .item, .home_wrapper .blog_post_feed.detail .related_posts .posts_block .item{ margin:10px }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block img, .home_wrapper .blog_post_feed.detail .related_posts .posts_block img{ max-width:100%; height:20rem; border: 1px solid #f1f1f1;}

.main_wrapper .blog_post_feed.detail .related_posts .posts_block h3, .home_wrapper .blog_post_feed.detail .related_posts .posts_block h3{ font-size:14px; font-weight:400; color:#222; line-height:23px; padding:8px 4px; }
/* FME CUSTOM WORK */
.home_wrapper .blog_post_feed.detail .related_posts .posts_block p, .home_wrapper .blog_post_feed.detail .related_posts .posts_block .date {padding-inline: 4px;}
/* END, FME CUSTOM WORK */

.main_wrapper .blog_post_feed.detail .related_posts .posts_block h3 a, .home_wrapper .blog_post_feed.detail .related_posts .posts_block h3 a{ color:#222; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block h3 a:hover, .home_wrapper .blog_post_feed.detail .related_posts .posts_block h3 a:hover{ color:#446CB3; }

.main_wrapper .blog_post_feed.detail .related_posts .posts_block span, .home_wrapper .blog_post_feed.detail .related_posts .posts_block span{ font-size:12px; font-weight:400; color:#999; text-transform:uppercase; padding-top:6px; }



/*SideBar*/

.sidebar_wrapper { width: 25%; float: left; overflow:hidden; box-sizing:border-box; word-wrap:break-word; padding: 0px 10px 20px 10px}

.sidebar_wrapper .widget, .detail_wrapper .widget { margin-bottom:30px; overflow:hidden; padding:20px; background:#fff; border-bottom:#f3f3f3 3px solid }

.sidebar_wrapper .widget .screen { width:100%; margin-top:20px; }

.sidebar_wrapper .widget .screen img { max-width:100%; height:auto; }

.sidebar_wrapper .widget .blog_banner { width:100%; }

.sidebar_wrapper .widget .blog_banner img { max-width:100%; height:auto; }

.sidebar_wrapper .widget .widget_title, .detail_wrapper .widget .widget_title { position: relative; height:30px; margin-bottom:10px; }

.sidebar_wrapper .widget .widget_title h2 , .detail_wrapper .widget .widget_title h2 { color: #2f2f2f; position: relative; line-height:19px; padding-bottom:13px; margin-bottom:27px;border-bottom: 2px solid #F2f2f2; font-size:18px; font-weight:600; }

.sidebar_wrapper .widget .widget_title h2:before, .detail_wrapper .widget .widget_title h2:before { position:absolute; content: ''; bottom:-2px; left:0; width:36px; height:3px; background-color:#446CB3; }

.sidebar_wrapper .widget .img_overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(40,35,40,0.0);
}

:focus {
    outline: 0;
}

.custom_widget .post_panel {
    padding-left: 15px;
    display: table-cell;
}

.custom_widget li {
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px solid #F3F3F3;
}

.custom_widget .rcp_title {
    overflow: hidden;
    line-height: 0;
    margin: 0 0 2px;
    padding: 0;
}

.custom_widget .rcp_title a {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 1.4em;
    margin: 2px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 600;
    color: #333;
}

.custom_widget .rcp_title a:hover {
    color: #446CB3;
}

.custom_widget .rcthumb {
    position: relative;
    float: left;
    margin: 0!important;
    width: 90px;
    height: 65px;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.custom_widget .rcthumb:hover .img_overlay { background-color: rgba(40,35,40,0.35);
-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out; }


/*Follow Us*/

.sidebar ul {
    list-style: none;
}

.social-count-plus ul { margin-top:20px; }

.social-count-plus > ul > li {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
}

.social-count-plus > ul {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.social-count-plus > ul > li.count-facebook > a {
    background: #516eab;
}

.social-count-plus > ul > li > a.icon {
    height: 40px;
    background: #999;
    display: block;
    width: 100%;
    border-radius: 2px;
}

.social-count-plus > ul > li > span.items {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}

.social-count-plus > ul > li.count-twitter > a {
    background: #29c5f6;
}

.social-count-plus > ul > li.count-youtube > a {
    background: #cd201f;
}

.social-count-plus > ul > li > a:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    left: 14px;
    text-align: center;
    width: 20px;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.social-count-plus > ul > li.count-facebook > a:after {
    content: "\f09a";
}

.social-count-plus > ul > li > a:before {
    font-family: FontAwesome;
    content: "\f067";
    opacity: 0.5;
    color: #fff!important;
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    right: 6px;
    text-align: center;
    width: 20px;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.social-count-plus > ul > li > a:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    left: 14px;
    text-align: center;
    width: 20px;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.social-count-plus > ul > li.count-twitter > a:after {
    content: "\f099";
}

.social-count-plus > ul > li > a:after {
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    left: 14px;
    text-align: center;
    width: 20px;
    top: 0;
    bottom: 0;
    line-height: 40px;
}

.social-count-plus > ul > li.count-youtube > a:after {
    content: "\f167";
}

.social-count-plus > ul > li > span.items > span.count {
    font-size: 16px;
    display: inline-block;
    margin: 12px 0 8px 50px;
    padding-left:20px;
    border-left: 1px solid rgba(255,255,255,0.2);
    color: #fff!important;
}

.social-count-plus > ul > li > span.items > span.label {
    margin-left: 10px;
    color: #fff;
    position: relative;
    top: -1px;
}

.social-count-plus > ul > li.count-facebook > a {
    background: #516eab;
}

.social-count-plus > ul > li > a.icon:hover {
    opacity: 0.85;

}

/*Tags*/

.sidebar .widget-content {
    width: 300px;
    background-color: #fff;
    padding: 20px 0px 0px;
    margin: 0;
}

.cloud-label-widget-content {
    text-align: left;
    overflow: hidden;
    margin-top:20px;
}

.cloud-label-widget-content .label-size, .cloud-label-widget-content .label-count {
    height: 30px!important;
    line-height: 19px!important;
}

.cloud-label-widget-content .label-size {
    background: #f5f5f5;
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 5px 5px 0;
}

.cloud-label-widget-content .label-size-1, .label-size-2, .label-size-3, .label-size-4, .label-size-5 {
    font-size: 100%;
    opacity: 10;
}

.cloud-label-widget-content .label-size a {
    padding: 6px 10px;
}

.cloud-label-widget-content .label-size a, .cloud-label-widget-content .label-size span {
    height: 100%!important;
    color: #2f2f2f;
    display: inline-block;
    font-size: 11px;
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 6px 8px;
}

.cloud-label-widget-content .label-size a:hover {
    color: #fff !important;
    background:#446CB3;
    -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }


/*Search*/

.sidebar_wrapper .widget .search { width:100%; padding-top:15px; }

.sidebar_wrapper .widget .search input { width:100%; background:#f7f7f7; padding:12px; font-size:14px; font-weight:400; border:0px; vertical-align:top; float:left; box-sizing:border-box; }

.sidebar_wrapper .widget .search button { background:#446CB3; padding:12px 14px; padding-bottom:15px; font-family:'Open Sans', Arial, sans-serif; font-size:14px; font-weight:600; color:#fff; border:0px; cursor:pointer; box-sizing:border-box;position: absolute;right: 31px; }

#view-all button.recent_btn { background:#446CB3; padding:12px 14px; padding-bottom:15px; font-family:'Open Sans', Arial, sans-serif; font-size:14px; font-weight:600; color:#fff!important; border:0px; cursor:pointer; box-sizing:border-box;}

/*Categories*/

.sidebar_wrapper .widget .categories { width:100%; padding-top:15px; }

.sidebar_wrapper .widget .categories ul { list-style:none; padding:0; margin:0; }

.sidebar_wrapper .widget .categories ul li { clear:both; padding:9px 15px; background:#f7f7f7; border:#f7f7f7 1px solid; margin-bottom:2px; border-radius:2px; box-sizing:border-box; }

.sidebar_wrapper .widget .categories ul li:hover { background:#fff; }

.sidebar_wrapper .widget .categories ul li:hover a { color:#446CB3; }

.sidebar_wrapper .widget .categories ul li a { font-family:'Open Sans', Arial, sans-serif; font-size:14px; font-weight:400; color:#222; line-height:22px; }

.sidebar_wrapper .widget .categories ul li a:hover { color:#446CB3; }

.sidebar_wrapper .widget .categories ul li a.selected { color:#446CB3; }

/*Recent Comments*/

.sidebar_wrapper .widget .randomposts p { font-size:13px; font-weight:400; line-height:20px; }

.sidebar_wrapper .widget .randomposts span { font-size:11px; color:#999 }

/*RSS Feed*/

.sidebar_wrapper .widget .rss_feed { width:100%; padding-top:20px; }

.sidebar_wrapper .widget .rss_feed .icon { float:left; margin:-5px 10px 0 0; }

.sidebar_wrapper .widget .rss_feed a { color:#222 }

.sidebar_wrapper .widget .rss_feed span { font-size:14px; line-height:32px; }
