/*--------------------------------------*/
/* CUSTOM FONTS
/*--------------------------------------*/
/* OPEN SANS */
@font-face {
  font-family: 'open_sanslight';
  src: url('../webfonts/open-sans/opensans-light-webfont.woff2') format('woff2'),
    url('../webfonts/open-sans/opensans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url('../webfonts/open-sans/opensans-regular-webfont.woff2') format('woff2'),
    url('../webfonts/open-sans/opensans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../webfonts/open-sans/opensans-semibold-webfont.woff2') format('woff2'),
    url('../webfonts/open-sans/opensans-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url('../webfonts/open-sans/opensans-bold-webfont.woff2') format('woff2'),
    url('../webfonts/open-sans/opensans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* WORK SANS */
@font-face {
  font-family: 'work_sanslight';
  src: url('../webfonts/work-sans/worksans-light-webfont.woff2') format('woff2'),
    url('../webfonts/work-sans/worksans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'work_sansregular';
  src: url('../webfonts/work-sans/worksans-regular-webfont.woff2') format('woff2'),
    url('../webfonts/work-sans/worksans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'work_sansbold';
  src: url('../webfonts/work-sans/worksans-bold-webfont.woff2') format('woff2'),
    url('../webfonts/work-sans/worksans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------*/
/* WORDPRESS ALIGNING AND CLEARING
/*--------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {

  /* SM MD LG XL and up */
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1rem;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 1rem;
  }
}

.entry-content figure {
  width: auto !important;
}

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

@media (max-width: 567.98px) {

  /* XS and down */
  img {
    width: 100%;
  }
}

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol {
  margin: 0;
}

/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

@media (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}

body,
a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #000000;
}

a,
a:hover,
a:focus {
  color: inherit;
}

#content.site-content {
  padding: 4.625rem 0 0;
}

.container-fluid {
  max-width: 1240px;
  position: relative;
  z-index: 50;
}

.transition,
.button.transparent,
.pricing_features_compared .feature-table-container table th,
.pricing_features_compared .feature-table-container table tbody>tr,
.pricing_features_compared .feature-table-container table tbody>tr>td:nth-child(3),
.blog-single-item-container .blog-single-item .inner-container,
.single_post .entry-content a {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

a,
a:hover,
a:focus,
button {
  outline: 0 !important;
  text-decoration: none;
}

a,
a:hover,
a:focus {
  color: #04EFE8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

section {
  margin: 3.125rem 0;
  display: inline-block;
  width: 100%;
}

section,
section.page_title>div.inner-container {
  position: relative;
}

section.page_title>div.inner-container {
  padding: 3.125rem 0;
}

.marging_5 {
  margin: 0 -0.3125rem;
}

.marging_5>div {
  padding: 0 0.3125rem;
}

.marging_15 {
  margin: 0 -0.9375rem;
}

.marging_15_15 {
  margin: -0.9375rem;
}

.marging_15>*[class^="col"],
.marging_15>div {
  padding: 0 0.9375rem;
}

.marging_15_15>div,
.marging_15_15>article {
  padding: 0.9375rem;
}

.marging_30 {
  margin: 0 -1.875rem;
}

.marging_30>*[class^="col"] {
  padding: 0 1.875rem;
}

.no_padding_left {
  padding-left: 0px;
}

.no_padding_right {
  padding-right: 0px;
}

.height_100 {
  height: 100%;
}

.button {
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0px;
  padding: 1.25rem 2.5rem;
  line-height: 1;
}

a.button,
.button:hover {
  color: inherit;
  text-decoration: none;
}

.button.custom {
  background-color: #20F37E;
  border-radius: 60px;
  color: #242322;
}

.button.transparent {
  border-radius: 60px;
  background-color: #ffffff;
  border: 2px solid #111111;
  padding: 0.9375rem 1.5625rem;
}

.button.transparent:hover {
  background-color: #20F37E;
  border-color: #20F37E;
}

.button.large {
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  padding: 1.25rem 0.9375rem;
}

.site-header .dropdown li::before,
.custom_tick::before,
.chevron-left::before,
.chevron-right::after,
.entry-content.tick-list ul>li::before,
.location-icon::before,
section.other_features .other-features-container .col-md .inner-container strong::before {
  font-size: inherit;
  font-weight: 900;
  color: inherit;
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

.custom_tick::before,
.entry-content.tick-list ul>li::before {
  content: "\f00c";
}

.chevron-left::before {
  content: "\f053";
  margin-right: 0.9375rem;
}

.chevron-right::after {
  content: "\f054";
  margin-left: 0.9375rem;
}

.location-icon::before {
  content: "\f3c5";
}

section .title,
section .sub_title,
section .entry-content {
  margin: 0 0 0.9375rem;
}

.title,
.title>* {
  line-height: 1;
}

.listing-content {
  margin: -0.9375rem;
}

.listing-content .listing-item {
  padding: 0.9375rem;
}

@media (max-width: 991.98px) {

  /* MD SM XS and down */
  section,
  section.page_title>div.inner-container {
    padding: 1.875rem 0;
    position: relative;
  }
}

@media (max-width: 767.98px) {
  .marging_30 {
    margin: 0 -0.9375rem;
  }

  .marging_30>*[class^="col"] {
    padding: 0 0.9375rem;
  }
}

/*--------------------------------------*/
/* WYSIWYG
/*--------------------------------------*/
.entry-content>* {
  margin: 0 0 0.9375rem;
}

.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>h6 {
  margin: 1.875rem 0;
}

.entry-content>*:last-child {
  margin: 0;
}

.entry-content ul {
  list-style: none;
  padding: 0 0 0 0;
}

.entry-content ul>li {
  position: relative;
  padding: 0 0 0 1.5625rem;
  margin: 0 0 0.625rem;
}

.entry-content ul>li:last-child {
  margin: 0;
}

.entry-content ul>li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #1FF37E;
  font-size: 35px;
  line-height: 25px;
}

.entry-content.tick-list ul>li {
  padding: 0 0 0 2.8125rem;
}

.entry-content.tick-list ul>li::before {
  border: 2px solid #000000;
  border-radius: 3px;
  padding: 3px;
  font-size: 14px;
  line-height: 1;
}

.entry-content ul>li.no_style::before {
  display: none;
}

.entry-content ol {
  padding-left: 20px;
}

.single_post .entry-content a {
  color: #1446A7;
}

.single_post .entry-content a:hover {
  color: #000000;
}

.single_post .entry-content img {
  width: 100%;
}

@media (max-width: 767.98px) {

  .entry-content>h2,
  .entry-content>h3,
  .entry-content>h4,
  .entry-content>h5,
  .entry-content>h6 {
    margin: 0.9375rem 0;
  }

  .entry-content ul>li::before {
    line-height: 20px;
    left: -5px;
  }

  .entry-content br {
    display: none;
  }
}

/*--------------------------------------*/
/* FONT
/*--------------------------------------*/
.font-light,
.font-light>*,
section.repeat_content_image_text.gdpr .entry-content ul>li {
  font-family: 'open_sanslight';
}

body,
.site-header #menu-primary-menu>li a.dropdown-item,
.title>*>span,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .sub_title>p,
.title>p,
#repeat_content_image_text_pricing_0 .title h3,
.contact_form .contact-form-container form>p,
.password_form_container form>p,
.pricing_table .payment-toggler .switch-container::before,
.pricing_table .payment-toggler .switch-container::after {
  font-family: 'open_sansregular';
}

.site-header #menu-primary-menu>li>a,
.site-header .navbar-collapse .container-right .button,
.page_title a,
.button.custom,
.see_what_our_customers_say .testimonial-container .testimonial-item .entry-content p,
.see_what_our_customers_say .testimonial-container .testimonial-item .name>p,
section.repeat_content_image_text.gdpr .entry-content ul>li>span,
.single_post .entry-content a,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container .title>p,
.contact_form .contact-form-container input[type=submit] {
  font-family: 'open_sanssemibold';
}

strong,
section.page_title .small-text li>a,
a.button.transparent,
.boxed_content_repeater .row .col-md .inner-container .link-container>a,
.numbered-listed-content .entry-content a,
section.about_mindscope .title>h2>span:nth-child(2),
.pricing_table .pricing-table-container .col-md>.pricing-table-item>.main-feautres-container .italic-text,
.wpcf7 form .wpcf7-response-output {
  font-family: 'open_sansbold';
}

h1,
h2,
h3,
h4,
h5,
h6,
h1>.small,
h2>.small,
h3>.small,
.title,
.title>*,
.sub_title,
.sub_title>*,
section.number_listed_content .numbered-listed-content .number_container>p,
.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single .content-container span,
.post-type-archive-webinars .category-container .category-single p,
.post-type-archive-webinars #sortby strong,
.post-type-archive-webinars #webinar_category form>.filter-item>label,
.post-type-archive-webinars #webinar_category form .button {
  font-family: 'work_sansbold';
}

section.about_mindscope .title>h2>span:nth-child(1) {
  font-family: 'work_sanslight';
}

.small-text,
.small-text>* {
  font-size: 95%;
}

section.about_mindscope .title>h2>span:nth-child(2) {
  font-size: 5rem;
}

section.repeat_content_image_text.text_image_under .content-container .title>h3 {
  font-size: 4.5rem;
}

.page-template-sourcing-features section.image_listed_content .title h2,
#image_listed_content_sales.image_listed_content .title h2 {
  font-size: 3.875rem;
}

section.page_title .title h1,
section.intro_content_youtube .title h2,
section.other_features .title>h2,
section.about_mindscope .title>h2>span:nth-child(1),
section.image_listed_content .title h2 {
  font-size: 3.125rem;
}

.home section.page_title .title h1,
.page-template-capterra section.page_title .title h1,
.single_post .title>h1 {
  font-size: 2.6875rem;
}

section .title>h2,
.repeat_content_image_text .title>h3,
section.image_icon_and_text>.container-fluid>.bottom-content>.sub_title>h3,
.boxed_content_repeater.large_icon .row .col-md .inner-container .title>h3,
section.about_mindscope .content-container .about-mindscope-single .sub_title>h3,
section.repeat_content_image_text.gdpr .entry-content ul>li,
.contact_form .entry-content>h2 {
  font-size: 2.5rem;
}

section.text_link h2,
#secondary .widget .widget-title {
  font-size: 1.875rem;
}

.boxed_content_repeater .row .col-md .inner-container .title>h3,
.see_what_our_customers_say .testimonial-container>.inner-container>i.fas,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container>.pricing>p>strong,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container>.contact_rep>p>strong,
.mindscope_offices .office-content-container .title>h3,
.contact_form .entry-content>h3 {
  font-size: 1.5625rem;
}

.boxed_content_repeater.img_title .img_title_container .flex-item .title>h3 {
  font-size: 1.375rem;
}

.see_what_our_customers_say .testimonial-container .testimonial-item .entry-content p,
.see_what_our_customers_say .testimonial-container .testimonial-item .name>p,
section.image_listed_content .sub_title>h3,
section.number_listed_content .sub_title>h3,
section.image_icon_and_text>.container-fluid>.content-container .d-md-flex .entry-content>h4,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .title>h3,
.blog-single-item-container .blog-single-item .inner-container .content-container .title>h3,
footer h4 {
  font-size: 1.25rem;
}

section.popular_features .feautres-container .title h3,
section.get_started_today a,
.pricing_features_compared .feature-table-container table thead tr>th:first-child,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .title>h4,
#repeat_content_image_text_pricing_0 .title h3 {
  font-size: 1.125rem;
}

.site-header .navbar .nav>li>a,
section.popular_features .feautres-container .entry-content p,
.boxed_content_repeater .row .col-md .inner-container .link-container>a,
.see_what_our_customers_say.testimonial_slider .testimonial-container .testimonial-item .entry-content p,
.what_are_u_waiting_for .inner-container .button-container .single-botton .bottom-content p,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .sub_title>p,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .small-text>p,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container>.pricing>p,
.pricing_table .payment-toggler .switch-container::before,
.pricing_table .payment-toggler .switch-container::after,
.blog-single-item-container .blog-single-item .inner-container .content-container .entry-content>p,
.blog-single-item-container .blog-single-item .inner-container .content-container .link-container p,
.site-footer p,
.site-footer a,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container .entry-content.tick-list ul>li,
.pricing_table .pricing-table-container .col-md>.pricing-table-item>.main-feautres-container .italic-text,
.pricing_table .pricing-table-container .col-md>.pricing-table-item>.main-feautres-container .key-container,
.pricing_features_compared .feature-table-container table th,
#boxed_content_repeater_home.boxed_content_repeater .row .col-md .inner-container .entry-content p,
#boxed_content_repeater_communication_and_automation.boxed_content_repeater .row .col-md .inner-container .entry-content p,
.contact_form .contact-form-container form>p,
.contact_form .contact-form-container input[type=submit],
.mindscope_offices .office-content-container ul>li,
.wpcf7 form .wpcf7-response-output,
.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container>.pricing>p>strong .currency_code,
.post-type-archive-webinars .category-container .category-single p {
  font-size: 0.875rem;
}

section.page_title .listed-content ul *,
.button.transparent {
  font-size: 0.75rem;
}

@media (max-width: 767.98px) {

  /* SM XS and down */
  .site-header .navbar .nav>li>a,
  .site-header .mobile-button a.button {
    font-size: 1.125rem;
  }

  .site-header #menu-primary-menu>li a.dropdown-item {
    font-size: 1rem;
  }

  section.about_mindscope .title>h2>span:nth-child(1) {
    font-size: 2.1875rem;
  }

  section.about_mindscope .title>h2>span:nth-child(2) {
    font-size: 2.5rem;
  }
}

/*--------------------------------------*/
/* HEADER // MENU
/*--------------------------------------*/
/* ABOVE MENU BANNER */
#above-menu-banner {
  background-color: #F5F7FA;
  text-align: center;
  position: relative;
  z-index: 100000;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  padding: 5px 0;
}

#above-menu-banner .entry-content * {
  font-size: 14px;
}

#above-menu-banner .entry-content a {
  color: inherit;
}

@media (min-width: 767.99px) {
  #above-menu-banner .entry-content * {
    font-size: 12px;
  }
}

/* MENU */
.site-header {
  background-color: #ffffff;
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
}

.site-header .container-fluid {
  max-width: 1440px;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.site-header .container-fluid>.d-flex {
  width: 100%;
}

.site-header .navbar {
  padding: 0;
}

.site-header .navbar .navbar-brand {
  max-width: 95px;
}

.site-header .navbar .navbar-brand {
  margin-right: 1.875rem;
}

.site-header .navbar .nav>li {
  margin-right: 1.25rem;
}

.site-header .navbar .nav>li:last-child {
  margin-right: 0;
}

.site-header .navbar .nav>li>a {
  color: #242322;
  letter-spacing: 0.75px;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.site-header .navbar .nav>li.active>a,
.site-header .navbar .nav>li>a:hover {
  color: #0BB3D7;
}

.site-header .navbar-collapse .container-right {
  margin-left: auto;
}

.site-header .navbar-collapse .container-right .social-media-container {
  margin-left: 0.9375rem;
}

.site-header .navbar-collapse .container-right .button {
  padding: 0.9375rem 1.25rem;
}

/* DROPDOWN MENU */
.dropdown-menu {
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  padding: 0;
  top: 35px;
}

.dropdown-menu::before {
  position: absolute;
  top: -10px;
  left: 8%;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0bb3d7;
}

/* FEATURES MENU ICONS */
.site-header .dropdown li {
  position: relative;
  background-color: #ffffff;
}

.site-header .dropdown li.active,
.site-header .dropdown li:hover {
  background-color: #F2F2F2;
}

.site-header .dropdown li a {
  padding: 0.9375rem 3.75rem;
  color: #000000;
  background-color: transparent;
}

.site-header .dropdown li a:hover {
  background-color: transparent;
}

.site-header .dropdown li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  left: 1.5625rem;
}

/* FEATURES MENU ICONS */
section.other_features .other-features-container .col-md.communication-and-automation .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-c_a::before {
  content: "\f012";
  color: #0BB3D7;
}

section.other_features .other-features-container .col-md.source .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-s::before {
  content: "\f192";
  color: #1673B9;
}

section.other_features .other-features-container .col-md.place .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-p::before {
  content: "\f276";
  color: #07064D;
}

section.other_features .other-features-container .col-md.retention-and-back-office .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-r::before {
  content: "\f1ad";
  color: #0BB3D7;
}

section.other_features .other-features-container .col-md.sales .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-sa::before {
  content: "\f200";
  color: #1673B9;
}

section.other_features .other-features-container .col-md.analytics .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-a::before {
  content: "\f201";
  color: #07064D;
}

section.other_features .other-features-container .col-md.features-checklist .inner-container strong::before,
.site-header .dropdown.features-dropdown li.icon-f::before {
  content: "\f0ae";
  color: #0BB3D7;
}

/* SERVICES MENU ICONS */
.site-header .dropdown.services-dropdown li.icon-s::before {
  content: "\f3fd";
  color: #0BB3D7;
}

.site-header .dropdown.services-dropdown li.icon-se::before {
  content: "\f13e";
  color: #1673B9;
}

.site-header .dropdown.services-dropdown li.icon-i::before {
  content: "\f590";
  color: #07064D;
}

.site-header .dropdown.services-dropdown li.icon-r::before {
  content: '\f4c4';
  color: #0BB3D7;
}

/* RESOURCES MENU ICONS */
.site-header .dropdown.resrouces-dropdown li.icon-b::before {
  content: "\f144";
  color: #0BB3D7;
}

.site-header .dropdown.resrouces-dropdown li.icon-m::before {
  content: "\f56b";
  color: #1673B9;
}

.site-header .dropdown.resrouces-dropdown li.icon-n::before {
  content: "\f1ea";
  color: #07064D;
}

/* HEADER BUTTON */
.site-header .navbar .nav>li.button {
  margin-left: auto;
  background-color: #1FF37E;
  border-radius: 60px;
  padding: 0;
}

.site-header .navbar .nav>li.button>a {
  padding: 0.9375rem 1.25rem;
  color: #000000;
}

.site-header .navbar .nav>li.button>a:hover {
  color: #000000;
}

/* SOCIAL MEDIA ICONS */
.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(1) {
  order: 4;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(1) .inner-container {
  background-color: #1446a7;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(2) {
  order: 3;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(2) .inner-container {
  background-color: #1673b9;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(3) {
  order: 2;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(3) .inner-container {
  background-color: #0cb3d7;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(4) {
  order: 1;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(4) .inner-container {
  background-color: #04efe8;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(5) {
  order: 5;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(5) .inner-container {
  background-color: #112675;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(6) {
  order: 6;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item:nth-child(6) .inner-container {
  background-color: #08074d;
}

/*-- BURGER MENU --*/
.navbar-toggler {
  padding: 0;
  border-radius: 0;
  margin-left: auto;
}

.navbar-toggler .icon-bar {
  width: 35px;
  height: 5px;
  background-color: #07064d;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 5px
}

.navbar-toggler[aria-expanded="true"] .icon-bar.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 25% 10%;
  -ms-transform-origin: 25% 10%;
  transform-origin: 25% 10%;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.middle {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .icon-bar.bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: -5% 0%;
  -ms-transform-origin: -5% 0%;
  transform-origin: -5% 0%;
}

@media (min-width: 767.99px) {
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .site-header .navbar-collapse>.mobile-button {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background-color: #ffffff;
    -webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.3125rem 0.3125rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
  }

  .nav.align-items-center {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: start !important;
  }

  .site-header .navbar .nav>li {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu::before,
  .site-header .dropdown li::before {
    display: none;
  }

  .site-header .dropdown li a {
    padding: 0.625rem;
    text-align: left;
  }

  .site-header #menu-primary-menu>li>a,
  .site-header .navbar-collapse .container-right .social-media-container,
  .site-header #menu-primary-menu>li a.dropdown-item {
    padding-left: 25px !important;
  }

  .site-header .navbar-collapse .container-right .button {
    display: none;
    visibility: hidden;
  }

  .site-header .navbar-collapse>.mobile-button {
    display: block;
    visibility: visible;
    margin-bottom: 0.9375rem;
  }

  .site-header .mobile-button a.button {
    border-radius: 5px;
    padding: 1.25rem;
    background-color: #ffffff;
    border: 5px solid #20F37E;
    width: 100%;
    text-align: left;
  }

  .site-header .navbar-collapse .container-right .social-media-container {
    margin-top: 0.9375rem;
    margin-right: 0
  }

  /* MOBILE MENU SLIDE FROM LEFT */
  .navbar-collapse {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 0.9375rem 0.9375rem 100%;
    width: 100%;
    max-width: 80%;
  }

  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: right 0.15s ease;
    -o-transition: right 0.15s ease;
    transition: right 0.15s ease;
    right: -100%;
  }

  .navbar-collapse.show {
    right: 0;
    -webkit-transition: right 0.15s ease;
    -o-transition: right 0.15s ease;
    transition: right 0.15s ease;
    -webkit-box-shadow: 0.3125rem 0.3125rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
    box-shadow: 0.3125rem 0.3125rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
  }
}

/*--------------------------------------*/
/* PAGE TITLE
/*--------------------------------------*/
section.page_title {
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.875rem;
}

.home section.page_title .container-fluid,
.page-template-capterra section.page_title .container-fluid {
  max-width: 1400px;
}

section.page_title .top-container.font-black {
  color: #000000;
}

.home section.page_title {
  text-align: left;
}

.home section.page_title .container-fluid>.row>.col-md:nth-child(1) {
  max-width: 665px;
}

section.page_title.no_img>div.inner-container {
  padding-top: 6.25rem;
  /* padding-bottom: 7.5rem */
  padding-bottom: 3.75rem;
}

section.page_title>div.inner-container {
  padding-bottom: 0;
}

.home section.page_title>div.inner-container {
  padding-top: 6.25rem;
  padding-bottom: 2.5rem;
}

#page_title_client_portal.page_title>div.inner-container,
#page_title_candidate_portal.page_title>div.inner-container {
  padding-top: 4.375rem;
  padding-bottom: 0;
}

#page_title_features_checklist.page_title>div.inner-container,
#page_title_recruitment_marketing.page_title>div.inner-container,
.blog section.page_title>div.inner-container,
.archive section.page_title>div.inner-container {
  padding-bottom: 4.6875rem;
}

section.page_title .container-fluid {
  max-width: 1000px;
}

.page-template-contact-form section.page_title .container-fluid {
  max-width: 1200px;
}

section.page_title.diagonal .inner-container::after {
  content: '';
  background: #fff;
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 150px;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

section.page_title.curve {
  padding-bottom: 45px;
}

section.page_title.curve .inner-container::after {
  content: '';
  background-color: inherit;
  position: absolute;
  height: 45px;
  left: -5px;
  right: -5px;
  bottom: -45px;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
}

section.page_title a {
  text-decoration: none;
}

section.page_title .bottom-container {
  margin-top: 1.25rem;
}

section.page_title .listed-content {
  margin-left: 1.875rem;
}

section.page_title .img-container {
  max-width: 650px;
  margin: 1.875rem auto 0;
}

section.page_title .img-container>img {
  border-radius: 10px;
}

section.page_title .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.home section.page_title .title h1,
.page-template-capterra section.page_title .title h1 {
  line-height: 1.25;
}

.home section.page_title .entry-content,
.page-template-capterra section.page_title .entry-content {
  margin: 0;
}

.home section.page_title .bottom-container .button,
.page-template-capterra section.page_title .bottom-container .button {
  text-align: center;
}

.home section.page_title .bottom-container ul {
  padding: 0.625rem;
  background-color: rgba(7, 6, 77, 0.75);
  border-radius: 5px;
}

.home section.page_title .img-container,
.page-template-capterra section.page_title .img-container {
  max-width: 100%;
  margin-top: 0px;
  width: 100%;
}

.home section.page_title .img-container>img,
.page-template-capterra section.page_title .img-container>img {
  border-radius: 0px;
}

@media (max-width: 767.98px) {
  section.page_title {
    margin: 0;
  }

  section.page_title>div.inner-container {
    padding-bottom: 0;
  }

  section>div.inner-container,
  .home section.page_title>div.inner-container,
  .page-template-capterra section.page_title>div.inner-container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  section.page_title .listed-content {
    margin: 0;
  }

  section.page_title .img-container,
  .home section.page_title .bottom-container,
  .page-template-capterra section.page_title .bottom-container {
    margin: 0.9375rem 0 0;
  }
}

/*--------------------------------------*/
/* INTRO CONTENT YOUTUBE
/*--------------------------------------*/
section.intro_content_youtube .container-fluid {
  max-width: 1000px;
  text-align: center;
}

/*--------------------------------------*/
/* POPULAR FEATURES
/*--------------------------------------*/
section.popular_features {
  text-align: center;
}

section.popular_features .title {
  margin: 0 0 3.75rem;
}

section.popular_features .feautres-container {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

section.popular_features .feautres-container .features-item {
  max-width: 25%;
  width: 100%;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

section.popular_features .feautres-container .features-item .icon-container,
section.popular_features .feautres-container .features-item .title {
  margin: 0 0 0.9375rem;
}

section.popular_features .feautres-container .features-item .icon-container>img {
  width: auto;
}

section.popular_features .feautres-container .features-item .entry-content {}

section.popular_features .feautres-container .features-item .entry-content p {
  line-height: 25px;
}

@media (max-width: 991.98px) {

  /* MD SM XS and down */
  section.popular_features .feautres-container .features-item {
    max-width: 33.3333333%;
  }
}

@media (max-width: 767.98px) {

  /* SM XS and down */
  section.popular_features .feautres-container .features-item {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* GET STARTED TODAY
/*--------------------------------------*/
section.get_started_today {
  background-color: #07064d;
  color: #ffffff;
  text-align: center;
  padding: 6.25rem 0;
}

/*--------------------------------------*/
/* REPEATING CONTENT IMAGE + TEXT
/*--------------------------------------*/
section.repeat_content_image_text.white {
  background-color: #ffffff;
}

section.repeat_content_image_text.blue {
  background-color: #0074CC;
  color: #ffffff;
  padding: 5rem 0;
}

section.repeat_content_image_text.grey {
  background-color: #F5F7FA;
}

section.repeat_content_image_text.text_image_under {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.repeat_content_image_text.text_image_under.white::after,
section.repeat_content_image_text.text_image_under.blue:after,
section.repeat_content_image_text.text_image_under.grey:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

section.repeat_content_image_text.text_image_under.white::after {
  background-color: rgba(255, 255, 255, 0.85);
}

section.repeat_content_image_text.text_image_under.blue:after {
  background-color: rgba(20, 70, 167, 0.85);
}

section.repeat_content_image_text.text_image_under.grey:after {
  background-color: rgba(245, 247, 250, 0.85);
}

section.repeat_content_image_text.gdpr {
  background-color: #07064D;
  color: #ffffff;
  padding: 6.25rem 0;
}

section.repeat_content_image_text.gdpr .container-fluid {
  max-width: 1100px;
}

section.repeat_content_image_text.gdpr .container-fluid .col-md {
  padding-right: 3.75rem;
}

.repeat_content_image_text .row {
  margin-bottom: 6.25rem;
}

.repeat_content_image_text .row:last-child {
  margin-bottom: 0;
}

section.repeat_content_image_text.text_image_under .content-container .title>h3 {
  line-height: 1.25;
}

.repeat_content_image_text .image-container {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
}

.repeat_content_image_text .image-container.no_box_shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.repeat_content_image_text.no_box_shadow .image-container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.repeat_content_image_text .content_center>.content-container {
  text-align: center;
}

.repeat_content_image_text .content-container .img-and-text-container {
  margin-bottom: 1.875rem;
}

.repeat_content_image_text .content-container .img-and-text-container .top-content>strong {
  font-size: 1.25rem;
  letter-spacing: 1.5px;
}

.repeat_content_image_text .content-container .img-and-text-container .logo-container {
  margin: 0.3125rem 0;
}

.repeat_content_image_text .content-container .img-and-text-container .bottom-content>strong {
  font-size: 1.875rem;
}

section.repeat_content_image_text.gdpr .entry-content ul>li {
  padding: 0;
  letter-spacing: 1px;
  line-height: 1;
}

section.repeat_content_image_text.gdpr .entry-content ul>li::before {
  display: none;
}

section.repeat_content_image_text.gdpr .entry-content ul>li>span {
  color: #FFCE00;
}

.page-template-pricing section.repeat_content_image_text {
  text-align: center;
}

section.repeat_content_image_text .image-container>.texting-illust {
  max-width: 400px;
}

section.repeat_content_image_text .image-container>.masked-img3 {
  max-width: 440px;
}

section.repeat_content_image_text .image-container>.emails-illust {
  max-width: 420px;
}

section.repeat_content_image_text .image-container>.clipboard-illust {
  max-width: 270px;
}

/* SPECIFIC RULES */
#image_text_image_text_retention_and_back-office_0 .order-md-1,
#repeat_content_image_text_security_1 .order-md-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

#repeat_content_image_text_sales_0 .image-container img.recruiting-illust {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: auto
}

#repeat_content_image_text_pricing_0 .title h3 {
  line-height: 2;
}

#repeat_content_image_text_source_0,
#repeat_content_image_text_source_1 {
  margin: 0.3125rem 0;
}

#image_text_image_text_retention_and_back-office_0,
#image_text_image_text_retention_and_back-office_1,
#image_text_image_text_retention_and_back-office_2 {
  margin: 1.875rem 0;
}

#image_text_image_text_retention_and_back-office_3,
#repeat_content_image_text_recruitment_marketing_0 .button {
  margin-top: 1.875rem;
}

#image_icon_and_text_retention_and_back-office {
  margin-bottom: 1.875rem;
}

@media (min-width: 767.99px) {
  .home section.repeat_content_image_text.image_text:nth-child(odd) .col-md {
    margin-right: 3.125rem
  }

  .home section.repeat_content_image_text.image_text:nth-child(even) .col-md {
    margin-left: 3.125rem
  }

  section.repeat_content_image_text:nth-child(odd) .image-container>.img-fluid {
    margin-left: auto;
    display: block;
  }

  section.repeat_content_image_text:nth-child(even) .image-container>.img-fluid {
    margin-right: auto;
    display: block;
  }

  .page-id-245 section.repeat_content_image_text:nth-child(odd) .image-container>.img-fluid {
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .page-id-245 section.repeat_content_image_text:nth-child(even) .image-container>.img-fluid {
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  section.repeat_content_image_text .image-container>.masked-img3 {
    margin-left: auto;
  }

  /* SPECIFIC RULES */
  #repeat_content_image_text_software_0 .col-md {
    padding-left: 60px;
  }

  #repeat_content_image_text_software_1 .col-md {
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .repeat_content_image_text .image-container {
    margin: 0 0 0.9375rem;
  }
}

/*--------------------------------------*/
/* SEE WHAT OUR CUSTOMERS SAY
/*--------------------------------------*/
.see_what_our_customers_say .top-content-container {
  text-align: center;
  margin: 0 0 3.125rem;
}

.see_what_our_customers_say .testimonial-container {
  background-color: #07064D;
  border-radius: 30px;
  color: #ffffff;
}

.see_what_our_customers_say .testimonial-container>.inner-container {
  padding: 3.75rem 2.5rem;
}

.see_what_our_customers_say .testimonial-container>.inner-container i.fas {
  color: #04EFE8;
}

.see_what_our_customers_say .customer-logo-container .flex-item {
  max-width: 33.3333333%;
  width: 100%;
}

.see_what_our_customers_say .testimonial-container .testimonial-item .entry-content p {
  line-height: 1.75;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container {
  padding: 0.3125rem;
  max-width: 180px;
  margin: 0 auto;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.sizemore-logo,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.kbrs-logo,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.impact-recruitment,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.fuzehr-logo,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.medcare-staffing-vob-logo-2-2,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.talentworld {
  margin: 0 auto;
  display: block;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.impact-recruitment {
  max-width: 110px;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.sizemore-logo,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.fuzehr-logo,
.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.medcare-staffing-vob-logo-2-2 {
  max-width: 115px;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.kbrs-logo {
  max-width: 125px;
}

.see_what_our_customers_say .customer-logo-container .flex-item .img-container img.talentworld {
  max-width: 150px;
}

.see_what_our_customers_say .customer-logo-container .bottom-button-contianer {
  margin: 3.75rem auto 0;
  text-align: center;
}

.see_what_our_customers_say .customer-logo-container .bottom-button-contianer .button {
  padding: 1.25rem 3.125rem;
}

.see_what_our_customers_say.testimonial_slider {
  display: block;
  max-width: 1240px;
  background-color: #07064D;
  color: #ffffff;
  text-align: center;
  padding: 3.75rem 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.see_what_our_customers_say.testimonial_slider .top-content-container {
  margin: 0;
}

.see_what_our_customers_say.testimonial_slider .testimonial-container>.inner-container {
  padding: 0;
}

.see_what_our_customers_say.testimonial_slider .carousel {
  width: 100%;
}

.see_what_our_customers_say.testimonial_slider .carousel .testimonial-item {
  max-width: 900px;
  margin: 0 auto;
}

.see_what_our_customers_say.testimonial_slider .carousel .testimonial-item .entry-content p {
  line-height: 1.75;
}

.see_what_our_customers_say.testimonial_slider .carousel .testimonial-item .name,
.see_what_our_customers_say.testimonial_slider .carousel .testimonial-item .from,
.see_what_our_customers_say.testimonial_slider .carousel .testimonial-item .company {
  display: inline-block;
}

.see_what_our_customers_say.testimonial_slider .carousel-control-next,
.see_what_our_customers_say.testimonial_slider .carousel-control-prev {
  width: 20px;
}

.see_what_our_customers_say.testimonial_slider .carousel-control-next {
  right: 30px;
}

.see_what_our_customers_say.testimonial_slider .carousel-control-prev {
  left: 30px;
}

.see_what_our_customers_say.testimonial_slider .bottom-button-contianer {
  width: 100%;
  margin: 1.875rem 0 0;
}

.see_what_our_customers_say.testimonial_page .testimonial-container {
  background-color: #ffffff;
  color: #000000
}

.see_what_our_customers_say.testimonial_page .testimonial-container>.inner-container i.fas {
  color: #07064D;
  font-size: 50px;
}

@media (max-width: 767.98px) {

  .see_what_our_customers_say .customer-logo-container,
  .see_what_our_customers_say .customer-logo-container .bottom-button-contianer {
    margin-top: 0.9375rem;
  }

  .see_what_our_customers_say .testimonial-container>.inner-container {
    min-height: 100px !important;
  }

  .see_what_our_customers_say .col-md {
    margin-bottom: 0.9375rem;
  }
}

/*--------------------------------------*/
/* BOXED CONTENT REPEATER
/*--------------------------------------*/
.boxed_content_repeater {
  text-align: center;
}

.boxed_content_repeater.list .container-fluid {
  max-width: 1000px;
}

.boxed_content_repeater .container-fluid>.img-container {
  max-width: 125px;
  margin: 0 auto 1.875rem;
}

.boxed_content_repeater.large_icon .container-fluid>.img-container {
  max-width: 70%;
}

.boxed_content_repeater .container-fluid>.title {
  margin-bottom: 3.75rem;
}

.boxed_content_repeater .row .col-md .inner-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding-top: 3.75rem;
  border-radius: 10px;
}

#boxed_content_repeater_recruitment_marketing.boxed_content_repeater .row .col-md .inner-container {
  padding: 2.8125rem 0.9375rem;
}

#boxed_content_repeater_contact_us.boxed_content_repeater .row .col-md .inner-container {
  padding: 2.5rem;
}

#boxed_content_repeater_home.boxed_content_repeater .row .col-md .inner-container,
#boxed_content_repeater_communication_and_automation.boxed_content_repeater .row .col-md .inner-container {
  padding: 2.5rem 1.25rem;
}

#boxed_content_repeater_place.boxed_content_repeater .row .col-md .inner-container,
#boxed_content_repeater_retention_and_back-office.boxed_content_repeater .row .col-md .inner-container {
  padding: 3.75rem;
}

#boxed_content_repeater_retention_and_back-office.boxed_content_repeater.img_title .container-fluid>.title::before {
  height: 10px;
}

.boxed_content_repeater .row .col-md .inner-container.no_shadow {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  text-align: left;
}

.boxed_content_repeater .row .col-md .inner-container.no_shadow .title {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.boxed_content_repeater .row .col-md .inner-container.blue {
  background-color: #1446A7;
  color: #ffffff;
}

.boxed_content_repeater .row .col-md .inner-container .entry-content {
  margin-bottom: 0;
}

.boxed_content_repeater .row .col-md .inner-container .icon-container,
.boxed_content_repeater .row .col-md .inner-container .title,
#boxed_content_repeater_home.boxed_content_repeater .row .col-md .inner-container .entry-content {
  margin-bottom: 0.9375rem;
}

.boxed_content_repeater .row .col-md .inner-container .title>h3 {
  line-height: 1.25;
}

.boxed_content_repeater .row .col-md .inner-container .link-container>a {
  line-height: 1.75;
}

.boxed_content_repeater .row .col-md .inner-container .icon-container>img {
  width: auto;
}

.boxed_content_repeater.list .row .col-md .inner-container .entry-content ul {
  margin: -0.9375rem -1.5625rem;
}

.boxed_content_repeater.list .row .col-md .inner-container .entry-content ul>li {
  max-width: 33.33333%;
  text-align: left;
  padding: 0.9375rem 1.5625rem;
}

.boxed_content_repeater.img_title .container-fluid {
  max-width: 900px;
}

.boxed_content_repeater.img_title .container-fluid>.title {
  position: relative;
}

.boxed_content_repeater.img_title .container-fluid>.title::before {
  width: 100px !important;
  border-radius: 10px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.boxed_content_repeater.img_title .img_title_container .flex-item {
  max-width: 50%;
  width: 100%;
}

.boxed_content_repeater.img_title .img_title_container .flex-item .icon-container {
  max-width: 50px;
  width: 100%;
  margin: 0 auto 0.9375rem;
}

/* SEPCIFIC RULES */
#boxed_content_repeater_home .container-fluid .row>.col-md .title {
  margin-bottom: 2.5rem;
}

#boxed_content_repeater_home .container-fluid .row>.col-md:nth-child(3) .title {
  margin-bottom: 1.5rem;
}

#boxed_content_repeater_home .container-fluid .row>.col-md:nth-child(4) .title {
  margin-bottom: 3.125rem;
}

#boxed_content_repeater_home .container-fluid .row>.col-md:nth-child(3) .title h3,
#boxed_content_repeater_home .container-fluid .row>.col-md:nth-child(4) .title h3 {
  font-size: 1.25rem;
}

#boxed_content_repeater_communication_and_automation .col-md .inner-container {
  padding: 3.125rem 1.25rem;
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
}

#boxed_content_repeater_communication_and_automation .col-md .title {
  margin-bottom: 1.25rem;
}

#boxed_content_repeater_communication_and_automation .entry-content>p {
  line-height: 1.5625rem;
}

@media (max-width: 767.98px) {
  .boxed_content_repeater.list .row .col-md .inner-container .entry-content ul>li {
    max-width: 100%;
    padding-bottom: 0.9375rem;
  }

  .boxed_content_repeater .col-md {
    margin-bottom: 1.875rem;
  }

  .boxed_content_repeater .row .col-md .inner-container .entry-content {
    padding: 0.625rem;
  }

  .boxed_content_repeater.img_title .img_title_container .flex-item {
    margin-left: auto;
    margin-right: auto;
  }

  .boxed_content_repeater .row .col-md .inner-container {
    padding: 0.9375rem 0;
  }
}

/*--------------------------------------*/
/* WHAT ARE YOU WAITING FOR
/*--------------------------------------*/
.what_are_u_waiting_for {
  text-align: center;
  color: #ffffff;
}

.what_are_u_waiting_for .inner-container {
  background-color: #1446A7;
  border: 6px solid #00D2FF;
  border-radius: 30px;
}

.what_are_u_waiting_for .inner-container .content-container {
  padding: 5rem 1.875rem;
}

.what_are_u_waiting_for .inner-container .button-container {
  margin: 1.875rem 0 0;
}

.what_are_u_waiting_for .inner-container .button-container .single-botton {
  width: 100%;
  max-width: 300px;
}

.what_are_u_waiting_for .inner-container .button-container .single-botton .bottom-content {
  margin: 0.625rem 0 0;
}

/*--------------------------------------*/
/* TITLE + LOGOS
/*--------------------------------------*/
section.title_logo_content {
  background-color: #F5F7FA;
  text-align: center;
  padding: 6.25rem 0;
}

section.title_logo_content.no_slider {
  background-color: #ffffff;
  padding: 3.125rem 0 0;
}

section.title_logo_content .container-fluid {
  max-width: 900px;
}

section.title_logo_content.no_slider .container-fluid {
  max-width: 1400px;
}

section.title_logo_content .title {
  margin-bottom: 1.875rem;
}

section.title_logo_content.no_slider .entry-content {
  margin-bottom: 3.75rem;
}

section.title_logo_content .swiper-container .swiper-slide,
section.title_logo_content .swiper-container .swiper-slide img {
  max-height: 70px;
  max-width: 150px;
}

section.title_logo_content.no_slider .integration-partner-container .integration-partner-single {
  width: 100%;
  max-width: 25%;
}

section.title_logo_content.no_slider .integration-partner-container .integration-partner-single .img-container.adp-logo {
  max-width: 100px;
}

section.title_logo_content.no_slider .integration-partner-container .integration-partner-single .img-container.ubity-logo {
  max-width: 120px;
}

section.title_logo_content.no_slider .integration-partner-container .integration-partner-single .img-container.able-primarylogo-color {
  max-width: 70px;
}

@media (max-width: 767.98px) {
  section.title_logo_content.no_slider .integration-partner-container .integration-partner-single {
    max-width: 33.3333333%;
  }
}

/*--------------------------------------*/
/* TICK LIST
/*--------------------------------------*/
section.tick_list {
  background-color: #0074CC;
  padding: 6.25rem 0;
}

section.tick_list .container-fluid {
  max-width: 630px;
}

section.tick_list .container-fluid .inner-container {
  background-color: #ffffff;
  padding: 2.8125rem 1.875rem;
  border-radius: 10px;
}

section.tick_list .container-fluid .inner-container .icon-container {
  margin-right: 2.8125rem;
}

section.tick_list .container-fluid .inner-container .icon-container .far {
  font-size: 2.1875rem;
}

section.tick_list .container-fluid .inner-container .icon-container .far,
.entry-content.tick-list ul>li::before {
  color: #1446A7;
  border-color: #1446A7;
}

@media (max-width: 767.98px) {
  section.tick_list .container-fluid .inner-container .icon-container {
    margin: 0 0 0.9375rem;
  }
}

/*--------------------------------------*/
/* IMAGE + LISTING CONTENT
/*--------------------------------------*/
section.image_listed_content .title {
  position: relative;
  margin-bottom: 1.875rem;
}

section.image_listed_content .title::before {
  content: '';
  position: absolute;
  top: -20px;
  height: 10px;
  width: 100%;
  max-width: 150px;
  border-radius: 10px;
  background-color: #1FF37E;
}

section.image_listed_content .img-container img.security-illust {
  width: 100%;
  max-width: 400px;
}

section.image_listed_content .title>h2 {
  line-height: 1;
}

#image_listed_content_analytics.image_listed_content .title>h2 {
  line-height: 1.25
}

section.image_listed_content .entry-content ul.d-md-flex>li {
  max-width: 50%;
  width: 100%;
}

section.image_listed_content .entry-content ul.full-width>li {
  max-width: 100%;
}

section.image_listed_content .entry-content ul.full-width>li {
  line-height: 1.25;
}

#image_listed_content_source.image_listed_content .img-container>img.search-illust {
  width: 100%;
  max-width: 520px;
}

#image_listed_content_analytics.image_listed_content .img-container>img.reporting-tools-illust {
  width: 100%;
  max-width: 490px
}

#image_listed_content_sales .entry-content .sub_title h3 {
  line-height: 1.5;
  font-size: 18px;
}

#image_listed_content_sales .entry-content ul {
  margin: 0 -1.5625rem;
}

#image_listed_content_sales .entry-content ul li {
  padding: 0 1.5625rem;
}

@media (max-width: 767.98px) {
  section.image_listed_content .title {
    margin: 1.875rem 0;
  }

  section.image_listed_content .entry-content ul>li {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* NUMBER LISTED CONTENT
/*--------------------------------------*/
section.number_listed_content.blue {
  background-color: #112675;
  color: #ffffff;
  padding: 6.25rem 0;
}

section.number_listed_content.white {
  background-color: #ffffff;
  text-align: center;
}

section.number_listed_content.blue .title {
  text-align: center;
  margin: 0 0 3.75rem;
}

section.number_listed_content.white .title {
  margin: 0 0 1.875rem;
}

section.number_listed_content .numbered-listed-content .number_container {
  position: relative;
  margin: 0 0 0.9375rem;
}

section.number_listed_content.white .numbered-listed-content .number_container {
  margin: 0 0 1.875rem;
}

section.number_listed_content .numbered-listed-content .number_container>p {
  font-size: 3.75rem;
  line-height: 1;
}

section.number_listed_content.blue .numbered-listed-content .number_container>p {
  color: #20F37E;
}

section.number_listed_content.blue .numbered-listed-content .number_container>p::after,
section.number_listed_content.white .numbered-listed-content .number_container>p::after,
.boxed_content_repeater.img_title .container-fluid>.title::before,
section.about_mindscope .title::after {
  content: '';
  position: absolute;
  background-color: #20F37E;
  height: 5px;
  width: auto;
}

section.number_listed_content.blue .numbered-listed-content .number_container>p::after {
  left: 55px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.number_listed_content.white .numbered-listed-content .number_container>p::after {
  width: 100%;
  max-width: 100px;
  bottom: -0.9375rem;
  border-radius: 10px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.number_listed_content.blue .bottom_content {
  text-align: center;
  margin: 3.75rem 0 0;
}

section.number_listed_content.blue .bottom_content .sub_title h4 {
  color: #20F37E;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container>p {
  font-size: 1.25rem;
  color: #ffffff;
  padding: 1.25rem;
  display: inline-block;
  position: relative;
  line-height: 10px;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container {
  position: relative;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container::before,
section.number_listed_content.is_timeline .numbered-listed-content .number_container::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 50%;
  background-color: #0074CC;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container::before {
  left: -15px;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container::after {
  right: -15px;
}

section.number_listed_content.is_timeline .numbered-listed-content .number_container>p::after {
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0074CC;
  z-index: -1;
  border-radius: 100%;
}

section.number_listed_content.is_timeline .numbered-listed-content .row>.col-md:first-child .number_container::before,
section.number_listed_content.is_timeline .numbered-listed-content .row>.col-md:last-child .number_container::after {
  display: none;
}

/*--------------------------------------*/
/* IMAGE + ICON & TEXT
/*--------------------------------------*/
section.image_icon_and_text {
  background-color: #07064D;
  color: #ffffff;
}

#image_icon_and_text_retention_and_back-office.image_icon_and_text {
  padding: 6.25rem 0 7.5rem;
}

section.image_icon_and_text>.container-fluid>.title,
section.image_icon_and_text>.container-fluid>.entry-content,
section.image_icon_and_text>.container-fluid>.bottom-content {
  text-align: center;
}

section.image_icon_and_text>.container-fluid>.entry-content,
section.image_icon_and_text>.container-fluid>.content-container {
  margin: 0 0 1.875rem;
}

section.image_icon_and_text>.container-fluid>.content-container .d-md-flex {
  margin: 0 0 0.9375rem;
}

section.image_icon_and_text>.container-fluid>.content-container .d-md-flex:last-of-type {
  margin: 0;
}

section.image_icon_and_text>.container-fluid>.content-container .icon-container {
  max-width: 40px;
  width: 100%;
  margin-right: 1.875rem;
}

section.image_icon_and_text>.container-fluid>.bottom-content>.sub_title {
  margin: 0 0 2.8125rem;
}

section.image_icon_and_text>.container-fluid>.bottom-content .flex-item {
  max-width: 200px;
  width: 100%;
}

section.image_icon_and_text>.container-fluid>.bottom-content .flex-item>a {
  display: block;
}

section.image_icon_and_text>.container-fluid>.bottom-content .flex-item .image-container,
section.image_icon_and_text>.container-fluid>.bottom-content .flex-item img {
  width: 100%;
}

#image_icon_and_text_retention_and_back-office.image_icon_and_text .title {
  margin-bottom: 1.875rem;
}

#image_icon_and_text_retention_and_back-office.image_icon_and_text .entry-content h4 {
  margin: 0 0 0.3125rem;
}

#image_icon_and_text_retention_and_back-office.image_icon_and_text>.container-fluid>.content-container .d-md-flex {
  margin-bottom: 1.875rem;
}

@media (max-width: 767.98px) {
  section.image_icon_and_text>.container-fluid>.content-container .icon-container {
    max-width: 20px;
  }

  section.image_icon_and_text>.container-fluid>.bottom-content>.sub_title {
    margin-bottom: 1.875rem;
  }

  section.image_icon_and_text>.container-fluid>.bottom-content .flex-item {
    margin: 0 auto 0.9375rem;
  }

  #image_icon_and_text_retention_and_back-office.image_icon_and_text>.container-fluid>.content-container .d-md-flex {
    margin-bottom: 0.9375rem;
  }
}

/*--------------------------------------*/
/* TEXT + LINK
/*--------------------------------------*/
section.text_link {
  text-align: center;
}

section.text_link .container-fluid {
  max-width: 900px;
}

section.text_link .title {
  margin: 0 0 2.8125rem;
}

section.text_link .title>h2 {
  line-height: 1.25;
}

.page-id-359 section.text_link .title>h2 {
  font-size: 2.0625rem;
}

.page-id-359 section.text_link .container-fluid {
  max-width: 1000px;
}

/*--------------------------------------*/
/* OTHER FEATURES
/*--------------------------------------*/
section.other_features {
  text-align: center;
}

section.other_features .entry-content {
  max-width: 800px;
  margin: 0 auto;
}

section.other_features .other-features-container {
  margin: 3.75rem 0 0;
}

section.other_features .other-features-container .row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

section.other_features .other-features-container .row>.col-md {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

section.other_features .other-features-container .inner-container {
  background-color: #1446A7;
  border-radius: 20px;
  padding: 0.9375rem;
}

section.other_features .other-features-container .inner-container a {
  text-transform: uppercase;
}

section.other_features .other-features-container .inner-container a strong {
  margin: auto
}

section.other_features .other-features-container .embed-responsive-item a,
section.other_features .other-features-container .embed-responsive-item a strong::before {
  color: #ffffff !important;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

section.other_features .other-features-container .embed-responsive-item:hover a,
section.other_features .other-features-container .embed-responsive-item:hover a strong::before {
  color: #01efe8 !important;
}

section.other_features .other-features-container .embed-responsive-item a strong {
  position: relative;
  padding-top: 30px;
}

section.other_features .other-features-container .embed-responsive-item a strong::before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px !important;
}

@media (max-width: 767.98px) {
  section.other_features .col-md {
    margin-bottom: 15px;
    max-width: 50%;
  }

  section.other_features .col-md:nth-child(odd) {
    padding-right: 5px;
  }

  section.other_features .col-md:nth-child(even) {
    padding-left: 5px;
  }
}

/*--------------------------------------*/
/* ABOUT MINDSCOPE
/*--------------------------------------*/
section.about_mindscope .image-content-container .img-container {
  margin: 0 0 0.9375rem;
}

section.about_mindscope .image-content-container .img-container:last-child {
  margin: 0;
}

section.about_mindscope .title {
  position: relative;
  padding: 0 0 2.8125rem;
  margin: 0 0 0.9375rem;
}

section.about_mindscope .title::after {
  left: 0;
  bottom: 0;
  width: 150px;
  border-radius: 10px;
  height: 10px
}

section.about_mindscope .title>h2>span {
  display: block;
  width: 100%;
}

section.about_mindscope .title>h2>span:nth-child(1) {
  color: #1446A7;
  letter-spacing: -1px;
}

section.about_mindscope .button {
  max-width: 250px;
  text-align: center;
  border-radius: 30px;
}

@media (min-width: 767.99px) {
  section.about_mindscope .col-md.img-container {
    padding-right: 3.75rem;
  }
}

@media (max-width: 767.98px) {
  section.about_mindscope .image-content-container .img-container:last-child {
    margin: 0 0 0.9375rem;
  }
}

/*--------------------------------------*/
/* PRICING TABLE
/*--------------------------------------*/
.pricing_table .toggle-container {
  margin: 0 0 2.8125rem;
}

.pricing_table .toggle-container .payment-toggler {
  text-align: center;
}

.pricing_table .payment-toggler .switch-container {
  width: 300px;
  height: 46px;
  position: relative;
  background-color: #07064D;
  border-radius: 60px;
  cursor: pointer;
}

.pricing_table .payment-toggler .switch-container::before,
.pricing_table .payment-toggler .switch-container::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pricing_table .payment-toggler .switch-container::before {
  content: 'Pay annually';
  left: 40px;
  color: #000000;
}

.pricing_table .payment-toggler .switch-container::after {
  content: 'Pay monthly';
  right: 40px;
  color: #ffffff;
}

.pricing_table .payment-toggler.monthly-checked .switch-container::before {
  color: #ffffff;
}

.pricing_table .payment-toggler.monthly-checked .switch-container::after {
  color: #000000;
}

.pricing_table .payment-toggler .switch-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing_table .payment-toggler .switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #07064D;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.pricing_table .payment-toggler .switch-container .slider,
.pricing_table .payment-toggler .switch-container .slider:before {
  border-radius: 34px;
}

.pricing_table .payment-toggler .switch-container .slider:before {
  position: absolute;
  content: '';
  height: auto;
  width: 50%;
  top: 4px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.pricing_table .payment-toggler .switch-container .slider:after {
  content: '';
}

.pricing_table .payment-toggler .switch-container input:checked+.slider:before {
  -webkit-transform: translateX(94%);
  -ms-transform: translateX(94%);
  transform: translateX(94%);
}

/* CURRENCY TOGGLE */
.pricing_table .toggle-container .currency-toggler {
  margin-top: 0.9375rem;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single {
  width: 100%;
  max-width: 60px;
  text-align: center;
  cursor: pointer;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single .content-container {
  background-color: #ebebeb;
  border-radius: 100%;
  color: #888888;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single.active .content-container {
  background-color: #07064D;
  color: #ffffff;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single .content-container span {
  margin: auto;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single .content-container span>p {
  font-size: 12px;
  line-height: 1;
}

.pricing_table .toggle-container .currency-toggler .currency_single_container>.currency_single .content-container span>p:last-child {
  font-size: 10px;
}

.pricing_table .pricing-table-container .pricing-table-item .pricing {
  display: none;
  visibility: hidden;
}

.pricing_table .pricing-table-container .pricing-table-item .pricing.active {
  display: block;
  visibility: visible;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container>.pricing>p>strong .currency_code {
  margin-left: 3px;
}

/* END */
.pricing_table .pricing-table-container .col-md {
  background-color: #F5F7FA;
  border: 2px solid #EBEAEB;
  border-right-color: transparent;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item {
  padding: 1.875rem 0rem;
  text-align: center;
}

.pricing_table .pricing-table-container .col-md:first-child,
.pricing_table .pricing-table-container .col-md:last-child {
  background-color: #ffffff;
}

.pricing_table .pricing-table-container .col-md:last-child {
  border-right-color: #EBEAEB;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item>.main-feautres-container {
  text-align: left;
}

.pricing_table .pricing-table-container .col-md:last-child>.pricing-table-item {
  border: none;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .title-container {
  margin: 0 0 1.875rem;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .pricing-container .price_monthly,
.pricing_table .pricing-table-container .col-md>.pricing-table-item.monthly-checked .pricing-container .price_annually {
  display: none;
  opacity: 0;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item.monthly-checked .pricing-container .small-text {
  opacity: 0;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item.monthly-checked .pricing-container .price_monthly {
  display: inline-block;
  opacity: 1;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .button-container {
  margin: 3.75rem 0 1.875rem;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .button-container>.button {
  width: 100%;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container {
  border-top: 2px solid #EBEAEB;
  margin: 1.875rem 0 0;
  padding: 1.875rem 0;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container .title>p {
  color: #07064D;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container .entry-content.tick-list ul>li {
  padding: 0 0 0 1.875rem;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container ul>li::before {
  border: none;
  color: #04EFE8;
}

.pricing_table .pricing-table-container .col-md>.pricing-table-item .main-feautres-container .italic-text {
  margin: 0 0 0.9375rem;
}

/*--------------------------------------*/
/* FEATURES COMPARED
/*--------------------------------------*/
.pricing_features_compared .title {
  text-align: center;
  margin: 0 0 2.8125rem;
}

.pricing_features_compared .feature-table-container table {
  table-layout: fixed;
  margin: 0 0 5.625rem;
}

.pricing_features_compared .feature-table-container table>thead>tr>th {
  text-align: center;
}

.pricing_features_compared .feature-table-container table>thead>tr>th:first-child {
  text-align: left;
}

.pricing_features_compared .feature-table-container table>tbody>tr>td {
  text-align: center;
  vertical-align: middle;
}

.pricing_features_compared .feature-table-container table th {
  font-weight: inherit;
}

.pricing_features_compared .feature-table-container table .fas {
  color: #c2c2c2;
}

.pricing_features_compared .feature-table-container table .fas.fa-check {
  color: #04EFE8;
}

.pricing_features_compared .feature-table-container table th,
.pricing_features_compared .feature-table-container table td {
  border: none;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
}

.pricing_features_compared .feature-table-container table tr {
  border-bottom: 1px solid #c2c2c2;
}

.pricing_features_compared .feature-table-container table tbody tr:last-child {
  border: none;
}

.pricing_features_compared .feature-table-container table tbody>tr {
  background-color: #ffffff;
}

.pricing_features_compared .feature-table-container table tbody>tr>td:nth-child(3) {
  background-color: #F5F7FA;
}

.pricing_features_compared .feature-table-container table tbody>tr:hover th {
  padding-left: 0.5%;
}

.pricing_features_compared .feature-table-container table tbody>tr:hover,
.pricing_features_compared .feature-table-container table tbody>tr:hover>td:nth-child(3) {
  background-color: #EEEEEE;
}

.pricing_features_compared .feature-table-container table tbody>tr:hover>td:nth-child(3) {
  background-color: #E8E8E8;
}

@media (max-width: 767.98px) {
  .pricing_features_compared .feature-table-container table>thead>tr>th {
    width: 150px;
  }
}

/*--------------------------------------*/
/* MINDSCOPE VIDEOS
/*--------------------------------------*/
#mindscope_videos .video-item-container {
  margin: 0 0 30px;
}

#mindscope_videos .video-item-container .video-container {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

#mindscope_videos #custom-video-overlay {
  background-size: 125%;
}

#mindscope_videos #custom-video-overlay,
#mindscope_videos #custom-video-overlay::after {
  position: absolute;
  height: auto;
  width: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#mindscope_videos #custom-video-overlay:after {
  content: '';
  background-image: url('../img/video-play.png');
  background-size: 75px;
  cursor: pointer;
}

.post-type-archive-webinars .page_title .category_description {
  margin-top: 0.625rem;
}

.post-type-archive-webinars .page_title .category_description .title {
  margin-bottom: 0px;
}

.post-type-archive-webinars #mindscope_videos {
  margin-top: 0;
}

.post-type-archive-webinars #webinar_category {
  margin-bottom: 45px;
}

.post-type-archive-webinars #webinar_category .title {
  text-align: center;
}

.post-type-archive-webinars #webinar_category form>.filter-item>input {
  display: none;
}

.post-type-archive-webinars #webinar_category form>.button-container>.button {
  display: inline-block;
  border: 0;
}

.post-type-archive-webinars #webinar_category form>.filter-item>label {
  background-color: #ebebeb;
  border-radius: 60px;
  color: #888888;
}

.post-type-archive-webinars #webinar_category form>.button-container>.button,
.post-type-archive-webinars #webinar_category form>.filter-item>label {
  cursor: pointer;
  padding: 15px 20px;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}

.post-type-archive-webinars #webinar_category form>.filter-item>input:checked~label {
  background-color: #07064D;
  color: #ffffff;
}

.post-type-archive-webinars #sortby {
  margin-bottom: 0.9375rem;
}

.post-type-archive-webinars #sortby strong {
  margin-right: 0.3125rem;
}

.post-type-archive-webinars .video-item-container .content-container .title {
  margin: 0.9375rem 0 0.3125rem;
}

.post-type-archive-webinars .video-item-container .content-container .title>* {
  font-size: 1.5rem;
}

.post-type-archive-webinars .video-item-container .content-container .category-container {
  margin-bottom: 0.9375rem;
}

.post-type-archive-webinars .video-item-container .content-container .category-container>.d-flex>.category-single>.inner-container {
  color: #20F37E;
}

/*--------------------------------------*/
/* BLOGS
/*--------------------------------------*/
#blog .blog-single-item-container .blog-single-item,
#news .blog-single-item-container .blog-single-item {
  max-width: 50%;
}

#blog .blog-single-item-container .blog-single-item .embed-responsive-item::after,
#news .blog-single-item-container .blog-single-item .embed-responsive-item::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  opacity: 1;
  transition: opacity 0.25s ease;
}

#blog .blog-single-item-container .blog-single-item:hover .embed-responsive-item::after,
#news .blog-single-item-container .blog-single-item:hover .embed-responsive-item::after {
  opacity: 0.5;
}

.blog-single-item-container .blog-single-item a {
  color: #000000;
}

.blog-single-item-container .blog-single-item .inner-container {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-single-item-container .blog-single-item:hover .inner-container {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.blog-single-item-container .blog-single-item .inner-container .content-container {
  padding: 1.875rem;
}

.blog-single-item-container .blog-single-item .inner-container .content-container .title {
  margin: 0 0 0.9375rem;
}

.blog-single-item-container .blog-single-item .inner-container .content-container .title>* {
  line-height: 1.25;
}

.blog-single-item-container .blog-single-item .inner-container .content-container .link-container p {
  color: #04EFE8;
}

/* SIDEBAR */
#secondary .widget .widget-title {
  margin: 0 0 0.9375rem;
}

#secondary .widget>ul {
  margin: 0 0 1.875rem;
  padding-left: 20px;
}

#secondary .widget:last-child ul {
  margin: 0;
}

#secondary .widget ul>li {
  margin: 0 0 0.9375rem;
}

#secondary .widget ul>li:last-child {
  margin: 0;
}

#secondary .widget ul>li>a {
  color: #000000;
}

/* PAGINATION */
.wp-pagenavi {
  margin: 3.75rem 0 0;
  text-align: center;
}

.wp-pagenavi a {
  color: #000000;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}

@media (max-width: 767.98px) {

  #blog .blog-single-item-container .blog-single-item,
  #news .blog-single-item-container .blog-single-item {
    max-width: 100%;
  }

  #blog .col-md-8,
  #news .col-md-8 {
    margin-bottom: 0.9375rem;
  }

  #mindscope_videos .title {
    margin-top: 0.9375rem;
  }
}

/*--------------------------------------*/
/* RECENT BLOG
/*--------------------------------------*/
section.recent_blog {
  background-color: #F5F7FA;
  padding: 5rem 0 7.5rem;
  margin-bottom: 0;
}

section.recent_blog .container-fluid>.title,
section.recent_blog .container-fluid>.entry-content {
  text-align: center;
}

section.recent_blog .container-fluid>.entry-content {
  margin: 0 0 2.8125rem;
}

section.recent_blog .blog-single-item-container .blog-single-item {
  max-width: 33.33333%
}

@media (max-width: 767.98px) {
  section.recent_blog .blog-single-item-container .blog-single-item {
    max-width: 100%
  }
}

/*--------------------------------------*/
/* SINGLE
/*--------------------------------------*/
.single_post {
  padding-top: 0;
  margin-top: 0;
}

.single_post .feature-image-container {
  position: relative;
  height: 450px;
}

.single_post .feature-image-container>.bg-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: auto;
}

.single_post .title-container {
  text-align: center;
  margin: 0 0 1.875rem;
}

.single_post .title-container .post_information {
  margin: 1.875rem 0;
}

.single_post .title-container .post_information .d-flex>div>span>* {
  float: left;
}

.single_post .title-container .post_information div>span>i {
  color: #1446A7;
  line-height: 1.5;
  padding-right: 5px;
}

.single_post .title>h1 {
  line-height: 1.35;
}

.single_post .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.single_post .bottom_navigation div>span {
  display: block;
  text-transform: uppercase;
}

.single_post .bottom_navigation a {
  color: #000000;
}

.single_post .bottom_navigation .prev-container,
.single_post .bottom_navigation .next-container {
  position: relative;
  padding: 0 0.3125rem;
  margin: 3.75rem 0 0;
}

.single_post .bottom_navigation .prev-container {
  padding-left: 1.5625rem;
  text-align: left;
}

.single_post .bottom_navigation .next-container {
  padding-right: 1.5625rem;
  text-align: right;
}

.single_post .bottom_navigation div.chevron-left::before,
.single_post .bottom_navigation div.chevron-right::after {
  position: absolute;
  font-size: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single_post .bottom_navigation div.chevron-left::before {
  left: 0;
}

.single_post .bottom_navigation div.chevron-right::after {
  right: 0;
}

/*--------------------------------------*/
/* MINDSCOPE OFFICES
/*--------------------------------------*/
.mindscope_offices {
  background-image: url('../img/world-map.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}

.mindscope_offices>.container-fluid>.title {
  text-align: center;
  margin: 0 0 3.75rem;
  position: relative;
}

.mindscope_offices>.container-fluid>.title.location-icon::before {
  position: absolute;
  font-size: 40px;
  top: -90px;
  margin: 0 auto;
  color: #04EFE8;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mindscope_offices .office-content-container a {
  color: #000000;
}

.mindscope_offices .office-content-container ul>li:first-child {
  margin: 0 0 0.9375rem;
}

@media (max-width: 767.98px) {
  .mindscope_offices>.container-fluid>.title {
    margin: 0 0 1.875rem;
  }

  .mindscope_offices .col-md {
    margin-bottom: 0.9375rem;
  }
}

/*--------------------------------------*/
/* CONTACT FORM PAGE
/*--------------------------------------*/
.contact_form .icon-container,
.contact_form .entry-content {
  text-align: center;
  margin-bottom: 1.875rem;
}

.contact_form .icon-container {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.contact_form .contact-form-container {
  max-width: 800px;
  margin: 1.875rem auto 0;
  display: block;
}

.contact_form .contact-form-container label,
.contact_form .contact-form-container input,
.contact_form .contact-form-container span,
.contact_form .contact-form-container textarea,
.contact_form .contact-form-container select,
.contact_form .contact-form-container .intl-tel-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact_form .contact-form-container label,
.contact_form .contact-form-container span,
.contact_form .contact-form-container .intl-tel-input {
  border: none;
}

.contact_form .contact-form-container .intl-tel-input {
  border-color: #ddd;
}

.contact_form .contact-form-container input,
.contact_form .contact-form-container textarea,
.contact_form .contact-form-container select {
  padding: 0.3125rem;
}

.contact_form .contact-form-container label {
  position: relative;
}

.contact_form .contact-form-container textarea {
  resize: none;
}

.contact_form .contact-form-container form>p {
  margin-bottom: 1.25rem;
}

.contact_form .contact-form-container form>p:last-child {
  margin-bottom: 0;
}

.contact_form .contact-form-container input[type=submit] {
  max-width: 110px;
  border-radius: 5px;
  padding: 0.9375rem;
  background-color: #20f37e;
  text-transform: uppercase;
  cursor: pointer;
}

.contact_form .contact-form-container form sup {
  color: red;
}

.wpcf {
  position: relative;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  width: 16px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -26px;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -85px;
}

/* MODAL */
.contact_form .entry-content a {
  font-family: 'open_sansbold';
  text-decoration: underline;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

.page-template-contact-form .modal>.modal-dialog,
.page-template-capterra .modal>.modal-dialog {
  max-width: 700px;
  min-width: 320px;
}

.page-template-contact-form .modal>.modal-dialog>.modal-content,
.page-template-capterra .modal>.modal-dialog>.modal-content {
  background-color: transparent;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-contact-form .modal>.modal-dialog .close,
.page-template-capterra .modal>.modal-dialog .close {
  position: absolute;
  right: 0;
  top: 60px;
  opacity: 1;
  background-color: #07064D;
  color: #20F37E;
  font-size: 30px;
  text-shadow: none;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .contact_form .icon-container {
    margin-bottom: 0;
  }
}

@media (max-width: 567.98px) {

  .page-template-contact-form .modal,
  .page-template-capterra .modal {
    top: 3%;
  }

  .page-template-contact-form .modal>.modal-dialog .close,
  .page-template-capterra .modal>.modal-dialog .close {
    top: 0px;
  }
}

/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
.site-footer {
  background-color: #F5F7FA;
  border-top: 1px solid #E4E4E4;
  padding: 2.8125rem 0;
}

.site-footer a {
  color: #000000;
}

.site-footer .logo-container {
  max-width: 125px;
  margin: 0 0 15px;
}

.site-footer .logo-container,
.site-footer .content-container>p.site-description,
.site-footer .title,
.site-footer .affiliations_container .affiliations_item {
  margin: 0 0 0.9375rem;
}

.site-footer .affiliation_reviews .title {
  text-align: center;
}

.site-footer .affiliations_container .affiliations_item {
  max-width: 125px;
  margin: 0 auto 0.9375rem;
}

.site-footer .affiliations_container .affiliations_item:last-child {
  margin-bottom: 0;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item .inner-container,
.site-footer .social-media-container .social_item .inner-container {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: relative;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item .inner-container {
  height: 30px;
  width: 30px;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item .inner-container a,
.site-footer .social-media-container .social_item .inner-container a {
  color: #ffffff;
  display: block;
  text-align: center;
}

.site-footer .social-media-container .social_item .inner-container i {
  font-size: 20px;
  line-height: 40px;
}

.site-header .navbar-collapse .container-right .social-media-container .social_item .inner-container i {
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .site-footer {
    padding: 1.875rem 0;
  }

  .site-footer .col-md {
    margin-bottom: 0.9375rem;
  }

  .site-footer .affiliation_reviews .title {
    text-align: left;
  }

  .site-footer .affiliations_container .affiliations_item {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------*/
/* backtotop
/*--------------------------------------*/
#backtotop {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  z-index: 99999;
  cursor: pointer;
  display: none;
}

#backtotop i {
  margin: auto;
  color: #ffffff;
}

/*--------------------------------------*/
/* MANUAL PAGE
/*--------------------------------------*/
#default_template_manual .button-container {
  text-align: center;
  padding: 10%;
}

.password_form_container {
  text-align: center;
  padding: 3.75rem 1.875rem 0;
}

.password_form_container form>p {
  margin-bottom: 0.9375rem;
}

.password_form_container form>p:last-child {
  margin-bottom: 0;
}

.password_form_container form input[type=submit] {
  background-color: #13aff0;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 4px 15px;
  font-size: 14px;
}

/*--------------------------------------*/
/* 404
/*--------------------------------------*/
.error404 #page_not_found {
  background-color: #0074CC;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13% 0;
  text-align: center;
  color: #ffffff;
}

.error404 #page_not_found h1 {
  font-size: 12.5rem;
}

.error404 #page_not_found p {
  font-size: 1.125rem;
}

.error404 #page_not_found .button-container {
  margin-top: 0.9375rem;
}

.error404 .recent_blog {
  margin-top: 0px;
}

/*--------------------------------------*/
/* SEARCH RESULTS
/*--------------------------------------*/
.site-header .navbar-collapse .container-right {
  background-color: #ffffff;
  position: relative;
}

.site-header .navbar-collapse .container-right::before,
.site-header .navbar-collapse .container-right::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 1.25rem;
  z-index: 9;
}

.site-header .navbar-collapse .container-right::before {
  top: -1.25rem;
}

.site-header .navbar-collapse .container-right::after {
  bottom: -1.25rem;
}

.site-header .navbar-collapse .container-right .social-media-container .search_icon {
  cursor: pointer;
}

.site-header .navbar-collapse .container-right .social-media-container .search_icon .inner-container a i {
  font-size: 12px;
  line-height: 30px;
}

#searchContainerNav {
  position: absolute;
  top: -150px;
  width: 100%;
  z-index: -1;
  transition: top 0.25s ease;
}

#searchContainerNav>.search_form>.inner-container {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 10px 60px -29px rgba(0, 0, 0, 0.38);
}

#searchContainerNav.show {
  top: 64px;
}

#searchContainerNav>.search_form>.inner-container .search-form {
  display: flex;
}

#searchContainerNav>.search_form>.inner-container .search-form>label {
  margin: 0;
  width: 100%;
}

#searchContainerNav>.search_form>.inner-container .search-form>label>input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.3125rem;
  height: 100%;
}

#searchContainerNav>.search_form>.inner-container .search-form>.search-submit {
  background-color: #20F37E;
  border-radius: 60px;
  color: #242322;
  height: 100%;
  padding: 0.9375rem 1.25rem;
  margin-left: 10px;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0px;
  line-height: 1;
  font-family: 'open_sanssemibold';
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}

section.search-content-results>.container-fluid>.search-result-container {
  margin-bottom: 60px;
}

section.search-content-results>.container-fluid>.search-result-container:last-child {
  margin-bottom: 0px;
}

section.search-content-results>.container-fluid>.search-result-container .sub-title {
  margin-bottom: 30px;
}

section.search-content-results>.container-fluid>.search-result-container .sub-title>h3 {
  font-size: 40px;
  text-decoration: underline;
}

section.search-content-results>.container-fluid>.search-result-container>.row {
  margin: -15px;
}

section.search-content-results>.container-fluid>.search-result-container>.row>.col-md {
  flex-basis: auto;
  max-width: 33.3333333%;
  width: 100%;
  padding: 15px;
}

section.search-content-results>.container-fluid>.search-result-container>.row>.col-md>a {
  display: block;
  color: #000000;
  height: 100%;
}

section.search-content-results .search-result-container .col-md .inner-container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  height: 100%;
}

section.search-content-results .search-result-container .col-md .inner-container .feature-image-container {
  margin-bottom: 15px;
}

section.search-content-results .search-result-container .col-md .inner-container .feature-image-container .noFeatImg {
  background-size: 80%;
}

section.search-content-results .search-result-container .col-md .inner-container .content-container {
  padding: 15px;
  ;
}

section.search-content-results .search-result-container .col-md .inner-container .content-container .title {
  margin-bottom: 5px;
}

section.search-content-results .search-result-container .col-md .inner-container .title>* {
  line-height: 1.25;
}

/*--------------------------------------*/
/* SPECIFIC GENERAL STLYING
/*--------------------------------------*/
/* .single-post.postid-218796 .single_post .feature-image-container > .bg-cover {
background-position-y: 20%;
} */
/* MAX WIDTH CONTAINER */
section.get_started_today,
section.title_logo_content,
section.repeat_content_image_text.blue,
section.tick_list,
section.number_listed_content.blue,
section.image_icon_and_text,
section.repeat_content_image_text.gdpr {
  display: block;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

section.repeat_content_image_text.text_image_under.blue::after {
  border-radius: 30px;
}

section.repeat_content_image_text.blue,
section.number_listed_content.blue,
section.image_icon_and_text,
section.repeat_content_image_text.gdpr {
  padding: 0px !important;
}

section.repeat_content_image_text.blue>.container-fluid,
section.number_listed_content.blue>.container-fluid,
section.image_icon_and_text>.container-fluid,
section.repeat_content_image_text.gdpr>.container-fluid {
  padding: 60px;
}

/*--------------------------------------*/
/* CAPTERRA
/*--------------------------------------*/
/* HEADER */
.page-template-capterra #page {
  height: 100%;
}

.page-template-capterra .site-header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-capterra .site-header .navbar .navbar-brand {
  max-width: 150px;
  width: 100%;
}

.page-template-capterra .site-header #menu-capterra {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 375px;
}

.page-template-capterra .site-header #menu-capterra li {
  width: 100%;
  max-width: 175px;
}

.page-template-capterra .site-header #menu-capterra li>a {
  font-size: 0.75rem;
  border-radius: 60px;
  background-color: #ffffff;
  border: 2px solid #111111;
  text-align: center;
  padding: 10px 20px;
  font-family: 'open_sansbold';
  transition: all 0.25s;
}

.page-template-capterra .site-header #menu-capterra li>a:hover {
  background-color: #20F37E;
  border-color: #20F37E;
  color: #242322;
}

/* PAGE TITLE */
.page-template-capterra section.page_title {
  margin-bottom: 0px;
  display: block;
}

.page-template-capterra section.page_title>div.inner-container {
  padding-top: 60px;
  padding-bottom: 30px;
}

.page-template-capterra section.page_title .title {
  margin-bottom: 5px;
}

.page-template-capterra section.page_title .entry-content {
  max-width: 100%;
}

.page-template-capterra section.page_title .entry-content,
.page-template-capterra section.page_title .bottom-container .flex-item {
  margin-left: auto;
  margin-right: auto;
}

/* CONTENT */
.page-template-capterra {
  background-color: #F5F7FA;
}

.page-template-capterra .site-main>section.page_title {
  margin-bottom: 90px;
}

.page-template-capterra .site-main>section.capterra {
  margin-bottom: 75px;
  margin-top: 0;
}

.page-template-capterra section.capterra>.container-fluid {
  max-width: 1440px;
}

.page-template-capterra section.capterra>.container-fluid>.row {
  margin-left: 0;
  margin-right: 0;
  flex-basis: auto;
}

.page-template-capterra section.capterra>.container-fluid>.row>.col-md {
  max-width: 50%;
}

.page-template-capterra .site-main>section.capterra:nth-child(odd)>.container-fluid>.row>.col-md.content {
  order: 2;
}

.page-template-capterra section.capterra>.container-fluid>.row>.col-md,
.page-template-capterra .site-footer .row>.col-md {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.page-template-capterra section.capterra>.container-fluid>.row>.col-md.content,
.page-template-capterra section.capterra>.container-fluid>.row>.col-md.other {
  margin-top: auto;
  margin-bottom: auto;
}

.page-template-capterra section.capterra.banner-content>.row>.col-md.content>.content-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

/* CONTACT FORM */
.page-template-capterra section.capterra.contact-form .contact-form-container,
.page-template-capterra section.capterra.partners .col-md.other .embed-responsive-item {
  height: 100%;
  width: 100%;
  padding: 15px;
  display: flex;
}

.page-template-capterra section.capterra.contact-form .contact-form-container>.wpcf7,
.page-template-capterra section.capterra.partners .col-md.other .partner-container,
.page-template-capterra section.capterra.image .row>.col-md.other.has_bg .img-container {
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
}

.page-template-capterra section.capterra.contact-form .contact-form-container .wpcf7>form>p {
  display: block;
}

.page-template-capterra section.capterra.contact-form .contact-form-container label,
.page-template-capterra section.capterra.contact-form .contact-form-container input,
.page-template-capterra section.capterra.contact-form .contact-form-container span,
.page-template-capterra section.capterra.contact-form .contact-form-container textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-template-capterra section.capterra.contact-form .contact-form-container label,
.page-template-capterra section.capterra.contact-form .contact-form-container span {
  border: none;
}

.page-template-capterra section.capterra.contact-form .contact-form-container input,
.page-template-capterra section.capterra.contact-form .contact-form-container textarea {
  padding: 5px;
}

.page-template-capterra section.capterra.contact-form .contact-form-container label {
  position: relative;
  padding-bottom: 10px;
}

.page-template-capterra section.capterra.contact-form .contact-form-container textarea {
  resize: none;
  max-height: 100px;
}

.page-template-capterra section.capterra.contact-form .contact-form-container form>p:last-child {
  margin-bottom: 0;
}

.page-template-capterra section.capterra.contact-form .contact-form-container input[type=submit] {
  max-width: 110px;
  background-color: #20F37E;
  border-radius: 60px;
  border: none;
  outline: inherit;
  color: #242322;
  font-family: 'open_sanssemibold';
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0px;
  padding: 1.25rem 2.5rem;
  line-height: 1;
}

.page-template-capterra section.capterra.contact-form .contact-form-container form>p .ajax-loader {
  display: none;
}

/* REPEATED CONTENT */
.page-template-capterra section.capterra.repeated-text .repeated-content-single>.title>a,
.page-template-capterra section.capterra.repeated-image .repeated-img-content>.title>strong {
  display: block;
  font-size: 24px;
  line-height: 1.05;
  cursor: pointer;
}

/* PARTNERS */
.page-template-capterra section.capterra.partners .col-md.other .partner-container>.partner-single {
  width: 100%;
  max-width: 25%;
  margin: auto;
  padding: 0.9375rem;
}

.page-template-capterra section.capterra.partners .col-md.other .partner-container>.partner-single>img {
  display: block;
  margin: 0 auto;
}

.page-template-capterra section.capterra.partners .col-md.other .partner-container>.partner-single>img.able-primarylogo-color {
  max-width: 60px;
}

/* HAS VIDEO */
.page-template-capterra section.capterra>.container-fluid>.row>.col-md.isEmbed .iframe-container {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.page-template-capterra section.capterra:nth-child(odd)>.row>.col-md.isEmbed .iframe-container {
  margin-right: 15px;
  margin-left: 100px;
}

.page-template-capterra section.capterra:nth-child(even)>.row>.col-md.isEmbed .iframe-container {
  margin-right: 100px;
  margin-left: 15px;
}

/* SPECIFIC RULES */
.page-template-capterra section.capterra.banner-content {
  border-top: 1px solid #E4E4E4;
  padding: 2.8125rem 0;
  margin-bottom: 0;
}

.page-template-capterra section.capterra.banner-content .row>.col-md.content {
  max-width: 1040px;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-capterra section.capterra.image .row>.col-md.other.has_bg .embed-responsive-item {
  display: flex;
}

.page-template-capterra section.capterra.image .row>.col-md.other.has_bg .embed-responsive-item>.img-container {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 90%;
}

/* SITE FOOTER */
.page-template-capterra .site-footer .row {
  justify-content: space-between;
}

.page-template-capterra .site-footer .row>.col-md {
  width: auto;
  flex-grow: unset;
  margin-top: auto;
  margin-bottom: auto;
}

.page-template-capterra .site-footer .row>.col-md .title {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
  .page-template-capterra .site-main>section.page_title {
    margin-bottom: 30px;
  }

  .page-template-capterra .site-main>section.capterra {
    margin-bottom: 15px;
  }

  .page-template-capterra .site-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-template-capterra .site-header .navbar-nav {
    flex-direction: row;
  }

  .page-template-capterra .site-header .navbar .nav>li {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .page-template-capterra .site-header .navbar .nav>li:last-child {
    margin-right: 0;
  }

  .page-template-capterra section.capterra>.container-fluid>.row>.col-md.content,
  .page-template-capterra section.capterra>.container-fluid>.row>.col-md.other,
  .page-template-capterra section.capterra.partners .col-md.other .embed-responsive-item>.partner-container {
    max-width: 100%;
  }

  .page-template-capterra .site-main>section.capterra:nth-child(even)>.row>.col-md.content,
  .page-template-capterra .site-main>section.capterra:nth-child(2n+1)>.container-fluid>.row>.col-md.content {
    order: inherit;
  }

  .page-template-capterra section.capterra>.container-fluid>.row>.col-md.content {
    padding-bottom: 30px;
  }

  .page-template-capterra section.capterra>.container-fluid>.row>.col-md.content>.content-container {
    max-width: 100%;
  }

  .page-template-capterra section.capterra.contact-form .contact-form-container {
    padding: 0;
    overflow: hidden;
  }

  .page-template-capterra section.capterra.image .row>.col-md.isEmbed .iframe-container {
    margin: 0px;
  }

  .page-template-capterra section.capterra.partners .col-md.other .embed-responsive-item {
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .page-template-capterra .navbar-collapse {
    padding-bottom: 15px;
    max-width: 100%;
  }

  .page-template-capterra .site-header #menu-capterra {
    min-width: 285px;
    margin: -15px;
  }

  .page-template-capterra .site-header #menu-capterra li {
    max-width: 50%;
    padding: 15px;
    margin: 0;
  }

  .page-template-capterra .site-header .navbar .navbar-brand {
    max-width: 125px;
  }

  .page-template-capterra section.page_title .img-container {
    margin: 30px auto 0px;
    max-width: 75%
  }

  .page-template-capterra section.capterra>.container-fluid>.row>.col-md.other.isEmbed>.embed-responsive.embed-responsive-1by1::before {
    padding-top: 75%;
  }
}

@media (max-width: 567.98px) {
  .page-template-capterra .site-footer .row>.col-md {
    width: 100%;
    text-align: center;
  }

  .site-footer .logo-container {
    margin: 0px auto 5px;
  }

  .site-footer .logo-container>.navbar-brand {
    padding: 0;
    margin: 0;
  }

  .page-template-capterra .site-footer .row>.col-md .d-flex {
    margin-top: 15px;
    justify-content: center;
  }
}

/*--------------------------------------*/
/* SOURCE - UPDATE: 15.3.23
/*--------------------------------------*/
section.image_listed_content .top-cotent-container {
  margin-bottom: 1.875rem;
}

section.image_listed_content .top-cotent-container .title {
  margin-bottom: .9375rem;
}

/* IMAGE + TEXT - LARGE CONTENT */
section.img_lrg_content .content-container .title h3 {
  font-size: 2.5rem;
}

section.img_lrg_content .content-container .entry-content p {
  font-size: 1.25rem;
}

section.img_lrg_content .image-container.has-shadow {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.15);
}

/* INTEGRATION WEBSITE */
section.integration_website .container-fluid>.title {
  text-align: center;
  margin-bottom: 45px;
}

section.integration_website .container-fluid>.title h2 {
  line-height: 1.25;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container {
  text-align: center;
  margin-bottom: 30px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container .logo-container {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 15px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container .title,
section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container .entry-content {
  margin-bottom: 5px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container .title {
  font-size: 30px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .title-container .entry-content * {
  font-size: 20px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .integration-content-container .d-flex {
  margin: -15px;
  justify-content: center;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .integration-content-container .integration-single {
  max-width: 45%;
  width: 100%;
  padding: 15px;
}

section.integration_website .container-fluid>.integration-website-container .integration-website-single .integration-content-container .integration-single .content-container {
  padding: 2.5rem 1.25rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}


section.integration_website .container-fluid>.integration-website-container .integration-website-single .below-content {
  display: block;
  max-width: 840px;
  margin: 30px auto 0;
  text-align: center;
}

/* GET STARTED / CTA */
section.cta .title {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

section.cta .title h2 {
  font-size: 34px;
  line-height: 1.25;
}

/* REPEATED LOGOS */
section.repeated_logo_content {
  margin-bottom: 5.625rem;
}

section.repeated_logo_content .container-fluid>.title {
  text-align: center;
}

section.repeated_logo_content .container-fluid .logo-content-container .d-flex {
  margin: -15px;
  justify-content: center;
}

section.repeated_logo_content .container-fluid .logo-content-container .d-flex .logo-content-single {
  padding: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

section.repeated_logo_content .container-fluid .logo-content-container .d-flex .logo-content-single .inner-container {
  padding: 2.5rem 1.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

section.repeated_logo_content .container-fluid .logo-content-container .d-flex .logo-content-single .inner-container .img {
  max-width: 300px;
}

/* REPEATED ICONS */
section.repeated_icon_content .top-content-container {
  text-align: center;
  margin-bottom: 30px;
}

section.repeated_icon_content .top-content-container .title {
  margin-bottom: 0;
}

section.repeated_icon_content .top-content-container .entry-content {
  max-width: 840px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

section.repeated_icon_content .repeated-icon-content-container .d-flex {
  margin: -15px;
}

section.repeated_icon_content .repeated-icon-content-container .d-flex .repeated-icon-single {
  padding: 15px;
  max-width: 33.333333%;
  width: 100%;
}

section.repeated_icon_content .repeated-icon-content-container .d-flex .repeated-icon-single .inner-container {
  padding: 2.5rem 1.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}

section.repeated_icon_content .repeated-icon-content-container .d-flex .repeated-icon-single .inner-container .img {
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

section.repeated_icon_content .repeated-icon-content-container .d-flex .repeated-icon-single .inner-container .content-container {
  text-align: center;
}

@media (max-width: 767.98px) {

  section.integration_website .container-fluid>.integration-website-container .integration-website-single .integration-content-container .integration-single,
  section.repeated_logo_content .container-fluid .logo-content-container .d-flex .logo-content-single .inner-container .img,
  section.repeated_icon_content .repeated-icon-content-container .d-flex .repeated-icon-single {
    max-width: 100%;
  }
}

/*--------------------------------------*/
/* WORDPRESS ADMIN BAR
/*--------------------------------------*/
.admin-bar {
  padding-top: 32px;
}

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

@media (max-width: 767.98px) {
  #wpadminbar {
    top: 0;
    position: fixed;
  }

  .admin-bar {
    padding-top: 46px;
  }

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

#window_width {
  display: none;
}