/*
Theme Name: OnlineNews
Description: onlinenews is a custom built theme
Version: 1.0.0
Text Domain: onlinenews
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Ek Mukta', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 20px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-editorial-inner,
input::-moz-editorial-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #011261;
	font-size: 15px;
	line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	line-height: 1.2;
	font-weight: 500;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 26px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 22px;
}

h6{
	font-size: 20px;
}

p {
	margin: 0 0 25px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background: #0a0b82;
	position: relative;
	padding: 12px 0;
	margin: 0 auto;
	position: relative;
	bottom: -25px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #ed1b24 ;
	width: 220px;
	z-index: 999;
}

.main-navigation ul li:hover > ul{
    display: block;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: #FFF;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

ul.emo-menu > li:last-child{
	border-right: 0;
}

ul.emo-menu > li{
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
    font-weight: 600;
}

ul.emo-menu > li > a{
	color: #FFF;
	padding: 0 25px;
	line-height: 32px;
	font-size: 16px;	
	position: relative;
}

.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after,
.main-navigation ul ul li:hover > a:after,
ul.emo-menu > li:hover >  a:after {
	content: "";
    height: 6px;
    width: 40px;
    background: #253993;
    top: 100%;
    left: 50%;
    margin-top: 6px;
    position: absolute;
    margin-left: -20px;
    border-radius: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.section-title:before,
.section-title:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.section-title:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.emo-container{
	width: 1200px;
	margin: 0 auto;
}

.site-header{
	background: #fff;
	margin-bottom: 65px;
}

#top-header{
	border-bottom: 4px solid rgb(255, 0, 0);
}

.nepali-date{
	color: #2196F3;
	line-height: 40px;
	white-space: nowrap;
    float: left;
}

.nepali-date .fa{
    font-size: 13px;
    margin-right: 6px;
}

.header-social-icons{
    float: right;
    margin-top: 6px;
	background:red;
	padding:4px;}

.header-social-icons a{
	display: inline-block;
	margin-left: 10px; 
	width: 22px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.header-social-icons a:hover{
	transform: rotate(360deg);
	-ms-transform: scale(360deg);
	-webkit-transform: scale(360deg);
}

.main-header{
	padding: 60px 0 0;
}

.site-branding{
	float: left;
	width: 320px;
}

.site-header-ads{
	float: right;
	max-width: 780px;
}

#primary{
	width: 70%;
	float: left;
}

#secondary{
	width: 27%;
	float: right;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 15px;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	vertical-align: middle;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*Big News*/
#big-news{
	margin-bottom: 40px;
}

#big-news .big-news{
	text-align: center;
	font-size: 22px;
	margin-bottom:40px;
	border-top: 8px solid #ed1b24 ;
	padding: 0 8px 8px;
    position: relative;
    background: url(img/pattern-pixel.png) repeat fixed #FAFAFA;
}

#big-news .big-news-wrap{
	background: #FAFAFA;
	padding: 40px 50px;
}

#big-news .emo-header{
	background: #253993;
	display: inline-block;
	padding: 8px 30px;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	line-height: 1;
	margin-bottom: 30px;
}

#big-news .big-news-header{
	padding: 0 4%;
}

#big-news .big-news-header h2{
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 600;
}

#big-news .big-news-header h2 a{
	color: #ed1b24 ;
}

#big-news .big-news-header h2 a:hover{
	color: #253993;
}

#big-news .big-news-header h6{
	font-size: 30px;
	color: #444;
	margin-bottom: 30px;
}

#big-news .big-news .emo-author{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

#big-news .big-news-excerpt{
	padding: 0 2%
}

#big-news .big-news-excerpt p:last-child{
	margin-bottom: 0;
}

/*General CSS*/
.section-title{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	background: #0a0b82 ;
}

.section-title > span{
	padding: 0 35px 0 25px;
	display: inline-block;
	color: #FFF;
	position: relative;
	line-height: 40px;
	font-weight: 600;
	border-right: 3px solid #FFF;
}

.section-title span:after{
	content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    border-style: solid;
    border-color: #0a0b82  transparent transparent transparent;
    border-width: 8px;
}

.section-title a{
	float: right;
    line-height: 40px;
    font-size: 13px;
    padding: 0 15px;
    margin-right: 10px;
    font-weight: bold;
    color: #FFF;
}

.section-title a .fa{
	font-size: 11px;
    margin-left: 4px;
}

.news-title{
	font-size: 18px;
	font-weight: 800;
}

.news-title a{
	color: #253993;
}

.news-title a:hover{
	color: #ed1b24 ;
}

.news-subtitle{
	font-size: 14px;
	color: #999;
	font-weight: 600;
	line-height: 1;
}

.news-post{
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #F6F6F6;
}

.news-post:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0;
}

.news-post p{
	margin-bottom: 0;
}

.news-list{
	margin: -8px 0 0;
	padding: 0;
	list-style: none;
}

.news-list li{
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #F6F6F6;
	line-height: 1.2;
	background: url(img/arrow.gif) no-repeat left 14px;
}

.news-list li:last-child{
	border-bottom: 0;
}

.float-left{
	float: left;
	margin-right: 15px;
}

.float-right{
	float: right;
	margin-left: 15px;
}

.thumb{
	width: 90px;
}

.small-thumb{
	width: 60px;
}

.top-medium-thumb{
	margin-bottom: 10px;
}

.top-big-thumb{
	margin-bottom: 15px;
}

.image-thumb img,
.big-thumb img{
    display: block;
}

.emo-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.image-thumb a{
	position: relative;
	overflow: hidden;
	display: block;
}

.image-thumb img{
    width: 100%;
}

.full-width-ads{
	margin-bottom: 25px;
	text-align: center;
    margin-top: -15px;
}

.sidebar-ads{
    margin-bottom: 25px;
}

.sidebar-ads .widget{
	margin-bottom: 5px;
}

.sidebar-ads .widget:last-child{
	margin-bottom: 0;
}

blockquote{
    background: #F6F6F6;
    padding: 30px;
    position: relative;
    width: 60%;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
    border-top: 4px solid #ed1b24 ;
    font-size: 17px;
    color: #888;
}

blockquote:before, blockquote:after {
    content: "";
    position: absolute;
    z-index: -2;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}

blockquote:after {
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}

blockquote p:last-child{
    margin-bottom: 0;
}

/*============Single Page==============*/
.page-header{
    margin-bottom: 25px;
    position: relative;
}

h1.page-title{
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 0;
}

h2.entry-title{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

h2.entry-title a:hover{
	color: #ed1b24 ;
}

.page-sub-title{
    margin: 15px 0 0;
}

.archive .page-header{
    background: #F0F0F0;
    padding: 0 0 12px;
    margin-bottom: 30px;
}

.archive .page-header .page-title{ 
    background: #FFF;
    font-size: 35px;
    padding: 0 0 12px;
    font-weight: 600;
}

.entry-meta{
	font-size: 15px;
    color: #888;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}

.single .entry-meta{
   border-top: 1px solid #F0F0F0;
   padding-top: 20px; 
}

.entry-thumbnail{
	margin-right: 25px;
	width: 35%
}

.page-header + .author{
	margin-bottom: 15px;
	font-size: 16px;
}

.sharethis{
	margin-bottom: 25px;
	max-width: 840px;
    padding: 20px 0;
}

.sharethis *{
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

.sharethis .stButton .stBubble_count{
	background: none !important;
	border: 1px solid #CCC !important;
}
.sharethis iframe{
	max-width: none;
}

.sharethis .st_fblike_vcount > span{
	margin-bottom: 3px !important;
}

.single .entry-content{
	font-size: 19px;
	line-height: 2;
}

.archive .entry-content{
	margin-bottom: 0;
}

.archive .hentry,
.search .hentry{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F6F6F6;
}

.entry-content p{
	margin-bottom: 25px;
}

#fb-comments{
	margin: 40px 0;
}

#fb-comments h4,
#related-news h4,
.widget-area .widget-title{
	font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    background: #0a0b82 ;
}

#fb-comments h4 span,
#related-news h4 span,
.widget-area .widget-title span{
	color: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 35px 0 25px;
    font-size: 18px;
    line-height: 36px;
    border-right: 3px solid #FFF;
}

#fb-comments h4 span:after,
#related-news h4 span:after,
.widget-area .widget-title span:after {
    content: "";
    position: absolute;
    left: 25px;
    top: 100%;
    border-style: solid;
    border-color: #0a0b82 transparent transparent transparent;
    border-width: 8px;
}

#fb-comments .fb_iframe_widget,
#fb-comments .fb_iframe_widget span,
#fb-comments .fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

.fb-like{
    vertical-align: top;
    margin-left: 10px;
}

.widget-area .widget_sp_image{
	margin-bottom: 5px;
}

.related-news-wrap{
	margin-left: -3%;
}

.related-news-wrap .news-post{
	width: 30.33%;
	margin-left: 3%;
	float: left;
	border-bottom: 0;
}

.related-news-wrap .news-post:nth-child(3n+1){
    clear: both;
}

.widget-area ul,
.widget-area ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area li{
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #F0F0F0;
	line-height: 1.2;
	background: url(img/arrow.gif) no-repeat left 14px;
}

.pagination{
	text-align: center;
	clear: both;
	margin-bottom: 40px;
	font-family: Arial;
}

.pagination .page-numbers{
	font-size: 16px;
	margin: 0 5px;
	padding: 6px 12px;
	line-height: 1;
	border: 2px solid #ed1b24 ;
	color: #ed1b24 ;
	display: inline-block;
	vertical-align: middle;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	border: 2px solid #253993;
	color: #253993;
}

#main-news{
	margin-bottom: 40px;
}

.main-big-news{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

.main-big-news .news-post{
	position: relative;
}

.main-big-news .news-post h4{
	/* position: absolute; */
	bottom: 20px;
	max-width: 120%;
	left: 60px;
	margin: 5;
	pointer-events: none;
}

.main-big-news .news-post h4 span{
	font-size: 32px;
    color: #FFEB3B;
    background-color: rgba(66, 4, 249, 0.73);
    box-shadow: 10px 0 0 rgba(80, 173, 193, 0.05), -10px 0 0 rgba(165, 62, 62, 0.09);
    font-weight: 500;
    line-height: 54px;
}


.main-big-news .news-post:hover h4 span{
	background-color: #ed1b24;
    box-shadow: 10px 0 0 #ed1b24, -20px 0 0 #aaddff26;
}


.main-side-news{
	width: 48%;
	float: right;
	height: 410px;
	overflow: hidden;
	margin-bottom: 30px;
}

.main-side-news .news-title{
	padding-top: 2px;
}

.main-side-news .image-thumb{
	width: 125px;
}

.main-bottom-news{
	clear: both;
	margin-left: -2%;
}

.main-bottom-news .news-post{
	width: 23%;
	float: left;
	margin-left: 2%;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#top-news{
	margin-bottom: 40px
}

.popular-news{
	width: 24%;
	float: left;
	margin-right: 2%;
}

.popular-news-wrap{
	height: 423px;
	overflow: hidden;
}

.popular-news-wrap .news-title{
    margin-bottom: 0;
}

.popular-news-wrap .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}

.popular-news-wrap .mCSB_scrollTools{
	width: 10px;
}


.main-slider{
	width: 48%;
	float: left;
}

.main-slider .slider-thumb a{
	position: relative;
	display: block;
}

.main-slider .slider-caption{
	padding: 25px;
	background: #000000ab;
	color: #fffffff0;
	margin: -40px 0 0;
	position: relative;
}

.main-slider .slider-caption h4{
    font-size: 24px;
    margin-bottom: 15px;
}

.main-slider .slider-caption h4 a{
	color: #FFF;
}

.main-slider .slider-caption .news-subtitle{
	color: #EEE;
	margin-bottom: 15px;
}

.main-slider .owl-nav{
	position: absolute;
	left: 20px;
	top: 20px;
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next{
	height: 38px;
	width: 38px;
	background: #0a0b82;
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	opacity: 0.8;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	opacity: 1;
}

.top-news-sidebar{
	width: 24%;
	float: right;
}

.top-news-sidebar .news-title{
	margin-bottom: 0;
}

.top-news-sidebar-wrap{
	height: 423px;
	overflow: hidden;
}

.top-news-sidebar-wrap .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}

.top-news-sidebar-wrap .mCSB_scrollTools{
	width: 10px;
}

#editorial-news{
	background: #F6F6F6;
	margin-bottom: 40px;
    border-top: 4px solid #0a0b82;
}

.editorial-news-wrap{
    padding: 0 20px;
    margin-left: -2%;
}

.editorial-news-wrap .news-post{
	border: 0;
	margin-bottom: 25px;
	padding-bottom: 0;
	margin-left: 2%;
	float: left;
	width: 23%;
}

.editorial-news-wrap .news-post .image-thumb{
	width: 80px;
}

#editorial-news .section-title{
	background: none;
	margin-bottom: 15px;
	border-radius: 0;
}

#editorial-news .section-title span{
	padding-left: 40px;
	background: #0a0b82 ;
	border-right: 0;
}

#editorial-news .section-title a{
	color: #333;
}

#editorial-news .section-title span:after {
    border-top-color: #0a0b82 ;
    left: 100%;
    border-width: 20px 11px;
    top: 0;
    border-left-color: #0a0b82 ;
}


#main-news{
	margin-bottom: 40px;
}

.main-news-col1{
	width: 22%;
	float: left;
	margin-right: 3%;
}

.main-news-col2{
	width: 39%;
	float: left;
}

.main-news-col3{
	width: 33%;
	float: right;
}

.main-news-col2 .news-title{
	font-size: 28px;
}

.main-news-col2 .news-excerpt{
	font-size: 16px;
}

.main-news-small .float-left{
	width: 60px;
}

.small-sidebar-news{
    background: #F6F6F6;
    padding: 20px;
    margin-bottom: 40px;
}

.small-sidebar-news .section-title{
    margin: -20px -20px 10px;
}

.small-sidebar-news .news-post{
    padding-bottom: 0;
    border: 0;
}

.secondary-news-left-col .sidebar-ads img{
    width: 100%;
}

.secondary-news-left-col{
	width: 72.5%;
    float: left;   
}

.secondary-news-right-col{
	width: 25%;
	float: right;
}

.highlight-news{
	margin-bottom: 40px;
}

.highlight-news-wrap{
	margin-left: -3%;
}

.highlight-news .news-post{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.highlight-news .news-post.hn-small{
	width: 30.33%;
	float: left;
	margin-left: 3%;
}

.manoranjan-news{
	margin-bottom: 15px;
}

.manoranjan-news .news-post{
	margin-bottom: 25px;
	padding-bottom: 0;
	border: 0;
	position: relative;
}

.manoranjan-news .news-title{
	margin: 0;
	padding: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	pointer-events: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.manoranjan-news .news-post:hover .news-title{
	background: rgba(0,0,0,0.5);
}

.manoranjan-news .mnn-small.news-post{
	margin-bottom: 25px;
}

.secondary-news-big-wrap{
	width: 49%;
	float: left;
}

.secondary-news2-wrap{
	margin-left: -3%;
}

.secondary-news2 .left-col,
.secondary-news2 .middle-col,
.secondary-news2 .right-col{
	width: 30.33%;
	float: left;
	margin-left: 3%;
}

.secondary-news2 .left-col .image-thumb{
	width: auto;
}

.secondary-news2 .image-thumb{
	width: 90px;
}

.secondary-news1,
.secondary-news2{
	margin-bottom: 40px;
}

.sn1-left-col{
	width: 48.5%;
	float: left;
}

.sn1-right-col{
	width: 48.5%;
	float: right;
}

.secondary-news1 .float-left{
	width: 150px;
}

.secondary-news1 .big-post .news-title{
	font-size: 24px;
}

.sidebar-news{
	margin-bottom: 25px;
}

.sidebar-news .image-thumb.float-left{
	width: 90px;
}

.bichar-news{
	margin-bottom: 25px;
}

.bichar-news .news-author{
	font-weight: bold;
    color: #FFF;
    background: #253993;
    display: inline-block;
    padding: 0px 10px;
    font-size: 12px;
}

.bichar-news .news-post{
	background: #F6F6F6;
    padding: 10px !important;
    margin-bottom: 15px;
    border: 0;
}

.bichar-news .news-post .thumb{
	width: 100px;
	margin: -10px 20px -10px -10px;
}

#video-news{
	margin-bottom: 40px;
	background: #0f99b9;
	padding: 20px;
	border-top: 4px solid #ed1b24 ;
}

#video-news .section-title{
	margin: -20px -20px 20px;
	background: none;
}

#video-news .section-title > span{
	background: #ed1b24 ;
	padding-left: 40px;
	border-right: 0;
}

#video-news .section-title span:after {
    border-top-color: #ed1b24 ;
    left: 100%;
    border-width: 20px 11px;
    top: 0;
    border-left-color: #ed1b24 ;
}

#video-news .bottom-carousel{
	position: relative;
}

#video-news .news-post{
	position: relative;
	color: #FFF;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

#video-news .news-post a{
	position: relative;
	display: block;
}

#video-news .news-post .news-title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFF;
	pointer-events: none;
	padding: 10px 15px;
	margin-bottom: 0;
	background: url(img/feat-bg.png) repeat-x left top;
    padding-top: 50px;
}

#video-news .news-post a:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -40px;
	background: url('img/play-icon.png') no-repeat center rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	background-color : rgba(10,36,46,0.5); 
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background-size: 20px;
}

#video-news .news-post:hover a:after{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
    border-radius: 0;
}

#video-news .news-post img{
    width: 100%;
}

#video-news .ls-controls .goToPrevSlide,
#video-news .ls-controls .goToNextSlide{
	position: absolute;
	height: 70px;
	width: 30px;
	background: #222;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	top: 50%;
	margin-top: -35px;
	font-size: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

#video-news .ls-controls .goToPrevSlide{	
	left: 0;
}

#video-news .ls-controls .goToNextSlide{	
	right: 0;
}

.primary-section-main{
	width: 72.5%;
	float: left;
}

.primary-section-sidebar{
	width: 25%;
	float: right;
}

.primary-row1{
    margin-bottom: 40px;
}

.pr1-top{
	margin-bottom: 30px;
}

.pr1-top .news-post{
	position: relative;
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 17px;
}

.pr1-top .pr1-thumb{
	width: 50%;
    float: left;
    margin-right: 3%;
}

.pr1-top .news-title{
    font-size: 30px;
    margin-bottom: 15px;
}

.pr1-bottom{
	margin-left: -3%;
}

.pr1-bottom .news-post{
	width: 30.33%;
	float: left;
	margin-left: 3%;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.primary-row2{
    margin-bottom: 40px;
}

.primary-row2-wrap{
    margin-left: -2%;
}

.primary-row2 .news-post{
    position: relative;
    width: 31.333%;
    margin-left: 2%;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.primary-row2 .news-post-wrap{
    background: #F6F6F6;
    border: 1px solid #EEE;
    border-radius: 3px;
    padding: 25px 20px !important;
    text-align: center;
    z-index: 9;
    position: relative;
}

.primary-row2 .news-post:after{
    content:"";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #F6F6F6;
    border: 1px solid #EEE;
    height: 8px;
    z-index: 8;
    border-radius: 3px;
}

.primary-row2 .news-post:nth-child(3n+1){
    clear: both;
}

.primary-row2 .top-big-thumb{
    width: 100px;
    margin: 30px auto 0;
}

.primary-row2 .news-title{
    margin-bottom: 16px;
}

.primary-row2 .news-subtitle{
    margin: 25px 0 0;
    color: #666
}

.primary-row2 .news-post img{
    border-radius: 50%;
    box-shadow: 0px 0px 0 8px #EEE;
}

.sidebar-highlight-news{
    margin-bottom: 25px;    
}

.sidebar-highlight-news .news-post{
    position: relative;
    margin-bottom: 6px;
    border: 0;
    padding-bottom: 0;
}

.sidebar-highlight-news .news-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding: 20px 15px 15px 25px;
    color : #FFF;
    font-weight: 600;
    margin: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sidebar-highlight-news .news-post:hover .news-title{
    background: rgba(0,0,0,0.6);
}

.sidebar-highlight-news .news-title span{
    position: absolute;
    background: #ed1b24 ;
    color: #FFF;
    top: 0;
    right: 15px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    font-weight: normal;
    text-align: center;
    line-height: 25px;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.primary-row3{
    margin-bottom: 40px;
}

.pr3-wrap{
    margin-left: -3%;
}

.pr3-col1{
    width: 32%;
    float: left;
    margin-left: 3%;
}

.pr3-col1 .news-title{
    font-size: 24px;
}

.pr3-col2{
    width: 36%;
    float: left;
    margin-left: 3%;
}

.pr3-col2 .image-thumb{
    width: 100px;
}

.pr3-col3{
    width: 20%;
    float: right;
    background: #1940bf08;
    padding: 16px;
}

.pr3-col3 .news-post{
	border-color: #fbfbfb00; 
}

.pr3-col3 .news-title{
	margin-bottom: auto;
	font-size: 15px;
}

.pr3-col3 .news-title a{
	color: #253993;
}

.primary-row4{
	margin-bottom: 40px;
}

.pr4-col1{
	width: 48.5%;
	float: left;
}

.pr4-col1 .news-title{
    font-size: 30px;
}

.pr4-col1 .news-excerpt{
    font-size: 17px;
}

.pr4-col2{
	width: 48.5%;
	float: right;
}

.rashifal-news{
    padding: 8px;
    background: #ed1b24 ;
    margin-bottom: 40px;
} 

.rashifal-news .section-title{
    margin-bottom: 0;
    background: #FFF;
}

.rashifal-news .section-title a{
    line-height: 34px;
    box-shadow: none;
}

.rashifal-all{
    background: #FFF;
    display: block;
    margin-top: 10px;
    text-align: center;
    padding: 4px;
}

.site-footer{
	background: #0000009c;
}

.site-footer a{
	color: #eee;
}



.top-footer{
	padding: 40px 0 20px;
}

.top-footer-wrap{
	margin-left: -3%;
}

.footer-block{
	width: 30.333%;
	margin-left: 3%;
	float: left;
	color: #EEE;
}

.footer-block .widget-title{
	font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}

.footer-block .widget-title span{
	color: #FFF;
	display: inline-block;
	position: relative;
	background: #0a0b82 ;
	padding: 0 25px 0 15px;
	line-height: 30px;
}

.footer-block .widget-title span:after{
    content: "";
    position: absolute;
    left: 12px;
    top: 100%;
    border-style: solid;
    border-color: #0a0b82  transparent transparent transparent;
    border-width: 8px;
}

.footer-block p{
	margin-bottom: 10px;
}

.footer-block ul,
.footer-block ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-block li{
	padding: 5px 0;
	line-height: 1.1;
}

.footer-block a:hover{
	color: #ed1b24 ;
}

.site-info{
    text-align: center;
	color: #EEE;
	font-size: 14px;
}

.site-info a{
    color: #CCC;
} 

.site-info .emo-container{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0;
}

.site-links{
    float: left;
}

.site-links ul{
    list-style: none;
    margin: 0;
    padding: 0
}

.site-links ul li{
    display: inline-block;
    margin-right: 15px;
}

.site-credit{
    float: right;
}

#go-to-top{
	height: 80px;
	width: 40px;
	background: url(img/top.png) no-repeat center #000 ;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	font-size: 30px;
	text-align: center;
	line-height: 34px;
	color: #ed1b24 ;
}

#go-to-top:hover{
	background-color: #253993;
	border-color: #253993;
}

.toggle-menu{
	display: none;
}

/*Responsive CSS*/

@media screen and (max-width:1220px){
	.emo-container{
	   width: 768px;
	}
    
    .tickler-news{
        display: none;
    }
    
    .site-branding{
        float: none;
        text-align: center;
        margin-bottom: 30px;
		width: auto;
    }
    
    .site-header-ads{
        float: none;
        text-align: center;
        padding-top: 0;
    }
    
    .main-navigation{
        padding: 0;
		bottom: 0;
    }
    
    .main-navigation .emo-container{
        position: relative;
    }

	.toggle-menu{
		height: 48px;
		width: 52px;
		cursor: pointer;
		display: block;
	}

	.toggle-menu span{
		height: 3px;
		width: 38px;
		background: #FFF;
		display: block;
		margin: 0 auto;
		border-radius: 2px;
		position: relative;
		top: 23px;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF; 
	}

	.main-navigation ul.emo-menu{
		position: absolute;
		top: 48px;
		background: #ed1b24 ;
		width: 100%;
		z-index: 9999;
		padding-right: 0;
		border-top: 2px solid #FFF;
		display: none;
        left: 0;
	}

	ul.emo-menu > li{
		float: none;
        border: 0 !important;
	}
	
	.main-navigation a{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.main-navigation ul ul{
		position: static;
		display: block;
		width: auto;
		padding-left: 10px;
	}

	.main-navigation ul ul a{
		border: 0;
		background: none !important
	}
	
	.main-navigation .current_page_item > a:after, 
	.main-navigation .current-menu-item > a:after, 
	.main-navigation .current_page_ancestor > a:after, 
	.main-navigation .current-menu-ancestor > a:after, 
	.main-navigation ul ul li:hover > a:after, 
	ul.emo-menu > li:hover > a:after{
		display: none;
	}
	
	.main-big-news,
	.main-side-news,
	.popular-news,
	.main-slider,
	.top-news-sidebar{
		width: auto;
		float: none;
		margin: 0;
	}
	
	.main-big-news,
	.popular-news,
	.main-slider,
	.main-side-news{
		margin-bottom: 40px;
	}
    .editorial-news-title{
        width: 20%;
    }
	
	.editorial-news-wrap .news-post{
		width: 48%;
	}
	
	.editorial-news-wrap .news-post:nth-child(2n+1){
		clear: both;
	}

    .primary-section-main{
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    
    .primary-section-sidebar{
        width: auto;
        float: none;
    }
    
    .shn-wrap{
        margin-left: -2%;
    }
    
    .sidebar-highlight-news .news-post{
        width : 48%;
        float: left;
        margin-left: 2%;
		margin-bottom: 20px;
    }
    
    .sidebar-highlight-news .news-post img{
        width: 100%;
    }
    
    .rashifal-news img{
        display: block;
        margin: 0 auto;
    }
    
    .rashifal-news{
        width: auto;
        margin-right: 0;
        float: none;
    }
    
    .secondary-news-left-col,
    .secondary-news-middle-col,
    .secondary-news-right-col{
        width: auto;
        float: none;
        margin: 0;
    }
    
    .secondary-news-left-col{
        margin-bottom: 40px;
    }
    
    .ssn-wrap{
        margin-left: -3%;
    }
    
    .small-sidebar-news .news-post{
        float: left;
        width: 47%;
        margin-left: 3%;
    }
    
    .small-sidebar-news .news-post:nth-child(2n+1){
        clear: both;
    }
    
    
    .sidebar-ads{
        display: none;
    }
	
	#primary,
	#secondary{
		width: auto;
		float: none;
		display: block;
		padding: 0;
		border: 0;
	}
}

@media screen and (max-width:768px){
    
    .emo-container{
        width: auto;
        padding: 0 5%;
    }
	
	#big-news .big-news-wrap{
		padding: 20px;
	}
    
    #big-news .big-news-header h2{
        font-size: 36px
    }
    
    #big-news .big-news-header h6{
        font-size: 20px;
    }
	
	.main-big-news .news-post h4 span{
		font-size: 24px;
		line-height: 40px;
	}
	
	.news-post img{
		width: 100%;
	}
	
	.main-bottom-news,
	.pr1-bottom,
	.shn-wrap,
	.editorial-news-wrap,
	.highlight-news-wrap,
	.secondary-news2-wrap{
		margin-left: 0;
	}
	
	.main-bottom-news .news-post,
	.pr1-bottom .news-post,
	.pr4-col1,
	.pr4-col2,
	.sidebar-highlight-news .news-post,
	.editorial-news-wrap .news-post,
	.sn1-left-col,
	.sn1-right-col,
	.highlight-news .news-post.hn-small,
	.secondary-news2 .left-col, .secondary-news2 .middle-col, .secondary-news2 .right-col{
		width: auto;
		float: none;
	}
	
	.main-bottom-news .news-post,
	.pr1-bottom .news-post,
	.pr4-col1,
	.editorial-news-wrap .news-post,
	.highlight-news .news-post.hn-small,
	.secondary-news2 .left-col, 
	.secondary-news2 .middle-col, 
	.secondary-news2 .right-col{
		margin: 0 0 20px;
	}
	
	.sn1-left-col{
		margin-bottom: 40px;
	}
    
    .main-slider .slider-caption{
        width: 100%;
        left: 0;
        top: auto;
        padding: 20px;
    }
    
    .main-slider .slider-excerpt{
        display: none;
    }
    
    .main-slider .slider-caption h4{
        margin-bottom: 0;
    }
    
    .main-slider .owl-nav{
        display: none;
    }
	
	.editorial-news-wrap{
		padding-bottom: 20px;
	}
    
    .main-news-col1,
    .main-news-col2,
    .main-news-col3{
        width: auto;
        float: none;
        margin: 0 0 40px;
    }
    
    .main-news-col3{
        margin-bottom: 0;
    }
    
    .pr3-wrap{
        margin-left: 0;
    }
    
    .pr3-col1,
    .pr3-col2,
    .pr3-col3{
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    
    .pr3-col3{
        margin-bottom: 0;
    }
    
    .top-footer-wrap{
        margin-left: 0;
    }
    
	.footer-block{
		width: auto;
		float: none;
        margin-left: 0;
	}
    
    .site-links,
    .site-credit{
        float: none;
        text-align: center;
    }

}

@media screen and (max-width:480px){
	.main-big-news .news-post h4{
		max-width: none;
		left: 60px;
		right: 60px;
	}
	.main-big-news .news-post h4 span{
		font-size: 20px;
		line-height: 34px;
	}
	
	.content-middle-ads,
	.entry-thumbnail{
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 0 15px;
	}

	.content-middle-ads img,
	.entry-thumbnail img{
		width: 100%;
	}
    
    #related-news{
        margin-bottom: 40px;
    }
    
    .related-news-wrap{
        margin-left: 0;
    }
    
    .related-news-wrap .news-post{
        width: auto;
        float: none;
        margin-left: 0;
    }
    
}

@media screen and (min-width:1221px){
	.main-navigation ul.emo-menu{
		display: block !important;
	}
}