@charset "UTF-8";
/*!
Theme Name: convertri-blog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: convertri-blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.entry-content {
  font-size: 18px;
  color: #616166; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    clear: both;
    margin: 1em 0;
    color: #333; }
  .entry-content h1 {
    font-size: 32px; }
  .entry-content h2 {
    font-size: 30px; }
  .entry-content h3,
  .entry-content h4 {
    font-size: 28px; }
  .entry-content p {
    line-height: 1.56;
    letter-spacing: 0.3px;
    margin-bottom: 1.5em; }
  .entry-content dfn, .entry-content cite, .entry-content em, .entry-content i {
    font-style: italic; }
  .entry-content blockquote {
    margin: 1.5em 0;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    padding: 35px;
    text-align: center;
    font-weight: 600;
    font-style: italic; }
    .entry-content blockquote cite {
      display: block;
      font-family: Nunito, Arial, sans-serif;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      line-height: 0.83;
      text-align: center;
      color: #03a3fe;
      position: relative;
      padding-top: 80px; }
      .entry-content blockquote cite:before {
        content: '“';
        font-size: 90px;
        font-weight: bold;
        font-style: normal;
        line-height: normal;
        text-align: center;
        color: #03a3fe;
        position: absolute;
        top: 0;
        width: 48px;
        left: 50%;
        margin-left: -24px; }
  .entry-content figcaption {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: 0.4px;
    text-align: center;
    color: #999a9e; }
  .entry-content address {
    margin: 0 0 1.5em; }
  .entry-content pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em; }
  .entry-content code, .entry-content kbd, .entry-content tt, .entry-content var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem; }
  .entry-content abbr, .entry-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help; }
  .entry-content mark, .entry-content ins {
    background: #fff9c0;
    text-decoration: none; }
  .entry-content big {
    font-size: 125%; }
  .entry-content table {
    margin: 0 0 1.5em;
    width: 100%; }
    .entry-content table td,
    .entry-content table th {
      padding: 0.5em;
      border: 1px solid #7d7d7d; }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px; }
    .entry-content ul li, .entry-content ol li {
      line-height: 1.5; }
  .entry-content ul {
    list-style: none; }
    .entry-content ul > li {
      text-indent: -3px;
      padding-left: 6px; }
      .entry-content ul > li:before {
        content: '';
        background: url("img/ul-marker.svg") no-repeat 0 0;
        display: inline-block;
        width: 26px;
        height: 20px;
        margin: -13px 14px 0 -38px;
        vertical-align: middle; }
  .entry-content ol {
    list-style: none;
    counter-reset: li; }
    .entry-content ol > li {
      counter-increment: li;
      padding-left: 13px; }
      .entry-content ol > li:before {
        content: counter(li);
        background: url("img/ol-marker.svg") no-repeat 0 0;
        font: 12px Nunito, Arial, sans-serif;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: 0.6px;
        color: #ffffff;
        display: inline-block;
        width: 38px;
        height: 27px;
        padding: 1px 0 0 19px;
        margin: 0 14px 0 -53px;
        text-align: center;
        vertical-align: middle; }
  .entry-content li {
    margin: 14px 0;
    line-height: 1.25; }
  .entry-content li > ul,
  .entry-content li > ol {
    margin-bottom: 0;
    margin-left: 1.5em; }
  .entry-content dt {
    font-weight: bold; }
  .entry-content dd {
    margin: 0 1.5em 1.5em; }
  .entry-content a {
    color: royalblue; }
    .entry-content a:visited {
      color: purple; }
    .entry-content a:hover, .entry-content a:focus, .entry-content a:active {
      color: midnightblue; }
    .entry-content a:focus {
      outline: thin dotted; }
    .entry-content a:hover, .entry-content a:active {
      outline: 0; }

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

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: "Source Sans Pro", Arial, sans-serif; }

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

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

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

a {
  text-decoration: none; }
  a:focus {
    outline: 0; }

button:focus {
  outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Nunito, Arial, sans-serif; }

ul {
  margin: 0;
  padding: 0; }

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.buy-now-button {
  font: 16px Nunito, Arial, sans-serif;
  border-radius: 20px;
  background: #ffb000;
  display: block;
  padding: 8px 25px 10px;
  color: #ffffff !important;
  text-align: center; }
  a.buy-now-button:hover {
    background: #e69e00; }

@media only screen and (max-width: 767px) {
  a.buy-now-button {
    padding: 12px 30px 14px;
    border-radius: 24px; } }

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

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation,
.footer-navigation {
  margin-top: 0;
  float: right; }
  .main-navigation ul,
  .footer-navigation ul {
    display: block;
    list-style: none; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .footer-navigation ul li:hover > ul,
    .footer-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li,
  .footer-navigation li {
    float: left;
    position: relative;
    margin: 0 0 0 35px;
    line-height: 36px; }
    .main-navigation li:first-child,
    .footer-navigation li:first-child {
      margin-left: 0; }
    .main-navigation li:before,
    .footer-navigation li:before {
      content: none; }
  .main-navigation a,
  .footer-navigation a {
    font: 16px Nunito, Arial, sans-serif;
    font-weight: bold;
    color: #414141; }
    .main-navigation a:hover,
    .footer-navigation a:hover {
      color: #676767; }

.footer-links {
  float: right; }
  .footer-links ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .footer-links ul li {
      float: left;
      line-height: normal;
      margin: 0 0 0 16px; }
      .footer-links ul li a {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.6px;
        color: #ffffff;
        text-decoration: underline; }
        .footer-links ul li a:hover {
          text-decoration: none; }
      .footer-links ul li:first-child {
        margin-left: 0; }

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 35px 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.alm-btn-wrap {
  margin-top: 35px;
  text-align: center; }
  .alm-btn-wrap .alm-load-more-btn {
    display: inline-block;
    padding: 12px 27px;
    border: 2px solid #ececec;
    border-radius: 24px;
    font: 16px Nunito, Arial, sans-serif;
    font-weight: bold;
    background: #fff;
    color: #414141; }
    .alm-btn-wrap .alm-load-more-btn.done {
      display: none; }
    .alm-btn-wrap .alm-load-more-btn:hover {
      background-color: #e6e6e6; }

@media only screen and (max-width: 767px) {
  .main-navigation {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    background: #fff;
    z-index: -1; }
    .main-navigation .menu-top-nav-container {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0; }
      .main-navigation .menu-top-nav-container ul {
        text-align: center; }
        .main-navigation .menu-top-nav-container ul li {
          float: none;
          display: block;
          margin: 30px 0; }
          .main-navigation .menu-top-nav-container ul li a {
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            color: #414141; }
            .main-navigation .menu-top-nav-container ul li a:hover {
              color: #282828; }
  .mobile-nav-shown .main-navigation {
    display: block; }
  .footer-navigation {
    float: none; }
    .footer-navigation ul {
      margin-top: -16px;
      padding-top: 10px; }
      .footer-navigation ul li {
        float: none;
        text-align: center;
        margin: 8px 0; }
        .footer-navigation ul li a {
          display: inline-block; }
          .footer-navigation ul li a:focus {
            outline: none; }
  .footer-links {
    float: none; }
    .footer-links ul {
      margin-top: 18px;
      display: table;
      table-layout: fixed;
      width: 100%; }
      .footer-links ul li {
        margin: 0;
        float: none;
        display: table-cell;
        text-align: center;
        padding: 0 10px; }
  .alm-btn-wrap {
    margin-top: 15px; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  padding-top: 78px; }

.layout-container {
  max-width: 1068px;
  padding: 0 20px;
  margin: 0 auto; }

.layout-block {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background: #fff; }

.no-content {
  padding: 20px 35px; }

.mobile-only {
  display: none; }

.mobile-nav-shown {
  overflow: hidden;
  position: relative;
  height: 100%; }

.to-left {
  float: left; }

.to-right {
  float: right; }

@media only screen and (max-width: 767px) {
  .layout-container {
    width: 100%;
    padding: 0 20px; }
  .mobile-only {
    display: block; } }

.site-content {
  margin: 40px 0 95px; }

.content-area {
  float: left;
  margin: 0 -32% 0 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.site-main {
  margin: 0 32% 0 0; }

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 32%;
  padding-left: 3%;
  position: relative; }

.home .site-content .background-container {
  position: relative; }

.archive .page-header,
.search .page-header {
  margin-bottom: 18px; }

.single .site-content,
.page .site-content {
  margin-top: 0; }

.single .content-area,
.single .widget-area,
.page .content-area,
.page .widget-area {
  margin-top: 30px; }

.single .content-area,
.page .content-area {
  float: left;
  margin-right: -36%; }

.single .widget-area,
.page .widget-area {
  float: right;
  overflow: hidden;
  width: 36%;
  padding-left: 7%; }

.single .site-main,
.page .site-main {
  margin-right: 36%; }

@media only screen and (max-width: 767px) {
  .site-content {
    margin: 0 0 56px; }
  .content-area,
  .site-content .widget-area {
    float: none;
    margin: 0;
    width: 100%; }
  .content-area,
  .site-main {
    margin-right: 0; }
  .content-area {
    -webkit-transform: none;
    transform: none; }
  .site-content .widget-area {
    padding: 0;
    width: auto;
    margin-top: 64px; }
  .home .site-content,
  .archive .site-content,
  .search .site-content {
    margin-bottom: 56px; }
  .single .content-area,
  .page .content-area {
    float: none;
    margin: 0; }
  .single .widget-area,
  .page .widget-area {
    float: none;
    overflow: hidden;
    padding-left: 0;
    width: 100%; }
  .single .site-main,
  .page .site-main {
    margin: 0; } }

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

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

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

.entry-thumbnail .post-thumbnail {
  display: block; }
  .entry-thumbnail .post-thumbnail img {
    display: block;
    width: 100%; }

.entry-thumbnail.no-image {
  height: 200px;
  background-image: -webkit-linear-gradient(210deg, #065e7c, #0d1788);
  background-image: linear-gradient(210deg, #065e7c, #0d1788); }

.entry-category a {
  margin-right: 15px; }
  .entry-category a:last-child {
    margin-right: 0; }

.comments-area {
  margin-top: 40px;
  padding: 35px; }

.ajax-load-more-wrap {
  margin-top: -14px; }

.entry-featured ~ .ajax-load-more-wrap {
  margin-top: 0; }

.grid-item {
  width: 48%;
  float: left;
  margin-top: 14px;
  margin-bottom: 14px; }

.grid-gutter {
  display: block;
  float: left;
  width: 4%; }

.grid-item,
.entry-featured {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  .grid-item:hover,
  .entry-featured:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
    .grid-item:hover .entry-thumbnail,
    .entry-featured:hover .entry-thumbnail {
      position: relative; }
      .grid-item:hover .entry-thumbnail:before,
      .entry-featured:hover .entry-thumbnail:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #03a3fe;
        opacity: 0.7;
        pointer-events: none; }

.entry {
  position: relative;
  border: 0; }
  .entry .entry-data {
    padding: 25px 20px 10px 25px;
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-radius: 0 0 8px 8px; }
    .entry .entry-data .entry-header .entry-title {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: 0.5px; }
      .entry .entry-data .entry-header .entry-title a {
        color: #414141; }
        .entry .entry-data .entry-header .entry-title a:hover {
          color: #5b5b5b; }
    .entry .entry-data .entry-header .entry-category {
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      .entry .entry-data .entry-header .entry-category a {
        margin-right: 15px;
        color: #03a3fe; }
        .entry .entry-data .entry-header .entry-category a:hover {
          color: #36b6fe; }
        .entry .entry-data .entry-header .entry-category a:last-child {
          margin-right: 0; }
    .entry .entry-data .entry-excerpt {
      font-size: 16px;
      line-height: 1.63;
      color: #888888; }

.entry-featured .entry-thumbnail.no-image {
  height: 415px; }

.entry-featured .entry-data {
  padding: 0; }
  .entry-featured .entry-data .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px; }
    .entry-featured .entry-data .entry-header .entry-title {
      margin: 0 0 15px;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.23;
      letter-spacing: 0.5px; }
    .entry-featured .entry-data .entry-header .entry-category {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.5px; }
    .entry-featured .entry-data .entry-header .entry-title a,
    .entry-featured .entry-data .entry-header .entry-category a {
      color: #fff; }
      .entry-featured .entry-data .entry-header .entry-title a:hover,
      .entry-featured .entry-data .entry-header .entry-category a:hover {
        color: #e6e6e6; }
  .entry-featured .entry-data .entry-excerpt {
    display: none; }

.entry-featured.has-post-thumbnail:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%); }

.post-banner {
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .post-banner .post-banner-image {
    display: none; }
  .post-banner .banner-meta {
    position: absolute;
    width: 750px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin: 0 0 0 -375px;
    text-align: center; }
    .post-banner .banner-meta .short-title {
      font-family: Nunito, Arial, sans-serif;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.11;
      letter-spacing: 1.1px;
      color: #ffffff;
      padding-bottom: 64px;
      position: relative;
      margin: 0; }
      .post-banner .banner-meta .short-title:after {
        content: '';
        position: absolute;
        width: 51px;
        height: 4px;
        background: url("img/divisor-lines-white.svg") no-repeat 0 0;
        bottom: 32px;
        left: 50%;
        margin-left: -25px; }
    .post-banner .banner-meta .secondary-meta {
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      letter-spacing: 1px;
      color: #fff;
      text-transform: uppercase; }
      .post-banner .banner-meta .secondary-meta .entry-category,
      .post-banner .banner-meta .secondary-meta .entry-date {
        display: inline-block;
        vertical-align: middle; }
      .post-banner .banner-meta .secondary-meta .entry-category {
        margin-right: 5px; }
        .post-banner .banner-meta .secondary-meta .entry-category ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .post-banner .banner-meta .secondary-meta .entry-category ul li {
            margin-left: 10px; }
            .post-banner .banner-meta .secondary-meta .entry-category ul li:first-child {
              margin-left: 0; }
      .post-banner .banner-meta .secondary-meta .entry-date {
        margin-left: 5px; }
      .post-banner .banner-meta .secondary-meta a {
        color: #fff; }
        .post-banner .banner-meta .secondary-meta a:hover {
          color: #e6e6e6; }
  .post-banner .post-banner-overlay {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5; }
  .post-banner ~ .content-area,
  .post-banner ~ .widget-area {
    margin-top: 444px; }

.single .entry .entry-header .entry-title,
.page .entry .entry-header .entry-title {
  margin-bottom: 18px; }

.single .entry .entry-meta,
.page .entry .entry-meta {
  font-size: 16px;
  line-height: 1.75;
  color: #616166;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
  .single .entry .entry-meta .share-buttons,
  .page .entry .entry-meta .share-buttons {
    text-align: right; }
    .single .entry .entry-meta .share-buttons ul,
    .page .entry .entry-meta .share-buttons ul {
      margin: 0;
      padding: 0;
      display: inline-block; }
      .single .entry .entry-meta .share-buttons ul li,
      .page .entry .entry-meta .share-buttons ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        line-height: normal; }
        .single .entry .entry-meta .share-buttons ul li .share-button,
        .page .entry .entry-meta .share-buttons ul li .share-button {
          display: inline-block;
          margin-left: 15px;
          background: 50% 50% no-repeat;
          cursor: pointer; }
          .single .entry .entry-meta .share-buttons ul li .share-button.facebook,
          .page .entry .entry-meta .share-buttons ul li .share-button.facebook {
            background-image: url("img/share-facebook.svg");
            width: 16px;
            height: 16px; }
          .single .entry .entry-meta .share-buttons ul li .share-button.twitter,
          .page .entry .entry-meta .share-buttons ul li .share-button.twitter {
            background-image: url("img/share-twitter.svg");
            width: 15px;
            height: 15px; }
          .single .entry .entry-meta .share-buttons ul li .share-button.linkedin,
          .page .entry .entry-meta .share-buttons ul li .share-button.linkedin {
            background-image: url("img/share-linkedin.svg");
            width: 16px;
            height: 16px; }
        .single .entry .entry-meta .share-buttons ul li:before,
        .page .entry .entry-meta .share-buttons ul li:before {
          content: none; }

.single .entry .entry-content .entry-title,
.page .entry .entry-content .entry-title {
  margin-top: 31px; }

.single .entry .entry-footer,
.page .entry .entry-footer {
  margin-top: 18px; }
  .single .entry .entry-footer .author-info,
  .page .entry .entry-footer .author-info {
    margin-top: 10px;
    text-align: center; }
    .single .entry .entry-footer .author-info .author-avatar,
    .page .entry .entry-footer .author-info .author-avatar {
      display: inline-block;
      border: 1px solid #dfdfdf;
      border-radius: 24px;
      overflow: hidden; }
      .single .entry .entry-footer .author-info .author-avatar img,
      .page .entry .entry-footer .author-info .author-avatar img {
        display: block; }
    .single .entry .entry-footer .author-info .entry-author,
    .page .entry .entry-footer .author-info .entry-author {
      font-size: 16px;
      margin-top: 12px; }
    .single .entry .entry-footer .author-info .author-bio,
    .page .entry .entry-footer .author-info .author-bio {
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 0.3px;
      color: #616166;
      margin-bottom: 0; }

.single .entry .entry-author a,
.page .entry .entry-author a {
  font-weight: 600;
  color: #03a3fe; }
  .single .entry .entry-author a:hover,
  .page .entry .entry-author a:hover {
    color: #36b6fe; }

.single .footer-widget,
.page .footer-widget {
  padding: 35px;
  margin-top: 40px; }

.single .related-posts .related-posts-title,
.page .related-posts .related-posts-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #333333;
  margin: 48px 0 24px; }

.home .background-container .bg-bubble {
  content: '';
  position: absolute;
  z-index: -1; }
  .home .background-container .bg-bubble.top-left-bubble {
    width: 88px;
    height: 88px;
    opacity: 0.1;
    background-color: #03a3fe;
    border-radius: 44px;
    left: -90px;
    top: -20px; }
  .home .background-container .bg-bubble.bottom-left-bubble {
    width: 166px;
    height: 166px;
    border-radius: 83px;
    opacity: 0.3;
    background-color: #03a3fe;
    left: -43px;
    top: 322px; }
  .home .background-container .bg-bubble.right-bubble {
    width: 166px;
    height: 166px;
    border-radius: 83px;
    opacity: 0.1;
    background-color: #03a3fe;
    right: -50px;
    top: 98px; }

.roadmap-banner .banner-meta .short-title {
  padding-bottom: 0; }
  .roadmap-banner .banner-meta .short-title:after {
    content: none; }

.roadmap.entry .entry-content .entry-title {
  margin-top: 0; }

@media only screen and (max-width: 767px) {
  .ajax-load-more-wrap {
    margin-top: 0; }
  .grid-item {
    width: 100%;
    float: none; }
  .grid-gutter {
    width: 0; }
  .entry-featured {
    margin: 0 -20px;
    border-radius: 0; }
    .entry-featured .entry-thumbnail.no-image {
      height: 336px; }
    .entry-featured .entry-data .entry-header {
      padding: 0 20px 20px; }
      .entry-featured .entry-data .entry-header .entry-title {
        margin-bottom: 0; }
  .home .background-container .bg-bubble {
    display: none; }
  .single .entry .entry-meta,
  .page .entry .entry-meta {
    padding: 23px 20px;
    margin: 0 -20px; }
    .single .entry .entry-meta .share-buttons,
    .page .entry .entry-meta .share-buttons {
      position: fixed;
      bottom: 0;
      height: 56px;
      left: 0;
      right: 0;
      box-shadow: 0 -4px 6px 0 rgba(7, 12, 76, 0.1);
      background: #fff;
      z-index: 1; }
      .single .entry .entry-meta .share-buttons .share-text,
      .page .entry .entry-meta .share-buttons .share-text {
        display: none; }
      .single .entry .entry-meta .share-buttons ul,
      .page .entry .entry-meta .share-buttons ul {
        display: block;
        width: 100%;
        height: 100%; }
        .single .entry .entry-meta .share-buttons ul li,
        .page .entry .entry-meta .share-buttons ul li {
          float: left;
          width: 33%;
          height: 100%;
          margin: 0;
          box-shadow: inset 0 1px 0 0 #d8e1e9; }
          .single .entry .entry-meta .share-buttons ul li .share-button.facebook,
          .single .entry .entry-meta .share-buttons ul li .share-button.twitter,
          .single .entry .entry-meta .share-buttons ul li .share-button.linkedin,
          .page .entry .entry-meta .share-buttons ul li .share-button.facebook,
          .page .entry .entry-meta .share-buttons ul li .share-button.twitter,
          .page .entry .entry-meta .share-buttons ul li .share-button.linkedin {
            display: block;
            height: 100%;
            width: 100%;
            margin: 0; }
          .single .entry .entry-meta .share-buttons ul li .share-button.twitter,
          .page .entry .entry-meta .share-buttons ul li .share-button.twitter {
            box-shadow: inset -1px 1px 0 0 #d8e1e9, inset 1px 0 0 0 #d8e1e9; }
  .single .entry .entry-content .entry-title,
  .page .entry .entry-content .entry-title {
    margin-top: 21px; }
  .single .entry-featured,
  .page .entry-featured {
    margin: 0; }
  .single .post-banner,
  .page .post-banner {
    position: relative;
    background: transparent;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    margin: 0 -20px;
    background: none !important; }
    .single .post-banner .post-banner-image,
    .page .post-banner .post-banner-image {
      display: block;
      min-width: 100%; }
    .single .post-banner .banner-meta,
    .page .post-banner .banner-meta {
      margin: 0;
      left: 20px;
      right: 20px;
      width: auto;
      top: 50%; }
      .single .post-banner .banner-meta .short-title,
      .page .post-banner .banner-meta .short-title {
        font-size: 24px;
        padding-bottom: 52px; }
        .single .post-banner .banner-meta .short-title:after,
        .page .post-banner .banner-meta .short-title:after {
          bottom: 23px; }
    .single .post-banner ~ .content-area,
    .page .post-banner ~ .content-area {
      margin-top: 0; }
    .single .post-banner ~ .widget-area,
    .page .post-banner ~ .widget-area {
      margin-top: 40px; }
  .mobile-nav-shown .share-buttons {
    display: none; }
  .grid-item,
  .entry-featured {
    -webkit-transform: none;
    transform: none; }
    .grid-item:hover,
    .entry-featured:hover {
      -webkit-transform: none;
      transform: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .grid-item,
  .entry-featured {
    -webkit-transform: none;
    transform: none; }
    .grid-item:hover,
    .entry-featured:hover {
      -webkit-transform: none;
      transform: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .grid-item,
  .entry-featured {
    -webkit-transform: none;
    transform: none; }
    .grid-item:hover,
    .entry-featured:hover {
      -webkit-transform: none;
      transform: none; } }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 18px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  z-index: 1;
  background: #fff; }
  .site-header .top-bar {
    position: relative; }
    .site-header .top-bar .top-nav-toggle {
      display: none; }
    .site-header .top-bar .site-branding {
      float: left; }
      .site-header .top-bar .site-branding img {
        display: block; }

.admin-bar .site-header {
  top: 32px; }

.site-header:after {
  content: '';
  display: block;
  height: 1px;
  box-shadow: inset 0 -1px 0 0 rgba(151, 151, 151, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

@media only screen and (max-width: 767px) {
  .site-header .top-bar .top-nav-toggle {
    display: block;
    float: right;
    color: #414141;
    margin-top: 9px; }
  .mobile-nav-shown .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff; } }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.3); }
  .site-footer .footer-top {
    padding: 34px 0; }
    .site-footer .footer-top .site-branding {
      float: left; }
      .site-footer .footer-top .site-branding img {
        display: block; }
  .site-footer .footer-bottom {
    padding: 19px;
    background: #03a3fe url("img/bubbles-small.svg") 50% 50%; }
    .site-footer .footer-bottom .copyright {
      float: left;
      font-size: 15px;
      letter-spacing: 0.6px;
      color: #ffffff; }

@media only screen and (max-width: 767px) {
  .site-footer .footer-top {
    padding-top: 35px;
    padding-bottom: 30px; }
    .site-footer .footer-top .site-branding {
      float: none;
      text-align: center; }
      .site-footer .footer-top .site-branding .site-title {
        margin: 0 auto; }
      .site-footer .footer-top .site-branding img {
        display: inline-block; }
  .site-footer .footer-bottom {
    padding: 26px 0;
    background-image: url("img/bubbles-big.svg"); }
    .site-footer .footer-bottom .copyright {
      float: none;
      text-align: center; }
  .page .site-footer,
  .single .site-footer {
    margin-bottom: 56px; } }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 30px 30px 20px;
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #7a7b83;
  background: #fff; }
  .widget .widget-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    color: #333333;
    position: relative;
    padding-bottom: 48px; }
    .widget .widget-title:after {
      content: '';
      position: absolute;
      width: 51px;
      height: 4px;
      background: url("img/divisor-lines-blue.svg") no-repeat 0 0;
      bottom: 25px;
      left: 0; }
  .widget select {
    max-width: 100%; }
  .widget ul,
  .widget ol {
    list-style: none; }
    .widget ul li,
    .widget ol li {
      margin-bottom: 20px; }
      .widget ul li a,
      .widget ol li a {
        color: #7a7b83; }
        .widget ul li a:hover,
        .widget ol li a:hover {
          color: #55565b; }
  .widget .search-form {
    margin-bottom: 15px; }
    .widget .search-form .search-field {
      width: 100%; }
    .widget .search-form .search-submit {
      display: block;
      margin-top: 10px;
      width: 100%;
      padding: 8px 0; }

.widget_convertri_blog_follow_on_facebook_widget {
  padding: 0; }
  .widget_convertri_blog_follow_on_facebook_widget .widget-title {
    padding: 0;
    margin: 0;
    color: #fff; }
    .widget_convertri_blog_follow_on_facebook_widget .widget-title:after {
      content: none; }
  .widget_convertri_blog_follow_on_facebook_widget a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: center;
    border-radius: 8px;
    background: #3c5a99 url("img/bubbles-widget-background.svg") 50% 50%;
    background-size: cover;
    padding: 16px 0; }

.widget_convertri_blog_category_posts_widget .post-box {
  margin: 4px 0 25px 0; }
  .widget_convertri_blog_category_posts_widget .post-box .post-img {
    float: left;
    width: 65px;
    margin-right: 10px; }

.widget_convertri_blog_banner_widget {
  padding: 0;
  border-radius: 0;
  border: 0; }

.widget_thrive_leads {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }
