/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
    ## Core Widgets
    ## Newspaper X Posts Widget
    ## Newspaper X Banners Widget
    ## Newspaper X Recent Posts Widget
# Content
    ## Posts and pages
      ## Author Box
	## Asides
	## Comments
# Infinite scroll
# Modules
    ## Recent Posts
    ## Related Posts
    ## News Ticker
    ## Breadcrumbs
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.margin-top {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #001936;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
}

p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #8c9597;
    line-height: 25px;
    margin-bottom: 1.5em;
    font-weight: 400;
}

article.post p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #001936;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}

.single-post div.entry-content > p:first-child:first-letter {
    float: left;
    font-size: 86px;
    line-height: 75px;
    text-align: left;
    padding-right: 15px;
    display: inline-block;
}

a {
    color: #0a396d;
    font-weight: 400;
    line-height:1.2;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0e649b;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h2{
    margin-top: 0;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1;
}

.section-title, .page-title, .newspaper-x-content .widget-title, .newspaper-x-after-content-sidebar .widget-title, #comments > h3:first-of-type, #reply-title, .newspaper-x-related-posts .newspaper-x-related-posts-title > h3 {
    padding: 2px 0;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    border-left: 5px solid #0f5fa3;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 65px;
}

.section-title.comment-reply-title, .comment-reply-title.page-title, .newspaper-x-content .comment-reply-title.widget-title, .newspaper-x-after-content-sidebar .comment-reply-title.widget-title, #comments > h3.comment-reply-title:first-of-type, .comment-reply-title#reply-title, .newspaper-x-related-posts .newspaper-x-related-posts-title > h3.comment-reply-title {
    margin-top: 20px;
}

.section-title > span, .page-title > span, .newspaper-x-content .widget-title > span, .newspaper-x-after-content-sidebar .widget-title > span, #comments > h3:first-of-type > span, #reply-title > span, .newspaper-x-related-posts .newspaper-x-related-posts-title > h3 > span {
    padding-left: 18px;
    background-color: #FFF;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding-right: 18px;
    color: #001936;
    font-size: 24px;
    font-weight: 900;
}

.section-title:after, .page-title:after, .newspaper-x-content .widget-title:after, .newspaper-x-after-content-sidebar .widget-title:after, #comments > h3:first-of-type:after, #reply-title:after, .newspaper-x-related-posts .newspaper-x-related-posts-title > h3:after {
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: 1px dotted #b7b7b7;
    position: absolute;
    display: block;
    top: 12px;
    right: 0;
}

.page-title {
    margin-top: 15px;
}

.page-header {
    padding: 0;
    margin: 0;
    border: none;
}

.newspaper-x-related-posts .newspaper-x-related-posts-title > h3 {
    margin-top: 20px;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    margin: 0;
    display: block;
    width: 100%;
    border: none;
    padding: 0 0 0 30px;
    background: none;
    border-left: 2px solid #eb6e6e;
    margin-bottom: 20px;
}

@media (max-width: 660px) {
    blockquote, q{
        padding-left: 20px;
    }
}

blockquote p, q p {
    font-weight: 400;
    font-size: 16px;
    border: none !important;
}

q {
    display: inline-block;
    font-style: italic;
    width: initial;
    color: #0e649b;
}

article.post blockquote p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    text-align: left;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #999;
}

article.post blockquote p::after {
    /*content: '';*/
    width: 78px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 20px auto 0px auto;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

table {
    margin: 0 0 1.5em;
    width: 100%;
}

table:not(#wp-calendar) {
    border: 1px solid #e1e1e1;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

table:not(#wp-calendar) > thead > tr > th,
table:not(#wp-calendar) > thead > tr > td,
table:not(#wp-calendar) > tbody > tr > th,
table:not(#wp-calendar) > tbody > tr > td,
table:not(#wp-calendar) > tfoot > tr > th,
table:not(#wp-calendar) > tfoot > tr > td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #e1e1e1;
}

table:not(#wp-calendar) > thead > tr > th,
table:not(#wp-calendar) > thead > tr > td {
    border-bottom-width: 2px;
}

table:not(#wp-calendar) > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e1e1e1;
}

table:not(#wp-calendar) > caption + thead > tr:first-child > th,
table:not(#wp-calendar) > caption + thead > tr:first-child > td,
table:not(#wp-calendar) > colgroup + thead > tr:first-child > th,
table:not(#wp-calendar) > colgroup + thead > tr:first-child > td,
table:not(#wp-calendar) > thead:first-child > tr:first-child > th,
table:not(#wp-calendar) > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table:not(#wp-calendar) > tbody + tbody {
    border-top: 2px solid #e1e1e1;
}

.blazy {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    /* this is needed so Safari keeps sharp edges */
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.blazy.b-loaded {
    -webkit-filter: initial;
    filter: initial;
    -webkit-transform: initial;
    -khtml-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

li.blazy {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.entry-content p {
    overflow: hidden;
}

.entry-content .title-article{
    font-size:28px;
}

.pagination .page-numbers {
    padding: 5px;
    margin-right:10px;
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 14px;
}

.pagination .page-numbers:nth-last-of-type(1){
    margin-left:0;
}

.pagination .page-numbers.current {
    color: #eb6e6e;
}

.page-numbers.next:after{
    content: '\f105';
    font-family:"FontAwesome";
    font-size: inherit;
    color: inherit;
    display: inline;
}
.page-numbers.prev:after{
    content: '\f104';
    font-family:"FontAwesome";
    font-size: inherit;
    color: inherit;
    display: inline;
}

.pagination .page-numbers.current:hover {
    color: #eb6e6e;
}

.pagination .page-numbers:hover, .pagination .page-numbers:focus {
    color: #eb6e6e;
}

.pagination .page-numbers:active {
    color: #eb6e6e;
}

.pagination .page-numbers .fa-angle-right {
    margin-left: 20px;
}

.pagination .page-numbers .fa-angle-left {
    margin-right: 20px;
}
ul.children {
    list-style: none;
    padding: 0;
}

[class^='customize-partial-edit-shortcut-widget-newspaper_x_header_module'],
[class*=' customize-partial-edit-shortcut-widget-newspaper_x_header_module'] {
    left: 50%;
}

.customize-partial-edit-shortcut-newspaper_x_header_bg {
    right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #0a396d;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

button .button {
    background-color: #0a396d;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

button .button:hover, button .button:focus {
    background-color: #0e649b;
}

button .button.active {
    background-color: #333333;
}

button .button.search-submit {
    font-size: 0;
    background-color: #000;
    color: #FFF;
    width: 56px;
    height: 56px;
    position: relative;
    top: 4px;
    border: none;
    margin-left: 4px;
}

button .button.search-submit:hover {
    border-color: transparent;
    background-color: #0e649b;
}

button .button.search-submit:after {
    content: '\f002';
    font-family: 'FontAwesome';
    line-height: 55px;
    font-size: 15px;
}

.form-submit .submit {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 55px;
    background-color: #0a396d;
    color: #FFF;
    border: none;
}

.form-submit .submit:hover, .form-submit .submit:focus {
    background-color: #0e649b;
}

.form-submit .submit.active {
    background-color: #333333;
}

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 #e1e1e1;
    font-size: 15px;
}

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

select {
    border: 1px solid #e1e1e1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: 1px 15px;
    line-height: 25px;
    color: #8b8d91;
}

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

input[type="search"] {
    padding: 5px;
}

textarea {
    padding: 10px 15px;
    line-height: 25px;
    /*min-height: 160px;*/
    color: #8b8d91;
    width: 100%;
}

textarea:hover, textarea:focus {
    border-color: #89b3ce;
}

#searchform {
    /*border: 1px solid #e1e1e1;*/
    display: flex;
    align-items: center;
    width: 100%;
}


#searchform .search-submit {
    background: none;
    font-size: 11px;
    border-left: 1px solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    padding: 6px 0px;
    float: right;
    margin-top: 0px;
    color: #e1e1e1;
    border: none;
}

#searchform > label {
    margin-bottom: 0;
    padding: 3px;
    border-radius: 0;
    flex-grow: 1;
}

#searchform > label > input[type="search"] {
    width: 100%;
    bottom: 0;
    position: relative;
    font-weight: 400;
    top: 0;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
}

/*@media (max-width: 1199px) {*/
/*#searchform > label > input[type="search"] {*/
/*width: 280px;*/
/*}*/
/*}*/

/*@media (max-width: 995px) {*/
/*#searchform > label > input[type="search"] {*/
/*width: 250px;*/
/*}*/
/*}*/

/*@media (max-width: 768px) {*/
/*#searchform > label > input[type="search"] {*/
/*width: 285px;*/
/*}*/
/*}*/

/*@media (max-width: 768px) {*/
/*#searchform > label > input[type="search"] {*/
/*width: 200px;*/
/*}*/
/*}*/

#searchform:hover, #searchform:focus {
    border-color: #89b3ce;
}

.top-header #searchform {
    border: none;
}

.top-header #searchform label {
    margin-bottom: 0;
    padding: 0px;
}

.top-header #searchform #search-field {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border-radius: 0;
    color: #FFF;
    width: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    font-weight: 400;
}

.top-header #searchform #search-field.opened {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    padding-left: 10px;
}

.top-header #searchform .search-submit {
    margin-top: 0px;
    background: transparent;
    color: #FFF;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: none;
    position: relative;
    left: 7px;
}

#cat {
    padding: 10px;
    border-radius: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0a396d;
}

a:hover, a:focus, a:active {
    color: #0e649b;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/**
/ Underscores default styling
*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #FFF;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

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

/*
* Small menu.
*/
.menu-toggle {
    display: block;
    width: 35px;
    height: 35px;
    color: #001936;
    border-color: #001936;
    background: transparent;
    margin: 10px auto;
}

#site-navigation.toggled ul {
    display: block;
    /* List items will be 100% wide, spanning across the whole width of device */
}

#site-navigation.toggled ul > li {
    /* Remove hover effects for small screens */
}

#site-navigation.toggled ul > li > a {
    /* Remove after element for small screens */
}

#site-navigation.toggled ul > li > a:after {
    display: none;
}

#site-navigation.toggled ul > li.menu-item-has-children > ul li a {
    padding: 0 0 10px 0;
}

#site-navigation.toggled ul > li.menu-item-has-children > ul li:hover > a {
    color: #001936;
}

#site-navigation.toggled ul > li.menu-item-has-children > ul li.menu-item-has-children:after {
    display: none;
}

#site-navigation.toggled ul li {
    display: block;
    width: 100%;
    background: #fff;
    padding-right: 0;
    /* Remove big-screen styling for submenus, we display them little bit to the right */
}

#site-navigation.toggled ul li.menu-item-has-children:after {
    display: none;
}

#site-navigation.toggled ul li.menu-item-has-children > ul li:after {
    display: none;
}

#site-navigation.toggled ul li.menu-item-has-children > ul li:hover {
    background-color: initial;
}

#site-navigation.toggled ul li ul {
    box-shadow: none;
    left: initial;
    top: initial;
    position: relative;
    padding-left: 20px;
    width: 100%;
}

#site-navigation.toggled ul li ul ul {
    left: initial;
    top: initial;
    position: relative;
    padding-left: 20px;
}

@media screen and (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    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%;
}

/* Newspaper X Menu Customization starts here */
#site-navigation a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
    display: inline-block;
    font-weight: 300;
}

#site-navigation .menu {
    padding-bottom: 10px;
    position: relative;
}

#site-navigation .menu > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    line-height: 55px;
    box-sizing: border-box;
}

#site-navigation .menu > li.current-menu-item, #site-navigation .menu > li:hover {
    border-bottom: 3px solid #eb6e6e;
    margin-bottom: -3px;
}

#site-navigation .menu > li.current-menu-item > a, #site-navigation .menu > li:hover > a {

}

#site-navigation .menu > li > a {
    position: relative;
    text-align: center;
}

#site-navigation .menu > li > a:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    content: '';
    display: block;
}

#site-navigation .menu > li:last-of-type {
    padding-right: 0;
}

#site-navigation .menu > li.menu-item-has-children:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
    color: #939393;
}

#site-navigation .menu > li.menu-item-has-children > ul li:hover {
    color: #FFF;
    background-color: #0e649b;
}

#site-navigation .menu > li.menu-item-has-children > ul li:hover > a, #site-navigation .menu > li.menu-item-has-children > ul li:hover:after {
    color: #FFF;
}

#site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children {
    position: relative;
}

#site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 1px;
    color: #333;
}

#site-navigation .menu > li.menu-item-has-children > ul li.menu-item-has-children:hover:after {
    color: #FFF;
}

#site-navigation .menu > li.menu-item-has-children > ul li a {
    padding: 10px 20px;
    font-size: 15px;
}

#site-navigation .menu .current_page_item {
    border-top: 3px solid #0a396d;
    bottom: 2px;
}

#site-navigation .menu .current_page_item > a {
    top: -1px;
}

/*--------------------------------------------------------------
## Top Header Menu
--------------------------------------------------------------*/
/* Top header */
.top-header {
    background: #04132d;
    color: #fff;
}

.top-header .fa-circle {
    color: #04132d;
}

.top-header ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.top-header ul li {
    display: inline-block;
}

.top-header ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 30px 10px 0;
    display: block;
    color: #ffffff;
}

.top-header ul li a:hover, .top-header ul li a:focus {
    text-decoration: none;
    color: #0e649b;
}

.top-header ul li:last-of-type a {
    padding-right: 0;
}

.top-header #searchform {
    float: left;
    width: 175px;
    border-bottom: 1px solid #202d44;
    padding-top: 7px;
}

.top-header #searchform.search-right {
    float: right !important;
}

.top-header #searchform label {
    max-width: 140px;
}

.top-header #searchform ::-moz-placeholder {
    opacity: 1;
}

.top-header #searchform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #fff;
}

.top-header #searchform input[type="search"] {
    padding: 3px;
    background: #04132d;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    max-width: 128px;
}

@media (max-width: 480px) {
    .top-header #searchform {
        width: 100%;
        display: block;
    }

    .top-header #searchform .search-top-bar-submit {
        float: right;
        top: 7px;
    }
}

@media (max-width: 767px) {
    .top-header ul {
        text-align: center;
    }

    .top-header #top-header-navigation, .top-header .top-header-icons {
        float: none !important;
    }
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/
/* Accessibility purpose */
.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

/* The social links are actually a menu */
#menu-social.search-enabled, .search-enabled#menu-social-1 {
    margin-right: 30px;
}

@media (max-width: 480px) {
    #menu-social, #menu-social-1 {
        float: none !important;
    }

    #menu-social ul, #menu-social-1 ul {
        text-align: center;
    }
}

#menu-social ul, #menu-social-1 ul {
    list-style: none;
    margin: 0;
    text-align: center;
}

#menu-social ul li, #menu-social-1 ul li {
    display: inline-block;
    position: relative;
}

#menu-social ul li a, #menu-social-1 ul li a {
    padding: 8px 2px;
    color: #FFF;
    /* Add hover effects for the links, the brand colors */
    /* Add the social links depending on the link href */
}

#menu-social ul li a:before, #menu-social-1 ul li a:before {
    content: '\f408';
    display: inline-block;
    padding: 0 5px;
    font-family: 'FontAwesome';
    font-size: 13px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

#menu-social ul li a:hover[href*="wordpress.org"]::before, #menu-social-1 ul li a:hover[href*="wordpress.org"]::before, #menu-social ul li a:hover[href*="wordpress.com"]::before, #menu-social-1 ul li a:hover[href*="wordpress.com"]::before {
    color: #21759b;
}

#menu-social ul li a:hover[href*="facebook.com"]::before, #menu-social-1 ul li a:hover[href*="facebook.com"]::before {
    color: #3b5998;
}

#menu-social ul li a:hover[href*="twitter.com"]::before, #menu-social-1 ul li a:hover[href*="twitter.com"]::before {
    color: #33ccff;
}

#menu-social ul li a:hover[href*="dribbble.com"]::before, #menu-social-1 ul li a:hover[href*="dribbble.com"]::before {
    color: #ea4c89;
}

#menu-social ul li a:hover[href*="plus.google.com"]::before, #menu-social-1 ul li a:hover[href*="plus.google.com"]::before {
    color: #dd4b39;
}

#menu-social ul li a:hover[href*="pinterest.com"]::before, #menu-social-1 ul li a:hover[href*="pinterest.com"]::before {
    color: #c8232c;
}

#menu-social ul li a:hover[href*="github.com"]::before, #menu-social-1 ul li a:hover[href*="github.com"]::before {
    color: #171515;
}

#menu-social ul li a:hover[href*="tumblr.com"]::before, #menu-social-1 ul li a:hover[href*="tumblr.com"]::before {
    color: #34526f;
}

#menu-social ul li a:hover[href*="youtube.com"]::before, #menu-social-1 ul li a:hover[href*="youtube.com"]::before {
    color: #c4302b;
}

#menu-social ul li a:hover[href*="flickr.com"]::before, #menu-social-1 ul li a:hover[href*="flickr.com"]::before {
    color: #ff0084;
}

#menu-social ul li a:hover[href*="vimeo.com"]::before, #menu-social-1 ul li a:hover[href*="vimeo.com"]::before {
    color: #1AB7EA;
}

#menu-social ul li a:hover[href*="instagram.com"]::before, #menu-social-1 ul li a:hover[href*="instagram.com"]::before {
    color: #3f729b;
}

#menu-social ul li a:hover[href*="codepen.io"]::before, #menu-social-1 ul li a:hover[href*="codepen.io"]::before {
    color: #000;
}

#menu-social ul li a:hover[href*="linkedin.com"]::before, #menu-social-1 ul li a:hover[href*="linkedin.com"]::before {
    color: #0e76a8;
}

#menu-social ul li a[href*="wordpress.org"]::before, #menu-social-1 ul li a[href*="wordpress.org"]::before, #menu-social ul li a[href*="wordpress.com"]::before, #menu-social-1 ul li a[href*="wordpress.com"]::before {
    content: '\f19a';
}

#menu-social ul li a[href*="facebook.com"]::before, #menu-social-1 ul li a[href*="facebook.com"]::before {
    content: '\f09a';
}

#menu-social ul li a[href*="twitter.com"]::before, #menu-social-1 ul li a[href*="twitter.com"]::before {
    content: '\f099';
}

#menu-social ul li a[href*="dribbble.com"]::before, #menu-social-1 ul li a[href*="dribbble.com"]::before {
    content: '\f17d';
}

#menu-social ul li a[href*="plus.google.com"]::before, #menu-social-1 ul li a[href*="plus.google.com"]::before {
    content: '\f0d5';
}

#menu-social ul li a[href*="pinterest.com"]::before, #menu-social-1 ul li a[href*="pinterest.com"]::before {
    content: '\f231';
}

#menu-social ul li a[href*="github.com"]::before, #menu-social-1 ul li a[href*="github.com"]::before {
    content: '\f09b';
}

#menu-social ul li a[href*="tumblr.com"]::before, #menu-social-1 ul li a[href*="tumblr.com"]::before {
    content: '\f173';
}

#menu-social ul li a[href*="youtube.com"]::before, #menu-social-1 ul li a[href*="youtube.com"]::before {
    content: '\f167';
}

#menu-social ul li a[href*="flickr.com"]::before, #menu-social-1 ul li a[href*="flickr.com"]::before {
    content: '\f16e';
}

#menu-social ul li a[href*="vimeo.com"]::before, #menu-social-1 ul li a[href*="vimeo.com"]::before {
    content: '\f27d';
}

#menu-social ul li a[href*="instagram.com"]::before, #menu-social-1 ul li a[href*="instagram.com"]::before {
    content: '\f16d';
}

#menu-social ul li a[href*="codepen.io"]::before, #menu-social-1 ul li a[href*="codepen.io"]::before {
    content: '\f1cb';
}

#menu-social ul li a[href*="linkedin.com"]::before, #menu-social-1 ul li a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

#menu-social-1 {
    text-align: left;
}

#menu-social-1 ul {
    text-align: left;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

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

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-list .reply:before,
.comment-content:after,
.comment-list .reply:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.comment-list .reply:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.newspaper-x-blog-sidebar {
    /**
    * Search Widget is a little different, does not have border
    */
    /**
    * Select all widgets except for the search box
    */
}

.newspaper-x-blog-sidebar .widget_search {
    margin-bottom: 30px;
}

.newspaper-x-blog-sidebar .widget_search .widget-title {
    display: none;
}

.newspaper-x-blog-sidebar .widget_search h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: #001936;
}

.newspaper-x-blog-sidebar select {
    padding: 10px;
}

.newspaper-x-blog-sidebar .widget_newspaper_x_banner, .newspaper-x-blog-sidebar .widget_text {
    margin-bottom: 30px;
    overflow: hidden;
}

.newspaper-x-blog-sidebar .widget_newspaper_x_banner select, .newspaper-x-blog-sidebar .widget_text select {
    width: 100%;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) {
    /**
    * add the border + paddings
    */
    margin: 0 0 30px;
    /**
    * Style the header by adding background
    */
    /**
    * Reset the margins for UL / OL
    */
    /* Make sure select elements fit in widgets. */
    /**
    * Style the widget meta
    */
    /**
    * Style the widget rss
    */
    /**
    * Style the recent comments
    */
    /**
    * Style the recent posts
    */
    /**
    * Style the tag cloud
    */
    /**
    * Style the categories and archive widgets
    */
    /**
    * Calendar restyling. The title will always be hidden.
    */
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) > ul, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) > ol {
    margin: 0;
    padding: 0px 0px 30px 0px;
    list-style-type: none;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) select {
    max-width: 100%;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) select option {
    max-width: 233px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_nav_menu > div > ul {
    margin: 0;
    padding: 0px 18px 30px 18px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_nav_menu > div > ul li > ul {
    margin-left: 0;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_meta ul li {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_meta ul li a {
    color: #8c9597;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_meta ul li a:hover {
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li {
    font-size: 15px;
    color: #001936;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li a {
    color: #001936;
    font-size: 18px;
    font-weight: 700;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li a:hover {
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li .rss-date {
    color: #bfbfbf;
    font-size: 12px;
    display: block;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li .rssSummary {
    color: #8b8d91;
    margin-top: 10px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_rss ul li cite {
    font-style: initial;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_comments ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #8b8d91;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_comments ul li a {
    color: #0a396d;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_comments ul li a:hover {
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_entries ul li {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_entries ul li a {
    font-size: 15px;
    color: #8b8d91;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_entries ul li a:hover {
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_recent_entries ul li span {
    display: block;
    color: #bfbfbf;
    font-size: 12px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_tag_cloud {
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_tag_cloud .tagcloud {
    padding: 0px 0px 30px 0px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_tag_cloud .tagcloud h3 {
    font-size: 20px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_tag_cloud .tagcloud a {
    white-space: nowrap !important;
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #7c95b1;
    line-height: 45px;
    font-size: 15px !important;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_tag_cloud .tagcloud a:hover {
    background: #0a396d;
    color: #fff;
    border: 1px solid #0a396d;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive {
    /**
    * Dropdown categories/archives
    */
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > select, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > select {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #001936;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li:last-of-type, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li:last-of-type {
    border-bottom: none;
    margin-bottom: 20px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li:hover a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li:hover .newspaper-x-cat-count, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li:focus a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li:focus .newspaper-x-cat-count, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li:hover a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li:hover .newspaper-x-cat-count, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li:focus a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li:focus .newspaper-x-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li a {
    color: #8b8d91;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li a:hover, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li a:focus, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li a:hover, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li .newspaper-x-cat-count, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li .newspaper-x-cat-count {
    float: right;
    color: #8b8d91;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li .newspaper-x-cat-count:before, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li .newspaper-x-cat-count:before {
    content: "(";
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories > ul > li .newspaper-x-cat-count:after, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive > ul > li .newspaper-x-cat-count:after {
    content: ")";
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories .children, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_categories .children > li, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_archive .children > li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #e1e1e1;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_nav_menu > div ul {
    list-style-type: none;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_nav_menu > div > ul {
    padding: 0px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_nav_menu > div > ul .sub-menu {
    padding-left: 10px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar {
    padding: 0px;
    position: relative;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar .widget-title, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar h3 {
    display: none;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 4px;
    margin-left: 1px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar > caption {
    border: 1px solid #e1e1e1;
    color: #001c28;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-top: 22px;
    min-height: 55px;
    position: relative;
    margin-bottom: 20px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar th {
    text-align: center;
    color: #001936;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar .pad {
    display: none;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td {
    color: #8b8d91;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 9px 5px;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td#today {
    color: #fff;
    background: #0a396d;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td#today a {
    color: #fff;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td#today:hover, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td#today:focus {
    background: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td:hover, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td:focus {
    color: #fff;
    background: #0e649b;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td:hover a, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td:focus a {
    color: #fff;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td a {
    color: #0e649b;
    text-decoration: none;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td a:hover, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar td a:focus {
    text-decoration: none;
    color: #fff;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #prev {
    border: none;
    position: absolute;
    top: -2px;
    left: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #prev:before {
    content: '\f104';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #333;
    font-family: 'FontAwesome';
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #prev > a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #next {
    border: none;
    position: absolute;
    top: -2px;
    right: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #next:before {
    content: '\f105';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #333;
    font-family: 'FontAwesome';
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar #next > a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text).widget_calendar #wp-calendar thead {
    border: none;
    color: #001936 !important;
}

.widget-bordered, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text), .newspaper-x-blog-sidebar .widget_newspaper_x_recent, .newspaper-x-sidebar .widget_newspaper_x_recent {
    position: relative;
}

.widget-title-styled, .newspaper-x-blog-sidebar .widget:not(.widget_search):not(.widget_newspaper_x_banner):not(.widget_text) > h3, .newspaper-x-blog-sidebar .widget_newspaper_x_recent > h3, .newspaper-x-sidebar .widget_newspaper_x_recent > h3 {
    color: #333;
    padding: 18px 0px;
    display: block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    position: relative;
}

.site-footer p {
    color: #a9afb5;
    font-family: 'Roboto', sans-serif;
}

.site-footer .newspaper-x-contact-p {
    margin-bottom: 0;
}

.site-footer .newspaper-x-contact-p strong{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.site-footer .newspaper-x-contact-logo {
    margin-top: 20px;
}

.site-footer .widget_recent_entries ul {
    margin: 0;
    padding: 0;
}

.site-footer .widget_recent_entries ul li {
    list-style: none;
    margin-bottom: 20px;
}

.site-footer .widget_recent_entries ul li a {
    color: #a9afb5;
}

.site-footer .widget_recent_entries ul li a:hover {
    color: #0e649b;
}

.site-footer .widget_recent_entries ul li .post-date {
    display: block;
    color: #455263;
    font-size: 12px;
}

.site-footer .widget {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #a9afb5;
    position: relative;
    padding: 15px;
    z-index: 1;
    /**
    * Style the recent comments
    */
    /**
    * Style the meta
    */
    /**
   * Style the footer search
   */
    /**
    * Calendar restyling. The title will always be hidden.
    */
    /**
    * Style the tag cloud
    */
    /**
    * Style the widget rss
    */
}

.site-footer .widget h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFF;
}

.site-footer .widget.widget_newspaper_x_recent .newspaper-x-recent-post-widget {
    height: 65px;
    margin-left: 0;
    margin-right: 0;
}

.site-footer .widget.widget_newspaper_x_recent .newspaper-x-recent-post-widget .newspaper-x-title h3 {
    margin-bottom: 15px;
}

.site-footer .widget.widget_newspaper_x_recent .newspaper-x-recent-post-widget .newspaper-x-post-content {
    width: 225px;
}

@media (max-width: 1199px) {
    .site-footer .widget.widget_newspaper_x_recent .newspaper-x-recent-post-widget .newspaper-x-post-content {
        width: 187px;
    }
}

.site-footer .widget.widget_categories {
    padding-right: 0px;
    position: relative;
}

.site-footer .widget.widget_categories > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.site-footer .widget.widget_categories > ul > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_categories > ul > li:last-of-type {
    border-bottom: none;
}

.site-footer .widget.widget_categories > ul > li:hover a, .site-footer .widget.widget_categories > ul > li:hover .newspaper-x-cat-count, .site-footer .widget.widget_categories > ul > li:focus a, .site-footer .widget.widget_categories > ul > li:focus .newspaper-x-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.site-footer .widget.widget_categories > ul > li a {
    color: #a9afb5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.site-footer .widget.widget_categories > ul > li .newspaper-x-cat-count {
    float: right;
    color: #2c3745;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.site-footer .widget.widget_categories > ul > li .newspaper-x-cat-count:before {
    content: "(";
}

.site-footer .widget.widget_categories > ul > li .newspaper-x-cat-count:after {
    content: ")";
}

.site-footer .widget.widget_categories .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.site-footer .widget.widget_categories .children > li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_recent_comments ul {
    padding: 0px;
}

.site-footer .widget.widget_recent_comments ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 15px;
    color: #a9afb5;
    font-family: 'Roboto', sans-serif;
}

.site-footer .widget.widget_recent_comments ul li a {
    color: #fff;
}

.site-footer .widget.widget_recent_comments ul li a:hover {
    color: #0e649b;
}

.site-footer .widget.widget_meta ul {
    padding: 0px;
}

.site-footer .widget.widget_meta ul li {
    list-style: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.site-footer .widget.widget_meta ul li a {
    color: #a9afb5;
}

.site-footer .widget.widget_meta ul li a:hover {
    color: #0e649b;
}

.site-footer .widget.widget_search {
    padding-right: 0px;
}

.site-footer .widget.widget_search #searchform {
    border-color: #001b30;
}

.site-footer .widget.widget_search #searchform .search-submit {
    color: #002135;
}

.site-footer .widget.widget_search #searchform label input[type="search"] {
    width: 100%;
    background: none;
    color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.site-footer .widget.widget_search #searchform label ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.site-footer .widget.widget_search #searchform:hover, .site-footer .widget.widget_search #searchform:focus {
    border-color: #053052;
}

.site-footer .widget.widget_calendar {
    padding: 0px;
    position: relative;
}

.site-footer .widget.widget_calendar .widget-title, .site-footer .widget.widget_calendar h3 {
    display: none;
}

.site-footer .widget.widget_calendar #wp-calendar {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    border-collapse: separate;
    border-spacing: 4px;
    margin-left: 1px;
}

.site-footer .widget.widget_calendar #wp-calendar > caption {
    border: 1px solid #002438;
    color: #a9afb5;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-top: 22px;
    min-height: 55px;
    position: relative;
    margin-bottom: 20px;
}

.site-footer .widget.widget_calendar #wp-calendar th {
    text-align: center;
    color: #a9afb5;
}

.site-footer .widget.widget_calendar #wp-calendar .pad {
    display: none;
}

.site-footer .widget.widget_calendar #wp-calendar td {
    color: #a9afb5;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #002438;
    padding: 9px 5px;
}

.site-footer .widget.widget_calendar #wp-calendar td#today {
    color: #fff;
    background: #0a396d;
    border-color: #0a396d;
}

.site-footer .widget.widget_calendar #wp-calendar td#today a {
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td#today:hover, .site-footer .widget.widget_calendar #wp-calendar td#today:focus {
    background: #0e649b;
    border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover, .site-footer .widget.widget_calendar #wp-calendar td:focus {
    color: #fff;
    background: #0e649b;
    border-color: #0e649b;
}

.site-footer .widget.widget_calendar #wp-calendar td:hover a, .site-footer .widget.widget_calendar #wp-calendar td:focus a {
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar td a {
    color: #0e649b;
    text-decoration: none;
}

.site-footer .widget.widget_calendar #wp-calendar td a:hover, .site-footer .widget.widget_calendar #wp-calendar td a:focus {
    text-decoration: none;
    color: #fff;
}

.site-footer .widget.widget_calendar #wp-calendar #prev {
    border: none;
    position: absolute;
    top: -3px;
    left: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #prev:before {
    content: '\f104';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #a9afb5;
    font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #prev > a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar #next {
    border: none;
    position: absolute;
    top: -3px;
    right: 5%;
    width: 35px;
    height: 55px;
    background-color: transparent;
    color: #FFF;
}

.site-footer .widget.widget_calendar #wp-calendar #next:before {
    content: '\f105';
    display: block;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    position: relative;
    color: #a9afb5;
    font-family: 'FontAwesome';
}

.site-footer .widget.widget_calendar #wp-calendar #next > a {
    top: 20px;
    position: absolute;
    color: transparent;
}

.site-footer .widget.widget_calendar #wp-calendar thead {
    border: none;
    color: #001936 !important;
}

.site-footer .widget.widget_tag_cloud {
    font-family: 'Roboto', sans-serif;
}

.site-footer .widget.widget_tag_cloud .tagcloud h3 {
    font-size: 20px;
}

.site-footer .widget.widget_tag_cloud .tagcloud a {
    color: #a9afb5;
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #001c31;
    line-height: 45px;
    white-space: nowrap !important;
    font-size: 15px !important;
}

.site-footer .widget.widget_tag_cloud .tagcloud a:hover {
    background: #0a396d;
    color: #fff;
    border: 1px solid #0a396d;
}

.site-footer .widget.widget_rss ul {
    padding: 0px;
}

.site-footer .widget.widget_rss ul li {
    list-style: none;
    font-size: 15px;
    color: #f1f1f1;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.site-footer .widget.widget_rss ul li a {
    color: #f1f1f1;
    font-size: 18px;
    font-weight: 700;
}

.site-footer .widget.widget_rss ul li a:hover {
    color: #0e649b;
}

.site-footer .widget.widget_rss ul li .rss-date {
    color: #a9afb5;
    font-size: 12px;
    display: block;
}

.site-footer .widget.widget_rss ul li .rssSummary {
    color: #a9afb5;
    margin-top: 10px;
}

.site-footer .widget.widget_rss ul li cite {
    font-style: initial;
    color: #f1f1f1;
}

.site-footer .widget.widget_archive {
    padding-right: 0px;
    position: relative;
}

.site-footer .widget.widget_archive > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
}

.site-footer .widget.widget_archive > ul > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted rgba(225, 225, 225, 0.1);
}

.site-footer .widget.widget_archive > ul > li:last-of-type {
    border-bottom: none;
}

.site-footer .widget.widget_archive > ul > li:hover a, .site-footer .widget.widget_archive > ul > li:hover .newspaper-x-cat-count, .site-footer .widget.widget_archive > ul > li:focus a, .site-footer .widget.widget_archive > ul > li:focus .newspaper-x-cat-count {
    text-decoration: none;
    color: #0e649b;
}

.site-footer .widget.widget_archive > ul > li a {
    color: #a9afb5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.site-footer .widget.widget_archive > ul > li .newspaper-x-cat-count {
    float: right;
    color: #2c3745;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.site-footer .widget.widget_archive > ul > li .newspaper-x-cat-count:before {
    content: "(";
}

.site-footer .widget.widget_archive > ul > li .newspaper-x-cat-count:after {
    content: ")";
}

.site-footer .widget.widget_archive .children {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px;
}

.site-footer .widget.widget_archive .children > li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e1e1e1;
}

.site-footer .contact-widget div {
    margin-bottom: 12px;
}

.site-footer .contact-widget div span {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.site-footer .contact-widget div a {
    color: #a9afb5;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.site-footer .contact-widget div a:hover {
    color: #0e649b;
}

.site-footer .contact-widget #social-contact {
    padding-left: 0px;
    margin-top: 25px;
}

.site-footer .contact-widget #social-contact li {
    display: inline;
}

.site-footer .contact-widget #social-contact li a {
    /* Add the social links depending on the link href */
    color: #fff;
}

.site-footer .contact-widget #social-contact li a:before {
    content: '\f408';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    padding: 2px 11px 2px 12px;
    margin-right: 7px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.site-footer .contact-widget #social-contact li a span {
    display: none;
}

.site-footer .contact-widget #social-contact li a[href*="wordpress.org"]::before, .site-footer .contact-widget #social-contact li a[href*="wordpress.com"]::before {
    content: '\f19a';
    background: #21759b;
    padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="facebook.com"]::before {
    content: '\f09a';
    background: #3b5998;
}

.site-footer .contact-widget #social-contact li a[href*="twitter.com"]::before {
    content: '\f099';
    background: #38a4f0;
    padding: 2px 9px 2px 10px;
    margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="dribbble.com"]::before {
    content: '\f17d';
    background: #ea4c89;
    padding: 2px 10px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="plus.google.com"]::before {
    content: '\f0d5';
    background: #ed3521;
    padding: 2px 9px 2px 7px;
    margin-right: 7px;
}

.site-footer .contact-widget #social-contact li a[href*="pinterest.com"]::before {
    content: '\f231';
    background: #c8232c;
}

.site-footer .contact-widget #social-contact li a[href*="github.com"]::before {
    content: '\f09b';
    background: #171515;
}

.site-footer .contact-widget #social-contact li a[href*="tumblr.com"]::before {
    content: '\f173';
    background: #36465d;
    padding: 2px 11px 2px 12px;
    margin-right: 5px;
}

.site-footer .contact-widget #social-contact li a[href*="youtube.com"]::before {
    content: '\f167';
    background: #d10027;
    padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="flickr.com"]::before {
    content: '\f16e';
    background: #ff0084;
    padding: 2px 11px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="vimeo.com"]::before {
    content: '\f27d';
    background: #1AB7EA;
    padding: 2px 10px 2px 9px;
}

.site-footer .contact-widget #social-contact li a[href*="instagram.com"]::before {
    content: '\f16d';
    background: #3f729b;
    padding: 2px 10px 2px 11px;
}

.site-footer .contact-widget #social-contact li a[href*="codepen.io"]::before {
    content: '\f1cb';
    background: #000;
    padding: 2px 9px 2px 10px;
}

.site-footer .contact-widget #social-contact li a[href*="linkedin.com"]::before {
    content: '\f0e1';
    background: #0e76a8;
    padding: 2px 9px 2px 11px;
}

.site-footer .contact-widget #social-contact li a:hover {
    color: #fff;
    opacity: 0.9;
}

.newspaper_x_widgets.newspaper-x-layout-a {
    margin-bottom: 30px;
}

.newspaper_x_widgets .newspaper-x-layout-b-row:last-of-type .border {
    border: none !important;
}

.newspaper_x_widgets .newspaper-x-layout-b-row .card-info {
    position: relative;
    left: 15px;
}

.newspaper_x_widgets .newspaper-x-layout-b-row .newspaper-x-title h3, .newspaper_x_widgets .newspaper-x-layout-b-row .newspaper-x-title h4 {
    margin-top: -5px;
}

.newspaper_x_widgets .newspaper-x-layout-b-row .newspaper-x-title h3 {
    line-height: 0px;
    margin-bottom: 5px;
}

.newspaper_x_widgets .newspaper-x-layout-b-row .newspaper-x-title h3 a {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-content-a {
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-content-a a {
    color: #8c9597;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title {
    margin-bottom: 10px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h4 > a {
    color: #001936;
    font-weight: 700;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h4 > a:hover, .newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h4 > a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-date {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-author {
    font-size: 12px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-author a {
    color: #0a396d;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #bfbfbf;
}

@media (max-width: 767px) {
    .newspaper_x_widgets .newspaper-x-blog-post-layout-a {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .newspaper_x_widgets .newspaper-x-blog-post-layout-a {
        display: inline-block;
    }
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-image img {
    width: 100%;
    max-height: 165px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 23px;
    margin-bottom: 0;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h3 > a {
    font-weight: bold;
    color: inherit;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h3 > a:hover, .newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-title h3 > a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-content, .newspaper_x_widgets .newspaper-x-blog-post-layout-a .newspaper-x-after-content-sidebar {
    font-size: 15px;
    font-family: "Source Sans Pro", "sans-serif";
    color: #333;
}

.newspaper_x_widgets .border {
    border-bottom: 1px dotted #d7d7d7;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .newspaper_x_widgets .newspaper-x-blog-post-layout-b > .row > .col-xs-12:last-of-type {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-image {
        margin-bottom: 10px;
    }
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-image {
    margin-bottom: 25px;
    max-height: 225px;
    display: inline-block;
    float: left;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-image img {
    width: 100%;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .col-sm-5 .newspaper-x-image {
    max-height: 80px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .col-sm-4 .newspaper-x-image {
    max-height: 100px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-content a {
    color: #8c9597;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-title h4 > a {
    color: #001936;
    font-weight: 700;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-title h4 > a:hover, .newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-title h4 > a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-date {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-author {
    font-size: 12px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-b .newspaper-x-author a {
    color: #0a396d;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #bfbfbf;
}

@media (max-width: 359px) {
    .newspaper_x_widgets .newspaper-x-layout-c-row .col-xs-6 {
        width: 100%;
    }
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .newspaper_x_widgets .newspaper-x-blog-post-layout-c {
        margin-bottom: 10px;
    }
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-image {
    width: 100%;
    display: block;
    max-height: 225px;
    margin-bottom: 30px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-image > img {
    width: 100%;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-content {
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-content a {
    color: #8c9597;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #0a396d;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-category a {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-category:hover {
    background: #0e649b;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-title h4 > a {
    color: #001936;
    font-weight: 700;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-title h4 > a:hover, .newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-title h4 > a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-post-meta > ul .post-comments:after {
    display: none;
}

.newspaper_x_widgets .newspaper-x-blog-post-layout-c .newspaper-x-post-meta > ul .post-category {
    display: none;
}

.newspaper-x-post-meta > ul {
    list-style-type: none;
    margin: 15px 0 10px;
    padding: 0;
}

.newspaper-x-post-meta > ul > li {
    display: inline-block;
    font-size: 13px;
    font-family: 'Droid Serif';
    position: relative;
}

.newspaper-x-post-meta > ul > li:after {
    content: '/';
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}

.newspaper-x-post-meta > ul > li:last-of-type:after {
    display: none;
}

.newspaper-x-layout-a-row,
.newspaper-x-layout-c-row {
    margin-bottom: 30px;
}

.newspaper-x-after-content-sidebar .newspaper-x-title h3 {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.newspaper-x-after-content-sidebar .newspaper-x-title h3 a {
    font-weight: 700;
    color: #001936;
}

.newspaper-x-after-content-sidebar .newspaper-x-title h3 a:hover, .newspaper-x-after-content-sidebar .newspaper-x-title h3 a:focus {
    text-decoration: none;
    color: #0e649b;
}

.newspaper-x-after-content-sidebar .newspaper-x-layout-c-row {
    margin-bottom: 30px;
}

.newspaper-x-after-content-sidebar .newspaper-x-blog-post-layout-c .newspaper-x-title h3 {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.newspaper-x-after-content-sidebar .newspaper-x-blog-post-layout-c .newspaper-x-content {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #8c9597;
    margin-top: 10px;
}

.newspaper-x-after-content-sidebar .newspaper-x-blog-post-layout-b .newspaper-x-content {
    display: block;
}

.newspaper-x-image-banner {
    text-align: center;
}

.newspaper-x-image-banner a {
    display: inline-block;
    margin: 0 0 15px 0;
}

.newspaper-x-image-banner a > img {
    width: 100%;
}

.newspaper-x-image-banner > img {
    display: inline-block;
}

.widget_newspaper_x_banner {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .newspaper-x-content .newspaper-x-image-banner {
        display: none;
    }

    .before-content-area .newspaper-x-image-banner {
        display: none;
    }

    .header-banner {
        display: none;
    }
}

.newspaper-x-recent-post-widget {
    display: inline-block;
    margin: 0 18px 18px 18px;
}

.newspaper-x-recent-post-widget:last-of-type {
    margin-bottom: 25px;
}

@media (max-width: 994px) {
    .newspaper-x-recent-post-widget .newspaper-x-title h3 {
        margin-bottom: 5px;
    }
}

@media (min-width: 995px) {
    .newspaper-x-recent-post-widget {
        height: 100px;
    }
}

@media (min-width: 1199px) {
    .newspaper-x-recent-post-widget {
        height: 80px;
    }
}

.newspaper-x-recent-post-widget .newspaper-x-image {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.newspaper-x-recent-post-widget .newspaper-x-image img {
    max-width: 93px;
    width: 100%;
}

.newspaper-x-recent-post-widget .newspaper-x-post-content {
    display: inline-block;
    float: left;
    width: 138px;
}

@media (max-width: 1199px) {
    .newspaper-x-recent-post-widget .newspaper-x-post-content {
        width: 126px;
    }
}

.newspaper-x-recent-post-widget .newspaper-x-title h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    text-transform: initial;
    color: #333;
}

.newspaper-x-recent-post-widget .newspaper-x-title h3 > a {
    color: inherit;
}

.newspaper-x-recent-post-widget .newspaper-x-title h3 > a:hover, .newspaper-x-recent-post-widget .newspaper-x-title h3 > a:focus {
    text-decoration: none;
    color: inherit;
}

.newspaper-x-recent-post-widget .newspaper-x-post-meta {
    float: left;
    display: inline-block;
}

.newspaper-x-recent-post-widget .newspaper-x-post-meta > ul {
    margin: 0;
}

.newspaper-x-recent-post-widget .newspaper-x-post-meta .post-comments {
    display: none;
}

.newspaper-x-blog-sidebar, .newspaper-x-sidebar {
    margin-top: 10px;
}

.newspaper-x-blog-sidebar .widget_newspaper_x_recent .newspaper-x-recent-post-widget, .newspaper-x-sidebar .widget_newspaper_x_recent .newspaper-x-recent-post-widget {
    border-bottom: 1px dashed #e1e1e1;
}

.newspaper-x-blog-sidebar .widget_newspaper_x_recent .newspaper-x-recent-post-widget:last-of-type, .newspaper-x-sidebar .widget_newspaper_x_recent .newspaper-x-recent-post-widget:last-of-type {
    border: none;
}

.archive .newspaper-x-blog-sidebar, .category .newspaper-x-blog-sidebar, .search-results .newspaper-x-blog-sidebar, .blog .newspaper-x-blog-sidebar {
    margin-top: -20px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

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

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

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

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.single-post .entry-header, .page .entry-header {
    margin: 30px 0;
}

.single-post .entry-header img, .page .entry-header img {
    width: 100%;
}

.single-post .entry-title, .page .entry-title {
    margin-top: 30px;
    color: #001936;
}

.single-post .entry-content .archive, .page .entry-content .archive {
    color: #8b8d91;
}

.single-post .entry-content p:first-of-type, .page .entry-content p:first-of-type {
    color: #001936;
    /*border-bottom: 1px dotted #bababa;*/
    /*padding-bottom: 20px;*/
}

.single-post .entry-content p{
    margin-bottom: 10px;
    padding-bottom: 0;
}

.archive .entry-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.newspaper-x-image-banner {
    margin-bottom: 30px;
}

.newspaper-x-archive-first-posts, .newspaper-x-archive-page {
    margin-bottom: 20px;
}

.newspaper-x-archive-first-posts .newspaper-x-post-meta, .newspaper-x-archive-page .newspaper-x-post-meta {
    margin-top: 20px;
}

.newspaper-x-archive-first-posts .newspaper-x-post-meta .newspaper-x-category, .newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category {
    line-height: 25px;
    font-weight: 400;
    /*background: #e64141;*/
    display: inline-block;
    position: relative;
}

.newspaper-x-archive-first-posts .newspaper-x-post-meta .newspaper-x-category a, .newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category a {
    color: #bfbfbf;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.newspaper-x-archive-first-posts .newspaper-x-post-meta .newspaper-x-category:hover a, .newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-category:hover a{
    color: #e64141;
}

.newspaper-x-archive-first-posts .newspaper-x-post-meta .newspaper-x-date, .newspaper-x-archive-page .newspaper-x-post-meta .newspaper-x-date {
    line-height: 25px;
    font-weight: 200;
    margin-left: 13px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
}

.single-post .newspaper-x-breadcrumbs {
    margin-top: -20px;
}

.single-post .newspaper-x-post-meta {
    margin-top: 20px;
}

.single-post .newspaper-x-post-meta .newspaper-x-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #0a396d;
}

.single-post .newspaper-x-post-meta .newspaper-x-category a {
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.single-post .newspaper-x-post-meta .newspaper-x-category:hover {
    background: #0e649b;
}

.single-post .newspaper-x-post-meta .newspaper-x-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #bfbfbf;
}

.single-post .newspaper-x-tags {
    font-family: 'Roboto', sans-serif;
    padding-bottom: 27px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

.single-post .newspaper-x-tags:nth-of-type(2) {
    display: none;
}

.single-post .newspaper-x-tags strong {
    font-size: 20px;
    color: #001936;
    line-height: 34px;
    position: relative;
    top: 2px;
}

.single-post .newspaper-x-tags a {
    padding: 4px 9px 4px 9px;
    margin: -2px 5px;
    border: 1px solid #7c95b1;
    line-height: 33px;
    font-size: 15px;
}

.single-post .newspaper-x-tags a:hover {
    background: #0a396d;
    color: #fff;
    border: 1px solid #0a396d;
}

/* Author box styling */
.author-description {
    border: 1px solid #ebebeb;
    display: flex;
    margin: 36px 0;
}

.author-description .avatar {
    width: 23%;
    float: left;
    padding-top: 20px;
    padding-bottom: 14px;
}

.author-description .avatar img {
    width: 118px;
    height: 100px;
    object-fit: cover;
}

.author-description .description {
    padding: 25px 15px 0px 0px;
    width: 75%;
    float: left;
    align-items: stretch;
}

.author-description .description h6 a {
    font-weight: 700;
}

.author-description .description p {
    margin-bottom: 40px;
    color: #8b8d91;
    font-size: 14px;
    line-height: 20px;
}

.author-description .social-list {
    display: block;
    width: 5%;
    float: right;
    text-align: center;
    align-items: stretch;
    border-left: 1px solid #ebebeb;
}

.author-description .social-list ul {
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
}

.author-description .social-list ul a {
    color: #ebebeb;
    font-size: 11px;
    margin-top: 20px;
}

@media (max-width: 550px) {
    .author-description .avatar {
        width: 90%;
        border-right: 1px solid #ebebeb;
    }

    .author-description .comment {
        width: 90%;
        padding-left: 10px;
    }

    .author-description .comment h6 {
        text-align: center;
    }

    .author-description .social-list {
        width: 10%;
    }
}

.newspaper-x-image {
    overflow: hidden;
    display: block;
}

.newspaper-x-image > img,
.newspaper-x-image > a > img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.newspaper-x-image:hover > img,
.newspaper-x-image:hover > a > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.newspaper-x-archive-first-posts {
    margin-top: 15px;
}

.newspaper-x-archive-first-posts .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #001936;
}

.newspaper-x-archive-first-posts .entry-title a:hover {
    color: #0e649b;
}

.newspaper-x-archive-page .post, .newspaper-x-archive-page .page {
    margin-bottom: 25px;
}

.newspaper-x-archive-page .post .entry-title a, .newspaper-x-archive-page .page .entry-title a {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #001936;
}

.newspaper-x-archive-page .post .entry-title a:hover, .newspaper-x-archive-page .page .entry-title a:hover {
    color: #0e649b;
}

.newspaper-x-archive-page .newspaper-x-image-banner img {
    display: block;
    width: 100%;
}

.newspaper-x-pager {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    padding: 0;
}

.newspaper-x-pager li {
    display: inline-block;
    font-family: 'Hind';
    font-weight: 700;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    border-radius: 2px;
}

.newspaper-x-pager li > a {
    font-family: 'Hind';
    font-weight: 700;
    color: #000;
}

.newspaper-x-pager li.active {
    background-color: #000;
    color: #FFF;
}

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

/* The blog sidebar should be pushed to align with the content */
#secondary {
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a, .comment-list .reply a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments ul, #comments ol {
    list-style-type: none;
}

#comments .comment-awaiting-moderation {
    padding-left: 97px;
}

#comments .children {
    margin-top: 15px;
}

#comments .children > .comment {
    border-bottom: none;
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.comment-list .comment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e1e1e1;
}

.comment-list .comment:first-of-type {
    padding-top: 0;
}

.comment-list .says {
    display: none;
}

.comment-list .fn {
    font-size: 20px;
}

.comment-list .comment-author > img {
    margin-right: 30px;
}

.comment-list .comment-metadata {
    padding-left: 97px;
    position: relative;
    bottom: 18px;
}

.comment-list .comment-metadata > a {
    color: #0e649b;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.comment-list .comment-content, .comment-list .reply {
    padding-left: 97px;
}

.comment-list .reply > a {
    color: #0e649b;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.comment-notes {
    display: none;
}

.comment-form [class^="comment-form-"] > label {
    display: none;
}

.comment-form [class^="comment-form-"] > input {
    width: 100%;
}

.error404 .site-main {
    text-align: center;
}

.error404 .page-content {
    margin-bottom: 40px;
}

.newspaper-x-before-footer-area {
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 20px;
    background: #f5f5f5;
}

.newspaper-x-before-footer-area .widget_newspaper_x_posts .newspaper-x-layout-b-row .col-xs-6 {
    width: 100%;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.site-content {
    margin-top: 38px;
}

/* Header */
.site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-branding .header-logo .site-title {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}

.site-branding .header-logo .site-title:hover, .site-branding .header-logo .site-title:focus {
    text-decoration: none;
    color: #0e649b;
}

.site-branding .header-logo .site-description {
    margin-bottom: 0;
    font-size: 20px;
}

@media (max-width: 767px) {
    .site-branding .header-logo {
        text-align: center;
    }
}

.header-banner {
    text-align: right;
}

.custom-logo-link {
    line-height: 90px;
}

.search-form-opener {
    top: 3px;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0;
    background: #202020;
    color: #FFF;
    width: 41px;
    height: 41px;
    margin-left: 4px;
    text-align: right;
}

@media (max-width: 768px) {
    .search-form-opener {
        top: 0;
    }
}

.search-form-opener:hover {
    border-color: transparent;
    background-color: #0e649b;
}

.search-form-opener:after {
    content: '\f002';
    font-family: 'FontAwesome';
    line-height: 41px;
    font-size: 15px;
}

.search-form-opener:hover, .search-form-opener:focus, .search-form-opener:active {
    background: transparent;
    border: none;
    color: #0e649b;
}

.top-header {
    position: relative;
}

.top-header .search-form-opener {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.top-header .search-form-opener.hide {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.top-header .header-search-form {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.top-header .header-search-form.opened {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    bottom: -78px;
    height: 78px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.top-header .header-search-form #searchform {
    position: relative;
}

.top-header .header-search-form #searchform ::-webkit-input-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform :-moz-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform ::-moz-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform :-ms-input-placeholder {
    color: #FFF;
}

.top-header .header-search-form #searchform label {
    margin-bottom: 0;
    bottom: -4px;
    position: relative;
    font-weight: 400;
    width: 97%;
}

.top-header .header-search-form #searchform #search-field {
    margin-top: 20px;
    background: transparent;
    border: none;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 23px;
    color: #FFF;
    font-weight: 400;
    height: 32px;
    width: 100%;
}

.top-header .header-search-form #searchform #search-field:focus {
    outline: none;
}

.top-header .header-search-form #searchform .search-submit {
    margin-top: 0px;
    background: transparent;
    color: #FFF;
    font-size: 17px;
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    padding: 0;
    top: 28px;
    right: 0;
    vertical-align: middle;
    width: 23px;
    height: 23px;
}

.top-header .header-search-form #searchform .search-submit:hover, .top-header .header-search-form #searchform .search-submit.input-open {
    color: #f2f2f2;
}

.top-header .header-search-form #searchform .search-submit .first-bar, .top-header .header-search-form #searchform .search-submit .second-bar {
    width: 2px;
    height: 22px;
    background: #FFF;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
}

.top-header .header-search-form #searchform .search-submit .first-bar {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.top-header .header-search-form #searchform .search-submit .second-bar {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top-header .header-search-form #searchform .search-submit:after {
    visibility: hidden;
}

.header-banner {
    text-align: right;
}

.header-banner .newspaper-x-adsense {
    float: right;
}

.newspaper-x-image-banner {
    margin-bottom: 15px;
}

.newspaper-x-image-banner .newspaper-x-adsense {
    margin: 0 auto;
}

.newspaper-x-image-banner .newspaper-x-adsense, .header-banner .newspaper-x-adsense {
    width: 728px;
    height: 90px;
    display: block;
}

.newspaper-x-image-banner .newspaper-x-adsense:before, .header-banner .newspaper-x-adsense:before {
    display: none !important;
}

.newspaper-x-image-banner .newspaper-x-adsense ins, .header-banner .newspaper-x-adsense ins {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

@media screen and (max-width: 991px) {
    .newspaper-x-image-banner .newspaper-x-adsense, .header-banner .newspaper-x-adsense {
        width: 720px;
        height: 90px;
    }

    .newspaper-x-image-banner .newspaper-x-adsense:before, .header-banner .newspaper-x-adsense:before {
        content: '991';
    }
}

.newspaper-x-image-banner .adsense__loading, .header-banner .adsense__loading {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: table;
    position: absolute;
    top: 0;
    left: 0;
}

.newspaper-x-image-banner .adsense--loaded .adsense__loading, .header-banner .adsense--loaded .adsense__loading {
    display: none;
}

.newspaper-x-image-banner .adsense__loading span, .header-banner .adsense__loading span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

/* Footer */
#colophon {
    background-color: #001228;
    margin-top: 30px;
}

.site-info {
    background-color: #000f20;
    padding: 15px 0;
}

.site-info *, .site-info a {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.site-info #footer-navigation ul {
    margin: 0px;
}

.site-info #footer-navigation ul li {
    display: inline;
    margin-left: 30px;
}

.back-to-top-area {
    display: block;
}

.back-to-top-area a {
    font-size: 12px;
    color: #f1f1f1;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    float: right;
    position: relative;
    right: -120px;
    background: #001d3e;
    padding: 10px 31px 11px 36px;
    font-weight: 700;
}

@media (max-width: 1400px) {
    .back-to-top-area a {
        padding: 6px;
        font-size: 23px;
        text-align: center;
        height: 35px;
        width: 35px;
        right: 35px;
        line-height: 25px;
    }

    .back-to-top-area a span {
        display: none;
    }

    .back-to-top-area a i {
        padding-left: 5px;
        padding-right: 3px;
    }
}

@media (max-width: 768px) {
    .back-to-top-area a {
        position: relative;
        float: none;
        margin: 0px;
        right: 0px;
        display: inline-block;
    }
}

.back-to-top-area i {
    padding-left: 7px;
}

.site-footer > .widgets-area {
    padding: 10px 0 0 0;
}

@media (max-width: 990px) {
    .site-footer > .widgets-area {
        padding: 30px 0px;
    }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.newspaper-x-with-sidebar .newspaper-x-post-sidebar {
    width: 50%;
}

@media (max-width: 768px) {
    .newspaper-x-with-sidebar .newspaper-x-post-sidebar {
        width: 100%;
    }
}

.newspaper-x-with-sidebar .newspaper-x-post-d-sidebar .newspaper-x-title h3, .newspaper-x-with-sidebar .newspaper-x-post-d-sidebar .newspaper-x-title h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.newspaper-x-header-widget-area {
    background: #0e0e11;
    margin-top: -38px;
    line-height: 0;
}

.newspapper-spacer {
    margin-top: 40px;
}

.newspaper-spacer-a {
    margin-top: 20px;
}

.newspaper-x-recent-posts {
    margin-bottom: -3px;
}

.newspaper-x-recent-posts > ul {
    padding: 0;
    margin-bottom: 0px !important;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}

.newspaper-x-recent-posts > ul > li {
    margin-bottom: 0px !important;
    width: 100%;
    height: 360px;
    display: inline-block;
    float: left;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 768px) {
    .newspaper-x-recent-posts > ul > li {
        width: 50%;
        height: 178px;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-0 {
        width: 68%;
        height: 480px;
        background-size: cover;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-0:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: '';
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-0:hover:after {
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background: transparent;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-1, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-2 {
        width: 32%;
        height: 240px;
        background-size: cover;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-1:after, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        content: '';
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-1:hover:after, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-2:hover:after {
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background: transparent;
    }
}

@media (min-width: 1200px) {
    .newspaper-x-recent-posts > ul > li {
        width: 25%;
    }
}

@media (min-width: 990px) {
    .newspaper-x-recent-posts > ul > li {
        background-size: 100%;
    }

    .newspaper-x-recent-posts > ul > li:hover {
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-size: 115%;
    }
}

.newspaper-x-recent-posts > ul > li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    content: '';
}

.newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-6 h3 a, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-5 h3 a, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-4 h3 a, .newspaper-x-recent-posts > ul > li#newspaper-x-recent-post-3 h3 a {
    font-size: 17px;
}

.newspaper-x-recent-posts > ul > li > img {
    width: 100%;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-post-info {
    position: absolute;
    bottom: 25px;
    left: 35px;
    right: 35px;
    max-height: 95px;
    z-index: 1;
    color: #FFF;
    font-family: 'Droid Serif';
    font-size: 14px;
}

@media (max-width: 990px) {
    .newspaper-x-recent-posts > ul > li .newspaper-x-post-info {
        bottom: 45px;
    }
}

.newspaper-x-recent-posts > ul > li .newspaper-x-post-info a {
    color: #FFF;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-post-info a:hover, .newspaper-x-recent-posts > ul > li .newspaper-x-post-info a:focus, .newspaper-x-recent-posts > ul > li .newspaper-x-post-info a:active {
    text-decoration: none;
    outline: none;
    color: #FFF;
}

.newspaper-x-recent-posts > ul > li h1 {
    color: #FFF;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-category {
    padding: 3px 7px 3px 10px;
    line-height: 25px;
    font-weight: 400;
    background: #0a396d;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-category a {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-category:hover {
    background: #0e649b;
}

.newspaper-x-recent-posts > ul > li .newspaper-x-date {
    line-height: 25px;
    font-weight: 400;
    margin-left: 13px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-recent-posts > ul > li h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.newspaper-x-recent-posts > ul > li h3 > a {
    color: #FFF;
    font-weight: 700;
}

.newspaper-x-recent-posts > ul > li h3 > a:hover, .newspaper-x-recent-posts > ul > li h3 > a:focus, .newspaper-x-recent-posts > ul > li h3 > a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.newspaper-x-recent-posts-a ul li .newspaper-x-post-info {
    bottom: 42px;
}

.newspaper-x-recent-posts-a ul li .newspaper-x-post-info h6 a {
    font-weight: 700;
    bottom: -2px;
    position: relative;
}

.newspaper-x-recent-posts-a ul li:after {
    content: '';
    position: absolute;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.newspaper-x-related-posts {
    margin-top: 40px;
    margin-bottom: 50px;
}

.newspaper-x-related-posts .newspaper-x-carousel-navigation {
    padding-right: 12px;
}

.newspaper-x-related-posts .owl-controls {
    display: none !important;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style-type: none;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows > li {
    border: 1px solid #e1e1e1;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows > li:last-of-type {
    margin-right: 0;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows > li:hover {
    border-color: #0e649b;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows > li a {
    font-family: 'FontAwesome';
    display: block;
    line-height: 18px;
}

.newspaper-x-related-posts .newspaper-x-carousel-arrows > li a:hover, .newspaper-x-related-posts .newspaper-x-carousel-arrows > li a:focus, .newspaper-x-related-posts .newspaper-x-carousel-arrows > li a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.newspaper-x-related-posts .newspaper-x-related-post-title > a {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "sans-serif";
    color: #333;
}

.newspaper-x-related-posts .newspaper-x-related-post-title > a:hover, .newspaper-x-related-posts .newspaper-x-related-post-title > a:focus, .newspaper-x-related-posts .newspaper-x-related-post-title > a:active {
    text-decoration: none;
    outline: none;
    color: #0e649b;
}

.newspaper-x-news-ticker {
    position: relative;
    overflow: hidden;
    max-height: 42px;
}
.breadcrumbs{
    margin-top:20px;
    margin-bottom:27px;
}
@media (max-width: 767px) {
    .newspaper-x-news-ticker {
        display: none;
    }
}

.newspaper-x-news-ticker .owl-carousel {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    left: -10px;
}

.newspaper-x-news-ticker .newspaper-x-module-title {
    color: #FFF;
    padding: 0px 21px 0px 11px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background: #0a396d;
    display: inline-block;
    position: relative;
    line-height: 42px;
}

.newspaper-x-news-ticker .newspaper-x-module-title .fa-stack-1x {
    font-size: 13px;
    left: 3px;
    bottom: 1px;
}

.newspaper-x-news-ticker .newspaper-x-module-title .fa-stack-2x {
    font-size: 30px;
    position: relative;
    top: 3px;
    left: 3px;
}

.newspaper-x-news-ticker .newspaper-x-module-title icon.fa {
    color: #0e649b;
    margin-right: 10px;
    font-size: 13px;
}

.newspaper-x-news-ticker ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: 22px;
}

@media (min-width: 768px) {
    .newspaper-x-news-ticker ul {
        padding: 0 0 0 185px;
    }
}

.newspaper-x-news-ticker ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

@media (max-width: 767px) {
    .newspaper-x-news-ticker {
        text-align: center;
        margin-top: 40px;
    }

    .newspaper-x-news-ticker .owl-carousel {
        top: 60px;
        width: 90%;
        left: 18px;
    }

    .newspaper-x-news-ticker .newspaper-x-news-ticker {
        min-height: 120px;
    }

    .newspaper-x-news-ticker .newspaper-x-module-title:after {
        right: 43%;
        top: initial;
        bottom: -9px;
        border-width: 11px 8.5px 0 8.5px;
        border-color: #2d2d2d transparent transparent transparent;
    }
}

.newspaper-x-breadcrumbs {
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.newspaper-x-breadcrumbs .newspaper-x-breadcrumb-sep {
    margin: 0 10px;
}

.comments-area {
    position: relative;
    top: 30px;
}

.comments-area .comments-form {
    background: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comments-area .comments-form #reply-title {
    color: #0a396d;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border-left: none;
    text-transform: initial;
    margin-bottom: 0px;
}

.comments-area .comments-form #reply-title span {
    background: none;
    padding: 0px;
    color: #0a396d;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.comments-area .comments-form #reply-title:after {
    border: none;
}

.comments-area .comments-form .comment_notes_before {
    display: block;
    color: #8b8d91;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.comments-list {
    border: 1px solid #ebebeb;
    margin: 36px 0;
}

.comments-list .avatar {
    width: 20%;
    float: left;
    padding-top: 40px;
}

.comments-list .avatar img {
    border-radius: 150px;
}

.comments-list .comment {
    padding: 10px 15px 0px 0px;
    width: 80%;
    float: left;
    min-height: 170px;
}

.comments-list .comment p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
}

.comments-list .social-list {
    display: none;
    width: 5%;
    float: right;
    height: 100%;
    text-align: center;
}

.comments-list .social-list ul {
    padding: 0px;
    margin-top: 25px;
    list-style: none;
}

.comments-list .social-list ul a {
    color: #ebebeb;
    font-size: 11px;
    margin-top: 20px;
}

@media (max-width: 550px) {
    .comments-list .avatar {
        width: 90%;
        border-right: 1px solid #ebebeb;
    }

    .comments-list .comment {
        width: 90%;
        padding-left: 10px;
    }

    .comments-list .comment h6 {
        text-align: center;
    }

    .comments-list .social-list {
        width: 10%;
    }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.comment-list .reply .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%;
}

.newspaper-x-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.newspaper-x-video-container embed, .newspaper-x-video-container iframe, .newspaper-x-video-container object, .newspaper-x-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    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 {
    font-style: italic;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

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

/*# sourceMappingURL=style.css.map */
.timeline_list .date-timeline{
    border-color: transparent;
    line-height: 1.5;
}

.timeline_list .date-timeline .date-timeline__time{
    font-size:16px;
    color: #eb6e6e;
    height: auto;
    padding-top: 50px;
}


.image-title-wr{
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.caption-image-under{
    background: #f9f9f9;
    padding:20px 15px;
    width:100%;
    margin-top: 0;
    margin-bottom: 0;
}

.image-title-wr .credits-image{
    background: rgba(249, 249, 249, 0.8);
    padding: 15px 10px;
    margin-left: auto;
}

.timeline_list{
    padding-left:0;
}

#lang_sel_list {
    padding-right: 0;
    border: none;
    z-index: 999;
    top:-45px;
}
#lang_sel_list {
    padding-right: 0;
    border: none;
    z-index: 999;
    top:-45px;
}

.wpml-ls-statics-shortcode_actions a {

}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
    background: #e00536;
    color:#fff;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:hover{
    background: #e00536;
    color:#fff;
}
 