/*
Theme Name:     m9 - 2018
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper                             
Version:        1.0
*/
@import url('../Newspaper/style.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700&display=swap');

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

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

strong, b{font-weight:bold;}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
	border: 0;
}

/* global */
body, html{
    background:#fff;
    font:20px 'Poppins', sans-serif;
    color:#2e2e2e;
    margin:0;
}
.td-container {
    width: 1110px;
}
.td-pb-row [class*="td-pb-span"] {
    padding-right: 14px;
    padding-left: 14px;
}
.td-pb-row {
    margin-right: -14px;
    margin-left: -14px;
}
.page-template-page-pagebuilder-title .wpb_text_column :last-child,
.page-template-default .wpb_text_column :last-child,
.page-template-page-pagebuilder-title .wpb_text_column p:last-child,
.page-template-default .wpb_text_column p:last-child {
    margin-bottom: 0;
}
.wpb_button, .wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px;
}
.td-main-content-wrap {
    padding-bottom: 20px;
}

/* header */
.header{
}
.container{
    max-width:1110px;
    margin:auto;
}
.container:after{
    content:" ";
    display:block;
    clear:both;
}
.header-0{
    background:#000;
    font-size:12px;
    line-height:40px;
}
.header-0 .today{
    float:left;
    color:#ed1c24;
}
.header-0 .social{
    float:right;
}
.header-0 .social a{
    color:#999999;
    margin:0 8px;
    outline:none;
}
.header-01{
    padding:15px 0;
}
.header-01 .header-ad{
    float:right;
    max-width:728px;
}
.header-1{
    margin:0 0 10px 0;
}
.header-1 img{
    float:left;
    margin:16px 0 0 0;
}
.header-1 .search{
    float:right;
    border-left:1px solid #d7d7d7;
    margin-top: 2px;
    padding: 10px 0 10px 10px;
}
.header-1 .td-search-form-widget .td-widget-search-input{
    border:none;
    width: 250px;
}
.header-1 .td-search-form-widget button{
    border:none;
    background: no-repeat;
    border-left: 1px solid #ccc;
    color:#ed1c24;
    font-size: 16px;
    padding: 0 10px;
}
.header-1 .m9-menu-container {
    border-top: 2px solid #ebebeb;
}
.header-1 .m9-menu-container .m9-menu{
    font-size:0;
    margin-right: 10px;
    float:left;
}
.header-1 .m9-menu-container .m9-menu li{
    display:inline-block;
    margin:0 20px 0 0;
}
.header-1 .m9-menu-container .m9-menu li > a{
    display:block;
    text-decoration:none;
    color:#2e2e2e;
    font:500 14px 'Poppins', sans-serif;
    line-height:50px;
    outline:none;
    position:relative;
    text-transform:uppercase;
}
.header-1 .m9-menu-container .m9-menu li > a:hover{
    color:#ea4748;
}
.header-1 .m9-menu-container .m9-menu li.current-menu-item > a{
    color:#ea4748;
}
.header-1 .m9-menu-container .m9-menu li.current-menu-item > a:after{
    display:block;
    content:" ";
    position:absolute;
    left:0;
    right:0;    
    top: -2px;
    border-bottom: 2px solid #eb0d16;
    z-index: 99;
}
.header-1 .menu-toggle{
    display: none;
    text-align: center;
    padding: 10px 0;
    background: #f0f0f0;
    color: #2e2e2e;
    font:20px 'Poppins', sans-serif;
    font-weight: 500;
}

.m9-menu-container .m9-menu-all-sections{
    font-size:0;
    float: left;
    position:relative;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link{
    display:block;
    text-decoration:none;
    font:500 14px 'Poppins', sans-serif;
    line-height:50px;
    outline:none;
    text-transform:uppercase;
    color:#000;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link .mobile,
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link .mobile .menu-opened {
    display:none;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container{
    position:absolute;
    background:#fff;
    display:none;
    width:635px;
    height:504px;
    box-shadow:0 5px 20px #aaa;
    z-index:999;
    right:-120px;
}
.m9-menu-container .m9-menu-all-sections:hover .m9-menu-all-sections-container{
    display:block;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown{
    margin-left:65%;
    height:504px;
    background:#f4f4fb;
    padding:30px 0;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown > li{
    margin:0;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown > li > a{
    display:block;
    padding:20px 35px;
    font:500 14px 'Poppins', sans-serif;
    text-transform:uppercase;
    color:#30333c;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul{
    display:none;
    position:absolute;
    width:65%;
    left:0;
    top:0;
    font:14px 'Poppins', sans-serif;
    font-weight:500;
    padding: 15px;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown > li.active a{
    color:#ea4748;
    background:#fff;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown > li.active ul{
    display:block;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li{
    display:block;
    margin:0 0 10px 0;;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li:after{
    display:block;
    content:" ";
    clear:both;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li img{
    display:block;
    margin:0 10px 0 0;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li time{
    display:block;
    font-size:14px;
    color:#ddd;
    margin:0;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li time i{
    font-size: 18px;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li:nth-child(2) .view-more{
    display:block;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li .view-more{
    color:#ea4748;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li .view-more-sign{
    font-size:12px;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li.latest-news{
    color:#ea4748;
    border-bottom:2px solid #2e2e2e;
}
.m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown li ul li.other{
    color:#ea4748;
    border-bottom:2px solid #2e2e2e;
}

.header-2{
    margin:0 0 10px;
}
.header-2 .m9-news-ticker{
    position:relative;
    overflow:hidden;
}
.header-2 .m9-news-ticker .m9-telugu-link{
    position: absolute;
    left: 0;
    color:#333;
    font: 14px 'Poppins', sans-serif;
    line-height: 38px !important;
    font-weight: 500;
    background:#fff;
    padding: 0 20px 0 0;
    text-transform: uppercase;
}
.header-2 .m9-news-ticker .m9-telugu-link:after{
    content:" ";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:5px;
    border-right:1px solid #e1e1e1;
}
.header-2 .m9-news-ticker .m9-telugu-link i{
    font-size:16px;
    margin-left: 10px;
}
.header-2 .m9-news-ticker iframe {
    display:block;
    width: 1px;
    min-width: 100%;
    *width: 100%;
}
.tickercontainer{
    height: 40px !important;
}
.list-group .list-group-item a{
    color: #2e2e2e;
    font:12px 'Poppins', sans-serif;
    line-height: 40px !important;
    font-weight: normal;
    text-decoration: navajowhite;
}
.header-3{
    margin:0;
    text-align:center;
}
.header-3 img{
    display:block;
}
.td-main-page-wrap {
    padding-top: 0;
}

/* frontpage */
.m9-banner-post {
    position:relative;
}
.m9-banner-post .title{
    display:block;
    font: 16px 'Poppins', sans-serif;
    font-weight:600;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width:100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.m9-banner-post .title:hover{
    text-decoration:none;
}
.m9-banner-post .title .mark{
    color: #fff;
    font: 16px 'Poppins', sans-serif;
    padding: 0px 10px;
    line-height: 36px;
    display: inline-block;
    margin: 0;
    min-width: 100px;
    vertical-align: middle;
    text-align:center;
    background:#ea4748;
}
.m9-banner-post .title .mark.m9-post-label-live{
    background:url(/wp-content/themes/m9-2018/images/hot.png) 10px center no-repeat #ea4748;
}
.m9-banner-post .thumbnail{
    display:block;
}
.m9-banner-post .thumbnail img{
    display:block;
    width:100%;
    height:auto;
}
.m9-cat-tag-post .hlfimg{
    padding-top:10px;
}
.m9-highlights .heading,
.m9-movie-business-widget .heading,
.m9-events-widget .heading,
.m9-video-widget .heading,
.m9-gallery-widget .heading,
.m9-cat-tag-post .heading{
    line-height: 14px;
    border-bottom:2px solid #e3e3e3;
}
.m9-highlights .heading .title,
.m9-movie-business-widget .heading .title,
.m9-events-widget .heading .title,
.m9-video-widget .heading .title,
.m9-gallery-widget .heading .title,
.m9-cat-tag-post .heading .title{
    font: 14px 'Poppins', sans-serif;
    color: #000;
    font-weight:600;
    text-transform:uppercase;
    display:inline-block;
    position:relative;
    line-height: 14px;
    padding-bottom: 12px;
}
.m9-highlights .heading .title:before,
.m9-movie-business-widget .heading .title:before,
.m9-events-widget .heading .title:before,
.m9-video-widget .heading .title:before,
.m9-gallery-widget .heading .title:before,
.m9-cat-tag-post .heading .title:before{
    position:absolute;
    content:" ";
    height:2px;
    background:#303030;
    bottom:-2px;
    left:0;
    width:100%;
}
.m9-highlights .heading .view-all,
.m9-movie-business-widget .heading .view-all,
.m9-events-widget .heading .view-all,
.m9-video-widget .heading .view-all,
.m9-gallery-widget .heading .view-all,
.m9-cat-tag-post .heading .view-all{
    float:right;
    font: 12px 'Poppins', sans-serif;
    color:#888888;
    text-decoration:none;
    font-weight: 500;
    line-height: 1;
}
.m9-cat-tag-post li{
    margin:0;
    padding:10px 0;
    border-bottom:1px solid #ebebeb;
}
.m9-cat-tag-post li:after{
    clear:both;
    content:" ";
    display:block;
}
.m9-cat-tag-post li a{
    display:block;
    margin:0 !important;
    font: 13px 'Poppins', sans-serif;
    color: #252525;
    font-weight:400;
    outline:none;
}
.m9-cat-tag-post li.bold-mark a{
    font-weight:600;
}
.m9-cat-tag-post li.red-mark a{
    color: #f00;
}
.m9-cat-tag-post li .mobile-only-image{
    float: right;
    width:80px;
    height:56px;
    margin:0 0 0 10px;
    display:none;
}
.m9-cat-tag-post li date{
    display:none;
}
.m9-cat-tag-post li.small_image{
    position:relative;
    min-height: 106px;
}
.m9-cat-tag-post li.small_image date{
    margin-left: 140px;
    margin-top:14px;
    display:block;
    color:#aaa;
    font-style: italic;
    font-size: 14px;
}
.m9-cat-tag-post li.small_image .mobile-only-image{
    display:block;
    margin-left: 0 !important;
    position: absolute;
    top: 12px;
    width: 130px;
    height: auto;
    max-height:80px;
    padding:0;
}
.m9-cat-tag-post li.small_image .mobile-only-image img{
    display:block;
    width: 130px;
    height: auto;
    max-height:80px;
}
.m9-cat-tag-post li.small_image a{
    margin-left: 140px !important;
}
.td-post-header a.m9-post-label,
/*.m9-highlights li a.m9-post-label,*/
.m9-cat-tag-post li a.m9-post-label{
    color: #fff;
    font: 12px 'Poppins', sans-serif;
    background: #ea4748;
    padding: 3px 10px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    min-width: 80px;
    text-align: center;
    display:none;
}
.td-post-header a.m9-post-label-breaking,
/*.m9-highlights li a.m9-post-label-breaking,*/
.m9-cat-tag-post li a.m9-post-label-breaking{
    background: #525df2;
}
.td-post-header a.m9-post-label-dont-miss,
/*.m9-highlights li a.m9-post-label-dont-miss,*/
.m9-cat-tag-post li a.m9-post-label-dont-miss{
    background: #f75213;
}
.td-post-header a.m9-post-label-exclusive,
/*.m9-highlights li a.m9-post-label-exclusive,*/
.m9-cat-tag-post li a.m9-post-label-exclusive{
    background: #28a9df;
}
.td-post-header a.m9-post-label-gossip,
/*.m9-highlights li a.m9-post-label-gossip,*/
.m9-cat-tag-post li a.m9-post-label-gossip{
    background: #bf2841;
}
.td-post-header a.m9-post-label-hot,
/*.m9-highlights li a.m9-post-label-hot,*/
.m9-cat-tag-post li a.m9-post-label-hot{
    background:#d92e4a;
}
.td-post-header a.m9-post-label-important,
/*.m9-highlights li a.m9-post-label-important,*/
.m9-cat-tag-post li a.m9-post-label-important{
    background: #ea4748;
}
.td-post-header a.m9-post-label-live,
/*.m9-highlights li a.m9-post-label-live,*/
.m9-cat-tag-post li a.m9-post-label-live{
    background:url(/wp-content/themes/m9-2018/images/hot.png) 10px center no-repeat #ea4748;
}
.td-post-header a.m9-post-label-movies,
/*.m9-highlights li a.m9-post-label-movies,*/
.m9-cat-tag-post li a.m9-post-label-movies{
    background: #1e2259;
}
.td-post-header a.m9-post-label-must-read,
/*.m9-highlights li a.m9-post-label-must-read,*/
.m9-cat-tag-post li a.m9-post-label-must-read{
    background: #0ac477;
}
.td-post-header a.m9-post-label-news,
/*.m9-highlights li a.m9-post-label-news,*/
.m9-cat-tag-post li a.m9-post-label-news{
    background: #4149bf;
}
.td-post-header a.m9-post-label-opinion,
/*.m9-highlights li a.m9-post-label-opinion,*/
.m9-cat-tag-post li a.m9-post-label-opinion{
    background: #6e4d70;
}
.td-post-header a.m9-post-label-poll,
/*.m9-highlights li a.m9-post-label-poll,*/
.m9-cat-tag-post li a.m9-post-label-poll{
    background: #30368c;
}
.td-post-header a.m9-post-label-review,
/*.m9-highlights li a.m9-post-label-review,*/
.m9-cat-tag-post li a.m9-post-label-review{
    background: #079158;
}
.m9-video-widget .heading,
.m9-gallery-widget .heading{
    margin-bottom:10px;
}
.m9-video-widget .thumb_t,
.m9-gallery-widget .thumb_t{
    display:inline-block;
    width:23.5%;
    margin-right:2%;
    vertical-align: top;
}
.m9-gallery .thumb_t{
    width:165px;
    max-height: 90px;
    overflow:hidden;
}
.m9-gallery.post_count4 .content{
    text-align:center;
}
.m9-gallery.post_count4 .thumb_t{
    max-height: 113px;
    overflow:hidden;
    margin:5px !important;
}
.m9-video-widget .thumb_t:last-child,
.m9-gallery-widget .thumb_t:last-child{
    margin:0;
}
.m9-video-widget .thumb_t img,
.m9-gallery-widget .thumb_t img{
    display:block;
    width:100%;
    height:auto;
}
.m9-video-widget .thumb_t a,
.m9-gallery-widget .thumb_t a,
.m9-video-widget .thumb_t img,
.m9-gallery-widget .thumb_t img{
    margin:0 !important;
}
.m9-events-widget{
    color:#fff;
    padding:10px 15px;
    background: #252525;
    line-height:1.2;
    margin-top: -15px;
    position:relative;
}
.m9-events-widget .heading{
    margin-bottom:10px;
}
.m9-events-widget strong{
    font: 600 14px 'Poppins', sans-serif;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    padding:15px;
    line-height:70px;
    background: #000;
    text-transform:uppercase;
}
.m9-events-widget span{
    font: 12px 'Poppins', sans-serif;
    display: block;
    margin:0 0 0 135px;
    line-height:20px;
}
.m9-events-widget a{
    text-decoration:underline;
    color:#fff;
}
.m9-movie-business-widget .heading{
    margin-bottom:15px;
}
.m9-movie-business-widget .content{
    margin:0;
}
.m9-movie-business-widget .content:after{
    display:block;
    clear:both;
    content:" ";
}
.m9-movie-business-widget .content div{
    margin: 0 0 13px;
    padding:10px;
    text-align: center;
    background:#252525;
}
.m9-movie-business-widget .content div img{
    display:none;
}
.m9-movie-business-widget .content div span{
    text-align:center;
    font: 500 14px 'Poppins', sans-serif;
    line-height:1;
    display:block;
    color:#fff;
    text-transform:uppercase;
}
.m9-movie-business-widget .content div span small{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color:#fff;
    text-transform:none;
}
.m9-movie-business-widget table tr:nth-child(even) td:nth-child(even){
    background:#f8f8f8;
}
.m9-movie-business-widget table tr:nth-child(odd) td:nth-child(odd){
    background:#f8f8f8;
}
.m9-movie-business-widget table td{
    padding:10px 10px;
    border:none;
    text-align:center;
    font: 400 14px 'Poppins', sans-serif;
    color:#3b5998;
    line-height:16px;
    height:70px;
}
.m9-movie-business-widget table td span{
    font: 600 15px 'Poppins', sans-serif;
    color:#ed1c24;
    display:block;
    margin:0 !important;
}
.m9-us-schedules{
    padding-bottom: 0;
    border-top: 1px solid #ebebeb;
    padding-top: 0;
    position: relative;
}
.m9-us-schedules,
.m9-us-schedules ul,
.m9-us-schedules ul li,
.m9-us-schedules ul li a,
.m9-us-schedules ul li a strong{
    margin:0 !important;
}
.m9-us-schedules .list-group .list-group-item{
    padding: 10px 0;
}
.m9-us-schedules .list-group .list-group-item a{
    font: 500 14px 'Poppins', sans-serif;
    color: #333333;
    display:inline-block;
    text-decoration:underline;
    line-height:16px !important;
}
.m9-us-schedules .list-group .list-group-item strong a{
    text-transform:uppercase;
    color:#ed1c24;
    font-weight:500;
    text-decoration:none;
}
.m9-highlights{
    /*border-top: 2px solid #ea4748;
    padding-top: 10px;*/
    margin-top:-15px;
}
.m9-highlights .heading{
    margin-bottom:15px;
}
.m9-highlights ul li{
    margin:0;
    border-bottom:1px solid #ebebeb;
    padding: 6px 0;
}
.m9-highlights ul li:after{
    display:block;
    clear:both;
    content:" ";
}
.m9-highlights ul li .m9-link{
    line-height: 1;
}
.m9-highlights li a{
    font: 14px 'Poppins', sans-serif;
    color: #333333;
    font-weight: 500;
}
.m9-highlights li a.m9-post-label{
    text-transform:uppercase;
    color:#ed1c24;
}


/* post page */
.post header .entry-title {
    font: 32px 'Poppins', sans-serif;
    color: #2e2e2e;
    font-weight:600;
    line-height:1.1;
    padding-right:50px;
}
.td-post-content p{
    font: 15px 'Poppins', sans-serif;
    color: #2e2e2e;
    line-height:1.5;
    margin-bottom:15px;
}
.td-post-content p a{
    color: #ea4748;
}
.td-post-prev-post .td-post-next-prev-content,
.td-post-next-post .td-post-next-prev-content {
    background:#f0f0f0;
    padding:10px 15px;
    min-height:120px;
}
.td-post-prev-post .td-post-next-prev-content span,
.td-post-next-post .td-post-next-prev-content span{
    background:#ea4748;
    padding:7px 5px 5px;
    text-align:center;
    width:170px;
    color:#fff;
    font: 16px 'Poppins', sans-serif;
    line-height: 1;
    margin:0;
}
.td-post-prev-post .td-post-next-prev-content a,
.td-post-next-post .td-post-next-prev-content a{
    font: 20px 'Poppins', sans-serif;
    color: #2e2e2e;
    font-weight:600;
    margin: 5px 0 0;
    line-height:1.2;
}
.td-crumb-container {
    padding-top: 0;
    min-height: auto;
}
.entry-crumbs {
    font: 13px 'Poppins', sans-serif;
    font-weight:400;
    color:#2e2e2e;
    padding:0;
}
.entry-crumbs a {
    color: #5271ff;
    text-decoration:underline;
    outline:none;
}
.single-post .td-bred-no-url-last {
    color:#2e2e2e;
}
.entry-crumbs .td-bread-sep {
    font-size: 16px;
}
header .td-module-meta-info {
    font: 13px 'Poppins', sans-serif;
    margin-bottom: 10px;
}
header .td-post-author-name a {
    color: #5271ff;
    text-transform:uppercase;
}
header .td-post-date {
    color: #828282;
}
.td-post-content {
    margin-top: 0;
}
.post header .entry-title {
    margin-top: 0;
    margin-bottom: 0;
}
.single-post .td-container{
    position:relative;
}
.single-post .td-main-content{
    position:relative;
}

/* also read */
.m9_linked_article{
    clear:both;
    display:block;
    background: #f4f4fb;
    padding:10px 30px;
    line-height:1.4;
    display:none;
}
.m9_linked_article:hover{
    text-decoration:none !important;
}
.m9_linked_article:before,
.m9_linked_article:after{
    content:" ";
    clear:both;
    display:block;
}
.m9_linked_article span{
    color:#555;
    display:block;
    font-size:12px;
    font-weight:normal;
}
.m9_linked_article span.tagline{
    color: #fff;
    font: 16px 'Poppins', sans-serif;
    background: #ea4748;
    padding: 0px 10px;
    line-height: 30px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    min-width: 100px;
    text-align: center;
}
.m9_linked_article span.title{
    font: 26px 'Poppins', sans-serif;
    font-weight:600;
    color:#30333c;
    line-height:1.2;
}
.m9_linked_article span.excerpt{
    font: 20px 'Poppins', sans-serif;
    color:#30333c;
    display: block;
    max-height: 52px;
    overflow: hidden;
    margin-top: -4px;
    line-height:1.2;
}
.m9_linked_article img{
    float:left;
    margin:0 25px 0 0;
    width:154px;
    height:auto;
}
@media (max-width: 500px) {
    .m9_linked_article{
        left:0;
        right:0;
        bottom:0;
        max-width: none;
        z-index: 9999;
        margin:0;
        box-shadow: 0 0px 10px #ddd;
        padding: 5px;
    }
    .m9_linked_article span.title{
        font-size:14px;
    }
    .m9_linked_article span.excerpt{
        font-size:14px;
    }
    .m9_linked_article img{
        margin:0 5px 0 0;
        width:75px;
        height:auto;
    }
    .m9_linked_article span.tagline {
        line-height: 22px;
        font-size:14px;
    }
}
/* also read */

/* close button */
.close-button {
    font-size: 20px;
    width: 2em;
    height: 2em;
    border: 0;
    float: right;
    cursor: pointer;
    position: absolute;
    z-index: 30;
    outline:none;
}
.close-button {
    font-size: 25px;
    right: 0;
    top: 10px;
    background: none;
}
.close-button.sticky {
    position: sticky;
}
.close-button:before {
    content: "";
    width: 2.2em;
    height: 2.2em;
    z-index: -1;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.close-button:before {
    -webkit-box-shadow: 0 2px 4px 0 #0003;
    box-shadow: 0 2px 4px 0 #0003;
}
.close-button .icon, .close-button .icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.close-button .icon-wrap {
    border-radius: 50%;
    width: 1.79em;
    height: 1.79em;
    background-color: #fff;
}
.close-button .icon {
    display: block;
    height: .85em;
    width: .85em;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.close-button .progress-wrap {
    width: 2em;
    height: 2em;
    z-index: -1;
    border-radius: 50%;
    display: block;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
}
.close-button .progress-wrap {
    position: absolute;
    pointer-events: none;
    -webkit-transition: translate .3s linear;
    transition: translate .3s linear;
    -webkit-transform-origin: 1em 1em;
    transform-origin: 1em 1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.close-button .progress-circle {
    fill: transparent;
    stroke: #d90000;
    stroke-width: 5;
    stroke-dashoffset: 0;
}
.close-button.completed .icon-wrap {
    -webkit-animation: completed-indicator .65s 1;
    animation: completed-indicator .65s 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    width: 2.2em;
    height: 2.2em;
    background-color: #bbb;
}
.close-button .icon--checkmark {display:none;}
.close-button.completed .icon--close {display:none;}
.close-button.completed .icon--checkmark {display:block;}
@media (min-width: 1019px) and (max-width: 1140px) {
    .close-button.sticky {
        margin:0 0 0 93px;
    }
}
@media (min-width: 768px) and (max-width: 1018px) {
    .close-button.sticky {
        margin:0 0 0 300px;
    }
}
@media (max-width: 767px) {
    .close-button{
        left: auto;
        right: 10px;
        margin: 0;
        top: 0;
    }
    .close-button.sticky {
        left: auto;
        right: 20px;
        margin: 0;
        top: 10px;
        position: fixed;
    }
}
@media (max-width: 500px) {
    .close-button {
        font-size:20px;
    }
}
/* close button */

/* footer */
.footer-1 {
    border-bottom:1px solid #363636;
    font:14px 'Poppins', sans-serif;
    line-height: 64px;
    background:#1f2024;
    line-height: 26px;
    background: #1f2024;
    text-transform: uppercase;
    padding: 30px 0;
}
.footer-1 a{
    color:#fff;
}
.footer-1 .social{
    width:33%;
    float:left;
    color:#fff;
}
.footer-1 .social span{
    display: inline-block;
}
.footer-1 .social a{
    margin-left:10px;
    color:#999999;
    background:#fff;
    width:25px;
    height:25px;
    text-align:center;
    display:inline-block;
}
.footer-1 .email{
    width:33%;
    float:left;
    text-align:center;
}
.footer-1 .email a{
    text-decoration:none;
}
.footer-1 .adv{
    width:33%;
    float:left;
    text-align:right;
}
.footer-2{
    font:13px 'Poppins', sans-serif;
    line-height: 50px;
    color:#999999;
    text-align:center;
    background:#1f2024;
}

/**/
.m9-banner-post span.live,
.m9-cat-tag-post span.live,
.m9-movie-business-widget .content div i.live {
    padding-right:15px;
    position:relative;
}
.m9-banner-post span.live:after,
.m9-cat-tag-post span.live:after,
.m9-movie-business-widget .content div i.live:after {
    background-color: #f00;
    width: 7px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    right: 0;
    display:block;
    content:" ";
    animation: blinker 1s linear infinite;
}
.m9-banner-post span.live:after{
    top: 8px;
}
@keyframes blinker {
 50% {
  opacity:0
 }
}
/**/

/* m9 live feed */
.m9-live-feed{
}
.m9-live-feed-inner{
    max-height:400px;
    overflow:hidden;
}
.m9-live-feed-inner:after{
    display:block;
    content:" ";
    clear:both;
}
.m9-live-feed .heading {
    line-height: 14px;
    border-bottom: 2px solid #e3e3e3;
    margin-bottom:10px;
}
.m9-live-feed .heading .title {
    font: 14px 'Poppins', sans-serif;
    color: #ed1c24;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 14px;
    padding-bottom: 12px;
}
.m9-live-feed .heading .title:before {
    position: absolute;
    content: " ";
    height: 2px;
    background: #ed1c24;
    bottom: -2px;
    left: 0;
    width: 100%;
}
.m9-live-feed-close{
    float: right;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
}
.m9-live-feed-left{
    float:left;
    width:48%;
}
.m9-live-feed-right{
    float:right;
    width:48%;
}
.m9-live-feed-record{
    text-align:left;
    margin:0 0 5px 0;
}
.m9-live-feed-record:after{
    display:block;
    content:" ";
    clear:both;
}
.m9-live-feed-record-title a{
    font: 600 14px 'Poppins', sans-serif;
    color: #2e2e2e;
    display:block;
    line-height:1.1;
}
.m9-live-feed-record-body{
    font: 12px 'Poppins', sans-serif;
    line-height:1.1;
}
.m9-live-feed-record .wp-post-image{
    float:left;
    margin:0 15px 5px 0;
    max-width: 100px;
}
@media (max-width: 900px) {
    .m9-live-feed-record .wp-post-image{
        width:100px;
        height:auto;
    }
    .m9-live-feed-record-title a{
        font-size:18px;
    }
}
@media (max-width: 600px) {
    .m9-live-feed-left,
    .m9-live-feed-right{
        float:none;
        width:100%;
    }
}
/* m9 live feed */

/* responsive */
@media (min-width: 1019px) and (max-width: 1140px) {
    .td-container {
        width: 980px;
    }
}
@media (min-width: 768px) and (max-width: 1018px) {
    .td-container {
        width: 740px;
    }
}
@media (max-width: 1110px) {
    .container {
        padding: 0 10px;
    }
}
@media (max-width: 1020px) {
    .m9-movie-business-widget table td {
        font-size:15px;
    }
}
@media (max-width: 900px) {
    .m9-menu {
        display:none;
    }
    .m9-menu-container .m9-menu-all-sections:hover .m9-menu-all-sections-container,
    .m9-menu-container .m9-menu-all-sections.menu-active .m9-menu-all-sections-link .mobile .menu-closed {
        display: none;
    }
    .m9-menu-container .m9-menu-all-sections.menu-active .m9-menu-all-sections-container{
        display: block;
    }
    .m9-menu-container .m9-menu-all-sections.menu-active .m9-menu-all-sections-link .mobile .menu-opened {
        display: inline-block;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link {
        line-height:44px;
    }
    .m9-menu-container .m9-menu-all-sections {
        position: inherit;
        margin: 24px 25px 0 0;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container {
        right: 0;
        left: 0;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link .desktop {
        display:none;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-link .mobile {
        display:block;
        font-size: 25px;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown {
        height: auto;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container {
        width: auto;
        height: auto;
        left: 0;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown {
        margin:0;
    }
    .m9-menu-container .m9-menu-all-sections .m9-menu-all-sections-container .m9-menu-dropdown ul {
        display:none !important;
    }
    .header-1 .m9-menu-container,
    .header-1 .search {
        display: none;
    }
    .td-container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .td-pb-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .td-pb-row [class*="td-pb-span"] {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 700px) {
    .td-main-logo{
        float: none;
        display: block;
        text-align: center;
    }
    .header-ad {
        float: none;
        margin: auto;
    }
    .m9-bottom-ad,
    .header-3 .m9-top-ad{
        display:none;
    }
    .m9-movie-business-widget .content div,
    .m9-movie-business-widget table{
        width: 100%;
    }
    .m9-table-wrapper{
        overflow-x:scroll;
    }
    .td-post-prev-post, .td-post-next-post {
        width: 100%;
        margin: 5px 0;
        float:none;
    }
    .td-post-next-prev {
        display: none;
    }
}
@media (max-width: 650px) {
    .header-1 .social a {
        line-height: 77px;
    }
    .header-3 {
        margin: 0;
    }
    .m9-highlights li .thumbnail {
        width: 100px;
    }
    .m9-highlights li .m9-link {
        overflow: hidden;
    }
    .m9-banner-post .title {
        font-size:20px;
    }
    .m9-banner-post span.live:after {
        top: 7px;
    }
    .m9-banner-post-mobile .m9-banner-post {
        display:block;
    }
    .m9-movie-business-widget .title span {
        display:none;
    }
    .m9-movie-business-widget table td {
        font-size:15px;
    }
    .m9-movie-business-widget .content div img {
        display:none;
    }
    .footer-1 .social,
    .footer-1 .email,
    .footer-1 .adv{
        width:100%;
        text-align:center;
        line-height: 2;
    }
}
@media (max-width: 550px) {
    .m9-menu-container {
        margin: 0;
    }
    .m9-menu-container .m9-menu-all-sections {
        position: inherit;
        margin: 6px 25px 0 0;
    }
    .td-main-logo img{
        height: 50px;
        float: left;
    }
    .header-1 {
        display: none;
    }
    .header-01 {
        padding: 10px 0;
    }
    .header-01 .header-ad {
        float: none;
        padding-top: 10px;
        clear: both;
    }
    .header-2 {
        margin: 0;
    }
    .m9-incontent-ad{
        max-width: none !important;
        margin: 0 0 20px !important;
        clear:both;
    }
    .td-ss-main-content .code-block{
        width: 100%;
        text-align:center;
        margin: 0 0 10px !important;
        clear:both;
    }
    .m9-cat-tag-post li {
        display: table;
        width: 100%;
    }
    .m9-cat-tag-post li.small_image date{
        display:none;
    }
    .m9-cat-tag-post li .mobile-only-image,
    .m9-cat-tag-post li.small_image .mobile-only-image{
        display: table-cell;
        vertical-align: middle;
        border-radius: 6px;
        width:auto;
        height:auto;
        position:relative;
        top:0;
    }
    .m9-cat-tag-post li a {
        line-height: 1.2;
        display: table-cell;
        vertical-align: middle;
        width: 75%;
        padding-left: 10px;
    }
}

/* reviews */
.star-img img{
    display: inline-block;
}

/* gallery */
.ngg-imagebrowser h5{
    font-size: 12px;
}
.ngg-imagebrowser .ngg-imagebrowser-nav{
    text-align:center;
    font-size: 12px;
    color:#aaa;
}
.ngg-imagebrowser .back{
    float: left;
    font-size: 14px;
}
.ngg-imagebrowser .next{
    float: right;
    font-size: 14px;
}
.ngg-imagebrowser{
    position:relative;
}
.ngg-imagebrowser .ngg-hover-nav.back{
    position:absolute;
    left:0;
    top:50%;
}
.ngg-imagebrowser .ngg-hover-nav.back a{
    padding:25px 10px;
    background:rgba(255,255,255,0.3);
    color:#fff;
    text-decoration:none;
    font-size: 25px;
}
.ngg-imagebrowser .ngg-hover-nav.back a:hover{
    text-decoration:none;
    border-left:2px solid #fff;
}
.ngg-imagebrowser .ngg-hover-nav.next{
    position:absolute;
    right:0;
    top:50%;
}
.ngg-imagebrowser .ngg-hover-nav.next a{
    padding:25px 10px;
    background:rgba(255,255,255,0.3);
    color:#fff;
    text-decoration:none;
    font-size: 25px;
}
.ngg-imagebrowser .ngg-hover-nav.next a:hover{
    text-decoration:none;
    border-right:2px solid #fff;
}

/* shortcodes */
.accordion {
    margin-bottom: 20px;
}
.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion-group {
    border: none;
}
.accordion-heading {
    border-bottom: 0;
}
.accordion-heading a {
    color: #ff0000;
}
.accordion-heading a:after {
    color: #ff0000;
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 20px;
}
.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}
.accordion-heading .accordion-toggle {
    font-weight: 700;
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}
.collapse.in {
    height: auto;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
    -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

/* movies list page */
body.post-type-archive-m9_movies .td-main-sidebar{
    padding-left:0 !important;
}
body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span2{
    max-width:160px;
}
body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span7{
    max-width:630px;
}
body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span4{
    max-width:350px;
}
body.post-type-archive-m9_movies .td-ss-main-content {
    padding: 0 8px;
}
body.post-type-archive-m9_movies .td-ss-main-content .posts {
    padding: 10px;
    border: 1px solid #ddd;
}
body.post-type-archive-m9_movies .hentry h1 {
    color: #000;
    font-size: 22px;
    letter-spacing: 0.07em;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 27.5px;
    font-family: 'Merriweather Sans', sans-serif;
}
body.post-type-archive-m9_movies .hentry h1:after {
    content: ' ';
    position: absolute;
    display: block;
    background: #d90000;
    height: 5px;
    width: 24%;
    left: 0;
    bottom: 0;
}
body.post-type-archive-m9_movies .td-post-countries {
    text-align:center;
    color:#aaa;
}
body.post-type-archive-m9_movies .td-post-countries a{
    color:#ec5d5d;
}
body.single-m9_movies .table-wrapper{
    overflow-x:auto;
}
@media (min-width: 1019px) and (max-width: 1140px) {
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span7 {
        max-width: 493px;
    }
}
@media (min-width: 768px) and (max-width: 1018px) {
    body.post-type-archive-m9_movies .td-ss-main-content {
        padding: 0 0 10px 8px;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span2 {
        width: 162px;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span7 {
        width: 578px;
        max-width: none;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span4 {
        max-width: none;
        width: 100%;
    }
}
@media (max-width: 767px) {
    body.post-type-archive-m9_movies .td-ss-main-content {
        padding: 10px 0;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span7 {
        max-width: none;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span2 {
        display: none;
    }
    body.post-type-archive-m9_movies .td-main-content-wrap .td-pb-span4 {
        max-width: none;
        width: 100%;
    }
}
/* movies list page */

/* form styles */
table.m9-form-styled {margin-bottom:20px;}
table.m9-form-styled caption{text-align:left; font-family: 'Mada', sans-serif; font-size: 34px; font-weight:900;}
table.m9-form-styled.m9-right {float:right; width:auto; margin-left:20px;}
table.m9-form-styled.m9-left {float:left; width:auto; margin-right:20px;}
table.m9-form-styled td{background: #e7e7e8; border-left:none; border-right:none; color:#000; font-family: 'Mada', sans-serif; font-size: 18px; padding: 7px 5px;}
table.m9-form-styled tr td:last-child{color:#cd102e; font-weight: bold;}
table.m9-form-styled th,
table.m9-form-styled thead td{border:none; color:#000; text-transform:uppercase; font-family: 'Roboto Condensed', sans-serif; font-size: 15px; font-weight: 400; padding: 7px 5px 0;}
table.m9-form-styled tr{border-bottom:2px solid #fff;}
/* form styles */

/* m9-amazon-netflix */
.m9-amazon-netflix {
    border-bottom: 3px solid #30333c;
    padding: 0 0 20px 0;
    position: relative;
}
.m9-amazon-netflix .m9-amazon-netflix-more {
    position: absolute;
    right:0;
    bottom:5px;
    font: 14px 'Poppins', sans-serif;
    line-height: 1.5;
    color: #ea4748;
    text-decoration:underline;
}
.m9-amazon-netflix .m9-netflix {
    padding: 10px 0 10px 165px;
    background: url(/wp-content/themes/m9-2018/images/netflix.png) 27px center no-repeat;
}
.m9-amazon-netflix .m9-amazon {
    padding: 10px 0 10px 165px;
    background: url(/wp-content/themes/m9-2018/images/amazon.png) 15px center no-repeat;
}
@media (max-width: 550px) {
    .m9-amazon-netflix .m9-amazon-netflix-more{
        position: relative;
        display: block;
        bottom: 0;
        text-align: center;
    
    }
}
/* m9-amazon-netflix */

/* m9-mobile-only */
.m9-mobile-only{
    display:none;
}
@media (max-width: 550px) {
    .m9-mobile-only{
        display:block;
    }
    .m9-desktop-only{
        display:none;
    }
}
/* m9-mobile-only */

/* m9-elections */
.m9-elections{
    margin-bottom: 30px !important;
    position:relative;
}
.m9-elections:after{
    display:block;
    content:" ";
    clear:both;
}
.m9-elections-title{
    display: block;
    font: 38px 'Poppins', sans-serif;
    font-weight: 900;
    transform: scale(1, .82);
    color: #2e2e2e;
    margin-bottom:10px;
}
.m9-elections-record{
    width:33%;
    float:left;
    box-sizing: border-box;
}
.m9-elections-record:after{
    display:block;
    content:" ";
    clear:both;
}
.m9-elections-record:nth-child(1),
.m9-elections-record:nth-child(2){
    width:50%;
}
.m9-elections-record:nth-child(1) table th,
.m9-elections-record:nth-child(1) table td,
.m9-elections-record:nth-child(2) table th,
.m9-elections-record:nth-child(2) table td{
    font-size:20px;
    padding-left:10px;
    padding-right:10px;
}
.m9-elections-record:nth-child(1) table td strong,
.m9-elections-record:nth-child(2) table td strong{
    padding: 5px 5px 3px;
    font-size: 14px;
}
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1),
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1) img,
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1),
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1) img{
    width:132px;
    height:132px;
}
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2),
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2) img,
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2),
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2) img{
    width:94px;
    height:94px;
}
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3),
.m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3) img,
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3),
.m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3) img{
    width:90px;
    height:90px;
}
.m9-elections-record-title{
    background:#ea4748;
    color:#fff;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    padding: 5px 10px 5px 60px;
    margin-left: -30px;
    position:relative;
    border-left: 1px solid #fff;
}
.m9-elections-record-title span{
    transform: scale(1, .82);
    display:block;
}
.m9-elections-record-title:before{
    position:absolute;
    bottom:0;
    display:block;
    content:" ";
    font-size:1px;
    width:1px;
    height:1px;
    border-right: 31px solid #992e2e;
    border-bottom: 20px solid transparent;
    margin: 0px 0px -20px -60px;
}
.m9-elections-record-images{
    float:right;
    width:33%;
    padding:15px 0;
}
.m9-elections-record-images .m9-elections-images-wrap img{
    display:block;
    border-radius:50%;
    border:3px solid #f4f4fb;
}
.m9-elections-record-images .m9-elections-images-wrap span{
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    color:#fff;
    background:#ea4748;
    border-radius:50%;
    font-weight:bold;
    font-size:18px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.m9-elections-record-images .m9-elections-images-wrap span sup{
    font-weight: normal;
    font-size: 12px;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(1){
    width:90px;
    height:90px;
    margin:auto;
    position:relative;
    z-index:12;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(1) img{
    width:90px;
    height:90px;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(2){
    width:80px;
    height:80px;
    margin:-20px auto 0;
    position:relative;
    z-index:11;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(2) img{
    width:80px;
    height:80px;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(3){
    width:75px;
    height:75px;
    margin:-20px auto 0;
    position:relative;
    z-index:10;
}
.m9-elections-record-images .m9-elections-images-wrap:nth-child(3) img{
    width:75px;
    height:75px;
}
.m9-elections-record table{
    float:left;
    width:66%;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
}
.m9-elections-record.m9-elections-no-images table{
    float:left;
    width:100%;
}
.m9-elections-record table th{
    background:#d13f3f;
    color:#fff;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    padding:10px 5px;
}
.m9-elections-record table th span{
    transform: scale(1, .82);
    display:block;
}
.m9-elections-record table td{
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size:14px;
    text-align:center;
    padding:5px;
}
.m9-elections-record table td strong{
    background:#30333c;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
    border-radius:15px;
    padding:5px 5px 3px;
    line-height:1;
    display:block;
    width:100%;
    margin:auto;
    text-align:center;
}
.m9-elections-record table td span{
    transform: scale(1, .82);
    display:block;
    color:#30333c;
}
.m9-elections-record table td.p span{
    font-weight:bold;
    color:#0ac477;
}
.m9-elections-record table td.m span{
    font-weight:bold;
    color:#ea4748;
}
.m9-elections-record:nth-child(even) .m9-elections-record-title{
    background:#4d4d4d;
}
.m9-elections-record:nth-child(even) .m9-elections-record-title:before{
    border-right-color:#1a1a1a;
}
.m9-elections-record:nth-child(even) table th{
    background:#30333c;
}
.m9-elections-refresh{
    position:absolute;
    top:0;
    right:0;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    transform: scale(1, .82);
    z-index: 9;
    padding: 6px;
}


.m9-gallery .title,
.m9-video-widget .title,
.m9-exclusive-galleries .title,
.m9-movie-business-widget .heading .title{
    color:#ed1c24 !important;
}
.m9-gallery .title:before,
.m9-video-widget .title:before,
.m9-exclusive-galleries .title:before,
.m9-movie-business-widget .heading .title:before{
    background:#ed1c24 !important;
}

@media (max-width: 1150px) {
    .m9-elections-record table th,
    .m9-elections-record table td strong,
    .m9-elections-record table td.p span,
    .m9-elections-record table td.m span {font-weight:normal;}
    
    .m9-elections-record table th,
    .m9-elections-record table td {font-size:15px;}
}
@media (max-width: 1024px) {
    .m9-elections-record table {width: 100%;}
    .m9-elections-record-images {display:none;}
}
@media (max-width: 780px) {
    .m9-elections-record:nth-child(1),
    .m9-elections-record:nth-child(2),
    .m9-elections-record {width: 50%;}
    
    .m9-elections-record:nth-child(1) table th,
    .m9-elections-record:nth-child(2) table th,
    .m9-elections-record:nth-child(1) table td,
    .m9-elections-record:nth-child(2) table td {font-size:15px;}
}
@media (max-width: 780px) {
    .m9-elections-title{
        font-size: 26px;
    }
    .m9-elections-record:nth-child(1),
    .m9-elections-record:nth-child(2),
    .m9-elections-record {width: 50%;}
}
@media (max-width: 550px) {
    .m9-elections-record:nth-child(1),
    .m9-elections-record:nth-child(2),
    .m9-elections-record {width: 100%;}
    
    .m9-elections-record table {width: 66%;}
    .m9-elections-record-images {display: block;}
    
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1),
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1) img,
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1),
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(1) img{
        width:90px;
        height:90px;
    }
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2),
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2) img,
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2),
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(2) img{
        width:80px;
        height:80px;
    }
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3),
    .m9-elections-record:nth-child(1) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3) img,
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3),
    .m9-elections-record:nth-child(2) .m9-elections-record-images .m9-elections-images-wrap:nth-child(3) img{
        width:75px;
        height:75px;
    }
    .m9-elections-record:nth-child(1) table td strong,
    .m9-elections-record:nth-child(2) table td strong {
        width: 100%;
        padding: 5px 5px 3px;
    }
}
/* m9-elections */
