/*
Theme Name: Newspaper X
Theme URI: https://colorlib.com/wp/themes/newspaper-x/
Author: Colorlib
Author URI: https://colorlib.com
Description: When it comes to WordPress themes for magazines, users have certain expectations. The perfect theme should be fast, easy to customize, secure, and eye-grabbing. Clean but dazzling, Newspaper X meets even the highest demands. If you were looking for a news theme to help you create a unique and recognizable brand image, look no more.

Newspaper X is a modern and polished WordPress magazine theme that will bring your site to the next level. Designed to help you showcase your content in an elegant manner, Newspaper X has all the features you need to impress your audience and keep them coming back for more. It was developed mainly for WordPress users who run a magazine-like website and it is optimized to provide a flawless experience for visitors.

While there is no shortage of WordPress themes for magazines out there, Newspaper X stands out from the crowd due to its awesome functionality. It’s a perfect fit for WordPress enthusiasts running a news portal, celebrity gossip site, collective blog – basically any online publication that shares massive amounts of content on a regular basis. This newspaper theme is responsive, compatible with most browsers, and comes with a plethora of features that will make publishing a breeze.
Version: 1.2.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: newspaper-x
Tags: two-columns, right-sidebar, custom-background, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready
*/

.row2{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row2 .item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.textwidget.custom-html-widget a {
    color: #0e649b;
}

/* source-sans-pro-regular - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/source-sans-pro-v13-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('fonts/source-sans-pro-v13-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype') /* IE6-IE8 */
}
/* source-sans-pro-700 - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/source-sans-pro-v13-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('fonts/source-sans-pro-v13-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-700.eot?#iefix') format('embedded-opentype') /* IE6-IE8 */
}
/* source-sans-pro-italic - latin_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/source-sans-pro-v13-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('fonts/source-sans-pro-v13-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
       url('fonts/source-sans-pro-v13-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype') /* IE6-IE8 */
}

.icon-bar {
  width: 100%; 
  overflow: auto; 
}

.icon-bar div {
  float: left; 
  text-align: left; 
  width: 33%;
  transition: all 0.3s ease;  
  padding: 1em 0; 
}

.icon-bar div img {
  float: left; 
}

.entry-content ul li a {
  text-decoration: underline;
  color: #0a396d;
}