/*!
Theme Name: Phunk
Theme URI: https://studiogenium.com/theme/phunk
Author: Studiogenium
Author URI: https://studiogenium.com
Description: Phunk is a Gutenberg-friendly blogging theme. Featuring a pixel-perfect modern design, Phunk is crafted with readability and ease of use in mind. Bloggers of any kind will enjoy the options included in Phunk, ranging from custom colors to multiple layouts, typography fine tuning and much more. See a demo at http://demo.studiogenium.com/phunk/ 
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: phunk
Tags: two-columns, three-columns, custom-logo, right-sidebar, footer-widgets, flexible-header, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, 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.

Phunk is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  line-height: 1.8;
}

.entry-content {
  line-height: 1.9;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Source Code Pro', 'sans-serif';
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .site-title {
  clear: both;
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 15px 0;
}

.site-title {
  font-weight: 900;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 0 30px 30px;
  padding: 30px;
  border-left: 5px solid #000;
  background-color: #f7f7f7;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 15px 0;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

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 30px;
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ebebeb;
}

td {
  padding: 15px;
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: #ffc500;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #ffc500;
}

.mejs-controls button {
  min-height: none;
}

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: #000;
  border: 2px solid #ebebeb;
  border-radius: 0;
  padding: 14px;
}
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;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
input {
  min-height: 51px;
  vertical-align: top;
}

select {
  border: 2px solid #ebebeb;
  padding: 10px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ffc500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-content a {
  color: #000;
  border-bottom: 2px solid #ffc500;
}
a:visited {
  color: #ffc500;
}
a:hover, a:focus, a:active {
  color: #ffc500;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.03);
}
.site-header .inner-header {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-title {
  margin: 0;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-title a {
  color: #000;
}

.site-description {
  margin: 5px 0 0;
  color: #707070;
  font-size: 14px;
}
.site-description:empty {
  margin: 0;
}

.site-branding {
  position: relative;
  z-index: 11;
}

.custom-logo-link {
  display: block;
  max-width: 200px;
}

.main-navigation {
  display: block;
  width: 100%;
  text-align: right;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  padding-top: 15px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  padding-top: 0;
}
.main-navigation ul ul li {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  font-size: 14px;
}
.main-navigation ul ul li:last-of-type {
  border-bottom: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 10px 15px;
  color: #000;
}
.main-navigation ul ul a:hover {
  color: #ffc500;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.main-navigation a {
  color: #000;
  display: block;
  text-decoration: none;
}
.main-navigation a:active {
  color: #000;
}
.main-navigation a:hover {
  color: #ffc500;
}

.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;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
}

.site-main .post-navigation {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-color: #f7f7f7;
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.site-main .post-navigation.floating {
  position: fixed;
  max-width: 300px;
  margin-bottom: -100%;
  bottom: 100px;
  right: 30px;
  z-index: 11;
}
.site-main .post-navigation.regular {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-main .post-navigation.regular .nav-previous,
.site-main .post-navigation.regular .nav-next {
  width: 50%;
  border: 0;
  padding: 0;
  margin: 0;
}
.site-main .post-navigation.regular .nav-previous img,
.site-main .post-navigation.regular .nav-next img {
  width: 20%;
  padding-right: 20px;
}
.site-main .post-navigation.regular .nav-next .post-nav-label {
  text-align: right;
}
.site-main .post-navigation.regular .nav-next img {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
.site-main .post-navigation.post-nav-visible {
  margin-bottom: 0;
}
.site-main .post-navigation h3 {
  font-size: 14px;
  margin: 0;
}
.site-main .post-navigation .nav-previous {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d3d3;
}
.site-main .post-navigation .nav-links img {
  width: 30%;
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
.site-main .post-navigation .nav-links .has-thumb a {
  width: 70%;
  float: left;
}
.site-main .post-navigation .nav-next {
  right: 30px;
  text-align: left;
}
.site-main .post-navigation .nav-next img {
  padding-right: 0;
  padding-left: 10px;
}
.site-main .post-navigation .post-nav-label {
  margin: 0 0 10px;
  color: #757575;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.navigation.pagination {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.navigation.pagination .page-numbers {
  width: 35px;
  height: 35px;
  background-color: #f7f7f7;
  color: #000;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
  background-color: #ffc500;
  color: #000;
}

/* Image.php navigation */
.attachment .entry-header {
  margin-bottom: 30px;
}
.attachment .hentry img {
  margin-bottom: 30px;
}
.attachment .entry-caption {
  color: #757575;
}
.attachment .post-navigation {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 45px 0 0;
}
.attachment .post-navigation a {
  color: #000;
}
.attachment .post-navigation .post-title {
  border-bottom: 2px solid #ffc500;
}
.attachment .post-navigation .nav-previous {
  padding: 0;
  margin: 0;
  border: 0;
}
.attachment .image-navigation {
  margin-bottom: 45px;
}
.attachment .image-navigation a {
  color: #707070;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.attachment .image-navigation .nav-previous,
.attachment .image-navigation .nav-next {
  width: 50%;
}
.attachment .image-navigation .nav-previous {
  float: left;
}
.attachment .image-navigation .nav-next {
  float: right;
  text-align: right;
}

/*--------------------------------------------------------------
## Mobile menu
--------------------------------------------------------------*/
.menu-toggle,
.main-navigation.toggled ul {
  display: none;
}

.menu-toggle {
  float: right;
}

@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: block;
    width: 51px;
    padding: 0;
    font-size: 22px;
    line-height: 51px;
  }
  .menu-toggle:active, .menu-toggle:focus {
    outline: none;
  }

  .site-header {
    position: relative;
  }

  .main-navigation > div > ul {
    display: none;
    background-color: #f7f7f7;
    position: absolute;
    padding: 30px;
    top: 0;
    left: 0;
    z-index: 11;
    text-align: center;
    width: 100%;
  }
  .main-navigation > div > ul li {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    border-bottom: 1px solid #ebebeb;
  }
  .main-navigation > div > ul li:last-of-type {
    border-bottom: 0;
  }
  .main-navigation > div > ul li ul {
    display: none;
    position: static;
    width: 100%;
    padding: 0;
  }
  .main-navigation > div > ul li ul li {
    text-align: center;
    background: transparent;
    border: 0;
  }
  .main-navigation > div > ul li a {
    padding: 14px 0;
    width: auto;
  }
  .main-navigation > div > ul .submenu-toggle,
  .main-navigation > div > ul .has-submenu a {
    display: inline-block;
  }
  .main-navigation > div > ul .submenu-toggle {
    margin-left: 30px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
  color: #757575;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  font-size: 14px;
  background-color: #000;
  padding: 15px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #fff;
  letter-spacing: 1px;
}
.widget a {
  color: #000;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding-bottom: 10px;
}
.widget ul li:last-of-type {
  padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
  padding-left: 20px;
}
.widget select {
  max-width: 100%;
}

/* Tagcloud */
.tagcloud a {
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #757575;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 5px;
}

/* Custom recent posts */
.phunk_recent_entries {
  padding: 30px;
  background-color: #f7f7f7;
}
.phunk_recent_entries .post-date {
  text-transform: uppercase;
  font-size: 12px;
  padding-left: 15px;
  vertical-align: top;
}
.phunk_recent_entries .post-date ~ h6 {
  margin-top: 0;
}
.phunk_recent_entries ul {
  counter-reset: section;
  list-style-type: none;
}
.phunk_recent_entries li {
  margin-bottom: 10px;
  position: relative;
}
.phunk_recent_entries li::before {
  counter-increment: section;
  content: counters(section,".") " ";
  position: absolute;
  left: -15px;
  font-size: 16px;
  background-color: #ffc500;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #000;
  border-radius: 50%;
}
.phunk_recent_entries li:last-of-type {
  margin-bottom: 0;
}
.phunk_recent_entries h6 {
  padding-left: 15px;
}
.phunk_recent_entries h6 a {
  color: #000;
}

/* Recent comments */
.widget_recent_comments li > a {
  color: #000;
}

/* Recent posts */
.widget_recent_entries a {
  color: #000;
}

/* Categories */
.widget_categories li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.widget_categories li:last-of-type {
  margin-bottom: 0;
  border: 0;
}

/* Search */
.widget_search input[type="search"] {
  width: 100%;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '\e800';
  font-family: 'Fontello';
  height: 100%;
  line-height: 51px;
  width: 50px;
  text-align: center;
  background-color: #ffc500;
  color: #000;
  z-index: 0;
}
.widget_search .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999em;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  z-index: 11;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Hot topics */
.hot-topics {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.hot-topics > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hot-topics .hot-item {
  width: 25%;
  float: left;
  text-align: center;
  padding-right: 30px;
}
.hot-topics .hot-item:last-of-type {
  padding-right: 0;
}
.hot-topics .hot-item .hot-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 30px 30px;
  position: relative;
}
.hot-topics .hot-item img {
  max-width: 60px;
}
.hot-topics .hot-item span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  display: table;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  line-height: 1;
}
.hot-topics .hot-item span:hover {
  top: -5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.hot-topics .hot-item span a {
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  display: table;
}

/* Top bar */
.top-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}
.top-bar .inner-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .header-additionals {
  text-align: right;
  padding-right: 15px;
  color: #fff;
  position: relative;
}
.top-bar .header-additionals span {
  margin-right: 15px;
}
.top-bar .header-additionals span:last-of-type {
  margin-right: 0;
}
.top-bar .header-additionals .icon-cancel,
.top-bar .header-additionals .icon-search {
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.top-bar .header-additionals .icon-cancel:hover,
.top-bar .header-additionals .icon-search:hover {
  color: #ffc500;
}
.top-bar .header-social .social-item {
  display: inline-block;
}
.top-bar .header-social .social-item a {
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 5px;
  border-radius: 50%;
  text-align: center;
}
.top-bar .header-social .social-item a:hover {
  color: #ffc500;
}
.top-bar .header-social .social-item:first-of-type a {
  margin-left: 0;
}
.top-bar .header-social .social-item span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Header search */
.header-search-form {
  position: fixed;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: 999;
  padding: 90px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-search-form .icon-cancel {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 28px;
}
.header-search-form a {
  color: rgba(255, 255, 255, 0.4);
}
.header-search-form a:hover {
  color: #fff;
}
.header-search-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-search-form li {
  margin-bottom: 15px;
}
.admin-bar .header-search-form {
  top: 32px;
}
.header-search-form.extra-visible {
  right: 0;
}
@media (max-width: 991px) {
  .header-search-form {
    width: 100%;
    padding: 30px;
  }
}

.header-search-form label,
.header-search-form .search-form {
  width: 100%;
}
.header-search-form .search-field {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 18px;
  border: 0;
  border-bottom: 4px solid #5a5a5a;
  margin-bottom: 45px;
}
.header-search-form .search-submit {
  float: right;
}

/* Header image */
.site-hero img {
  width: 100%;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.cont1600 {
  max-width: 1600px;
}

.cont1200 {
  max-width: 1200px;
}

.contCenter {
  margin-left: auto;
  margin-right: auto;
}

.contPad {
  padding-left: 90px;
  padding-right: 90px;
}

.contPadSmall {
  padding-left: 30px;
  padding-right: 30px;
}

.col75 {
  width: 75%;
  float: left;
}

.col50 {
  width: 50%;
  float: left;
}

.col25 {
  width: 25%;
  float: left;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
  margin-top: 90px;
  margin-bottom: 90px;
}

.content-area.col75 .site-main {
  padding-right: 60px;
}

.content-area.col50 .site-main {
  padding-left: 50px;
  padding-right: 50px;
}

.entry-title {
  margin-top: 0;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Grid */
.grid-layout {
  margin-left: -30px;
  margin-right: -30px;
}
.grid-layout .grid-item {
  margin: 0;
  width: 50%;
  position: relative;
  float: left;
  padding: 30px;
}
.grid-layout .grid-item:nth-of-type(2n+1) {
  clear: left;
}
.grid-layout .grid-item.has-post-thumbnail .entry-header {
  background-color: #fff;
  padding: 30px;
  width: 80%;
  margin-left: 20%;
  margin-top: -30px;
  position: relative;
}
.grid-layout .grid-item.has-post-thumbnail .posted-on {
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
          transform: rotate(-90deg) translate3d(0, 0, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  left: 30px;
  padding: 5px 10px;
  margin-bottom: 0;
}
.grid-layout .grid-item .posted-on {
  margin-bottom: 10px;
  display: table;
}
.grid-layout .grid-item .posted-on a {
  color: #707070;
}
.grid-layout .post-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.grid-layout .post-thumbnail::after {
  content: '';
  width: 1000px;
  height: 2000px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -500px;
  left: -1500px;
  -webkit-transition: a;
  transition: a;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: rotatez(25deg);
          transform: rotatez(25deg);
}
.grid-layout .post-thumbnail:hover::after {
  left: 1500px;
}
.grid-layout .entry-title {
  margin: 25px 0;
  font-size: 22px;
}
.grid-layout .entry-title a {
  color: #000;
}
.grid-layout .entry-title a:hover {
  color: #ffc500;
}
.grid-layout .posted-on a,
.grid-layout .first-cat {
  color: #707070;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}
.grid-layout .first-cat {
  background-color: #ffc500;
  color: #000;
  padding: 0 5px;
}
.grid-layout .entry-meta {
  margin-bottom: 15px;
  line-height: 1;
}
.grid-layout .read-more-link {
  color: #fff;
  padding: 3px 8px;
  font-size: 13px;
  background-color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.grid-layout .read-more-link:hover {
  background-color: #ffc500;
  color: #000;
}
.grid-layout .read-more-link::after {
  content: '\27F6';
  margin-left: 5px;
}

/* Layout - 3 columns */
.layout-3cols .grid-layout .grid-item {
  width: 33.333333%;
}
.layout-3cols .grid-layout .grid-item:nth-of-type(2n+1) {
  clear: none;
}
.layout-3cols .grid-layout .grid-item:nth-of-type(3n+1) {
  clear: left;
}
.layout-3cols .grid-layout .grid-item:nth-of-type(3) {
  padding-top: 0;
}

/* Layout - 1 column, 2 sidebars */
.layout-1cols-2sb .content-area {
  margin-left: 25%;
}
.layout-1cols-2sb #tertiary + .content-area {
  margin-left: 0;
}
.layout-1cols-2sb .grid-item {
  width: 100%;
}

/* Singles */
.hentry:not(.grid-item) .entry-header {
  margin-bottom: 30px;
}
.hentry:not(.grid-item) .entry-header.reversed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.hentry:not(.grid-item) .entry-header.reversed-header .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.hentry:not(.grid-item) .entry-header .entry-title {
  margin-top: 0;
}
.hentry:not(.grid-item) .post-thumbnail {
  margin-bottom: 30px;
}
.hentry:not(.grid-item) .entry-meta a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #757575;
}
.hentry:not(.grid-item) .entry-meta a:hover {
  color: #ffc500;
}
.hentry:not(.grid-item) .entry-meta .posted-on {
  margin-right: 15px;
}
.hentry:not(.grid-item) .entry-meta .sep {
  margin-right: 5px;
  color: #757575;
}
.hentry:not(.grid-item) .entry-meta .author img {
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
.hentry:not(.grid-item) .entry-footer {
  margin-top: 30px;
}
.hentry:not(.grid-item) .post-edit-link {
  margin-left: 15px;
}
.hentry:not(.grid-item) h1, .hentry:not(.grid-item) h2, .hentry:not(.grid-item) h3, .hentry:not(.grid-item) h4, .hentry:not(.grid-item) h5, .hentry:not(.grid-item) h6 {
  margin-top: 30px;
}

.single-cats {
  display: inline-block;
  margin-right: 30px;
}
.single-cats a {
  border-bottom: 2px solid #ffc500;
  color: #000;
}

.tags-list a {
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #757575;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 5px;
  font-size: 13px;
}

.single-post-no-sidebar {
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: auto;
}
.single-post-no-sidebar.col75 .site-main,
.single-post-no-sidebar .site-main {
  padding-right: 0;
}

/* 404 */
.error404 .page-title {
  font-size: 120px;
}
.error404 .error-404 {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
}
.error404 .page-content {
  margin-top: 60px;
}

/* Archives */
.page-header {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 45px;
}
.page-header .page-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.comments-area .comment-author {
  color: #000;
}
.comments-area .comment-author a {
  color: #000;
}
.comments-area .comment-metadata a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #757575;
}
.comments-area .comment-body {
  margin-bottom: 35px;
  background-color: #f7f7f7;
  padding: 30px;
}
.comments-area .comments-title {
  margin: 0 0 40px;
  font-size: 24px;
}
.comments-area .comment-author-name {
  margin-bottom: 15px;
}
.comments-area .comment-time {
  color: #bfbfbf;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol ol {
  padding-left: 50px;
  margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
  border-left: 0;
}
.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.comments-area .comment-content p {
  margin-bottom: 15px;
}
.comments-area .comment {
  position: relative;
}
.comments-area .comment-avatar {
  position: absolute;
  margin: 0;
}
.comments-area .comment-text {
  margin-left: 100px;
  padding-left: 30px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid #ffc500;
  padding-bottom: 3px;
}
.comments-area .comment-reply-link:hover {
  color: #ffc500;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #242d2e;
  font-size: 14px;
}

.comment-respond {
  margin-top: 50px;
  margin-bottom: 50px;
}

.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%;
}
.comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
}
.comment-form .comment-reply-title {
  font-size: 24px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  font-size: 14px;
}

.site-info {
  padding: 30px 0;
  color: #d7d7d7;
  text-transform: uppercase;
}
.site-info a {
  color: #d7d7d7;
}

/* Footer widget areas */
.footer-widgets {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #757575;
}
.footer-widgets a {
  color: #fff;
}
.footer-widgets a:hover {
  color: #ffc500;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
  color: #757575;
}
.footer-widgets .inner-footer-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-widgets .widget-title {
  background: transparent;
  padding: 0;
}
.footer-widgets .widgets-column {
  padding: 0 15px;
}
.footer-widgets .widget:last-of-type {
  margin-bottom: 0;
}
.footer-widgets + .site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widgets .phunk_recent_entries {
  background-color: transparent;
  padding: 0;
}
.footer-widgets .phunk_recent_entries h6 a {
  color: #fff;
}

/* Subscribe section */
.subscribe-section .inner-subscribe-section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.subscribe-section .inner-subscribe-section h4 {
  float: left;
  margin: 0 30px 0 0;
  color: #fff;
}
.subscribe-section .mc4wp-form {
  display: table;
  margin: 0 auto;
}
.subscribe-section .mc4wp-form div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
# 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;
}

img {
  vertical-align: top;
}

figure {
  margin: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 15px 0;
}
.entry-content .wp-caption {
  color: #757575;
}

.gallery-item .wp-caption-text {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 30px;
}

.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;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
/* Custom */
.hero-slider .slick-initialized .slick-slide,
.hero-slider .slide {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-slider .slick-initialized .slick-slide:focus,
.hero-slider .slide:focus {
  outline: none;
}
.hero-slider .slick-initialized .slick-slide::after,
.hero-slider .slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.hero-slider .slide-content {
  margin: 150px 60px 30px;
  position: relative;
  z-index: 11;
  text-align: center;
}
.hero-slider .entry-title {
  font-size: 22px;
}
.hero-slider .entry-title a {
  color: #fff;
}
.hero-slider .posted-on {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}
.hero-slider .posted-on a {
  color: #fff;
}
.hero-slider .posted-on a:hover {
  color: #ffc500;
}
.hero-slider .first-cat {
  background-color: #ffc500;
  color: #000;
  padding: 0 5px;
  display: table;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero-slider {
  background: #fff url("sass/ajax-loader.gif") center center no-repeat;
}
.hero-slider .slider-inner {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.hero-slider .slider-inner.slick-initialized {
  opacity: 1;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .grid-layout .hentry:first-of-type,
  .grid-layout .hentry:nth-of-type(2) {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .site-title {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .grid-layout {
    margin-left: -15px;
    margin-right: -15px;
  }

  .grid-layout .grid-item {
    padding: 15px;
  }

  .layout-3cols .grid-layout .grid-item {
    width: 50%;
  }
  .layout-3cols .grid-layout .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
  .layout-3cols .grid-layout .grid-item:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 1024px) {
  .grid-layout .grid-item {
    display: block;
  }

  .layout-1cols-2sb .site-main .grid-layout .grid-item.has-post-thumbnail .entry-header,
  .layout-default .site-main .grid-layout .grid-item.has-post-thumbnail .entry-header {
    width: 100%;
    margin: 0;
    float: none;
  }

  .layout-default .grid-layout .grid-item.has-post-thumbnail .post-thumbnail {
    width: 100%;
    float: none;
  }

  .header-social span {
    display: none;
  }

  .content-area.col75 .site-main {
    padding-right: 0;
  }

  .site-content {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .hot-topics > div {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }

  .hot-topics .hot-item {
    width: 50%;
    padding: 15px;
  }
  .hot-topics .hot-item:last-of-type {
    padding: 15px;
  }

  .col-t-50 {
    width: 50%;
  }

  .col-t-100 {
    width: 100%;
  }

  .widgets-column {
    margin-bottom: 30px;
  }
  .widgets-column:nth-last-of-type(1), .widgets-column:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  .layout-1cols-2sb .content-area {
    margin-left: 0;
  }

  .site-main .post-navigation.floating {
    position: static;
    margin: 0;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-main .post-navigation.floating .nav-links > div {
    width: 50%;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .layout-3cols .grid-layout .grid-item,
  .grid-layout .grid-item {
    width: 100%;
  }

  .contPad {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hot-topics .hot-item .hot-item-inner {
    padding-top: 100px;
  }

  .grid-layout .grid-item {
    width: 100%;
  }

  .contPad {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hot-topics .hot-item .hot-item-inner {
    padding-top: 100px;
  }

  .col-m-50 {
    width: 50%;
  }

  .col-m-100 {
    width: 100%;
  }

  .widgets-column {
    margin-bottom: 30px;
  }
  .widgets-column:nth-last-of-type(2) {
    margin-bottom: 30px;
  }

  .content-area.col50 .site-main {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .hot-topics {
    padding: 0;
  }
  .hot-topics .hot-item {
    padding: 0;
  }
  .hot-topics .hot-item:last-of-type {
    padding: 0;
  }
  .hot-topics .hot-item .hot-item-inner {
    padding: 150px 15px 15px;
  }

  .top-bar .header-additionals {
    padding-right: 0;
  }

  .grid-layout .grid-item .entry-header {
    padding: 15px;
  }

  .contPadSmall,
  .contPad {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-s-m-50 {
    width: 50%;
  }

  .col-s-m-100 {
    width: 100%;
  }

  .hero-slider .slick-initialized .slick-slide,
  .hero-slider .slide {
    min-height: 350px;
  }

  .site-info {
    text-align: center;
  }

  .hentry:not(.grid-item) .entry-title {
    font-size: 22px;
  }

  .single-cats {
    display: block;
    margin-bottom: 10px;
  }

  .site-main .post-navigation.floating .nav-links > div {
    width: 100%;
  }
  .site-main .post-navigation.floating .nav-links .nav-previous {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }
}
