/*!
  Theme Name:   Azure News
  Theme URI:    https://demo.codevibrant.com/azure-demo/
  Author:       CodeVibrant
  Author URI:   https://codevibrant.com
  Description:  Azure News WordPress theme is a versatile and user-friendly template designed specifically for news websites and online magazines. With its clean and modern design, this theme offers a professional and visually appealing platform to showcase news articles, editorials, and multimedia content. The theme is fully customizable, allowing users to easily modify the layout, colors, and typography to match their brand identity. It also includes various features such as a responsive design, SEO optimization, social media integration, and a user-friendly interface for easy navigation. With its powerful backend and intuitive front-end editor, the Azure News WordPress theme provides an efficient and seamless experience for both content creators and readers. Whether you are a professional journalist or a passionate blogger, this theme is the perfect choice to create a captivating and engaging news website. You can check demos here which can be easily imported by the CodeVibrant Demo Importer plugin. Also, You can check Demo here:https://demo.codevibrant.com/azure-demo/
  Version:      1.1.5
  Tested up to: 6.8
  Requires PHP: 7.2
  License:      GNU General Public License v2 or later
  License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
  Text Domain:  azure-news
  Tags:         blog, entertainment, news, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned.

  Azure News is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
  Underscores is distributed under the terms of the GNU GPL v2 or later.

  Normalizing styles have been helped along thanks to the fine work of
  Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  */

/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Normalize
    - Captions
    - Galleries
  # Typography
  # Elements
  # Forms
  # Links
  # Accessibility
  # Alignments
  # Clearings
  # Widgets
  # Posts and pages
  # Galleries
  # Comments
  # Infinite scroll
  # Media
  # # Plugins
  # # Utilities
  # Grid CSS
  # Default widget css
  # Sidebar layout css
  # COMMON CSS
  # Header CSS
    ## Top Header CSS
    ## Main Header CSS
    ## Bottom header  CSS
  # Dark mode CSS
  # News Ticker CSS
  # Banner CSS
  # News Block and Author Profile CSS
  # Fullwidth featured CSS
  # Sidebar widget
    ## Latest widget / Trending CSS
  # Archive layout CSS
  # Single Post Layout CSS
  # Post Author Layout Css
  # Related Layout Css
  # Breadcrumb CSS
  # 404 Layout CSS
  # Single Page Layout CSS
  # Footer layout CSS

  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  #Normalize
  --------------------------------------------------------------*/

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

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

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

ol,
ul {
  list-style: none;
}

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

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

blockquote::before,
q::before {