/*!
Theme Name: BuzzNews
Theme URI: https://spiderbuzz.com/wordpress-themes/buzznews/
Author: spiderbuzz
Author URI: http://spiderbuzz.com
Description: BuzzNews is modern, clean, colorful and responsive store theme. It can be used for blogs, informative, news and other creative websites. It uses an amazing WordPress Customizer for theme options.Demo: http://demo.spiderbuzz.com/buzznews/
Version: 1.0.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  buzznews
Tags:  blog, left-sidebar, right-sidebar, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,editor-style

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

buzznews is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 :root {
     --red: #ff1e00;
 }
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
    text-transform: capitalize;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    clear: both;
    margin: 0;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

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: #eb6e1a;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    text-transform: capitalize;
}

body {
    font-family: "Josefin Sans", sans-serif;
    background: #f5f5f5;
    overflow-x: hidden;
}

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

ul,
ol {
    margin: 0;
}

li {
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

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. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 1em 0 1.5em;
    width: 100%;
    background: #f6f6f6;
    padding: 15px;
    border-collapse: separate;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wc-proceed-to-checkout a {
    border: none;
    color: #fff;
    cursor: pointer;
    background: #222;
    font-size: 15px;
    padding: 12px 30px;
    display: inline-block;
    outline: none;
    transition: .5s;
    border-radius: 4px;
    text-transform: capitalize;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wc-proceed-to-checkout a:hover {
    background: #eb6e1a;
    color: #fff;
    transition: .5s;
}

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

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 #ccc;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    outline: none;
}

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

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #222;
    transition: .5s;
    outline: none !important;
    text-transform: capitalize;
}

/* a:visited {
	color: #eb6e1a;
} */

a:hover {
    transition: .5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--red);
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    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,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content: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,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## 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 {
    text-align: center;
}

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

ul.sb-hotdeal-countdown-section {
    color: #fff;
}

/**
*add to cart section
*/

.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    color: #222;
    display: block;
    margin: 20px 0;
}

p.woocommerce-mini-cart__total.total {
    color: #222;
    text-align: center;
}

.widget_shopping_cart_content {
    position: absolute;
    width: 300px;
    right: 0px;
    background: #fff;
    padding: 20px;
    max-height: 300px;
    z-index: 9999;
    border-radius: 4px;
    overflow: overlay;
    top: 0px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

li.woocommerce-mini-cart-item.mini_cart_item {
    padding-bottom: 15px;
    line-height: initial;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 100%;
}

p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 23px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p.woocommerce-mini-cart__buttons.buttons a {
    background: #222;
    display: inline-block;
    width: 46%;
    color: #fff;
    padding: 10px 0;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #eb6e1a;
    color: #fff;
}

/* custom css */

td.product-thumbnail img {
    width: 150px;
}

.quantity input[type="number"] {
    width: 60%;
}

.comment-list {
    margin: 20px 0;
}

.comment-list article {
    padding: 20px;
}

.comment-list li:nth-child(odd) {
    background: #ffffff;
}

div#comments {
    background: #fff;
    padding: 20px;
}

.comment-list li:nth-child(even) {
    background: #fff;
}

.comment-author img,
.comment_container img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-content p {
    margin-bottom: 0.5rem;
}

.reply a {
    color: #222;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.form-row {
    display: block;
    margin-left: 0;
}

form.checkout.woocommerce-checkout {
    margin: 15px 0;
}

.woocommerce-billing-fields h3 {
    padding: 10px 0;
}

.select2-container .select2-selection--single {
    border-radius: 0 !important;
    height: 45px !important;
    margin: -6px 0px -4px !important;
    outline: none;
}

.woocommerce-info a:hover {
    color: #fff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: none;
}

.site-main .gridlist-toggle {
    margin-top: -5px !important;
    float: right;
}

ul.products li.product,
li.product {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.list .sb-product-detail {
    text-align: left;
    float: left;
    width: 65%;
    padding: 15px 0;
}

.list .woocommerce-product-details__short-description {
    padding: 0 15px 15px;
    width: 100% !important;
    float: none !important;
}

ul.products.list li.product .price {
    float: left !important;
}

.widget_recent_comments li.recentcomments,
.widget_recent_entries li span {
    color: #ccc;
}

.flex-control-nav li {
    border: 1px #ccc solid;
    text-align: center;
    margin: 0 5px;
}

.woocommerce-message {
    margin-top: 10px;
}

/**
*buzznews sidebar layout
*/

body.buzznews-left-sidebar aside#secondary {
    width: 28%;
    float: left;
    position: sticky;
    top: 30px;
}

body.buzznews-left-sidebar .sb-main-container-wrapper div#primary {
    width: 70%;
    float: right;
}

/* right siebar */

body.buzznews-right-sidebar aside#secondary {
    width: 28%;
    float: right;
}

body.buzznews-right-sidebar .sb-main-container-wrapper div#primary {
    width: 70%;
    float: left;
}
body.no-sidebar.buzznews-right-sidebar .sb-main-container-wrapper div#primary{
    width:100%;
}

/**
*search section
*/

.sb-search-section form {
    padding-top: 10px;
}

.sb-search-section input {
    text-transform: capitalize;
    border-radius: 0;
    background: none;
    width: 100px;
    color: #fff;
    border: 0;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 12px;
    outline: none;
    padding: 5px 0px 5px 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.5s all cubic-bezier(0.55, 0, 0.1, 1);
}

.sb-search-section span {
    color: #fff;
}

.sb-search-section input:focus {
    border-bottom: 1px #fff solid;
    width: 200px;
}

ul#primary-menu li.menu-item-has-children ul {
    display: none;
}
.page_item_has_children:after,
.menu-item-has-children:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
.current_page_parent,
.current_page_parent > a,
.current_page_item > a,
.current_page_item,
.current_page_parent:after, .current_page_item:after
{
    color:var(--red) !important;
}
.page_item_has_children:hover:after, .menu-item-has-children:hover:after{
    color: var(--red);
}

/**
* BuzzNews Menu
*/

.sb-mobile-menu {
    display: none;
}

/* Desktops and laptops ----------- */

@media only screen and (max-width: 768px) {
    /* Styles */
    header.sb-header {
        display: none;
    }
    div.sb-wrapper,
    div.sb-nav-sticky {
        width: 100%;
    }
    .sb-header-cart {
        position: absolute;
        top: 0;
        z-index: 9999;
        padding: 15px 0;
        right: 0;
        padding-right: 15px;
    }
    /**
	*Mobile menu
	*/
    .sb-mobile-menu {
        display: block;
        background-color: #f8f9fa !important;
        z-index: 9999999;
        width: 100%;
    }
}

/*************************** BuzzNews menu************************************/

/* custom css */

.container {
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #222;
}

.home article,
.archive article,
.search article {
    background: #fff;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.home article:hover,
.archive article:hover,
.search article:hover {
    padding: 20px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.home article:hover {
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
}

.single-post article,
.page article,
.home article,
.blog article,
.archive article,
.search article {
    background: #fff;
    padding: 20px;
}

.single-post article.comment-body,
.page article.comment-body {
    background: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: none;
    margin: 20px 0;
}

/* fancy-layout */

header#masthead {
    background-size: cover !important;
    background: #222;
    margin: 0;
    position: relative;
    height: 300px;
}

.site-branding h1.site-title {
    margin: 2rem 0 .5rem;
}

.site-branding p.site-description {
    text-align: center;
}

.site-main article {
    position: relative;
}

.posted-on a {
    border-radius: 10px 0;
    background: #fff;
    font-weight: 500;
}

.entry-meta span.author.vcard a,
span.cat-links a,
span.comments-link a {
    text-transform: capitalize;
    color: #222;
    margin: 0 5px;
    font-weight: 600;
}

span.cat-links a {
    color: #ff3030;
}

span.comments-link {
    margin-left: 10px;
}

span.edit-link {
    display: none;
}

.comments-link a {
    position: relative;
}

span.byline {
    text-transform: capitalize;
    float: right;
}

h2.entry-title a:hover {
    color: var(--red);
    transition: .5s;
}

article a.post-thumbnail img {
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}

.post-thumbnail img {
    border-radius: 10px;
}

.form-submit input#submit {
    background: #222;
    padding: 15px 30px !important;
    color: #fff;
    font-size: 14px;
}

.comment-form-comment textarea {
    padding: 15px;
}

.main-navigation ul {
    border-radius: 10px 10px 0 0;
    background: #fff;
    text-align: center;
}

.main-navigation li {
    padding: 20px;
    float: none;
    text-align: left;
    display: inline-block;
}

.main-navigation li a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}

.main-navigation ul ul {
    border-radius: 0;
}

.main-navigation li ul li {
    padding: 10px;
    border-bottom: 1px #ccc dashed;
}

.main-navigation li ul li:last-child {
    border-bottom: none;
}

.main-navigation li ul li a {
    font-size: 14px;
    transition: .5s;
    color: #222;
}

.main-navigation li ul li a:hover {
    transition: .5s;
    padding-left: 10px;
}

.main-navigation li:hover {
    background: #f6f6f6;
}

.comment-list {
    margin: 0;
}

.comment-list article {
    padding: 20px;
}

.comment-list {
    background: #ffffff;
}

.comment-author img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comment-content p {
    margin-bottom: 0.5rem;
}

.reply a {
    color: #4692fc;
}

.right-sidebar div#primary {
    width: 67%;
    float: left;
    margin-right: 30px;
    margin-top: 32px;
}

.right-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}

.left-sidebar div#primary {
    float: right;
    margin-right: 0;
    width: 67%;
    margin-top: 32px;
}

.left-sidebar aside#secondary {
    width: 30%;
    float: left;
    position: sticky;
    top: 99px;
}

.site-main h2.entry-title {
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
}

.site-main .entry-meta {
    padding: 10px 0 20px;
}

.site-main .entry-meta span.posted-on {
    font-size: 14px;
}

.post-thumbnail a.post-thumbnail img {
    height: 400px;
    object-fit: cover;
}

span.author.vcard img {
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.tagcloud {
    margin: 10px 0 0;
}

.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px #222 solid;
    padding: 5px 7px;
    margin: 5px;
    border-radius: 5px;
}

.tagcloud a:hover {
    background: #222;
    color: #fff;
    transition: .5s;
}

/* buzznews  */

.article-img {
    position: relative;
}

.article-img:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-img img {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
}

/**
* BuzzNews Single Page
*
*/

.single-post-nav {
    width: 100%;
    margin-top: 60px;
    border-top: 3px solid #45A3D6;
    background: #fff;
}

.single-post-nav a {
    text-decoration: none;
}

.single-post-nav>div {
    width: 50%;
    float: left;
    padding: 30px 50px;
    text-align: right;
}

.single-post-nav>div:first-child {
    border-right: 3px solid #45A3D6;
    text-align: left;
}

.single-post-nav>div h4 {
    margin: 0;
}

.single-post-nav>div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}

.single-post-nav>div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}

/* pagination */

.pagination.wraper-pagination {
    padding: 15px 0 0;
    clear: both;
    text-align: center;
}

.nav-links a.prev.page-numbers,
.nav-links a.page-numbers,
.nav-links a.page-numbers,
.nav-links span.page-numbers.current,
.nav-links span.page-numbers.dots {
    background: #222;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: .5s;
}

.nav-links span.page-numbers.current {
    background: red;
}

.nav-links a.page-numbers:hover {
    background: red;
    transition: .5s;
}

.post-previous,
.post-next {
    margin-bottom: 30px;
}

.post-previous img {
    width: 100%;
}

.post-previous a.previous {
    float: left;
    background: #ff3030;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px 0 0 30px;
}

.post-next a.previous {
    float: right;
    background: #ff3030;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
}

/**
* macnory file
*/

h1.unique-blog-nevigation {
    margin: 0;
    float: right;
}

h1.unique-blog-nevigation a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

b.fn {
    text-transform: capitalize;
}

.comment-respond label {
    display: block;
    padding-bottom: 5px;
    font-weight: 600;
}

.comment-respond input {
    width: 100%;
    padding: 10px !important;
}

.sb-blog-category ul.post-categories li {
    display: inline-block;
    padding-right: 5px;
    font-weight: 600;
}

header.sb-blog-header h4.sb-blog-header-title {
    font-size: 19px;
    padding: 6px 0;
}

.buzznews-footer-widget .widget {
    padding: 0;
    border: none;
}

.buzznews-footer-widget .widget h2.widget-title {
    margin-bottom: 10px;
    font-size: 19px;
    font-family: "Josefin Sans", sans-serif;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #ff0000;
}

footer.sb-bottom-footer h2.widget-title span {
    background: #ff0000;
    padding: 5px 14px;
    display: inline-block;
}

.buzznews-footer-widget .widget h2.widget-title:after {
    border: 2px solid #fff;
}

.buzznews-footer-widget ul.product_list_widget li img {
    width: 70px;
    border-radius: 50%;
}

.buzznews-footer-widget .tagcloud {
    display: block
}

.buzznews-footer-widget .tagcloud a {
    color: #fff;
    border: 1px solid;
    display: inline-block;
}

ul#primary-menu li.menu-item-has-children {
    position: relative;
}

ul#primary-menu li.menu-item-has-children ul {
    display: none;
    position: absolute;
    background: #f6f6f6;
    z-index: 999;
}

#secondary .widget-title {
    padding: 5px 0px 10px;
    display: inline-block;
    position: relative;
    margin: 5px 0 13px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

#secondary .widget-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #bb1919;
}

#secondary .widget ul,
#secondary .widget ol {
    background: #fff;
    padding: 20px;
}

.breadcrumb {
    background-color: #ffffff;
    border-radius: 0;
}

div.sb-navmenu {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

/**
* Sticky menu
*/

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 19px 7px rgba(123, 122, 122, 0.4);
}

.sb-navmenu.sticky {
    width: 100%;
    background: #fff;
    border: none;
}

/*Blog section*/

article.buzznews-article .snippets p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #707070;
}

.post-info span.time-info {
    margin: 0px 7px;
}

.site-main article p,
.site-main article ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0px;
    color: #616161;
}

.middle-bottom.buzznews-main-slider-wrap .buzznews-article-content {
    padding: 0px;
}

.fa-angle-left:before,
.fa-angle-right:before {
    color: #fff;
}

.readmore2:hover {
    background: #333;
}

.buzznews-footer-widget .widget li a:hover {
    color: #eb6e1a;
}

article.buzznews-article.post.hentry span.author-info span.authoer-images img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

/* slider dispable */

.buzznews-vertical,
.buzznews-fullslider-slider,
.buzznews-main-slider {
    display: none;
}

/**
* autheor
*/

.guerrillawrap {
    background: #ECECEC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 2%;
    width: 100%;
}

.guerrillagravatar {
    float: left;
    margin: 0 10px 0 0;
    width: 10%;
}

.guerrillagravatar img {
    border-radius: 50%;
    border: 1 px solid #eee;
}

.guerrillatext {
    float: left;
    width: 84%;
}

.guerrillatext h4 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 0 0;
    padding: 0;
}

.guerrillatext p {
    margin: 10px 0 15px 0;
    font-style: italic;
}

.guerrillasocial {
    float: left;
    width: 100%;
}

.guerrillasocial a {
    border: 0;
    margin-right: 10px;
}

.author_bio_section {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 10px 0px
}

.author_name {
    font-size: 16px;
    font-weight: bold;
}

.author_details img {
    width: 100px;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

.image-details a {
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
}

.buzznews-newsfeed2-left {
    margin: 8px 0;
}

.right-bottom-image {
    margin: 8px 0;
}

.buzznews-margin-none {
    margin: 0px;
    padding: 0px 10px 0 0;
}

.right-bottom-image.buzznews-object-fit-slider img {
    height: 85px;
    object-fit: cover;
}

span.author-info,
a.g-profile,
span.comment-info,
.post-info span.time-info a {
    color: #8b8b8b;
}

.site-branding h1.site-title {
    margin: 0px;
}

.sb-header-logo {
    padding: 27px 0 15px 0;
}

ul.sub-menu.buzznews-sidenav-dropdown {
    width: 200px;
    position: absolute;
    top: 30px;
    background: #fff !important;
    margin: 0px;
    padding: 0px;
}

ul.sub-menu.buzznews-sidenav-dropdown li {
    padding: 6px 0px;
    margin: 5px 0px;
    display: block;
}

ul.sub-menu.buzznews-sidenav-dropdown li:hover a {
    transition: 0.5s;
}

.right-bottom-single-section .image-details a:hover {
    color: var(--red);
}

.buzznews-fullslider .slick-dots li button:before {
    width: 0px;
    height: 0px;
    font-size: 0px;
}

.buzznews-fullslider .slick-dots li {
    display: inline-block;
    width: auto;
    height: 0px;
}

.buzznews-fullslider .slick-dots li.slick-active button {
    background: var(--red)
}

.buzznews-fullslider .slick-dots li button {
    width: 323px;
    height: 0px;
    background: #000;
    padding: 2px;
    border-radius: 0px;
}

section.widget ul li {
    margin: 15px 0px;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li {
    display: inline-block;
    margin-right: 5px
}

.breadcrumb-trail.breadcrumbs ul.trail-items li:not(:last-child):after {
    content: " / ";
}
.buzznews-postlist-arrow.buzznews-fullpostlist {
    position: relative;
    top: 0;
}

section.widget_buzznews_postlist_view .buzznews-trendingnews-right {
    text-align: center !important;
}