/*
Theme Name: Telegraph
Theme URI: http://www.telegraphnepal.com/
Author: Anita
Description: Custom theme, Telegraph
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: telegraphnepal
*/

body{overflow-x:hidden; font-family: 'Roboto', sans-serif; zoom:1; font-size:14px; color:#5b5b5d; margin:0; padding:0; background: #efefef; line-height: 1.5;}
:focus, a:focus{outline: 0; }
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 10px 0;
    font-weight: 300;
    color: #333;
    text-transform: none;
}
ul, ol{margin:0; padding: 0 10px;}
a{color: #2a6496;}
a:hover, a:focus{text-decoration:none;}

.nopadding{margin:0px; padding:0px;}
.noright{margin: 0px; padding-right: 0px;}
.noleft{margin: 0px; padding-left: 0px;}
/*------------top---------*/
 .banner img{height:60px; max-width:100%;}
 .ticker-js #news-ticker li a{ color: #4a4b4d;}

/*---------------------header--------------------*/
.header{margin: 10px 0;}
/*---------------------navigation--------------------*/
/* .navbar-brand {
    float: left;
    padding: 0;
} */
/* .navbar-header {
    float: left;
    width: 26%;
} */
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
    background: #4a4b4d;
    /* background-image: linear-gradient(to bottom, #aaabaf, #4a4b4d);
    background-repeat: repeat-x;
    border-color: #aaabaf #5b5b5d #4a4b4d; */
}
.navbar-nav {
    float: left;
    margin: 0;
    /*margin-left:7.8%;*/
}
/* div#bs-example-navbar-collapse-1 {
    float: left;
    width: 100%;
} */
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > li{
	/* border-left: 1px solid #5b5b5d;
    border-right: 1px solid #4a4b4d; */
}
.navbar-default .navbar-nav > li:first-child{border-left: none;}
.navbar-default .navbar-nav > li:last-child{border-right: none;}
.navbar-default .navbar-nav > li > a{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
	text-transform: capitalize;
    color: #fff;
    font-size: 15px;
	font-weight: 300;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.navbar-default .navbar-nav > li > a > i{margin-right: .5em;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #5b5b5d ; /*#aaabaf*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	background-color: #5b5b5d ; /*#aaabaf*/
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #5b5b5d ; /*#aaabaf*/
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 7px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
	font-size: 1em;
    white-space: nowrap;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ff0045;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
}
.dropdown-menu {
     border: none;
}
.ticker-js{margin-top: 15px;}
.ticker-js span{font-size: 16px; background-color: #9c0c0c; color: white; padding: 2px 10px; margin-right: 5px;}
.ticker-js ul{display: inline-block; list-style: none;}
.search-form{margin-top: 15px;}
.search-form .search-field{ border: 1px solid #b4bab4; padding: 1px 4px; margin-right: -5px;}
.search-form .search-submit{border: 1px solid #aaabaf; background: #bcb6b4;}
.page-header{margin: 10px 0 5px; padding-bottom: 0; border: none;}
.page-header .page-title{border-bottom: 1px solid #aaabaf; display: inline-block; padding-bottom: 5px;}
.addthis_inline_share_toolbox{margin: 10px 0;}
.widget{
  margin-bottom: 10px;
}
.related-post, .widget_recent_entries, .widget_archive, .widget_categories{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.related-post .related-post-title, .widget_recent_entries .widget-title, .widget_archive .widget-title, .widget_categories .widget-title{
  color: #fff;
  text-align: center;
  background: #4a4b4d;
  padding: 3% 0;
  margin: 0 0 10px 0;
  font-size: 20px;
}
.related-post ul, .widget_recent_entries ul, .widget_archive ul, .widget_categories ul{
  padding: 0 4%;
}
.related-post ul li, .widget_recent_entries ul li, .widget_archive ul li, .widget_categories ul li{
  border-bottom: 1px solid #aaabaf;
  padding: 5px 0;
}
.related-post ul li:last-child, .widget_recent_entries ul li:last-child, .widget_archive ul li:last-child, .widget_categories ul li:last-child{
  border-bottom: none;
}
.related-post ul li a, .widget_recent_entries ul li a, .widget_archive ul li a, .widget_categories ul li a{
  color: #5b5b5d;
  font-size: 14px;
  line-height: 18px;
}
.related-post ul li a:hover, .widget_recent_entries ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover{
  text-decoration: underline;
}

/*-----wrapper------*/
.wrapper{padding-top: 20px; padding-bottom: 20px;} /*padding: 20px 0px;*/
.imgad img, .ad-block img{width: 100%;}
.ad-block{margin-bottom:5px;}
.recommend{
	background: #f6f6f6;
	box-shadow: 0 0 10px #dddddd;
	padding: 10px;
	margin-bottom: 5px;
}
.news-loop{
	padding-top: 10px;
	border-bottom: 1px solid #dfdfdf;
}
.title-head{border-bottom: 1px solid #5b5b5d;}
.title-head h1{font-size: 16px; color: #2d2c2b; text-transform: uppercase; letter-spacing: 0.8px;}
.title-head i{color: #2d2c2b; margin-right: 10px; border: 1px solid #4a4b4d;; padding: 10px; border-radius: 20px;}

.news-loop h2{color: #5b5b5d; font-size: 14px; line-height: 18px;}
.news-loop a:hover h2{color: #2d2c2b;}
.post-date, .post-author, .post-date a, .post-author a{color: #999; font-size: 13px; font-style: italic;}
.post-date i, .post-author i{margin-right: 5px;}
.post-author{margin-left: 10px;}
.news-loop img{float: right; height: 40px; width: 55px; margin-left: 10px; margin-top: 10px;}
.title-cat{border-bottom: 1px solid #5b5b5d;}
.title-cat h1{font-size:18px; text-transform: uppercase; letter-spacing: 0.8px;}
.title-cat a{color: #5b5b5d;}

.banner-news{
	background: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
	border: 1px solid #E7E7E7;
	-webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.banner-news:hover{box-shadow:  0 0 20px #999;}
.banner-news h1{font-size: 20px; color: #5b5b5d;}
.banner-news a:hover h1{color: #2d2c2b;}
.banner-news img{width: 100%; height: auto; margin-bottom: 10px;}
.banner-news p{font-size: 14px; color: #5b5b5d; line-height: 18px; text-align: justify;}
/*-----------------FOOTER--------------*/
.footer{padding: 30px 0; background: #5b5b5d; color: #ccc; border-top: 6px solid #aaabaf;}
.footer-content{padding:0 20px;}
.footer-content .widget-title{ color:#fff; font-size:20px; font-weight:600; }
.widget ul, .widget ol{list-style:none;}

.menu{list-style:none;}
.menu li{ padding-top:2%; padding-bottom:2%;}
.menu li a{color:#ccc; line-height:24px; font-size:15px;}
.menu li a:hover{text-decoration:none; color:#fff;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background-color: #5b5b5d; color: white;}
.with-nav-tabs{background: #f6f6f6; box-shadow: 0 0 10px #dddddd; padding: 10px; margin-bottom: 5px;}
.with-nav-tabs .tab-content .tab-pane-content{padding-top: 10px; border-bottom: 1px solid #dfdfdf;}
.with-nav-tabs .tab-content .tab-pane-content img{float: left; height: 40px; width: 55px; margin-right: 10px;margin-top: 10px;}
.with-nav-tabs .tab-content .tab-pane-content h2{font-size: 14px; line-height: 18px; color: #45585d;}
.with-nav-tabs .tab-content .tab-pane-content a:hover h2{color: #2d2c2b;}
.nav-tabs > li > a{ color: #5b5b5d; text-transform: uppercase; letter-spacing: 1px;}
.view-all{ margin: 15px 0 0 0;}
.view-all a{text-transform: uppercase; font-size: 14px; line-height: 10px; background: none;color: #5b5b5d;}
.view-all a span:hover{ color: #2d2c2b;}

.footer-content p{ text-align: justify; }
.footer-content a{color: #151111;}

.copyright{ color: #fff; padding: 10px; background: #4a4b4d; text-align: center; margin-bottom: 20px;}
.copy p{font-size: 14px; margin:0px; padding-top: 10px;}
.copy a{color:#fff; padding:0 5%;}
.copy a:hover{text-decoration: underline;}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #4a4b4d;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*-------------------- Auto Float Img----------------------------*/
img.alignright, .alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft, .alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.content-area{background-color: #f6f6f6; border: 1px solid #dddddd; padding-top: 10px; padding-bottom: 10px;}
.post-thumbnail-single{padding-top:5px; padding-bottom: 5px;}
.entry-title a{color: #4a4b4d;}
.entry-title a:hover{color: #5b5b5d;}
.entry-content{padding-top: 5px; padding-bottom: 5px; text-align: justify;}
.single-header .single-title{display: inline-block; border-bottom: 2px solid #aaabaf}
.category .post-thumbnail{float: left; width: 15%; height: 90px; margin-right: 10px;}
.category .post-thumbnail img{width: 100%; height: 100%;}
.post-navigation{overflow: hidden; margin: 5px 0;}
.post-navigation .nav-previous{float: left; width: 50%;}
.post-navigation .nav-next{float: right; text-align: right; width: 50%;}
.post-navigation .nav-links a:hover{text-decoration: underline;}
ul.archive-date li{ font-size: 16px; list-style-type: disc; padding: 5px 0; margin-left: 40px;}
ul.archive-date li a{color: #5b5b5d; text-decoration: underline;}
.gallery img{height: 180px; width: 100%; margin-bottom: 5%; margin-top: 5%;}

/*------pagination-----------*/
.pagination {
  clear:both;
  margin: 10px 0;
  font-size:12px;
  line-height:15px;
  float: right;
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#fff;
  background: #5b5b5d;
}

.pagination a:hover{
  background: #aaabaf;
  color: #2d2c2b;
}

.pagination .current{
  padding:6px 9px 5px 9px;
  background: #aaabaf;
  color:#fff;
}
/*-------------------responsive design---------------------*/
@media(max-width:1440px){

}
@media(min-width:1280px){
	li.dropdown:hover > .dropdown-menu{
		display:block !important;
	}
}
@media (max-width:1160px){
	.navbar-default .navbar-nav > li > a{padding: 15px 9px;}
}
@media (max-width:1024px){

}
@media (max-width: 768px){
	.navbar-default .navbar-nav > li > a{padding:10px 7px; font-size: 11px;}
}
@media(max-width:500px){
	/* .container{padding: 0px;} */
	.sicons{padding: 1% 0;}
	ul.social-network li {margin:0px; padding:0px;}
	.banner img{height:auto;}
	#bs-example-navbar-collapse-1{margin:0;}
	.navbar-header{float:none;}
	.navbar-nav {width:100%; /*margin:0;*/}
	.navbar-default .navbar-nav > li > a{font-size: 14px;}
	.dropdown-menu > li > a {color:#fff !important;}
}
@media(max-width:320px){
	ul.social-network li {margin:0px; padding:0px;}
	.social-network li a{width: 22px;}
	.navbar-nav {width:100%; margin:0;}
}
