@charset "UTF-8";
/*!
 * Theme Name: Autoplay
 * Theme URI: http://www.theme-junkie.com/themes/autoplay
 * Description: Video is taking over the web, and having your own website to showcase your video content is essential. Whether you publish video to YouTube, Vimeo, Facebook, Twitter, or anywhere else, collecting that content on your own platform can help to establish your brand. Autoplay is a video magazine WordPress theme to help you do just that. Use the Elementor drag-and-drop builder to create your own layout, and enjoy a fully responsive, SEO friendly theme that you can get started using fast.
 * Version: 1.0.0
 * Author: Theme Junkie
 * Author URI: http://www.theme-junkie.com/
 * Tags: blog, portfolio, grid-layout, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
 * Text Domain: autoplay
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Autoplay WordPress Theme, Copyright 2019 http://www.theme-junkie.com/
 * Autoplay is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*
    $CONTENTS
*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - ICONFONTS
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * SECTIONS
 * - HEADER
 * - NAVIGATIONS
 * - FOOTER
 * - COMMENT
 * - SIDEBARS
 * - MODULES
 * - ELEMENTOR
 *
 */
/*------------------------------------*
	$NORMALIZE
*------------------------------------*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------*
	$ICONFONTS
*------------------------------------*/
@font-face {
  font-family: 'fontello';
  src: url("assets/fonts/fontello.eot?25789795");
  src: url("assets/fonts/fontello.eot?25789795#iefix") format("embedded-opentype"), url("assets/fonts/fontello.woff2?25789795") format("woff2"), url("assets/fonts/fontello.woff?25789795") format("woff"), url("assets/fonts/fontello.ttf?25789795") format("truetype"), url("assets/fonts/fontello.svg?25789795#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('assets/fonts/fontello.svg?25789795#fontello') format('svg');
	}
}
*/
[class^="icon-"]:before, .social-menu a::before, .post-meta span::before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-heart-empty:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-mail:before {
  content: '\e802';
}

/* '' */
.icon-clock:before {
  content: '\e803';
}

/* '' */
.icon-wordpress:before {
  content: '\e804';
}

/* '' */
.icon-rss:before {
  content: '\e805';
}

/* '' */
.icon-up-open:before {
  content: '\e806';
}

/* '' */
.icon-left-open:before {
  content: '\e807';
}

/* '' */
.icon-search:before {
  content: '\e808';
}

/* '' */
.icon-menu:before {
  content: '\e809';
}

/* '' */
.icon-right-open:before {
  content: '\e80a';
}

/* '' */
.icon-eye:before {
  content: '\e80b';
}

/* '' */
.icon-play:before {
  content: '\e80c';
}

/* '' */
.icon-cancel:before {
  content: '\e80d';
}

/* '' */
.icon-heart:before {
  content: '\e80e';
}

/* '' */
.icon-location:before {
  content: '\e80f';
}

/* '' */
.icon-play-circle:before {
  content: '\e810';
}

/* '' */
.icon-home:before {
  content: '\e811';
}

/* '' */
.icon-down-open:before {
  content: '\e812';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-github:before {
  content: '\f09b';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.icon-youtube:before {
  content: '\f16a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-dribbble:before {
  content: '\f17d';
}

/* '' */
.icon-skype:before {
  content: '\f17e';
}

/* '' */
.icon-pinterest:before {
  content: '\f231';
}

/* '' */
.icon-medium:before {
  content: '\f23a';
}

/* '' */
.icon-vimeo:before {
  content: '\f27d';
}

/* '' */
.icon-snapchat:before {
  content: '\f2ac';
}

/* '' */
.icon-flickr:before {
  content: '\f303';
}

/* '' */
.icon-codepen:before {
  content: '\f32c';
}

/* '' */
/*------------------------------------*
	$LAYOUTS
*------------------------------------*/
.wide-container {
  background-color: #fff;
}

.boxed-container .wide-container, .framed-container .wide-container {
  max-width: 120rem;
  margin: 0 auto;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}

.fixed-top-bar .wide-container {
  padding-top: 3.6rem;
}

.framed-container {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .framed-container {
    margin: 4rem auto;
  }
}

.container {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 1280px) {
  .container {
    padding: 0;
  }
}

.boxed-container .container, .framed-container .container,
.framed-container .container {
  padding: 0 3rem;
}

.site-content {
  margin-top: 4rem;
}

@media (min-width: 900px) {
  .layout-2c-l .content-area {
    width: 74.3243243243%;
    float: left;
    margin-right: 2.7027027027%;
  }
}

@media (min-width: 900px) {
  .layout-2c-r .content-area {
    width: 74.3243243243%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .layout-1c-n .content-area {
    width: 74.3243243243%;
    margin: auto;
  }
}

@media (min-width: 900px) {
  .layout-2c-l .widget-area {
    width: 22.972972973%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .layout-2c-r .widget-area {
    width: 22.972972973%;
    float: left;
    margin-right: 2.7027027027%;
  }
}

.posts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: initial;
  /* helper for grid three */
}

.posts:after {
  content: "";
  width: 30.9090909091%;
}

.post-layout-default {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.post-layout-default .thumbnail {
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .post-layout-default .thumbnail {
    width: 53.9393939394%;
    margin-right: 3.6363636364%;
    margin-bottom: 0;
  }
}

.post-layout-default .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .post-layout-default .content {
    width: 42.4242424242%;
  }
}

.post-layout-grid-two {
  width: 48.1818181818%;
  margin-bottom: 3rem;
}

.post-layout-grid-two .thumbnail {
  margin-bottom: 2rem;
}

.post-layout-grid-three {
  margin-bottom: 3rem;
}

@media (min-width: 600px) {
  .post-layout-grid-three {
    width: 48.1818181818%;
  }
}

@media (min-width: 900px) {
  .post-layout-grid-three {
    width: 30.9090909091%;
  }
}

.post-layout-grid-three .thumbnail {
  margin-bottom: 2rem;
}

.post-layout-grid-four {
  margin-bottom: 3rem;
}

@media (min-width: 600px) {
  .post-layout-grid-four {
    width: 48.6486486486%;
  }
}

@media (min-width: 800px) {
  .post-layout-grid-four {
    width: 22.972972973%;
    margin-bottom: 0;
  }
}

/*------------------------------------*
	$MAIN
*------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.2rem;
  color: #555;
  background: #fff;
}

@media (max-width: 600px) {
  body {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

/**
 * Selection Color.
 */
::-moz-selection {
  color: #fff;
  background: #ee5b6a;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #ee5b6a;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #ee5b6a;
  text-shadow: none;
}

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure > img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 2.4rem;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 0.5rem;
}

.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #999;
}

.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

embed,
iframe,
object {
  width: 100%;
  max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 2.2rem;
}

.alignright {
  float: right;
  margin-left: 2.2rem;
}

.aligncenter {
  clear: both;
}

.alignnone {
  display: block;
}

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

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  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 */
}

table {
  width: 100%;
  margin-bottom: 2.2rem;
}

table th,
table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #efefef;
}

table th {
  text-transform: uppercase;
  border-bottom: 1rem solid #efefef;
}

table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}

.sticky,
.bypostauthor {
  font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 2rem;
}

.gallery-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0.4rem 0.4rem 0;
}

.gallery-icon a,
.gallery-icon img {
  display: block;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  font-size: 1.4rem;
  line-height: 2.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.2rem 0.8rem;
  text-align: left;
  opacity: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.gallery-caption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 5rem;
  content: "";
}

.gallery-item:hover .gallery-caption {
  opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.post-layout-grid-two, .post-layout-grid-three, .post-layout-grid-four, .gallery, .clearfix, .comment-container, .widget_entries_thumbnail .small-posts,
.elementor-widget-wp-widget-autoplay-posts .small-posts, .widget_address li, .post-pagination, .post-pagination > div {
  *zoom: 1;
}

.post-layout-grid-two:before, .post-layout-grid-three:before, .post-layout-grid-four:before, .gallery:before, .clearfix:before, .comment-container:before, .widget_entries_thumbnail .small-posts:before,
.elementor-widget-wp-widget-autoplay-posts .small-posts:before, .widget_address li:before, .post-pagination:before, .post-pagination > div:before, .post-layout-grid-two:after, .post-layout-grid-three:after, .post-layout-grid-four:after, .gallery:after, .clearfix:after, .comment-container:after, .widget_entries_thumbnail .small-posts:after,
.elementor-widget-wp-widget-autoplay-posts .small-posts:after, .widget_address li:after, .post-pagination:after, .post-pagination > div:after {
  display: table;
  content: "";
}

.post-layout-grid-two:after, .post-layout-grid-three:after, .post-layout-grid-four:after, .gallery:after, .clearfix:after, .comment-container:after, .widget_entries_thumbnail .small-posts:after,
.elementor-widget-wp-widget-autoplay-posts .small-posts:after, .widget_address li:after, .post-pagination:after, .post-pagination > div:after {
  clear: both;
}

.primary-menu, .secondary-menu, .primary-menu .sub-menu, .secondary-menu .sub-menu, .social-menu, .post-share ul, .commentlist, .widget ul, .widget_entries_thumbnail ul,
.elementor-widget-wp-widget-autoplay-posts ul, .widget_address ul, .breadcrumbs .trail-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/*------------------------------------*
	$TYPOGRAPHY
*------------------------------------*/
/**
 * Set link colors.
 */
a {
  -webkit-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;
  text-decoration: none;
  color: #ee5b6a;
}

a:visited {
  color: #ee5b6a;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #555;
}

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 1.1rem 0;
  color: #333;
  letter-spacing: -.08rem;
}

h1,
.h1 {
  font-size: 3.6rem;
  line-height: 3.96rem;
}

h2,
.h2 {
  font-size: 3rem;
  line-height: 3.3rem;
}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 3.12rem;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 2.6rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

/**
 * Text elements.
 */
p {
  margin: 0 0 2.2rem;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  vertical-align: baseline;
  text-decoration: line-through;
  color: #aaa;
}

code,
kbd,
pre,
samp {
  font-size: 1.6rem;
}

pre {
  margin: 2.2rem 0;
  padding: 2.2rem;
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

blockquote {
  font-style: italic;
  margin: 2.2rem 4rem;
  padding-left: 2rem;
  color: #777;
  border-left: 0.3rem solid #ee5b6a;
}

blockquote cite {
  position: relative;
  display: block;
  padding: 1rem 0 0 2rem;
  color: #555;
}

blockquote cite:before {
  position: absolute;
  left: 0;
  content: "\2014";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin: 0 0 2.2rem;
}

ul,
ol {
  margin: 1.4rem 0;
  padding: 0 0 0 2.2rem;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li ul,
li ol {
  margin: 0;
}

dl {
  margin: 2.2rem;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 2.2rem;
}

hr {
  clear: both;
  height: 0.1rem;
  min-height: 0;
  margin: 2.2rem 0;
  border-top: 0.1rem solid #efefef;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

hr.dotted {
  border-style: dotted;
}

hr.dashed {
  border-style: dashed;
}

hr.blackborder {
  border-color: #000;
}

hr.whiteborder {
  border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
  * {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*
	$FORMS
*------------------------------------*/
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  display: inline-block;
  box-sizing: border-box;
  height: 4rem;
  padding: 1rem;
  vertical-align: middle;
  border: 0.1rem solid #efefef;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
}

form textarea {
  height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  box-sizing: border-box;
  padding: .5em .6em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more highstakeized across browsers. */
form input[type="color"] {
  padding: .2em .5em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  border-color: #129fea;
  outline: 0;
  background-color: #fff;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: inline-block;
  margin: .5em 0;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  min-height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  margin: .5em 0 .2em;
}

form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: .3em;
  padding: .3em 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/**
 * Button
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  font-family: inherit;
  font-size: 100%;
  text-decoration: none;
  padding: 1rem 1.5rem 1.4rem;
  color: #fff;
  background-color: #ee5b6a;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color linear 200ms;
  transition: background-color linear 200ms;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited {
  color: #000;
}

button:visited:hover,
input[type="button"]:visited:hover,
input[type="reset"]:visited:hover,
input[type="submit"]:visited:hover,
.button:visited:hover {
  color: #fff;
}

.button-primary {
  background-color: #ee5b6a;
  color: #fff;
  padding: 1.5rem 3.3rem;
  border: none rgba(0, 0, 0, 0);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:hover,
.button:focus {
  background-color: #14171C;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
  outline: 0;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active {
  background-color: #000;
  color: #fff;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
.button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*------------------------------------*
	$HEADER
*------------------------------------*/
.site-header {
  background-color: #14171C;
  position: relative;
}

.site-header .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 800px) {
  .site-header .container {
    min-height: 15rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-branding {
  float: left;
}

@media (min-width: 800px) {
  .site-branding {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    float: none;
  }
}

.site-branding .site-title a {
  color: #555;
}

.site-branding .site-title a:hover {
  color: #ee5b6a;
}

.search-icon {
  text-align: right;
  font-size: 2rem;
  position: absolute;
  top: 4.7rem;
  right: 2rem;
}

@media (min-width: 800px) {
  .search-icon {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    top: auto;
    right: auto;
    position: relative;
  }
}

/*------------------------------------*
	$NAVIGATIONS
*------------------------------------*/
/**
 * Primary navigation
 */
.main-navigation {
  background-color: #000;
}

.fixed-top-bar .main-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
}

.main-navigation .container {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

#primary-menu {
  -webkit-box-flex: 1;
          flex: 1;
}

.primary-menu li, .secondary-menu li {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}

.primary-menu li:hover > .sub-menu, .secondary-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.primary-menu li:hover > a, .secondary-menu li:hover > a {
  color: #ee5b6a;
}

.primary-menu li:last-child, .secondary-menu li:last-child {
  margin-right: 0;
}

.primary-menu a, .secondary-menu a {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: .7rem 0;
}

.primary-menu a:hover, .secondary-menu a:hover {
  color: #ee5b6a;
}

.primary-menu .sub-menu, .secondary-menu .sub-menu {
  padding: 1.3rem 0;
  text-align: left;
  border-top: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  min-width: 20rem;
  background-color: #fff;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.primary-menu .sub-menu ul, .secondary-menu .sub-menu ul {
  top: 0;
  left: 100%;
}

.primary-menu .sub-menu li, .secondary-menu .sub-menu li {
  display: block;
  position: relative;
  border-left: 3px solid transparent;
  margin-right: 0;
  padding: 0 2rem;
}

.primary-menu .sub-menu li:hover, .secondary-menu .sub-menu li:hover {
  border-color: #ee5b6a;
}

.primary-menu .sub-menu a, .secondary-menu .sub-menu a {
  color: #555;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 400;
  padding: 1rem 0;
}

.primary-menu .sub-menu a:hover, .secondary-menu .sub-menu a:hover {
  margin-left: 0.3rem;
}

/**
 * Mobile primary navigation
 */
.slicknav_menu {
  display: block;
  background-color: transparent;
  padding: 0;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (min-width: 800px) {
  .slicknav_menu {
    display: none;
  }
}

.slicknav_menu .slicknav_btn {
  float: left;
  background-color: transparent;
  padding: 0;
  margin: 1.5rem 0;
}

@media (max-width: 600px) {
  .main-navigation .slicknav_menu .slicknav_btn {
    margin: 1.1rem 0;
  }
}

.slicknav_menu .slicknav_nav {
  padding-bottom: 2rem;
}

.slicknav_menu .slicknav_nav .slicknav_row:hover {
  background-color: transparent;
}

.slicknav_menu .slicknav_nav a {
  padding-left: 0;
  margin-left: 0;
  color: #fff;
}

.primary-menu, .secondary-menu,
.secondary-menu {
  display: none;
}

@media (min-width: 800px) {
  .primary-menu, .secondary-menu,
  .secondary-menu {
    display: block;
  }
}

/**
 * Social navigation
 */
.social-menu {
  position: absolute;
  right: 2rem;
  top: 1.1rem;
}

@media (min-width: 800px) {
  .social-menu {
    right: 0;
    top: auto;
  }
}

.social-menu li {
  display: inline-block;
}

.social-menu a {
  color: #fff;
}

.social-menu a:hover, .social-menu a:visited:hover {
  color: #ee5b6a;
}

.social-menu a[href*="twitter.com"]::before {
  content: "\f099";
}

.social-menu a[href*="facebook.com"]::before {
  content: "\f09a";
}

.social-menu a[href*="instagram.com"]::before {
  content: "\f16d";
}

.social-menu a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.social-menu a[href*="pinterest.com"]::before {
  content: "\f231";
}

.social-menu a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-menu a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.social-menu a[href*="codepen.io"]::before {
  content: "\f32c";
}

.social-menu a[href*="flickr.com"]::before {
  content: "\f303";
}

.social-menu a[href*="github.com"]::before {
  content: "\f09b";
}

.social-menu a[href*="medium.com"]::before {
  content: "\f23a";
}

.social-menu a[href*="wordpress.com"]::before, .social-menu a[href*="wordpress.org"]::before {
  content: "\e804";
}

.social-menu a[href*="vimeo.com"]::before {
  content: "\f27d";
}

.social-menu a[href*="youtube.com"]::before {
  content: "\f16a";
}

.social-menu a[href*="snapchat.com"]::before {
  content: "\f2ac";
}

.social-menu a[href*="/feed"]::before, .social-menu a[href*="feedburner.com"]::before {
  content: "\e805";
}

.social-menu a[href*="mailto"]::before {
  content: "\e802";
}

/**
 * Secondary navigation
 */
@media (min-width: 800px) {
  .secondary-navigation {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
  }
}

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

.secondary-navigation .slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
}

.secondary-navigation .slicknav_btn {
  text-shadow: none;
  margin: .5rem 4rem .5rem 0;
  float: right;
}

.secondary-navigation .slicknav_nav {
  padding-top: 2rem;
}

.secondary-menu > li > a {
  text-transform: uppercase;
  padding: 1.2rem 0;
}

.secondary-menu a {
  font-weight: 600;
  font-size: 1.4rem;
}

.secondary-menu .sub-menu a {
  font-size: 1.2rem;
}

@-webkit-keyframes animate_submenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate_submenu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.grid-posts .entry-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.grid-posts .thumbnail {
  margin-bottom: 2rem;
}

.entry-header .page-title {
  margin-top: 0;
}

.single .post .entry-header {
  margin-bottom: 3rem;
}

.entry-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: .5rem;
}

.single .post .entry-title {
  font-size: 3.6rem;
  line-height: normal;
}

.entry-title a {
  color: #333;
}

.entry-title a:hover {
  color: #ee5b6a;
}

.entry-summary p {
  margin-bottom: 1.2rem;
}

.post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.post-thumbnail:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .9;
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
}

.post-thumbnail.has-video:hover .play-icon {
  visibility: visible;
  opacity: 1;
}

.single .post .post-thumbnail {
  margin-bottom: 3rem;
}

.post-thumbnail img {
  display: block;
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}

.post-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.post-thumbnail .play-icon i {
  color: #fff;
  font-size: 5rem;
}

.cat-links {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ee5b6a;
}

.post-meta {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ccc;
  text-transform: uppercase;
}

.post-meta a {
  color: #ccc;
}

.post-meta a:hover {
  color: #ee5b6a;
}

.post-meta .posted-on {
  margin-right: 2rem;
}

.post-meta .posted-on::before {
  content: "\e803";
  margin-left: 0;
  margin-right: .5rem;
}

.post-meta .views::before {
  content: "\e80b";
  margin-left: 0;
  margin-right: .4rem;
}

.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.content .post-share {
  width: 7.8787878788%;
  margin-right: 3.6363636364%;
  display: none;
}

@media (min-width: 600px) {
  .content .post-share {
    display: block;
  }
}

@media (min-width: 600px) {
  .content .post-content {
    width: 76.9696969697%;
    margin: auto;
  }
}

.post-share-active .content .post-content {
  margin: inherit;
}

.post-share {
  text-align: center;
}

.post-share li {
  margin-bottom: .5rem;
}

.post-share li.twitter a {
  background-color: #1da1f2;
}

.post-share li.facebook a {
  background-color: #3b5998;
}

.post-share li.google-plus a {
  background-color: #dd4b39;
}

.post-share li.linkedin a {
  background-color: #0077b5;
}

.post-share li.pinterest a {
  background-color: #bd081c;
}

.post-share li.email a {
  background-color: #4285f4;
}

.post-share a {
  min-height: 4.5rem;
  min-width: 4.5rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 4.5rem;
}

.post-content p:first-child {
  font-weight: 600;
}

.tag-links .tag-title {
  margin-right: 2rem;
}

.tag-links .tag-title::after {
  margin-top: 0;
  border-bottom: 0;
}

.tag-links a {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ccc;
  margin-right: 2rem;
}

.tag-links a:hover {
  color: #ee5b6a;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
  background-color: #14171C;
  padding: 10rem 0;
  color: #ccc;
  position: relative;
}

.site-footer .container {
  z-index: 1;
  position: relative;
}

.site-info {
  border-top: 0.1rem solid #efefef;
  padding-top: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  text-align: center;
}

@media (min-width: 650px) {
  .site-info {
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    text-align: left;
  }
}

.site-info .footer-branding {
  margin-bottom: 2rem;
}

@media (min-width: 650px) {
  .site-info .footer-branding {
    margin-bottom: 0;
  }
}

.site-info .copyright {
  margin-bottom: 0;
  font-size: 1.2rem;
}

/*------------------------------------*
	$COMMENT
*------------------------------------*/
.comments-title {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 480px) {
  .comments-title {
    text-align: left;
  }
}

.comment-reply-title,
.comments-title {
  text-transform: uppercase;
  font-size: 2rem;
}

/**
 * Comment list
 */
.commentlist {
  margin-bottom: 4rem;
}

.commentlist .comment {
  margin-bottom: 6rem;
}

.commentlist .children {
  margin: 6rem 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .commentlist .children {
    padding-left: 9rem;
  }
}

@media (min-width: 240px) and (max-width: 768px) {
  .commentlist .children .children {
    padding-left: 0;
  }
}

.commentlist .children .avatar {
  width: 7rem;
}

@media (min-width: 480px) {
  .comment-avatar {
    width: 14.4144144144%;
    float: left;
    margin-right: 2.7027027027%;
  }
  .comment-body {
    width: 82.8828828829%;
    float: right;
    margin-right: 0;
  }
}

.comment-avatar {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 480px) {
  .comment-avatar {
    margin-bottom: 0;
  }
}

.comment-avatar .avatar {
  border-radius: 50%;
}

.comment-avatar .name {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.comment-avatar .name a {
  color: #555;
}

.comment-avatar .name a:hover {
  color: #ee5b6a;
}

.comment-body {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.comment-body .comment-wrapper {
  position: relative;
  padding: 2.5rem;
  border: 0.1rem solid #efefef;
}

.comment-body .comment-head {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}

.comment-body .comment-head a {
  color: #ccc;
}

@media (max-width: 479px) {
  .comment-body .comment-content {
    font-size: 1.6rem;
  }
}

.comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}

.comment-reply-link {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  padding-top: 2rem;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #ccc;
}

@media (min-width: 480px) {
  .comment-reply-link {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    padding-top: 0;
  }
}

.author-badge {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-bottom: 2rem;
  padding: .4rem .6rem;
  color: #fff;
  background-color: #ee5b6a;
}

@media (min-width: 480px) {
  .author-badge {
    margin-bottom: 0;
  }
}

.children .comment-respond,
.layout-2c-l .comment-respond {
  margin-top: 0;
}

@media (min-width: 601px) {
  .children .comment-respond,
  .layout-2c-l .comment-respond {
    margin-top: 6rem;
  }
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
  display: block;
  width: 100%;
}

/**
 * Comment form
 */
.comments-area {
  margin-bottom: 6.6rem;
  padding-top: 3.5rem;
}

@media (min-width: 801px) {
  .comments-area {
    margin-bottom: 2.2rem;
  }
}

.comment-notes {
  font-size: 1.4rem;
  font-style: italic;
  color: #ccc;
}

form.comment-form label {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"],
form.comment-form textarea {
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  background-color: #fff;
  font-size: 1.6rem;
}

form.comment-form .comment-form-comment {
  clear: both;
}

@media (min-width: 500px) {
  form.comment-form .comment-form-author,
  form.comment-form .comment-form-email,
  form.comment-form .comment-form-url {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
  width: 100%;
}

form.comment-form textarea {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

form.comment-form .comment-form-url {
  margin-right: 0;
}

.required {
  color: #ee5b6a;
}

#cancel-comment-reply-link {
  font-size: 1.3rem;
}

#comment-nav-above {
  margin-bottom: 3rem;
}

.comment-navigation .nav-previous {
  display: inline;
  float: left;
}

.comment-navigation .nav-next {
  display: inline;
  float: right;
  text-align: right;
}

.comment-navigation a {
  color: #555;
}

/*------------------------------------*
	$SIDEBARS
*------------------------------------*/
.widget {
  margin-bottom: 4rem;
  padding: 2rem;
  background-color: #f6f6f6;
}

.widget li {
  padding: .5rem 0;
}

.widget li:first-child {
  padding-top: 0;
}

.widget li a {
  color: #555;
}

.widget li a:hover {
  color: #ee5b6a;
}

.widget select {
  width: 100%;
  max-width: 100%;
  height: 3.6rem;
  padding: 1rem;
  border: 0.1rem solid #efefef;
  background-color: #fff;
}

/**
 * Footer sidebar
 */
.footer-sidebar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer-sidebar .widget-title {
  color: #fff;
}

.footer-sidebar .widget-title a {
  color: #fff;
}

.footer-sidebar .widget-title a:hover {
  color: inherit;
}

.footer-sidebar .widget {
  padding: 0;
  background-color: transparent;
}

.footer-sidebar .widget li a {
  color: #ccc;
}

.footer-sidebar .widget li a:hover {
  color: #ee5b6a;
}

@media (min-width: 600px) {
  .widget-column-4 .footer-column {
    width: 48.6486486486%;
  }
}

@media (min-width: 900px) {
  .widget-column-4 .footer-column {
    width: 22.972972973%;
  }
}

@media (min-width: 600px) {
  .widget-column-3 .footer-column {
    width: 31.5315315315%;
  }
}

@media (min-width: 600px) {
  .widget-column-6 .footer-column {
    width: 31.5315315315%;
  }
}

@media (min-width: 1024px) {
  .widget-column-6 .footer-column {
    width: 14.4144144144%;
  }
}

/**
 * Posts with Thumbnail
 */
.widget_entries_thumbnail,
.elementor-widget-wp-widget-autoplay-posts {
  padding: 0;
  background-color: transparent;
}

.widget_entries_thumbnail li .cat-links,
.elementor-widget-wp-widget-autoplay-posts li .cat-links {
  display: inline-block;
  line-height: 1;
}

.widget_entries_thumbnail li .cat-links a,
.elementor-widget-wp-widget-autoplay-posts li .cat-links a {
  color: #ee5b6a;
}

.widget_entries_thumbnail li .cat-links a:hover,
.elementor-widget-wp-widget-autoplay-posts li .cat-links a:hover {
  color: #555;
}

.widget_entries_thumbnail .post-title,
.elementor-widget-wp-widget-autoplay-posts .post-title {
  display: block;
  font-weight: 600;
  color: #555;
}

.widget_entries_thumbnail .post-title:hover,
.elementor-widget-wp-widget-autoplay-posts .post-title:hover {
  color: #ee5b6a;
}

.widget_entries_thumbnail .large-post,
.elementor-widget-wp-widget-autoplay-posts .large-post {
  margin-bottom: 1rem;
}

.widget_entries_thumbnail .large-post .post-thumbnail,
.elementor-widget-wp-widget-autoplay-posts .large-post .post-thumbnail {
  margin-bottom: 1rem;
}

.widget_entries_thumbnail .small-posts,
.elementor-widget-wp-widget-autoplay-posts .small-posts {
  padding: .8rem 0;
  clear: both;
}

.widget_entries_thumbnail .small-posts .post-thumbnail,
.elementor-widget-wp-widget-autoplay-posts .small-posts .post-thumbnail {
  max-width: 7rem;
  float: left;
}

.widget_entries_thumbnail .small-posts .post-detail,
.elementor-widget-wp-widget-autoplay-posts .small-posts .post-detail {
  margin-left: 8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

@media (min-width: 900px) {
  .widget_entries_thumbnail .small-posts .post-detail,
  .elementor-widget-wp-widget-autoplay-posts .small-posts .post-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
}

.widget_entries_thumbnail .small-posts .cat-links,
.elementor-widget-wp-widget-autoplay-posts .small-posts .cat-links {
  margin-bottom: .3rem;
}

.widget_entries_thumbnail .small-posts .post-title,
.elementor-widget-wp-widget-autoplay-posts .small-posts .post-title {
  line-height: 2rem;
  font-size: 1.3rem;
}

/**
 * Social widget
 */
.widget_social_icons a,
.elementor-widget-wp-widget-autoplay-social a {
  display: inline-block;
  margin: .3rem .3rem .6rem .3rem;
  width: 4.7rem;
  height: 4.7rem;
  position: relative;
  text-align: center;
  background-color: #555;
  color: #fff;
  line-height: 4.8rem;
  font-size: 1.8rem;
}

.widget_social_icons a:hover, .widget_social_icons a:visited,
.elementor-widget-wp-widget-autoplay-social a:hover,
.elementor-widget-wp-widget-autoplay-social a:visited {
  color: #fff;
  opacity: .7;
}

.widget_social_icons a.facebook,
.elementor-widget-wp-widget-autoplay-social a.facebook {
  background-color: #3b5998;
}

.widget_social_icons a.twitter,
.elementor-widget-wp-widget-autoplay-social a.twitter {
  background-color: #55acee;
}

.widget_social_icons a.google-plus,
.elementor-widget-wp-widget-autoplay-social a.google-plus {
  background-color: #dc4e41;
}

.widget_social_icons a.instagram,
.elementor-widget-wp-widget-autoplay-social a.instagram {
  background-color: #405de6;
}

.widget_social_icons a.pinterest,
.elementor-widget-wp-widget-autoplay-social a.pinterest {
  background-color: #bd081c;
}

.widget_social_icons a.linkedin,
.elementor-widget-wp-widget-autoplay-social a.linkedin {
  background-color: #0077b5;
}

.widget_social_icons a.behance,
.elementor-widget-wp-widget-autoplay-social a.behance {
  background-color: #1769ff;
}

.widget_social_icons a.dribbble,
.elementor-widget-wp-widget-autoplay-social a.dribbble {
  background-color: #ea4c89;
}

.widget_social_icons a.github,
.elementor-widget-wp-widget-autoplay-social a.github {
  background-color: #4078c0;
}

.widget_social_icons a.codepen,
.elementor-widget-wp-widget-autoplay-social a.codepen {
  background-color: #333;
}

.widget_social_icons a.rss,
.elementor-widget-wp-widget-autoplay-social a.rss {
  background-color: #f26522;
}

.widget_social_icons a.tumblr,
.elementor-widget-wp-widget-autoplay-social a.tumblr {
  background-color: #35465c;
}

/**
 * Banner widget
 */
.widget_ad {
  text-align: center;
  padding: 0;
  background-color: transparent;
}

.widget_ad .widget-title {
  border: none;
  color: #ccc;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-bottom: .5rem;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.widget_ad .widget-title::after {
  display: none;
  border-bottom: 0;
}

/**
 * Address widget
 */
.sidebar-footer .widget_address ul {
  padding-left: 0;
}

.widget_address .icon {
  width: 5%;
  float: left;
}

.widget_address .text {
  width: 85%;
  float: right;
}

/**
 * Widget search
 */
@media (max-width: 900px) {
  .widget_search .search-field {
    width: 90%;
  }
}

/**
 * Widget nav menu
 */
.widget_nav_menu .sub-menu {
  padding-left: 1rem;
}

.widget_nav_menu .sub-menu li:first-child {
  padding-top: .5rem;
}

/**
 * Widget recent entries
 */
.widget_recent_entries .post-date {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #aaa;
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * Search button & popup
 */
.search-toggle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.search-toggle:focus {
  outline: none;
}

.search-toggle:visited {
  color: #fff;
}

.search-toggle:hover, .search-toggle:visited:hover {
  color: #ee5b6a;
}

.popup-content {
  position: relative;
  text-align: center;
}

.popup-content .search-field {
  color: #fff;
  border: none;
  background: transparent;
  height: auto;
  width: 100%;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 500px) {
  .popup-content .search-field {
    font-size: 10rem;
  }
}

.popup-content .search-field::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.popup-content .search-field::-moz-placeholder {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.popup-content .search-field:-ms-input-placeholder {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.popup-content .search-field:-moz-placeholder {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.popup-content .search-field:focus {
  background: transparent;
}

button.mfp-close {
  opacity: 1;
  color: #fff;
  background-color: #000;
  font-size: 4rem;
}

button.mfp-close:hover {
  color: #000;
  background-color: #fff;
}

.popup-fade {
  background: rgba(221, 221, 221, 0.85);
}

.popup-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.popup-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.popup-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.popup-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.popup-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.popup-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.video-popup {
  max-width: 80rem;
  margin: auto;
}

/**
 * Advertisement
 */
.header-ad {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/**
 * Random link
 */
.random-link {
  position: absolute;
  right: 5rem;
  color: #fff;
  top: 1rem;
}

@media (min-width: 80rem) {
  .random-link {
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.boxed-container .random-link, .framed-container .random-link,
.framed-container .random-link {
  right: 6rem;
}

.random-link:hover, .random-link:visited {
  color: #fff;
}

/**
 * Breadcrumbs
 */
.breadcrumbs .trail-items {
  color: #999;
  font-size: 1.2rem;
  padding-top: 2rem;
}

.breadcrumbs .trail-items li {
  padding-right: 3rem;
}

.breadcrumbs .trail-items li:last-child {
  padding-right: 0;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
}

.breadcrumbs li::before {
  position: absolute;
  top: 0;
  left: -18px;
  content: "\203A";
}

.breadcrumbs li:first-of-type::before {
  content: "";
}

.breadcrumbs a {
  color: #999;
}

/**
 * Block elements
 */
.block-title, .elementor-page .elementor-widget-container h5 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.block-title::after, .elementor-page .elementor-widget-container h5::after {
  content: "";
  border-bottom: 0.1rem solid #ee5b6a;
  display: block;
  width: 3rem;
  margin-top: 1rem;
}

/**
 * Trending
 */
.trending {
  padding-bottom: 3rem;
}

.trending.trending-dark {
  background-color: #14171C;
}

.trending.trending-dark .trending-title {
  color: #fff;
}

.trending.trending-dark .trending-desc {
  color: #ccc;
}

.trending.trending-dark .entry-title a {
  color: #fff;
}

.trending.trending-dark .entry-title a:hover {
  color: #ee5b6a;
}

.trending-title {
  margin-bottom: 2.5rem;
}

.trending .entry-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}

.trending .thumbnail {
  margin-bottom: 1rem;
}

/**
 * Post formats icon
 */
.format-icon {
  background-color: #ee5b6a;
  min-width: 3.2rem;
  min-height: 3.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  font-size: 1.4rem;
}

.has-caption .format-icon {
  bottom: 2.6rem;
}

/**
 * Posts pagination
 */
.pagination {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pagination .current {
  background-color: #14171C;
  color: #fff;
}

.pagination .current:visited {
  color: #fff;
}

.pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  margin-right: -.2rem;
  min-width: 3.5rem;
  min-height: 3.4rem;
  text-align: center;
  color: #14171C;
}

.pagination .page-numbers.current {
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #14171C;
  color: #fff;
}

.pagination .page-numbers:visited {
  color: #000;
}

.pagination .page-numbers:visited:hover {
  color: #fff;
}

.pagination.traditional-pagination {
  text-align: inherit;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.pagination.traditional-pagination .next,
.pagination.traditional-pagination .prev {
  overflow: inherit;
  white-space: normal;
  text-indent: inherit;
  background: none;
  width: auto;
  height: auto;
  vertical-align: baseline;
}

.pagination.traditional-pagination .next a,
.pagination.traditional-pagination .prev a {
  color: #555;
}

.pagination.traditional-pagination .next a:hover,
.pagination.traditional-pagination .prev a:hover {
  color: #ee5b6a;
}

.pagination.traditional-pagination .next {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.pagination.traditional-pagination .prev {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

/**
 * Page header
 */
.page-header {
  border-bottom: 0.1rem solid #efefef;
  margin-bottom: 3rem;
}

.page-header .page-title {
  margin-top: 0;
}

.page-header .page-title span {
  color: #ee5b6a;
  text-transform: none;
}

.author .taxonomy-description {
  padding-bottom: 3rem;
}

/**
 * Post pagination
 */
.post-pagination {
  margin-top: 5rem;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: baseline;
          justify-content: baseline;
}

.post-pagination .post-detail {
  overflow: hidden;
}

.post-pagination .post-detail span {
  display: inline-block;
  font-size: 1.2rem;
  color: #ee5b6a;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.post-pagination .post-detail a {
  color: #555;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}

.post-pagination .post-detail a:hover {
  color: #ee5b6a;
}

.post-pagination > div {
  width: 100%;
}

@media (min-width: 600px) {
  .post-pagination > div {
    width: 48.1818181818%;
  }
}

.prev-post {
  margin-bottom: 3rem;
}

@media (min-width: 569px) {
  .prev-post {
    margin-bottom: 0;
  }
}

.prev-post .arrow {
  margin-right: 1rem;
}

.next-post {
  text-align: right;
}

.next-post .arrow {
  margin-left: 1rem;
}

/**
 * Author biography
 */
.author-bio {
  background-color: #f6f6f6;
  padding: 7.8787878788%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 6rem;
}

.author-bio .author-avatar {
  display: none;
}

@media (min-width: 600px) {
  .author-bio .author-avatar {
    display: block;
    width: 13.6363636364%;
  }
}

.author-bio .author-avatar img {
  border-radius: 50%;
}

@media (min-width: 600px) {
  .author-bio .description {
    width: 82.7272727273%;
  }
}

.author-bio .description .name {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.author-bio .description .name a {
  color: #555;
}

.author-bio .description .name a:hover {
  color: #ee5b6a;
}

.author-bio .author-social-links a {
  display: inline-block;
  color: #555;
  font-size: 1.6rem;
  margin-right: 1rem;
}

/**
 * Related Posts
 */
.related-posts .block-title, .related-posts .elementor-page .elementor-widget-container h5, .elementor-page .elementor-widget-container .related-posts h5,
.random-posts .block-title,
.random-posts .elementor-page .elementor-widget-container h5,
.elementor-page .elementor-widget-container .random-posts h5 {
  margin-bottom: 3rem;
}

/**
 * Random Posts
 */
.random-posts {
  margin-top: 3rem;
}

.random-posts .entry-title {
  font-size: 1.8rem;
  line-height: 2.7rem;
}

/**
 * Back to top
 */
.back-to-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 999;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  line-height: 3rem;
  background: #14171C;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: .2rem;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

.back-to-top:visited {
  color: #fff;
}

.back-to-top:hover {
  background: #e9ebec;
}

.back-to-top.show {
  opacity: 1;
}

/**
 * Most views
 */
.views-posts {
  background-color: #14171C;
  padding: 5rem 0;
}

.views-posts .container {
  position: relative;
}

.views-posts .block-title, .views-posts .elementor-page .elementor-widget-container h5, .elementor-page .elementor-widget-container .views-posts h5 {
  color: #fff;
}

.views-posts .entry-title a {
  color: #fff;
}

.views-posts .entry-title a:hover {
  color: #ee5b6a;
}

.views-posts .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.views-posts .owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 0.1rem solid #fff;
  border-radius: 0;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.views-posts .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #fff;
  color: #14171C;
}

/**
 * Post cover
 */
.post-cover {
  background-color: #14171C;
  padding-bottom: 6rem;
}

/**
 * Jobs
 */
div.job_listings {
  margin-top: 3rem;
}

.rp4wp-related-job_listing > ul li.job_listing a, .rp4wp-related-job_listing > ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
  width: 100%;
}

ul.job_listings li.job_listing a div.position .company strong {
  font-weight: 400;
  font-size: 1.4rem;
}

.single-job_listing .job_listing .entry-title {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 4rem;
}

.single-job_listing .job_listing .single_job_listing .company {
  min-height: 5em;
}

.single-job_listing .job_listing .post-content p:first-child {
  font-weight: 400;
}

/**
 * Contact Form 7
 */
.wpcf7-textarea {
  width: 100%;
}

/*------------------------------------*
	$ELEMENTOR
*------------------------------------*/
/**
 * Global
 */
.elementor-page .site-content {
  margin-top: 0;
}

.elementor-page .widget-area {
  margin-top: 3rem;
}

.elementor-page .wide-wrapper {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
}

.elementor-page .wide-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

.elementor-page .wide-wrapper .elementor-container.elementor-column-gap-default {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.elementor-page .wide-wrapper .elementor-container.elementor-column-gap-narrow {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}

.elementor-page .wide-wrapper .elementor-container.elementor-column-gap-extended {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.elementor-page .wide-wrapper .elementor-container.elementor-column-gap-wide {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.elementor-page .wide-wrapper .elementor-container.elementor-column-gap-wider {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.autoplay-elements {
  /**
	 * Featured posts
	 */
  /**
	 * Video posts
	 */
}

.autoplay-elements .layout-title {
  margin-bottom: 3rem;
}

.autoplay-elements .post-content p:first-child {
  font-weight: 400;
}

.autoplay-elements .entry-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.autoplay-elements .thumbnail {
  margin-bottom: 2rem;
}

.autoplay-elements .view-more {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
}

.autoplay-elements.featured-posts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.autoplay-elements.featured-posts .small-featured {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

@media (min-width: 768px) {
  .autoplay-elements.featured-posts .small-featured {
    width: 22.972972973%;
    float: right;
    margin-right: 0;
  }
}

.autoplay-elements.featured-posts .small-featured .entry {
  margin-bottom: 3rem;
}

.autoplay-elements.featured-posts .large-featured {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .autoplay-elements.featured-posts .large-featured {
    width: 74.3243243243%;
    float: left;
    margin-right: 2.7027027027%;
    margin-bottom: 0;
  }
}

.autoplay-elements.featured-posts .large-featured .entry-header .cat-links {
  font-size: 1.2rem;
}

.autoplay-elements.featured-posts .large-featured .entry-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

.autoplay-elements.featured-posts .thumbnail {
  position: relative;
}

.elementor .autoplay-elements.featured-posts .thumbnail img {
  width: 100%;
}

.autoplay-elements.featured-posts .entry-header .entry-title a {
  color: #fff;
}

.autoplay-elements.featured-posts .entry-header .entry-title a:hover {
  color: #ee5b6a;
}

.autoplay-elements.featured-posts .recent-title {
  color: #fff;
  margin-top: 0;
}

.autoplay-elements.video-posts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.autoplay-elements.video-posts .entry {
  margin-bottom: 3rem;
}