

@font-face {
    font-family: 'Yekan';
    src: url('//cdn.monoblog.ir/temp/templates/2theme/09/fonts/Yekan.eot?#') format('eot'),
         url('//cdn.monoblog.ir/temp/templates/2theme/09/fonts/Yekan.woff') format('woff'),
         url('//cdn.monoblog.ir/temp/templates/2theme/09/fonts/Yekan.ttf') format('truetype'),
         url('//cdn.monoblog.ir/temp/templates/2theme/09/fonts/Yekan.svg') format('svg');
}


/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    direction: rtl;
}

body {
    direction: rtl !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f5f7 !important;
    color: #24272b !important;
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

a:link,
a:visited {
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

button,
input,
textarea,
select {
    font-family: Tahoma, Arial, sans-serif;
}

.clearfix {
    clear: both;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.container {
    width: 1200px !important;
    max-width: 96% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* =========================================================
   TOP UTILITY BAR
   ========================================================= */

.utility-bar {
    width: 100%;
    height: 34px;
    background: #15181c;
    color: #aaaaaa;
    border-bottom: 1px solid #272b30;
    font-size: 10px;
}

.utility-inner {
    height: 34px;
    line-height: 34px;
}

.utility-inner:after {
    content: "";
    display: table;
    clear: both;
}

.utility-right {
    float: right;
}

.utility-left {
    float: left;
}

.utility-left a {
    color: #bfc2c6 !important;
}

.utility-left a:hover {
    color: #ffffff !important;
}

.live-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-left: 7px;
    background: #d71920;
    border-radius: 50%;
}


/* =========================================================
   HEADER / MASTHEAD
   ========================================================= */

.masthead {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

.masthead-inner {
    min-height: 118px;
    padding-top: 28px;
    padding-bottom: 25px;
}

.masthead-inner:after {
    content: "";
    display: table;
    clear: both;
}

.brand {
    width: 60%;
    float: right;
}

.masthead-search {
    width: 32%;
    float: left;
    padding-top: 10px;
}

.brand-link {
    display: block;
    color: #171a1e !important;
}

.brand-link:after {
    content: "";
    display: table;
    clear: both;
}

.brand-mark {
    width: 7px;
    height: 64px;
    display: block;
    float: right;
    margin-left: 16px;
    background: #d71920;
}

.brand-copy {
    display: block;
    overflow: hidden;
}

.brand-copy strong {
    display: block;
    color: #171a1e;
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.35;
}

.brand-copy small {
    display: block;
    margin-top: 2px;
    color: #8a8e94;
    font-size: 10px;
    line-height: 1.8;
}


/* =========================================================
   SEARCH
   ========================================================= */

.site-search {
    width: 100%;
    height: 43px;
    background: #ffffff;
    border: 1px solid #d9dadd;
}

.site-search:after {
    content: "";
    display: table;
    clear: both;
}

.site-search input[type="text"] {
    width: 76% !important;
    height: 41px !important;
    float: right !important;
    margin: 0 !important;
    padding: 0 13px !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    color: #444444 !important;
    font-size: 11px !important;
}

.site-search button,
.site-search input[type="submit"] {
    width: 24% !important;
    height: 41px !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1b1f24 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    cursor: pointer;
}

.site-search button:hover,
.site-search input[type="submit"]:hover {
    background: #d71920 !important;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.main-nav {
    width: 100%;
    min-height: 52px;
    background: #1a1e24;
    border-bottom: 3px solid #d71920;
}

.mobile-nav-header {
    display: none;
}

.navbar-collapse {
    padding: 0 !important;
    border: 0 !important;
}

.primary-menu {
    min-height: 52px;
}

.primary-menu:after {
    content: "";
    display: table;
    clear: both;
}

.primary-menu > li {
    float: right;
    margin: 0;
    padding: 0;
}

.primary-menu > li > a {
    min-height: 52px;
    display: block;
    padding: 0 17px;
    line-height: 52px;
    color: #ffffff !important;
    border-left: 1px solid #2b3037;
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.primary-menu > li:first-child > a {
    border-right: 1px solid #2b3037;
}

.primary-menu > li > a:hover,
.primary-menu > li > a.active,
.primary-menu > li > a.menu-active,
.primary-menu > li > a[class*="active"] {
    background: #d71920 !important;
    color: #ffffff !important;
}


/* =========================================================
   BREAKING NEWS
   ========================================================= */

.breaking-strip {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e3e4e6;
}

.breaking-inner {
    height: 47px;
    overflow: hidden;
}

.breaking-inner:after {
    content: "";
    display: table;
    clear: both;
}

.breaking-label {
    height: 47px;
    float: right;
    padding-left: 18px;
    line-height: 47px;
    color: #d71920;
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.breaking-pulse {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 7px;
    background: #d71920;
    border-radius: 50%;
}

.breaking-window {
    height: 47px;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}

.breaking-track {
    width: 5000px;
    height: 47px;
    white-space: nowrap;
    overflow: hidden;
}

.breaking-track a {
    position: relative;
    display: inline-block;
    height: 47px;
    padding: 0 19px;
    line-height: 47px;
    color: #45494f !important;
    font-size: 10px;
}

.breaking-track a:after {
    content: "•";
    position: absolute;
    left: -2px;
    color: #b6b9bd;
}

.breaking-track a:hover {
    color: #d71920 !important;
}


/* =========================================================
   HEADLINE RAIL
   ========================================================= */

.headline-rail {
    width: 100%;
    padding: 25px 0 29px;
    background: #ffffff;
    border-bottom: 1px solid #e3e4e6;
}

.lower-rail {
    margin-top: 35px;
    border-top: 1px solid #e3e4e6;
}

.last-rail {
    margin-top: 0;
    background: #f8f9fa;
}

.rail-header {
    margin-bottom: 16px;
}

.rail-header:after {
    content: "";
    display: table;
    clear: both;
}

.rail-title {
    float: right;
}

.rail-title:after {
    content: "";
    display: table;
    clear: both;
}

.rail-title > span {
    width: 5px;
    height: 42px;
    float: right;
    margin-left: 11px;
    background: #d71920;
}

.rail-title > div {
    float: right;
}

.rail-title small {
    display: block;
    color: #9a9da3;
    font-size: 8px;
    line-height: 1.5;
}

.rail-title h2 {
    margin-top: 2px;
    color: #1b1e22;
    font-size: 18px;
    font-weight: bold;
}

.rail-controls {
    float: left;
    direction: ltr;
}

.rail-controls button {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #d6d8db;
    color: #222222;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    cursor: pointer;
}

.rail-controls button:hover {
    background: #1b1f24;
    border-color: #1b1f24;
    color: #ffffff;
}


/* =========================================================
   RAIL CAROUSEL
   ========================================================= */

.rail-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
}

.rail-track {
    width: 5000px;
    white-space: nowrap;
}

.headline-card {
    width: 276px;
    min-height: 142px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    white-space: normal;
    background: #f7f8f9;
    border: 1px solid #e5e6e8;
}

.headline-card:hover {
    background: #ffffff;
    border-color: #cfd2d5;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
}

.headline-card > a {
    min-height: 142px;
    display: block;
    padding: 16px 17px 14px;
    color: #25292e !important;
}

.headline-accent {
    width: 29px;
    height: 3px;
    display: block;
    margin-bottom: 12px;
    background: #d71920;
}

.headline-card h3 {
    min-height: 70px;
    color: #2d3136;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
}

.headline-card:hover h3 {
    color: #d71920;
}

.headline-card-bottom {
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #e3e4e6;
    color: #969a9f;
    font-size: 9px;
}

.headline-card-bottom:after {
    content: "";
    display: table;
    clear: both;
}

.headline-card-bottom span {
    float: right;
}

.headline-card-bottom b {
    float: left;
    color: #d71920;
    font-size: 14px;
}


/* =========================================================
   PAGE GRID
   ========================================================= */

.page-grid {
    margin-top: 28px;
}

.page-grid:after {
    content: "";
    display: table;
    clear: both;
}

.content-column {
    width: 73%;
    float: left;
}

.side-column {
    width: 25%;
    float: right;
}


/* =========================================================
   CONTENT HEADING
   ========================================================= */

.content-heading {
    min-height: 57px;
    margin-bottom: 13px;
    padding: 10px 17px;
    background: #ffffff;
    border: 1px solid #e1e3e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.content-heading > div:after {
    content: "";
    display: table;
    clear: both;
}

.content-heading-line {
    width: 5px;
    height: 37px;
    display: block;
    float: right;
    margin-left: 11px;
    background: #d71920;
}

.content-heading > div > div {
    float: right;
}

.content-heading small {
    display: block;
    color: #9da1a6;
    font-size: 8px;
    line-height: 1.5;
}

.content-heading h2 {
    margin-top: 2px;
    color: #1b1e22;
    font-size: 16px;
    font-weight: bold;
}


/* =========================================================
   ARTICLE CARD
   ========================================================= */

.story-card {
    margin-bottom: 17px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e2e4;
    box-shadow: 0 2px 9px rgba(0,0,0,.035);
}

.story-header {
    padding: 18px 20px 12px;
    border-bottom: 1px solid #eceeef;
}

.story-header h2 {
    position: relative;
    padding-right: 14px;
    color: #1b1e22;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.7;
}

.story-header h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 4px;
    height: 24px;
    background: #d71920;
}

.story-header h2 a {
    color: #1b1e22 !important;
}

.story-header h2 a:hover {
    color: #d71920 !important;
}

.story-meta {
    margin-top: 7px;
    padding-right: 14px;
    color: #969aa0;
    font-size: 9px;
}

.story-meta span {
    display: inline-block;
    margin-left: 17px;
}

.meta-date i {
    width: 3px;
    height: 3px;
    display: inline-block;
    margin: 0 6px;
    background: #b6b9bd;
    border-radius: 50%;
}


/* =========================================================
   ARTICLE BODY
   ========================================================= */

.story-body {
    padding: 20px;
}

.story-image {
    display: block;
    margin-bottom: 18px;
    overflow: hidden;
    background: #eceeef;
}

.story-image img {
    width: 100%;
    max-height: 520px;
    display: block;
    object-fit: cover;
}

.story-content {
    color: #41464c;
    font-size: 13px;
    line-height: 2.2;
}

.story-content p {
    margin-top: 0;
    margin-bottom: 17px;
}

.story-content a {
    color: #d71920 !important;
}

.story-content blockquote {
    margin: 18px 0;
    padding: 12px 16px;
    background: #f6f7f8;
    border-right: 4px solid #d71920;
    color: #555a60;
}


/* =========================================================
   ARTICLE TAGS
   ========================================================= */

.story-tags {
    margin: 0 20px 17px;
    padding: 10px 11px;
    background: #f7f8f9;
    border-right: 3px solid #d71920;
    font-size: 9px;
}

.tag-heading {
    display: inline-block;
    margin-left: 6px;
    color: #767b81;
    font-weight: bold;
}

.story-tags a {
    display: inline-block;
    margin: 2px;
    padding: 3px 7px;
    background: #ffffff;
    border: 1px solid #e2e4e6;
    color: #666b71 !important;
}

.story-tags a:hover {
    border-color: #d71920;
    color: #d71920 !important;
}


/* =========================================================
   ARTICLE FOOTER
   ========================================================= */

.story-footer {
    min-height: 55px;
    padding: 10px 17px;
    background: #fafbfc;
    border-top: 1px solid #eceeef;
}

.story-footer:after {
    content: "";
    display: table;
    clear: both;
}

.story-author {
    float: right;
    padding-top: 6px;
    color: #989ca2;
    font-size: 9px;
}

.story-author span {
    margin-left: 4px;
}

.story-author strong {
    color: #585d63;
}

.story-actions {
    float: left;
}

.story-actions:after {
    content: "";
    display: table;
    clear: both;
}

.rating,
.comment-count,
.read-story {
    float: right;
}

.rating a,
.comment-count {
    min-height: 29px;
    display: inline-block;
    margin-right: 5px;
    padding: 0 9px;
    line-height: 27px;
    background: #ffffff;
    border: 1px solid #e0e2e4;
    color: #777c82 !important;
    font-size: 8px;
}

.rating a:hover,
.comment-count:hover {
    border-color: #bcbfc3;
    color: #1c1f23 !important;
}

.read-story {
    min-height: 31px;
    display: inline-block;
    margin-right: 6px;
    padding: 0 12px;
    line-height: 31px;
    background: #1b1f24;
    color: #ffffff !important;
    font-size: 9px;
    font-weight: bold;
}

.read-story span {
    margin-right: 7px;
    color: #ff7479;
}

.read-story:hover {
    background: #d71920;
    color: #ffffff !important;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.sticky-sidebar {
    width: 100%;
}


/* =========================================================
   AD SECTION TITLE
   ========================================================= */

.ad-section-title {
    min-height: 48px;
    margin-bottom: 10px;
    padding: 0 13px;
    line-height: 48px;
    background: #191d23;
    border-bottom: 3px solid #d71920;
    color: #ffffff;
}

.ad-section-title:after {
    content: "";
    display: table;
    clear: both;
}

.ad-section-title > div {
    float: right;
}

.ad-section-title > div > span {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    line-height: 17px;
    background: #d71920;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 8px;
    font-weight: bold;
}

.ad-section-title strong {
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.ad-section-title small {
    float: left;
    color: #888d93;
    font-size: 8px;
}


/* =========================================================
   REMOTE ADS
   ========================================================= */

.remote-ad {
    width: 100%;
    min-height: 100px;
    margin-bottom: 13px;
    overflow: hidden;
    background: #eceeef;
    border: 1px solid #dedfe1;
    box-shadow: 0 2px 8px rgba(0,0,0,.035);
}

.remote-ad-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.remote-ad-content img {
    width: 100%;
    height: auto;
    display: block;
}

.remote-ad-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 38px;
    padding: 8px 9px;
    background: #1b1f24;
    background: rgba(20,23,28,.90);
    color: #ffffff;
}

.remote-ad-caption span {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 5px;
    background: #d71920;
    color: #ffffff;
    font-size: 7px;
}

.remote-ad-caption strong {
    color: #ffffff;
    font-size: 9px;
}

.ad-placeholder {
    min-height: 120px;
    line-height: 120px;
    background: #f1f2f4;
    color: #9b9fa4;
    text-align: center;
    font-size: 9px;
}


/* =========================================================
   SIDEBAR NEWS WIDGET
   ========================================================= */

.sidebar-news-widget {
    margin-top: 17px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e2e4;
    box-shadow: 0 2px 8px rgba(0,0,0,.035);
}

.sidebar-news-widget > header {
    min-height: 54px;
    padding: 10px 13px;
    border-bottom: 1px solid #e5e6e8;
}

.sidebar-news-widget > header:after {
    content: "";
    display: table;
    clear: both;
}

.sidebar-news-widget > header > span {
    width: 4px;
    height: 34px;
    display: block;
    float: right;
    margin-left: 9px;
    background: #d71920;
}

.sidebar-news-widget > header > div {
    float: right;
}

.sidebar-news-widget header small {
    display: block;
    color: #9da1a6;
    font-size: 7px;
    line-height: 1.4;
}

.sidebar-news-widget header h3 {
    margin-top: 2px;
    color: #1b1e22;
    font-size: 13px;
    font-weight: bold;
}


/* =========================================================
   RANKED NEWS
   ========================================================= */

.ranked-news {
    list-style: none;
    counter-reset: ranking;
}

.ranked-news li {
    counter-increment: ranking;
    border-bottom: 1px solid #eceeef;
}

.ranked-news li:last-child {
    border-bottom: 0;
}

.ranked-news a {
    position: relative;
    min-height: 56px;
    display: block;
    padding: 9px 48px 9px 12px;
    color: #50555b !important;
    font-size: 10px;
    line-height: 1.8;
}

.ranked-news a:before {
    content: counter(ranking);
    position: absolute;
    right: 12px;
    top: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f0f1f3;
    color: #888d93;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.ranked-news a:hover {
    color: #d71920 !important;
}

.ranked-news a:hover:before {
    background: #d71920;
    color: #ffffff;
}


/* =========================================================
   HOT TAGS
   ========================================================= */

.hot-tags {
    padding: 11px;
}

.hot-tags a {
    display: inline-block;
    margin: 0 0 5px 3px;
    padding: 5px 8px;
    background: #f1f2f4;
    border: 1px solid #f1f2f4;
    color: #62676d !important;
    font-size: 8px;
}

.hot-tags a:hover {
    background: #ffffff;
    border-color: #d71920;
    color: #d71920 !important;
}


/* =========================================================
   SYSTEM MESSAGES
   ========================================================= */

.system-message {
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid #e0e2e4;
    border-right: 4px solid #d71920;
}

.messages-text {
    padding: 11px 13px;
}


/* =========================================================
   NATIVE SLIDER
   ========================================================= */

.native-slider {
    margin-bottom: 17px;
    overflow: hidden;
}


/* =========================================================
   PAGINATION
   ========================================================= */

.pagination {
    margin: 24px 0;
    text-align: center;
}

.pagination a {
    min-width: 36px;
    height: 36px;
    display: inline-block;
    margin: 2px;
    padding: 0 9px;
    line-height: 34px;
    background: #ffffff;
    border: 1px solid #d6d8db;
    color: #60656b !important;
    font-size: 9px;
}

.pagination a:hover,
.pagination a.active,
.pagination a[class*="active"] {
    background: #1b1f24;
    border-color: #1b1f24;
    color: #ffffff !important;
}


/* =========================================================
   COMMENTS
   ========================================================= */

.comments-area {
    margin-top: 28px;
}

.empty-comments {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e0e2e4;
    color: #80858b;
    text-align: center;
}

.comment-card {
    margin-bottom: 13px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e2e4;
}

.comment-card > header {
    min-height: 66px;
    padding: 10px 13px;
    background: #fafbfc;
    border-bottom: 1px solid #e6e7e9;
}

.comment-card > header:after {
    content: "";
    display: table;
    clear: both;
}

.comment-profile {
    float: right;
}

.comment-profile:after {
    content: "";
    display: table;
    clear: both;
}

.comment-profile img {
    width: 43px;
    height: 43px;
    float: right;
    margin-left: 9px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-profile > div {
    float: right;
    padding-top: 3px;
}

.comment-profile strong {
    display: block;
    color: #363a3f;
    font-size: 10px;
}

.comment-profile span {
    display: block;
    margin-top: 2px;
    color: #a0a4a9;
    font-size: 8px;
}

.comment-meta-links {
    float: left;
    padding-top: 8px;
}

.comment-meta-links a {
    display: inline-block;
    margin-right: 4px;
    padding: 4px 7px;
    background: #ffffff;
    border: 1px solid #dfe1e3;
    color: #80858a !important;
    font-size: 8px;
}

.comment-meta-links a:hover {
    border-color: #d71920;
    color: #d71920 !important;
}

.comment-content {
    padding: 17px;
    color: #454a50;
    line-height: 2.1;
}

.admin-response {
    margin: 0 17px 17px;
    padding: 11px 13px;
    background: #f6f7f8;
    border-right: 3px solid #d71920;
}

.admin-response header:after {
    content: "";
    display: table;
    clear: both;
}

.admin-response strong {
    float: right;
    color: #d71920;
    font-size: 9px;
}

.admin-response span {
    float: left;
    color: #9da1a6;
    font-size: 8px;
}

.admin-response p {
    margin: 6px 0 0;
    color: #565b61;
}


/* =========================================================
   COMMENT FORM
   ========================================================= */

.comment-form-area {
    padding: 17px;
    background: #ffffff;
    border: 1px solid #e0e2e4;
}

.comment-form-area input[type="text"],
.comment-form-area input[type="email"],
.comment-form-area input[type="url"],
.comment-form-area textarea,
.comment-form-area select {
    max-width: 100%;
    margin: 4px 0;
    padding: 8px 9px;
    background: #ffffff;
    border: 1px solid #d8dadd;
    border-radius: 0;
    outline: none;
}

.comment-form-area input[type="submit"],
.comment-form-area button {
    padding: 8px 18px;
    background: #1b1f24;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
}

.comment-form-area input[type="submit"]:hover,
.comment-form-area button:hover {
    background: #d71920;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
    width: 100%;
    margin-top: 0;
    background: #12161b;
    border-top: 4px solid #d71920;
    color: #8b9096;
}

.footer-top {
    min-height: 175px;
    padding: 36px 0;
}

.footer-top:after {
    content: "";
    display: table;
    clear: both;
}

.footer-brand {
    width: 65%;
    float: right;
}

.footer-links {
    width: 28%;
    float: left;
}

.footer-brand:after {
    content: "";
    display: table;
    clear: both;
}

.footer-logo-mark {
    width: 5px;
    height: 60px;
    float: right;
    margin-left: 13px;
    background: #d71920;
}

.footer-brand > div {
    overflow: hidden;
}

.footer-brand h3 {
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}

.footer-brand p {
    max-width: 540px;
    margin: 5px 0 0;
    color: #7e838a;
    font-size: 9px;
    line-height: 2;
}

.footer-links strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 12px;
}

.footer-links li {
    border-bottom: 1px solid #252a30;
}

.footer-links a {
    display: block;
    padding: 6px 0;
    color: #83888e !important;
    font-size: 9px;
}

.footer-links a:hover {
    color: #ffffff !important;
}

.footer-bottom {
    min-height: 49px;
    padding-top: 15px;
    border-top: 1px solid #282c32;
    color: #666b71;
    font-size: 8px;
}

.footer-bottom:after {
    content: "";
    display: table;
    clear: both;
}

.footer-bottom span:first-child {
    float: right;
}

.footer-bottom span:last-child {
    float: left;
}


/* =========================================================
   OLD TEMPLATE OVERRIDES
   ========================================================= */

.topbar,
.top-pattern,
.navimenubar,
.sidebar,
.menu-block,
.menu-title,
.menu-cnt,
.menu-list,
.post,
.post-title,
.post-body,
.post-info {
    box-shadow: none !important;
}

.site-search input[type="text"],
.comment-form-area input[type="text"],
.comment-form-area input[type="email"],
.comment-form-area textarea {
    float: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1000px) {

    .container {
        max-width: 94% !important;
    }

    .headline-card {
        width: 240px;
    }

    .content-column {
        width: 69%;
    }

    .side-column {
        width: 29%;
    }

}


/* =========================================================
   MOBILE NAV
   ========================================================= */

@media screen and (max-width: 850px) {

    .brand {
        width: 100%;
        float: none;
    }

    .masthead-search {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    .masthead-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mobile-nav-header {
        min-height: 49px;
        display: block;
        padding-top: 7px;
    }

    .navbar-toggle {
        display: block !important;
        margin: 0 !important;
        padding: 6px 12px !important;
        background: #d71920 !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #ffffff !important;
    }

    .navbar-toggle span {
        margin-left: 7px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .primary-menu {
        min-height: 0;
    }

    .primary-menu > li {
        width: 100%;
        float: none;
    }

    .primary-menu > li > a {
        min-height: 43px;
        line-height: 43px;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #2b3037;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 720px) {

    .container {
        max-width: 94% !important;
    }

    .utility-left {
        display: none;
    }

    .utility-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .brand-copy strong {
        font-size: 24px;
    }

    .brand-copy small {
        font-size: 8px;
    }

    .brand-mark {
        height: 53px;
    }

    .breaking-label {
        padding-left: 10px;
        font-size: 9px;
    }

    .breaking-track a {
        padding: 0 11px;
        font-size: 9px;
    }

    .headline-card {
        width: 215px;
    }

    .rail-title h2 {
        font-size: 15px;
    }

    .rail-controls button {
        width: 31px;
        height: 31px;
        font-size: 19px;
    }

    .content-column,
    .side-column {
        width: 100%;
        float: none;
    }

    .side-column {
        margin-top: 24px;
    }

    .story-header {
        padding: 14px;
    }

    .story-header h2 {
        font-size: 16px;
    }

    .story-body {
        padding: 14px;
    }

    .story-content {
        font-size: 12px;
    }

    .story-tags {
        margin-right: 14px;
        margin-left: 14px;
    }

    .story-author,
    .story-actions {
        float: none;
    }

    .story-actions {
        margin-top: 8px;
    }

    .story-footer {
        padding: 10px 14px;
    }

    .footer-brand,
    .footer-links {
        width: 100%;
        float: none;
    }

    .footer-links {
        margin-top: 25px;
    }

    .footer-bottom {
        padding-bottom: 14px;
        text-align: center;
    }

    .footer-bottom span:first-child,
    .footer-bottom span:last-child {
        float: none;
        display: block;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 480px) {

    .brand-copy strong {
        font-size: 21px;
    }

    .headline-card {
        width: 290px;
    }

    .rail-title small {
        display: none;
    }

    .comment-profile,
    .comment-meta-links {
        float: none;
    }

    .comment-meta-links {
        margin-top: 8px;
    }

}