/*
Theme Name: TV Site
Theme URI: http://www.themesbazar.com/tvsite
Author: the Themesbazer
Author URI: https://www.themesbazer.com
Description: TV Site brings your site to life with immersive featured images and subtle animations. With a focus on News 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 and on any device.
Version: 1.0
License: GNU General paid License v2 or later
License URI: #
Text Domain: tvsite
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 Popular-IT.
Use it to make something cool, have fun.
*/


/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.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 {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { 
	height: 100%;
	
 }
body {
	
	font-family: SolaimanLipiNormal;

}
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;
}

/**********************section start*************************/

.section_1{ 
    background: #075994;
    background: -webkit-linear-gradient(-90deg, #075994, #e3ecfd);
    background: -o-linear-gradient(-90deg, #075994, #e3ecfd);
    background: -moz-linear-gradient(-90deg, #075994, #e3ecfd);
    background: linear-gradient(-90deg, #075994, #e3ecfd);
}
.section_2{
	background: #012F6A;
}
.section_3{
	background: #01669C;
}





/**********************hadding start***************************/


.hadding_2 {
	font-weight:400;
	font-size:20px;
	line-height:auto;
	padding:10px 0px 10px 10px;
}
.hadding_2 a{
	color:black;
	text-decoration:none;		
}
.hadding_2 a:hover{
	color:#1E1381;		
}
.hadding_3 {
	font-weight:400;
	font-size:18px;
	line-height:auto;
	padding:5px;
}
.hadding_3 a{
	color:black;
	text-decoration:none;		
}
.hadding_3 a:hover{
	color:#0A4369;		
}

/**********************more news start***************************/



/**********************logo & bannar start***************************/

.logo img{
	width:100%;
	height:auto;
	padding:15px;
}
.bannar img{
	width:100%;
	height:auto;
	padding:15px;
}

/**********************scrool start***************************/

.scrool_1{
	padding:5px;
	background:#A0E9FF;
	color:#513A60;
	font-size:20px;
}

.scrool_2{
	padding:5px;
	background:#01669C;
}
.scrool_2 a{
	font-size:16px;
	color:#fff;
}


/**********************catagory start***************************/



.catagory_title_1{
    padding: 8px;
	overflow:hidden;
	width:100%;
	background:#013643;
	margin-top:10px;
	margin-bottom:10px;
}
.catagory_title_1 a{
	color:#fff;
	font-size:20px;
}

/**********************add start***************************/

.clear img{
	width:100%;
	height:auto;
	margin-top:30px !important;
	margin-bottom:0px !important;
}
.add img{
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}

/**********************image_title start***************************/

.images_title {
	padding-top:5px !important;

	overflow:hidden;
	border-bottom:2px dotted#D2D2D2;
}
.images_title img{
	float:left;
	width:30%;
	height:auto;
	margin-right:10px;
}
.images_title_1 {
	padding-bottom:5px;
	overflow:hidden;
}
.images_title_1 img{
	float:left;
	width:35%;
	height:auto;
	margin-right:10px;
}
/**********************video css start***************************/

.small-video{
	float:left;
	width:30%;
	height:auto;
	margin-right:10px;
}


.archive-video{
	float:left;
	width:20%;
	height:auto;
	margin-right:10px;
}

/**********************leadnews images start***************************/
.big_news{
	background:#F4F5F8;
	padding:5px;
	margin-bottom:10px
}
.big_news img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	border:4px solid#E6E7E7;
}
.middle_news img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	border:3px solid#E6E7E7;
}

/********************** top footer start***************************/

#top_footer {
    position: relative;
    background: #0662b0;
    height: 43px;
}
.right_bg {
    position: absolute;
    background: #0662B0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/**********************bottom footer start***************************/

.footer {
	padding-top:20px;
	padding-bottom:20px;
}


.bottom_footer{
	padding:10px;
}

.Design a{
	color:#fff;
	font-weight:800;
}
.Design a:hover{
	color:#B22222;
}

/**********************social start***************************/

.social{
	text-align:center;
}
.social a{
	font-size:30px;
	line-height:auto;
	background:#fff;
	padding:5px;
	border-radius:50% !important;
	margin:2px 2px;

}
.social .fa{
	width:40px;
	height:60px;
	padding:6px;

}

/**********************Old Theme***************************/
.home_page{
	z-index: 999999;
}
.home_logo img{
	float:left;
	width:12%;
	margin-bottom: -20%;
	margin-top: 2%;
	margin-left: 2%;
	z-index: 999999;
	position:absolute;
}
/* tab-header open*/
.tab-content{
	overflow: scroll;
	height: 290px;
    overflow-x: hidden;
}
.tab-content-single{
    overflow: scroll;
    height: 290px;
    overflow-x: hidden;
}
.tab-header{background:#fff;margin-top:3px;border-left:1px solid#D2D2D2;}
.tab-header .nav-tabs{border:none;}
.tab-header .nav-tabs {color: #000;background:#D2D5DB;}
.tab-header .nav-tabs > li > a{ border: none;border-top: 2px solid #d2d2d2;color:#000;font-size: 1.15em;border-radius: 0;padding:5px 15px;text-decoration: none;margin-bottom:0;}
.tab-header .nav-tabs > li > a:hover { background:#d2d2d2;}
.tab-header .nav-tabs > li.active > a, .tab-header .nav-tabs > li.active > a:focus, .tab-header .nav-tabs > li.active > a:hover{border: none;border-radius: 0;background:#F0F0F0;color:#000;border-top: 2px solid #7719AA;}
.tab-header .tab-content{}
.tab-header .tab-content ul.media-list{max-height:282px;overflow-y:auto;padding-left: 30px;}
.tab-header .tab-content ul.media-list .media{border-bottom:1px dotted gray;margin:0;padding:10px 0;position: relative;overflow:visible;}
.tab-header .tab-content ul.media-list .media .media-left{padding-right: 0;}
.tab-header .tab-content ul.media-list .media .media-left a{padding-right: 0;position:relative;}
/* tab-header close*/
/**********************Shadow-card css***************************/
.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

.card:hover {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 2px 5px;
}
/**********************Goto Top***************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top .fa {
	color:white
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
/* Single Page ========================= */

.singlepage{
   margin: 60px 0px;
}

.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;
}
.single_tab{
	padding:10px;
	border-bottom:1px solid #dfdfdd;
}
.single_tab img{
	 float: left;
    width: 30%;
    margin-right:10px;
}
.single-ditails p{
	text-align:justify;
	line-height:auto;
}


.single_info{
    overflow:hidden;
    margin-bottom:15px;
    background : #EAE5E5;
    width : 100%;
    display:block;
}
.single_home{
    background : #DC4E41;
    padding: 5px 15px;
    float:left;
}
.single_home i{
    border:1px solid white;
    padding:3px;
    border-radius:50%;
}
.single_home a{
    color: white;
}
.single_cate{
    background : #666666;
    padding: 5px 15px;
     float:left;
     color: white;
}
.single_cate a{
     color: white;
}
.single_cate i{
     border:1px solid white;
    padding:3px;
    border-radius:50%;
}
.single_titl{
    padding: 5px 15px;
    float:left;
}
.single_titl i{
    border:1px solid white;
    padding:3px;
    border-radius:50%; 
}


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

.archive_details{
    border-bottom: 2px solid #737070;
    border-left: 5px solid #8C0303;
    margin-bottom: 15px;
    padding: 25px;
	overflow:hidden
}
.archive_details img{
    float: left;
    width: 20% !important;
    margin-right: 20px;
	height:auto;
	
}
.last-post-news{
	overflow: scroll;
	height: 450px;
    overflow-x: hidden;
	padding-top:5px;
	margin-bottom:20px;

}
.archive_cetagor_title{
	background:#4862A3;
	padding:10px;
	text-align:center;
	color:#fff;
	
}

.archive_images_title{
	overflow:hidden;
	background:#FFFFFF;
	padding:10px;
	border:1px solid#eeecec; 


}
.archive_images_title img{
	float: left;
    width: 45%;
	height:auto;
	margin-right:10px;
	

	
}



/* =========================================================
Comments
 ========================================================= */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    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;   
}

/* =========================================================
Simple Share
 ========================================================= */
.simple-share {
    margin:10px 5px;
    line-height: 1;
    color:#fff;
    padding:6px 10px;
    text-decoration:none;
    font-size:25px;
    border-radius:50%;
}
.simple-share:hover {
    opacity:0.4;
}
.simple-share:hover{
    color:#fff;
    text-decoration:none;
}
.simple-share.ss-facebook {
    background-color: #3B5998;
}
.simple-share.ss-twitter {
    background-color:#00aced;
}
.simple-share.ss-gplus {
    background-color:#dd4b39;
}
.simple-share.ss-pinterest {
    background-color:#cb2027;
}
/* facebook title ========================= */
.facebook_title{
	background:#4862A3;
	padding:10px;
	border-radius:10px 0px 10px 0px;
	margin-bottom:10px;
	margin-top:10px;
}
.facebook_title a{
	color:#fff;
	
}