body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga" on;
}

::selection {
  background: #f6a2a7;
}
::-moz-selection {
  background: #f6a2a7;
}

#testimonials .img-circle {
  filter: grayscale(100%);
}

.comparison {
  width: 100%;
  border: none;
}
.comparison td, .comparison th {
  text-align: center;
  padding: 10px;
}
.comparison tr td:first-child, .comparison thead tr:first-child th:first-child {
  text-align: left;
  border-right: 2px solid #757575;
  border-top: none;
}
.comparison thead tr:first-child th:first-child {
  border-left: none;
}
.comparison thead tr th {
  border-bottom: 2px solid #757575;
}
.comparison tr td:nth-child(2), .comparison tr th:nth-child(2) {
  background-color: rgb(245,245,245);
}
.comparison-free-pro tr td:nth-child(2), .comparison-free-pro tr th:nth-child(2) {
  background-color: transparent;
}
.comparison .fas, .comparison-footer .fas {
  color: #ed414d;
}
.comparison tr td:first-child span {
  margin-left: 10px;
}
.tooltip.center:after, .center[data-tooltip]:after {
  text-align: center;
}

.tp--vertical-align {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
}

.page-header-custom {
  margin-top: 30px;
}

.documentation-contact {
    border: 1px solid #4d4d4d;
    padding: 20px;
    margin: 45px 0 0 0;
}

.documentation-content {
    border-right: thin solid #38454e59;
}

.sidebar h3:first-child {
  margin-top: 0;
}

ul.sub-menu {
  margin-top: 0.75em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content a:not(.btn) {
  text-decoration: underline;
  color: #EC414D;
}
.entry-content a:not(.btn):hover {
  color: hsla(356, 82%, 50%, 1);
}

.entry-content h2, .entry-content h3 {
  border-bottom: thin solid #38454e;
  margin-top: 1.5em;
}

.entry-content p {
  line-height: 1.6;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 150%;
    margin: 0;
    padding: 10px 4px 0 4px;
}

.filter-preview-img {
  height: 250px;
  background-image: url(/app/wp-content/uploads/2018/03/mountain-768x512.jpg);
  background-size: cover;
}

.animations-list {
  width: auto;
  display: inline-block;
  height: 41px;
  vertical-align: middle;
  margin-right: 20px;
}

.sample-content {
  margin: 30px 0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fefefe;
  text-align: center;
  line-height: 150%;
}

.sample-content .mm-module {
  margin: 10px;
}

.sample-content a {
  color: inherit;
  text-decoration: underline;
}

.sample-content img {
  max-height: 100px;
}

.sample-content p {
  text-align: justify;
  line-height: 130%;
}

.sample-content h2 {
  color: #fefefe;
  line-height: 130%;
  font-weight: bold;
}


/* 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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

a.external-link:after {
    content: "\e05a";
    font-family: 'simple-line-icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    padding-left: 5px;
    font-size: 12px;
}

.tp--height-20 {
    height: 20vh;
    min-height: 200px;
}

.discount-bar {
  background-color: #ffffff1f;
  padding: 10px 10px;
  font-weight: bolder;
  margin-bottom: -40px;
  text-align: center;
  z-index: 999;
  position: relative;
}
#intro.tp--intro .discount-bar p {
  opacity: 1;
  font-weight: 500;
}
.discount-bar a {
  color: #fff;
}
.discount-bar span {
  color: #ed414d;
}
.discount-bar .btn {
  margin-left: 20px;
}

#intro .tp--intro-content-left {
  min-height: 700px;
}

#intro {
  overflow: hidden;
}

#intro .container, #intro .row {
  position: relative;
  height: 100%;
}

#intro h1 span {
  color: #ed414d;
}

#intro a.btn-primary .fa {
  padding-left: 10px;
}

#themes {
  background-color: #f6faff;
}
#themes h2:before {
    color: #ecf1f8 !important;
}

.theme-thumb {
    transition-property: opacity;
    transition: transform 0.5s ease-in;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 310px;
}

.theme-thumb span {
    margin: 15px 0 0 0;
    display: inline-block;
    /* height: 45px; */
}
.theme-thumb:hover {
    box-shadow: 0 10px 50px rgba(20, 50, 81, 0.04), 0 10px 50px rgba(0, 0, 0, 0.05);
}
.theme-thumb img {
  min-height: 100px;
  background-image: url('../images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-height: 298px;
}
.tp--gradient-111 {
    background: #2C2C2D;
    background: -webkit-linear-gradient(right, #ffffff, #2C2C2D);
    background: linear-gradient(to left, #ffffff, #2C2C2D);
}

.tp--header .logo a img {
    max-height: 55px;
    margin-top: 15px;
}

.tp--header-shrink.shrink .logo a img.logo-dark {
    display: inline-block;
    margin-top: 10px;
}

.tp--cta.tp--cta-2 h2, .tp--cta.tp--cta-2 p {
  color: #fff;
}

.tp--pricing .description {
  margin-top: 40px;
}

.btn-primary {
  font-weight: bold;
}

#scroll-top.visible {
  right: 10px;
}

#scroll-top {
  font-size: 1.5em;
  position: fixed;
  z-index: 10;
  right: -50px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  color: #2C2C2D;
  text-align: center;
  background-color: #fff;
  padding-top: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#scroll-top:hover i {
  color: #ea2a37;
}

ul.navbar-nav li.active-scroll {
  box-shadow: inset 0px 4px 0px 0px rgb(237, 65, 77);
}

.tp--header-shrink.shrink nav .nav li.active-scroll a, .tp--header-shrink.shrink nav .nav li a:hover, .tp--header nav .navbar .nav > li > a:hover {
  color: rgb(237, 65, 77) !important;
}

@media only screen and (min-width: 768px) {
  .tp--header .content a:hover {
      color: rgb(237, 65, 77);
  }
}

ul.navbar-nav li, #pricing .plan {
  transition: all 300ms ease;
}

#pricing .plan:hover {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3)
}

#pricing .plan:hover .btn-primary {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3)
}

#pricing h3 del {
  position: relative;
  text-decoration: none;
  padding-right: 12px;
  opacity: 0.5;
}

#pricing h3 del::before {
  content: "";
    position: absolute;
    bottom: 5px;
    left: 12px;
    border-top: 7px solid rgba(237, 65, 77, 0.7);
    height: calc(50% - 0px);
    width: 92%;
    transform: rotateZ(-29deg);
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title h2 {
  opacity: 1;
  font-weight: 900;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-title p.plan-description {
  font-size: 0.9em;
  padding: 0 30px;
  line-height: 170%;
}

.tp--pricing.tp--pricing-1 .plans .plan .plan-features li {
    color: #39454d;
    opacity: 1;
    padding: 0 15px;
}

.tp--pricing .plan .plan-features li .far:hover {
    cursor: pointer;
}

.tp--pricing.tp--pricing-1 .plans .plan.fancy-title:before {
  content: attr(data-title);
  font-weight: bolder;
  background: #EC414D;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.8em;
  width: 52%;
  padding: 4px;
  color: white;
  border-radius: 4px;
}

.tp--pricing .plan-buy .logo-full {
  display: none;
}

.tp--pricing .plan-buy span {
  display: block;
  line-height: 150%;
  padding-top: 10px;
}

.tp--pricing .plan-buy span i {
  padding-right: 5px;
  color: #EC414D;
}

.tp--pricing .plan-buy i {
  padding-right: 10px;
  font-weight: 600;
}

.money-back {
  margin: 65px 0 0 0;
  background-color: #f5f5f5;
  padding: 30px;
  color: #39454d;
}

.blockquote-styled i {
  opacity: 0.75
}

.tp--feature .btn-empty:hover {
  background-color: #ea2a37 !important;
  color: #fff;
}

.entry-content .meta-data {
  margin-top: 2em;
  font-style: italic;
}

.inner-header h1 {
  font-weight: 800;
  margin-bottom: 10px;
}

section.inner-header {
  padding: 100px 0 55px 0;
}

.tp--header .nav-trigger {
    height: 80px;
}

.page-header-custom p {
  margin-top: -10px;
}

.template-license-selector label {
  font-weight: normal;
  color: #7d8a93;
  padding: 5px;
  text-transform: uppercase;
  margin: 0 10px 45px 10px;
  cursor: pointer;
  min-width: 140px;
  border: 1px solid black;
}
.template-license-selector label.active {
  color: #fefefe;
  background-color: #ed414d;
}

.template-license-selector input {
  display: none;
}

.template-license-selector .fa {
  padding-right: 5px;
}

.template-license-selector span {
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  blockquote.blockquote-styled.blockquote-large:after, blockquote.blockquote-styled.blockquote-large:before {
    display: none;
  }
}

.tp--contact .page-header h3 {
  margin-bottom: 10px;
}
.tp--contact .page-header {
  margin-bottom: 20px;
}
.tp--contact .search-icon {
  color: #EC414D;
  font-size: 20px;
  line-height: 0;
  font-weight: bold;
  display: inline;
  position: absolute;
  top: 17px;
  right: 24px;
}
.tp--contact #images_search {
  display: inline-block;
}

.photo-thumb-wrapper {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}

.photo-thumb-wrapper img {
  width: 100%;
  border: thin solid #ccc;
  min-height: 100px;
}

.photo-thumb-wrapper img:before {
  width: 100%;
  content: "Loading ...";
  position: absolute;
  top: 20px;
  left: 0;
}

#image-search-results {
  margin-top: 10px;
}

.photo-thumb-wrapper span {
  font-size: 12px;
  display: inline-block;
  word-break: break-all;
  height: 20px;
  overflow-y: hidden;
  vertical-align: middle;
}

.white-popup {
  max-width: 700px;
  background: #f6faff;
}

.mfp-title {
  margin: 5px 0;
}

/* *********************************************************
  tooltip */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  opacity: 1;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  z-index: 900;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 20px 25px;
  width: 350px;
  background-color: #000;
  background-color: hsla(212, 19%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: justify;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -175px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/* tooltips */

.timeline {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    position: relative;
}
.timeline li {
    display: flex;
}
.timeline-point {
    width: 65px;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    display: inline-block;
    color: #ed414d;
    vertical-align: top;
}
.timeline-point:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    bottom: -19px;
    width: 1px;
    margin-left: -1px;
    background-color: #7c8a9257;
    z-index: -1;
}
.timeline-content {
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 25px;
    width: calc(100% - 70px);
}

@media only screen and (max-width: 768px) {
  .page-header-custom h1{
    font-size:24px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .tp--header-shrink .logo {
      line-height: 30px !important;
  }
  
  .tp--header .logo a img {
      max-width: 200px;
  }

  .tp--header-shrink.shrink .logo{
      line-height: 30px !important;
  }

  .tp--header-shrink {
    height: 70px !important;
  }
}

.tweet-box {
  background-color: #f5faff;
  padding: 30px;
  margin: 25px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.tweet-box .fab {
  color: white;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
}

.tweet-box:hover .fab {
  color: #7d8a9380;
}

.entry-content .tweet-box a {
	text-decoration: none;
  z-index: 5;
  position: relative;
}

.tweet-box a:hover, .tweet-box a:focus, .tweet-box:hover a {
	text-decoration: underline;
  z-index: 5;
}

.quote-box {
  margin: 30px 0;
}

.archive-list h2, .archive-list h3 {
    border-bottom: thin solid #38454e;
    margin-top: 1.5em;
}

.archive-list h2 a {
    text-decoration: none;
    color: #4d565d;
}

.archive-list h2 a:hover {
    color: black;
}


/* Author */
#post-author { margin-bottom: 50px; }
#author-image { width: 20%; max-width:100px; height: 100px; float: left;  }
#author-image img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
#author-content { width: 78%; float: left; padding-top: 10px; margin-left: 2%;}
#page-full #author-content { width: 960px; }
#author-content h4 { margin: 0px; padding-bottom: 15px; color: #7d8a93; font-weight: bold; border-bottom: 1px solid #E4E4E4; }
#author-content p { line-height: 170%; font-size: 12px;}

@media screen and (max-width: 692px) {
  #author-image{ width:100px; }
  #author-content { width:100%; margin:0; }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  #author-image { margin-top: 20px; }
}


@media screen and (min-width: 766px) and (max-width: 1200px) {
    .tp--header nav .navbar .nav > li > a.buy-button{
        display:none;
    }
}