/*!
Theme Name: Blog99
Theme URI: https://wp99themes.com/wordpress-themes/blog99/
Author: wp99themes
Author URI: https://wp99themes.com
Description: Blog99 Theme is a modern Gutenberg compatible eye-catching designed free WordPress theme for bloggers. This blog theme features a modern, elegant and clean layout along with a fully responsive design especially for creating a personal blog, travel blog, and activity blog. Using Blog99, You can share your ideas on various topics such as travel, lifestyle, food, fashion, magazine and many more. It is a Speed & SEO optimized theme which helps your website perform well in search engine ranking. It is cross-browser compatible, SEO optimized and responsive looks beautiful on any device and screen sizes. If you are looking for demo content & support kindly do log-on to https://wp99themes.com/
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog99
Tags: left-sidebar, right-sidebar, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-background, footer-widgets, grid-layout, three-columns, custom-colors, post-formats, theme-options,blog, news, e-commerce

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.

blog99 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: #e8563a;
}

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;
  border: 1px solid #f2f2f2;
}

/**
 * 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: 15px 0;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
    margin: 0 0 30px;
    font-size: 2rem;
    font-style: italic;
    border: 0;
    border-radius: 4px;
    padding: 35px 30px 35px 45px;
    font-weight: 300;
    position: relative;
    background: #f2f2f2;
    color: #151414;
}
blockquote::before, q::before {
    content: "“";
    top: 0px;
    left: 0px;
    font-size: 6rem;
    position: absolute;
    color: var(--red);
}
blockquote::after, q::after {
    content: "”";
    bottom: -30px;
    right: 15px;
    font-size: 6rem;
    position: absolute;
    color:var(--red);
}


.site-main article blockquote p {
    color: #222267;
}

.site-main article img{
	width:100%;
}
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;
}

body {
  font-family: Lato, sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

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

ul,
ol {
  margin: 0;
  padding: 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%;
  border-radius: 5px;
  /* 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: 0.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: 0.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: 5px;
  width: 100%;
  outline: none;
  padding: 9px 10px;
}

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: 0.5s;
  outline: none !important;
}

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

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

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

a:focus {
  outline: thin dotted;
}

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

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
## 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: 1.5em 0;
  overflow: hidden;
  padding: 18px;
  background-color: #f2f2f2;
  border-radius: 5px;
}

.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
--------------------------------------------------------------*/
p.comment-form-cookies-consent {
  display: flex;
}
p.comment-form-cookies-consent input {
  width: 25px;
  margin-top: 6px;
}
.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%;
  border: none;
}

/* 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.blog99-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.1);
}

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

/**
*blog99 sidebar layout
*/

aside#secondary {
  position: sticky;
}

/* right siebar */
body.no-sidebar.blog99-right-sidebar
  .blog99-main-container-wrapper
  div#primary {
  width: 100%;
}

/**
*search section
*/
.archive h1.page-title.blog99-archive-title,
.search h1.page-title.blog99-archive-title {
  margin-top: 0;
}
.blog99-search-section form {
  padding-top: 10px;
}

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

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

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

ul#primary-menu li.page_item_has_children ul,
ul#primary-menu li.menu-item-has-children ul {
  display: none;
}

ul#primary-menu li.menu-item-has-children:hover > ul,
ul#primary-menu li.page_item_has_children:hover > ul {
  display: block;
  padding: 20px;
}
ul#primary-menu li.menu-item-has-children:hover > ul ul {
  top: 34px;
}

.page_item_has_children:after,
.menu-item-has-children:after {
  content: "\f107";
  font-family: FontAwesome;
  /*font-size: 5px;*/
  color: #8f8fa1;
}
.page_item_has_children:hover:after,
.menu-item-has-children:hover:after,

.current_page_parent,
.sidenav-menu li.current_page_parent > a,
.current_page_parent > a,
.current-menu-parent,
.current-menu-parent > a,
.sidenav-menu li.current-menu-parent > a,

.current_page_item > a,
.current_page_item,
.current_page_parent:after,
.current-menu-parent:after,
.current_page_item:after {
  color: var(--red);
  opacity: 1;
}
/** home page */
.main-slider-sec .owl-carousel .owl-item img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

/** mobile menu css fix */
.mean-container .mean-nav {
  margin: 0;
  color: #fff;
}

.mean-container .mean-nav a {
  color: #fff;
}

.mean-container a.meanmenu-reveal {
  top: 25px;
}

.mean-container .mean-nav {
  width: auto;
}

/**
* Blog99 Menu
*/

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

ul.blog99-meta-file-wrapper svg {
  width: 17px;
}

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

@media only screen and (max-width: 768px) {
  /* Styles */
  header.blog99-header {
    display: none;
  }

  div.blog99-wrapper,
  div.blog99-nav-sticky {
    width: 100%;
  }

  .blog99-header-cart {
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 15px 0;
    right: 0;
    padding-right: 15px;
  }

  /**
	*Mobile menu
	*/
  .blog99-mobile-menu {
    display: block;
    background-color: #f8f9fa !important;
    z-index: 9999999;
    width: 100%;
  }
  .single section.signle-page-layout .blog99-theme-thumbnail iframe, 
  .single .blog99-main-slider1 .blog99-theme-thumbnail img{
    height:auto;  
  }
}

/*************************** Blog99 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 0.3s;
  -moz-transition: all 0.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 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.home article:hover {
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.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: 15px;
}

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

.site-main article {
  position: relative;
}

.posted-on a {
  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;
}

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

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

span.edit-link {
  display: none;
}

.comments-link a {
  position: relative;
}
h1.entry-title {
  padding: 5px 0px 10px;
  margin: 5px 0 13px;
}

h2.entry-title a:hover {
  color: var(--red);
  transition: 0.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-color: var(--red);
  padding: 15px 30px !important;
  color: #fff;
  font-size: 14px;
  width: auto;
  border-radius: 48px;
}

.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: 0.5s;
  color: #222;
}

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

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

.comment-list {
  margin: 0;
}

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

.comment-list {
  background-color: #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 {
  margin-right: 30px;
  margin-top: 32px;
}

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

.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: 0.5s;
}

/* blog99  */

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

/**
* Blog99 Single Page
*
*/
div#primary {
  /* padding-top: 15px; */
}
.home div#primary{
  padding-top:.25em;
}

.archive .blog99-trendingnews {
  margin-top: 22px;
}

.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 */
a.prev.page-numbers svg g,
a.next.page-numbers svg g {
    stroke: black;
}
a.prev.page-numbers:hover svg g,
a.next.page-numbers:hover svg g {
    stroke: white;
}
a.prev.page-numbers svg{
    transform:rotate(180deg)
}
.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-color: #f2f2f2;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 15px;
  transition: 0.5s;
}
nav.navigation.pagination{
  margin-top: 15px;
}
.nav-links span.page-numbers.current {
  background:var(--red);
  color:#fff;
}

.nav-links a.page-numbers:hover {
  background: var(--red);
  transition: 0.5s;
  color:#fff;
}

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

/** single page author style */
.blog99-author-avatar {
  background: #f2f2f2;
  border-radius: 4px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 12px;
}

.blog99-author-avatar img {
  border-radius: 50%;
  margin-top: -60px;
}

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

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

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

.blog99-bottom-footer {
  /* padding: 15px 0; */
  border-top: 1px solid #f2f2f2;
}

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

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

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

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

.blog99-footer-widget .tagcloud {
  display: block;
}

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

ul#primary-menu li.page_item_has_children ul,
ul#primary-menu li.menu-item-has-children ul {
  display: none;
  position: absolute;
  z-index: 999;
  text-align: left;
  top: 48px;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
header.blog99-header .blog99-navmenu ul#primary-menu > li:first-child {
  padding-left: 0;
}

header.blog99-header .blog99-navmenu ul#primary-menu li:last-child {
  margin: 0;
  padding-right: 0;
}
.comment-reply-title,
.widget-title {
  padding: 5px 0px 10px;
  display: inline-block;
  position: relative;
  margin: 5px 0 13px;
  font-size: 22px;
  font-weight: 600;
}

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

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

div.blog99-navmenu {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.widget_blog99_sidebar_post_list .owl-carousel .owl-stage-outer {
  min-height: auto;
}

.widget_blog99_sidebar_post_list iframe {
  height: 115px;
  border-radius: 5px;
}
.widget_blog99_sidebar_post_list .owl-nav {
  display: none;
}
/**
* Sticky menu
*/

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

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

/*Blog section*/

article.blog99-article .snippets p {
  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-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0px;
  color: #5b5b5b;
}

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

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

.readmore2:hover {
  background: #333;
}

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

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

/* slider disable */

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

.blog99-blog-style-masonry .blog99-article-thumbnail-section img,
.blog99-blog-style-masonry .content-area .owl-carousel .owl-item img
.blog99-blog-style-grid .blog99-article-thumbnail-section img,
.blog99-blog-style-grid .content-area .owl-carousel .owl-item img {
  height: 232px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.blog99-blog-style-list .content-area .owl-carousel .owl-item img{
  height: 432px;
  object-fit: cover;
  
}
article.blog99-article.post.hentry .blog99-article-thumbnail-section img{
  border-radius: 5px 5px 0px 0px;
	width:100%;
}
.owl-carousel .owl-stage-outer{
  min-height: 232px;
}
.blog99-blog-style-grid .blog99-article-thumbnail-section iframe {
    height: 232px;
    border-radius: 5px 5px 0px 0px;
}
.blog99-blog-style-grid.single-post .blog99-article-thumbnail-section img, .blog99-blog-style-grid.single-post .content-area .owl-carousel .owl-item img {
  height: auto;
}

.author_bio_section {
  padding: 15px;
  border: 1px solid #f2f2f2;
  margin: 10px 0px;
  clear: both;
  border-radius: 4px;
  background-color: #f2f2f2;
}

footer.author_bio_section p.author_name {
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
footer.entry-footer {
  padding-top: 20px;
}
span.cat-links {
  color: gray;
  margin-right: 15px;
}

.post-navigation .nav-next span,
.post-navigation .nav-previous span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.author_details img {
  width: 100px;
  height:100px;
  object-fit: cover;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

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

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

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

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

.right-bottom-image.blog99-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;
}

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

ul.children,
ul.sub-menu.blog99-sidenav-dropdown {
  width: 220px;
  position: absolute;
  top: 30px;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

ul.children li,
ul.sub-menu.blog99-sidenav-dropdown li {
  padding: 6px 0px;
  margin: 5px 0px;
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

.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: "\f101";
  position: relative;
  right: -10px;
  font-size: 14px;
  font-family: FontAwesome;
  margin-right: 13px;
}

.blog99-postlist-arrow.blog99-fullpostlist {
  position: relative;
  top: 0;
}

section.widget_blog99_postlist_view .blog99-trendingnews-right {
  text-align: center !important;
}

/*****************************************
*   Header Section 
*****************************************/
header.blog99-header {
  padding: 15px 0;
  /* margin-bottom: 5px; */
}

/* site branding  */
header.blog99-header .site-branding h1.site-title,
header.blog99-header .site-branding p.site-description {
  margin: 0px;
}

.site-branding p.site-description {
  font-size: 12px;
}

/* nav main menu section */
header.blog99-header div.blog99-navmenu {
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  text-align: center;
}

header.blog99-header .blog99-navmenu ul#primary-menu {
  margin: 0;
  padding: 0;
}

header.blog99-header .blog99-navmenu ul#primary-menu li {
  display: inline-block;
  padding: 12px 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*margin-right:5px;*/
}
/*header.blog99-header .blog99-navmenu ul#primary-menu > li{
  margin-right: 30px;
}*/

header.blog99-header .blog99-navmenu ul#primary-menu li > ul li {
  padding: 5px 0;
  margin: 0;
}
header.blog99-header .blog99-navmenu ul#primary-menu li > ul li a{
  color:#938f8f;
}
.sidenav-menu li,
.sidenav-menu li a {
  color: #707070;
  font-size: 14px;
}

header.blog99-header
  .blog99-navmenu
  ul#primary-menu
  li.current_page_item:before,
header.blog99-header .blog99-navmenu ul#primary-menu li:before {
  border-bottom: 2px solid var(--red);
  content: "";
  position: absolute;
  width: 0;
  height:2px;
  left: 0;
  bottom: 0;
  background: var(--red);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
header.blog99-header
  .blog99-navmenu
  ul#primary-menu
  li.current-menu-item:before,
header.blog99-header .blog99-navmenu ul#primary-menu li:hover:before{
  width:100%;
}

header.blog99-header .blog99-navmenu ul#primary-menu li.current-menu-item > a, header.blog99-header .blog99-navmenu ul#primary-menu li:hover > a {
  color: var(--red);
  opacity: 1;
  font-weight: 500;
}

/* social media */
header.blog99-header ul.blog99-social-links,
footer ul.blog99-social-links {
  line-height: 50px;
  text-align: right;
}

header.blog99-header ul.blog99-social-links li,
footer ul.blog99-social-links li {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 0;
  text-align: center;
  color:#fff;
  border: 1px solid #fff;
}
header.blog99-header ul.blog99-social-links li a,
header.blog99-header ul.blog99-social-links li div.header-search,
footer ul.blog99-social-links li a{
  font-size: 14px;
  height: 100%;
  width: 100%;
}
header.blog99-header ul.blog99-social-links li:last-child {
  margin-right: 0;
}

header.blog99-header ul.blog99-social-links li:hover,
footer#colophon ul.blog99-social-links li:hover {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
  transition: .5s;
}
header.blog99-header ul.blog99-social-links li:hover a {
  color: black;
}

header.blog99-header ul.blog99-social-links li:hover i,
footer#colophon ul.blog99-social-links li:hover i {
  color: #fff;
}
header .site-header-cart a.cart-contents {
  position: relative;
}
header .site-header-cart span.cart-count-item {
  position: absolute;
  right: 4px;
  top: -10px;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 30px;
  color: black;
  font-size: 10px;
  height: 19px;
  width: 19px;
  line-height: 19px;
  text-align: center;
}

/*****************************************
*   Slider Section
*****************************************/
.blog99-main-slider .item,
.blog99-main-slider1 .item {
  position: relative;
}

.blog99-main-slider .item .blog99-article-content,
.blog99-main-slider1 .item .blog99-article-content {
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-image: linear-gradient(to bottom, #0000, #000000);
  border: none;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}
section.signle-page-layout .blog99-theme-thumbnail iframe,
.blog99-main-slider1 .blog99-theme-thumbnail img {
  height: 500px;
  object-fit: cover;
  margin-top: 30px;
  width:100%;
  border-radius: 5px;
}

/* category list section */
.blog99-category-list ul.post-categories {
  list-style: none;
}

.blog99-category-list ul.post-categories li {
  display: inline-block;
  background: #ffffff47;
  border-radius: 14px;
  padding: 2px 15px;
}

.blog99-category-list ul.post-categories li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* header title */
.blog99-article-content .blog99-title {
  padding-top: 20px;
}

.blog99-article-content .blog99-title h2.blog99-title-heading a {
  font-family: Lato;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}

/* blog99 metabox */
.blog99-metabox {
  width: 80%;
  display: inline-block;
}

.blog99-metabox ul.blog99-meta-file-wrapper {
  list-style: none;
  opacity: 0.6;
}
.owl-item .blog99-metabox ul.blog99-meta-file-wrapper li{
  color:#fff;
  opacity: .6;
}
.blog99-metabox ul.blog99-meta-file-wrapper li {
  margin-right: 20px;
  display: inline-block;
  font-size: 14px;
}

li.blog99-item-meta-item a,
li.blog99-item-meta-item span {
  color: #fff;
}

/* buttom section */
.blog99-readmore-buttom {
  text-align: right;
}

.blog99-readmore-buttom a {
  padding: 15px 29px;
  background:var(--red);
  color: #fff;
  font-family: Lato;
  font-size: 14px;
  border-radius: 40px;
}

.blog99-readmore-buttom a:hover {
  background-color: #000;
}

.blog99-readmore-buttom a svg {
  margin-left: 5px;
}

/* nav */
.blog99-main-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 35px;
  background: #ffffff6e;
  border-radius: 100%;
}

.blog99-main-slider .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 35px;
  background: #ffffff6e;
  border-radius: 100%;
}

.owl-item .blog99-theme-thumbnail img {
  display: block;
  border: none;
  border-radius: 5px;
}

/*****************************************
*   Service Section
*****************************************/
.blog99-category-list-section .blog99-category .blog99-category-header h5 {
  padding: 30px 0px;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}

.blog99-category-list-section .blog99-category-images img {
  height: 191px;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
}

.post-navigation .nav-next span:after,
.post-navigation .nav-previous span:after,
.comment-reply-title:after,
.author_name:after,
.page-title:after,
.entry-title:after,
.blog99-category-header span.effect,
.widget-title span.effect {
  width: 35px;
  height: 2px;
  background: var(--red);
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
  content: "";
}

.blog99-category {
  position: relative;
  padding: 35px 0px;
}

.blog99-category-header {
  position: absolute;
  top: -50px;
}

.blog99-category-list-section {
  clear: both;
  /* margin: 15px; */
}

.blog99-category-list-section {
  margin-top: 50px;
}
.blog99-category-list-section.blog99-gridlayout-three .blog99-category-header,
.blog99-category:hover .blog99-category-header {
  bottom: 35px;
  top: unset;
  z-index: 9;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, #0000, #000000);
  border-radius: 0px 0px 5px 5px;
}
.blog99-category-list-section.blog99-gridlayout-three .blog99-category-header{
  bottom: 0;
  text-align: center;
  padding:10px;
}
.blog99-category-list-section.blog99-gridlayout-three .blog99-category-header h5 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.blog99-category:hover .blog99-category-header h5 a {
  color: #fff;
  padding: 20px;
}

/*****************************************
*   Widget Sidebar
*****************************************/
.widget h2.widget-title {
  font-size: 22px;
  font-weight: 900;
}

/* search section */
section.widget.widget_search label {
  /* margin-right: 20px; */
}

section.widget.widget_search input.search-field,
section.widget.widget_search input.search-submit {
  border: solid 1px #d3d3d3;
  border-radius: 30px;
  padding: 15px 30px;
}

#secondary .blog99-trendingnews-right-top,
#secondary .widget ul,
#secondary .widget ol {
  border-radius: 5px;
  background: #f2f2f2;
  padding: 20px 15px;
}

#secondary .widget ul li,
#secondary .widget ol li {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover,
#secondary .widget ul li:hover,
#secondary .widget ol li:hover {
  transition: 0.5s;
  margin-left: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before,
#secondary .widget ul li:before {
  content: "";
  width: 21px;
  height: 2px;
  background-color: var(--red);
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

.blog99-social-icons .social-icons {
  width: 49%;
  display: inline-block;
  height: 45px;
  border-radius: 50px;
  background: gray;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

.blog99-social-icons .social-icons a {
  width: 100%;
  display: block;
}

span.social-icons.facebook {
  background-color: #3d4b9e;
}

.blog99-social-icons .social-icons a i.fa {
  margin-right: 10px;
}

.blog99-social-icons .social-icons a {
  color: white;
}

span.social-icons.twitter {
  background-color: #2398f1;
}

span.social-icons.instagram {
  background-color: #9a265d;
}

span.social-icons.youtube {
  background-color: #c02a2a;
}

span.social-icons.medium {
  background-color: #000;
}

span.social-icons.linkedin {
  background-color: #037fbb;
}

span.social-icons:hover {
  opacity: 0.8;
}

/** author widget */
.blog99-author-link.blog99-readmore-buttom {
  text-align: center;
}

h4.blog99-author-heading {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 12px;
}

.blog99-author-info-content {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 15px;
  padding-bottom: 30px;
}

.author_image_style {
  height: 186px;
  width: 100%;
  object-fit: cover;
}

.blog99-author-content {
  text-align: center;
  color: #787878;
}

/*****************************************
*   Blog Section
*****************************************/
article.blog99-article.post.hentry {
  text-align: center;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  margin-bottom: 30px;
}

article.blog99-article h2.post-title.entry-title:after {
  height: 0;
  width: 0;
}

article.blog99-article h2.post-title.entry-title {
  /* margin-bottom: 30px; */
}

article.blog99-article h2.post-title.entry-title a {
  font-weight: bold;
}

article.blog99-article .blog99-author-date,
article.blog99-article .blog99-shot-content {
  padding-bottom: 5px;
  text-align: center;
}

article.blog99-article .blog99-author-date span,
.blog99-author-date a {
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #787878;
}

article.blog99-article .blog99-shot-content a {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #787878;
}

article.blog99-article .blog99-metabox ul.blog99-meta-file-wrapper li span {
  color: #787878;
}

article.blog99-article .blog99-readmore-buttom {
  width: unset;
  float: none;
}

article.blog99-article .blog99-links-sec div.blog99-readmore-buttom {
  display: inline-block;
}

article.blog99-article .blog99-readmore-buttom.btn-white a.add-commnet-btn {
  background: #e9e9e9;
  color: #5a5a5a;
}

.blog99-post-format {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: var(--red);
  color: white;
  display: flex;
  border-radius: 0px 5px 0px 0px;
  border:0;
}

.blog99-post-format i.fa {
  margin: 0 auto;
  align-items: center;
  align-self: center;
}

/*****************************************
*   Footer
*****************************************/

/* copyright footer section */
.blog99-footer-copyright .site-info {
  float: right;
}

.blog99-footer-copyright nav.footer-menu-container ul#footer-menu li {
  display: inline-block;
  margin-right: 15px;
}
.blog99-footer-copyright nav.footer-menu-container ul#footer-menu li:last-child{
  margin-right: 0;
}

footer ul.menu ul {
  display: none;
}
footer .page_item_has_children:after, footer .menu-item-has-children:after {
  content: "";
}

/*****************************************
*   Widget Section
*****************************************/

/* Related Post widget */
section.widget_blog99_sidebar_post_list .right-bottom-image img {
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

section.widget_blog99_sidebar_post_list .blog99-date-time-metabox span {
  font-size: 14px;
  line-height: 1.57;
  color: #787878;
  padding: 8px 0px;
}

section.widget_blog99_sidebar_post_list .image-details {
  padding: 10px 0px;
}

section.widget_blog99_sidebar_post_list .image-details .title-sec {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
}
.right-bottom-single-section .blog99-margin-none {
  align-self: center;
}

/* Gallery widget */
section.widget_media_gallery div.gallery {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
}

section.widget_media_gallery div.gallery figure {
  padding: 3px;
  margin: 0;
}

section.widget_media_gallery div.gallery figure img {
  border-radius: 4px;
}

/* newsletter */
section.widget_mc4wp_form_widget form {
  background-color: #f2f2f2;
  padding: 35px;
  border-radius: 5px;
}

section.widget_mc4wp_form_widget form p {
  text-align: center;
}

section.widget_mc4wp_form_widget form label {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  padding: 5px 0 25px 0;
}

/* 
* Breadcrumb Section 
* @since 1.0.0
*/
.blog99-breadcrumb-left section.breadcrumb{
  text-align: left;
}
.blog99-breadcrumb-right section.breadcrumb{
  text-align: right;
}
.blog99-breadcrumb-center section.breadcrumb{
  text-align: center;
  clear: both;
}

section.breadcrumb {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 5px; 
}

.breadcrumb-wrapper {
  /* background-image: linear-gradient(to bottom, #00000061, #000000c7); */
  width: 100%;
  height: 100%;
  padding: 55px;
}

.breadcrumb h3.breadcrumb-title {
  margin-bottom: 20px;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.breadcrumb-trail.breadcrumbs ul.trail-items li a,
.breadcrumb-trail.breadcrumbs ul.trail-items li {
  color: #a6a6a6;
}
.breadcrumb-trail.breadcrumbs ul.trail-items li a{
  color: var(--red);
}

/* post type */
body.single-format-gallery .entry-content .wp-block-gallery {
  display: none;
}


body.single-format-video .blog99-article-thumbnail-section iframe {
  width: 100%;
}

/* Blog Layout Section */
body.blog99-box-layout {
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Header Two */
body.blog99-header-two .header-logo-site-title,
body.blog99-header-two p.site-description {
  text-align: center;
}

.blog99-header-two-wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  text-align: center;
  margin-top: 20px;
}
.blog99-header-two header.blog99-header div.blog99-navmenu {
  border-width: 0;
}
/* woocommerce */
.widget.woocommerce.widget_shopping_cart {
  display: none;
}

ul#site-header-cart:hover li .widget.woocommerce.widget_shopping_cart {
  display: block;
}

ul#site-header-cart a.cart-contents {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  margin-right: 15px;
  border: 1px solid #e9e9e9;
}

.blog99-author-thumbnail {
  text-align: center;
}

ul#blog99-top-header-section {
  text-align: right;
}

.header-search-content #searchsubmit {
  display: none;
}

.header-search-content #searchform input {
  display: none;
  border-radius: 48px;
}
.header-search-content {
  position: absolute;
  width: 200px;
  right: 40px;
  top: 0;
}
li.header-search-section {
  position: relative;
}
.header-search-section {
  cursor: pointer;
}

ul.blog99-social-links.search-open li:not(.header-search-section) {
  display: none !important;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.blog99-social-links.search-open
  .header-search-content
  #searchform
  input[type="text"] {
  display: block;
  transition: all 1s ease-in-out;
  opacity: 1;
  padding: 3px 10px;
  color: #8f8f8f;
}

ul#blog99-top-header-section li {
  display: inline-block;
  padding-right: 10px;
  line-height: 40px;
}
.blog99-top-header-section.shadow-sm {
  background-color: black;
}
ul#blog99-top-header-section,
.blog99-top-header-section,
.blog99-top-header-section a {
  color: #fff;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.blog99-top-header-section a:hover{
  color: var(--red);
}
.overflow-hidden {
  overflow: hidden;
}

ul#blog99-top-header-section ul {
  display: none;
}

ul#blog99-top-header-section li:last-child {
  margin-right: 0;
  padding-right: 0;
}
nav.footer-menu-container .blog99-top-header-section {
  max-height: 50px;
  overflow: hidden;
}
ul#footer-menu li ul,
ul#blog99-top-header-section ul {
  display: none;
}

/* footer menu */
footer a.privacy-policy-link{
  margin-left:8px;
}
.blog99-footer-copyright {
  border-top: 1px solid #e9e9e9;
  padding: 20px 0;
}

ul#footer-menu {
  white-space: nowrap;
}

ul#blog99-top-header-section li:after,
ul#footer-menu li:after {
  content: "";
}

.blog99-header-info ul.header-info li,
.blog99-header-info ul.header-info li i {
  display: inline-block;
  padding-right: 5px;
  line-height: 40px;
}

.col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12.masonry.wow.fadeInUp {
  /* width: 360px; */
  width: calc((100% - 1px ) / 2 - 1px);
  width: -webkit-calc((100% - 1px ) / 2 - 1px);


}

.blog99-category-list-section.blog99-gridlayout-three .last-cat-item img,
.blog99-category-list-section.blog99-gridlayout-three .first-cat-item img {
    max-height: 360px;
}
.blog99-category-list-section.blog99-gridlayout-three .blog99-article-section.first-cat-item img,
.blog99-category-list-section.blog99-gridlayout-three .blog99-article-section.list-cat-item img {
  height: 360px;
}

.blog99-category-list-section.blog99-gridlayout-three .blog99-article-section {
  margin-bottom: 15px;
  position: relative;
}

.blog99-gridlayout-three .blog99-article-section.first-cat-item,
.blog99-gridlayout-three .blog99-article-section.list-cat-item {
    margin-top: 17px;
}

.blog99-category-list-section.blog99-gridlayout-three .blog99-category-header a {
    color: white;
    font-size: 18px;
    font-weight: 900;
}

.blog99-main-slider1 .blog99-theme-thumbnail .blog99-no-single-image img {
  height: 200px;
}

/** footer and sidebar widget for contact info */
.blog99-contact-info-widget i {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9e9e9;
  margin-right: 5px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.blog99-contact-info-widget span.blog99-info-wrap span:first-child {
  color: #8d8d8d;
  font-weight: bold;
}
.blog99-contact-info-widget span.blog99-info-wrap {
  margin-left: 7px;
  display: inline-block;
}
#secondary .blog99-contact-info-desc {
  background-color: #f2f2f2;
  padding: 10px 15px 10px 12px;
  border-radius: 5px 5px 0 0;
}
#secondary .widget ul.blog99-contact-info-widget li:before {
  display: none;
}
#secondary .textwidget,
#secondary .textwidget.custom-html-widget {
  background-color: #f2f2f2;
  padding: 15px;
}

/**
*Responsive CSS
*/
@media only screen and (max-width: 1080px) {
  /* box layout */
  body.blog99-box-layout {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  /** mobile menu js class */
  .mean-container .mean-nav {
    width: 100%;
  }

  .site-branding {
    padding: 10px;
  }

  .page_item_has_children:after,
  .menu-item-has-children:after {
    content: "";
  }

  ul#primary-menu li.page_item_has_children ul,
  ul#primary-menu li.menu-item-has-children ul {
    background-color: #0c1923;
    width: 100%;
  }

  ul.children li,
  ul.sub-menu.blog99-sidenav-dropdown li {
    margin: 0;
    padding: 0;
  }

  /* end */
  .main-slider-sec .owl-carousel .owl-item img {
    height: 300px;
  }
  .blog99-category-list,
  .blog99-top-header-section{
    display:none;
  }
  .blog99-article-content .blog99-title h2.blog99-title-heading a{
    font-size: initial;
  }
  .blog99-readmore-buttom ,
  .blog99-footer-copyright,
  .blog99-main-slider .item .blog99-article-content{
    text-align: center;
  }
  .blog99-main-slider h2.blog99-title-heading{
    margin-bottom: 10px;
  }
  .breadcrumb-wrapper{
    padding:15px;
  }
  header.blog99-header{
    display: none;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
      float: none;
      width: 100% !important;
      max-width: 100% !important;
  }
}

/**
 * Contact 7 Plugins defult css
*/
.wpcf7 label {
    display: block;
    margin-bottom: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 10px 20px;
    border-radius: 0;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
    background: transparent;
    color: #000;
}
