@charset "UTF-8";
/*
Theme Name: Text.Rocks
Theme URI: #
Author: n-frames team
Author URI: #
Description: Text.Rocks themes
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text.rocks
Tags: 

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.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2019 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/
*/
/* Forms */
.comments-area .button,
.comments-area button,
.comments-area input[type="button"],
.comments-area input[type="reset"],
.comments-area input[type="submit"] {
    white-space: nowrap;
    touch-action: manipulation;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    border-radius: 4px;
    font-family: 'SF Pro Text';
    letter-spacing: .8px;
    border: none;
    transition: all .25s ease;
    background: #F0F0F0;
    box-shadow: 5px 5px 15px 0 rgb(0 0 0 / 7%), -5px -5px 15px 0 rgb(255 255 255 / 80%);
    color: #474749 !important;
    text-align: center;
    font-weight: 500;
    height: 45px;
}

.comments-area .button:hover,
.comments-area button:hover,
.comments-area input[type="button"]:hover,
.comments-area input[type="reset"]:hover,
.comments-area input[type="submit"]:hover {
    box-shadow: 10px 10px 30px 0 rgb(0 0 0 / 7%), -10px -10px 305px 0 rgb(255 255 255 / 80%);
  cursor: pointer;
}

.comments-area .button:visited,
.comments-area button:visited,
.comments-area input[type="button"]:visited,
.comments-area input[type="reset"]:visited,
.comments-area input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

.comments-area .button:focus,
.comments-area button:focus,
.comments-area input[type="button"]:focus,
.comments-area input[type="reset"]:focus,
.comments-area input[type="submit"]:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area input[type="number"],
.comments-area input[type="tel"],
.comments-area input[type="range"],
.comments-area input[type="date"],
.comments-area input[type="month"],
.comments-area input[type="week"],
.comments-area input[type="time"],
.comments-area input[type="datetime"],
.comments-area input[type="datetime-local"],
.comments-area input[type="color"],
.comments-area textarea {
    height: 45px;
    font-family: 'SF Pro Text';
    border: 0px;
    font-size: 16px;
    color: rgba(29,29,31,0.60);
    padding: 8px 15px;
    background-color: #F0F0F0;
    box-shadow: inset -4px -4px 8px 0 rgb(255 255 255 / 70%), inset 4px 4px 8px 0 rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="search"]:focus,
.comments-area input[type="number"]:focus,
.comments-area input[type="tel"]:focus,
.comments-area input[type="range"]:focus,
.comments-area input[type="date"]:focus,
.comments-area input[type="month"]:focus,
.comments-area input[type="week"]:focus,
.comments-area input[type="time"]:focus,
.comments-area input[type="datetime"]:focus,
.comments-area input[type="datetime-local"]:focus,
.comments-area input[type="color"]:focus,
.comments-area textarea:focus {
  border-color: #007aff;
  outline: 0;
  outline-offset: -4px;
}

.comments-area input[type="search"]::-webkit-search-decoration {
  display: none;
}

.comments-area textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  height: 150px;
}

.comments-area form p {
  margin: 1rem 0;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
 .comments-area button,
 .comments-area input,
 .comments-area optgroup,
 .comments-area select,
 .comments-area 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.
  */
  .comments-area button,
  .comments-area input {
   /* 1 */
   overflow: visible;
 }
 
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
  .comments-area button,
  .comments-area select {
   /* 1 */
   text-transform: none;
 }
 
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
  .comments-area button,
  .comments-area [type="button"],
  .comments-area [type="reset"],
  .comments-area [type="submit"] {
   -webkit-appearance: button;
 }
 
 /**
  * Remove the inner border and padding in Firefox.
  */
  .comments-area button::-moz-focus-inner,
  .comments-area [type="button"]::-moz-focus-inner,
  .comments-area [type="reset"]::-moz-focus-inner,
  .comments-area [type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
 
 /**
  * Restore the focus styles unset by the previous rule.
  */
  .comments-area button:-moz-focusring,
  .comments-area [type="button"]:-moz-focusring,
  .comments-area [type="reset"]:-moz-focusring,
  .comments-area [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
 
 /**
  * Correct the padding in Firefox.
  */
  .comments-area 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.
  */
  .comments-area 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.
  */
  .comments-area progress {
   vertical-align: baseline;
 }
 
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  .comments-area textarea {
   overflow: auto;
 }
 
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
  .comments-area [type="checkbox"],
  .comments-area [type="radio"] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
 }
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  .comments-area [type="number"]::-webkit-inner-spin-button,
  .comments-area [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
  .comments-area [type="search"] {
   -webkit-appearance: textfield;
   /* 1 */
   outline-offset: -2px;
   /* 2 */
 }
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  .comments-area [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 */
 }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
  }
  
  .sticky-post {
    background: #007aff;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: .25rem;
    position: absolute;
    text-transform: uppercase;
    top: -1rem;
    z-index: 1;
  }
  
  .updated:not(.published) {
    display: none;
  }
  
  .page-links {
    clear: both;
    margin: 0 0 calc(1.5 * 1rem);
  }
  
  .entry {
    margin-top: calc(3 * 1rem);
  }
  
  .entry:first-of-type {
    margin-top: 0;
  }
  .entry .entry-header{
      margin-bottom: 1.5rem;
  }
  .entry .entry-title {
    margin: 0;
  }
  
  .entry .entry-title.has-text-align-center:before {
    margin-left: auto;
    margin-right: auto;
  }
  
  .entry .entry-title.has-text-align-right:before {
    margin-left: auto;
  }
  
  .entry .entry-title a {
    color: inherit;
  }
  
  .entry .entry-title a:hover {
    color: #4a4a4a;
  }
  
  .entry .entry-meta,
  .entry .entry-footer {
    color: #767676;
    font-weight: 500;
  }
  .entry .entry-meta .svg-icon path, .entry .entry-footer .svg-icon path{
      fill: #767676;
  }
  .entry .entry-meta .svg-icon path[fill="none"], .entry .entry-footer .svg-icon path[fill="none"]{
    fill: none;
}
  .entry .entry-meta > span,
  .entry .entry-footer > span {
    margin-right: 1rem;
    display: inline-block;
  }
  
  .entry .entry-meta > span:last-child,
  .entry .entry-footer > span:last-child {
    margin-right: 0;
  }
  
  .entry .entry-meta a,
  .entry .entry-footer a {
    transition: color 110ms ease-in-out;
    color: currentColor;
  }
  
  .entry .entry-meta a:hover,
  .entry .entry-footer a:hover {
    text-decoration: none;
    color: #007aff;
  }
  
  .entry .entry-meta .svg-icon,
  .entry .entry-footer .svg-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  
  .entry .entry-meta {
    margin: 1rem 0;
  }
  
  
  .entry .post-thumbnail {
    margin: 1rem;
  }
  
  @media only screen and (min-width: 768px) {
    .entry .post-thumbnail {
      margin: 1rem calc(10% + 60px);
    }
  }
  
  .entry .post-thumbnail:focus {
    outline: none;
  }
  
  .entry .post-thumbnail .post-thumbnail-inner {
    display: block;
  }
  
  .entry .post-thumbnail .post-thumbnail-inner img {
    position: relative;
    display: block;
    width: 100%;
  }
  
  .image-filters-enabled .entry .post-thumbnail {
    position: relative;
    display: block;
  }
  
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
    filter: grayscale(100%);
  }
  
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    background: rgba(0, 0, 0, 0.35);
    content: "";
    display: block;
    height: 100%;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  
  @supports (mix-blend-mode: multiply) {
    .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
      display: none;
    }
  }
  
  .image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "\020";
    pointer-events: none;
  }
  
  .image-filters-enabled .entry .post-thumbnail:before {
    background: #007aff;
    mix-blend-mode: screen;
    opacity: 0.1;
    z-index: 2;
  }
  
  .image-filters-enabled .entry .post-thumbnail:after {
    background: #007aff;
    mix-blend-mode: multiply;
    opacity: .8;
    z-index: 3;
    /* Browsers supporting mix-blend-mode don't need opacity < 1 */
  }
  
  @supports (mix-blend-mode: multiply) {
    .image-filters-enabled .entry .post-thumbnail:after {
      opacity: 1;
    }
  }
  
  .entry .entry-content,
  .entry .entry-summary {
    max-width: calc(100% - (0 * 1rem));
    margin: 0 0rem;
    margin-bottom: 2rem;
  }
  
  .entry .entry-content p {
    word-wrap: break-word;
  }
  
  .entry .entry-content .more-link {
    transition: color 110ms ease-in-out;
    display: inline;
    color: inherit;
  }
  
  .entry .entry-content .more-link:after {
    content: "\02192";
    display: inline-block;
    margin-left: 0.5em;
  }
  
  .entry .entry-content .more-link:hover {
    color: #007aff;
    text-decoration: none;
  }
  
  .entry .entry-content a {
    text-decoration: underline;
  }
  
  .entry .entry-content a.button, .entry .entry-content a:hover {
    text-decoration: none;
  }
  
  .entry .entry-content a.button {
    display: inline-block;
  }
  
  .entry .entry-content a.button:hover {
    background: #111;
    color: #fff;
    cursor: pointer;
  }
  
  .entry .entry-content > iframe[style] {
    margin: 32px 0 !important;
    max-width: 100% !important;
  }
  
  @media only screen and (min-width: 768px) {
    .entry .entry-content > iframe[style] {
      max-width: calc(8 * (100vw / 12) - 28px) !important;
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .entry .entry-content > iframe[style] {
      max-width: calc(6 * (100vw / 12) - 28px) !important;
    }
  }
  
  .entry .entry-content .page-links a {
    margin: calc(0.5 * 1rem);
    text-decoration: none;
  }
  
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(100vw - (2 * 1rem));
  }
  
  @media only screen and (min-width: 768px) {
    .entry .entry-content .wp-audio-shortcode {
      max-width: calc(8 * (100vw / 12) - 28px);
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .entry .entry-content .wp-audio-shortcode {
      max-width: calc(6 * (100vw / 12) - 28px);
    }
  }
  
  /* Author description */
  .author-bio {
    margin: calc(2 * 1rem) 1rem 1rem;
  }
  
  @media only screen and (min-width: 768px) {
    .author-bio {
      max-width: calc(8 * (100vw / 12) - 28px);
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .author-bio {
      max-width: calc(6 * (100vw / 12) - 28px);
    }
  }
  
  @media only screen and (min-width: 768px) {
    .author-bio {
      margin: calc(3 * 1rem) calc(10% + 60px);
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .author-bio {
      margin: calc(3 * 1rem) calc(10% + 60px);
    }
  }
  
  .author-bio .author-title {
    display: inline;
  }
  
  .author-bio .author-title:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
  }
  
  .author-bio .author-title.has-text-align-center:before {
    margin-left: auto;
    margin-right: auto;
  }
  
  .author-bio .author-title.has-text-align-right:before {
    margin-left: auto;
  }
  
  .author-bio .author-description {
    display: inline;
    color: #767676;
    font-size: 1.125em;
    line-height: 1.2;
  }
  
  .author-bio .author-description .author-link {
    display: inline-block;
  }
  
  .author-bio .author-description .author-link:hover {
    color: #007aff;
    text-decoration: none;
  }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
  }
  
  .bypostauthor {
    display: block;
  }
  
  .comments-area {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: calc(1 * 1rem) 0rem;
    word-wrap: break-word;
    /* Add extra margin when the comments section is located immediately after the
       * post itself (this happens on pages).
       */
  }
  

  
  .comments-area > * {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
  }
  
  @media only screen and (min-width: 768px) {
    .comments-area > * {
      margin-top: calc(2 * 1rem);
      margin-bottom: calc(2 * 1rem);
    }
  }
  
  .entry + .comments-area {
    margin-top: calc(2 * 1rem);
  }
  
  @media only screen and (min-width: 768px) {
    .comments-area .comments-title-wrap {
      align-items: baseline;
      display: flex;
      justify-content: space-between;
    }
  }
  
  .comments-area .comments-title-wrap .comments-title {
    margin: 0;
  }
  
  .comments-area .comments-title-wrap .comments-title:before {
    background: #767676;
    content: "\020";
    display: block;
    height: 2px;
    margin: 1rem 0;
    width: 1em;
  }
  
  .comments-area .comments-title-wrap .comments-title.has-text-align-center:before {
    margin-left: auto;
    margin-right: auto;
  }
  
  .comments-area .comments-title-wrap .comments-title.has-text-align-right:before {
    margin-left: auto;
  }
  
  @media only screen and (min-width: 768px) {
    .comments-area .comments-title-wrap .comments-title {
      flex: 1 0 calc(3 * (100vw / 12));
    }
  }
  
  @media only screen and (min-width: 768px) {
    .comments-area .comments-title-wrap .discussion-meta {
      flex: 0 0 calc(2 * (100vw / 12));
      margin-left: 1rem;
    }
  }
  
  #comment {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  #respond {
    position: relative;
  }
  
  #respond .comment-user-avatar {
    margin: 1rem 0 -1rem;
  }
  
  #respond .comment .comment-form {
    padding-left: 0;
  }
  
  #respond > small {
    display: block;
    font-size: 22px;
    position: absolute;
    left: calc(1rem + 100%);
    top: calc(-3.5 * 1rem);
    width: calc(100vw / 12);
  }
  
  #comments > .comments-title:last-child {
    display: none;
  }
  
  .comment-form-flex {
    display: flex;
    flex-direction: column;
  }
  
  .comment-form-flex .comments-title {
    display: none;
    margin: 0;
    order: 1;
  }
  
  .comment-form-flex #respond {
    order: 2;
  }
  
  .comment-form-flex #respond + .comments-title {
    display: block;
  }
  
  .comment-list {
    list-style: none;
    padding: 0;
  }
  
  .comment-list .children {
    margin: 0;
    padding: 0 0 0 1rem;
  }
  
  .comment-list > .comment:first-child {
    margin-top: 0;
  }
  
  .comment-list .pingback .comment-body,
  .comment-list .trackback .comment-body {
    color: #767676;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  
  .comment-list .pingback .comment-body a:not(.comment-edit-link),
  .comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: bold;
    font-size: 19.55556px;
    line-height: 1.5;
    padding-right: 0.5rem;
    display: block;
  }
  
  .comment-list .pingback .comment-body .comment-edit-link,
  .comment-list .trackback .comment-body .comment-edit-link {
    color: #767676;
    font-weight: 500;
  }
  
  #respond + .comment-reply {
    display: none;
  }
  
  .comment-reply .comment-reply-link {
    display: inline-block;
  }
  
  .comment {
    list-style: none;
    position: relative;
  }
  
  @media only screen and (min-width: 768px) {
    .comment {
      padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
    }
    .comment.depth-1,
    .comment .children {
      padding-left: 0;
    }
    .comment.depth-1 {
      margin-left: calc(3.25 * 1rem);
    }
  }
  
  .comment .comment-body {
    margin: calc(2 * 1rem) 0 0;
  }
  
  .comment .comment-meta {
    position: relative;
  }
  
  .comment .comment-author .avatar {
    float: left;
    margin-right: 1rem;
    position: relative;
  }
  
  @media only screen and (min-width: 768px) {
    .comment .comment-author .avatar {
      float: inherit;
      margin-right: inherit;
      position: absolute;
      top: 0;
      right: calc(100% + 1rem);
    }
  }
  
  .comment .comment-author .fn {
    position: relative;
    display: block;
  }
  
  .comment .comment-author .fn a {
    color: inherit;
  }
  
  .comment .comment-author .fn a:hover {
    color: #007aff;
  }
  
  .comment .comment-author .post-author-badge {
    border-radius: 100%;
    display: block;
    height: 18px;
    position: absolute;
    background: #007aff;
    right: calc(100% - 2.5rem);
    top: -3px;
    width: 18px;
  }
  
  @media only screen and (min-width: 768px) {
    .comment .comment-author .post-author-badge {
      right: calc(100% + 0.75rem);
    }
  }
  
  .comment .comment-author .post-author-badge svg {
    width: inherit;
    height: inherit;
    display: block;
    fill: white;
    transform: scale(0.875);
  }
  
  .comment .comment-metadata > a,
  .comment .comment-metadata .comment-edit-link {
    display: inline;
    font-weight: 500;
    color: #767676;
    vertical-align: baseline;
  }
  
  .comment .comment-metadata > a time,
  .comment .comment-metadata .comment-edit-link time {
    vertical-align: baseline;
  }
  
  .comment .comment-metadata > a:hover,
  .comment .comment-metadata .comment-edit-link:hover {
    color: #007aff;
    text-decoration: none;
  }
  
  .comment .comment-metadata > * {
    display: inline-block;
  }
  
  .comment .comment-metadata .edit-link-sep {
    color: #767676;
    margin: 0 0.2em;
    vertical-align: baseline;
  }
  
  .comment .comment-metadata .edit-link {
    color: #767676;
  }
  
  .comment .comment-metadata .edit-link svg {
    transform: scale(0.8);
    vertical-align: baseline;
    margin-right: 0.1em;
  }
  
  .comment .comment-metadata .comment-edit-link {
    position: relative;
    padding-left: 1rem;
    margin-left: -1rem;
    z-index: 1;
  }
  
  .comment .comment-metadata .comment-edit-link:hover {
    color: #007aff;
  }
  
  .comment .comment-content {
    margin: 1rem 0;
  }
  
  @media only screen and (min-width: 1168px) {
    .comment .comment-content {
      padding-right: 1rem;
    }
  }
  
  .comment .comment-content > *:first-child {
    margin-top: 0;
  }
  
  .comment .comment-content > *:last-child {
    margin-bottom: 0;
  }
  
  .comment .comment-content blockquote {
    margin-left: 0;
  }
  
  .comment .comment-content a {
    text-decoration: underline;
  }
  
  .comment .comment-content a:hover {
    text-decoration: none;
  }
  
  .comment-reply-link,
  #cancel-comment-reply-link {
    font-weight: 500;
  }
  
  .comment-reply-link:hover,
  #cancel-comment-reply-link:hover {
    color: #007aff;
  }
  
  .discussion-avatar-list {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
  }
  
  .discussion-avatar-list li {
    position: relative;
    list-style: none;
    margin: 0 -8px 0 0;
    padding: 0;
    float: left;
  }
  
  .discussion-avatar-list .comment-user-avatar img {
    height: calc(1.5 * 1rem);
    width: calc(1.5 * 1rem);
  }
  
  .discussion-meta .discussion-meta-info {
    margin: 0;
  }
  
  .discussion-meta .discussion-meta-info .svg-icon {
    vertical-align: middle;
    fill: currentColor;
    transform: scale(0.6) scaleX(-1) translateY(-0.1em);
    margin-left: -0.25rem;
  }
  
  .comment-form .comment-notes,
  .comment-form label {
    font-size: 1rem;
    color: #767676;
  }
  
  @media only screen and (min-width: 768px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
      width: calc(50% - 0.5rem);
      float: left;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .comment-form .comment-form-email {
      margin-left: 1rem;
    }
  }
  
  .comment-form input[name="author"],
  .comment-form input[name="email"],
  .comment-form input[name="url"] {
    display: block;
    width: 100%;
  }
  /* 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: #007aff;
    display: block;
    font-size: 1rem;
    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. */
  }
  .grecaptcha-badge{left: calc(100% + 20px);}
  /*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
    margin: calc(3 * 1rem) 0;
  }
  
  @media only screen and (min-width: 768px) {
    .post-navigation {
      margin: calc(3 * 1rem) calc(10% + 60px);
      max-width: calc(6 * (100vw / 12));
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .post-navigation {
      margin: calc(3 * 1rem) 0;
      max-width: 100%;
    }
  }
  
  .post-navigation .nav-links {
    margin: 0 1rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  @media only screen and (min-width: 768px) {
    .post-navigation .nav-links {
      margin: 0;
    }
  }
  
  @media only screen and (min-width: 1168px) {
    .post-navigation .nav-links {
      flex-direction: row;
      margin: 0 calc(0% + 60px);
    }
  }
  
  .post-navigation .nav-links a .meta-nav {
    color: #767676;
    user-select: none;
  }
  
  .post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
    display: none;
    content: "—";
    width: 2em;
    color: #767676;
    height: 1em;
  }
  
  .post-navigation .nav-links a .post-title {
    hyphens: auto;
  }
  
  .post-navigation .nav-links a:hover {
    color: #005177;
  }
  
  @media only screen and (min-width: 1168px) {
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
      min-width: calc(50% - 2 * 1rem);
    }
  }
  
  .post-navigation .nav-links .nav-previous {
    order: 2;
  }
  
  @media only screen and (min-width: 1168px) {
    .post-navigation .nav-links .nav-previous {
      order: 1;
    }
  }
  
  .post-navigation .nav-links .nav-previous + .nav-next {
    margin-bottom: 1rem;
    text-align: right;
  }
  
  .post-navigation .nav-links .nav-previous .meta-nav:before {
    display: inline;
  }
  
  .post-navigation .nav-links .nav-next {
    order: 1;
  }
  
  @media only screen and (min-width: 1168px) {
    .post-navigation .nav-links .nav-next {
      order: 2;
      padding-left: 1rem;
    }
  }
  
  .post-navigation .nav-links .nav-next .meta-nav:after {
    display: inline;
  }
  
  .pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    padding: 0 calc(.5 * 1rem);
    padding-top: 1rem;
  }
  
  .pagination .nav-links > * {
    padding: calc(.5 * 1rem);
  }
  
  .pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
    padding-left: 0;
  }
  
  .pagination .nav-links > *.dots, .pagination .nav-links > *.next {
    padding-right: 0;
  }
  
  .pagination .nav-links a:focus {
    text-decoration: underline;
    outline-offset: -1px;
  }
  
  .pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
    text-decoration: none;
  }
  
  .pagination .nav-links a:focus.prev .nav-prev-text,
  .pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
  .pagination .nav-links a:focus.next .nav-next-text {
    text-decoration: underline;
  }
  
  .pagination .nav-links .nav-next-text,
  .pagination .nav-links .nav-prev-text {
    display: none;
  }
  
  @media only screen and (min-width: 768px) {
    .pagination .nav-links {
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .pagination .nav-links .prev > *,
    .pagination .nav-links .next > * {
      display: inline-block;
      vertical-align: text-bottom;
    }
    .pagination .nav-links > * {
      padding: 1rem;
    }
  }
  
  .comment-navigation .nav-links {
    display: flex;
    flex-direction: row;
  }
  
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next {
    min-width: 50%;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
  }
  
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: none;
  }
  
  @media only screen and (min-width: 768px) {
    .comment-navigation .nav-previous .secondary-text,
    .comment-navigation .nav-next .secondary-text {
      display: inline;
    }
  }
  
  .comment-navigation .nav-previous svg,
  .comment-navigation .nav-next svg {
    vertical-align: middle;
    position: relative;
    margin: 0 -0.35em;
    top: -1px;
  }
  
  .comment-navigation .nav-next {
    text-align: right;
  }
  #faqviewing > *{
    opacity: 0;
    transition: opacity 150ms ease;
  }
  #faqviewing > .showing{
    opacity: 1;
  }
  .heading{padding-bottom: 30px;}
    @media(max-width: 991px){
    .faqs-items li {
      margin-bottom: 15px;
    }
    .faqs-items li a{
      font-size: 12px;
      padding: 5px 10px;
    }
  }
  .search-field {
    height: 45px;
    font-family: 'SF Pro Text';
    border: 0px;
    font-size: 16px;
    color: rgba(29,29,31,0.60);
    padding: 8px 15px;
    background-color: #F0F0F0;
    box-shadow: inset -4px -4px 8px 0 rgb(255 255 255 / 70%), inset 4px 4px 8px 0 rgb(0 0 0 / 5%);
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
  }
  .search-submit{
    color: #fff;
    height: 45px;
    font-family: 'SF Pro Text', sans-serif;
    background-color: #007AFF;
    border: 2px solid #007AFF;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: -8px -8px 20px 0 #ffffff, 8px 8px 20px 0 rgb(56 110 169 / 29%);
    font-size: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 15px;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #faqviewing{height: 100%; margin-bottom: 0px;}
  h1.entry-title, .biger_underline span{line-height: 3rem; font-size: 2.5rem;}
  .biger_underline span{position: relative;}
  .biger_underline span:after{position: absolute; width: 100%; border-bottom: 2px solid #007AFF; content: '';left: 0;bottom: 0px;z-index: -1;}
  .biger_underline a:hover{text-decoration: none;color: #007bff}
  @media(max-width: 991px){
    h1.entry-title, .biger_underline span{line-height: 2.5rem; font-size: 1.75rem}
    .heading{font-size: 1.2rem;}
  }
  @media(max-width: 768px){
    h1.entry-title, .biger_underline span{line-height: 2.2rem; font-size: 1.5rem}
  }
  @media (max-width: 768px) {
    .hidden-sm-down {
      display: none !important;
    }
  }
  @media (min-width: 991px) {
    .hidden-sm-up {
      display: none !important;
    }
  }
  .main-menu .navbar-nav .btnsubmit{margin-top: 5px;}
  .main-menu .navbar-nav#menu-mobile-menu .btnsubmit{margin-left: 15px; margin-right: 15px;}
  .main-menu .navbar-nav .btnsubmit a,.main-menu .navbar-nav .btnsubmit a:hover, .main-menu .navbar-nav .btnsubmit:hover a{font-size: 1rem; padding: 3px 30px; color: #fff !important; transition: none !important; text-align: center !important;}
  .card_box{
    background-color: #F0F0F0;
    box-shadow: 15px 15px 30px 0 rgb(0 0 0 / 7%), -10px -10px 15px 0 rgb(255 255 255 / 80%);
    border-radius: 8px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.card_box_content, .card_box_footer{
    padding: 20px;
    word-break: break-word;
}
.card_box_content .thumb .post-thumbnail{margin: 0 0 1rem;}
.card_box_footer{border-top: 1px solid #DEDEDE}
.card_box_footer a, #show_message a , #show_customer a, .linkeffect{position: relative;}
.card_box_footer a:after, #show_message a:after, #show_customer a:after, .linkeffect:after{
    content: "";
    position: absolute;
    bottom: -4px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #007aff;
    left: 0;
}
.card_box_footer a.delete:after, #show_message a.delete:after, #show_customer a.delete:after{
    background-color: rgba(243,21,3,0.8);
}
.card_box_footer a:hover:after, #show_message a:hover:after, #show_customer a:hover:after, .linkeffect:hover:after {
    width: 100%;
    opacity: 1;
  }
  .pricing_box{
    background: #F7F7F7;
    box-shadow: 15px 15px 30px 0 rgba(0,0,0,0.07), -15px -15px 30px 0 rgba(255,255,255,0.80);
    border-radius: 8px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    color: #1D1D1F;
    padding: 20px;
    text-align: center;
  }
  .pricing_box.active, .pricing_box:hover{
    background: #000000;
    color: #ffffff;
  }
  .pricing_box h3{font-size: 32px; font-family: Helvetica, sans-serif;color: #1D1D1F !important; font-weight: 400;}
  .pricing_box.active h3,.pricing_box:hover h3{color: #ffffff!important;}
  .pricing_box .box-caption{font-size: 14px; border-bottom: 1px solid rgb(151 151 151 / 20%)}
  .pricing_box.active .box-caption, .pricing_box:hover .box-caption{border-bottom: 1px solid rgb(255 255 255)}
  .pricing_box .bigfont{font-size: 32px;}
  .normal-btn{
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.09px;
    line-height: 29px;
    background-color: #007AFF;
    border: 2px solid #007AFF;
    border-radius: 4px;
    font-size: 14px;}
    .normal-btn:hover{box-shadow: none;}
  
.btn_extra_bottom{margin-bottom: 50px; height: auto;}
.btn_extra_bottom:hover, .freeheight:hover{
  color: #007AFF;
  background-color: #ffffff;
  border-color: #ffffff;
}
.freeheight{height: auto;}

.faqs-items li a{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.faqs-items li:last-child{margin-right: 0px;}
.bubble-wrap {
  overflow: hidden;
  height: 570px;
  margin: 0px -20px;
}
.bubbles {
  position: relative;
}
.bubble {
  position: absolute;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  box-shadow: -4px -4px 15px 0 rgb(226 226 226 / 20%), 4px 4px 15px 0 rgb(56 110 169 / 20%);
  background-size: cover;
  background-color: #ffffff;
}
.notransition .bubble:hover{
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.bubble:hover{
  box-shadow: -6px -6px 20px 0 #ffffff,6px 6px 20px 0 rgb(56 110 169 / 35%);
  transform: var(--translate) scale(calc(1 - var(--scale) + var(--scale))) !important;
  transition: transform 0.05s ease-in-out 0s;
  z-index: 10;
}
.bubble:hover:before{
  content: '';
  background: #fff;
  width: fit-content;
  height: 30px;
  transform: translate(-50%,0px);
  padding: 5px 10px;
  position: absolute;
  top: -40px;
  border-radius: 15px;
  left: 50%;
  box-shadow: -6px -6px 20px 0 #ffffff,6px 6px 20px 0 rgb(56 110 169 / 35%);
  display: table;
}
.bubble:hover:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
@media(max-width: 991px){
  .faqs-items{text-align: left;}
  .faqs-items li{width: 100%; float: none; display: inline-block; margin-right: 0px;}
  #faqviewing{padding: 10px;}
  /*.faqs-items li:nth-child(even){margin-right: 0px; margin-left: 0px;}
  .faqs-items li:nth-child(odd){margin-right: 0px; margin-left: 0px;}*/
  .btn-faqs{
    box-shadow: rgb(0 0 0 / 7%) 10px 10px 20px 0px, rgb(255 255 255 / 80%) -10px -10px 20px 0px;
    border-radius: 8px;
    font-weight: 600; 
    color: rgb(51, 51, 51);
    background: rgb(240, 240, 240);
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    height: auto;
    border: 1px solid rgb(0, 122, 255);
  }
  .btn-faqs:hover{
    color: rgb(51, 51, 51);
  }
  .btn-faqs:after{
    position: relative;
    float: right;
    top: 7px;
  }
  .faqs-dropdown.show .btn-faqs{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .faqs-menu{
    box-shadow: rgb(0 0 0 / 7%) 10px 10px 20px 0px, rgb(255 255 255 / 80%) 0px 0px 20px 0px;
    border-radius: 8px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    background: rgb(240, 240, 240);
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    height: auto;
    border: 1px solid rgb(0, 122, 255);
    border-top: 0;
  }
  .faqs-menu.show{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: -3px !important;
    padding-left: 0px; padding-right: 0px;
  }
  .faqs-menu.show[x-placement="top-start"]{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: 3px !important;
    border-top: 1px solid rgb(0, 122, 255);
    border-bottom: 0;
  }
  .faqs-menu.show[x-placement="top-start"] ~ .btn-faqs{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .faqs-menu .dropdown-item{
    padding: 5px 10px;
  }
  .bubble-wrap {margin: 0px -30px;}
  .cat-dropdown{margin-bottom: 30px;}
  .cat-dropdown .btn-faqs{padding: 10px;}
  .cat-dropdown *{font-size: 1rem !important;}
}
.pricing-box .heading{padding-bottom: 15px;}
.integration .thumb{
  width: 100px;
  border-radius: 15px;
  overflow: hidden;
  height: 100px;
  margin-bottom: 15px;
}
.integration a:hover{
  text-decoration: none;
}
.integration a:hover .message-inner-content{
  color:#007bff;
}
.biger_underline .caption s{color: red}
.biger_underline .caption s span{color: #2B292D}
.biger_underline a:hover .caption s span{color: #007bff}
.entry-content h3, .entry-content h4,.entry-content h1, .entry-content h2{color: #007AFF;}
.border-radius-10 img{
    border-radius: 20px;
    border: 10px solid #2D8FF9;
}
.use-case{font-size: 20px;}

.box-content{
    background: #FFFFFF;
    box-shadow: 15px 15px 30px 0 rgba(0,0,0,0.03), -15px -15px 30px 0 rgba(0,0,0,0.03);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
p:empty{
    display: none;
}
.white-btn .vc_btn3:hover{
    background: #f8f8f8 !important;
}
.white-btn b{color: #007AFF;}
.white-btn i{font-style: normal; font-weight: 600;}
.use-case .vc_btn3{font-size: 16px !important; padding-top: 12px !important; padding-bottom: 12px !important;}
.heading_normal{font-family: Helvetica, sans-serif;color: #333333; font-weight: 400;}