/*
Theme Name: NewsSunFlower Wordpress Theme

Description: NewsSunFlower brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    width: 100% !important;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
a{color: black}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.full_website{
    background-color: #FFFFFF;
}

.date_social{
    margin: 5px 0px;
	color:#FFFFFF;
	padding-top:5px;
}
.social{
    text-align: right;
    font-size: 22px;
    
}
.logo_banner{
    padding: 10px 5px;
}
.logo{
    padding-bottom:10px;
	padding-top:10px;
}

.logo img{
    width:100%;
}

.banner img{
    width:100%;
}
.scrool_01{
    background-color: #800000;
    padding: 5px;
    color: aliceblue;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top:5px;
	
}

.scrool_02{
    padding: 5px;
    margin-bottom: 15px;
	margin-top:5px;	
}
.heading_slider{
    padding: 10px;
    background-color: darkgrey;
    font-size: 20px;
    margin-bottom: 5px;
}
.big_images img{
    margin-bottom: 10px;
	margin-top:10px;
	
}
.heading_03{
    font-size: 15px;
    line-height: 18px;
    margin-top: 0px;
    font-weight: 400;
	
}

.heading_03 a{
    color: #000000;

}

.heading_03 a:hover{
    color:#FF0707;
}
.exclusive{
  height: 230px;
}
.photo-gallery{
	padding-right:10px;
	padding-left:10px;
	
}
.images_title{
    overflow: hidden;
    margin-bottom: 6px;
    border-bottom: 1px solid #CFD3D5;
    padding-bottom: 6px;
}
.images_title img{
    float: left;
    width: 30% !important;
    margin-right:15px;
	
}
.heading_02{
    font-size: 16px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 400;
}

.heading_02 a{
    color: #074097;
	
}

.heading_02 a:hover{
    color:cadetblue;
}
.tab-content{
	overflow: scroll;
	height: 300px;
    overflow-x: hidden;
}
.tab-content-single{
    overflow: scroll;
    height: 300px;
    overflow-x: hidden;
}
.leadnews{

	
}
.leadnews img{
	margin-bottom:10px;
	background:#EEEEEE;
	border-radius: 10px 0px 10px 0px;

}
.heading_01{
    font-size: 20px;
    line-height: 22px;
    margin-top: 0px;
	color:#074097;

}


.catagory_title-02{
	border-bottom: 2px solid #0272CA;
	border-top: 3px solid #0272CA;
	padding:10px;
}
.video-gellary{
	padding-right:10px;
	padding-left:10px;
	
}
.video iframe{
    width: 100%;
    height: auto;
    
}

.footer {
 
	color:#036383;
	background: #FFFFFF;
    color: #000000;
    padding: 1%;   
}
.copyright{
    font-size: 16px;
}
.design{
    text-align: right;
    font-size: 16px;
}
.design a{
    color: forestgreen;
}
.design a:hover{
    color:firebrick;
}

.morenews{
    font-size: 16px;
    text-align: right;
    margin-bottom: 20px;
}
.morenews a{
    color: forestgreen
}

/* Single Page ========================= */

.singlepage{
   margin: 60px 0px;
}

.single_images{
    
}
.single_title{
    font-size: 25px;
    line-height: 30px;
    padding: 10px;

}
.single_images img{
    width: 100%
}
.caption{
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: black;
    opacity: .4;
    color: white;
}
.caption h4{
    opacity: 10;
}
.single_details p{
    text-align: justify;
}


/* Archive Page ========================= */

.archive_details{
    border-bottom: 2px solid #737070;
    border-left: 5px solid #8C0303;
    margin-bottom: 15px;
    padding: 25px;
}
.archive_details img{
    float: left;
    width: 20% !important;
    margin-right: 20px;
}


/* Tab============================ */

#home {
    background-color: #F1F0DE;
}
#profile {
    background-color: #F1F0DE;
}
#last{
    background-color:#999999;
    margin: 0px;
    color: aliceblue
}
#popular{
    background-color: #F7A48E;
    margin: 0px;
    color: aliceblue
}
/* Goto Top============================ */
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}





/* =========================================================
Comments
 ========================================================= */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 30px 25px 30px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-respond {
	padding-bottom: 5%;
	margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}
li.comment {
	background-color: #fff;
	border-right: none;
}
.comment-content {
	clear: both;
	overflow: hidden;
}
.comment-list li {
	font-size: 14px;
	padding: 20px 30px 20px 50px;
}
.comment-list .children {
	margin-top: 40px;
	border: 1px solid #ccc;
}
.comment-list li li {
	background-color: #f5f5f6;
}
.comment-list li li li {
	background-color: #fff;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background : #F1EDEE;
}
.comment-respond input{
    background: #E8E4E5;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}
.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 60px;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}

