/**
 * Blog and Announcements Custom Styles
 *
 * Consolidated CSS from blog and announcement template files:
 * - user-blog.php (217 lines)
 * - feeds.php (47 lines)
 * - annoucement-detail.php (13 lines)
 * Total: 277 lines of inline styles
 */

/* ===== user-blog.php ===== */

/* Left Sidebar */

.main_side_bar_left {

height: 100%;

}

/* Right Body */

/* .main_footer_sec {

position: fixed;

bottom: 0;

} */

.btn_list {

padding: 0 0rem;

margin: 0 0 30px;

}

.back_btn {

margin-right: 10%;

}

.btn_list a {

background: #f9671d 0% 0% no-repeat padding-box;

box-shadow: 0px 3px 99px #ccd6ff3e;

border-radius: 9px;

font-size: 13px;

color: #ffffff;

padding: 1rem 2rem;

}

.btn_list {

position: relative;

top: unset;

right: unset;

padding: 0;

padding: 0 0rem;

}

.donation_tab_pills {

background: unset;

box-shadow: unset;

border-radius: unset;

padding: unset;

}

.create_by_me_tabs_main .nav-link.active{

background: #f9671d 0% 0% no-repeat padding-box;

box-shadow: 0px 3px 99px #ccd6ff3e;

border-radius: 9px;

font-size: 13px;

color: #ffffff;

padding: 1rem 2rem;

}

.linked_blog ul{

margin-bottom:0;

}

.linked_blog a{

padding:1rem 0.8rem

}

.donation_tab_pills .grid-container{

padding-left:0;

}

.blog_box:first-child{

margin-left:0;

}

/* Responsive */

@media (max-width: 1024px) {

/* Left Sidebar */

.main_side_bar_left:hover .side_text_view p,

.main_side_bar_left:hover .side_open_logo {

margin-left: 2.5rem;

}

}

@media (max-width: 600px) {

.main_footer_sec {

position: relative;

bottom: 0;

}

.btn_list {

justify-content: start;

margin-left: 0;

margin-right: 0;

margin-bottom:0;

}

.btn_list a {

margin: 10px 0;

font-size: 10px;

}

.back_btn a {

width: 65%;

margin-left: 50px;

}

.back_btn {

margin-right: 10%;

}

.btn_list a {

padding: 0.6rem 0.7rem;

}

.btn_list_blog a{

padding: 0.4rem 0.5rem;

font-size: 10px;

}

.btn_list_blog{

justify-content: center;

display: flex;

}

.right_top_sec {

justify-content: flex-start;

}

.create_by_me_tabs_main .nav-link.active{

padding:9.6px 11.2px;

}

}

.row{
   width:100%;
}


/* ===== feeds.php ===== */

	.image-upload > input

		{

			display: none;

		}



	.image-upload img

		{

			width: 80px;

			cursor: pointer;

		}

	

	.dropdown-item:focus, .dropdown-item:hover {

    color: #16181b;

    text-decoration: none;

     background-color: unset;

}

li.my_feeds a.nav-link{ width:160px; padding:15px 0px;}

.col-xl-11{max-width:100%;}

.my_grp_feed ul.nav{background: #f8f8f8;

    border: 1px solid #e8e8e8;

    border-radius: 15px;

    padding: 10px;}


/* ===== annoucement-detail.php ===== */
       .annoucement_detail_main_banner .blog_detail_box img{
width: 100%;
        }
       .annoucement_detail_main_content .top_title h5{
            font-size: 35px;
        }
        @media only screen and (max-width:1027px){
            .annoucement_detail_main_content .top_title h5{
                font-size: 22px;
            }
        }

