/*
Theme Name: Bam Pro
Theme URI: https://themezhut.com/themes/bam-pro/
Author: ThemezHut
Author URI: https://themezhut.com/
Description: The best magazine WordPress Theme
Version: 1.4.0
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bam-pro
Tags: news, blog, grid-layout, right-sidebar, two-columns, custom-logo, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready

Bam WordPress Theme, Copyright 2019 ThemezHut Themes. 
Bam is distributed under the terms of the GNU GPL

Bam 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
# Header
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Blocks
# 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/**
 * 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-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0.83em 0;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 1em 0;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1.2em 0;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1.3em 0;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
  margin: 1.4em 0;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  border-left: 4px solid #FF4F4F;
  margin: 30px 0;
  padding-left: 1em;
}
blockquote p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
blockquote cite {
  margin-top: 1em;
  display: inline-block;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

a {
  color: #00aeef;
  text-decoration: none;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: #0076a3;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul, ol {
  padding-left: 1rem;
  margin-left: 1rem;
}

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. */
  vertical-align: middle;
}

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

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

table, th, td {
  border: 1px solid #ededed;
}

th {
  background: #f8f8f8;
  padding: 8px 15px;
  text-align: left;
}

.site-footer table, .site-footer th, .site-footer td {
  border: 1px solid #555;
}

.site-footer th {
  background: #222;
}

td {
  padding: 5px 15px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #FF4F4F;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #222222;
}
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 {
  background: #222222;
}

.bam-readmore {
  border-radius: 3px;
  background: #FF4F4F;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
}
.bam-readmore:hover {
  color: #ffffff;
  background: #222222;
}
.bam-readmore:visited {
  color: #ffffff;
}
.bam-readmore:active, .bam-readmore:focus {
  color: #ffffff;
  background: #222222;
}

.entry-readmore {
  margin: 27px 0 0;
}

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 #dddddd;
  padding: 5px;
}
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;
}

@media (max-width: 768px) {
  input,
  textarea {
    max-width: 100%;
  }
}

select {
  border: 1px solid #dddddd;
}

textarea {
  width: 100%;
}

.bam-navigation-container {
  position: relative;
}

.bam-search-box-container {
  display: none;
}

.bam-search-box-container {
  background: #fff;
  border: 3px solid #E3E3E3;
  display: none;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 350px;
  z-index: 999;
}
@media (max-width: 400px) {
  .bam-search-box-container {
    width: 300px;
  }
}

.bam-search-box input[type=submit] {
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-shadow: none;
  text-transform: uppercase;
  width: 92px;
  cursor: pointer;
}

.bam-search-box input[type=submit]:focus {
  outline: none;
}

.bam-search-box input[type=search] {
  background: #f1f1f1;
  border: none;
  float: left;
  height: 40px;
  margin: 0;
  padding: 0 11px;
  width: 242px;
  border-radius: 0;
}

.bam-search-box input[type=search]:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-logo-image {
  float: left;
  margin-right: 10px;
}
.site-logo-image img {
  width: auto;
}

.site-branding-text {
  float: left;
}

/* Default style */
.site-header.default-style {
  background-color: #ffffff;
}
.site-header.default-style #site-header-inner {
  padding-top: 28px;
  padding-bottom: 28px;
  height: 100%;
}
.site-header.default-style .site-branding {
  float: left;
  height: 100%;
}
.site-header.default-style .header-sidebar {
  float: right;
}
.site-header.default-style .header-sidebar .widget {
  margin: 0;
}
@media (max-width: 850px) {
  .site-header.default-style #site-header-inner.right-logo .header-sidebar,
  .site-header.default-style #site-header-inner.left-logo .header-sidebar {
    margin-top: 20px;
  }
}
.site-header.default-style #site-header-inner.center-logo {
  text-align: center;
}
.site-header.default-style #site-header-inner.center-logo .site-branding {
  float: none;
  display: inline-block;
  margin: 0 auto;
}
.site-header.default-style #site-header-inner.center-logo .header-sidebar {
  display: table;
  float: none;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.site-header.default-style #site-header-inner.right-logo .site-branding {
  float: right;
  text-align: right;
}
.site-header.default-style #site-header-inner.right-logo .header-sidebar {
  float: left;
}

.site-title {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.site-title a {
  color: #FF4F4F;
}
.site-title a:hover {
  color: #000000;
}

.site-description {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px;
}

/* Horizontal style */
.site-header.horizontal-style #site-header-inner-wrap {
  background: #141414;
}
.site-header.horizontal-style .sticky-wrapper.is-sticky #site-header-inner-wrap {
  z-index: 9999 !important;
}
.site-header.horizontal-style .site-branding {
  float: left;
  display: table;
  height: 100%;
}
.site-header.horizontal-style .site-branding-inner {
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}
.site-header.horizontal-style .site-title {
  font-size: 36px;
}
.site-header.horizontal-style .site-title a:hover {
  color: #dddddd;
}
.site-header.horizontal-style .site-description {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
}
.site-header.horizontal-style .main-navigation {
  float: right;
}
.site-header.horizontal-style .header-sidebar {
  width: 100%;
  float: none;
  background: #eeeeee;
  padding: 20px;
}
.site-header.horizontal-style .header-sidebar .widget {
  margin: 0;
}
@media (max-width: 576px) {
  .site-header.horizontal-style .header-sidebar {
    padding: 10px;
  }
}
.site-header.horizontal-style .header-sidebar-inner {
  margin: 0 auto;
  display: table;
  max-width: 1400px;
}

/* Sticky Header */
.sticky-wrapper.is-sticky .site-header.horizontal-style {
  z-index: 9999 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: -10px;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li a {
  font-weight: normal;
  line-height: 1.3;
  text-transform: none;
  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 li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.main-navigation .bam-svg-icon {
  width: 0.9em;
  height: 0.9em;
  fill: currentColor;
  margin: 0 0 0 7px;
  position: relative;
  top: 2px;
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 1px 0 0 10px;
  font-weight: 900;
}

.main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.main-navigation .page_item_has_children .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: 900;
}

.rtl .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.rtl .main-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: "\f104";
}

.bam-svg-mode .main-navigation li.menu-item-has-children > a:after,
.bam-svg-mode .main-navigation li.page_item_has_children > a:after,
.bam-svg-mode .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.bam-svg-mode .main-navigation .page_item_has_children .menu-item-has-children > a:after,
.bam-svg-mode.rtl .main-navigation .menu-item-has-children .menu-item-has-children > a:after,
.bam-svg-mode.rtl .main-navigation .page_item_has_children .menu-item-has-children > a:after {
  content: none;
}

.main-navigation .menu-item-has-children .menu-item-has-children > a > .bam-svg-icon,
.main-navigation .page_item_has_children .menu-item-has-children > a > .bam-svg-icon {
  float: right;
  transform: rotate(-90deg);
}

.bam-svg-mode .mobile-navigation .bam-svg-icon {
  display: none;
}

/**
 * Default style
 */
.site-header.default-style .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #141414;
}
.site-header.default-style .main-navigation ul li a {
  color: #ffffff;
  line-height: 50px;
  padding: 0 16px;
}
.site-header.default-style .main-navigation ul li a:hover {
  color: #FF4F4F;
}
.site-header.default-style .main-navigation ul ul {
  padding: 10px;
  background: #333333;
}
.site-header.default-style .main-navigation ul ul li a {
  color: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.site-header.default-style .main-navigation ul ul li a:hover {
  color: #ffffff;
  background: #FF4F4F;
}
.site-header.default-style .main-navigation .current_page_item > a,
.site-header.default-style .main-navigation .current-menu-item > a,
.site-header.default-style .main-navigation .current_page_ancestor > a,
.site-header.default-style .main-navigation .current-menu-ancestor > a {
  color: #FF4F4F;
}
@media screen and (min-width: 959px) {
  .site-header.default-style .main-navigation #site-navigation-inner.align-center #primary-menu {
    display: table;
    margin: 0 auto;
  }
}
.site-header.default-style .main-navigation #site-navigation-inner.align-right #primary-menu {
  float: right;
}
.site-header.default-style .main-navigation #site-navigation-inner.align-left #primary-menu {
  float: left;
}
.site-header.default-style .main-navigation #site-navigation-inner.show-search ul {
  margin-right: 40px;
}

/**
 * Horizontal Style 
 */
.site-header.horizontal-style .main-navigation ul li a {
  color: #ffffff;
  line-height: 65px;
  padding: 0 16px;
}
.site-header.horizontal-style .main-navigation ul li a:hover {
  color: #FF4F4F;
}
.site-header.horizontal-style .main-navigation ul ul {
  padding: 10px;
  background: #333333;
}
.site-header.horizontal-style .main-navigation ul ul li a {
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.site-header.horizontal-style .main-navigation ul ul li a:hover {
  color: #ffffff;
  background: #FF4F4F;
}
.site-header.horizontal-style .main-navigation .current_page_item > a,
.site-header.horizontal-style .main-navigation .current-menu-item > a,
.site-header.horizontal-style .main-navigation .current_page_ancestor > a,
.site-header.horizontal-style .main-navigation .current-menu-ancestor > a {
  color: #FF4F4F;
}
.site-header.horizontal-style .main-navigation #site-navigation-inner.show-search ul {
  margin-right: 40px;
}

#site-navigation-inner {
  position: relative;
}

/* Mobile Dropdown Navigation. */
.mobile-dropdown {
  clear: both;
}

.mobile-dropdown-sticky {
  z-index: 99990 !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow-y: auto;
}

.mobile-navigation {
  display: none;
  background: #333333;
}
.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}
.mobile-navigation ul li {
  position: relative;
  border-bottom: 1px solid #222222;
}
.mobile-navigation ul li a {
  display: block;
  width: 100%;
  line-height: 45px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.mobile-navigation ul ul {
  display: none;
  padding: 0 0 0 20px;
  border-top: 1px solid #222222;
}
.mobile-navigation ul ul.toggled-on {
  display: block;
}

.mobile-navigation.toggled-on {
  display: block;
}

.menu-toggle {
  cursor: pointer;
  border: none;
  background: transparent;
  line-height: 50px;
  border-radius: 0;
  padding: 0 10px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.menu-toggle i.fas {
  margin-right: 7px;
}
.menu-toggle .bam-svg-icon {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  top: 3px;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: inherit;
}

.bam-svg-mode .menu-toggle i.fas {
  display: none;
}

.menu-toggle .bam-svg-times {
  display: none;
}

.menu-toggle.toggled-on .bam-svg-times {
  display: inline-block;
}

.menu-toggle.toggled-on .bam-svg-bars {
  display: none;
}

.site-header.horizontal-style .menu-toggle {
  line-height: 65px;
}

#topbar .menu-toggle {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  float: left;
  color: #222222;
  margin-right: 10px;
}
#topbar .menu-toggle i.fas,
#topbar .menu-toggle .bam-svg-icon {
  margin: 0;
}

.dropdown-toggle {
  cursor: pointer;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 0 15px;
  border-left: 1px dotted #222222;
  border-right: 1px dotted #222222;
  border-radius: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  background: inherit;
}

button.dropdown-toggle::after {
  content: "+";
}

button.dropdown-toggle.toggled-on::after {
  content: "-";
}

@media (min-width: 768px) {
  #topbar .menu-toggle,
  .mobile-dropdown-top {
    display: none;
  }
}
@media screen and (min-width: 959px) {
  .mobile-dropdown,
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 60px;
  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%;
}

.posts-navigation {
  color: #444444;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #444444;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  color: #FF4F4F;
}
.posts-navigation .nav-previous a .bam-svg-icon,
.posts-navigation .nav-next a .bam-svg-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 0.17em;
}
.posts-navigation .nav-previous a::before {
  content: "\f104";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  margin: 0 1em 0 0;
  font-weight: 900;
}
.posts-navigation .nav-previous .bam-svg-icon {
  margin-right: 0.7em;
}
.posts-navigation .nav-next .bam-svg-icon {
  margin-left: 0.7em;
}
.posts-navigation .nav-next a::after {
  content: "\f105";
  display: inline-block;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  margin: 0 0 0 1em;
  font-weight: 900;
}

.rtl .posts-navigation .nav-previous a::before {
  content: "\f105";
}

.rtl .posts-navigation .nav-next a::after {
  content: "\f104";
}

.rtl .posts-navigation .nav-previous .bam-svg-icon {
  transform: rotate(180deg);
}

.rtl .posts-navigation .nav-next .bam-svg-icon {
  transform: rotate(180deg);
}

.bam-svg-mode .posts-navigation .nav-next a::after,
.bam-svg-mode .posts-navigation .nav-previous a::before,
.rtl.bam-svg-mode .posts-navigation .nav-next a::after,
.rtl.bam-svg-mode .posts-navigation .nav-previous a::before {
  content: none;
}

.post-navigation .nav-previous .meta-nav,
.post-navigation .nav-next .meta-nav {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #bdbdbd;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.post-navigation .nav-previous .post-title:hover,
.post-navigation .nav-next .post-title:hover {
  color: #FF4F4F;
}

/* Sticky Menu */
.main-navigation.is-sticky,
#site-header-inner-wrap.is-sticky {
  z-index: 9999;
}

/**
 * Search toggle
 */
.site-header.horizontal-style .bam-search-button-icon {
  line-height: 65px;
}
.site-header.horizontal-style .bam-search-box-container {
  top: 65px;
}

.site-header.default-style .bam-search-button-icon {
  line-height: 50px;
}
.site-header.default-style .bam-search-box-container {
  top: 50px;
}

.bam-search-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
  color: #ffffff;
  cursor: pointer;
}
.bam-search-button-icon .bam-svg-icon {
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.bam-search-button-icon .bam-svg-times {
  display: none;
}

.bam-search-button-icon.toggled-on .bam-svg-search {
  display: none;
}
.bam-search-button-icon.toggled-on .bam-svg-times {
  display: inline-block;
}

@media (max-width: 959px) {
  .site-header.horizontal-style .bam-search-button-icon {
    right: 80px;
  }
}

@media (max-width: 959px) {
  .rtl .site-header.horizontal-style .bam-search-button-icon {
    left: auto;
  }
}

.bam-search-box-container {
  display: none;
  position: absolute;
  right: 0;
}

.bam-search-box-container.active {
  display: block;
}

/**
 * Pagination
 */
.pagination {
  margin: 10px 0 30px;
}
.pagination .page-numbers {
  border: 1px solid #cccccc;
  color: #404040;
  padding: 8px 15px;
  margin: 0 2px 5px 2px;
  display: inline-block;
}
.pagination .page-numbers.next,
.pagination .page-numbers.previous {
  margin: 0;
}
.pagination .page-numbers.current {
  background: #FF4F4F;
  border: 1px solid #FF4F4F;
  color: #ffffff;
}
.pagination a.page-numbers:hover {
  background: #FF4F4F;
  border: 1px solid #FF4F4F;
  color: #ffffff;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.bam-topbar {
  border-bottom: 1px solid #eeeeee;
  background: #f5f5f5;
}
.bam-topbar .bam-social-link i {
  font-size: 14px;
  line-height: 35px;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .bam-topbar {
    height: 35px;
  }
}

.bam-topbar-social {
  float: right;
}

.bam-social-icon .fab {
  font-family: "Font Awesome 5 Brands";
}

.bam-social-link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: inline;
  margin: 0 5px;
  position: relative;
  top: 5px;
}

.bam-topbar-social.colored .bam-social-link.facebook {
  color: #3b5998;
}
.bam-topbar-social.colored .bam-social-link.twitter {
  color: #33ccff;
}
.bam-topbar-social.colored .bam-social-link.dribbble {
  color: #ea4c89;
}
.bam-topbar-social.colored .bam-social-link.pinterest {
  color: #c8232c;
}
.bam-topbar-social.colored .bam-social-link.github {
  color: #171515;
}
.bam-topbar-social.colored .bam-social-link.tumblr {
  color: #34526f;
}
.bam-topbar-social.colored .bam-social-link.youtube {
  color: #c4302b;
}
.bam-topbar-social.colored .bam-social-link.flickr {
  color: #ff0084;
}
.bam-topbar-social.colored .bam-social-link.vimeo {
  color: #1AB7EA;
}
.bam-topbar-social.colored .bam-social-link.instagram {
  color: #3f729b;
}
.bam-topbar-social.colored .bam-social-link.codepen {
  color: #000;
}
.bam-topbar-social.colored .bam-social-link.linkedin {
  color: #0e76a8;
}
.bam-topbar-social.colored .bam-social-link.yelp {
  color: #d32323;
}
.bam-topbar-social.colored .bam-social-link.skype {
  color: #00aff0;
}
.bam-topbar-social.colored .bam-social-link.vk {
  color: #45668e;
}
.bam-topbar-social.colored .bam-social-link.email {
  color: #e4b872;
}
.bam-topbar-social.colored .bam-social-link.vine {
  color: #00b488;
}
.bam-topbar-social.colored .bam-social-link.tripadvisor {
  color: #00af87;
}
.bam-topbar-social.colored .bam-social-link.rss {
  color: #f26522;
}
.bam-topbar-social.colored .bam-social-link.tiktok {
  color: #000000;
}
.bam-topbar-social.colored .bam-social-link.mastodon {
  color: #3288d4;
}
.bam-topbar-social.colored .bam-social-link.telegram {
  color: #2AABEE;
}
.bam-topbar-social.colored .bam-social-link.discord {
  color: #7289da;
}
.bam-topbar-social.colored .bam-social-link.twitch {
  color: #6440a4;
}
.bam-topbar-social.colored .bam-social-link:hover {
  color: #222222;
}

.bam-topbar-social.dark .bam-social-link i {
  color: #333333;
}
.bam-topbar-social.dark .bam-social-link svg {
  color: #333333;
}
.bam-topbar-social.dark .bam-social-link i:hover {
  color: #d32323;
}
.bam-topbar-social.dark .bam-social-link svg:hover {
  color: #d32323;
}

.bam-topbar-social.light .bam-social-link {
  color: #dddddd;
}
.bam-topbar-social.light .bam-social-link.tripadvisor:hover {
  color: #00af87;
}
.bam-topbar-social.light .bam-social-link.rss:hover {
  color: #f26522;
}
.bam-topbar-social.light .bam-social-link.vine:hover {
  color: #00b488;
}
.bam-topbar-social.light .bam-social-link.email:hover {
  color: #e4b872;
}
.bam-topbar-social.light .bam-social-link.vk:hover {
  color: #45668e;
}
.bam-topbar-social.light .bam-social-link.skype:hover {
  color: #00aff0;
}
.bam-topbar-social.light .bam-social-link.facebook:hover {
  color: #3b5998;
}
.bam-topbar-social.light .bam-social-link.twitter:hover {
  color: #33ccff;
}
.bam-topbar-social.light .bam-social-link.dribbble:hover {
  color: #ea4c89;
}
.bam-topbar-social.light .bam-social-link.pinterest:hover {
  color: #c8232c;
}
.bam-topbar-social.light .bam-social-link.github:hover {
  color: #171515;
}
.bam-topbar-social.light .bam-social-link.tumblr:hover {
  color: #34526f;
}
.bam-topbar-social.light .bam-social-link.youtube:hover {
  color: #c4302b;
}
.bam-topbar-social.light .bam-social-link.flickr:hover {
  color: #ff0084;
}
.bam-topbar-social.light .bam-social-link.vimeo:hover {
  color: #1AB7EA;
}
.bam-topbar-social.light .bam-social-link.instagram:hover {
  color: #3f729b;
}
.bam-topbar-social.light .bam-social-link.codepen:hover {
  color: #000;
}
.bam-topbar-social.light .bam-social-link.linkedin:hover {
  color: #0e76a8;
}
.bam-topbar-social.light .bam-social-link.yelp:hover {
  color: #d32323;
}
.bam-topbar-social.light .bam-social-link.tiktok:hover {
  color: #000000;
}
.bam-topbar-social.light .bam-social-link.mastodon:hover {
  color: #3288d4;
}
.bam-topbar-social.light .bam-social-link.telegram:hover {
  color: #2AABEE;
}
.bam-topbar-social.light .bam-social-link.discord:hover {
  color: #7289da;
}
.bam-topbar-social.light .bam-social-link.twitch:hover {
  color: #6440a4;
}

.bam-date {
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 25px;
  float: left;
}

.top-navigation {
  clear: both;
  display: inline-block;
}
.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.top-navigation ul ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #f5f5f5;
}
.top-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.top-navigation ul ul li:hover > ul, .top-navigation ul ul li.focus > ul {
  left: 100%;
}
.top-navigation ul ul a {
  width: 200px;
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
  left: auto;
}
.top-navigation li {
  float: left;
  position: relative;
}
.top-navigation a {
  color: #222222;
  display: block;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 600;
}
.top-navigation a:hover {
  color: #888888;
}
@media screen and (max-width: 767px) {
  .top-navigation {
    display: none;
  }
}
.mobile-dropdown-top .mobile-navigation {
  background: #f5f5f5;
}
.mobile-dropdown-top .mobile-navigation a {
  color: #222222;
}
.mobile-dropdown-top .mobile-navigation a:hover {
  color: #888888;
}
.mobile-dropdown-top .mobile-navigation ul li {
  border-bottom: 1px solid #dddddd;
}
.mobile-dropdown-top .mobile-navigation ul ul {
  border-top: 1px solid #dddddd;
}
.mobile-dropdown-top .dropdown-toggle {
  color: #222222;
  border-left: 1px dotted #dddddd;
  border-right: 1px dotted #dddddd;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-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;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
  height: 0;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.widget.widget_bam_featured_posts_1 {
  margin-bottom: 40px;
}

.bm-featured-style-1 .bm-slider {
  position: relative;
}
.bm-featured-style-1 .featured-left {
  width: 66.6667%;
  float: left;
}
@media screen and (max-width: 767px) {
  .bm-featured-style-1 .featured-left {
    width: 100%;
    float: none;
  }
}
.bm-featured-style-1 .featured-right {
  width: 33.0303030303%;
  float: right;
}
@media screen and (max-width: 767px) {
  .bm-featured-style-1 .featured-right {
    float: none;
    width: 100%;
  }
}
.bm-featured-style-1 .bm-slide-holder {
  position: relative;
}
.bm-featured-style-1 .bm-slide-holder > .bm-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bm-featured-style-1 .bm-slide-image {
  position: relative;
  width: 100%;
  padding-top: 59.5454545455%;
}
.bm-featured-style-1 .bm-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.bm-featured-style-1 .bm-slider-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: bold;
  margin: 0;
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
}
@media (max-width: 992px) {
  .bm-featured-style-1 .bm-slider-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .bm-featured-style-1 .bm-slider-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.bm-featured-style-1 .bm-slider-details-container {
  z-index: 1;
  padding: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .bm-featured-style-1 .bm-slider-details-container {
    padding: 15px;
  }
}
.bm-featured-style-1 .bm-slider-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}
.bm-featured-style-1 .bm-slider:hover .bm-slider-details-container::before {
  opacity: 0.7;
}
.bm-featured-style-1 .bm-slider:hover .bm-slider-title {
  color: #ffffff;
  transition: color 0.2s;
}

.bm-featured-style-1 .featured-left:hover .bm-next-btn {
  opacity: 0.7;
  right: 20px;
}

.bm-featured-style-1 .featured-left:hover .bm-prev-btn {
  opacity: 0.7;
  left: 20px;
}

/* Swiper Slider Next/Prev */
.bm-slider .bam-swiper-button-prev,
.bm-slider .bam-swiper-button-next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  opacity: 0;
}

.bm-featured-style-1 .bam-swiper-button-prev svg,
.bm-featured-style-1 .bam-swiper-button-next svg {
  fill: #fff;
  width: 26px;
  height: 26px;
  top: 5px;
  position: relative;
}

.bam-swiper-button-prev {
  left: 0;
  right: auto;
}

.bam-swiper-button-next {
  right: 0;
  left: auto;
}

.bm-featured-style-1 .featured-left:hover .bam-swiper-button-next {
  opacity: 0.7;
  right: 20px;
}

.bm-featured-style-1 .featured-left:hover .bam-swiper-button-prev {
  opacity: 0.7;
  left: 20px;
}

/* Highlighted Posts */
.bm-highlighted-posts {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bm-highlighted-posts {
    margin: 0 -1px;
  }
}

.bm-highlighted-post {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bm-highlighted-post {
    width: 50%;
    float: left;
    padding: 2px 1px 0 1px;
  }
}
.bm-highlighted-post:first-child {
  margin-bottom: 0.92%;
}
@media screen and (max-width: 767px) {
  .bm-highlighted-post:first-child {
    margin-bottom: 0.92%;
  }
}
.bm-highlighted-post:hover .bhp-details-container::before {
  opacity: 0.7;
}
.bm-highlighted-post:hover .bhp-title {
  color: #ffffff;
}

.bhp-thumbnail img {
  max-width: 100%;
  position: relative;
  z-index: -2;
}

.bhp-details-container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
@media (max-width: 767px) {
  .bhp-details-container {
    padding: 10px;
  }
}

.bhp-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.bhp-title {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bhp-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bmhp-inner {
  position: relative;
}

.bmhp-thumb {
  position: relative;
  width: 100%;
  padding-top: 59.6330275229%;
}
.bmhp-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.bmficp .bmfs3b-title a,
.bmficp .bmfs3s-title a,
.bmficp .bmfs2s-title a,
.bmficp .bmfs2b-title a {
  color: #f5f5f5;
}

.bmfs2s-title,
.bmfs2b-title,
.bmfs3s-title,
.bmfs3b-title {
  font-weight: bold;
  margin: 0;
  text-shadow: 0px 1px 1px #000;
}

.bmfs2s-details-container,
.bmfs2b-details-container,
.bmfs3s-details-container,
.bmfs3b-details-container {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bmfs2s-details-container .entry-meta,
.bmfs2b-details-container .entry-meta,
.bmfs3s-details-container .entry-meta,
.bmfs3b-details-container .entry-meta {
  margin-top: 8px;
}

.bmfs2s-details-container::before,
.bmfs2b-details-container::before,
.bmfs3s-details-container::before,
.bmfs3b-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.bmfs2s-post,
.bmfs2b-post,
.bmfs3s-post,
.bmfs3b-post {
  cursor: pointer;
}

.bmfs2s-post:hover .bmfs2s-details-container::before,
.bmfs2b-post:hover .bmfs2b-details-container::before,
.bmfs3s-post:hover .bmfs3s-details-container::before,
.bmfs3b-post:hover .bmfs3b-details-container::before {
  opacity: 0.7;
}

.bmfs2s-post:hover .bmfs2s-title a,
.bmfs2b-post:hover .bmfs2b-title a,
.bmfs3s-post:hover .bmfs3s-title a,
.bmfs3b-post:hover .bmfs3b-title a {
  color: #ffffff;
  transition: color 0.2s;
}

.bmficp .entry-meta,
.bmficp .entry-meta a,
.bmficp .entry-meta .byline a {
  color: #ffffff;
}

/*************************/
/* Featured Style 2 Widget */
.bm-featured-posts-2-left {
  width: 66.8181818182%;
  float: left;
}
@media screen and (max-width: 767px) {
  .bm-featured-posts-2-left {
    width: 100%;
    float: none;
  }
}

.bm-featured-posts-2-right {
  width: 33.1818181818%;
  float: right;
}
@media screen and (max-width: 767px) {
  .bm-featured-posts-2-right {
    float: none;
    width: 100%;
  }
}

.bmfs2b-post {
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.1);
  position: relative;
}

.bmfs2b-post:before {
  padding-top: 58.9569160998%;
  content: "";
  display: block;
  width: 100%;
}

.bmgt2b-thumb img,
.bmfs3b-thumb img,
.bmfs3s-thumb img,
.bmfs2b-thumb img,
.bmfs2s-thumb img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.bmfs2b-title {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  .bmfs2b-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .bmfs2b-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bmfs2b-details-container {
  padding: 33px;
}
@media (max-width: 767px) {
  .bmfs2b-details-container {
    padding: 15px;
  }
}

/* Featured Posts Style 2 small images */
.bmfs2s-post {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bmfs2s-post {
    width: 50%;
    float: left;
  }
}
.bmfs2s-post .entry-meta {
  display: none;
}

.bmfs2s-details-container {
  padding: 24px;
}
@media (max-width: 767px) {
  .bmfs2s-details-container {
    padding: 10px;
  }
}

.bmfs2s-title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .bmfs2s-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bmfs2s-post:before {
  padding-top: 59.3607305936%;
  content: "";
  display: block;
  width: 100%;
}

/* Featured Style 3 Widget */
.bm-featured-style-3 {
  margin: 0 -2px 10px -2px;
  clear: both;
  overflow: hidden;
}

.bmfs3b-post-inner:before,
.bmfs3s-post-inner:before {
  padding-top: 58.9569160998%;
  content: "";
  display: block;
  width: 100%;
}

.bmfs3b-title {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  .bmfs3b-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .bmfs3b-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bmfs3s-title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .bmfs3s-title {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
}
@media (max-width: 768px) {
  .bmfs3s-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.bmfs3b-details-container {
  padding: 35px;
}
@media (max-width: 767px) {
  .bmfs3b-details-container {
    padding: 15px;
  }
}

.bmfs3s-details-container {
  padding: 25px;
}
@media (max-width: 767px) {
  .bmfs3s-details-container {
    padding: 15px;
  }
}
.bmfs3s-details-container .entry-meta {
  margin-top: 8px;
}

.bmfs3b-post {
  width: 100%;
  float: left;
  padding: 0 2px;
  margin-top: 4px;
  cursor: pointer;
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bmfs3b-post {
    margin-top: 0;
    width: 50%;
  }
}
.bmfs3b-post:first-child {
  margin-top: 0 !important;
}

.bmfs3s-post-inner,
.bmfs3b-post-inner {
  position: relative;
}

.bmfs3s-post {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
  float: left;
  padding: 0 2px;
  position: relative;
  box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .bmfs3s-post {
    width: 33.33%;
  }
}
.bmfs3s-post .entry-meta {
  display: none;
}

/* Sidebar compatibility */
#secondary .bm-featured-posts-2-left,
#secondary .featured-left,
.footer-widget-area .bm-featured-posts-2-left,
.footer-widget-area .featured-left {
  width: 100%;
  float: none;
}
#secondary .bm-featured-posts-2-right,
#secondary .featured-right,
.footer-widget-area .bm-featured-posts-2-right,
.footer-widget-area .featured-right {
  width: 100%;
  float: none;
}
#secondary .bm-featured-posts-2-right,
#secondary .bm-highlighted-post,
.footer-widget-area .bm-featured-posts-2-right,
.footer-widget-area .bm-highlighted-post {
  width: 50%;
  float: left;
  padding: 2px 1px 0 1px;
}
#secondary .bm-featured-posts-2-right,
.footer-widget-area .bm-featured-posts-2-right {
  padding: 0;
}
#secondary .bhp-title,
#secondary .bmfs2s-title,
.footer-widget-area .bhp-title,
.footer-widget-area .bmfs2s-title {
  font-size: 16px;
  font-size: 1rem;
}
#secondary .bm-slider-title,
#secondary .bm-featured-big-title,
.footer-widget-area .bm-slider-title,
.footer-widget-area .bm-featured-big-title {
  font-size: 18px;
  font-size: 1.125rem;
}
#secondary .bm-featured-big-details-container,
#secondary .bm-slider-details-container,
.footer-widget-area .bm-featured-big-details-container,
.footer-widget-area .bm-slider-details-container {
  padding: 15px;
}
#secondary .bmfs2s-details-container,
#secondary .bhp-details-container,
.footer-widget-area .bmfs2s-details-container,
.footer-widget-area .bhp-details-container {
  padding: 10px;
}
#secondary .bm-featured-style-1 .entry-meta,
#secondary .bm-featured-style-2 .entry-meta,
.footer-widget-area .bm-featured-style-1 .entry-meta,
.footer-widget-area .bm-featured-style-2 .entry-meta {
  display: none;
}
#secondary .bmfs3s-post,
#secondary .bmfs3b-post,
.footer-widget-area .bmfs3s-post,
.footer-widget-area .bmfs3b-post {
  width: 100%;
  float: none;
}
#secondary .bmfs3b-post .bmfs3b-title,
.footer-widget-area .bmfs3b-post .bmfs3b-title {
  font-size: 20px;
}
#secondary .bmfs3b-post .entry-meta,
.footer-widget-area .bmfs3b-post .entry-meta {
  display: none;
}
#secondary .bmfs3b-post .bmfs3b-details-container,
.footer-widget-area .bmfs3b-post .bmfs3b-details-container {
  padding: 25px;
}
#secondary .bmfs3b-post:first-child,
.footer-widget-area .bmfs3b-post:first-child {
  margin-bottom: 4px;
}

.bam-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.bam-swiper-vertical > .bam-swiper-wrapper {
  flex-direction: column;
}

.bam-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.bam-swiper-android .bam-swiper-slide,
.bam-swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.bam-swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.bam-swiper-slide-invisible-blank {
  visibility: hidden;
}

.bamfpwovrlay,
.bamfpwlnkovrlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.bamfpwlnkovrlay:focus {
  outline: none;
}

.bamfpwmeta .cat-links a,
.bamfpwmeta .bmfs2b-title a,
.bamfpwmeta .entry-meta a {
  position: relative;
  z-index: 3;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
  overflow: hidden;
  clear: both;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: #000000;
}
.widget a:hover {
  color: #ff4f4f;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 5px 0;
}
.widget ul li a {
  color: #404040;
}
.widget ul li a:hover {
  color: #FF4F4F;
}

.widget ul li.wp-block-social-link {
  padding: inherit;
}

body.separate-containers .bm-magazine .widget,
body.separate-containers .bm-magazine-featured .widget,
body.separate-containers #secondary .widget {
  background: #ffffff;
  padding: 25px;
}

body.separate-containers .widget_bam_featured_posts_1,
body.separate-containers .widget_bam_featured_posts_2,
body.separate-containers .widget_bam_featured_posts_3 {
  background-color: transparent !important;
  padding: 0 !important;
}

.widget-title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 15px;
  padding-bottom: 3px;
}

.bm-wts-s2 .widget-title,
.bm-wts-s3 .widget-title {
  border-bottom: 2px solid #FF4F4F;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bm-wts-s2 .widgettitle, .bm-wts-s2 .is-style-bam-widget-title,
.bm-wts-s3 .widgettitle,
.bm-wts-s3 .is-style-bam-widget-title {
  border-bottom: 2px solid #FF4F4F;
  padding-bottom: 0;
}
.bm-wts-s2 .bm-widget .widget-title,
.bm-wts-s3 .bm-widget .widget-title {
  margin-bottom: 0;
}
.bm-wts-s2 .bwt-container,
.bm-wts-s3 .bwt-container {
  margin: 0 0 25px;
}
.bm-wts-s2 li.bm-tab a,
.bm-wts-s2 li.bm-tab.th-ui-state-active a,
.bm-wts-s3 li.bm-tab a,
.bm-wts-s3 li.bm-tab.th-ui-state-active a {
  border-width: 2px;
}

.bm-wts-s3 .widgettitle, .bm-wts-s3 .is-style-bam-widget-title,
.bm-wts-s3 .bwt-container .widget-title,
.bm-wts-s4 .widgettitle,
.bm-wts-s4 .is-style-bam-widget-title,
.bm-wts-s4 .bwt-container .widget-title {
  display: inline-block;
}

.bm-wts-s4 .widget-title {
  border-bottom: none;
  margin: 0 0 1px;
  background: #FF4F4F;
  padding: 5px 15px;
}
.bm-wts-s4 .widget-title a:hover {
  color: inherit;
}
.bm-wts-s4 .bm-widget .widget-title {
  margin: 0 0 1px;
}
.bm-wts-s4 .bwt-container {
  margin: 0 0 25px;
  border-bottom: 2px solid #FF4F4F;
}
.bm-wts-s4 li.bm-tab a,
.bm-wts-s4 li.bm-tab.th-ui-state-active a {
  border-width: 2px;
}

.footer-widget-area {
  background: #222222;
  overflow: hidden;
}
.footer-widget-area .widget {
  color: #dddddd;
  margin: 50px 0;
}
.footer-widget-area .widget a {
  color: #eeeeee;
}
.footer-widget-area .widget a:hover {
  color: #FF4F4F;
}
.footer-widget-area .related-post-meta .byline a,
.footer-widget-area .entry-meta .byline a {
  color: #ffffff;
}
.footer-widget-area .related-post-meta .byline a:hover,
.footer-widget-area .entry-meta .byline a:hover {
  color: #ff4f4f;
}
.footer-widget-area .bmw-grid-post h3.entry-title a {
  color: #ffffff;
}
.footer-widget-area .widget-title {
  color: #eeeeee;
  border-bottom: none;
}
.footer-widget-area .bmajax-btn {
  border: 1px solid #4e4e4e;
  color: #ababab;
}

@media (min-width: 768px) {
  .footer-widget-area-inner {
    margin: 0 -20px;
  }
  .th-columns-1 .col {
    width: 100%;
    padding: 0 20px;
  }
  .th-columns-2 .col {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .th-columns-3 .col {
    width: 33.3333%;
    float: left;
    padding: 0 20px;
  }
  .th-columns-4 .col {
    width: 25%;
    float: left;
    padding: 0 20px;
  }
}
/* Search widget */
.search-form {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.search-form .search-field {
  display: block;
  margin: 0;
  height: 45px;
  padding: 10px 90px 10px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  width: 100%;
}

.search-form label {
  display: block;
}

.search-form .search-field::-moz-placeholder {
  color: #aaa;
}

.search-form .search-field::placeholder {
  color: #aaa;
}

.search-form .search-submit {
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.search-form .search-submit:hover {
  background: #222;
}

/* Magazine Widgets */
.bmb-post,
.bms-posts {
  margin-left: 0;
  width: 47.8494623656%;
  float: left;
}
@media (max-width: 768px) {
  .bmb-post,
  .bms-posts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

.bmb-post {
  margin-right: 4.3010752688%;
}
.bmb-post img {
  width: 100%;
}
.bmb-post .cat-links {
  margin: 0 0 5px;
  display: block;
}
.bmb-post .entry-header {
  margin-bottom: 15px;
}

.bmb-thumb {
  margin-bottom: 15px;
  position: relative;
}

.bms-posts {
  margin-right: 0;
}

.bmb-entry-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 10px;
  line-height: 1.2;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.bmb-entry-title a {
  color: #000000;
}
.bmb-entry-title a:hover {
  color: #FF4F4F;
}

#secondary .bmb-post,
#secondary .bms-posts,
.footer-widget-area .bmb-post,
.footer-widget-area .bms-posts {
  width: 100%;
}

/* Small Posts */
.bms-thumb {
  float: left;
  margin-right: 15px;
  position: relative;
}
.bms-thumb img {
  max-width: 120px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 992px) {
  .bms-thumb img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bms-thumb {
    width: 30%;
    margin-right: 12px;
  }
}

.bms-details {
  overflow: hidden;
}

.bms-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 8px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.27;
}
.bms-title a {
  color: #000000;
}
.bms-title a:hover {
  color: #ff4f4f;
}

.bms-post {
  margin-bottom: 30px;
}

/* Dual Category Posts */
.widget_bam_dual_category_posts .bmb-entry-summary {
  margin-bottom: 2em;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.widget_bam_dual_category_posts .bmb-entry-summary p {
  margin-bottom: 0;
}

.bm-dualc-left {
  margin-left: 0;
  margin-right: 4.3010752688%;
  width: 47.8494623656%;
  float: left;
}
@media (max-width: 768px) {
  .bm-dualc-left {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
    float: none;
  }
}

.bm-dualc-right {
  width: 47.8494623656%;
  float: right;
}
@media (max-width: 768px) {
  .bm-dualc-right {
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
}

.bmbd-post img {
  width: 100%;
}
.bmbd-post .entry-header {
  margin-bottom: 15px;
}
.bmbd-post .cat-links {
  margin: 0 0 5px;
  display: block;
}

#secondary .bm-dualc-left,
#secondary .bm-dualc-right,
.footer-widget-area .bm-dualc-left,
.footer-widget-area .bm-dualc-right {
  width: 100%;
}
#secondary .bm-dualc-left,
.footer-widget-area .bm-dualc-left {
  margin-right: 0;
  margin-bottom: 30px;
}

/* Grid Posts Widget */
.bam-grid-category-posts {
  margin: 0 -1.1363636364%;
  overflow: hidden;
}

.bmw-grid-post {
  display: inline-block;
  padding: 0 1.1363636364%;
  margin-bottom: 2em;
  width: 33.3333333%;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  clear: none;
}
@media (max-width: 768px) {
  .bmw-grid-post {
    width: 100%;
    margin-right: 0;
  }
}
.bmw-grid-post:nth-of-type(3n + 1) {
  clear: both;
}
.bmw-grid-post h3.entry-title {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin: 0 0 8px;
  line-height: 1.2;
}
.bmw-grid-post h3.entry-title a {
  color: #000000;
}
.bmw-grid-post h3.entry-title a:hover {
  color: #FF4F4F;
}
.bmw-grid-post .bmb-entry-summary,
.bmw-grid-post .bmb-entry-summary p {
  margin-bottom: 0;
}

.bm-grid-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.bm-grid-thumb img {
  width: 100%;
  float: left;
}

.bm-grid-details {
  margin: 0 0 15px;
}
.bm-grid-details .cat-links {
  margin: 0 0 5px;
  display: block;
}

.bm-magazine-featured .bmw-grid-post h3.entry-title {
  font-size: 25px;
  font-size: 1.5625rem;
}

#secondary .bmw-grid-post,
.footer-widget-area .bmw-grid-post {
  width: 100%;
  margin-bottom: 20px;
}

/* Tab Widget */
ul.bm-tab-nav {
  overflow: hidden;
  margin: 0 0 25px 0;
  list-style: none;
  padding: 0;
}

li.bm-tab {
  float: left;
  padding: 0 !important;
  text-align: center;
  width: 25%;
}
li.bm-tab a {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
li.bm-tab .bam-svg-icon {
  width: 1.1em;
  height: 1.1em;
  fill: currentColor;
  position: relative;
  top: 0.2em;
}

li.bm-tab.th-ui-state-active a {
  border-bottom: 1px solid #ff4f4f;
  outline: 0;
}

.bam-svg-mode .bm-tab > a > i {
  display: none;
}

.bm-tabs-wdt .bm-tab-anchor {
  font-size: 14px;
  padding: 10px 20px;
  line-height: 40px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
}
.bm-tabs-wdt .bm-tab-anchor:focus {
  outline: none;
}
@media (max-width: 1199px) {
  .bm-tabs-wdt .bm-tab-anchor {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.bm-tabs-wdt #bam-recent,
.bm-tabs-wdt #bam-comments,
.bm-tabs-wdt #bam-tags {
  display: none;
}

.bmw-comment {
  overflow: hidden;
  margin: 0 0 1em;
}

.bmw-comment-author,
.bam_comment_post {
  font-weight: 600;
}

.bmw-comment {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
}

.bmw_avatar {
  float: left;
  margin: 0 1em 0 0;
}
.bmw_avatar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.bmw-comm-content {
  overflow: hidden;
}

/* Tags Cloud */
#bam-tags a, .widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  padding: 4px 10px;
  font-weight: normal;
  background: #ff4f4f;
  color: #ffffff;
  margin: 0 1px 1px 0;
  font-size: 14px;
}

#bam-tags a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background: #222222;
}

.bm-widget-header {
  position: relative;
}

.bm-viewall {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* List Posts Widget */
.bmlw-post {
  margin-bottom: 35px;
  overflow: hidden;
}
.bmlw-post .cat-links {
  margin-bottom: 5px;
  display: block;
}

.bmlw-thumb {
  float: left;
  margin: 0 25px 0 0;
  position: relative;
  max-width: 290px;
  overflow: hidden;
}
.bmlw-thumb img {
  float: left;
  width: 100%;
}

.bmlw-content {
  overflow: hidden;
}
.bmlw-content .entry-header {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .bmlw-thumb {
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .bmlw-content {
    overflow: hidden;
  }
}
#secondary .bmlw-thumb,
.footer-widget-area .bmlw-thumb {
  width: 100%;
  max-width: 100%;
  float: none;
  margin-bottom: 15px;
}

#secondary .entry-header,
.footer-widget-area .entry-header {
  margin-bottom: 15px;
}

#secondary .bmp-pagination-data,
.footer-widget-area .bmp-pagination-data {
  margin: 0;
}

.bm-widget .widget-title {
  margin: 0 0 25px;
}

.bm-widget,
.bm-dualc-left,
.bm-dualc-right {
  position: relative;
}

.bmp-pagination-data {
  margin: 10px 0 0;
}

.widget_bam_grid_category_posts .bmp-pagination-data {
  margin: -10px 0 0;
}

.bmajax-btn {
  background: transparent;
  border-radius: 0;
  border: 1px solid #ddd;
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0;
  color: #404040;
  cursor: pointer;
  outline: none;
}
.bmajax-btn:focus, .bmajax-btn:hover {
  background: #FF4F4F;
  color: #ffffff;
  border: 1px solid #FF4F4F;
}
.bmajax-btn .bam-svg-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 1px;
}

.bmajax-btn:disabled {
  opacity: 0.5;
}

.bmajax-btn:disabled:hover {
  background: transparent;
  border: 1px solid #dddddd;
  color: #404040;
}

.bam-svg-mode .bmajax-btn i.fas {
  display: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

.bam-block {
  transition: all 0.3s;
}

.bmw-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  z-index: 999;
  width: 64px;
  height: 64px;
}

.bmw-spinner div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff4f4f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.bmw-spinner div:nth-child(1) {
  left: 6px;
  animation: bmw-spinner1 0.6s infinite;
}

.bmw-spinner div:nth-child(2) {
  left: 6px;
  animation: bmw-spinner2 0.6s infinite;
}

.bmw-spinner div:nth-child(3) {
  left: 26px;
  animation: bmw-spinner2 0.6s infinite;
}

.bmw-spinner div:nth-child(4) {
  left: 45px;
  animation: bmw-spinner3 0.6s infinite;
}

@keyframes bmw-spinner1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bmw-spinner3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes bmw-spinner2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.bm-widget .cat-links,
.bm-widget .byline,
.bm-widget .posted-on,
.bm-widget .bmb-entry-summary,
.bm-widget .comments-link {
  display: none;
}

.bm-widget.bm-has-categories .cat-links {
  display: inline-block;
}

.bm-widget.bm-has-author .byline {
  display: inline-block;
}

.bm-widget.bm-has-date .posted-on {
  display: inline-block;
}

.bm-widget.bm-has-comments .comments-link {
  display: inline-block;
}

.bm-widget.bm-has-excerpt .bmb-entry-summary {
  display: inline-block;
}

/* Line Posts Widget */
@media (min-width: 480px) {
  .bm-line-posts {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .bm-line-posts {
    margin: 0 -15px;
  }
}

.bm-line-post {
  width: 100%;
}
@media (min-width: 480px) {
  .bm-line-post {
    width: 50%;
    padding: 0 10px;
    float: left;
  }
}
@media (min-width: 768px) {
  .bm-line-post {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .bm-line-post {
    padding: 0 15px;
  }
}
.bm-line-post .entry-title {
  display: inline;
  font-size: 20px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .bm-line-post {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .bm-line-post:nth-of-type(2n + 1) {
    clear: both;
  }
}

.bm-line-post-thumb {
  margin: 0 0 10px;
}

.bm-line-post-count {
  display: inline-block;
  float: left;
  font-size: 36px;
  margin: 4px 11px 0 0;
  color: #c3c3c3;
  line-height: 36px;
  font-weight: bold;
}

.bm-grid-type-2-col-1 {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .bm-grid-type-2-col-1 {
    width: 58.2039911308%;
    float: left;
    margin-right: 4.4345898004%;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-2-col-1 {
    width: 39.7727272727%;
    margin-right: 3.0681818182%;
  }
}

@media (min-width: 480px) {
  .bm-grid-type-2-col-2 {
    width: 37.3614190687%;
    float: left;
    margin-right: 0%;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-2-col-2 {
    width: 25.5303030303%;
    margin-right: 3.0681818182%;
  }
}

@media (max-width: 767px) {
  .bm-grid-type-2-col-3 {
    width: 100%;
    clear: both;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-2-col-3 {
    width: 28.5606060606%;
    float: left;
  }
}

.bm-grid-type-2-big:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 119.0476190476%;
}

.bmgt2-big-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0;
  color: #f5f5f5;
  text-shadow: 0px 1px 1px #000;
}
@media (max-width: 992px) {
  .bmgt2-big-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .bmgt2-big-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bmgt2-big-details-container {
  z-index: 1;
  padding: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .bmgt2-big-details-container {
    padding: 15px;
  }
}
.bmgt2-big-details-container .entry-meta {
  margin-top: 8px;
}

.bmgt2-big-details-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  opacity: 0.5;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.bm-grid-type-2-big {
  position: relative;
}

.bm-grid-type-2-big:hover .bmgt2-big-details-container::before {
  opacity: 0.7;
}

.bm-grid-type-2-big:hover .bmgt2-big-title {
  color: #ffffff;
  transition: color 0.2s;
}

.bmgt2-semi-post {
  margin: 0 0 35px;
}

.bm-grid-type-3 .bmb-entry-title,
.bm-grid-type-2 .bmb-entry-title {
  font-size: 22px;
}
.bm-grid-type-3 .cat-links,
.bm-grid-type-2 .cat-links {
  margin-bottom: 5px;
}

.bmgt2-thumb {
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 480px) {
  .bm-grid-type-3-col-1 {
    width: 37.3614190687%;
    float: left;
    margin-right: 4.4345898004%;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-3-col-1 {
    width: 25.5303030303%;
    margin-right: 3.0681818182%;
  }
}

.bm-grid-type-3-col-2 {
  margin-bottom: 25px;
}
@media (min-width: 480px) {
  .bm-grid-type-3-col-2 {
    width: 58.2039911308%;
    float: left;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-3-col-2 {
    width: 39.7727272727%;
    margin-right: 3.0681818182%;
  }
}

@media (max-width: 767px) {
  .bm-grid-type-3-col-3 {
    width: 100%;
    clear: both;
  }
}
@media (min-width: 768px) {
  .bm-grid-type-3-col-3 {
    width: 28.5606060606%;
    float: left;
  }
}

#secondary .bm-grid-type-2-col-1,
#secondary .bm-grid-type-3-col-1,
#secondary .bm-grid-type-2-col-2,
#secondary .bm-grid-type-3-col-2,
#secondary .bm-grid-type-2-col-3,
#secondary .bm-grid-type-3-col-3,
.footer-widget-area .bm-grid-type-2-col-1,
.footer-widget-area .bm-grid-type-3-col-1,
.footer-widget-area .bm-grid-type-2-col-2,
.footer-widget-area .bm-grid-type-3-col-2,
.footer-widget-area .bm-grid-type-2-col-3,
.footer-widget-area .bm-grid-type-3-col-3 {
  width: 100% !important;
  float: none !important;
}
#secondary .bm-grid-type-2-col-1,
#secondary .bm-grid-type-3-col-2,
.footer-widget-area .bm-grid-type-2-col-1,
.footer-widget-area .bm-grid-type-3-col-2 {
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
body {
  background: #ffffff;
}

body.boxed-layout {
  background: #dddddd;
}
body.boxed-layout #page {
  max-width: 1400px;
  margin: 0 auto;
  background: #ffffff;
}
body.boxed-layout .container {
  width: auto;
  max-width: 94.286%;
}
body.boxed-layout .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container {
  margin: 0 auto;
  width: 1320px;
  max-width: 94%;
}

.container-fluid {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #primary {
    width: 72%;
    float: left;
    padding-right: 20px;
  }
  #secondary {
    width: 28%;
    float: right;
    padding-left: 20px;
  }
  body.left-sidebar #primary {
    float: right;
    padding-left: 20px;
    padding-right: 0;
  }
  body.left-sidebar #secondary {
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
}
body.no-sidebar #primary {
  width: 100%;
  float: none;
  padding: 0;
}
body.no-sidebar #secondary {
  display: none;
}

body.center-content #primary {
  width: 80%;
  float: none;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.center-content #primary {
    width: 100%;
  }
}
body.center-content #secondary {
  display: none;
}

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

.site-content {
  padding: 40px 0;
}

.single-post .post {
  margin-bottom: 50px;
}

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

.bam-show-updated .entry-meta .updated:not(.published),
.bam-show-updated .related-post-meta .updated:not(.published) {
  display: inline-block;
}

.bam-show-updated .entry-meta .published.sm-hu,
.bam-show-updated .related-post-meta .published.sm-hu {
  display: none;
}

.page-content,
.entry-content {
  line-height: 1.7;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

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

.grid-style .bam-entry.th-col-1 {
  clear: both;
}

.grid-style.th-grid-2 .bam-entry {
  width: 47.8494623656%;
  float: left;
}
.grid-style.th-grid-2 .bam-entry:nth-of-type(2n) {
  margin-left: 4.3010752688%;
  float: right;
}

.grid-style.th-grid-3 {
  margin: 0 -20px;
}
.grid-style.th-grid-3 .bam-entry {
  width: 33.33333%;
  float: left;
  padding: 0 20px;
}

.grid-style.th-grid-4 {
  margin: 0 -20px;
}
.grid-style.th-grid-4 .bam-entry {
  width: 25%;
  float: left;
  padding: 0 20px;
}

.grid-style.th-grid-5 {
  margin: 0 -20px;
}
.grid-style.th-grid-5 .bam-entry {
  width: 20%;
  float: left;
  padding: 0 20px;
}

.grid-style.th-grid-6 {
  margin: 0 -20px;
}
.grid-style.th-grid-6 .bam-entry {
  width: 16.66666%;
  float: left;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .grid-style.th-grid-2 .bam-entry {
    width: 100%;
  }
  .grid-style.th-grid-2 .bam-entry:nth-of-type(2n) {
    margin-left: 0;
  }
  .grid-style.th-grid-3,
  .grid-style.th-grid-4,
  .grid-style.th-grid-5,
  .grid-style.th-grid-6 {
    margin: 0;
  }
  .grid-style.th-grid-3 .bam-entry,
  .grid-style.th-grid-4 .bam-entry,
  .grid-style.th-grid-5 .bam-entry,
  .grid-style.th-grid-6 .bam-entry {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.entry-title {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.bam-entry {
  margin-bottom: 50px;
}
.bam-entry .category-list {
  margin: 0 0 5px;
}
.bam-entry .entry-header {
  margin-bottom: 15px;
}
.bam-entry .entry-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 10px;
  line-height: 1.2;
}
.bam-entry .entry-title a {
  color: #000000;
}
.bam-entry .entry-title a:hover {
  color: #FF4F4F;
}
.bam-entry .entry-summary {
  margin: 0 0 25px;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.bam-entry .entry-summary p {
  margin: 0;
}

.bam-entry.grid-entry .post-thumbnail {
  margin-bottom: 10px;
}

body.separate-containers {
  background: #eeeeee;
}
body.separate-containers .blog-entry-inner {
  padding: 25px;
  background: #ffffff;
}

body.boxed-layout.custom-background.separate-containers .site-content,
body.boxed-layout.separate-containers .site-content {
  background-color: #eeeeee;
}

body.separate-containers.single .site-main,
body.separate-containers.page .site-main {
  padding: 25px;
  background: #ffffff;
}

body.separate-containers .bam-entry.grid-entry .post-thumbnail {
  margin: -25px -25px 15px -25px;
}

body.separate-containers.single .post-thumbnail {
  margin: -25px -25px 25px -25px;
}

.related-post-meta,
.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
.related-post-meta a,
.entry-meta a {
  color: #999999;
}
.related-post-meta a:hover,
.entry-meta a:hover {
  color: #FF4F4F;
}
.related-post-meta i.far,
.entry-meta i.far {
  margin-right: 6px;
}
.related-post-meta .bam-svg-icon,
.entry-meta .bam-svg-icon {
  width: 1em;
  height: 1em;
  margin-right: 6px;
  position: relative;
  top: 0.15em;
}
.related-post-meta svg *,
.entry-meta svg * {
  fill: currentColor;
}
.related-post-meta .byline a,
.entry-meta .byline a {
  color: #000000;
}
.related-post-meta .byline a:hover,
.entry-meta .byline a:hover {
  color: #FF4F4F;
}

.bam-svg-mode .bam-search-button-icon i,
.bam-svg-mode .related-post-meta i,
.bam-svg-mode .entry-meta i {
  display: none;
}

.cat-links {
  color: #cccccc;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-links a {
  color: #FF4F4F;
}
.cat-links a:hover {
  color: #404040;
}

.cat-links.boxed {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cat-links.boxed a {
  display: inline-block;
  background: #FF4F4F;
  padding: 2px 8px;
  margin: 0 3px 5px 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.cat-links.boxed a:hover {
  background-color: #000000;
}

.byline,
.posted-on,
.comments-link {
  margin-right: 1em;
  display: inline-block;
}

.byline img.author-photo {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
}

.large-style .bam-entry .entry-title {
  font-size: 32px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .bam-entry.list-entry .post-thumbnail {
    width: 37.6344086022%;
    float: left;
    margin-right: 3.7634408602%;
    margin-bottom: 0px;
  }
  .bam-entry.list-entry .blog-entry-content {
    overflow: hidden;
  }
}

.bam-entry.large-entry .post-thumbnail {
  margin-bottom: 15px;
}

/**
 * Single Posts.
 */
.single .entry-title {
  color: #000000;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 10px;
  line-height: 1.3;
}
.single .post-thumbnail {
  margin-bottom: 30px;
}
.single .category-list {
  margin: 0 0 8px;
}
.single .entry-header {
  margin-bottom: 30px;
}

.bam-single-post .entry-header {
  margin-bottom: 15px;
}
.bam-single-post .entry-content {
  margin-top: 30px;
}

.tags-links {
  margin-top: 40px;
}
.tags-links a {
  background: #444444;
  color: #eeeeee;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin: 0 4px 0 0;
  padding: 0 8px;
  text-transform: uppercase;
}
.tags-links a:hover {
  background: #FF4F4F;
  color: #ffffff;
}

.bam-tags-title {
  font-size: 14px;
  background: #000000;
  display: inline-block;
  color: #ffffff;
  line-height: 25px;
  margin: 0 4px 0 0;
  padding: 0 8px;
  text-transform: uppercase;
}

/* Related Posts */
.bam-related-posts .related-post {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .bam-related-posts .related-post {
    width: 33.3333%;
    padding: 0 15px;
    float: left;
  }
  .bam-related-posts .related-post:nth-child(3n+1) {
    clear: both;
  }
}
.bam-related-posts .related-post-title {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

@media (min-width: 768px) {
  .related-posts-wrap {
    margin: 0 -15px;
  }
}
.related-section-title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0 0 35px;
}

.related-post-thumbnail img {
  margin-bottom: 20px;
}

.related-post-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}
.related-post-title a {
  color: #000000;
}
.related-post-title a:hover {
  color: #FF4F4F;
}

/* Author Box */
.bam-authorbox {
  padding: 20px;
  border: 1px solid #dddddd;
  margin: 0 0 50px;
}
.bam-authorbox .author-name {
  font-size: 19px;
  margin: 0 0 25px;
}

.bam-author-img {
  float: left;
  margin-right: 25px;
}

.bam-author-content {
  overflow: hidden;
}

.author-posts-link {
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
.author-posts-link:visited {
  color: #000000;
}
.author-posts-link:hover {
  color: #FF4F4F;
}

/* Page Styling */
.page-entry-title {
  margin: 0 0 1em;
}

.page-header {
  margin: 0 0 50px;
}

.page-title {
  margin: 0;
}

.archive .page-title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding-bottom: 3px;
}

.archive-description {
  margin-top: 15px;
}

/* Video Post Format */
.bm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  text-align: center;
}

.bm-video-play:hover {
  background: rgba(0, 0, 0, 0.7);
}

.bm-video-play .bam-svg-icon,
.bm-video-play i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 54%;
}

.bam-svg-mode .bm-video-play i {
  display: none;
}

.bm-video-play .bam-svg-icon {
  width: 1em;
  height: 1em;
  fill: #ffffff;
}

.bm-video-play.large {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50px;
}
.bm-video-play.large .bam-svg-icon {
  width: 22px;
  height: 22px;
}

.bm-video-play.large i.bm-video-icon {
  font-size: 22px;
}

.bm-video-play.medium {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50px;
}
.bm-video-play.medium .bam-svg-icon {
  width: 17px;
  height: 17px;
}

.bm-video-play.medium i.bm-video-icon {
  font-size: 18px;
}

.bm-video-play.small {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 20px;
}
.bm-video-play.small .bam-svg-icon {
  width: 14px;
  height: 14px;
}

.bm-video-play.small i.bm-video-icon {
  font-size: 15px;
}

i.bm-video-icon {
  font-size: 22px;
  color: #ffffff;
}

/* Post style 3 */
.bm-hero-container.bm-post-style-3 {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 600px;
  margin: -40px 0 40px;
}
.bm-hero-container.bm-post-style-3 .bm-img-post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.bm-hero-container.bm-post-style-3 .entry-header {
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(to bottom, transparent 1%, rgba(0, 0, 0, 0.6) 100%);
}
.bm-hero-container.bm-post-style-3 .entry-title {
  color: #ffffff;
}
.bm-hero-container.bm-post-style-3 .cat-links {
  color: #eee;
}
.bm-hero-container.bm-post-style-3 .cat-links a {
  color: #eeeeee;
}
.bm-hero-container.bm-post-style-3 .entry-meta .byline a {
  color: #ffffff;
}
.bm-hero-container.bm-post-style-3 .entry-meta {
  color: #dddddd;
}
.bm-hero-container.bm-post-style-3 .entry-meta a {
  color: #dddddd;
}

/* POST STYLE 4 */
.bm-video-container {
  margin-bottom: 20px;
}

/* POST STYLE 5 */
.bm-hero-container.bm-post-style-5 {
  margin: -40px 0 40px 0;
  background: #222222;
  overflow: hidden;
  position: relative;
}

.bm-hero-video {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.bm-social-sharing {
  margin: 0 0 35px;
}
.bm-social-sharing svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
  margin-right: 5px;
  fill: currentColor;
}

.bm-social-sharing.bm-social-bottom {
  margin: 25px 0 0;
}

a.bm-share {
  display: inline-block;
  padding: 8px 15px;
  margin: 8px 8px 0 0;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}
a.bm-share i.fab {
  margin-right: 8px;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
}
a.bm-share:hover {
  opacity: 0.8;
}

.bam-svg-mode a.bm-share i.fab {
  display: none;
}

a.bm-share {
  color: #ffffff;
}

.bm-share-facebook {
  background-color: #3b5998;
}

.bm-share-twitter {
  background-color: #33ccff;
}

.bm-share-linkedin {
  background-color: #0e76a8;
}

.bm-share-pinterest {
  background-color: #c8232c;
}

.bm-share-whatsapp {
  background-color: #25d366;
}

.bm-blog-section-title {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 25px;
  padding-bottom: 3px;
}

.bam-edit-link .post-edit-link {
  padding: 5px 10px;
  background: #FF4F4F;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.bam-edit-link .post-edit-link:hover {
  background: #222;
  color: #ffffff;
}

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

.comment-content p {
  margin-top: 0;
}

.bypostauthor {
  display: block;
}

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

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3125;
  padding-top: 1.304em;
}

.comments-title {
  margin-bottom: 1.304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #dddddd;
  padding: 30px 30px 30px 75px;
  position: relative;
}

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

.comment-list .children > li {
  padding-left: 0.875em;
}

.comment-author {
  color: #1a1a1a;
  margin-bottom: 0.4375em;
  line-height: 1;
  display: inline;
}
.comment-author a {
  color: #FF4F4F;
}
.comment-author a:hover {
  color: #222;
}

.comment-author .avatar {
  height: 50px;
  position: absolute;
  width: 50px;
  left: 0;
  top: 22px;
  border-radius: 50%;
}

.comment-metadata,
.pingback .edit-link {
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
}

footer.comment-meta {
  margin-bottom: 25px;
}

.comment-metadata {
  margin-left: 5px;
  display: inline-block;
}

.comment-metadata a,
.pingback .comment-edit-link {
  color: #888888;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #FF4F4F;
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 1.25em;
  padding: 0.417em 0.833em;
  font-weight: bold;
  background: #222;
  text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  background: #FF4F4F;
  color: #fff;
  outline: 0;
}

.comment-form label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.077em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.comment-list .comment-form {
  padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.comment-notes a,
.comment-awaiting-moderation a,
.logged-in-as a,
.form-allowed-tags a {
  color: #404040;
}
.comment-notes a:hover,
.comment-awaiting-moderation a:hover,
.logged-in-as a:hover,
.form-allowed-tags a:hover {
  color: #FF4F4F;
}

.no-comments {
  border-top: 1px solid #dddddd;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

.comment-respond .form-submit {
  margin-bottom: 2em;
}

.required {
  color: #FF4F4F;
}

.comment-reply-title {
  border-top: 1px solid #ddd;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a;
}

.comment-reply-title small a:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: relative;
  top: -5px;
  color: #FF4F4F;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  margin-left: 1em;
}

@media (max-width: 480px) {
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url] {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 4px solid #FF4F4F;
  margin: 30px 0;
  padding-left: 1em;
}
.wp-block-quote p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.wp-block-quote cite {
  margin-top: 10px;
}

.wp-block-quote[style*="text-align:right"], .wp-block-quote[style*="text-align: right"] {
  border-right: 4px solid #FF4F4F;
}

.wp-block-pullquote blockquote {
  border: none;
}
.wp-block-pullquote cite {
  margin-top: 1.5em;
  display: inline-block;
}

ul.wp-block-gallery {
  margin: 0 0 30px 0;
}

.widgettitle,
.is-style-bam-widget-title {
  color: #000000;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 15px;
  padding-bottom: 3px;
}

.wp-block-search__label.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.wp-block-search .wp-block-search__input {
  margin: 0;
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 3px;
  color: #666;
  border: 1px solid #dddddd;
}

.wp-block-search .wp-block-search__button {
  height: 45px;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  margin-left: 0;
  border-radius: 3px;
  background: #FF4F4F;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.wp-block-search .wp-block-search__button:hover {
  background: #222;
}

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

.bam-jetpack-infinite.grid-style {
  display: flex;
  flex-wrap: wrap;
}

div#infinite-handle {
  text-align: center;
}

.infinite-scroll .pagination {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-info {
  background: #000000;
  color: #dddddd;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 0;
}
.site-info a {
  color: #eeeeee;
}
.site-info a:hover {
  color: #FF4F4F;
}

@media (min-width: 768px) {
  .copyright-container {
    width: 50%;
    float: left;
  }
}
.footer-menu-container {
  font-size: 16px;
  font-size: 1rem;
}

.footer-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.footer-menu-container ul li {
  float: left;
}

.footer-menu-container ul li a {
  padding: 0 0.8em;
  color: #ffffff;
  display: block;
}

.footer-menu-container ul li a:hover {
  color: #ff4f4f;
}

@media (min-width: 768px) {
  .footer-menu-container {
    width: 50%;
    float: left;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer-menu-container ul {
    float: none;
    display: table;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright-container {
    margin-top: 5px;
    float: none;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# 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;
}

.entry-content .fitvids-video {
  margin-bottom: 1.6em;
}

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