/*--------------------------------------*/
/* CUSTOM FONTS
/*--------------------------------------*/
@font-face {
  font-family: 'robotolight';
  src: url('../webfonts/roboto/roboto-light-webfont.woff2') format('woff2'),
  url('../webfonts/roboto/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('../webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
  url('../webfonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
  url('../webfonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikaregular';
  src: url('../webfonts/signika/signika-regular-webfont.woff2') format('woff2'),
  url('../webfonts/signika/signika-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'signikabold';
  src: url('../webfonts/signika/signika-bold-webfont.woff2') format('woff2'),
  url('../webfonts/signika/signika-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;
}
p,h1,h2,h3,h4,h5,h6,dl,ul,ol,a {
  margin-bottom: 0;
}
/*--------------------------------------*/
/* GLOBAL
/*--------------------------------------*/
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: #242322;
}
.container-fluid {
  max-width: 1440px;
  position: relative;
  z-index: 50;
}
.container-fluid.smaller {
  max-width: 1000px;
}
.transition {
  -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;
  color: inherit;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
section {
  margin-bottom: 7.5rem;
}
section.repeating_content_text_image .repeating_content_text_image_container > .row {
  margin-bottom: 4.6875rem;
}
section:last-child,
section.repeating_content_text_image .repeating_content_text_image_container > .row:last-child {
  margin-bottom: 0;
}
.height_100 {
  height: 100%;
}
.width_100 {
  width: 100%;
}
.margin_5 {
  margin: -0.3125rem;
}
.margin_5 > * {
  padding: 0.3125rem;
}
.margin_15 {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
.margin_15 > * {
  padding: 0.9375rem;
}
section .container-fluid > .title,
section .container-fluid > .top-container {
  text-align: center;
}
.title,
#other_offices .container-fluid > .title,
section .container-fluid > .top-container {
  margin-bottom: 1.875rem;
}
section .container-fluid > .top-container > .title {
  margin-bottom: 0;
}
.title > * {
  text-transform: capitalize;
}
.page-template-contact .title {
  margin-bottom: 0;
}
.entry-content.font_x-large > h2,
.entry-content.font_large > h2,
.entry-content.font_medium > h2,
.entry-content.font_small > h2 {
  color: #000000;
}
/* PER ROW */
section.item_pr_1 .row,
section.item_pr_2 .row,
section.item_pr_3 .row,
section.item_pr_4 .row,
section.item_pr_5 .row,
section.item_pr_6 .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
section.item_pr_1 .row > .col-md,
section.item_pr_1 .row > .col,
section.item_pr_2 .row > .col-md,
section.item_pr_2 .row > .col,
section.item_pr_3 .row > .col-md,
section.item_pr_3 .row > .col,
section.item_pr_4 .row > .col-md,
section.item_pr_4 .row > .col,
section.item_pr_5 .row > .col-md,
section.item_pr_5 .row > .col,
section.item_pr_6 .row > .col-md,
section.item_pr_6 .row > .col {
  flex-basis: auto;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
section.item_pr_1 .row > .col-md,
section.item_pr_1 .row > .col {
  max-width: 100%;
}
section.item_pr_2 .row > .col-md,
section.item_pr_2 .row > .col {
  max-width: 50%;
}
section.item_pr_3 .row > .col-md,
section.item_pr_3 .row > .col {
  max-width: 33.3333333333%
}
section.item_pr_4 .row > .col-md,
section.item_pr_4 .row > .col {
  max-width: 25%;
}
section.item_pr_5 .row > .col-md,
section.item_pr_5 .row > .col {
  max-width: 20%;
}
section.item_pr_6 .row > .col-md,
section.item_pr_6 .row > .col {
  max-width: 16.6666666667%;
}
@media (max-width: 991.98px) {
  section,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 60px;
  }
  section.item_pr_2 .row > .col-md,
  section.item_pr_2 .row > .col,
  section.item_pr_3 .row > .col-md,
  section.item_pr_3 .row > .col,
  section.item_pr_4 .row > .col-md,
  section.item_pr_4 .row > .col,
  section.item_pr_5 .row > .col-md,
  section.item_pr_5 .row > .col,
  section.item_pr_6 .row > .col-md,
  section.item_pr_6 .row > .col {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  section,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 45px;
  }
  #primary {
    padding-top: 0 !important;
  }
  section.item_pr_2 .row > .col-md,
  section.item_pr_2 .row > .col,
  section.item_pr_3 .row > .col-md,
  section.item_pr_3 .row > .col,
  section.item_pr_4 .row > .col-md,
  section.item_pr_4 .row > .col,
  section.item_pr_5 .row > .col-md,
  section.item_pr_5 .row > .col,
  section.item_pr_6 .row > .col-md,
  section.item_pr_6 .row > .col {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  section,
  section.repeating_content_text_image .repeating_content_text_image_container > .row {
    margin-bottom: 30px;
  }
}
/*--------------------------------------*/
/* WYSIWYG
/*--------------------------------------*/
.entry-content > * {
  margin-bottom: 0.9375rem;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content > ul,
.entry-content > ol {
  padding-left: 20px;
}
.entry-content > ul {
  list-style: none;
  overflow: hidden;
}
.entry-content > ul > li {
  position: relative;
}
.entry-content > ul > li::before {
  content: "\2022";
  color: #EFAF2B;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  left: -20px;
}
.entry-content > p > strong {
  font-weight: normal;
}
.entry-content > blockquote {
  padding-left: 20px;
  border-left: 4px solid #03BBC3;
}
/*--------------------------------------*/
/* BUTTON
/*--------------------------------------*/
.button {
  display: inline-block;
  padding: 1.25rem;
  line-height: 1;
  border-radius: 5px 0px 5px 0px;
  color: #ffffff;
  margin-top: 0.9375rem;
  text-transform: uppercase;
  background-color: #EFAF2B;
}
.button.bordered {
  background-color: #ffffff;
  -webkit-box-shadow:inset 0px 0px 0px 3px #EFAF2B;
  -moz-box-shadow:inset 0px 0px 0px 3px #EFAF2B;
  box-shadow:inset 0px 0px 0px 3px #EFAF2B;
}
.button > .nav-link {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.button.bordered > .nav-link {
  color: #242322;;
}
.button,
.button > * {
  cursor: pointer;
}
/*--------------------------------------*/
/* FONT
/*--------------------------------------*/
body {
  font-family: 'robotoregular';
}
section.testimonials .testimonial_container .testimonial_item .name_company p,
.site-header .top-container strong {
  font-family: 'robotobold';
}
h1,h2, h3,
.title > h1,
.title > h2,
.title > h3,
.title > h4,
.title > p,
.title > span,
.button,
.button > .nav-link,
.navbar-brand p.home_type,
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.price,
.entry-content > p > strong,
.contact_form_container sup,
.navbar-nav .dropdown-menu .dropdown-toggle,
section.faq strong,
.single .back_to_arch > a,
section.other_solutions .content-container p,
section.banner .container-fluid .content-container > .powered_by .text > strong  {
  font-family: 'signikabold';
  line-height: 1;
}
.nav-link,
.site-header .univerus_breadcrumb ul > li {
  font-family: 'signikaregular';
}
section.banner .title > h1 {
  /* font-size: 3.75rem; */
  font-size: 60px;
}
.entry-content.font_x-large > h2,
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.price  {
  /* font-size: 3.125rem; */
  font-size: 50px;
}
section.banner .title > h1,
section.banner .title > h2,
.entry-content.font_large > h2,
section.icon_text .icon-item .title.numbered h3   {
  /* font-size: 2.8125rem; */
  font-size: 45px;
}
.entry-content.font_medium > h2,
section.archive-content .row > .col-md.sidebar-container .widget-area > section > h2 {
  /* font-size: 2.5rem; */
  font-size: 40px;
}
.home section.banner .title > h1 {
  /* font-size: 2.1875rem; */
  font-size: 38px;
}
.entry-content.font_small > h2  {
  /* font-size: 1.875rem; */
  font-size: 30px;
}
.post-single-item-container > .row > .col-md .inner-container .content-container > .title > *,
.site-footer .col .title > h4,
section.pricing_features .features_container ul > li h3,
section.icon_text.is_page_link .content-container .button,
#contact_info .title > h2,
#contact_info h3,
#other_offices h3 {
  /* font-size: 1.25rem; */
  font-size: 20px;
}
.nav-link,
.navbar-nav .dropdown-menu .dropdown-toggle,
.navbar-nav .dropdown-menu a,
section.icon_text .icon-item.bg_color.no_img h3 {
  /* font-size: 1.1875rem; */
  font-size: 19px;
}
ul.nav.navbar-nav > li > a,
section.testimonials .testimonial_container .testimonial_item p,
section.banner .container-fluid .content-container > .powered_by .text > strong  {
  /* font-size: 1rem; */
  font-size: 16px;
}
.button,
.button > .nav-link,
.site-footer > .bottom p,
.site-footer > .bottom a,
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.duration,
.single section.banner .post_information > div > div > *,
.single .back_to_arch > a {
  /* font-size: 0.875rem; */
  font-size: 14px;
}
/* RESETS */
h1,h2,
.title > h2,
.title > p,
.title > span,
.entry-content.font_x-large > h2,
.entry-content.font_large > h2,
.entry-content.font_medium > h2,
.entry-content.font_small > h2,
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .content-container > .title > * {
  /* font-size: 2.6875rem; */
  font-size: 43px;
}
section.banner_content .title > h2 {
  font-size: 55px;
}
section.banner_content .entry-content,
section.banner_content .content-container .button {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu .dropdown-toggle, .navbar-nav .dropdown-menu a {
    font-size: 16px;
  }
  section.large_text h2 {
    font-size: 35px;
  }
  section.banner_content .title > h2 {
    font-size: 45px;
  }
}
/*--------------------------------------*/
/* HEADER
/*--------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
}
/* UNIVERUS LOGO CONTAINER */
.site-header > .top-univerus-container {
  padding: 0.625rem 0;
}
.site-header > .top-univerus-container .univerus-logo {
  max-width: 75px;
  margin-left: auto;
}
/* TOP CONTAINER */
.site-header > .top-container {
  text-align: center;
  padding: 0.625rem;
  color: #ffffff;
  background-color: #03bbc2;
}
.site-header > .top-container strong {
  letter-spacing: 0.25px;
}
.site-header > .top-container span {
  text-decoration: underline;
}
/* MENU */
.site-header .navbar {
  padding: 0px;
}
.site-header .navbar > .container-fluid > .d-flex {
  padding: .5rem 0;
  background-color: #ffffff;
}
.site-header .navbar-brand {
  max-width: 350px;
  margin-right: 1.875rem;
}
#primary_navigation.navbar-collapse > .d-md-flex {
  height: 100%;
}
.navbar-collapse .nav > li {
  margin-right: 0.9375rem;
}
.navbar-collapse .nav li.active > a {
  position: relative;
}
.navbar-collapse .nav li.active > a::before {
  content: '';
  position: absolute;
  bottom: 0.3125rem;
  right: .5rem;
  left: .5rem;
  width: auto;
  height: 3px;
  background-color: #03bbc2;
}
.navbar-collapse .nav .dropdown-menu li.active > a::before {
  display: none;
}
.navbar-collapse .nav .dropdown-menu li.active a {
  font-weight: bold;
  text-decoration: underline;
}
/* DROPDOWN */
.navbar-nav .dropdown-menu {
  margin: 0;
  border: none;
  border-radius: 0;
}
.navbar-nav > .dropdown > .dropdown-menu {
  z-index: 100;
  padding: 0;
  padding: 0.9375rem;
  -webkit-box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.25);
  box-shadow: 0px 20px 30px 5px rgba(0,0,0,0.25);
}
.navbar-nav > .dropdown > .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 #ffffff;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
}
.navbar-nav .dropdown-menu .dropdown-toggle {
  cursor: initial;
  padding: 0;
  margin-bottom: 0.3125rem;
}
.navbar-nav .dropdown-menu .dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown-menu a {
  padding: 0;
}
.navbar-nav > .dropdown.has_grandchildren > .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar-nav > .dropdown.has_grandchildren > .dropdown-menu.show > li:nth-child(1) {
  padding-right: 0.625rem;
  border-right: 1px solid #eeeeee;
}
.navbar-nav > .dropdown.has_grandchildren > .dropdown-menu.show > li:nth-child(2) {
  padding-left: 0.625rem;
  border-left: 1px solid #eeeeee;
}
.navbar-nav > .dropdown> .dropdown-menu li {
  margin-bottom: 0.3125rem;
}
/* REQUEST A DEMO */
.site-header .collapse > div > .button-menu-container {
  margin-left: auto;
}
#menu-request-a-demo {
  margin-left: 0.9375rem;
  min-width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu-request-a-demo .button {
  padding: 0.3125rem 0.625rem;
  margin-top: 0;
  text-align: center;
}
#menu-request-a-demo > li {
  margin-right: 0.625rem;
}
#menu-request-a-demo > li:last-child {
  margin-right: 0;
}
/* BREADCRUMB */
.site-header .univerus_breadcrumb {
  padding: 0.625rem 0;
  border-top: 1px solid #ebebeb;
}
.site-header .univerus_breadcrumb > .container-fluid {
  z-index: 0;
}
.site-header .univerus_breadcrumb ul > li {
  padding-right: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
}
.site-header .univerus_breadcrumb ul > li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #b4b4b4;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 0.9375rem;
  position: absolute;
  right: -0.3125rem;
  top: 0.25rem;
}
.site-header .univerus_breadcrumb ul > li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.site-header .univerus_breadcrumb ul > li:last-child::after {
  display: none;
  visibility: hidden;
}
/*-- BURGER MENU --*/
.navbar-toggler {
  padding: 0;
  border-radius: 0;
  margin-left: auto;
}
.navbar-toggler .icon-bar {
  width: 35px;
  height: 5px;
  background-color: #03bbc2;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0.3125rem;
}
.navbar-toggler[aria-expanded="true"] .icon-bar.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 25% 8%;
  -ms-transform-origin: 25% 8%;
  transform-origin: 25% 8%;
}
.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:  0% 0%;
  -ms-transform-origin:  0% 0%;
  transform-origin: 0% 0%;
}
@media (max-width: 1199.98px) {
  .navbar-collapse .nav > li {
    margin-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    -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);
  }
  .admin-bar .site-header {
    top: 32px;
  }
  #primary {
    padding-top: 117px;
  }
  .home #primary {
      padding-top: 70px;
    }
}
@media (max-width: 991.98px) {
  .site-header > .navbar > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse .nav > li {
    margin-right: 0.625rem;
  }
  .navbar-collapse .nav li.active > a::before {
    content: '';
    position: absolute;
    bottom: 0.3125rem;
    right: auto;
    left: 0;
    width: 100px;
  }
  .navbar-collapse {
    position: absolute;
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    top: 58.3667px;
    right: 0px;
    left: 0px;
    padding: 0.9375rem;
  }
  .navbar-collapse.show::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 40px;
    opacity: 1;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.25);
  }
  .navbar-nav > .dropdown > .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .navbar-expand-md > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-collapse .nav li.active > a::before {
    width: 8%;
  }
  .menu-request-a-demo-container {
    width: 100%;
  }
  #menu-request-a-demo {
    margin-left: 0px;
    margin-top: 0.9375rem;
  }
  #menu-request-a-demo .button {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .home .navbar-collapse {
    top: 90px;
  }
}
/*--------------------------------------*/
/* BANNER
/*--------------------------------------*/
section.banner {
  padding: 4.6875rem 0;
  margin-bottom: 4.6875rem;
  color: #ffffff;
  text-align: left;
  position: relative;
  background-color: #03bbc2;
}
section.banner.no_img {
  text-align: center;
}
.home section.banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}
.home section.banner::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: -10px;
  height: 28%;
  -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);
}
.page-template-product-single section.banner,
.page-template-single-solution section.banner {
  padding: 0;
  overflow: hidden;
}
.page-template-product-single section.banner .container-fluid,
.page-template-single-solution section.banner .container-fluid,
.home section.banner .container-fluid {
  max-width: 1440px;
}
.page-template-product-single section.banner .container-fluid > .row,
.page-template-single-solution section.banner .container-fluid > .row {
  min-height: 300px;
}
.page-template-product-single section.banner .container-fluid > .row > .col-lg.content,
.page-template-single-solution section.banner .container-fluid > .row > .col-lg.content {
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-product-single section.banner .content-container,
.page-template-single-solution section.banner .content-container {
  padding: 4.6875rem 0;
}
.page-template-product-single section.banner .container-fluid,
.page-template-single-solution section.banner .container-fluid {
  max-width: 100%;
  padding: 0;
}
.page-template-product-single section.banner .container-fluid .content-container,
.page-template-single-solution section.banner .container-fluid .content-container {
  max-width: 705px;
  padding-left: 0.9375rem;
  margin-left: auto;
}
.page-template-product-single section.banner.no_img .container-fluid .content-container,
.page-template-single-solution section.banner.no_img .container-fluid .content-container {
  margin-right: auto;
  text-align: center;
}
.page-template-product-single section.banner .container-fluid .image-container.bg_img,
.page-template-single-solution section.banner .container-fluid .image-container.bg_img {
  position: relative;
  height: 100%;
}
.page-template-product-single section.banner .container-fluid .image-container.bg_img > .bg-cover,
.page-template-single-solution section.banner .container-fluid .image-container.bg_img > .bg-cover {
  position: absolute;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 0;
}
section.banner::after {
  content: '';
  position: absolute;
  background-color: #03bbc2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.banner.solid_color {
  background-color: #03bbc2;
  text-align: left;
}
section.banner.solid_color::after {
  display: none;
}
section.banner .title {
  margin-bottom: 0.9375rem;
}
section.banner.post_archive .title {
  margin-bottom: 0;
}
.home section.banner .title {
  margin-bottom: 30px;
}
.home section.banner .button {
  margin-top: 30px;
}
section.banner .container-fluid {
  max-width: 900px;
}
.single section.banner .post_information > div > div {
  margin: 0.625rem;
}
.single section.banner .post_information > div > div > * {
  float: left;
  line-height: 1;
}
.single section.banner .post_information > div > div > i {
  margin-right: 0.3125rem;
}
.home section.banner .col-lg.content {
  /* margin: auto 0; */
  padding-bottom: 30px;
  padding-right: 0px;
}
/* POWERED BY */
section.banner .container-fluid .content-container > .powered_by {
  margin-bottom: 0.9375rem;
}
section.banner .container-fluid .content-container > .powered_by .text {
  margin-top: auto;
  margin-bottom: auto;
}
section.banner .container-fluid .content-container > .powered_by .powered_by_single {
  max-width: 150px;
}
section.banner.no_img .container-fluid .content-container > .powered_by > .d-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* ARCHIVE BANNER */
section.banner.post_archive {
  text-align: center;
}
section.banner.post_archive .title .small-font {
  font-size: 50%;
  margin-left: 5px;
}
@media (min-width: 1580px) {
  .home section.banner::after {
    height: 45%;
  }
}
@media (min-width: 992px) {
  .home section.banner .col-lg.content {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  section.banner {
    padding-top: 30px;
  }
  section.banner.post_archive,
  section.banner.no_img {
    padding-top: 4.6875rem;
  }
  section.banner .content-container,
  section.banner .content-container .title {
    text-align: center;
  }
  section.banner .container-fluid .content-container > .powered_by > .d-flex {
    justify-content: center;
  }
  section.banner .content-container {
    margin-bottom: 0.9375rem;
  }
  section.banner.post_archive .content-container,
  section.banner.no_img .content-container {
    margin-bottom: 0;
  }
  section.banner .image-container {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-template-product-single section.banner .container-fluid .content-container,
  .page-template-single-solution section.banner .container-fluid .content-container {
    max-width: 100%;
    padding: 3.75rem 15px;
    margin-left: auto;
  }
  .page-template-product-single section.banner .container-fluid .image-container.bg_img,
  .page-template-single-solution section.banner .container-fluid .image-container.bg_img {
    min-height: 400px;
    max-width: 100%;
  }
  .home section.banner .col-lg.content {
    padding-right: 15px;
  }
}
/*--------------------------------------*/
/* LARGE TEXT
/*--------------------------------------*/
section.large_text {
  text-align: center;
}
section.large_text .entry-content > h2 {
  line-height: 1.25;
}
/*--------------------------------------*/
/* ICON TEXT
/*--------------------------------------*/
section.icon_text .container-fluid {
  max-width: 1200px;
}
section.icon_text.icon_text_partners .container-fluid,
section.icon_text.is_page_link .container-fluid {
  max-width: 1440px;
}
.home section.icon_text .container-fluid > .title > h2,
section.icon_text.hasUnderline .container-fluid > .title > h2,
section.integrations.hasUnderline > .container-fluid > .inner-container > .title > h2,
section.large_text.hasUnderline > .container-fluid > .entry-content > * {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(120deg, #03bbc2,#03bbc2);
  background-size: 100% 10px;
  background-position: 0 83%;
  background-repeat: no-repeat;
}
section.integrations.footer > .container-fluid > .inner-container > .title > h2::after {
  display: none;
}
section.icon_text > .container-fluid > .top-container > .entry-content {
  max-width: 1040px;
  margin: 5px auto 0;
}
section.icon_text.icon_text_home.item_4 .container-fluid {
  max-width: 1440px;
}
section.icon_text .icon_text_container > .row {
  margin-bottom: 1.875rem;
}
section.icon_text .icon_text_container > .row:last-child {
  margin-bottom: 0;
}
section.icon_text .icon-item {
  text-align: center;
}
section.icon_text .icon-item.bg_color {
  background-color: #fbfbfb;
}
.page-template-product-single section.icon_text .icon-item.bg_color {
  background-color: transparent;
}
section.icon_text .icon-item .content-container .icon-container,
section.icon_text .icon-item .content-container .title {
  margin-bottom: 0.9375rem;
}
section.icon_text .icon-item.bg_color .content-container .title,
section.icon_text .icon-item.bg_color .content-container .entry-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
section.icon_text .icon-item.bg_color .content-container {
  padding-bottom: 0.9375rem;
}
section.icon_text .icon-item.bg_color .content-container .button {
  width: 100%;
  max-width: 150px;
}
section.icon_text .icon-item .icon-container {
  max-width: 60px;
  width: 100%;
  display: inline-block;
}
section.icon_text .icon-item .icon-container.img {
  max-width: 100%;
}
section.icon_text .icon-item.bg_color.no_img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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);
}
section.icon_text .icon-item.bg_color.no_img .content-container {
  padding: 0.9375rem;
  margin: auto;
}
section.icon_text.icon_text_home .icon-item {
  text-align: left;
}
section.icon_text .icon-item .title.numbered {
  position: relative;
  margin-bottom: 30px;
}
section.icon_text .icon-item .title.numbered::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 60px;
  background-color: #EFAF2B;
  border-radius: 5px 0px 5px 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* SPECIFIC RULES */
section.icon_text.is_page_link .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container .button {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-color: #ffffff;
  color: #000000;
  margin-top: 0;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.001);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.001);
  line-height: 1.25;
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container .button > span {
  width: 100%;
}
section.icon_text.is_page_link .icon-item.bg_color.btn_only .content-container .button:hover {
  color: #EFAF2B;
  -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);
}
.home section.icon_text.is_page_link .row > .col {
  padding: 30px;
}
/* .page-template-product-single section.icon_text,
.page-template-single-solution .icon_text_booking.item_2,
.page-template-why-univerus section.icon_text {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
} */
.page-template-single-solution .icon_text_booking.item_2 > .container-fluid {
  max-width: 1440px;
}
.page-template-single-solution .icon_text_booking.item_2 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}
section.icon_text.icon_text_partners .icon_text_container {
  overflow: hidden;
}
section.icon_text.icon_text_partners .icon_text_container.img .row {
  margin: -30px;
}
section.icon_text.icon_text_partners .icon_text_container.img .row > .col-md {
  padding: 30px;
}
section.icon_text.icon_text_partners .icon_text_container .row > .col-md .icon-item.bg_color {
  background-color: transparent;
}
section.icon_text.icon_text_partners .icon_text_container.img .row > .col-md .icon-container {
  max-width: 200px;
}
.embed-responsive-payment-logos::before {
  padding-top: 25%;
}
section.icon_text.hasSlider .icon_text_container > .row {
  flex-wrap: nowrap;
}
section.icon_text.hasSlider .icon-item .content-container .title {
  margin-bottom: 5px;
}
section.icon_text.hasSlider .slider {
  position: relative;
}
section.icon_text.hasSlider .slider > .row {
  margin: 0px !important;
}
section.icon_text.hasSlider .slider > .swiper-button-prev,
section.icon_text.hasSlider .slider > .swiper-button-next {
  color: #008383;
}
section.icon_text.hasSlider .slider > .swiper-button-prev::after,
section.icon_text.hasSlider .slider > .swiper-button-next::after {
  font-size: 30px;
}
/* ICON CONTENT DIRECTION ROW */
section.icon_text .icon-item > .content-container.row-content {
  text-align: left;
}
section.icon_text .icon-item > .content-container.row-content .icon-container,
section.icon_text .icon-item > .content-container.row-content .title {
  margin-bottom: 0px;
}
section.icon_text .icon-item > .content-container.row-content .icon-container {
  max-width: 150px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
}
section.icon_text .icon-item > .content-container.row-content .icon-container .embed-responsive-1by1::before {
  padding-top: 70%;
}
section.icon_text .icon-item > .content-container.row-content .button-container {
  width: 100%;
  max-width: 150px;
  margin-left: 30px;
}
section.icon_text .icon-item > .content-container.row-content .button-container > .button {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
/* ICON ITEM NAV */
section.icon_text.page_nav .icon-item {
  text-align: center;
}
section.icon_text.page_nav .icon-item > .content-container,
section.icon_text.page_nav .icon-item > .content-container .title {
  padding: 0;
  margin: 0;
}
section.icon_text.page_nav .icon-item > .content-container > a {
  display: block;
  padding: 30px;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.1);
}
section.icon_text.page_nav .icon-item > .content-container > a:hover {
  color: #EFAF2B;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}
@media (max-width: 1199.98px) {
  section.item_pr_5.is_page_link .row > .col {
  max-width: 25%;
}
}
@media (max-width: 991.98px) {
  section.icon_text .icon_text_container.icon > .row.per_3 > .col,
  section.icon_text .icon_text_container.icon > .row.per_4 > .col {
    max-width: 50%;
  }
  section.icon_text .icon_text_container.img > .row > .col-md {
    max-width: 100%;
  }
  .home section.icon_text.is_page_link .row > .col {
    padding: 15px;
  }
  section.icon_text .icon-item > .content-container.row-content .icon-container,
  section.icon_text .icon-item > .content-container.row-content .title {
    margin-bottom: 15px;
  }
  section.icon_text .icon-item > .content-container.row-content .icon-container {
    max-width: 200px;
  }
  section.icon_text .icon-item > .content-container.row-content .button-container {
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  section.icon_text .icon_text_container.icon > .row > .col {
    max-width: 100%;
  }
  section.icon_text .row > .col-md {
    padding-bottom: 1.875rem;
  }
  section.icon_text .row > .col-md:last-child {
    padding-bottom: 0px;
  }
  section.icon_text .icon-item .content-container {
    margin: 0 auto;
  }
}
/*--------------------------------------*/
/* REPEATING CONTENT TEXT IMAGE
/*--------------------------------------*/
section.repeating_content_text_image .row > .col-lg.order-lg-1 > .image-container {
  margin-left: 2.8125rem;
  margin-right: 0px;
}
section.repeating_content_text_image .row > .col-lg > .image-container {
  margin-right: 2.8125rem;
  margin-left: 0px;
}
section.repeating_content_text_image .col-lg > .title {
  text-align: left
}
section.repeating_content_text_image .col-lg > .image-container > img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.repeating_content_text_image .col-lg > .image-container.box_shadow {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}
@media (max-width: 991.98px) {
  section.repeating_content_text_image .row > .col-lg > .image-container,
  section.repeating_content_text_image .row > .col-lg.order-lg-1 > .image-container  {
    margin-right: 0px;
    margin-left: 0px;
  }
  section.repeating_content_text_image .row > .col-lg .image-container {
    margin-bottom: 1.875rem;
  }
  section.repeating_content_text_image .col-lg > .image-container.box_shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
  }
  section.repeating_content_text_image .col-lg > .title {
    margin-bottom: 0.9375rem;
  }
  section.repeating_content_text_image .col-lg > .image-container > img {
    margin-left: inherit;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  section.repeating_content_text_image .row > .col-lg > .image-container,
  section.repeating_content_text_image .row > .col-lg.order-lg-1 > .image-container  {
    margin-right: 0px;
    margin-left: 0px;
  }
  section.repeating_content_text_image .row > .col-lg .image-container,
  section.repeating_content_text_image .row > .col-lg .video-container {
    margin-bottom: 1.875rem;
  }
  section.repeating_content_text_image .col-lg > .image-container.box_shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
    box-shadow: 0px 0px 20px 0px rgba(20, 70, 167, 0.25);
  }
  section.repeating_content_text_image .col-lg > .title {
    margin-bottom: 0.9375rem;
  }
}
/*--------------------------------------*/
/* BANNER CONTENT
/*--------------------------------------*/
section.banner_content {
  color: #ffffff;
}
section.banner_content .container-fluid > .content-container {
  padding: 4.6875rem 15px;
  text-align: center;
  background-color: #E2AB25;
  border-radius: 25px 0px 25px 0px;
}
section.banner_content.border_style {
  padding: 0.9375rem 0;
  background-color: transparent;
}
section.banner_content.border_style .content-container {
  border: 5px solid #008383;
  padding: 1.875rem;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.15);
}
section.banner_content.font_white .title {
  margin-bottom: 45px;
}
section.banner_content.font_white .title > *,
section.banner_content.font_white .entry-content > * {
  color: #ffffff;
}
section.banner_content.font_black .title > *,
section.banner_content.font_black .entry-content > * {
  color: #000000;
}
section.banner_content .content-container .entry-content {
  max-width: 900px;
  margin: 0 auto;
}
section.banner_content .content-container .button {
  margin-top: 45px;
  width: 100%;
  max-width: 250px;
  background-color: #03bbc2;
}
/*--------------------------------------*/
/* TESTIMONIAL
/*--------------------------------------*/
section.testimonials,
section.integrations {
  text-align: center;
}
section.testimonials {
  background-color: #03bbc2;
  color: #ffffff;
  padding: 2.8125rem 0;
}
body.page-template-why-univerus section.testimonials {
  background-color: transparent;
}
section.testimonials > .container-fluid {
  max-width: 800px;
}
section.integrations > .container-fluid > .inner-container {
  background-color: #fbfbfb;
  color: #000000;
  padding: 2.8125rem 15px;
  border-radius: 25px 0px 25px 0px;
}
section.testimonials .testimonial_container .testimonial_item .entry-content > p {
  margin-bottom: 0.9375rem;
}
section.testimonials .testimonial_container .testimonial_item .entry-content > p:last-child {
  margin-bottom: 0;
}
section.testimonials .testimonial_container .testimonial_item .name_company {
  margin-top: 0.3125rem;
}
section.testimonials .testimonial_container .testimonial_item .name_company > p {
  display: inline-block;
}
section.testimonials .testimonial_container .testimonial_item .name_company p {
  color: #EFAF2B;
}
/* CAROUSEL */
.carousel-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.carousel-control-next, .carousel-control-prev {
  width: 20px;
  opacity: 1;
}
.carousel-control-next {
  right: -30px;
}
.carousel-control-prev {
  left: -30px;
}
/* LIST */
section.testimonials.list {
  background-color: #ffffff;
}
section.testimonials.list .container-fluid {
  max-width: 1200px;
}
section.testimonials.list .title {
  color: #000000;
}
section.testimonials.list .testimonial_container .testimonial_item {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  text-align: left;
}
section.testimonials.list .testimonial_container .testimonial_item .inner-container {
  background-color: #03bbc2;
  height: 100%;
  padding: 1.875rem;
  border-radius: 50px 0px 50px 0px;
}
/*--------------------------------------*/
/* PRICING PACKAGES
/*--------------------------------------*/
section.pricing_packages .pricing_packages_container .pricing_single {
  max-width: 500px;
}
section.pricing_packages .pricing_packages_container .pricing_single .inner-container {
  background-color: #f9f9f9;
  padding: 1.875rem;
  text-align: center;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(20, 70, 167, 0.25);
}
section.pricing_packages .pricing_packages_container .pricing_single .inner-container > div {
  margin-bottom: 15px;
}
section.pricing_packages .pricing_packages_container .pricing_single .inner-container > div:last-of-type {
  margin-bottom: 0px;
}
section.pricing_packages .pricing_packages_container .pricing_single .price_container > p {
  position: relative;
}
section.pricing_packages .pricing_packages_container .pricing_single .price_container span.duration {
  position: absolute;
  bottom: 5px;
}
/*--------------------------------------*/
/* PRICING FEATURES
/*--------------------------------------*/
section.pricing_features .features_container ul > li {
  max-width: 33.33333333%;
  width: 100%;
  position: relative;
  padding-left: 2.5rem;
}
section.pricing_features .features_container ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.pricing_features .features_container ul > li h3 {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  section.pricing_features .features_container ul > li {
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  section.pricing_features .features_container ul > li {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* FAQ
/*--------------------------------------*/
section.faq .title {
  text-align: center;
  margin-bottom: 1.875rem;
}
section.faq .accordion .faq-single {
  border-bottom: 1px solid #808080;
}
section.faq .accordion .faqHeading,
section.faq .accordion .entry-content {
  padding: 10px 0;
}
section.faq .accordion button {
  background-color: #ffffff;
  border: none;
  padding: 0;
}
/*--------------------------------------*/
/* INTEGRATION GALLERRY
/*--------------------------------------*/
.integration_container .swiper-container .swiper-slide {
  max-width: 33.33333%;
  margin: auto;
}
.integration_container .swiper-container .swiper-slide .logo-container {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.integration_container .swiper-button-next,
.integration_container .swiper-button-prev {
  color: #008383;
}
@media (max-width: 991.98px) {
  .integration_container .swiper-container .swiper-slide {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .integration_container .swiper-container .swiper-slide .logo-container {
    max-width: 150px;
  }
}
@media (max-width: 567.98px) {
  .integration_container .swiper-container .swiper-slide {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* BLOG
/*--------------------------------------*/
section.archive-content .post-single-item-container > .row {
  margin: -15px;
}
section.archive-content .post-single-item-container > .row > .col-md {
  max-width: 50%;
  flex-basis: auto;
  padding: 15px;
}
section.archive-content .post-single-item-container > .row > .col-md > a {
  display: block;
}
section.archive-content .row > .col-md .post-single-item-container > .row > .col-md .inner-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container {
  background-color: #fbfbfb;
  height: 100%;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .feature-image-container,
section.archive-content .post-single-item-container > .row > .col-md .inner-container .content-container > .title,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container > .feature-image-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container .content-container > .title {
  margin-bottom: 15px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .feature-icon-container {
  max-width: 75px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container .content-container,
section.recent_blog .post-single-item-container > .row > .col-md .inner-container .content-container {
  padding: 15px;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .feature-image-container,
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .content-container {
  width: 100%;
  max-width: 50%;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .feature-image-container .placeholder {
  background-size: 350px;
  background-position: center;
}
section.archive-content .post-single-item-container > .row > .col-md .inner-container > .d-flex.flex-wrap > .content-container {
  padding-left: 45px;
  margin-top: auto;
  margin-bottom: auto;
}
/* SIDEBAR */
section.archive-content .row > .col-md.sidebar-container {
  max-width: 300px;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section {
  margin-bottom: 1.875rem;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section:last-child {
  margin-bottom: 0px;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section > h2 {
  margin-bottom: 0.625rem;
  line-height: 1;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section > ul {
  padding-left: 1.25rem;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section > ul:last-child {
  margin-bottom: 0;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section > ul > li {
  margin-bottom: 0.3125rem;
}
section.archive-content .row > .col-md.sidebar-container .widget-area > section select {
  background-color: #efefef;
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 5px;
}
/* VIDEOS */
#videos-archive-content .post-single-item-container > .row > .col-md {
  max-width: 100%;
}
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .feature-image-container > a,
section.recent_blog .post-single-item-container .post-recent-single-item .feature-image-container > a {
  position: relative;
  display: block;
  cursor: pointer;
}
#videos-archive-content .post-single-item-container > .row > .col-md .inner-container .feature-image-container > a::after,
section.recent_blog .post-single-item-container .post-recent-single-item .feature-image-container > a::after,
section.search-content-results .search-result-container.videos .col-md .inner-container > .feature-image-container .embed-responsive-item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/play.png');
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
/* VIDEO MODAL */
#videoModal .modal-dialog {
  max-width: 750px;
  margin-top: 5%;
}
#videoModal .modal-dialog > .modal-content {
  background-color: transparent;
  padding: 0px;
  border: none;
}
#videoModal .modal-dialog > .modal-content .close {
  position: absolute;
  right: -30px;
  color: #03bbc2;
  font-size: 40px;
  line-height: 1px;
  opacity: 1;
  text-shadow: none;
}
/* DOCUMENTATION */
#documentation-archive-content .post-single-item-container > .row > .col-md {
  max-width: 33.33333333%;
}
#documentation-archive-content .post-single-item-container > .row > .col-md .inner-container .content-container {
  padding: 15px 0;
}
/* PAGINATION */
.pagination {
  margin-top: 1.875rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
  padding: 0.3125rem;
}
.pagination .wp-pagenavi span.current {
  font-weight: bold;
  text-decoration: underline;
}
/* BLOG SINGLE ITEM */
.blog-single-item-container .blog-single-item .feature-image-container,
.blog-single-item-container .blog-single-item .title,
.single .back_to_arch {
  margin-bottom: 0.9375rem;
}
.single .back_to_arch {
  margin-bottom: 0.9375rem;
}
.single .back_to_arch > a {
  position: relative;
  display: block;
  text-transform: uppercase;
}
.single .back_to_arch > a::before {
  content: "\f30a";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.3125rem;
}
.single .entry-content strong {
  font-family: 'robotobold';
}
.single .entry-content a {
  font-family: 'signikabold';
}
/* RECENT NEWS & MEDIA */
section.recent_blog {
  margin-bottom: 0;
}
section.recent_blog .flickity-enabled {
  padding: 0 30px;
}
section.recent_blog .post-single-item-container .post-recent-single-item {
  max-width: 33.33333333%;
  width: 100%;
  padding: 0px 15px;
}
section.recent_blog .post-single-item-container .post-recent-single-item .feature-image-container {
  margin-bottom: 15px;
}
section.recent_blog .post-single-item-container .post-recent-single-item .feature-image-container,
section.recent_blog .post-single-item-container .post-recent-single-item .feature-image-container > a {
  width: 100%;
}
.flickity-button {
  background: none;
  color: #E2AB25;
}
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.recent_blog .post-single-item,
  section.recent_blog .post-single-item-container .post-recent-single-item {
    max-width: 50%;
  }
  #videos-archive-content.archive-content .post-single-item-container > .row > .col-md .inner-container .content-container {
    padding: 15px 0;
  }
  #documentation-archive-content .post-single-item-container > .row > .col-md {
    max-width: 50%;
  }
  section.archive-content .row > .col-md {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  section.archive-content .row > .col-md.sidebar-container {
    max-width: 100%;
    padding-top: 45px;
  }
}
@media (max-width: 767.98px) {
  section.archive-content .row > .col-md.sidebar-container {
    margin-top: 1.875rem;
  }
  section.recent_blog .post-single-item,
  section.archive-content .post-single-item-container > .row > .col-md,
  section.recent_blog .post-single-item-container .post-recent-single-item {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* OTHER SOLUTIONS
/*--------------------------------------*/
section.other_solutions .content-container > .row {
  margin: -15px;
}
section.other_solutions .content-container > .row > div {
  padding: 15px;
}
section.other_solutions .embed-responsive-item {
  background-color: #03bbc2;
  border-radius: 25px 0px 25px 0px;
}
section.other_solutions .embed-responsive-item p {
  margin: auto;
  text-align: center;
  color: #ffffff;
  padding: 1.875rem;
  line-height: 1.25;
  font-size: 1.125rem;
}
/*--------------------------------------*/
/* CONTACT US
/*--------------------------------------*/
.page-template-contact .title {
  margin-bottom: 0.3125rem;
}
.page-template-contact .contact_details > .title,
.contact-info-container .single-info {
  margin-bottom: 0.9375rem;
}
.contact-info-container .single-info:last-child {
  margin-bottom: 0;
}
.page-template-contact .contact_details .image-container {
  margin-top: 0.9375rem;
}
.contact-info-container .single-info .contact-detail {
  margin-bottom: 0.625rem;
}
.contact-info-container .single-info .contact-detail:last-child {
  margin-bottom: 0;
}
/* CONTACT FORM LINKS */
section.contact_form_links {
  margin-bottom: 0px;
}
#contact_form_links_get_help {
  margin-bottom: 3.75rem;
}
section.contact_form_links > .container-fluid {
  max-width: 900px;
}
section.contact_form_links > .container-fluid > .title {
  margin-bottom: 3.75rem;
}
section.contact_form_links .contact_form_link_single {
  text-align: center;
}
section.contact_form_links .contact_form_link_single,
section.contact_form_links .contact_form_link_single > .inner-container {
  height: 100%;
}
section.contact_form_links .contact_form_link_single > .inner-container > a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3.75rem;
  margin: auto;
  -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);
  border: 5px solid #008383;
}
section.contact_form_links .contact_form_link_single > .inner-container > a > h3 {
  margin: auto;
}
section.contact_form_links .contact_form_link_single.custom > .inner-container > a {
  border-color: #03bbc2;
}
section.contact_form_links .contact_form_link_single > .inner-container.get_demo > a,
section.contact_form_links .contact_form_link_single > .inner-container.schedule_a_demo > a {
  border-color: #EFAF2B;
}
/* GET HELP LINKS */
section.contact_form_links.contact_form_links_get_help {
  margin-bottom: 3.75rem;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid {
  max-width: 1000px;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid > .title {
  margin-bottom: 1.875rem;
}
section.contact_form_links.contact_form_links_get_help > .container-fluid > .title > h2 {
  font-size: 2.1875rem;
}
section.contact_form_links.contact_form_links_get_help .contact_form_link_single > .inner-container > a {
  padding: 1.875rem;
}
section.contact_form_links.contact_form_links_get_help .contact_form_link_container > .row > .col-md:nth-child(odd) .contact_form_link_single > .inner-container > a {
  border-color: #008383;
}
section.contact_form_links.contact_form_links_get_help .contact_form_link_container > .row > .col-md:nth-child(even) .contact_form_link_single > .inner-container > a {
  border-color: #EFAF2B;
}
/* CONTACT FORM */
.contact_form_container .small.required {
  margin-bottom: 5px;
}
.contact_form_container sup {
  color: #dc3232;
}
.wpcf7-form p,
.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form .intl-tel-input,
.wpcf7-form textarea {
  display: inline-block;
  width: 100%;
}
.wpcf7-form p:nth-child(2),
.wpcf7-form p:nth-child(3) {
  max-width: 50%;
  float: left;
}
.wpcf7-form p:nth-child(2) {
  padding-right: 0.3125rem;
}
.wpcf7-form p:nth-child(3) {
  padding-left: 0.3125rem;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: 1px solid #000000;
  padding: 0.3125rem;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
}
.wpcf7-form input[type=submit] {
  max-width: 150px;
  display: inline-block;
  padding: 1.25rem;
  line-height: 1;
  border: none;
  border-radius: 10px 0px 10px 0px;
  color: #ffffff;
  margin-top: 0.9375rem;
  background-color: #EFAF2C;
}
.wpcf7-form textarea {
  resize: none;
}
/* OTHER OFFICES */
#other_offices .container-fluid > .title {
  text-align: center;
}
#other_offices .container-fluid .contact-info-container > .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
#other_offices .container-fluid .contact-info-container > .row > .col {
  max-width: 25%;
  width: 100%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#other_offices .container-fluid .contact-info-container > .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #other_offices .container-fluid .contact-info-container > .row > .col {
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  #contact_info h3 {
    font-size: 2.5rem;
  }
  #contact_info a {
    font-size: 1.25rem;
  }
  section.contact_form_links > .container-fluid > .contact_form_link_container > .row > .col-md {
    margin-bottom: 1.875rem;
  }
  section.contact_form_links > .container-fluid > .contact_form_link_container > .row > .col-md:last-child {
    margin-bottom: 0px;
  }
  #other_offices .container-fluid .contact-info-container > .row {
    margin-bottom: 0;
  }
  #contact_info .contact-info-outer-container .row > .col-md-4 {
    margin-bottom: 1.875rem;
  }
  .wpcf7-form p:nth-child(2),
  .wpcf7-form p:nth-child(3) {
    max-width: 100%;
    float: none;
  }
  .wpcf7-form p:nth-child(2) {
    padding-right: 0;
  }
  .wpcf7-form p:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  #other_offices .container-fluid .contact-info-container > .row > .col {
    max-width: 50%;
  }
}
/*--------------------------------------*/
/* THANK YOU
/*--------------------------------------*/
#thank_you {
  text-align: center;
}
#thank_you .button-container {
  margin-top: 1.875rem;
}
#thank_you .entry-content *,
#thank_you .button-container > .button {
  font-size: 1.125rem;
}
#thank_you .button-container > .button {
  width: 100%;
  max-width: 150px;
}
#thank_you .button-container > .button:hover {
  color: #ffffff;
}
/*--------------------------------------*/
/* CAPTERRA
/*--------------------------------------*/
.page-template-capterra-landingpage section.banner {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0;
}
.page-template-capterra-landingpage section.banner,
body.page-template-capterra-landingpage.business section.banner::after {
  background-color: #03bbc2;
}
.page-template-capterra-landingpage section.banner:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: auto;
  left: -10%;
  right: -10%;
  bottom: 0px;
  height: 28%;
  -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);
}
.page-template-capterra-landingpage section.banner .title {
  text-align: left;
}
.page-template-capterra-landingpage section.banner .container-fluid {
  max-width: 1440px;
}
.page-template-capterra-landingpage section.repeating_content_text_image {
  background-color: rgb(251,251,251);
  padding: 3.75rem 0rem;

}
.page-template-capterra-landingpage section.repeating_content_text_image,
.page-template-capterra-landingpage section.banner_content {
  margin-bottom: 0px;
}
.page-template-capterra-landingpage .site-footer {
  margin-top: 0px;
}
.page-template-capterra-landingpage section.repeating_content_text_image > .container-fluid {
  max-width: 1200px;
}
.page-template-capterra-landingpage section.repeating_content_text_image .repeating_content_text_image_container > .row.align-items-center {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.page-template-capterra-landingpage section.repeating_content_text_image .entry-content > ul {
  list-style: none;
  padding-left: 0px;
}
.page-template-capterra-landingpage section.repeating_content_text_image .entry-content > ul > li {
  font-family: 'signikabold';
  font-size: 1.625rem;
  position: relative;
  padding-left: 30px;
}
.page-template-capterra-landingpage section.repeating_content_text_image .entry-content > ul > li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 1.375rem;
  color: #008383;
  top: 0.375rem;
  left: 0px;
}
.page-template-capterra-landingpage #contact_info {
  padding: 5rem 0rem;
  background-image: url('../img/frontpage-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-capterra-landingpage #contact_info > .container-fluid {
  max-width: 750px;
}
.page-template-capterra-landingpage #contact_info .contact_form_container {
  background-color: #ffffff;
  -webkit-box-shadow:  0px 10px 60px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.25);
  padding: 2.8125rem 1.875rem;
}
@media (max-width: 991.98px) {
  .page-template-capterra-landingpage section.banner .title {
    text-align: center;
  }
}
/*--------------------------------------*/
/* FOOTER
/*--------------------------------------*/
.site-footer {
  margin-top: 3.75rem;
  background-color: #2a2a2a;
  color: #ffffff;
}
.site-footer > .container-fluid {
  padding-top: 3.75rem;
  padding-bottom: 15px;
}
.site-footer > .container-fluid > .row > .col {
  width: 100%;
}
.site-footer .col.logo-container {
  /* min-width: 500px; */
  min-width: 45%;
}
.site-footer .col.logo-container > .logo {
  max-width: 250px;
}
.site-footer .col.logo-container > .logo > .SAP_GoldPartner-logo {
  max-width: 100px;
  margin-top: 15px;
}
.site-footer .col.logo-container > .entry-content {
  margin-left: 15px;
}
.site-footer .col .title {
  margin-bottom: 0.9375rem;
}
.site-footer .col .footer_menu_container ul > li {
  margin-bottom: 0.3125rem;
}
.site-footer .col .footer_menu_container ul > li:last-child {
  margin-bottom: 0;
}
.site-footer .col .footer_menu_container ul > li > a {
  padding: 0;
  font-size: 1rem;
}
.site-footer .col.social {
  min-width: 270px;
}
.site-footer .col .social_media_container .social_item:last-child {
  margin-right: 0;
}
.site-footer .col .social_media_container .social_item > .inner-container {
  background-color: #000000;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}
.site-footer .col .social_media_container .social_item:nth-child(1) > .inner-container {
  background-color: #2951B8;
}
.site-footer .col .social_media_container .social_item:nth-child(2) > .inner-container {
  background-color: #9A1A5F;
}
.site-footer .col .social_media_container .social_item:nth-child(3) > .inner-container {
  background-color: #03bbc2;
}
.site-footer .col .social_media_container .social_item:nth-child(4) > .inner-container {
  background-color: #CE4A00;
}
.site-footer .col .social_media_container .social_item > .inner-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.site-footer .col .social_media_container .social_item > .inner-container i {
  color: #ffffff;
  line-height: 45px;
  font-size: 1.25rem;
}
.site-footer .col .logo_container .d-flex > .logo-single {
  max-width: 175px;
}
/* BOTTOM */
.site-footer > .bottom {
  padding-bottom: 0.9375rem;
}
.site-footer > .bottom p,
.site-footer > .bottom a {
  color: #ffffff;
}
.site-footer > .bottom ul.footer-menu {
  margin-left: 1.875rem;
}
.site-footer > .bottom ul.footer-menu > li {
  padding-right: 1.25rem;
  position: relative;
}
.site-footer > .bottom ul.footer-menu > li::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0.625rem;
  bottom: 3px;
  width: 1px;
  background-color: #ffffff;
}
.site-footer > .bottom ul.footer-menu > li:last-child {
  padding-right: 0px;
}
.site-footer > .bottom ul.footer-menu > li:last-child::after {
  display: none;
}
.site-footer > .bottom ul.footer-menu > li > a {
  padding: 0px;
}
@media (min-width: 992px) {
  .site-footer .col.logo-container {
    /* min-width: 45%; */
    min-width: 580px;
  }
  .site-footer .col.social {
    min-width: 270px;
  }
}
@media (max-width: 991.98px) {
  .site-footer .row > .col.logo-container {
    max-width: 100%;
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 15px;
  }
  .site-footer .row > .col.logo-container > .entry-content {
    padding-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    margin-top: 1.875rem;
  }
  .site-footer > .container-fluid {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .site-footer .col .logo-container {
    max-width: 200px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .col.social .d-flex {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .site-footer .row {
    margin: -10px;
  }
  .site-footer .row > .col {
    padding: 10px;
  }
}
/*--------------------------------------*/
/* SEARCH RESULTS
/*--------------------------------------*/
.site-header .search-menu-container {
  margin-left: 0.625rem;
  width: 57px;
}
.site-header .search-menu-container > .inner-container {
  margin: 0px;
  color: #242322;
}
.site-header .search-menu-container > .inner-container.button {
  padding: 0;
  height: 100%;
  width: 100%;
}
.site-header .search-menu-container > .inner-container.button > a {
  height: 100%;
  display: flex;
}
.site-header .search-menu-container > .inner-container.button > a > i {
  margin: auto;
  padding: 15px;
}
#searchContainerNav {
  position: absolute;
  top: -150px;
  width: auto;
  left: 0;
  right: 0;
  z-index: -1;
  transition: top 0.25s ease;
}
#searchContainerNav > .search_form > .inner-container {
  background-color: #ffffff;
  padding: 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: 70px;
}
#searchContainerNav > .search_form > .inner-container .search-form,
section.search-content-results.noResults .no-results .search-form {
  display: flex;
}
#searchContainerNav > .search_form > .inner-container .search-form > label,
section.search-content-results.noResults .no-results .search-form > label {
  margin: 0;
  width: 100%;
}
#searchContainerNav > .search_form > .inner-container .search-form > label > input,
section.search-content-results.noResults .no-results .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,
section.search-content-results.noResults .no-results .search-form > .search-submit {
  display: inline-block;
  padding: 15px;
  line-height: 1;
  border-radius: 5px 0px 5px 0px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #EFAF2B;
  font-family: 'signikabold';
  line-height: 1;
  margin-left: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
/* SEARCH RESULTS */
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.videos > .row > .col-md {
  max-width: 50%;
}
section.search-content-results > .container-fluid > .search-result-container > .row > .col-md > a {
  display: block;
  color: #000000;
  height: 100%;
  cursor: pointer;
}
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;
}
/* VIDEOS && DOCUMENTATION */
section.search-content-results .search-result-container.videos .col-md .inner-container,
section.search-content-results .search-result-container.documentation .col-md .inner-container {
  box-shadow:none;
}
section.search-content-results .search-result-container.videos .col-md .inner-container .content-container,
section.search-content-results .search-result-container.documentation .col-md .inner-container .content-container {
  padding: 0;
}
section.search-content-results .search-result-container.documentation .col-md .inner-container .feature-image-container > .embed-responsive-16by9::before {
  padding-top: 15%;
}
section.search-content-results .search-result-container.documentation .col-md .inner-container .feature-image-container .bg-cover {
  background-size: contain;
  background-position: left;
}
/* NO RESULTS */
section.search-content-results.noResults > .container-fluid {
  max-width: 1040px;
}
section.search-content-results.noResults .no-results {
  text-align: center;
}
section.search-content-results.noResults .no-results strong {
  display: block;
  font-family: 'signikabold';
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .site-header .search-menu-container {
    display: none;
  }
  #searchContainerNav {
    position: relative;
    top: 0;
    z-index: 1;
  }
  #searchContainerNav > .search_form > .inner-container {
    padding: 15px 0px;
    box-shadow: none;
  }
  section.search-content-results > .container-fluid > .search-result-container > .row > .col-md {
    max-width: 50%;
  }
  section.search-content-results > .container-fluid > .search-result-container.videos > .row > .col-md {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  section.search-content-results > .container-fluid > .search-result-container > .row > .col-md {
    max-width: 100%;
  }
}
/*--------------------------------------*/
/* WORDPRESS ADMIN BAR
/*--------------------------------------*/
.admin-bar {
  padding-top: 32px;
}
.admin-bar #page {
  top: 32px;
}
@media (max-width: 767.98px) {
  #wpadminbar {
    top: 0;
    position: fixed;
  }
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar #page {
    top: 46px;
  }
}
/* IMG RESIZE */
.person-talking-on-phone {
  max-width: 500px;
  margin-left: auto;
  margin-right: inherit !important;
  display: block;
}
.sap-mobile-device-home {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .person-talking-on-phone  {
    max-width: 350px;
  }
}
#window_width,
.grecaptcha-badge {
  display: none;
  visibility: hidden;
}
