/*!
 * Theme Name: PublishNow Pro
 * Theme URI: https://www.happythemes.com/wordpress-themes/publishnow
 * Description: PublishNow Pro is a premium flexible and responsive Magazine WordPress theme. It is perfect for online magazines websites, news websites, personal blogs or community blogs.
 * Version: 1.0.0
 * Author: HappyThemes
 * Author URI: https://www.happythemes.com/
 * Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, threaded-comments, translation-ready
 * Text Domain: publishnow
 *
 * License: GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * PublishNow Pro WordPress Theme, Copyright 2019 https://www.happythemes.com/
 * PublishNow Pro 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
 * - 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;
}

/*------------------------------------*
	$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: 4rem;
}

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

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

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

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

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

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

.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;
  /* helper for grid three */
}

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

.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: 42.5287356322%;
    margin-right: 3.4482758621%;
    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: 54.0229885057%;
  }
}

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

@media (min-width: 768px) {
  .post-layout-grid-two {
    width: 48.275862069%;
  }
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.6rem;
  color: #555;
  background: #fff;
}

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

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

/*------------------------------------*
	$SHARED
*------------------------------------*/
figure {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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;
  width: 100% !important;
}

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

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

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

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-publishnow-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-publishnow-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-publishnow-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-publishnow-posts .small-posts:after, .widget_address li:after, .post-pagination:after, .post-pagination > div:after {
  clear: both;
}

.primary-menu, .social-search, .secondary-menu, .primary-menu .sub-menu, .social-search .sub-menu, .secondary-menu .sub-menu, .post-share ul, .commentlist, .widget ul, .widget_entries_thumbnail ul,
.elementor-widget-wp-widget-publishnow-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: #2552b7;
}

a:visited {
  color: #2552b7;
}

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

/**
 * Headings.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
  margin: 1.3rem 0;
  color: #333333;
}

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

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.6rem 0;
  padding: 2.6rem;
  color: #2080ad;
  background-color: #fafafa;
}

code {
  color: #2080ad;
}

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

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

ul,
ol {
  margin: 1.6rem 0;
  padding: 0 0 0 2.6rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 2.6rem;
}

hr {
  clear: both;
  height: 0.1rem;
  min-height: 0;
  margin: 2.6rem 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: #2552b7;
  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: #2552b7;
  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: #181818;
  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: #181818;
}

.header-light .site-header {
  background-color: #fff;
}

.site-header-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 2rem 0;
}

@media (min-width: 800px) {
  .site-header-inner {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

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

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

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

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

.header-light .site-branding .site-title a {
  color: #000;
}

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

.header-light .main-navigation {
  background-color: #f5f5f5;
}

.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-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.main-navigation .slicknav_menu {
  background: transparent;
  padding: 0;
}

#primary-menu,
.secondary-menu-items {
  -webkit-box-flex: 1;
          flex: 1;
}

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

.primary-menu li:hover > .sub-menu, .social-search 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;
}

.header-light .primary-menu li:hover > a, .header-light .social-search li:hover > a, .header-light .secondary-menu li:hover > a {
  color: #000;
}

.header-light .primary-menu li:hover > a:visited:hover, .header-light .social-search li:hover > a:visited:hover, .header-light .secondary-menu li:hover > a:visited:hover, .header-light .primary-menu li:hover > a:hover, .header-light .social-search li:hover > a:hover, .header-light .secondary-menu li:hover > a:hover {
  color: #000;
  text-decoration: none;
}

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

.primary-menu a, .social-search a, .secondary-menu a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  padding: .5rem 0;
}

.header-light .primary-menu a, .header-light .social-search a, .header-light .secondary-menu a {
  color: #000;
}

.header-light .primary-menu a:visited:hover, .header-light .social-search a:visited:hover, .header-light .secondary-menu a:visited:hover, .header-light .primary-menu a:hover, .header-light .social-search a:hover, .header-light .secondary-menu a:hover {
  color: #2552b7;
  text-decoration: underline;
}

.primary-menu .sub-menu, .social-search .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: 18rem;
  background-color: #fff;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.1);
  z-index: 9;
}

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

.primary-menu .sub-menu li, .social-search .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, .social-search .sub-menu li:hover, .secondary-menu .sub-menu li:hover {
  border-color: #2552b7;
}

.primary-menu .sub-menu li a:hover, .social-search .sub-menu li a:hover, .secondary-menu .sub-menu li a:hover {
  margin-left: 0.3rem;
  color: #555;
  text-decoration: none;
}

.primary-menu .sub-menu a, .social-search .sub-menu a, .secondary-menu .sub-menu a {
  color: #555;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.primary-menu .sub-menu a:hover, .social-search .sub-menu a:hover, .secondary-menu .sub-menu a:hover {
  margin-left: 0.3rem;
  color: #555;
  text-decoration: none;
}

/**
 * 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, .social-search, .secondary-menu,
.secondary-menu {
  display: none;
}

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

/**
 * Social menu
 */
.social-search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  color: #fff;
  text-align: right;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) {
  .social-search {
    width: 31.6239316239%;
    float: right;
    margin-right: 0;
    position: relative;
    top: auto;
  }
}

.social-search > li.social-link:hover > a,
.social-search > li.search-link:hover > a {
  color: #fff;
}

.social-search > li.search-link a {
  padding: 0;
  line-height: 0;
}

.social-search > li.search-link path:nth-child(1) {
  fill: #fff;
}

.header-light .social-search > li.search-link path:nth-child(1) {
  fill: #000;
}

.social-search .sub-menu {
  left: auto;
  right: 0;
  min-width: 14rem;
}

.social-search .search-link .sub-menu {
  min-width: 23.5rem;
}

.social-search .sub-menu.search-menu li {
  border-left: 0;
}

.social-menu {
  padding-left: 0;
  display: inline-block;
  margin: 0;
}

.social-menu li {
  margin-right: 1rem;
}

.social-menu li:last-child {
  margin-right: 0;
}

.social-menu a {
  line-height: 0;
}

.social-menu .svg-icon {
  width: 16px;
}

.social-menu path {
  fill: #fff;
}

.header-light .social-menu path {
  fill: #000;
}

.search-menu li:hover {
  border-left: 0;
}

.search-menu .search-field {
  width: 150px;
}

/**
 * Secondary navigation
 */
.secondary-navigation {
  background-color: #000;
}

.header-light .secondary-navigation {
  background-color: #f5f5f5;
  border-bottom: 0.1rem solid #efefef;
}

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

.secondary-navigation .slicknav_menu {
  background: transparent;
  padding: 0;
}

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

.secondary-navigation .slicknav_btn {
  text-shadow: none;
}

.secondary-navigation .social-search {
  top: 1rem;
}

@media (min-width: 768px) {
  .secondary-navigation .social-search {
    top: auto;
  }
}

.secondary-menu > li {
  margin-right: 3rem;
}

.secondary-menu > li:hover::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.secondary-menu > li:hover > a {
  color: #fff;
}

.secondary-menu > li:hover > a:visited:hover, .secondary-menu > li:hover > a:hover {
  color: #fff;
  text-decoration: none;
}

.header-light .secondary-menu > li:hover > a:visited:hover, .header-light .secondary-menu > li:hover > a:hover {
  color: #000;
  text-decoration: none;
}

.secondary-menu > li > a {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1.2rem 0;
  font-weight: 700;
}

.secondary-menu > li > a:visited:hover, .secondary-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.header-light .secondary-menu > li > a:visited:hover, .header-light .secondary-menu > li > a:hover {
  color: #000;
  text-decoration: none;
}

.secondary-menu a:visited:hover, .secondary-menu a:hover {
  text-decoration: none;
}

.secondary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

.secondary-menu .sub-menu a {
  font-size: 1.4rem;
  border-bottom: 1px solid #efefef;
  padding: .8rem 0;
}

.header-light .slicknav_menu .slicknav_icon-bar {
  background-color: #181818;
  box-shadow: none;
}

.header-light .slicknav_menu .slicknav_nav a {
  color: #181818;
}

.header-light .slicknav_menu .slicknav_nav a:hover {
  color: #181818;
}

.slicknav_menu .slicknav_nav a:hover {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}

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

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

/*------------------------------------*
	$CONTENT
*------------------------------------*/
.entry-header .page-title {
  margin-top: 0;
}

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

@media (min-width: 768px) {
  .single .post .entry-header {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.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: #333333;
}

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

.entry-summary p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.post-thumbnail {
  display: block;
  position: relative;
}

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

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

.post-thumbnail .caption {
  font-size: 1.4rem;
  color: #555;
  display: block;
  font-style: italic;
}

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

.post-meta {
  font-size: 1.2rem;
  color: #bdbdbd;
  text-transform: uppercase;
}

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

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

.post-meta span::before {
  vertical-align: sub;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: .5rem;
  background-size: cover;
}

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

.post-meta .posted-on::before {
  content: '';
  background: url("assets/img/publish.svg") no-repeat center;
}

.post-meta .byline::before {
  content: '';
  background: url("assets/img/writer.svg") no-repeat center;
  margin-right: .3rem;
}

.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: 8.0459770115%;
  margin-right: 3.4482758621%;
  display: none;
}

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

@media (min-width: 600px) {
  .content .post-content {
    width: 77.0114942529%;
    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-share a:hover {
  opacity: .7;
}

.post-share svg {
  vertical-align: middle;
}

.post-share path {
  fill: #fff;
}

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

.tag-links .tag-title {
  margin-right: 2rem;
  display: inline-block;
  padding: .5rem 1rem;
  color: #fff;
  background-color: #2552b7;
}

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

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

/**
 * Post format
 */
.entry-format {
  margin-bottom: 3rem;
}

/*------------------------------------*
	$FOOTER
*------------------------------------*/
.site-footer {
  background-color: #181818;
  padding: 6rem 0;
  color: #bdbdbd;
  position: relative;
}

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

.site-info {
  text-align: center;
  font-size: 1.4rem;
}

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

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

.site-info a {
  font-weight: 700;
  color: #fff;
}

.site-info a:hover {
  text-decoration: underline;
  color: #fff;
}

.site-info .copyright {
  margin-bottom: 0;
}

/*------------------------------------*
	$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.5299145299%;
    float: left;
    margin-right: 2.5641025641%;
  }
  .comment-body {
    width: 82.905982906%;
    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: #2552b7;
}

.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: #bdbdbd;
}

@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: #bdbdbd;
}

@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: #2552b7;
}

@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: 7.8rem;
}

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

form.comment-form label {
  font-size: 1.2rem;
  font-weight: 700;
  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: "Lora", 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: #2552b7;
}

#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: 6rem;
}

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

.widget li a {
  color: #555;
}

.widget li a:hover {
  color: #2552b7;
}

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

.widget_categories ul,
.widget_archive ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.widget_categories li,
.widget_archive li {
  flex-basis: 50%;
}

/**
 * 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;
  font-size: 1.4rem;
}

.footer-sidebar .widget-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  border-bottom: 1px solid #565656;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

/**
 * Posts with Thumbnail
 */
.widget_entries_thumbnail li .cat-links,
.elementor-widget-wp-widget-publishnow-posts li .cat-links {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
}

.widget_entries_thumbnail li .cat-links a,
.elementor-widget-wp-widget-publishnow-posts li .cat-links a {
  color: #2552b7;
}

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

.widget_entries_thumbnail .post-title,
.elementor-widget-wp-widget-publishnow-posts .post-title {
  display: block;
  color: #555;
}

.widget_entries_thumbnail .post-title:hover,
.elementor-widget-wp-widget-publishnow-posts .post-title:hover {
  color: #2552b7;
}

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

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

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

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

.widget_entries_thumbnail .small-posts .post-detail,
.elementor-widget-wp-widget-publishnow-posts .small-posts .post-detail {
  margin-left: 8.5rem;
  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-publishnow-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-publishnow-posts .small-posts .cat-links {
  margin-bottom: .3rem;
}

.widget_entries_thumbnail .small-posts .post-title,
.elementor-widget-wp-widget-publishnow-posts .small-posts .post-title {
  line-height: 2.2rem;
}

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

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

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

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

.widget_social_icons a.youtube,
.elementor-widget-wp-widget-publishnow-social a.youtube {
  background-color: #ff0000;
}

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

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

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

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

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

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

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

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

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

.widget_social_icons svg,
.elementor-widget-wp-widget-publishnow-social svg {
  vertical-align: middle;
}

.widget_social_icons path,
.elementor-widget-wp-widget-publishnow-social path {
  fill: #fff;
}

/**
 * Banner widget
 */
.widget_ad {
  text-align: center;
}

.widget_ad .widget-title {
  border: none;
  color: #bdbdbd;
  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;
}

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

#searchform button {
  height: 4rem;
  width: 4rem;
  padding: 0;
  vertical-align: bottom;
}

#searchform button svg {
  vertical-align: middle;
}

#searchform button path:nth-child(1) {
  fill: #fff;
}

/*------------------------------------*
	$MODULES
*------------------------------------*/
/**
 * 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 {
  background-color: #f5f5f5;
}

.breadcrumbs .trail-items {
  color: #999;
  font-size: 1.2rem;
  padding: .3rem 0;
}

.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 {
  margin-bottom: 2.5rem;
  border-bottom: 0.2rem solid #2552b7;
  position: relative;
}

.block-title span, .elementor-page .elementor-widget-container h5 span {
  background-color: #efefef;
  display: block;
  color: #333333;
  padding: 1.2rem 1.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/**
 * Trending
 */
.trending {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.trending .trending-title {
  margin-bottom: 1.5rem;
  position: relative;
  padding-right: 3.3rem;
}

.trending .trending-title::after {
  content: "";
  background-image: url(assets/img/trending.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: .8rem;
}

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

.trending .cat-links {
  font-size: 1rem;
}

.trending .entry-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.format-icon svg {
  vertical-align: middle;
}

.format-icon path {
  fill: #fff;
}

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

.pagination .current {
  background-color: #2552b7;
  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: #555;
}

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

.pagination .page-numbers:hover {
  background-color: #2552b7;
  color: #fff;
}

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

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

.pagination .next,
.pagination .prev {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
  background-image: url("assets/img/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.5rem;
  height: 3.4rem;
  vertical-align: bottom;
}

.pagination .next:hover,
.pagination .prev:hover {
  background-image: url("assets/img/chevron-right-white.svg");
}

.pagination .prev {
  background-image: url("assets/img/chevron-left.svg");
}

.pagination .prev:hover {
  background-image: url("assets/img/chevron-left-white.svg");
}

.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: #2552b7;
}

.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 {
  margin-bottom: 4rem;
}

.page-header .page-title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 400;
  border-left: 5px solid #2552b7;
  padding-left: 1.5rem;
  line-height: 1.3;
}

.page-header .page-title span {
  text-transform: none;
  font-weight: 700;
}

.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;
  border-top: 1px solid #efefef;
  padding-top: 5rem;
}

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

.post-pagination .post-detail span {
  display: inline-block;
  font-size: 1.2rem;
  color: #2552b7;
  text-transform: uppercase;
  vertical-align: top;
}

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

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

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

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

.post-pagination path:nth-child(1) {
  fill: #2552b7;
}

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

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

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

/**
 * Author biography
 */
.author-bio {
  background-color: #fafafa;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 3rem 3rem 0;
  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.7931034483%;
  }
}

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

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

.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: #2552b7;
}

.author-bio .description .bio {
  margin-bottom: 1rem;
}

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

/**
 * Related Posts
 */
.related-posts .related-posts-title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

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

/**
 * Back to top
 */
.back-to-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 9999;
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  line-height: 3rem;
  background: #181818;
  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 path:nth-child(2) {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  fill: #fff;
}

.back-to-top svg {
  vertical-align: middle;
}

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

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

.back-to-top:hover path:nth-child(2) {
  fill: #000;
}

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

/**
 * Newsletter
 */
.newsletter {
  background-color: #181818;
  padding: 6rem 0;
  text-align: center;
}

.newsletter-title {
  color: #fff;
  font-size: 2.6rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  margin-top: 0;
}

.newsletter-desc {
  color: #bdbdbd;
  margin-bottom: 3rem;
}

.newsletter-form label {
  display: none;
}

.newsletter-form input[type="email"] {
  background-color: transparent;
  max-width: 100%;
  margin-right: .5rem;
}

@media (min-width: 650px) {
  .newsletter-form input[type="email"] {
    min-width: 50rem;
    margin-bottom: 0;
  }
}

.newsletter-form input[type="submit"] {
  padding: .9rem 2.5rem 1.3rem;
}

/**
 * Post cover
 */
.post-cover {
  background-color: #181818;
  padding: 6rem 0;
}

/**
 * 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 .block-title, .elementor-page .elementor-widget-container h5 {
  letter-spacing: .1rem;
}

.elementor-page .widget-title {
  display: block;
}

.publishnow-elements {
  /**
	 * Featured posts
	 */
  /**
	 * Layout one
	 */
  /**
	 * Layout two
	 */
  /**
	 * Layout three
	 */
  /**
	 * Layout four
	 */
  /**
	 * Jobs
	 */
  /**
	 * Layout five & Layout six
	 */
  /**
	 * Layout six
	 */
  /**
	 * Layout seven
	 */
  /**
	 * Layout eight
	 */
}

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

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

.publishnow-elements .entry-title {
  font-size: 1.6rem;
  line-height: normal;
  margin-top: 0;
}

.publishnow-elements .thumbnail {
  margin-bottom: 1rem;
}

.publishnow-elements .view-more {
  font-size: 1.1rem;
  text-transform: uppercase;
  position: absolute;
  right: 1.3rem;
  top: .5rem;
  color: #2552b7;
}

.publishnow-elements .view-more:hover {
  color: #000;
}

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

.publishnow-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) {
  .publishnow-elements.featured-posts .small-featured {
    width: 31.6239316239%;
  }
}

.publishnow-elements.featured-posts .small-featured .post,
.publishnow-elements.featured-posts .small-featured .entry {
  margin-bottom: 3rem;
}

@media (max-width: 567px) {
  .publishnow-elements.featured-posts .small-featured .post:last-child,
  .publishnow-elements.featured-posts .small-featured .entry:last-child {
    margin-bottom: 0;
  }
}

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

@media (min-width: 768px) {
  .publishnow-elements.featured-posts .large-featured {
    width: 65.811965812%;
    margin-right: 2.5641025641%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .publishnow-elements.featured-posts .large-featured .entry-header {
    bottom: 5rem;
    left: 4rem;
    right: 4rem;
  }
}

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

.publishnow-elements.featured-posts .large-featured .entry-title {
  font-size: 1.6rem;
  line-height: normal;
}

@media (min-width: 768px) {
  .publishnow-elements.featured-posts .large-featured .entry-title {
    font-size: 2.6rem;
  }
}

@media (min-width: 1280px) {
  .publishnow-elements.featured-posts .large-featured .entry-title {
    font-size: 3.6rem;
  }
}

.publishnow-elements.featured-posts .thumbnail {
  position: relative;
  margin-bottom: 0;
}

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

.publishnow-elements.featured-posts .img-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 0;
}

.publishnow-elements.featured-posts .entry-header {
  position: absolute;
  bottom: 3rem;
  left: 2.5rem;
  right: 2.5rem;
  z-index: 1;
}

.publishnow-elements.featured-posts .entry-header .entry-title {
  margin: 0 0 1rem;
}

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

.publishnow-elements.featured-posts .entry-header .entry-title a:hover {
  color: #2552b7;
}

.publishnow-elements.layout-one .large-post {
  margin-bottom: 3rem;
}

.publishnow-elements.layout-one .large-post .entry-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.publishnow-elements.layout-one .small-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;
}

.publishnow-elements.layout-one .small-posts .entry {
  margin-bottom: 2.5641025641%;
}

@media (min-width: 600px) {
  .publishnow-elements.layout-one .small-posts .entry {
    width: 47.3684210526%;
  }
}

.publishnow-elements.layout-one .small-posts .cat-links {
  font-size: 1rem;
}

.publishnow-elements.layout-two .entry {
  margin-bottom: 3rem;
}

.publishnow-elements.layout-two .entry-summary {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.publishnow-elements.layout-three .entry {
  margin-bottom: 3rem;
}

.publishnow-elements.layout-three .layout-three-header {
  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;
}

.publishnow-elements.layout-three .thumbnail {
  width: 7rem;
  margin-right: 1.5rem;
}

.publishnow-elements.layout-three .post-content {
  -webkit-box-flex: 1;
          flex: 1;
}

.publishnow-elements.layout-three .entry-title {
  margin: 0 0 .5rem;
}

.publishnow-elements.layout-three .entry-summary {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.publishnow-elements.layout-four {
  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;
}

.publishnow-elements.layout-four .entry {
  margin-bottom: 3rem;
}

.publishnow-elements.jobs .entry {
  margin-bottom: 3rem;
}

.publishnow-elements.jobs .entry-title {
  margin-bottom: .5rem;
}

.publishnow-elements.jobs .company {
  color: #bdbdbd;
}

.publishnow-elements.layout-five .large-post, .publishnow-elements.layout-six .large-post {
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .publishnow-elements.layout-five .large-post, .publishnow-elements.layout-six .large-post {
    width: 65.811965812%;
    margin-bottom: 0;
  }
}

.publishnow-elements.layout-five .large-post .entry-title, .publishnow-elements.layout-six .large-post .entry-title {
  font-size: 3.6rem;
  line-height: normal;
}

.elementor .publishnow-elements.layout-five .large-post .thumbnail img, .elementor .publishnow-elements.layout-six .large-post .thumbnail img {
  width: 100%;
}

@media (min-width: 800px) {
  .publishnow-elements.layout-five .small-posts, .publishnow-elements.layout-six .small-posts {
    width: 31.6239316239%;
  }
}

.publishnow-elements.layout-five .small-posts .entry, .publishnow-elements.layout-six .small-posts .entry {
  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: 3rem;
}

.publishnow-elements.layout-five .small-posts .entry-title, .publishnow-elements.layout-six .small-posts .entry-title {
  margin-bottom: 0;
  margin-top: 0;
}

.publishnow-elements.layout-five .small-posts .thumbnail, .publishnow-elements.layout-six .small-posts .thumbnail {
  width: 7rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

.publishnow-elements.layout-five .small-posts .post-content, .publishnow-elements.layout-six .small-posts .post-content {
  -webkit-box-flex: 1;
          flex: 1;
}

.publishnow-elements.layout-five .small-posts .cat-links, .publishnow-elements.layout-six .small-posts .cat-links {
  line-height: 1;
}

.publishnow-elements.layout-six .large-post {
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .publishnow-elements.layout-six .large-post {
    width: 54.0229885057%;
    margin-bottom: 0;
  }
}

.publishnow-elements.layout-six .large-post .entry-title {
  font-size: 2.4rem;
  line-height: normal;
}

@media (min-width: 800px) {
  .publishnow-elements.layout-six .small-posts {
    width: 42.5287356322%;
  }
}

.publishnow-elements.layout-seven .entry-title {
  font-size: 2.4rem;
  line-height: normal;
}

.publishnow-elements.layout-eight .large-post {
  margin-bottom: 3rem;
}

.publishnow-elements.layout-eight .small-posts .post {
  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: 2rem;
}

.publishnow-elements.layout-eight .small-posts .thumbnail {
  width: 10rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.publishnow-elements.layout-eight .small-posts .post-content {
  -webkit-box-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=style.css.map */