/*
Theme Name: PROJECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.4.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*Testing Git Deployment*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
  opacity: 1;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
#error-msg {
    font-size: 14px;
    color: #ff0000;
    margin: -10px 0px 20px 10px;
}
#error-msg.success {
    color: #037d03;
}
img {
  vertical-align: middle;
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

a[href], label[for], select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  border: 0;
}

.hide {
  position: absolute;
  left: -9999em;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th, td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address, cite, dfn {
  font-style: normal;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

textarea {
  overflow: auto;
}

html {
  height: 100%;
}

strong {
  font-weight: 800;
}

@font-face {
  font-family: 'averta';
  src: url('assets/fonts/averta-regular-webfont.eot');
  src: url('assets/fonts/averta-regular-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/averta-regular-webfont.woff') format('woff2'), url('assets/fonts/averta-regular-webfont.woff') format('woff'), url('assets/fonts/averta-regular-webfont.ttf') format('truetype'), url('https://xplodsocial.com/wp-content/themes/xplod/assets/fonts/averta-regular-webfont.svg#averta_regularregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'averta';
  src: url('assets/fonts/averta-black-webfont.eot');
  src: url('assets/fonts/averta-black-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/averta-black-webfont.woff') format('woff2'), url('assets/fonts/averta-black-webfont.woff') format('woff'), url('assets/fonts/averta-black-webfont.ttf') format('truetype'), url('https://xplodsocial.com/wp-content/themes/xplod/assets/fonts/averta-black-webfont.svg#avertablack') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'averta';
  src: url('assets/fonts/averta-extrabold-webfont.eot');
  src: url('assets/fonts/averta-extrabold-webfont.eot#iefix') format('embedded-opentype'), url('assets/fonts/averta-extrabold-webfont.woff') format('woff2'), url('assets/fonts/averta-extrabold-webfont.woff') format('woff'), url('assets/fonts/averta-extrabold-webfont.ttf') format('truetype'), url('https://xplodsocial.com/wp-content/themes/xplod/assets/fonts/averta-extrabold-webfont.svg#avertaextrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}

/**
 * Remove most spacing between table cells.
 */

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

td, th {
  padding: 0;
}

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .post-password-form:after, #search_block:after, .search-form p:after, #search_block p:after, .navigation-single:after, .commentlist .comment-author:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

* {
  max-height: 1000000px;
}

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

.gm-style img {
  max-width: none;
}

.entry ul, .entry ol, .entry dl, .entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry address, .entry form, .entry table, .entry blockquote, .entry applet, .entry embed, .entry object, .entry iframe, .entry frameset {
  margin: 0 0 1.2em;
}

.entry p {
  margin-bottom: 15px;
}

.entry blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em;
}

.entry table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.entry th, .entry td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

.entry th {
  text-align: center;
  vertical-align: middle;
  background: #eee;
}

.entry ul, .entry ol {
  padding-left: 3em;
}

.entry ul ul, .entry ul ol, .entry ol ul, .entry ol ol {
  padding-left: 3em;
  margin: 0;
}

.entry ul {
  list-style-type: disc;
}

.entry dl dt {
  float: left;
  clear: left;
  padding-right: 10px;
  font-weight: 300;
  padding-bottom: 12px;
}

.entry dl dd {
  overflow: hidden;
  padding-bottom: 12px;
}

.entry pre {
  max-width: 100%;
}

.entry button, .entry input[type='button'], .entry input[type='reset'], .entry input[type='submit'] {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0 15px;
  background: #333;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  outline-color: transparent;
  transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
  display: inline-block;
  padding: 14px 42px 16px;
  min-width: 230px;
  vertical-align: top;
  text-align: center;
  transition: all .3s ease;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 30.5px;
  box-shadow: 5px 8px 20px 0 rgba(208, 57, 36, .5);
  background-color: #f55742;
  border: solid 2px #f55742;
  color: #fff;
  line-height: 26px;
  line-height: 16px;
  padding: 10px 28px;
  box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
  min-width: 0;
  font-size: 14px;
}

.entry button:hover, .entry input[type='button']:hover, .entry input[type='reset']:hover, .entry input[type='file']:hover, .entry input[type='submit']:hover {
  background: #fff;
  border: solid 2px #f55742;
  color: #f55742;
}

.entry input[type='file'] {
  height: auto;
  padding: 0;
  background: none;
  color: inherit;
  text-transform: none;
}

.entry input[type='file']:hover {
  background: none;
  color: inherit;
}

.widget select {
  min-width: inherit;
  width: 100%;
}

/* Calendar */

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 10px;
}

#wp-calendar th, #wp-calendar td {
  padding: 3px 0;
  text-align: center;
}

#wp-calendar td {
  background: transparent;
}

/* Typography */

.entry ul ul, .entry ul ol {
  margin: 0;
}

.entry ul > li {
  list-style-type: disc;
}

.entry ul > ul > li {
  list-style-type: circle;
}

.entry ol ol, .entry ol ul {
  margin: 0;
}

.entry ol > li {
  list-style-type: decimal;
}

.entry ol > ol > li {
  list-style-type: lower-alpha;
}

.comment-form p {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}

.comment-form label {
  display: block;
  padding: 0 0 5px;
}

.entry button + .button, .entry button + button, .entry input[type='button'] + .button, .entry input[type='button'] + button, .entry input[type='reset'] + .button, .entry input[type='reset'] + button, .entry input[type='submit'] + .button, .entry input[type='submit'] + button {
  margin-left: 10px;
}

.comment-form textarea, .comment-form input:not([type='submit']) {
  margin: 0 10px 0 0;
  width: 300px;
}

.comment-form textarea {
  width: 100%;
  margin: 0;
}

.comment-form input[type='submit'] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type='password'] {
  margin: 0 10px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
}

.search-form input[type='search'] {
  margin: 0 10px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.comment-form button, .comment-form input[type='submit'], .post-password-form button, .post-password-form input[type='submit'], .search-form button, .search-form input[type='submit'], #search_block button, #search_block input[type='submit'] {
  height: auto;
  padding: 0 10px;
  display: inline-block;
  padding: 14px 42px 16px;
  min-width: 230px;
  vertical-align: top;
  text-align: center;
  transition: all .3s ease;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 30.5px;
  box-shadow: 5px 8px 20px 0 rgba(208, 57, 36, .5);
  background-color: #f55742;
  border: solid 2px #f55742;
  color: #fff;
  line-height: 26px;
  line-height: 16px;
  padding: 10px 28px;
  box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
  min-width: 0;
  font-size: 14px;
}

.comment-form button:hover, .comment-form input[type='submit']:hover, .post-password-form button:hover, .post-password-form input[type='submit']:hover, .search-form button:hover, .search-form input[type='submit']:hover, #search_block button:hover, #search_block input[type='submit']:hover {
  color: #f55742;
  background-color: #fff;
}

.search-form, .post-password-form, #search_block {
  margin-bottom: 15px;
}

.search-form input, .post-password-form input, #search_block input {
  float: left;
  height: 40px;
}

.search-form input[type='search'], .search-form input[type='text'], .post-password-form input[type='search'], .post-password-form input[type='text'], #search_block input[type='search'], #search_block input[type='text'] {
  margin: 0 10px 0 0;
  width: calc(100% - 130px);
}

.search-form input[type='password'], .post-password-form input[type='password'], #search_block input[type='password'] {
  width: calc(100% - 125px);
}

.search-form input[type='submit'], .search-form button, .post-password-form input[type='submit'], .post-password-form button, #search_block input[type='submit'], #search_block button {
  height: 40px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment, .commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #prev {
  padding-left: 5px;
  text-align: left;
}

.widget_calendar #next {
  padding-right: 5px;
  text-align: right;
}

.navigation, .navigation-comments, .pagination {
  position: relative;
  vertical-align: middle;
  padding: 10px 0 20px 0;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text, .pagination .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .current, .navigation-comments .current, .pagination .current {
  color: #ccc;
}

.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  color: #f55742;
  font-weight: bold;
}

.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover, .pagination .page-numbers:hover {
  color: #000;
}

.navigation .next, .navigation .prev, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al, .pagination .ar {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  font-weight: bold;
  text-decoration: none;
}

.navigation .next.disabled, .navigation .prev.disabled, .navigation .al.disabled, .navigation .ar.disabled, .navigation-comments .next.disabled, .navigation-comments .prev.disabled, .navigation-comments .al.disabled, .navigation-comments .ar.disabled, .pagination .next.disabled, .pagination .prev.disabled, .pagination .al.disabled, .pagination .ar.disabled {
  opacity: .8;
  pointer-events: none;
}

.navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
  display: inline-block;
  vertical-align: top;
  color: #f55742;
  padding-left: 0;
  padding-right: 0;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a:hover, .pagination .ar a:hover {
  color: #000;
}

.navigation .next, .navigation .prev, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al, .pagination .ar {
  padding-left: 0;
  padding-right: 0;
}

.navigation a, .navigation-comments a, .pagination a {
  color: inherit;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  color: #f55742;
  font-weight: bold;
  text-decoration: none;
}

.navigation-single .next:hover, .navigation-single .prev:hover {
  color: #000;
}

.navigation-single .next a, .navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
}

.navigation-single .next {
  float: right;
}

/* Begin Images */

img.border {
  padding: 5px;
  border: 1px solid #ccc;
}

.wp-caption {
  clear: both;
  border: 1px solid #999;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  width: auto;
  max-width: 98.5%;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter, figure.aligncenter {
  margin: 0 auto 1.2em;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.aligncenter {
  margin: 5px auto 20px auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 10px 0;
}

.alignright {
  float: right;
  margin: 4px 5px 20px 30px;
}

.alignnone {
  margin: 0;
}

img.wp-smiley {
  padding: 0;
  border: none;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

/* can use for responsive iframe*/

.fluid-iframe {
  display: block;
  position: relative;
  padding-bottom: 60%;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 0 0;
  text-align: center;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto;
}

.al, .navigation .next {
  float: left;
}

.ar, .navigation .prev {
  float: right;
}

.posts-list .entry p {
  margin: 0;
}

.posts-list .post {
  margin: 0 0 60px;
}

.title {
  margin-bottom: 1.2em;
}

.title h1 {
  margin: 0;
}

.post .title {
  margin-bottom: 10px;
}

.post .postmetadata {
  margin-bottom: 10px;
}

.textwidget p {
  padding: 0 0 10px 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

code br {
  display: none;
}

pre, code {
  font-family: mono-space, monospace;
  border: 1px solid #eee;
  padding: 20px;
  display: block;
  margin: 0 0 20px 0;
  overflow: auto;
  white-space: pre;
  font-size: 12px;
  line-height: 20px;
}

code {
  padding: 1px 20px 0 20px;
  background: #f6f6f6;
  border-top: 0;
  border-bottom: 0;
}

/* Various Tags & Classes */

acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #dfcfba;
}

blockquote {
  margin: 0 0 1.2em;
}

blockquote cite {
  display: block;
  padding-top: 5px;
}

sup {
  position: relative;
  top: -5px;
}

sub {
  position: relative;
  top: 5px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.page-link {
  padding: 0 0 15px;
}

/* Respond */

.comments {
  clear: both;
}

#respond {
  margin: 20px 0 20px 0;
  overflow: hidden;
}

.commentlist #respond {
  margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
  font-size: 12px;
  font-weight: normal;
}

/* Comments*/

#comments, #reply-title {
  margin: 0 0 15px 0;
  line-height: 1.6em;
}

.commentlist {
  margin-left: -2em;
  padding: 0;
  text-align: justify;
  line-height: 1.6em;
}

.commentlist .comment {
  padding: 0 0 0 2em;
}

.commentlist .comment, .commentlist + .comment {
  padding-top: 1.2em;
}

.commentlist .commentlist {
  padding: 0;
}

.commentlist .comment-author {
  margin-bottom: .5em;
}

.commentlist .comment-metadata {
  margin-bottom: .5em;
}

.commentlist .comment-author img {
  float: left;
  margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
  margin-left: 20px;
}

.comment-body {
  margin: 0 0 20px;
}

.comment-body .reply {
  padding-bottom: 15px;
}

.parent.comment .comment {
  margin-left: 30px;
}

.comment-author.vcard {
  margin-bottom: 10px;
}

.breadcrumb {
  padding-bottom: 20px;
}

.post .title h3 {
  margin-bottom: 1em;
}

.divider {
  height: 80px;
}

.wpcf7-not-valid-tip {
  display: block;
  padding-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  color: #d93c3c;
}

.error input:not([type='submit']) {
  border-color: red !important;
}

/* Galleries */

.widget .gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gallery-item {
  max-width: 50%;
  margin: 0;
  padding: 0 10px 1.5em;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  box-shadow: none;
  background: none;
}

.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-item img {
  transition: -webkit-filter .3s ease-in;
  transition: filter .3s ease-in;
  transition: filter .3s ease-in, -webkit-filter .3s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font: 18px/28px 'averta', sans-serif;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  color: #808080;
}

input, textarea, select, button {
  outline: none;
  font-family: 'averta', sans-serif;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
}

textarea, select, input[type=email], input[type=search], input[type=url], input[type=password], input[type=text], input[type=text] {
  outline: none;
  font-family: 'averta', sans-serif;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: inherit;
}

.btn {
  display: inline-block;
  padding: 14px 42px 16px;
  min-width: 230px;
  vertical-align: top;
  text-align: center;
  transition: all .3s ease;
  border: 0;
  outline: none;
  font-size: 16px;
  border-radius: 30.5px;
  box-shadow: 5px 8px 20px 0 rgba(208, 57, 36, .5);
  background-color: #f55742;
  border: solid 2px #f55742;
  color: #fff;
  line-height: 26px;
}

.btn:hover {
  color: #f55742;
  background-color: #fff;
}

.btn.btn-sm {
  line-height: 16px;
  padding: 10px 28px;
  box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
  min-width: 0;
  font-size: 14px;
}

.btn.btn-black {
  border-color: #000;
  background: #000;
  box-shadow: none;
}

.btn.btn-black:hover {
  color: #000;
  background-color: #fff;
}

.btn.btn-lg {
  line-height: 16px;
  padding: 33px 28px;
  border-radius: 50px;
  box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
  min-width: 322px;
  font-size: 22px;
}

.btn.btn-md {
  line-height: 18px;
  padding: 23px 18px;
  border-radius: 50px;
  box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
  min-width: 257px;
  font-size: 18px;
}

/* Container
------------------------------------------------------------------------------*/

.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
  margin: auto;
  max-width: 100%;
}

.effe-bg {
  background: url(assets/images/bg_s1.svg) no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  z-index: -1;
  pointer-events: none;
  position: absolute;
}

.intro-text .effe-bg {
  bottom: 0;
  margin: -255px -180px;
  right: 0;
}

.how-works .effe-bg {
  background-image: url(assets/images/bg_s2.svg);
  left: 0;
  width: 360px;
  height: 360px;
  margin: -90px -110px;
  top: 0;
}

.why-row .effe-bg {
  background-image: url(assets/images/bg_s3.svg);
  right: 0;
  width: 326px;
  height: 326px;
  z-index: 0;
  margin: -220px -305px;
  top: 0;
}

.why-row .effe-bg.ps2 {
  bottom: 0;
  margin: -50px -305px;
  top: auto;
  left: 0;
}

.pricing-row .effe-bg {
  background-image: url(assets/images/bg_s4.svg);
  left: 0;
  width: 230px;
  height: 230px;
  z-index: 0;
  margin: 282px 65px;
  top: 0;
}

.pricing-row .effe-bg.ps2 {
  background-image: url(assets/images/bg_s5.svg);
  margin: 430px -210px;
  width: 326px;
  height: 326px;
  top: 0;
}

.cta-row .effe-bg {
  background-image: url(assets/images/bg_s4.svg);
  right: 50%;
  width: 230px;
  height: 230px;
  z-index: 0;
  margin: -170px 270px;
  top: 0;
}

.cta-row .effe-bg.ps2 {
  background-image: url(assets/images/bg_s5.svg);
  bottom: 0;
  margin: -130px -155px;
  top: auto;
  width: 326px;
  height: 326px;
  left: 0;
}

.cta-row .effe-bg.ps3 {
  background-image: url(assets/images/bg_s6.svg);
  margin: -85px -205px;
  width: 406px;
  height: 406px;
  left: auto;
  right: 0;
}

.cta-row .effe-bg.ps4 {
  background-image: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/bgp1.svg);
  margin: 10px -270px;
  width: 406px;
  height: 406px;
  left: 0;
}

.cta-row .effe-bg.ps5 {
  background-image: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/bgp2.svg);
  margin: -95px -205px;
  width: 323px;
  height: 323px;
  left: auto;
  right: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.testimonials .video, .testimonials .quote, .effe-bg, .graph .effect, .steps .item, .entry.center:not(.no-anim), .features-list .item, .why-row .entry, .case-item .images .item {
  opacity: 0;
}

/* header
------------------------------------------------------------------------------*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 26px 0;
  transition: height .3s ease, padding .3s ease, background .3s ease;
  right: 0;
}

.compensate-for-scrollbar .header {
  margin-right: inherit;
}

.moved .header {
  padding: 10px 0 5px;
  background: rgba(255, 255, 255, .95);
}

.header .container {
  width: 1268px;
  position: static;
}

.header .logo {
  position: relative;
  z-index: 10;
  float: left;
  max-width: 160px;
}

.main-menu {
  position: absolute;
  left: 50%;
  transition: all .3s ease;
  top: 42px;
  margin-left: -48px;
  font-size: 14px;
  color: #393939;
}

.moved .main-menu {
  top: 18px;
}

.main-menu .trigger {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  margin: 13px 0 0 5px;
  cursor: pointer;
  float: left;
}

.main-menu .trigger:before {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 5px 2.5px 0 2.5px;
  border-color: #393939 transparent transparent transparent;
}

.no-touch .main-menu li:hover > .trigger:before, .main-menu .hover > .trigger:before {
  border-width: 0 2.5px 5px 2.5px;
  border-color: transparent transparent #393939 transparent;
}

.main-menu li {
  float: left;
  line-height: 40px;
  padding-right: 35px;
  position: relative;
}

.main-menu li a {
  float: left;
}

.no-touch .main-menu li:hover > ul {
  display: block;
}

.touch .main-menu li.hover > ul {
  display: block;
}

.main-menu li ul {
  position: absolute;
  display: none;
  top: 100%;
  max-width: 250px;
  left: 0;
  padding: 0 20px;
  margin: 0 -20px;
  background: rgba(255, 255, 255, .95);
}

.main-menu li ul li, .main-menu li ul a {
  float: none;
}

.main-menu .current a {
  color: #f55742;
}

.main-menu a:not(.btn) {
  display: block;
}

.main-menu .anchor-active,
.main-menu a:not(.btn):hover {
  color: #f55742;
}

.main-menu .login a {
  padding: 0;
  margin: 0 -3px;
  display: inline-block;
  font-size: 16px;
  color: #f55742;
}

.main-menu .login a:hover {
  color: #000;
}

.main-menu .btn {
  margin: 0 -2px;
}

#comments, #reply-title, .comment-reply-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: normal;
  margin: 0 0 42px;
  color: #242424;
}

.title h3, .title h2, .title h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: normal;
  margin: 0 0 42px;
  color: #242424;
}

.post-row:after {
  content: '';
  clear: both;
  display: block;
}

.left-col {
  float: left;
  width: 70%;
  margin-right: 40px;
}

.left-col a:not(.btn) {
  color: #f55742;
}

.left-col a:not(.btn):hover {
  color: #000;
}

.sidebar {
  overflow: hidden;
}

.widget {
  margin-bottom: 40px;
}

.widget a:not(.btn) {
  color: #f55742;
}

.widget a:not(.btn):hover {
  color: #000;
}

.widget h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.44;
  margin-bottom: 10px;
  letter-spacing: normal;
  color: #242424;
}

.entry.revert {
  color: #fff;
}

.entry.revert h1, .entry.revert h2, .entry.revert h3, .entry.revert h4, .entry.revert h5, .entry.revert h6 {
  color: #fff;
}

.entry.revert a:not(.btn):hover {
  color: #fff;
}

.entry a:not(.btn) {
  color: #f55742;
}

.entry a:not(.btn):hover {
  color: #000;
}

.entry h1 strong, .entry h2 strong, .entry h3 strong, .entry h4 strong, .entry h5 strong, .entry h6 strong {
  color: #f55742;
}

.entry p strong {
  color: #f55742;
}

.entry p {
  padding-bottom: 24px;
}

.entry h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: normal;
  margin: 0 0 42px;
  color: #242424;
}

.entry h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 31px;
  line-height: 1.15;
  letter-spacing: normal;
  color: #242424;
}

.entry h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.44;
  letter-spacing: normal;
  color: #242424;
}

.entry h4 {
  font-size: 22px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.09;
  letter-spacing: normal;
}

.entry h5 {
  font-size: 16px;
  font-weight: 700;
}

.entry h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #f55742;
  margin-bottom: 20px;
}

.entry p a {
  font-weight: bold;
}

.how-works {
  padding: 80px 0 50px;
}

.pricing-row {
  padding: 168px 0 0;
  margin-bottom: -30px;
}

.pricing-row .container {
  width: 1278px;
}

.entry.center {
  text-align: center;
  width: 760px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry.center h2 {
  width: 610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.steps {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1129px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin: -66px auto 0;
}

.steps:before {
  content: '';
  position: absolute;
  top: -1160px;
  height: 1500px;
  left: 50%;
  z-index: -1;
  width: 2920px;
  margin-left: -1460px;
  pointer-events: none;
  background: url(assets/images/bg_line.svg) no-repeat 50% 100%;
}

.steps .num {
  font-size: 16px;
  border: 1px solid #f55742;
  width: 50px;
  height: 50px;
  background: #fff;
  position: relative;
  border-radius: 50%;
  margin: 25px auto 23px;
  line-height: 48px;
  color: #242424;
}

.steps h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 10px 8px;
  line-height: 1;
  font-style: normal;
  color: #242424;
}

.steps .ico {
  position: relative;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -2px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.steps .ico .effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.steps p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 24px;
  margin: 0 -1px;
}

.steps .item {
  width: 20.5%;
  text-align: center;
  padding-top: 198px;
}

.steps .item-1 p {
  margin: 0;
}

.steps .item-1 h4 {
  padding-bottom: 0;
}

.steps .item-2 {
  padding-top: 144px;
}

.steps .item-3 {
  padding-top: 92px;
}

.steps .item-3 p {
  margin: 0;
}

.steps .item-4 {
  padding-top: 0;
}

.slider > .item {
  display: none;
}

.slider > .item:first-child {
  display: block;
}

.full-slider {
  padding: 117px 0 93px;
  text-align: center;
}

.full-slider .btn {
  position: relative;
  z-index: 1;
}

.full-slider .slick-dots button {
  border-color: rgba(30, 30, 30, .101025);
}

.full-slider .slick-list {
  overflow: visible !important;
}

.full-slider .slick-list:before {
  content: '';
  background: url(assets/images/sh.svg) no-repeat 50% 0;
  position: absolute;
  top: -74px;
  height: 80px;
  left: 0;
  right: 0;
  pointer-events: none;
}

.full-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: 0 100px;
  display: block;
  width: auto;
  background: none;
  z-index: 10;
  padding: 0;
  border: 0;
  color: transparent;
  width: calc(100% - 40px);
}

.full-slider .slick-next {
  left: 50%;
}

.full-slider h2 {
  padding-bottom: 9px;
}

.full-slider .entry p {
  line-height: 28px;
  font-size: 18px;
}

.full-slider .entry.center {
  width: 848px;
}

.full-slider img {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.full-slider .slick-center img {
  -webkit-transform: scale(1.16);
  transform: scale(1.16);
  border-radius: 20px;
}

.full-slider .slick-dots {
  text-align: center;
  margin: 41px 0 0;
}

.full-slider h3 {
  position: absolute;
  top: 52%;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  letter-spacing: 1px;
  display: flex;
  z-index: 4;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.full-slider .slider {
  position: relative;
  margin-top: -50px;
  margin-bottom: -63px;
  padding: 104px 0;
}

.full-slider .slider .item {
  padding: 38px 10px;
  width: 195px;
  position: relative;
}

.full-slider .slider:after {
  content: '';
  position: absolute;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .16), inset 0 -4px 7px rgba(0, 0, 0, .08);
  border-radius: 34.2144px;
  top: -50px;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 211px;
  height: 435px;
}

.full-slider .slider:before {
  content: '';
  position: absolute;
  box-shadow: 0 0 0 8px #fff;
  border-radius: 24.2144px;
  top: -50px;
  bottom: 0;
  z-index: 90;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: auto;
  width: 191px;
  height: 417px;
}

.cases {
  padding: 118px 0 25px;
}

.cases .container {
  width: 1210px;
}

.cases h2 {
  padding-bottom: 9px;
}

.stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 458px;
}

.stat-item {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  padding: 8px 0 26px;
  position: relative;
  letter-spacing: 1.7px;
  color: #979797;
  text-transform: uppercase;
}

.stat-item.new {
  color: #f55742;
}

.stat-item.new.right strong:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(assets/images/bg_p2.svg) no-repeat 100% 0;
  margin: -23px -25px;
}

.stat-item.new.left strong:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(assets/images/bg_p1.svg) no-repeat;
  margin: -27px -40px;
}

.stat-item strong {
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  font-weight: 800;
  line-height: normal;
  transition: all .3s ease;
  position: relative;
  letter-spacing: normal;
  color: #242424;
}

.cta-row {
  padding: 194px 0 131px;
}

.cta-row h2 {
  padding-bottom: 43px;
}

.cta-row p {
  padding-bottom: 35px;
  margin: 0 auto 15px;
  margin-top: -45px;
  width: 643px;
  max-width: 100%;
}

.cta-row .entry h2 {
  width: 800px;
}

.pricing-table {
  padding-top: 120px;
  max-width: 1245px;
  position: relative;
}

.pricing-table .tabs {
  display: none;
}

.pricing-table table {
  width: 100%;
}

.pricing-table .h6 {
  font-size: 26px;
  font-weight: 800;
  padding: 35px 0 7px;
  color: #242424;
}

.pricing-table p {
  font-size: 15px;
  line-height: normal;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 5px 10px;
  color: #808080;
}

.pricing-table .price {
  font-size: 45px;
  font-weight: bold;
  color: #f55742;
  padding-bottom: 15px;
}

.pricing-table .price sup {
  font-size: 16px;
  margin: 0 5px 0 0;
  top: 12px;
  font-weight: normal;
  vertical-align: top;
}

.pricing-table .price sub {
  font-size: 16px;
  top: 3px;
  font-weight: normal;
  vertical-align: bottom;
  margin: 0 0 0 -1px;
}

.pricing-table .label-head + .h6 {
  margin-top: -27px;
}

.pricing-table .label-head {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 9.5px;
  background-color: #242424;
  padding: 0 15px;
  vertical-align: top;
  position: relative;
  top: -11px;
  height: 19px;
  line-height: 19px;
  color: #fff;
}

.pricing-table thead th {
  border: 1px solid #eee;
  text-align: center;
  height: 267px;
}

.pricing-table thead th.red {
  border-color: #d75e4e;
  border-left: 0;
  border-right: 0;
}

.pricing-table .red .price sub {
  margin-left: 5px;
}

.pricing-table .red .h6 {
  font-size: 30px;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 12px;
}

.pricing-table .red p {
  font-size: 15px;
  color: #fff;
  padding: 0 15px 10px;
  min-height: 104px;
  padding-top: 28px;
}

.pricing-table .red .price {
  color: #ffc9c2;
  font-size: 50px;
  padding: 8px 0 0;
}

.pricing-table .red .price sub, .pricing-table .red .price sup {
  font-size: 18px;
}

.pricing-table .round {
  position: relative;
  margin-top: -37px;
  margin-bottom: -37px;
  box-shadow: 6px 9px 44px 0 rgba(211, 71, 52, .35);
  background: #d34734;
  height: 37px;
  border-radius: 9px 9px 0 0;
}

.pricing-table .round:before {
  content: '';
  background: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/bg_pop.svg) no-repeat 50% 0;
  position: absolute;
  top: -105px;
  pointer-events: none;
  height: 105px;
  bottom: 0;
  margin: 0 -100px;
  left: 0;
  right: 0;
}

.pricing-table tbody .item {
  height: 65px;
  width: 208px;
  border: 1px solid #eee;
  vertical-align: middle;
  text-align: center;
}

.pricing-table tbody .item.red {
  border-color: #dd6657;
  border-left: 0;
  width: 240px;
  border-right: 0;
}

.pricing-table .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 13px;
  display: block;
  font-weight: bold;
  border-radius: 50px;
  min-width: 0;
  margin: 0 35px;
}

.pricing-table tfoot .item {
  height: 34px;
  border: 1px solid transparent;
  border-bottom: 0;
}

.pricing-table tfoot .item.red {
  border-left: 0;
  border-right: 0;
  border-color: #d75e4e;
  border-radius: 0 0 9px 9px;
}

.pricing-table tfoot .item.red .btn {
  font-size: 17px;
  line-height: 20px;
  padding: 18px;
  display: block;
  border-radius: 50px;
  min-width: 0;
  margin: 0 35px;
}

.pricing-table .red {
  position: relative;
  background: #d34734;
  border-color: #d55545;
  box-shadow: 6px 9px 44px 0 rgba(211, 71, 52, .35);
}

.pricing-table .red .btn {
  padding: 18px;
  font-size: 17px;
}

.pricing-table .check {
  background: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/ico_check.svg) no-repeat 50% 50%;
  width: 25px;
  margin: auto;
  height: 25px;
  display: block;
}

.pricing-table .red .check {
  background-image: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/ico_check_w.svg);
}

.pricing-table .cross {
  background: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/ico_cross.svg) no-repeat 50% 50%;
  width: 25px;
  margin: auto;
  height: 25px;
  display: block;
}

.pricing-table .red .cross {
  background-image: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/ico_cross_w.svg);
}

.pricing-table .label {
  font-size: 20px;
  color: #242424;
  font-weight: normal;
  padding: 5px 10px 5px 55px;
  height: 65px;
  line-height: 1;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.pricing-table tr:last-child .label {
  border-bottom: 0;
}

.tables {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tables .left-si {
  min-width: 367px;
  background: #f5f6f7;
  margin-top: 268px;
  border-radius: 4px 0 0 4px;
}

.tables .main {
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .0340806);
  border-radius: 4px;
  width: calc(100% - 367px);
}

.tables .main table {
  margin: -1px;
  width: calc(100% + 2px);
  border-radius: 4px;
  margin-bottom: -34px;
}

.tables .main table tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
  border-top: 0;
  border-left: 0;
}

.tables .main table tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
  border-top: 0;
  border-right: 0;
}

.tables .main table tr th:last-child, .tables .main table tr td:last-child {
  border-right: 0;
}

.tables .main table tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
  border-bottom: 0;
  border-left: 0;
}

.tables .main table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
  border-bottom: 0;
  border-right: 0;
}

.play {
  display: block;
  position: relative;
}

.play:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .14), rgba(0, 0, 0, .5));
}

.play:hover .label {
  opacity: .7;
}

.play .label {
  position: absolute;
  bottom: 0;
  transition: all .3s ease;
  left: 0;
  z-index: 1;
  background: url(assets/images/ico_play.svg) no-repeat 0 50%;
  padding: 0 82px;
  line-height: 57px;
  margin: 48px 59px;
  height: 60px;
  display: block;
  font-size: 18px;
  color: #fff;
}

.testimonials {
  position: relative;
}

.testimonials .container {
  width: 1210px;
}

.testimonials .video {
  margin-top: 77px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}

.testimonials h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.7px;
  padding-bottom: 26px;
  color: #fff;
  text-transform: uppercase;
}

.testimonials .slick-dots {
  text-align: center;
  margin: 8px 0 0;
}

.testimonials .slick-dots button {
  border-color: #fff;
}

.testimonials .slick-dots .slick-active button {
  background: #fff;
  border-color: #fff;
}

.testimonials .stars {
  padding-bottom: 1px;
  padding-top: 8px;
}

.testimonials .stars img {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}

.testimonials blockquote strong {
  display: block;
  font-size: 20px;
  margin-bottom: -2px;
  font-weight: 900;
}

.testimonials blockquote cite {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
}

.testimonials blockquote p {
  font-size: 18px;
  font-weight: normal;
  padding-right: 7px;
  padding-bottom: 21px;
  line-height: 1.45;
}

.testimonials .quote {
  width: 50%;
  padding: 90px 0 47px;
  padding-right: 9.4%;
  color: #fff;
  position: relative;
}

.testimonials .quote:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -50vw;
  right: 0;
  background: #f55742;
}

.case-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 0 30px;
}

.case-item.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-item.reverse .text {
  width: 37.5%;
}

.case-item.reverse .images {
  margin-left: -42px;
  padding-top: 34px;
}

.case-item.reverse .images .item {
  margin-right: -13.5%;
}

.case-item.reverse .images .item:nth-child(2) {
  padding-top: 189px;
  z-index: 2;
  margin-right: -19%;
}

.case-item.reverse .images .item:nth-child(3) {
  margin-right: -11%;
  margin-top: -64px;
}

.case-item.reverse .images .item:nth-child(4) {
  padding-top: 72px;
  margin-right: -20.2%;
}

.case-item.reverse .stat-item.new.right strong:before {
  background: url(assets/images/bg_n2.svg) no-repeat 100% 0;
  margin: -25px -32px;
}

.case-item.reverse .stat-item.new.left strong:before {
  background: url(assets/images/bg_n1.svg) no-repeat;
  margin: -17px -40px;
}

.case-item h3 {
  padding-bottom: 12px;
  margin-bottom: 0;
}

.case-item p {
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: normal;
  color: #808080;
  max-width: 300px;
}

.case-item .text {
  width: 50%;
}

.case-item .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 56px 0;
}

.case-item .images .item {
  width: 37.5%;
  position: relative;
  margin-right: -12.2%;
}

.case-item .images .item:nth-child(2) {
  padding-top: 110px;
  margin-right: -20.2%;
  z-index: 2;
}

.case-item .images .item:nth-child(3) {
  margin-right: -9.5%;
  margin-top: -85px;
}

.case-item .images .item:nth-child(4) {
  padding-top: 80px;
  margin-right: -20.2%;
}

.case-item .images img {
  width: 100%;
}

.why-row {
  background: #242424;
  padding: 114px 0 52px;
}

.why-row .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1210px;
}

.why-row .text {
  width: 33%;
  position: relative;
}

.why-row .text p {
  margin-bottom: 4px;
}

.why-row .features-list {
  width: 52.5%;
  position: relative;
}

.why-row h2 {
  margin-bottom: 36px;
}

.features-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.features-list .ico {
  height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-list h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  padding: 9px 0 12px;
  color: #fff;
}

.features-list p {
  opacity: .75;
  color: #fff;
  margin: 0 -1px;
  font-size: 15px;
  line-height: 1.47;
}

.features-list .item {
  width: 45%;
  padding-bottom: 50px;
}

.slick-dots {
  font-size: 0;
  margin: 32px 0 2px;
  line-height: 10px;
}

.slick-dots li {
  display: inline-block;
  padding-right: 4px;
}

.slick-dots .slick-active button {
  background: #f55742;
  border-color: #f55742;
}

.slick-dots button {
  display: block;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  color: transparent;
  background: none;
  font-size: 0;
  width: 10px;
  border: 1px solid #ffc9c2;
}

.graph {
  position: relative;
  width: 419px;
  max-width: 100%;
  margin: 110px auto 0;
}

.graph img {
  width: 100%;
}

.graph .effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 56.5%;
  margin: auto;
}

.graph .effect img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.graph .effect img:first-child {
  width: 38%;
}

.dark-bg {
  background: #242424;
  padding: 50px 0 32px;
}

.dark-bg .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dark-bg .text {
  width: 38%;
  padding: 64px 0 30px;
}

.dark-bg .text p {
  margin-bottom: 5px;
}

.dark-bg .text h2 {
  margin-bottom: 38px;
}

.dark-bg .image {
  width: 49%;
}

.mobile-only {
  display: none;
}

.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat 100% 50%;
  background-size: cover;
}

.body {
  overflow: hidden;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.intro-text {
  position: relative;
  padding: 190px 0 85px;
}

.intro-text .container {
  width: 1217px;
}

.intro-text .text {
  padding-left: 50%;
  margin-left: -50px;
}

.intro-text .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: 115px;
}

.intro-text .image:after {
  content: '';
  background: url(https://xplodsocial.com/wp-content/themes/xplod/assets/images/h1_o.svg) no-repeat 100% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s ease;
  margin-left: 30px;
}

.loaded .intro-text .image:after {
  opacity: 1;
}

.intro-text .entry {
  opacity: 0;
  transition: all 1s ease;
}

.loaded .intro-text .entry {
  opacity: 1;
}

.body {
  position: relative;
  z-index: 1;
}

.comment-respond {
  padding-bottom: 40px;
}

.main-menu ul ul a:not(.btn) {
  display: inline-block;
  float: left;
}

.main-menu li ul ul {
  right: 100%;
  left: auto;
  margin-right: 0;
  top: 0;
}

.main-menu li li {
  clear: both;
  margin: 0 -20px;
  white-space: nowrap;
  padding: 0 20px;
}

.main-menu li li:after {
  content: '';
  clear: both;
  display: block;
}

/* Checkboxes & Radio buttons style
------------------------------------------------------------------------------*/
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    position: relative;
    padding-left: 50px;
}
.woocommerce form .form-row label.checkbox span::before, .woocommerce-page form .form-row label.checkbox span::before {
    content: "";
    background-color: #fff;
    height: 20px;
    width: 20px;
    border: 1px solid #dedede;
    position: absolute;
    left: 20px;
    top: 0px;
}
.woocommerce form .form-row .input-checkbox {
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 2px;
    height: 20px;
    width: 20px;
    z-index: 999;
}
.woocommerce form .form-row .input-checkbox:checked + span::before {
    background-image: url('https://xplodsocial.com/wp-content/themes/xplod/assets/images/checkmark.png');
    background-size: 20px auto;
    background-repeat: no-repeat;
    z-index: 99;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal > label,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe > label {
    padding-left: 50px;
    line-height: 47px;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe input[type="radio"] {
    position: absolute;
    left: 20px;
    height: 20px;
    width: 20px;
    top: 13px;
    opacity: 0;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal > label::before,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe > label::before {
    content: "";
    position: absolute;
    left: 20px;
    height: 20px;
    width: 20px;
    top: 13px;
    border-radius: 20px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal input[type="radio"]:checked + label::before,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_stripe input[type="radio"]:checked + label::before {
    background-color: #F65C42;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 2px #dedede;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
}


/* footer
------------------------------------------------------------------------------*/

.subsrible-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 278px;
  height: 55px;
  border-radius: 27.5px;
  border: solid 1px #fff;
  margin: 8px 0 0;
}

.subsrible-form input {
  background: none;
  padding: 0 0 0 22px;
  border: 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: .4px;
  color: rgba(255, 255, 255, .7);
}

.subsrible-form button {
  font-size: 12px;
  font-weight: bold;
  background: none;
  height: 53px;
  display: block;
  cursor: pointer;
  border: 0;
  min-width: 100px;
  padding: 0 0 6px;
  transition: all .3s ease;
  line-height: normal;
  letter-spacing: .5px;
  text-align: center;
  color: #fff;
}

.subsrible-form button:hover {
  color: #f55742;
}

.subsrible-form button:after {
  content: '.';
  font-size: 20px;
  color: #f55742;
}

.footer {
  background-color: #242424;
  padding: 550px 0 0;
  margin-top: -500px;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.footer .container {
  width: 1287px;
}

.footer .logo:hover {
  opacity: .7;
}

.footer .social {
  padding: 21px 41px;
}

.footer .social li {
  float: left;
  padding-right: 55px;
}

.footer .social a:hover {
  opacity: .7;
}

.footer a:hover {
  color: #f55742;
}

.footer h4 {
  font-size: 22px;
  font-weight: 800;
  margin-top: -4px;
  padding-bottom: 21px;
  letter-spacing: normal;
  color: #fff;
}

.footer li {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding-bottom: 4px;
  color: #fff;
}

.footer .cols {
  padding: 17px 0 125px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer .cols:before {
  content: '';
  background: url(assets/images/bg_foot.svg) no-repeat 50% 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  bottom: -50px;
  left: 0;
  right: 0;
}

.footer .cols .col {
  width: 25%;
}

.footer .cols .col:last-child {
  width: 26.5%;
}

.footer .cols .col.first {
  width: 28%;
}

.footer p {
  opacity: .42;
  font-size: 12px;
  line-height: 1.25;
  padding: 9px 0;
  max-width: 257px;
  color: #fff;
}

.footer:before {
  content: '';
  position: absolute;
  top: 0;
  height: 500px;
  left: 50%;
  width: 2920px;
  margin-left: -1460px;
  pointer-events: none;
  background: #fff;
  border-radius: 0 0 2050px/400px 0;
}

.footer .copy {
  background: #1d1d1d;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  font-weight: normal;
  letter-spacing: .5px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(255, 255, 255, .4);
}

.post.page {
  padding-top: 40px;
}

.post-row {
  padding-bottom: 80px;
}

/* media
------------------------------------------------------------------------------*/

.non-retina {
  display: block;
}

.retina {
  display: none;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

@media screen and (min-width: 768px) {
  .delay-1 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
  }

  .delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  .delay-3 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
  }

  .delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .delay-5 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

@media (min-width: 1024px) {
  /* Gallery Columns */

  .gallery-item {
    max-width: 25%;
  }

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

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.333%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .no-touch .main-menu ul ul li > .trigger:before, .main-menu ul ul li > .trigger:before {
    border-width: 2.5px 5px 2.5px 0;
    border-color: transparent #393939 transparent transparent;
  }

  .no-touch .main-menu ul ul li:hover > .trigger:before, .main-menu ul ul .hover > .trigger:before {
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #393939;
  }
}

@media (min-width: 1440px) {
  /* Gallery Columns */

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

@media screen and (max-width: 1400px) {
  .main-menu {
    left: auto;
    right: 6px;
  }
}

@media screen and (max-width: 1200px) {
  .footer .social li {
    padding-right: 20px;
  }

  .intro-text {
    padding-top: 160px;
    padding-bottom: 20px;
  }

  .intro-text h1 {
    font-size: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
  }

  .container {
    padding-left: 38px;
    padding-right: 38px;
  }

  .steps:before {
    background-size: 190% auto;
    margin-left: -55vw;
    width: 110vw;
  }

  .testimonials .quote {
    padding-right: 50px;
  }

  .pricing-table .label {
    padding-left: 20px;
    font-size: 15px;
  }

  .tables .left-si {
    min-width: 200px;
  }

  .tables {
    margin: 0 -20px;
  }

  .tables .main {
    width: calc(100% - 200px);
  }

  .pricing-table p {
    font-size: 13px;
  }

  .pricing-table .btn {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1170px) {
  .steps:before {
    background-size: 180% auto;
    margin-left: -55vw;
    left: calc(50% - 50px);
    width: 110vw;
  }

  .case-item .images {
    padding-right: 34px;
  }

  .case-item.reverse .images {
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .navigation, .navigation-comments, .pagination {
    font-size: 14px;
  }

  img.alignleft, img.alignright {
    max-width: 50%;
  }

  .divider {
    height: 40px;
  }
}

@media screen and (max-width: 1023px) {

  .main-menu {
    right: 0;
  }

  .how-works {
    padding-top: 40px;
  }
  .effe-bg {
    display: none;
  }

  .main-menu li li {
    line-height: 30px;
  }

  .main-menu ul {
    overflow: hidden;
  }

  .pricing-table .btn {
    margin-left: 5px;
    margin-right: 5px;
  }

  .main-menu li a:not(.btn) {
    display: inline-block;
  }

  .main-menu li ul {
    position: static;
    max-width: none;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }

  .main-menu li ul li a {
    font-size: 14px;
    float: none;
    line-height: normal;
  }

  .main-menu ul ul a:not(.btn) {
    float: none;
  }

  .main-menu li ul ul {
    margin-right: 0;
    margin-left: 0;
  }

  .main-menu .trigger {
    float: none;
    margin-top: -5px;
  }

  .main-menu li ul ul li a {
    font-size: 12px;
  }

  .main-menu li a, .main-menu li {
    float: none;
  }

  .left-col {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .pricing-table .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-table .red .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-table p {
    font-size: 11px;
  }

  .pricing-table .red p {
    font-size: 13px;
  }

  .pricing-row {
    margin-bottom: 0;
  }

  .moved .main-menu {
    top: 0;
    padding-top: 70px;
  }

  .intro-text {
    padding: 0;
  }

  .intro-text .text {
    padding: 50px 0;
  }

  .intro-text h1 {
    padding-right: 0;
  }

  .intro-text .text {
    margin: 0;
  }

  .intro-text .image {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: auto;
  }

  .active-menu .header {
    background: none;
  }

  .main-menu {
    pointer-events: none;
    opacity: 0;
    overflow: auto;
    position: absolute;
    margin: 0;
    top: 0;
    padding-top: 100px;
    height: calc(100vh);
    padding-bottom: 20px;
    background: rgba(255, 255, 255, .95);
    left: 0;
    right: 0;
  }

  .main-menu li {
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .main-menu li a {
    display: block;
    padding: 0 5px;
    font-size: 16px;
    margin: 0 auto;
  }

  .main-menu li .btn {
    display: block;
    margin: 10px auto;
    font-size: 16px;
    float: none;
    max-width: 250px;
  }

  .active-menu .main-menu {
    opacity: 1;
    pointer-events: auto;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-trigger {
    position: absolute;
    top: 25px;
    right: 0;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 10;
    padding: 20px;
  }

  .moved .menu-trigger {
    top: 7px;
  }

  .menu-trigger span {
    height: 2px;
    margin: 5px 0 0;
    transition: all .3s ease;
    width: 35px;
    display: block;
    background-color: #f55742;
  }

  .cases {
    padding: 50px 0;
  }

  .active-menu .menu-trigger span:nth-child(2) {
    opacity: 0;
  }

  .active-menu .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 9px 0 -13px;
  }

  .active-menu .menu-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .stat-item.new.left strong:before {
    background-size: 30px auto;
    margin-left: -19px;
    margin-top: -9px;
  }

  .stat-item.new.right strong:before {
    background-size: 30px auto;
    margin-top: -5px;
    margin-right: -15px;
  }

  .case-item.reverse .stat-item.new.left strong:before {
    background-size: 30px auto;
    margin-left: -19px;
    margin-top: -9px;
  }

  .case-item.reverse .stat-item.new.right strong:before {
    background-size: 30px auto;
    margin-top: -5px;
    margin-right: -15px;
  }

  .stat-item strong {
    font-size: 40px;
  }

  .stat-item {
    font-size: 10px;
  }

  .case-item .text {
    width: 60%;
  }

  .case-item .images .item:nth-child(2) {
    padding-top: 10%;
  }

  .case-item .images .item:nth-child(3) {
    margin-top: -20%;
  }

  .case-item .images .item:nth-child(4) {
    padding-top: 5%;
  }

  .case-item .images {
    width: 40%;
    padding-right: 20px;
  }

  .case-item .images .item {
    width: 40%;
  }

  .case-item .images .item img {
    width: 100%;
  }

  .case-item.reverse .text {
    width: 55%;
  }

  .case-item p {
    padding-bottom: 0;
  }

  .stat-item {
    padding: 0 0 25px;
  }

  .testimonials .quote {
    padding: 40px 20px 20px 0;
    width: 100%;
  }

  .case-item.reverse .images .item:nth-child(2) {
    padding-top: 10%;
  }

  .footer .cols {
    padding: 0;
    padding-bottom: 100px;
  }

  .footer .cols .col:last-child {
    width: 50%;
  }

  .steps .item-1 h4, .steps .item h4 {
    min-height: 0;
    padding: 0 0 5px;
  }

  .steps .item-1 h4 br, .steps .item h4 br {
    display: none;
  }

  .steps .num {
    margin: 15px auto;
  }

  .steps {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
  }

  .steps:before {
    display: none;
  }

  .steps .item {
    width: 48%;
    padding: 0 0 30px;
    margin: 0;
  }

  .footer .cols .col {
    width: 50%;
    padding-bottom: 40px;
  }

  .footer .cols .col.first {
    width: 50%;
  }

  .testimonials blockquote p {
    padding-bottom: 15px;
  }

  .footer .cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonials .video {
    position: static;
    margin: 0 0 0 auto;
    width: 100%;
  }

  .testimonials .quote:before {
    margin: 0 -50px;
  }

  .cta-row {
    padding: 100px 0;
  }

  .play .label {
    margin: 20px;
  }

  .case-item.reverse .images .item:nth-child(3) {
    margin-top: -20%;
  }

  .case-item.reverse .images .item:nth-child(4) {
    padding-top: 5%;
  }

  .case-item.reverse .images {
    width: 40%;
    padding-left: 20px;
  }

  .dark-bg .container {
    display: block;
  }

  .why-row {
    padding: 50px 0 0;
  }

  .why-row .container {
    display: block;
  }

  .why-row .text {
    width: auto;
    padding-bottom: 40px;
  }

  .why-row .features-list {
    width: auto;
  }

  .dark-bg .image {
    margin: 0 auto 0;
    width: 100%;
  }

  .dark-bg .text {
    width: 100%;
    padding: 0 0 50px;
    text-align: center;
  }

  .pricing-table p br {
    display: none;
  }
  .case-item .images {
    padding-right: 45px;
  }

  .case-item.reverse .images {
    margin-left: 0;
    padding-right: 40px;
    padding-left: 0;
  }
}

iframe {
  max-width: 100%;
}

@media (max-width: 767px) {\
  .posts-list .post {
    margin: 0 0 20px;
  }

  .commentlist {
    margin-left: 0;
  }

  .commentlist .comment {
    padding: 0;
  }

  .divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .item-3 .tables {
    padding-top: 11px;
  }

  .item-1 .tables {
    padding-top: 18px;
  }

  .tables .main th.item {
    padding-bottom: 15px;
  }

  .pricing-table .label-head + .h6 {
    margin-top: -28px;
  }

  .tables .main th.item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }

  .pricing-table .price {
    height: 43px;
  }

  .pricing-table .label-head {
    top: -10px;
  }

  .pricing-table .round {
    margin-top: -7px;
  }

  .pricing-table .round:before {
    display: none;
  }

  .pricing-table .red p {
    margin-top: -10px;
  }

  .pricing-table .red .h6 {
    padding-top: 22px;
    padding-bottom: 10px;
    position: relative;
  }

  .pricing-table {
    padding-top: 30px;
  }

  .pricing-table .h6 {
    padding-top: 20px;
  }

  .pricing-table thead th {
    height: 247px;
  }

  .tables .left-si {
    margin-top: 247px;
  }

  .pricing-table .tabs {
    display: block;
    margin: 0 -5px 20px;
  }

  .pricing-table .tabs ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    border: solid 1px #eee;
    overflow: hidden;
  }

  .pricing-table .tabs li {
    margin: -1px;
    -webkit-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    border: solid 1px #eee;
    border-left: 0;
  }

  .pricing-table .tabs li.current a {
    color: #fff;
    background: #f55742;
  }

  .pricing-table .tabs li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }

  .cta-row p {
    margin-top: 0;
  }

  .menu-trigger, .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tables {
    margin: 0 -5px 20px;
  }

  .tables .left-si {
    min-width: 30%;
  }

  .tables .main {
    width: calc(70%);
  }

  .pricing-table tbody .item {
    height: 40px;
  }

  .tables .main .item {
    display: none;
  }

  .tables .main .item:first-child {
    display: table-cell;
  }

  .pricing-table thead th {
    border-right: 0;
  }

  .pricing-table.item-1 .tables .main .item {
    display: none;
  }

  .pricing-table.item-1 .tables .main .item:nth-child(2) {
    display: table-cell;
  }

  .pricing-table.item-2 .tables .main .item {
    display: none;
  }

  .pricing-table.item-2 .tables .main .item:nth-child(3) {
    display: table-cell;
  }

  .pricing-table.item-3 .tables .main .item {
    display: none;
  }

  .pricing-table.item-3 .tables .main .item:nth-child(4) {
    display: table-cell;
  }

  .pricing-table .label {
    height: 40px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1;
  }

  .stats, .case-item p {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-text .text {
    padding: 30px 0;
  }

  #comments, #reply-title, .comment-reply-title, .title h1, .title h2, .title h3, .entry h1, .intro-text h1 {
    font-size: 34px;
  }

  .entry h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .entry h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .entry h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .entry h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .full-slider .slick-dots {
    position: relative;
    top: -15px;
  }

  .full-slider .slider {
    margin-bottom: -100px;
  }

  .full-slider .entry p, .entry, .entry p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
  }

  .how-works {
    padding: 40px 0 15px;
  }

  .dark-bg {
    padding: 40px 0;
  }

  .slick-dots {
    margin-top: 15px;
  }

  .dark-bg .text {
    padding-bottom: 20px;
  }

  .dark-bg .text h2 {
    margin-bottom: 14px;
  }

  .full-slider {
    padding: 40px 0 50px;
  }

  .case-item {
    padding: 15px 0 20px;
    display: block;
  }

  .case-item.reverse .text {
    width: auto;
  }

  .case-item .text {
    width: auto;
  }

  .case-item .text h3 {
    margin-bottom: 0;
  }

  .footer .cols .logo {
    display: block;
  }

  .testimonials h4 {
    padding-bottom: 15px;
  }

  .footer .social li {
    padding: 0 15px;
  }

  .subsrible-form {
    margin: auto;
  }

  .footer .copy {
    font-size: 12px;
    line-height: normal;
    padding: 15px;
  }

  .footer .social {
    padding: 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }

  .footer p {
    margin: auto;
  }

  .footer .cols {
    margin-top: -20px;
    text-align: center;
    padding: 0;
  }

  .footer .cols:before {
    content: '';
    display: none;
  }

  .footer .cols .col {
    min-width: 100%;
  }

  .btn.btn-lg {
    min-width: 0;
    padding: 15px 30px;
    font-size: 18px;
  }

  .entry.center h2 {
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .cta-row {
    padding: 50px 0 70px;
  }

  .play .label {
    font-size: 12px;
    padding-left: 50px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    background-size: 40px auto;
  }

  .testimonials blockquote strong {
    font-size: 14px;
  }

  .testimonials .quote {
    padding: 35px 0 35px;
  }

  .testimonials blockquote cite {
    font-size: 12px;
    line-height: normal;
  }

  .testimonials blockquote p {
    font-size: 13px;
    padding: 0;
    line-height: 20px;
  }

  .cases {
    padding: 40px 0 0;
  }

  .stat-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .case-item.reverse .images, .case-item .images {
    width: auto;
    padding-bottom: 20px;
  }

  .case-item.reverse .images, .case-item .images {
    margin-top: 14%;
  }

  .case-item .text {
    text-align: center;
  }

  .case-item .images, .case-item.reverse .images {
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .case-item .images .item {
    width: 37%;
  }

  .intro-text .image:after {
    margin-left: 5%;
  }

  .footer h4 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .case-item .images {
    padding-right: 5.5%;
  }

  .case-item.reverse .images {
    margin-left: 0;
    padding-right: 4.5%;
    padding-left: 0;
  }

  iframe {
    max-height: 40vw;
    max-width: 100%;
  }
}

@media (max-width: 666px) {
  #wp-calendar {
    width: 100%;
  }

  .comment-form textarea, .comment-form input:not([type='submit']) {
    width: 100%;
  }

  .parent.comment .comment {
    margin-left: 5%;
  }
}

@media screen and (max-width: 600px) {
  .case-item.reverse .images, .case-item .images {
    margin-top: 16%;
    padding-top: 15px;
  }

  .features-list .item, .steps .item {
    width: 100%;
  }

  .steps .ico {
    height: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 374px) {
  .navigation, .navigation-comments, .pagination {
    font-size: 12px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  .footer .cols .col:nth-child(3), .footer .cols .col:nth-child(2) {
    width: 48%;
    min-width: 0;
  }


  .intro-text .image {
    display: inline-block;
  }

  .intro-text .image img {
    max-height: 95vh;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .non-retina {
    display: none;
  }

  .retina {
    display: block;
  }
}


@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 

  .pricing-table thead th.red {
    border-left: 0;
    border-right: 0;
  } 
  .pricing-table thead .round {
    margin-left: -1px;
  } 

  .pricing-table .red p {
    width: 240px;
  }
}

_:-ms-lang(x), _:-webkit-full-screen, .pricing-table thead .round 
{ 
  margin-right: -1px;
  margin-bottom: -38px;
  height: 38px;
}

_:-ms-lang(x), _:-webkit-full-screen, .pricing-table thead th.red {
  border-left: 0;
  border-right: 0;
  border-top: 0;
} .gform_wrapper{display:block !important;}.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{background:none !important;}p .fa-lock{margin:0 !important;}
ul.pakb-list, ul.pakb-list li{list-style-type:none !important;}
.avia_message_box.avia-color-green, .avia_message_box.avia-color-green a {
    background-color: #E0F1B5;
    border-color: #8BAF5B;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #4F5F39;padding:35px;position:relative;
	text-align:center;margin-bottom:20px
}
div .avia_message_box .avia_message_box_title {
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    font-size: 11px;
    text-shadow: none;
}
p:empty{display:none}.avia_message_box p{display:inline}
.pakb-header input[type='submit']{border-radius:0; height:50px}
.pakb-search input::placeholder{color:#808080}
.woocommerce-button.button.pay{margin-right:5px}
@media (max-width:1023px){.woocommerce-checkout .pricing-row{padding-top:40px}}
.testimonial_rotator_slide_title{display:none;}
.testimonial-img-link{height: 115px;width: 20%;display: block;position: absolute;left: 0;top: 9px;}

.home #intro > div.image::after{
	background: none;
}

body #start-free-trail-block {
  top: 70px;
}
body.moved .header {
    margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  body #start-free-trail-block {
      top: 70px;
  }
}
.active-menu .menu-trigger2 span:nth-child(2) {

    opacity: 0;

}.active-menu .menu-trigger2 span:nth-child(1) {

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 9px 0 -13px;

}.active-menu .menu-trigger2 span:nth-child(3) {

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}.menu-trigger2 {
display:none;
    position: absolute;
    top: 25px;
    right: 0;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 10;
    padding: 20px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;

}
.menu-trigger2 {

    padding-left: 15px;
    padding-right: 15px;

}.menu-trigger2 {

    padding-top: 0px;

}
.menu-trigger2 span {

    height: 2px;
    margin: 5px 0 0;
    transition: all .3s ease;
    width: 35px;
    display: block;
    background-color: #f55742;

}
.page-template-blog .left-col{width:66.667%;margin-right:15px;}
.page-template-blog .posts-list{margin:0 -15px;display:flex;flex-wrap:wrap;}
.page-template-blog .posts-list>div{padding:0 15px;width:50%;}
.page-template-blog .posts-list>div img{width:100%;}
.page-template-blog .posts-list>div h3{font-size:16px !important; letter-spacing:0.1px !important;margin:0}
.page-template-blog .posts-list>div h3 a{font-size:22px;line-height:normal}
.single-post .posts-list>div h3{font-size:40px;}
.blog-main-content{font-size:14px;}
.page-template-blog .title h1, .single-post h1.title{font-size:36px !important;text-align:center;letter-spacing:0.5px !important;color:#d34734 !important;font-weight:bold;}
.blog-main-content a, .blog-main-content i{font-size:0.9em;letter-spacing:0.9px;font-style:normal;color:#808080 !important;}.blog-main-content a:hover{text-decoration:underline;}
.page-template-blog .posts-list .single-content, .single-post .blog-main-content{display:none;}
#recent-posts-3 .widgettitle{background: #d34734 !important;padding: 5px 15px;color: #FFF;font-size: 30px;margin:0;}
#recent-posts-3 li{padding:10px 15px;border-bottom:1px dotted #ccc;}#recent-posts-3 li:last-child{border-bottom:none;}
#recent-posts-3 li span{display:block;font-size:0.7em;}
@media screen and (max-width:1023px){.page-template-blog .left-col{width:100%;margin-right:0;}
  .menu-trigger2{display: block}}
@media screen and (max-width:500px){.page-template-blog .posts-list > div{width:100%;}}
#menu-item-145075 a, #menu-item-145075 a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: all .3s ease;
    outline: none;
    font-size: 16px;
    border-radius: 30.5px;
    box-shadow: 5px 8px 20px 0 rgba(208, 57, 36, .5);
    background-color: #f55742;
    border: solid 2px #f55742;
    color: #fff;
    line-height: 16px;
    padding: 10px 28px;
    box-shadow: 3px 5px 12px 0 rgba(208, 57, 36, .5);
    min-width: 0;
    font-size: 14px;
    margin: 0 -2px;
}
.main-menu a:not(.btn) {
    display: block;
}
a.button.reactivate {
    display: none !important;
}