/*!
Theme Name: medialab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mlab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "Segoe UI";
  src: url("assets/fonts/SegoeUI-Light.woff2") format("woff2"), url("assets/fonts/SegoeUI-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("assets/fonts/SegoeUI.woff2") format("woff2"), url("assets/fonts/SegoeUI.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("assets/fonts/SegoeUI-Semibold.woff2") format("woff2"), url("assets/fonts/SegoeUI-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("assets/fonts/SegoeUIBlack.woff2") format("woff2"), url("assets/fonts/SegoeUIBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Italic";
  src: url("assets/fonts/SegoeUI-Italic.woff2") format("woff2"), url("assets/fonts/SegoeUI-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Bold";
  src: url("assets/fonts/SegoeUI-Bold.woff2") format("woff2"), url("assets/fonts/SegoeUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Black Italic";
  src: url("assets/fonts/SegoeUIBlack-Italic.woff2") format("woff2"), url("assets/fonts/SegoeUIBlack-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI Semilight";
  src: url("assets/fonts/SegoeUI-Semilight.woff2") format("woff2"), url("assets/fonts/SegoeUI-Semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI BoldItalic";
  src: url("assets/fonts/SegoeUI-BoldItalic.woff2") format("woff2"), url("assets/fonts/SegoeUI-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI LightItalic";
  src: url("assets/fonts/SegoeUI-LightItalic.woff2") format("woff2"), url("assets/fonts/SegoeUI-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI SemilightItalic";
  src: url("assets/fonts/SegoeUI-SemilightItalic.woff2") format("woff2"), url("assets/fonts/SegoeUI-SemilightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI SemiboldItalic";
  src: url("assets/fonts/SegoeUI-SemiboldItalic.woff2") format("woff2"), url("assets/fonts/SegoeUI-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*--------------------------------------------------------------
# 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 !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 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: "Segoe UI";
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Segoe UI";
  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: "Segoe UI";
  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;
}

body {
  /* Fallback for when there is no custom background color defined. */
  font-weight: 400;
  background-color: #ececec;
  padding-top: 141px;
}
body.home {
  background-color: #fff;
}
body.home .m-slider {
  max-width: 1600px;
}
body.down header.clone {
  transform: translateY(0);
}
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body.fixed .menu-burger span {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
body.fixed .menu-burger span:nth-child(2) {
  display: none;
}
body.fixed .menu-burger span:last-child {
  transform: rotate(-45deg);
}
body.fixed header {
  /*.site-top, .site-branding{
    .wrapper{
      width: calc(100% - 10px);
      margin: 0;
    }
  }*/
}

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

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: left;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  margin-right: 0;
  padding-left: 0;
  margin-left: auto;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  padding-left: 20px;
}
.main-navigation li:first-child {
  padding-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #6a6a6a;
  text-transform: uppercase;
  position: relative;
}
.main-navigation a:after {
  transition: 300ms all;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}
.main-navigation a:hover:after {
  background: #f6f6f6;
}
.main-navigation li.menu-item-159325 a {
  background-color: #c51c2c;
  color: #fff;
  padding: 2px 8px;
}
.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current-menu-parent > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 40%;
  height: 4px;
  background: #c51c2c;
  z-index: 10;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current-menu-parent > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
  background: #f6f6f6;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: table;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 1300px) {
  .main-navigation li {
    padding-left: 15px;
  }
  .main-navigation a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    position: relative;
  }
  .main-navigation li {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    text-align: left;
    display: block;
  }
  .main-navigation a {
    font-size: 12px;
  }
  .main-navigation a:before, .main-navigation a:after {
    display: none;
  }
  .main-navigation a:hover {
    color: #c51c2c;
  }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-parent > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #c51c2c;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
* {
  outline: none;
}
* div:after,
* span:after,
* label:after,
* h1:after,
* h2:after,
* h3:after,
* h4:after,
* h5:after,
* h6:after,
* article:after,
* ul:after {
  content: "";
  display: table;
  width: 100%;
}

.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social ul li {
  display: inline-block;
  line-height: 30px;
}
.social ul li a {
  padding-left: 10px;
  line-height: inherit;
  display: block;
}
.social ul li a i {
  width: 20px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.social ul li a i.facebook {
  background-image: url(assets/images/facebook.svg);
}
.social ul li a i.twitter {
  background-image: url(assets/images/twitter.svg);
}
.social ul li a i.instagram {
  background-image: url(assets/images/instagram.svg);
}

.mobile {
  display: none;
}

.menu-burger {
  position: relative;
  width: 30px;
  float: right;
  height: 24px;
  cursor: pointer;
}
.menu-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 9px;
}
.menu-burger span:last-child {
  margin-bottom: 0;
}

.wrapper, .category-slider-block, .content-area, .fresh-posts > div {
  width: 100%;
  max-width: 1640px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper:after, .category-slider-block:after, .content-area:after, .fresh-posts > div:after {
  display: table;
  clear: none;
  content: "";
  width: 100%;
}

header {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0px;
  border-bottom: 2px solid transparent;
  transition: 100ms all;
}
header.clone {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
header .site-top {
  background: #2e2e2e;
  height: 40px;
  width: 100%;
}
header .site-top .currency-weather {
  float: left;
}
header .site-top .currency-weather > div {
  display: inline-block;
  padding-right: 14px;
  padding-left: 8px;
  position: relative;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 40px;
}
header .site-top .currency-weather > div label,
header .site-top .currency-weather > div span {
  font-size: inherit;
  display: inline-block;
}
header .site-top .currency-weather > div:after {
  content: "";
  background: #383838;
  position: absolute;
  right: 0;
  top: 14px;
  width: 1px;
  height: 14px;
}
header .site-top .currency-weather > div:first-child {
  padding-left: 0;
}
header .site-top .currency-weather > div:last-child {
  padding-right: 0;
}
header .site-top .currency-weather > div:last-child:after {
  display: none;
}
header .site-top .right {
  float: right;
}
header .site-top .right > div {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}
header .site-top .right > div.social {
  line-height: 30px;
}
header .site-top .right > div.search {
  line-height: 30px;
  position: relative;
}
header .site-top .right > div.search label {
  max-width: 220px;
  width: 100%;
  display: block;
}
header .site-top .right > div.search label span {
  display: none;
}
header .site-top .right > div.search label input {
  background: #f6f6f6;
  border: 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  font-size: 12px;
  padding: 0 30px 0 10px;
  position: relative;
}
header .site-top .right > div.search label input::placeholder {
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 12px;
}
header .site-top .right > div.search input[type="submit"] {
  position: absolute;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  clip: unset;
  clip-path: none;
  z-index: 10;
  top: 8px;
  right: 0;
  border: 0;
  border-radius: 0;
  background-image: url(assets/images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: initial;
  background-size: 15px;
  padding: 0;
}
header .site-top:before {
  display: table;
  clear: none;
}
header .site-branding {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header .site-branding .wrapper, header .site-branding .category-slider-block, header .site-branding .content-area, header .site-branding .fresh-posts > div {
  display: table;
}
header .site-branding .logo {
  display: table-cell;
  vertical-align: middle;
  width: 215px;
  height: 55px;
}
header .site-branding .logo a {
  display: block;
}
header .site-branding .logo .st0 {
  fill: #666666;
}
header .site-branding .logo .st1 {
  fill: #cc3332;
}
header .site-branding .logo .st2 {
  fill: #b9b9b9;
}
header .site-branding nav {
  display: table-cell;
  max-width: calc(100% - 215px - 220px);
  text-align: center;
  padding: 0 0 0 30px;
  vertical-align: middle;
  float: none;
}
header .site-branding .search {
  display: none;
  vertical-align: middle;
  position: relative;
  max-width: 220px;
  min-width: 180px;
}
header .site-branding .search label {
  max-width: 220px;
  width: 100%;
  display: block;
  height: 30px;
}
header .site-branding .search label input {
  background: #f6f6f6;
  border: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  font-size: 13px;
  padding: 0 10px 0 30px;
  position: relative;
}
header .site-branding .search label input::placeholder {
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 12px;
}
header .site-branding .search .search-submit {
  display: none;
}
header .site-branding .search .screen-reader-text {
  position: relative;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  clip: unset;
  clip-path: none;
  z-index: 10;
}
header .site-branding .search .screen-reader-text:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/search.svg);
  width: 30px;
  height: 15px;
  top: 8px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
header.scroll {
  border-bottom: 2px solid #c51c2c;
}

footer {
  background: #2e2e2e;
  width: 100%;
}
footer .wrapper, footer .category-slider-block, footer .content-area, footer .fresh-posts > div {
  padding-top: 40px;
  display: table;
}
footer .wrapper .logo, footer .category-slider-block .logo, footer .content-area .logo, footer .fresh-posts > div .logo {
  width: 158px;
  height: 40px;
  display: block;
  margin-bottom: 20px;
}
footer .wrapper .logo a, footer .category-slider-block .logo a, footer .content-area .logo a, footer .fresh-posts > div .logo a {
  display: block;
}
footer .wrapper .logo .st0, footer .category-slider-block .logo .st0, footer .content-area .logo .st0, footer .fresh-posts > div .logo .st0,
footer .wrapper .logo .st2,
footer .category-slider-block .logo .st2,
footer .content-area .logo .st2,
footer .fresh-posts > div .logo .st2 {
  fill: #fff;
}
footer .wrapper .logo .st1, footer .category-slider-block .logo .st1, footer .content-area .logo .st1, footer .fresh-posts > div .logo .st1 {
  fill: #cc3332;
}
footer .wrapper .footer-middle > div, footer .category-slider-block .footer-middle > div, footer .content-area .footer-middle > div, footer .fresh-posts > div .footer-middle > div {
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
footer .wrapper .footer-middle > div:last-child, footer .category-slider-block .footer-middle > div:last-child, footer .content-area .footer-middle > div:last-child, footer .fresh-posts > div .footer-middle > div:last-child {
  width: 55%;
  padding-left: 5%;
}
footer .wrapper .footer-middle > div:first-child, footer .category-slider-block .footer-middle > div:first-child, footer .content-area .footer-middle > div:first-child, footer .fresh-posts > div .footer-middle > div:first-child {
  font-weight: 300;
  color: #b0b0b0;
  font-size: 13px;
  line-height: 22px;
}
footer .wrapper .footer-middle > div .custom-html-widget p, footer .category-slider-block .footer-middle > div .custom-html-widget p, footer .content-area .footer-middle > div .custom-html-widget p, footer .fresh-posts > div .footer-middle > div .custom-html-widget p {
  margin: 0 0 25px 0;
}
footer .wrapper .footer-middle > div .custom-html-widget ul, footer .category-slider-block .footer-middle > div .custom-html-widget ul, footer .content-area .footer-middle > div .custom-html-widget ul, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper .footer-middle > div .custom-html-widget ul li, footer .category-slider-block .footer-middle > div .custom-html-widget ul li, footer .content-area .footer-middle > div .custom-html-widget ul li, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul li {
  display: inline-block;
  margin-right: 25px;
}
footer .wrapper .footer-middle > div .custom-html-widget ul li:last-child, footer .category-slider-block .footer-middle > div .custom-html-widget ul li:last-child, footer .content-area .footer-middle > div .custom-html-widget ul li:last-child, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul li:last-child {
  margin-right: 0;
}
footer .wrapper .footer-middle > div .custom-html-widget ul li a, footer .category-slider-block .footer-middle > div .custom-html-widget ul li a, footer .content-area .footer-middle > div .custom-html-widget ul li a, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
footer .wrapper .footer-middle > div .custom-html-widget ul li a:after, footer .category-slider-block .footer-middle > div .custom-html-widget ul li a:after, footer .content-area .footer-middle > div .custom-html-widget ul li a:after, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul li a:after {
  position: absolute;
  height: 1px;
  background-color: transparent;
  transition: all 150ms;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
}
footer .wrapper .footer-middle > div .custom-html-widget ul li a:hover:after, footer .category-slider-block .footer-middle > div .custom-html-widget ul li a:hover:after, footer .content-area .footer-middle > div .custom-html-widget ul li a:hover:after, footer .fresh-posts > div .footer-middle > div .custom-html-widget ul li a:hover:after {
  background-color: #fff;
}
footer .wrapper .footer-middle > div .menu-footer-container ul, footer .category-slider-block .footer-middle > div .menu-footer-container ul, footer .content-area .footer-middle > div .menu-footer-container ul, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .wrapper .footer-middle > div .menu-footer-container ul li, footer .category-slider-block .footer-middle > div .menu-footer-container ul li, footer .content-area .footer-middle > div .menu-footer-container ul li, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li {
  float: left;
  width: 50%;
}
footer .wrapper .footer-middle > div .menu-footer-container ul li a, footer .category-slider-block .footer-middle > div .menu-footer-container ul li a, footer .content-area .footer-middle > div .menu-footer-container ul li a, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li a {
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
footer .wrapper .footer-middle > div .menu-footer-container ul li a:after, footer .category-slider-block .footer-middle > div .menu-footer-container ul li a:after, footer .content-area .footer-middle > div .menu-footer-container ul li a:after, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li a:after {
  position: absolute;
  height: 1px;
  background-color: transparent;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  transition: all 150ms;
}
footer .wrapper .footer-middle > div .menu-footer-container ul li a:hover:after, footer .category-slider-block .footer-middle > div .menu-footer-container ul li a:hover:after, footer .content-area .footer-middle > div .menu-footer-container ul li a:hover:after, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li a:hover:after {
  background-color: #fff;
}
footer .wrapper .footer-bottom, footer .category-slider-block .footer-bottom, footer .content-area .footer-bottom, footer .fresh-posts > div .footer-bottom {
  margin-top: 35px;
  border-top: 1px solid #383838;
  line-height: 60px;
  display: block;
}
footer .wrapper .footer-bottom .social, footer .category-slider-block .footer-bottom .social, footer .content-area .footer-bottom .social, footer .fresh-posts > div .footer-bottom .social {
  float: right;
}
footer .wrapper .footer-bottom p, footer .category-slider-block .footer-bottom p, footer .content-area .footer-bottom p, footer .fresh-posts > div .footer-bottom p {
  float: left;
  margin: 0;
  font-size: 13px;
  color: #b0b0b0;
}

@media screen and (max-width: 1300px) {
  header .site-branding .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper, .category-slider-block, .content-area, .fresh-posts > div {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1190px) {
  body {
    padding-top: 129px;
  }

  header .site-branding .logo {
    width: 170px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .site-branding nav {
    width: auto;
  }
  header .wrapper, header .category-slider-block, header .content-area, header .fresh-posts > div {
    padding: 0 10px;
  }

  .mobile {
    display: block;
  }

  .top-menu {
    opacity: 0;
    visibility: hidden;
    display: table;
    position: fixed;
    width: 100%;
    height: calc(100% - 129px);
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
    top: 0;
    transition: 150ms all;
  }
  .top-menu > div {
    display: table-cell;
    vertical-align: middle;
  }
  .top-menu .menu-header-container ul {
    display: table;
    margin: 0 auto;
  }
  .top-menu .menu-header-container ul li {
    text-align: center;
    display: table;
    margin: 10px auto;
  }
  .top-menu .menu-header-container ul li a {
    font-size: 15px;
  }
  .top-menu.open {
    top: 129px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }
  .top-menu.open .search {
    display: table;
    margin: 20px auto;
    max-width: 320px;
    min-width: 320px;
  }
  .top-menu.open .search label,
  .top-menu.open .search .search-submit {
    float: left;
  }
  .top-menu.open .search label {
    max-width: 250px;
    height: 40px;
  }
  .top-menu.open .search label .screen-reader-text {
    display: none;
  }
  .top-menu.open .search label input {
    height: 40px;
    padding: 0 10px;
  }
  .top-menu.open .search .search-submit {
    display: block;
    width: 70px;
    background-color: #c51c2c;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  footer .wrapper .footer-bottom, footer .category-slider-block .footer-bottom, footer .content-area .footer-bottom, footer .fresh-posts > div .footer-bottom {
    margin-top: 20px;
  }
  footer .wrapper .footer-middle > div, footer .category-slider-block .footer-middle > div, footer .content-area .footer-middle > div, footer .fresh-posts > div .footer-middle > div {
    display: block;
    width: 100%;
  }
  footer .wrapper .footer-middle > div:last-child, footer .category-slider-block .footer-middle > div:last-child, footer .content-area .footer-middle > div:last-child, footer .fresh-posts > div .footer-middle > div:last-child {
    margin-top: 20px;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px solid #383838;
  }
  footer .wrapper .footer-middle > div .menu-footer-container ul li, footer .category-slider-block .footer-middle > div .menu-footer-container ul li, footer .content-area .footer-middle > div .menu-footer-container ul li, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li {
    width: 33.33%;
  }
  footer .wrapper .footer-middle > div .menu-footer-container ul li a, footer .category-slider-block .footer-middle > div .menu-footer-container ul li a, footer .content-area .footer-middle > div .menu-footer-container ul li a, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 700px) {
  body {
    padding-top: 109px;
  }

  header .site-top .right > div.search, header .site-top .right > div.social {
    display: none;
  }
  header .site-top .currency-weather > div {
    padding-right: 10px;
    padding-left: 4px;
  }
  header .site-branding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .site-branding .logo {
    width: 150px;
    height: 44px;
  }
  header .site-branding .logo svg {
    padding-top: 5px;
  }

  footer .wrapper .footer-middle > div .menu-footer-container ul, footer .category-slider-block .footer-middle > div .menu-footer-container ul, footer .content-area .footer-middle > div .menu-footer-container ul, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul {
    column-count: 2;
  }
  footer .wrapper .footer-middle > div .menu-footer-container ul li, footer .category-slider-block .footer-middle > div .menu-footer-container ul li, footer .content-area .footer-middle > div .menu-footer-container ul li, footer .fresh-posts > div .footer-middle > div .menu-footer-container ul li {
    float: none;
    width: 100%;
  }

  .top-menu {
    top: 109px !important;
    height: calc(100% - 109px);
  }
  .top-menu .menu-header-container ul li a {
    font-size: 12px;
  }
  .top-menu.open .search {
    min-width: 300px;
  }
  .top-menu.open .search label {
    max-width: 230px;
  }
}
@media screen and (max-width: 360px) {
  header .site-top .right > div.social {
    display: none;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

.search .page-content .search {
  line-height: 30px;
  position: relative;
}
.search .page-content .search label,
.search .page-content .search button {
  float: left;
}
.search .page-content .search label {
  max-width: 220px;
  width: 100%;
  display: block;
}
.search .page-content .search label span {
  display: none;
}
.search .page-content .search label input {
  height: 40px;
  padding: 0 10px;
  background: #f6f6f6;
  border: 0;
  width: 100%;
  border-radius: 0;
  font-size: 12px;
  padding: 0 30px 0 10px;
  position: relative;
}
.search .page-content .search label input::placeholder {
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 12px;
}
.search .page-content .search button[type="submit"] {
  display: block;
  width: 70px;
  background-color: #c51c2c;
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  padding: 0;
}

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

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

.views {
  font-size: 12px;
  color: #b0b0b0;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin: 10px 0 6px;
}
.views:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(assets/images/eye.svg);
  width: 18px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-date {
  font-size: 12px;
  color: #b0b0b0;
  position: relative;
  padding-left: 25px;
  line-height: 14px;
}
.post-date:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/images/calendar.svg);
  width: 15px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-date label {
  display: inline-block;
  color: #b0b0b0;
  margin-left: 8px;
  padding-left: 33px;
  position: relative;
  border-left: 1px solid #d0d0d0;
}
.post-date label.video:after, .post-date label.images:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 18px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-date label.images:after {
  background-image: url(assets/images/images.svg);
}
.post-date label.video:after {
  background-image: url(assets/images/video.svg);
}

.load-more,
.less,
.load-more-posts {
  display: table;
  width: 200px;
  height: 50px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #565656;
  background: #f7f7f7;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  line-height: 46px;
  padding: 0 !important;
}
.load-more.loading,
.less.loading,
.load-more-posts.loading {
  position: relative;
  background-color: #fff;
}
.load-more.loading:before,
.less.loading:before,
.load-more-posts.loading:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/loading.svg);
  width: 46px;
  height: 46px;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.load-more-posts {
  margin-bottom: 30px;
}

.read-more {
  margin-top: 15px;
  color: #c51c2c;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.read-more:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(assets/images/more.svg);
  width: 16px;
  height: 9px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 7px;
}
.read-more:hover {
  text-decoration: underline;
}

.category-block {
  width: 100%;
  padding-bottom: 30px;
}
.category-block h2 {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI Bold";
  margin: 0 0 30px 0;
  display: block;
  text-transform: uppercase;
}
.category-block h2 a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.category-block h2 a:after {
  position: absolute;
  height: 1px;
  background-color: transparent;
  transition: all 150ms;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
}
.category-block h2 a:hover:after {
  background-color: #fff;
}
.category-block > div {
  display: block;
  padding-left: 20px;
}
.category-block > div .highlight {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.category-block > div .highlight > div {
  width: 100%;
}
.category-block > div .highlight > div a {
  text-decoration: none;
}
.category-block > div .highlight > div a h3 {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 16px 0 20px;
  transition: all 100ms;
}
.category-block > div .highlight > div a h3:hover {
  color: #666666;
}
.category-block > div .highlight > div a .description {
  color: #606060;
  line-height: 22px;
  font-size: 13px;
}
.category-block > div .highlight > div a > div {
  float: left;
  width: 50%;
}
.category-block > div .highlight > div a > div.image {
  max-width: calc(50% - 25px);
  width: 100%;
  margin-left: 25px;
  max-height: 300px;
  overflow: hidden;
}
.category-block > div .highlight > div a > div.image img {
  width: 100%;
  display: block;
}
.category-block > div .main {
  display: table;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.category-block > div .main > article {
  display: table-cell;
  width: calc(33.33% + 18px);
  padding: 0 9px 12px;
  vertical-align: top;
  position: relative;
}
.category-block > div .main > article:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.category-block > div .main > article:first-child {
  padding-left: 0;
  width: calc(33.33%);
}
.category-block > div .main > article:last-child {
  padding-right: 0;
  width: calc(33.33%);
}
.category-block > div .main > article:last-child:before {
  content: none;
}
.category-block > div .main > article a {
  text-decoration: none;
}
.category-block > div .main > article a .image {
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 14px;
}
.category-block > div .main > article a .image img {
  width: 100%;
  display: block;
}
.category-block > div .main > article a h4 {
  margin: 10px 0 0 0;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: all 100ms;
}
.category-block > div .main > article a:hover h4 {
  color: #666666;
}
.category-block.layout-1.inner > div .main > article {
  width: calc(25%);
}
.category-block.layout-1.inner > div .main > article:first-child, .category-block.layout-1.inner > div .main > article:last-child {
  width: calc(25%);
}
.category-block.layout-1.inner > div .main > article a .image {
  height: 180px;
}
.category-block.layout-2 > div .highlight {
  display: table;
  width: 100%;
}
.category-block.layout-2 > div .highlight article {
  display: table-cell;
  width: 50%;
  padding-right: 9px;
  vertical-align: top;
  position: relative;
  padding-bottom: 15px;
}
.category-block.layout-2 > div .highlight article:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.category-block.layout-2 > div .highlight article:last-child {
  padding-right: 0;
  padding-left: 9px;
}
.category-block.layout-2 > div .highlight article:last-child:before {
  content: none;
}
.category-block.layout-2 > div .highlight article > a {
  text-decoration: none;
}
.category-block.layout-2 > div .highlight article > a .image {
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
}
.category-block.layout-2 > div .highlight article > a .image img {
  width: 100%;
  display: block;
}
.category-block.layout-2 > div .highlight article > a h3 {
  margin: 4px 0 0 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  transition: all 100ms;
}
.category-block.layout-2 > div .highlight article > a:hover h3 {
  color: #666;
}
.category-block.layout-2 > div .main > article a {
  text-decoration: none;
  display: table;
}
.category-block.layout-2 > div .main > article a > div {
  display: table-cell;
  vertical-align: top;
}
.category-block.layout-2 > div .main > article a > div:last-child {
  padding-left: 14px;
}
.category-block.layout-2 > div .main > article a .image {
  height: 100px;
  width: 100px;
}
.category-block.layout-2 > div .main > article a .image .img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
}
.category-block.layout-2 > div .main > article a .image .img img {
  object-fit: cover;
  display: block;
  border-radius: 100%;
}
.category-block.layout-2 > div .main > article a h4 {
  font-size: 13px;
}
.category-block.layout-3 > div {
  display: table;
  position: relative;
}
.category-block.layout-3 > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  left: 20px;
  height: 1px;
  background-color: #f3f3f3;
}
.category-block.layout-3 > div .highlight,
.category-block.layout-3 > div .right {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 9px;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}
.category-block.layout-3 > div .highlight:before,
.category-block.layout-3 > div .right:before {
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.category-block.layout-3 > div .right:before {
  content: none;
}
.category-block.layout-3 > div .main {
  padding-left: 9px;
  padding-right: 0;
}
.category-block.layout-3 > div .main:before {
  content: none;
}
.category-block.layout-3 > div .highlight > div {
  background: #f3f3f3;
}
.category-block.layout-3 > div .highlight > div .post-date {
  margin: 0 auto;
  display: table;
}
.category-block.layout-3 > div .highlight > div h3 {
  margin: 7px 0 10px;
  text-align: center;
}
.category-block.layout-3 > div .highlight > div .description {
  text-align: center;
}
.category-block.layout-3 > div .highlight > div a {
  text-decoration: none;
}
.category-block.layout-3 > div .highlight > div a > div,
.category-block.layout-3 > div .highlight > div a h3 {
  display: block;
  float: none;
}
.category-block.layout-3 > div .highlight > div a > div {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.category-block.layout-3 > div .highlight > div a .image {
  max-height: 300px;
  overflow: hidden;
}
.category-block.layout-3 > div .highlight > div a .image .img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.category-block.layout-3 > div .highlight > div a .info {
  padding: 15px 30px;
}
.category-block.layout-3 > div .highlight > div a .read-more {
  margin: 11px auto 0;
  display: table;
}
.category-block.layout-3 > div .main {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.category-block.layout-3 > div .main > article {
  display: block;
  width: 100%;
  padding: 12px 0;
}
.category-block.layout-3 > div .main > article:before {
  content: none;
}
.category-block.layout-3 > div .main > article:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.category-block.layout-3 > div .main > article > a {
  display: table;
  width: 100%;
}
.category-block.layout-3 > div .main > article > a .image {
  width: 200px;
  height: auto;
}
.category-block.layout-3 > div .main > article > a .image .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.category-block.layout-3 > div .main > article > a > div {
  display: table-cell;
  vertical-align: top;
}
.category-block.layout-3 > div .main > article > a > div:last-child {
  padding-left: 17px;
}
.category-block.layout-3 > div .main > article > a > div h4 {
  margin-top: 6px;
}
.category-block.layout-3 > div .main:first-child > article:first-child {
  padding-top: 0;
}
.category-block.layout-3 > div .main:first-child > article:first-child:after {
  display: none;
}
.category-block.layout-4 > div {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.category-block.layout-4 > div a {
  outline: none;
}
.category-block.layout-4 > div:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #f3f3f3;
  right: 0;
}
.category-block.layout-4 > div > article,
.category-block.layout-4 > div > div {
  float: left;
  width: 100%;
}
.category-block.layout-4 > div > article {
  border: 0;
  padding-bottom: 0;
}
.category-block.layout-4 > div > article .image a {
  display: flex;
  flex-direction: column;
}
.category-block.layout-4 > div > article .image a img {
  height: 552px;
  object-fit: cover;
}
.category-block.layout-4 > div > div {
  padding-right: 0;
  padding-left: 9px;
  width: 33.33%;
}
.category-block.layout-4 > div > div .main {
  padding: 0;
  display: block;
  border: 0;
}
.category-block.layout-4 > div > div .main > article {
  padding: 0 0 18px 0;
  border: 0;
  width: 100%;
  display: block;
}
.category-block.layout-4 > div > div .main > article .image a {
  display: flex;
  flex-direction: column;
}
.category-block.layout-4 > div > div .main > article .image a img {
  height: 240px;
  object-fit: cover;
}
.category-block.layout-4 > div > div .main > article:before {
  display: none;
}
.category-block.layout-4 > div > div .main > article:last-child {
  padding: 0;
}
.category-block.layout-4 > div img {
  display: block;
  width: 100%;
}
.category-block.layout-4 > div h3 {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
}

.banner {
  border: 1px solid #000;
}
.banner img {
  display: block;
}

.category-slider-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-slider {
  background: #f3f3f3;
  padding: 14px 20px;
  position: relative;
}
.m-slider h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #000000;
  font-family: "Segoe UI Bold";
  display: block;
  padding-bottom: 12px;
  border-bottom: 4px solid #ecebeb;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.m-slider h3 a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.m-slider h3 a:hover {
  text-decoration: underline;
}
.m-slider h3:after {
  position: absolute;
  width: 50px;
  height: 4px;
  background-color: #cc3332;
  content: "";
  left: 0;
  bottom: -4px;
}
.m-slider .arrows {
  position: absolute;
  right: 20px;
  top: 14px;
}
.m-slider .arrows .next,
.m-slider .arrows .prev {
  width: 10px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.m-slider .arrows .next {
  background-image: url(assets/images/right_red.svg);
  margin-left: 20px;
}
.m-slider .arrows .prev {
  background-image: url(assets/images/left_red.svg);
}
.m-slider .slider {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-slider .slider a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0 5px;
  position: relative;
}
.m-slider .slider a > div {
  float: left;
}
.m-slider .slider a > div.image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  background-color: #fafafa;
  margin-right: 15px;
  position: relative;
}
.m-slider .slider a > div.image .is_facebook {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.m-slider .slider a > div.image .is_facebook svg {
  width: 20px;
  height: 20px;
  fill: #4267b2;
  margin: 0 auto;
  margin-top: 4px;
  display: block;
}
.m-slider .slider a > div:last-child {
  padding-top: 2px;
  width: calc(100% - 115px);
}
.m-slider .slider a > div h4 {
  font-weight: 600;
  font-size: 13px;
  color: #000;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.m-slider .slider a:hover > div h4 {
  color: #666;
}
.m-slider .slider a:after {
  content: "";
  display: table;
  width: 100%;
}

.content-area {
  display: table;
}
.content-area main {
  width: calc(100% - 375px - 20px);
  display: table-cell;
  max-width: 1200px;
  background-color: #fff;
  padding-right: 20px;
  vertical-align: top;
}
.content-area aside {
  background-color: #fff;
  padding-right: 20px;
  width: 395px;
  display: table-cell;
  vertical-align: top;
}
.content-area aside > section {
  margin-top: 25px;
}
.content-area aside > section:first-child {
  margin: 0;
}
.content-area aside > section.widget_cardoza_fb_like {
  margin-bottom: 20px;
}
.content-area aside > section.widget_cardoza_fb_like h2 {
  display: none;
}
.content-area aside .widget-title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  border-bottom: 4px solid #f6f6f6;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  position: relative;
}
.content-area aside .widget-title:after {
  height: 4px;
  width: 50px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #cc3332;
}
.content-area aside .post_columns .recent-posts {
  height: 180px;
  max-width: 375px;
  width: 100%;
  margin-top: 20px;
}
.content-area aside .post_columns .recent-posts a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.content-area aside .post_columns .recent-posts a .image {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-area aside .post_columns .recent-posts a:after {
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.79736) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-area aside .post_columns .recent-posts a .description {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 17px;
  color: #fff;
}
.content-area aside .post_columns .recent-posts a .description span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.content-area aside .post_columns .recent-posts a .description h4 {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.content-area aside .post_columns .recent-posts a .description .post-date {
  margin-top: 8px;
  color: #b0b0b0;
}
.content-area aside .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content-area aside .menu ul li {
  margin-top: 14px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 14px;
}
.content-area aside .menu ul li a {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.content-area aside .category_link .category {
  margin-top: 20px;
}
.content-area aside .category_link .category a {
  text-decoration: none;
  position: relative;
  display: block;
}
.content-area aside .category_link .category a .image {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 375px;
}
.content-area aside .category_link .category a .image img {
  display: flex;
  width: 100%;
  min-height: 160px;
  object-fit: cover;
}
.content-area aside .category_link .category a .image:after {
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.79736) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-area aside .category_link .category a h4 {
  position: absolute;
  padding: 17px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  bottom: 0;
  left: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.content-area aside .category_link .category a:hover h4 {
  text-decoration: underline;
}
.content-area aside .widget_tag_cloud .widget-title {
  display: none;
}
.content-area aside .widget_tag_cloud .tagcloud a {
  float: left;
  line-height: 30px;
  padding: 0 10px;
  background-color: #ecebeb;
  color: #000;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 10px 10px 0;
  border-radius: 4px;
}
.content-area aside .latest_gallery .recent-posts {
  position: relative;
}
.content-area aside .latest_gallery .recent-posts:after {
  content: "";
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.49736) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-area aside .latest_gallery .recent-posts .post-date,
.content-area aside .latest_gallery .recent-posts span {
  display: none;
}
.content-area aside .latest_gallery .recent-posts a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f6f6f6;
}
.content-area aside .latest_gallery .recent-posts .image {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 250px;
}
.content-area aside .latest_gallery .recent-posts h4 {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.content-area aside .latest_gallery .recent-posts .description {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 17px;
  color: #fff;
}
.content-area aside h4 {
  font-weight: 600;
}
.content-area aside .most_viewed > div > div ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.content-area aside .most_viewed > div > div ul li {
  width: 50%;
  display: table-cell;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 0;
  cursor: pointer;
}
.content-area aside .most_viewed > div > div ul li.active, .content-area aside .most_viewed > div > div ul li:hover {
  background-color: #cc3332;
  color: #fff;
}
.content-area aside .most_viewed > div > div > div {
  display: none;
}
.content-area aside .most_viewed > div > div > div.active {
  display: block;
}
.content-area aside .most_viewed > div > div > div > div {
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #f3f3f3;
}
.content-area aside .most_viewed > div > div > div > div a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.content-area aside .most_viewed > div > div > div > div a > div {
  vertical-align: top;
}
.content-area aside .most_viewed > div > div > div > div a .image {
  display: inline-block;
  padding-top: 5px;
}
.content-area aside .most_viewed > div > div > div > div a .image .img {
  width: 100px;
  height: 65px;
  background-size: cover;
}
.content-area aside .most_viewed > div > div > div > div a .info {
  display: table-cell;
  padding-left: 10px;
  width: 100%;
}
.content-area aside .most_viewed > div > div > div > div a .info h3 {
  font-weight: 600;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin: 0;
}
.content-area aside .most_viewed > div > div > div > div a:hover .info h3 {
  color: #666;
}

.post-page main,
.post-page aside {
  padding-top: 30px;
}
.post-page main > article {
  margin: 0 0 0 20px;
  display: table;
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.post-page main > article > div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.post-page main > article > div:first-child {
  display: inline-block;
  margin-right: 17px;
  width: 273px;
}
.post-page main > article > div:first-child img {
  display: block;
}
.post-page main > article > div h2 {
  margin: 10px 0 0;
  line-height: 20px;
}
.post-page main > article > div h2 a {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 150ms;
}
.post-page main > article > div h2 a:hover {
  color: #666;
}
.post-page main > article > div p {
  margin: 8px 0;
  font-weight: 400;
  font-size: 13px;
  color: #606060;
}
.post-page main > article > div .read-more {
  margin-top: 12px;
}
.post-page main > article > div .read-more a {
  color: inherit;
  text-decoration: none;
}
.post-page .category-slider-block {
  width: calc(100% + 20px);
  margin-left: 0;
}
.post-page.grid-view .sub-category {
  margin: 0 0 15px 20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.post-page.grid-view .sub-category:before {
  content: "";
  height: 4px;
  width: 100%;
  right: 0;
  position: absolute;
  background-color: #f6f6f6;
  bottom: 0;
}
.post-page.grid-view .sub-category li {
  display: inline-block;
  line-height: 45px;
  padding: 0 19px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  transition: all 150ms;
  position: relative;
  cursor: pointer;
}
.post-page.grid-view .sub-category li:before {
  content: "";
  height: 4px;
  transition: all 150ms;
  width: 100%;
  right: 0;
  position: absolute;
  background-color: transparent;
  bottom: 0px;
}
.post-page.grid-view .sub-category li.active, .post-page.grid-view .sub-category li:hover {
  background-color: #cc3332;
  color: #fff;
}
.post-page.grid-view .sub-category li.active:before, .post-page.grid-view .sub-category li:hover:before {
  background-color: #cc3332;
}
.post-page.grid-view .tag-cloud {
  margin: 0px 0 20px 15px;
}
.post-page.grid-view .tag-cloud span {
  line-height: 30px;
  display: inline-block;
  margin: 5px 5px;
  font-size: 12px;
  font-weight: 400;
  background-color: #ecebeb;
  padding: 0 10px;
  border-radius: 4px;
  transition: all 150ms;
  cursor: pointer;
}
.post-page.grid-view .tag-cloud span.active, .post-page.grid-view .tag-cloud span:hover {
  background-color: #cc3332;
  color: #fff;
}
.post-page.grid-view main .gallery {
  margin-left: 20px;
}
.post-page.grid-view main .gallery.loading {
  position: sticky;
}
.post-page.grid-view main .gallery.loading:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.post-page.grid-view main .gallery.loading:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/loading.svg);
  width: 100px;
  z-index: 20;
  height: 60px;
  margin: 0 auto;
  left: calc(50% - 50px);
  top: 60px;
  right: 0;
  background-size: cover;
  background-position: center;
}
.post-page.grid-view main .gallery .items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: row dense;
}
.post-page.grid-view main .gallery .items article {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  grid-column-start: auto;
  grid-row-start: auto;
  cursor: pointer;
}
.post-page.grid-view main .gallery .items article figcaption {
  display: none;
}
.post-page.grid-view main .gallery .items article a {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-page.grid-view main .gallery .items article:nth-child(5), .post-page.grid-view main .gallery .items article:nth-child(8), .post-page.grid-view main .gallery .items article:nth-child(15), .post-page.grid-view main .gallery .items article:nth-child(18) {
  grid-row-end: span 2;
  grid-column-end: span 2;
}
.post-page.grid-view main .gallery .items article:nth-child(5) img, .post-page.grid-view main .gallery .items article:nth-child(8) img, .post-page.grid-view main .gallery .items article:nth-child(15) img, .post-page.grid-view main .gallery .items article:nth-child(18) img {
  max-height: 420px;
}
.post-page.grid-view main .gallery .items article:hover:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.post-page.grid-view main .gallery .items article:hover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(assets/images/search-zoom.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  content: "";
  display: block;
  z-index: 100000;
  fill: #fff;
}
.post-page.grid-view main .gallery img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
}

.single-post main,
.single-post aside {
  padding-top: 30px;
  padding-bottom: 20px;
}
.single-post main {
  max-width: 1180px;
}
.single-post main > article {
  margin: 0 0 0 20px;
}
.single-post main > article h1 {
  margin: 0;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}
.single-post main > article .post-image {
  margin: 10px 0 30px 0;
}
.single-post main > article .post-image img {
  width: 100%;
  display: block;
}
.single-post main > article .post-image.fit .post-thumbnail {
  display: block;
  padding: 10px;
  background-color: #f6f6f6;
  max-height: 580px;
}
.single-post main > article .post-image.fit .post-thumbnail img {
  max-height: 560px;
  width: auto;
  margin: 0 auto;
}
.single-post main > article .post-image .image-capture {
  background-color: #f6f6f6;
  display: block;
  width: 100%;
  line-height: 30px;
  padding: 0 20px;
  color: #606060;
  font-size: 13px;
  font-weight: 400;
  border-top: 2px solid #fff;
}
.single-post main > article .entry-content {
  display: table;
  width: 100%;
  color: #606060;
  font-size: 16px;
  line-height: 26px;
}
.single-post main > article .entry-content h1 {
  color: #000;
  font-size: 18px;
}
.single-post main > article .entry-content ul {
  margin-left: 0;
}
.single-post main > article .entry-content > div {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.single-post main > article .entry-content > div.author {
  display: inline-block;
  width: 190px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  color: #000;
}
.single-post main > article .entry-content > div.author div {
  display: block;
}
.single-post main > article .entry-content > div.author .image {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 60px;
  margin-bottom: 10px;
}
.single-post main > article .entry-content > div.author .image img {
  border-radius: 100%;
  display: block;
}
.single-post main > article .entry-content > div.author a {
  text-decoration: underline;
  display: block;
  color: #000;
}
.single-post main > article .entry-content > div.author ul {
  display: table;
  margin: 20px 0 0 auto !important;
}
.single-post main > article .entry-content > div.author ul li {
  margin-left: 5px !important;
}
.single-post main > article .entry-content > div.content {
  padding-left: 20px;
  border-left: 1px solid #f3f3f3;
  text-align: justify;
}
.single-post main > article .the_champ_vertical_sharing {
  margin-top: 30px;
  position: relative;
  top: inherit !important;
  left: inherit !important;
  width: auto !important;
  padding: 0;
  margin-bottom: -10px;
  z-index: 1 !important;
}
.single-post main > article .the_champ_vertical_sharing ul li {
  margin-right: 10px !important;
}
.single-post main > article .the_champ_vertical_sharing ul li.the_champ_facebook_like {
  padding: 0 !important;
}
.single-post main > article .the_champ_vertical_sharing .theChampSharingArrow {
  display: none;
}
.single-post .m-slider {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.single-post .latest_posts {
  margin-bottom: 40px;
}
.single-post .latest_posts a {
  padding: 0 9px 10px;
  display: block;
  position: relative;
}
.single-post .latest_posts a:before {
  content: "";
  height: 100px;
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.single-post .related_posts .slider a {
  padding: 0 9px;
  display: block;
  position: relative;
}
.single-post .related_posts .slider a:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
}
.single-post .related_posts .slider a .image {
  border-radius: 0;
  margin: 0;
  height: auto;
}
.single-post .related_posts .slider a > div {
  display: block;
  width: 100%;
}
.single-post .related_posts .slider a > div:last-child {
  padding-top: 15px;
}
.single-post .related_posts .slider a > div h4 {
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}

.related_articles {
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
  margin-top: 30px;
}

.fresh-posts {
  margin-top: 0;
  margin-bottom: 30px;
}
.fresh-posts > div {
  display: table;
}
.fresh-posts > div > div {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding-right: 20px;
}
.fresh-posts > div > div:last-child {
  width: 30%;
  padding-right: 0;
}
.fresh-posts > div > div a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.fresh-posts > div > div a h1 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}
.fresh-posts > div > div a .category {
  display: table;
  padding: 0 15px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 4px;
}
.fresh-posts > div > div a .image .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.fresh-posts > div > div .info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
}
.fresh-posts > div > div .info:before {
  content: "";
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fresh-posts > div > div .info div,
.fresh-posts > div > div .info h1 {
  position: relative;
}
.fresh-posts > div .left > div:first-child {
  margin-bottom: 20px;
}
.fresh-posts > div .left > div:first-child h1 {
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}
.fresh-posts > div .left > div:first-child .image {
  height: 50vh;
}
.fresh-posts > div .left > div:last-child {
  display: table;
  width: 100%;
}
.fresh-posts > div .left > div:last-child > div {
  padding-right: 10px;
  width: calc(50% - 10px);
  display: table-cell;
  vertical-align: top;
}
.fresh-posts > div .left > div:last-child > div:last-child {
  padding-right: 0;
  padding-left: 10px;
}
.fresh-posts > div .left > div:last-child > div .image {
  height: 30vh;
}
.fresh-posts > div .left > div:last-child > div .image .img {
  background-position: center;
}
.fresh-posts > div .right > div {
  margin-bottom: 20px;
}
.fresh-posts > div .right > div:last-child {
  margin: 0;
}
.fresh-posts > div .right > div .image {
  height: 40vh;
}
.fresh-posts > div .right > div .image .img {
  background-position: top;
}
.fresh-posts a {
  transform: 150ms all;
}
.fresh-posts a:hover h1 {
  text-decoration: underline;
}

.wp-block-gallery {
  margin: 0;
}
.wp-block-gallery a {
  display: contents;
}
.wp-block-gallery figcaption {
  display: none;
}
.wp-block-gallery img {
  height: auto !important;
}
.wp-block-gallery .blocks-gallery-item figure {
  align-items: normal !important;
}

.fancybox-inner h6 {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  margin: 0;
}

.is-provider-youtube iframe {
  width: 100%;
}

.fancybox-caption__body .views {
  display: table;
  margin: 0 auto;
}
.fancybox-caption__body h3,
.fancybox-caption__body h6 {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .post-page.grid-view main .gallery .items {
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-page.grid-view main .gallery .items article:nth-child(5), .post-page.grid-view main .gallery .items article:nth-child(8), .post-page.grid-view main .gallery .items article:nth-child(15), .post-page.grid-view main .gallery .items article:nth-child(18) {
    grid-row-end: auto;
    grid-column-end: auto;
  }
  .post-page.grid-view main .gallery .items article:nth-child(5) img, .post-page.grid-view main .gallery .items article:nth-child(8) img, .post-page.grid-view main .gallery .items article:nth-child(15) img, .post-page.grid-view main .gallery .items article:nth-child(18) img {
    max-height: 240px;
  }
  .post-page.grid-view main .gallery .items article img {
    max-height: 240px;
  }
  .post-page.grid-view main .gallery .items article:nth-child(3), .post-page.grid-view main .gallery .items article:nth-child(8), .post-page.grid-view main .gallery .items article:nth-child(13), .post-page.grid-view main .gallery .items article:nth-child(16) {
    grid-row-end: span 2;
    grid-column-end: span 2;
  }
  .post-page.grid-view main .gallery .items article:nth-child(3) img, .post-page.grid-view main .gallery .items article:nth-child(8) img, .post-page.grid-view main .gallery .items article:nth-child(13) img, .post-page.grid-view main .gallery .items article:nth-child(16) img {
    max-height: 400px;
  }

  .fresh-posts > div > div a h1 {
    font-size: 14px;
    line-height: 18px;
  }
  .fresh-posts > div .left > div:first-child h1 {
    font-size: 16px;
    line-height: 21px;
  }
  .fresh-posts > div .left > div:first-child .image {
    height: 350px;
  }
  .fresh-posts > div .left > div:last-child > div .image {
    height: 230px;
  }
  .fresh-posts > div .right > div {
    margin-bottom: 10px;
  }
  .fresh-posts > div .right > div:last-child {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .fresh-posts > div .right > div .image {
    height: 290px;
  }

  .content-area main {
    width: calc(100% - 330px - 20px);
  }
  .content-area aside {
    width: 350px;
  }

  .category-block > div .highlight > div a h3 {
    font-size: 16px;
    line-height: 23px;
  }
  .category-block > div .main article a h4 {
    font-size: 13px;
    line-height: 20px;
  }
  .category-block.layout-2 > div .highlight article > a h3 {
    font-size: 16px;
    line-height: 23px;
  }
  .category-block.layout-4 > div > article .image a img {
    height: 452px;
  }
  .category-block.layout-4 > div > div .main > article .image a img {
    height: 190px;
  }
}
@media screen and (max-width: 1190px) {
  .content-area aside {
    padding-right: 10px;
    width: 300px;
  }
  .content-area aside .widget-title {
    font-size: 14px;
  }
  .content-area aside .post_columns .recent-posts a .description {
    padding: 10px;
  }
  .content-area aside .post_columns .recent-posts a .description h4 {
    font-size: 13px;
    line-height: 18px;
  }
  .content-area aside .menu ul li {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .content-area aside .category_link .category a .image {
    height: 180px;
    overflow: hidden;
  }
  .content-area aside .category_link .category a h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .content-area aside .latest_gallery .recent-posts .image {
    height: 180px;
  }
  .content-area main {
    padding-right: 10px;
  }

  .single-post main > article {
    margin-left: 10px;
  }
  .single-post main > article h1 {
    font-size: 19px;
    line-height: 26px;
  }
  .single-post main > article .post-image {
    margin-bottom: 10px;
  }
  .single-post main > article .the_champ_vertical_sharing {
    padding: 0 10px;
  }
  .single-post main > article #the_champ_fb_commenting {
    padding: 0 5px;
  }
  .single-post main > article .entry-content {
    display: block;
    margin-top: 0;
  }
  .single-post main > article .entry-content > div {
    display: block;
    width: 100%;
  }
  .single-post main > article .entry-content > div.author {
    display: block;
    border: 0;
    padding: 0 10px;
    width: 100%;
    text-align: left;
  }
  .single-post main > article .entry-content > div.author > div {
    display: inline-block;
    vertical-align: bottom;
  }
  .single-post main > article .entry-content > div.author .image {
    width: 50px;
  }
  .single-post main > article .entry-content > div.content {
    border: 0;
    padding: 0 10px;
  }

  .category-block h2 {
    margin-bottom: 20px;
  }
  .category-block > div {
    padding-left: 10px;
  }
  .category-block > div .main {
    display: block;
  }
  .category-block > div .main article a h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .category-block > div .highlight > div a h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .category-block.layout-1 {
    margin-bottom: 0;
  }
  .category-block.layout-1.inner > div .main {
    padding: 0;
    border: 0;
  }
  .category-block.layout-1.inner > div .main > article {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .category-block.layout-1.inner > div .main > article:before {
    display: none;
  }
  .category-block.layout-1.inner > div .main > article:first-child, .category-block.layout-1.inner > div .main > article:last-child {
    display: block;
    width: 100%;
  }
  .category-block.layout-1.inner > div .main > article a {
    display: table;
    width: 100%;
  }
  .category-block.layout-1.inner > div .main > article a > div {
    width: 100%;
    display: table-cell;
    vertical-align: top;
  }
  .category-block.layout-1.inner > div .main > article a > div.image {
    width: 235px;
    height: auto;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 0;
  }
  .category-block.layout-2 {
    margin-bottom: 0;
  }
  .category-block.layout-2 > div .highlight article > a .image {
    max-height: 240px;
  }
  .category-block.layout-2 > div .highlight article > a h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .category-block.layout-2 > div .main > article {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .category-block.layout-2 > div .main > article:before {
    display: none;
  }
  .category-block.layout-2 > div .main > article a .image {
    width: 120px;
    height: auto;
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 0;
  }
  .category-block.layout-2 > div .main > article a .image .img {
    width: 120px;
    height: 120px;
  }
  .category-block.layout-2 .main {
    padding: 0;
    border: 0;
  }
  .category-block.layout-2 .main > article {
    display: block;
    width: 100%;
  }
  .category-block.layout-2 .main > article:first-child, .category-block.layout-2 .main > article:last-child {
    display: block;
    width: 100%;
  }
  .category-block.layout-3 {
    margin-bottom: 0;
  }
  .category-block.layout-3 > div .highlight,
  .category-block.layout-3 > div .right {
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
  }
  .category-block.layout-3 > div .highlight:before,
  .category-block.layout-3 > div .right:before {
    display: none;
  }
  .category-block.layout-3 > div .main {
    padding: 0;
  }
  .category-block.layout-3 > div .main > article {
    padding: 20px 0 !important;
    border-bottom: 1px solid #f3f3f3;
  }
  .category-block.layout-3 > div .main > article:after {
    display: none;
  }
  .category-block.layout-3 > div .main > article a .image {
    width: 235px;
  }
  .category-block.layout-3 > div:after {
    display: none;
  }
  .category-block.layout-4 > div > article .image a img {
    height: 402px;
  }
  .category-block.layout-4 > div > div .main > article .image a img {
    height: 165px;
  }

  .post-page main > article {
    margin-left: 10px;
  }
  .post-page main > article > div:first-child {
    width: 235px;
  }
  .post-page main > article > div h2 a {
    font-size: 14px;
    line-height: 20px;
  }
  .post-page.grid-view .tag-cloud {
    margin-left: 5px;
  }
  .post-page.grid-view .sub-category,
  .post-page.grid-view .gallery {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .fresh-posts > div > div {
    display: table;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .fresh-posts > div > div:last-child {
    display: table;
    width: 100%;
  }
  .fresh-posts > div .right > div {
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 5px;
    width: calc(50% - 5px);
    display: table-cell;
    vertical-align: top;
  }
  .fresh-posts > div .right > div .image {
    height: 230px;
  }
  .fresh-posts > div .right > div:last-child {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0;
  }
  .fresh-posts > div .left > div:first-child {
    margin-bottom: 10px;
  }
  .fresh-posts > div .left > div:last-child > div {
    padding-right: 5px;
    width: calc(50% - 5px);
  }
  .fresh-posts > div .left > div:last-child > div:last-child {
    width: calc(50% - 5px);
    padding-left: 5px;
  }

  .category-block > div {
    padding-left: 0;
  }

  .content-area main {
    width: 100%;
    padding: 20px 10px 10px 10px;
    display: block;
  }
  .content-area main > article {
    margin: 0;
  }
  .content-area aside {
    width: 100%;
    padding: 0 10px 20px;
    display: flex;
    flex-direction: column;
  }
  .content-area aside section {
    width: 100%;
  }
  .content-area aside section.tags {
    display: none;
  }

  .post-page.grid-view .tag-cloud {
    margin-left: -5px;
  }
  .post-page.grid-view .sub-category,
  .post-page.grid-view .gallery {
    margin-left: 0px !important;
  }

  .widget_cardoza_fb_like {
    display: none !important;
  }

  .fb_iframe_widget_fluid span {
    max-width: 375px;
    width: 100% !important;
  }
}
@media screen and (max-width: 700px) {
  .m-slider .slider a > div.image {
    width: 90px;
    height: 90px;
  }

  .fresh-posts > div .right > div {
    padding-right: 0;
    width: 100%;
    display: table;
  }
  .fresh-posts > div .right > div .image {
    height: 230px;
  }
  .fresh-posts > div .right > div:last-child {
    padding-left: 0px;
    padding-top: 10px;
  }
  .fresh-posts > div .left > div:first-child {
    margin-bottom: 10px;
  }
  .fresh-posts > div .left > div:last-child > div {
    padding-right: 0px;
    display: table;
    width: 100%;
  }
  .fresh-posts > div .left > div:last-child > div:last-child {
    padding-top: 10px;
    width: 100%;
    padding-left: 0px;
  }

  .content-area {
    display: block;
  }
  .content-area main {
    padding: 0px;
  }
  .content-area.post-page main, .content-area.single-post main {
    padding: 20px 10px;
  }
  .content-area.post-page main .category-block, .content-area.single-post main .category-block {
    padding-bottom: 0;
  }

  .single-post main > article .entry-content > div.content, .single-post main > article .entry-content > div.author {
    padding: 0 5px;
  }
  .single-post main > article .the_champ_vertical_sharing,
  .single-post main > article #the_champ_fb_commenting {
    padding: 0 5px;
  }

  .category-block > div .main {
    padding: 0;
  }
  .category-block > div .main > article {
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    display: block;
  }
  .category-block > div .main > article:first-child, .category-block > div .main > article:last-child {
    width: 100%;
    display: block;
  }
  .category-block > div .main > article:before {
    display: none;
  }
  .category-block > div .main > article a {
    display: table;
    width: 100%;
  }
  .category-block > div .main > article a > div {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .category-block > div .main > article a > div.image {
    width: 100%;
    height: auto;
    display: block;
    margin-right: 17px;
    margin-bottom: 10px;
  }
  .category-block.layout-1 .highlight > div a {
    display: table;
    width: 100%;
  }
  .category-block.layout-1 .highlight > div a h3 {
    margin: 5px 0;
  }
  .category-block.layout-1 .highlight > div a > div {
    display: table;
    width: 100%;
    float: none;
  }
  .category-block.layout-1 .highlight > div a > div.image {
    max-width: 100%;
    display: table-caption;
    margin: 0 0 15px 0;
    padding: 0;
    max-height: 280px;
  }
  .category-block.layout-2 > div .main > article a .image {
    width: 90px;
  }
  .category-block.layout-2 > div .main > article a .image .img {
    width: 90px;
    height: 90px;
  }
  .category-block.layout-2 > div .highlight article {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
  .category-block.layout-2 > div .highlight article a .image {
    width: 100%;
  }
  .category-block.layout-2 > div .highlight article a .image .img {
    width: 100%;
    height: 100%;
  }
  .category-block.layout-3 > div .main > article a > div {
    display: block;
    width: 100%;
  }
  .category-block.layout-3 > div .main > article a > div:last-child {
    padding-left: 0px;
  }
  .category-block.layout-3 > div .main > article a .image {
    width: 100%;
  }
  .category-block.layout-1.inner > div .main > article a {
    display: block;
  }
  .category-block.layout-1.inner > div .main > article a > div.image {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    margin-right: 0px;
  }
  .category-block.layout-4 > div h3 {
    font-size: 13px;
    line-height: 18px;
  }
  .category-block.layout-4 > div > article {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .category-block.layout-4 > div > article .image a img {
    height: 300px;
  }
  .category-block.layout-4 > div > div {
    float: none;
    width: 100%;
    padding: 0;
  }
  .category-block.layout-4 > div > div .main {
    display: table;
    width: 100%;
  }
  .category-block.layout-4 > div > div .main > article {
    display: block;
    width: 100%;
  }
  .category-block.layout-4 > div > div .main > article .image a img {
    height: 165px;
  }

  .post-page main > article > div:first-child {
    display: none;
  }
  .post-page.grid-view main .gallery .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .post-page.grid-view main .gallery .items article {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .post-page.grid-view main .gallery .items article:nth-child(5), .post-page.grid-view main .gallery .items article:nth-child(8), .post-page.grid-view main .gallery .items article:nth-child(15), .post-page.grid-view main .gallery .items article:nth-child(18), .post-page.grid-view main .gallery .items article:nth-child(3), .post-page.grid-view main .gallery .items article:nth-child(8), .post-page.grid-view main .gallery .items article:nth-child(13), .post-page.grid-view main .gallery .items article:nth-child(16) {
    grid-row-end: auto;
    grid-column-end: auto;
  }
  .post-page.grid-view main .gallery .items article:nth-child(5) img, .post-page.grid-view main .gallery .items article:nth-child(8) img, .post-page.grid-view main .gallery .items article:nth-child(15) img, .post-page.grid-view main .gallery .items article:nth-child(18) img, .post-page.grid-view main .gallery .items article:nth-child(3) img, .post-page.grid-view main .gallery .items article:nth-child(8) img, .post-page.grid-view main .gallery .items article:nth-child(13) img, .post-page.grid-view main .gallery .items article:nth-child(16) img {
    max-height: 260px;
  }
  .post-page.grid-view main .gallery .items article img {
    max-height: 260px;
  }
  .post-page.grid-view main .sub-category-wrap {
    position: relative;
  }
  .post-page.grid-view main .sub-category-wrap:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 20px;
    top: 0px;
    display: block;
    right: 0px;
    background: #fff;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .post-page.grid-view main .sub-category {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
  }
  .post-page.grid-view main .sub-category li {
    font-size: 13px;
    line-height: 42px;
    padding: 0px 12px;
  }
}
.no_overlay a .image:after {
  background: transparent !important;
}

.content-area aside .latest_gallery .recent-posts a:hover h4 {
  text-decoration: underline;
}
.content-area aside .post_columns .recent-posts a:hover .description {
  color: rgba(255, 255, 255, 0.8);
}

header .scroll {
  border-bottom: 2px solid #dd2b2b;
}

.error-404 {
  min-height: calc(100vh - 141px - 346px);
  display: table;
  margin: 0 auto;
}
.error-404 .page-header {
  display: table-cell;
  vertical-align: top;
  padding: 70px 0;
}
.error-404 .page-header div {
  color: #666;
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 80px;
  line-height: 80px;
}
.error-404 .page-header h1 {
  color: #666;
  text-align: center;
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 20px;
  text-transform: uppercase;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
